@charset "utf-8";
/* CSS Document */
[id^="sect_0"] {
    /*padding: calc(var(--sec_pd) / 1.25) 0;*/
    transition: all var(--q_trans);
}

.half {
    width: 48% !important;
}

.sect_tit {
    line-height: 1.125;
}

.Cont_m_ver {
    display: none !important;
}

.swiper-slide {
    cursor: pointer;
}

/*이벤트*/
#event_sect {
    padding: var(--sec_pd) 0;
    background-image: url("../images/event_bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.event_sect_card {
}

    .event_sect_card .card_cont_img {
        height: calc(100% - 100px);
    }

        .event_sect_card .card_cont_img img {
            display: block !important;
        }

    .event_sect_card .card_cont {
        height: 100px;
    }

        .event_sect_card .card_cont .rank_icon {
            width: 62px;
            aspect-ratio: 1 / 1;
        }

#event_sect .mini_wrap {
    max-width: 1000px;
}

    #event_sect .mini_wrap ul {
        padding-inline-start: 0.75rem;
        list-style-position: outside;
    }

        #event_sect .mini_wrap ul li::marker {
            content: "※  ";
            color: inherit;
        }

/*섹션1_유일무이*/
#sect_01 {
    padding: var(--sec_pd) 0;
}

    /*카드*/
    #sect_01 .sect_01_cont .sect_01_card,
    #sect_01 .sect_01_cont .sect_01_card .card_tit {
        border-top-left-radius: var(--br_l);
        border-bottom-right-radius: var(--br_l);
    }

    #sect_01 .sect_01_cont .sect_01_card {
        min-width: 420px;
    }

        #sect_01 .sect_01_cont .sect_01_card .card_tit {
            padding: 1.5rem 3.5rem;
        }

        #sect_01 .sect_01_cont .sect_01_card .card_cont {
            padding: 3rem;
            min-height: 290px;
        }

/*섹션2*/
#sect_02 {
    padding: var(--sec_pd) 0;
}

    #sect_02 .sect_02_cont {
        width: 100%;
        max-width: 820px;
    }

        #sect_02 .sect_02_cont ul li {
            padding: 0px;
        }

            #sect_02 .sect_02_cont ul li .sect_02_cont_line {
                content: "";
                display: block;
                background-color: #bdbdbd;
                height: 2px;
                width: 43px;
                margin: 0.8rem 0;
            }

            #sect_02 .sect_02_cont ul li.module {
                border: 1px solid transparent;
                border-radius: 0 0 var(--br_l) 0;
                background-origin: border-box;
                background-clip: content-box, border-box;
                overflow: hidden;
            }

                #sect_02 .sect_02_cont ul li.module:first-child {
                    background-image: linear-gradient(#fff, #fff), linear-gradient(122deg, #c9e8fb 0%, #fafafa 90%);
                }

                #sect_02 .sect_02_cont ul li.module:nth-child(2) {
                    background-image: linear-gradient(#fff, #fff), linear-gradient(122deg, #65c4fd 0%, #fafafa 90%);
                    margin: 1rem 0;
                }

                #sect_02 .sect_02_cont ul li.module:last-child {
                    background-image: linear-gradient(#fff, #fff), linear-gradient(122deg, #009fff 0%, #fafafa 90%);
                }

/*섹션3*/
#sect_03 {
    padding: calc(var(--sec_pd) / 1.75) 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("../images/sect_03_bg.png");
}

    #sect_03 .sect_03_cont {
        width: 100%;
        max-width: calc(1270px + 2rem);
    }

        #sect_03 .sect_03_cont .sect_03_cont_line {
            content: "";
            display: block;
            background-color: #78ccff;
            height: 20px;
            width: 1px;
            margin: 0 auto;
        }

        #sect_03 .sect_03_cont .sect_03_cont_top {
            width: 100%;
        }

            #sect_03 .sect_03_cont .sect_03_cont_top div {
                flex: 1;
            }

        #sect_03 .sect_03_cont .sect_03_cont_bottom {
            width: 100%;
            padding: 2rem;
            border-radius: var(--br_m);
            background-color: #ffffff80;
            border: 1px solid #78ccff;
        }


            #sect_03 .sect_03_cont .sect_03_cont_bottom img {
                display: inline-block;
                /*width: fit-content !important;
                height: fit-content !important;*/
            }

                #sect_03 .sect_03_cont .sect_03_cont_bottom img:first-child {
                    align-self: flex-start !important;
                }

                #sect_03 .sect_03_cont .sect_03_cont_bottom img:nth-child(2) {
                    margin: 1.2rem 7.5rem;
                }

                #sect_03 .sect_03_cont .sect_03_cont_bottom img:last-child {
                    align-self: flex-end !important;
                }
