.main_visual#main_visual_mo{
	display:none;
}
.main_visual .swiper-slide{
	height: 100vh;
	position:relative;
	overflow: hidden;
}
/* 배경 scale 줌인 효과 */
.main_visual .slide_bg{
	position: absolute;
	inset: 0;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	transform: scale(1);
	transition: transform 6s ease;
	z-index: 0;
}
.main_visual .swiper-slide-active .slide_bg{
	transform: scale(1.08);
}
.main_visual .swiper-slide > .txt_box{
	position:absolute;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
	color:#fff;
	padding-bottom: 10rem;
	z-index: 1;
}
.main_visual .swiper-slide > .txt_box h3{
	font-family: 'poppins', sans-serif;
	font-size:7rem;
	font-weight:700;
	line-height: 1.3em;
	opacity: 0;
	transform: translateY(4rem);
	transition: opacity 0.8s ease, transform 0.8s ease;
	transition-delay: 0.3s;
}
.main_visual .swiper-slide > .txt_box p{
	font-size:2rem;
	font-weight:400;
	line-height: 1.6em;
	color: rgba(225, 225, 225, 0.9);
	position:relative;
	margin:2rem 0;
	opacity: 0;
	transform: translateY(4rem);
	transition: opacity 0.8s ease, transform 0.8s ease;
	transition-delay: 0.5s;
}
/* 활성 슬라이드 텍스트 노출 */
.main_visual .swiper-slide-active > .txt_box h3,
.main_visual .swiper-slide-active > .txt_box p{
	opacity: 1;
	transform: translateY(0);
}
.main_visual .swiper_btns .box{
	display: flex;
	align-items: center;
}
.main_visual .swiper_btns .box .swiper-btn-prev{
	display: flex;
	align-items: center;
	transform: rotate(180deg);
}
.main_visual .swiper_btns .box .swiper-btn-prev::before{
	content: '';
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #fff;
	margin: 0 2rem;
}
.main_visual .swiper_btns .box .swiper_pagination{
	display: flex;
	align-items: center;
	column-gap: 0.7rem;
	width: auto;
	margin-left: 2rem;
	font-size: 1.6rem;
	font-weight: 400;
}
.main_visual .swiper_btns .box .swiper-pagination-current{
	font-weight: 700;
}

/* main_visual .swiper_btns .box 반응형 : 768 */
@media (max-width: 768px) {
	.main_visual .swiper-slide > .txt_box h3{font-size: 4rem;}
	.main_visual .swiper_btns .box .swiper-btn-prev,
	.main_visual .swiper_btns .box .swiper-btn-next{height: 20px;}
	.main_visual .swiper_btns .box .swiper-btn-prev img,
	.main_visual .swiper_btns .box .swiper-btn-next img{height: 100%;}
	.main_visual .swiper_btns .box .swiper-btn-prev::before {
		height: 22px;
		margin: 0 1.5rem;
	}
	.main_visual .swiper_btns .box .swiper_pagination {
		margin-left: 1.5rem;
		font-size: 1.4rem;
		column-gap: 0.6rem;
	}
}

/* main_visual .swiper_btns .box 반응형 : 500 */
@media (max-width: 500px) {
	.main_visual .swiper-slide > .txt_box h3{font-size: 3rem;}
	.main_visual .swiper_btns .box .swiper-btn-prev::before {height: 18px;}
	.main_visual .swiper_btns .box .swiper_pagination {
		margin-left: 1rem;
		font-size: 14px; /* 최소 폰트사이즈 14px 보장 */
		column-gap: 0.5rem;
	}
}

/* 반응형 */
@media(max-width:991.98px){
 	.main_visual{
		height:auto;
	}

	.main_visual#main_visual_mo{
		display:block;
		padding-top: 67px;
	}

	.main_visual .swiper-slide {
	    position: relative;
	}
}



