.box-form-area{
    position: relative;
    display:table;
    width:100%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.title{
    position: relative;
    font-family: 'kanitbold';
    font-size:22px;
    line-height: 26px;
    color: #000;
    text-align: center;
    padding-bottom: 40px;
}

.box-detail{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}

.easy-autocomplete input {
    border:1px solid #6c757d;
    box-shadow: none;
}

.easy-autocomplete input:hover, .easy-autocomplete input:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.easy-autocomplete-container ul {
    font-family: 'kanitregular';
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category{
    padding: 8px 12px;
}

.form-control{
    border: none;
    font-family: 'db_helvethaicamon_x65_med';
    font-size: 30px;
    height: 100%;
    border-radius: 0px 5px 5px 0px;
    color: #808184;
}

.form-control:focus{
    outline: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.box-form-area .form-group{
    margin-bottom: 10px;
}

.box-form-area .form-group.set-shadow{
    -webkit-box-shadow: 2px 4px 0px 0px rgba(38,24,97,1);
    box-shadow: 2px 4px 0px 0px rgba(38,24,97,1);
    border-radius: 5px;
}

.box-form-area .form-group label{
    font-family: 'db_helvethaicamon_x65_med';
    font-size:16px;
    line-height: 20px;
}

.box-form-area .row{
    margin-right: 0px;
    margin-left: 0px;
}

.box-form-area .row .col, .box-form-area .row .col-2, .box-form-area .row .col-3, .box-form-area .row .col-4, .box-form-area .row .col-6, .box-form-area .row .col-8, .box-form-area .row .col-12, .box-form-area .row .col-auto{
    padding-right: 0px;
    padding-left: 0px;
}

.img-form{
    background: #c5a2cd;
    border-radius: 5px 0px 0px 5px;
    width: 59px;
}

.img-form.user{
    background: #c5a2cd url(../images/ico-user.png) no-repeat center center;
    background-size: 59px auto;
}

.img-form.job{
    background: #c5a2cd url(../images/ico-job.png) no-repeat center center;
    background-size: 59px auto;
}

.img-form.company{
    background: #c5a2cd url(../images/ico-company.png) no-repeat center center;
    background-size: 59px auto;
}

.img-form.phone{
    background: #c5a2cd url(../images/ico-phone.png) no-repeat center center;
    background-size: 59px auto;
}

.img-form.email{
    background: #c5a2cd url(../images/ico-email.png) no-repeat center center;
    background-size: 59px auto;
}

.box-date-survey{
    position: relative;
    text-align: right;
    font-family: 'kanitregular';
    font-size:16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 30px;
}

.box-date-survey span{
    font-family: 'kanitbold';
}

.h-txt{
    position: relative;
    font-family: 'kanitbold';
    font-size:18px;
    line-height: 22px;
    color: #000;
    margin-bottom: 15px;
}

.h-txt-sub{
    position: relative;
    font-family: 'kanitregular';
    font-size:16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
}

.h-txt-sub span{
    text-decoration: underline;
}

.h-txt-sub span.small{
    text-decoration: none;
}

.h-txt-detail{
    position: relative;
    font-family: 'kanitregular';
    font-size:16px;
    line-height: 20px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 15px;
    text-decoration: underline;
}

.form-check-input{
    margin-top: 2px;
}

.form-check-label{
    font-family: 'kanitregular';
    font-size:16px;
    line-height: 20px;
}

.form-check{
    padding-right: 20px;
}

.form-check.txt-box{
    padding-right: 0px;
}

.clear-padding-right{
    padding-right: 0px !important;
}

.pad-inner{
    padding-left: 25px !important;
    padding-top: 10px !important;
}

.pad-inner .form-check{
    padding-bottom: 1rem;
}

.pad-inner.center .form-check{
    padding-bottom: 0px;
}

.mgt-10{
    margin-top: 10px !important;
}

.mgt-15{
    margin-top: 15px !important;
}

.mgt-20{
    margin-top: 20px !important;
}

.mgb-15{
    margin-bottom: 15px !important;
}

.mgl-5{
    margin-left: 5px !important;
}

.other-brand .form-check{
    padding-bottom: 12px;
}

.type-food .form-check{
    padding-bottom: 15px;
}

.amount-week{
    margin-bottom: 15px;
}

.shop-name .form-check{
    padding-bottom: 12px;
}

.tool-food-big, .tool-coffee-big{
    padding-bottom: 10px;
}

.pb-0{
    padding-bottom: 0px !important;
}

.pb-10{
    padding-bottom: 10px !important;
}

.pb-20{
    padding-bottom: 20px !important;
}

.pb-u{
    padding-bottom: unset !important;
}

.ml-20{
    margin-left: 20px !important;
}

.pt-0{
    padding-top: 0px !important;
}

.pt-20{
    padding-top: 20px !important;
}

label.set-txt{
    font-family: 'kanitregular';
    font-size:16px;
    line-height: 20px;
}

.custom-file-label{
    border:1px solid #6c757d;
    font-family: 'kanitregular';
    font-size: 16px;
}

.custom-file-label::after{
    border-left:1px solid #6c757d;
}

.expand-image{
    background-color: #e9ecef;
    color: #495057;
    font-family: 'kanitregular';
}

.box-sketch{
    position: relative;
    display: none;
    margin-top: 20px;
    width: 100%;
    height: 300px;
    border:1px solid #6c757d;
}

.box-signature{
    position: relative;
    display: block;
    margin-top: 0px;
    width: 100%;
    height: 80px;
    border:1px solid #6c757d;
}

.box-sketch-map{
    position: relative;
    display: block;
    margin-top: 0px;
    width: 100%;
    height: 600px;
    border:1px solid #6c757d;
}

.box-button{
    position: relative;
    display: table;
    margin: auto;
}

.box-button button{
    font-family: 'kanitregular';
    padding: 10px 50px;
    margin: 10px 10px;
}

.button-area{
    position: relative;
    display: block;
    width:100%;
    margin-bottom: 0px;
}

.modal-header{
    border-bottom: none;
}

.modal-success{
    position: relative;
    display: block;
    padding: 40px 0px 80px 0px;
    text-align: center;
    font-family: 'kanitbold';
    font-size:30px;
    line-height: 30px;
    color: #28a745;
}

.save-complete{
    position: fixed;
    display: none;
    padding: 10px 30px 10px 30px;
    text-align: center;
    font-family: 'kanitbold';
    font-size:20px;
    line-height: 20px;
    color: #fff;
    background: #28a745;
    right:10px;
    bottom: 80px;
    border-radius: 10px;
}

.modal-preview img{
    width:100%;
}

.preview{
    font-family: 'kanitregular';
    border:1px solid #6c757d;
    background: #e9ecef;
}

.pdt-15{
    padding-top: 15px;
}

.modal{
    z-index: 1000000;
}

.id-card-of-top{
    padding-top: 37px;
}

.id-card-right{
    margin-right: 25px;
}

.type-pb1r{
    padding-bottom: 1rem;
}

.line-bottom{
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    margin-bottom: 15px;
    opacity: 0.5;
}

.line-bottom-dot{
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px #000 dashed;
}

.h-txt-detail.set-pos{
    margin-top: -5px;
    margin-bottom: 0px;
}

.h-txt-sub span.small-txt {
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    display: block;
    position: relative;
    margin-left: 23px;
}

.form-control.not-edit:disabled{
    background: #fff;
}

textarea {
    resize: none;
}

.btn-get{
    font-family: 'kanitregular';
    margin-top: 11px;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #6c757d;
}

.btn-get:hover{
    font-family: 'kanitregular';
    margin-top: 11px;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #6c757d;
    opacity: 0.8;
}

.h-txt-sub.set-lh{
    line-height: 22px;
}

.h-txt-sub span.red{
    color: red;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    display: block;
    position: relative;
    margin-left: 23px;
}

.error{
    position: relative;
    display: block;
    padding-top: 0px;
    font-family: db_helvethaicamon_x55_regular;
    font-size: 22px;
    line-height: 20px;
    color: #fff;
    padding-bottom: 10px;
}

.error a{
    color: #ffffff;
    margin-top: 10px;
    font-family: db_helvethaicamon_x55_regular;
    font-weight: bold;
    position: relative;
    display: block;
    letter-spacing: 1px;
    text-decoration: underline;
}

.error a:hover{
    opacity: 0.8;
}

.error.recaptcha{
    padding-top: 3px;
    padding-bottom: 0px;
}

.wait-content-load{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index:99999999;
    display:none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background:#000;
    opacity:0.8;
}

.wait-content-load-overlay{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index:99999998;
    display:none;
}

.wait-content-load-open {
    overflow: hidden;
}

.wait-content-load-open .wait-content-load {
    overflow-x: hidden;
    overflow-y: auto;
}

.h-mali{
    margin-bottom: 25px;
}

.h-mali-bottom{
    margin-top: 15px;
}

.lh-26{
    line-height: 26px;
}

.set-fc-t5{
    margin-top: 5px;
}

label span{
    position: relative;
    margin-left: 3px;
    color: red;
}

.datepicker{
    font-family: 'kanitregular';
}

.main-banner{
    padding-top: 40px;
}

.main-txt{
    position: relative;
    display: block;
    width: 100%;
    font-family: 'kanitregular';
    font-size: 30px;
    line-height: 34px;
    color: #000;
    text-align: center;
    padding-bottom: 20px;
}

.box-gallery{
    position: relative;
    width: 100%;
    display: inline-block;
    padding-top: 20px;
}

.box-gallery .row{
    margin: 0px -10px;
}

.box-gallery .item{
    padding: 0px 10px;
}

.box-gallery .owl-stage {
    margin: auto;
    display: table;
}

.box-gallery .owl-theme .owl-dots .owl-dot.active:focus, .box-gallery .owl-theme .owl-dots .owl-dot:focus {
    outline: none !important;
    box-shadow: none !important;
}

.box-gallery .owl-theme .owl-dots .owl-dot.active span, .box-gallery .owl-theme .owl-dots .owl-dot:hover span {
    background: #7b7b7b;
}

.box-counter{
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.counter-txt{
    position: relative;
    display: block;
    width: 100%;
    font-family: 'db_helvethaicamon_x57_cond';
    font-size: 24px;
    line-height: 28px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.box-txt-bottom{
    position: relative;
    display: block;
    width: 100%;
    background: #000;
}

.box-txt-bottom .sku{
    position: relative;
    display: block;
    width: 100%;
    font-family: 'kanitlight';
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
    padding: 10px 0px;
    background: #000;
    padding-left: 15px;
}

.box-txt-bottom .sku.size{
    background: #ebe9e9;
    color: #000;
    text-align: center;
    padding-left: 0px;
}

.box-txt-bottom .price{
    position: relative;
    display: block;
    width: 100%;
    font-family: 'kanitlight';
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    text-align: right;
    margin-bottom: 0px;
    padding: 10px 0px;
    background: #000;
    padding-right: 15px;
}

.box-condition{
    position: relative;
    display: block;
    width: 100%;
    background: #ebe9e9;
    padding: 20px 15px 20px 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.box-condition .h-txt{
    position: relative;
    font-family: 'kanitbold';
    font-size:22px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
}

.box-condition .txt{
    position: relative;
    font-family: 'kanitregular';
    font-size:18px;
    line-height: 28px;
    color: #000;
}

.box-rewards{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}

.box-rewards .h-txt{
    position: relative;
    font-family: 'kanitbold';
    font-size:30px;
    line-height: 34px;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

.box-rewards .txt-no-reward{
    position: relative;
    display: block;
    font-family: 'kanitregular';
    font-size: 30px;
    line-height: 34px;
    color: #000;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 40px 0px;
    background: #ebe9e9;
}

.box-rewards .txt{
    position: relative;
    font-family: 'kanitregular';
    font-size:18px;
    line-height: 28px;
    color: #000;
}

.box-rewards .txt-no-reward .txt{
    position: relative;
    font-family: 'kanitregular';
    font-size:18px;
    line-height: 28px;
    color: #000;
    padding-top: 20px;
}

.box-rewards .txt-no-reward .txt span{
    color: #b32024;
    font-weight: bold;
}
.box-rewards .box-rewards-list{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #ebe9e9;
}

.box-rewards .box-rewards-list .box-rewards-item{
    position: relative;
    display: block;
    width: 100%;
}

.box-rewards .box-rewards-list .box-rewards-item .box-h-txt{
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 15px;
    background: #3e3d3d;
    color: #fff;
    font-family: 'kanitregular';
    font-size:22px;
    line-height: 22px;
}

.box-rewards .box-rewards-list .box-rewards-item .txt{
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 15px;
    font-family: 'kanitregular';
    font-size:18px;
    line-height: 28px;
    color: #000;
}

.box-agree{
    position: relative;
    display: table;
    margin: auto;
    padding: 10px 0px 5px 0px;
}

.box-agree .form-check-label {
    font-family: 'kanitlight';
    font-size: 16px;
    line-height: 22px;
}

.box-agree span{
    position: relative;
    display: table;
    padding-top: 10px;
    color: #000;
    margin-left: 0px;
}

.box-agree sup{
    color: red;
    font-size: 16px;
    top: -5px;
}

.main-h-title{
    position: relative;
    display: block;
    width: 100%;
    font-family: 'kanitbold';
    font-size: 38px;
    line-height: 42px;
    color: #000;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.main-h-title span{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.main-sub-h-txt{
    position: relative;
    display: block;
    width: 100%;
    font-family: 'kanitregular';
    color: #000;
    text-align: center;
    padding: 25px 10px;
    background: #ddd;
}

.main-sub-h-txt span{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

.g-recaptcha{
    position: relative;
    padding-top: 0px;
}

.box-txt-shipping{
    position: relative;
    display: block;
    width: 100%;
    font-family: 'kanitregular';
    color: #000;
    padding: 10px 10px;
    background: #ebe9e9;
    margin: 20px 0px 1rem 0px;
    font-size: 18px;
    line-height: 20px;
}

.box-txt-shipping span{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 8px;
}

.main-page-payment-txt{
    position: relative;
    display: block;
    width: 100%;
    font-family: 'kanitregular';
    color: #000;
    text-align: center;
}

.main-page-payment-txt span{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 8px;
}

.main-page-payment-txt a{
    color: #b32024;
    text-decoration: underline;
}

.main-page-payment-txt a:hover{
    text-decoration: none;
}

.set-margin-payment-txt{
    margin-top: 20px;
}

.main-page-payment-txt-italic{
    position: relative;
    display: block;
    width: 100%;
    font-family: 'kanitlight';
    color: #000;
    text-align: center;
    font-style: italic;
    padding-top: 20px;
}

.img-loading{
    position: relative;
    display: table;
    width: 180px;
    margin: 30px auto 50px auto;
}

.box-product-top{
    position: relative;
    display: block;
    width: 100%;
}

.box-product-top .txt{
    position: relative;
    display: block;
    width: 100%;
    font-family: 'kanitlight';
    font-size: 22px;
    line-height: 26px;
    color: #000;
    text-align: left;
    margin-bottom: 0px;
    padding: 2px 0px;
    padding-left: 20px;
}

.box-product-top .txt.payment-title{
    font-family: 'kanitregular';
}

.set-margin-payment-txt-red{
    padding-top: 30px;
    padding-bottom: 50px;
    color: #b32024;
}

.box-shipping-detail{
    position: relative;
    display: table;
    width: 800px;
    margin: 20px auto 0px auto;
    background: #ebe9e9;
    padding: 15px 15px;
}

.box-shipping-detail .h-txt{
    position: relative;
    display: block;
    width: 100%;
    font-family: 'kanitbold';
    font-size: 22px;
    line-height: 26px;
    color: #000;
    padding: 5px 0px;
    margin-bottom: 0px;
}

.box-shipping-detail .col-txt-bold{
    position: relative;
    display: block;
    font-family: 'kanitregular';
    font-size: 20px;
    line-height: 24px;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-weight: bold;
}

.box-shipping-detail .col-txt{
    position: relative;
    display: block;
    font-family: 'kanitregular';
    font-size: 20px;
    line-height: 24px;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.set-confirm-cancel{
    margin-top: 30px;
    margin-bottom: 70px;
}

.warning-img{
    position: relative;
    display: table;
    width: 100px;
    margin: auto;
    margin-bottom: 20px;
}

.main-h-title.clear-padding{
    padding: 0px;
}

.privacy-header{
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: 'kanitbold';
    font-size: 22px;
    line-height: 26px;
    color: #000;
    padding: 10px 10px;
    background: #ebe9e9;
    margin-top: 20px;
    margin-bottom: 10px;
}

.privacy-txt{
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: 'kanitregular';
    font-size: 18px;
    line-height: 22px;
    color: #000;
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.privacy-header.set-mt{
    margin-top: 10px;
}

.privacy-txt.set-mb{
    margin-bottom: 40px;
}

.btn-area{
    padding-bottom: 10px;
}

.btn-area .btn-orange{
    font-size: 28px;
    line-height: 28px;
    font-family: db_helvethaicamon_x55_regular;
    color: #fff;
    background: url(../images/bg-btn.png) no-repeat top right ;
    border: none;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    margin: 0px 0px;
    -webkit-box-shadow: 2px 4px 0px 0px rgba(38,24,97,1);
    box-shadow: 2px 4px 0px 0px rgba(38,24,97,1);
}

.btn-area .btn-orange i{
    position: relative;
    top: 4px;
    left: 5px;
}

.box-bottom-form-txt{
    position: relative;
    display: block;
    text-align: right;
    padding: 10px 0px 10px 0px;
    font-size: 20px;
    line-height: 20px;
    font-family: db_helvethaicamon_x55_regular;
    color: #fff;
}

@media (min-width: 1200px) and (max-width: 1300px) {
    
}

@media (min-width: 992px) and (max-width: 1199px) {

    .box-product-top .txt {
        font-size: 20px;
        line-height: 22px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .box-product-top .txt {
        font-size: 18px;
        line-height: 20px;
    }

    .box-shipping-detail{
        width: 700px;
    }

    .box-shipping-detail .h-txt{
        font-size: 20px;
        line-height: 24px;
        padding: 5px 0px;
    }

    .box-shipping-detail .col-txt-bold{
        font-size: 18px;
        line-height: 22px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .box-shipping-detail .col-txt{
        font-size: 18px;
        line-height: 22px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .g-recaptcha{
        position: relative;
        padding-top: 0px;
        transform: scale(0.95);
        transform-origin: 0 0;
    }

    .form-control {
        font-size: 2.825vw;
    }

    .img-form {
        width: 5.550vw;
    }

    .img-form.user{
        background: #c5a2cd url(../images/ico-user.png) no-repeat center center;
        background-size: 5.550vw auto;
    }

    .img-form.job{
        background: #c5a2cd url(../images/ico-job.png) no-repeat center center;
        background-size: 5.550vw auto;
    }

    .img-form.company{
        background: #c5a2cd url(../images/ico-company.png) no-repeat center center;
        background-size: 5.550vw auto;
    }

    .img-form.phone{
        background: #c5a2cd url(../images/ico-phone.png) no-repeat center center;
        background-size: 5.550vw auto;
    }

    .img-form.email{
        background: #c5a2cd url(../images/ico-email.png) no-repeat center center;
        background-size: 5.550vw auto;
    }

    .btn-area{
        padding-bottom: 1.009vw;
    }

    .btn-area .btn-orange{
        font-size: 2.825vw;
        line-height: 2.825vw;
        padding: 1.009vw 2.018vw 1.009vw 2.018vw;
        border-radius: 5px;
        -webkit-box-shadow: 2px 4px 0px 0px rgba(38,24,97,1);
        box-shadow: 2px 4px 0px 0px rgba(38,24,97,1);
    }

    .btn-area .btn-orange i{
        position: relative;
        top: 0.404vw;
        left: 0.505vw;
    }

    .box-bottom-form-txt {
        padding: 1.009vw 0px 1.009vw 0px;
        font-size: 2.018vw;
        line-height: 2.018vw;
    }

    .box-form-area .form-group {
        margin-bottom: 1.009vw;
    }

    .box-form-area .form-group.bottom-recaptcha{
        margin-bottom: 0px;
    }

    .error{
        font-size: 2.220vw;
        line-height: 2.018vw;
        padding-bottom: 1.009vw;
    }

    .error.recaptcha{
        padding-top: 0px;
        padding-bottom: 1.009vw;
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    .main-txt{
        font-size: 26px;
        line-height: 30px;
    }

    .container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .box-txt-bottom .sku {
        font-size: 22px;
        line-height: 26px;
    }

    .box-txt-bottom .price {
        font-size: 22px;
        line-height: 26px;
    }

    .box-condition .h-txt {
        font-size: 20px;
        line-height: 22px;
    }

    .box-condition .txt {
        font-size: 16px;
        line-height: 26px;
    }

    .main-h-title{
        font-size: 34px;
        line-height: 38px;
    }

    .box-product-top .txt {
        font-size: 22px;
        line-height: 26px;
        text-align: center;
    }

    .box-shipping-detail{
        width: 100%;
    }

    .box-shipping-detail .h-txt{
        font-size: 20px;
        line-height: 24px;
        padding: 5px 0px;
    }

    .box-shipping-detail .col-txt-bold{
        font-size: 18px;
        line-height: 22px;
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .box-shipping-detail .col-txt{
        font-size: 18px;
        line-height: 22px;
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .privacy-header{
        font-size: 20px;
        line-height: 24px;
        padding: 10px 10px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .privacy-txt{
        font-size: 16px;
        line-height: 20px;
        padding: 0px 10px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .g-recaptcha{
        position: relative;
        padding-top: 0px;
    }

    .form-control {
        font-size: 3.911vw;
    }

    .img-form {
        width: 7.692vw;
    }

    .img-form.user{
        background: #c5a2cd url(../images/ico-user.png) no-repeat center center;
        background-size: 7.692vw auto;
    }

    .img-form.job{
        background: #c5a2cd url(../images/ico-job.png) no-repeat center center;
        background-size: 7.692vw auto;
    }

    .img-form.company{
        background: #c5a2cd url(../images/ico-company.png) no-repeat center center;
        background-size: 7.692vw auto;
    }

    .img-form.phone{
        background: #c5a2cd url(../images/ico-phone.png) no-repeat center center;
        background-size: 7.692vw auto;
    }

    .img-form.email{
        background: #c5a2cd url(../images/ico-email.png) no-repeat center center;
        background-size: 7.692vw auto;
    }

    .btn-area{
        padding-bottom: 1.304vw;
        margin: 0px;
    }

    .btn-area .btn-orange{
        font-size: 3.651vw;
        line-height: 3.651vw;
        padding: 1.304vw 2.608vw 1.304vw 2.608vw;
        border-radius: 5px;
        -webkit-box-shadow: 2px 4px 0px 0px rgba(38,24,97,1);
        box-shadow: 2px 4px 0px 0px rgba(38,24,97,1);
    }

    .btn-area .btn-orange i{
        position: relative;
        top: 0.522vw;
        left: 0.652vw;
    }

    .box-bottom-form-txt {
        padding: 1.304vw 0px 1.304vw 0px;
        font-size: 2.608vw;
        line-height: 2.608vw;
    }

    .box-form-area .form-group {
        margin-bottom: 1.304vw;
    }

    .box-form-area .form-group.bottom-recaptcha{
        margin-bottom: 1.043vw;
    }

    .error{
        font-size: 2.868vw;
        line-height: 2.608vw;
        padding-bottom: 1.304vw;
    }

    .error.recaptcha{
        padding-top: 0.391vw;
        padding-bottom: 0px;
    }

}

@media screen and (max-width: 575px){

    .main-banner {
        padding-top: 20px;
    }

    .main-txt{
        font-size: 4.8vw;
        line-height: 5.8vw;
    }

    .box-rewards .h-txt{
        font-size: 4.8vw;
        line-height: 5.8vw;
    }

    .box-rewards .txt-no-reward{
        font-size: 4.5vw;
        line-height: 5.5vw;
    }

    .box-txt-bottom .sku {
        font-size: 3.5vw;
        line-height: 4vw;
    }

    .box-txt-bottom .price {
        font-size: 3.5vw;
        line-height: 4vw;
    }

    .box-counter .counter-txt {
        font-size: 4vw;
        line-height: 4.5vw;
    }

    .soon[data-scale='s'] {
        font-size: 2rem;
    }

    .btn-group-lg>.btn, .btn-lg {
        font-size: 1rem;
    }

    .box-condition .h-txt {
        font-size: 3.8vw;
        line-height: 4.5vw;
    }

    .box-condition .txt {
        font-size: 3vw;
        line-height: 4.5vw;
    }

    .box-rewards .box-rewards-list .box-rewards-item .box-h-txt {
        font-size: 4vw;
        line-height: 4vw;
    }

    .box-rewards .box-rewards-list .box-rewards-item .txt {
        font-size: 3.5vw;
        line-height: 5vw;
    }

    .main-h-title{
        font-size: 5.913vw;
        line-height: 6.609vw;
    }

    .box-product-top .txt {
        font-size: 4.5vw;
        line-height: 5vw;
        text-align: center;
    }

    .box-shipping-detail{
        width: 100%;
    }

    .box-shipping-detail .h-txt{
        font-size: 3.478vw;
        line-height: 4.174vw;
        padding: 0.870vw 0px;
    }

    .box-shipping-detail .col-txt-bold{
        font-size: 3.130vw;
        line-height: 3.826vw;
        padding-top: 0.870vw;
        padding-bottom: 0px;
    }

    .box-shipping-detail .col-txt{
        font-size: 3.130vw;
        line-height: 3.826vw;
        padding-top: 0.870vw;
        padding-bottom: 0px;
    }

    .privacy-header{
        font-size: 3.478vw;
        line-height: 4.174vw;
        padding: 10px 10px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .privacy-txt{
        font-size: 2.783vw;
        line-height: 3.478vw;
        padding: 0px 10px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .g-recaptcha{
        position: relative;
        padding-top: 0px;
    }

    .form-control {
        font-size: 5.217vw;
    }

    .img-form {
        width: 10.261vw;
    }

    .img-form.user{
        background: #c5a2cd url(../images/ico-user.png) no-repeat center center;
        background-size: 10.261vw auto;
    }

    .img-form.job{
        background: #c5a2cd url(../images/ico-job.png) no-repeat center center;
        background-size: 10.261vw auto;
    }

    .img-form.company{
        background: #c5a2cd url(../images/ico-company.png) no-repeat center center;
        background-size: 10.261vw auto;
    }

    .img-form.phone{
        background: #c5a2cd url(../images/ico-phone.png) no-repeat center center;
        background-size: 10.261vw auto;
    }

    .img-form.email{
        background: #c5a2cd url(../images/ico-email.png) no-repeat center center;
        background-size: 10.261vw auto;
    }

    .btn-area{
        padding-bottom: 1.304vw;
        margin: 0px;
    }

    .btn-area .btn-orange{
        font-size: 4.870vw;
        line-height: 4.870vw;
        padding: 1.739vw 3.478vw 1.739vw 3.478vw;
        border-radius: 5px;
        -webkit-box-shadow: 2px 4px 0px 0px rgba(38,24,97,1);
        box-shadow: 2px 4px 0px 0px rgba(38,24,97,1);
    }

    .btn-area .btn-orange i{
        position: relative;
        top: 0.696vw;
        left: 0.870vw;
    }

    .box-bottom-form-txt {
        padding: 1.739vw 0px 1.739vw 0px;
        font-size: 3.478vw;
        line-height: 3.478vw;
    }

    .box-form-area .form-group {
        margin-bottom: 1.739vw;
    }

    .box-form-area .form-group.bottom-recaptcha{
        margin-bottom: 1.391vw;
    }

    .error{
        font-size: 3.826vw;
        line-height: 3.478vw;
        padding-bottom: 1.739vw;
    }

    .error.recaptcha{
        padding-top: 0.522vw;
        padding-bottom: 0px;
    }

    .soon[data-layout*='group'] .soon-label {
        display: block;
        margin: -5.217vw 0 0 0;
        margin-right: -1em;
        margin-left: -1em;
    }

    .soon[data-scale='s'] {
        font-size: 10.435vw;
        margin-top: -1.739vw;
        color: #ffffff;
    }

}

@media (min-width: 480px) and (max-width: 575px) {

}

/* Iphone 6 Plus */
@media (min-width:414px) and (max-width: 479px) {

}
/* Iphone 6 */
@media (min-width:375px) and (max-width: 413px) {

}

@media (min-width:300px) and (max-width: 374px) {
    .g-recaptcha{
        position: relative;
        padding-top: 0px;
        transform: scale(0.80);
        transform-origin: 0 0;
    }

    .g-recaptcha div{
        width: 250px !important;
    }

    .box-form-area .form-group.bottom-recaptcha{
        margin-bottom: 0px;
    }

    .btn-area{
        margin-top: -4.011vw;
    }

    .error.recaptcha {
        padding-top: 0px;
        padding-bottom: 0px;
        top: -4.545vw;
    }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    
}

@media 
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 568px) and (max-width: 768px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 568px) and (max-width: 768px),
only screen and (-moz-min-device-pixel-ratio: 2) and (min-width: 568px) and (max-width: 768px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 568px) and (max-width: 768px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 568px) and (max-width: 768px),
only screen and (min-resolution: 192dpi) and (min-width: 568px) and (max-width: 768px),
only screen and (min-resolution: 2dppx) and (min-width: 568px) and (max-width: 768px) {
    
}

@media 
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 480px) and (max-width: 567px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 480px) and (max-width: 567px),
only screen and (-moz-min-device-pixel-ratio: 2) and (min-width: 480px) and (max-width: 567px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 480px) and (max-width: 567px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 480px) and (max-width: 567px),
only screen and (min-resolution: 192dpi) and (min-width: 480px) and (max-width: 567px),
only screen and (min-resolution: 2dppx) and (min-width: 480px) and (max-width: 567px) {
    
}

@media 
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:300px) and (max-width: 479px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width:300px) and (max-width: 479px),
only screen and (-moz-min-device-pixel-ratio: 2) and (min-width:300px) and (max-width: 479px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:300px) and (max-width: 479px),
only screen and (min-device-pixel-ratio: 2) and (min-width:300px) and (max-width: 479px),
only screen and (min-resolution: 192dpi) and (min-width:300px) and (max-width: 479px),
only screen and (min-resolution: 2dppx) and (min-width:300px) and (max-width: 479px) {
    
}