﻿@charset "utf-8";
/* CSS Document */

body {
    font-family: Arial,"Microsoft YaHei","Microsoft JhengHei",sans-serif;
}
/* 這是設定所有放大縮小的物件是使用移動方式變化 */
.tra {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
/* wow進場後額外繼續輪播的動畫 */
.myAni {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .myAni.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .myAni.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .myAni.infinite.pulse {
        /*animation-delay: 2s;*/
        -webkit-animation-name: pulse !important;
        animation-name: pulse !important;
    }

.wrapper {
    position: relative;
    overflow: hidden;
}

/*表頭表尾 請勿砍*/
.top, .footer {
    line-height: 0px;
}

.top {
    z-index: 99;
    position: relative;
}
/*很多物件通用*/
.BRR {
    height: 1px;
}

.width1280 {
    max-width: 1200px;
    min-width: 280px;
    height: auto;
    margin: 0 auto;
}

.topICON {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.myButton {
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    padding: 9px 33px;
    text-decoration: none;
}

    .myButton:hover {
        background-color: #5cbf2a;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }

.bg {
    margin: 0px;
    padding: 0;
    width: 100vw;
    /* height: 109vh; */
    position: fixed;
    top: 27em;
}
/*BANNER 進場delay時間、浮動*/
.banner {
    position: relative;
    overflow: hidden;
    width: 100vw; /* padding-bottom: 10%; */
    background-color: #ffc400;
}

img.banner001, img.banner002, img.banner003, img.banner004 {
    position: absolute;
}

img.banner001 {
    -webkit-animation-delay: 1.2s; /* Chrome, Safari, Opera */
    animation-delay: 0.3s;
}

img.banner002 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
}

img.banner003 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
}

img.banner004 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
}

.banner h3 {
    font-size: 21px;
    line-height: 29px;
    color: #333;
    margin: 10px 19px;
}

.top-word {
    position: absolute;
    display: block;
    left: 39%;
    top: 29%;
    z-index: 99;
}

    .top-word h3 {
        font-size: 31px;
        line-height: 29px;
        color: #ffffff;
        letter-spacing: 0.04em;
    }

.topword-left {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    left: 24%;
    top: 48%;
    z-index: 10;
    background-image: url(../images/texbox2.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15em;
    height: 5em;
}

.topword-right {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    left: 70%;
    top: 47%;
    z-index: 11;
    background-image: url(../images/texbox.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15em;
    height: 5em;
}

/*表單區*/

.fill .box {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-align: left;
}

.fill .list {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-align: left;
}

.fill .contene {
    width: 100%;
}

.fill h2 {
    font-size: 36px;
    color: #fffefe;
    text-align: center;
    letter-spacing: 0.06em;
    padding: 30px 0;
    line-height: 1.2em;
    font-weight: bold;
}

.fill #sBut {
    height: auto;
    margin: 0px auto;
    width: 100%;
    border: none;
    text-align: center;
    padding: 7px 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    letter-spacing: 1px;
    clear: both;
    overflow: hidden;
    border-radius: 2px;
    user-select: none;
}

.fill .go_button {
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-duration: 2s;
    max-width: 255px;
    height: auto;
    margin: 0 auto;
}

.fill .statement {
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

    .fill .statement a {
        color: #fff;
    }

        .fill .statement a:hover {
            color: #ffd700;
            text-decoration: none;
        }

.fill .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    margin: 1% auto;
    background-color: #ffffff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* ============ 表單 ============ */

.order_wrap {
    width: 100%;
    height: 509px;
    z-index: 50;
}


/*內文*/
.toprow {
    width: 100%;
    height: 70px;
    margin: 1% auto;
    border-radius: 999em;
    box-shadow: 12px 0px 0px rgb(254, 169, 34);
    background-color: #ff5b00;
}

.bigbox {
    margin: 0 auto;
    text-align: center;
}

.box-og {
    height: 5em;
    width: 95%;
    background-color: #ff5b00;
    border-radius: 1em 1em 0 0;
    margin: 0 2.5%;
}

.box-white {
    height: 10em;
    padding: 4%;
    width: 95%;
    background-color: #fff;
    border-radius: 0 0 1em 1em;
    margin: 0 2.5%;
}

.content1 {
    position: relative;
    padding-top: 1%;
    padding-bottom: 2%;
    z-index: 99;
    margin-top: -25.5%;
    left: 0;
    right: 0;
}

    .content1 h1 {
        font-size: 43px;
        line-height: 95px;
        color: #ff5b00;
        text-align: center;
        letter-spacing: 0.1em;
        font-weight: bold;
        margin: -1% auto;
    }

    .content1 h2 {
        font-size: 42px;
        line-height: 1.7em;
        color: #fff;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.06em;
        margin: 0% auto;
    }

    .content1 h3 {
        font-size: 30px;
        font-weight: 800;
        line-height: 35px;
        color: #fe5a07;
        text-align: center;
        letter-spacing: 0.05em;
        margin: 0% auto;
    }

.content2 {
    position: relative;
    margin: 0 auto;
    padding-top: 1%;
    padding-bottom: 6%;
    background-color: #fff;
}

    .content2 h2, .content3 h2 {
        font-size: 43px;
        line-height: 95px;
        color: #ffffff;
        text-align: center;
        letter-spacing: 0.1em;
        font-weight: bold;
        margin: -1% auto;
    }

    .content2 h3 {
        font-size: 19px;
        line-height: 1.7em;
        color: #8a8a8b;
        text-align: left;
        letter-spacing: 0.1em;
        margin: 0% auto;
    }

    .content2 .box {
        padding: 8% 13%;
        margin: 7% 0;
        text-align: left;
    }

.width1600 {
    max-width: 1550px;
    margin: 0 auto;
}

.content3 {
    position: relative;
    margin: 0 auto;
    padding-top: 1%;
    padding-bottom: 6%;
    background-image: url(../images/bg.png);
    background-size: 100%;
}

    .content3 h3 {
        font-size: 20px;
        color: #242424;
        font-weight: 800;
        text-align: center;
        letter-spacing: 0.1em;
        margin: 10px auto;
        margin-top: -8%;
    }

.button {
    text-align: center;
    font-size: 21px;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding-top: 4%;
}

.angle {
    position: absolute;
    margin: -59% -3%;
    color: #242424;
}

.arc {
    background-image: url(../images/arc.svg);
    background-repeat: no-repeat;
    background-size: 53%;
    background-position: top;
    padding-bottom: 1%;
}

/* Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #ff5b00;
    width: 7.5em;
    text-align: center;
    padding: 11px;
    color: #fff;
    border-radius: 999em;
}

    .hvr-bounce-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #4e68fe;
        box-shadow: none;
        -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.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        border-radius: 999em;
    }

    .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
        color: white;
        text-decoration: none;
    }

        .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

/* Bounce To Right 02*/
.hvr-bounce-to-right02 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.27);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #ffd700;
    width: 98%;
    text-align: center;
    padding: 7px;
    border-radius: 999em;
    color: blueviolet;
}

    .hvr-bounce-to-right02:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fe9c01;
        box-shadow: none;
        -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.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        border-radius: 999em;
    }

    .hvr-bounce-to-right02:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
        color: white;
    }

        .hvr-bounce-to-right02:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

