@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;}

#wrapper {position:relative; overflow:hidden; padding-top:100px;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; background:#fff; z-index:100;}
#header .contain {max-width:1460px; position:relative; display:flex; align-items:center; justify-content:space-between; height:100px; z-index:2;}

.pull-right {flex:1 1 auto; min-width:0; width:1%; display:flex; justify-content:flex-end; align-items:center;}

#gnb {margin-right:100px;}
#gnb > ul {display:flex; margin:0 -32px;}
#gnb > ul > li {position:relative; padding:0 31px; text-align:center;}
#gnb > ul > li > a {position:relative; height:45px; padding:0 18px; border-radius:22px; display:flex; align-items:center; justify-content:center; color:#242424; font-size:20px; font-weight:600; letter-spacing:-.03em;}
#gnb > ul > li:hover a {background:#354395; color:#fff;}

.h-address {color:#354395; font-size:16px; font-weight:600; letter-spacing:-.03em; line-height:1.416em; margin-right:80px;}

#header .call {display:flex; align-items:center; margin-right:16px;}
#header .call:before {margin-right:10px; content:""; display:inline-block; width:32px; height:31px; background:url("../images/common/tel_ico.png") 50% 50% no-repeat; background-size:contain;}
#header .call p {color:#354395; font-size:16px; font-weight:600; letter-spacing:-.03em; line-height:1.416em;}
#header .call span {font-family:'GmarketSans', sans-serif; font-size:20px; font-weight:600; letter-spacing:0; line-height:1.133em;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px; overflow:hidden; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; top:50%; left:0; width:100%; height:2px; margin-top:-1px; background:#2c2c2c;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; width:100%; height:2px; background:#2c2c2c;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}

.mobile-navigation {display:none; 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:150;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px;}
.mobile-navigation .home img {height:37px;}
.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:11px 48px 11px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:500; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#c99d66;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#fafafa; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul > li {padding:3px 0;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; padding:3px 0;}
.mobile-navigation .nav-menu .submenu > ul > li.active>a {color:#c99d66;}
.mobile-navigation .close {position:absolute; top:20px; right:18px; 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:#454545; 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 */
.guide-table table {border-top:2px solid #898989; width:100%; border-collapse:collapse; border-spacing:0; color:#242424; font-size:16px;} 
.guide-table table col {border-right:1px solid #ddd;}
.guide-table table col:last-child {border-right:0;}
.guide-table table thead th {padding:14px 5px; border-bottom:1px solid #ddd; background:#fff; font-weight:600; letter-spacing:-.03em; line-height:1.4em;}
.guide-table table thead .blue {color:#354395;}
.guide-table table thead .red {color:#953535;}
.guide-table table tbody td {padding:14px 5px; text-align:center; border-bottom:1px solid #ddd; font-weight:500; line-height:1.4em; letter-spacing:-.03em; }
.guide-table table tbody td:nth-child(1) {background:#f9f9f9;}
.guide-table table tbody td:nth-child(2) {background:#f5f5fa;}
.guide-table table tbody td:nth-child(3) {background:#faf5f5;}

#main #container .contain {max-width:1060px;}
#main .head .tit {font-size:28px; font-weight:700; letter-spacing:-.03em; line-height:1.4em; color:#242424;}
#main .head .tit span {margin-left:22px; font-family:'Montserrat', sans-serif; font-sizE:18px; font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:#898989;}
#main .more {display:flex; align-items:center; font-size:15px; font-weight:600; letter-spacing:-.03em; line-height:1.4em;	color:#242424;}
#main .more:after {margin-left:5px; content:""; width:17px; height:17px; display:inline-block; background-size:contain; background-repeat:no-repeat; background-position:50% 50%;}
.main-bnr .caption {padding:0 30px; text-align:center; color:#fff;}
#main .section {padding:70px 0;}

.main-bnr.type1 {padding:46px 0; background:url("../images/main/bnr_bg1.jpg") no-repeat 50% 50% / cover;}
.main-bnr.type1 .txt1 {font-size:33px; font-weight:700; letter-spacing:-.03em; line-height:1.3em;}
.main-bnr.type1 .txt2 {margin:10px auto 16px; font-family:'Montserrat', sans-serif; font-size:60px; font-weight:700; letter-spacing:-.03em; line-height:1.3em;}
.main-bnr.type1 .txt3 {display:flex; justify-content:center; align-items:center; font-size:30px; font-weight:400; letter-spacing:-.03em; line-height:1.4em;}
.main-bnr.type1 .txt3:before {margin-right:20px; content:""; display:inline-block; background:url("../images/main/bnr_bar.jpg") no-repeat 50% 50% / contain; width:31px; height:3px;}
.main-bnr.type1 .txt3:after {margin-left:20px;content:""; display:inline-block; background:url("../images/main/bnr_bar.jpg") no-repeat 50% 50% / contain; width:31px; height:3px;}

.main-guide .head {margin-bottom:12px; display:flex; justify-content:space-between;}
.main-guide .head .more:after {background-image:url("../images/main/more_arr2.png");}

.main-bnr.type2 {padding:80px 0 70px; background:url("../images/main/bnr_bg2.jpg") no-repeat 50% 50% / cover;}
.main-bnr.type2 .txt1 {font-family:'yg-jalnan', sans-serif; font-size:23px; letter-spacing:-.03em; line-height:1.4em;}
.main-bnr.type2 .txt2 {font-family:'yg-jalnan', sans-serif; font-size:40px; letter-spacing:-.03em; line-height:1.4em;}

.main-info .contain {display:flex;}
.main-info .customer-center {width:50%; border-right:1px solid #ddd;}
.main-info .customer-center .tel {margin:20px 0 12px; display:flex; align-items:center; font-size:40px; font-weight:700; letter-spacing:-.03em; line-height:1.4em; color:#000;}
.main-info .customer-center .tel:before {margin-right:12px; content:""; width:49px; height:49px; display:inline-block; background:url("../images/main/tel_ico.png") no-repeat 50% 50% / contain;}
.main-info .customer-center .hour {font-size:16px; font-weight:400; letter-spacing:-.03em; line-height:1.5em; color:#454545;}
.main-info .location-service {border-right:1px solid #ddd; padding:20px 40px; width:50%; display:flex; justify-content:space-between; align-items:flex-end;}
.main-info .location-service .tit {font-size:24px; font-weight:600; letter-spacing:-.03em; color:#242424; line-height:1.4em;}
.main-info .location-service p {white-space:nowrap; margin:12px 0 25px; font-size:16px; font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:#454545;}
.main-info .location-service .more {color:#354395 !important;}
.main-info .location-service .more:after {background-image:url("../images/main/more_arr.png");}


/* sub */
.sub-visual {position:relative; display:flex; align-items:center; height:300px; 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%; padding:0 20px; transform:translateY(-50%);}
.sub-visual h2 {text-shadow: 3px 3px 8px rgba(0,0,0,0.3);font-size:45px; line-height:1.3em; letter-spacing:-.03em;}
.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");}

.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {border-bottom:1px solid #dfdfdf; text-align:center;}
.lnb {max-width:1200px; margin:0 auto;}
.lnb .swiper-container {padding-bottom:9px; margin-bottom:-9px;}
.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:32px; background:#dfdfdf; margin-top:-16px;}
.lnb ul li:first-child::before {display:none;}
.lnb ul li a {position:relative; display:flex; align-items:center; justify-content:center; width:100%; height:73px; padding:0 15px; color:#505050; font-size:18px; line-height:1.2em; letter-spacing:-.02em;}
.lnb ul li a:after {content:""; display:none; position:absolute; bottom:-9px; left:50%; width:7px; height:7px; border-radius:1px; background:#c99d66; transform:rotate(45deg) translate(-50%,-50%);}
.lnb ul li.active a {color:#c99d66; font-weight:700;}
.lnb ul li.active a:after {display:block;}

#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:10px; padding-right:10px;}

.real-cont {min-height:300px; padding:60px 0 100px;}

/* footer */
#footer {color:rgba(255,255,255,0.6); font-size:15px; line-height:1.5em; letter-spacing:-.03em; background:#040b1b;}
#main #footer .contain {max-width:1260px;}
#footer address {font-style:normal; margin:6px 0 12px;}
#footer address span {margin-right:35px;}
#footer span {display:inline-block;}
#footer .footer {display:flex;}
#footer a:hover {text-decoration:underline;}

.foot-links {padding:22px 0; border-bottom:1px solid rgba(255,255,255,0.3);}
.foot-links ul {display:flex;}
.foot-links ul li {display:flex; margin-right:23px;}

.f-btm {display:flex; padding:40px 0 33px;}
.f-btm .foot-logo {margin-right:60px;}
.f-btm .foot-info {flex:1 1 auto; min-width:0; width:1%; font-weight:400; letter-spacing:-.03em; line-height:1.5em;}

.scroll-top {position:fixed; bottom:30px; right:30px; transition:.2s; opacity:0; border-radius:100%; display:flex; flex-direction:column; justify-content:center; width:56px; height:56px; text-align:center; color:#354395; font-size:13px; font-weight:500; line-height:1.3em; letter-spacing:.01em; background:#fff; z-index:90;}
.scroll-top:before {content:""; display:block; margin:0 auto; width:10px; height:10px;border-top:1px solid #354395; border-right:1px solid #354395; transform:rotate(-45deg);}
.scroll-top.active {opacity:1;}