@charset "utf-8";
.real-cont {padding:100px 0 220px;}

.gy {font-family: 'GyeonggiBatang';}

/* splitting */
.page-header > .container.motion h2.chars .char {animation:textAni 1.5s both; animation-delay:calc(0.1s * var(--char-index));}

@keyframes textAni {
    0% {opacity:0;}
    30% {opacity:0;}
}

/* page-header */
.page-header {position: relative; width: 100%; height: 399px; background: url() 50% 50% no-repeat; background-size: cover;}
.page-header > .container {padding-top: 170px;}
.page-header.type1 {background-image: url(../images/sub/s-visual01.jpg);}
.page-header.type2 {background-image: url(../images/sub/s-visual02.jpg);}
.page-header.type3 {background-image: url(../images/sub/s-visual03.jpg);}
.page-header.type4 {background-image: url(../images/sub/s-visual04.jpg);}

.page-header .container h2 {font-size: 40px; font-weight: 700; color: #fff; text-align: center; line-height: 1.7; text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); letter-spacing: -.8px;}

.s-nav {margin-top: 4px; display: flex; gap: 12px; align-items: center; justify-content: center;}
.s-nav li.home img {display: block; max-width: 100%; margin: 0 auto;}
.s-nav li {position: relative; font-size: 20px; color: #fff; font-weight: 400; line-height: 1.6;}
.s-nav li ~ li {padding-left: 36px;}
.s-nav li ~ li::before {position: absolute; content: ''; width: 24px; height: 24px; background: url(../images/sub/ico_arrow.png) 50% 50% no-repeat; background-size: auto; top: 50%; left: 0; transform: translateY(-50%);}


.page-header.type4 .s-nav li:last-child {display: none;}


.lnb {position: absolute; bottom: 0; left: 0; width: 100%;}
.lnb ul {width: auto; display: flex; justify-content: center;}
.lnb ul li {position: relative; flex: 0 0 304px;}
.lnb ul li a {position: relative; display: flex; width: 100%; height: 60px; align-items: center; justify-content: center; text-align: center; font-size: 20px; color: #fff; font-weight: 600; transition: all .3s linear; z-index: 2; background-color: rgba(255, 255, 255, 0.35); letter-spacing: -.4px;} 
.lnb ul li a > span {line-height: normal;}
.lnb ul li ~ li a {border-left: 1px solid rgba(255,255,255, .3);}
.lnb ul li.active a {color: #333; background-color: #fff;}

.lnb .btn-drop {display: none;}

section {padding: 100px 0 220px;}
.section-header {padding-bottom: 12px; position: relative;}
.section-header::after {position: absolute; content: ''; width: calc(100% - 130px); height: 1px; bottom: 0; left: 50%; transform: translateX(-50%); background-color: #ededed;}
.section-header h3 {font-size: 40px; color: #333; font-weight: 700; line-height: 1.7; letter-spacing: -.8px; text-align: center;}
.section-header p {font-size: 24px; line-height: 40px; color: #333; text-align: center; padding-top: 40px;}

.article-header h4 {font-size: 32px; font-weight: 700; color: #333; line-height: 1.55; letter-spacing: -.64px; font-family: 'GyeonggiBatang';}
.article-header p {margin-top: 10px; font-size: 20px; font-weight: 400; line-height: 1.7; letter-spacing: -.4px; color: #333;}

.table-wrap {width: 100%; border-top: 2px solid #3ba0ff;}
.table-wrap table {width: 100%; table-layout: fixed;}
.table-wrap table th {background-color: #F4F7FA; height: 70px; vertical-align: middle; border-bottom: 1px solid #ededed;}
.table-wrap table th p {font-size: 24px; color: #080f30; font-weight: 500; line-height: 1.7; letter-spacing: -.48px;}
.table-wrap table td {padding:13px 40px; border-bottom: 1px solid #ededed; vertical-align: middle;}
.table-wrap table td p { font-size: 20px; color: #333; font-weight: 400; line-height: 1.7; letter-spacing: -.4px; display: flex; align-items: center;}
.table-wrap table td.bg {background-color: #F4F7FA; border-right: 1px dashed #ededed;}
.table-wrap table td.bg2 {background-color: rgba(242, 242, 242, 0.50);}
.table-wrap table td.bg p {font-size: 24px; font-weight: 500; line-height: 1.37; justify-content: center;}
.table-wrap table td.bd-r {border-right: 1px solid #ededed;}

.gray {padding: 20px 30px; background-color: rgba(242, 242, 242, 0.50); width: 100%;}
.gray p {position: relative; padding-left: 15px; font-size: 18px; color: #767676; font-weight: 300; line-height: 1.7; letter-spacing: -.36px;}
.gray p::before {position: absolute; content: ''; width: 6px; height: 1px; background-color: #333; top: 13px; left: 0;}
.gray p span {display: inline-block; font-size: 18px; color: #333; font-weight: 500; line-height: 1.7; letter-spacing: -.36px; margin-right: 5px;}
.gray p i {font-style: normal; color: #3ba0ff; font-weight: 500;}

.step {margin-top: 30px; display: flex; gap: 46px; position: relative; padding-bottom: 40px; align-items: flex-start;}
.step::before {position: absolute; content: ''; width: 1px; height: 100%; background-color: #ededed; top: 0; left: 246px;}
.step.step1::before {height: calc(100% - 14px); top: 14px;}
.step.step3 {padding-bottom: 0;}
.step.step3::before {height: 14px; top: 0;}
.step ~ .step {margin-top: 0;}
.step .tit  {position: relative; max-width: 246px; width: 100%; padding-right: 46px;}
.step .tit::after {position: absolute; content: ''; width: 12px; height: 12px; border-radius: 50%; background-color: #fff; border: 3px solid #3ba0ff; top: 14px; right: -6.5px;}
.step.step2 .tit::after {border-color: #2862B0;}
.step.step3 .tit::after {border-color: #162463;}
.step .tit span {display: flex; padding: 0 20px; border-radius: 50px; height: 34px; align-items: center; justify-content: center; font-size: 16px; color: #fff; font-weight: 600; line-height: 1.4; letter-spacing: -.32px; width: fit-content; margin-left: auto;}
.step.step1 .tit span {background-color: #3ba0ff;}
.step.step2 .tit span {background-color: #2862B0;}
.step.step3 .tit span {background-color: #162463;}
.step .tit h5 {margin-top: 12px; font-size: 26px; color: #333; font-weight: 500; line-height: 1.4; letter-spacing: -.52px; text-align: right;}
.step .tit h5 > small {display: block; font-size: 18px; color: #767676; font-weight: 400; line-height: 1.82;}



/* s1_1 */
.s1_1 {padding-bottom: 260px; position: relative;}
.s1_1::before {position: absolute; content: ''; width: 100%; height: 675px; background: url(../images/sub/bg_s101.jpg) 50% 50% no-repeat; background-size: cover; bottom: 0; left: 0; z-index: -1;}
.s1_1 .section-header {padding-bottom: 0;}
.s1_1 .section-header::after {display: none;}
.s1_1 .arti01 {margin-top: 60px; position: relative;}
.s1_1 .arti01 figure {margin-left: auto; border-radius: 15px; overflow: hidden; max-width: 999px; width: 100%;}
.s1_1 .arti01 figure img {display: block; max-width: 100%; margin: 0 auto;}
.s1_1 .arti01 .txt {position: absolute; top: 50%; left: 0; transform: translateY(-50%); font-size: 44px; font-weight: 700; line-height: 1.7; letter-spacing: -.88px; color: #333;}
.s1_1 .arti01 .txt > span {color: #fff;}
.s1_1 .arti02 {margin-top: 110px; text-align: center;}
.s1_1 .arti02 h5 {font-size: 24px; color: #3ba0ff; font-weight: 500; line-height: 1.7; letter-spacing: -.48px;}
.s1_1 .arti02 p {margin-top: 23px; font-size: 18px; color: #333; font-weight: 400; line-height: 1.7; letter-spacing: -.36px;}
.s1_1 .arti02 p ~ p {margin-top: 53px;}
.s1_1 .arti02 p strong {font-weight: 600;}


/* s1_2 */
.s1_2 .arti01 figure {width: 100%; border-radius: 15px; overflow: hidden;}
.s1_2 .arti01 figure img {display: block; max-width: 100%; margin: 0 auto;}
.s1_2 .arti01 p {margin-top: 80px; text-align: center; color: #333; font-size: 24px; font-weight: 500; line-height: 1.7; letter-spacing: -.48px;}
.s1_2 .arti01 p > span {color: #3ba0ff;}
.s1_2 .arti01 .service {margin-top: 60px; display: flex; padding: 50px 0; border-radius: 15px; background-color: #f2f2f2;}
.s1_2 .arti01 .service dl {width: 1%; flex: 1 1 auto; padding: 0 20px;}
.s1_2 .arti01 .service dl dt {max-width: 120px; width: 100%; border-radius: 50%; margin: 0 auto;}
.s1_2 .arti01 .service dl dt img {display: block; max-width: 100%; margin: 0 auto;}
.s1_2 .arti01 .service dl dd {margin-top: 30px; text-align: center; font-size: 18px; color: #505050; font-weight: 400; line-height: 1.7; letter-spacing: -.36px;}
.s1_2 .arti01 .service dl ~ dl {border-left: 1px solid rgba(0, 0, 0, 0.10);}

/* s1_3 */
.s1_3 .map {width: 100%;height: 440px; position: relative; margin-top: 60px;}
.root_daum_roughmap {width: 100% !important; height: 100% !important; border-radius: 15px; }
.root_daum_roughmap .map {margin-top: 0;}
.root_daum_roughmap .wrap_map {height: 100% !important;}
.root_daum_roughmap .map_border {display: none;}
.s1_3 .map .map_link {position: absolute; top: 26px; right: 35px; z-index: 2; display: flex; gap: 14px; align-items: center;}
.s1_3 .map .map_link a {display: flex; gap: 10px; align-items: center; padding: 0 20px; height: 35px; border-radius: 50px; justify-content: center; font-size: 16px; font-weight: 600; line-height: 1.7; letter-spacing: -.32px;}
.s1_3 .map .map_link a img {display: block; max-width: 100%;}
.s1_3 .map .map_link a.kakao {background-color: #ffea00; color: #333;}
.s1_3 .map .map_link a.naver {background-color: #0caa3a; color: #fff;}
.s1_3 .map .map_link a.google {background-color: #333; color: #fff;}
.s1_3 .map .info {position: absolute; width: 100%; padding: 0 20px 0 24px; bottom: -29px; left: 0; display: flex; justify-content: space-between; gap: 15px; z-index: 2;}
.s1_3 .map .info .loca {max-width: 770px; width: 100%; display: flex; gap: 40px; background-color: rgba(255, 255, 255, 0.80); border-radius: 10px; box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.05); backdrop-filter: blur(10px); padding:9.5px 46.5px;}
.s1_3 .map .info .loca dl {display: flex; gap: 20px; align-items: center;}
.s1_3 .map .info .loca dl dt {font-size: 24px; font-weight: 500; line-height: 1.7; letter-spacing: -.48px; color: #3ba0ff;}
.s1_3 .map .info .loca dl dd {font-size: 18px; font-weight: 400; line-height: 1.7; letter-spacing: -.36px;}
.s1_3 .map .info .loca dl dd a {color: inherit;}
.s1_3 .map .info .loca dl ~ dl {padding-left: 40px; position: relative;}
.s1_3 .map .info .loca dl ~ dl::before {position: absolute; content: ''; width: 1px; height: 20px; background-color: #ededed; top: 50%; left: 0; transform: translateY(-50%);}
.s1_3 .map .btn-area {max-width: 130px; width: 100%; display: flex; gap: 10px;}
.s1_3 .map .btn-area a {display: flex; width: 60px; height: 60px; border-radius: 50%; align-items: center; justify-content: center;box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.05);backdrop-filter: blur(10px);}
.s1_3 .map .btn-area a img {display: block; max-width: 100%; margin: 0 auto;}
.s1_3 .map .btn-area a.search {background-color: #fff;}
.s1_3 .map .btn-area a.print {background-color: #3ba0ff;}

.s1_3 article {margin-top: 120px;}
.s1_3 article ~ article {margin-top: 70px;}
.s1_3 article h5 {font-size: 32px; color: #333; font-weight: 700; line-height: 1.55; letter-spacing: -.64px; margin-bottom: 20px; text-align: center;}
.s1_3 .table-wrap table td.bg {border-left: 0;}
.s1_3 .table-wrap table td.bd-r {padding: 0 50px;}
.s1_3 .table-wrap table td i {font-style: normal; display: flex; width: 25px; height: 25px; border-radius: 50%; align-items: center; justify-content: center; font-size: 14px; color: #fff; font-weight: 600; letter-spacing: -.28px; text-align: center; margin-right: 10px;}
.s1_3 .table-wrap table td i.navy {background-color: #0052A4;}
.s1_3 .table-wrap table td i.blue {background-color: #00A5DE;}
.s1_3 .table-wrap table td p strong {font-weight: 500;}
.s1_3 .table-wrap table td span {display: inline-block; margin-right: 10px; padding: 0 20px; line-height: 35px; font-size: 16px; color: #333; font-weight: 600; letter-spacing: -.32px; background-color: #f2f2f2; border-radius: 50px;}


/* s2_1 */
.s2_1 .tab {width: 100%; display: flex; margin-top: 85px;}
.s2_1 .tab a {width: 1%; flex: 1 1 auto; height: 68px; display: flex; align-items: center; justify-content: center; border: 1px solid #e0e0e0; font-size: 18px; font-weight: 600; line-height: 1.7; letter-spacing: -.36px;}
.s2_1 .tab a ~ a {border-left: 0;}
.s2_1 .tab a.active {border-color: #162463; background-color: #162463; color: #fff;}

.s2_1 .cnt {margin-top: 55px;}
.s2_1 .place {display: flex; gap: 20px;}
.s2_1 .place .main-slide {width: 1%; flex: 1 1 auto;}
.s2_1 .place .main-slide .swiper-wrapper {transition-timing-function: ease;}
.s2_1 .place .main-slide .swiper-slide img {display: block; max-width: 100%; height: 100%;}
.s2_1 .place .thumb-slide {max-width: 160px; width: 100%;}
.s2_1 .place .thumb-slide .swiper-wrapper {display: block;}
.s2_1 .place .thumb-slide .swiper-slide {position: relative; height: 100px; cursor: pointer; opacity: .3; transition: all .2s linear;}
.s2_1 .place .thumb-slide .swiper-slide::after {position: absolute; content: ''; width: 100%; height: 100%; border: 6px solid #3ba0ff; top: 0; left: 0; opacity: 0; transition: all .2s linear;}
.s2_1 .place .thumb-slide .swiper-slide-thumb-active {opacity: 1;}
.s2_1 .place .thumb-slide .swiper-slide-thumb-active::after {opacity: 1;}
.s2_1 .place .thumb-slide .swiper-slide ~ .swiper-slide {margin-top: 10px;}
.s2_1 .cnt figure {margin-top: 80px; width: 100%;}
.s2_1 .cnt figure img {display: block; max-width: 100%; margin: 0 auto;}


.floor-map {position: relative; width: 100%; margin-top: 80px; }
.floor-map > img {display: block; width: 100%; height: auto;}
.floor-map__hotspot {position: absolute; inset: 0; width: 100%; height: 100%; }

.room {position: relative; pointer-events:none; pointer:default;}
.room polygon {fill: transparent; stroke: transparent; cursor: pointer; transition: fill .25s ease;}
.room:hover polygon { fill: rgba(59, 160, 255, .2);}
.room text {fill: #CDA55F;font-size: 18px;font-weight: 600;line-height: 1.7;letter-spacing: -.36px;text-anchor: middle;dominant-baseline: middle;pointer-events: none;}

.room.booked {pointer: cursor; pointer-events:auto;}
.room.booked:hover polygon{fill: rgba(59, 160, 255, .2);}
.room.booked polygon {fill: rgba(200,200,200, .25);}
.room.booked text {fill: #767676;}



/* s2_2 */
.s2_2 .table-wrap {margin-top: 60px;}
.s2_2 .table-wrap table td {padding: 18px 20px;}
.s2_2 .table-wrap table tr.pd td {padding: 6.5px 20px;}
.s2_2 .table-wrap table td p {justify-content: center; font-size: 22px; flex-wrap: wrap; line-height: 1.09;}
.s2_2 .table-wrap table td p > span {display: block; font-size: 18px; color: #3ba0ff; line-height: 1.33; letter-spacing: -.36px;}
.s2_2 .notice {margin-top: 20px; padding: 0 20px;}
.s2_2 .notice h6 {font-size: 18px; color: #333; font-weight: 600; line-height: 1.7; letter-spacing: -.36px; margin-bottom: 4px;}
.s2_2 .notice p {font-size: 16px; color: #767676; line-height: 1.7; font-weight: 300; letter-spacing: -.32px;}

/* s2_3 */
.s2_3 figure {margin-top: 60px; width: 100%;}
.s2_3 figure img {display: block; max-width: 100%; margin: 0 auto;}

/* s2_4 */
.s2_4 article {margin-top: 60px; width: 100%;}
.s2_4 article .item {display: flex; width: 100%; gap: 80px; align-items: center;}
.s2_4 article .item ~ .item {margin-top: 60px;}
.s2_4 article .item.rev {flex-direction: row-reverse;}
.s2_4 article .item figure {max-width: 702px; width: 100%; border-radius: 15px; overflow: hidden;}
.s2_4 article .item figure img {display: block; max-width: 100%; margin: 0 auto;}
.s2_4 article .item .info {width: 1%; flex: 1 1 auto;}
.s2_4 article .item .info h5 {font-size: 32px; font-weight: 700; line-height: 1.55; letter-spacing: -.64px; color: #333; margin-bottom: 12px;}
.s2_4 .table-wrap table td {padding: 19.5px 30px;}
.s2_4 .table-wrap table td p {font-size: 18px;}
.s2_4 .table-wrap table td.bg {border-right: 0;}
.s2_4 .table-wrap table td.bg p {font-size: 20px;}

/* s3_1 */
.s3_1 .arti01 {margin-top: 60px;}
.s3_1 .arti01 .gray {margin-top: 30px;}
.s3_1 .arti01 figure {margin-top: 50px;}
.s3_1 .arti01 figure img {display: block; max-width: 100%; margin: 0 auto;}
.s3_1 .arti02 {margin-top: 40px; padding-top: 50px; border-top: 1px solid #ededed;}

/* s3_2 */
.s3_2 article {margin-top: 60px; display: flex; flex-wrap: wrap; gap: 60px 40px;}
.s3_2 article .article-header {margin-bottom: 30px;}
.s3_2 article .article-header h4 {font-size: 28px; line-height: 1.55; letter-spacing: -.56px;}
.s3_2 article .article-header h4 span {font-family: 'Pretendard', sans-serif; font-size: 24px; color: #3ba0ff; font-weight: 500; line-height: 1.7; letter-spacing: -.48px; display: inline-block; margin-right: 20px;}
.s3_2 article .item {flex: 0 0 calc(50% - 20px);}
.s3_2 article .item .gray {min-height: 200px;}

/* s3_3 */
.s3_3 article {margin-top: 60px;}

/* s3_4 */
.s3_4 .arti01 {margin-top: 60px;}
.s3_4 article ~ article {margin-top: 105px;}
.s3_4 article .cnt {display: flex; gap: 72px; align-items: flex-start; margin-top: 30px;}
.s3_4 article .cnt .table-wrap {width: 1%; flex: 1 1 auto;}
.s3_4 article .cnt .table-wrap table th p {font-size: 20px;}
.s3_4 article .cnt .table-wrap table td:not(.bg) {border-right: 1px solid #ededed;}
.s3_4 article .cnt .table-wrap table td.bdn {border-right: 0;}
.s3_4 article .cnt .table-wrap table td p {justify-content: center; font-size: 18px;}
.s3_4 article .cnt figure {max-width: 519px; width: 100%; border-radius: 15px; overflow: hidden;}
.s3_4 article .cnt figure img {display: block; max-width: 100%; margin: 0 auto;}

/* s3_5 */
.s3_5 article {margin-top: 60px;}
.s3_5 article ul {width: 100%; display: flex; gap: 60px 40px; flex-wrap: wrap;}
.s3_5 article ul li {flex: 1 1 calc(33.333% - 29px);}
.s3_5 article ul li:nth-of-type(4) {flex: auto;}
.s3_5 article ul li figure img {display: block; max-width: 100%; margin: 0 auto; border-radius: 15px;}
.s3_5 article ul li figure figcaption { margin-top: 20px; padding-bottom: 16px; border-bottom: 1px solid #ededed; font-size: 32px; color: #333; font-weight: 700; line-height: 1.5; letter-spacing: -.64px; text-align: center;}



















