/* ============ 表單 ============ */

.order_wrap {
    background-color: #4e68fe;
    background-position: top center;
    width: 100%;
    height: 32em;
    z-index: 50;
}

.title {
    width: 31.8%;
    height: 5.5em;
    text-align: center;
    background-color: #4e68fe;
    border-radius: 10px 10px 0 0;
    margin-top: -5%;
    padding: 1px;
    margin-left: 67.5%;
}

    .title h2 {
        color: #fff;
        font-weight: bold;
        letter-spacing: 0.05em;
        font-size: 35px;
    }

/*	↓↓↓↓	螢幕尺寸大於2560時頁面顯示效果↓↓↓↓	 */
@media (min-width: 2560px) {
    /*BANNER*/
    img.banner_big {
        width: 100vw;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 30.5%;
        left: 19.5%;
        z-index: 5;
        max-width: 550px;
        height: auto;
    }

    img.banner002 {
        position: absolute;
        top: 28.5%;
        left: 57.5%;
        z-index: 7;
        max-width: 550px;
        height: auto;
    }

    img.banner003 {
        position: absolute;
        top: 35%;
        left: 41%;
        z-index: 7;
        max-width: 429px;
        height: auto;
    }

    img.banner004 {
        position: absolute;
        top: 20%;
        left: 39.5%;
        z-index: 7;
        max-width: 473px;
        height: auto;
    }

    /*PIC通用*/
    img.pic02 {
        width: 100%;
        height: auto;
        padding-top: 8%;
    }

    img.pic03 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 17%;
    }

    img.gift {
        width: 510px;
        height: auto;
        padding-left: 2%;
    }
}

