@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

.only-desktop {display:block !important;}
.only-tablet {display:none !important;}
.only-mobile {display:none !important;}
.only-desktop-tablet {display:block !important;}
.only-tablet-mobile {display:none !important;}

#wrapper {position:relative; width:100%; overflow:hidden;}

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.contain {width:100%; max-width:1360px; margin:0 auto; padding-left:30px; padding-right:30px;}
.contain:after {content:" "; display:block; clear:both;}

.lato {font-family:'Lato', sans-serif !important;}

/* header */
#header {position:fixed; width:100%; z-index:102; top:0; left:0; right:0;}
#header:after {position:absolute; content:''; bottom:0; left:0; right:0; height:1px; background-color:rgba(255,255,255,.3);}
#header .contain {max-width: 1840px; position:relative;}
#header .contain.flex {display:flex; align-items: center;}
#header .sitelogo a {display:block; width:262px; height:40px; font-size:0; line-height:0; text-indent:-9999px; background-image:url('../images/common/logo.png'); background-position:0 0; background-repeat:no-repeat; background-size:contain;}

#gnb {position:relative; text-align:right; flex:1;}
#gnb > ul {margin-right: 58px; display:flex; justify-content:flex-end;}
#gnb > ul > li {position:relative; z-index:1; padding:0 42px;}
#gnb > ul > li > a {height:100px; display:flex; position:relative; align-items:center; z-index:5; color:#fff; opacity:.5;}
#gnb > ul > li:hover > a,
#gnb > ul > li.active > a {opacity:1;}

#gnb .submenu {height:0; overflow:hidden; position:absolute; left:0; width:100%; text-align:center; z-index:15;}
#gnb .submenu > ul {position:relative; padding:24px 0;}
#gnb .submenu > ul > li {margin-bottom:13px;}
#gnb .submenu > ul > li:last-child {margin-bottom:0;}
#gnb .submenu > ul > li > a {line-height:1.35em; display:inline-block;}
#gnb .submenu > ul > li.active > a,
#gnb .submenu > ul > li:hover > a {color:#036db7; text-decoration:underline;}

#header.fixed {background-color:#fff;}
#header.fixed:after {background-color:#ddd;}
#header.fixed .sitelogo a {background-image:url('../images/common/logo_on.png');}
#header.fixed #gnb > ul > li > a {color:#242424;}
#header.fixed .btn-m-menu span,
#header.fixed .btn-m-menu span:before,
#header.fixed .btn-m-menu span:after {background-color:#242424;}

#sub #wrapper {padding-top: 100px;}
#sub #header {background-color:#fff;}
#sub #header:after {background-color:#ddd;}
#sub #header .sitelogo a {background-image:url('../images/common/logo_on.png');}
#sub #header #gnb > ul > li > a {color:#242424;}
#sub #header .btn-m-menu span,
#sub #header .btn-m-menu span:before,
#sub #header .btn-m-menu span:after {background-color:#242424;}