/*섹션4*/
#sect_04 {
    padding: var(--sec_pd) 0;
}

.sect_04_card {
    max-width: 960px;
    margin: 0 auto
}

.sect4_card_Swiper_Nav {
    width: calc(100% - 616px);
    padding: 0;
    margin: 0;
}

    .sect4_card_Swiper_Nav .sect_04_menu {
        flex-direction: column;
    }

    .sect4_card_Swiper_Nav .swiper-wrapper,
    .sect4_card_Swiper_Nav .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }

        .sect4_card_Swiper_Nav .swiper-wrapper .swiper-slide p {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            background-color: var(--gray_fa);
            width: 100%;
            max-width: 260px;
            height: 80px;
            transition: all var(--q_trans);
            color: #283C45b3;
        }

        .sect4_card_Swiper_Nav .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
            color: var(--darknavy);
            font-weight: 600 !important;
            position: relative;
        }

            .sect4_card_Swiper_Nav .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:after {
                position: absolute;
                display: block;
                content: '';
                top: 50%;
                right: 0;
                width: 85px;
                height: 2px;
                background-color: #78ccff;
                z-index: -1;
            }

            .sect4_card_Swiper_Nav .swiper-wrapper .swiper-slide:hover p,
            .sect4_card_Swiper_Nav .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p {
                background-color: var(--light_p);
                color: var(--darknavy);
            }

        .sect4_card_Swiper_Nav .swiper-wrapper .swiper-slide:hover p {
            background-color: #88D3FF
        }


.sect4_card_Swiper_Cont {
    width: 100%;
    max-width: calc(616px + 0.5rem);
    padding: 0 0.5rem 0.5rem 3rem;
    filter: drop-shadow(0 0.1rem 0.3rem rgba(0, 0, 0, 0.25));
    margin: 0;
    transition: all var(--q_trans);
}

    .sect4_card_Swiper_Cont .swiper-wrapper {
        height: 100%;
        width: 100%;
        max-height: 550px;
    }

        .sect4_card_Swiper_Cont .swiper-wrapper .swiper-slide {
            padding-right: 0.5rem;
            padding-bottom: 0.5rem;
        }

            .sect4_card_Swiper_Cont .swiper-wrapper .swiper-slide img {
                display: block;
                width: 100%;
                border-radius: var(--br_m);
            }

            .sect4_card_Swiper_Cont .swiper-wrapper .swiper-slide .see_btn {
                padding: 0.85rem 2rem;
                border-radius: var(--br_m);
                align-self: flex-end;
                filter: drop-shadow(0 0.1rem 0.3rem rgba(0, 0, 0, 0.25));
            }

                .sect4_card_Swiper_Cont .swiper-wrapper .swiper-slide .see_btn:hover {
                    background-color: var(--point) !important
                }