/*	↓↓↓↓	螢幕尺寸大於1920時頁面顯示效果↓↓↓↓	 */
@media (min-width: 1910px) and (max-width:2559px) {
    /*BANNER*/
    img.banner_big {
        width: 100vw;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 17%;
        left: 10.5%;
        z-index: 5;
        max-width: 550px;
        height: auto;
    }

    img.banner002 {
        position: absolute;
        top: 14.5%;
        left: 57.5%;
        z-index: 7;
        max-width: 550px;
        height: auto;
    }

    img.banner003 {
        position: absolute;
        top: 28%;
        left: 38%;
        z-index: 7;
        max-width: 429px;
        height: auto;
    }

    img.banner004 {
        position: absolute;
        top: 12%;
        left: 36.5%;
        z-index: 7;
        max-width: 473px;
        height: auto;
    }

    .fill .list {
        padding-top: 1%;
    }

    .top-word {
        position: absolute;
        display: block;
        left: 36%;
        top: 23%;
        z-index: 99;
    }

        .top-word h3 {
            font-size: 28px;
            letter-spacing: 0.04em;
        }

    .topword-right {
        position: absolute;
        left: 74%;
        top: 38%;
    }

    .topword-left {
        position: absolute;
        left: 13%;
        top: 43%;
    }

    .hvr-bounce-to-right02 {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.27);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background: #ffd700;
        width: 98%;
        text-align: center;
        padding: 7px;
        border-radius: 999em;
        color: blueviolet;
    }
    /*PIC通用*/
    img.pic02 {
        width: 100%;
        height: auto;
        padding-top: 8%;
    }

    img.pic03 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 17%;
    }

    img.gift {
        width: 510px;
        height: auto;
    }
}

/*	↓↓↓↓	螢幕尺寸大於1680時頁面顯示效果↓↓↓↓	 */
@media (min-width: 1670px) and (max-width:1909px) {
    /*BANNER*/
    img.banner_big {
        width: 100vw;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 13.5%;
        left: 7.5%;
        z-index: 5;
        width: 30%;
        height: auto;
    }

    img.banner002 {
        position: absolute;
        top: 11%;
        left: 60.5%;
        z-index: 7;
        height: auto;
        width: 30%;
    }

    img.banner003 {
        position: absolute;
        top: 24%;
        left: 37%;
        z-index: 7;
        max-width: 429px;
        height: auto;
    }

    img.banner004 {
        position: absolute;
        top: 7%;
        left: 35.5%;
        z-index: 7;
        width: 28%;
        height: auto;
    }

    .fill .list {
        padding-top: 1%;
    }

    .top-word {
        position: absolute;
        display: block;
        left: 34%;
        top: 19%;
        z-index: 99;
    }

        .top-word h3 {
            font-size: 28px;
            letter-spacing: 0.04em;
        }

    .topword-right {
        position: absolute;
        left: 74%;
        top: 38%;
    }

    .topword-left {
        position: absolute;
        left: 13%;
        top: 43%;
    }

    .content1 {
        padding-bottom: 2%;
    }

        .content1 h1 {
            font-size: 42px;
            line-height: 117px;
            letter-spacing: 0.05em;
            margin: -2% auto;
        }

    .content2 h2, .content3 h2 {
        font-size: 42px;
        line-height: 117px;
        letter-spacing: 0.05em;
        margin: -2% auto;
    }


    /*PIC通用*/
    img.pic02 {
        width: 100%;
        height: auto;
        padding-top: 8%;
    }

    img.pic03 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 17%;
    }

    img.gift {
        width: 510px;
        height: auto;
    }
}

