/* main style css */
#main {
    width: 100%;
    padding-top: 35px;
    overflow-x: hidden;
}

#main .main_banner {
    width: 95%;
    max-width: 1240px;
    margin: auto;
    position: relative;
}

#main .main_banner .swiper-slide {
    width: 100%;
    height: auto;
    transform: scale(0.95);
    border-radius: 30px;
    overflow: hidden;
    opacity: 0.5;
    max-height: 400px;
    cursor: pointer;
}

#main .main_banner .swiper-slide img {
    width: 100%;
}

#main .main_banner .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#main .main_banner .swiper-button-next,
#main .main_banner .swiper-button-prev {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#main .main_banner .swiper-button-next img,
#main .main_banner .swiper-button-prev img {
    width: 20px;
    height: auto;
}

#main .main_banner .swiper-button-next::after,
#main .main_banner .swiper-button-prev::after {
    display: none;
}

#main .main_banner .swiper-button-next {
    top: 54%;
    right: 0%;
    transform: translate(50%, -50%);
}

#main .main_banner .swiper-button-prev {
    top: 54%;
    left: 0%;
    transform: translate(-50%, -50%);
}

#main .main_banner .swiper-button-disabled {
    display: none;
}

#main .sec_title {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 25px;
    gap: 20px;
}

#main .sec_title h6 {
    font-size: 32px;
    font-weight: 500;
}

#main .sec_title p {
    font-size: 18px;
    font-weight: 300;
}

#main .section-2 {
    margin: 90px auto 0;
    width: 95%;
    max-width: 1240px;
}

#main .section-2 .banner_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#main .section-2 .banner_wrap .banner {
    width: calc(25% - 7.5px);
    position: relative;
    border-radius: 16px;
    background: #F5F5F5;
    overflow: hidden;
    height: 150px;
    padding: 20px;
    cursor: pointer;
}

#main .section-2 .banner_wrap .banner img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: auto;
}

#main .section-2 .banner_wrap .banner .pc_img {
    display: block;
}

#main .section-2 .banner_wrap .banner .mo_img {
    display: none;
}

#main .section-2 .banner_wrap .banner .title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

#main .section-2 .banner_wrap .half_banner {
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
}

#main .section-2 .banner_wrap .half_banner .title p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

#main .section-2 .banner_wrap .half_banner .title h6 {
    font-size: 28px;
    font-weight: 400;
}

#main .section-3 {
    margin: 94px auto 0;
    width: 95%;
    max-width: 1240px;
}

#main .section-3 .banner_wrap {
    display: flex;
    gap: 25px;
}

#main .section-3 .banner_wrap>div {
    width: 50%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 52px;
}

#main .section-3 .banner_wrap>div::before {
    content: '특가';
    position: absolute;
    left: 0;
    top: 0;
    padding: 14px 22px;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 12px 0 18px 0;
    color: #fff;
}

#main .section-3 .banner_wrap>div:nth-child(1)::before {
    background: #FF7633;
}

#main .section-3 .banner_wrap>div:nth-child(2)::before {
    background: #294C74;
}

#main .section-3 .banner_wrap .content_box {
    display: flex;
    flex-direction: column;
    gap: 73px;
    position: relative;
    z-index: 2;
}

#main .section-3 .banner_wrap .title_box p {
    font-size: 28px;
    font-weight: 700;
    color: #222;
}

#main .section-3 .banner_wrap .title_box .price {
    font-size: 42px;
    font-weight: 700;
    margin-top: 10px;
}

#main .section-3 .banner_wrap .title_box .price span {
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
    color: #000 !important;
}

#main .section-3 .banner_wrap button {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 99px;
    overflow: hidden;
    padding: 13px 40px;
    width: max-content;
    border: none;
}

#main .section-3 .banner_wrap>div img {
    position: absolute;
    right: 53px;
    bottom: 0;
    height: 90%;
    width: auto;
}


#main .section-3 .banner_wrap>div:nth-child(1) {
    background: #F9F2EE;
}

#main .section-3 .banner_wrap>div:nth-child(1) .price {
    color: #FF6C24;
}

