@charset "utf-8";

html,
body {
    overflow-x: hidden;
}

.section-4 .pc-img{
    border-radius: 0;
}

/* sec2 */
.section-2 {
    color: #fff;
    height: 300px;
    margin-bottom: 150px;
}

#top_banner {
    height: 100%;
    position: relative;
}


/* #top_banner .bg1, #top_banner .bg2{
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
    position: absolute;
}
#top_banner .bg1 {
    background: linear-gradient(135deg, rgba(255, 44, 77, 1) 0%, rgba(210, 1, 34, 1) 100%);
}
#top_banner .bg2 {
    opacity: 0;
    background: linear-gradient(135deg, #FFAD3B 0%, #FF6D12 100%);
} */

#top_banner .bg-layer-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}

#top_banner .bg-img {
    width: 100%;
    height: 100%;
    background: url(../img/best_seller/bg.png) no-repeat center;
    position: absolute;
    z-index: 10;
}

#top_banner .bg-layer {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: .6s ease-in-out;
}

#top_banner .banner_inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

#top_banner .text {
    position: relative;
    width: 30%;
    height: 100%;
}

#top_banner .text .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(30px);
    display: flex;
    flex-direction: column;
    gap: 30px;
    transition: .6s ease-in-out;
    opacity: 0;
}

#top_banner .txt.active {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

#top_banner .txt.leaving {
    opacity: 0;
    transform: translateY(-50%) translateX(-10%);
}


#top_banner .text .txt h2 {
    font-family: 'paperlogy-B';

    font-size: 38px;
}

#top_banner .text .txt p {
    font-family: 'paperlogy-R';

    font-size: 20px;
}


#top_banner .card_wrap {
    display: flex;
    gap: 10px;
    top: 20%;
    position: relative;
    z-index: 10;
}

#top_banner .card_wrap .card {
    width: 240px;
    height: 340px;
    color: #222;
    box-sizing: border-box;
    padding: 25px;
    padding-bottom: 30px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.06);
}

#top_banner .card_wrap .card .p_name {
    width: 100%;
}

#top_banner .card_wrap .card span {
    font-size: 16px;
    background: var(--po-gradi);
    color: transparent;
    -webkit-background-clip: text;
}

#top_banner .card_wrap .card p {
    font-size: 20px;
    margin-top: 5px;
    font-family: 'paperlogy-SB', sans-serif;
}

#top_banner .brand_logo .card img {
    max-width: 150px;
    text-align: center;
}

/* #top_banner .card_wrap .card.soop img {
    width: 120px;
} */
#top_banner .card_wrap.pc_only .card {

    transition: .2s ease-in-out;
}

#top_banner .card_wrap.pc_only .card:hover {
    transform: translateY(-20px);
    box-shadow: 15px 10px 24px rgba(0, 0, 0, 0.15);
}






.title h2 {
    font-family: 'paperlogy-EB';
    font-size: 2.6rem;
}

.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;
}


/* section 3 */
.section-3 {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}

/* 스티키용 overflow 제거 */
body {
    overflow-x: unset;
}

.section-3 .left {
    width: fit-content;
    position: sticky;
    top: 150px;
    height: fit-content;
}

.section-3 .right {
    flex: 1;
    max-width: 740px;
}


.section-3 .left .title {
    position: relative;
}

.section-3 .left .title h2 {
    font-size: 3rem;
}

.section-3 .left .title::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 3px solid #ff0d1a;
    border-radius: 100px;
    top: -18px;
    left: -5px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.section-3 .left .sub-title {
    margin-top: 7px;
}

.section-3 .left .sub-title p {
    font-size: 2rem;
}

.section-3 .left .sub-title span {
    display: block;
    margin-top: 4px;
    font-size: 1.8rem;
    color: #777;
    font-family: 'paperlogy-R';
}

.section-3 .left .title span {
    color: #F31D1D;
}

.section-3 .left .bot-box {
    max-width: 340px;
    margin-top: 25px;
    padding: 23px;
    box-sizing: border-box;
    background: #FA2748;
    border-radius: 15px;
    box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.4), 10px 10px 31px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-family: 'paperlogy-R', sans-serif;
    font-size: 19px;
    line-height: 1.4;
}

.section-3 .left .bot-box .text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.section-3 .left .bot-box .text p {
    position: relative;
    padding-left: 10px;
}

.section-3 .left .bot-box .text p::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 80%;
    background: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section-3 .left .bot-box .channel-btn {
    display: block;
    box-sizing: border-box;
    position: relative;
    margin-top: 25px;
    width: 100%;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100px;
    padding: 12px;
    font-family: 'paperlogy-M', sans-serif;
    font-size: 1.7rem;
    color: #fa2748;
    overflow: hidden;
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-3 .left .bot-box .channel-btn p,
.section-3 .left .bot-box .channel-btn svg {
    position: relative;
    z-index: 2;
    transition: .3s ease-in-out;
}

.section-3 .left .bot-box .channel-btn svg {
    fill: #fa2748;
}

.section-3 .left .bot-box .channel-btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #fa2748;
    left: -110%;
    top: -2px;
    padding: 2px;
    border-radius: 100px;
    box-sizing: content-box;
    transition: .4s ease-in-out;
    z-index: 1;
}

