@charset "utf-8";

body {
    margin-top: 90px;
}

/* .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(220, 239, 255) 0%, rgba(76, 139, 255, 0) 100%);
    flex-direction: column;
    color: #333;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.section00 .color {
    margin: 5px 0;
    color: var(--po-color);
    font-size: 3.2rem;
}

.section00 span {
    color: var(--po-color);
    animation: up_down 1.5s infinite ease-in-out;
} */


.section-1 {
    padding: 0;
}



.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;
    object-fit: cover;
    /* max-width: inherit !important; */
    width: 100%;
    height: 100%;
}

.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: var(--po-color);
    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: -30px;
}

.thumbs .swiper-slide img {
    border-radius: 10px;
    display: none;
}

/* .banner_z{
    --swiper-navigation-color: #ff6d19; --swiper-pagination-color: #ff6d19;
} */
.banner_z {
    border-radius: 0px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}


.sec_title span {
    color: var(--po-color);
    font-size: 20px;
}

.sec_title h2 {
    font-size: 2.6rem;
}

/* quick menu */
.quick_menu {
    padding: 40px 20px;
}

.quick_menu,
.quick_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.quick_btn a {
    box-sizing: border-box;
    padding: 15px 5px 5px 15px;
    border-radius: 20px;
    background: var(--box-bg);
    width: 192px;
    border: 2px solid var(--box-bg);
    transition: .2s ease-in-out;
}

.quick_btn a .menu_name {
    font-family: 'paperlogy-R';
}

.quick_btn a .menu_name p {
    font-family: 'paperlogy-M';
    font-size: 1.8rem;
    color: var(--po-color);
    margin-bottom: 3px;
}

.quick_btn a .icon {
    text-align: right;
}



@keyframes up_down {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}



/* sec2 */
.section-2 {
    background: linear-gradient(to top, #f2f9ff 80%, rgba(240, 248, 255, 0) 100%);
    padding-top: 15rem;
    padding-bottom: 5rem;
}

.sec2_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec2_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
}

.sec2_left .sec_title p {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 15px;
}

.sec2_left .hash_tag p {
    font-weight: 600;
    margin-top: 10px;
    font-size: 1.8rem;
}



.sec2_right {
    display: flex;
    gap: 20px;
}

.sec2_right .best {
    box-sizing: border-box;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 150px;
    width: 240px;
    line-height: 30px;
    border-radius: 20px;
}

.sec2_right .best_1 {
    background: url(../img/best_seller/best_1_bg.png) no-repeat;
}

.sec2_right .best_2 {
    background: url(../img/best_seller/best_2_bg.png) no-repeat;
}

.sec2_right .best_3 {
    background: url(../img/best_seller/best_3_bg.png) no-repeat;
}

.sec2_right .best_name span {
    color: var(--po-color);
    font-size: 2rem;
}

.sec2_right .best_name p {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
}

.sec2_right .best_logo {
    text-align: center;
}


/* section 3 */
.section-3 {
    margin: 7rem auto 15rem;
}

.section-3 .sec_title {
    margin-bottom: 4rem;
}

.section-3 .product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 3rem;
}

.section-3 .product .prd {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    font-family: 'paperlogy-M';
}

.section-3 .product .prd_box {
    width: 320px;
    display: flex;
    justify-content: center;
}

.section-3 .product .prd_img {
    background: #fafafa;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
    width: 320px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
}

.section-3 .product .prd_img img {
    width: 40%;
    transition: .3s ease-in-out;
}

.section-3 .product .google_logo img {
    width: 20%;
}

.line {
    width: 1px;
    background: #ccc;
}

.prd_info {
    margin-bottom: 30px;
}

.prd_info .name {
    font-size: 2rem;
    margin-bottom: 5px;
    margin-top: 10px;
}

.prd button {
    background: none;
    padding: 5px 25px;
    border: 1px solid #333;
    border-radius: 100px;
    font-family: 'paperlogy-M';
    font-size: 1.8rem;
    color: #333;
    transition: .3s ease-in-out;
    height: 48px;
}

.prd {
    cursor: pointer;
}




/* 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;
    align-items: flex-end;
    gap: 15px;
}

.customer .sub_title a {
    padding-bottom: 3px;
    font-size: 1.4rem;
    color: var(--po-color);
    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';
}




/* .customer .customer_center {
    width: 100%;
    box-sizing: border-box;
    background: url(../img/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;
    box-shadow: 0 0 0 1px #fff inset;
    border-radius: 50px;
}

.customer .number_talk .talk_btn .ch_talk {
    margin-bottom: 10px;
    
}

.customer .inqu_btn,
.customer .ch_talk:hover {
    transition: .2s ease-in-out;
}

.customer .inqu_btn:hover,
.customer .ch_talk:hover {
    
    box-shadow: 0 0 0 2px var(--po-color) 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;
} */

#faq,
.noti {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.faq_left {
    width: 35%;
}

.faq_right {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.5rem;
}

.faq_right .more_btn {
    color: var(--po-color);
    margin-right: 20px;
    font-size: 1.6rem;
}

.faq_left .sub_title h2,
.noti .sub_title h2 {
    font-family: 'paperlogy-SB';
    font-size: 3.4rem;
}

.faq_left p,
.noti_left p {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.3;
}

.faq-container,
.noti_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* gap: 2rem; */
    padding: 0;
    list-style: none;
    gap: 20px;
}

#faq .faq {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    font-family: 'paperlogy-M';
}



.faq__question,
.noti_body li {
    padding: 20px 35px;
    border: 1px solid #333;
    border-radius: 100px;
}

