/*full*/
/* 네비게이션 전체 위치 */
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	width: 0.5rem !important;
	height: 0.5rem !important;
	margin: 0 !important
}


#fp-nav ul li,
.fp-slidesNav ul li {
	width: 0.5rem !important;
	height: 0.5rem !important;
	margin: 0 !important;
	padding: 0.94rem 0.62rem 0.94rem 0.62rem
}

#fp-nav {
	left: 1.8750rem;
	/* 왼쪽 여백 */
	right: auto;
	/* 기본 오른쪽 고정 해제 */
}

/* 각 dot 스타일 */
#fp-nav ul li a span {
	background: transparent;
	border: 0.1250rem solid #000;
	/* 원형 테두리 */
	width: 0.7500rem;
	height: 0.7500rem;
	margin: -0.3750rem 0 0 -0.3750rem;
	border-radius: 50%;
	transition: all 0.3s;
}

/* 활성 dot 스타일 */
#fp-nav ul li a.active span {
	background: #000 !important;
	/* 검은색 채움 */
}

.fp-arrow.fp-next,
.fp-arrow.fp-prev {
	display: none !important
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	width: 0.5rem !important;
	height: 0.5rem !important;
	border: 0.06rem solid #000 !important;
	background: transparent !important;
	transform: translate(-50%, -50%) !important;
	margin: 0 !important;
}

/* 툴팁(섹션 이름) 스타일 */
#fp-nav ul li .fp-tooltip {
	color: #000 !important;
	font-size: 0.8750rem;
	font-weight: 500;
	left: 1.5625rem;
	/* dot 오른쪽에 표시 */
	top: -0.1250rem;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	margin-bottom: 1.2500rem;
}

#fp-nav ul li .fp-tooltip.fp-left {
	left: 1.5rem !important;
	top: 50%;
	transform: translateY(-50%)
}

.fp-watermark {
	display: none !important;
}

#fp-nav ul li:last-child {
	display: none !important;
}

#fp-nav:has(li:last-child a.active) {
	display: none;
}

.section {
	width: 100%;
	min-height: 100vh;
	/* 각 섹션 기본 높이 */
	display: flex;
}

/*section01*/
#section01 {
	position: relative;
}
#section01 .vis_arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
	width: 100%;
	max-width: calc(100% - 10.0rem);
    padding-right: 2rem;
}
#section01 .vis_arrow > div {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: auto;
	margin: 0;
}
#section01 .vis_arrow > div::after {
	display: none;
}
#section01 .vis_arrow > div img {
	width: 1.22656rem;
	cursor: pointer;
}

.fp-slides {
	width: 100%
}

.swiper {
	width: 100%;
	height: 100%;
}

.mainSwiper .swiper-slide {
	height: 100vh;
	position: relative;
}

.mainSwiper .swiper-slide img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* .mainSwiper .swiper-slide:nth-child(1) {
	background: url('/img/main/main_visual_img01.jpg') no-repeat center center / cover
}

.mainSwiper .swiper-slide:nth-child(2) {
	background: url('/img/main/main_visual_img01.jpg') no-repeat center center / cover
}

.mainSwiper .swiper-slide:nth-child(3) {
	background: url('/img/main/main_visual_img01.jpg') no-repeat center center / cover
} */

.mainSwiper .swiper-pagination {
	bottom: 2.5rem !important;
	top: auto !important
}

.mainSwiper .swiper-pagination-bullet {
	width: 0.6250rem;
	height: 0.6250rem;
	background: var(--white);
	margin: 0 0.3125rem;
	opacity: 1;
}

.mainSwiper .swiper-pagination-bullet-active {
	width: 1.5625rem;
	border-radius: 0.6250rem;
	background: #40A7FF
}

.slideTextBox {
	position: absolute;
	top: 18.7500rem;
	left: 10.0000rem
}

.slideTextBox>p {
	margin-bottom: 1.5000rem;
}

.slideTextBox p.subTit {
	font-size: 1.2500rem;
	font-weight: 500;
}