/*	↓↓↓↓	螢幕尺寸大於1680時頁面顯示效果↓↓↓↓	 */
@media (min-width: 1430px) and (max-width:1669px) {
    /*BANNER*/
    img.banner_big {
        width: 100vw;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 13%;
        left: 7.5%;
        z-index: 5;
        width: 30%;
        height: auto;
    }

    img.banner002 {
        position: absolute;
        top: 10.5%;
        left: 59.5%;
        z-index: 7;
        height: auto;
        width: 30%;
    }

    img.banner003 {
        position: absolute;
        top: 23%;
        left: 37%;
        z-index: 7;
        width: 25%;
        height: auto;
    }

    img.banner004 {
        position: absolute;
        top: 7%;
        left: 35.5%;
        z-index: 7;
        width: 28%;
        height: auto;
    }

    .top-word {
        position: absolute;
        display: block;
        left: 34%;
        top: 18%;
        z-index: 99;
    }

        .top-word h3 {
            font-size: 24px;
            letter-spacing: 0.04em;
        }

    .topword-right {
        position: absolute;
        left: 74%;
        top: 35%;
    }

    .topword-left {
        position: absolute;
        left: 10%;
        top: 35%;
    }

    .content1 {
        padding-bottom: 2%;
    }

        .content1 h1 {
            font-size: 40px;
            line-height: 119px;
            letter-spacing: 0.05em;
            margin: -2% auto;
        }

    .content2 h2, .content3 h2 {
        font-size: 40px;
        line-height: 120px;
        letter-spacing: 0.05em;
        margin: -2% auto;
    }

    .content3 h3 {
        margin-top: -14%;
    }

    .angle {
        position: absolute;
        margin: -54% -3%;
    }
    /*PIC通用*/
    img.pic02 {
        width: 100%;
        height: auto;
        padding-top: 13%;
    }

    img.pic03 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 17%;
    }

    img.gift {
        width: 77%;
        height: auto;
    }
}

/*	↓↓↓↓	ipad 橫向 w1024 ↓↓↓↓	 */
@media (min-width: 1024px) and (max-width:1429px) {
    /*BANNER*/
    img.banner_big {
        width: 105vw;
        height: auto;
        display: block;
        margin: 0 -3%;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 11%;
        left: 6.5%;
        z-index: 5;
        width: 32%;
        height: auto;
    }

    img.banner002 {
        position: absolute;
        top: 9%;
        left: 59.5%;
        z-index: 7;
        height: auto;
        width: 32%;
    }

    img.banner003 {
        position: absolute;
        top: 25.5%;
        left: 37.5%;
        z-index: 7;
        width: 25%;
        height: auto;
    }

    img.banner004 {
        position: absolute;
        top: 8%;
        left: 35.5%;
        z-index: 7;
        width: 29%;
        height: auto;
    }

    .fill .list {
        padding-top: 2%;
    }

    .top-word {
        position: absolute;
        display: block;
        left: 35.2%;
        top: 20%;
        z-index: 99;
    }

        .top-word h3 {
            font-size: 17px;
            letter-spacing: 0;
        }

    .topword-right {
        position: absolute;
        left: 74%;
        top: 35%;
        width: 12em;
    }

    .topword-left {
        position: absolute;
        left: 6%;
        top: 33%;
        width: 12em;
    }

    .content1 {
        padding-bottom: 3%;
    }

        .content1 h1 {
            font-size: 34px;
            line-height: 95px;
            letter-spacing: 0.05em;
            margin: -3% auto;
        }

    .content2 h2, .content3 h2 {
        font-size: 34px;
        line-height: 95px;
        letter-spacing: 0.05em;
        margin: -3% auto;
    }

    .banner .content1 h3 {
        font-size: 30px;
        font-weight: 800;
        line-height: 35px;
        color: #fe5a07;
        text-align: center;
        letter-spacing: 0.05em;
        margin: 0% auto;
    }

    .content3 h3 {
        margin-top: -14%;
    }

    .angle {
        position: absolute;
        margin: -54% -3%;
    }

    .toprow {
        width: 60%;
        height: 58px;
        margin: 1% 20%;
    }

    .banner h3 {
        font-size: 18px;
        margin: 6px 19px;
    }
    /*PIC通用*/
    img.pic02 {
        width: 115%;
        height: auto;
        padding-top: 22%;
        margin: 0 -7%;
    }

    img.pic03 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 20%;
    }

    img.gift {
        width: 510px;
        height: auto;
    }
}

