/* section 01  */
.visual-sec {
	margin-top: 8rem;
}
.visual-sec .swiper-slide {
  position: relative;
}
.visual-sec .visual-txt-box {
	position: absolute;
	top: 46%;
  left: 50%;
	box-sizing: border-box;
	width: 100%;
  max-width: 1424px;
	padding: 0 3.2rem;
	transform: translate(-50%, -50%);
  color: var(--color-white);
}
.visual-sec .visual-txt-box h2 {
  font-weight: 600;
	font-size: 7rem;
  line-height: 1;
  margin-bottom: 2rem;
	transform: translateY(20px);
	opacity: 0;
	transition: 1s 0.2s;
}
.visual-sec .visual-txt-box p {
	font-size: 1.8rem;
	line-height: 1.5;
	transform: translateY(20px);
	opacity: 0;
	transition: 1s 0.4s;
}
.visual-sec .swiper-slide-active .visual-txt-box h2,
.visual-sec .swiper-slide-active .visual-txt-box p {
	transform: translateY(0);
	opacity: 1;
} 

.pc-only {
    display: block;
}
.mobile-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}

.visual-sec .visual-title,
.visual-sec .visual-desc {
  text-shadow: 0 0 30px rgba(255, 255, 255, 1.0); /* 그림자 번짐 */
}
.visual-sec .visual-title,
.visual-sec .visual-desc {
  text-shadow: 0 0 20px rgba(255, 255, 255, 1.0); /* 그림자 번짐 */
}
.visual-sec .visual-title,
.visual-sec .visual-desc {
  text-shadow: 0 0 10px rgba(255, 255, 255, 1.0); /* 그림자 번짐 */
}

.visual-sec .visual-img {
	width: 100%;
	height: calc(100vh - 8rem);
	overflow: hidden;
  z-index: 1;
}
.visual-sec .visual-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%; /* ← 핵심 추가 */
	transform: scale(1.08);
	transition: 3.9s 0.1s all ease-in-out;
}


.visual-sec .swiper-slide-active .visual-img img {
	transform: scale(1.0);
}

.visual-sec .func-wrap {
	position: absolute;
	width: 100%;
	/* height: 50px; */
	left: 50%;
	bottom: 3rem;
	box-sizing: border-box;
	max-width: 1424px;
	padding: 0 3.2rem;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.visual-sec .func-box {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 28rem;
  
}
.visual-sec .progress-box {
	position: relative;
	width: 170px;
	/* height: 50px; */
	/* z-index: 11; */
}
.visual-sec .autoplay-progress {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/* z-index: 10; */
	width: 10rem;
	height: 3px;
	background-color: rgba(255, 255, 255, 0.1);
}

.autoplay-progress svg {
	progress: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
/*	height: 100%;*/
	stroke-width: 4px;
	stroke: #fff;
	fill: none;
	stroke-dashoffset: calc(100 * (1 - var(--progress)));
	stroke-dasharray: 100;
}

.visual-sec .swiper-pagination {
	display: flex;
	color: var(--color-white);
	justify-content: space-between;
	position: static;
	text-align: left;
  font-size: 1.4rem;
}

.visual-sec .swiper-button-next,
.visual-sec .swiper-button-prev {
  position: relative;
	width: 2rem;
	height: 2rem;
	top: 0;
	margin-top: 0;
	background: url("/wp-content/uploads/2025/01/icon/ico-arrow-left-w.png") no-repeat center / 100%;
}

.visual-sec .swiper-button-next {
	background-image: url("/wp-content/uploads/2025/01/icon/ico-arrow-right-w.png");
}
.visual-sec .swiper-button-next::after,
.visual-sec .swiper-button-prev::after {
	display: none;
}

@media screen and (max-width: 1024px) {
	.visual-sec {
		margin-top: 5.8rem;
	}
	.visual-sec .visual-img {
		height: calc(100vh - 5.8rem);
	}
	.visual-sec .visual-txt-box h2 {
		font-size: 7rem;
	}
}
@media screen and (max-width: 767px) {
	.visual-sec .visual-txt-box h2 {
		font-size: 5rem;
		margin-bottom: 2rem;
	}
	.visual-sec .visual-txt-box {
		position: absolute;
	    top: 38%;
        left: 50%;
		padding: 0 2rem;
	}
	.visual-sec .visual-txt-box p {
		font-size: 1.6rem;
	}
	.visual-sec .func-wrap {
		padding: 0 2rem;
	}
} 
@media screen and (max-width: 480px) {
	.visual-sec .visual-txt-box h2 {
		font-size: 3.5rem;
		margin-bottom: 2rem;
	}
	.visual-sec .func-box {
		max-width: 19rem;
	}
	.visual-sec .progress-box {
		width: 12rem;
	}
	.visual-sec .autoplay-progress {
		width: 7rem;
	}
	.visual-sec .swiper-pagination {
		font-size: 1.2rem;
		margin-top: 2px;
	}
	.visual-sec .swiper-button-next, .visual-sec .swiper-button-prev {
		width: 1.6rem;
		height: 1.6rem;
	}
}

/* section 02  */
/* 기본 카드 설정 */
.info-sec .info-wrap ul {
  flex-wrap: wrap;
}

.info-sec .info-card {
  width: 25%;
  height: 33rem;
  position: relative;
}

.info-card a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.info-card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 오버레이 텍스트 */
.info-txt-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  box-sizing: border-box;
  background-color: transparent;
  transition: 0.3s all ease;
}

