@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

.only-desktop {display:block !important;}
.only-mobile {display:none !important;}

#wrapper {position:relative; width:100%; overflow:hidden;}
#sub #wrapper {padding-top:100px;}

#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;outline-color:#f37736;}

.contain {width:100%; max-width:1260px; margin:0 auto; padding-left:30px; padding-right:30px;}
.contain:after {content:" "; display:block; clear:both;}

/* header */
#header {position:fixed; width:100%; z-index:102; top:0; left:0; right:0;}
#header .contain {max-width:1780px; position:relative; display:flex; align-items:center;}
#header .sitelogo a {width:254px; height:50px; display:block; 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; flex:1;}
#gnb > ul {display:flex; justify-content:center;}
#gnb > ul > li {padding:0 70px; position:relative; z-index:1;}
#gnb > ul > li > a {font-size:20px; height:100px; display:flex; align-items:center; font-weight:600; color:#fff;}

#gnb .submenu {height:0; overflow:hidden; position:absolute; left:0; width:100%; text-align:center; z-index:15;}
#gnb .submenu > ul {padding:27px 0; position:relative;}
#gnb .submenu > ul > li {margin-bottom:12px; line-height:1.7em;}
#gnb .submenu > ul > li:last-child {margin-bottom:0;}
#gnb .submenu > ul > li > a {display:inline-block;}
#gnb .submenu > ul > li:hover > a {text-decoration:underline; color:#3baa92; text-underline-offset:4px;}

.submenu-bg {display:none; position:absolute; top:100px; left:0; width:100%; background-color:#fff;}

#header.header-hover {background-color:#fff;}
#header.header-hover:after {position:absolute; content:''; bottom:0; left:0; right:0; height:1px; background-color:#ddd;}
#header.header-hover .sitelogo a {background-image:url(../images/common/logo-on.png);}
#header.header-hover #gnb > ul > li > a {color:#242424;}
#header.header-hover .btn-m-menu span:before, #header.header-hover .btn-m-menu span:after {background-color:#242424;}

#header.header-active {background-color:#fff;}
#header.header-active:after {position:absolute; content:''; bottom:0; left:0; right:0; height:1px; background-color:#ddd;}
#header.header-active .sitelogo a {background-image:url(../images/common/logo-on.png);}
#header.header-active #gnb > ul > li > a {color:#242424;}
#header.header-active .btn-m-menu span:before, #header.header-active .btn-m-menu span:after {background-color:#242424;}

#header.fixedd {background-color:#fff;}
#header.fixedd:after {position:absolute; content:''; bottom:0; left:0; right:0; height:1px; background-color:#ddd;}
#header.fixedd .sitelogo a {background-image:url(../images/common/logo-on.png);}
#header.fixedd #gnb > ul > li > a {color:#242424;}
#header.fixedd .btn-m-menu span:before, #header.fixedd .btn-m-menu span:after {background-color:#242424;}


#gnb > ul > li:hover > a {color:#3baa92 !important;}

/* for mobile */
.btn-m-menu {display:block; position:relative; width:28px; height:28px; text-align:center; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; right:0; top:50%; width:18px; height:2px; background:#3baa92; border-radius:2px;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:28px; 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;}

.mobile-navigation {position:fixed; top:100px; right:0; width:300px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 18px; display:block; color:#333; font-size:17px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active {background:#f4f4f4;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#3baa92;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu>ul>li.home>a {padding:19px 18px;}
.mobile-navigation .nav-menu>ul>li.home>a:after {display:none;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:10px 0;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; padding:5px 18px; color:#454545; font-size:15px; font-weight:400; line-height:1.4em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {color:#3baa92;}
.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:99;}

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 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;}
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);}

/* main */
.main-visual {position:relative; width:100%; line-height:0; overflow:hidden;}
.main-visual .item {position:relative; height:100vh; z-index:1; overflow:hidden;}
.main-visual .item .img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; background-repeat:no-repeat; background-position:50% 50%; background-size:cover;  opacity:1 !important; animation-duration:3s; transition:all 1s ease;}

