@charset "UTF-8";
/* ================================================================== */
/* Name	: common.css
/* Script : Font, Layout CSS
/* Author : Design Geulggol
/* Date	: 2021-10-20
/* ================================================================== */


/* ----------------------------- */
/* 공통
/* ----------------------------- */
#container {
  padding-top: 100px;
}
.container {
    max-width: 1820px;
    margin: 0 auto;
    position: relative;
}
.container h2.tit {
    margin: 0 0 30px 0;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 3.0rem;
}

.main_title_h {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.main_title_h h2 {
    font-weight: 700;
    font-size: 3rem;
}
.main_title_h button {
    float: right;
}
.btn2 {
    display: inline-block;
    min-width: 150px;
    height: 45px;
    border: 1px solid #000;
    font-weight: 800;
    font-size: 20px;
    line-height: 45px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    text-align: center;
}

.main_title span {
    font-weight: 700;
	font-size: 3rem;
}
.main_title span.title_mr {
    margin-bottom: 40px;
    display: block;
}
.main_title h2 {
    font-weight: 700;
	font-size: 4.5rem;
}
.ab-text {
    overflow: hidden;
    display: block;
    position: absolute;
    border: 0;
    width: 1px;
    height: 1px;
}

/* ----------------------------- */
/* 메인공통
/* ----------------------------- */
.main-section {
  padding: 100px 0;
  position: relative;
}
.main-section > header {
  font-size: 3rem;
  color: #000;
  margin-bottom: 100px;
  padding: 0 20px;
  display: block;
}
.main-section h3 {
    font-weight: 800;
	font-size: 4rem;
  margin-bottom: 50px;
}

.white-box-wrap {
  max-width: 1560px;
  margin: 0 auto;
}

.bg-box-wrap {
	background: #ebf3f8;
	margin-bottom: 100px;
    padding-top: 70px;
}
.gray-box-wrap .gray-box {
  max-width: 1240px;
  margin: 0 auto;
}

.main-con-wrap {
  margin-bottom: 50px;
  z-index: 10;
}
.main-con-wrap .main-box {
  max-width: 1560px;
  margin: 0 auto;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    justify-content: space-between;
}
.content article {
  margin-right: 30px;
  position: relative;
}
.content article .img-wrap {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.content article .img-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content article .img-wrap figure {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content article .img-wrap figure img {
}
.content article:hover .img-wrap figure img {
}
.content article:last-child {
  margin-right: 0;
}
.content article header h3 {
  font-size: 2rem;
  color: #000;
  word-break: keep-all;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content article header h3 span {
  font-size: 1.7rem;
  color: #284b8b;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content article header h3 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #284b8b;
}
.content.main-col-3 article {
  width: calc(100% / 3 - (35px * 1 / 2));
}
.content.main-col-4 article {
  width: calc(100% / 4 - (30px * 3 / 4));
}
.content.main-col-4 article .img-wrap {
  width: 100%;
}
.content.main-col-5 article {
    width: calc(100% / 2 - (30px));
}

/* ----------------------------- */
/* 메인비주얼
/* ----------------------------- */
.main-visual-wrap {
  width: 100%;
  padding-bottom:120px;
}

.main-visual {
  position: relative;
  width: 100%;
  height: 880px;
}
.main-visual > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-visual .text-box {
	text-align: left;
	color: #fff;
	position: absolute;
	bottom: 10%;
	left: 45%;
	-webkit-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%);
	z-index: 20;
}
.main-visual .text-box h2 {
  font-size: 5.0rem;
  border-width: 1px 0;
  display: inline-block;
  font-weight:700;
}
.main-visual .text-box p {
    margin-bottom: 25px;
    font-size: 2.0rem;
    position: relative;
    display: inline-block;
}
.main-visual .text-box p:after { 
    display: inline-block;
    width: 120px;
    height: 1px;
    right: -20px;
    top: -5px;
    background: #fff;
    position: relative;
    content: '';
}
.main-visual .text-box a {
  border-radius: 50px;
  background: #fff;
  padding: 10px 50px;
  display: inline-block;
}
.main-visual .main-visual-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.main-visual .main-visual-img .bx-wrapper {
  height: 100%;
}
.main-visual .main-visual-img .bx-wrapper .bx-viewport {
  height: 100%;
}
.main-visual .main-visual-img .bx-wrapper .bx-viewport .slider {
  height: 100%;
}
.main-visual .main-visual-img .bx-wrapper .bx-pager {
  bottom: 20px;
  z-index: 50;
}
.main-visual .main-visual-img .main-slider {
  height: 100%;
  background-image: url("../images/main/main_visual01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.con00 {
    border-top: 1px solid #000;
    display: flex;
    width: 100%;
}
.con00 .con00_txt {
    width: 480px;
    padding-top: 80px;
    padding-left: 50px;
    flex-direction: column;
    display: flex;
}
.con00 .con00_txt .con00_title {
}
.con00 .con00_txt .con00_sub_title {    
    margin-top: auto;
    padding-bottom: 80px;
    font-size: 2.4rem;
    line-height: 1.5;
}
.con00 .con00_txt .con00_sub_title span {
    font-size: 2.7rem;
    font-weight: 700;
}

.con01 .con01_txt {
    border-right: 1px solid #000;
}
.con00_wrap {
    width: calc(100% - 480px);
    padding-left: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.con00_wrap>div {
    width: 100%;
}
.con00_wrap .post_content {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 80px;
    z-index: 2;
}
.con00_wrap .post_content p {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 20px 0;
    font-weight: 600;
    color: rgba(255,255,255,.8);
}
.con00_wrap .post_content h3 {
    overflow: hidden;
    margin: 0;
    max-height: 126px;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.37;
    letter-spacing: -0.002em;
    color: #fff;
}
.con00_wrap  .post_list .thum {
    padding-top: 66.668%;
}

.con02_sub_tit {
    font-size: 2.4rem;
    line-height: 1.5;
	padding-top:40px;
}
.con02_sub_title {
    font-size: 2.7rem;
    font-weight: 700;  
    margin-top: auto;
    padding-bottom: 80px;
}
.con02_sub_title a {
    position: relative;
}
.con02_sub_title a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}
.con02_wrap  .post_list .thum {
    padding-top: 43.493%;
    margin: 0;
}
.con03 {
    border-top: 1px solid #000;
    display: flex;
    width: 100%;
    align-items: center;
}
.con03 .con03_title {
    font-weight: 700;
    font-size: 3rem;
    padding-left: 50px;
    width: 480px;
}
.con03_txt {
    width: calc(100% - 480px);
    padding-left: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 1.4;
}
.con03_txt span {
    font-size: 2.0rem;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}
.con03_wrap {
    border-bottom: 1px solid #000;
    margin-bottom: 120px;
}
.con03_wrap .post_list {
    width: 100%;
}
.con03_wrap .post_list li:last-child {
    border-left: 1px solid #000;
}
.con03_wrap .post_list li>a {
	padding:80px;
    display: block;
}
.con03_wrap .post_list .m_d_flex {
	gap: 0;
}
.con03_wrap  .post_list .thum {
    padding-top: 62.5%;
}
.con03_content {
    display: flex;
    align-items: center;
}
.con03_content .main-button {
    margin-left: auto;
}
.con03_content .main-button:after {
    content: "";
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
	background-image: url("../images/main/btn_1.svg");
}

.con04 {
	background: #f5f5f5;
	padding:100px 0;
}
.con04 .con04_title {
    font-weight: 700;
    font-size: 3rem;
    padding-left: 50px;
    width: 480px;
	padding-bottom:50px;
}
.con04_con {
}
.con04_wrap {
    display: flex;
    width: 100%;
    gap: 20px;
}
.con04_wrap>li {
    border-top: 1px solid #000;
    background: #fff;
}
.con04_wrap .post_list .m_d_flex {
    gap: 20px;
    margin: 0;
    background: #fff;
    padding: 60px 50px;
}
.con04_wrap .post_list .thum {
    margin: 0 0 35px 0;
    padding-top: 55.7%;
}
.con04_wrap .post_list .category {
    margin: 0 0 80px 0;
}

/* --------공통으로 쓰는-------- */
.s_tit {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
}
.post_list li {
    width: 100%;
}
.post_list .m_d_flex a .thum {
	overflow: hidden;
}
.post_list .m_d_flex {
    display: flex;
    gap: 60px;
}
.post_list .thum {
    margin: 0 0 35px 0;
    padding-top: 100%;
}
.post_list .category {
    font-size: 1.8rem;
}
.post_list .category {
    margin: 0 0 12px 0;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.post_list .category2 {
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
    font-size: 2.4rem;
	color:#818181;
    font-weight: 600;
}
.post_list .s_tit {
    max-height: 99px;
    overflow: hidden;
    margin: 0 0 20px 0;
    font-weight: 700;
}
.post_list .s_tit2 {
    max-height: 99px;
    overflow: hidden;
    font-size: 3.0rem;
    font-weight: 700;
}

.thum {
    position: relative;
    overflow: hidden;
    height: 0;
}
.thum img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1) rotate(0deg);
}
/* --------///공통으로 쓰는-------- */






/* ----------------------------- */
/* Responsive
/* -----------------------------
/* Layout Max Size : 1440px
/* Desktop Size	: 1024px < Screen <= 1280px
/* Tablet Size	: 1024px < Screen <= 768px
/* Mobile Size	: 767px < Screen
/* ----------------------------- */

@media screen and (max-width: 1560px) {	
	.con01_wrap {
		margin: 0;
	}

	.inner {
		max-width: 1400px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.section_content_list .content_list {
		margin: -35px -30px;
	}
	.main-section h3 {
		text-align: center;
	}
	.main-visual-bg {
		margin-bottom: 50px;
	}
	.main-visual-bg .text-bg {
		padding: 0 5%;
	}
	.container {
		padding: 0 3%;
	}

}

@media screen and (max-width: 1400px) {	

	.white-box-wrap {
		padding: 0 50px;
	}
	.main_news h3 {
		margin-bottom: 20px;
	}
	.main-section {
		padding: 50px;
	}
	.section_content_list .content_list .item .text_box .content_title {
		font-size: 3.0rem;
		margin-top: 20px;
		line-height: 1.4;
	}
	#container {
		padding-top: 85px;
	}

	.main-visual .text-box {
		bottom: 5%;
		left: 50%;
		text-align: center;
	}	
	
	.btn {
		font-size: 2.0rem;
	}
	.main-con-wrap .main-box {
		padding: 0 50px 100px;
	}
	.section_content_list .btn_box {
		margin-top: 30px;
	}
	.gray-box-wrap {
		margin-bottom: 50px;
	}
	.content article .img-wrap {
		margin-bottom: 0;
	}
	.main-col-5 .img-wrap p {
		font-size: 2.2rem;
	}
	.main-con-wrap {
		margin-bottom: 0;
	}

}

@media screen and (max-width: 1200px) {
	
	br.none-mobile {
		display: none;
	  }

	.white-box-wrap {
		padding: 0 50px 50px;
	}
	.main_news h3 {
		font-size: 3.5rem;
	}
	.main-section h3 {
		font-size: 3.5rem;
		margin-bottom: 20px;
	}
	.main-visual-bg .text-box h2 {
		font-size: 4.0rem;
	}

	  .content.main-col-5 {
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	  }
	  .section_theme {
		margin: 0 0 60px 0;
	}
	.hot-list {
		display: block;
		text-align: center;
	}
	.hot-list-img {
		width: 100%;
	}

}

@media screen and (max-width: 1024px) {
	.content article header h3 span {
		margin-bottom: 20px;
	}
	.main-visual .text-box p:after {
		display: none;
	}
	.main_title span.title_mr {
		margin-bottom: 20px;
	}
	.main_title h2 {
		font-size: 4.0rem;
	}
	.s_tit {
		font-size: 2.0rem;
	}
	
	.con00 {
		display: block	;
	}
	.con00 .con00_txt {
        width: 100%;
        padding-top: 40px;
        border-right: 0;
	}
	.con00 .con00_txt .con00_sub_title {
		margin-top: 20px;
		padding-bottom: 20px;
		font-size: 2.0rem;
		line-height: 1.3;
	}
	.con00_wrap {
		width: 100%;
		padding-left: 5%;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 5%;
	}

	.con02_sub_tit {
		font-size: 2.0rem;
		padding-top: 20px;
	}
	.con02_sub_title {
		font-size: 2.4rem;
		margin-top: 20px;
		padding-bottom: 20px;
	}

	.con03 {
		display: block;
	}
	.con03 .con03_title {
		padding-left: 5%;
		width: 100%;
		margin-top: 40px;
	}
	.con03_txt {
		width: 100%;
		padding-left: 5%;
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.con03_wrap .post_list li>a {
		padding: 5%;
	}

	.post_list .s_tit {
		margin: 0;
	}
	.post_list .category2 {
		font-size: 1.8rem;
	}
	.post_list .s_tit2 {
		font-size: 2.4rem;
	}
	.post_list .thum {
		margin: 0 0 25px 0;
	}

	.con04_wrap {
		display: block;
	}

}

@media screen and (max-width: 920px) {
  /* ----------------------------- */
  /* 메인비주얼
  /* ----------------------------- */
	  .main-visual {
			height: 650px;	
	  }
	  .main-visual > .content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	  }
	.main-visual .text-box {
        bottom: 0;
	}
	.main-visual .text-box h2 {
		font-size: 4.5rem;
		padding-left: 20px;
		line-height: 1.3;
	}
	.section_content_list .content_list .item .text_box .content_title {
		font-size: 2.4rem;
	}

	.con01_wrap {
		margin: 0;
		display: block;
	}

}
@media screen and (max-width: 768px) {
	.main-visual-bg .text-box p:after {
		display:none;
	}
	.main-visual-bg .text-box h2 {
		font-size: 2.8rem;
		line-height: 40px;
	}
	.main-visual-bg .text-box p {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.main-visual-wrap {
        padding-bottom: 10%;
	}

	.con01_wrap>div:first-child .thum {
		margin: 0 0 20px 0;
	}
	.con01_wrap .post_content {
		left: 0;
		right: 0;
		bottom: 0;
		position: relative;
	}
	.con01_wrap .post_content p {
		margin: 0 0 12px 0;
		font-weight: 500;
		letter-spacing: -0.02em;
		color: #2257b0;
	}
	.con01_wrap .post_content h3 {
		max-height: 99px;
		overflow: hidden;
		margin: 0 0 20px 0;
		color:#000;
		font-size: 2.0rem;
	}

	  .content.main-col-4 article {
		width: calc(100% / 2 - (30px / 2));
		margin-bottom: 30px;
	  }
	  .content.main-col-4 article:nth-child(even) {
		margin-right: 0;
	  }
	  .content.main-col-5 {
			display: block;
			justify-content: center;
	  }
	  .content.main-col-5 article {
			width: 100%;
			margin-bottom: 10%;
	  }
	  .content.main-col-5 article:nth-child(3n) {
		margin-right: 30px;
	  }
	  .content.main-col-5 article:nth-child(even) {
		margin-right: 0;
	  }
	  .content article header h3 span {
		margin-bottom: 10px;
	  }
	  .main-section-neigh {
		padding: 0 2% 5%;
	}

	  .main-section {
		padding: 50px 20px;
	  }
	  .main-section > header {
		margin-bottom: 50px;
	  }
	  .white-box-wrap {
		padding: 0 30px 10px;
	}
	.main_news h3 {
		margin-bottom: 10px;
	}
	.main-col-5 .img-wrap p {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}

	.main-visual .text-box {
		width: 100%;
		padding: 0 5%;
		left: 50%;
	}
	.main-visual .text-box h2 {
		font-size: 3.5rem;
		padding-left: 0;
	}
	.main-con-wrap .main-box {
		padding: 0 0 100px;
	}
	.section_content_list .content_list .item .text_box .content_title {
		font-size: 2.0rem;
		margin-top: 10px;
		line-height: 1.4;
	}
	.section_content_list .content_list .item .text_box .content_subtitle {
		margin-top: 5px;
		font-size: 1.7rem;
	}
	.section_content_list .btn_box {
		margin-top: 20px;
	}
	.btn {
		font-size: 1.8rem;
		min-width: 160px;
		height: 55px;
		line-height: 55px;
	}
	.stretched-link {
		position: relative;
	}
	
	.main_title h2 {
        font-size: 2.8rem;
    }
	.main_title span,
	.con03 .con03_title {
		font-size: 2rem;
	}
	.post_list .m_d_flex {
		display: grid;
		gap: 60px;
	}
	.con00 .con00_txt .con00_sub_title {
        margin-top: 0;
    }
	.con03_wrap .post_list li:last-child {
		border-left: 0;
	}
	.con03_wrap {
		margin-bottom: 60px;
	}
	.con04 {
		padding: 8% 0;
	}
	.con04 .con04_title {
        font-size: 2rem;
		width: 100%;
		padding-bottom: 5%;
	}
	.con04_wrap .post_list .category {
		margin: 0 0 2% 0;
	}
	.con04_wrap .post_list .thum {
		margin: 0 0 2% 0;
	}
	.con04_wrap .post_list .m_d_flex {
		gap: 50px;
        padding: 6%;
	}
	.post_list .s_tit2 {
        font-size: 2.2rem;
    }

	.main-col-5 .img-wrap span {
		font-size: 1.6rem;
	}
	.main-con-wrap .main-box {
		padding: 0 20px 50px;
	}
	.ethics_ul li {
		padding: 15px 20px 0;
	}
	.ethics_con span {
		font-size: 18px;
	}
	.Issue_con .Issue_con_tit {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.Issue_con .Issue_con_tit h3 {
		font-weight: 700;
		font-size: 3.5rem;
	}
	.Issue_con .Issue_con_tit span {
		margin-top: 15px;
	}
	.btn2 {
		min-width: 140px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
	.btn_more2:after {
		margin: 10px 0 0 15px;
	}
	  .inner {
		max-width: 1400px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.s_tit {
		font-size: 2.0rem;
	}
	.hot-list-txt {
		padding-left: 2%;
	}
	.hot-list-txt h2 {
		font-size: 2.6rem;
		padding-bottom: 25px;
	}

}
@media screen and (max-width: 480px) {
	#header {
		width: 100%;
		padding: 20px 30px;
	}
	.main-visual {
        height: 520px;
    }
	  .content article .img-wrap {
		margin-bottom: 10px;
	  }
	  .content article header h3 {
		font-size: 1.7rem;
	  }
	  .content article header h3 span {
		font-size: 1.4rem;
	  }
	  .section_content_list .content_list .item .text_box .content_title {
		font-size: 1.5rem;
		margin-top: 10px;
		line-height: 1.3;
	}
	.section_content_list .content_list .item .text_box .content_subtitle {
		font-size: 1.5rem;
	}
	.section_content_list .content_list .item .text_box .category {
		font-size: 1.6rem;
	}

	  .main-section > header {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		font-size: 2.5rem;
		margin: 0 auto 50px auto;
	  }
	  .Issue_con .Issue_con_tit h3 {
		width: 100%;
	}
	.Issue_con .Issue_con_tit span {
		margin-top: 5px;
		float: none;
		margin-left: 0;
		display: inline-block;
	}
	.Issue_con .Issue_con_tit {
		padding-bottom: 20px;
	}
	.ethics_ul li {
		padding: 15px 5px 0;
	}
	.ethics_con span {
		padding-left: 20px;
	}
	.ethics_con p {
		font-size: 1.6rem;
		padding-left: 20px;
	}
	.ethics_con span {
		margin-bottom: 10px;
		padding-left: 20px;
		display: block;
	}

	.main-visual .text-box p {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.main-visual .text-box h2 {
        font-size: 3.0rem;
    }
	.con00 .con00_txt {
        padding-left: 5%;
    }
	.con00_wrap {
        padding-top: 20px;
    }
}
