@charset "utf-8";

/* CSS Document */
[id^="sect_0"] {
    /*padding: calc(var(--sec_pd) / 1.25) 0;*/
    transition: all var(--q_trans);
}
div[class*="slide_control"] button {
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.20);
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
div[class*="slide_control"] button:hover {
    background: rgba(255, 255, 255, 0.7);
    color: var(--point) !important;
}
/*div[class*="slide_control"] button[class^="prev"]{
	transform: translateX(-50%)
}
div[class*="slide_control"] button[class^="next"] {
	transform: translateX(50%)
}*/
div[class*="slide_control"] button[class^="prev"] i {
    font-size: 1rem;
    margin-right: 2px;
    margin-top: 1px;
}


div[class*="slide_control"] button[class^="next"] i {
    font-size: 1rem;
    margin-right: -4px;
    margin-top: 1px;
}

.sect_tit {
    line-height: 1.125;
}

.txt_bg {
    background: url("../images/txt_bg.jpg") repeat-x center 92%;
}

/*섹션1*/
#sect_01 {
    padding: var(--sec_pd) 0;
}

#sect_01.wrap {}

/*카드*/
#sect_01 .sect_01_card {
    width: calc(50% - 1.1rem);
    padding: 2.2rem;
    background-position: 95% bottom;
    background-repeat: no-repeat;
    background-size: auto 48%;
}

#sect_01 .sect_01_card:nth-child(1) {
    background-image: url("../images/sect_01_card1.png")
}

#sect_01 .sect_01_card:nth-child(2) {
    background-image: url("../images/sect_01_card2.png")
}

#sect_01 .sect_01_card:nth-child(3) {
    background-image: url("../images/sect_01_card3.png")
}

#sect_01 .sect_01_card:nth-child(4) {
    background-image: url("../images/sect_01_card4.png")
}

/*섹션2*/
#sect_02 {
    padding: var(--sec_pd) 0;
    background-position: 90% calc(var(--sec_pd) * 1.5);
    background-repeat: no-repeat;
    /*background-size: auto 48%;*/
    background-image: url("../images/sect_02_bg.png");
}

.sect2_card_SwiperL {
    width: calc(100% - 810px);
    padding: 0;
    margin: 0;
}

.sect2_card_SwiperL .swiper-wrapper,
.sect2_card_SwiperL .swiper-wrapper .swiper-slide {
    width: 100% !important;
}

.sect2_card_SwiperL .swiper-wrapper .swiper-slide p {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #f0efff;
    width: 100%;
    max-width: 300px;
    height: 92px;
    transition: all var(--q_trans);
}

.sect2_card_SwiperL .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    background-image: url("../images/sect2_stroke.png");
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 57px 2px;
}

.sect2_card_SwiperL .swiper-wrapper .swiper-slide:hover p,
.sect2_card_SwiperL .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p {
    background-color: var(--navy);
    color: var(--white);
    cursor: pointer
}

.sect2_card_SwiperL .swiper-wrapper .swiper-slide:hover p {
    background-color: #412BA2;
}

.sect2_card_SwiperR {
    width: 100%;
    max-width: 810px;
    padding: 0 0.5rem 0.5rem 3rem;
    filter: drop-shadow(0 0.2rem 0.5rem rgba(51, 33, 130, 0.25));
    margin: 0;
    transition: all var(--q_trans);
}

.sect2_card_SwiperR .swiper-wrapper {
    height: 100%;
    width: 100%;
    max-width: 810px;
    aspect-ratio: 9 / 5.92;
}

.sect2_card_SwiperR .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*섹션3*/
#sect_03 {
    padding: var(--sec_pd) 0;
    background-repeat: no-repeat;
    background-position: 82% -3%;
    background-size: 18% auto;
    background-image: url("../images/sect_03_bg.png");
}

.sect_03_card>div {
    width: calc(33.33% - var(--base-px) * 9);
    padding: 2.6rem 1.8rem 1.8rem;
    line-height: 1.1 !important;
    position: relative;
}

.sect_03_card>div:after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%)translateX(-50%);
    background: linear-gradient(139deg, #f2e9ff 20%, #e0eaff 80%);
    box-shadow: 0 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;

    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--darknavy);
}

.sect_03_card>div:nth-child(1):after {
    content: "1"
}

.sect_03_card>div:nth-child(2):after {
    content: "2"
}

.sect_03_card>div:nth-child(3):after {
    content: "3"
}

/*섹션4*/
#sect_04 {
    padding: calc(var(--sec_pd) / 1.5) 0 0px;
    background-image: url("../images/sect_04_bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

#sect_04 .wrap .sect_tit {
    margin-bottom: calc(var(--sec_pd) * 1.85)
}

/*섹션5*/
#sect_05 {
    padding: var(--sec_pd) 0;
    background: linear-gradient(to bottom, #f0efff, #d7d5ff);
}

.sect5_card_Swiper {

}

.sect5_card_Swiper .swiper-wrapper {
    padding: 1rem 0;
}

.sect5_card_Swiper .swiper-slide {
	border-radius: var(--br_l);
	background-color: var(--white);
	padding: 1.2rem 1rem;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 0.4;
	box-shadow: 0rem 0.3rem 0.3rem rgba(41, 36, 150, 0.25)
}