/* sec01 */
.sec01{
	position: relative;
	background: url('../_img/main/sec01_bg.jpg') no-repeat center center / cover;
}
.sec01_lines {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	pointer-events: none;
	z-index: 0;
}
.sec01_lines i {
	display: block;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.sec01_lines i:last-child {
	border-right: none;
}

.sec01_list{
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.sec01 .top_title {
	position: relative;
	z-index: 1;
}

@media(max-width: 1430px) {
	.sec01_lines {
		width: 96%;
		left: 2%;
		right: 2%;
	}
	.sec01_list{width: 96%; margin: 0 auto;}
}

.sec01_list .box{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sec01_list .box .img_box{
	width: 25rem;
	height: 25rem;
	border-radius: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4rem;
}
.sec01_list .box .txt_box{
	text-align: center;
}
.sec01_list .box .txt_box h3{
	font-size: 3.6rem;
	font-weight: 700;
	color: #fff;
	line-height: 1em;
	margin-bottom: 3rem;
}
.sec01_list .box .txt_box p{
	font-size: 2rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.6em;
}

/* sec01 반응형 : 1024 */
@media (max-width: 1024px) {
	.sec01 .top_title {
		margin-bottom: 8rem;
	}
	.sec01 .top_title span {
		font-size: 1.8rem;
		margin-bottom: 2.5rem;
	}
	.sec01 .top_title h2 {
		font-size: 4rem;
	}
	.sec01_list .box .img_box {
		width: 20rem;
		height: 20rem;
		margin-bottom: 3rem;
	}
	.sec01_list .box .img_box img{width: 60%;}
	.sec01_list .box .txt_box h3 {
		font-size: 3rem;
		margin-bottom: 2rem;
	}
	.sec01_list .box .txt_box p {
		font-size: 1.8rem;
	}
}

/* sec01 반응형 : 768 */
@media (max-width: 768px) {
	.sec01 .top_title {
		margin-bottom: 6rem;
	}
	.sec01 .top_title span {
		font-size: 1.6rem;
		margin-bottom: 2rem;
	}
	.sec01 .top_title h2 {
		font-size: 3.2rem;
	}
	.sec01_list{width: 90%;}
	.sec01_list .box .img_box {
		width: 16rem;
		height: 16rem;
		margin-bottom: 2rem;
	}
	.sec01_list .box .txt_box h3 {
		font-size: 2.6rem;
		margin-bottom: 1.5rem;
	}
	.sec01_list .box .txt_box p {
		font-size: 1.6rem;
	}
}

/* sec01 반응형 : 500 */
@media (max-width: 500px) {
	.sec01 .top_title {
		margin-bottom: 4rem;
	}
	.sec01 .top_title span {
		font-size: 14px; /* 최소 폰트사이즈 14px 보장 */
		margin-bottom: 1.5rem;
	}
	.sec01 .top_title h2 {
		font-size: 2.4rem;
	}
	.sec01_list {
		grid-template-columns: 1fr;
		row-gap: 3rem;
	}
	.sec01_list .box {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		column-gap: 3rem;
	}
	.sec01_list .box .img_box {
		width: 12rem;
		height: 12rem;
		flex-shrink: 0;
		margin-bottom: 0;
	}
	.sec01_list .box .txt_box {
		text-align: left;
	}
	.sec01_list .box .txt_box h3 {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	.sec01_list .box .txt_box p {
		font-size: 14px; /* 최소 폰트사이즈 14px 보장 */
	}
}



/* sec02 */
.sec02{
	background: url('../_img/main/sec02_bg.jpg') no-repeat center center / cover;
	position: relative;
}
.sec02 .top_wrap{
	margin-bottom: 5rem;
}
.sec02 .top_wrap .top_title{
	margin-bottom: 5rem;
}
.sec02 .top_wrap .top_title h2{
	line-height: 1em;
}
.sec02_tabs{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 2rem;
}
.sec02_tabs button{
	width: 17rem;
	height: 5rem;
	background-color: rgba(225, 225, 225, 0.15);
	border-radius: 100px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
}
.sec02_tabs button:focus{
    outline: none;
}
.sec02_tabs button.active{
	background-color: #fff;
	color: #000;
}
.sec02 .bottom_wrap{
	width: 1920px;
	margin: 0 auto;
	position: relative;
}
.sec02 .bottom_wrap::after{
	content: '';
	display: block;
	width: 200px;
	height: 200px;
	background: url('../_img/main/sec02_ico01.png') no-repeat center center / contain;
	position: absolute;
	top: -9%;
	right: 11%;
	z-index: 10;
	pointer-events: none;
}
.sec02-swiper{
	margin-bottom: 5rem;
}
.sec02-swiper .swiper-wrapper{
	margin-bottom: 5rem;
	align-items: flex-end;
	overflow: visible;
	padding-top: 5rem; /* slide up시 잘림 방지 */
}
.sec02-swiper .swiper-slide{
	transition: transform 0.4s ease;
}
.sec02-swiper .swiper-slide-next{
	transform: translateY(-5rem); /* slide up */
}
.sec02-swiper .swiper-slide a .img_box{
	height: 30rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.sec02-swiper .swiper-slide a .txt_box{
	padding: 4rem;
	background-color: #fff;
}
.sec02-swiper .swiper-slide a .txt_box p{
	font-size: 1.7rem;
	font-weight: 400;
	color: #222222;
	margin-bottom: 1em;
}
.sec02-swiper .swiper-slide a .txt_box h3{
	font-size: 2.4rem;
	font-weight: 700;
	color: #222222;
	line-height: 1em;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sec02-swiper .swiper-pagination{
	position: static;
	width: 38rem;
	height: 3px;
	background-color: rgba(255, 255, 255, 0.3);
	overflow: hidden;
}
.sec02-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background-color: #fff;
}
.sec02-swiper .swiper_btns{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 2rem;
	margin-left: 2rem;
}
.sec02-swiper .swiper_btns .box{
	display: flex;
	align-items: center;
	column-gap: 3rem;
}
.sec02-swiper .swiper_btns .box .swiper-btn-prev,
.sec02-swiper .swiper_btns .box .swiper-btn-next{
	display: flex;
	align-items: center;
}
.sec02-swiper .swiper_btns .box .swiper-btn-prev{
	transform: rotate(180deg);
}


@media (max-width: 1950px) {
	.sec02 .bottom_wrap{width: 96%;}
}
/* sec02 반응형 : 1280 */
@media (max-width: 1280px) {
	.sec02 .bottom_wrap::after {
		width: 170px;
		height: 170px;
		top: -8%;
		right: 9%;
	}
}

/* sec02 반응형 : 1024 */
@media (max-width: 1024px) {
	.sec02 .top_wrap .top_title {
		margin-bottom: 4rem;
	}
	.sec02 .top_wrap .top_title span {
		font-size: 1.8rem;
		margin-bottom: 2.5rem;
	}
	.sec02 .top_wrap .top_title h2 {
		font-size: 4rem;
	}
	.sec02_tabs button {
		width: 14rem;
		height: 4.5rem;
		font-size: 1.6rem;
	}
	.sec02 .bottom_wrap {
		width: 100%;
		padding: 0 2rem;
	}
	.sec02 .bottom_wrap::after {
		width: 140px;
		height: 140px;
		top: -8%;
		right: 7%;
	}
	.sec02-swiper .swiper-slide a .img_box {
		height: 25rem;
	}
	.sec02-swiper .swiper-slide a .txt_box {
		padding: 3rem;
	}
	.sec02-swiper .swiper-slide a .txt_box p {
		font-size: 1.6rem;
	}
	.sec02-swiper .swiper-slide a .txt_box h3 {
		font-size: 2rem;
	}
	.sec02-swiper .swiper-pagination {
		width: 30rem;
	}
	.sec02-swiper .swiper-slide-next {
		transform: translateY(-4rem);
	}
}

/* sec02 반응형 : 768 */
@media (max-width: 768px) {
	.sec02 .top_wrap .top_title {
		margin-bottom: 3rem;
	}
	.sec02 .top_wrap .top_title span {
		font-size: 1.6rem;
		margin-bottom: 2rem;
	}
	.sec02 .top_wrap .top_title h2 {
		font-size: 3.2rem;
	}
	.sec02_tabs {
		column-gap: 1.5rem;
	}
	.sec02_tabs button {
		width: 12rem;
		height: 4rem;
		font-size: 1.4rem;
	}
	.sec02 .bottom_wrap {
		width: 90%;
		padding: 0 1.5rem;
	}
	.sec02 .bottom_wrap::after {
		width: 80px;
		height: 80px;
		top: -11%;
		right: 5%;
	}
	.sec02-swiper {
		margin-bottom: 3rem;
	}
	.sec02-swiper .swiper-wrapper {
		margin-bottom: 3rem;
		padding-top: 0; /* slide-next 효과 제거에 따라 여백 제거 */
	}
	.sec02-swiper .swiper-slide a .img_box {
		height: 20rem;
	}
	.sec02-swiper .swiper-slide a .txt_box {
		padding: 2.5rem;
	}
	.sec02-swiper .swiper-slide a .txt_box p {
		font-size: 1.4rem;
	}
	.sec02-swiper .swiper-slide a .txt_box h3 {
		font-size: 1.8rem;
	}
	.sec02-swiper .swiper-pagination {
		width: 24rem;
	}
	.sec02-swiper .swiper_btns {
		column-gap: 1.5rem;
		margin-left: 1.5rem;
	}
	.sec02-swiper .swiper_btns .box {
		column-gap: 2rem;
	}
	.sec02-swiper .swiper-slide-next {
		transform: none; /* 768px 이하 slide-next 올라오는 효과 제거 */
	}
}

/* sec02 반응형 : 500 */
@media (max-width: 500px) {
	.sec02 .top_wrap .top_title {
		margin-bottom: 2.5rem;
	}
	.sec02 .top_wrap .top_title span {
		font-size: 14px; /* 최소 폰트사이즈 14px 보장 */
		margin-bottom: 1.5rem;
	}
	.sec02 .top_wrap .top_title h2 {
		font-size: 2.4rem;
	}
	.sec02_tabs {
		flex-wrap: wrap;
		column-gap: 1rem;
		row-gap: 1rem;
	}
	.sec02_tabs button {
		width: calc(33.333% - 0.67rem);
		font-size: 14px; /* 최소 폰트사이즈 14px 보장 */
	}
	.sec02 .bottom_wrap {
		padding: 0 1rem;
	}
	.sec02 .bottom_wrap::after {
		display: none; /* 작은 화면에서 장식 아이콘 숨김 */
	}
	.sec02-swiper {
		margin-bottom: 2.5rem;
	}
	.sec02-swiper .swiper-wrapper {
		margin-bottom: 2.5rem;
		padding-top: 0;
	}
	.sec02-swiper .swiper-slide a .img_box {
		height: 18rem;
	}
	.sec02-swiper .swiper-slide a .txt_box {
		padding: 2rem;
	}
	.sec02-swiper .swiper-slide a .txt_box p{
		font-size: 13px; /* 최소 폰트사이즈 14px 보장 */
	}
	.sec02-swiper .swiper-slide a .txt_box h3 {
		font-size: 1.6rem;
	}
	.sec02-swiper .swiper-pagination {
		width: 20rem;
		height: 2px;
	}
}



/* sec03 */
.sec03{
	background-color: #DED9CE;
	padding: 12rem 0;
}
/* fullPage.js overflow:hidden 오버라이드 → 박스 애니메이션 클리핑 방지 */
.sec03,
.sec03.fp-section,
.sec03 .wrap1400 {
	overflow: visible !important;
}

/* fullPage.js 워터마크 제거 */
.fp-watermark,
.fp-powered-by {
	display: none !important;
}
.sec03_boxs{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 3rem;
}
.sec03_boxs .box {
    padding: 5rem;
    height: 40rem;
    position: relative;
    overflow: hidden;
}
.sec03_boxs .box::before {
    content: '';
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	transform: scale(1);
	transition: transform 0.5s ease;
    z-index: 0;
}
.sec03_boxs .box01::before {
    background-image: url('../_img/main/sec03_img01.jpg');
}
.sec03_boxs .box02::before {
    background-image: url('../_img/main/sec03_img02.jpg');
}
.sec03_boxs .box:hover::before {
    transform: scale(1.1);
}

/* 텍스트는 위로 */
.sec03_boxs .box > * {
    position: relative;
    z-index: 1;
}
.sec03_boxs .box .btn_box{
	position: absolute;
	right: 5rem;
	top: 5rem;
	width: 4rem;
	height: 4rem;
	background-color: rgba(225, 225, 225, 0.3);
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec03_boxs .box .txt_box h3{
	font-size: 3.6rem;
	font-weight: 700;
	color: #fff;
	line-height: 1em;
	margin-bottom: 2rem;
}
.sec03_boxs .box .txt_box p{
	font-size: 2rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.6em;
}

/* sec03 반응형 : 1024 */
@media (max-width: 1024px) {
	.sec03 {
		padding: 10rem 0;
	}
	.sec03_boxs .box {
		padding: 4rem;
		height: 25rem;
	}
	.sec03_boxs .box .btn_box {
		right: 4rem;
		top: 4rem;
	}
	.sec03_boxs .box .txt_box h3 {
		font-size: 3rem;
	}
	.sec03_boxs .box .txt_box p {
		font-size: 1.8rem;
	}
}

/* sec03 반응형 : 768 */
@media (max-width: 768px) {
	.sec03 {
		padding: 8rem 0;
	}
	.sec03_boxs {
		column-gap: 2rem;
	}
	.sec03_boxs .box {
		padding: 3.5rem;
		height: 30rem;
	}
	.sec03_boxs .box .btn_box {
		right: 3rem;
		top: 3rem;
		width: 3.5rem;
		height: 3.5rem;
	}
	.sec03_boxs .box .txt_box h3 {
		font-size: 2.6rem;
		margin-bottom: 1.5rem;
	}
	.sec03_boxs .box .txt_box p {
		font-size: 1.6rem;
	}
}

/* sec03 반응형 : 500 */
@media (max-width: 500px) {
	.sec03 {
		padding: 6rem 0;
	}
	.sec03_boxs {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 2rem;
	}
	.sec03_boxs .box {
		padding: 3rem;
		height: 25rem;
	}
	.sec03_boxs .box .btn_box {
		right: 2.5rem;
		top: 2.5rem;
		width: 3rem;
		height: 3rem;
	}
	.sec03_boxs .box .txt_box h3 {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	.sec03_boxs .box .txt_box p {
		font-size: 14px; /* 최소 폰트사이즈 14px 보장 */
	}
}