@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#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}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

/* header */

#header {padding:0 100px; position:fixed; top:0; left:0; width:100%; display:flex; justify-content:space-between; align-items:center; height:100px; transition:.2s; z-index:100;}

.sitelogo a {display:block; width:190px; height:60px; background:url("../images/common/logo_w.png") no-repeat 0 50% / contain; overflow:hidden; font-size:0; line-height:0; text-indent:-9999em;}

#gnb > ul {display:flex;}
#gnb > ul > li {position:relative; padding:0 35px;}
#gnb > ul > li > a {text-align:center; position:relative; display:flex; align-items:center; justify-content:center; height:100px; color:#fff; font-size:18px; font-weight:700; line-height:1.3em; letter-spacing:-.03em;}
#gnb > ul > li > a:after {content:""; display:none; content:""; position:absolute; z-index:5; bottom:0; left:0px; border-bottom:8px solid #00a5b9; border-left:8px solid transparent; border-right:8px solid transparent; width:0; height:0;}
#gnb > ul > li.active > a {color:#00a5b9;}
#gnb > ul > li.active > a:after {display:block;}
#gnb > ul > li:hover > a {color:#00a5b9 !important;}
#gnb .submenu {display:none; position:absolute; left:50%; width:150px; transform:translateX(-50%); background:#00a5b9;}
#gnb .submenu.st2 {width:300px;}
#gnb .submenu.st3 {width:200px;}
#gnb .submenu>ul {padding:20px 30px;}
#gnb .submenu>ul>li>a {display:block; padding:8px 0; color:#fff; font-size:17px; line-height:1.33em;}
#gnb .submenu>ul>li>a:hover span {border-bottom:1px solid #fff;}

#header:hover {background:#fff; border-bottom-color:#ddd;}
#header:hover .sitelogo a {background-image:url("../images/common/logo.png")}
#header:hover #gnb > ul > li > a {color:#2c2c2c;}
#header:hover .btn-m-menu span,
#header:hover .btn-m-menu span:before,
#header:hover .btn-m-menu span:after {background:#2c2c2c;}

.header-fixed #sub #header {background:#fff; border-bottom-color:#ddd;}
.header-fixed #sub #header .sitelogo a {background-image:url("../images/common/logo.png")}
.header-fixed #sub #header #gnb > ul > li > a {color:#2c2c2c;}
.header-fixed #sub #header .btn-m-menu span,
.header-fixed #sub #header .btn-m-menu span:before,
.header-fixed #sub #header .btn-m-menu span:after {background:#2c2c2c;}

/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; right:30px; margin-top:-13px; width:26px; height:26px; text-indent:-9999em; line-height:0; font-size:0;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#fff;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}

