@charset "utf-8"; /* CSS Document */
[id^="sect_0"] {
    padding: calc(var(--sec_pd) / 1.25) 0;
}

.half {
    /*width: 50%;*/
}

.sect_tit {
    line-height: 1.125;
}

.txt_bg {
    background: url("../images/txt_bg.jpg") repeat-x center 92%;
}
/* 섹션*/
/*섹션1_슬라이드*/
#sect_01 {
    padding-top: var(--sec_pd);
}

    #sect_01.wrap {
    }
    /*카드슬라이드*/
    #sect_01 .card_slide {
        width: 125%;
        margin-left: -12.5%;
        height: auto;
    }

        #sect_01 .card_slide .swiper {
            width: 100%;
            height: 100%;
            padding: 1rem;
        }

            #sect_01 .card_slide .swiper .swiper-slide {
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 1.5rem;
				cursor: grab;
            }

                #sect_01 .card_slide .swiper .swiper-slide .card {
                    width: 100%;
                    text-align: center;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    border-radius: var(--br_02);
                    background: var(--white);
                    overflow: hidden;
                }

                    #sect_01 .card_slide .swiper .swiper-slide .card.shadow {
                        box-shadow: 0 3px 0.5rem 0.25rem rgba(0,0,0,0.125) !important;
                    }

                    #sect_01 .card_slide .swiper .swiper-slide .card img {
                        display: block;
                        width: 280px;
                        height: auto;
                        object-fit: cover;
                        margin: 1.5rem auto;
                    }

                    #sect_01 .card_slide .swiper .swiper-slide .card .bg_gray_f0 {
                        padding: 1.5rem .5rem;
                    }

    #sect_01 .card .card_txt .price_dot {
        content: "";
        background-image: url(../images/price_dot.png);
        height: 2px;
        aspect-ratio: 25 / 1;
    }

    #sect_01 .card .card_txt .price_arrow {
        content: "";
        background-image: url(../images/price_arrow.png);
        height: 6px;
        aspect-ratio: 27 / 6;
    }

    #sect_01 .card .card_txt div.fc_gray_6 {
        text-decoration: line-through;
    }


/*섹션2_링크섹션*/
#sect_02 img {
    width: 530px;
    margin-left: 1rem;
	margin-top: 6rem;
}

#sect_02 ul {
    width: 100%;
}

    #sect_02 ul li:not(:last-child) {
        margin-bottom: 0.65rem;
    }

    #sect_02 ul li a {
        width: 100%;
        display: flex;
        align-items: center;
        background-color: var(--bg_gray_f8);
        padding: 2rem 7rem 2rem 2rem;
        border-radius: var(--br_01);
        box-shadow: 0 3px 3px 0px rgba(0,0,0,0.3);
        background-image: url("../images/arrow.svg");
        background-repeat: no-repeat;
        background-position: 92.5% center;
        background-size: 20px;
        color: var(--gray_6);
        gap: 5px;
		border: 1px solid transparent;
		transition: var(--transition);
    }

#sect_02 ul li a:hover{
	background-image: url("../images/arrow_b.svg");
	color: var(--point);
	background-color: var(--light_point);
	border-color: var(--brt_point);
}


/*섹션3_서클섹션*/
#sect_03 .circle {
    background-color: #f0f0f066;
    border: 1px solid var(--point);
    border-radius: 9999px;
    transition: all var(--transition);
    aspect-ratio: 1 / 1;
    width: 280px;
    margin: -1rem;
    line-height: 1.1;
}

    #sect_03 .circle .divider {
        display: block;
        content: "";
        width: 1.25rem;
        height: 2px;
        background-color: var(--gray_6);
        margin: 1rem auto;
    }

    #sect_03 .circle p:not(.divider) {
        display: flex;
        flex-direction: column;
        min-height: 30%;
    }

    #sect_03 .circle p:first-child {
        justify-content: flex-end
    }

