.contact_main_box {
    width: 100%;
    padding: calc(30px + 5rem) 0;
}

.contact_main {
    max-width: 1360px;
    width: 85%;
    margin: auto;
}

.contact_list_box {
    display: flex;
    justify-content: space-between;
    margin-top: calc(10px + 3rem);
}

.contact_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(2px + 0.5rem);
    width: 31.6176%;
    background: #FFFFFF;
    box-shadow: 0px 0px calc(3px + 0.25rem) calc(0px + 0.1rem) rgba(0, 0, 0, 0.05);
    padding-left: calc(12px + 2rem);
    padding-top: calc(9px + 1.5rem);
    padding-bottom: calc(3px + 1.5rem);
}

.contact_list:nth-of-type(1) img {
    width: calc(5px + 1rem);
    margin-top: calc(0px + 0.2rem);
}

.contact_list:nth-of-type(2) img {
    width: calc(10px + 1rem);
    margin-top: calc(0px + 0.3rem);
}

.contact_list:nth-of-type(3) img {
    width: calc(4px + 1rem);
    margin-top: calc(0px + 0.15rem);
}

.contact_list div p:nth-of-type(1) {
    font-family: albb_reqular;
    font-size: calc(4px + 1rem);
    color: #333333;
    line-height: calc(3px + 1.5rem);
    text-align: justify;
    font-style: normal;
}

.contact_list div p:nth-of-type(2) {
    font-family: PINGFANG-REGULAR;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #777777;
    line-height: calc(5px + 1rem);
    text-align: justify;
    font-style: normal;
    margin-top: calc(6px + 0.5rem);
}

.message_box {
    width: 100%;
    background: url(../images/message.bg.png) no-repeat;
    background-size: cover;
    padding: calc(20px + 3rem) 0;
}

.message_input_box {
    max-width: 1360px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(2px + 2rem);
    margin-top: calc(20px + 2rem);
}

.message_input {
    width: 48.8971%;
}

.message_input:nth-of-type(3) {
    width: calc(100%);

}

.message_input:nth-of-type(3) .input_box {
    width: calc(100%);
    height: calc(28px + 10rem);
}

.message_input .p1 {
    font-family: albb_reqular;
    font-size: calc(4px + 1rem);
    color: #333333;
    font-style: normal;
    margin-bottom: calc(8px + 0.5rem);
}

.input_box {
    width: 100%;
    height: calc(2px + 3rem);
    background: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 calc(2px + 1rem);

}

.input_box p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(0px + 0.15rem);
    font-family: PINGFANG-REGULAR;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #777777;
    line-height: calc(2px + 1rem);
    font-style: normal;
}

.input_box p img {
    width: calc(3px + 0.25rem);
}

.input_box input {
    flex: 1;
    border: none;
    outline: medium;
    background: none;
}

.input_box textarea {
    flex: 1;
    border: none;
    outline: medium;
    background: none;
}

.message_input:nth-of-type(3) .input_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: calc(8px + 0.5rem) calc(2px + 1rem);
}

.submit {
    width: calc(32px + 5rem);
    line-height: calc(5px + 2rem);
    background: #333333;
    border: none;
    font-family: PINGFANG-REGULAR;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: calc(4px + 2rem);
}