/* 공통 */
._about {letter-spacing: -0.025em;--headerH: 64.84px; word-break: keep-all;}
@media screen and (max-width:1600px) { }
@media screen and (max-width:1440px) { }
@media screen and (max-width:1280px) {
	._about {--headerH: 51.2px; }
}
@media screen and (max-width:1024px) { }
@media screen and (max-width:820px) { }
@media screen and (max-width:500px) { }
@media screen and (max-width:320px) { }

._fillTxt {-webkit-background-clip: text !important;-webkit-text-fill-color: transparent; }
#fullpage.black::before {content: '';display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #000;z-index: 2; }
/* font-family: 'Urbanist'; */
/* font-family: 'SUIT'; */
/* font-family: "Inter"; */

/* 왼쪽 네비게이션 스타일 */
#fp-nav.left {left: 50px; }
#fp-nav ul li {margin: 0;width: auto;height: auto;padding: 5px 0;display: flex;align-items: center;justify-content: flex-start;gap: 10px; }
#fp-nav ul li:last-child {display: none; }
#fp-nav ul li a {display: block;width: 30px;height: 9px;transform-origin: left center;transform: scaleX(0.8);background-color: rgba(255, 255, 255, 0.1);transition: transform 0.5s, background-color 0.5s; }
#fp-nav ul li a.active {transform: scaleX(1);background-color: #fff; }
#fp-nav ul li a span {display: none; }
#fp-nav ul li .fp-tooltip {position: unset;font-size: 16px;color: #fff;max-width: unset;font-family: 'SUIT'; }

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	/* #fp-nav.left{display: none;} */
	#fp-nav ul li .fp-tooltip{display: none;}
	#fp-nav.left{left: 20px;}
	#fp-nav ul li .fp-tooltip{font-size: 14px; }
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:820px) {}
@media screen and (max-width:500px) {}
@media screen and (max-width:320px) {}



