@charset "utf-8";

/* secCmnTit */
.secCmnTit .txt::before {
    width: 215px;
}
.secCmnTit .txt {
    letter-spacing: 2px;
}
@media only screen and (max-width:767px){
    .secCmnTit .txt::before {
        width: 95px;
    }
    .secCmnTit .txt {
        letter-spacing: 0px;
    }
}

/* secNews */

.secNews{
    margin-top: 140px;
    position: relative;
    z-index: 5;
}
.secNews .tabBox{
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
}
.secNews .tab{
    width: 20%;
}
.secNews .tab:nth-child(n+6){
    margin-top: 40px;
}
.secNews .tabInner{
    min-height: 70px;
    font-size: 18px;
    height: 100%;
    line-height: 1.25;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #888888;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    border-bottom: 1px solid #165e83;
}
.secNews .tab.active .tabInner{
    color: #165e83;
    border-radius:10px 10px 0px 0px;
    border: 1px solid #165e83;
    border-bottom: none;
}
.secNews .tab.active .tabInner::before{
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
}
.secNews .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
.secNews .item{
    width:28.667% ;
    margin-right: 6.9995%;
}
.secNews .item:nth-child(3n){
    margin-right: 0;
}
.secNews .item:nth-child(n+4){
    margin-top: 100px;
}
.secNews .inner{
    display: block;
    text-decoration: none;
    color: #222;
    background: #fff;
    height: 100%;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}