.slideTextBox p.mainTit {
	font-size: 3.5625rem;
	font-weight: 800;
	font-family: 'NanumSquareRound', sans-serif;

}

.keywordBox {
	max-width: 33.7500rem;
}

.keywordBox div {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 1.2500rem;
	height: 2.5000rem;
	border-radius: 6.1875rem;
	margin-right: 0.6250rem;
	margin-bottom: 0.6250rem;
	background: var(--white)
}

.keywordBox p {
	font-size: 1.2500rem;
	font-weight: 500;
}

/*section02*/
#section02 {
	background: url('/img/main/section02_bg.jpg') no-repeat center center / cover;
	text-align: center;
}

.sectionLogo {
	height: 2.3750rem;
	margin-bottom: 1.7500rem;
}

.sectionTit {
	font-size: 2.8125rem;
	line-height: 120%;
	font-weight: 700;
	margin-bottom: 2.5000rem;
	letter-spacing: -0.03rem;
	font-family: 'NanumSquareRound', sans-serif !important;

}

.sectionTxt {
	font-size: 1.3750rem;
	line-height: 145%;
	font-weight: 500;
	margin-bottom: 3.7500rem;
}

#section02 .rainbowBtn {
	width: 17.5rem
}

.rainbowBtn img {
	width: 2.0000rem;
	margin-left: 0.6250rem;
}

/*section03*/
.sectionSTit {
	font-size: 1.2500rem;
	font-weight: 700;
	margin-bottom: 0.7500rem;
}

#section03 {
	background: #F9F9F9;
	text-align: center;
}

#section03:after {
	content: '';
	display: block;
	position: absolute;
	top: 18.5000rem;
	left: 50%;
	transform: translateX(-50%);
	background: url('/img/main/section03_bg.svg') no-repeat center center / 100%;
	width: 100%;
	height: 10.3125rem;
}

#section03>div {
	position: relative;
	z-index: 1
}

#section03 ul {
	gap: 3.1250rem
}

#section03 .whiteBox {
	width: 13.7500rem;
	height: 13.7500rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--white);
	border-radius: 3.1250rem;
    margin: 0 auto;
}

#section03 li.active:nth-child(1) .whiteBox {
	background: #F5E3F9
}

#section03 li.active:nth-child(2) .whiteBox {
	background: #DCEFE8
}

#section03 li.active:nth-child(3) .whiteBox {
	background: #FAE2D7
}

#section03 li.active:nth-child(4) .whiteBox {
	background: #F9EDBD
}

#section03 li.active:nth-child(5) .whiteBox {
	background: #E5F3FF
}

#section03 ul p {
	margin-top: 1.5000rem;
	font-size: 1.5000rem;
	font-weight: 600;
}

#section03 .sectionTit {
	margin-bottom: 3.8rem
}

/*section04*/
.section04Top {
	margin: 7.5000rem 0 3.1250rem 0;
	text-align: center;
}

.section04Slide .swiper-slide {
	box-shadow: 0.0000rem 0.4375rem 1.8750rem 0.0000rem #64646F1A;
	border-radius: 1.875rem;
	overflow: hidden;
	box-shadow: 0.0000rem 0.4375rem 1.8750rem 0.0000rem #64646F1A;
    cursor: pointer;
}

.section04ImgBox {
	height: 18.7500rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section04ImgBox img{width: 100%; height: 100%; object-fit: cover;}

.section04TextBox {
	padding: 2.5000rem;
	height: 14.0625rem;
	background: var(--white);
}


.section04TextTit {
	font-size: 1.5000rem;
	font-weight: 700;
	margin-bottom: 1.0000rem;
	word-break: keep-all;
}

.section04TextTxt {
	font-size: 1.1250rem;
	font-weight: 400;
	color: #6D6D6D;
	line-height: 156%;
	word-break: keep-all;
}

.en .section04TextBox {height: 16.5rem;}
.en .section04TextTxt {line-height: 1.4;}

.section04Slide {
	height: 38.81rem;overflow:visible;
}
.section04Slide .marquee{padding-bottom:7rem}
.section04Slide .swiper-slide {
	width: 23.43rem;margin-right:1.87rem
}

.marquee-swiper {
	display:inline-flex
}

.marquee-swiper.noclick {
    user-select: none
}

.marquee-swiper.noclick a {
    pointer-events: none
}

/*section05*/
#section05 {
	background: rgba(33, 202, 194, 0.08)
}

