/* 공통 */
.swiper-pagination-bullet-active{
	background-color: var(--color-main);
}
section{
	padding-top: 148px;
}
.section__inner{
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.section__top{
	text-align: center;
}
.section__top > div{
	position: relative;
	z-index: 2;
}
.section__subTitle{
	font-size: 24px;
	text-transform: uppercase;
	color: #605e5f;
	margin-bottom: 15px;
}
.section__title{
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -3%;
	color: var(--color-main);
	margin-bottom: 34px;
}
.section__desc{
	font-size: 32px;
	line-height: 1.3;
}
.section__desc span{
	color: var(--color-main);
	font-weight: 700;
}
.section__content{
	margin-top: 50px;
}

/* banner start */
.banner img{
    width: 100%;
}
/* banner end */

/* visual start */
.visual .banner__mo{
	display: none;
}
.vi__Swiper{
	height: 100%;
}
.vi__Swiper .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
    aspect-ratio: 1903 / 597;
    background-color: #bfbfbf;
}
/* visual end */

/* section02 start */
section._01 .section__top{
	position: relative;
}
.top__absImg{
	position: absolute !important;
	bottom: 0;
	z-index: 1;
}
.top__absImg._01{
	left: 0;
}
.top__absImg._02{
	right: 0;
}
.top__absImg img{
	width: 80%;
}

section._02 .grid__wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 15px;
}
section._02 .grid__box{
	aspect-ratio: 9 / 10.5;
	display: flex;
	flex-direction: column;
	box-shadow: rgba(0, 0, 0, 0.1) 6px 6px 8px;
}
section._02 .grid__box:nth-child(1){
	background-color: var(--color-main);
	display: flex;
	align-items: center;
	justify-content: center;
}
section._02 .grid__box:nth-child(1) img{
	width: 80%;
	filter: brightness(0) invert(1);
}
section._02 .grid__text{
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
section._02 .grid__text p{
	font-size: 29px;
	line-height: 1.3;
	text-align: center;
}
section._02 .grid__text p span{
	font-weight: 700;
}
section._02 .grid__num{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -80%);
	border-radius: 50%;
	background-color: var(--color-main);
	color: #fff;
	width: 52px;
	aspect-ratio: 1 /1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 500;
}
/* section02 end */

/* section03 start */
section._03{
	margin-top: 230px;
	padding-bottom: 125px;
	background-color: #F7F7F7;
}
section._03 .section__content{
	max-width: 1264px;
	margin: 0 auto;
	margin-top: 50px;
}
section._03 .swiper-wrapper{
	max-width: 1000px;
	margin: 0 auto;
}
section._03 .swiper-slide .img__box{
    position: relative;
    width: fit-content;
}
section._03 .swiper-slide .img__box::after{
    content:attr(title);
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.574);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    font-size: 1.5rem;
}
section._03 .swiper-button-prev,
section._03 .swiper-button-next{
	background-color: var(--color-main);
	width: 44px;
	height: unset;
	aspect-ratio: 1 / 1;
}
section._03 .swiper-button-prev:after,
section._03 .swiper-button-next:after{
	content: "";
}
section._03 .swiper02_thumb{
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 25px; 
}
section._03 .swiper02_thumb .swiper-slide{
	position: relative;
}
section._03 .swiper02_thumb .swiper-slide::after{
	content: "";
	position: absolute;
	left: 0;right: 0;
	top: 0;bottom: 0;
	background-color: #fff;
	opacity: .5;
	transition: .3s;
}
section._03 .swiper02_thumb .swiper-slide.swiper-slide-thumb-active::after{
	opacity: 0;
}
section._03 .fa-solid{
	position: relative;
	top: 1px;
	font-size: 30px;
	color: #fff;
}
/* section03 end */

/* section04 start */
section._04{
	padding-bottom: 190px;
}
section._04 .section__inner{
	max-width: 1650px;
}
section._04 .section__content{
	display: flex;
    flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	margin-top: 90px;
    align-items: flex-start
}
section._04 .content__image{
	width: 40%;
}
.content__map{
	width: 55%;
	aspect-ratio: 1 / 1;
}
.map__wrapper{
    width: calc(100% - 16px);
	height: 100%;
	border: 8px solid var(--color-main);
}
/* section04 end */

/* 카카오 지도 */
.root_daum_roughmap .wrap_map{
	height: calc(100% - 32px) !important;
}

@media screen and (max-width: 1440px) {
	section._02 .grid__num{
		width: 45px;
		font-size: 18px;
	}
	section._02 .grid__text p{
		font-size: 20px;
	}
}

@media screen and (max-width: 1250px) {
	.section__desc{
		font-size: 25px;
	}
	section._02 .grid__num{
		width: 38px;
		font-size: 15px;
	}
	section._02 .grid__text p{
		font-size: 16px;
	}

}

@media screen and (max-width: 1024px) {
	.section__desc{
		font-size: 18px;
	}

	section._02 .grid__wrapper{
		grid-template-columns: 1fr 1fr;
	}
	section._02 .grid__num{
		width: 52px;
		font-size: 22px;
	}
	section._02 .grid__text p{
		font-size: 29px;
	}
}

@media screen and (max-width: 768px) {
	.section__title{
		margin-bottom: 15px;
	}
	.top__absImg{
		display: none;
	}
    .visual .banner__pc{
        display: none;
    }
    .visual .banner__mo{
        display: inline-block;
    }
    .vi__Swiper .swiper-slide{
        aspect-ratio: 720 / 748;
    }
	section._02 .grid__num{
		width: 45px;
		font-size: 18px;
	}
	section._02 .grid__text p{
		font-size: 20px;
	}
    section._03 .swiper-button-prev, 
    section._03 .swiper-button-next{
        background-color: transparent;
    }
	section._04 .section__content{
		flex-direction: column-reverse;
		gap: 10vw;
		margin-top: 30px;
	}
	section._04 .content__image{
		width: 100%;
	}
	.content__map{
		width: 100%;
	}
}

@media screen and (max-width: 620px){
	section{
		padding-top: 15vw;
	}
	.section__title {
		font-size: 9vw;
	}
	.section__subTitle{
		font-size: 4vw;
	}
	.section__desc{
		font-size: 2.7vw;
	}

	section._02 .grid__num{
		width: 7vw;
		font-size: 3vw;
	}
	section._02 .grid__text p{
		font-size: 3.2vw;
	}

	section._03{
		margin-top: 15vw;
		padding-bottom: 15vw;
	}
	section._03 .swiper-button-prev, 
	section._03 .swiper-button-next{
		width: 30px;
		transform: translateY(50%);
	}
	section._03 .fa-solid{
		font-size: 16px;
	}
	section._03 .swiper02_thumb{
		margin-top: 10px;
	}
    section._03 .swiper-slide .img__box::after{
        font-size: 1.2rem;
        padding: 13px 0;
    }

	section._04{
		padding-bottom: 15vw;
	}
}

@media screen and (max-width: 480px) {
	.section__desc{
		font-size: 4vw;
	}
}