.secNews .img{
    padding-top: 67.445%;
}
.secNews .img img{
    border-radius: 10px 10px 0 0;
}
.secNews .txtBox{
    padding: 18px 30px 30px;
}
.secNews .tit{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.63;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 102px;
    min-height: 102px;
    margin-top: 20px;
}
.secNews .titBox{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 20px;
}
.secNews .tagTitBox{
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}
.secNews .tagTit{
    margin-right: 5px;
    margin-top: 5px;
    padding: 3.5px 18px;
    min-width: 66px;
    background: #f2f2f2;
    border-radius: 14px;
    color: #888888;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
.secNews .tagTit.new{
    background: #d8ff00;
    color: #222;
}
.secNews .tagTit:last-child{
    margin-right: 0;
}
.secNews .data{
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888888;
}
@media only screen and (max-width:767px){
    .secNews{
        width: calc((305 / 375)* 100%);
        margin: 62px auto 0;
    }
    .secNews .tabBox{
        flex-wrap: wrap;
    }
    .secNews .tab{
        width: 33.333%;
    }
    .secNews .tabInner{
        min-height: 55px;
        font-size: 15px;
        line-height: 1.2;
        text-align: center;
    }
    .secNews .tab.active .tabInner{
        color: #165e83;
        border-radius:10px 10px 0px 0px;
    }
    .secNews .tab.active .tabInner::before{
        position: absolute;
        content: "";
        background: #fff;
        width: 100%;
        height: 2px;
        bottom: -2px;
        left: 0;
    }
    .secNews .tab:nth-child(n+4){
        margin-top: 20px;
    }
    .secNews .contentBox{
        border-top: none;
    }
    .secNews .list{
        display: block;
        margin-top: 30px;
    }
    .secNews .item{
        width:100% ;
        margin-right: 0%;
    }
    .secNews .item:nth-child(3n){
        margin-right: 0;
    }
    .secNews .item:nth-child(n+2){
        margin-top: 0px;
    }
    .secNews .item:nth-child(n+2){
        margin-top: 30px;
    }
    .secNews  .img{
        padding-top: 67.545%;
    }
    .secNews  .txtBox{
        padding: 10px 20px 20px;
    }
    .secNews .tit{
        font-size: 14px;
        line-height: 1.85;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 50px;
        min-height:auto;
        margin-top: 8px;
    }
    .secNews  .titBox{
        margin-top: 9px;
        justify-content: flex-start;
    }
    .secNews  .tagTitBox{
        font-size: 12px;
        letter-spacing: 0px;
    }
    .secNews  .tagTit{
        padding: 3px 12.5px;
        min-width: 48px;
        border-radius: 10.5px;
        letter-spacing: 1px;
    }
    .secNews  .data{
        font-size: 11px;
        letter-spacing: 0.5px;
        
    }
}

.secCmnNextLoad {
    margin: 100px auto 0;
}
.secCmnNextLoad .btnCmnInner{
    background: linear-gradient( -90deg, rgb(22,94,131) 0%, rgb(26,113,156) 100%);
}
@media only screen and (max-width:767px){
    .secCmnNextLoad {
        margin: 40px auto 0;
    }
}


/*-----------------------------------------------
   Details
-----------------------------------------------*/

.details{
    position: relative;
    z-index: 5;
} 
.secDetailsTop{
    margin-top: 138px;
}
.secDetailsTop .topBox{
    border-bottom: 1px solid #888888;
    padding-bottom: 21px;
}
.secDetailsTop .dayBox{
    display: flex;
    align-items: baseline;
}
.secDetailsTop .data{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #888;
    font-weight: 500;
}
.secDetailsTop .tit{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 22px;
}
.secDetailsTop .titBox{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 33px;
}
.secDetailsTop .tagTitBox{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    display: flex;
}
.secDetailsTop .tagTit{
    margin-right: 5px;
    margin-top: 5px;
    padding: 4px 18px;
    min-width: 66px;
    background: #f2f2f2;
    border-radius: 14px;
    color: #888888;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
.secDetailsTop .tagTit.new{
    background: #d8ff00;
    color: #222;
}
.secDetailsTop .tagTit:last-child{
    margin-right: 0;
}
.secDetailsTop .img{
    margin-top: 40px;
    text-align: center;
}
.secDetailsTop .img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}
@media only screen and (max-width:767px){
    .secDetailsTop{
        width: calc((305 / 375)* 100%);
        margin: 54px auto 0;
    }
    .secDetailsTop .topBox{
        padding-bottom: 10px;
    }
    .secDetailsTop .dayBox{
        display: flex;
        align-items: baseline;
    }
    .secDetailsTop .data{
        font-size: 11px;
        letter-spacing: 0.5px;
    }
    .secDetailsTop .tit{
        font-size: 16px;
        line-height: 1.75;
        margin-top: 11px;
    }
    .secDetailsTop .titBox{
        margin-left: 9px;
    }
    .secDetailsTop .tagTitBox{
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.5px;
        display: flex;
    }
    .secDetailsTop .tagTit{
        margin-right: 5px;
        margin-top: 5px;
        padding: 2px 11.5px;
        min-width: 48px;
        border-radius: 12px;
    }
    .secDetailsTop .img{
        margin-top: 20px;
    }
    .secDetailsTop .img img{
        border-radius: 0;
    }
}

/* secEntry */
.secEntry{
    margin-top: 30px;
}
.secEntry img{
    border-radius: 10px;
}
@media only screen and (max-width:767px){
    .secEntry{
        width: calc((305 / 375)* 100%);
        margin: 13px auto 0;
    }
    .secEntry img{
        border-radius: 5px;
    }
}

/* secDetailsMovie */
.secDetailsMovie{
    padding: 95px 0 120px;
    margin-top: 120px;
    position: relative;
    height: 1044px;
}
.secDetailsMovie.lazyloaded{
    background:url(../img/topics/bgMovie.jpg) center top / cover;
}
.secDetailsMovie .movieCover{
    text-align: center;
    margin: 0 auto;
    margin-top: 58px;
    position: relative;
    max-width: 1200px;
    width: 100%;
    padding-top: 675px;
}
.secDetailsMovie .movieCover iframe{
    max-width: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position:absolute;
}
.secDetailsMovie .movieBox{
    position: relative;
}

@media only screen and (max-width:767px){
    .secDetailsMovie{
        padding: 48px 0;
        height: auto;
        margin-top: 40px;
    }
    .secDetailsMovie.lazyloaded{
        background:url(../img/topics/bgMovie_sp.jpg) center top / cover;
    }
    .secDetailsMovie .movieCover { 
        width: calc((305 / 375)* 100%);
        margin: 0 auto;
        height: 0;
        padding-top: 45.6%;
        position: relative;
        margin-top: 30px;
    }
    .secDetailsMovie .movieCover iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

}

/* secDetailsPager */
.secDetailsPager{
    position: relative;
   border-top: 1px solid #888;
    margin-top: 100px;
    padding-top: 40px;
    min-height: 185px;
}
.secDetailsPager .boxBtnPager{
    display: flex;
    position: relative;
    width: 100%;
}
.secDetailsPager .pagerBox{
    width: 320px;
}
.secDetailsPager .pagerBox.next{
    margin: 0 0 0 auto;
}
.secDetailsPager .btnPrev,
.secDetailsPager .btnNext{
    text-decoration: none;
    color: #000;
    display: block;
    position: relative;
    width: 100%;
    overflow: visible;
}
.secDetailsPager .btnPrev{
    text-align: left;
}
.secDetailsPager .btnNext{
    text-align: right;
}
.secDetailsPager .btnPrev::before{
    position: absolute;
    content: "";
    background: url(../img/index/iconBtnPrev.png) center top / cover;
    width: 73px;
    height: 16px;
    left: 1px;
    bottom: -57px;
}
.secDetailsPager .pagerBox.off .btnPrev::before{
    background: url(../img/topics/iconPagerPrevOff.png) center top / cover;
}
.secDetailsPager .btnNext::before{
    position: absolute;
    content: "";
    background: url(../img/index/iconBtnNext.png) center top / cover;
    width: 69px;
    height: 15px;
    right: 1px;
    bottom: -57px;
}
.secDetailsPager .pagerBox.off .btnNext::before{
    background: url(../img/topics/iconPagerNextOff.png) center top / cover;
}
.secDetailsPager .img{
    width: 320px;
    height: 216px;
    border-radius: 7.44px;
    overflow: hidden;
}
.secDetailsPager .txt{
    font-size: 15px;
    line-height: 1.73;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 52px;
   font-weight: bold;
} 
.secDetailsPager .txtBox{
    text-align: left;
    margin-top: 14px;
}
.secDetailsPager .boxBtnList{
    display: flex;
    align-items: center;
    position: absolute;
    left: calc(50% - 170px);
    top: 108px;
    width: 340px;
}
.secDetailsPager .btnList{
    position: relative;
    background: linear-gradient(-90deg, rgb(22, 94, 131) 0%, rgb(26, 113, 156) 100%);
    color: #fff;
    text-align: center;
    text-decoration: none;
    height: 80px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.secDetailsPager .btnList::before{
    content: "";
    width: 8px;
    height: 14px;
    position: absolute;
    left: 33px;
    top: calc(50% - 8px);
    transform: rotate(90deg);
}
.secDetailsPager .btnList.lazyloaded::before{
    background: url(../img/common/iconNextArrow.png) center top / cover;
}
.secDetailsPager .innerBox{
    align-items: center;
}
.secDetailsPager .pagerBox.next .innerBox{
    flex-direction: row-reverse;
}
.secDetailsPager .btnTxt{
    font-size: 13px;
    font-weight: bold;
    position: relative;
    margin-top: 21px;
    margin-left: 37px;
    letter-spacing: 0.5px;
}
.secDetailsPager .pagerBox.next .btnTxt{
    margin-left: 0;
    margin-right: 35px;
}
@media only screen and (max-width:767px){
    .secDetailsPager{
        width: calc((305 / 375)* 100%);
        margin: 41px auto 0;
        padding-top: 20px;
        min-height: auto;
    }
    .secDetailsPager .boxBtnPager{
        display: flex;
        position: relative;
        width: 100%;
    }

    .secDetailsPager .pagerBox{
        width: 46.56%;
    }
    .secDetailsPager .pagerBox.next{
        margin: 0 0 0 auto;
    }
    .secDetailsPager .btnPrev{
        text-align: left;
    }
    .secDetailsPager .btnNext{
        text-align: right;
    }
    .secDetailsPager .btnPrev::before{
        left:0;
        bottom: -39px;
    }
    .secDetailsPager .btnNext::before{
        right: 0px;
        bottom: -39px;
    }
    .secDetailsPager .img{
        width: 100%;
        height: 0;
        padding-top: 66.91%;
        margin: 0 auto;
        border-radius: 0;
    }
    .secDetailsPager .txt{
        font-size: 14px;
        line-height: 1.42;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 60px;
        width: 100%;
    } 

    .secDetailsPager .pagerBox.next .txtBox{
        margin-left: 0;
        margin-right: 0px;
       text-align: left;
    }

    .secDetailsPager .boxBtnList{
        position: static;
        margin: 69px auto 0;
        width: 220px;
    }
    .secDetailsPager .btnList{
        height: 50px;
        border-radius: 25px;
        font-size: 15px;
    }
    .secDetailsPager .btnList::before{
      display: none;
    }
    .secDetailsPager .innerBox{
        display: block;
    }
    .secDetailsPager .pagerBox.next .innerBox{
        flex-direction: row-reverse;
    }
    .secDetailsPager .btnTxt{
        font-size: 12px;
        margin-top: 18px;
        margin-left: 61px;
        letter-spacing: 0.5px;
    }
    .secDetailsPager .pagerBox.next .btnTxt{
        margin-left: 0;
        margin-right: 60px;
    }
}
@media only screen and (max-width:359px){
    .secDetailsPager .img {
        width: 120px;
        height: 73px;
    }
}
