/* 快訊 */
#marqueeContent{
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}
#ent_marquee {
    width:100%;
    height:40px;
    float:left;
    position:relative;
    overflow:hidden;
    z-index:4; /* 全站統一header為 z-index:5; */
    margin-bottom: 10px;
    /*background: #e1e1e1;*/
    background: #5c5c5c;
}
#ent_marquee * {
    transition: none;
}
#ent_marquee::before {
    content:"";
    display:inline-block;
    float:left;
    margin-right:12px;
    background:#CD3160;
    width:80px;
    height:40px;
    -webkit-clip-path:polygon(0% 0%, 100% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path:polygon(0% 0%, 100% 0%, 100% 0%, 75% 100%, 0% 100%);
}
#ent_marquee::after {
    content:"快訊";
    color:#fff;
    font-style: italic;
    font-size:20px;
    font-weight: 600;
    line-height:40px;
    letter-spacing:0px;
    position:absolute;
    top:0;
    left:11px;
}
#ent_marquee .marqueebox {
    /*全長 - 快訊寬 - 箭頭寬*/
    width:calc(100% - 70px - 7vw);
    display: inline-block;
    vertical-align:middle;
}
#ent_marquee .marqueebox ul {
    width:100%;
    float:left;
}
#ent_marquee .marqueebox ul li {
    width:100%;
    line-height:39px;
    height:40px;
    overflow:hidden;
}
#ent_marquee .marqueebox ul li span {
    font-size:15px;
    margin-left:5px;
    display:inline-block;
    color:#ffbd00;
}
#ent_marquee .marqueebox ul li a {
    font-size:22px;
    font-family: 'Noto Sans TC', "微軟正黑體";
    font-weight:400;
    color: #fff;
    /*限制 1行+…*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
#ent_marquee .up {
    position:absolute;
    top:12px;
    right:20px;
    width: 15px;
    height: 15px;
    background: url(/web/20220401112948im_/https://ent.ltn.com.tw/assets/images/nav_arrow_white.svg) no-repeat center;
    background-size: 8px 5px;
    transform: rotate(180deg);
    cursor: pointer;
}
#ent_marquee .down {
    position:absolute;
    top:12px;
    right:50px;
    width: 15px;
    height: 15px;
    background: url(/web/20220401112948im_/https://ent.ltn.com.tw/assets/images/nav_arrow_white.svg) no-repeat center;
    background-size: 8px 5px;
    cursor: pointer;
}
#ent_marquee .up img {
    transform:rotate(180deg);
}


/* RWD */
@media screen and (max-width:960px) {
    #ent_marquee {
        height:50px;
    }
    #ent_marquee::before {
        width:60px;
        height:50px;
        margin-right: 8px;
    }
    #ent_marquee::after {
        height: 50px;
        font-size: 18px;
        font-weight: 400;
        line-height: 50px;
        left: 5px;
    }
    #ent_marquee .marqueebox {
        /*全長 - 快訊寬 - 箭頭寬*/
        height:50px;
    }
    #ent_marquee .marqueebox ul li {
        line-height: 49px;
        height: 50px;
    }
    #ent_marquee .arrow.up {
        display:none!important;
    }
    #ent_marquee .down {
        top: 0px;
        right: 1.5%;
        width: 30px;
        height: 50px;
        background-size: 10px 7.5px;
    }
}
@media screen and (max-width:828px) {
    #ent_marquee::before{
        margin-right:4px;
    }
    #ent_marquee .marqueebox ul li {
        display: flex;
        align-items: center;
    }
    #ent_marquee .marqueebox ul li a {
        font-size:19px;
    }
}
@media screen and (max-width:600px) {
    #ent_marquee::before {
        width:40px;
        left:4px;
        margin-right:6px;
    }
    #ent_marquee::after {
        width: 10px;
        font-size: 17px;
        line-height: 19px;
        padding-top: 5px;
        left: 7px;
    }
    #ent_marquee .marqueebox {
        width: calc(100% - 70px - 3vw);
    }
    #ent_marquee .marqueebox ul li {
        line-height:1.3;
    }
    #ent_marquee .marqueebox ul li a {
        font-size:17px;
        -webkit-line-clamp: 2;
    }
}




/*
     FILE ARCHIVED ON 11:29:48 Apr 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:21:15 Jun 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 54.925
  captures_list: 0.771
  exclusion.robots: 0.064
  exclusion.robots.policy: 0.05
  esindex: 0.015
  cdx.remote: 8.1
  LoadShardBlock: 127.084 (3)
  PetaboxLoader3.datanode: 128.83 (5)
  PetaboxLoader3.resolve: 252.056 (3)
  load_resource: 277.394
  loaddict: 19.076
*/