@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}

/* header */
#header {position:absolute; top:0; left:0; width:100%; border-bottom:1px solid rgba(255,255,255,0.6); height:100px; z-index:90; letter-spacing:-.04em; background:transparent;}
#header .contain {max-width:1430px !important; z-index:20}
#header .sitelogo a {display:block; position:absolute; top:50%; margin-top:-36px; left:15px; z-index:10; width:105px; height:71px;font-size:0; line-height:0; background-image:url('../images/common/logo.png'); background-repeat:no-repeat; background-size:cover;}

#header.hactive {background:#fff;}
#header.hactive .sitelogo a  {background-image:url('../images/common/logo-on.png');}

#gnb>ul {display:flex; justify-content:flex-end; margin:0 -90px;} 
#gnb>ul>li {position:relative; text-align:center; padding:0 90px;}
#gnb>ul>li>a {position:relative; display:inline-block; color:#fff; font-size:20px; line-height:100px; font-weight:700; font-family:'NanumSquare';}
#header.hactive #gnb>ul>li>a {color:#242424;}

#gnb .submenu {position:absolute; top:100px; left:0; width:100%; height:0; overflow:hidden; z-index:20;}
#gnb .submenu ul {display:block; padding:20px 0;}
#gnb .submenu ul li {padding:0; text-align:center;}
#gnb .submenu ul li a {display:inline-block; color:#fff; font-size:16px; line-height:2em; font-weight:300; position:relative; padding:2px 0;}
#gnb .submenu ul li a:hover {color:#f8b500;}

.submenu-bg {background-color:rgba(255,128,0,.6);}

.contain {position:relative; padding-left:15px; padding-right:15px; margin:0 auto; height:inherit; letter-spacing:-.03em;}
#main .contain {max-width:1430px;}
#sub .contain {max-width:1230px;}

.fp-viewing-PORDUCT #header {background:#fff; border-bottom:1px solid rgba(221,221,221,.5);}
.fp-viewing-PORDUCT #header .sitelogo a  {background-image:url('../images/common/logo-on.png');}
.fp-viewing-PORDUCT #gnb>ul>li>a {color:#242424;}

