@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;}

#wrapper {position:relative;}

.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; padding:0 50px; transition:.2s; z-index:100;}
.header {position:relative; height:90px; padding:0 250px; z-index:2;}

.sitelogo {position:absolute; top:50%; left:0; margin-top:-27px; z-index:10;}

#gnb {max-width:1200px; margin:0 auto; text-align:center;}
#gnb > ul {display:flex; justify-content:flex-end;}
#gnb > ul > li {position:relative; margin-left:85px;}
#gnb > ul > li:first-child {margin-left:0;}
#gnb > ul > li > a {position:relative; min-width:60px; display:block; color:#fff; font-size:18px; font-weight:500; line-height:90px; letter-spacing:-.02em;}
#gnb > ul > li > a:after {content:""; position:absolute; bottom:-1px; left:50%; width:0; height:2px; background:#c1272d; transition:.2s;}
#gnb > ul > li.active > a:after {left:0; width:100%;}
#gnb .submenu {position:absolute; height:0; overflow:hidden;}
#gnb .submenu ul {padding:20px 5px 30px;}
#gnb .submenu ul li {padding:12px 0;}
#gnb .submenu ul li a {display:block; color:#454545; font-size:16px; font-weight:400; line-height:1.4em;}
#gnb .submenu ul li a:hover {font-weight:600;}

.language {position:absolute; top:50%; right:0; color:#999; line-height:1.5em; display:flex; align-items:center; z-index:10; margin-top:-.75em;}
.language .on {color:#c1272d; font-weight:600;}
.language .bar {width:1px; height:14px; background:#dfdfdf; margin:0 10px;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; background:#fff; border-top:1px solid #ddd;}

.header-hover #header {background:#fff;}
.header-hover #header #gnb > ul > li > a {color:#242424;}
.header-hover .btn-m-menu span,
.header-hover .btn-m-menu span:before,
.header-hover .btn-m-menu span:after {background:#242424;}

.header-fixed #sub #header {background:#fff; border-bottom:1px solid #ddd;}
.header-fixed #sub #header #gnb > ul > li > a {color:#242424;}
.header-fixed #sub .btn-m-menu span,
.header-fixed #sub .btn-m-menu span:before,
.header-fixed #sub .btn-m-menu span:after {background:#242424;}

/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; right:0; width:24px; height:24px; margin-top:-14px; text-indent:-9999em; z-index:50;}
.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;}
.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:70px; padding:10px 20px;}
.mobile-navigation .home img {height:32px;}
.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:12px 48px 12px 20px; display:block; color:#2c2c2c; font-size:17px; 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:13px; height:13px; border-right:1px solid #2c2c2c; border-bottom:1px solid #2c2c2c;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#c1272d}
.mobile-navigation .nav-menu .submenu {display:none; padding:12px 20px; background:#c1272d; color:#fff; font-size:15px; font-weight:500; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; position:relative; padding:6px 0;}
.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:#2c2c2c; 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 .item {position:relative; height:100vh; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.main-visual .bg1 {background-image:url("../images/main/mv2.jpg");}
.main-visual .caption {position:absolute; bottom:15.3%; left:5.6%; right:5.6%; color:#fff; font-size:60px; font-weight:600; line-height:1.1em;}
.main-visual .slick-dots {position:absolute; top:50%; left:0; margin-top:110px; width:100%; text-align:center; line-height:0; z-index:50;}
.main-visual .slick-dots li {display:inline-block; margin:0 8px;}
.main-visual .slick-dots li button {display:block; width:10px; height:10px; background:#fff; border:0; border-radius:100%; overflow:hidden; text-indent:-9999em; transition:.2s;}
.main-visual .slick-dots .slick-active button {background:#c1272d; transform:scale(1.2);}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-25px; width:50px; height:50px; opacity:.8; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden; text-indent:-9999em; z-index:50;}
.main-visual .slick-prev {left:35px; background-image:url("../images/main/slide_prev.png");}
.main-visual .slick-next {right:35px; background-image:url("../images/main/slide_next.png");}

@media (max-width: 1920px) {
	.main-visual .caption {bottom:14%;}
}

/* sub */
.sub-visual {display:flex; align-items:center; width:100%; height:360px; text-align:center; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.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")}
.sub-visual .inner {width:100%;}
.sub-visual h2 {color:#fff; font-size:60px; font-weight:600; line-height:1.3em; letter-spacing:-.01em;}

.lnb-wrap {position:relative; margin-top:-35px;}
.lnb {max-width:1200px; margin:0 auto; text-align:center;}
.lnb .swiper-wrapper {padding-left:1px; padding-right:1px; box-sizing:border-box;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; border:1px solid #ddd; border-right:0; background:#fff;}
.lnb ul li:last-child {border-right:1px solid #ddd;}
.lnb ul li a {display:flex; align-items:center; justify-content:center; padding:0 15px; height:68px; color:#454545; font-size:20px; font-weight:500; line-height:1.3em; letter-spacing:-.03em;}
.lnb ul li a:hover {color:#181717;}
.lnb ul li.active {background:#181717; border-color:#181717;}
.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;}

.sub-title {text-align:center; padding:75px 0 43px;}
.sub-title h2 {color:#242424; font-size:40px; line-height:1.3em; letter-spacing:-.03em;}

.real-cont {min-height:400px; padding-bottom:150px;}

/* footer */
#footer {padding:43px 0; background:#181717; color:#fff; line-height:1.6em;}
#footer .contain {display:flex; align-items:center;}
#footer address {font-style:normal;}
#footer a:hover {text-decoration:underline;}

.foot-wrap {display:flex; justify-content:space-between; width:100%;}

.foot-left .f-logo {margin-bottom:18px;}
.foot-left .copyright {opacity:.8; font-size:13px; font-weight:200; line-height:1.3em; letter-spacing:0;}
.foot-left .copyright .designed {display:inline-block; margin-left:5px;}

.foot-right {text-align:right;}
.foot-right .f-links {margin-bottom:17px; display:flex; flex-wrap:wrap;}
.foot-right .f-links a {margin-left:40px; display:inline-flex; align-items:center;}
.foot-right .f-links a:before {content:""; display:inline-block; margin-right:8px; width:15px; height:15px; background:url("../images/common/icon_doc.png") 50% 50% no-repeat;}

.familysite {display:inline-block; position:relative; text-align:left; width:180px; font-size:14px; line-height:1.5em; word-break:break-all;}
.familysite .tt {display:flex; justify-content:space-between; align-items:center; height:40px; padding:0 19px; border:1px solid #5e5d5d; text-decoration:none !important;}
.familysite .tt:after {content:""; display:inline-block; width:11px; height:11px; background:url("../images/common/select_plus.png") 50% 50% no-repeat;}
.familysite ul {display:none; position:absolute; bottom:39px; left:0; width:100%; background:#181717; border:1px solid #5e5d5d;}
.familysite ul li a {display:block; padding:9px 19px;}
.familysite.active ul {display:block;}