@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:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#sub #wrapper {padding-top:100px;}
#header {position:fixed; top:0; left:0; width:100%; background:#fff; box-shadow:3px 3px 3px rgba(0,0,0,.1); z-index:100;}
#header .contain {display:flex; align-items:center; max-width:1460px; padding: 0 30px; z-index:2; justify-content: flex-end;}

.sitelogo {width:112px; position: absolute; left:100px;}
.sitelogo a {display:block; height:64px; background:url("../images/common/logo.png") 0 50% no-repeat;}

#gnb > ul {position:relative; display:flex; text-align:center;}
#gnb > ul > li {position:relative;}
#gnb > ul > li > a {position:relative; display:block; padding:0 53px; color:#242424; font-size:20px; font-weight:500; line-height:100px; letter-spacing:-.03em;}
#gnb > ul > li > a:after {content:""; position:absolute; bottom:-1px; left:50%; width:0; height:3px; background:#1eaa39; transition:.2s;}
#gnb > ul > li:last-of-type > a {padding-right: 0;}
#gnb .submenu {display:none; position:absolute; left:0; z-index: 10; width: 845px;}
#gnb .submenu > ul {display:flex !important; padding:10px 20px; }
#gnb .submenu > ul > li {padding:0 15px;}
#gnb .submenu > ul > li a {text-align:left; z-index: 10;display:block; color:#fff; font-size:16px; font-weight:500; line-height:59px; letter-spacing:0;}
#gnb .submenu > ul > li > a:hover {text-decoration:underline;}
#gnb .undermenu ul li a {text-align:left; color:#bababa; font-size:15px; font-weight:300; line-height:1.3em; letter-spacing:0; margin-bottom: 26px;}
#gnb .undermenu > ul > li a:hover {color:#fff;}