.mobile-navigation {position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {height:80px; padding:0 20px; display:flex; align-items:center;}
.mobile-navigation .home a {display:block;}
.mobile-navigation .home img {height:36px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:13px 40px 13px 20px; display:block; color:#333; font-size:17px; font-weight:600; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #242424; border-bottom:2px solid #242424;}
.mobile-navigation .nav-menu>ul>li.active>a {color:##00a5b9;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg);}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#00a5b9; color:#fff; font-size:16px; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul >  li > a {display:block; padding:6px 0;}
.mobile-navigation .close {position:absolute; top:16px; right:10px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:11px; left:0; width:100%; height:2px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .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:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
.c1 {color:#00a5b9;}

.more-btn {margin-top:75px; font-size:15px; font-weight:500; letter-spacing:-.03em; line-height:1.4em; width:100%; max-width:175px; height:50px; border:1px solid #fff; display:flex; align-items:center; justify-content:space-between; padding:0 30px;}
.more-btn:after {content:""; width:7px; height:11px; background:url("../images/main/more_arr.png") no-repeat 50% 50% / contain;}

#main #container .contain {max-width:1460px;}

.main-cnt {color:#fff; padding:0 80px;}
.main-cnt .txt {margin-bottom:35px; font-size:20px; font-weight:700; letter-spacing:-.03em; line-height:1.5em; color:rgba(255,255,255,0.6);}
.main-cnt .tit {font-size:52px; font-weight:700; letter-spacing:-.03em; line-height:1.308em; color:#fff;}

.scroll {position:absolute; right:100px; bottom:60px; display:flex; justify-content:center; align-items:center; width:160px; height:160px;}
.scroll:before {content:""; -webkit-animation:rotate 15s linear infinite; animation: rotate 15s linear infinite; transition:all 0.3s ease; position:absolute; left:0; bottom:0; right:0; top:0; background:url("../images/common/scroll_down.png") no-repeat 50% 50% / contain;}
.scroll.type2 {right:auto; left:100px;}

.main-illusion {position:relative; background:url("../images/main/main_bg1.jpg") no-repeat 50% 50% / cover;}

@-webkit-keyframes rotate{
	100%{-webkit-transform:rotate(360deg);}
}
@keyframes rotate{
	100%{transform:rotate(360deg);}
}

.main-about {position:relative; background:url("../images/main/main_bg2.jpg") no-repeat 50% 50% / cover;}
.main-about .main-cnt {text-align:right;}

.main-links ul {display:flex;}
.main-links ul li {width:25%; background-repeat:no-repeat; background-size:cover; background-position:50% 50%;}
.main-links ul li:nth-child(1) {background-image:url("../images/main/main_link1.jpg");}
.main-links ul li:nth-child(2) {background-image:url("../images/main/main_link2.jpg");}
.main-links ul li:nth-child(3) {background-image:url("../images/main/main_link3.jpg");}
.main-links ul li:nth-child(4) {background-image:url("../images/main/main_link4.jpg");}
.main-links ul li a {display:block; height:100vh; text-align:center; color:#fff;}
.main-links ul li a .inner {padding:20px; transition:.3s; width:100%; height:100%; display:flex; flex-direction:column; justify-content:center; align-items:center;}
.main-links ul li a .tt {color:rgba(255,255,255,0.5); line-height:1.5em; letter-spacing:-.03em;}
.main-links ul li a .tit {margin:25px 0 35px; font-size:38px; font-weight:700; letter-spacing:-.03em; line-height:1.316em;}
.main-links ul li a .txt {font-size:18px; font-weight:700; letter-spacing:-.03em; line-height:1.778em;}
.main-links ul li a:hover .more-btn {background:#00a5b9; border-color:#00a5b9;}
.main-links ul li a:hover .inner {background:rgba(0,0,0,0.4);}

/* sub */ 
.sub-visual {position:relative; text-align:center; height:480px; color:#fff; 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%; opacity:0; transition:1s; transform:translateY(-30%);}
.sub-visual h2 {font-size:40px; line-height:1.3em; letter-spacing:-.01em;}
.sub-visual p {font-size:18px; font-weight:500; line-height:1.3em; letter-spacing:-.01em; margin-bottom:8px;}
.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");}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}
.loaded .sub-visual .inner {transform:translateY(-50%); opacity:1;}

.lnb {display:flex; align-items:flex-end; position:relative; margin:-100px auto 0; max-width:1400px; height:100px; background:#fff;}
.lnb ul {justify-content:center;}
.lnb ul li {width:auto; text-align:center; margin:0 2px;}
.lnb ul li a {border-radius:30px; position:relative; display:flex; align-items:center; justify-content:center; padding:0 30px; height:60px; font-weight:700; color:#a8a8a8; background:#f1f1f1;}
.lnb ul li.active a {background:#00a5b9; color:#fff;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {text-align:center; padding:70px 0 80px;}
.sub-title h2 {color:#242424; font-size:38px; font-weight:700; line-height:1.3em; letter-spacing:-.03em;}

.real-cont {min-height:400px; padding-bottom:100px;}

/* footer */
#sub #footer {border-top: 2px solid transparent; border-image: linear-gradient(to right, #00a6ba  55%, #2c2c2c); border-image-slice: 1;}

#footer {padding:45px 100px; color:#878787; font-size:15px; font-weight:400; line-height:1.5em; letter-spacing:-.03em; background:#fff;}
#footer address {font-style:normal;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

.f-top {display:flex; justify-content:space-between;}
.foot-comp {font-size:20px; font-weight:700; line-height:1.3em; margin-bottom:30px; color:#00a5b9;}
#footer address span {margin:0 35px 9px 0;}
#footer address span strong {color:#2c2c2c;}

.f-btm {display:flex;}
.copyright {font-size:13px; display:flex; align-items:center; margin-right:50px;}
.copyright .bar {width:1px; height:10px; background:#878787; margin:0 10px;}
.foot-links ul {display:flex;}
.foot-links ul li {color:#2c2c2c; margin-right:30px;}

.scroll-top {font-size:0; position:fixed; bottom:30px; right:30px; transition:.2s; opacity:0; border-radius:100%; background:#2c2c2c url("../images/common/top.png") no-repeat 50% 50%; width:42px; height:42px;  z-index:90;}
.scroll-top.active {opacity:1;}

#main.fp-viewing-0 .scroll-top {opacity:0;}
#main .scroll-top {opacity:1;}