﻿@charset "utf-8";

/* 공통 */
.p_review .inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 0 ;
}
.m_line:before {
    content: "";
    position: absolute;
    top: 235px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
}
.p_review .sec2::before {
    display: none;
}
.p_main.p_review .sec3 h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
/* 슬릭 */
.p_review .sec3::before {
    display:none;
}
.swiper-pagination {
    bottom: -0px !important;
    display: block;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width:fit-content !important;
}

    .swiper-pagination span {
        float: left;
        margin: 0 1px !important;
        background: #D9D9D9;
        width: 40px !important;
        height: 4px !important;
        border-radius:0;
    }
    .swiper-pagination span.swiper-pagination-bullet-active {
        background: #9F0827;
    }

.p_prod.p_review .sec2 .tb_c_2 {
    margin: 0;
}


.swiper {
    width: 100%;
    height: 500px !important; 
    margin-bottom:50px;
}
.swiper-wrapper{
    height:450px !important;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/* 탭 스타일 */
.p_review .tab_item {
    width: calc(100%/2);
    height: 72px;
    line-height: 72px;
    text-align: center;
    color: #555555;
    display: block;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.p_review #all_content .tab_item {
    width: fit-content;
    margin-right:40px;
    height: 26px;
    line-height: 26px;
}

    .p_review input[name="tab_item"] {
        display: none;
    }
.p_review.p_prod .sec2 .tb_c_2 {
    padding-top: 120px;
    padding-bottom: 80px;
}
.p_review .tab_content {
    display: none;
    clear: both;
}

#all:checked ~ #all_content,
#test:checked ~ #test_content {
    display: block;
}

.p_review .tabs input:checked + .tab_item {
    border-bottom: 3px solid #9F0827;
    color: #9F0827;
}
.p_review.p_prod .sec2 .tb_c_2 .tr_ds_l {
    align-items: center;
}
    .p_review .sec2 .tb_c_2 .tr_ds_l .total {
        margin-right: 40px;
    }

.p_review .e_banner {
    overflow: hidden;
    background-image: url('../images/icon/main_banner3.png') ;
    background-position:center bottom;
    background-repeat:no-repeat;
    height:250px;
}
    .p_review .e_banner .innerBanner {
        width: auto;
        position: relative;
        margin: 0 auto;
        padding: 75px 55px;
        box-sizing: border-box;
    }
        .p_review .e_banner .innerBanner .txt {
            font-size: 4.5rem;
            font-weight: 400;
            margin-bottom: 20px;
        }
            .p_review .e_banner .innerBanner .txt span{
                font-weight:600;
            }
        .p_review .e_banner .innerBanner ul li {
            display: flex;
            justify-content: space-between;
            font-size: 2.2rem;
            font-weight: 500;
            width:170px;
            float:left;
            align-items:center;
        }
            .p_review .e_banner .innerBanner ul li span {
                font-weight: 600;
            }
            .p_review .e_banner .innerBanner ul li:nth-child(2n) {
                width: 1px;
                height: 15px;
                background: #000000;
                margin: 0.75rem 12px 0;
            }
            /*블로그 인슈페퍼*/
            .bot_review .blog_top {
                display: flex;
                justify-content: space-between;
            }
    .bot_review .blog_top > div {
        display: flex;
        gap: 20px;
    }
        .bot_review .blog_top > div > div {
            display: flex;
            align-items:center;
        }
        .bot_review .blog_top > div > div label{
            margin-left:5px;
        }
.bot_review .blog_box {
    border-top:1px solid #000000;
}
    .bot_review .blog_box li {
        border-bottom: 1px solid #DFDFDF;
        padding: 10px 18px;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }
/* 노트북 */
@media screen and (max-width: 1200px) {
    .p_main .sec3 .m_sec_slider .txtBox .c_55.ex {
        height: 65px;
    }
}
@media screen and (max-width: 850px) {
    .p_review .e_banner {
        height: 300px;
        background-color: #ffd451;
    }
}
    @media screen and (max-width: 750px) {
        .p_main .sec2 {
            display: block !important;
        }

        .m_line:before {
            top: 195px;
        }
        .p_review .e_banner {
            overflow: hidden;
            background-image: url(../images/icon/main_banner3.png);
            background-position: right bottom;
            background-repeat: no-repeat;
            background-size: 150%;
            height: 250px;
        }
            .p_review .e_banner .innerBanner .txt {
                font-size: 28px;
            }
            .p_review .e_banner .innerBanner {
                padding: 38px 35px;
            }
                .p_review .e_banner .innerBanner ul {
                    display: flex;
                    flex-direction: column;
                    gap: 2px;
                }
            .p_review .e_banner .innerBanner ul li:nth-child(2n) {
                display: none;

            }
                .p_review .e_banner .innerBanner ul li{
                    font-size:18px;
                }
        .swiper {
            width: 600px !important;
            height: 450px !important;
        }
        .swiper-wrapper{
            height:450px !important;
        }
    }
    /* 테블릿 */
    @media screen and (max-width: 700px) {
        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab li {
            margin-right: 20px !important;
        }

        .p_prod .sec2 .tb_c_2 .tr_ds_r {
            gap: 20px;
        }

        .p_review .sec2 .tb_c_2 .tr_ds_l .total {
            margin-right: 30px;
        }

        .swiper-pagination {
            display: none !important;
        }

        .p_review .e_banner img:nth-child(1) {
            display: none;
        }

        .p_review .e_banner img:nth-child(2) {
            display: block;
        }
    }

    /* 모바일 */
    @media screen and (max-width: 500px) {
        .p_prod .sec2 {
            display: block;
        }

        .m_line:before {
            top: 170px;
        }

        .p_review .inner {
            padding: 40px 20px;
            box-sizing: border-box;
        }

        .p_main.p_review .sec3 h2 {
            font-size: 30px;
        }

        .p_review.p_prod .sec2 .tb_c_2 {
            padding-top: 70px;
        }

        .p_review .sec2 .tb_c_2 .tr_ds_l .total {
            font-size: 18px;
        }

        .p_prod .sec2 .tb_c_2 .bot_review .tr_ds_r .title_l {
            font-size: 16px;
        }

        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab.pc {
            display: none;
        }

        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab.mo {
            display: block !important;
        }

        .p_review .sec2 .tb_c_2 .tr_ds_l .total {
            margin-right: 10px;
        }

        .p_prod .sec2 .tb_c_2 .tr_ds_r span {
            margin-left: 5px !important;
        }

        .p_prod .sec2 .tb_c_2 .tr_ds_r {
            gap: 18px !important;
        }

        .p_prod .sec2 .tb_c_2 .bot_review .rv_sbtab_cont > div ul .txtBox .tb_top {
            flex-wrap: wrap;
        }

        .p_main .sec3 .m_sec_slider .txtBox p.l_title_l.ex {
            -webkit-line-clamp: 4;
            height: 93px;
        }
        .p_review .e_banner {
            overflow: hidden;
            background-image: url(../images/icon/main_banner3_m.png);
            background-position: right 90% bottom;
            background-repeat: no-repeat;
            background-size: cover;
            height: 290px;
        }
        .swiper, .swiper-wrapper {
            height: auto !important;
        }
    }