/*섹션8 calc(var(--sec_pd) * 2 )*/
#sect_08 {
    margin-top: var(--sec_pd);
    padding: var(--sec_pd) 0;
    background-repeat: no-repeat;

    background-position: center 5%;
    background-size: 100% 100%;
    background-image: url("../images/sect_08_bg.png");
}

    #sect_08 .sect_tit {
        margin-top: calc(-0.6558 * var(--sec_pd)) /* 또는 calc(-1 * var(--sec_pd) / 2); */
    }

    #sect_08 .sect_08_cont {
        max-width: calc(1272px + 2rem); /*슬라이드박스 사이징이 콘텐트 박스라 보더값 더해줘야함*/
    }

    /*텍스트 썸네일 슬라이드*/
    #sect_08 .TxtThumb .swiper-wrapper .swiper-slide {
        flex: auto;
        height: 100%;
        display: flex;
        padding: 0;
        margin: 0;
    }

        #sect_08 .TxtThumb .swiper-wrapper .swiper-slide div {
            flex: auto;
            height: 100%;
            transition: all var(--q_trans);
            background-color: var(--white);
            border-radius: var(--br_m);
            border: 1px solid var(--white);
            margin-top: 1rem;
            margin-bottom: 1.25rem;
            align-self: stretch
        }

    #sect_08 .TxtThumb .swiper-wrapper .swiper-slide-thumb-active {
        position: relative;
    }

        #sect_08 .TxtThumb .swiper-wrapper .swiper-slide-thumb-active:after {
            position: absolute;
            bottom: 0;
            left: 50%;
            content: '';
            display: block;
            width: 1px;
            height: 20px;
            background-color: #78ccff;
            z-index: -1
        }
        /* 선택된 썸네일(active) */
        #sect_08 .TxtThumb .swiper-wrapper .swiper-slide-thumb-active div {
            border-color: var(--point);
        }


            #sect_08 .TxtThumb .swiper-wrapper .swiper-slide-thumb-active div p.fs_32 {
                color: var(--point);
            }
    /*슬라이드 아래 이미지 박스 디자인*/
    #sect_08 .sect8_card_Swiper_Cont {
        border-radius: var(--br_m);
        background-color: #ffffff80;
        border: 1px solid #78ccff;
    }

        #sect_08 .sect8_card_Swiper_Cont .swiper-wrapper .swiper-slide img {
            display: block !important;
            width: fit-content !important;
        }


/*섹션5*/
#sect_05 {
    padding: calc( var(--sec_pd) * 2.4) 0 calc( var(--sec_pd) * 2);
    background-image: url("../images/bg_02.png"), linear-gradient(to bottom, var(--white)0%, var(--gray_fa) 50%, #009FFF38 110%);
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, cover;
}
/* 슬라이드 박스 */
.sect_05_card {
    width: 100%;
    max-width: 650px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    box-sizing: border-box;
}

/* 썸네일 슬라이더 (위쪽) */
.sect5_card_Swiper_Nav {
    width: 100%;
    height: 350px;
}

    .sect5_card_Swiper_Nav .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease;
        border-radius: var(--br_m);
    }

    .sect5_card_Swiper_Nav .swiper-slide-thumb-active img {
        transform: translateY(-1rem);
        border-radius: calc(var(--br_m) + 2px );
        border: 1px solid var(--point);
        filter: drop-shadow(0 0.3rem 0.1rem rgba(0,159,255,0.56));
    }

    .sect5_card_Swiper_Nav .swiper-slide img {
        transition: all var(--q_trans);
        outline: none;
        border-radius: var(--br_m);
    }

        .sect5_card_Swiper_Nav .swiper-slide img:hover {
            outline: none;
            transform: translateY(-1rem);
            filter: drop-shadow(0 0.3rem 0.1rem rgba(0,159,255,0.25));
        }

/* 아래 큰 이미지 슬라이더 */
.sect5_card_Swiper_Cont {
    width: 100%;
    max-width: 450px;
    height: 350px; /* 660 - 350 = 310 */
    box-sizing: border-box;
    filter: drop-shadow(0 0.2rem 0.5rem rgba(0, 0, 0, 0.25));
}

    .sect5_card_Swiper_Cont img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
    }

.sect_05_cont2 {
    position: relative;
    height: 625px
}

    .sect_05_cont2 .sect_tit {
        position: absolute;
        top: 0;
        left: 0;
    }

    .sect_05_cont2 img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
/*섹션6*/
#sect_06 {
    padding: var(--sec_pd) 0;
}

