@charset "utf-8";
/* @import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap'); */

p {
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    border: 0;
    /*	font: inherit;*/
    vertical-align: baseline;

}


body {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background-repeat: repeat;
    font-family: Roboto, arial, "Noto Sans TC", "Microsoft JhengHei", "sans", "sans-serif";
    background-color: #fafafa;
    /*	background-image: url(../images/bg.jpg);*/
}

a:hover {
    text-decoration: none;
}

html {
    height: 100%;
    position: relative;
    line-height: 1.5;
}
.Wrapper-bg hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px dotted rgba(255,255,255,.24);
}
/* ------------------ */
.content .h1,
.content .h2,
.content .h3,
.content .h4,
.content .h5,
.content .h6,
.content .p {
    line-height: 1.6;
    font-weight: 400;

}

.main .bg-nav {
    background-color: #9f1618;
}

.Wrapper-azone {
    position: relative;
    width: 100%;
    /* padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; */
}

.move {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.Wrapper-bg {
    background-image: url(../images/top_bg.jpg-);
    background-position: center 44px;
    background-repeat: no-repeat;
    background-size: contain;
}

.Wrapper-azone .slogan,
.Wrapper-azone .item-01,
.Wrapper-azone .item-02,
.Wrapper-azone .item-03,
.Wrapper-azone .item-04 {
    position: absolute;
}

.Wrapper-azone .slogan {
    top: 90px;
    left: 0px;
    width: 560px;
    /* width: 30vw; */
}

.Wrapper-azone .item-bg {
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #0e3b65;
    /* width: 40vw; */
}

.Wrapper-azone .item-01 {
    top: 670px;
    right: 150px;
    width: 270px;
    /* width: 40vw; */
}

.Wrapper-azone .item-02 {
    top: 20px;
    left: calc(50% - 242px);
    /* width: 510px; */
    /* width: 29vw; */
}

.Wrapper-azone .item-02 h1 {
    color: #f3e2ad;
    font-size: 24px;
    text-align: justify;
    padding: 3px 0;
}

.Wrapper-azone .item-02 h2 {
    color: #f3b87f;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: justify;
    margin-bottom: 0;
}

.Wrapper-azone .item-02 img {
    width: 50px;
    padding-right: 15px;
}

.Wrapper-azone .item-03 {
    top: 14.9vw;
    left: 64vw;
    max-width: 180px;
    /* width: 7.9vw; */
}

.Wrapper-azone .item-04 h1 {
    font-size: 9vw;
    font-weight: 900;
    color: #f3b87f;
}
.Wrapper-azone .item-04 h1 .kong{
    font-size: 2.4vw; font-weight: 500;
}

.Wrapper-azone .item-04 {
    bottom: 40px;
    left: calc(50% - 21vw);
}

.Wrapper-azone .slogan {
    animation-name: fadeIn;
    animation-delay: .2s;
    animation-duration: .8s;
    animation-iteration-count: 1;
}

.Wrapper-azone .item-01 {
    animation-name: fadeIn, pulse;
    animation-fill-mode: backwards, none;
    animation-delay: 1s, 1.6s;
    animation-duration: .6s, 1.5s;
    animation-iteration-count: 1, infinite;
}

.Wrapper-azone .item-02- {
    animation-name: fadeIn, bounce-;
    animation-fill-mode: backwards, none;
    animation-delay: .7s, 2s;
    animation-duration: .6s, 1.5s;
    animation-iteration-count: 1, infinite;
}

.Wrapper-azone .item-03 {
    animation-name: zoomIn, bounce;
    animation-fill-mode: backwards, none;
    animation-delay: 1.2s, 2.2s;
    animation-duration: .6s, 1.5s;
    animation-iteration-count: 1, infinite;
}

.Wrapper-azone .item-04- {
    animation-name: fadeIn, tada;
    animation-fill-mode: backwards, none;
    animation-delay: .4s, 1s;
    animation-duration: .4s, 1.5s;
    animation-iteration-count: 1, infinite;

}

.redbanner {
    text-align: center;
    background-color: #9f1618;
    color: #fff;
}

.redbanner p {
    margin-bottom: 0;
    font-size: 18px;
}

@keyframes fadeInLeft {
    from {
        transform: translatex(-30%) scale(1);
        opacity: 0;
    }

    to {
        transform: translatex(0%) scale(1);
        opacity: 1;
    }

}

@keyframes fadeInUp {
    from {
        transform: translatey(50%) scale(.1);
        opacity: 0;
    }

    to {
        transform: translatey(0%) scale(1);
        opacity: 1;
    }

}

/* --------------------b */
.Wrapper-bzone {
    background-color: #1a4d80;
    padding-bottom: 90px;
}

.Wrapper-bzone .sectiontitle {
    padding-top: 60px;
}

.Wrapper-bzone .sectiontitle h2 {
    font-size: 36px;
    font-weight: 500;
    color: #f3bc86;
    text-align: center;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;

}

.Wrapper-bzone .sectiontitle h2::before {
    content: "";
    position: absolute;
    background-color: #f3bc86;
    bottom: -12px;
    left: calc(50% - 50px);
    width: 100px;
    height: 2px;

}

.Wrapper-bzone .b_title {
    font-size: 24px;
    padding-bottom: 15px;
    color: #fff;
}

.Wrapper-bzone p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 15px;
}

