﻿body, html {
    /*width: 1300px;*/
    position: relative;
}

/*모바일 확인용 임시링크*/
.mobile_link {
    background-color: black;
    text-align: center;
    color: white;
}

    .mobile_link > span {
        line-height: 35px;
    }

/*sns 이미지*/
.sns_img {
    position: fixed;
    top: 300px;
    right: 50px;
    z-index: 999;
}

popup_sldie_wrap_inner .sns_img_wrap {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    border-radius: 50%;
}

.sns_img_wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.sns_img_wrap > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

/*customer 이미지*/
.customer_img {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 120px;
    right: 100px;
    z-index: 998;
    cursor: pointer;
}

    .customer_img > customer_img_wrap {
        width: 100%;
        height: 100%;
    }

        .customer_img > customer_img_wrap > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.customer_img_txt {
    position: relative;
    right: 20px;
    text-align: center;
    background-color: white;
    border-radius: 20px;
    width: 120px;
    padding: 5px 0px;
}


/*헤더 css*/
.header_inner_wrap_top {
    display: flex;
    align-items: center;
    background-color: #4f9294;
    cursor: pointer;
    color: fff;
}

.clear {
    font-size: 32px;
    padding-right: 10px;
}

    .clear > span {
        color: white;
        cursor: pointer;
    }

.header_inner_wrap_top_txt {
    text-align: center;
    max-width: 1300px;
    padding: 0.5rem 0;
    margin: auto;
}

    .header_inner_wrap_top_txt > span {
        color: white;
    }

.header_inner_wrap_bottom {
    width: 100%;
}

.header_inner_wrap_bottom_member {
    margin-right: 50px;
    text-align: right;
    padding: 0.5rem 0;
    box-shadow: 0 0.025rem 0.025rem rgba(0, 0, 0, 0.1); /* Add this line */
}

.member-icon {
    display: flex;
    justify-content: end;
    height: 14px;
    font-size: 14px;
}

    .member-icon > span {
        display: block;
        padding: 0 10px;
        line-height: 16px;
        cursor: pointer;
    }

        .member-icon > span:nth-child(2) {
            border-left: 1px solid;
        }

        .member-icon > span:nth-child(3) {
            border-left: 1px solid;
        }

.header_inner_wrap_bottom_center {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}

/*.bottom_center {
    margin-left:120px;
}*/

.logo {
    width: 11rem;
    cursor: pointer;
}

.bottom_center_icon_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bottom_center_icon_wrap > span {
        display: block;
        padding: 0 0.5rem;
        cursor: pointer;
    }

    .bottom_center_icon_wrap > a > span {
        display: block;
        padding: 0 0.5rem;
        cursor: pointer;
        color: black;
    }

.influ_width {
    width: 125px;
}

.hover5 {
    color: var(--main_color);
    border-bottom-color: var(--main_color);
    font-weight: 700;
}

.header_inner_wrap_bottom_menu_wrap_inner {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding : 0.5rem 0;
}

    .header_inner_wrap_bottom_menu_wrap_inner > .header_menu {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
        margin: auto;
    }


     
        .header_inner_wrap_bottom_menu_wrap_inner > .header_menu > a > .menu {
            height: 33px;
            text-align: center;
            cursor: pointer;
            font-weight: 700;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .header_inner_wrap_bottom_menu_wrap_inner > .header_menu > .menu:first-child {
            /*display: flex;
    align-items:center;
    justify-content: center;
    gap: 10px;*/
        }

        /*.header_inner_wrap_bottom_menu_wrap_inner > .header_menu > .menu:first-child:hover,
.header_inner_wrap_bottom_menu_wrap_inner > .header_menu > .menu:nth-child(2):hover,
.header_inner_wrap_bottom_menu_wrap_inner > .header_menu > .menu:nth-child(3):hover,
.header_inner_wrap_bottom_menu_wrap_inner > .header_menu > .menu:nth-child(4):hover,
.header_inner_wrap_bottom_menu_wrap_inner > .header_menu > .menu:nth-child(5):hover {
    color:#4a8b8d;
    border-bottom: 2px solid #4a8b8d;
}*/

        .header_inner_wrap_bottom_menu_wrap_inner > .header_menu > .menu:hover {
            color: var(--sub_color);
            /*border-bottom: 2px solid var(--sub_color);*/
        }

        .header_inner_wrap_bottom_menu_wrap_inner > .header_menu > a > .menu:hover {
            color: var(--sub_color);
            /*border-bottom: 2px solid var(--sub_color);*/
        }

        .header_inner_wrap_bottom_menu_wrap_inner > .header_menu > .menu:first-child > span:nth-child(2) {
            vertical-align: top;
        }

        .header_inner_wrap_bottom_menu_wrap_inner > .header_menu > .menu > span {
            line-height: 33px;
        }

.header_menu_blcok {
    border-radius: 20px;
    text-align: center;
    padding: 3px 0;
    /*padding*/
}

.header_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
    padding: 0 1rem; /* Add padding to give some space on the sides */
    gap: 2rem; /* Adjust gap between items */
}
/*헤더 css*/

