* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    display: block;
    width: 100%;
    height: auto;
}

video {
    width: 100%;
    height: auto;
    vertical-align: top;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
}

.content {
    position: relative;
    margin: 0 auto;
    max-width: 1010px;
}

.content img {
    max-width: 1010px;
}

.absolute {
    position: absolute;
}

.thing01 {
    width: 80%;
    left: 10.5%;
    top: 9%;
}



.bg {
    background-size: cover;
    margin: 0 auto;
}

/* Swiper */

.content .swiper-button-next {
    color: #FFD94D;
    right: 2%;
    top: 45%;
}

.content .swiper-button-prev {
    color: #FFD94D;
    left: 2%;
    top: 45%;
}

.content .swiper-button-next:after,
.content .swiper-button-prev::after {
    filter: drop-shadow(0px 0px 1px rgb(0, 0, 0, 0.5));
}

.content .swiper-pagination {
    top: 85%;
}

.content .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
    width: 12px;
    height: 12px;
}

.content .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #FFD94D;
}

@media (max-width:768px) {
    .content .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
        width: 8px;
        height: 8px;
    }

    .content .swiper-button-next:after,
    .content .swiper-button-prev::after {
        font-size: 30px;
    }

    .content .swiper-button-next {
        right: 0%;
    }

    .content .swiper-button-prev {
        left: 0%;
    }
}

.pd01 {
    position: absolute;
    width: 36%;
    top: 34%;
    left: 12%;
    filter: drop-shadow(20px 40px 8px #00000060);
    z-index: 2;
    animation: random01 0.8s infinite alternate ease-in-out;
}

.pd02 {
    position: absolute;
    width: 20%;
    top: 28%;
    left: 5%;
    filter: drop-shadow(20px 40px 8px #00000060);
}

.pd03 {
    position: absolute;
    width: 35%;
    top: 34%;
    right: 10%;
    filter: drop-shadow(20px 40px 8px #00000060);
    animation: random02 0.8s infinite alternate ease-in-out;
}

.pd04 {
    position: absolute;
    width: 13%;
    top: 45%;
    right: 39%;
    filter: drop-shadow(20px 40px 8px #00000060);
    z-index: 2;
}

@keyframes random01 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

@keyframes random02 {
    from {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}

.btn_dry {
    position: absolute;
    width: 28%;
    bottom: 20%;
    left: 3%;
    animation: bigger 0.5s infinite alternate;
}

.btn_oil {
    position: absolute;
    width: 28%;
    bottom: 20%;
    left: 36%;
    animation: bigger 0.5s infinite alternate;
}

.btn_DryOil {
    position: absolute;
    width: 28%;
    bottom: 20%;
    right: 3%;
    animation: bigger 0.5s infinite alternate;
}

.mv_left {
    position: absolute;
    width: 35%;
    bottom: 20%;
    left: 12%;
}

.mv_right {
    position: absolute;
    width: 35%;
    bottom: 20%;
    right: 12%;
}

.btn_toinfo {
    position: absolute;
    width: 41.7%;
    bottom: 6%;
    left: 8.9%;
    transition: 0.3s;
}

.btn_tooffer {
    position: absolute;
    width: 41.7%;
    bottom: 6%;
    right: 8%;
    transition: 0.3s;
}

.btn_secret {
    position: absolute;
    width: 65%;
    bottom: 4%;
    left: 18%;
    transition: 0.3s;
    cursor: pointer;
}

.btn_toinfo:hover,
.btn_tooffer:hover,
.btn_secret:hover {
    transform: translateY(3px);
}


/* The Modal */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-self: center;
}

.modal-content {
    width: 50%;
    margin: 0 auto;
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 900px) {
    .modal {
        padding: 50px 0 0 0;
    }
    .modal-content {
        width: 90%;
    }
}

.collapsible {
    cursor: pointer;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}

.idt52 {
    position: absolute;
    width: 28%;
    top: 5%;
    left: 5%;
}

.idt01 {
    position: absolute;
    width: 44%;
    top: 14%;
    right: 12%;
    z-index: 1;
}

.idt02 {
    position: absolute;
    width: 44%;
    top: 26%;
    right: 13%;
    z-index: 1;
}

.idt03 {
    position: absolute;
    width: 44%;
    top: 38%;
    right: 12%;
    z-index: 1;
}

.idt04 {
    position: absolute;
    width: 44%;
    top: 29%;
    right: 12%;
    z-index: 1;
}

.idt05 {
    position: absolute;
    width: 44%;
    top: 53%;
    right: 11%;
    z-index: 1;
}

.idt06 {
    position: absolute;
    width: 44%;
    bottom: 6%;
    right: 12%;
    z-index: 1;
}

.tooltip {
    position: relative;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background: rgba(255, 255, 255, 0.9);
    color: #7f5a15;
    border: 3px solid #E3941D;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-size: 1.2rem;
    position: absolute;
    z-index: 4;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
    bottom: -15%;
    right: 3%;
}

.idt52 .tooltip .tooltiptext {
    font-size: 0.75rem;
    bottom: -50%;
    right: -50%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 650px) {
    .tooltip .tooltiptext {
        font-size: 0.9rem;
    }
    .idt52 .tooltip .tooltiptext {
        font-size: 0.75rem;
        right: -100%;
    }
    .tooltip .tooltiptext {
        width: 250px;
    }
}

@media screen and (max-width: 450px) {
    .tooltip .tooltiptext {
        font-size: 0.8rem;
    }
    .idt52 .tooltip .tooltiptext {
        font-size: 0.75rem;
        left: 0;
    }
    .tooltip .tooltiptext {
        width: 220px;
    }
}

.pic_BtoW {
    position: absolute;
    width: 38%;
    bottom: 24%;
    left: 30%;
}

.btn_offer01 {
    position: absolute;
    width: 85%;
    bottom: 3%;
    left: 8%;
    animation: bigger 0.5s infinite alternate;
}

@keyframes bigger {
    from {
        transform: scale(1.0);
    }
    to {
        transform: scale(1.05);
    }
}

.btn_offer02 {
    position: absolute;
    width: 51%;
    bottom: 14%;
    right: 9%;
}

.btn_offer03 {
    position: absolute;
    width: 51%;
    bottom: 20%;
    right: 9%;
}

.btn_offer04 {
    position: absolute;
    width: 51%;
    bottom: 22%;
    right: 24%;
}

.shiny-btn {
    display: block;
    position: relative;
    overflow: hidden;
}

.shiny-btn:hover {
    transform: translateY(3px);
}

.shiny-btn::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
    animation: shiny-btn 3s ease-in-out infinite;
}

@keyframes shiny-btn {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.btn_fb {
    position: absolute;
    width: 10%;
    top: 14%;
    left: 39.5%;
}

@media screen and (min-width: 1921px) {
    body {
        background: #fff;
    }
    section {
        max-width: 1920px;
    }
}

@media screen and (max-width: 1010px) {
    .content {
        margin: 0;
        width: 100%;
    }
}

.SA_footer {
	text-align: center;
  }