/* s1 */
._01 { font-size: 1px; }
._01 .wrap {text-align: center;padding-top: var(--headerH);box-sizing: border-box; }
._01 .wrap .top {font-size: 140em;display: flex;align-items: center;justify-content: center; }
._01 .wrap .top em {display: block;font-weight: 600;letter-spacing: -0.025em;font-family: "Inter";text-align: right; }
._01 .wrap .top .center {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 10px;margin: 0 0.1em;overflow: hidden; }
._01 .wrap .top .center div:not(.line) {font-size: max(calc(20/160*1em),11px);line-height: 1.3;overflow: hidden;white-space: nowrap; }
._01 .wrap .top .center p { }
._01 .wrap .top .center .line {width: calc(425/160*1em);height: 1px;background-color: #fff; }
._01 .wrap .mid {font-family: "Inter";font-size: 140em;width: calc(756/160*1em);display: flex;align-items: center;justify-content: space-between;position: relative;margin: 0 auto;margin-top: calc(40/160*1em);margin-bottom: calc(70/160*1em); }
._01 .wrap .mid .ico {font-size: calc(150/160*1em); }
._01 .wrap .mid .center {position: relative;display: flex;align-items: center;justify-content: center; }
._01 .wrap .mid .center .imgBx {position: relative; width: calc(254/160*1em); }
._01 .wrap .mid .center .imgBx::before {content: '';display: block;padding-bottom: calc(156/254*100%); }
._01 .wrap .mid .center .imgBx * {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover; }
._01 .wrap .mid .center p {color: #ffb71b;position: absolute;font-weight: 600; }
._01 .wrap .bottom {font-size: max(24em,14px);font-weight: 300;line-height: calc(36/24); }


/* 가운데 호버시 */
@media screen and (min-width:1025px) {
	._01 .wrap .mid{cursor: pointer;}
	._01 .wrap .mid .center .imgBx *{transition: opacity 0.2s,transform 0.2s; transition-delay: 0.1s;}
	._01 .wrap .mid .center p{transition: opacity 0.2s,transform 0.2s;}
	._01 .wrap .mid .center p{opacity: 0;}

	._01 .wrap .mid:hover .center .imgBx *{opacity: 0;}
	._01 .wrap .mid:hover .center p{opacity: 1; transition-delay: 0.1s;}
}


._01 .wrap .bottom b {font-weight: 600; }

@media (orientation: landscape) and (max-height:900px) {
	._01{font-size: calc(1/900*100vh); }
}

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	._01{font-size: min(calc(1/800*100vh),calc(1/1280*100vw)); }
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:820px) {
	._01 .wrap{padding-top: 0;}
	._01{height: 100dvh !important; font-size: calc(0.8/820*100vw); }
}
@media screen and (max-width:500px) {
	._01 .wrap .top .center{gap: 6px;}
}
@media screen and (max-width:320px) {
	._01 .wrap .top .center div:not(.line) {font-size: 9px; }
	._fillTxt br{display: none;}
}


/* s2 */
._02 { }
._02 .wrap {position: relative;display: flex;align-items: center;justify-content: center; }
._02 .step01 {position: absolute;font-size: 72px;font-weight: 600;line-height: calc(90/72);text-align: center; min-height: 3.75em; display: flex; flex-direction: column; align-items: center; justify-content: center;}
._02 .step01.mo{display: none;}
._02 .step01 .mid {display: flex;align-items: center;justify-content: center;overflow: hidden;}
._02 .step01 .color{color: #ffb440; }
._02 .step02 { font-size: 24px; }
._02 .step02 .txtBx {line-height: calc(40/24);text-align: center; }
._02 .step02 .txtBx > div{display: inline-block;}
._02 .step02 .color {color: #ffb440;display: inline-block; }

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {
	._02 .step01{font-size: calc(72/1440*100vw); }
	._02 .step02 {font-size: calc(24/1440*100vw); }
}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
	._02{height: auto !important; margin-bottom: 100px;}
	._02 .fp-tableCell{height: auto !important;}
	._02 .wrap{flex-direction: column; gap: 60px;}
	._02 .step01.pc{display: none;}
	._02 .step01.mo{display: flex;}
	._02 .step01{position: unset; font-size: min(calc(60/1024*100vw),40px); }
	._02 .step02{font-size: min(calc(30/1024*100vw),20px); max-width: 70%;}
}
@media screen and (max-width:820px) {}
@media screen and (max-width:500px) {
	._02 .wrap{gap: 40px;}
	._02 .step01{font-size: calc(42/500*100vw); }
	._02 .step02{font-size: max(calc(20/500*100vw),12px); max-width: 85%;}
}
@media screen and (max-width:320px) {}


/* 공통 */
._titBx {text-align: center; }
._titBx em {display: block;font-size: 18px;font-family: 'Urbanist';color: #ffb440;margin-bottom: 14px; }
._titBx p {font-size: 48px;font-weight: 700; margin-bottom: 30px; }

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {
	._titBx em{font-size: 16px; }
	._titBx p{font-size: 40px; }
}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
	._titBx em{font-size: 14px; }
	._titBx p{font-size: 32px; }
}
@media screen and (max-width:820px) {}
@media screen and (max-width:500px) {
	._titBx em{font-size: 12px; }
	._titBx p{font-size: 28px; }
}
@media screen and (max-width:320px) {}


/* s3 */
._03 { }
._03 .wrap {padding-top: var(--headerH);box-sizing: border-box; }
._03 .wrap .cont {max-width: 740px;display: flex;flex-direction: column;gap: 10px;margin: 0 auto; font-size: 1px;  }
._03 .wrap .cont .col {background-color: #1a1a1a;color: #fff;transition: background-color 0.5s, color 0.5s; pointer-events: none; }
._03 .wrap .cont .col.on {background-color: #ffb440;color: #000; }
._03 .wrap .cont .col .q {display: flex;align-items: center;justify-content: space-between;padding: 30em 40em;box-sizing: border-box;cursor: pointer; line-height: 1.3;}
._03 .wrap .cont .col .q p {font-size: 24em;font-weight: 600; }
._03 .wrap .cont .col .q .ico {width: 15em;height: 15em;display: flex;align-items: center;justify-content: center;position: relative; }
._03 .wrap .cont .col .q .ico::before,
._03 .wrap .cont .col .q .ico::after {content: '';display: block;position: absolute;width: 100%;height: 2px;background-color: #fff;transition: background-color 0.5s, transform 0.5s;transform-origin: center center; }
._03 .wrap .cont .col .q .ico::after {transform: rotate(90deg); }
._03 .wrap .cont .col.on .q .ico::before {background-color: #000; }
._03 .wrap .cont .col.on .q .ico::after {transform: rotate(0deg);background-color: #000; }
._03 .wrap .cont .col .a {padding: 30em 40em;padding-top: 0;box-sizing: border-box;display: none; font-weight: 500;line-height: calc(30/20); }
._03 .wrap .cont .col .a p { font-size: 18em;}

@media (orientation: landscape) and (max-height:900px) {
	._03 .wrap{padding-top: 0;}
	._03 .wrap .cont{font-size: max(calc(1/900*100vh),0.5px); max-width: 900px;}
}

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
	._03{height: auto !important; margin-bottom: 100px;}
	._03 .fp-tableCell{height: auto !important;}
	._03 .wrap .cont{font-size: max(calc(1/1024*100vw),0.7px); }
}
@media screen and (max-width:820px) {}
@media screen and (max-width:500px) {
	._03 .wrap .cont .col .q{padding: 14px;}
	._03 .wrap .cont .col .q p{font-size: 14px; }
	._03 .wrap .cont .col .a{padding: 14px; padding-top: 10px;}
	._03 .wrap .cont .col .a p{font-size: 12px; }
}
@media screen and (max-width:320px) {}



/* s4 */
._04 { }
._04 .wrap {padding-top: var(--headerH);box-sizing: border-box; }
._04 .wrap ._titBx { }
._04 .wrap .map {position: relative;max-width: 1100px;margin: 0 auto;margin-bottom: 20px; pointer-events: none; }
._04 .wrap .map .root_daum_roughmap .wrap_btn_zoom{ pointer-events: auto; }
._04 .wrap .map::before {content: '';display: block;padding-bottom: calc(580/1140*100%); }
._04 .wrap .map .root_daum_roughmap_landing {position: absolute;left: 0;top: 0;width: 100%;height: 100%; }
.root_daum_roughmap .wrap_map {height: calc(100% - 32px); }
._04 .wrap .info {display: flex;flex-direction: column; gap: 4px; font-size: 20px; }
._04 .wrap .info div {line-height: 1.4;display: flex;align-items: flex-start;justify-content: center;gap: calc(14/20*1em); }
._04 .wrap .info div i {height: 1.4em;display: flex;align-items: center;justify-content: center; }
._04 .wrap .info div p { }
.root_daum_roughmap .cont {display: none; }
.root_daum_roughmap .wrap_controllers .wrap_btn_roadview {white-space: nowrap;width: 32px; }
.root_daum_roughmap .wrap_controllers .wrap_btn_roadview .txt {pointer-events: auto; }

/* 가로가 길경우 */
@media (orientation: landscape) and (max-height:900px){
	._04 .wrap .map{max-width: calc(1000/900*100vh); margin-bottom: 10px;}
	._04 .wrap .info{font-size: 14px; }
}

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
	._04{height: auto !important; margin-bottom: 100px;}
	._04 .fp-tableCell{height: auto !important;}
	._04 .wrap{padding-top: 0;}
	._04 .wrap .info{font-size: 14px; }
}
@media screen and (max-width:820px) {
	._04 .wrap .map::before{padding-bottom: 100%;}
}
@media screen and (max-width:500px) {
	._04 .wrap .info{font-size: 12px; }
	._04 .wrap .info div{justify-content: flex-start;}
}
@media screen and (max-width:320px) {}



/* s5 */
._05 { }
._05 .wrap { }
._05 .wrap ._titBx { }
._05 .wrap ._titBx p {margin-bottom: 1em; }
._05 .wrap .cont {max-width: 1140px;margin: 0 auto;display: flex;gap: 28px;flex-wrap: wrap; }
._05 .wrap .cont a {position: relative;width: calc(100% / 4 - (28px * 3 / 4));color: #000;background-color: #fff;transition: background-color 0.2s; }
._05 .wrap .cont a:hover {background-color: #ffb440; }
._05 .wrap .cont a::before {content: '';display: block;padding-bottom: calc(280/264*100%); }
._05 .wrap .cont a .inner {position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 30px;padding-top: 40px;box-sizing: border-box;z-index: 2;display: flex;flex-direction: column;align-items: flex-start;justify-content: space-between; }
._05 .wrap .cont a .inner>p {font-size: 20px;font-weight: 700;line-height: 1.3; }
._05 .wrap .cont a .inner .btn {font-weight: 500;font-size: 14px;display: inline-flex;align-items: center;justify-content: center;gap: 7px;background-color: #ffb71b;color: #000;padding: calc(11/14*1em) calc(21/14*1em);border-radius: 100px;transition: background-color 0.2s, color 0.2s; }
._05 .wrap .cont a .inner:hover .btn {background-color: #000;color: #fff; }
._05 .wrap .cont a .inner .btn p { }
._05 .wrap .cont a .inner .btn i { }
._05 .wrap .cont a .bg {position: absolute;width: calc(208/264*100%);background-size: cover;background-position: center;right: -13%;bottom: -5%; }
._05 .wrap .cont a .bg::before {content: '';display: block;padding-bottom: calc(185/208*100%); }


@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {
	._05 .wrap .cont{gap: 10px;}
	._05 .wrap .cont a{width: calc(100% / 4 - (10px * 3 / 4));}
}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
	._05{height: auto !important; margin-bottom: 100px;}
	.fp-tableCell{height: auto !important;}
	._05 .wrap .cont{gap: 20px; flex-wrap: wrap; justify-content: center; max-width: 500px;}
	._05 .wrap .cont a{width: calc(50% - 10px);}
}
@media screen and (max-width:820px) {}
@media screen and (max-width:500px) {
	._05 .wrap .cont{gap: 10px;}
	._05 .wrap .cont a{width: calc(50% - 5px);}
	._05 .wrap .cont a .inner{padding: 20px 14px;}
	._05 .wrap .cont a .inner>p{font-size: 14px; }
	._05 .wrap .cont a .inner .btn{font-size: 12px; }
}
@media screen and (max-width:340px) {
	._05 .wrap .cont{max-width: 220px;}
	._05 .wrap .cont a{width: 100%;}
}





/* max-width */
@media screen and (max-width:1600px) {
	.max-1600{display: block;}
	.min-1601{display: none;}
	.max-1600-none{display: none;}
}
@media screen and (max-width:1440px) {
	.max-1440{display: block;}
	.min-1441{display: none;}
	.max-1440-none{display: none;}
}
@media screen and (max-width:1280px) {
	.max-1280{display: block;}
	.min-1281{display: none;}
	.max-1280-none{display: none;}
}
@media screen and (max-width:1024px) {
	.max-1024{display: block;}
	.min-1025{display: none;}
	.max-1024-none{display: none;}
}
@media screen and (max-width:820px) {
	.max-820{display: block;}
	.min-821{display: none;}
	.max-820-none{display: none;}
}
@media screen and (max-width:500px) {
	.max-500{display: block;}
	.min-501{display: none;}
	.max-500-none{display: none;}
}
@media screen and (max-width:320px) {
	.max-320{display: block;}
	.min-321{display: none;}
	.max-320-none{display: none;}
}


/* min-width */
@media screen and (min-width:1601px) {
	.min-1601{display: block;}
	.max-1600{display: none;}
	.min-1601-none{display: none;}
}
@media screen and (min-width:1441px) {
	.min-1441{display: block;}
	.max-1440{display: none;}
	.min-1441-none{display: none;}
}
@media screen and (min-width:1281px) {
	.min-1281{display: block;}
	.max-1280{display: none;}
	.min-1281-none{display: none;}
}
@media screen and (min-width:1025px) {
	.min-1025{display: block;}
	.max-1024{display: none;}
	.min-1025-none{display: none;}
}
@media screen and (min-width:821px) {
	.min-821{display: block;}
	.max-820{display: none;}
	.min-821-none{display: none;}
}
@media screen and (min-width:501px) {
	.min-501{display: block;}
	.max-500{display: none;}
	.min-501-none{display: none;}
}
@media screen and (min-width:321px) {
	.min-321{display: block;}
	.max-320{display: none;}
	.min-321-none{display: none;}
}