#section_main{
    height: 100vh;
    max-height: 1080px;
    display: flex;
    flex-direction: column;
}

#section_main .indexSwiper{
    width: 100%;
    /* height: 775px; */
    flex: 1;
}
.indexSwiper .swiper-slide{
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
}
.indexSwiper .swiper-slide1{
    background-image: url("../../img/global/desktop/index/index_bg1_1.jpg");
    background-color: #000;
}
.indexSwiper .swiper-slide2{
    background-image: url("../../img/global/desktop/index/index_bg2_2.jpg");
    background-size: cover;
}

.indexSwiper .swiper-slide2 .gradient{
    background-image: url("../../img/global/desktop/index/index_bg2_1.jpg");
    height: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
}
.indexSwiper .swiper-slide3{
    background-image: url("../../img/global/desktop/index/index_bg3.jpg");
    background-color: #000;
}

#section_main .indexMenu{
    height: 270px;
    display: flex;
    align-items: center;
}
.indexMenu .swiperContainer{
    width: 100%;
    max-width: 1360px;
    min-width: 375px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.indexMenuSwiper .swiper-slide{ 
    cursor:pointer;
    padding: 0 12px;
    max-height: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexMenuSwiper .swiper-slide a{ 
    display: block;
    text-align: center;
    overflow: hidden;
    height: 155px;
    color: #000;
    border-radius: 8px;
}

.indexMenu .swiperContainer .indexMenuSwiper_pagination{
    position: absolute;
    bottom: 15px;
    text-align: center;
}
.indexMenu .swiperContainer .indexMenuSwiper_pagination .swiper-pagination-bullet-active{ 
    background: #595959;
}

.indexButton1{
    background: #000;
    color: white;
    font-size: 1.5rem;
    left: 56.2%;
    transform: translateX(-50%);
    height: 56px;
    width: 12.39vw;
    min-width: 80px;
    bottom: 207px;
    position: absolute;
    border-radius: 30px;
    border: none;
    max-width: 240px;
}

.indexMenu .swiperContainer img{
    display: block;
    transition: all .4s ease 0s;
    max-height: 155px;
    object-fit: cover;
}