#sub #header {background:#fff; position:relative;}
#sub #header .sitelogo a  {background-image:url('../images/common/logo-on.png');}
#sub #header #gnb>ul>li>a {color:#242424;}
/* main */ 
.main-visual {position:relative; overflow:hidden;}
.main-visual .item {position:relative; height:100vh;}
.main-visual .secting-img {position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.main-visual .visual-arrow {width:65px; height:65px; position:absolute; top:50%; margin-top:-33px; background-repeat:no-repeat; background-size:cover; cursor:pointer; border-radius:cover;}
.main-visual .visual-prev {background-image:url('../images/main/visual-prev.png'); left:50px;}
.main-visual .visual-next {background-image:url('../images/main/visual-next.png'); right:50px;}
.main-visual .scroll {position:absolute; left:50%; margin-left:-26px; bottom:30px;}

.section-common {background-repeat:no-repeat; background-position:center center; background-size:cover; height:100vh; overflow:hidden; position:relative;}
.section-common.section1 {background-color:#fafafa;}
.section-common.section2 {background-image:url('../images/main/sec2-bg.jpg');}
.section-common .wrap {position:absolute; top:50%; transform:translateY(-50%); left:0; width:100%; padding:0 15px;}

.section1 .wrap {padding-top:100px;}
.section1 .tit {text-align:center; margin-bottom:30px;}
.section1 .tit h3 {font-size:30px; line-height:1.2em; color:#fe6200; font-family:'NanumSquare'; margin-bottom:24px;}
.section1 .tit p {font-size:18px; color:#454545; line-height:1.8em;}
.section1 ul {display:flex; margin:0 -15px;}
.section1 ul li {width:33.333333%; padding:0 15px;}
.section1 ul li a {display:block;}
.section1 ul li a:hover {box-shadow:5px 5px 5px rgba(0,0,0,.2);}
.section1 ul li a .txt {border:1px solid #ddd; border-top:0; padding:36px 30px; background:#fff;}
.section1 ul li a span {font-size:18px; display:block; line-height:1.6em; color:#fe6200; font-family:'NanumSquare'; margin-bottom:16px; font-weight:700;}
.section1 ul li a h4 {font-size:24px; font-weight:800; color:#242424; line-height:1.4em; margin-bottom:12px;}
.section1 ul li a p {font-size:16px; color:#454545; margin-bottom:40px;}

.section2 .tit {margin-bottom:74px;}
.section2 .tit h3 {font-size:36px; font-weight:800; font-family:'NanumSquare'; line-height:1.1em; color:#fff;}
.section2 .col {display:flex; margin:0 -25px;}
.section2 .row {width:50%; padding:0 25px;}
.section2 .notice {position:relative;}
.section2 .notice h4 {font-size: 30px; line-height:1.2em; color:#fff; font-family:'NanumSquare'; margin-bottom:20px; padding-bottom:16px; border-bottom:1px solid #fff;}
.section2 .notice ul li {display:flex; align-items:center; margin-bottom:14px; color:#fff;}
.section2 .notice ul li:last-child {margin-bottom:0;}
.section2 .notice ul li a {width:1%; flex:1 1 auto; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:18px; line-height:1.5em;}
.section2 .notice ul li .date {white-space:nowrap; padding-left:20px; font-size:16px; line-height:1.7em;}
.section2 .notice .more {position:absolute; top:10px; right:0;}
.section2 .inquiry {padding:50px; background:rgba(255,255,255,0.3); display:flex; border-radius:30px; align-items:center;}
.section2 .inquiry .img-box {max-width:120px; width:100%;}
.section2 .inquiry .txt {width:1%; flex:1 1 auto; padding-left:20px; color:#fff;}
.section2 .inquiry .txt p {font-size:18px; line-height:1.5em; margin-bottom:16px;}
.section2 .inquiry .txt h4 {font-size:30px; font-family:'NanumSquare'; line-height:1.2em; position:relative;  padding-right:80px; display:inline-block;}
.section2 .inquiry .txt h4:after {content:''; width:14px; height:25px; position:absolute; top:50%; margin-top:-13px; right:0; background:url('../images/main/sec2-arrow.png') 0 0 no-repeat; background-size:cover;}
/* footer */
#footer {background:#242424; padding:40px 0;}
#footer .contain {max-width:1430px !important;}
#footer address {font-style:normal;}
.foot-pop {margin-bottom:16px; padding-bottom:16px; border-bottom:1px solid rgba(255,255,255,0.5);}
.foot-pop ul {display:flex; margin:0 -15px;}
.foot-pop ul li {padding:0 15px;}
.foot-pop ul li a {font-size:15px; font-weight:500; color:#dddddd; line-height:1.5em; padding-left:20px; position:relative;}
.foot-pop ul li a:before {content:''; width:14px; height:14px; background:url('../images/bbs/foot-pop.png') 0 0 no-repeat; background-size:cover; position:absolute; left:0; top:50%; margin-top:-7px;}
.foot-info p {font-size:14px; color:#9e9e9e; font-weight:500; line-height:1.7em;}
.foot-info p span {margin:0 8px;}
/* sub page */
.sub-visual {position:relative; height:320px; z-index:10; letter-spacing:-.03em;}
.sub-visual .background {position:absolute; top:0; left:0; width:100%; height:100%; background-position:center; background-size:cover;}
.sub-visual .tit {position:absolute; top:50%; transform:translateY(-50%); left:0; width:100%; text-align:center; color:#fff; font-family:'NanumSquare'; font-size:30px; line-height:1.2em; z-index:11;}

#lnb {border-bottom:1px solid #ddd;}
.lnb {max-width:1200px; margin:0 auto;}
.lnb ul {display:flex; padding-left:2px; justify-content:center;}
.lnb ul li {width:100%; margin-left:-1px;}
.lnb ul li a {display:block; text-align:center; line-height:59px; border:1px solid #ddd; border-top:0; border-bottom:0; font-size:18px; color:#242424; font-weight:700; font-family:'NanumSquare'; background:#fff;}
.lnb ul li.active a {background:#ff8000; border-color:#ff8000; color:#fff; position:relative; z-index:1;}

.sub-title {margin:50px 0; text-align:center;}
.sub-title h2 {font-size:30px; line-height:1.2em; color:#242424; padding-bottom:20px; position:relative; font-family:'NanumSquare';}
.sub-title h2:after {content:''; width:50px; height:3px; background:#ff8000; position:absolute; bottom:0; left:50%; margin-left:-25px;}

.real-cont {letter-spacing:-.04em; margin-bottom:100px;}


/* for mobile */
.only-mobile {display:none;}
.btn-m-menu {display:none; position:absolute; top:29px; right:15px; width:30px; height:22px;  text-align:center; text-indent:-9999em; z-index:220; transition:all 0.5s ease-in-out;}
.btn-m-menu span {position:absolute; right:0; top:50%; margin-top:-1px; height:2px; width:23px;background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:30px; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-10px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-10px; transition-property:bottom, transform;}

.mobile-navigation {position:fixed; top:0; right:0; padding:80px 0; width:400px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202;}
.mobile-navigation .logo {margin-bottom:20px; padding-left:15px;}
.mobile-navigation .logo img {height:23px;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:12px 15px; display:block; color:#454545; font-size:18px; 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 #2c2c2c; border-bottom:2px solid #2c2c2c;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#ff8000}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#ff8000;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:0 15px 15px;}
.mobile-navigation .nav-menu .submenu>ul:after {content:"";display:block;clear:both;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 15px; color:#454545; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:after {display:block; content:"";position:absolute; top:14px; left:5px; width:4px; height:4px; background:#dfdfdf; border-radius:50%; transition:.3s ease-in-out;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover{color:#ff8000}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:#ff8000}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:201;}

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 {top:20px; right:15px;}
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:#414141;}
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);}