@charset "utf-8";

body {
    margin-top: 105px;
}

.section00 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    height: 275px;
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(to top, rgb(255, 225, 220) 0%, rgba(255, 136, 76, 0) 100%);
    flex-direction: column;
    color: #333;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.section00 .color {
    margin: 5px 0;
    color: #d32929;
    font-size: 3.2rem;
}

.section00 span {
    color: #d32929;
    animation: up_down 1.5s infinite ease-in-out;
}

@keyframes up_down {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}



.main_banner {
    position: relative;
    height: 100%;

}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.thumbs .swiper-wrapper {
    justify-content: center;
}

.mySwiper .swiper-slide {
    width: 8px !important;
    height: 8px;
    background: #fff;
    border-radius: 20px;
    transition: .3s ease-in-out;
    border: 1px solid #ccc;
}

.mySwiper .swiper-slide-thumb-active {
    border: 1px solid #fff;
    background: #d32929;
    width: 3% !important;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbs {
    margin-top: -20px;
}

.thumbs .swiper-slide img {
    border-radius: 10px;
    display: none;
}

/* .banner_z{
    --swiper-navigation-color: #ff6d19; --swiper-pagination-color: #ff6d19;
} */
.banner_z {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

.quick_menu {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.quick_menu .qm {
    display: block;
    background: #fafafa;
    width: 24%;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
    transition: .3s ease-in-out;
}

.quick_menu .qm p {
    margin-top: 130px;
    font-size: 2.4rem;
    font-weight: 600;
}

.quick_menu .icon {
    color: #d32929;
    font-size: 45px;
    position: relative;
    z-index: 1;
    transition: .3s ease-in-out;
}

.quick_menu .qm .hd_noti {
    font-family: 'Pretendard' !important;
    position: absolute;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    top: 10px;
    transition: .3s ease-in-out;
    margin-left: -25px;
    visibility: hidden;
    opacity: 0;
    color: #fff;
}





/* sec2 */
.section-2 {
    margin: 0% 0 10%;
    background: url(../img_extend/best_seller/bg.png) no-repeat top;
    background-size: cover;
    padding: 130px 0;
}

/* .sec2_wrap .border{
    position: absolute;
    left: -265px;
    top: 50%;
    transform: translateY(-50%);
    height: 350px;
    width: 1625px;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
    border-top: 3px solid #d32929;
    border-right: 3px solid #d32929;
    border-bottom: 3px solid #d32929;
} */


.sec2_wrap {
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.sec2_wrap .title {
    width: 35%;
}

.title h2 {
    font-family: 'paperlogy-EB';
    font-size: 3.4rem;
    font-weight: normal;
}

.title h2 span {
    background: var(--po-gradi);
    color: transparent;
    -webkit-background-clip: text;
}

.title p {
    font-family: 'paperlogy-EB';
    font-size: 2.2rem;
    margin-top: 5px;
}

.sec2_wrap .title h2 {
    color: #fff;
    letter-spacing: 12px;
    font-size: 2.4rem;
}

.sec2_wrap .title h2 span {
    display: block;
    margin-top: 10px;
    background: 0;
    color: #fff;
    letter-spacing: normal;
    font-family: 'paperlogy-R';
    font-weight: 300;
    font-size: 6.4rem;
}

.sec2_wrap .title p {
    font-family: 'paperlogy-R';
    font-size: 2.4rem;
    color: #fff;
}

.sec2_wrap .hot_items {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    position: absolute;
    top: -30%;
    right: 0%;
}

.sec2_wrap .hot_items img {
    width: 32%;
}

.sec2_wrap .hot_items1,
.sec2_wrap .hot_items2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* .sec2_wrap .hot_items2{
    margin-top: 60px;
} */

/* section 3 */
.section-3 .pr1 {
    margin-top: 30px;
}

.section-3 .pr2 {
    margin-top: 60px;
}

.section-3 .product {
    display: flex;
    justify-content: space-between;
}

.section-3 .product .prd {
    width: 22.2%;
    cursor: pointer;
}

.section-3 .product .prd img {
    border-radius: 10px;
}


.section-3 .prd_info p {
    font-family: 'paperlogy-SB';
    font-size: 1.8rem;
    margin: 10px 0 3px;
}

.section-3 .prd_info span {
    font-family: 'paperlogy-M';
    font-size: 1.6rem;
    color: #666;
}


/* section 4 */
.section-4 {
    margin: 15rem auto;
    padding: 0;
}

.section-4 .bot_banner {
    text-align: center;
}

.section-4 img {
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

/* section 5 */
.section-5 {
    margin-bottom: 100px;
}

.customer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8rem;
}

.customer .sub_title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 10px;
}

.customer .sub_title a {
    padding-bottom: 3px;
    font-size: 1.4rem;
    color: #d32929;
    font-weight: 400;
}

.customer .noti {
    width: 100%;
}

.noti .noti_body li {
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.noti .noti_body li p {
    font-size: 1.8rem;
    color: #333;
    font-weight: normal;
    font-family: 'paperlogy-SB';
}

.noti .noti_body li:first-child {
    border-top: 3px solid #333;
}

#faq {
    width: 100%;
}


.customer .customer_center {
    width: 100%;
    box-sizing: border-box;
    background: url(../img_extend/customer_center.png) no-repeat center;
    padding: 30px;
    border-radius: 15px;
    background-size: cover;
    color: #fff;
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.customer .customer_center a {
    color: #fff;
}

.customer .number_talk {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.customer .number_talk .talk_btn a {
    display: block;
    text-align: center;
    font-weight: 400;
    padding: 11px 25px;
    /* border: 1px solid #fff ; */
    box-shadow: 0 0 0 1px #fff inset;
    border-radius: 50px;
}

.customer .number_talk .talk_btn .ch_talk {
    margin-bottom: 10px;
    /* border: none;
    background: #d32929; */
}

.customer .inqu_btn,
.customer .ch_talk:hover {
    transition: .2s ease-in-out;
}

.customer .inqu_btn:hover,
.customer .ch_talk:hover {
    /* background: #fff !important; */
    /* border: 2px solid var(--po-color
    ) !important; */
    /* color: #d32929;
    font-weight: 600 !important; */
    box-shadow: 0 0 0 2px #d32929 inset !important;
    animation: left_right .8s infinite ease-in-out;
}

@keyframes left_right {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.customer_center .title p {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 5px;
}

.customer .number p {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.customer .number span {
    font-size: 2.8rem;
    font-weight: 600;
}

/* quick menu 2 */
.quick_menu_2 {
    display: flex;
    justify-content: center;
    gap: 4%;
    margin-top: 60px;
    text-align: center;
}

.quick_menu_2 a {
    font-family: 'paperlogy-SB';
    font-size: 1.6rem;
}

.quick_menu_2 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    background: #fafafa;
    border-radius: 20px;
    margin-bottom: 10px;
    transition: .2s ease-in-out;
}

.quick_menu_2 .icon img {
    transition: .3s ease-in-out;
}


.quick_menu_2 .business_mall .icon {
    background: url(../img_extend/icon/bg.gif) center;
    background-size: 200%;
    background-color: #222;
}


.quick_menu_2 .icon img {
    max-width: 80%;

}

.quick_menu_2 a:hover .icon {
    background: #d32929;
    /* background: #333; */
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.quick_menu_2 .business_mall:hover .icon {
    background: url(../img_extend/icon/bg.gif) center;
    /* background-size: cover; */
    background-color: #222;
}

.quick_menu_2 a:hover .icon img {
    animation: qm_ani .6s infinite ease-in-out;
    filter: brightness(1.1);
}

@keyframes qm_ani {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.faq-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* gap: 2rem; */
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border-top: 3px solid #333;
}

#faq .faq {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #ccc;
    font-family: 'paperlogy-M';
}



.faq__question {
    padding: 20px 15px;
}

.faq__title {
    font-size: 1.8rem;
    color: #333;
    font-weight: normal;
    font-family: 'paperlogy-SB';
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid #fff;
    background: var(--a-bg);
    transition: 0.6s ease-in-out;
}

.faq__text {
    padding: 15px;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
}

.faq.active .faq__answer {
    max-height: 200px;
    border-top: 1px solid #ccc;
    /* transition: max-height 0.6s ease-in-out; */
}

.faq__btn {
    cursor: pointer;
    width: 100%;
    height: 4rem;
    display: flex;
    justify-content: right;
    align-items: center;
    position: absolute;
    top: 28px;
    right: 1rem;
    border: 0;
    border-radius: 50%;
    background: none;
    /* border: 1px solid #d32929; */
    font-size: 1.6rem;
}

.faq__btn:focus {
    outline: 0;
}

.faq__icon.close {
    display: none;
}

.faq__icon.open {
    color: #d32929;
    transition: .3s ease-in-out;
}

/* .faq.active .faq__icon.close {
    color: #d32929;
    display: block;
  } */

.faq.active .faq__icon.open {
    transform: rotate(-180deg);
}


@media screen and (min-width:701px) {
    .quick_menu .qm:hover {
        background: var(--po-gradi);
    }

    .quick_menu .qm:hover p {
        color: #fff;
    }

    .quick_menu .qm:hover .hd_noti {
        visibility: visible;
        opacity: 1;
        margin-left: 13px;
    }

    .quick_menu .qm:hover .icon {
        font-size: 55px;
        color: #fff;
    }
}

@media screen and (max-width:970px) {
    .title h2 {
        font-family: 'paperlogy-B';
    }

    .main_banner .banner_z {
        height: 150px;
    }

    .quick_menu {
        flex-wrap: wrap;
        gap: 5px;
    }

    .quick_menu .qm {
        width: 49%;
        padding: 10px;
    }

    .quick_menu .icon {
        font-size: 35px;
    }

    .quick_menu .qm p {
        margin-top: 50px;
        font-size: 2rem;
    }

    .section-2 {
        /* margin: 10% 0; */
        padding: 20px 0;
        position: relative;
        background-position: top;
    }

    .sec2_wrap {
        flex-direction: column;
        align-items: flex-end;
    }

    .sec2_wrap .title {
        width: 100%;
    }

    .sec2_wrap .title h2 {
        font-size: 1.8rem;
    }

    .sec2_wrap .title h2 span {
        font-size: 5.4rem;
    }

    .sec2_wrap .hot_items {
        position: static;
        margin-top: 40px;
        width: 70%;
        margin-left: 0;
    }


    .section-3 .product {
        flex-wrap: wrap;
        gap: 25px 10px;
    }

    .section-3 .product .prd {
        min-width: 160px;
        width: 48%;
    }

    .section-4 {
        margin: 60px auto;
    }

    .section-4 img {
        height: 150px;
        object-fit: cover;
    }

    .section-5 {
        margin-bottom: 60px;
    }

    .section-5 .title {
        margin-bottom: 20px;
    }

    .customer {
        gap: 7rem;
    }

    .customer .noti_faq,
    .customer .customer_center {
        width: 100%;
        padding: 10px 20px;
    }

    .customer .customer_center {
        padding: 20px;
    }

    .customer .tabnav li {
        padding: 10px;
        padding-left: 0;
    }

    .customer .tabnav {
        margin-bottom: 20px;
    }

}

@media screen and (max-width:650px) {
    .quick_menu_2 {
        margin-top: 4rem;
    }

    .quick_menu_2 .event_prd {
        display: none;
    }

    .sec2_wrap .hot_items {
        width: 90%;
    }
}

@media screen and (max-width:580px) {
    .mySwiper .swiper-slide-thumb-active {
        width: 25px !important;
    }

    .quick_menu_2 .icon {
        width: 70px;
        height: 70px;
        padding: 10px 0;
        box-sizing: border-box;
    }

    .section00 {
        height: 200px;
        font-size: 2.2rem;
    }

    .section00 .color {
        font-size: 2.4rem;
    }

    .section-3 .pr2 {
        margin-top: 25px;
    }
}

@media screen and (max-width:460px) {
    .quick_menu_2 .icon {
        width: 60px;
        height: 60px;
    }
}