/* form */

.form_top{
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: -120px;
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -o-transform: skewY(3deg);
}
.form_top img{
    width: 100%;
}
.form_main{
    position: relative;
    /* top: -120px; */
    /* z-index: 5; */
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -o-transform: skewY(3deg);
}
.form_bg{
    /* background: url(../image/form/bg_formimg.png) no-repeat;
    background-size: 100%; */
}
.form_bg img{
    width: 100%;
}
.form_c{
    width: 45%;
    margin-left: 50%;
    position: absolute;
    top: 11%;
    z-index: 2;
    /* padding: 120px 50px 300px 20px; */
}
.block{
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.block_b{
    width: 49%;
    display: inline-block;
}
.block_m{
    margin-left: 1.1%;
}
.block input[type="text"], 
.blcok_b input[type="text"], 
.block textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    padding: 8px 17px 5px;
    color: #575757;
}
.block input[type="text"]::placeholder,
.blcok_b input[type="text"]::placeholder{
    color: #575757;
} 
.block input:-webkit-autofill{
    z-index: 100;
	-webkit-box-shadow:0 0 0 1000px white inset !important;
}
.block select, .block_b select {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    padding: 8px 17px 5px;
    color: #575757;
    appearance:none;   
    -moz-appearance:none;   
    -webkit-appearance:none; 
}
.arrow_down_ {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    right: 13px;
    top: 5px;
    color: #575757;
}

/* .arrow_down_{
    position: absolute;
    pointer-events: none;
    right: 15px;
    top: 14px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #575757;
} */

#problems_other{
    display: none;
    width: 49%;
    margin-left: 1.1%;
}

.form_note{
    margin-top: 30px;
    font-size: 15px;
    letter-spacing: 0;
    color: #575757;
}
.form_note p{
    margin-bottom: 5px;
    text-indent: 2px;
}
.form_note p span {
    width: 15px;
    display: inline-block;
}

.agree_note{
    margin-bottom: 5px;
    font-size: 15px;
    color: #575757;
    letter-spacing: 0;
}
.agree_note a{
    display: unset;
    color: #575757;
    font-weight: bold;
}

.submit{
    margin-top: 30px;
    text-align: left;
}
.submit button{
    border: 0;
    width: 200px;
    height: 50px;
    font-size: 22px;
    color: #fff;
    background: #575757;
    cursor: pointer;
    outline: 0;
    border-radius: 10px;
}

.donly{
    display: block;
}
.monly{
    display: none;
}

.img_p{
    display: block;
}
.img_m{
    display: none;
}

@media(max-width: 1679px){
    .form_c {
        /* padding: 60px 50px 155px 20px; */
    }
    #problems_other{
        margin-left: 0.8%;
    }
    .block_m {
        margin-left: 0.8%;
    }
}

@media(max-width: 1620px){
    .block_m {
        margin-left: 0.4%;
    }
    .form_mote, .agree_note{
        font-size: 12px;
    }
    .form_note, .submit{
        margin-top: 15px;
    }
    .form_note p {
        margin-bottom: 0px;
    }
    .block input[type="text"], 
    .blcok_b input[type="text"], 
    .block textarea,
    .block select, 
    .block_b select {
        padding: 5px 17px 3px;
    }
    .arrow_down_ {
        top: 2px;
    }
    .block {
        margin-top: 5px;
    }
    .form_note, .submit {
        margin-top: 10px;
    }
    #problems_other {
        margin-left: 0.4%;
    }
}

@media screen and (min-width:1200px) {
    .lg-hidden {
        display:none!important;
    }
    
}
@media (max-width:1290px){
    .form_c {
        /* padding: 46px 20px 103px 20px; */
    }
    .block_m {
        margin-left: 0.65%;
    }
   

}
@media screen and (max-width:1199px) {
    .img_p{
        display: none;
    }
    .img_m{
        display: block;
    }
    .em_content {
        margin-top:57px;
    }
    .xs-hidden {
        display:none!important;
    }
    /* form */
    .form_box{
        top: -85px;
    }
    .form_top{
        margin-bottom: 0;
    }
    .form_bg {
        background: url(../image/form/bg_formimg_m.png) no-repeat;
        background-size: 100%;
    }
    .form_c {
        width: 100%;
        margin-left: 0;
        padding: 35px 20px 50px;
        position: unset;
    }
    .block_b{
        width: 100%;
    }
    .block_m{
        margin-left: 0;
    }
    .form_note {
        margin-top: 20px;
        font-size: 12px;
        padding-left: 15px;
    }
    .agree_note {
        font-size: 12px;
        padding-left: 15px;
    }
    .submit{
        padding-left: 15px;
        text-align: center;
    }
    
}

@media(max-width: 768px){
    .donly{
        display: none;
    }
    .monly{
        display: block;
    }

    /* form */
    .form_box{
        top: -20px;
    }
    .form_top{
        margin-bottom: 0;
    }
    .form_bg {
        background: url(../image/form/bg_formimg_m.png) no-repeat;
        background-size: 100%;
    }
    .form_c {
        width: 100%;
        margin-left: 0;
        padding: 50px 20px;
    }
    .block_b{
        width: 100%;
    }
    .block_m{
        margin-left: 0;
    }
    .agree_note {
        font-size: 12px;
        padding-left: 20px;
        text-indent: -18px;
    }
    .submit{
        padding-left: 15px;
        text-align: center;
        margin-top: 30px;
    }
    #problems_other {
        margin-left: 0%;
        padding-top: 7px;
        padding-bottom: 6px;
    }
    .block input[type="text"], 
    .blcok_b input[type="text"], 
    .block textarea,
    .block select, 
    .block_b select {
        padding: 8px 17px 5px;
    }
    .arrow_down_ {
        top: 5px;
    }
    .form_note {
        padding-left: 4px;
    }
}