.main-visual .txt {max-width:1400px; padding:0 30px; color:#fff; text-shadow:1px 3px 10px rgba(0,0,0,.4); text-align:center; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; color:#fff;}
.main-visual .txt p {opacity:.5;}
.main-visual .txt strong {font-size:60px; margin-top:10px; line-height:1.33em; display:block; font-weight:500; letter-spacing:-.03em;}
.main-visual .txt b {font-weight:700;}

.main-visual .controls {font-size:13px; padding:0 30px; bottom:45px; max-width:1780px; width:100%; position:absolute; left:50%; letter-spacing:-.02em; font-weight:700; display:flex; align-items:center; transform:translateX(-50%); color:#fff; z-index:40;}
.main-visual .controls .wrap {width:130px; padding:0 20px; display:flex; align-items:center; border:1px solid rgba(255,255,255,.5); border-radius:30px; height:34px; text-align:center;}
.main-visual .controls .play-btn {width:34px; height:34px; margin-left:13px; display:flex; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.5); border-radius:100%;}
.main-visual .controls .bar {padding:0 3px;}
.main-visual .pager {flex:1;}
.main-visual .pager .current {display:inline-block; width:.6em;}
.main-visual .slide-btn {width:10px; height:16px; background-position:50% 50%; background-repeat:no-repeat; border-radius:100%; border:0; overflow:hidden;}
.main-visual .slide-prev {background-image:url("../images/main/ctr_prev.png");}
.main-visual .slide-next {background-image:url("../images/main/ctr_next.png");}
.main-visual .slide-stop {background-image:url("../images/main/ctr_stop.png");}
.main-visual .slide-play {display:none; background-image:url("../images/main/ctr_play.png");}

.visual-scroll {position:absolute; bottom:30px; left:50%; margin-left:-32px; z-index:10; line-height:0; animation:pulse 2s infinite;}

@-webkit-keyframes pulse {
 0% {
 -webkit-transform:translate(0, 0);
 transform:translate(0, 0);}
 50% {
 -webkit-transform:translate(0, 10px);
 transform:translate(0, 10px);}
 100% {
 -webkit-transform:translate(0, 0);
 transform:translate(0, 0);} 
}

@keyframes pulse {
 0% {
 -webkit-transform:translate(0, 0);
 transform:translate(0, 0);}
 50% {
 -webkit-transform:translate(0, 10px);
 transform:translate(0, 10px);}
 100% {
 -webkit-transform:translate(0, 0);
 transform:translate(0, 0);} 
}

.animated {transition:all .5s ease;}

.main-visual [data-animation-in] {opacity:0; animation-duration:1.5s; transition:opacity 0.5s ease 0.3s; transition:1s;}

@keyframes zoomInImage {
  from {transform:scale3d(1.05, 1.05, 1.05); transition:1s;}
  to {transform:scale3d(1, 1, 1); transition:1s;}
}
.zoomInImage {animation-name:zoomInImage;}

@keyframes zoomOutImage {
  from {transform:scale3d(1, 1, 1); transition:1s;}
  to {transform:scale3d(1.08, 1.08, 1.08); transition:1s;}
}
.zoomOutImage {animation-name:zoomOutImage;transition:1s;}

/* sub page */
.sub-visual {position:relative; height:400px; color:#fff; text-align:center; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:0; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual p {color:#fff; opacity:.5;} 
.sub-visual strong {font-size:60px; margin-top:10px; line-height:1.2em; display:block; letter-spacing:-.03em;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual .bg5 {background-image:url("../images/common/sv5.jpg");}

.sub-visual [data-aos=fade-up] {transform:translate3d(0,30px,0);}

.loaded .sub-visual .bg {transform:scale(1); opacity:1;}


.lnb {margin-top:-30px; text-align:center; overflow:hidden;}
.lnb .swiper-wrapper {display:flex; box-sizing:border-box;}
.lnb ul li {flex:1; background:#2679ad; color:#fff;}
.lnb ul li a {font-size:18px; height:60px; padding:0 15px; display:flex; align-items:center; justify-content:center; line-height:1.3em; letter-spacing:-.03em;}
.lnb ul li.active {background:#fff; font-weight:600;}
.lnb ul li.active a {color:#2679ad !important;}

#contArea {width:100%; max-width:1260px; margin:0 auto; padding:0 30px;}
#contArea.wide {max-width:none; padding:0;}

.sub-title {padding:95px 0 85px; text-align:center;}
.sub-title h1 {font-size:35px; color:#242424; position:relative; line-height:1.3em; letter-spacing:-.02em; font-weight:600;}
.sub-title h1:after {bottom:-15px; width:60px; height:3px; position:absolute; content:''; left:50%; transform:translateX(-50%); background:linear-gradient(90deg, rgba(59,170,146,1) 0%, rgba(38,121,173,1) 100%);}

.real-cont {padding-bottom:100px;}

/* footer */
#footer {font-size:15px; padding:45px 0; border-top:2px solid #3baa92;}
#footer .contain {max-width:1780px; display:flex;}

.f-info {margin-left:45px; flex:1; line-height:1.73em; font-style:normal;}
.f-info span {padding-right:35px;}
.f-info .copy {margin-top: 45px; font-size:14px; display:block; padding-right: 0;}
.f-info .copy a {font-size:12px; padding-left:3px; letter-spacing:-.03em; color:#b0b0b0;}

.poplink {margin-bottom:50px; display:flex;}
.poplink li {padding-right:40px;}
.poplink li:last-child {padding-right:0;}
.poplink li img {margin:-2px 10px 0 0; vertical-align:middle;}

.familysite {width:150px; margin-left:auto; position:relative;}
.familysite .tt {height:45px; line-height:45px; padding:0 20px; position:relative; display:flex; align-items:center; justify-content:space-between; width:100%; border:1px solid #ddd;}
.familysite .tt span {font-size:8px;}
/* .familysite .tt:after {width:12px; height:12px; right:20px; margin-top:-6px; position:absolute; content:''; top:50%; background-image:url('../images/common/family-open.png'); background-size:contain; background-repeat:no-repeat;} */
/* .familysite.active .tt:after {width:10px; height:10px; margin-top:-5px; background-image:url('../images/common/family-close.png');}
.familysite ul {padding:20px 20px 13px; bottom:40px;position:absolute; display:none; left:0; width:100%; overflow:auto; background-color:#f4f4f4;}
.familysite ul li a {display:block; letter-spacing:-.01em; word-break:break-all;}
.familysite ul li:hover a {text-decoration:underline;} */

.foot-fix {position:fixed; bottom:35px; right:30px;}
.foot-fix a {display:block;}

.f-desktop {display:block;}
.f-tablet {display:none;}
.f-mobile {display:none;}