.submenu-bg {display:none; position:absolute; top:100px; left:0; width:100%; background-color:#fff;}

/* for mobile */
.btn-m-menu {width:44px;height:44px;text-align:center;text-indent:-9999em; position: relative;}
.btn-m-menu span {position:absolute; right:0; top:50%; width:29px; height:2px; background:#fff; border-radius:2px;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:44px; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; border-radius:2px;}
.btn-m-menu span:before {top:-9px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-9px; transition-property:bottom, transform; opacity: 0;}

.mobile-navigation {width:720px; padding:130px 0 0 120px; position:fixed; top:0; right:0; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:106;}
.mobile-navigation .nav-menu>ul>li {margin-bottom: 100px;}
.mobile-navigation .nav-menu>ul>li:last-child {margin-bottom:0;}
.mobile-navigation .nav-menu>ul>li>a {font-size:50px; font-weight:900; line-height:1.1em; letter-spacing: -.03em; position:relative; display:inline-block; color:#111;}
.mobile-navigation .nav-menu>ul>li>a:hover {color: #b7b7b7;}
.mobile-navigation .menu-close {position:absolute; top:15px; right:15px; width:30px; height:30px;overflow:hidden; text-indent:-999em;}
.mobile-navigation .menu-close:before, 
.mobile-navigation .menu-close:after {content:""; position:absolute; left:14px; height:30px; width:2px; background-color:#ddd;}
.mobile-navigation .menu-close:before {transform:rotate(45deg);}
.mobile-navigation .menu-close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:105;}

html.menu-opened {overflow: hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}
html.menu-opened .btn-m-menu {position: absolute; top: 30px; right: 30px;}
html.menu-opened .btn-m-menu span {background:none !important;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background-color:#242424;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:0; transform:rotate(-45deg); opacity: 1;}

/* main */
.m-tit .title {font-size:54px; margin-bottom:30px; line-height:1.37em; color:#242424; letter-spacing:-.03em; font-weight:700;}
.m-tit .title.ty2 {font-size:60px; line-height:1.2em;}
.m-tit .fz20 {margin-bottom:30px; color:#242424;}
.m-tit .fz18 {margin-bottom:87px; color:#686868;}

.main-pad {padding:150px 0 180px;}
.main-sec2 .flex {display:flex;}
.main-sec2 .col-r {margin-left:95px; flex:1; position:relative;}

.main-sec2 .col-r a {position:absolute; bottom:0; left:0;}

.count-num {display:flex;}
.count-num .item {width:33.3333%;}
.count-num .tt {margin-bottom:20px; font-weight:600; color:#242424; letter-spacing:-.03em; line-height:1.4em;}
.count-num .tt img {margin:-2px 12px 0 0; vertical-align:middle;}
.count-num .counter {font-size:60px; padding-right:10px; color:#242424; font-weight:900; letter-spacing:-.03em; line-height:.8em;}

.main-moreview {width:220px; height:60px; color:#686868; cursor:pointer; letter-spacing:-.03em; display:flex; align-items:center; justify-content:center; border:1px solid #ddd;}
.main-moreview.mar-auto {margin:0 auto;}
.main-moreview:hover {border-color:#242424; color:#242424;}

.main-sec3 .flex {display:flex;}
.main-sec3 .col-l {flex:1 430px; max-width:430px; width:1%;}
.main-sec3 .col-r {flex:1;}
.main-sec3 ul {margin:0 -25px -40px; display:flex; flex-wrap:wrap;}
.main-sec3 ul li {padding:0 25px; margin-bottom:40px; width:50%; font-weight:600; color:#242424;}
.main-sec3 ul li:nth-child(even) {margin-top:30px;}
.main-sec3 ul li .img {border-radius:20px; overflow:hidden;}
.main-sec3 ul li p {margin:25px 0 0 20px;}

.main-sec4 .contain {position:relative;}
.main-sec4 .items {margin:0 -15px;}
.main-sec4 .item {padding:0 15px; display:block;}
.main-sec4 .thumb {position:relative; padding-bottom:65%; overflow:hidden;}
.main-sec4 .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-sec4 .cnt {margin-top:17px;}
.main-sec4 .cnt .title {font-size:20px; margin-bottom:17px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; letter-spacing:-.03em; color:#242424; font-weight:500; line-height:1.3em;}
.main-sec4 .cnt .date {font-size:14px; color:#878787; letter-spacing:-.03em; line-height:1.3em;}

.main-sec4 .slidecontrol {margin:60px 0; display:flex; width: 100%; align-items: center;}
.main-sec4 .progress {height:2px; margin:0 65px; flex:1; display:block; width: 100%; overflow:hidden; background-color:#ddd; background-image:linear-gradient(to right, #242424, #242424); background-repeat:no-repeat; background-size:20% 100%; transition:all .6s ease-in-out;}
.main-sec4 .sr-only {position:absolute; width:1px; height:6px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0;}
.main-sec4 .slick-arrow {width:26px; height:12px; z-index:20; border:0; font-size:0; line-height:0; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; background-size:contain;}
.main-sec4 .slick-prev {background-image:url("../images/main/sec4_prev_on.png");}
.main-sec4 .slick-next {background-image:url("../images/main/sec4_next.png");}

/* sub page */
#contArea {width:100%; max-width:1360px; margin:0 auto; padding:0 30px;}
#contArea.wide {max-width:none; padding:0;}

.sub-title {padding:110px 0 75px; text-align:center; font-family:'Lato', sans-serif !important;}
.sub-title h3 {font-size:60px; color:#242424; font-weight:600; line-height:1.3em; letter-spacing:-.03em; position:relative;}
.sub-title.wh h3 {color: #fff;}

.sub-title2 {font-size: 36px; margin:115px 0 50px; font-weight: 600; color: #242424; letter-spacing: -.03em; line-height:1.4em; text-align: center;}

.real-cont {padding-bottom:180px;}

/* footer */
#footer {padding:66px 0; letter-spacing:-.03em; line-height:1.4em; color:#909090; background-color:#1a1a1a;}
#footer .contain {max-width:1840px;}
.foot-flex {display:flex; align-items:center;}
.foot-flex .col-wrap {display:flex; flex:1;}
.foot-flex .col-m {display:flex; flex:1; font-weight:500; color:#fff;}
.foot-flex .col-m .group:first-child {margin:0 170px;}
.foot-flex .col-m .group {display:flex;}
.foot-flex .col-r li:last-child {margin-right:0  !important;}
.foot-flex .col-m .group p {margin-bottom:12px;}
.foot-flex .col-m .group .left {margin:10px 30px 0 0;}
.foot-flex .col-m .group ul li {margin-bottom:20px;}
.foot-flex .col-m .group p:last-child, .foot-flex .col-m .group ul li:last-child {margin-bottom:0;}
.foot-flex a:hover {text-decoration:underline;}
.foot-flex .col-r {text-align:right;}
.foot-flex .col-r ul {justify-content:flex-end;}
.foot-flex .sns {display:flex;}
.foot-flex .sns li {margin-right:30px;}
.foot-flex .links {display:flex;}
.foot-flex .links li {font-size:15px; margin-right:55px; font-weight:500; letter-spacing:-.03em; line-height:1.3em; color:#fff;}
.foot-flex .copy {font-size:14px; margin:25px 0 40px; letter-spacing:-.03em; line-height:1.714em;}

/* quick */
.quick {position:fixed; bottom:30px; right:30px; z-index:90;}
.quick a {padding:0 18px; font-size:15px; width:54px; height:54px; margin-bottom:10px; margin-left:auto; align-items:center; justify-content:center; font-weight:500; color:#fff; display:flex; border-radius:30px;}
.quick a:last-child {margin-bottom:0;}
.quick a p {display:none;}
.quick a .ico {width:18px; height:18px; display:flex; align-items:center; justify-content:center;}
.quick a:hover {width:140px; justify-content:space-between;}
.quick a:hover p {display:block;}
.quick a.link1 {background-color:#242424;}
.quick a.link2 {background-color:#fff; box-shadow:1px 3px 10px rgba(0,0,0,.15);}
.quick a.link2:hover p {color:#242424;}

.f-desktop {display:block;}
.f-tablet {display:none;}
.f-mobile {display:none;}