.swiper{
    width: 100%;
    height: 100%;
}
main .container .swiper-button-prev,main .container .swiper-button-next{
    color: black;
}
main .swiper-pagination-bullet-active{
    background-color: black;
}
#carousel a{
    text-decoration: none;
}
.carousel-pic{
    background-image: url('../img/2.carousel/1600x600.jpg');
    background-size: cover;
    width: 100%;
    height: 31.949vw;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: flex-end; */
}
.carousel2-pic{
    background-image: url('../img/2.carousel/s2_1600x600.jpg');
    background-size: cover;
    width: 100%;
    height: 31.949vw;
}
.carousel-container{
    position: relative;
    width: 100%;
    height: 31.949vw;
}
.carousel-content{
    width: 570px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background-color: rgba(0,0,0,0.5); */
    color: black;
    /* margin-right: 8%; */
    /* margin-top: 80px; */
    position: absolute;
    top: 80px;
    right: 5%;
}
.carousel2-content{
    width: 570px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background-color: rgba(0,0,0,0.5); */
    color: black;
    /* margin-right: 8%; */
    /* margin-top: 80px; */
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 100px;
}
.carousel-content-title-info{
    width: 66px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 6px 0;
    background-color: #F8B600;
}
.carousel-content-title{
    font-size: 30px;
    font-weight: bold;
}
.carousel2-content-title{
    font-size: 30px;
    color: white;
    font-weight: bold;
}
.carousel2-content-info{
    font-size: 20px;
    color: white;
}
.carousel-content-buylink{
    width: 123px;
    font-size: 14px;
    background-color: black;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.carousel2-content-buylink{
    width: 200px;
    font-size: 14px;
    background-color: black;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.carousel-content-buylink i{
    margin-left: 10px;
}
.carousel-content-buylink:hover > .buylink-text{
    transition-duration: 0.3s;
    margin-right: 10px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.carousel-content-info{
    font-size: 15px;
}


@media screen and (max-width: 1399px) {
    .carousel-content-title{
        font-size: 24px;
    }
    .carousel-content-info{
        font-size: 15px;
    }
    .carousel-content{
        width: 440px;
        height: 170px;
        top: 40px;
    }
}

@media screen and (max-width: 1259px) {
    .carousel-pic{
        background-image: url('../img/2.carousel/1259x472.jpg');
    }
}
@media screen and (max-width: 1083px){
    
    #carousel .container{
        max-width: 100%;
        padding: 0;
    }
    .carousel-pic{
        background-image: url('../img/2.carousel/1083x609.jpg');
        height: 55.44vw;
    }
    .carousel-container{
        height: 55.44vw;
    }
    .carousel-content{
        width: 350px;
        height: 200px;
    }
}
@media screen and (max-width: 767px) {
    .carousel-pic{
        background-image: url('../img/2.carousel/767x431.jpg');
    }
    .carousel-container{
        position: unset;
        height: 97.16vw;
    }
    .carousel-content{
        position: unset;
        background-color: #E6E6E6;
        width: 100%;
        height: 41.72vw;
        align-items: center;
        justify-content: center;
        text-align: center;
        row-gap: 12px;
    }
    .title-group{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /* .carousel-content-info{
        width: 400px;
    } */
    .carousel-content-info{
        width: 80%;
    }
}
@media screen and (max-width: 539px) {
    .carousel-pic{
        background-image: url('../img/2.carousel/539x303.jpg');
    }
    .carousel-container{
        height: 118.54vw;
    }
    .carousel-content{
        height: 63.1vw;
    }
    .carousel-content *{
        min-height: 0.09vw;
    }
    .carousel-content-info p{
        margin: 0;
    }
    
}

