/* <=== vhttprodpg ===> */
.vhttprodpg .sppadd{
    padding: 30px 0 40px;
}
.tpttprodmm .ligrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
    gap: 30px 0;
}
.tpttprodmm .ligrip > div{
    width: 50%;
    padding: 0 10px;
}
.itttprodmm .thumb{
    margin-bottom: 20px;
}
.itttprodmm .decss{
    text-align: center;
}
.itttprodmm .dstitle{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.itttprodmm .dstitle, .itttprodmm .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}
.itttprodmm .dsconts{
    font-size: 15px;
    line-height: 25px;
    max-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}
.itttprodmm .dsviews a{
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    border: 2px solid var(--colorwh);
    padding: 10px 56px 10px 34px;
    position: relative;
    z-index: 1;
}
.itttprodmm .dsviews a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: var(--colorwh);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itttprodmm .dsviews a .vtxt{
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: var(--colorff);
}
.itttprodmm .dsviews a .vtxt::before{
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-linear-gradient(0deg, var(--colorwh), var(--colorwb));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itttprodmm .dsviews a .vico{
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 11px;
    color: var(--colorwh);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.tpttprodhh .ligrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
    gap: 25px 0;
}
.tpttprodhh .ligrip > div{
    padding: 0 10px;
    width: calc(100% / 3);
}
.itttprodhh .thumb{
    margin-bottom: 15px;
}
.itttprodhh .decss{
    padding: 0 20px;
}
.itttprodhh .dstitle, .itttprodhh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.itttprodhh .dstitle, .itttprodhh .dstitle a{
    color: var(--color1c);
}
.itttprodhh .dstitle a{
    display: block;
    position: relative;
    padding-right: 20px;
}
.itttprodhh .dstitle a::before{
    content: "\e90b";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: var(--colorwh);
}
.itttprodhh:hover .dstitle a{
    color: var(--colorwh);
}
.tpttprodbb .ligrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0;
    margin: 0 -10px;
}
.tpttprodbb .ligrip > div{
    padding: 0 10px;
    width: calc(100% / 3);
}
.itttprodbb{
    height: 100%;
    background-color: var(--colorf5);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itttprodbb:hover{
    transform: translateY(-5px);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.itttprodbb .decss{
    padding: 15px 20px 20px 25px;
}
.itttprodbb .dstitle{
    margin-bottom: 10px;
}
.itttprodbb .dstitle, .itttprodbb .dstitle h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.itttprodbb .dstitle a{
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itttprodbb .dsviews a{
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    z-index: 1;
}
.itttprodbb .dsviews a .vtxt{
    background: -webkit-linear-gradient(0deg, var(--colorwh), var(--colorwb));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-right: 10px;
}
.itttprodbb .dsviews a .vico{
    font-size: 10px;
    color: var(--colorwh);
}
/* <=== vhttprodpg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
    padding: 30px 0 60px;
}
.tpdetailmm{
    margin-bottom: 30px;
}
.tpdetailmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
}
.tpdetailmm .mmgrip > div{
    width: 50%;
}
.slthumbnav {
    margin-bottom: 10px;
}
.itthumbnav a{
    display: block;
    padding-top: 66.667%;
    position: relative;
    overflow: hidden;
}
.itthumbnav a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slthumbnfor .slick-track{
    margin: 0;
}
.itthumbnfor{
    display: block;
    padding-top: 66.667%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.3;
}
.slick-current .itthumbnfor{
    opacity: 1;
}
.itthumbnfor img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpdetailmb{
    padding: 30px 40px 25px;
}
.tpdetailmb .mbtitle{
    margin-bottom: 10px;
}
.tpdetailmb .mbtitle, .tpdetailmb .mbtitle h1, .tpdetailmb .mbtitle h2{
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
}
.tpdetailmb .mbconts{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 38px;
}
.tpdetailmb .mbshare{
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    align-content: center;
    gap: 5px 15px;
}
.tpdetailmb .mbshare .shtext{
    font-size: 14px;
    line-height: 22px;
}
.tpdetailmb .mbshare .shinfo ul{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}
.tpdetailmb .mbshare .shinfo li a{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: var(--colorff);
    border-radius: 100%;
    overflow: hidden;
}
.tpdetailmb .mbshare .shinfo li a:hover{
    transform: translateY(-2px);
}
.hhtabmenu{
    padding: 0 20px;
}
.hhtabmenu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 42px;
}
.hhtabmenu li a{
    display: block;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding: 10px 0;
}
.hhtabmenu li a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 0;
    background-color: var(--colorff);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.hhtabmenu li.active a::before, .hhtabmenu li:hover a::before{
    width: 100%;
}
.hhinfcont{
    padding-top: 30px;
}
.hhinfcont .ctinfotab{
    padding-top: 15px;
    position: relative;
    margin-bottom: 25px;
}
.hhinfcont .ctinfotab::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--colorwh);
    background: linear-gradient(90deg, var(--colorwh) 0%, var(--colorwb) 100%);
}
.hhinfcont .hhtitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.hhinfcont .hhtitle, .hhinfcont .hhtitle h2, .hhinfcont .hhtitle h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.tpdetailha .hadecs{
    position: relative;
}
.tpdetailha.vactive .hadecs::before{
    content: '';
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;    
    pointer-events: none;
}
.tpdetailha .dsgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.tpdetailha .dsgrip > div{
    padding: 0 30px;
}
.tpdetailha .dsgrip .xcol{
    width: calc(50% - 30px);
}
.tpdetailha .dsgrip .ycol{
    width: calc(50% - 30px);
}
.tpdetailha .dsconts{
    font-size: 18px;
    line-height: 28px;
}
.tpdetailha .haview{
    position: relative;   
    text-align: center;
}
.tpdetailha .haview > div{
    display: none;
}
.tpdetailha .haview .vshow{
    margin-top: -10px;
}
.tpdetailha .haview .vhide{
    margin-top: 10px;
}
.tpdetailha .haview a{
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 45px;
    background: var(--colorwh);
    background: linear-gradient(90deg, var(--colorwh) 0%, var(--colorwb) 100%);
    color: var(--colorff);
}
.tpdetailha .haview a span{
    display: inline-block;
    position: relative;
    padding-right: 16px;
}
.tpdetailha .haview a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.tpdetailha .haview .vhide a span::before{
    content: '\f106';
}
.tpdetailha .haview .vshow a span::before{
    content: '\f107';
}
.tpdetailhc .hccata img{
    width: 100%;
}
/* <=== vhdetailpg ===> */

/* <=== vhortherpg ===> */
.vhortherpg{
    background-color: var(--colorf5);
}
.vhortherpg .orpadd{
    padding: 25px 0 40px;
}
.slortherpg .slick-list{
    padding: 5px 0 15px;
    margin: -2px -10px -15px;
}
.slortherpg .itttprodbb{
    background-color: var(--colorff);
}
/* <=== vhortherpg ===> */

@media all and (min-width: 992px){
    /* <=== vhttprodpg ===> */
    .itttprodmm .dsviews a:hover .vico{
        color: var(--colorff);
    }
    .itttprodmm .dsviews a:hover .vtxt::before{
        transform: translateX(100%);
    }
    .itttprodmm .dsviews a:hover::before{
        width: 100%;
    }
    /* <=== vhttprodpg ===> */
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhttprodpg ===> */
    .vhttprodpg .sppadd{
        padding: 20px 0 30px;
    }
    .itttprodmm .dstitle, .itttprodmm .dstitle h3{
        font-size: 15px;
        line-height: 25px;
    }
    .itttprodmm .decss{
        padding: 0 10px;
    }
    .itttprodmm .dsconts{
        font-size: 13px;
        line-height: 21px;
        max-height: 42px;
        -webkit-line-clamp: 2;
    }
    .itttprodmm .dsviews a{
        padding: 5px 50px 5px 25px;
        font-size: 13px;
        line-height: 23px;
    }
    .itttprodmm .dsviews a .vico{
        right: 25px;
        font-size: 9px;
    }
    .itttprodhh .thumb{
        margin-bottom: 10px;
    }
    .itttprodhh .decss{
        padding: 0 10px;
    }
    .itttprodhh .dstitle, .itttprodhh .dstitle h3{
        font-size: 13px;
        line-height: 19px;
    }
    .itttprodhh .dstitle a{
        padding-right: 15px;
    }
    .itttprodhh .dstitle a::before{
        font-size: 8px;
    }
    .itttprodbb .decss{
        padding: 8px 8px 10px;
    }
    .itttprodbb .dstitle{
        margin-bottom: 5px;
    }
    .itttprodbb .dstitle, .itttprodbb .dstitle h3{
        font-size: 13px;
        line-height: 19px;
    }
    .itttprodbb .dstitle a{
        height: calc(19px * 4);
        -webkit-line-clamp: 4;
    }
    .itttprodbb .dsviews a{
        font-size: 13px;
        line-height: 18px;
    }
    .itttprodbb .dsviews a .vico{
        font-size: 8px;
    }
    /* <=== vhttprodpg ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg .dtpadd{
        padding: 20px 0;
    }
    .tpdetailmm{
        margin-bottom: 25px;
    }
    .tpdetailmm .mmgrip > div{
        width: 100%;
    }
    .tpdetailmb{
        padding: 15px 20px 22px;
    }
    .tpdetailmb .mbtitle{
        margin-bottom: 5px;
    }
    .tpdetailmb .mbtitle, .tpdetailmb .mbtitle h1, .tpdetailmb .mbtitle h2{
        font-size: 18px;
        line-height: 26px;
    }
    .tpdetailmb .mbconts{
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .tpdetailhh .hhtabmenu{
        display: none;
    }
    .hhinfcont{
        padding-top: 0;
    }
    .tpdetailha .dsgrip{
        margin: 0 -10px;
    }
    .tpdetailha .dsgrip > div{
        padding: 0 10px;
    }
    .tpdetailha .dsgrip .xcol{
        width: calc(50% - 10px);
    }
    .tpdetailha .dsgrip .ycol{
        width: calc(50% - 10px);
    }
    .tpdetailha .dsconts{
        font-size: 14px;
        line-height: 24px;
    }
    .hhinfcont .hhtitle, .hhinfcont .hhtitle h2, .hhinfcont .hhtitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .hhinfcont .ctinfotab{
        margin-bottom: 20px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vhortherpg ===> */
    .vhortherpg .orpadd{
        padding: 18px 0 35px;
    }
    .slortherpg .slick-arrow{
        top: 50%!important;
        transform: translateY(-50%)!important;
    }
    /* <=== vhortherpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhttprodpg ===> */
    .tpttprodmm .ligrip > div{
        width: 100%;
    }
    .tpttprodhh .ligrip > div{
        width: 50%;
    }
    .tpttprodbb .ligrip > div{
        width: 50%;
    }
    /* <=== vhttprodpg ===> */

    /* <=== vhdetailpg ===> */
    .tpdetailha .dsgrip{
        flex-direction: column-reverse;
    }
    .tpdetailha .dsgrip .xcol{
        width: 100%;
    }
    .tpdetailha .dsgrip .ycol{
        width: 100%;
    }
    /* <=== vhdetailpg ===> */
}