#main .section-3 .banner_wrap>div:nth-child(1) button {
    background: #FF6C24;
}

#main .section-3 .banner_wrap>div:nth-child(2) {
    background: #F3F3F3;
}

#main .section-3 .banner_wrap>div:nth-child(2) .price {
    color: #294C74;
}

#main .section-3 .banner_wrap>div:nth-child(2) button {
    background: #294C74;
}

#main .section-4 {
    padding: 40px;
    margin: 90px 0;
    background: url('/assets/img/sec-4-1.png') center no-repeat;
    background-size: cover;
    cursor: pointer;
}

#main .section-4 div {
    width: 95%;
    max-width: 1240px;
    margin: auto;
}

#main .section-4 h6 {
    font-size: 32px;
    font-weight: 500;
}

#main .section-4 p {
    font-size: 18px;
    font-weight: 350;
    line-height: 1.4;
    margin-top: 3px;
}

#main .section-5 {
    width: 95%;
    max-width: 1240px;
    margin: auto;
}

#main .section-5 .product_list {
    display: flex;
    width: 100%;
    gap: 24px;
    flex-wrap: wrap;
}

#main .section-5 .product_list li {
    width: calc(25% - 18px);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #dbdbdb;
}

#main .section-5 .product_list li .thum {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

#main .section-5 .product_list li .thum img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
}

#main .section-5 .product_list li .dec {
    padding: 26px 20px 22px;
}

#main .section-5 .product_list li .dec .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 14px;
}

#main .section-5 .product_list li .dec .name h6 {
    font-size: 17px;
    font-weight: 500;

}

#main .section-5 .product_list li .dec .name .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF7633;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
}

#main .section-5 .product_list li .dec .name .badge-2 {
    background: #294C74;
}

#main .section-5 .product_list li .dec .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main .section-5 .product_list li .dec .price .origin_price {
    font-size: 14px;
    font-weight: 400;
    color: #929090;
}

#main .section-5 .product_list li .dec .price .member_price {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 1;
}

#main .section-5 .product_list li .dec .price .member_price b {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-right: 5px;
    line-height: 1;
}

#main .section-5 .product_list li .dec .price .member_price .sale_per {
    font-size: 14px;
    font-weight: 500;
    color: #E8215D;
    padding-left: 2px;
    line-height: 1;
}

#main .section-6 {
    background: #F6F6F6;
    padding: 53px 0 86px;
    margin-top: 63px;
}

#main .section-6 .section-wrap {
    width: 95%;
    max-width: 1240px;
    margin: auto;
}

#main .section-6 .select_category {
    width: 100%;
    height: 50px;
    border-radius: 99px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 5px;
    gap: 10px;
    margin-bottom: 25px;
    position: relative;
}

#main .section-6 .select_category .bg- {
    width: auto;
    height: 80%;
    border-radius: 99px;
    background: #FF7633;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    z-index: 1;
    transition: left 0.5s;
}

#main .section-6 .select_category li {
    border-radius: 99px;
    font-size: 18px;
    font-weight: 350;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    height: 80%;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 0.1s;
}

#main .section-6 .select_category li.select {
    color: #fff;
    font-weight: 700;
}

#main .section-6 .product_list {
    display: flex;
    gap: 15px;
    width: 100%;
}

#main .section-6 .product_list .swiper-wrapper {
    gap: 15px;
    flex-wrap: wrap;
    width: 60.8%;
}

#main .section-6 .product_list .swiper-slide {
    width: 30%;
}

#main .section-6 .product_list .swiper-slide.first_product {
    width: 42%;
}

#main .section-6 .product_list .swiper-slide.first_product .dec {
    zoom: 1.3;
}

#main .section-6 .product_list .swiper-wrapper .first_product {
    display: none;
}

#main .section-6 .product_list .swiper-slide .number {
    font-size: 24px;
    font-weight: 350;
}

#main .section-6 .product_list .swiper-slide>div {
    border-radius: 20px;
    border: 1px solid #dbdbdb;
    background: #fff;
    overflow: hidden;
}

