@charset "UTF-8";
.overseas_download .main .note__txt{
    line-height: 1.9;
}
.overseas_download .main .app__lists{
    margin-top: 40px;
    gap: 20px 2%;
    justify-content: flex-start;
}
.overseas_download .main .app__lists li{
    max-width: 18.4%;
    width: 100%;
    border: 1px solid #CCCCCC;
    margin: 0;
}
.overseas_download .main .app__lists li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 56px;
    height: 100%;
    background-image: url(../img/overseas/common/arrow.svg);
    background-repeat: no-repeat;
    background-position: center left 25px;
    background-size: 6px 10px;
    line-height: 1.3;
    font-size: 16px;
}
@media only screen and (max-width: 767px){
    .overseas_download .main .app__lists li{
        max-width: 32%;
    }
    .overseas_download .main .app__lists li a{
        background-position: center left 15px;
    }
}
@media only screen and (max-width: 499px){
    .overseas_download .main .app__lists{
        margin-top: 35px;
        gap: 15px 4%;
    }
    .overseas_download .main .app__lists li{
        max-width: 48%;
    }
    .overseas_download .main .app__lists li a{
        min-height: 53px;
    }
}