.sect5_card_Swiper .swiper-slide img {
    /*filter: drop-shadow(0rem 0.3rem 0.3rem rgba(41, 36, 150, 0.25));*/
	display: block;
	margin: 0 auto!important
}

/* Swiper 슬라이드의 투명도 조절 */
.sect5_card_Swiper .swiper-slide.swiper-slide-next+.swiper-slide,
.sect5_card_Swiper .swiper-slide:has(+ .swiper-slide.swiper-slide-prev) {
    opacity: 0.6;
}

.sect5_card_Swiper .swiper-slide.swiper-slide-prev,
.sect5_card_Swiper .swiper-slide.swiper-slide-next,
.sect5_card_Swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    margin: 0;
}

.sect5_slide_control {
    width: 100%;
    max-width: 54%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%)translateX(-50%);
    z-index: 10;
}

.sect5_slide_control button {
    background: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.50);
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*섹션6_질문섹션*/
#sect_06 {
    padding: var(--sec_pd) 0;
}

/*섹션7_후기섹션*/
#sect_07 {
    padding: var(--sec_pd) 0;
}

#sect_07 .review_wrap {
    position: relative;
    overflow: hidden;
}

/*섹션8_멤버십섹션*/
#sect_08 {
    /*padding: var(--sec_pd) 0;*/
}

/* ==================== 해상도 1280px 이상 ==================== */
@media screen and (min-width: 1280px) and (max-width: 1480px) {

    /*섹션1*/
    #sect_01 {
        padding-top: var(--sec_pd);
    }

    /*섹션3*/
    #sect_03 {
        background-position: 100% -1%;
        background-size: 21% auto;
    }

    /*섹션5*/
    /*.sect5_card_Swiper {
		width: 100%;
	}
	
	.sect5_card_Swiper .swiper-slide {
		min-width: unset!important;
	}*/
	
    .sect5_slide_control {
        max-width: 57.5%;
    }
}

/* ==================== 모바일 레이아웃 ==================== */
@media(max-width: 1280px) {

    /*섹션1*/
    #sect_01 {
        padding-top: var(--sec_pd);
    }

    /*섹션2*/
    #sect_02 {
        background-position: 100% calc(var(--sec_pd) * 1.85);
        background-size: 50% auto;
    }

    .sect2_card_SwiperL {
        display: none !important;
    }

    .sect2_card_SwiperR {
        padding-bottom: 3rem !important;
        /*overflow: visible;*/
    }

    .sect2_card_SwiperR .swiper-wrapper {
        /*padding-bottom: 3rem!important;	*/
    }

    /* 페이지네이션 보이기 */
    .sect2_card_SwiperR .swiper-pagination {
        /*display: block!important;*/
        position: absolute;
        text-align: center;
        top: 97% !important;
        /* 원하는 위치 조정 */
    }

    /*섹션3*/
    #sect_03 {
        background-position: 100% -1%;
        background-size: 25% auto;
    }

    /*섹션4*/
    #sect_04 {
        padding: calc(var(--sec_pd)) 0 0px;
    }

    #sect_04 .wrap .sect_04_img {
        max-width: 45%;
    }

    /*섹션5*/
	.sect5_card_Swiper .swiper-wrapper{
		margin-left: 0;
	}
    .sect5_slide_control {
        max-width: 83%;
    }
}

@media(max-width: 900px) {
    .half {
        width: 100% !important;
    }

    /*섹션3*/
    #sect_03 {
        background-size: 32% auto;
    }

    .sect_03_card {
        gap: 4rem
    }

    .sect_03_card>div {
        width: 85%;
        margin: auto;
        padding: 3.25rem 2rem 2rem;
        line-height: 1.1 !important;
        position: relative;
    }

    .sect_03_card>div hr {
        width: 80%;
    }

    /*섹션4*/
    #sect_04 {
        background-position: 60% 100%;
        background-size: 360%;
    }

    #sect_04 .wrap {
        flex-direction: column;
    }

    #sect_04 .wrap .sect_tit {
        text-align: center;
        margin-bottom: calc(var(--sec_pd) * 1.25);
    }

    #sect_04 .wrap .sect_04_img {
        max-width: 85%;
    }

    /*섹션5*/
    .sect5_card_Swiper .swiper-slide.swiper-slide-prev,
    .sect5_card_Swiper .swiper-slide.swiper-slide-next {
        opacity: 0.6 !important;
        margin: 0;
    }

    .sect5_slide_control {
        max-width: 53%;
    }
}

@media(max-width: 600px) {
	/*섹션3*/
	.sect_03_card>div {
		padding: 3.25rem 1rem 2rem;
        width: 100%;
    }
	.sect_03_card>div>p{
		
		font-size: 170%;
	}
    /*섹션4*/
	#sect_04 .wrap .sect_tit {
        margin-bottom: 2rem;
    }
	#sect_04 .wrap .sect_04_img {
        max-width: 100%;
    }
    /*섹션5*/
    .sect5_slide_control {
        max-width: 83.25%;
    }

    .sect5_slide_control button {
        width: 3rem !important;
        height: 3rem !important;
    }
}

@media screen and (max-width: 350px) and (orientation: portrait) {/*섹션5*/
    }

/* ========================================================================== */
/***** 가로모드 *****/
@media screen and (orientation: landscape) and (max-width: 900px) {}