#overseasInternshipBanner {
    height: 878px;
    position: relative;
    background: url("../images/Webp/overseas-internship-banner-bg.webp") no-repeat;
    background-size: contain;
    margin-top: 110px;
}

#overseasInternshipBanner .img-ichi {
    width: 413px;
    height: 305px;
    position: absolute;
    top: 26px;
    left: 141px;
    z-index: 1;
    transform: matrix(0.99, 0.16, -0.16, 0.99, 0, 0);
}

#overseasInternshipBanner .img-ni {
    width: 564px;
    height: 411px;
    position: absolute;
    top: 60px;
    right: 23px;
    z-index: 1;
}

#overseasInternshipBanner .img-san {
    width: 528px;
    height: 409px;
    position: absolute;
    top: 361px;
    left: 43px;
    z-index: 1;
}

#overseasInternshipBanner .img-yon {
    width: 384px;
    height: 277px;
    position: absolute;
    top: 482px;
    right: 210px;
    z-index: 1;
}

#overseasInternshipBanner .oib-title{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2.4px;
    color: #fff;
    width: 376px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 3;
    background-color: #2082AE;
    border-radius: 39px;
    top: 209px;
    left: 745px;
    position: absolute;
}

#overseasInternshipBanner .oib-content {
    position: absolute;
    width: 673px;
    height: 332px;
    box-shadow: 5px 5px 10px #00000029;
    border-radius: 10px;
    background: url("../images/internship-bg-small.png") rgba(255,255,255,0.64) no-repeat;
    background-size: contain;
    /* background-position: bottom right; */
    /* background-color: rgba(255,255,255,0.64); */
    top: 242px;
    left: 604px;
    text-align: center;
    font-size: 56px;
    font-weight: 800;
    color: #3B7AC6;
    letter-spacing: 5.6px;
    line-height: 70px;    
    padding-top: 62px;
    z-index: 2;
}

#overseasInternshipBanner .oib-slogan {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: clamp(1.625rem, -0.6889rem + 3.7322vw, 3.75rem);
    /* font-size: 60px; */
    font-weight: 500;
    color: #F2F5F9;
    letter-spacing: 5px;
    line-height: 129px;
    font-family: "futura-pt", sans-serif;
    padding: 0 8px;
}

#overseasInternshipBanner .mb{
    display: none;
}

@media (max-width: 1902.98px) { 
    #overseasInternshipBanner .img-ichi{
        width: calc(((100vw - 20px)/1903)*413);
        height: calc(((100vw - 20px)/1903)*305);
        top: calc(((100vw - 20px)/1903)*26);
        left: calc(((100vw - 20px)/1903)*141);
    }

    #overseasInternshipBanner .img-ni{
        width: calc(((100vw - 20px)/1903)*564);
        height: calc(((100vw - 20px)/1903)*411);
        top: calc(((100vw - 20px)/1903)*60);
        right: calc(((100vw - 20px)/1903)*23);
    }

    #overseasInternshipBanner .img-san{
        width: calc(((100vw - 20px)/1903)*528);
        height: calc(((100vw - 20px)/1903)*409);
        top: calc(((100vw - 20px)/1903)*361);
        left: calc(((100vw - 20px)/1903)*43);
    }

    #overseasInternshipBanner .img-yon{
        width: calc(((100vw - 20px)/1903)*384);
        height: calc(((100vw - 20px)/1903)*277);
        top: calc(((100vw - 20px)/1903)*482);
        right: calc(((100vw - 20px)/1903)*210);
    }

    #overseasInternshipBanner .oib-content{
        width: calc(((100vw - 20px)/1903)*673);
        height: calc(((100vw - 20px)/1903)*332);
        top: calc(((100vw - 20px)/1903)*242);
        left: calc(((100vw - 20px)/1903)*604);
        font-size: 40px;
        line-height: 53px;
    }

    #overseasInternshipBanner .oib-title{
        width: calc(((100vw - 20px)/1903)*376);
        height: calc(((100vw - 20px)/1903)*60);
        top: calc(((100vw - 20px)/1903)*209);
        left: calc(((100vw - 20px)/1903)*745);
        font-size: 18px;
        line-height: calc(((100vw - 20px)/1903)*60);
    }

    #overseasInternshipBanner{
        background-size: auto 777px;
        height: 827px;
        margin-top: 110px;
    }

    #overseasInternshipBanner .oib-slogan{
        /* font-size: 40px; */
        line-height: 50px;
    }
}

@media (max-width: 1440.02px) {
    #overseasInternshipBanner{
        margin-top: 102px;
    }
}  

/* large desktops more than 1200px*/
@media (max-width: 1399.98px) {   
    #overseasInternshipBanner .oib-content{
        padding-top: 30px;
    }

    #overseasInternshipBanner .oib-slogan{
        /* font-size: 32px; */
    }

    #overseasInternshipBanner{
        background-size: auto 580px;
        height: 630px;
        margin-top: 102px;
    }
}

/* desktop more than 992px */
@media (max-width: 1199.98px) { 
    #overseasInternshipBanner .oib-content{
        font-size: 30px;
        line-height: 40px;
    }

    #overseasInternshipBanner .oib-title{
        font-size: 12px;
    }

    #overseasInternshipBanner{
        background-size: auto 497px;
        height: 546px;
    }

    #overseasInternshipBanner .oib-slogan{
        /* font-size: 24px; */
    }
}

