@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 {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto; }
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3; }
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;} 
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}
 
.ws-real-cont {max-width:1200px; margin:0 auto;}

.intro-wrap { position: relative; overflow: hidden; width: 100%; height: 100%; background: #fff; display: flex; align-items: center; justify-content: center; perspective: 1000px;}
.intro-wrap .big-logo { position: relative; z-index: 10; transform-style: preserve-3d;}
.intro-wrap .fx { display: flex; flex-wrap: wrap; height: 100%; position: absolute; left: 0; top: 0; width: 100%; }
.intro-wrap .fx .col { width: calc(100%/2); height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover;}
.intro-wrap .fx .col a { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; text-align: center; color: var(--color-primary); transition: .3s;}
.intro-wrap .fx .col a img { transition: .3s;}
.intro-wrap .fx .col.bg1 { background-image: url(../images/common/intro-bg1.jpg);}
.intro-wrap .fx .col.bg2 { background-image: url(../images/common/intro-bg2.jpg);}
.intro-wrap .fx .col .view { width: 220px; height: 54px; border-radius: 27px; display: flex; align-items: center; justify-content: center; background: var(--color-primary); color: #fff; gap: 10px; font-size: 18px; line-height: 1em; font-weight: 600; margin-top: 50px; transition: .3s;}
.intro-wrap .fx .col a:hover {background: var(--color-primary);}
.intro-wrap .fx .col a:hover .view { background: #fff; color: var(--color-primary); }

/* header */
#header {position:fixed; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; left: 0; background: #fff; border-bottom: 1px solid #ddd;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1780px;}
#header .contain::after { content: none;}

.hd-call span { display: block; position: relative; font-size: 16px; font-weight: 500; color: #242424; padding-left: 21px; }
.hd-call span::before { content: ""; position: absolute; left: 0; top: 3px; width: 16px; height: 16px; background: url(../images/common/hd-time.png) center no-repeat; background-size: contain; }
.hd-call strong { display: block; color: var(--color-primary); font-size: 18px; font-weight: 700; line-height: 1.2em; margin-top: 0; }

.logo-wrap { display: flex; align-items: flex-end; gap: 9px; position: relative; left: -50px; }
.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}
.logo-wrap .ich-logo { top: 6px; position: relative; }
.logo-wrap .logo-custom { position: absolute; padding: 20px; border-radius: 15px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); top: 65px; right: -47px; width: 110px; display: none; }
.logo-wrap .logo-custom a { display: block; color: var(--color-primary); font-weight: 600; }

#gnb { display: none; } 

.util { display: flex; align-items: center; gap: 15px; }

.list-icon { width:28px; height:25px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: inline-block; position: relative;}
.list-icon span {position:absolute; right:0; top:50%; margin-top:0px; height:2px; background:#242424; left: 10px; border-radius: 3px; }
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:-10px; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; border-radius: 3px; }
.list-icon span:before {top:-11px; transition-property:top, transform; background:#242424; content: "only";}
.list-icon span:after {bottom:-11px; transition-property:bottom, transform; background:#242424;}

.mobile-navigation {display:flex; position:fixed; top:0; right:0; width:100%; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:var(--color-primary); z-index:103; align-items: center; }
.mobile-navigation .navi-left { width: 50%; height: 100%; display: flex; align-items: center; justify-content: center; background: #fff; }
.mobile-navigation .nav-menu { width: 50%; padding-left: 100px; }
.mobile-navigation .nav-menu>ul>li { margin-bottom: 50px; }
.mobile-navigation .nav-menu>ul>li:last-child { margin-bottom: 0; }
.mobile-navigation .nav-menu>ul>li>a { display: inline-block; font-size: 54px; font-weight: 700; line-height: 1em; letter-spacing: 0; margin-bottom: 15px; color: #fff; position: relative;}
.mobile-navigation .nav-menu>ul>li>a::after { content: ""; position: absolute; right: -15px; top: -10px; width: 8px; height: 8px; border-radius: 8px; background: #fff; opacity: 0; transition: .3s;}
.mobile-navigation .nav-menu>ul>li.active>a::after { opacity: 1; }
.mobile-navigation .nav-menu .submenu { color:rgba(255,255,255,0.6); font-size:20px; font-weight:600; line-height:1.5em; display: none; } 
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:5px 0;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#fff; }
.mobile-navigation .close { display: inline-block; position: absolute; right: 90px; top: 27px; text-indent: -9999em; overflow: hidden; width: 50px; height: 50px; background: url(../images/common/hd-close.png) center no-repeat; background-size: contain; }

html.menu-opened { overflow: hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateY(0); transform:translateY(0);}

/* 키비주얼관리 */
.main-visual {position:relative; height:100vh; overflow:hidden;}
.main-visual .slick-slide {position:relative; height:100vh; overflow:hidden;}
.main-visual .item {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.main-visual .item img {position:absolute; top:50%; left:0; 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 .slick-arrow { position: absolute; width: 64px; height: 64px; border-radius: 64px; z-index: 50; top: 50%; transform: translateY(-50%); background-size: contain; transition: .3s; border: none; background-repeat: no-repeat; background-position: center; cursor: pointer; background-color: transparent; }
.main-visual .slick-prev { left: 100px; background-image: url(../images/main/main-prev.png);}
.main-visual .slick-next { right: 100px; background-image: url(../images/main/main-next.png);}

/* main */
.main-tab { padding: 100px 0;}
.main-tab ul { display: flex; justify-content: center; gap: 100px; flex-wrap: wrap;}
.main-tab ul li { text-align: center; }
.main-tab ul li a { display: block; }
.main-tab ul li .circle { width: 130px; height: 130px; border-radius: 100%; background: #f8f8f8; margin:0 auto 25px; display: flex; align-items: center; justify-content: center; transition: .2s;}
.main-tab ul li .circle img { transition: .2s;}
.main-tab ul li .tit { font-size: 18px; font-weight: 600; line-height: 1em; color: #242424; }
.main-tab ul li.active a .circle { background: var(--color-primary); box-shadow: 0 0 8px rgba(0,0,0,0.2);}
.main-tab ul li a:hover .circle { background: var(--color-primary); box-shadow: 0 0 8px rgba(0,0,0,0.2);}
[data-tab-content] { display: none; }
[data-tab-content].active { display: block; }
.main-ctt { padding-bottom: 100px; }
.main-tit { font-size: 40px; font-weight: 600; line-height: 1.2em; margin-bottom: 55px; color: #242424; position: relative; padding-left: 19px;}
.main-tit.mg { margin-bottom: 15px; }
.main-tit-fx { display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; gap: 15px; flex-wrap: wrap;} 
.main-tit-fx .main-tit { margin-bottom: 0; }
.main-tit::before { content: ""; position: absolute; left: 0; width: 4px; height: 40px; background: var(--color-primary); top: 3px; }
.main-view-btn { display: flex; width: 160px; height: 50px; border-radius: 8px; border: 1px solid #000; margin: 60px auto 0; display: flex; align-items: center; justify-content: center; line-height: 1em; font-weight: 600; color: #000; }
.main-view-btn:hover { border-color: var(--color-primary); background: var(--color-primary); color: #fff; }
.main-view-fx { display: flex; justify-content: center; margin-top: 60px; gap: 20px; justify-content: center;}
.main-view-fx .main-view-btn { margin: 0; }
.main-view-fx .main-view-btn.back { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }

/* 층별안내 */
.floor-wrap { display: flex; align-items: flex-start;}
.floor-wrap.pd { border-top: 2px solid #242424; padding-top: 30px; }
.floor-tab { max-width: 150px; width: 100%; margin-right: 90px; margin-top: 63px;  display: flex; flex-direction: column-reverse;} 
.floor-tab li { margin-bottom: 20px;}
.floor-tab li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 75px; font-size: 24px; font-weight: 700; line-height: 1em; color: #242424; border-radius: 8px; }
.floor-tab li.active a { color: #fff; background: var(--color-primary);}
.floor-tab li a:hover { color: #fff; background: var(--color-primary);}
.floor-cnt { flex:1 1 auto; min-width:0; width:1%; }
.floor-cnt h4 { font-size: 24px; font-weight: 600; line-height: 1.4em; margin-bottom: 30px; }
.floor-cnt h4 .num { font-weight: 300; }
.floor-list { display: flex; flex-wrap: wrap; gap: 30px; }
.floor-list li { width: calc(100%/3 - 20px); text-align: center; }
.floor-list li a { display: flex; align-items: center; text-align: center; background: #f8f8f8; font-size: 20px; line-height: 1.5em; font-weight: 600; color: #242424; padding: 30px; justify-content: center; border-radius: 8px; }
.floor-list li.coming-soon a { pointer-events: none; color: #a4a4a4;}
.floor-list.jt li a { justify-content: space-between;}
.floor-list.jt li.coming-soon img { opacity: 0.2; }
.floor-list.list2 li { display: flex; align-items: center; text-align: center; background: #f8f8f8; font-size: 20px; line-height: 1.5em; font-weight: 600; color: #242424; padding: 30px; justify-content: center; border-radius: 8px; }
.floor-list.list2 li.coming-soon { background: #f8f8f8 url(../images/main/default-logo.png) center no-repeat; background-size: 45px; }
.floor-list.jt li.coming-soon a{ background: #f8f8f8 url(../images/main/default-logo.png) center no-repeat; background-size: 45px; height: 100px; }

/* 주차안내 */
.parking p { font-size: 18px; font-weight: 500; line-height: 1.5em; color: var(--color-primary); margin-bottom: 25px; }
.parking p.pd { padding-left: 14px; }
.park-tbl-wrap { overflow: auto;}
.park-tbl { width: 100%; border-collapse: collapse; border-top: 2px solid var(--color-primary);}
.park-tbl tr { border-bottom: 1px solid #ddd;}
.park-tbl th { padding: 20px 10px; background: #fefafb; font-size: 22px; font-weight: 600; line-height: 1.2em; border-right: 1px solid #ddd; color: #242424; }
.park-tbl td { padding: 40px 10px; font-size: 22px; font-weight: 400; line-height: 1.5em; color: #242424; border-right: 1px solid #ddd; text-align: center; }
.park-tbl td:last-child { border-right: 0; }
.park-tbl th:last-child { border-right: 0; }

/* 오시는 길 */
.lct { display: flex; gap: 30px; flex-wrap: wrap;}
.lct .col { padding: 30px; border: 1px solid #ddd; border-radius: 24px; min-height: 270px;}
.lct .col.car { max-width: 380px; width: 100%; }
.lct .col.trail { max-width: 355px; width: 100%; }
.lct .col.bus { flex: 1 1 auto; min-width:0; width:1%; }
.lct .tit-fx { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.lct .tit-fx h3 { font-size: 26px; font-weight: 600; line-height: 1.2em; color: #242424; }
.lct-tit { font-size: 20px; line-height: 1.8em; font-weight: 600; display: block; }
.lct-txt { font-size: 18px; font-weight: 300; line-height: 1.8em; display: block; }
.lct .group { display: flex; }
.lct .group .lct-txt { font-size: 16px; flex: 1 1 auto; min-width:0; width:1%; padding-left: 10px; padding-top: 5px; }

/* 입점문의 */
.contact-tab { display: flex; background: #f8f8f8; border-radius: 25px; overflow: hidden; width: 280px; }
.contact-tab li { width: calc(100%/2); text-align: center; }
.contact-tab li a { display: flex; height: 50px; font-size: 18px; font-weight: 600; line-height: 1em; color: #242424; border-radius: 25px; color: #a4a4a4; display: flex; align-items: center; justify-content: center;}
.contact-tab li.active a { color: #fff; background: var(--color-primary); pointer-events: none;}
.process { display: flex; flex-wrap: wrap;}
.process li { width: calc(100%/4); text-align: center; position: relative; }
.process li::after { content: ""; position: absolute; right: -12px; top: 75px; width: 18px; height: 33px; background: url(../images/main/process-right.png) center no-repeat; background-size: contain;}
.process li:last-child::after { display: none; }
.process li .circle { width: 180px; height: 180px; border: 2px solid var(--color-primary); border-radius: 100%; display: flex; align-items: center; justify-content: center; margin: 0 auto 40px;}
.process li .step { line-height: 1em; font-weight: 600; color: #909090; }
.process li .tit { font-size: 24px; font-weight: 600; line-height: 1.4em; color: #242424; margin: 13px 0 15px;}
.process li .txt { line-height: 1.5em; }
.process li .txt span { color: var(--color-primary); }

/* sub */ 
#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 { position: relative; text-align: center; padding: 200px 0 60px;}
.sub-title h1 { font-size: 40px; font-weight: 600; line-height: 1em; color: #242424; }
.real-cont {min-height:300px; padding-bottom: 100px;}
.real-cont2 { padding-bottom: 0; }
.lnb-wrap { border-bottom: 1px solid #ddd; margin-bottom: 30px; }
.lnb-wrap ul { display: flex; gap: 40px; justify-content: flex-start;}
.lnb-wrap ul li { width: auto;}
.lnb-wrap ul li a { line-height: 1.2em; font-size: 24px; font-weight: 600; display: block; padding-bottom: 15px; color: var(--color-secondary);}
.lnb-wrap ul li a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--color-primary); transition: .2s;}
.lnb-wrap ul li.active a { color: var(--color-primary); }
.lnb-wrap ul li.active a::after { width: 100%; }
.lnb-wrap ul li a:hover { color: var(--color-primary); }
.lnb-wrap ul li a:hover::after { width: 100%; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; padding: 40px 0; color: #fff; background: #050505; }
#footer .contain { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
#footer .contain::after { content: none;}
.ft-text { margin-bottom: 15px; }
.ft-text span { display: inline-block; padding-right: 40px; margin-bottom: 8px; font-weight: 300; color: rgba(255,255,255,0.7); }
.ft-text span:last-child { padding-right: 0; } 
.ft-text span strong { font-weight: 600; display: inline-block; padding-right: 10px; position: relative; color: #fff; }
.policy { margin: 15px 0 6px; }
.policy a { display: inline-block; font-weight: 300; font-size: 15px; padding-right: 20px; position: relative; }
.policy a:last-child { padding-right: 0; }
.policy a::after { content: ""; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 5px; background: #696969; }
.policy a:last-child::after { display: none; }
.cpr { font-size: 14px; color: rgba(255,255,255,0.7); font-weight: 300; }
#footer .right { text-align: right; }
.ft-center span { display: block; line-height: 1em; font-weight: 400; margin-bottom: 6px; }
.ft-center strong { display: block; font-size: 32px; font-weight: 700; line-height: 1em; }
.ft-sns { display: flex; justify-content: flex-end; gap: 10px; }