@media (max-width:800px){
    
/*    캠페인 신청 팝업 */
    #apply .notice_ h2{
        font-size: 12px;
    }
    #apply .checkbox_ input + label{
        display: flex;
        align-items: center;
        gap: 10px;
        height: auto;
        line-height: 1;
    }
    #apply .checkbox_ input + label:before{
        width: 15px;
        height: 15px;
        margin: 0;
    }
    #apply .notice_ .desc_cont .item .item_title{
        font-size: 12px;
    }
    #apply .notice_ .desc_cont .item .item_desc{
        font-size: 12px;
    }
    #apply .notice_ .desc_cont .item .item_desc b{
        font-size: 12px;
        font-weight: 400;
    }
    #apply .notice_ .desc_cont .item .item_desc p{
        font-size: 12px;
    }
    #apply .notice_ .desc_cont .item .item_title .sub_desc.open::-webkit-scrollbar{
        display: block;
    }
    
    #apply .delivery_save .check_wrap{
        margin: 0;
    }
    #apply .field_area .field > input{
        font-size: 12px;
        height: auto;
        margin: 0;
        line-height: 1.2;
    }
    
    #apply textarea{
        font-size: 12px; 
    }
    
    #apply .delivery_save .checkbox_ input + label:before{
        margin: 0;
    }
    .field_area .field.delivery_save .item{
        padding: 0;
    }
    
    .field.agree_cont{
        font-size: 14px;
    }
    .field.agree_cont .checkbox_ label{
        font-size: 12px;
        padding-bottom: 0;
    }
    .field.agree_cont .item{
        padding-top: 0;
    }
    
    .field_area .field.delivery_save{
        padding-top: 10px;
    }
    
    .delivery_section input{
        font-size: 12px;
        padding: 7.5px 5px;
        height: auto;
        line-height: 1;
    }
    
    .delivery_section button{
        font-size: 12px;
        max-width: 62px;
        padding: 9px 5px;
    }
    
    
    #apply .checkbox_ input#rv_agree + label{
        line-height: 1.3;
        align-items: flex-start;
    }
    
    .field_area .field_col h3{
        font-size: 14px;
    }
    .ui-modal-layer .tip_section .title{
        font-size: 12px;
    }
    
    
}