@charset "UTF-8";
/*-------------------------------------------------
Version : 1.0
Author : CHO SUN YOUNG
Create date : 2017. 06. 16.
Last update : 2017. 06. 16.

Version : 2.0
Author : CHO JEONG YEON
Create date : 2022. 04. 18.
-------------------------------------------------*/
/* 레이어 팝업 */
.layer_popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); text-align: center; z-index: 100; }

.layer_popup .popup_area { display: inline-block; max-width: 100%; margin-top: 64px; overflow: hidden; }

.layer_popup .popup_area img { max-width: 100%; }

.layer_popup .popup_area .popup a { display: block; }

.layer_popup .close { padding: 5px 10px; background-color: #000; color: #fff; overflow: hidden; }

#content { word-break: keep-all; padding-top: 6.5rem; }

#content .container { max-width: 1280px; position: relative; }

.picture { border-radius: 1rem; overflow: hidden; }

.picture img { -webkit-transition: .3s; transition: .3s; }

a:hover .picture img { -webkit-transform: scale(1.1); transform: scale(1.1); }

/* ========================================== 비주얼 */
.visual-section { background: url(../img/main/visual_bg.png) 0 0 no-repeat; max-width: 1780px; margin: 0 auto; padding-bottom: 7rem; }

.visual-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.visual-list .picture { height: 100%; }

.visual-list .picture img { width: 100%; height: 100%; }

.visual-list .visual-main { -webkit-box-flex: 1; -ms-flex: 1 1 83.5rem; flex: 1 1 83.5rem; max-width: 83.5rem; position: relative; }

.visual-list .visual-main .item-list .item .tit { font-size: 3rem; color: #000; line-height: 4rem; font-weight: 700; letter-spacing: -.9px; margin-bottom: 1.5rem; margin-top: -.5rem; display: block; display: -webkit-box; -webkit-line-clamp: 2; height: 8rem; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; word-break: keep-all; }

.visual-list .visual-main .item-list .item .cont { font-size: 1.7rem; color: #666; line-height: 2.9rem; margin-bottom: 2.8rem; display: block; display: -webkit-box; -webkit-line-clamp: 2; height: 5.6rem; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; word-break: keep-all; width: 100%; }

.visual-list .visual-main .item-list .item .info { padding-right: 7.6rem; }

.visual-list .visual-main .slick-arrow { position: absolute; right: .6rem; overflow: hidden; z-index: 1; font-size: 0; -webkit-transition: .2s; transition: .2s; color: #000; width: 3rem; height: 3rem; }

.visual-list .visual-main .slick-arrow::before { font-family: "xeicon"; font-size: 3rem; display: block; -webkit-transition: .2s; transition: .2s; }

.visual-list .visual-main .slick-prev { top: 0rem; }

.visual-list .visual-main .slick-prev::before { content: ''; }

.visual-list .visual-main .slick-next { top: 8rem; }

.visual-list .visual-main .slick-next::before { content: ''; }

.visual-list .visual-main .slick-controls { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: absolute; right: 0; top: 0; background: #fff; }

.visual-list .visual-main .slick-controls .slick-counter { position: static; margin: 4.5rem 0; }

.visual-list .visual-main .slick-controls .control button { display: none; font-size: 2.4rem; }

.visual-list .visual-main .slick-controls .control button.active { display: block; }

.visual-list .visual-main .slick-counter { font-size: 2rem; font-weight: bold; }

.visual-list .visual-main .slick-counter i { display: inline-block; width: 1px; height: 1.5rem; background: #313133; -webkit-transform: rotate(30deg); transform: rotate(30deg); margin: 0 .7rem; }

.visual-list .visual-main .slick-counter .current { color: #DA1822; }

.visual-list .visual-sub { -webkit-box-flex: 0; -ms-flex: 0 0 39.5rem; flex: 0 0 39.5rem; max-width: 39.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.visual-list .visual-sub .item { position: relative; display: block; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.visual-list .visual-sub .item .picture { position: relative; }

.visual-list .visual-sub .item .picture::after { content: ''; display: block; background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000000), to(#000000)) 0% 0% no-repeat padding-box; background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box; position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: .6; }

.visual-list .visual-sub .item .tit { font-size: 1.8rem; color: #fff; line-height: 3rem; letter-spacing: -.5px; position: absolute; left: 0; bottom: 0; z-index: 2; padding: 3rem; width: 100%; }

.visual-list .visual-sub .item .tit span { display: block; display: -webkit-box; -webkit-line-clamp: 2; height: 6rem; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; word-break: keep-all; }

.visual-list .visual-sub .item ~ .item { margin-top: 3rem; }

/* ========================================== 메인 컨텐츠 영역 */
/* 메인 컨텐츠 공통 영역 */
.section { padding: 7rem 0; }

h2 { color: #000; font-size: 3rem; }

.btn-more { position: absolute; top: 0; right: 1rem; width: 20px; height: 20px; color: #000; }

.btn-more::before { font-family: xeicon; font-size: 3rem; content: ""; }

.btn-more .btn-L { right: 35px; }

.btn-more .btn-L:before { content: "\e93b"; }

.btn-more .btn-R:before { content: "\e93e"; }

.btn-more-view { margin-top: 20px; text-align: center; }

.btn-more-view a { position: relative; display: inline-block; width: 150px; height: 40px; line-height: 40px; text-align: center; font-size: 15px; color: #333; border: 1px solid #c8c8c8; }

.btn-more-view a:before { position: absolute; top: 0; right: 15px; font-family: xeicon; font-size: 18px; content: "\e90a"; }

.btn-more-view a:hover { font-weight: bold; -webkit-transition: 0.5s ease; transition: 0.5s ease; }

/* section01 */
.section01 { position: relative; max-width: 1780px; margin: 0 auto; background: url(../img/main/section01_bg.png) 100% 0 no-repeat, -webkit-gradient(linear, left top, right top, from(#172A72), to(#5D3C98)); background: url(../img/main/section01_bg.png) 100% 0 no-repeat, linear-gradient(90deg, #172A72 0%, #5D3C98 100%); color: #fff; padding: 4rem 0; }

.section01 .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section01 .title-area h2 { color: inherit; }

.section01 .title-area .btn-more { position: static; margin: 2rem auto 0; display: block; color: inherit; }

.section01 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.section01 .list li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: 1 1 50%; flex: 1 1 50%; max-width: 50%; padding-left: 4rem; }

.section01 .list a { color: inherit; position: relative; display: block; padding-left: 1.6rem; overflow: hidden; font-size: 1.7rem; white-space: nowrap; text-overflow: ellipsis; line-height: 3.5rem; }

.section01 .list a::before { position: absolute; left: 0; top: 1.4rem; display: inline-block; width: .6rem; height: .6rem; background-color: rgba(255, 255, 255, 0.6); content: ''; border-radius: 50%; }

.section01 .list a:hover { text-decoration: underline; }

.section01 .date { font-size: 1.4rem; opacity: .8; -webkit-box-flex: 0; -ms-flex: 0 0 7.5rem; flex: 0 0 7.5rem; max-width: 7.5rem; margin-left: 3.5rem; font-family: "NanumSquare"; }

/* section02 */
.section02 .container { padding-left: 52.6rem; }

.section02 h2 { margin-bottom: 3rem; }

.section02 .list li:first-child { width: 46.6rem; position: absolute; left: 0; top: 0; }

.section02 .list li:first-child .title { display: block; display: -webkit-box; -webkit-line-clamp: 2; height: 6.4rem; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; word-break: keep-all; line-height: 3.2rem; font-size: 2.2rem; }

.section02 .list li:first-child .desc, .section02 .list li:first-child .info { display: none; }

.section02 .list li:first-child a { display: block; }

.section02 .list li:first-child .picture { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; height: 30.1rem; margin-right: 0; margin-bottom: 2.4rem; }

.section02 .list li:first-child .txt { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; max-width: 100%; }

.section02 .list a { display: -webkit-box; display: -ms-flexbox; display: flex; }

.section02 .list li ~ li { margin-top: 3rem; }

.section02 .picture { -webkit-box-flex: 0; -ms-flex: 0 0 22rem; flex: 0 0 22rem; max-width: 22rem; margin-right: 3rem; }

.section02 .picture img { height: 100%; }

.section02 .txt { -webkit-box-flex: 1; -ms-flex: 1 1 calc(100% - 25rem); flex: 1 1 calc(100% - 25rem); max-width: calc(100% - 25rem); }

.section02 .txt .title { font-size: 2rem; color: #141414; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-bottom: 1.6rem; }

.section02 .txt .desc { font-size: 1.6rem; color: #767676; display: block; display: -webkit-box; -webkit-line-clamp: 3; height: 8rem; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; word-break: keep-all; margin-bottom: 1.5rem; line-height: 2.8rem; }

.section02 .txt .info em { color: #1637B4; }

.section02 .txt .info .date { color: #9D9D9D; font-family: "NanumSquare"; position: relative; padding-left: 1rem; margin-left: 1rem; }

.section02 .txt .info .date::before { content: ''; display: block; background-color: #ddd; width: 1px; height: 0.9rem; position: absolute; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); left: 0; top: 50%; }

.section03 .slick-dots, .section04 .container .list .slick-dots { position: absolute; right: 3rem; top: 1rem; }

.section03 .slick-dots li, .section04 .container .list .slick-dots li { display: inline-block; vertical-align: top; margin: 0 .4rem; }

.section03 .slick-dots li button, .section04 .container .list .slick-dots li button { font-size: 0; display: block; width: 1rem; height: 1rem; background-color: #ddd; border-radius: 50%; }

.section03 .slick-dots li.slick-active button, .section04 .container .list .slick-dots li.slick-active button { background-color: #112A8B; }

/* section03 */
.section03 { position: relative; width: 100%; background: #F8F8FB; }

.section03 h2 { margin-bottom: 4rem; }

.section03 .slick-list { margin-right: -3rem; }

.section03 .date { font-size: 1.6rem; font-family: "NanumSquare"; font-weight: 700; color: #112A8B; display: block; margin-bottom: 1.5rem; }

.section03 .title { margin-bottom: 2.4rem; display: block; font-size: 2rem; line-height: 3.2rem; color: #141414; display: block; display: -webkit-box; -webkit-line-clamp: 2; height: 6rem; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; word-break: keep-all; }

.section03 .item { padding-bottom: 2.8rem; border-bottom: .4rem solid #E4E4E4; -webkit-transition: .2s; transition: .2s; }

.section03 .item:hover { border-color: #E81616; }

.section03 .item:hover .date { color: #E81616; }

.section03 .item ~ .item { margin-left: 3rem; }

.section03 .desc { font-size: 1.6rem; color: #666666; line-height: 2.8rem; margin-bottom: 3.4rem; display: block; display: -webkit-box; -webkit-line-clamp: 5; height: 14rem; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; word-break: keep-all; }

.section03 .view { display: -webkit-box; display: -ms-flexbox; display: flex; }

.section03 .view span { color: #000; font-size: 1.6rem; font-family: "NanumSquare"; font-weight: 700; margin-right: .8rem; }

.section03 .view i { font-size: 1.5rem; color: #000; }

/* section04 */
.section04 .container { display: -webkit-box; display: -ms-flexbox; display: flex; }

.section04 .container > div { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; position: relative; }

.section04 .container > div ~ div { margin-left: 5rem; }

.section04 .container > div .btn-more { position: absolute; right: 0; top: 0; }

.section04 .container > div a:hover { text-decoration: underline; }

.section04 .container h2 { margin-bottom: 3rem; }

.section04 .container .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 4rem; }

.section04 .container .picture { -webkit-box-flex: 0; -ms-flex: 0 0 11.8rem; flex: 0 0 11.8rem; max-width: 11.8rem; width: 11.8rem; height: 11.8rem; border-radius: 50%; overflow: hidden; margin-right: 4rem; -webkit-transition: .2s; transition: .2s; }

.section04 .container .txt { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.section04 .container .txt .title { display: block; font-size: 1.7rem; line-height: 1.5; display: block; display: -webkit-box; -webkit-line-clamp: 2; height: 5rem; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; word-break: keep-all; color: #141414; margin-bottom: 1.5rem; }

.section04 .container .txt .sub-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font: size 1.4rem; color: #666666; margin-bottom: 1rem; }

.section04 .container .txt .sub-info i { margin-right: 0.5rem; font-size: 1.8rem; }

.section04 .container .txt .hash-tag { font-size: 1.4rem; color: #666666; display: -webkit-box; display: -ms-flexbox; display: flex; }

.section04 .container .txt .hash-tag a { display: block; padding: 0.5rem; border: 1px solid #DDDDDD; }

.section04 .container .txt .hash-tag a ~ a { margin-left: 0.7rem; }

.section04 .container .seminar-info .picture { background: #F1F1F5; color: #141414; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.section04 .container .seminar-info .picture strong { font-size: 2.8rem; margin-bottom: 0.5rem; }

.section04 .container .seminar-info .picture span { font-size: 1.6rem; }

.section04 .container .seminar-info .item:hover .picture { background: #112A8B; color: #fff; }

.list-style01 {overflow: hidden; -webkit-transition: 1s ease;transition: 1s ease;width:calc(100% + 40px)}
.list-style01:after{    content: '';  display: block; clear: both;}
.list-style01 li {float: left; margin-right: 39px; margin-bottom: 40px; width: 374px; overflow: hidden; width:calc(33.33% - 40px); margin-right:40px}
.list-style01 li:nth-child(3n) {margin-right: 0;}
.list-style01 li a {position: relative; display: block; width: 100%; line-height: 20px; overflow: hidden;}
.list-style01 li a .picture {width: 100%; height: 224px; overflow: hidden;}
.list-style01 li a .picture img {width: 100%; height:100%}
.list-style01 li a .line01 {position: absolute; top: 0; left: 0; padding: 35px 30px; width: 100%; text-align: center; font-size: 15px; color: #fff; background-color: rgba(0, 0, 0, 0.7);height: 0;opacity: 0;visibility: hidden;-webkit-transition: 0.5s ease;	transition: 0.5s ease;}
.list-style01 li a .line01 .line01-1 {padding-bottom: 20px; height: 110px; line-height: 22px; overflow: hidden;}
.list-style01 li a .line01 .line01-2 {margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.2);}
.list-style01 li a:hover .line01 {height: 224px;opacity: 1;	visibility: visible;}

.section03 .list-style01 {height: 224px;}
.section03 .list-style01 {height: 224px;}
.section03 .list-style01 li {height: 224px;}
.section03 .list-style01 li a {height: 224px;}
.section03 .list-style01 li a .line01 {background-color: rgba(0, 0, 0, 0.6);height: 224px;opacity: 1;visibility: visible;}
.section03 .list-style01 li a .line01 .line01-1 {height: 56px; font-size: 21px;	margin-top: 40px; -webkit-transition: 0.5s ease;transition: 0.5s ease; word-break: keep-all;    line-height: 28px;}
.section03 .list-style01 li a .line01 .line01-2 {opacity: 0;visibility: hidden;-webkit-transition: 0.5s ease;transition: 0.5s ease;}
.section03 .list-style01 li a:hover .line01 .line01-1 {margin-top: 20px;}
.section03 .list-style01 li a:hover .line01 .line01-2 {opacity: 1;visibility: visible;}
.section03 .list-style01 li a .line01 .date {font-size: 1.7rem;margin-top: .5rem; color:#fff;}
.section03 .btn-more-view {margin-top: 50px;}
.section03 .btn-more-view a {border: 1px solid #8d8d8d;}
.section03.active .list-style01 {height: 490px;}
.section.active .btn-more-view a:before {content: "\e909";}

/* ============================================== */
/* ==================== 반응형 ===================== */
/* ============================================== */
@media screen and (max-width: 1279.98px) { .visual-section { padding: 0 2rem 4rem; }
  .visual-list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .visual-list .visual-main { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; max-width: inherit; margin-bottom: 2rem; }
  .visual-list .visual-sub { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; max-width: inherit; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .visual-list .visual-sub .item { -webkit-box-flex: 1; -ms-flex: 1 1 50%; flex: 1 1 50%; max-width: 50%; }
  .visual-list .visual-sub .item ~ .item { margin: 0 0 0 1rem; } }

@media screen and (max-width: 1023.98px) { #content { padding-top: 3rem; }
  .section { padding: 4rem 2rem; }
  .section01 .container { display: block; }
  .section01 .title-area { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 3rem; }
  .section01 .title-area .btn-more { margin: 0; }
  .section01 .list { display: block; }
  .section01 .list li { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; max-width: inherit; padding-left: 0; }
  .section02 .container { padding: 0; }
  .section02 .picture { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; max-width: inherit; width: auto; margin-right: 0; margin-bottom: 2.4rem; display: inline-block; }
  .section02 .list li:first-child { width: 100%; position: static; }
  .section02 .list li:first-child .picture { height: auto; }
  .section02 .txt { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; max-width: inherit; }
  .section02 .txt .title { font-size: 2.2rem; display: block; display: -webkit-box; -webkit-line-clamp: 2; height: 6.4rem; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; word-break: keep-all; line-height: 3.2rem; }
  .section02 .txt .desc, .section02 .txt .info { display: none; }
  .section02 .list a { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; display: block; text-align: center; }
  .section04 .container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .section04 .container > div ~ div { margin-left: 0; margin-top: 5rem; } 
  
  .section03 .list-style01{height:180px; width:calc(100% + 10px)}
	.section03 .list-style01 li{width: calc(33.33% - 10px);  margin-right: 10px; margin-bottom:10px; height: 180px;}
	.section03 .list-style01 li a{height:180px; }
	.section03 .list-style01 li a .picture{height:180px}
	.section03 .list-style01 li a .line01{height:180px}
	.section03 .list-style01 li a .line01 .line01-1{margin-top: 30px; font-size: 18px;}
	.section03 .list-style01 li a:hover .line01 .line01-1{margin-top:0}
	.section03 .btn-more-view{margin-top:30px}
	.section03.active .list-style01{height: 400px;}
  }

@media screen and (max-width: 767.98px) { .section01 .list li:nth-last-child(-n+2) { display: none; }
  .section04 .container .item { margin-bottom: 5.6rem; } 
  
  	.section03 .btn-more a{top:40px; right: 20px;}
	.section03 .list-style01{height:290px}
	.section03.active .list-style01{height:450px}
	.section03 .list-style01 li{width: calc(50% - 10px); height: 140px;}	
	.section03 .list-style01 li a{height:140px; }
	.section03 .list-style01 li a .picture{height:140px}
	.section03 .list-style01 li a .line01{height:140px; padding: 25px 20px;}
	.section03 .list-style01 li a .line01 .line01-1{margin-top: 10px; font-size: 15px; line-height: 20px;}
	.section03 .list-style01 li a:hover .line01 .line01-1{margin-top:15px}
	.section03 .list-style01 li a:hover .line01 .line01-2{displan:none}
  }
/*# sourceMappingURL=main.css.map */

