/* <=== vhttnewspg ===> */
.vhttnewspg .nnpadd{
    padding: 65px 0 60px;
}
.tpttnewsmm{
    margin-bottom: 60px;
}
.itttnewsmm{
    background-color: var(--colorwm);
}
.itttnewsmm, .itttnewsmm a{
    color: var(--colorff);
}
.itttnewsmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itttnewsmm .mmgrip > div{
    width: 50%;
}
.itttnewsmm .decss{
    padding: 30px 65px;
}
.itttnewsmm .dsdates{
    margin-bottom: 10px;
}
.itttnewsmm .dstitle{
    margin-bottom: 12px;
}
.itttnewsmm .dstitle, .itttnewsmm .dstitle h3{
    font-size: 25px;
    line-height: 36px;
    font-weight: 600;
}
.itttnewsmm .dstitle a{
    max-height: calc(36px * 3);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itttnewsmm .dsconts{
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 26px;
    max-height: calc(26px * 4);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.itttnewsmm .dsviews a{
    display: inline-block;
    position: relative;
    font-size: 13px;
    line-height: 25px;
    padding: 5px 10px 5px 48px;
    font-weight: 600;
    text-transform: uppercase;
}
.itttnewsmm .dsviews a .vicon{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
}
.itttnewsmm .dsviews a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 100%;
    border-radius: 50px;
    border: 3px solid var(--colorwh);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.tpttnewshh .hhlist{

}
.tpttnewshh .ligrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -28px;
}
.tpttnewshh .ligrip > div{
    padding: 0 28px;
    width: calc(100% / 3);
    margin-bottom: 45px;
}
.itddinfohh{
    position: relative;
    padding-left: 20px;
}
.itddinfohh .vdates{
    position: absolute;
    top: 52px;
    left: 6px;
    transform: rotate(-90deg);
    transform-origin: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}
.itddinfohh .thumb{
    margin-bottom: 15px;
}
.itddinfohh .decss{
    position: relative;
    padding-left: 40px;
}
.itddinfohh .decss::before{
    content: '';
    position: absolute;
    left: 20px;
    height: 90px;
    width: 2px;
    background-color: var(--colorwh);
    top: -60px;
    pointer-events: none;
}
.itddinfohh .dstitle{
    margin-bottom: 10px;
}
.itddinfohh .dstitle, .itddinfohh .dstitle h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
.itddinfohh .dstitle a{
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itddinfohh .dsconts{
    color: var(--color66);
    font-size: 13px;
    line-height: 23px;
    max-height: 69px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* <=== vhttnewspg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
    padding: 30px 0 40px;
}
.hpdetailmm .mmtitle{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--coloree);
}
.hpdetailmm .mmtitle, .hpdetailmm .mmtitle h1, .hpdetailmm .mmtitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
}
.cclinkview{
    margin-bottom: 20px;
    background-color: var(--colorf6);
    overflow: hidden;
}
.cclinkview .vname{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 8px 50px 8px 20px;
    position: relative;
    cursor: pointer;
}
.cclinkview .vname::before{
    content: "\f107";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    font-weight: bold;
    color: var(--color99);
}
.cclinkview.active .vname::before{
    content: "\f106";
}
.cclinkview .vhlink{
    padding: 16px 20px 22px;
    border-top: 1px solid var(--colordd);
}
.cclinkview .vhlink ul{
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}
.cclinkview .vhlink li{
    margin-bottom: 10px;
}
.cclinkview .vhlink li:last-child{
    margin-bottom: 0;
}
.cclinkview .vhlink li a{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.cclinkview .vhlink li ul{
    padding-left: 10px;
    padding-top: 8px;
}
.cclinkview .vhlink li li a{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.cclinktab .viewtab{
    margin-bottom: 10px;
}
.cclinktab .viewtab:last-child{
    margin-bottom: 0;
}
.cclinktab .tttab{
    margin-bottom: 5px;
}
.cclinktab .tttab, .cclinktab .tttab h3{
    color: #055496;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}
.cclinktab .cttab{
    font-size: 14px;
    line-height: 22px;
}
/* <=== vhdetailpg ===> */

/* <=== vhortherpg ===> */
.vhortherpg{
    background-color: var(--colorf1);
}
.vhortherpg .odpadd {
    padding: 50px 0 70px;
}
.slddinfohh .slick-list{
    margin: 0 -28px;
}
.slddinfohh .slick-slide{
    padding: 0 28px;
}
/* <=== vhortherpg ===> */

@media all and (min-width: 992px){
    /* <=== vhttnewspg ===> */
    .itttnewsmm .dsviews a:hover::before{
        width: 100%;
    }
    .itttnewsmm .dsviews a:hover{
        padding: 5px 25px 5px 35px;
    }
    /* <=== vhttnewspg ===> */
}
@media all and (max-width: 1200px){
    /* <=== vhttnewspg ===> */
    .itttnewsmm .decss{
        padding: 30px 20px;
    }
    .itttnewsmm .dstitle, .itttnewsmm .dstitle h3{
        font-size: 18px;
        line-height: 26px;
    }
    .itttnewsmm .dstitle a{
        max-height: calc(26px * 3);
    }
    .itttnewsmm .dsconts{
        font-size: 14px;
        line-height: 24px;
        max-height: calc(24px * 4);
        margin-bottom: 15px;
    }
    /* <=== vhttnewspg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhttnewspg ===> */
    .vhttnewspg .nnpadd{
        padding: 10px 0 35px;
    }
    .tpttnewsmm{
        margin-bottom: 35px;
    }
    .itttnewsmm .mmgrip > div{
        width: 100%;
    }
    .itttnewsmm .decss{
        padding: 20px 20px 30px;
    }
    .tpttnewshh .ligrip{
        margin: 0 -15px;
    }
    .tpttnewshh .ligrip > div{
        padding: 0 15px;
        width: 50%;
        margin-bottom: 25px;
    }
    .itddinfohh .thumb{
        margin-bottom: 10px;
    }
    .itddinfohh .decss{
        padding-left: 26px;
    }
    .itddinfohh .decss::before{
        height: 60px;
        top: -40px;
        left: 10px;
    }
    .itddinfohh .dstitle{
        margin-bottom: 5px;
    }
    .itddinfohh .dstitle, .itddinfohh .dstitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itddinfohh .dstitle a{
        max-height: 48px;
    }
    .itddinfohh .dsconts{
        font-size: 13px;
        line-height: 21px;
        max-height: 63px;
    }
    /* <=== vhttnewspg ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg .dtpadd{
        padding: 20px 0 30px;
    }
    .hpdetailmm .mmtitle{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .hpdetailmm .mmtitle, .hpdetailmm .mmtitle h1, .hpdetailmm .mmtitle h2{
        font-size: 18px;
        line-height: 30px;
    }
    .cclinkview .vname{
        font-size: 18px;
        line-height: 27px;
    }
    .cclinkview .vhlink li a{
        font-size: 15px;
        line-height: 23px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vhortherpg ===> */
    .vhortherpg .odpadd {
        padding: 25px 0 35px;
    }
    .slddinfohh .slick-list{
        margin: 0 -10px;
    }
    .slddinfohh .slick-slide{
        padding: 0 10px;
    }
    /* <=== vhortherpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhttnewspg ===> */
    .tpttnewshh .ligrip > div{
        width: 100%;
    }
    /* <=== vhttnewspg ===> */
}