.faq__title {
    font-size: 1.8rem;
    color: #333;
    font-weight: normal;
    font-family: 'paperlogy-SB';
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    border-radius: 30px;
    padding: 0px 35px;
    background: var(--a-bg);
    transition: 0.6s ease-in-out;
}

.faq__text {
    padding: 15px;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.8;
}

.faq.active .faq__question {
    border: 0;
    background: #F9FDFF;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05) inset;
}

.faq.active .faq__answer {
    padding: 10px 35px;
    border-radius: 30px;
    margin-top: 10px;
    max-height: 200px;
    border: 0;
    background: #F9FDFF;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05) inset;
}

.faq__btn {
    cursor: pointer;
    width: 100%;
    height: 4rem;
    display: flex;
    justify-content: right;
    align-items: center;
    position: absolute;
    top: 11px;
    right: 3rem;
    border: 0;
    border-radius: 50%;
    background: none;
    /* border: 1px solid var(--po-color); */
    font-size: 1.6rem;
}

.faq__btn:focus {
    outline: 0;
}

.faq__icon.close {
    display: none;
}

.faq__icon.open {
    color: var(--po-color);
    transition: .3s ease-in-out;
}

/* .faq.active .faq__icon.close {
    color: var(--po-color);
    display: block;
  } */

.faq.active .faq__icon.open {
    transform: rotate(-180deg);
}

.customer .line {
    width: 100%;
    height: 1px;
}

/* 컨베이어 */
.sec2_right {
    display: flex;
}

.tag-list {
    display: none;
}


@media screen and (min-width:971px) {



    .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;
    }

    .quick_btn a:hover {
        border: 2px solid var(--po-color);
        box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.05);
    }

    .quick_btn a:hover .icon {
        animation: up_down .8s infinite ease-in-out;
    }

    .prd:hover .prd_img {
        background: var(--a-bg);
    }

    .prd:hover .prd_img img {
        transform: scale(1.2)
    }

    .prd:hover button {
        background: var(--po-color);
        color: #fff;
        border: 1px solid var(--po-color);
        font-family: 'paperlogy-R';
    }

}

/* min 971 */


@media screen and (max-width:1160px) {
    .sec_title {
        text-align: center;
        margin: 0 auto;
    }

    .quick_menu {
        gap: 30px;
    }

    .quick_btn {
        margin: 0 auto;
    }

    .sec2_wrap {
        flex-direction: column;
    }

    .hash_tag,
    .best_prd {
        display: none;
    }

    /* 컨베이어 */
    .section-2 {
        padding-left: 0;
        padding-right: 0;
    }

    .tag-list {
        display: block;
        width: 100%;
        overflow: hidden;
        margin-top: 3rem;
    }

    .loop-slider {
        .inner {
            display: flex;
            width: fit-content;
            animation-name: loop;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
            animation-direction: var(--direction);
            animation-duration: var(--duration);
        }
    }

    @keyframes loop {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-43.5%);
        }
    }

    .section-3 .product .line {
        display: none;
    }
}


@media screen and (max-width:970px) {
    .title h2 {
        font-family: 'paperlogy-B';
    }

    .quick_menu {
        flex-direction: column;
    }

    .quick_menu .qm {
        width: 49%;
        padding: 10px;
    }

    .quick_menu .icon {
        font-size: 35px;
    }

    .quick_menu .qm p {
        margin-top: 50px;
        font-size: 2rem;
    }

    .quick_btn {
        width: 100%;
        gap: 10px;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .section-2 {
        /* margin: 10% 0; */
        padding: 20px 0;
        position: relative;
        background-position: top;
    }

    .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;
    }

    .prd button {
        background: var(--po-color);
        color: #fff;
        border: 0;
        font-family: 'paperlogy-R';
        padding: 7px 25px;
    }

    .prd_info {
        margin-bottom: 10px;
    }

    .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;
    }

    #faq,
    .noti {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .customer .sub_title {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }

    .faq_left .sub_title h2,
    .noti .sub_title h2 {
        order: 2;
    }

    .customer .sub_title .mob_add {
        border: 1px solid var(--po-color);
        padding: 5px 15px;
        border-radius: 50px;
    }

    .noti_left {
        width: 100%;
    }

    .faq_left p,
    .noti_left p {
        text-align: center;
        font-size: 2rem;
    }

    /* .faq_left p, .noti_left p{
        text-align: center;
    } */

    .faq_left,
    .faq-container,
    .noti_body,
    .faq_right {
        width: 100%;
    }

    .faq__btn {
        top: 13px;
    }

    .faq_right {
        align-items: center;
    }

    .faq_right .more_btn {
        margin-right: 0;
        font-size: 1.8rem;
        margin-bottom: 15px;
    }


}

@media screen and (max-width:695px) {
    .banner_z {
        /*  height: 300px; */
    }

    /* .quick_menu_2 {
        margin-top: 4rem;
    }

    .quick_menu_2 .event_prd {
        display: none;
    }

    .sec2_wrap .hot_items {
        width: 90%;
    } */

    .section-3 .product .line {
        display: block;
        width: 100%;
        height: 1px;
    }

    .section-3 .product {
        gap: 45px;
    }
}

@media screen and (max-width:580px) {
    .mySwiper .swiper-slide-thumb-active {
        width: 25px !important;
    }

    .quick_btn {
        flex-wrap: wrap;
    }

    .quick_btn a {
        width: 45%;
    }

    .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;
    }

    .sec2_right .best {
        width: 220px;
    }
}

@media screen and (max-width:460px) {
    .quick_menu_2 .icon {
        width: 60px;
        height: 60px;
    }


}