@charset "utf-8";

.doc-tit {margin-bottom:20px; font-size:var(--fz22); font-weight:700; letter-spacing:-.03em; line-height:1.5em; color:var(--color-primary);}
.doc-tit2 {margin-bottom:15px; font-size:var(--fz18); font-weight:700; letter-spacing:-.03em; line-height:1.5em;}

.greeting-intro {margin-bottom:20px; display:flex; gap:80px; align-items:stretch;}
.greeting-intro .video-area {flex:1 1 auto; min-width:0; width:1%;}
.greeting-intro .video-container {border-radius:16px; overflow:hidden;}
.greeting-intro .cnt {display:flex; align-items:flex-end; background:url('/images/sub/greeting-bg.png') no-repeat 100% 0; width:33.5%; padding-bottom:30px;}
.greeting-intro .cnt h2 {margin-bottom:22px; font-family:var(--font-myeongjo); font-size:var(--fz40); font-weight:700; letter-spacing:-.03em; line-height:1.4em; color:var(--color-primary);}
.greeting-intro .cnt p {font-size:var(--fz18); font-weight:400; letter-spacing:-.03em; line-height:1.67em; color:#505050;}

.greeting-view {display:flex; gap:20px;}
.greeting-view .col {width:50%;}
.greeting-view .col figure {border-radius:16px; overflow:hidden; position:relative;}
.greeting-view .col figure figcaption {position:absolute; bottom:0; left:0; width:100%; z-index:2; padding:15px 30px; background:rgba(0,46,102,0.6); color:#fff; font-size:var(--fz22); font-weight:700; letter-spacing:-.03em; line-height:1.5em;}

.cases {display:flex; gap:20px; margin-bottom:55px;}
.cases .col {width:50%;}
.cases .tit {margin-bottom:20px; font-size:var(--fz22); font-weight:700; letter-spacing:-.03em; line-height:1.5em;}
.cases .list li {position:relative; display:flex; font-weight:400; letter-spacing:-.03em; line-height:1.5em; color:#505050;}
.cases .list li:before {content:''; position:absolute; top:0; left:12px; width:1px; height:100%; background:#ddd; z-index:-1;}
.cases .list li:last-child:before {display:none;}
.cases .list li span {text-align:center;min-width:24px; height:24px; line-height:24px; border-radius:100%; background:var(--color-primary); color:#fff; font-weight:700; margin-right:10px;}
.cases .list li:not(:last-child) {padding-bottom:20px;}
.cases .list.type2 span {background:var(--color-secondary);}

.prepare {margin-bottom:60px; padding:50px 0; background:url('/images/sub/prepare-bg.jpg') no-repeat 100% 100% /cover; color:#fff;}
.prepare .contain {display:flex; align-items:center;}
.prepare .tit {width:35%; font-size:var(--fz32); font-weight:700; letter-spacing:-.03em; line-height:1.5em; color:#fff;}
.prepare .list {flex:1 1 auto; min-width:0; width:1%;}
.prepare .list ul {display:flex; margin:-20px;}
.prepare .list ul li {width:20%; padding:20px;}
.prepare .list ul li .con {text-align:center; width:150px; height:150px; display:flex; flex-direction:column; align-items:center; border-radius:100%; padding:35px 10px; background:rgba(255,255,255,.2);}
.prepare .list ul li .con i {margin-bottom:10px; width:26px; min-height:13px; border-radius:100%; background:url('/images/sub/ico-check.png') no-repeat 50% 50% / contain; display:block;}
.prepare .list ul li .con p {font-weight:400; letter-spacing:-.03em; line-height:1.75em; color:#fff;}

.speaker {padding:45px 80px; background:#f9f9f9; display:flex; align-items:center;}
.speaker .ico {min-width:190px;}
.speaker .cnt .tit {margin-bottom:22px; font-size:var(--fz32); font-weight:700; letter-spacing:-.03em; line-height:1.5em;}
.speaker .cnt .t1 {margin-bottom:13px; font-size:var(--fz18); font-weight:400; letter-spacing:-.03em; line-height:1.5em; color:#505050;}
.speaker .cnt .t2 {margin-bottom:20px; font-size:var(--fz18); font-weight:600; letter-spacing:-.03em; line-height:1.5em; color:var(--color-primary);}
.speaker .cnt .t3 {font-size:var(--fz18); font-weight:600; letter-spacing:-.03em; line-height:1.5em;}

.root_daum_roughmap_landing {border-radius:16px; overflow:hidden; width:100% !important;}
.root_daum_roughmap .wrap_map {height:570px !important;}
/* .root_daum_roughmap .cont {display:none;} */
.root_daum_roughmap .border1,
.root_daum_roughmap_landing .border3, 
.root_daum_roughmap_landing .border4 {display:none;}
.root_daum_roughmap .wrap_controllers {border:0 !important;}

.parking-section {padding:60px 0 80px; border-bottom:1px solid #121212;}

.table01 {margin-bottom:43px;}
.table01 table {width:100%; border-collapse:collapse; border-top:2px solid var(--color-primary); text-align:center;}
.table01 thead th {padding:9px 5px; font-size:var(--fz18); font-weight:700; letter-spacing:-.03em; line-height:1.4em; height:70px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background:#e5eaef;}
.table01 tbody td {padding:9px 5px; font-size:var(--fz18); font-weight:400; letter-spacing:-.03em; line-height:1.4em; height:70px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; color:#505050;}
.table01 thead th:last-child,
.table01 tbody td:last-child {border-right:0;}

.parking-notes .wrap {display:flex; margin:-10px;}
.parking-notes .col {width:25%; padding:10px;}
.parking-notes .box {height:100%; padding:30px 20px; border:1px solid #ddd; border-radius:16px; text-align:center;}
.parking-notes .box .tit {margin:17px 0 8px; font-size:var(--fz18); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.parking-notes .box .txt {font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:#505050;}

.directions-section {padding-top:80px;}

.contact-info {margin-bottom:45px; max-width:500px; display:flex; flex-wrap:wrap;}
.contact-info p {color:#505050; margin:0 35px 5px 0;}

.subway-txt {display:flex; font-size:var(--fz18); font-weight:400; letter-spacing:-.03em; line-height:1.4em;}
.subway-txt span {text-align:center; border-radius:100%; height:24px; line-height:24px; min-width:24px; background:#ea5413; color:#fff; font-weight:700; margin-right:10px;}
.subway-txt strong {color:#ea5413;}

.transport {padding:40px 170px 65px 50px; border-top:1px solid #ddd; display:flex;}
.transport .icon {min-width:125px;}
.transport .doc-tit2 span {font-weight:400;}
.transport .cnt-area {flex:1;}
.transport .group:not(:last-child) {margin-bottom:55px;}

.way-wrap {width:100%;}
.way-wrap .row {display:flex; flex-wrap:wrap; margin:-13px -35px;}
.way-wrap .col {position:relative; width:50%; padding:13px 35px;}
.way-wrap .col:after {content:""; position:absolute; top:50%; right:0; margin:-10px -10px 0 0; width:20px; height:20px; background:url('/images/sub/way-arrow.png') no-repeat 50% 50% / contain;}
.way-wrap .col.col-25 {width:25%;}
.way-wrap .col.col-33 {width:33.333%;}
.way-wrap .col.col-50 {width:50%;}
.way-wrap .col.col-33:last-child:after {display:none;}
.way-wrap .col.col-50:last-child:after {display:none;}
.way-wrap .col.col-25:nth-child(4n):after {display:none;}
.way-wrap .col.col-33:nth-child(3n):after {display:none;}
.way-wrap .col.col-50:nth-child(2n):after {display:none;}
.way-wrap .col.col-33 + .col.col-50:after {display:block;}
.way-wrap .col.col-50 + .col.col-33:after {display:block;}
.way-wrap .box {padding:20px 20px 25px; display:flex; flex-direction:column; align-items:center; justify-content:center; background:#f8f8f8; height:100%; border-radius:10px; text-align:center;}
.way-wrap .box .tit {font-size:var(--fz18); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.way-wrap .lines {max-width:290px; margin-top:12px; display:flex; flex-wrap:wrap; justify-content:center; gap:10px;}
.way-wrap .lines span {display:inline-block; font-size:var(--fz14); font-weight:700; letter-spacing:-.03em; line-height:1.33em; color:#fff; padding:3px 13px; border-radius:12px;}
.way-wrap .lines span.c-green {background:#41bd84;}
.way-wrap .lines span.c-yellow {background:#f4ab32;}
.way-wrap .lines span.c-red {background:#ca3737;}
.way-wrap .lines span.c-blue {background:#187cc3;}
.way-wrap .lines span.c-black {background:#333;}
.way-wrap .lines span.c-purple {background:#5d16ad;}
.way-wrap .lines span.c-orange {background:#fa6b02;}

.facilities {display:flex; gap:70px;}
.facilities .desc {margin-bottom:35px; color:#505050;}
.facilities .desc strong {color:#121212;}
.facilities .col:nth-child(1) {width:57%;}
.facilities .col:nth-child(2) {width:43%;}
.facilities .table01 tbody th {border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:9px 5px; height:70px; background:#f9f9f9; font-size:var(--fz16); font-weight:600; color:#505050; letter-spacing:-.03em; line-height:1.4em;}
.facilities .table01 tbody td {font-size:var(--fz16);}
.facilities .table01 tbody td strong {font-weight:700; font-size:var(--fz18); color:#121212;}

.modest-wrap {margin-top: calc(var(--header-height) * -1);}
.modest section {padding: 30px 0;}
.modest section:first-child {padding-top: 0;}
.modest .tit {margin-bottom: 40px;}
.modest .tit h3 {color: #121212; font-size: var(--fz32); font-weight: 700; letter-spacing:-.05em; line-height:1.5em; margin-bottom: 15px;}
.modest .tit p {color: #505050; font-size: var(--fz18); font-weight: 500; letter-spacing:-.05em; line-height:1.5em;}

.modest .sec1 .box {width: 100%; padding: 50px 60px; border-radius: 20px; background: #f9f9f9; display: flex; align-items: center; gap: 6.92%;}
.modest .sec1 .box .img {width: 8.32%; max-width: 108px; min-width: 72px; aspect-ratio: 1/1;}
.modest .sec1 .box .img img {width: 100%; height: 100%; object-fit: contain;}
.modest .sec1 .box .txt strong {display: block; color: #121212; font-size: var(--fz22); font-weight: 700; letter-spacing:-.05em; line-height:1.5em; margin-bottom: 15px;}
.modest .sec1 .box .txt p {color: #505050; font-size: var(--fz18); font-weight: 500; letter-spacing:-.05em; line-height:1.67em;}
.modest .sec2 .tit {margin-bottom: 30px;}
.modest .sec2 .list {display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 14px;}
.modest .sec2 .list li {width: 100%; padding: 20px 30px; padding-left: 50px; border: 1px solid var(--color-primary); border-radius: 10px;}
.modest .sec2 .list p {position: relative; font-size: var(--fz18); font-weight: 600; letter-spacing:-.05em; line-height:1.67em; color: #121212; padding-left: 22px;}
.modest .sec2 .list p::before {content: ''; position: absolute; top: 8px; left: 0; width: 14px; aspect-ratio: 1/1; background: url('/images/sub/modest-check1.svg') no-repeat center / contain;}
.modest .sec3 {background: url('/images/sub/modest-bg.jpg') no-repeat center / cover; padding: 60px 0;}
.modest .sec3 .vsbox-wrap {display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;}
.modest .sec3 .vsbox .tit {display: flex; align-items: center; justify-content: center; text-align: center; font-size: var(--fz22); font-weight: 700; letter-spacing:-.05em; line-height:1.5em; color: #fff; padding: 20px; height: 80px; border-radius: 10px 10px 0 0; background: var(--color-secondary); margin-bottom: 0;}
.modest .sec3 .vsbox .cont {padding: 40px 50px; background: #fff; border-radius: 0 0 10px 10px; border: 2px solid var(--color-secondary); height: calc(100% - 80px);}
.modest .sec3 .vsbox .price {margin-bottom: 26px;}
.modest .sec3 .vsbox .price span {color: #999; font-size: var(--fz16); letter-spacing:-.05em; line-height: 1.5em; text-decoration: line-through; margin-right: 10px;}
.modest .sec3 .vsbox .price strong {color: #121212; font-size: var(--fz22); font-weight: 700; letter-spacing:-.05em; line-height:1.5em;}
.modest .sec3 .vsbox .list li {position: relative; padding-left: 24px; font-size: var(--fz16); font-weight: 500; letter-spacing:-.05em; line-height:1.67em; color: #505050; margin-bottom: 10px;}
.modest .sec3 .vsbox .list li:last-child {margin-bottom: 0;}
.modest .sec3 .vsbox .list li::before {content: ''; position: absolute; top: 6px; left: 0; width: 14px; aspect-ratio: 1/1; background: url('/images/sub/modest-check2.svg') no-repeat center / contain;}
.modest .sec3 .vsbox2 .tit {background: var(--color-primary);}
.modest .sec3 .vsbox2 .cont {border: 2px solid var(--color-primary);}
.modest .sec3 .vsbox2 .list li::before {background: url('/images/sub/modest-check3.svg') no-repeat center / contain;}
.modest .sec4 {padding-top: 60px; padding-bottom: 0;}
.modest .sec4 .contain {border-bottom: 1px solid #ddd;}
.modest .sec4 .top-desc {margin-bottom: 40px; text-align: center;}
.modest .sec4 .top-desc h4 {color: #121212; font-size: var(--fz22); font-weight: 700; letter-spacing:-.05em; line-height:1.5em; margin-bottom: 10px;}
.modest .sec4 .top-desc p {color: #505050; font-size: var(--fz16); font-weight: 500; letter-spacing:-.05em; line-height:1.67em;}
.modest .table02 table {width: 100%; border-collapse: collapse; border-top:2px solid var(--color-primary); text-align: center;}
.modest .table02 thead th {color: #121212; font-size: var(--fz16); font-weight: 700; letter-spacing:-.05em; line-height:1.63em; padding: 15px 10px; border-bottom: 1px solid #505050; background: #e5eaef;}
.modest .table02 tbody th {padding: 15px 10px; color: #121212; font-size: var(--fz16); font-weight: 600; letter-spacing:-.05em; line-height:1.63em; border: 1px solid #ddd;}
.modest .table02 tbody td {padding: 15px 10px; color: #505050; font-size: var(--fz16); letter-spacing:-.05em; line-height:1.63em; border: 1px solid #ddd;}
.modest .table02 .br0 {border-right: 0;}
.modest .table02 .bl0 {border-left: 0;}
.modest .table02 .grey {background: #f9f9f9;}
.modest .table02 .price span {color: #999; font-size: var(--fz14); letter-spacing:-.05em; line-height: 1.5em; text-decoration: line-through; margin-right: 10px;}
.modest .table02 .price strong {color: var(--color-primary); font-size: var(--fz16); font-weight: 700; letter-spacing:-.05em; line-height:1.5em;}
.modest .sec4 .bot-desc {margin: 22px 0; text-align: center;}
.modest .sec4 .bot-desc h4 {color: #121212; font-size: var(--fz18); font-weight: 600; letter-spacing:-.05em; line-height: 1.67em; margin-bottom: 10px;}
.modest .sec4 .bot-desc p {color: #505050; font-size: var(--fz16); font-weight: 500; letter-spacing:-.05em; line-height:1.67em; margin-bottom: 8px;}
.modest .sec4 .bot-desc p.desc {color: #999;}
.modest .sec5 {padding: 60px 0 0;}
.modest .sec5 .box {padding: 40px 60px; border-radius: 20px; background: #f9f9f9; display: flex; align-items: center; justify-content: space-between; gap: 50px;}
.modest .sec5 .box .txt h3 {color: #121212; font-size: var(--fz32); font-weight: 700; letter-spacing:-.05em; line-height:1.5em; margin-bottom: 15px;}
.modest .sec5 .box .txt p {color: #505050; font-size: var(--fz16); font-weight: 500; letter-spacing:-.05em; line-height: 1.67em;}
.modest .sec5 .box .btn {width: 400px; border-radius: 80px; background: var(--color-primary); color: #fff; display: flex; align-items: center; justify-content: center; font-size: var(--fz22); font-weight: 700; letter-spacing:-.05em; line-height:1.5em; padding: 24px 30px;}
.modest .sec5 .box .btn img {width: 24px; margin-right: 12px; aspect-ratio: 1/1;}
.modest .sec5 .box .btn p {margin-bottom: 0;}