@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
* {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    border: none;
}

.clear {
    clear: both;
}

button {
    outline: none;
    border: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
}

.content {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}

.content img {
    max-width: 1000px;
    width: 100%;
}

.bg01 {
    background: url('../images/index01_01.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.FV {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.bg02 {
    background: url('../images/index01_02.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.bg03 {
    background: url('../images/index01_03.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

* {
    box-sizing: border-box;
}

.slider {
    width: 100%;
    margin: 0 auto;
}

.slick-slide {
    margin: 0;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: #6a3906;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.bg04 {
    background: url('../images/index01_04.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.bg05 {
    background: url('../images/index01_05.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.bg06 {
    background: url('../images/index01_06.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.bg07 {
    background: url('../images/index01_07.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.bg08 {
    background: url('../images/index01_08.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.item03 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.item01 {
    position: absolute;
    top: 28%;
    left: 0;
    z-index: 3;
}

.item02 {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 2;
}

.tip01 {
    position: absolute;
    bottom: 22%;
    left: 6%;
    z-index: 3;
}

.tip02 {
    position: absolute;
    bottom: 21%;
    right: 6%;
    z-index: 3;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip img {
    max-width: 70px;
    width: 100%;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background: #5FC3EA;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px;
    letter-spacing: 0.5px;
    font-weight: 100;
    position: absolute;
    z-index: 5;
    top: 0;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.tip01 .tooltip .tooltiptext {
    left: 105%;
}

.tip02 .tooltip .tooltiptext {
    right: 105%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#cta {
    position: fixed;
    width: 300px;
    bottom: 2%;
    right: 1%;
    z-index: 100;
}

@media screen and (max-width: 900px) {
    .tooltip .tooltiptext {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 768px) {
    .tooltip img {
        max-width: 50px;
    }
}

@media screen and (max-width: 500px) {
    .tip01 {
        bottom: 20%;
    }
    .tip02 {
        bottom: 19%;
    }
    .tooltip img {
        max-width: 40px;
    }
    .tooltip .tooltiptext {
        width: 250px;
    }
}

@media screen and (max-width: 400px) {
    .tooltip img {
        max-width: 30px;
    }
    .tooltip .tooltiptext {
        width: 220px;
    }
}

@media screen and (max-width: 320px) {
    .tooltip .tooltiptext {
        font-size: 0.75em;
        width: 180px;
    }
}

.bg09 {
    background: url('../images/index01_09.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.bg10 {
    background: url('../images/index01_10.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.bg11 {
    background: url('../images/index01_11.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.bg12 {
    background: url('../images/index01_12.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.bg13 {
    background: url('../images/index02_01.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.bg14 {
    background: url('../images/index02_02.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.bg15 {
    background: url('../images/index02_03.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.bg16 {
    background: url('../images/index02_04.gif') top center;
    background-size: cover;
    margin: 0 auto;
}

.bg17 {
    background: url('../images/index02_05.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.bg18 {
    background: url('../images/index02_06.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.bg19 {
    background: url('../images/index02_07.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.bg20 {
    background: url('../images/index02_08.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.bg21 {
    background: url('../images/index02_09.jpg') top center;
    background-size: cover;
    margin: 0 auto;
}

.company01 {
    background-color: #5776d2;
    background-size: cover;
    margin: 0 auto;
}

.btn01 {
    position: absolute;
    width: 79%;
    right: 0;
    bottom: 8%;
}

.btn02 {
    position: absolute;
    width: 33%;
    bottom: 21%;
    right: 11%;
}

.btn03 {
    position: absolute;
    width: 33%;
    bottom: 4%;
    right: 11%;
}

.btn04 {
    position: absolute;
    width: 79%;
    right: 10%;
    bottom: 10%;
}

.btn05 {
    position: absolute;
    width: 79%;
    right: 10%;
    bottom: 50%;
}

.btnmini {
    position: absolute;
    width: 79%;
    right: 10%;
    top: 55%;
}

a {
    transition: 0.2s;
}

.btn01 a:hover,
.btn04 a:hover,
.btn05 a:hover,
.btnmini a:hover {
    filter: drop-shadow(6px 6px 0 #309fcb);
}

.shiny-btn2 {
    display: block;
    position: relative;
    overflow: hidden;
}

.shiny-btn2:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    transform: translateY(3px);
}

.shiny-btn2::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
    animation: shiny-btn2 3s ease-in-out infinite;
}

@keyframes shiny-btn2 {
    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;
    }
}

@media screen and (min-width: 1921px) {
    body {
        background: #fff;
    }
    section {
        max-width: 1920px;
    }
}

@media screen and (max-width: 1000px) {
    .content {
        margin: 0;
        width: 100%;
    }
    .content img {
        width: 100%;
    }
}


/*--cta btn--*/

.fixbuy {
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 300px;
    z-index: 999;
}

@media screen and (max-width: 1000px) {
    /*--cta btn--*/
    .fixbuy {
        right: 0.5%;
        bottom: 1%;
        width: 40%;
    }
}

@media screen and (max-width: 576px) {
    #cta {
        position: fixed;
        width: 100%;
        bottom: 0%;
        right: 0%;
        z-index: 100;
    }
}