.two_contact_box{
    width: 100%;
    padding-top: calc(23px + 5rem);
    padding-bottom: calc(45px + 5rem);
}
.two_contact_box .two_contact{
    max-width: 1640px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.two_contact_left .p1{
font-family: Source_Han_Regular;
font-weight: 400;
font-size: calc(6px + 1.5rem);
color: #333333;
line-height: calc(12px + 2rem);
margin-bottom: calc(6px + 2rem);
}
.two_contact_left{
    width: 47.7439%;
}
.two_contact_message label{
    display: none;
}
.two_contact_message .fc-form-body{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: calc(10px + 0.5rem);
}
.two_contact_message .form-group{
    width: 48%;
    height: calc(2px + 3rem);
    background: #FAF9F6;

}
.two_contact_message .form-group:nth-of-type(3){
    width: 100%;
}
.two_contact_message .form-group:nth-of-type(4){
    width: 100%;
    height: calc(88px + 10rem) !important;
}

.two_contact_message .form-group:nth-of-type(4) .col-md-10 textarea{
    height: 100% !important;
    background: transparent;
    border: none;
    outline: medium;
    padding: calc(10px + 0.5rem);
}
.two_contact_message .form-group .col-md-10{
    height: 100% !important;

}
.two_contact_message .form-group input{
    width: 100% !important;
    height: 100% !important;
    border: none;
    background: transparent;
    outline: medium;
    padding: 0 calc(10px + 0.5rem);

}
.two_contact_message .btn{
    width: calc(100px + 5rem);
height: calc(6px + 3rem);
background: #A22124;
border-radius: calc(7px + 10rem);
margin-top: calc(18px + 2rem);
}
.two_contact_message .btn a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(5px + 2rem);
font-family: Source_Han_Light;
font-weight: 600;
font-size: calc(8px + 0.5rem);
color: #FFFFFF;

}
.two_contact_message .btn a img{
    width: calc(8px + 0.5rem);
}

.two_conatct_right{
    width: 45.4878%;
    display: flex;
    justify-content: space-between;
}
.two_conatct_right_text .p1{
    font-family: Source_Han_Regular;
    font-weight: 400;
    font-size: calc(6px + 1.5rem);
    color: #333333;
    line-height: calc(12px + 2rem);
}
.two_conatct_right_text .p2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(4px + 1rem);
    margin-top: calc(6px + 2rem);
}
.two_conatct_right_text .p2 p{
font-family: Source_Han_normal;
font-weight: 350;
font-size: calc(8px + 0.5rem);
color: #333333;
line-height: calc(3px + 1rem);
}
.two_conatct_right_code{
    width: calc(100px + 5rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: calc(5px + 0.25rem);
}
.two_conatct_right_code img{
    width: 100%;
    height: calc(100px + 5rem);
}
.two_conatct_right_code p{
    width: calc(16px + 4rem);
font-family: Source_Han_normal;
font-weight: 350;
font-size: calc(6px + 0.5rem);
color: #333333;
line-height: calc(3px + 1rem);
text-align: center;
}

.map_box{
    width: 100%;
    height: calc(150px + 20rem);
}

@media (max-width: 1100px){
    .two_contact_box .two_contact{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .two_contact_left{
        width: 100%;
    }
    .two_contact_left .p1{
        font-size: calc(14px + 1rem);
    }
    .two_contact_message .form-group {
       
        height: calc(24px + 3rem);
       
    }
    .two_contact_message .btn {
        
        height: calc(20px + 3rem);

    }
    .two_contact_message .btn a{
        font-size: calc(10px + 1rem);
    }
    .two_contact_message .btn a img {
        width: calc(13px + 0.5rem);
    }
    .two_conatct_right{
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .two_conatct_right_text .p1{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .two_conatct_right_text .p2 p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .two_conatct_right_code{
        width: calc(113px + 5rem);
    }
    .two_conatct_right_code p{
        width: 100%;
        font-size: calc(10px + 1rem);
    }
}