.vhnewspg{
    padding: 240px 0 140px;
}
.hpblnewsmm{
    margin-bottom: 20px
}
.hpblnewsmm .grmm{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-end;
    margin: 0 -20px;
}
.hpblnewsmm .grmm > div{
    padding: 0 20px;
    margin-bottom: 10px;
    width: 50%;
}
.hpblnewsmm .mmtitle{
    position: relative;
    padding: 10px 0;
}
.hpblnewsmm .mmtitle .ttnote{
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translate(0%, -50%);
    pointer-events: none;
    color: #b5225c;
    font-size: 130px;
    line-height: 130px;
    opacity: 5%;
    font-weight: 900;
    font-family: 'Montserrat';
    letter-spacing: 25px;
    white-space: nowrap;
}
.hpblnewsmm .mmtitle .tttitle, .hpblnewsmm .mmtitle .tttitle .vhtext{
    font-size: 50px;
    line-height: 65px;
    font-weight: 900;
}
.hpblnewsmm .mmmenutab {
    display: flex;
    justify-content: flex-end;
}
.hpblnewsmm .mmmenutab ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-display: flex;
    flex-flow: row nowrap;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}
.hpblnewsmm .mmmenutab ul::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
} 
.hpblnewsmm .mmmenutab ul::-webkit-scrollbar-thumb {
    background-color: #b5225c;
}
.hpblnewsmm .mmmenutab li{
    margin-right: 30px;
}
.hpblnewsmm .mmmenutab li:last-child{
    margin-right: 0;
}
.hpblnewsmm .mmmenutab li a{
    font-size: 16px;
    line-height: 24px;
    position: relative;
}
.hpblnewsmm .mmmenutab li.active a, .hpblnewsmm .mmmenutab li a:hover{
    padding-left: 40px;
    font-weight: bold;
}
.hpblnewsmm .mmmenutab li a::before, .hpblnewsmm .mmmenutab li a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #b5225c;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.hpblnewsmm .mmmenutab li.active a::before, .hpblnewsmm .mmmenutab li a:hover::before{
    width: 30px;
}


.lstmewshh .grnewhh{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.lstmewshh .grnewhh > div{
    padding: 0 10px;
    margin-bottom: 25px;
}
.lstmewshh .grnewhh .colh{
    width: 66.66666%;
}
.lstmewshh .grnewhh .colm{
    width: 33.33333%;
}
.itnewslg{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.itnewslg > div{
    padding: 0 10px;
}
.itnewslg .colt{
    width: calc(50% + 10px);
}
.itnewslg .cold{
    width: calc(50% - 10px);
}
.itnewslg .thumb a{
    border-radius: 10px;
    box-shadow: 0 0 40px 15px rgb(181 34 92 / 10%);
}
.itnewslg .decs{
    position: relative;
    padding-left: 70px;
}
.itnewslg .dsdate{
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    color: #b5225c;
}
.itnewslg .dsdate::before{
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 1px;
    background-color: #b5225c;
    opacity: 0.4;
}
.itnewslg .dsdate .ddate{
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
}
.itnewslg .dsdate .dyeam{
    font-size: 11px;
    line-height: 12px;
}
.itnewslg .dstitle{
    margin-bottom: 10px;
}
.itnewslg .dstitle, .itnewslg .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.itnewslg .dstend{
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 30px;
}
.viewline a{
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    display: inline-block;
} 
.viewline a span{
    display: inline-block;
    position: relative;
    padding-right: 25px;
}
.viewline a span::before{
    content: '\e907';
    font-family: 'icomoon' !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
}
.itnewssm .thumb{
    margin-bottom: 15px;
}
.itnewssm .thumb a{
    border-radius: 10px;
    padding-top: 50%;
}
.itnewssm .decs{
    position: relative;
    padding-left: 70px;
}
.itnewssm .dsdate{
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    color: #b5225c;
}
.itnewssm .dsdate::before{
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 1px;
    background-color: #b5225c;
    opacity: 0.4;
}
.itnewssm .dsdate .ddate{
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
}
.itnewssm .dsdate .dyeam{
    font-size: 11px;
    line-height: 12px;
}
.itnewssm .dstitle, .itnewssm .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

/*  <==== hpdetailnews =====> */
.hpdetailnews .grdetail{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -45px;
}
.hpdetailnews .grdetail > div{
    padding: 0 45px;
}
.hpdetailnews .grdetail .lcol{
    width: calc(100% - 400px);
}
.hpdetailnews .grdetail .rcol{
    width: 400px;
}
.tpsublinkdt{
    margin-bottom: 20px;
}
.tpsublinkdt .lktitle{
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ebebeb;
}
.tpsublinkdt .lktitle, .tpsublinkdt .lktitle h3{
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
    text-transform: uppercase;
}
.tpsublinkdt .lkcont li{
    border-bottom: 1px solid #ebebeb;
}
.tpsublinkdt .lkcont li:last-child{
    border-bottom: none;
}
.tpsublinkdt .lkcont li a{
    display: block;
    font-weight: 400;
    padding: 12px 0;
}

.tpsuborther .ortittle{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ebebeb;
}
.tpsuborther .ortittle, .tpsuborther .ortittle h3{
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
    text-transform: uppercase;
}
.tpsuborther .rowor{
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}
.tpsuborther .rowor:last-child{
    border-bottom: none;
}
.itorthernn{
    display: flex;
    align-items: center;
    align-content: center;
}
.itorthernn .thumb{
    width: 45%;
}
.itorthernn .thumb a{
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.itorthernn .thumb a img{
    width: 100%;
}
.itorthernn .decs{
    width: 55%;
    padding-left: 10px;
}
.itorthernn .dstitle{
    margin-bottom: 5px;
}
.itorthernn .dstitle, .itorthernn .dstitle h3{
    font-size: 13px;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
    font-weight: 400;
}
.itorthernn .dsdate{
    opacity: 0.8;
    font-size: 12px;
    line-height: 20px;
}
.itorthernn .dsdate span{
    display: inline-block;
    position: relative;
    padding-left: 15px;
}
.itorthernn .dsdate span::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
}

.tpinfodetail .dttitle{
    margin-bottom: 15px;
}
.tpinfodetail .dttitle, .tpinfodetail .dttitle h1, .tpinfodetail .dttitle h2{
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
}
.tpinfodetail .dtdate{
    margin-bottom: 10px;
    opacity: 0.8;
    font-size: 13px;
    line-height: 21px;
}
.tpinfodetail .dtdate span{
    display: inline-block;
    position: relative;
    padding-left: 15px;
}
.tpinfodetail .dtdate span::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
}
.thecontent{
    font-size: 16px;
    line-height: 24px;
}
.thecontent h3{
    font-size: 20px;
    line-height: 30px;
}

.theshare{
    padding-top: 20px;
    display: flex;
    align-items: center;
    align-content: center;
    border-top: 1px solid #ebebeb;
}
.theshare .txt{
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 20px;
}
.theshare .share ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.theshare .share li{
    margin-right: 10px;
}
.theshare .share li a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid #858585;
    color: #858585;
    font-size: 14px;
}
.theshare .share li a:hover{
    border-color: #b5225c;
    color: #b5225c;
}
/*  <==== hpdetailnews =====> */