#section05 .btn {
	padding: 0 2.2500rem;
	height: 3.5000rem;
	border-radius: 1.8750rem;
	font-size: 1.2500rem;
	font-weight: 700;
}

.greenBtn {
	background: var(--green);
	color: var(--white);
}

.section05Tab button:first-child {
	margin-right: 0.7500rem;
}

.grayLineBtn {
	border: 0.0625rem solid #8E8E8E;
	color: #8E8E8E;
	background: transparent
}

.section05Tab .grayLineBtn.active {
	background: var(--green);
	color: var(--white);
	border: var(--green)
}

.nav-02,
.nav-01 {
	display: none;
	justify-content: start;
	align-items: center;
}

.nav-02.active,
.nav-01.active {
	display: inline-flex;
}

.section05Content,
.section05Arrow {
	/* display: none; */
    /* visibility: hidden; */
    position: absolute;
    width: 0;
    opacity: 0;
    overflow: hidden;
}

.section05Content.active,
.section05Arrow.active {
	/* display: block; */
    /* visibility: visible; */
    position: relative;
    width: auto;
    opacity: 1;
    overflow: revert;
}

.section05Slide,
.section05Slide_02 {
	width: calc(100vw - 27.2500rem)
}

.section05Slide .swiper-slide,
.section05Slide_02 .swiper-slide {
	width: 23.7500rem;
	border-radius: 1.8750rem;
	overflow: hidden
}

.section05Slide .section04ImgBox,
.section05Slide_02 .section04ImgBox {
	height: 17.5000rem;
	overflow: hidden;
}

.section05Left {
	width: 19.1250rem;
	margin-right: 8.1250rem;
	white-space: nowrap;
}

.swiper-nav-btns .swiper-button-next,
.swiper-nav-btns .swiper-button-prev {
	position: relative;
	width: 3.7500rem;
	height: 3.7500rem;
	background: var(--white);
	margin-top: 0;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	border-radius: 50%;
	box-shadow: 0.0000rem 0.2344rem 0.9375rem 0.0000rem #64646F33;
	margin-right: 1.1250rem
}

.swiper-nav-btns .swiper-button-next:hover,
.swiper-nav-btns .swiper-button-prev:hover {
	background: #00CDC3
}

.swiper-nav-btns .swiper-button-prev:after,
.swiper-nav-btns .swiper-button-next:after {
	content: '';
	width: 1.1250rem;
	height: 1.1250rem;
	background: url('/img/main/arrow_bk.svg') no-repeat center center / 1.1250rem 1.1250rem;
}

.swiper-nav-btns .swiper-button-next:hover:after,
.swiper-nav-btns .swiper-button-prev:hover:after {
	background: url('/img/main/arrow_bk_wh.svg') no-repeat center center / 1.1250rem 1.1250rem;
}

.swiper-nav-btns .swiper-button-next:after {
	transform: rotate(180deg)
}

#section05 .section04TextBox{height: auto;}

.section05TextTit {
	font-size: 1.3750rem;
	font-weight: 700;
	margin-bottom: 1.0000rem;
    min-height: 3.8rem;
}

.section05TextTxt {
	font-size: 1.1250rem;
	margin-bottom: 1.0000rem;
	color: #6D6D6D
}

.section05TextSTxt {
	font-size: 1.0000rem;
	font-weight: 400;
	color: #BEBEBE
}

.section05Wrap {
	width: calc(100% - 9.38rem);
	float: right;
	overflow-x: hidden;
	padding-left: 0.62rem;
}

/*section06*/
#section06>div {
	width: 100.0000rem;
}