/* .Wrapper-bzone img {
    animation-name: zoomIn, bounce-;
    animation-fill-mode: backwards, none;
    animation-delay: .6s, 2.2s;
    animation-duration: .6s, 1.5s;
    animation-iteration-count: 1, infinite;
} */

.Wrapper-bzone .more-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #c58e58;
    letter-spacing: 1px;
    font-weight: 400;
    transition: background-color ease-in-out .2s,color ease-in-out .2s;
}

.Wrapper-bzone .more-button:hover {
    background-color: #0e3a66;
    text-decoration: none;
    color: #c58e58;
}

.Wrapper-bzone .pic-size {
    width: 30px;
    margin-right: 18px;
}
/* --------------------b-02 */
.Wrapper-bzone-02 {
    background-color: #fafafa;
    padding-bottom: 0;
}
.Wrapper-bzone-02 .sectiontitle {
    padding-top: 60px;
}

.Wrapper-bzone-02 .sectiontitle h2 {
    font-size: 36px;
    font-weight: 500;
    color: #0e3a66;
    text-align: center;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;

}

.Wrapper-bzone-02 .sectiontitle h2::before {
    content: "";
    position: absolute;
    background-color: #0e3a66;
    bottom: -12px;
    left: calc(50% - 50px);
    width: 100px;
    height: 2px;

}

.Wrapper-bzone-02 .b_title {
    font-size: 24px;
    padding-bottom: 15px;
    color: #fff;
}

.Wrapper-bzone-02 p {
    font-size: 18px;
    color: rgba(0, 0, 0, .54);
    font-weight: 400;
}

/* .Wrapper-bzone-02 img {
    animation-name: zoomIn, bounce-;
    animation-fill-mode: backwards, none;
    animation-delay: .6s, 2.2s;
    animation-duration: .6s, 1.5s;
    animation-iteration-count: 1, infinite;
} */

.Wrapper-bzone-02 .more-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #c58e58;
    letter-spacing: 1px;
    font-weight: 400;
    transition: background-color ease-in-out .2s,color ease-in-out .2s;
}

.Wrapper-bzone-02 .more-button:hover {
    background-color:#0e3a66;
    text-decoration: none;
    color: #c58e58;
}

/* --------------------c */
.Wrapper-czone {
    background-color: #1a4d80;
    padding-bottom: 90px;
}
.Wrapper-czone .title-bg {
    background-image: url(../images/title-bg.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    color: #f3e2ad;
}
.Wrapper-czone .sectiontitle {
    padding-top: 60px;
}

.Wrapper-czone .sectiontitle h2 {
    font-size: 36px;
    font-weight: 500;
    color: #f3bc86;
    text-align: center;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.Wrapper-czone .sectiontitle h2::before {
    content: "";
    position: absolute;
    background-color: #f3bc86;
    bottom: -12px;
    left: calc(50% - 50px);
    width: 100px;
    height: 2px;

}
.Wrapper-czone .title-bg h2 {
    position: relative;
}

.Wrapper-czone .title-bg h2::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 70px;
    height: 1px;
    top: 44px;
    left: calc(50% - 35px);

}

.Wrapper-czone .move-01 {
    animation-delay: .1s
}

.Wrapper-czone .move-02 {
    animation-delay: .3s
}

.Wrapper-czone .move-03 {
    animation-delay: .6s
}

.Wrapper-czone .move-04 {
    animation-delay: .9s
}

.Wrapper-czone .move-05 {
    animation-delay: 1.2s
}

.Wrapper-czone .move-06 {
    animation-delay: 1.5s
}

.Wrapper-czone .move-07 {
    animation-delay: 1.8s
}

.Wrapper-czone .move-08 {
    animation-delay: 2.1s
}

.Wrapper-czone .move-09 {
    animation-delay: 2.4s
}

.Wrapper-czone .move-10 {
    animation-delay: 2.7s
}

.Wrapper-czone .move-11 {
    animation-delay: 3.0s
}

.Wrapper-czone .move-12 {
    animation-delay: 3.3s
}

.Wrapper-czone .underline::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 2px;
}
.Wrapper-czone .b_title {
    font-size: 24px;
    padding-bottom: 15px;
    color: #fff;
}

