@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;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}

#wrapper {position:relative; overflow:hidden; padding-top:calc(var(--header-height) + var(--header-top-height));}

#sub #wrapper {padding-top:calc(var(--header-height) + var(--header-top-height) + var(--path-height));}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s; background:#fff; box-shadow:0px 3px 5px rgba(0,0,0,0.1);}

.header-bnr {background:var(--color-primary);}
.header-bnr .contain {height:var(--header-top-height); display:flex; justify-content:flex-end; align-items:center;}
.header-bnr .tel {display:inline-block; font-size:var(--fz14); font-weight:600; color:#f6f316; letter-spacing:-.03em; line-height:1.4em;}
.header-bnr .tel span {color:#fff; margin-left:8px;}

.header .contain {height:var(--header-height); display:flex; align-items:center; justify-content:space-between;}

.sitelogo a {display:block; background:url("/images/common/logo.png") no-repeat 0 center / contain; width:283px; height:60px; font-size:0; line-height:0;}

#gnb {margin-right:-50px;}
#gnb>ul {display:flex; text-align:center;} 
#gnb>ul>li {position:relative; padding:0 50px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; height:var(--header-height); font-size:var(--fz20);font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li>a:after {content:""; position:absolute; bottom:-1px; left:50%; width:0; height:3px; background:var(--color-primary); transition:.2s;}
#gnb>ul>li.active>a:after {width:100%; left:0;}
#gnb>ul>li:first-child .submenu {left:46px; transform:none;}
#gnb>ul>li:last-child .submenu {left:auto; right:-13px; transform:none;}
#gnb .submenu {display:none; position:absolute; left:50%; text-align:center; transform:translateX(-50%); z-index:1;}
#gnb .submenu>ul {display:flex;}
#gnb .submenu>ul>li>a {display:block; padding:28px 40px; color:#505050; font-size:var(--fz18); line-height:1.33em; white-space:nowrap;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; color:var(--color-primary);}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#121212;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#121212;}
.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:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .home img {height:48px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:19px; 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:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .close {position:absolute; top:25px; right:15px; 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:#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 */
.main-visual {background:#f9f9f9; padding:40px 0;}
.main-visual .contain {display:flex; align-items:center; gap:40px;}
.main-visual .video-area {flex:1 1 auto; min-width:0; width:1%;}
.main-visual .video-area .video-container {border-radius:16px; overflow:hidden;}
.main-visual .bnr-area {width:27.5%;}

.m-tit {margin-bottom:30px; position:relative; padding-left:50px; font-size:var(--fz40); font-weight:700; letter-spacing:-.03em; line-height:1.3em;}
.m-tit:before {content:""; position:absolute; left:0; top:.2em; width:34px; height:38px; background:url('/images/main/m-tit.png') no-repeat 0 0 / contain;}

.btn-more {display:inline-flex; align-items:center; justify-content:center; height:40px; background:var(--color-primary); color:#fff; font-weight:700; letter-spacing:-.03em; line-height:1.5em; padding:0 30px; border-radius:20px;}
.btn-more:after {content:'→'; margin-left:14px;}

.main-status {padding:95px 0;}
.main-status .contain {position:relative;}

.status-search {position:absolute; right:30px; top:0; width:320px;}
.status-search input.input {width:100%; padding-right:40px; border:0; border-bottom:2px solid #121212;}
.status-search .submit {display:flex; align-items:center; justify-content:center; position:absolute; top:50%; right:5px; margin-top:-10px; width:22px; height:20px; background:none; border:0;}

.ing-slider {margin-bottom:20px; text-align:center; border-top:2px solid var(--color-primary); white-space:nowrap;}
.ing-slider .head {display:table; width:100%; height:70px; table-layout:fixed; font-size:var(--fz18); font-weight:700; letter-spacing:-.03em; line-height:1.5em; background:#e5eaef;}
.ing-slider .head div {padding:0 5px; display:table-cell; vertical-align:middle; border-left:1px solid #ddd;}
.ing-slider .head div:nth-child(1) {width:14.28%; border-left:0;}
.ing-slider .head div:nth-child(2) {width:14.28%;}
.ing-slider .head div:nth-child(3) {width:auto}
.ing-slider .head div:nth-child(4) {width:14.28%;}
.ing-slider .body {border-bottom:1px solid #ddd;}
.ing-slider .body .item {display:table !important; width:100%; height:70px; table-layout:fixed; font-size:var(--fz18); color:#505050; letter-spacing:-.03em;}
.ing-slider .body .item > div { line-height:1.5em; max-height:1.5em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap; padding:0 5px; display:table-cell; vertical-align:middle; border-left:1px solid #ddd; border-top:1px solid #ddd;}
.ing-slider .body .item > div:nth-child(1) {width:14.28%; border-left:0; background:#f9f9f9; font-weight:600;}
.ing-slider .body .item > div:nth-child(2) {width:14.28%;}
.ing-slider .body .item > div:nth-child(3) {width:auto;}
.ing-slider .body .item > div:nth-child(4) {width:14.28%;}
.ing-slider .slick-vertical .slick-slide {border:0;}

.main-links {margin-bottom:150px;}
.main-links .wrap {display:flex; margin:-10px;}
.main-links .col {width:33.333%; padding:10px;}
.main-links .box {position:relative; height:330px; display:block; color:#fff; padding:58px 50px; border-radius:16px; background-size:cover; background-position:center center; background-repeat:no-repeat;}
.main-links .box > * {position:relative; z-index:1;}
.main-links .box:before {opacity:0; transition:.3s; content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,46,102,0.8); border-radius:16px;}
.main-links .box:after {content:''; position:absolute; right:30px; bottom:40px; width:99px; height:99px; background-size:cover; background-position:100% 100%; background-repeat:no-repeat;}
.main-links .box .tit {margin-bottom:13px; font-size:var(--fz32); font-weight:700; letter-spacing:-.03em; line-height:1.5em;}
.main-links .box .txt {margin-bottom:32px; font-size:var(--fz18); letter-spacing:-.03em; line-height:1.67em;}
.main-links .box .tel {font-size:var(--fz48); font-weight:700; letter-spacing:-.03em; line-height:1.1em;}
.main-links .box .arrow {transition:.3s; width:56px; height:56px; background:url('/images/main/link-arrow.png') no-repeat 50% 50% / contain;}
.main-links .box.parking {background-image:url('/images/main/link-bg1.jpg');}
.main-links .box.way {background-image:url('/images/main/link-bg2.jpg');}
.main-links .box.call {background-image:url('/images/main/link-bg3.jpg');}	
.main-links .box.parking:after {background-image:url('/images/main/ico-link1.png');}
.main-links .box.way:after {background-image:url('/images/main/ico-link2.png');}
.main-links .box.call:after {background-image:url('/images/main/ico-link3.png');}
.main-links .box:hover {transform:translateY(-22px); box-shadow:0 20px 30px rgba(0,0,0,0.2);}
.main-links .box:hover .arrow {background-image:url('/images/main/link-arrow-on.png');}
.main-links .box:hover:before {opacity:1;}

/* sub */
.path-wrap {transition:.3s; position:relative; z-index:50; background:#f2f4f7; position:fixed; top:calc(var(--header-height) + var(--header-top-height)); left:0; width:100%; max-width:100%; margin:0;}
.path-wrap .wrap {max-width:1400px; margin:0 auto;}
.path-wrap .inner {display:flex;}
.path-wrap .home {position:relative;}
.path-wrap .home a {display:block; width:40px; height:var(--path-height); background:url("/images/common/home.png") 0 50% no-repeat; text-indent:-999em; overflow:hidden;}
.path-wrap .part {border:1px solid transparent; position:relative; min-width:250px; z-index:50;}
.path-wrap .part:before {content:''; position:absolute; left:0; top:50%; height:18px; margin-top:-8px; width:1px; background:#ccc;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; font-size:var(--fz18); height:var(--path-height); font-weight:500; line-height:1.3em; padding:0 60px 0 20px;}
.path-wrap .part > a img {position:absolute; right:20px;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #ddd; z-index:50;}
.path-wrap .part ul li {color:#505050; line-height:1.3em; border-bottom:1px solid #ddd;}
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:17px 20px;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#242424; background:#f8f8f8;}
.path-wrap.path-up {transform:translateY(-100%);}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title {padding:75px 0 60px;}
.sub-title h1 {border-bottom:2px solid #ddd; font-size:var(--fz48); font-weight:700; letter-spacing:-.03em; line-height:1.3em; color:#121212;}
.sub-title h1 span {display:inline-block;}
.sub-title h1 span:after {content:''; margin-bottom:-2px;  width:100%; height:2px; background:#121212; display:block; margin-top:33px;}

.real-cont {min-height:300px; padding-bottom:150px;}

.quick {box-shadow:0 3px 10px rgba(0,0,0,0.2); padding:33px 9px 15px; border-radius:55px; overflow:hidden; background:var(--color-primary); position:fixed; right:30px; bottom:244px; z-index:90; text-align:center;}
.quick .tel {pointer-events:none; display:flex; flex-direction:column; align-items:center; gap:10px;}
.quick .tel i {margin-bottom:2px; width:25px; height:26px; background:url('/images/common/quick-tel.png') no-repeat 50% 50% / contain;} 
.quick .tel .tit {font-size:var(--fz18); font-weight:700; letter-spacing:-.03em; line-height:1.33em; color:#f6f316;}
.quick .tel .txt {margin-bottom:12px; font-size:var(--fz14); font-weight:700; letter-spacing:-.03em; line-height:1.33em; color:#fff;}

.quick1 {box-shadow:0 3px 10px rgba(0,0,0,0.2); padding: 40px 9px; border-radius:55px; overflow:hidden; background:var(--color-secondary); position:fixed; right:30px; bottom:30px; z-index:90; text-align:center;}
.quick1 .view {display:flex; flex-direction:column; align-items:center; gap:10px;}
.quick1 .view i {margin-bottom:2px; width:26px; height:26px; background:url('/images/common/quick-view.svg') no-repeat 50% 50% / contain;} 
.quick1 .view .tit {font-size:var(--fz16); font-weight:700; letter-spacing:-.03em; line-height:1.33em; color:#f6f316;}
.quick1 .view .tit strong {font-size: var(--fz18);}
.quick1 .view .txt {margin-top: 14px; font-size:var(--fz14); font-weight:700; letter-spacing:-.03em; line-height:1.33em; color:#fff;}

.scroll-top {display:inline-block; font-size:var(--fz14); font-weight:700; letter-spacing:-.03em; line-height:1.33em; color:#fff; text-decoration:underline;}

/* footer */
#footer {padding:65px 0 80px; background:#121212 url('/images/common/f-bg.jpg') no-repeat right 10% bottom 0; color:#fff; line-height:1.5em; letter-spacing:-.03em;}
#footer .contain {position:relative;}
#footer span {display:inline-block;}

.foot-logo {margin-bottom:30px;}

#footer address {margin-bottom:25px; font-style:normal;}
#footer address dl {margin-bottom:10px; display:flex; gap:18px;}
#footer address dl dt {font-weight:600; min-width:94px;}
#footer address dl dd {opacity:0.7;}

.copyright {opacity:0.7;}

.familysite {position:absolute; right:30px; top:0; display:inline-block; width:200px; z-index:99;}
.familysite .toggle-button {border:1px solid #fff; display:flex; justify-content:space-between; align-items:center; font-size:var(--fz14); width:100%; padding:15px 19px; background:none; letter-spacing:-.03em; font-weight:600; border-radius:8px; color:#fff; font-weight:500; line-height:1.5em; text-align:left;}
.familysite .toggle-button .chevron {width:8px;}
.familysite .toggle-button svg {display:block; width:100%; height:auto;}
.familysite .toggle-button path {fill:#fff;}
.familysite .toggle-layer {overflow:hidden; display:none; position:absolute; left:0; bottom:calc(100% + 5px); width:100%; background:#fff; border:1px solid var(--color-primary); border-radius:8px;}
.familysite .toggle-layer ul li:not(:last-child) {border-bottom:1px solid #eee;}
.familysite .toggle-layer a {display:block; padding:13px 16px; font-size:var(--fz14); color:#878787; font-weight:400; line-height:1.5em;}
.familysite .toggle-layer a:hover {color:var(--color-primary); text-decoration:underline;}
.familysite.active .toggle-button {background:var(--color-primary); border-color:var(--color-primary);}
.familysite.active .toggle-button .chevron {transform:scaleY(-1);}