/* <=== vhttnewspg ===> */
.vhttnewspg .nnpadd{
    padding: 35px 0 40px;
}
.tpttnewsmm{
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #cccccc;
}
.tpttnewsmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -21px;
}
.tpttnewsmm .mmgrip > div{
    padding: 0 21px;
}
.tpttnewsmm .mmgrip .mcol{
    width: calc(50% + 21px);
}
.tpttnewsmm .mmgrip .hcol{
    width: calc(50% - 21px);
}
.itttnewsma{
    position: relative;
}
.itttnewsma .thumb a{
    border-radius: 15px;
    box-shadow: 10px 15px 15px 0 rgba(0, 0, 0, 0.25);
}
.itttnewsma .decss{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    max-height: 100%;
    overflow: hidden;
}
.itttnewsma .dsinfo{
    max-width: 480px;
    border-radius: 15px;
    padding: 25px 30px 30px;
    background-color: rgba(255, 255, 255, 0.85);
}
.itttnewsma .dsdates{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #ec1d23;
}
.itttnewsma .dstitle{
    margin-bottom: 5px;
    padding-right: 75px;
}
.itttnewsma .dstitle, .itttnewsma .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itttnewsma .dsviews{
    text-align: right;
}
.itttnewsma .dsviews a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    padding: 9px 25px;
    background-color: #2e2e2e;
    color: #fff;
    border-radius: 35px;
}
.itttnewsma .dsviews a:hover{
    background-color: #ec1d23;
}
.tpttnewsmb {
    position: relative;
}
.tpttnewsmb::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background-color: #ec1d23;
    border-radius: 15px;
    overflow: hidden;
    animation: pulse_rog 5s infinite;
}
@keyframes pulse_rog {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(180deg);
    }
}
.tpttnewsmb .mbgrip{
    display: flex;
    flex-wrap: wrap;
}
.tpttnewsmb .mbgrip > div{
    width: calc(50% + 1px);
}
.tpttnewsmb .mbgrip > div:first-child{
    order: 2;
}
.tpttnewsmb .mbgrip > div:last-child{
    margin-left: auto;
    margin-bottom: 20px;
}
.itttnewsmb .thumb{
    margin-bottom: 15px;
}
.itttnewsmb .thumb a{
    border-radius: 15px;
    box-shadow: 10px 15px 15px 0 rgba(0, 0, 0, 0.25);
}
.itttnewsmb .dsdates{
    font-size: 12px;
    line-height: 20px;
    color: #ec1d23;
    margin-bottom: 5px;
}
.itttnewsmb .dstitle, .itttnewsmb .dstitle h3{
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
.itttnewsmb .dstitle a{
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tpttnewshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -37.5px;
}
.tpttnewshh .hhgrip > div{
    padding: 0 37.5px;
    margin-bottom: 45px;
    width: calc(100% / 3);
}
.itttnewshh .thumb{
    margin-bottom: 15px;
}
.itttnewshh .thumb a{
    border-radius: 15px;
    box-shadow: 10px 15px 15px 0 rgba(0, 0, 0, 0.25);
}
.itttnewshh .dsdates{
    font-size: 12px;
    line-height: 20px;
    color: #ec1d23;
    margin-bottom: 5px;
}
.itttnewshh .dstitle, .itttnewshh .dstitle h3{
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
.itttnewshh .dstitle a{
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* <=== vhttnewspg ===> */

/* <=== vhortherpg ===> */
.vhortherpg{
    padding: 45px 0 55px;
}
.slortherpg .slick-list{
    margin: 0 -37.5px;
}
.slortherpg .slick-slide{
    padding: 0 37.5px;
}
.slortherpg .slick-arrow{
    top: -90px;
    transform: unset;
}
.slortherpg .slick-prev{
    right: 40px;
    left: unset;
}
.slortherpg .slick-next{
    right: 0;
}
/* <=== vhortherpg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg {
    padding: 35px 0 50px;
}
.hpdetailpg .dtwrap{
    max-width: 850px;
    margin: 0 auto;
}
.tpdetailmm .mmtitle{
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}
.tpdetailmm .mmtitle, .tpdetailmm .mmtitle h1, .tpdetailmm .mmtitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpdetailmm .mmconts{
    margin-bottom: 25px;
}
.tpdetailmm .mmshare{
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}
/* <=== vhdetailpg ===> */

.cclinkview{
    margin-bottom: 20px;
    background-color: #e4edf6;
    border-radius: 5px;
    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: #055496;
    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;
}
@media all and (max-width: 1200px){
    /* <=== vhttnewspg ===> */
    .tpttnewshh .hhgrip{
        margin: 0 -20px;
    }
    .tpttnewshh .hhgrip > div{
        padding: 0 20px;
        margin-bottom: 25px;
    }
    /* <=== vhttnewspg ===> */

    /* <=== vhortherpg ===> */
    .slortherpg .slick-list{
        margin: 0 -20px;
    }
    .slortherpg .slick-slide{
        padding: 0 20px;
    }
    /* <=== vhortherpg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhttnewspg ===> */
    .vhttnewspg .nnpadd{
        padding: 20px 0 25px;
    }
    .tpttnewsmm{
        padding: 0 20px 25px 20px;
        margin: 0 -20px;
        margin-bottom: 30px;
    }
    .tpttnewshh .hhgrip{
        margin: 0 -10px;
    }
    .tpttnewshh .hhgrip > div{
        padding: 0 10px;
    }
    .itttnewshh .thumb{
        margin-bottom: 14px;
    }
    .itttnewshh .thumb a{
        border-radius: 10px;
    }
    .itttnewshh .dstitle, .itttnewshh .dstitle h3{
        font-size: 13px;
        line-height: 21px;
    }
    .itttnewshh .dstitle a{
        max-height: 63px;
        -webkit-line-clamp: 3;
    }
    .tpttnewsmm .mmgrip .mcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpttnewsmm .mmgrip .hcol{
        width: 100%;
    }
    .tpttnewsmb::before{
        display: none;
    }
    .tpttnewsmb .mbgrip{
        margin: 0 -10px;
    }
    .tpttnewsmb .mbgrip > div{
        width: 50%;
        padding: 0 10px;
    }
    .tpttnewsmb .mbgrip > div:first-child{
        order: unset;
    }
    .tpttnewsmb .mbgrip > div:last-child{
        margin-bottom: 0;
        margin-left: 0;
    }
    /* <=== vhttnewspg ===> */

    /* <=== vhortherpg ===> */
    .vhortherpg{
        padding: 25px 0 35px;
    }
    .slortherpg .slick-list{
        margin: 0 -10px;
    }
    .slortherpg .slick-slide{
        padding: 0 10px;
    }
    .slortherpg .itttnewshh .thumb a{
        box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.15);
    }
    .slortherpg .slick-slide:not(.slick-active) .itttnewshh .thumb a{
        box-shadow: none;
        transition-delay: 0.5s;
    }
    .slortherpg .slick-list{
        margin-right: -20px;
        padding-right: 10px;
    }
    /* <=== vhortherpg ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg{
        padding: 20px 0 35px;
    }
    .hpdetailmm .mmtitle {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .tpdetailmm .mmtitle, .tpdetailmm .mmtitle h1, .tpdetailmm .mmtitle h2{
        font-size: 20px;
        line-height: 30px;
    }
    /* <=== vhdetailpg ===> */
    .cclinkview .vname{
        font-size: 20px;
        line-height: 30px;
    }
}
@media all and (max-width: 767px){
    /* <=== vhttnewspg ===> */
    .tpttnewshh .hhgrip > div{
        width: 50%;
    }
    .itttnewsma .thumb{
        margin-bottom: 20px;
    }
    .itttnewsma .decss{
        position: static;
        padding: 0;
    }
    .itttnewsma .dsinfo{
        border-radius: 0;
        padding: 0;
        max-width: 100%;
    }
    .itttnewsma .dstitle{
        padding-right: 0;
        margin-bottom: 15px;
    }
    .itttnewsma .dstitle, .itttnewsma .dstitle h3{
        font-size: 16px;
        line-height: 26px;
    }
    .itttnewsma .dsviews{
        text-align: unset;
    }
    .itttnewsma .thumb a, .itttnewsmb .thumb a{
        border-radius: 10px;
    }
    .itttnewsmb .dstitle, .itttnewsmb .dstitle h3{
        font-size: 13px;
        line-height: 21px;
    }
    .itttnewsmb .dstitle a{
        max-height: 63px;
        -webkit-line-clamp: 3;
    }
    /* <=== vhttnewspg ===> */

    /* <=== vhdetailpg ===> */
    /* <=== vhdetailpg ===> */
}