.banner_main {
    width: 100%;
    height: 100%;
    padding:113px 0 !important;
    text-align: center;
    box-sizing: border-box;
}
.banner_box_bg{
    background: url('../img/contact_bg.png') no-repeat;
    background-size: cover;
}
.banner_main_des{
    font-family: Gotham;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    word-spacing: 5px;
    letter-spacing:2px;
}

.contact_content{
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.contact_main{
    display: flex;
    justify-content: space-between;
    align-self: start;
    gap: 2rem;
    flex-wrap: wrap;
}
.contact_info{
    width: 57%;
    background: #F6F6F6;
    border-radius: 40px 40px 40px 40px;
    padding: 50px 72px 47px 72px;
    box-sizing: border-box;
}
.contact_detail {
    width: calc(100% - 57% - 2rem);
    height: auto;
}
.contacr_map_img {
    width: 100%;
    height: auto;
    max-height: 400px;
}
.contact_detail_item{
    margin-top: 27px;
    gap: 0 12px;
    align-items: flex-start;
}
.contact_detail_label {
    font-family: Gotham;
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    width: 150px;
}
.contact_detail_value {
    font-family: Gotham;
    font-weight: 400;
    font-size: 20px;
    color: #FF7000;
    flex: 1;
}
.contact_detail_value div {
    font-family: Gotham;
    font-weight: 400;
    font-size: 20px;
    color: #FF7000;
}
.contact_info_title{
    font-family: Gotham;
    font-weight: bold;
    font-size: 29px;
    color: #000000;
    line-height: 41px;
}
.contact_info_text {
    font-family: Gotham;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    margin-bottom: 40px;
}
.contact_info_des {
    font-family: Gotham;
    font-weight: 400;
    font-size: 10px;
    color: #999999;
}
.contact_info_btn {
    display: flex;
    gap: 0 17px;
    width: 216px;
    height: 60px;
    line-height: 60px;
    background: #FF7000;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin: 40px 0 30px 0;
}
.contact_info_btn div {
    font-family: Gotham;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}
.contact_info_btn img {
    width: 27.25px;
    height: 20px;
}
.contact_info_input {
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.c_input_main {
    width: calc((100% - 2rem) / 2);
    height: 60px;
}
.c_input {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    border: none;
    padding: 0 30px;
    box-sizing: border-box;
    font-family: Gotham, Gotham;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}
.remark {
    width: 100%;
    height: 120px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    border: none;
    padding: 30px;
    box-sizing: border-box;
    font-family: Gotham, Gotham;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}
.error_text{
    font-family: Gotham;
    font-weight: 400;
    font-size: 12px;
    color: red;
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 5px;
    display: none;
}
.error_text_valid {
    font-family: Gotham;
    font-weight: 400;
    font-size: 12px;
    color: red;
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 5px;
    display: none;
}

.message_main {
    width: 300px;
    min-height: 40px;
    max-height: 200px;
    background: #FFFFFF;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08),0 3px 6px -4px rgba(0, 0, 0, 0.12),0 9px 28px 8px rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 9px 12px;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 16px;
    color: #000;
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-15%);
    overflow-y: auto;
    word-wrap: break-word;
    text-align: center;
    animation-duration:.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}
.modal_main{
    display: none;
    min-width: 30%;
    width: auto;
    min-height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08),0 3px 6px -4px rgba(0, 0, 0, 0.12),0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.modal_main_title {
    font-size: 24px;
    font-weight: bold;
}
.modal_main_content {
    margin: 30px 0;
    font-size: 16px;
    color: #000;
    text-align: center;

}
.modal_main_btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding :0 20px;
     font-family: Gotham;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    background: #FF7000;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    margin: auto;
}

.loadding_main {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
}
.loadding_content{
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.loadding_content img {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
    animation: spin-stretch 3s linear infinite;
}
.loadding_content div {
    font-size: 24px;
    color: #FF7000;
}

@keyframes spin-stretch {
    0% {
        transform: rotate(0deg);  
    }
    100% {
        transform: rotate(720deg);   
    }
}