/* Minification failed. Returning unminified contents.
(891,34): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(892,33): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
 */
/* ----------------------- */
/* $Font import */
/* ----------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap');

/* ----------------------- */
/* Adding reset */
/* ----------------------- */
* {
    position: relative;
}

    *, *::before, *::after {
        box-sizing: border-box;
    }

img {
    max-width: 100%;
    height: auto;
}

a {
    cursor: pointer;
    color: #484848;
    text-decoration: none;
}

    a:link,
    a:visited,
    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
    }

/* ----------------------- */
/* $Colour */
/* ----------------------- */
.bg-color-primary {
    background-color: #2C2F34;
}

.bg-color-secondary {
    background-color: #FFD800;
}

.bg-color-black {
    background-color: #21282E;
}

.bg-color-grey {
    background-color: #DFE2E5;
}

.bg-color-grey2 {
    background-color: #d7d7d7;
}

.bg-color-white {
    background-color: #FFFFFF;
}

/* ----------------------- */
/* Text colour */
/* ----------------------- */
.color-primary {
    color: #21282E;
}

.color-secondary {
    color: #ffD800;
}

.color-black {
    color: #111214;
}

.color-grey {
    color: #767676;
}

.color-white {
    color: #ffffff;
}


/* ----------------------- */
/* Typography */
/* ----------------------- */
html, body {
    font-family: 'Noto Sans TC', sans-serif, 'Arial', 'Helvetica', '微軟正黑體';
}

/* Global
-------------------------- */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #21282E;
}

h2 {
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Noto Sans TC', sans-serif, 'Arial', 'Helvetica', '微軟正黑體';
    margin-bottom: 48px;
}

.title-22 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Noto Sans TC', sans-serif, 'Arial', 'Helvetica', '微軟正黑體';
    line-height: 145%;
    margin-bottom: 8px;
}

.title-20 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Noto Sans TC', sans-serif, 'Arial', 'Helvetica', '微軟正黑體';
    line-height: 145%;
    margin-bottom: 8px;
}

.title-18 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans TC', sans-serif, 'Arial', 'Helvetica', '微軟正黑體';
    line-height: 145%;
    margin-bottom: 8px;
}

    .title-22:hover,
    .title-20:hover,
    .title-18:hover {
        text-decoration: underline;
    }


.secondary-info {
    font-size: 13px;
    font-weight: 300;
    font-family: 'Noto Sans TC', sans-serif, 'Arial', 'Helvetica', '微軟正黑體';
    color: #767676;
}

p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #111214;
}

.annotation {
    font-size: 13px;
    font-weight: 300;
    color: #767676;
}


/* heading
-------------------------- */

/* List
-------------------------- */
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ----------------------- */
/* Icons */
/* ----------------------- */


/* ----------------------- */
/* $Utility */
/* ----------------------- */
.u-text-center {
    text-align: center !important;
}

.u-mb-72 {
    margin-bottom: 72px;
}

.u-mb-32 {
    margin-bottom: 32px;
}


/*************overlay***************/

/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(25,25,25,0.95);
    z-index: 1000;
}

    /* Overlay closing cross */
    .overlay .overlay-close {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 15px;
        overflow: hidden;
        border: none;
        background: url(../images/cross.png) no-repeat center center;
        -moz-background-size: 100% 100%; /* 老版本的 Firefox */
        background-size: 100% 100%;
        text-indent: 200%;
        color: transparent;
        outline: none;
        z-index: 999;
        cursor: pointer;
    }
    .overlay .overlay-logo {
        width: 240px;
        height: 24px;
        position: absolute;
        left: 15px;
        top: 25px;
        overflow: hidden;
        border: none;
        background: url(../images/overlay-logo.png) no-repeat center center;
        -moz-background-size: 100% 100%; /* 老版本的 Firefox */
        background-size: 100% 100%;
        text-indent: 200%;
        color: transparent;
        outline: none;
        z-index: 100;
        cursor: pointer;
    }
    .overlay .overlay-content {
        color: #fff;
        position: relative;
        top: 55%;
        height: 85%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 90%;
        margin: 0 auto;
        padding: 2%;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
    }
        .overlay .overlay-content img {
            width: auto;
            margin: 2px;
        }
