* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}



.container01 {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-image: url('../img/index-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.download {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 22%;
    transform: translateX(-50%);
}

.download img {
    width: 100%;
}


@keyframes fadeIn-data-start-button {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes breathe-data-start-button {
    0% {
        transform: scale(0.9)
    }
    50% {
        transform: scale(1)
    }
    to {
        transform: scale(0.9)
    }
}

.button-box-start-img {
    animation: fadeIn-data-start-button .3s .7s both, breathe-data-start-button 2s 1s infinite both;
    animation-delay: 250ms;
    display: block;
}


.container02 {
    margin-top: -6.15%;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-image: url('../img/index-bg-02.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.annotation {
    position: absolute;
    /* top: 0.8%; */
    left: 50%;
    transform: translateX(-50%);
    width: 36%;
    height: 40%;
    /*border: 1px solid #ffffff;*/
}
.annotation img{
    position: absolute;
    width: 20%;
}
.annotation-img1 {
    top: 48%;
    left: 7%;
}
.annotation-img2 {
    top: 46%;
    left: 21%;
}
.annotation-img3 {
    top: 43%;
    left: 37%;
}
.annotation-img4 {
    top: 46%;
    left: 53%;
}
.annotation-img5 {
    top: 40%;
    left: 70%;
}

.annotation img {
    opacity: 0;
    transition: opacity 0.3s;
}

.annotation img.active {
    opacity: 1;
}
.interaction {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 17.8%;
    /*border: 3px solid #ffffff*/
}

.interaction-box {
    position: absolute;
}
.interaction-box1{
    top: 35%;
    left: 4%;
    width: 13%;
    height: 50%;
}
.interaction-box2{
    top: 21%;
    left: 19.5%;
    width: 17%;
    height: 68%;
}
.interaction-box3{
    top: 27%;
    left: 38%;
    width: 17%;
    height: 62%;
}
.interaction-box4{
    top: 27%;
    left: 56.5%;
    width: 17%;
    height: 62%;
}
.interaction-box5{
    top: 12%;
    left: 75%;
    width: 22%;
    height: 79%;
}


.page6 {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translateX(-50%);
    width: 26%;
    height: 33%;
}

.page6 .swiper-container {
    /*border: 3px solid #ffffff;*/
    padding-top: 0 !important;
    width: 100%;
    height: 100%;
}

.page6 .swiper-slide {
    width: 104.5%;
    height: 78.5%;
    background-position: center;
}


.page6 .swiper-slide-01 {
    background-image: url("../img/stort01.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.page6 .swiper-slide-02 {
    background-image: url("../img/stort02.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.page6 .swiper-slide-03 {
    background-image: url("../img/stort03.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.page6 .swiper-slide-04 {
    background-image: url("../img/stort04.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.page6 .swiper-slide-05 {
    background-image: url("../img/stort05.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.page6 .swiper-slide-06 {
    background-image: url("../img/stort06.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.page6 .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8vw;
}



.page6 .swiper-pagination-bullet {
    background: none !important;
    background-image: url("../img/point.png") !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    width: 1vw !important;
    height: 1vw !important;
    opacity: 1 !important;
    flex-shrink: 0;
}

.page6 .swiper-pagination-bullet-active {
    background: none !important;
    background-image: url("../img/eyes.png") !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    width: 2.4vw !important;
    height: 2.4vw !important;
    opacity: 1 !important;
    flex-shrink: 0;
    transform: translateY(-0.3vw);
}

.bottom {
    margin-top: -1px;
    position: relative;
    background-color: black;
    padding: 2vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}

.buttom-01, .bottom-02 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.buttom-01 img {
    height: 2.5vw;
    width: auto;
}

.bottom-02 img {
    height: 1.5vw;
    width: auto;
}