.submenu-bg {display:none; position:absolute; left:42%; width:845px; height:0; border-top:1px solid #ddd; background:#555 !important;}

#header.header-white {background:transparent; box-shadow:none;}
#header.header-white .sitelogo a {background-image:url("../images/common/logo_w.png");}
#header.header-white #gnb > ul > li > a {color:#fff;}
#header.header-white .top-search .input {border:1px solid rgba(255,255,255,.6); color:#fff; background:transparent;}
#header.header-white .top-search .input::-webkit-input-placeholder {color:#ffffff;}
#header.header-white .top-search .input:-moz-placeholder {color:#ffffff;}
#header.header-white .top-search .input::-moz-placeholder {color:#ffffff;}
#header.header-white .top-search .input:-ms-input-placeholder {color:#ffffff;}
#header.header-white .top-search .input:placeholder-shown {color:#ffffff;}
#header.header-white .top-search .submit {background-image:url("../images/common/search_w.png");}
#header.header-white .language .tt {color:rgba(255,255,255,.6); border:1px solid rgba(255,255,255,.6);}
#header.header-white .language .tt:after {border-color:rgba(255,255,255,.6)}
#header.header-white .btn-m-menu span,
#header.header-white .btn-m-menu span:before,
#header.header-white .btn-m-menu span:after{background:#fff;}
#header.header-white .ham {background-color: transparent;}
.ham {position: absolute; display:block; right:0; top:0; width: 100px; height: 100px; background-color: #333;}

/* for mobile */
.btn-m-menu {position:absolute; top:50%; right:45px; margin-top:-12px; width:17px; height:22px; text-indent:-9999em;}
.btn-m-menu span {position:absolute; left:0; right:0; top:12px; height:2px; 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:-9px; width: 28px;}
.btn-m-menu span:after {bottom:-9px; width: 28px;}

.mobile-navigation {position:fixed; top:0; right:0; width:280px; 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 .img img {height: 50px;}
.mobile-navigation .home a {display:block; font-size:20px; color: #333; font-weight: 700; line-height: 1.5em;}
.mobile-navigation .home a span {color: #168a8d;}
.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.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:##f3921f;}
.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:#f3921f; color:#fff; font-size:16px; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul >  li > a {display:block; padding:6px 0;}
.mobile-navigation .nav-menu .undermenu {display:none;}
.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 */
.visual-item .img {position:relative; height: 100vh; overflow:hidden;}
.visual-item .img img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
 
.main-visual {margin-bottom:0; overflow:hidden; position: relative;}
.main-visual .item {overflow:hidden;}
.main-visual .item img {width:100%;}
.main-visual .mobile {display:none;}

.main-visual .custom_paging {position: absolute; bottom:79px; z-index: 10; left:50%; font-family: 'Roboto', sans-serif; font-size:22px; font-weight: 700; letter-spacing:-.03em; color:#a7a7a7;}
.main-visual .custom_paging .current {color:#fff;}

/* sub */
.sub-visual {position:relative; height:300px; text-align:center; color:#fff; overflow:hidden;}
.sub-visual .img {position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; transition:4s; transform:scale(1.05);}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; padding:20px; transform:translateY(-50%);}
.sub-visual p {font-size:40px; font-weight:600; line-height:1.3em; letter-spacing:-.03em; text-shadow: 0px 7px 7px rgba(0, 0, 0, 0.35); opacity:0; transform:translateY(20px); transition:1.5s;}
.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 .bg6 {background-image:url("../images/common/sv6.jpg");}
.loaded .sub-visual .img {transform:scale(1)}
.loaded .sub-visual p {opacity:1; transform:translateY(0);}

.lnb {text-align:center; border-bottom:1px solid #ddd;}
.lnb .swiper-container {max-width:1200px; margin:0 auto;}
.lnb ul li {flex:1; width:auto; border-right:1px solid #ddd;}
.lnb ul li:first-child {border-left:1px solid #ddd;}
.lnb ul li a {height:58px; padding:0 15px; position:relative; display:flex; align-items:center; justify-content:center; color:#242424; font-size:18px; font-weight:500; line-height:1.3em; letter-spacing:-.03em;}
.lnb ul li a:hover {color:#1eaa39;}
.lnb ul li.active {background:#1eaa39; border-color:#1eaa39;}
.lnb ul li.active a {color:#fff !important;}

#contArea {max-width:1260px; 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:15px; padding-right:15px;}

.sub-title {text-align:center; padding:54px 0 60px;}
.sub-title h2 {color:#242424; font-size:30px; font-weight:500; line-height:1.3em; letter-spacing:-.03em;}
.sub-title h2:after {content:""; display:block; margin:15px auto 0; width:134px; height:3px; background:#555;}

.real-cont {min-height:300px; padding-bottom:100px;}

.subtab {position: relative; left: 100px;}
.subtab h2 {color:#242424; font-size:30px; font-weight:700; line-height:1.4em; letter-spacing:0; margin-bottom: 20px;}
.subtab ul li {color:#b3b3b3; font-size:18px; font-weight:500; line-height:1.4em; letter-spacing:0; margin-bottom: 10px;}
.subtab ul li:hover,.subtab ul li.active {color: #555; text-decoration:underline;}


/* footer */
#footer {position: relative;text-align:center; color:#adacac; font-size:15px; font-weight:200; line-height:1.667em; letter-spacing:-.02em; background:#333;}
#footer:before {content:""; position: absolute; background-color: rgba(255,255,255,.3); width: 100%; height: 1px; top:57px; left:0;}
#footer address {font-style:normal;}
.foot-logo {position: absolute; left:100px; bottom:27px;}

.foot-links {padding:14px 0 17px 0; font-weight:400;}
.foot-links ul {display:flex; justify-content: flex-start;}
.foot-links ul li {display:flex; align-items:center; font-size:16px;}
.foot-links ul li:before {content:""; width:1px; height:16px; background-color: #adacac; margin:0 19px;}
.foot-links ul li:first-child::before {display:none;}
.foot-links ul li a:hover {text-decoration:underline;}

.foot-info {display:flex; padding:34px 0;}
.foot-info address span {position: relative; display:inline-block; margin-right:30px;}
.foot-info address span:before {content:""; position: absolute; top:5px; right:-15px; height: 17px; width: 1px; background-color: #adacac;}
.foot-info address span:last-of-type:before {display:none;}

.copyright {text-align:left; position: relative;}
.copyright span {color:#828282; font-size: 13px; margin-left: 10px;}
.copyright .website {}

.pop_wrap h2 {background: #f3921f !important;}

.scroll-top {position: fixed; right:25px; bottom:36px; z-index:90;}
.scroll-top a {position: relative; display:flex; align-items:center; width:64px; height:64px; border-radius:50%; color:#fff; font-size:14px; font-weight:400; line-height:1em; text-align:center; background:#f3921f; transition:.2s; opacity:1;}
.scroll-top a:before {content:""; position: absolute; width: 11px; height: 7px; top:20px; left:26px; background: url(../images/main/scroll_top.png) 50% 50% no-repeat; }
.scroll-top a span {width:100%;  margin-top: 10px;}