.page_title{
    background-image: url("../img/banner_imgs/export_voucher.jpg");
}
#export_voucher_wrap .wrap p:first-of-type{
    font-size: 3rem;
    font-family: "Pretendard_bold", serif;
}
#export_voucher_wrap .wrap p:last-of-type{
    font-size: 1.8rem;
}
#export_voucher_wrap .wrap span{
    font-size: 1.8rem;
}

#export_voucher_wrap .list_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
}
#export_voucher_wrap .wrap{
    border-radius: 2rem;
    border: 0.1rem solid #eee;
    box-shadow: 5px 5px 10px #ccc;
    box-sizing: border-box;
    width: calc((100% - 9rem)/4);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
    height: 30rem;
}
#export_voucher_wrap .wrap .img{
    width: 45%;
}
#export_voucher_wrap .wrap .img img{
    display: block;
    width: 100%;
}





@media all and (max-width:1024px) {
    #export_voucher_wrap .wrap{
        width: calc((100% - 3rem)/2);
    }
}
@media all and (max-width:680px) {
    #export_voucher_wrap .wrap p:last-of-type{
        font-size: 2rem;
    }
}
@media all and (max-width:550px) {
    #export_voucher_wrap .wrap{
        height: 25rem;
    }
    #export_voucher_wrap .wrap{
        width: 100%;
    }
    #export_voucher_wrap .wrap .img {
        width: 10rem;
        margin: 0 auto;
    }
    #export_voucher_wrap .wrap p:last-of-type{
        font-size: 1.8rem;
    }
}