@charset "utf-8";
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);


/* p_prod */
.p_prod .sec1 .inner {
    display: flex;
    justify-content: space-between;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.p_prod .sec1 .inner .sec1_w{
    width: 50%;
}

    .p_prod .sec1 .inner .prodWrap {
        padding-right: 120px;
        box-sizing: border-box;
        position: relative;

    }
.p_prod .sec1 .inner .detailWrap .txtBox{
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 30px ;
}
.p_prod .sec1 .inner .detailWrap .txtBox .title_2l{
    line-height: 1.6;
}
    .p_prod .sec1 .inner .detailWrap .price span {
        margin-right: 10px;
    }

    .p_prod .sec1 .inner .detailWrap .price .org_price {
        display: inline-block;
        text-decoration: line-through;
        color: #888888;
        font-size: 2.6rem;
        vertical-align: baseline;
        font-weight: 400;
    }

.p_prod .sec1 .inner .detailWrap .dvBox{
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 25px 0;
}
.p_prod .sec1 .inner .detailWrap .dvBox .title_2l{
    margin: 0 8px 0 60px;
}
    .p_prod .sec1 .inner .detailWrap .priceBox {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 26px 30px 28px;
        background: #F5F5F5;
        margin-bottom: 30px;
        border-radius:20px;
    }
.p_prod .sec1 .inner .detailWrap .payBox{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
    .p_prod .sec1 .inner .detailWrap .payBox div.cart {
        height: 58px;
        /*max-width: 59%;*/
        width: 100%;
        border: 1px solid #000000;
        padding: 14px;
        box-sizing: border-box;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 10px;
        margin-right: 10px;
    }
    .p_prod .sec1 .inner .detailWrap .payBox div.naver {
        width: 100%;
        padding: 14px;
        box-sizing: border-box;
        text-align: center;
        border-radius: 10px;
        cursor:pointer;
    }
        .p_prod .sec1 .inner .detailWrap .payBox div p {
            margin-top: 3px;
        }
        .p_prod .sec1 .inner .detailWrap .payBox div img {
            width: 22px;
            height: auto;
        }
.p_prod .sec1 .inner .detailWrap .payBox .subsc{
    width: 320px;
    height: 58px;
    background: #000000;
    text-align: center;
}
    .p_prod .sec1 .inner .detailWrap .payBox .naver {
        border: none;
        background: #9F0827;
        gap: 5px;
    }
        .p_prod .sec1 .inner .detailWrap .payBox .naver img {
            width: auto;
            height: 26px;
        }
        .p_prod .sec1 .inner .detailWrap .payBox .naver .naver_m{
            display:block;
        }
        .p_prod .sec1 .inner .detailWrap .e_banner {
            width: 100%;
            height: 58px;
            background: #9F0827;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 17px;
        }
.p_prod .sec1 .inner .detailWrap .e_banner img{
    width: 24px;
    height: auto;
    margin: 0 5px 1px 0;
}
    .p_prod .sec1 .inner .prodWrap .imgBox {
        max-width: 600px;
        margin-bottom: 10px;
        overflow: hidden;
    }

.prodWrap .swiper {
    margin-bottom: 10px;
    height:auto !important;
}
    .prodWrap .swiper.mySwiper {
        height: 91px !important;
    }
.prodWrap .swiper-slide {
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    border: 1.5px solid #ffffff;
    cursor: pointer;
    overflow: hidden;
}
.prodWrap .mySwiper2 .swiper-slide {
    max-height: 500px;
}
.prodWrap .mySwiper .swiper-slide {
    max-height: 91px;
}
.prodWrap .mySwiper .swiper-slide-thumb-active {
    border: 1.5px solid #000000;
}
.mySwiper2 .swiper-wrapper {
    height: 480px !important;
}
.prodWrap .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prodWrap .swiper-button-next {
    right: var(--swiper-navigation-sides-offset,1px) !important;
    top: var(--swiper-navigation-top-offset,55%);
    background: #00000066;
    width: 20px;
    height: 36px;
    top:34px;
    right:0 !important;
}
.prodWrap .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,1px) !important;
    top: var(--swiper-navigation-top-offset,55%);
    background: #00000066;
    width: 20px;
    height: 36px;
}
    .prodWrap .swiper-button-prev:hover, .prodWrap .swiper-button-next:hover {
        background: #000;
    }
