/* section1 */
#section1 {
    position: relative;
    width: 100%;
    aspect-ratio: 1921 / 897;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
#section1 .banner_title {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 34rem;
}
@media (max-width: 992px) {
    #section1 { background-position: center;aspect-ratio: unset;min-height: 40rem; }
    #section1 .banner_title { width: 20rem;top: 20%;left: 50%; }
}

/* section2 */
#section2 p { text-align: center;color: #000000;margin-bottom: 2rem;font-size: 1.3rem;letter-spacing: 0.1rem; }
#section2 .section2_icon { width: 12rem;margin-top: 2rem; }
#section2 .section2_icon_title { font-size: 2rem;margin-top: 1rem; }
@media (max-width: 992px) {
    #section2 .section2_icon { width: 8rem;margin-top: 1rem; }
    #section2 .section2_icon_title { font-size: 1.2rem; }
    #section2 p { font-size: 0.8rem;text-align: justify;width: 94%;margin: 0 auto; }
}

/* section3 */
#section3 {
    position: relative;
    width: 100%;
    aspect-ratio: 2028 / 1004;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}