head,
body {
    padding: 0;
    margin: 0;
}

img {
    display: block;
    width: 100%;
}

.full-width {
    width: 100%;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.half-width {
    width: 50% !important;
    float: left;
}

.content,
.full-width>div {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.fv {
    padding-top: 0px;
}

.content {
    position: relative;
}


/*nav bar START*/

nav {
    top: 0;
    width: 100%;
    height: 4em;
    background-color: #ffcf3b;
    box-shadow: 0px -3px 20px;
    -webkit-box-shadow: 0px 0px 20px rgba(50, 17, 0, 0.45);
    padding-bottom: 8px;
}

ul {
    margin: 0 auto;
    padding: 0;
    width: 70%;
}

li {
    list-style: none;
    float: left;
    width: 24.7%;
    text-align: center;
    font-size: 2.2em;
    color: #2797ff;
    font-family: '微軟正黑體';
    font-weight: bolder;
    border-left: #2797ff solid 3px;
    cursor: pointer;
    margin: 10px 0 10px 0;
}

li:hover {
    color: rgba(255, 245, 206, 1.00);
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}

li:first-child {
    border-left: none;
}


/**RWD**/

@media screen and (max-width: 1600px) {
    nav {
        height: 3.7em;
    }
    li {
        font-size: 2em;
    }
}

@media screen and (max-width: 1200px) {
    nav {
        height: 3.3em;
    }
    ul {
        width: 100%;
    }
    li {
        font-size: 1.7em;
    }
}

@media screen and (max-width: 770px) {
    nav {
        padding-bottom: 5px;
        height: 2.8em;
    }
    li {
        width: 24.5%;
        font-size: 1.3em;
        border-left: #2797ff solid 2px;
    }
}

@media screen and (max-width: 480px) {
    nav {
        padding-bottom: 3px;
        height: 3.5em;
    }
    li {
        width: 24.3%;
        font-size: 1.1em;
        margin: 17px 0 17px 0;
    }
}

@media screen and (max-width: 350px) {
    li {
        width: 24%;
    }
}

@media screen and (max-width: 250px) {
    li {
        width: 23%;
    }
}


/*nav bar END*/


/*timer S*/

.full-width .FV {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
}

.clock-container {
    padding-top: 26%;
    padding-left: 0%;
    width: 100%;
    color: white;
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    font-family: '微軟正黑體';
    line-height: 1.5em;
}

.clock-container h2 {
    font-size: 40px;
}

@media screen and (max-width: 640px) {
    .clock-container {
        font-size: 45px;
    }
}

@media screen and (max-width: 510px) {
    .clock-container {
        font-size: 30px;
    }
}

@media screen and (max-width: 420px) {
    .clock-container {
        font-size: 23px;
    }
}


/*timer E*/


/*movie 追加 start */

.movie {
    position: relative;
    width: 100%;
    height: auto;
}

.youtube1 {
    position: absolute;
    top: 10%;
    right: 10%;
    left: 10%;
    width: 80%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*movie 追加 end */

.gif_1 {
    position: absolute;
    width: 58%;
    top: 0%;
    left: 21%;
}

.buy_1 {
    position: absolute;
    width: 80%;
    top: 73%;
    left: 11%;
}

.buy_2 {
    position: absolute;
    width: 80%;
    top: 72%;
    left: 11%;
}

.fv-gif {
    width: 25%;
    position: absolute;
    top: 11%;
    left: 70.5%;
}

.inner {
    margin: 0 auto;
    position: relative;
}

.footer,
.footer a {
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    color: #FFFFFF;
}

p {
    margin: 0px;
}


/**活動按鈕START**/

#side_btn {
    width: 220px;
    height: auto;
    position: fixed;
    bottom: 6%;
    right: 2%;
    cursor: pointer;
}

#side_btn_mb {
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    cursor: pointer;
    visibility: hidden;
    ;
}


/**RWD**/

@media screen and (max-width: 1600px) {
    #side_btn {
        right: 2%;
    }
}

@media screen and (max-width: 1200px) {
    #side_btn {
        width: 150px;
        right: 1%;
        bottom: 2%;
    }
}

@media screen and (max-width: 900px) {
    #side_btn {
        width: 130px;
        right: 2%;
        bottom: 9%;
    }
    #side_btn {
        visibility: hidden;
    }
    #side_btn_mb {
        visibility: visible;
    }
}

@media screen and (max-width: 770px) {
    #side_btn {
        width: 120px;
        right: 2%;
    }
    .md-content {
        max-width: 100%!important;
    }
}

@media screen and (max-width: 480px) {
    #side_btn {
        width: 110px;
        right: 1%;
    }
}


/**活動按鈕END**/


/**popup**/

.popup-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    z-index: 999999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.popup-content img {
    width: 80%;
    margin: 1em auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (min-width: 1024px) {
    .popup-content img {
        width: 40%;
    }
}

.popup-content.show {
    opacity: 1;
    visibility: visible;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: scroll;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.popup-content.show img {
    width: 90%;
}

@media (min-width: 1024px) {
    .popup-content.show img {
        width: 50%;
    }
}


/**popup end**/


/*background start*/

.wapper {
    background-color: #ffe6ea;
}

.blue_01 {
    background-color: #bcf2ff;
}

.blue_02 {
    background-color: #c3ecfb;
}

.blue_03 {
    background-color: #bbe8fe;
}

.yellow_01 {
    background-color: #fffac4;
}

.yellow_02 {
    background-color: #fff9b9;
}

.zone {
    position: relative;
}

.zone #content {
    z-index: 100;
}

#half_top_01,
#half_top_02 {
    top: 0;
    height: 50%;
    position: absolute;
    max-width: 100%;
    z-index: 0;
}

#half_bottom_01,
#half_bottom_02 {
    bottom: 0;
    height: 50.7%;
    position: absolute;
    max-width: 100%;
    z-index: 0;
}


/*.section1_01 {
    background-image: url('../images/OZIO_MD2020_01_01.jpg');
}*/


/*background end*/

.preferentialBox {
    max-width: 760px;
    height: auto;
    margin: 0 auto;
}

.leftBox,
.rightBox {
    display: inline-block;
    width: 50%;
    float: left;
}

.clear {
    clear: both;
}


/*手機版選單 <768 寬出現*/

@media screen and (max-width: 768px) {
    .fv {
        padding-top: 0;
    }
    .dsk-nav {
        display: none;
    }
    .footer,
    .footer a {
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        color: #FFFFFF;
    }
}