.section-3 .left .bot-box .channel-btn:hover {
    animation: scale 1s infinite ease-in-out;
}

.section-3 .left .bot-box .channel-btn:hover::before {
    scale: 1.1;
    border: 2px solid #fff;
    left: -2px;
}

.section-3 .left .bot-box .channel-btn:hover p,
.section-3 .left .bot-box .channel-btn:hover svg {
    color: #fff;
    fill: #fff;
}

@keyframes scale {
    0% {
        scale: 1;
    }

    50% {
        scale: 1.013;
    }

    100% {
        scale: 1;
    }
}

.section-3 .right .more-btn {
    display: flex;
    justify-content: end;
}

.section-3 .right .more-btn a {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    position: relative;
    width: fit-content;
}

.section-3 .right .more-btn a::after {
    position: absolute;
    content: '';
    width: 95%;
    height: 1px;
    background: #222;
    bottom: 0;
}

.section-3 .pr1 {
    margin-top: 15px;
}

.section-3 .product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 20px;
}

.section-3 .product .prd {
    width: 47%;
    cursor: pointer;
}

.section-3 .product .prd img {
    background: #fafafa;
}

.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 h2 {
    font-size: 2.4rem;
}

.customer .sub_title {
    font-size: 2.2rem;
    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: var(--po-color);
}

.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.6rem;
    color: #333;

    font-family: 'paperlogy-M';
}

.noti .noti_body li .date {
    font-size: 1.4rem;
    color: #555;
}

.noti .noti_body li:first-child {
    border-top: 2px solid #555;
}

#faq {
    width: 100%;
}


.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 {
    font-family: 'paperlogy-SB';

    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;
    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: var(--po-color); */
}

.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: var(--po-color);
    font-weight: 600 !important; */
    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-size: 2.4rem;
    margin-top: 0;
    margin-bottom: 8px;
}

.customer .number p {
    font-family: 'paperlogy-M';
    font-size: 2rem;

    margin-bottom: 5px;
}

.customer .number span {
    font-size: 2.4rem;
}

/* 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/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: var(--po-color);
    /* background: #333; */
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.quick_menu_2 .business_mall:hover .icon {
    background: url(../img/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: 2px solid #555
}

#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.6rem;
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid #fff;
    background: var(--a-bg);
    transition: 0.4s ease-in-out;
}

.faq__text {
    padding: 15px;
    color: #333;
    font-size: 1.6rem;
    font-family: 'paperlogy-R', sans-serif;
    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: 11px;
    right: 1rem;
    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);
}


.mobile_only {
    display: none;
}

.pc_only {
    display: flex;
}

.customer_center .time {
    font-size: 16px;
    line-height: 1.3;
    font-family: 'paperlogy-R';

    letter-spacing: 0;
}

.customer_center .number_talk {
    justify-content: end;
}

.customer_center .talk_btn {
    display: none;
}

.customer_center .number {
    text-align: right;
}

.title h2 {
    font-family: 'paperlogy-B', sans-serif;
}

.customer h2,
.customer_center .title p {
    font-family: 'paperlogy-SB', sans-serif;
}





@media screen and (max-width:1130px) {
    #top_banner .banner_inner {
        gap: 0;
    }

    #top_banner .text {
        width: 100%;
        height: 50%;
    }

    #top_banner .text .txt p {
        display: none;
    }

    #top_banner .card_wrap.pc_only {
        top: auto;
        width: 100%;
    }

    #top_banner .card_wrap.pc_only .card {
        width: auto;
        height: 200px;
        flex: 1;
    }

    .card_wrap.pc_only .brand_logo {
        width: 100%;
        text-align: right;
    }
}


@media screen and (max-width:970px) {

    .title h2 {
        font-family: 'paperlogy-B';
    }

    .section-3 {
        flex-direction: column;
        gap: 0px;
    }

    .section-3 .left {
        position: static;
        width: 100%;
    }

    .section-3 .left .bot-box {
        display: none;
    }

    .section-3 .right {
        max-width: 100%;
        position: relative;
    }

    .section-3 .right .more-btn {
        position: absolute;
        right: 0;
        top: -20px;
    }

    .section-3 .product {
        flex-wrap: wrap;
        gap: 25px 10px;
    }

    .section-3 .pr1 {
        margin-top: 25px;
    }

    .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;
    }

    .customer {
        gap: 7rem;
    }

    .customer .noti_faq,
    .customer .customer_center {
        width: 100%;
        padding: 10px 20px;
    }

    .customer .customer_center {
        padding: 20px;
        gap: 30px;
    }

    .customer .tabnav li {
        padding: 10px;
        padding-left: 0;
    }

    .customer .tabnav {
        margin-bottom: 20px;
    }

}

