
.info-security {
    position: relative;
}

.info-security-detail {
    position: absolute;
    right: 0;
    top: 76px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .info-security {

    }

    .content-about-us--intro {
        padding: 0;
    }

    .info-security-title, .info-security-title-detail {
        width: 100%;
    }

    .img-info-security-pc {
        display: none;
    }

    .img-info-security-mobile {
        width: 100%;
        padding-top: 40px;
    }

    .info-security-detail {
        left: 0;
        right: 0;
        top: 470px;
        margin: 0 auto;
        width: 80%;
        z-index: 10;
        background: #2125FF;
        padding: 35px 25px;
        position: absolute;
    }

    .info-security-detail-en {
        top: 375px !important;
    }

    .about-license {

    }

    .title-about-2 {
        width: 77%; text-align: center;
        margin: 35px auto;
        padding-top: 320px;
    }

    .about-title-license {
        width: 80%;
        margin: 30px 0;
        text-align: center;
    }

    .title-licences-detail {
        padding: 10px 0;
        font-weight: 600;
    }

    .about-license-items {
        width: 100%;
        text-align: center;
    }

    .width-img-info {
        width: 100%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .width-img-info-2 {
        display: none !important;
    }

    .item-img-info, .item-img-info-2 {
        width: 80%;
        margin-right: 10px;
        scroll-snap-align: center;
    }
}


@media screen and (min-width: 768px) and (max-width: 1025px) {

}


@media screen and (min-width: 1025px) {
    .img-info-security-mobile {
        display: none;
    }

    .content-about-us--intro {
        padding: 100px 0;
    }

    .info-security-title {
        width: 60%;
    }

    .info-security-title-detail {
        width: 76%;
        padding-bottom: 75px;
    }

    .img-info-security-pc {
        width: 100%;
        z-index: 1;
        height: 560px;
    }

    .info-security {
        width: 100%;
    }

    .info-security-detail {
        width: 50%;
        z-index: 10;
        background: #2125FF;
        padding: 55px 45px;
    }

    .about-license, .info-security {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
    }

    .title-about-2 {
        width: 50%;
        text-align: center;
        margin: auto;
        /*padding-top: 120px;*/
        padding-bottom: 90px;
    }

    .about-title-license {
        width: 38%; margin-top: 120px; text-align: center;
    }

    .title-licences-detail {
        padding: 20px 0;
        font-weight: 600;
    }

    .about-license-items {
        width: 24%;
        text-align: center;
    }

    .width-img-info {
        width: 100%;
    }

    .width-img-info-2 {
        width: 100%;
        padding-bottom: 100px;
    }

    .item-img-info {
        width: 32.5%;
    }

    .item-img-info-2 {
        display: none;
    }
}


@media only screen and (min-width: 1600px) {
    .info-security-detail {
        width: 40%;
        z-index: 10;
        background: #2125FF;
        padding: 55px 45px;
    }
}


@media only screen and (min-width: 1920px) {

}