.Wrapper-czone p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

/* .Wrapper-czone img {
    animation-name: zoomIn, bounce-;
    animation-fill-mode: backwards, none;
    animation-delay: .6s, 2.2s;
    animation-duration: .6s, 1.5s;
    animation-iteration-count: 1, infinite;
} */

.Wrapper-czone .more-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #c58e58;
    letter-spacing: 1px;
    font-weight: 400;
    transition: background-color ease-in-out .2s,color ease-in-out .2s;
}

.Wrapper-czone .more-button:hover {
    background-color: #0e3a66;
    text-decoration: none;
    color: #c58e58;
}
.col-group-video-card-img>.position-absolute {
    top: 0;
    left: 0;
}

.col-group-video-card-tag {
    color: rgba(255, 255, 255, 1);
    padding: 1px 6px;
    background-color: #82bd17;
    margin-right: 8px;
    font-size: 13px;
    font-weight: 300;
    border: solid 0px rgba(0, 0, 0, 0.35);
    border-radius: 2px;
    cursor: pointer;
    width: 42px;
}

.col-group-live-card-tag {
    color: rgba(255, 255, 255, 1);
    padding: 1px 6px;
    background-color: #e94941;
    margin: 0;
    margin-right: 8px;
    font-size: 13px;
    font-weight: 300;
    border: solid 0px rgba(0, 0, 0, 0.35);
    border-radius: 2px;
    cursor: pointer;
    width: 42px;
}

.col-group-video-card-text-author {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, .38);
}

.col-group-video-card-text-date {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, .38);
    /*
	line-height: 0;
	padding-top: 15px;
*/
}

.col-group-video-card-text-discount {
    color: rgba(0, 0, 0, 0.38);
    font-size: 12px;
    font-weight: 600;
    text-decoration: line-through
}

.col-group-video-card-text-price {
    color: rgba(219, 17, 34, 0.87);
    font-size: 18px;
    font-weight: bolder;
}

.col-group-title-video-01 {
    position: relative;
}

.col-group-title-video-01 h3::after {
    content: '';
    position: absolute;
    color: #3f3f3f;
    top: -20px;
    width: 60px;
    height: 30px;
    background-image: url(../images/video-ico.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.col-group-title-video-01 h3 {
    display: inline-block;
    color: #3f3f3f;
    padding-left: 15px;
    margin-bottom: 0;
}

.col-group-title-video-01 h3::before {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #e94941;
    top: 0;
    left: 0px;
    position: absolute;
}

.col-group-title-video-01 p {
    color: rgba(0, 0, 0, 0.57);
    display: inline-block;
    vertical-align: text-bottom;
    padding-left: 15px;
    margin-bottom: 0;
}

.col-group-title-video-01 span {
    color: red;
}

.col-group-title-video-01-tag {
    color: rgba(0, 0, 0, 0.57);
    vertical-align: text-bottom;
    padding-left: 15px;
    margin-bottom: 0;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
}

.col-group-title-video-01-tag::-webkit-scrollbar {
    height: 0;
    display: none;
}

.col-group-title-video-01-tag div a {
    display: flex;
    color: rgba(0, 0, 0, 0.57);
    padding: 2px 4px;
    background-color: #fff;
    margin: 0 12px 0 auto;
    font-size: 14px;
    border: solid 1px rgba(0, 0, 0, 0.35);
    border-radius: 2px;
    cursor: pointer;
    /*  position: relative;*/
    transform: translate(0, 0);
    transition: background-color ease-in-out 0.15s, border ease-in-out 0.15s, color ease-in-out 0.15s, transform ease-in-out 0.15s;
}

.col-group-title-video-01-tag div a:active {
    border: solid 1px rgba(78, 78, 78, 0);
    color: #fff;
    background-color: #e94941;
}

.col-group-title-video-01-tag .active {
    border: solid 1px rgba(78, 78, 78, 0);
    color: #fff;
    background-color: #ff736c;
}

.col-group-video-card a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    align-items: stretch;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*    border: 1px solid rgba(0, 0, 0, 0.125);*/
    border-radius: 0.25rem;
    height: auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: .15s;
}

.col-group-video-card-title {
    width: 100%;
    margin-bottom: 12px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.col-group-video-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 197px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.col-group-video-card-img::after {
    content: "";
    background: #000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s;
}

.col-group-video-card-img .video-ico {
    font-size: 80px;
    position: absolute;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: font-size ease-in-out .25s, opacity ease-in-out .25s;
}

.col-group-video-card-fico {
    color: #9b9b9b;
    font-size: 18px;
    transition: color .2s ease-in-out;
    padding-right: 6px;
}

.col-group-video-card-score {
    font-size: 12px;
    color: #a1a1a1;
}

.starRating {
    color: #f5a623;
    font-size: 12px;
    display: inline-block;
}

.col-group-video-card-body {
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}

/* -----------------d */

@media (max-width: 1199.98px) {


    .Wrapper-azone .slogan {
        top: 90px;
        left: 0px;
        width: 540px;
        /* width: 30vw; */
    }

    .Wrapper-azone .item-01 {
        top: 630px;
        right: 90px;
        width: 240px;
        /* width: 40vw; */
    }

    .col-group-video-card-img {
        height: 163px;
    }
}

@media (min-width: 992px) {
    .col-group-title-video-01-tag div a:hover {
        text-decoration: none;
        border: solid 1px rgba(78, 78, 78, 0);
        color: #fff;
        background-color: #ff736c;
    }

    .col-group-video-card a:hover {
        box-shadow: 0 2px 2px rgba(41, 47, 56, 0.1), 0 4px 4px rgba(41, 47, 56, 0.1), 0 8px 8px rgba(41, 47, 56, 0.1), 0 16px 16px rgba(41, 47, 56, 0.1), 0 32px 32px rgba(41, 47, 56, 0.1);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        text-decoration: none;
    }

    .col-group-video-card a:hover>.col-group-video-card-head .col-group-video-card-img::after {
        content: "";
        opacity: .6;
    }

    .col-group-video-card a:hover>.col-group-video-card-head .col-group-video-card-img .video-ico {
        font-size: 50px;
        opacity: .7;
    }

    .col-group-video-card-fico:hover {
        color: #e94941;
    }

    .col-group-title-video-01-tag::-webkit-scrollbar {
        height: 5px;
    }

    .col-group-title-video-01-tag::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, .5);
    }

}