.linkText {
	font-size: 0.8750rem;
	font-weight: 500;
	color: #8E8E8E;
	text-underline-offset: 0.2500rem;
	text-decoration: underline;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.linkText img {
	width: 0.7500rem;
	margin-left: 0.2500rem;
}

.section06ImgBox {
	gap: 1.5625rem;
	margin-top: 2.5000rem;
	margin-bottom: 8.1250rem;
}

.section06ImgBox li {
	width: 18.7500rem;
	height: 18.7500rem;
	border-radius: 1.8750rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

#section07 {
	height: auto !important;
	min-height: auto;
	/* fp-auto-height와 충돌 방지 */
}

@media all and (max-width:1600px) {
	.slideTextBox {
		top: 15rem
	}

	#section03:after {
		top: 11.5rem
	}

	.section04Slide .swiper-slide {
		width: 21rem
	}

	.section04ImgBox {
		height: 14rem
	}

	.section06ImgBox {
		margin-top: 0.5rem;
		margin-bottom: 3rem
	}

	.section06Wrap {
		width: calc(100% - 27rem);
		margin: 0 auto;
		padding-top: 3rem;
	}

	
	#section01 .vis_arrow {
		max-width: calc(100% - 5rem);
        padding-right: 4rem;
	}
	#section01 .vis_arrow > div img {
		width: 1.22656rem;
	}
}

@media all and (max-width:1280px) {
	.slideTextBox {
		left: 0.99rem
	}

	#section03 {
		position: relative;
	}

	#section03:after {
		top: 1.5rem;
	}

	#section03 ul {
		gap: 1.25rem;
		margin: 0 auto;
	}

	#section06>div {
		width: calc(100% - 12rem)
	}

	#section05 {
		justify-content: end;
	}

	.section05Wrap {
		float: unset;
		width: calc(100% - 1rem);
		padding-left: 0.99rem
	}

	#section06>div {
		width: calc(100% - 2.5rem)
	}

	.section06ImgBox {
		gap: 1.25rem
	}
	.slideTextBox {
		top: 13.88rem
	}

	.section {
		min-height: unset;
		height: auto;
		padding: 16.17rem 0
	}

	#section01 {
		height: 59.33rem;
		min-height: 59.33rem;
		padding: 0
	}
	#section01 .vis_arrow {
		display: none;
	}

	.mainSwiper .swiper-slide {
		height: 100%
	}

	.slideTextBox p.subTit {
		font-size: 1.12rem
	}

	.slideTextBox p.mainTit {
		font-size: 3.25rem
	}

	.keywordBox div {
		padding: 0 1.25rem;
		height: 2.37rem;
	}

	.sectionTit {
		font-size: 2.6rem;
	}

	.sectionTxt {
		font-size: 1.22rem;
		margin-bottom: 4.6rem
	}

	#section02 {
		padding-bottom: 23.06rem;
		height:59.37rem;
		background-size: cover;
		background:url('/img/main/section02_bg_mo.jpg') no-repeat bottom center / cover
	}

	#section02 .rainbowBtn {
		height: 3.8rem;
		font-size: 1.22rem;
	}

	#section03 {
		height: 58.12rem
	}

	#section03 .whiteBox {
		width: 11rem;
		height: 11rem;
		border-radius: 2.46rem
	}

	#section03 .whiteBox img {
		height: 3.84rem;
		width: 4.67rem
	}

	#section03 ul {
		gap: 0;
		display: block;
		width: 48.75rem
	}

	#section03 ul li {
		display: inline-block;
		margin: 0 1.25rem 2.5rem 1.25rem
	}
	#section03 ul li:nth-child(4), #section03 ul li:nth-child(5){margin-bottom:0}
	#section03 ul p {
		font-size: 1.18rem
	}

	#section03:after {
		top: 9.3rem;
		height: 9.3125rem;
		background-size: 100rem 100rem
	}

	.section04Slide .swiper-slide {
		width: 23.23rem;border-radius:1.825rem
	}

	.section04ImgBox {
		height: 18.5rem
	}

	.section04Top {
		margin-top: 0
	}

	#section04 {
		padding: 9.37rem 0 0 0;
	}
	.section04Slide {height:40.81rem}

	#section04 .sectionTit {
		margin-bottom: 3.6rem
	}

	#section05 {
		display: block;
		position: relative;

		padding: 9.4rem 0;
		height: auto;
		overflow: hidden;
	}

	.section05Wrap {
		width: 100%;
		display: block !important;
		padding-left: 1.25rem
	}

	#section05 .sectionTit br.pc {
		display: none;
	}

	#section05 .swiper-nav-btns {
		position: absolute;
		top: 11.44rem;
		right: 1.25rem
	}

	.section05Slide,
	.section05Slide_02 {
		width: 100%
	}

	.section05Slide .swiper-slide,
	.section05Slide_02 .swiper-slide {
		width: 23.7rem
	}

	#section06>div {
		width: 100%;
		padding-top: 0;
		padding-left: 0.99rem;
		padding-right: 0.99rem
	}

	#section06 {
		display: block;
		position: relative;
		padding: 9.4rem 0 6.23rem 0;
		height: auto;
		overflow: hidden;
	}

	.linkText {
		font-size: 1rem
	}

	.section06ImgBox {
		display: block !important;
		gap: unset;
		margin: 2.5rem auto;
		margin-bottom: 0;text-align:center;
	}

	.section06ImgBox li {
		display: inline-block;
		/* min-width: 19.46rem; */
		width: calc(100% / 3 - 2rem);
		margin-right: 1.37rem;
		height: auto;
		margin-bottom: 1.63rem;border-radius:1.94rem
	}

	.section06ImgBox li img {
		width: 100%
	}

	.section06ImgBox li:nth-child(3n) {
		margin-right: 0
	}

	.section06Wrap .textCenter {
		padding-top: 6.14rem;
	}


	.rainbowBtn {
		height: 3.8rem;border-radius:0.625rem
	}

	.section06ImgBox .mob {
		display: inline-block !important
	}

	#section06 .rainbowBtn {
		width: 18.18rem;
		height: 3.81rem;
		font-size: 1.25rem;
		padding: 0 2.25rem;
		letter-spacing: -0.025rem;
	}

	#section06 .rainbowBtn img {
		margin-left: 0
	}

	#section07 {
		padding: 0
	}
	.mainSwiper .swiper-slide:nth-child(1){background:url('/img/main/main_visual_img01.jpg') no-repeat bottom center / cover}
}