.dropdown {
    display: none;
    position: absolute;
    top: 42px;
}
/*메인 contnet*/


.main_slider {
    position: relative;
    height: 400px;
}

.slide_wrap {
    height: 400px;
}

.slide_item > img {
    height: 400px;
}

.header_drop {
    width: 100%;
    padding: 30px 0;
    background-color: white;
    position: absolute;
    z-index: 998;
    top: 0px;
    border-top: 1px solid #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
}

.drop_content {
    max-width: 1150px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.drop_content_dbdata {
    display: flex;
    justify-content: space-between;
    row-gap: 15px;
    flex-direction:column;
    /*flex-wrap:wrap;*/
}

.drop_content_best {
    padding-right: 40px;
}

.drop_content_best_title {
    padding-bottom: 15px;
    font-weight: 700;
    cursor: pointer;
}

    .drop_content_best_title:hover {
        color: black;
    }

.drop_content_title {
    width: 190px;
    padding-right: 10px;
    margin-bottom: 15px;
    /*border-bottom:1px solid #707070;*/
    font-weight: 600;
    cursor: pointer;
}

    .drop_content_title > span {
        border-bottom: 1px solid #707070;
        display: inline-block;
        padding-bottom: 10px;
    }

    .drop_content_title > a > span {
        border-bottom: 1px solid #707070;
        display: inline-block;
        padding-bottom: 10px;
    }

    .drop_content_title:hover,
    .drop_content_title > a:hover,
    .drop_content_sub_title:hover {
        color: var(--sub_color);
    }

.drop_content_sub_title {
    padding-top: 5px;
    cursor: pointer;
}

.drop_content_event {
    position: relative;
}

.magarzine_title {
    margin-top: 30px;
}

.influencer {
    width: 125px;
    height: 33px;
    text-align: center;
    border: 1px solid var(--main_color);
    border-radius: 20px;
    font-weight: 700;
    cursor: pointer;
}

    .influencer > span {
        line-height: 33px;
    }

    .influencer:hover {
        background-color: var(--main_color);
        color: white;
    }


.dop_img {
    width: 376px;
    height: 195px;
}

.dop_img_wrap {
    width: 100%;
    height: 100%;
}

    .dop_img_wrap > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/*sell drop*/
.header_drop_sell {
    position: absolute;
    z-index: 998;
    top: 0;
    width: 100%;
}

.header_drop_sell_wrap_inner {
    position: relative;
    padding: 30px 20px;
    max-width: 593px;
    left: 1050px;
    background-color: white;
}

.drop_sell_contnet {
    display: flex;
    justify-content: space-between;
}

.drop_sell_contnet_txt {
    cursor: pointer;
}

    .drop_sell_contnet_txt:hover {
        color: #4a8b8d;
    }

.drop_event_contnet_txt > a > span {
    font-size: 16px;
    color: #575757;
    cursor: pointer;
}

    .drop_event_contnet_txt > a > span:hover {
        color: #4a8b8d;
    }

.drop_sell_contnet_img {
    width: 376px;
    height: 195px;
}

.drop_sell_contnet_img_wrap {
    width: 100%;
    height: 100%;
}

/*event drop*/

.header_drop_event {
    position: absolute;
    z-index: 998;
    top: 0;
    width: 100%;
}

.header_drop_event_wrap_inner {
    position: relative;
    padding: 30px 20px;
    max-width: 593px;
    left: 1180px;
    background-color: white;
}

.drop_event_contnet {
    display: flex;
    justify-content: space-between;
}

.drop_event_contnet_txt > a > span {
    display: block;
    padding-bottom: 8px;
}

.drop_event_contnet_img {
    width: 376px;
    height: 195px;
}

.drop_event_contnet_img_wrap {
    width: 100%;
    height: 100%;
}


    .drop_event_contnet_img_wrap > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/*best wrap*/
.best_wrap_inner {
    max-width: 1300px;
    margin: auto;
    padding: 110px 0 0 0;
}

.best_txt {
    text-align: center;
}

.best_menu {
    /*max-width: 500px;*/
    max-width: 100%;
    margin: auto;
    text-align: center;
    padding: 2rem 0;
}

    .best_menu > ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
    }

        .best_menu > ul > li {
            border-bottom: 2px solid #9f9f9f;
            color: #9f9f9f;
            cursor: pointer;
        }

