﻿body {
    min-height: 100%;
}

* {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: LiHei pro, Arial, helvetica,"微軟正黑體";
    list-style: none;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#clear {
    clear: both;
}

/*Header*/
.img_logo {
    width: 200px;
}

.banner {
    height: 396px;
    width: 100%;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 396px;
    background-color: #f01021;
}

/*section*/
#Event {
    width: 100%;
    background-image: url(../img/bg_1.gif);
    background-repeat: no-repeat;
    background-position: center 0%;
    background-color: #F01021;
}

#vedio, #prize {
    width: 100%;
    background-color: #ab8130;
}

.title_box {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.section_box {
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
}

.bg_hr {
    width: 100%;
    height: 93px;
    background-image: url(../img/img_hr.gif);
    background-position: center 0%;
    background-repeat: repeat-x;
    margin-top: 20px;
}

.bg2_hr {
    width: 100%;
    height: 93px;
    background-image: url(../img/img_hr2.gif);
    background-position: center 0%;
    background-repeat: repeat-x;
    margin-top: 20px;
}

/*Event*/
.img_title {
    width: 95%;
    max-width: 410px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.img_event, .img_event2 {
    width: 100%;
}

    .img_event:hover {
        opacity: 0.8;
    }

.event_box_all {
    width: 100%;
    align-content: flex-start;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.event_box, .event_box_PC, .event_box_mobile {
    width: 30.9%;
    border: 5px solid #FFFFFF;
    background-color: #FFFB99;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.event_box_mobile {
    display: none;
}

/*vedio*/
.img_titleA {
    width: 95%;
    max-width: 450px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-right: 40px;
}

.vedio_box {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 95%;
    max-width: 1000px;
    background-color: #000000;
    border: 5px solid #FFFFFF;
    border-radius: 5px;
    height: auto;
    text-align: center;
}

.vedio_word {
    width: 100%;
    text-align: center;
}

.vedio_Play {
    width: 100%;
}

.vedio_title {
    background-color: #111111;
    padding: 10px 20px;
    font-size: 28px;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    color: #FFFD00;
}

.vedio_title1 {
    background-color: #111111;
    padding: 0 20px 10px 20px;
    font-size: 28px;
    text-align: left;
    width: 100%;
    background: rgba(0,0,0,0.8);
    color: #FFFD00;
}

#vedio_box .owl-video-tn {
    background-size: 100%;
}

#vedio_box .owl-item {
    padding: 0;
    border: none;
}

#vedio_box .edm_controls {
    margin-top: 10px;
}

    #vedio_box .edm_controls span {
        width: 15px;
        height: 15px;
    }

#vedio_box .hotPhotosNav > div {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
}

#vedio_box .hotPhotosNav_prev {
    background: url(https://www.setn.com/images/icon/arrow-left.gif) no-repeat 0 0;
    left: 0;
}

#vedio_box .hotPhotosNav_next {
    right: 0;
    background: url(https://www.setn.com/images/icon/arrow-right.gif) no-repeat right 0;
}

#vedio_box cite {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    font-size: 2.25em;
    color: #FFFFFF;
    text-decoration: none;
    font-style: normal;
    font-family: "Microsoft JhengHei", Verdana, Arial, sans-serif;
    text-align: left;
    font-weight: 600;
    padding: 10px;
    box-sizing: border-box;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FF0000 !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #989898 !important;
}