/*섹션7_질문섹션*/
#sect_07 {
    padding: var(--sec_pd) 0;
}

    #sect_07 .review_wrap {
        position: relative;
        overflow: hidden;
    }

    #sect_07 .accord_list {
        display: flex;
        flex-direction: column;
        gap: .5rem;
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
        align-items: stretch;
        color: var(--gray_4);
    }

        #sect_07 .accord_list .accord_btn {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 2.5rem;
            border-radius: var(--br_m);
            background-color: var(--gray_f5);
            width: 100%;
            height: 4.5rem;
            cursor: pointer;
            position: relative;
            color: var(--gray_4);
            font-weight: 600
        }

            #sect_07 .accord_list .accord_btn:after {
                content: '';
                display: block;
                width: 1.3rem;
                height: 1.5pt;
                background-color: var(--gray_4);
            }

            #sect_07 .accord_list .accord_btn > span {
                opacity: .5;
            }

            #sect_07 .accord_list .accord_btn.active > span {
                opacity: 1;
            }

        #sect_07 .accord_list .accord_desc {
            padding: 2.6rem 2.5rem 4rem;
            background-color: var(--gray_fa);
            border-radius: var(--br_m);
            margin-top: -1.2rem;
            display: none;
        }

            #sect_07 .accord_list .accord_desc.accord_desc_open {
                padding-bottom: 6em
            }