.best_content {
    /*min-height: 480px;*/
    position: relative;
}

.actives-hover {
    color: var(--main_color) !important;
    border-bottom-color: var(--main_color) !important;
    font-weight: 700 !important;
}

.best-li-content {
    display: none;
}

.best_content_wrap_inner {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1rem;
    row-gap: 1rem; /* 행 간격 추가 */
}

.best_content_wrap_inner > .content {
    position: relative;
}

.best_content_wrap_inner > .content > a > .content_wrap {
    width: 100%;
    height: 300px; /* 고정 높이 설정 */
    border: 1px solid #cacaca;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin-bottom: 1rem; /* 섹션 간의 간격을 위해 */
}

.best_content_wrap_inner > .content > a > .content_wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.best_content_wrap_inner > .content > a > .content_wrap > img:hover {
    transform: scale(1.1);
    transition: .6s;
}

.best_content_wrap_inner > .content > a > .content_wrap > .best_txt {
    background-color: rgba(0, 0, 0, 0.50);
    border-radius: 6px;
    color: #ffffff;
    padding: 4px 4px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
}

@media (max-width: 1200px) {
    .best_content_wrap_inner {
        grid-template-columns: repeat(3, 1fr);
    }
    .best_content_wrap_inner > .content > a > .content_wrap {
        height: 250px; /* 고정 높이 조정 */
    }
}

@media (max-width: 900px) {
    .best_content_wrap_inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .best_content_wrap_inner > .content > a > .content_wrap {
        height: 200px; /* 고정 높이 조정 */
    }
}

@media (max-width: 600px) {
    .best_content_wrap_inner {
        grid-template-columns: 1fr;
    }
    .best_content_wrap_inner > .content > a > .content_wrap {
        height: 180px; /* 고정 높이 조정 */
    }
}
/*best 상품단 css*/
.relation_Item_All_Info_Area {
    padding: 10px 10px;
    width: 100%;
}