@media (max-width: 991.98px) {

    .Wrapper-azone .item-04 {
        bottom: 18px;
        left: calc(50% - 21vw);
    }
    .redbanner p {
        margin-bottom: 0;
        font-size: 16px;
    }
    
    .Wrapper-azone .item-02 {
        top: 0px;
        left: calc(50% - 220px);
    }
    .Wrapper-azone .item-02 h2 {
        font-size: 15px;
    }
    .Wrapper-azone .item-02 {
        top: 0px;
        left: calc(50% - 187px);
    }
    .Wrapper-bzone .sectiontitle h2 {
        font-size: 27px;
    }
    .Wrapper-bzone .b_title {
        font-size: 20px;
    }
    .Wrapper-bzone p {
        font-size: 16px;
    }
    .Wrapper-bzone-02 .sectiontitle h2 {
        font-size: 27px;
    }
    .Wrapper-czone .sectiontitle h2 {
        font-size: 27px;
    }
    .Wrapper-czone .b_title {
        font-size: 20px;
    }
    .col-group-video-card-img {
        height: 186px;
    }
}

@media (max-width: 767.98px) {
    .Wrapper-azone .item-04 {
        bottom: 9px;
    }
    .Wrapper-czone .sectiontitle {
        padding-top: 30px;
    }
    
    .col-group-video-card-img {
        height: 135px;
    }
}

@media (max-width: 567.98px) {
    .Wrapper-azone .item-04 h1 {
        font-size: 19.5vw;
        font-weight: 900;
        color: #fff;
    }
    .Wrapper-azone .item-04 {
        bottom: 6vw;
        left: calc(50% - 44vw);
    }
    .Wrapper-azone .item-04 h1 .kong {
        font-size: 5.2vw;
    }
    .Wrapper-azone .item-02 {
        top: 14vw;
        left: calc(50% - 173px);
    }
    .Wrapper-azone .item-02 h2 {
        font-size: 14px;
        color: #fff;
        line-height: 1.5;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: justify;
        margin-bottom: 0;
    }
    .col-group-video-card-img {
        height: 49vw;
    }

    .Wrapper-azone .slogan {
        top: 132vw;
        left: calc(50% - 45vw);
        width: 90vw;
    }

    .Wrapper-azone .slogan {
        animation-name: fadeIn;
        animation-fill-mode: backwards;
        animation-delay: 1s;
        animation-duration: 1s;
        animation-iteration-count: 1;
    }
    .Wrapper-bzone .sectiontitle {
        padding-top: 30px;
    }
    .Wrapper-bzone {
        background-color: #1a4d80;
        padding-bottom: 60px;
    }
    .Wrapper-bzone-02 .sectiontitle {
        padding-top: 30px;
    }
    .Wrapper-czone {
        background-color: #1a4d80;
        padding-bottom: 1px;
    }
    
}

@media (max-width: 320px) {
    .b_title span{
        display: none;
    }
    .Wrapper-azone .item-02 h2 {
        text-align: center;

    }
    .Wrapper-azone .item-02 {
        left: calc(50% - 158.5px);
    }

}