.final-top {
    margin-bottom: 20px;
    /*margin-top: 20px;*/
}
.final-bottom .box-title {
    background-position: left 5px;
    padding-top: 0px;
    font-size: 1.125em;
}
.final-bottom .text {
    font-size: 0.875em;
    line-height: 1.5em;
}
.box-title {
    padding: 15px 20px 10px 20px;
    letter-spacing: 2px;
    font-weight: bolder;
    font-size: 1.125em;
    background-image: url("../images/yellow-left.png");
    background-repeat: no-repeat;
    background-position: center left;
    border-bottom: #f5d83c 2px solid;
    /*width: 75%;
    margin: 0 auto;*/
}
.overlay .overlay-content::-webkit-scrollbar {
    /*隱藏滾輪*/
    display: none;
}

/* Effects */
.overlay-scale {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
    .overlay-scale.open {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s;
    }

/* Flexible iFrame */
.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
}
    .Flexible-container iframe,
    .Flexible-container object,
    .Flexible-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


#mobile-footer-ad {
    position: fixed;
    bottom: 0px;
    z-index: 50;
    max-height: 200px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

    #mobile-footer-ad img {
        width: 100%;
    }
/* ----------------------- */
/* $Global */
/* ----------------------- */
html, body{
    scroll-behavior: smooth;
}

::selection {
	background: #5ce1ff;
	color: #0A0F12;
}


/* ----------------------- */
/* $ADs */
/* ----------------------- */

.sky-ad{
    display: block;
    margin: 0 auto;
    width: 100%;
}

.sky-ad > img {
    width: 100%;
}

.iMax{
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    z-index: 5;
}

.iMax-container{
    width: 1140px;
}

.iMax-inner{
    width: 100%;
    padding-top: calc(100% * 224 / 1140);
    height: 0;
}

.iMax-top {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}


.iMax-side{
    width: 130px;
    height: 2584px;
    position: absolute;
    top: 0;
}

.iMax-left{
    left: -132px
}

.iMax-right{
    right: -132px;
}


@media (max-width: 1119px){
    .iMax-container{
        max-width: 960px;
    }
    .iMax-side{
        display: none;
    }
}

@media (max-width: 991px){
    .iMax-container{
        max-width: 720px;
    }
}

@media (max-width: 767px){
    .iMax{
        display: none;
    }
}


/* ----------------------- */
/* $Elements */
/* ----------------------- */

/* background
----------------------- */
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg-img.jpg");
    background-size: cover;
    background-position: center;
}


.deco-text-1{
    position: fixed;
    bottom: -1%;
    right: -1%;
    width: 136px;
    /* mix-blend-mode: soft-light; */
    opacity: 0.4;
    z-index: 50;
}

.deco-text-2{
    position: fixed;
    top: -1%;
    left: -1%;
    width: 136px;
    /* mix-blend-mode: soft-light; */
    opacity: 0.4;
    z-index: 50;
}

@media (min-width: 1400px){
    .deco-text-1, .deco-text-2{
        width: 156px;
    }
}

@media (max-width: 1119px){
    .deco-text-1, .deco-text-2{
        width: 112px;
    }
}

@media (max-width: 991px){
    .deco-text-1, .deco-text-2{
        width: 96px;
    }
}

@media (max-width: 575px){
    .deco-text-1, .deco-text-2{
        display: none;
    }
}

/* skew-bg
----------------------- */
.skew-bg-bottom{
    width: 100%;
    height: 400px;
    background-color: #DFE2E5;
    position: absolute;
    bottom: -30%;
    transform: skew(0deg, -5deg);
    z-index: 0;
    overflow: hidden;
}

.skew-bg-bottom::before{
    content: '';
    background-image: url('../images/Dots_8px.svg');
    width: 100%;
    height: 550px;
    position: absolute;
    bottom: 0;
    transform: skew(0deg, 5deg);
    z-index: 1;
}

.skew-bg-top{
    width: 100%;
    height: 400px;
    background-color: #DFE2E5;
    position: absolute;
    top: -10%;
    transform: skew(0deg, -5deg);
    z-index: 0;
    overflow: hidden;
}

.skew-bg-top::before{
    content: '';
    background-image: url('../images/Dots_8px.svg');
    width: 100%;
    height: 550px;
    position: absolute;
    top: -15%;
    transform: skew(0deg, 5deg);
    z-index: 1;
}

@media (max-width: 767px){
    .skew-bg-top{
        top: -5%;
    }
}


@media (max-width: 575px){
    .skew-bg-top{
        top: -3%;
    }
}

/* menu-btn
----------------------- */
.menu-btn{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 28px;
    margin-right: 28px;
    padding: 6px 6px;
    box-sizing: border-box;
    font-family: 'Noto Sans TC', sans-serif, 'Arial', 'Helvetica', '微軟正黑體';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
}