#main .section-6 .product_list .swiper-slide .thum {
    width: 100%;
    position: relative;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
}

#main .section-6 .product_list .swiper-slide .thum img {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    height: 100%;
}

#main .section-6 .product_list .swiper-slide .dec {
    border-top: 1px solid #dbdbdb;
    padding: 6px 16px;
}

#main .section-6 .product_list .swiper-slide .dec .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

#main .section-6 .product_list .swiper-slide .dec .name h6 {
    font-size: 16px;
    font-weight: 350;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 30px);
    height: 19px;
}

#main .section-6 .product_list .swiper-slide .dec .name .badge {
    width: 24px;
}

#main .section-6 .product_list .swiper-slide .dec .name .badge img {
    width: 100%;
}

#main .section-6 .product_list .swiper-slide .dec .price {
    display: flex;
    align-items: center;
    line-height: 1;
    color: #929090;
    font-size: 14px;
    font-weight: 350;
    gap: 5px;
}

#main .section-6 .product_list .swiper-slide .dec .price .member {
    font-size: 0.625rem;
    font-weight: 350;
    color: #FF7633;
    line-height: 1;
}

#main .section-6 .product_list .swiper-slide .dec .price b {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}




/* resize custom */
@media (max-width:768px) {
    #main .main_banner {
        height: 400px;
    }

    #main .main_banner.single {
        width: 100%;
    }

    #main .main_banner.single .swiper-slide {
        border-radius: 0;
    }

    #main .main_banner .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(1);
        box-shadow: none;
    }

    #main .main_banner .swiper-slide img {
        height: 100%;
        width: auto;
    }

    #main .sec_title {
        margin-bottom: 15px;
    }

    #main .sec_title h6 {
        font-size: 1.25rem;
    }

    #main .section-2 {
        margin: 40px auto 60px;
    }

    #main .section-2 .sec_title {
        display: none;
    }

    #main .main_banner .swiper-button-next,
    #main .main_banner .swiper-button-prev {
        width: 40px;
        height: 40px;
        z-index: 9;
    }

    #main .section-2 .banner_wrap .half_banner,
    #main .section-2 .banner_wrap .banner {
        width: calc(33.33% - 6.66px);
        height: 0;
        padding-top: 20%;
        position: relative;
    }

    #main .section-2 .banner_wrap .banner .title {
        position: absolute;
        left: 10px;
        top: 10px;
    }

    #main .section-2 .banner_wrap .half_banner .title h6 {
        display: none;
    }

    #main .section-2 .banner_wrap .banner .title p {
        font-size: 0.875rem;
        font-weight: 500;
    }

    #main .section-2 .banner_wrap .banner .pc_img {
        display: none;
    }

    #main .section-2 .banner_wrap .banner .mo_img {
        display: block;
    }

    #main .section-2 .banner_wrap .banner img {
        height: 70%;
        bottom: 0;
        top: auto;
        transform: translateY(0%);
    }

    #main .section-3 {
        margin: 40px auto 0;
    }

    #main .section-3 .banner_wrap {
        flex-direction: column;
        gap: 16px;
    }

    #main .section-3 .banner_wrap>div {
        width: 100%;
        height: 200px;
        padding-left: 11.68%;
        justify-content: end;
        padding-bottom: 20px;
    }

    #main .section-3 .banner_wrap>div img {
        right: 25px;
        height: 95%;
    }

    #main .section-3 .banner_wrap>div::before {
        padding: 10px 17px;
        border-radius: 12px 0 14px 0;
        font-size: 0.875rem;
    }

    #main .section-3 .banner_wrap .title_box p {
        font-size: 17px;
        font-weight: 500;
    }

    #main .section-3 .banner_wrap .title_box .price span {
        font-size: 17px;
    }

    #main .section-3 .banner_wrap .title_box .price {
        font-size: 32px;
        margin-top: 6px;
        line-height: 1;
    }

    #main .section-3 .banner_wrap .content_box {
        gap: 20px;
    }

    #main .section-3 .banner_wrap button {
        padding: 0px 30px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.875rem;
        font-weight: 500;
    }

    #main .section-4 {
        margin: 60px 0;
        height: 150px;
        padding: 35px 2.5%;
        background: url('/assets/img/m-sec-4-1.png') center no-repeat;
        background-size: cover;
    }

    #main .section-4 h6 {
        font-size: 1.125rem;
        font-weight: 500;
    }

    #main .section-4 p {
        font-size: 0.75rem;
        margin-top: 8px;
    }

    #main .section-5 .product_list {
        gap: 18px;
    }

    #main .section-5 .product_list li {
        width: calc(50% - 9px);
    }

    #main .section-5 .product_list li .dec .name h6 {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #main .section-5 .product_list li .dec .price {
        flex-direction: column;
        align-items: start;
    }

    #main .section-5 .product_list li .dec .price .origin_price {
        font-size: 13px;
        margin-bottom: 6px;
    }

    #main .section-5 .product_list li .dec .price .member_price {
        font-size: 13px;
    }

    #main .section-5 .product_list li .dec .price .member_price b {
        font-size: 18px;
    }

    #main .section-5 .product_list li .dec {
        padding: 14px;
    }

    #main .section-5 .product_list li .dec .name .badge {
        padding: 0 5px;
        border-radius: 2px;
    }

    #main .section-6 .product_list .swiper-slide.first_product {
        display: none;
    }

    #main .section-6 .product_list .swiper-wrapper .swiper-slide.first_product {
        display: block;
        width: 180px;
    }

    #main .section-6 .product_list .swiper-slide {
        width: 180px;
        height: 260px;
    }

    #main .section-6 .product_list .swiper-wrapper {
        flex-wrap: nowrap;
        gap: 0;
    }

    #main .section-6 .product_list .swiper-slide.first_product .dec {
        zoom: inherit;
    }

    #main .section-6 .product_list .swiper-slide .number {
        font-size: 16px;
    }

    #main .section-6 .product_list .swiper-slide .dec .price b {
        font-size: 1rem;
        margin-right: 2px;
    }

    #main .section-6 .product_list .swiper-slide .dec .price {
        font-size: 14px;
        justify-content: space-between;
    }

    #main .section-6 .product_list .swiper-slide>div a {
        position: relative;
    }

    #main .section-6 .product_list .swiper-slide .dec .name .badge {
        position: absolute;
        right: 8px;
        top: 63%;
    }

    #main .section-6 .product_list .swiper-slide .dec .name h6 {
        font-size: 0.875rem;
        font-weight: 500;
    }

    #main .section-6 .product_list .swiper-notification {
        display: none;
    }

    #main .section-6 {
        background: #fff;
        margin: 80px auto;
        padding: 0;
    }

    #main .section-6 .select_category {
        gap: 20px;
        margin: 10px auto;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    #main .section-6 .select_category li.select {
        color: #FF6C24;
        font-weight: bold;
    }

    #main .section-6 .select_category li {
        padding: 0;
        font-size: 1rem;
        font-weight: 300;
    }

    #main .section-6 .select_category .bg- {
        display: none;
    }

    #main .section-6 .select_category::-webkit-scrollbar {
        display: none;
    }

    #main .section-6 .sec_title {
        margin-bottom: 0;
    }
}

/* 공지 팝업 */
.notice_popup {zoom: 1.25; position: absolute; top: 200px; left: 20vw; transform: translateX(-50%); z-index: 10; background: white; border: 1px solid var(--black-300);}
.notice_popup .image_wrap {width: 100%; margin: auto; position: relative;}
.notice_popup .image_wrap img {width: 100%; cursor: pointer;}
.notice_popup .footer_wrap {display: flex; justify-content: space-between; padding: 8px;}
.notice_popup .footer_wrap .hide_today_wrap {cursor: pointer;}
.notice_popup .footer_wrap .hide_today_wrap:hover {text-decoration: underline;}
.notice_popup .footer_wrap .close_popup {cursor: pointer;}
.notice_popup .footer_wrap .close_popup:hover {text-decoration: underline;}
@media screen and (max-width: 768px) {
    .notice_popup {top: 110px; left: 50%; width: 90%;}
}