
* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
	max-width:1000px
}

img {
    border: none;
    vertical-align: bottom;
}

.content {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
}

.content img {
    max-width: 100%;
    width: 100%;
}


/* COUPON */

.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
}

.coupon {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coupon_content {
    position: relative;
    max-width: 500px;
    filter: drop-shadow(0 0 8px #00000070);
}

.coupon_content img {
    width: 100%;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: 0.5s;
}

.close img {
    width: 30px;
}

.close:hover {
    opacity: 0.5;
}

.coupon_code {
    position: absolute;
    bottom: 31%;
    left: 26%;
    font-size: 1.5rem;
    color: #A68538;
    text-align: center;
}

.coupon_code span {
    display: table;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    background: #A68538;
    color: #fff;
    margin: 10px 0 0 0;
    padding: 0 10px;
}

@media screen and (max-width: 500px) {
    .coupon_content {
        margin: 0;
        width: 68%;
    }
}

@media screen and (max-width: 480px) {
    .close {
        top: 10px;
        right: 10px;
    }
    .close img {
        width: 20px;
    }
    .coupon_code {
        font-size: 1rem;
    }
    .coupon_code span {
        margin: 5px 0 0 0;
    }
}

@media screen and (max-width: 450px) {
    .coupon_code span {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 400px) {
    .coupon_code span {
        font-size: 1.4rem;
        padding: 0 5px;
    }
}

@media screen and (max-width: 350px) {
    .coupon_code span {
        font-size: 1.2rem;
    }
}


/* COUPON END */

.fv {
    position: relative;
    margin: 0 auto;
}

.bg01 {
    background: url(../images/index_01.jpg) top center no-repeat;
}


/* .fv .bg01 {
    background: url(../images/index_01.jpg) top center no-repeat;
    background-size: cover;
    margin: 0 auto;
} */


/* .fv .bg01:before {
    content: "";
    display: block;
    background: url(../images/index_01.jpg) no-repeat top center;
    background-size: cover;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    animation: img_shine 2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
} */

@keyframes img_shine {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* languageBtn */

.language_btn {
    position: absolute;
    top: 12%;
    right: 0;
    z-index: 5;
}

.language_btn a {
    display: block;
    font-size: 0.9em;
    text-decoration: none;
    color: #f5e9c1;
    background: #818b57;
    border-radius: 5px;
    padding: 5px 8px;
    letter-spacing: 0.5px;
    box-shadow: 2px 2px 2px #00000050;
    transition: 0.3s;
}

.language_btn a:hover {
    color: #d1dca4;
    opacity: 0.7;
}

@media screen and (max-width: 900px) {
    .language_btn {
        right: 2%;
    }
}

@media screen and (max-width: 800px) {
    .language_btn a {
        letter-spacing: 0;
        font-size: 0.75em;
        padding: 3px 5px;
    }
}


/* languageBtn END */

.bg02 {
    background: url(../images/index_02.jpg) top center no-repeat;
}

.bg03 {
    background: url(../images/index_03.jpg) top center no-repeat;
}

.bg04 {
    background: url(../images/index_04.jpg) top center no-repeat;
}

.video {
    position: absolute;
    width: 85%;
    bottom: 4%;
    left: 8%;
}

.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%;
}

.bg05 {
    background: url(../images/index_05.jpg) top center no-repeat;
}

.bg06 {
    background: url(../images/index_06.jpg) top center no-repeat;
}

.bg07 {
    background: url(../images/index_07.jpg) top center no-repeat;
}

.bg08 {
    background: url(../images/index_08.jpg) top center no-repeat;
}

.bg09 {
    background: url(../images/index_09.jpg) top center no-repeat;
}

.bg10 {
    background: url(../images/index_10.jpg) top center no-repeat;
}

.bg11 {
    background: url(../images/index_11.jpg) top center no-repeat;
}

.bg12 {
    background: url(../images/index_12.jpg) top center no-repeat;
}

.bg13 {
    background: url(../images/index_13.jpg) top center no-repeat;
}

.bg14 {
    background: url(../images/index_14.jpg) top center no-repeat;
}

.bg15 {
    background: url(../images/index_15.jpg) top center no-repeat;
}

.bg16 {
    background: url(../images/index_16.jpg) top center no-repeat;
}

.bg17 {
    background: url(../images/index_17.jpg) top center no-repeat;
}

.bg {
    background-size: cover;
    margin: 0 auto;
}

.btn01 {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 1%;
    filter: drop-shadow(-8px 0 5px #00000030);
    animation: run01 0.3s infinite alternate;
}

.btn02 {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 10%;
    filter: drop-shadow(-8px 0 5px #00000030);
    animation: run02 0.3s infinite alternate;
}

.btn03 {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 10%;
    filter: drop-shadow(-8px 0 5px #00000030);
    animation: run03 0.3s infinite alternate;
}

@keyframes run01 {
    0% {
        left: 9%;
    }
    100% {
        left: 12%;
    }
}

@keyframes run02 {
    0% {
        left: 9%;
    }
    100% {
        left: 12%;
    }
}

@keyframes run03 {
    0% {
        left: 9%;
    }
    100% {
        left: 12%;
    }
}

@media screen and (min-width: 1921px) {
    body {
        background: #fff;
    }
    .fv,
    section {
        max-width: 1920px;
    }
}

@media screen and (max-width: 1000px) {
    .content {
        margin: 0;
        width: 100%;
    }
}

.SA_footer {
    text-align: center;
    padding: 25px 0;
}

.SA_footer a {
    font-size: 0.9rem;
    color: #623b36;
}