.relation_Item_Price_Area {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.relation_Item_Discount_Price {
    font-weight: 700;
    margin-right: 10px;
}

.relation_Item_Discount_Price_Before {
    color: #9F9F9F;
    text-decoration: line-through;
    margin-left: 10px;
    margin-right: 10px;
}

.relation_Item_Discount_Price_Percent {
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
}

.relation_Item_Price_Info {
    border: 1px solid #D8D8D8;
    border-radius: 6px;
    width: fit-content;
    padding: 2px 4px;
}

.relation_Item_Price_Info_Area {
    display: flex;
    gap: 10px;
}

/*suggection wrap*/
.suggection_wrap_inner {
    max-width: 1300px;
    margin: auto;
    padding-bottom: 5rem;
}

.suggection_txt {
    text-align: center;
    padding-bottom: 2rem;
}

.suggection_content_wrap_inner {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1rem;
}

    .suggection_content_wrap_inner > .content {
        position: relative;
    }

        .suggection_content_wrap_inner > .content > a > .content_wrap {
            width: 311px;
            height: 300px;
            overflow: hidden;
            cursor: pointer;
        }

            .suggection_content_wrap_inner > .content > a > .content_wrap > img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

                .suggection_content_wrap_inner > .content > a > .content_wrap > img:hover {
                    transform: scale(1.1);
                    transition: .6s;
                }

            .suggection_content_wrap_inner > .content > a > .content_wrap > .best_txt {
                background: var(--main_color);
                border-radius: 6px;
                color: #ffffff;
                width: 48px;
                padding: 2px 0px;
                text-align: center;
                position: absolute;
                top: 10px;
                left: 10px;
            }

.bottom_discount {
    display: flex;
}

.bottom_discount_first,
.bottom_discount_last {
    border: 1px solid #cacaca;
    padding: 6px;
}

/*business wrap*/
.business_wrap_inner_wrap {
    background-color: #fcf7e9;
}

.business {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.business_txt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
}

.business_txt_main > p {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

.business_button_wrap_txt {
    display: flex;
    border: 1px solid #d8d8d8;
    width: 137px;
    height: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .business_button_wrap_txt > span {
        display: block;
    }

.business_video {
    width: 690px;
    height: 350px;
}

.business_video_wrap {
    width: 100%;
    height: 100%;
}

/*magazine wrap*/
.magazine_wrap_inner {
    max-width: 1300px;
    margin: auto;
    padding: 5rem 0;
}

.magazine_txt {
    text-align: center;
    padding-bottom: 2rem;
}

.magazine_content_wrap_inner {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: center;
    column-gap: 1rem;
}

    .magazine_content_wrap_inner > .content {
        width: 400px;
        height: 550px;
    }

        .magazine_content_wrap_inner > .content > .content_img {
            height: 300px;
            width: 100%;
            border: 1px solid #707070;
            overflow: hidden;
            cursor: pointer;
        }

            .magazine_content_wrap_inner > .content > .content_img > img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

.relation_Item_Name_Info {
    font-size: 18px;
    font-weight: 500;
}

.content_img > img:hover {
    transform: scale(1.1);
    transition: .6s;
}

.magazine_bottom_txt {
    text-align: center;
    width: 140px;
    height: 35px;
    margin: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 700;
}

.issue_bg {
    background-color: #ffc609;
}

.magazine_bottom_txt > span {
    line-height: 35px;
}

.magazine_txt_product {
    text-align: center;
    padding: 50px 0;
}

.magazine_txt_product_main > span {
    font-size: 22px;
    font-weight: 700;
    color: #3e3e3e;
}

.magazine_txt_product_sub {
    padding: 10px 0;
}

.bottom_discount {
    display: flex;
}

.bottom_discount_first,
.bottom_discount_last {
    border: 1px solid #cacaca;
    padding: 6px;
}

/*ring wrap*/
.ring_wrap {
    background-color: #e6e7ec;
}

.ring_wrap_inner {
    max-width: 1300px;
    height: 100px;
    margin: auto;
}

.ring_img {
    height: 100%;
    cursor: pointer;
}

.ring_wrap_inner > .ring_img > img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

/*youtube wrap*/
.youtube_txt {
    max-width: 1300px;
    margin: auto;
    text-align: center;
    padding: 100px 0;
}

.m_banner {
    overflow: hidden;
    position: relative;
    margin-bottom: 5rem;
    max-width: 1300px;
    margin: auto;
}

.m_banner_wrap {
    margin-bottom: 4rem;
}

.mb_inner {
    display: flex;
}

.mb_box {
    transition: all 0.5s;
    padding: 50px;
    box-sizing: border-box;
    width: 160px;
    height: 390px;
}

    .mb_box.active {
        padding: 0;
    }

    .mb_box > iframe {
        transition: all 0.5s;
        opacity: 0.5;
    }

    .mb_box.active > iframe {
        opacity: 1;
    }

.mb_box_mid {
    width: 860px;
    margin: 0 auto;
    height: 450px;
}

    .mb_box_mid > img {
        width: 100%;
        height: 100%;
    }

.mb_box > img {
    width: 100%;
    height: 100%;
}

.mb_btn_l,
.mb_btn_r {
    z-index: 10;
    position: absolute;
    top: 50%;
    display: flex;
    background-color: black;
}

    .mb_btn_l > span,
    .mb_btn_r > span {
        color: white;
    }

.mb_btn_l {
    transform: translateY(-50%);
    cursor: pointer;
    left: 1rem;
    padding: .5rem;
    border: none;
}

.mb_btn_icon {
    width: 1rem;
    height: 1rem;
    color: white;
}

.mb_btn_r {
    transform: translateY(-50%);
    cursor: pointer;
    right: 1rem;
    padding: .5rem;
    border: none;
}

/*information wrap*/
#information {
    padding-top: 100px;
    box-sizing: border-box;
}

    #information h5 {
        font-size: 16px;
        color: #d94722;
        text-align: center;
        font-weight: 500;
        line-height: 30px;
    }

    #information h2 {
        font-size: 40px;
        color: #000;
        line-height: 50px;
        letter-spacing: -2px;
        text-align: center;
        margin-bottom: 80px;
        font-weight: 700;
    }

    #information .info-box {
        width: 100%;
        height: 970px;
        overflow: hidden;
    }

    #information .info-con1 {
        width: 780px;
        height: 970px;
        margin: auto;
        padding: 80px;
        box-sizing: border-box;
        background: url(/Source/Client/image/scale_new.jpg) no-repeat center center;
        background-size: cover;
        overflow: hidden;
    }

        #information .info-con1 .info-con1-box {
            width: 100%;
            height: 100%;
            margin: auto;
            margin-top: 1350px;
            margin-left: 200px;
        }


            #information .info-con1 .info-con1-box h3 {
                font-size: 65px;
                font-weight: 700;
                color: #fff;
                line-height: 65px;
            }

            #information .info-con1 .info-con1-box p {
                font-size: 18px;
                font-weight: 100;
                color: #fff;
                margin-top: 30px;
                letter-spacing: -0.4px;
            }

            #information .info-con1 .info-con1-box a {
                display: block;
                width: 60px;
                height: 60px;
                border-radius: 100%;
                border: 1px solid #fff;
                background: url(/Source/Client/image/view2.png) no-repeat 23px 23px;
                background-size: 14px 14px;
                text-indent: -9999999px;
                margin-top: 70px;
            }

        #information .info-con1 a:hover {
            display: block;
            width: 60px;
            height: 60px;
            border-radius: 100%;
            border: 1px solid #fff;
            background: url(/Source/Client/image/view.png) no-repeat 23px 23px;
            background-color: #fff;
            background-size: 14px 14px;
            text-indent: -9999999px;
        }

    #information .align {
        max-width: 2560px;
        height: auto;
        margin: auto;
        padding: 100px 20px 0 20px;
    }

    #information .info-con2 {
        max-width: 1370px;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    #information .info-con2-box1 {
        width: calc(60% - 8px);
        height: 290px;
        background: #fff;
    }

    #information .info-con2-box2 {
        width: calc(40% - 8px);
        height: 290px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #information .info-con2-box2-1,
    #information .info-con2-box2-2 {
        width: 100%;
        height: 137px;
        background: #fff;
    }

        #information .info-con2-box1 a,
        #information .info-con2-box2-1 a,
        #information .info-con2-box2-2 a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            padding: 50px;
            box-sizing: border-box;
        }

    #information .info-con2-box1-1 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    #information .info-con2-box1 p {
        font-size: 25px;
        font-weight: 100;
        color: #000;
    }

        #information .info-con2-box1 p span {
            font-size: 50px;
            font-weight: 700;
        }

    #information .info-con2-box1 a > span {
        display: block;
        position: absolute;
        bottom: 58.5px;
        right: 58px;
        width: 20px;
        height: 20px;
        background: url(../img/icon/view.png) no-repeat;
        background-size: 100% 100%;
        text-indent: -9999999px;
    }

    #information .info-con2-box1-2 {
        display: flex;
        align-items: center;
        margin-top: 50px;
        width: 100%;
    }

        #information .info-con2-box1-2 p {
            font-size: 16px;
            font-weight: 500;
        }

            #information .info-con2-box1-2 p + p {
                margin-left: 80px;
            }

            #information .info-con2-box1-2 p span {
                font-size: 20px;
                font-weight: 200;
                margin-left: 10px;
                padding-left: 20px;
                display: inline-block;
            }

                #information .info-con2-box1-2 p span::before {
                    content: "";
                    display: inline-block;
                    width: 20px;
                    height: 30px;
                    background: url(../img/icon/updown.png) no-repeat;
                    background-position: 0px 17px;
                    background-size: 100% 100%;
                }

    #information .info-con2-box1-1 h3,
    #information .info-con2-box2-1 h3,
    #information .info-con2-box2-2 h3 {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        letter-spacing: -0.4px;
        line-height: 25px;
    }

    #information .info-con2-box2-1 h3,
    #information .info-con2-box2-2 h3 {
        margin-top: -10px;
    }

    #information .info-con2-box1-1 h4 {
        font-size: 13px;
        color: #999;
        font-weight: 100;
    }

    #information .info-con2-box2-1 h4,
    #information .info-con2-box2-2 h4 {
        font-size: 18px;
        color: #999;
        font-weight: 100;
        letter-spacing: -0.4px;
        line-height: 30px;
        margin-top: 10px;
    }

    #information .info-con2-box2-1 a > span,
    #information .info-con2-box2-2 a > span {
        display: block;
        position: absolute;
        bottom: 58.5px;
        right: 50px;
        width: 20px;
        height: 20px;
        background: url(../img/icon/view.png) no-repeat;
        background-size: 100% 100%;
        text-indent: -9999999px;
    }

