/* <=== vhroomspg ===> */
.vhroomspg .ropadd{
    padding: 35px 0 55px;
}
/* <=== vhroomspg ===> */

/* <=== hproomsmm ===> */
.hproomsmm{
    margin-bottom: 35px;
}
.hproomsmm .mmwrap{
    max-width: 970px;
    margin: 0 auto;
}
.tproomsmm{
    text-align: justify;
    text-align-last: center;
    font-size: 16px;
    line-height: 26px;
}
/* <=== hproomsmm ===> */

/* <=== hproomshh ===> */
.tproomshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tproomshh .hhgrip > div{
    padding: 0 15px;
    width: 33.33333%;
    margin-bottom: 40px;
}
.itroomshh{
    box-shadow: 0 5px 45px 0 rgba(0, 0, 0, 0.08);
    height: 100%;
    background-color: #fff;
}
.itroomshh .decss{
    padding: 25px 30px 30px ;
}
.itroomshh .dstitle{
    margin-bottom: 12px;
}
.itroomshh .dstitle, .itroomshh .dstitle h3{
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
}
.itroomshh .dstitle, .itroomshh .dstitle a{
    color: #9acc00;
}
.itroomshh .dsinfos{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
}
.itroomshh .dsinfos ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -14px;
}
.itroomshh .dsinfos li{
    padding: 0 14px;
    display: flex;
    align-items: center;
    align-content: center;
}
.itroomshh .dsinfos li .tm{
    margin-right: 7px;
}
.itroomshh .dsconts{
    font-size: 16px;
    line-height: 26px;
    max-height: calc(26px * 5);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
/* <=== hproomshh ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
    padding: 40px 0 60px;
}
.tpdetailmm .mmtitle{
    margin-bottom: 5px;
}
.tpdetailmm .mmtitle .ttgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -10px;
}
.tpdetailmm .mmtitle .ttgrip > div{
    padding: 0 10px;
}
.tpdetailmm .mmtitle .tinfo{
    color: #ff6700;
}
.tpdetailmm .mmtitle .tinfo, .tpdetailmm .mmtitle .tinfo h1, .tpdetailmm .mmtitle .tinfo h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
}
.tpdetailmm .ctinfo{
    margin-bottom: 15px;
    color: #555555;
}
.tpdetailmm .ctinfo ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
}
.tpdetailmm .ctinfo li{
    padding: 0 17px;
    display: flex;
    align-items: center;
    align-content: center;
}
.tpdetailmm .ctinfo li .tm{
    margin-right: 10px;
}
.tpdetailmm .ctdecs{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 27px;
}
.tpdetailmm .mmthumb{
    margin-bottom: 25px;
}
.itthumbnav a{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
}
.itthumbnav a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpdetailmm .ifconts{
    margin-bottom: 35px;
}
.tpdetailmm .ifconts .ctgrip{
    display: flex;
    flex-wrap: wrap;
}
.tpdetailmm .ifconts .ctgrip > div{
    width: 50%;
}
.tpdetailmm .mminfos .iftitle{
    margin-bottom: 20px;
}
.tpdetailmm .mminfos .iftitle, .tpdetailmm .mminfos .iftitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
}
.tpdetailmm .mminfos ul{
    display: flex;
    flex-wrap: wrap;
}
.tpdetailmm .mminfos li{
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
    padding: 15px 20px;
    color: #555555;
    font-size: 16px;
    line-height: 26px;
    width: 50%;
}
.tpdetailmm .mminfos li .tm{
    width: 26px;
    margin-right: 22px;
}
.tpdetailmm .mminfos li .th{
    width: calc(100% - 48px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* <=== vhdetailpg ===> */

/* <=== vhortherpg ===> */
.slortherpg .slick-list{
    padding: 5px 0 20px;
}
.slortherpg .itroomshh{
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}
.slortherpg .slick-prev{
    left: -30px;
}
.slortherpg .slick-next{
    right: -30px;
}
.tportherpg{
    margin: -5px 0 -20px;
}
/* <=== vhortherpg ===> */
@media all and (max-width: 1200px){
    /* <=== hproomshh ===> */
    .itroomshh .decss{
        padding: 15px 20px 20px;
    }
    .itroomshh .dstitle, .itroomshh .dstitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .itroomshh .dsinfos{
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .itroomshh .dsinfos ul{
        margin: 0 -11px;
    }
    .itroomshh .dsinfos li{
        padding: 0 11px;
    }
    .itroomshh .dsinfos li .tm{
        max-width: 20px;
    }
    .itroomshh .dsconts{
        font-size: 14px;
        line-height: 23px;
        max-height: calc(23px* 5);
    }
    /* <=== hproomshh ===> */

    /* <=== vhortherpg ===> */
    .slortherpg .slick-prev{
        left: -17px;
    }
    .slortherpg .slick-next{
        right: -17px;
    }
    /* <=== vhortherpg ===> */
}
@media all and (min-width: 992px){
    /* <=== vhdetailpg ===> */
    .tpdetailmm .mminfos{
        overflow: hidden;
    }
    .tpdetailmm .mminfos li{
        position: relative;
    }
    .tpdetailmm .mminfos li:nth-child(4n + 1)::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 200%;
        height: 100%;
        background-color: #f6f6f6;
        z-index: -1;
        pointer-events: none;
    }
    /* <=== vhdetailpg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhroomspg ===> */
    .vhroomspg .ropadd{
        padding: 20px 0 40px;
    }
    /* <=== vhroomspg ===> */

    /* <=== hproomsmm ===> */
    .hproomsmm{
        margin-bottom: 20px;
    }
    .tproomsmm{
        font-size: 15px;
        line-height: 24px;
    }
    /* <=== hproomsmm ===> */

    /* <=== hproomshh ===> */
    .tproomshh .hhgrip > div{
        width: 50%;
        margin-bottom: 30px;
    }
    /* <=== hproomshh ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg .dtpadd{
        padding: 20px 0 40px;
    }
    .tpdetailmm .ifconts .ctgrip > div{
        width: 100%;
    }
    .tpdetailmm .ctlink {
        margin-bottom: 35px;
    }
    .tpdetailmm .mminfos li:nth-child(odd){
        background-color: #f6f6f6;
    }
    /* <=== vhdetailpg ===> */
}
@media all and (max-width: 767px){
    /* <=== hproomshh ===> */
    .tproomshh .hhgrip > div{
        width: 100%;
    }
    /* <=== hproomshh ===> */

    /* <=== vhdetailpg ===> */
    .tpdetailmm .mmtitle .tinfo, .tpdetailmm .mmtitle .tinfo h1, .tpdetailmm .mmtitle .tinfo h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tpdetailmm .ctinfo{
        font-size: 13px;
        line-height: 20px;
    }
    .tpdetailmm .ctinfo li .tm{
        max-width: 20px;
    }
    .tpdetailmm .ctdecs{
        font-size: 15px;
        line-height: 24px;
        text-align: justify;
        margin-bottom: 20px;
    }
    .tpdetailmm .mminfos .iftitle, .tpdetailmm .mminfos .iftitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .tpdetailmm .mminfos li{
        padding: 15px 10px 15px 14px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.2px;
    }
    .tpdetailmm .mminfos li .th{
        overflow: unset;
        -webkit-line-clamp: unset;
    }
    /* <=== vhdetailpg ===> */
}