@media screen and (max-width:768px) {
	.keywordBox p {font-size: 1rem;}

    .en .ftList div {flex-wrap: wrap; gap: .3rem 0;}



	#section03:after {
		top: 5rem;
		height: 6.12rem;
		background-size: 46rem;
	}

	.slideTextBox {
		top: 11.4rem
	}

	.slideTextBox p.subTit {
		font-size: 0.875rem;
	}

	.slideTextBox>p {
		margin-bottom: 0.94rem;
	}

	.slideTextBox p.mainTit {
		font-size: 2.12rem
	}

	.keywordBox div {
		padding: 0 0.9375rem;
		height: 1.87rem;
	}

	#section01 {
		height: 35.62rem;
		min-height: 35.62rem;
		padding: 0;
		position: relative;
	}


	.section {
		height: auto;
		min-height: unset;
		padding: 5rem 0
	}

	.mainSwiper .swiper-slide:nth-child(1) {
		background: url('/img/main/main_visual_img01_mo.jpg') no-repeat center center / cover
	}

	.keywordBox {
		max-width: 25.75rem
	}

	.mainSwiper .swiper-pagination-bullet-active {
		width: 1.01rem !important
	}

	.mainSwiper .swiper-pagination-bullet {
		height: 0.49rem;
		width: 0.49rem
	}

	.mainSwiper .swiper-pagination {
		bottom: 1.34rem !important
	}

	.sectionLogo {
		height: 1.73rem;
		margin-bottom: 1.25rem;
	}

	.sectionTit {
		font-size: 1.5rem;
		margin-bottom: 1.25rem !important
	}

	.sectionTxt {
		font-size: 0.87rem;
		margin-bottom: 5.7rem;
	}

	#section02 {
		background: url('/img/main/section02_bg_mo02.jpg') no-repeat center center / cover;
		padding: 6.07rem 1.25rem 3.19rem 1.25rem;height:31.37rem
	}

	#section02 .rainbowBtn {
		width: 10rem;
		height: 2.75rem;
		font-size: 0.87rem;
		justify-content: space-between;
		padding: 0 1.62rem;border-radius:0.44rem
	}

	.rainbowBtn img {
		width: 1.47rem;
		margin-left: auto;
	}

	#section03 {
		display: block !important;
		padding-top: 5rem
	}

	.sectionSTit {
		font-size: 0.875rem;
		margin-bottom: 0.62rem
	}

	#section03 {
		height: auto;
		padding-bottom: 5rem;
	}


	#section03 .whiteBox {
		width: 5.93rem;
		height: 5.93rem;
		border-radius: 1.34888rem;
	}

	#section03 .whiteBox img {
		width: 2.96rem;
		height: 2.11rem;
	}

	#section03 ul p {
		font-size: 0.87rem;
		margin-top: 0.65rem;
	}

	#section03 ul li {
		margin: 0 0.625rem 1.25rem 0.625rem;
	}

	#section04 {
		padding: 5rem 0 0 0 !important;
	}

	.section04Top {
		margin-top: 0;
		margin-bottom: 0
	}

	.section04Slide .swiper-slide {
		width: 11.25rem;border-radius:0.68rem;margin-right:0.69rem;
	}

	.section04Slide {height:21.68rem;}
	.section04Slide .marquee {padding-bottom:5.27rem}

	.section04ImgBox {
		height: 8.25rem
	}

	/* .section04ImgBox img {
		max-width: 7.05rem
	} */

	.section04TextBox {
		padding: 0.92rem;
		height: 8.6rem;
	}

    .en .section04TextBox {height: 11rem;}

	.section04TextTit {
		font-size: 1rem;
		margin-bottom: 0.36rem;
	}

	.section04TextTxt {
		font-size: 0.75rem
	}

	#section05 {
		padding: 5rem 0
	}

	#section05 .btn {
		font-size: 0.875rem;
		padding: 0 1.25rem;
		margin-right: 0.28rem;
		height: 1.87rem;
	}

	#section05 .swiper-nav-btns {
		display: none;
	}

	.section05Slide .section04ImgBox,
	.section05Slide_02 .section04ImgBox {
		height: 6.65rem;
	}

	.section05Slide .swiper-slide,
	.section05Slide_02 .swiper-slide {
		width: 11.25rem;
		border-radius: 0.70313rem
	}

	#section05 .section04ImgBox img {
		max-width: unset;
	}

	.section05TextTit {
		font-size: 0.75rem;
		margin-bottom: 0.38rem;
        min-height: 1.8rem;
	}

	.section05TextTxt {
		font-size: 0.75rem;
		margin-bottom: 0.38rem
	}

	.section05TextSTxt {
		font-size: 0.75rem
	}

	#section06 {
		padding: 3.46rem 0
	}

	.section06ImgBox li {
		min-width: unset;
		width:calc(100% / 2 - 0.62rem);
		height: auto;
		margin-right: 0.72rem;
		margin-bottom: 0.72rem;border-radius:1.03rem
	}
	.section06ImgBox li:nth-child(2n), .section06ImgBox li:nth-child(6){margin-right:0 !important;}
	.section06ImgBox li:nth-child(3n){margin-right:0.72rem;}

	#section03 ul {
		width: 24.25rem;
		margin: 0 auto;
	}


	.section06ImgBox {
		margin-bottom: 4.63rem
	}

	#section06 .textCenter .sectionTit {
		font-size: 1.25rem
	}

	#section06 .rainbowBtn {
		font-size: 0.87rem;
		height: 2.75rem;
		font-size: 0.87rem;
		justify-content: space-between;
		padding: 0 1.62rem;
	}

	.section06Wrap .textCenter {
		padding-top: 0
	}

	#section06 .rainbowBtn {
		width: 13.75rem
	}

	#section07 {
		padding: 0
	}

	.slideTextBox {left:1.25rem;}
	#section06>div{padding-left:1.25rem;padding-right:1.25rem;}
}