/*섹션4_코인섹션*/
#sect_04 {
    background-image: url("../images/coin_bg.png");
    background-repeat: no-repeat;
    background-position: 18% center;
    background-size: 346px;
    margin-bottom: 6rem;
}
/*섹션5_블랙섹션*/
#sect_05 {
    padding: var(--sec_pd) 0;
}

    #sect_05 .black_card {
        width: calc(50% - calc(var(--base-gap)* 3));
        background-color: var(--gray_3);
        padding: 2rem 2rem;
        border-radius: var(--br_01);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        box-shadow: 0 4px 7px rgba(0,0,0,0.25);
        overflow: hidden;
    }

        #sect_05 .black_card:nth-child(1) {
            background-image: url("../images/black_card_01.png")
        }


        #sect_05 .black_card:nth-child(2) {
            background-image: url("../images/black_card_02.png")
        }

        #sect_05 .black_card:nth-child(3) {
            background-image: url("../images/black_card_03.png")
        }

        #sect_05 .black_card:nth-child(4) {
            background-image: url("../images/black_card_04.png")
        }

        #sect_05 .black_card .divider {
            display: block;
            content: "";
            width: 1.85rem;
            height: 2px;
            background-color: var(--gray_9);
            margin-top: 0.4rem;
            margin-bottom: 3rem;
        }

        #sect_05 .black_card p:last-child {
            line-height: 1.4
        }


/*섹션6_질문섹션*/
#sect_06 {
    padding: 0 0 var(--sec_pd) ;
}

    #sect_06 #qa_card_wrap {
        position: relative;
        overflow: hidden;
        max-height: calc((var(--base-gap) * 9) + 27rem);
        transition: max-height 0.35s ease-in-out;
    }

/* 모든 카드가 펼쳐졌을 때 */
#qa_card_wrap.expanded {
    max-height: none; /* 제한 없이 전체 표시 */
}

#sect_06 .button_bg.expanded {
    height: auto; /* 더보기 버튼 아래로 이동 */
    background: none; /* 그라디언트 제거 */
    position: static; /* 위치 고정 해제 */
}

#sect_06 .qa_card {
    width: calc(50% - calc(var(--base-gap)* 3));
    background-color: var(--bg_gray_f9);
    padding: 2rem 3rem;
    border-radius: 100px;
}

    #sect_06 .qa_card p {
        display: flex;
        min-height: 40%;
    }

        #sect_06 .qa_card p:last-child {
            min-height: 60%;
			line-height: 1.2;
        }

            #sect_06 .qa_card p:last-child::before {
                display: inline-block;
                content: "A.";
                position: relative;
                left: 0.15rem;
                margin-right: 0.35rem
            }

#sect_06 #qa_gradient_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
}

#sect_06 #qa_card_wrap.expanded #qa_gradient_overlay {
    opacity: 0;
    pointer-events: none;
}

#sect_06 #qa_button_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 50px;
    z-index: 2;
}

#sect_06 #qa_card_toggle_button {
    color: var(--gray_3);
    background-color: var(--bg_gray_f9);
    border: 1px solid #d6d6d6;
    padding: 1rem;
    min-width: 200px;
    border-radius: 50px;
    z-index: 2;
	transition: var(--transition);
}
#sect_06 #qa_card_toggle_button:hover{
	color: var(--point);
	background-color: var(--light_point);
	border-color: var(--brt_point);
}
/*섹션7_후기섹션*/
#sect_07 {
    padding: var(--sec_pd) 0;
}

    #sect_07 .review_wrap {
        position: relative;
        overflow: hidden;
    }

    #sect_07 .swiper {
        width: 570px;
        aspect-ratio: 5 / 5.5;
    }

        #sect_07 .swiper .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 1rem;
        }

            #sect_07 .swiper .swiper-slide .review_card {
                width: 100%;
                max-width: 550px;
                display: flex;
                flex-direction: column;
                padding: 1.5rem 4rem;
                gap: 0.75rem;
                border-radius: 30px;
                background-color: var(--bg_gray_f5);
                text-align: left;
                box-shadow: 0 4px 7px rgba(0,0,0,0.25);
            }

                #sect_07 .swiper .swiper-slide .review_card img {
                    display: block;
                    width: 45px;
                    height: 100%;
                    object-fit: cover;
                    aspect-ratio: 1 / 1;
                }


    #sect_07 #gradient_overlay_top {
        position: absolute;
        top: -15px;
        left: 0;
        width: 100%;
        height: 6rem;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0));
        z-index: 2;
        pointer-events: none;
    }

    #sect_07 #gradient_overlay_bottom {
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 6rem;
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0));
        z-index: 2;
        pointer-events: none;
    }