/*prize*/
.prize_list_box {
    margin: 0 auto;
    width: 100%;
    padding-top: 20px;
    align-content: flex-start;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.prize_list {
    width: 30.9%;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: -50px;
}

.img_prize {
    width: 100%;
    border: 5px solid #FFFFFF;
    border-radius: 5px;
}

.img_prize_logo {
    width: 100px;
    position: relative;
    border: 8px solid #ab8130;
    border-radius: 100px;
    top: -75px;
    left: 2px;
}

.list_word {
    font-size: 17px;
    margin-left: 110px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 5px;
    height: 50px;
}

/*footer*/
.footer_box {
    width: 100%;
    background-color: #710200;
    text-align: center;
}

.img_download_app {
    width: 100%;
    max-width: 486px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.FB_box {
    margin: 0 auto;
    width: 100%;
    padding-top: 20px;
    align-content: flex-start;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.FB_list {
    width: 30.9%;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer_word {
    font-size: 17px;
    font-weight: normal;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 30px;
}

/*gotop*/
#gotop {
    margin: 0;
    display: none;
    ;
    position: fixed;
    right: 20px;
    bottom: 60px;
    padding: 10px 15px;
    color: white;
    cursor: pointer;
    background-image: url(https://www.setn.com/images/black40.png);
    text-align: center;
    font-size: 30px;
    border-radius: 6px;
    z-index: 601;
}

    #gotop h6 {
        margin: 0px;
        padding: 0px;
        font-size: 13px;
        display: block;
    }


.video-container {
    position: relative;
    padding-bottom: 563px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    /*.video-container object,*/
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 557px;
        height: 100%;
    }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /*Header*/

    .banner {
        height: 280px;
        background-size: auto 280px;
    }

    /*section*/
    .section_box {
        width: 96%;
    }

    /*Event*/
    .event_box, .event_box_PC, .event_box_mobile {
        width: 31.9%;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    /*prize*/
    .prize_list {
        width: 31.9%;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: -50px;
    }

    .list_word {
        font-size: 15px;
    }

    /*footer*/
    .FB_list {
        width: 31.9%;
        margin-left: 5px;
        margin-right: 5px;
    }

    /*gotop*/
    .FB_list {
        margin-left: 5px;
        margin-right: 5px;
        width: 31.9%;
    }

    .video-container {
        padding-bottom: 56.25vw;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    /*Header*/
    .banner {
        height: 280px;
        background-size: auto 280px;
        background-position: 51% bottom;
    }

    /*section*/
    .section_box {
        width: 95%;
    }

    /*Event*/
    .event_box, .event_box_PC, .event_box_mobile {
        width: 47.5%;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    /*prize*/
    .prize_list {
        width: 47.5%;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: -70px;
    }

    .list_word {
        font-size: 15px;
    }

    /*vedio*/
    .img_titleA {
        margin-right: 0px;
    }

    .vedio_word {
        font-size: 20px;
    }

    .video-container {
        padding-bottom: 56.25vw;
    }

    .vedio_title, .vedio_title1 {
        padding: 10px 10px;
        font-size: 24px;
    }

    #vedio_box .edm_controls span {
        width: 12px;
        height: 12px;
    }
    /*footer*/
    .FB_list {
        width: 47.5%;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 480px) {
    /*Header*/
    .banner {
        width: 100%;
        height: 92vh;
        background-image: url(../img/banner_m.png);
        background-size: 100% auto;
    }
    /*section*/
    .section_box {
        width: 95%;
    }

    .title_box {
        width: 100%;
        text-align: center;
        padding-top: 0px;
    }

    .bg_hr, .bg2_hr {
        height: 55px;
        background-size: auto 58px;
        background-position: 0% -1px;
        margin-top: 20px;
    }

    /*Event*/
    .img_title {
        padding-top: 0px;
    }

    .event_box, .event_box_mobile {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .event_box_mobile {
        display: block;
    }

    .event_box_PC {
        display: none;
    }
    /*prize*/
    .prize_list {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: -70px;
    }

    .img_prize_logo {
        width: 90px;
    }

    .list_word {
        font-size: 19px;
    }

    /*vedio*/
    .img_titleA {
        margin-right: 0px;
    }

    .video-container {
        padding-bottom: 56.25vw;
    }

    .vedio_word {
        padding: 5px 5px;
        font-size: 22px;
    }

    .vedio_title, .vedio_title1 {
        padding: 5px 5px;
        font-size: 17px;
    }

    .vedio_box {
        margin-top: 5px;
    }

    #vedio_box .edm_controls span {
        width: 10px;
        height: 10px;
    }

    /*footer*/
    .FB_list {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .footer_word {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 30px;
    }

    /*gotop*/
    #gotop {
        padding-top: 5px !important;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        right: 10px !important;
        bottom: 40px !important;
        width: 50px;
        height: 50px;
        background: rgba(0,0,0,.6) !important;
        font-size: 22px !important;
        border-radius: 3px;
        line-height: 1.125em;
    }
}