/*footer*/
.footer_content {
    display: flex;
    max-width: 1300px;
    margin: auto;
    padding: 50px 20px;
    justify-content: space-between;
}
@media (max-width :1024px){
    footer_content{
        padding: 50px 20px;
    }
    .tel_num > span{
        white-space :nowrap;
    }
}
@media (max-width :768px){
    footer_content{
        padding: 50px 20px;
    }
    .tel_num > span{
        font-size : 21px;
        white-space :nowrap;
    }
}
.customer_txt > span {
    font-size: 24px;
}

.bottom_logo {
    width: 175px;
    height: 35px;
}

    .bottom_logo > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.bottom_txt {
    line-height: 2;
}

    .bottom_txt > p {
        padding-top: 11px;
    }

        .bottom_txt > p:nth-child(2) {
            line-height: 1.1;
        }

.tel {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #8f8f8f;
    padding: 20px 0;
    justify-content: space-between;
    gap: 20px;
}

.tel_num > span {
    font-size: 34px;
    font-weight: 700;
    color: #ffc609;
}

.inquiry {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #8f8f8f;
    border-radius: 10px;
    width: 90px;
    height: 25px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.right_inquiry > .inquiry {
    cursor: pointer;
}

.date_wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.four-font {
    font-size: 13px;
}

.main_title-font {
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 30px;
}

.you_wrap_inner {
    max-width: 1300px;
    margin: auto;
}search_wrap_inner

.you_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right_content,
.left_contenr {
    width: 160px;
    height: 390px;
    overflow: hidden;
    position: relative;
}

.swiper-button-prve,
.swiper-button-next {
    position: absolute;
    z-index: 100;
}

.center_content {
    width: 860px;
    height: 450px;
}

a {
    color: #000;
}

.menu > a:hover {
    color: var(--sub_color);
}

.influ_menu:hover {
    color: var(--main_color);
    border: 1px solid var(--main_color);
    background-color: #fff;
}

.magazine_box_wrap {
    width: 270px;
    margin: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    color: #8F8F8F;
    cursor: pointer;
}

/*메인 배너 슬라이드*/
.slide {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    user-select: none;
}

.slide_wrap {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.slide_item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0;
    width: 100%;
    max-height: 400px;
    flex-shrink: 0;
    transition: left 0.15s;
    border-top: 2px solid #E40000;
}

    .slide_item > img {
        width: 100%;
        height: 100%;
        max-height: 400px; /* 부모 요소의 높이를 넘지 않도록 설정 */
        object-fit: cover;
    }

.slide_button {
    display: flex;
    z-index: 990;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    border-radius: 100%;
    cursor: pointer;
    color: white;
}

.slide_prev_button {
    left: 150px;
}

.slide_next_button {
    right: 150px;
}

    .slide_next_button > span,
    .slide_prev_button > span {
        font-size: 5rem;
    }

.slide_pagination {
    display: flex;
    gap: 5px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 850;
}

    .slide_pagination > li {
        color: #7fb5ff88;
        cursor: pointer;
        font-size: 25px;
    }

        .slide_pagination > li.active {
            color: #7fb5ff;
        }

.slide_item_duplicate {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0px;
    width: 100%;
    flex-shrink: 0;
    transition: left 0.15s;
}

/*main fixed 팝업창*/
.popup_sldie {
    position: fixed;
    width: 670px;
    height: 428px;
    bottom: 50px;
    left: 100px;
    z-index: 1000;
    display: block;
}

.popup_sldie_wrap_inner {
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
}

    .popup_sldie_wrap_inner > .swiper-container {
        width: 100%;
        height: 410px;

    }

.swiper-wrapper > .first_silde {
    background-color: #FFD1D1;
}

.swiper-wrapper > .second_silde {
    background-color: var(--main_color);
}

.swiper-wrapper > .third_silde {
    background-color: #ffc609;
}

.popup_sldie_wrap_inner > .clear_under {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;

}

.clear_under_Close_Area {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16%;
    cursor: pointer;
}

.clear_under > span:first-child {
    font-size: 16px;
}

.clear_under > span:nth-child(2) {
    display: block;
    padding: 0 10px;
    cursor: pointer;
}

.swiper-slide > img {
    object-fit: cover;
}

/*메인 검색창*/
.search {
}

.search_wrap_inner {
    position: fixed;
    display: none;
    width: 769px;
    height: 350px;
    margin: auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 80px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.search_clear {
    text-align: end;
}

    .search_clear > span {
        cursor: pointer;
        font-size: 30px;
    }

.search_main_title {
    font-size: 28px;
    color: #262626;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.title_search {
    padding-bottom: 10px;
    border-bottom: 2px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .title_search > input {
        border: none;
        width: 100%;
        padding-left: 15px;
    }

    .title_search > span {
        cursor: pointer;
        font-size: 30px;
    }

.bottom_title > .bottom_main_title {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #111111;
    font-weight: 500;
}

.bottom_main_title {
    position: relative;
}

    .bottom_main_title > span {
        position: relative;
        z-index: 1;
        font-weight: 600;
    }

    .bottom_main_title::after {
        content: '';
        position: absolute;
        left: 85px;
        width: 7px;
        height: 7px;
        background-color: var(--main_color);
        border-radius: 50%;
        z-index: 0;
    }

.circle_title {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 60px;
}

    .circle_title > .circle_title_content {
        width: 182px;
        height: 42px;
        border: 1px solid #cacaca;
        color: #cacaca;
        border-radius: 50px;
        padding-left: 20px;
        cursor: pointer;
    }

        .circle_title > .circle_title_content > span {
            line-height: 42px;
        }

/*공통*/
.user {
    background: #DAECED;
}

.user_Point_Area {
    max-width: 1300px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 40px 0px 40px 0px;
    gap: 0px 20px;
    margin: auto;
}

.user_More_Point_Area {
    width: 100%;
    height: 385px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 12px;
    border: 1px solid #CCCCCC;
}

.user_More_Point_Area_T {
    width: 100%;
    text-align: center;
    height: 150px;
    background: var(--main_color);
    padding: 32px;
    border-radius: 12px 12px 0px 0px;
}

.user_More_Point_Area_B {
    width: 100%;
    height: 235px;
}

.user_More_Point_Area_B_T, .user_More_Point_Area_B_B {
    height: 50%;
}

.point {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    height: 117px;
    line-height: 117px;
}

.point_info {
    font-size: 24px;
    font-weight: 400;
}

.point_Txt {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    height: 117px;
    line-height: 117px;
}

.user_Name {
    color: #ffffff;
    font-weight: 600;
}

.user_Name_Info {
    font-weight: 400;
}

.user_More_Point_Txt {
    color: #ffffff;
}

.under_Line {
    text-decoration: underline;
}

.inline_flex {
    display: inline-flex;
}

.user_Grade_Graph_Area {
    width: 100%;
    height: 385px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 12px;
    border: 1px solid #CCCCCC;
}

.user_Grade_Graph_Area_T {
    height: 105px;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.user_Grade_Graph_Area_M {
    width: 100%;
    /*height: 175px;*/
}

.user_Grade_Graph_Area_B {
    height: 105px;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.percent {
    font-size: 28px;
    font-weight: 600;
}

.font_weight_500 {
    font-weight: 500;
}
/*마이페이지 수정 0728*/

/*테이블 css 0927*/
.table-wraper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 15px;
}

.max-height-overflow {
    height: 400px;
    overflow-y: auto;
}

.table-common {
    width: 100%;
}

    .table-common > thead tr th {
        height: 40px;
        background-color: var(--mono_back);
        border: 1px solid var(--mono_line);
        text-align: center;
        color: var(--mono_main);
    }

    .table-common > tbody tr td {
        height: 40px;
        border: 1px solid var(--mono_line);
        text-align: center;
        color: var(--mono_main);
        padding: 0 5px;
    }

        .table-common > tbody tr td .drkid-input {
            width: 100%;
        }

    .table-common > tbody tr.active-tr {
        background-color: #F4FAFF;
    }