/*섹션8_멤버십섹션*/
#sect_08 {
    /*padding: var(--sec_pd) 0;*/
}
    /*카드슬라이드*/
    #sect_08 .membership_slide {
        width: 100%;
        height: 100%;
        /*width: 175%;
        margin-left: -37%;
        height: auto;*/
    }

        #sect_08 .membership_slide .swiper {
            width: 180%;
            height: 100%;
            margin-left: calc( -40% + 10px);
        }

            #sect_08 .membership_slide .swiper .swiper-slide {
                display: flex;
                justify-content: center;
                align-items: center;
            }

                #sect_08 .membership_slide .swiper .swiper-slide [class^= "membership_card_0"] {
                    text-align: center;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border-radius: var(--br_02);
                    overflow: hidden;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    width: 550px;
                    aspect-ratio: 5.5 / 3;
                    position: relative;
                    isolation: isolate;
                }

                    #sect_08 .membership_slide .swiper .swiper-slide [class^="membership_card_0"]::after {
                        content: '';
                        position: absolute;
                        background: var(--black);
                        z-index: -1;
                        inset: 0;
                        opacity: 0.48;
                    }

    #sect_08 .membership_card_01 {
        background-image: url("../images/membership_01.png")
    }

    #sect_08 .membership_card_02 {
        background-image: url("../images/membership_06.png")
    }

    #sect_08 .membership_card_03 {
        background-image: url("../images/membership_03.png")
    }

    #sect_08 .membership_card_04 {
        background-image: url("../images/membership_05.png")
    }


/*섹션9_제휴카드섹션 #sect_09*/
.affiliate_card_slide {
	width: 100%;
    position: relative;
}

#affiliate_card_box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    width: 490px;
	aspect-ratio: 4.8 / 5;
}

.affiliate_card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 470px;
    aspect-ratio: 5 / 3.15;
    opacity: 0.5;
    z-index: 1;
    transition: transform 0.5s, opacity 0.5s;
    border-radius: var(--br_02);
    overflow: hidden;
    box-shadow: 0 3px 7px rgba(0,0,0,0.35);
    /*border: var(--op_white);*/
}

    .affiliate_card::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        pointer-events: none;
        z-index: 1;
    }

    .affiliate_card.active {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        z-index: 5;
        box-shadow: 0 4px 9px rgba(0,0,0,0.55);
    }

    .affiliate_card.prev { /*calc(-50% - 40%) 원래 음수로 세팅해서 위에 올리지만 카드가 두개만 남아서 아래로 보냄 */
        transform: translate(-50%, calc(-50% + 40%)) scale(0.8);
        opacity: 0.7;
        z-index: 2;
    }

    .affiliate_card.next {
        transform: translate(-50%, calc(-50% + 40%)) scale(0.8);
        opacity: 0.7;
        z-index: 2;
    }

    .affiliate_card.prev::after {
        top: 0;
        background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%);
    }

    .affiliate_card.next::after {
        bottom: 0;
        top: auto;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%);
    }

    .affiliate_card.active::after {
        display: none; /* 활성화된 카드의 그라디언트 제거 */
    }

.affiliate_arrow_up, .affiliate_arrow_down {
    position: absolute;
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    height: 6rem;
    z-index: 4;
}

.affiliate_arrow_up {
    top: 0rem;
    align-items: flex-end;
}

.affiliate_arrow_down {
    bottom: 0rem;
    align-items: flex-start;
}

    .affiliate_arrow_up img, .affiliate_arrow_down img {
        width: 2rem;
        height: 2rem;
        margin: 1rem auto;
        border-radius: 50%;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
        transition: box-shadow 0.3s ease;
    }

        .affiliate_arrow_up img:hover, .affiliate_arrow_down img:hover {
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.45);
        }

#affiliate_card_box_info {
    width: calc(100%- 500px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.info {
    display: none;
    transition: opacity 0.5s;
}
.info img{ filter: drop-shadow(0 0.25rem 0.5rem #00000033)}
    .info.active {
        display: block;
    }

/* ==================== 해상도 1380px 이상 ==================== */
@media screen and (min-width: 1380px) {
    .navOn p {
        text-decoration: underline !important;
        text-underline-offset: 10px !important;
        text-decoration-thickness: 2px !important;
    }

    .navOn p, .navOn[class *= "sun"]:before {
        color: var(--red) !important;
    }
}
/* ==================== 모바일 레이아웃 ==================== */
@media(max-width: 1380px) {
    #sect_01 .card_slide .swiper .swiper-slide {
        padding: 1.5rem;
    }

        #sect_01 .card_slide .swiper .swiper-slide .card img {
            width: 80%;
        }

    #sect_01 .card .card_txt .price_dot {
        height: 1px;
    }

    #sect_07 .half {
        width: 100%;
    }

    .sect_tit {
        text-align: center;
        margin: 0 auto 3rem;
    }

    #sect_07 .review_wrap {
        margin: 0 auto;
    }

    #sect_08 .membership_slide .swiper .swiper-slide [class^= "membership_card_0"] {
        width: 500px;
        aspect-ratio: 5 / 3;
    }
	/*섹션9_제휴카드섹션 #sect_09*/
	.affiliate_card_slide {
		width: 100%;
	  }
	#affiliate_card_box {
		width: 400px;
    	height: 417px; 
		margin: 0 auto;
	}
	.affiliate_card {
		width: 400px;
	   }
	#affiliate_card_box_info {
		width: 100%;
		/*margin-top: -3rem*/
	}
	.affiliate_arrow_up, .affiliate_arrow_down {
		height: 5.5rem;
	}

	.info img.p_ver{display: none!important}	
	.info img.m_ver{display: block!important; width: 80%; margin: 0 auto;}
}