@media (max-width: 575px) {
    .menu-btn {
        font-size: 15px;
        margin-left: 16px;
        margin-right: 16px;
    }
}

/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFD800;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: #0A0F12;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


/* icon-btn
----------------------- */
.icon-btn {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 24px;
    margin-left: 6px;
    margin-right: 6px;
}

@media (max-width: 767px) {
    .icon-btn {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 20px;
    }
}


.icon-btn .icon{
    display: block;
    text-align: center;
    transition: all 0.3s;
}

.icon-btn .icon:hover{
    transform: translateY(-20%);
}


/* icon-play
----------------------- */
.icon-play{
    width: 64px;
    height: 64px;
    border-radius: 40px;
    border: 1px solid #FFF;
    background: rgba(19, 19, 19, 0.5);

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    transition: all 0.3s;
}

.icon-play > img{
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
}

.vid-hover:hover > .icon-play{
    background: rgba(19, 19, 19, 0.95);
    box-shadow: 0 0 12px rgba(19, 19, 19, 0.2);
    transform: translate(-50% , -55%);
}


/* btn
----------------------- */
.btn{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 32px;
    min-width: 64px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
    text-decoration: none;
    background-color: #d1d2d3;
    border: 1px solid gray;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    -webkit-user-drag: none;
    transition: all 0.3s;
}