/* ==================== 모바일 레이아웃 해상도 1280px 이상 ==================== */
@media(max-width: 1280px) {
	.fs_14, .fs_16{
		font-size: 0.85rem
	}
    .Cont_p_ver {
        display: none !important;
    }

    .Cont_m_ver {
        display: flex !important;
    }

    .sect_tit .fs_32 {
        margin: 0.5rem 0 1.5rem;
    }
    /*이벤트*/
    #event_sect .sect_tit .fs_56.semibold.fc_darknavy {
        font-size: 2.5rem
    }

    .event_sect_cont {
        flex-direction: column
    }

    .event_sect_card .card_cont_img img {
        margin: auto !important;
        width: 80%;
    }

        .event_sect_card .card_cont_img img.ssg_img {
            width: 70%;
        }

    .event_sect_card .card_cont {
        height: 80px;
    }

        .event_sect_card .card_cont .rank_icon {
            width: 40px;
        }

    #event_sect .mini_wrap {
        padding: 0 2rem;
    }
	
    /*섹션1*/
    #sect_01 {
        padding-top: var(--sec_pd);
    }

        #sect_01 .sect_tit img {
            width: 60px;
        }
        /*섹션1_유일무이*/
        #sect_01 .sect_01_cont {
            flex-direction: column;
        }

            #sect_01 .sect_01_cont .sect_01_card {
                min-width: 90%;
            }

                #sect_01 .sect_01_cont .sect_01_card .card_cont {
                    min-height: unset
                }

                #sect_01 .sect_01_cont .sect_01_card:first-child {
                    order: 1
                }

    #sect_02 > .wrap.d_flex {
        flex-direction: column
    }

    #sect_02 .sect_02_cont {
        max-width: 100%;
    }

    #sect_02 .sect_tit {
        text-align: center;
    }
    /*섹션3*/
    #sect_03 {
        background-size: 300% 100%;
    }

        #sect_03 .sect_03_cont .sect_03_cont_top {
            /* flex-direction: column;*/
            align-items: stretch;
            gap: 0.5rem
        }

        #sect_03 .sect_03_cont .sect_03_cont_bottom img:nth-child(2) {
            margin: 1rem 0 !important;
        }

    /*섹션4*/
    #sect_04 {
    }

    .sect_04_card {
        flex-direction: column

    }

    .sect4_card_Swiper_Nav {
        width: calc( 100% - 2rem)
    }

        .sect4_card_Swiper_Nav .sect_04_menu {
            flex-direction: row;
        }

        .sect4_card_Swiper_Nav .swiper-wrapper,
        .sect4_card_Swiper_Nav .swiper-wrapper .swiper-slide {
            flex: auto;
        }

            .sect4_card_Swiper_Nav .swiper-wrapper .swiper-slide {
                margin-bottom: 1.3rem
            }

                .sect4_card_Swiper_Nav .swiper-wrapper .swiper-slide p {
                    height: 40px;
                }

                .sect4_card_Swiper_Nav .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
                    color: var(--darknavy);
                    font-weight: 600 !important;
                    position: relative;
                    margin-right: 0 !important;
                }

                    .sect4_card_Swiper_Nav .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:after {
                        position: absolute;
                        display: block;
                        content: '';
                        top: unset;
                        bottom: -20px;
                        right: 50%;
                        width: 1px;
                        height: 40px;
                        background-color: #78ccff;
                        /*transform: translateX(0%);*/
                        z-index: -1;
                    }

                    .sect4_card_Swiper_Nav .swiper-wrapper .swiper-slide:hover p,
                    .sect4_card_Swiper_Nav .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p {
                        background-color: var(--light_p);
                        color: var(--darknavy);
                    }

                .sect4_card_Swiper_Nav .swiper-wrapper .swiper-slide:hover p {
                    background-color: #88D3FF
                }


    /* 오른쪽 슬라이드 전체 너비 조정 */
    .sect4_card_Swiper_Cont {
        width: 100%;
        max-width: 100%;
    }

        .sect4_card_Swiper_Cont .swiper-wrapper {
            max-height: auto;
        }

            .sect4_card_Swiper_Cont .swiper-wrapper .swiper-slide {
                padding-left: 1rem;
                padding-right: 1rem;
                padding-bottom: 1rem;
            }

                .sect4_card_Swiper_Cont .swiper-wrapper .swiper-slide .see_btn {
                    width: 50%;
                    text-align: center;
                    padding: 1.3rem;
                    font-size: 135%;
                    font-weight: 300
                }

    #sect_08 {
        padding: var(--sec_pd) 0 calc( var(--sec_pd) / 2);
        background-size: 300% 100%;
        margin-top: 0 !important;
    }

        #sect_08 .sect_tit {
            margin-top: 0 !important; /* 또는 calc(-1 * var(--sec_pd) / 2); */
        }

        #sect_08 .sect8_card_Swiper_Cont .swiper-wrapper .swiper-slide img {
            display: block !important;
            width: 96% !important;
            margin-left: 2%;
        }



    /*섹션5*/
    #sect_05 {
        padding: 0 0 var(--sec_pd);
        background-image: url("../images/bg_02.png"), linear-gradient(to bottom, var(--white) 0%, var(--gray_fa) 10%, #009FFF38 100%);
        background-position: 0% 55%, bottom center;
        background-size: 110%, cover;
    }

    /* 썸네일 슬라이더 (위쪽) */
    .sect5_card_Swiper_Nav {
        width: 100%;
        height: 330px;
    }


    /* 아래 큰 이미지 슬라이더 */
    .sect5_card_Swiper_Cont {
        width: 85%;
        height: unset;
    }

    .sect_05_cont2 {
        flex-direction: column;
        position: unset;
        height: auto
    }

        .sect_05_cont2 .sect_tit {
            position: unset;
            top: unset;
            left: unset;
            margin-top: 5rem;
            text-align: center !important;
        }

        .sect_05_cont2 img {
            width: 65%;
            margin: 3rem auto 0 !important;
            position: unset;
            bottom: unset;
            right: unset;
        }

    #sect_06 .wrap img {
        width: 85%;
        margin: 0 auto !important;
    }

    #sect_07 > .wrap.d_flex {
        width: 100% !important;
        flex-direction: column;
        align-items: center
    }

    #sect_07 .sect_tit {
        text-align: center;
    }

    #sect_07 .accord_list .accord_desc.accord_desc_open {
        padding-bottom: 4rem
    }

    #sect_07 .accord_list, #sect_07 .accord_list li {
        max-width: 100% !important;
    }

        #sect_07 .accord_list .accord_desc {
            font-size: 2rem;
        }

    .half {
        width: 100% !important;
    }
}

@media(max-width: 900px) {
    /* 썸네일 슬라이더 (위쪽) */
    .sect5_card_Swiper_Nav {
        width: 100%;
        height: 300px;
    }
}

@media(max-width: 600px) {

    /*섹션4*/
    #sect_04 .wrap .sect_tit {
        margin-bottom: 2rem;
    }

    #sect_04 .wrap .sect_04_img {
        max-width: 100%;
    }
}

@media screen and (max-width: 400px) {
	.fs_56{font-size: 2rem;}
    /* 썸네일 슬라이더 (위쪽) */
    .sect5_card_Swiper_Nav {
        width: 100%;
        height: 230px;
    }
	
}

/* ========================================================================== */
/***** 가로모드 *****/
@media screen and (orientation: landscape) and (max-width: 900px) {
}