@media(max-width: 900px) {
    .half {
        max-width: 100%;
		width: 100%;
    }

    #sect_01 .card_slide .swiper .swiper-slide {
        padding: 1.25rem;
    }

       /* #sect_01 .card_slide .swiper .swiper-slide .card img {
            width: 80%;
        }*/

    #sect_01 .card .card_txt {
        flex-wrap: wrap
    }

        #sect_01 .card .card_txt div.fs_16.fc_gray_9 {
            width: 100%;
        }

        #sect_01 .card .card_txt .price_dot {
            display: none;
        }

    #sect_02 .wrap, #sect_04 .wrap {
        flex-direction: column;
    }

    #sect_02 .wrap {
        gap: 3rem
    }

    #sect_02 img {
        width: 70%;
        margin: 0 auto 2rem;
    }

    #sect_02 ul {
        width: 70%;
        margin: 0 auto
    }

    #sect_03 .circle {
        width: 250px;
    }

    #sect_04 {
        background-position: left top;
        background-size: 346px;
        margin-bottom: 6rem;
    }

        #sect_04 img {
            display: block;
            width: 70%;
            margin: 0 auto
        }

    #sect_05 .black_card,
    #sect_06 .qa_card {
        width: 100%;
    }

    #sect_07 .swiper {
        width: 500px;
        aspect-ratio: 1 / 1;
    }

        #sect_07 .swiper .swiper-slide {
            /*padding: 1rem 2rem;*/
        }

            #sect_07 .swiper .swiper-slide .review_card {
                max-width: 450px;
                gap: 0.45rem;
            }

    #sect_08 .membership_slide .swiper .swiper-slide [class^= "membership_card_0"] {
        width: 380px;
        aspect-ratio: 5 / 3;
    }
	/*섹션9_제휴카드섹션 #sect_09*/
	#affiliate_card_box {
		width: 350px;
    	height: 365px; 
		margin: 0 auto;
	}
	.affiliate_card {
		width: 330px;
	   }

}

@media(max-width: 600px) {
    #sect_01 .card_slide .swiper .swiper-slide {
        padding: 1rem;
    }

    #sect_02 ul {
        width: 90%;
        margin: 0 auto
    }
	 #sect_02 img {
        width: 90%;

    }
    #sect_03 .circle {
        width: 200px;
    }

    /* #application_form 기본 z-index 설정 */
    #application_form {
        z-index: -1;
    }
        /* form 표시될 때 z-index 최상단 */
        #application_form.show {
            z-index: 99999;
        }

    #sect_07 .swiper {
        width: 340px;
        aspect-ratio: 3 / 4;
    }

        #sect_07 .swiper .swiper-slide {
            /*padding: 1rem 2rem;*/
        }

            #sect_07 .swiper .swiper-slide .review_card {
                max-width: 320px;
                gap: 0.45rem;
            }

    #sect_08 .membership_slide .swiper {
        width: 150%;
        height: 100%;
        margin-left: -23.5%;
    }

        #sect_08 .membership_slide .swiper .swiper-slide [class^= "membership_card_0"] {
            width: 230px;
            aspect-ratio: 5 / 3;
        }
	/*섹션9_제휴카드섹션 #sect_09*/
	#affiliate_card_box {
		width: 300px;
    	height: 313px; 
		margin: 0 auto;
	}
	.affiliate_card {
		width: 280px;
	   }
	.affiliate_arrow_up img, .affiliate_arrow_down img {
        width: 3rem;
        height: 3rem;
		margin: 1.5rem auto;
    }
}

@media screen and (max-width: 375px) and (orientation: portrait) {
}
/* ========================================================================== */
/***** 가로모드 *****/
@media screen and (orientation: landscape) and (max-width: 900px) {
}
