@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}

.contain {width:1200px; margin:0 auto;}
.contain:after {content:""; display:block; clear:both;}

/* header */

#header {position:relative; z-index:100; border-bottom: 1px solid #ddd;}
#header .contain {position:relative; height:100px;}

.sitelogo {position:absolute; top:0; left:0; top: 50%; margin-top: -25px;}

.gnb {}
.gnb > ul {display:flex; justify-content: center;}
.gnb > ul > li {position:relative; padding:0 45px;}
.gnb > ul > li > a {display:block; font-family: 'Bebas Neue', cursive; color:#242424; font-size:23px; font-weight:400; line-height:99px; letter-spacing:-.03em;}
.gnb > ul > li > a > span {color: #00adef;}
.gnb > ul > li.active > a {color:#00adef; text-decoration:underline; text-underline-position:under;}


/* for mobile */
.btn-m-menu {position:absolute; top:50%; right:0px; width:20px; height:20px; margin-top:-12px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:-8px; right:0; height:2px; background:#242424; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-11px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-11px; transition-property:bottom, transform;}

.mobile-navigation {position:fixed; top:0; right:0; width:250px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {max-height:60px; padding: 19px 20px;}
.mobile-navigation .home a {display: block;  color: #000; font-size: 18px; font-weight: 700; line-height: 1.3em;}
.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 20px; display:block; color:#242424; font-size:18px; font-weight:700; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu {display:none; background:#00adef; padding: 10px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:8px 20px; color:#fff; font-size:16px; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu ul li a br {display: none;}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

.mobile-navigation .close {position:absolute; right:15px; top:18px; width:22px; height:22px;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {position:absolute; left:11px; content:""; height:25px; width:2px; background-color:#242424;transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.mobile-navigation .close:before {transform:rotate(90deg); transition-property:transform;}
.mobile-navigation .close:after {transform:rotate(-90deg); transition-property:transform;}

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 span {background:none;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background:#1191d0; height:2px;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:2px; transform:rotate(-45deg);}
html.menu-opened .close:before {transform:rotate(45deg);}
html.menu-opened .close:after {transform:rotate(-45deg);}

/* main */
.main-visual {position:relative; overflow:hidden;}
.main-visual .item {height:calc(100vh - 427px); background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.main-visual .bg1 {background-image:url("../images/main/mv1.jpg");}
.main-visual .bg2 {background-image:url("../images/main/mv2.jpg");}
.main-visual .bg3 {background-image:url("../images/main/mv3.jpg");}
.main-visual .slick-dots {position:absolute; bottom:110px; left:0; width:100%; text-align:center; line-height:0;}
.main-visual .slick-dots li {display:inline-block; vertical-align:middle; margin:0 4px;}
.main-visual .slick-dots li button {display:block; width:10px; height:10px; background-color:transparent; border:0; border-radius:100%; background: #ddd; overflow:hidden; text-indent:-999em; transition:.2s;}
.main-visual .slick-dots li.slick-active button {width: 30px; background:#00adef; border-radius:50px;}

/* sub */
.sub-visual {display:flex; align-items:center; text-align: center; font-family: 'Bebas Neue', cursive; color:#fff; height:350px; background-color:#eee; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.sub-visual h2 {font-size:70px; font-weight:400; line-height:1.3em; letter-spacing:-.03em;}
.sub-visual h2 span {color: #00adef;}
.sub-visual.bg1 {background-image:url("../images/common/sv1.jpg")}
.sub-visual.bg2 {background-image:url("../images/common/sv2.jpg")}

/* .lnb {text-align:center; border-bottom:1px solid #ddd;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; position:relative;}
.lnb ul li:before {content:""; position:absolute; top:50%; left:0; width:1px; height:25px; background:#ddd; margin-top:-12px;}
.lnb ul li a {display:block; position:relative; color:#555; font-size:16px; font-weight:500; line-height:49px; white-space:nowrap; transition:none;}
.lnb ul li:first-child::before {display:none;}
.lnb ul li a:hover {color:#2da856;}
.lnb ul li.active a {color:#2da856;}
.lnb ul li.active a:after {content:""; position:absolute; bottom:-1px; left:0; width:100%; height:2px; background:#2da856;}
 */
#contArea {width:1200px; margin:0 auto; padding-top: 60px;}
#contArea.wide {width: 100%;}

.sub-title {padding-bottom: 60px; text-align:center;}
.sub-title.line {padding-bottom: 40px; margin-bottom: 60px; border-bottom: 1px solid #ddd;}
.sub-title:before {content:""; display: block; width: 19px; height: 19px; background: no-repeat url("../images/sub/st_deco.png") center center / contain; margin: 0 auto 20px;}
.sub-title h2 {font-family: 'NEXON Lv2 Gothic Bold'; font-weight: normal; color:#242424; font-size:28px; line-height:1.3em; letter-spacing:-.03em;}

.real-cont {min-height:300px; padding-bottom:100px;}

/* footer */
#footer {color:#454545; font-size:15px; font-weight:400; line-height:1.75; background:#efefef; text-align: center;}
#footer address {font-style:normal;}

.foot-links {padding: 25px 0; border-bottom: 1px solid #ddd;}
.foot-links ul {display: flex;justify-content: center; margin: 0 -15px;}
.foot-links ul li {position: relative; padding: 0 15px;}
.foot-links ul li:after {content:""; position: absolute; top: 50%; right: -1px; margin-top: -8px; width: 1px; height: 16px; background: #ddd;}
.foot-links ul li:last-child:after {display: none;}
.foot-links a:hover {text-decoration:underline;}

.foot-info {padding: 35px 0 55px;}
.foot-info span {display:inline-block; margin-right: 28px;}
.foot-info span strong {color: #00adef; font-weight: 400;}
.foot-info .comp-name {color: #00adef; font-weight: 700;}
.foot-info .f-logo {margin-bottom: 30px;}