/* tablets more than 768px */
@media (max-width: 991.98px) {  
    #overseasInternshipBanner .oib-content{
        font-size: 25px;
        line-height: 35px;
        padding-top: 16px;
    }

    #overseasInternshipBanner .oib-title{
        font-size: 8px;
    }

    #overseasInternshipBanner{
        background-size: auto 400px;
        height: 440px;
        margin-top: 102px;
    }

    #overseasInternshipBanner .oib-slogan{
        font-size: 16px;
    }
}

/* landscape phones more than 576px */
@media (max-width: 767.98px) {    
    #overseasInternshipBanner{
        height: calc(((100vw - 20px)/375)*606);
        background-size: cover;
    }

    #overseasInternshipBanner .img-ichi{
        width: calc(((100vw - 20px)/375)*156);
        height: calc(((100vw - 20px)/375)*118);
        top: calc(((100vw - 20px)/375)*482);
        left: calc(((100vw - 20px)/375)*204);
    }

    #overseasInternshipBanner .img-ni{
        width: calc(((100vw - 20px)/375)*181);
        height: calc(((100vw - 20px)/375)*145);
        top: calc(((100vw - 20px)/375)*19);
        left: calc(((100vw - 20px)/375)*6);
    }

    #overseasInternshipBanner .img-san{
        width: calc(((100vw - 20px)/375)*155);
        height: calc(((100vw - 20px)/375)*126);
        top: calc(((100vw - 20px)/375)*441);
        left: calc(((100vw - 20px)/375)*15);
    }

    #overseasInternshipBanner .img-yon{
        width: calc(((100vw - 20px)/375)*133);
        height: calc(((100vw - 20px)/375)*99);
        top: calc(((100vw - 20px)/375)*59);
        left: calc(((100vw - 20px)/375)*215);
    }

    #overseasInternshipBanner .oib-content{
        background: none;
        box-shadow: none;
    }

    #overseasInternshipBanner .oib-title{
        width: calc(((100vw - 20px)/375)*292);
        height: calc(((100vw - 20px)/375)*40);
        top: calc(((100vw - 20px)/375)*188);
        left: calc(((100vw - 20px)/375)*42);
        font-size: 18px;
        letter-spacing: 1.8px;
        line-height: calc(((100vw - 20px)/375)*40);
    }

    #overseasInternshipBanner .oib-content{
        font-size: 52px;
        font-weight: 800;
        letter-spacing: 3.4px;
        top: calc(((100vw - 20px)/375)*234);
        left: calc(((100vw - 20px)/375)*40);
        width: calc(((100vw - 20px)/375)*297);
        height: calc(((100vw - 20px)/375)*125);
        line-height: 57px;
    }

    #overseasInternshipBanner .oib-slogan{
        width: calc(((100vw - 20px)/375)*276);
        height: calc(((100vw - 20px)/375)*57);
        top: calc(((100vw - 20px)/375)*371);
        left: calc(((100vw - 20px)/375)*50);
        right: unset;
        bottom: unset;
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1.6px;
        line-height: 27px;
        color: #8CA8CC;
        padding: 15px 0;
        border-top: 1px solid #8CA8CC;
        border-bottom: 1px solid #8CA8CC;
    }

    #overseasInternshipBanner .mb{
        display: none;
    }

    #overseasInternshipBanner .des{
        display: block;
    }

    #overseasInternshipBanner{
        margin-top: 51px;
    }
}

/* portrait phones less than 576px */
@media (max-width: 575.98px) {    
    #overseasInternshipBanner .mb{
        display: block;
    }

    #overseasInternshipBanner .des{
        display: none;
    }


    #overseasInternshipBanner .oib-slogan{
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1.6px;
        line-height: 20px;
        width: 305px;
        height: 69px;
        position: absolute;
        left: 50%;
        margin-left: -152px;
    }

    #overseasInternshipBanner .oib-content{
        font-size: 32px;
        width: 294px;
        height: 125px;
        top: 234px;
        left: 41px;
        line-height: 43px;
        padding-top: 0;
        line-height: 38px;
    }

    #overseasInternshipBanner .oib-title{
        top: 188px;
    }

    #overseasInternshipBanner{
        background: url("../images/overseas-internship-banner-mb-bg-02.png") no-repeat, url("../images/Webp/overseas-internship-banner-mb-bg.webp") no-repeat;
        background-size: 100% 100%, 100% 100%;
        mix-blend-mode: multiply;
        height: 606px;
    }

    #overseasInternshipBanner .img-ichi{
        top: 481.5px;
        left: 203.9px;
        width: 156px;
        height: 118px;
    }

    #overseasInternshipBanner .img-ni{
        top: 19px;
        left: 6px;
        width: 181px;
        height: 145px;
    }

    #overseasInternshipBanner .img-san{
        top: 441px;
        left: 15px;
        width: 155px;
        height: 126px;
    }

    #overseasInternshipBanner .img-yon{
        top: 59px;
        left: 238px;
        width: 133px;
        height: 99px;
    }
}