@media all and (max-width: 1200px){
    /*  <==== hpdetailnews =====> */
    .hpdetailnews .grdetail{
        margin: 0 -20px;
    }
    .hpdetailnews .grdetail > div{
        padding: 0 20px;
    }
    .hpdetailnews .grdetail .lcol{
        width: calc(100% - 350px);
    }
    .hpdetailnews .grdetail .rcol{
        width: 350px;
    }
    /*  <==== hpdetailnews =====> */
}
@media all and (max-width: 991px){
    .vhnewspg{
        padding: 160px 0 100px;
    }
    .hpblnewsmm .mmtitle{
        padding: 0;
    }
    .hpblnewsmm .mmtitle .tttitle, .hpblnewsmm .mmtitle .tttitle .vhtext{
        font-size: 30px;
        line-height: 42px;
    }
    .hpblnewsmm .grmm > div{
        width: 100%;
    }
    .hpblnewsmm .mmmenutab ul::-webkit-scrollbar {
        height: 0;
    } 

    .lstmewshh .grnewhh .colh{
        width: 100%;
    }
    .lstmewshh .grnewhh .colm{
        width: 50%;
    }

    /*  <==== hpdetailnews =====> */
    .tpinfodetail .dttitle, .tpinfodetail .dttitle h1, .tpinfodetail .dttitle h2{
        font-size: 24px;
        line-height: 35px;
    }
    .hpdetailnews .grdetail .lcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .hpdetailnews .grdetail .rcol{
        width: 100%;
    }
    .thecontent, .thecontent h3{
        font-size: 14px;
        line-height: 22px;
    }
    /*  <==== hpdetailnews =====> */
    .hpabouthome .dstitle .ttnote{
        font-size: 50px;
        line-height: 100px;
        left: 0;
    }

    .hpblnewsmm .mmtitle .ttnote{
        font-size: 50px;
        line-height: 100px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .hpabouthome .dstitle .ttnote{
        font-size: 50px;
        line-height: 100px;
        left: 0;
    }
}
@media all and (max-width: 767px){
    .lstmewshh .grnewhh .colm{
        width: 100%;
    }
    .itnewslg .colt{
        width: 100%;
        margin-bottom: 20px;
    }
    .itnewslg .cold{
        width: 100%;
    }
}