@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-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}

#wrapper {position:relative; overflow:hidden;}

/* header */
#sub #header {position:relative; border-bottom:1px solid #ddd;}

#header {position:absolute; left:0; top:0; width:100%; z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100px; z-index:10;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; margin-right:-40px;} 
#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative; padding:0 40px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; height:100px; color:#222; font-size:19px; font-weight:600; letter-spacing:0; line-height:1.3em;}
#gnb>ul>li.active a {color:#ee771f;}
#gnb>ul>li>a:hover {color:#ee771f;}


/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#242424;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; 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 {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .home img {height:37px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .close {position:absolute; top:26px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; 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 */
.main-visual {position:relative; overflow:hidden;}
.main-visual video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item {position:relative; display:flex; align-items:center; justify-content:center; height:100vh;}
.main-visual .item:after {content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.25); z-index:1;}
.main-visual .item .caption {z-index:2; padding:0 30px; position: absolute; left:0; top:40.6%; width:100%; text-align:center;}
.main-visual .item .caption h2 {opacity:0; transition:3s; font-family:"titillium-web", sans-serif; font-size:75px; font-weight:600; letter-spacing:0; color:#fff; line-height:1.3em;}
.main-visual .active .caption h2 {opacity:1;}
.main-visual .links {position:absolute; left:0; bottom:23px; width:100%; z-index:3;}
.main-visual .links .contain {padding-bottom:8px;}
.main-visual .links ul {display:flex;}
.main-visual .links ul li {width:16.6666%;}
.main-visual .links a {padding:0 10px; transition:.2s; position:relative; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; height:220px;}
.main-visual .links a:before {content:""; position:absolute; width:100%; height:100%; z-index:-1; opacity:0.9;}
.main-visual .links li:nth-child(odd) .box:before {background:#0b4377;}
.main-visual .links li:nth-child(even) .box:before {background:#ee771f;}
.main-visual .links a:hover {box-shadow:0 0 27px rgba(0,0,0,0.27); transform:scale(1.06); position:relative; z-index:1;}
.main-visual .links a:hover:before {opacity:1;}
.main-visual .links .tit-ko {color:#fff; font-size:23px; font-weight:700; letter-spacing:0; line-height:1.4em;}
.main-visual .links .tit-en {margin:5px 0 27px; color:#ccc; font-size:16px; font-weight:500; letter-spacing:0; line-height:1.4em;}

/* sub */
.sub-visual {display:flex; align-items:flex-end; justify-content:center; border-bottom:1px solid #ddd; position:relative; height:177px; text-align:center;}
.sub-visual .inner {padding-bottom:29px; position:relative; margin-bottom:-1px;}
.sub-visual .inner:after {content:""; width:300px; height:5px; background:#ee771f; position:absolute; left:50%; bottom:0; margin-left:-150px;}
.sub-visual p {margin-bottom:6px; color:#888; font-size:18px; font-weight:600; letter-spacing:0; line-height:1.4em;}
.sub-visual h2 {color:#222; font-size:40px; font-weight:700; line-height:1.3em; letter-spacing:0;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.wide .sub-title {padding-left:10px; padding-right:10px;}

.sub-title {padding:90px 0 80px; text-align:center;}
.sub-title h2 {font-size:42px; line-height:1.3em; letter-spacing:-.03em;}
.sub-title h2:after {content:""; display:block; margin:23px auto 0; width:11px; height:11px; border-radius:1px; background:#ccc; transform:rotate(45deg);}

.real-cont {min-height:300px; padding:30px 0 70px;}

/* footer */
#footer {padding:27px 0; color:#454545; font-size:15px; line-height:1.5em; letter-spacing:-.03em;background:#f5f5f5;}
#footer .contain {display:flex; align-items:center; justify-content:space-between;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

#footer .designed {color:#888;}

.foot-links ul {display:flex; align-items:center; margin:0 -20px;}
.foot-links ul li {padding:0 20px; position:relative;}
.foot-links ul li:before {content:""; width:1px; height:13px; background:#454545; position: absolute; left:0; top:50%; margin-top:-6px;}
.foot-links ul li:first-child:before {display:none;}