/*	↓↓↓↓	ipad 直向 w768 ↓↓↓↓	 */
@media (min-width: 768px) and (max-width:1023px) {
    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100vw;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    img.banner001 {
        display: none;
    }

    img.banner002 {
        display: none;
    }

    img.banner003 {
        position: absolute;
        top: 19.5%;
        left: 25.5%;
        z-index: 7;
        width: 52%;
        height: auto;
    }

    img.banner004 {
        position: absolute;
        top: 6%;
        left: 21.5%;
        z-index: 7;
        width: 58%;
        height: auto;
    }

    .fill .list {
        padding-top: 2%;
    }

    .fill .form-control {
        margin: 0% auto;
    }

    .banner {
        position: relative;
        overflow: hidden;
        width: 100vw;
        padding-bottom: 4%;
        background-color: #ff5800;
    }

    .top-word {
        position: absolute;
        display: block;
        left: 21%;
        top: 16%;
        z-index: 99;
    }

    .banner .top-word h3 {
        font-size: 29px;
        margin: 6px 19px;
    }

    .topword-right {
        position: absolute;
        left: 74%;
        top: 62%;
        width: 12em;
    }

    .topword-left {
        position: absolute;
        left: 4%;
        top: 57%;
        width: 12em;
    }

    .content1 {
        padding-top: 28%;
        padding-bottom: 0%;
    }

        .content1 h1 {
            font-size: 34px;
            line-height: 59px;
            letter-spacing: 0.05em;
            margin: -3% auto;
        }

    .content2 {
        padding-top: 6%;
    }

        .content2 h2, .content3 h2 {
            letter-spacing: 0.05em;
            margin: -3% auto;
            font-size: 34px;
            line-height: 59px;
        }

    .banner .content1 h3 {
        font-size: 30px;
        font-weight: 800;
        line-height: 35px;
        color: #fe5a07;
        text-align: center;
        letter-spacing: 0.05em;
        margin: 0% auto;
    }

    .content3 {
        padding-top: 6%;
    }

        .content3 h3 {
            margin-top: -14%;
            font-size: 16px;
            letter-spacing: 0.02em;
        }

    .angle {
        position: absolute;
        margin: -54% -3%;
    }

    .toprow {
        width: 90%;
        height: 58px;
        margin: 0 5%;
        box-shadow: 9px 0px 0px rgb(254, 169, 34);
    }

    .banner h3 {
        font-size: 18px;
        margin: 7px 6px 6px 16px;
    }

    .bigbox {
        margin-top: 3%;
    }

    .box-og {
        height: 5em;
        background-color: #f9cb26;
        border-radius: 1em 1em 0 0;
        padding: 1px 0;
    }

    .title {
        margin-top: -7%;
        width: 37%;
        margin-left: 63%;
    }

        .title h2 {
            font-size: 29px;
            margin-top: 14px;
        }

    .hvr-bounce-to-right {
        box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
        width: 6.5em;
        padding: 9px;
        border-radius: 999em;
    }

    .hvr-bounce-to-right02 {
        width: 65%;
        padding: 4px;
    }

    .button {
        font-size: 19px;
        letter-spacing: 0.05em;
        padding-top: 4%;
    }
    /*PIC通用*/
    img.pic02 {
        width: 127%;
        height: auto;
        padding-top: 36%;
        margin: 0 -16%;
    }

    img.pic03 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 20%;
    }

    img.gift {
        width: 70%;
        height: auto;
        margin: 0 15%;
    }
}