.prodWrap .swiper-button-prev:after {
    background: url('../images/icon/icon_btn_l.png') left 50% center;
    background-repeat: no-repeat;
}
.prodWrap .swiper-button-next:after {
    background: url('../images/icon/icon_btn_r.png') left 50% center;
    background-repeat: no-repeat;
}
/* 상품정보 */
.p_prod .sec2 {
    position: relative;
}

.p_prod .sec2::before{
    content: "";
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
}
.p_prod .sec2 .inner{
    padding: 0;
}
.p_prod .sec2 .touch {
    width: 100%;
    overflow: auto;
}
.p_prod .sec2 .tabmenu {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .p_prod .sec2 .tabmenu li {
        width: 25%;
        float: left;
        position: relative;
        height: 72px;
        line-height: 72px;
        color: #000;
        font-size: 2.4rem;
        border-bottom: 3px solid #ffffff;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
    }
        .p_prod .sec2 .tabmenu li.active {
            border-bottom: 3px solid #9F0827;
            color: #9F0827;
        }
        .p_prod .sec2 .tabCon {
            width: 100%;
        }

        .p_prod .sec2 .tabCon li {
            width: 100%;
            padding-top: 40px;
            padding-bottom: 60px;
            display:none;
        }
            .p_prod .sec2 .tabCon li .ex img {
                width: initial;
                margin: 0 auto;
                display: block;
                max-width: 840px;
            }
                .p_prod .sec2 .tabCon li .ex img:first-child {
                }
                .p_prod .sec2 .tabCon li .ex img:not(:first-child) {
                }
                .p_prod .sec2 .tabCon li.active {
                    display: block;
                }
            .p_prod .sec2 .tabCon li iframe {
                margin: 20px auto;
                display: block;
                max-width: 860px;
                height: 460px;
            }
            /* 상품리뷰 */
            .p_prod .sec2 .tb_c_2 {
                padding-top: 40px;
            }
        .p_prod .sec2 .tb_c_2 .tr_ds {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
        }
.p_prod .sec2 .tb_c_2 .tr_ds.line{
    padding-bottom: 15px;
}
                .p_prod .sec2 .tb_c_2 .tr_ds_l,
                .p_prod .sec2 .tb_c_2 .tr_ds_r {
                    display: flex;
                    align-items: baseline;
                    flex-wrap: wrap;
                }
.p_prod .tab_mo{
    display:none;
}
.p_prod .sec2 .tb_c_2 .top_review .tr_ds_r {
    gap: 0px;
}
    .p_prod .sec2 .tb_c_2 .tr_ds_r {
        gap: 30px;
    }
    .p_prod .sec2 .tb_c_2 .tr_ds_r span {
        margin-left: 10px;
    }
    .p_prod .sec2 .tb_c_2 .top_review .tr_ds_l .pp_title_m {
        margin-right: 15px;
    }
.p_prod .sec2 .tb_c_2 .top_review .tr_ds_r .rev_bnt{
    padding: 10px 0;
    text-align: center;
    width: 162px;
    border: 1px solid #AAAAAA;
    margin-left: 30px;
    cursor: pointer;
    border-radius:10px;
}
.p_prod .sec2 .tb_c_2 .top_review .tr_box{
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    margin: 0px 0 60px;
    border-radius:50px;
}
.p_prod .sec2 .tb_c_2 .top_review .tr_box .tr_b_l,
.p_prod .sec2 .tb_c_2 .top_review .tr_box .tr_b_r{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
}
.p_prod .sec2 .tb_c_2 .top_review .tr_box .tr_b_l{
    border-right: 1px solid #DFDFDF;
}
    .p_prod .sec2 .tb_c_2 .top_review .tr_box .tr_b_l > p {
        align-items: baseline;
        display: flex;
        margin-left: 10px;
    }
.p_prod .sec2 .tb_c_2 .top_review .tr_box .tr_b_r .bann{
    background: #9F0827;
    width: fit-content;
    padding: 19px 5%;
    border-radius:10px;
}
.p_prod .sec2 .tb_c_2 .top_review .tr_box .tr_b_r .bann img{
    width: 18px;
    height: auto;
    margin-left: 4px;
}
.p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab.mo {
    padding: 0 5px;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    background: url('../images/icon/ic_down_g.png') center right 10px;
    background-repeat: no-repeat;
    width: 110px;
    display: none;
}
    .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab.mo.ex_mo {
        display:block !important;
    }


            .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab li {
                float: left;
                cursor: pointer;
                font-weight: 400;
                font-size: 2.2rem;
                color: #888888;
                text-align: left;
                height: 26px;
                line-height: 26px;
                width: fit-content;
                margin-right: 40px;
                padding: 0;
                display: block;
            }
    .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab li:last-child {
        margin-right: 0px;
    }
    .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab li.on {
        color: #000000;
        font-weight: 500;
    }
.p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont{
    clear: both;
    border-top: 1px solid #000000;
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}
    .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div {
        display: block;
    }

    .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul li {
        border-bottom: 1px solid #DFDFDF;
        padding: 28px 10px;
        box-sizing: border-box;
        width: 100%;
        display:block;
    }
        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul li.active .imgBox img {
            display:none;
        }
        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul li .flWrap {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }
        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul .txtBox {
            width: 100%;
            padding-right: 30px;
            box-sizing: border-box;
        }
.p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont>div ul .txtBox .tb_top{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont>div ul .txtBox .tb_top .line{
    height: 10px;
    width: 1px;
    margin: 0 10px;
    background: #dfdfdf;
    display: block;
}
        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul .txtBox .txt {
            vertical-align: top;
            text-overflow: ellipsis;
            word-break: break-all;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            height: auto;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: box;
        }
        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul li.active .txtBox .txt {
            -webkit-line-clamp: initial;
        }
.p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont>div ul .txtBox .more{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
}
.p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont>div ul .txtBox .more img{
    transform: rotate(0deg);
}
.p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont>div ul li.active .txtBox .more img{
    transform: rotate(180deg);
}
.p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont>div ul .txtBox .star_box {
    width: fit-content;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont>div ul .txtBox .star_box .star {
    width: 105px;
    height: 16px;
    position: relative;
}
.p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont>div ul .txtBox .star_box .star img{
    width: auto;
    height: 16px;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont>div ul .txtBox .star_box .star img.active{
    display: block;
}

        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul .imgBox {
            width: 220px;
            height: auto;
            max-height: 140px;
            overflow: hidden;
            border-radius: 10px;
        }
    .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul .imgBox img{
        width:100%;
        height:auto;
        position:relative;
        top:50%;
        transform:translateY(-50%);
    }
        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul li.active .txtBox {
            padding-right:0;
        }
        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul li.active .imgBox {
            width: 0;
        }
        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul li.active .b_imgBox {
            display: flex;
        }
        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul .b_imgBox {
            margin-top: 20px;
            display: none;
            justify-content: flex-start;
            gap: 10px;
        }
        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul .b_imgBox p{
            width:25%;
            height:auto;
            max-height:300px;
        }
            .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul .b_imgBox p img {
                width: 100%;
                height: auto;
                position: relative;
                top: 50%;
                transform: translateY(-50%);
            }
            .p_prod .sec2 .tb_c_2 .bot_review .tr_ds_r .title_l {
                display: flex;
                align-items: center;
            }


/* 상품 Q&A */
.p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2>div ul li{
    padding: 0;
    display: block;
}
.p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2>div ul li .titBox{
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}
    .p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2 > div ul li .titBox:hover,
    .p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2 > div ul li .titBox.on{
        background: #F7F7F7;
    }
.p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2>div ul li .titBox.on{
    background: #F7F7F7;
}
.p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2>div ul li .titBox .titb_r{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2>div ul li .titBox .titb_r .id{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2>div ul li .titBox .titb_r .id .line{
    width: 1px;
    height: 10px;
    background: #dfdfdf;
}
.p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2>div ul li .QAbox{
    padding: 0 20px;
    box-sizing: border-box;
    display: none;
}
.p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2>div ul li .QAbox.on{
    display: block;
}
.p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2>div ul li .QAbox>div{
    padding:  20px 0 30px;
    display: flex;
    justify-content: start;
}
.p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2>div ul li .QAbox>div p:nth-child(1){
    width: 27px;
    min-width:27px;
    height: 27px;
    background: #9F0827;
    text-align: center;
    border-radius: 50%;
    line-height: 27px;
    margin-right: 10px;
}
.p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2>div ul li .QAbox .Abox{
    border-top: 1px solid #DFDFDF
}
.p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2>div ul li .QAbox .Qbox p:nth-child(1){
    background: #D9D9D9;
}

/* 구매정보 */
.p_prod .sec2 .tb_c_4 .infowrap{

}
.p_prod .sec2 .tb_c_4 .infowrap>p span{
    vertical-align: middle;
}
.p_prod .sec2 .tb_c_4 .infowrap table{
    width: 100%;
    border-top: 1px solid #666666;
    border-collapse: collapse;
    margin: 16px 0 60px;
}
.p_prod .sec2 .tb_c_4 .infowrap table tr td{
    border-bottom: 1px solid #DFDFDF;
    color: #666666;
    padding: 18px 19px;
    box-sizing: border-box;
}
.p_prod .sec2 .tb_c_4 .infowrap table tr td:first-child{
    background: #F5F5F5;
    color: #000000;
    width: 40%;
}
.mo_pg{
    display:none;
}
.p_prod .m_banner {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}
.p_prod .m_banner .innerBanner {
    width: auto;
    position: relative;
    margin: 0 auto;
    padding: 60px 50px 51px;
    box-sizing: border-box;
}

@media screen and (max-width: 1440px) {
    .m_bn1 {
        background-position: right 0% bottom;
        background-image: url(../images/icon/main_banner2_m.png);
        background-size: 600px;
    }
    .m_bn2::before {
        height: 261px;
    }
}
@media screen and (max-width: 1200px) {
    .m_bn1 {
        background-position: right 0% bottom;
        background-image: url(../images/icon/main_banner2_m.png);
        background-size: 60%;
    }
    .p_prod .sec1 .inner .prodWrap {
        padding-right: 60px;
        min-width: 500px;
    }
    .m_bn2::before {
        height: 254px;
    }
    .p_prod .sec1 .inner .detailWrap .payBox div.cart {
        gap: 5px;
    }
    .p_prod .sec1 .inner .detailWrap .payBox div p {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 1000px) {
    .p_prod .sec1 .inner .detailWrap .payBox .naver .naver_m {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .p_prod .sec1 .inner .detailWrap .payBox div img {
        display: none;
    }
}
    @media screen and (max-width: 850px) {
        .mo_pg {
            display: flex;
        }

        .m_sec .inner {
            padding: 60px 0;
        }

        .p_prod .sec1 .inner {
            flex-wrap: wrap;
            justify-content: center;
        }

            .p_prod .sec1 .inner .sec1_w {
                width: 100%;
            }

            .p_prod .sec1 .inner .sec1_w {
                margin-bottom: 60px;
                max-width: 700px;
            }

            .p_prod .sec1 .inner .prodWrap {
                padding: 0;
                margin-bottom: 40px;
                min-width: auto;
            }

                .p_prod .sec1 .inner .prodWrap .imgBox {
                    max-width: initial;
                }

        .p_prod .sec2 .tb_c_2 .top_review .tr_box {
            flex-wrap: wrap;
        }

            .p_prod .sec2 .tb_c_2 .top_review .tr_box .tr_b_l,
            .p_prod .sec2 .tb_c_2 .top_review .tr_box .tr_b_r {
                width: 100%;
                border-right: none;
            }

        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul .txtBox .tb_top {
            flex-wrap: wrap;
        }

        .p_prod .sec1 .inner .detailWrap .payBox .naver .naver_m {
            display: block;
        }
        .p_prod .sec2 .tabCon li .ex img{
            width:100%;
        }
        .mySwiper2 .swiper-wrapper {
            height: 550px !important;
        }
        .prodWrap .mySwiper2 .swiper-slide {
            max-height: 550px !important;
        }
        .p_prod .sec1 .inner .detailWrap .payBox div img {
            display: block;
        }
        .p_prod .sec1 .inner .detailWrap .payBox div p {
            font-size: 2.2rem;
        }
        .p_prod .sec2 .tabCon li iframe {
            height: 450px;
        }
    }

    @media screen and (max-width: 750px) {
        .m_sec .inner {
            padding: 20px;
        }

        .p_prod .m_banner .innerBanner {
            padding: 35px 10px 35px 25px;
        }

        .p_prod .m_banner {
            background-size: auto;
            height: 250px;
            background-position: right 0% bottom;
        }
        .p_prod .sec2 .tabCon li .ex img:first-child{
            margin-top:0;
        }
        .m_bn2::before {
            height: 250px;
        }

        .m_bn1 .txt {
            margin-bottom: 35px
        }

        .p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2 > div ul li .titBox {
            flex-wrap: wrap;
            gap: 10px;
        }

            .p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2 > div ul li .titBox .title_l,
            .p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2 > div ul li .titBox .titb_r {
                width: 100%;
            }

            .p_prod .sec2 .tb_c_3 .bot_review .sbtab_cont2 > div ul li .titBox .title_l {
                text-overflow: ellipsis;
                word-break: break-all;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                height: 20px;
                overflow: hidden;
                display: -webkit-box;
            }
        .p_prod .sec1 .inner .detailWrap .payBox .naver .naver_m {
            display: none;
        }


    }
    /* 모바일 */
    @media screen and (max-width: 500px) {
        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul .txtBox .star_box {
            width: 100%;
            margin-bottom: 12px;
        }
        .prodWrap .swiper-button-prev {
            top: var(--swiper-navigation-top-offset,31%);
            height: 73px;
        }
        .prodWrap .swiper-button-next {
            top: var(--swiper-navigation-top-offset,31%);
            height: 73px;
        }
        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul li {
            flex-wrap: wrap;
        }


        .p_prod .sec2 .tabmenu .tabCon {
            padding: 20px 20px 40px;
            box-sizing: border-box;
        }

        .p_prod .sec2 .tabmenu {
            width: 700px;
            touch-action: pan-x;
            overflow: auto;
        }

        .p_prod .sec2 .touch {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

            .p_prod .sec2 .touch::-webkit-scrollbar {
                display: none;
            }

        .p_prod .sec2 .tabmenu li {
            width: 175px;
            color: #555555;
            font-size: 18px;
            height: 56px;
            line-height: 56px;
        }

            .p_prod .sec2 .tabmenu li > label {
                height: 56px;
                line-height: 56px;
            }

            .p_prod .sec2 .tabmenu li > input:checked ~ .tabCon {
                width: 100vw;
            }

        .p_prod .sec2 .tabCon li {
            padding: 40px 20px 40px;
            box-sizing: border-box;
        }

        .p_prod .sec2::before {
            top: 59px;
        }

        .p_prod .sec1 .inner .prodWrap .listBox img {
            width: 90px;
        }

        .p_prod .sec2 .tb_c_2 .top_review .tr_box .tr_b_l {
            flex-wrap: wrap;
            gap:10px;
        }

            .p_prod .sec2 .tb_c_2 .top_review .tr_box .tr_b_l .star,
            .p_prod .sec2 .tb_c_2 .top_review .tr_box .tr_b_l p {
                width: 100%;
                text-align: center;
                justify-content: center;
            }

        .p_prod .sec2 .tb_c_2 .top_review .tr_ds_r .rev_bnt {
            width: 105px;
            margin-left: 10px;
            padding: 8px 0;
        }

        .p_prod .sec2 .tb_c_2 .top_review .tr_ds_l .pp_title_m {
            margin-right: 2px;
        }

        .p_prod .sec2 .tb_c_2 .tr_ds {
            gap: 5px;
        }

        .p_prod .sec2 .tb_c_2 .top_review .tr_ds_r .l_title_l {
            font-size: 12px;
        }

            .p_prod .sec2 .tb_c_2 .top_review .tr_ds_r .l_title_l img {
                vertical-align: bottom;
            }

        .p_prod .sec2 .tb_c_2 .top_review .tr_box .tr_b_r .bann {
            font-size: 17px;
            padding: 13px 5%;
        }

        .p_prod .sec2 .tb_c_2 .top_review .tr_box {
            padding: 20px 20px 10px;
            margin: 0px 0 40px;
        }

        .p_prod .sec2 .tb_c_2 .tr_ds_r {
            gap: 15px;
        }

            .p_prod .sec2 .tb_c_2 .tr_ds_r span {
                margin-left: 5px;
            }

        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab.mo {
            display: block;
        }

        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab.pc {
            display: none;
        }

        .p_prod .sec2 .tabCon li .ex img:not(:first-child) {
            margin-top: -50px;
        }
        .swiper-wrapper {
            height: auto;
        }
        .mySwiper2  .swiper-wrapper {
            height: 350px !important;
        }
        .prodWrap .mySwiper .swiper-slide{
            height:75px;
        }
        .prodWrap .swiper.mySwiper{
            height:75px !important;
        }
        .p_prod .sec2 .tabCon li iframe {
            height: 250px;
        }
    }
    /* 작은 모바일 */
    @media screen and (max-width: 450px) {
        .p_prod .sec1 .inner .detailWrap .payBox {
            flex-direction: column;
            align-items: flex-end;
        }
            .p_prod .sec1 .inner .detailWrap .payBox div.cart {
                margin-right: 0px;
                margin-bottom: 10px;
                max-width: 100%;
            }
    }