/* <=== vhnewspg ===> */
.vhnewspg .nnpadd{
    padding: 35px 0 40px;
}
.hpnewshh .hhtitle{
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}
.hpnewshh .hhtitle, .hpnewshh .hhtitle h2{
    font-size: 50px;
    line-height: 65px;
    font-weight: bold;
}
.tpnewsha{
    border-radius: 20px;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 50px;
}
.slnewsha .slick-prev{
    left: -23px;
}
.slnewsha .slick-next{
    right: -23px;
}
.itnewsha .hagrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itnewsha .hagrip .mcol{
    width: 54.702%;
}
.itnewsha .hagrip .hcol{
    width: calc(100% - 54.702%);
}
.itnewsha .decss{
    padding: 25px 30px;
}
.itnewsha .dswrap{
    max-width: 365px;
    margin: 0 auto;
}
.itnewsha .dsdates{
    margin-bottom: 8px;
}
.itnewsha .dstitle{
    margin-bottom: 12px;
    text-transform: uppercase;
}
.itnewsha .dstitle, .itnewsha .dstitle h3{
    font-size: 25px;
    line-height: 33px;
    font-weight: bold;
}
.itnewsha .dstitle a{
    max-height: 99px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itnewsha .dsconts{
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 30px;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itnewsha .dsviews a{
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    padding: 13px 50px;
    border: 2px solid #2b399c;
    background-color: transparent;
    border-radius: 35px;
}
.itnewsha .dsviews a:hover{
    background-color: #2b399c;
    color: #fff;
}
.itnewsha .dsviews a span{
    display: inline-block;
    padding-right: 15px;
    position: relative;
}
.itnewsha .dsviews a span::before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.itnewsha .thumb a{
    border-radius: 20px;
    overflow: hidden;
    display: block;
    padding-top: 65.56%;
    position: relative;
}
.itnewsha .thumb a img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itnewsha .thumb a:hover img{
    transform: scale(1.03);
}
.itnewsha .thumb a img{
    width: 100%;
}
.tpnewshh .hhlist{
    margin-bottom: 45px
}
.tpnewshb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpnewshb .hbgrip > div{
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 30px;
}
.slnewshb .slick-list{
    padding: 10px 0 15px;
    position: relative;
    margin-top: -10px;
    margin-bottom: -15px;
}
.itnewshb{
    height: 100%;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
}
.itnewshb .thumb a{
    border-radius: 15px;
}
.itnewshb .decss{
    padding: 22px 25px 20px;
}
.itnewshb .dsdates{
    margin-bottom: 8px;
}
.itnewshb .dstitle, .itnewshb .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itnewshb .dstitle a{
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* <=== vhnewspg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg{
    padding: 25px 0 50px;
}
.hpdetailmm .mmtitle{
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.hpdetailmm .mmtitle, .hpdetailmm .mmtitle h1, .hpdetailmm .mmtitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
.cclinkview{
    margin-bottom: 20px;
    background-color: #f6f6f6;
    border-radius: 10px;
    overflow: hidden;
}
.cclinkview .vname{
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    padding: 8px 50px 8px 20px;
    position: relative;
    cursor: pointer;
    font-weight: 700;
}
.cclinkview .vname::before{
    content: "\f107";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #eb008b;
    font-size: 20px;
    font-weight: bold;
}
.cclinkview.active .vname::before{
    content: "\f106";
}
.cclinkview .vhlink{
    padding: 16px 20px 22px;
    border-top: 1px solid #dcdcdc;
}
.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;
}
.tpdetailhh{
    padding-top: 10px;
}
/* <=== vhdetailpg ===> */

/* <=== vhortherpg ===> */
.vhortherpg .orpadd {
    padding: 40px 0 50px;
}
.slorthermm{
    margin-top: -10px;
    margin-bottom: -25px;
}
.slorthermm .slick-list{
    padding: 15px 0 25px;
}
.slorthermm .itnewshb{
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
}
/* <=== vhortherpg ===> */

@media all and (max-width: 1200px){
    /* <=== vhnewspg ===> */
    .itnewsha .dsconts{
        font-size: 15px;
        line-height: 24px;
        max-height: 72px;
        margin-bottom: 12px;
    }
    .itnewsha .dstitle, .itnewsha .dstitle h3{
        font-size: 18px;
        line-height: 26px;
    }
    .itnewsha .dstitle a{
        max-height: 52px;
        -webkit-line-clamp: 2;
    }
    .slnewsha .slick-prev{
        left: -20px;
    }
    .slnewsha .slick-next{
        right: -20px;
    }
    /* <=== vhnewspg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhnewspg ===> */
    .vhnewspg .nnpadd{
        padding: 20px 0 30px;
    }
    .hpnewshh .hhtitle{
        margin-bottom: 20px;
    }
    .hpnewshh .hhtitle, .hpnewshh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .itnewsha .hagrip .mcol{
        width: 100%;
    }
    .itnewsha .hagrip .hcol{
        width: 100%;
    }
    .itnewsha .thumb a{
        border-radius: 10px;
    }
    .itnewsha .dstitle{
        margin-bottom: 10px;
        letter-spacing: -0.2px;
    }

    .itnewsha .dsviews a{
        padding: 8px 45px;
    }
    .itnewshb{
        border-radius: 10px;
    }
    .itnewshb .thumb a{
        border-radius: 10px;
    }
    .itnewshb .decss{
        padding: 10px 10px 12px;
    }
    .itnewshb .dsdates{
        margin-bottom: 4px;
    }
    .itnewshb .dstitle, .itnewshb .dstitle h3{
        font-size: 14px;
        line-height: 21px;
    }
    .itnewshb .dstitle a{
        -webkit-line-clamp: 3;
        height: 63px;
    }
    .tpnewshh .hhlist{
        margin-bottom: 20px;
    }
    .tpnewshb .hbgrip{
        margin: 0 -10px;
    }
    .tpnewshb .hbgrip > div{
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .tpnewsha{
        margin-bottom: 30px;
        border-radius: 10px;
    }
    .itnewsha .dswrap{
        max-width: 100%;
    }
    .itnewsha .decss{
        padding: 15px 15px 20px;
    }
    .itnewshb .vdateall span{
        font-size: 12px;
        line-height: 20px;
    }
    /* <=== vhnewspg ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg{
        padding: 20px 0 40px;
    }
    .hpdetailmm .mmtitle{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .hpdetailmm .mmtitle, .hpdetailmm .mmtitle h1, .hpdetailmm .mmtitle h2{
        font-size: 18px;
        line-height: 28px;
    }
    .cclinkview .vname{
        font-size: 20px;
        line-height: 30px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vhortherpg ===> */
    .vhortherpg .orpadd{
        padding: 25px 0 40px;
    }
    .slorthermm{
        padding-bottom: 40px;
        position: relative;
        margin-top: -20px;
    }
    /* <=== vhortherpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhnewspg ===> */
    .tpnewshb .hbgrip > div{
        width: 50%;
    }
    /* <=== vhnewspg ===> */
}