/* ↓↓↓↓ iPhone Plus w414  Pixel 2 w411 手機尺寸,顯示效果 ↓↓↓↓  */
@media (min-width: 360px) and (max-width:767px) {
    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100vw;
        height: auto;
        display: block;
        margin: 65px auto 0 auto;
    }

    img.banner001 {
        display: none;
    }

    img.banner002 {
        display: none;
    }

    img.banner003 {
        position: absolute;
        top: 23%;
        left: 20.5%;
        z-index: 7;
        width: 55%;
        height: auto;
    }

    img.banner004 {
        position: absolute;
        top: 10%;
        left: 19.5%;
        z-index: 7;
        width: 65%;
        height: auto;
    }

    .fill .form-control {
        height: 42px;
        margin: 0% auto;
    }

    .banner {
        position: relative;
        overflow: hidden;
        width: 100vw;
        padding-bottom: 4%;
        background-color: #ff5800;
    }

    .top-word {
        position: absolute;
        display: block;
        left: 18%;
        top: 18.8%;
        z-index: 99;
    }

    .banner .top-word h3 {
        font-size: 4vw;
        letter-spacing: 0;
    }

    .topword-right {
        position: absolute;
        left: 62%;
        top: 57%;
        width: 10em;
    }

    .topword-left {
        position: absolute;
        left: 2%;
        top: 55%;
        width: 9em;
    }

    .content1 {
        padding-top: 28%;
        padding-bottom: 1%;
    }

        .content1 h1 {
            font-size: 30px;
            line-height: 59px;
            letter-spacing: 0.01em;
            margin: -3% auto;
        }

        .content1 h2 {
            font-size: 27px;
            line-height: 1.7em;
            color: #da4600;
            text-align: center;
            font-weight: bold;
            letter-spacing: 0;
            margin: 0% auto;
        }

    .box-white {
        height: 6em;
        padding: 2%;
    }

    .content2 {
        padding-top: 10%;
    }

        .content2 .box {
            padding: 4% 3%;
            margin: 6% 0;
            text-align: left;
        }

        .content2 h2, .content3 h2 {
            letter-spacing: -1px;
            margin: -3% auto;
            font-size: 21px;
            line-height: 59px;
        }

        .content2 h3 {
            font-size: 19px;
            line-height: 1.3em;
            letter-spacing: 0;
        }

    .banner .content1 h3 {
        font-size: 17px;
        font-weight: 800;
        line-height: 24px;
        color: #fe5a07;
        text-align: center;
        letter-spacing: -1px;
        margin: 0% auto;
    }

    .content3 {
        padding-top: 10%;
        background-image: url(../images/bg02.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: #ffd900;
        padding-bottom: 20%;
    }

        .content3 h3 {
            margin-top: -19%;
            font-size: 22px;
            letter-spacing: 0.02em;
        }

    .angle {
        position: absolute;
        margin: -83% 48%;
        transform: rotate(90deg);
    }

    .toprow {
        width: 96%;
        height: 54px;
        margin: 0px 1%;
        box-shadow: 9px 0px 0px rgb(254, 169, 34);
        margin-bottom: 0%;
    }

    .banner h3 {
        font-size: 15px;
        margin: 2px 6px 6px 10px;
    }

    .bigbox {
        margin-top: 3%;
    }

    .box-og {
        height: 3em;
        background-color: #f9e926;
        border-radius: 1em 1em 0 0;
        padding: 1px 0;
    }

    .title {
        margin-top: -5%;
        height: 4.2em;
        padding: 1px;
        width: 100%;
        margin-left: 0;
    }

        .title h2 {
            font-size: 29px;
            margin-top: 7px;
        }

    .hvr-bounce-to-right {
        box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
        width: 6.5em;
        padding: 11px;
        border-radius: 999em;
    }

    /*PIC通用*/
    img.pic02 {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    img.pic03 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 23%;
    }

    img.gift {
        width: 100%;
        height: auto;
        padding: 1%;
    }
}