.bi-arrow-right-short{
    font-size: 24px;
    line-height: 40px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.btn-primary{
    background-color: #fff;
    border: 1px solid #BBBBBB;
}

.btn-primary:hover, .btn-primary:active{
    background-color: #FFD800;
    color: #0A0F12;
    border: 1px solid #FFD800;
}

.btn-secondary{
    background: rgba(33, 40, 46, 0.3);
    border: 1px solid #4B5159;
    color: #FFF;
}

.btn-secondary:hover, .btn-secondary:active{
    background-color: #FFD800;
    border: 1px solid #FFD800;
    color: #21282E;
}

/* yahoo-btn
----------------------- */
.yahoo-btn{
    margin-left: 12px;
    margin-right: 12px;
    height: 52px;
    line-height: 52px;
    background-color: transparent;
    border: 1px solid #00D1FF;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}

.yahoo-btn:hover, .yahoo-btn:active{
    background-color: #FFD800;
    color: #0A0F12;
    border: 1px solid #FFD800;
}

@media (max-width: 767px){
    .yahoo-btn{
        padding: 0;
    }
}

/* ins-btn
----------------------- */
.ins-btn{
    background-color: #0495F6;
    color: #FFF;
    border: 0;
    border-radius: 4px;
    height: 33px;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
}

.ins-btn:hover, .ins-btn:active{
    background-color: #45ADF3;
}

/* marketing-btn
----------------------- */
.marketing-btn{
    display: block;
    background-color: #FFF;
    border: 1px solid #BBBBBB;
    color: #21282E;
}

.marketing-btn:hover, .marketing-btn:active{
    display: block;
    background-color: #FFD800;
    border: 1px solid #FFD800;
    color: #0A0F12;
}

/* heading deco
----------------------- */
.heading:before{
    content: '';
    width: 100%;
    height: 6px;
    background-color: #FFD800;
    position: absolute;
    bottom: -18px;
}


/* thumbnail
----------------------- */
.img-9-16{
    width: 100%;
    padding-top: calc(100% * 9 / 16);
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 12px;
}

.img-1-1{
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}

.img-fit{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.img-thumbnail{
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    height: inherit;
  
    transition: all 0.3s;
}

.img-hover:hover{
    transform: scale(1.1, 1.1);
}


/* title-text
----------------------- */
.title-left{
    text-align: left;
}

/* bottom-info
----------------------- */
.bottom-info{
    display: flex;
    justify-content: space-between;
}

/* ----------------------- */
/* $Navigation */
/* ----------------------- */

.navigation .container{
    padding: 0;
}

/* navigation-1
----------------------- */
@media (max-width: 575px){
    .navigation .container{
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
}

.nav-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
}

.campaign-logo {
    display: block;
    width: 338px;
    height: 27px;
    background-image: url(../images/campaign-logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 767px){
    .campaign-logo{
        width: 276px;
        height: 22px;
    }
}

@media (max-width: 575px){
    .campaign-logo{
        width: 226px;
        height: 18px;
    }
}

.social-bar{
    margin-right: -6px;
}

.social-bar .icon-btn{
    color: #FFF;
}

@media (max-width: 360px){
    .social-bar{
        display: none;
    }
}

/* navigation-2
----------------------- */
.navigation-2 > .container{
    border-top: 1px solid rgb(73, 88, 107);
}

.nav-menu{
    display: flex;
    justify-content: center;
}

.nav-menu-group{
    display: flex;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-left: -28px;
    margin-right: -28px;
}


/* ----------------------- */
/* $Hero-banner */
/* ----------------------- */
.hero{
    z-index: 1;
}

.hero .container{
    padding: 0;
}

.carousel-item{
    width: 100%;
    padding-top: calc(100% * 1 / 2);
    height: 0;
}   

/* .carousel-item a{
    max-width: inherit;
    max-height: inherit;
    position: absolute;
    top: 0;
    left: 0;
} */

.carousel-item a{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-item img{
    width: 100%;
    height: 100%;
}


/* ----------------------- */
/* $Program */
/* ----------------------- */
.program{
    padding-top: 24px;
    /* padding-bottom: 56px; */
}

@media (max-width: 575px){
    .program{
        padding-top: 0;
        padding-bottom: 0;
    }
}

.program .heading{
    margin-bottom: 80px;
}


.program .heading > span{
    display: inline-block;
    height: 36px;
    padding: 0 6px;
    border: 1px solid #BBBBBB;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    margin: 0 6px;
    padding-top: 3px;
    vertical-align: top;
}



.program > .container{
    padding: 48px 24px;
    text-align: center;
}

.program .row{
    margin-bottom: 32px;
}

@media (max-width: 767px){
    .program .col-md-6:nth-child(1){
        margin-bottom: 56px;
    }
}

.program > .container{
    /* background-color: #FFF; */
}


.program-box{
    display: flex;
    justify-content: center;
    background-color: #FFF;
    height: 100%;
    outline: 6px solid rgba(194, 194, 194, 0.3);
    border-radius: 4px;
    padding: 12px 24px;
}



/* program-heading
----------------------- */
.program-subtitle-today{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #7D3737, #D75C5C);
    padding: 10px 32px;
    border-radius: 4px;
    border: 1.5px solid #FFAFAF;
    text-align: left;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

.program-subtitle-tomorrow{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #344764, #6DA4C3);
    padding: 10px 32px;
    border-radius: 4px;
    border: 1.5px solid #6FDCFF;
    text-align: left;
    position: absolute;
    top: 0;
    transform: translateY(-50%);

}

.program-icon{
    color: #FFFFFF;
    font-size: 28px;
}

.program-subtitle__title{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    margin-left: 8px;
}

.program-subtitle__title .eng{
    font-size: 17px;
    margin-left: 6px;
}


@media (max-width: 991px){
    .program-icon{
        font-size: 24px;
    }
    .program-subtitle__title{
        font-size: 18px;
    }

}

/* program-content
----------------------- */
.program-content{
    padding: 12px 0;
    padding-top: 28px;
}

.program-content__text{
    margin-top: 24px;
    margin-bottom: 32px;
    text-align: left;
}

.note-text{
    font-size: 14px;
}







/* ----------------------- */
/* $GDN-ad */
/* ----------------------- */
.GDN-ad{
    background-color: #DFE2E5;
    background-image: url('../images/Dots_8px.svg');
}

.GDN-ad > .container{
    padding-top: 12px;
    padding-bottom: 12px;
    overflow: hidden;
}
.GDN-970x90{
    margin: 0 auto;
    width: 970px;
    /*height: 90px;
    background-color: rgb(91, 91, 91);*/
}

@media (max-width: 970px){
    .GDN-970x90{
        width: 300px;
        /*height: 250px;*/
    }
}

/* ----------------------- */
/* $Focus-news */
/* ----------------------- */
.focus-news{
    background-color: #DFE2E5;
    background-image: url('../images/Dots_8px.svg');
    padding-top: 56px;
    padding-bottom: 56px;
}

@media (max-width: 575px){
    .focus-news{
        padding-bottom: 0;
    }
}


.focus-news > .container{
    padding-top: 104px;
    padding: 48px 24px;
    text-align: center;
}

@media (max-width: 991px){
    .focus-news .title-22{
        font-size: 20px;
    }
}

@media (max-width: 768px){
    .focus-news .col-md-6:nth-child(1){
        margin-bottom: 24px;
    }
}



/* ----------------------- */
/* $Yahoo-section */
/* ----------------------- */
.yahoo-section{
    background-color: #DFE2E5;
    background-image: url('../images/Dots_8px.svg');
    padding-bottom: 56px;
    z-index: 2;
}

.yahoo-section > .container{
    background-position: 0 15%;
    padding: 54px 12px;
    overflow: hidden;
}

.yahoo-section > .container:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #21282E;
    opacity: 0.9;
    mix-blend-mode: multiply;
}

.yahoo-section > .container:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(40,109,190,1) 0%, rgba(104,35,211,0.5) 50%, rgba(117,20,215,0) 100%);
    opacity: 1;
    z-index: 1;
}


.yahoo__HBL-logo{
    position: absolute;
    top: -8%;
    left: -2%;
    z-index: 10;
}

.yahoo__HBL-text{
    position: absolute;
    bottom: -5%;
    left: 56px;
    z-index: 10;
}


.yahoo-menubar{
    display: flex;
    justify-content:flex-end;
    align-items: center;
    height: 100%;
    z-index: 50;
}

@media (max-width: 1119px){
    .yahoo__HBL-logo{
        left: -20%;
    }
    .yahoo__HBL-text{
        left: -15%;
    }
}

@media (max-width: 991px){
    .yahoo-section > .container{
        padding-top: 100px;
        padding-bottom: 24px;
    }
    .yahoo__HBL-logo{
        top: 0;
        left: -30%;
    }
    .yahoo__HBL-text{
        top: 2%;
        left: 40%;
    }

    .yahoo-menubar{
        justify-content: center;
    }
}

@media (max-width: 767px){
    .yahoo__HBL-logo{
        top: 0;
        left: -40%;
    }
    .yahoo__HBL-text{
        top: 1.5%;
        left: 52%;
    }
    .yahoo-menubar{
        flex-wrap: wrap;
    }
    .yahoo-btn{
        width: 45%;
        margin-bottom: 12px;
    }
}

@media (max-width: 575px){
    .yahoo-section{
        padding-bottom: 0;
    }
    .yahoo__HBL-logo{
        left: -3%;
    }
    .yahoo__HBL-text{
        display: none;
    }
}
@media (max-width: 505px){
    .yahoo-btn{
        width: 41%;
        margin-bottom: 16px;
    }
}

/* ----------------------- */
/* $Vidz */
/* ----------------------- */
.vidz{
    /* padding-top: 56px; */
    padding-bottom: 120px;
    z-index: 1;
}

@media (max-width: 767px){
    .vidz{
        padding-bottom: 88px;
    }
}


.vidz > .container{
    padding-top: 104px;
    padding: 48px 24px;
    text-align: center;
}

.heading-wrap{
    margin-top: 120px;
}

/* ----------------------- */
/* $Ins */
/* ----------------------- */

.ins{
    padding-top: 56px;
    padding-bottom: 104px;
    background-color: #DFE2E5;
    background-image: url('../images/Dots_8px.svg');
}


.ins-header{
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.ins-icon{
    margin-right: 12px;
}

.ins-heading{
    font-size: 24px;
    margin: 0;
    margin-right: 24px;
}

.instagram-media{
    min-width: inherit!important;
    max-width: inherit!important;
}


/* ----------------------- */
/* $Marketing */
/* ----------------------- */
.marketing{
    padding-top: 56px;
    padding-bottom: 56px;
    text-align: center;
}


.marketing .imgbox:hover + a{
    display: block;
    background-color: #FFD800;
    border: 1px solid #FFD800;
    color: #0A0F12;
}



/* ----------------------- */
/* $Brand */
/* ----------------------- */
.brand{
    padding-top: 56px;
    padding-bottom: 56px;
    text-align: center;
}


.brand .img-9-16{
    border-radius: 0;
}


/* ----------------------- */
/* $Scrolltop */
/* ----------------------- */
.scrollTop {
    position: fixed;
    right: 3%;
    bottom: 5%;
    background-color: #0A0F12;
    padding: 6px 8px;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 60;
}


.scrollTop a {
    font-size: 32px;
    color: #fff;
}


/* ----------------------- */
/* $Footer */
/* ----------------------- */
footer{
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: #21282E;
}

/* footer-links
----------------------- */
.footer-links{
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 32px;
}

.footer-links > li{
    display: inline-block;
    font-size: 13px;
}

.footer-links > li > a{
    color: #FFF;
    font-weight: 500;
    line-height: 32px;
    margin-left: 4px;
    margin-right: 4px;

}

.footer-links > li > a:hover, .footer-links > li > a:active{
    color: #FFD800;
}

.footer-links > li:after{
    content: "｜";
    color: #FFF;
}

.footer-links > li:last-child:after{
    content: '';
}

/* footer-wrap
----------------------- */
.footer-build{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-content{
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    color: #FFF;
}

.footer-content > span{
    display: block;
    margin-bottom: 8px;
}

.footer-content > span > a{
    color: #FFF;
    text-decoration: underline;
}

.footer-build .ebc-logo{
    margin-left: 40px;
}

@media (max-width: 767px){
    .footer-desktop{
        display: none;
    }
}


/* footer-mobile
----------------------- */
.footer-mobile{
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    line-height: 32px;
}

.footer-mobile a{
    color: #FFF;
    text-decoration: underline;
}

.footer-mobile .ebc-logo{
    margin-top: 48px;
}

@media (min-width: 768px){
    .footer-mobile{
        display: none;
    }
}

/* ----------------------- */
/* $Error-page */
/* ----------------------- */


.error-page .col-12{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.error-img{
    max-width: 328px;
}

.error-text-1{
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

@media (max-width: 767px){
    .error-text-1{
        font-size: 32px;
    }
}

.error-text-2{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 32px;
}


@media screen and (min-width: 640px) {
    /*************overlay***************/
    .overlay .overlay-login .login_message {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .footer-mobile {
        display: none;
    }
}

@media screen and (min-width: 1002px) {
    /*************overlay***************/
    .overlay .overlay-close {
        width: 50px;
        height: 50px;
    }

    .overlay .overlay-content {
        top: 60%;
        width: 936px;
    }

    .final-top {
        margin-left: -356px;
        float: left;
        width: 100%;
    }

    .final-bottom {
        float: right;
        width: 336px;
    }

    .contentb2 {
        margin-left: 356px;
    }
}

@media screen and (min-width: 1400px) {
    /*************overlay***************/
    .overlay .overlay-content {
        top: 60%;
        width: 1236px;
    }

    .final-top {
        margin-left: -356px;
        float: left;
        width: 100%;
    }

    .final-bottom {
        float: right;
        width: 336px;
    }

    .contentb2 {
        margin-left: 356px;
    }
}

/*EBC 浮水印廣告*/
.ebc-sticky-bottom-ads{ 
    display: none; } 
    
    .ebc-sticky-bottom-ads-close { 
    width: 20px; height: 20px; 
    display: block; 
    border-radius: 4px 0 0; 
    position: absolute; right: 0; 
    top: -16px; 
    padding: 4px 4px 0;
    background-color: #fefefe; 
    box-shadow: 0 -6px 18px 0 rgba(9,32,76,.08); } 
    
    .ebc-sticky-bottom-ads .ebc-sticky-bottom-ads-close svg { 
    width: 40px; 
    height: 40px; 
    right: 0;
    bottom: 0;
    fill: #000; } 
    
    .ebc-sticky-bottom-ads .ebc-sticky-bottom-ads-content { 
    overflow: hidden; 
    display: block; 
    position: relative; 
    height: 100px; 
    margin-right: 10px; 
    margin-left: 10px; }
  
    /* Smartphone Portrait and Landscape */
  @media only screen and (max-device-width: 768px) {
    .ebc-sticky-bottom-ads {
      position: fixed; 
      bottom: 0; left: 0; 
      max-width: 100%; 
      padding: 10px 0; 
      display: block; 
      background-color: #fefefe; z-index: 20; } 
    }
  
  
  /*EBC 蓋版廣告*/
    .ebc-cover-ads{
    display: none; } 

    .ebc-cover-ads-content {
      width: 320px;
      height: 480px;
      background-color: #ffffff;
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto; 
    }
    
    /*蓋版廣告內的X按鈕*/
    .ebc-cover-ads-content .ebc-cover-ads-btn {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      background-color: black;
      color: #ffffff;
      font-size: 24px;
      text-align: center;
      border-radius: 50%;
      border: 1px solid white;
      position: absolute;
      top: -15px;
      right: -15px;
      transition: 0.5s;
    }

    .ebc-cover-ads-content .ebc-cover-ads-btn:hover {
      background-color: white;
      color: black;
      border: 1px solid #00cc99;
    }

    @media only screen and (max-device-width: 768px) {
      .ebc-cover-ads{
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.6);
        top: 0;
        bottom: 0;
        margin: auto;
        display: block; 
        z-index: 2147483647;
        clip: auto;
        overflow: hidden;
        position: fixed;
      }

      .ebc-cover-ads-content {
        width: 320px;
        height: 479px;
      }
    }