.info-txt-title,
.info-txt-desc {
  opacity: 0;
  transition: 0.3s all ease;
  text-align: center;
}

.info-txt-title {
  font-size: 2.2rem;
  margin: 3rem 0 1rem;
}

.info-txt-desc {
  font-size: 1.5rem;
}

/* 마우스 오버 시 효과 */
.info-card:hover .info-txt-box {
  background-color: rgba(0, 0, 0, 0.5);
}

.info-card:hover .info-txt-title,
.info-card:hover .info-txt-desc {
  opacity: 1;
  margin-top: 0;
}

/* 반응형 */
@media screen and (max-width: 1024px) {
  .info-sec .info-card {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .info-sec .info-card {
    height: 30rem;
  }

  .info-txt-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .info-sec .info-card {
    width: 100%;
    height: 26rem;
  }

  .info-txt-title {
    font-size: 1.8rem;
  }

  .info-txt-desc {
    font-size: 1.4rem;
  }
}

/* section 03  */
.benefit-sec {
	background-color: #eaecef;
}
.benefit-sec .benefit-wrap {
	display: flex;
	justify-content: space-between;
	gap: 4rem;
}
.benefit-sec .benefit-wrap > div {
	width: calc((100% - 4rem) / 2);
}
.benefit-sec .benefit-img img {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.benefit-sec .benefit-wrap {
		display: block;
	}
	.benefit-sec .benefit-wrap > div {
		width: 100%;
	}
}


/* section 04  */
.business-sec {
	/* padding: 10rem 0; */
	/* background-color: #eaecef; */
	/* color: var(--color-white); */
}
.business-sec .business-swiper .business-img img {
	width: 100%;
}

.business-sec .business-swiper .business-txt-box {
	text-align: center;
	margin-top: 3rem;
}
.business-sec .business-swiper .business-txt-box .business-subtitle {
	font-size: 1.5rem;
	color: var(--color-primary);
}
.business-sec .business-swiper .business-txt-box .business-title {
	font-size: 2.4rem;
	font-weight: 700;
	margin: 1rem 2rem;
}
.business-sec .business-swiper .business-txt-box .business-desc {
	font-size: 1.6rem;
	color: var(--color-gray1);
}
.business-sec .business-swiper .swiper-button-next, .business-sec .business-swiper .swiper-button-prev {
	top: 37%;
	color: var(--color-white);
	width: 3.6rem;
	height: 5rem;
	background-color: rgba(0, 0, 0, 0.7);
}
.business-sec .business-swiper .swiper-button-prev {
	left: 0;
}
.business-sec .business-swiper .swiper-button-next {
	right: 0;
}
.business-sec .business-swiper .swiper-button-next:after, .business-sec .business-swiper .swiper-button-prev:after {
	font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
	.business-sec .business-swiper .business-txt-box .business-title {
		font-size: 2rem;
	}
}
@media screen and (max-width: 480px) {
	.business-sec .business-swiper .business-txt-box {
		margin-top: 2rem;
	}
	.business-sec .business-swiper .business-txt-box .business-subtitle {
		font-size: 1.3rem;
	}
	.business-sec .business-swiper .business-txt-box .business-title {
		margin: 0.7rem 1rem;
		font-size: 1.8rem;
	}
	.business-sec .business-swiper .business-txt-box .business-desc {
		font-size: 1.4rem;
	}
	.business-sec .business-swiper .swiper-button-next, .business-sec .business-swiper .swiper-button-prev {
		width: 3rem;
		height: 4.2rem;
	}
	.business-sec .business-swiper .swiper-button-next:after, .business-sec .business-swiper .swiper-button-prev:after {
		font-size: 2rem;
	}
}

/* section 05  */
.contact-sec {
	/* padding: 5rem 0; */
	background: url("/wp-content/uploads/2025/06/contact-bg.jpg") no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	color: var(--color-white);
}
.contact-sec .desc {
	color: #f0f0f0;
	padding-top: 2rem;
	padding-bottom: 3rem;
}
.contact-sec .btn {
	color: #ddd;
}
@media screen and (max-width: 1024px) {
	.contact-sec {
		background-attachment: inherit;
	}
}
@media screen and (max-width: 480px) {
	.contact-sec .desc {
		padding-top: 1rem;
		padding-bottom: 2.5rem;
	}
}



