.banner_introduce {
    background: url(/assets/images/banner_gt_app/bg_gt_utl2.png) no-repeat;
    background-color: #E6EEF9;
    display: flex;
    height: 483px;
    width: 100%;
    justify-content: end;
    padding-right: 250px;
    padding-top: 30px;
}

.banner_introduce .box_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.txt_top, .box_btn {
    text-align: center;
}

@media screen and (max-width: 1300px) {
    .banner_introduce {
        padding-right: 25px;
        padding-top: 7px;
    }
}

@media screen and (max-width: 1024px) {
    .banner_introduce {
        background: #E6EEF9;
        height: auto;
        padding: 20px 0;
        justify-content: center;
    }
}