.section_box {
    margin-right: 56px;
}
#mapid{
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 1;
    background: #FFF;
}
.leaflet-control-attribution{
    display: none;
}
.member_layer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.member_list{
    flex-wrap: wrap;
}
.member_box{
    padding: 48px 76px;
    background: #F4F4F6;
    border-bottom: 9px solid #F4F4F6;
    width: 25%;
}
.member_box{
    cursor: pointer;
}
.member_active{
    border-bottom: 9px solid #005DA4;
    background: #FFFFFF;
}
.member_box:hover{
    border-bottom: 9px solid #005DA4;
    background: #FFFFFF;
}
.member_name{
font-weight: 400;
font-size: 16px;
white-space: nowrap;
color: #000000;
}
.contact_mation{
    padding: 60px 0;
}
.member_text{
font-weight: 400;
font-size: 14px;
color: #666666;
margin-top: 20px;
white-space: nowrap;
}
.contact_left{
    gap: 260px;
}
.company_title{
font-weight: bold;
font-size: 18px;
color: #005DA4;
margin:0 0 30px 20px;
position:relative;
}
.company_title::after{
    position: absolute;
    top: 6px;
    left: -20px;
    content: "";
    width: 3px;
height: 16px;
background: #005DA4;
}
.company_row{
    margin-top: 20px;

}
.company_icon{
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company_infor{
    padding-left: 8px;
}
.company_img{
    width: 21px;
    height: 21px;
}
.company_text{
font-weight: 400;
font-size: 14px;
color: #333333;
}
.qrcode{
}
.qrcode_img{
    width: 100px;
    height: 100px;
}
.qrcode_text{
font-weight: 400;
font-size: 14px;
color: #333333;
margin-top: 15px;
}
.message_text{
font-weight: 400;
font-size: 30px;
color: #333333;
position: relative;
}
.message_text::after{
    position: absolute;
    top: 23px;
    right: 0;
    width: 88%;
    height: 1px;
    background: rgba(153,153,153,0.5);
    content: "";
}
.mation_form{
    margin: 50px 0 90px 0;
}
.form_row{
    margin-top: 25px;
}
.input_box{
    width: 32%;
    min-height: 52px;
    background: #F4F4F6;
    border-radius: 5px 5px 5px 5px;
    padding: 0 24px;
}
.form_title{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    position: relative;
}
.form_must::after{
    position: absolute;
    top: 0px;
    right: -10px;
    content: "*";
font-weight: 400;
font-size: 14px;
color: #DA2C2C;
}
.form_input{
    flex: 1;
    padding-left: 20px;
    height: 100%;
    font-size: 14px;
}
.input_textarea{
    height: 200px;
    width: 100%;
    background: #F4F4F6;
    border: none;
    outline: none;
}
.textarea_box{
    width: 100%;
    padding: 24px;
    font-size: 14px;
}
.form_button{
    width: 159px;
height: 52px;
background: #005DA4;
border-radius: 5px 5px 5px 5px;
font-weight: 400;
font-size: 14px;
color: #FFFFFF;
margin-top: 38px;
cursor: pointer;
}
.mark_icon{
    width: 22px;
    height: 22px;
}
.area_box{
    display: flex !important;
    align-items: center;
}
.area_text{
font-weight: 400;
/* font-size: 18px; */
color: #005DA4;
}
.country_text{
    color: #005DA4;
    text-align: center;
    font-size: 15px;
}
.leaflet-control-container{
    /* display: none; */
}