._review .s1{padding-bottom: 70px;}
._review .s1 .pinBx{display: flex;justify-content: space-between;}
._review .s1 .pinBx .left .tit{overflow: hidden;}
._review .s1 .pinBx .left .tit h2{font-size: 40px;font-weight: 800;color: #000;}
._review .s1 .pinBx .left .tit span{font-size: 18px;font-weight: 500;color: #444444;display: block;padding-top: 15px;line-height: 1.66666;}




._review .s1 .pinBx .right{max-width: 910px;width: 100%;}
._review .s1 .pinBx .right .list{background: #ececec;border-radius: 20px;padding: 35px 45px;box-sizing: border-box;margin-bottom: 20px;}
._review .s1 .pinBx .right .list:last-child{margin-bottom: 0;}
._review .s1 .pinBx .right .top{display: flex;align-items: center;justify-content: space-between;}
._review .s1 .pinBx .right .top .rateBx{display: flex;align-items: center;gap: 10px;}
._review .s1 .pinBx .right .top .rateBx .grade{display: flex;align-items: center; justify-content: center;gap: 5px;background: var(--green);color: #fff;width: 70px;border-radius: 15px;padding: 7px 0;box-sizing: border-box;}
._review .s1 .pinBx .right .top .rateBx .grade span{font-size: 14px;font-weight: 500;}
._review .s1 .pinBx .right .top .rateBx .rate{display: flex;align-items: center;justify-content: center;gap: 1px; color:#f6ce15;font-size: 18px;}
._review .s1 .pinBx .right .top .info span{font-size: 14px;font-weight: 500;color: #444444;}
._review .s1 .pinBx .right .top .info span em{margin: 0 5px;}

._review .s1 .pinBx .right .center .tit {padding-top: 25px;}
._review .s1 .pinBx .right .center .tit h4{font-size: 24px;font-weight: 700;color: #000;}
._review .s1 .pinBx .right .center .tit span{font-size: 16px;font-weight: 500;color: #444444;padding-top: 8px;display: block;}


._review .s1 .pinBx .right .center .swiper{max-width: 360px;margin-left: unset;padding-top: 25px;}


._review .s1 .pinBx .right .bottom .txt p{font-size: 18px;font-weight: 500;color: #444444;padding-top: 30px;line-height: 1.6;}
._review .s1 .pinBx .right .bottom .tag{display: flex;align-items: center;justify-content: flex-start;gap: 10px;padding-top: 35px;flex-wrap: wrap;}
._review .s1 .pinBx .right .bottom .tag span{font-size: 14px;font-weight: 600;color: var(--green);line-height: 1.3;}


@media screen and (max-width: 1680px) {
    ._review .s1 .pinBx .left .tit h2 {font-size: 38px;}
}
@media screen and (max-width: 1440px) {
    ._review .s1 .pinBx .left .tit h2 {font-size: 34px;}

    ._review .s1 .pinBx .right{max-width: 810px;}
    ._review .s1 .pinBx .right .center .tit h4 {font-size: 22px;}
}
@media screen and (max-width: 1280px) {
    ._review .s1 .pinBx .left .tit h2 {font-size: 32px;}
    ._review .s1 .pinBx .left .tit span {font-size: 16px;}


    ._review .s1 .pinBx .right{max-width: 650px;}
    ._review .s1 .pinBx .right .bottom .txt p {font-size: 16px;}
}
@media screen and (max-width: 1024px) {

    ._review .s1 .pinBx{flex-direction: column;gap: 40px;}
    ._review .s1 .pinBx .left .tit{text-align: center;}
    ._review .s1 .pinBx .right{max-width: unset;}
}
@media screen and (max-width: 820px) {
    ._review .s1 .pinBx .left .tit h2 {font-size: 28px;}

    ._review .s1 .pinBx .right .list{padding: 35px 25px;}
    ._review .s1 .pinBx .right .center .tit h4 {font-size: 20px;}

    ._review .s1 .pinBx .right .bottom .tag br{display: none;}
}
@media screen and (max-width: 500px) {
    ._review .s1 .pinBx .left .tit h2 {font-size: 24px;}

    ._review .s1 .pinBx .right .top {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    ._review .s1 .pinBx .right .center .tit h4 {font-size: 18px;}
    ._review .s1 .pinBx .right .bottom .txt p {font-size: 14px;}
}
@media screen and (max-width: 360px) {
    ._review .s1 .pinBx .right .bottom .tag{gap: 20px;}
}