/* max 970 */



@media screen and (max-width:760px) {
    body {
        overflow-x: hidden;
    }

    .section-3 .left .title h2 {
        font-size: 22px;
    }
    .section-3 .left .sub-title p{
        font-size: 16px;
    }
    .section-3 .left .sub-title span{
        font-size: 15px;
    }

    .section-4 img {
        height: auto;
    }

    .section-4 .bot_banner {
        padding: 0 20px;
    }

    


    .mobile_only {
        display: block;
    }

    .section-2 {
        margin-bottom: 45px;
        height: 240px;
    }

    #top_banner .bg-img {
        background: url(../img/best_seller/mob_bg.png) no-repeat left;
    }

    #top_banner .text {
        width: 100%;
        height: 80px;
    }

    #top_banner .text .txt {
        margin-top: 10px;
    }

    #top_banner .text .txt h2 {
        font-size: 26px;
    }

    #top_banner .text .txt p {
        display: none;
    }

    /* #top_banner .infinite_slider{
        margin-left: -20px;
    } */
    #top_banner .mobile_only .card_wrap {
        top: auto;
        width: 100%;
        align-items: stretch;
    }

    /* #top_banner .card_wrap .card {
        width: auto;
        height: auto;
    } */

    #top_banner .mobile_only .card_wrap .card p {
        font-size: 16px;
    }

    #top_banner .brand_logo {
        width: 100%;
        text-align: right;
    }

    #top_banner .brand_logo img {
        height: 30px;
    }

    #top_banner .card_wrap {
        gap: 5px;
    }

    #top_banner .mobile_only .card_wrap .card {
        max-width: 200px;
        width: 100%;
        flex: 0 0 180px;
        /* aspect-ratio: 1 / 1; */
        height: 120px;
        padding: 15px;
        /* padding-right: 5px; */
        border-radius: 15px;
        gap: 5px;
    }

    #top_banner .pc_only {
        display: none !important;
    }
}

/* max 760px */

@media screen and (max-width:580px) {
    .section-3 .pr2 {
        margin-top: 25px;
    }
}

@media screen and (max-width:500px) {

    .title h2,
    .customer h2,
    .customer_center .title p {
        font-size: 18px;
    }

    .customer_center .title p {
        margin-bottom: 5px;
    }






    .section-2 {
        margin-bottom: 40px;
        height: 190px;
    }

    /* #top_banner .mobile_only {
        margin-top: 20px;
    } */

    #top_banner .banner_inner {
        align-items: center;
    }

    #top_banner .text .txt {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    #top_banner .text .txt h2 {
        font-size: 18px;
    }

    #top_banner .text .txt h2 .br {
        display: inline;
    }

    #top_banner .text {
        width: 100%;
        height: fit-content;
        top: 10px;
    }


    #top_banner .brand_logo img {
        height: 23px;
    }

    #top_banner .mobile_only .card_wrap .card {
        padding-left: 10px;
        padding-top: 10px;
        border-radius: 10px;
        height: 110px;
    }

    #top_banner .card_wrap .card span {
        font-size: 12px;
    }

    #top_banner .mobile_only .card_wrap .card p {
        font-size: 14px;
        line-height: 1.2;
        margin-top: 3px;
    }

    .section-3 .prd_info p {
        font-size: 1.6rem;
        margin: 5px 0 2px
    }

    .section-3 .prd_info span {
        font-size: 1.4rem;
    }

    /* #top_banner .card_wrap .card.soop img {
        max-width: 80px;
    } */

    .customer_center .time {
        font-size: 14px;
    }

    .customer .number p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:450px) {
    .section-3 .right {
        margin-top: 30px;
    }

    .section-3 .right .more-btn {
        position: static;
        justify-content: flex-start;
    }

    .section-3 .pr1 {
        margin-top: 15px;
    }
}



/* banner */
.myBanner {
    width: 100%;
    height: auto;
}

.myBanner .swiper-slide {
    width: 100%;
    height: auto;
}

.myBanner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* banner 이미지를 꽉 차게 */
    display: block;
    border-radius: 8px;
    /* 선택 */
}

.swiper-pagination-bullet-active {
    background-color: var(--po-color) !important;
    /* 활성 불릿 색 */
}

/* 모바일 환경에서 높이 줄이기 */
@media (max-width: 768px) {
    .myBanner .swiper-slide img {
        /* height: 220px; */
    }
}

@media (max-width: 480px) {
    .myBanner .swiper-slide img {
        /* height: 135px; */
    }
}