#swiper-slide-desktop-1 {
    background-image: url(/asset/inpageImg/conditions/spread_pc3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#swiper-slide-wap-1 {
    background-image: url(/asset/inpageImg/conditions/spread_pc3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-position-x: calc(100% + 670px);
}

#swiper-slide-wap-1 h1 {
    position: relative;
    /* top: 210px; */
}

#swiper-slide-wap-1 p {
    position: relative;
    /* top: -60px; */
    max-width: 80%
}

@media (max-width:525px) {
    #swiper-slide-wap-1 {
        background-position-x: calc(100% + 670px);
    }

    #swiper-slide-wap-1 h1 {

top: -45px;

}

    #swiper-slide-wap-1 p {
        top: -67px;
        max-width: 80%
    }
}
#swiper-slide-desktop-1 h1,
#swiper-slide-desktop-1 div.banner-text-content 
{ 
    color: black !important;       
     text-shadow: none !important;
}
#swiper-slide-wap-1 h1,
#swiper-slide-wap-1 p.banner-text-content {
    color: black;
    text-shadow: none;
}