/* ↓↓↓↓ 手機尺寸SE ,顯示效果 ↓↓↓↓  */
@media (min-width: 320px) and (max-width:359px) {
    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100vw;
        height: auto;
        display: block;
        margin: 65px auto 0 auto;
    }

    img.banner001 {
        display: none;
    }

    img.banner002 {
        display: none;
    }

    img.banner003 {
        position: absolute;
        top: 24%;
        left: 23.5%;
        z-index: 7;
        width: 52%;
        height: auto;
    }

    img.banner004 {
        position: absolute;
        top: 10%;
        left: 11.5%;
        z-index: 7;
        width: 77%;
        height: auto;
    }

    .fill .form-control {
        height: 42px;
        margin: 0% auto;
    }

    .banner {
        position: relative;
        overflow: hidden;
        width: 100vw;
        padding-bottom: 4%;
        background-color: #ff5800;
    }

    .top-word {
        position: absolute;
        display: block;
        left: 9%;
        top: 20%;
        z-index: 99;
    }

    .banner .top-word h3 {
        font-size: 17px;
        letter-spacing: -1px;
    }

    .topword-right {
        position: absolute;
        left: 65%;
        top: 53%;
        width: 8em;
    }

    .topword-left {
        position: absolute;
        left: 2%;
        top: 50%;
        width: 8em;
    }

    .content1 {
        padding-top: 28%;
        padding-bottom: 1%;
    }

        .content1 h1 {
            font-size: 27px;
            line-height: 59px;
            letter-spacing: 0.01em;
            margin: -3% auto;
        }

        .content1 h2 {
            font-size: 23px;
            line-height: 1.7em;
            color: #da4600;
            text-align: center;
            font-weight: bold;
            letter-spacing: 0;
            margin: 0% auto;
        }

    .box-white {
        height: 7em;
        padding: 4%;
    }

    .content2 {
        padding-top: 10%;
    }

        .content2 .box {
            padding: 4% 2%;
            margin: 6% 0;
            text-align: left;
        }

        .content2 h2, .content3 h2 {
            letter-spacing: -2px;
            margin: -3% auto;
            font-size: 19px;
            line-height: 59px;
        }

        .content2 h3 {
            font-size: 18px;
            line-height: 1.3em;
            letter-spacing: 0;
        }

    .banner .content1 h3 {
        font-size: 17px;
        font-weight: 800;
        line-height: 21px;
        color: #fe5a07;
        text-align: center;
        letter-spacing: 0.05em;
        margin: 0% auto;
    }

    .content3 {
        padding-top: 10%;
        background-image: url(../images/bg02.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: #ffd900;
        padding-bottom: 20%;
    }

        .content3 h3 {
            margin-top: -19%;
            font-size: 22px;
            letter-spacing: 0.02em;
        }

    .angle {
        position: absolute;
        margin: -83% 48%;
        transform: rotate(90deg);
    }

    .toprow {
        width: 96%;
        height: 54px;
        margin: 0px 1%;
        box-shadow: 9px 0px 0px rgb(254, 169, 34);
        margin-bottom: 3%;
    }

    .banner h3 {
        font-size: 12px;
        margin: -2px 6px 6px 10px;
    }

    .bigbox {
        margin: 0 auto;
    }

    .box-og {
        height: 3em;
        background-color: #f9e926;
        border-radius: 1em 1em 0 0;
        padding: 1px 0;
    }

    .title {
        margin-top: -5%;
        height: 3.5em;
        padding: 1px;
        width: 100%;
        margin-left: 0;
    }

        .title h2 {
            font-size: 27px;
            margin-top: 7px;
        }

    .hvr-bounce-to-right {
        box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
        width: 6.5em;
        padding: 11px;
        border-radius: 999em;
    }

    .hvr-bounce-to-right02 {
        width: 65%;
        padding: 4px;
    }

    /*PIC通用*/
    img.pic02 {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    img.pic03 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 23%;
    }

    img.gift {
        width: 100%;
        height: auto;
        padding: 1%;
    }
}
