@charset "utf-8";
.contact-us {
    display: flex;
    justify-content: space-between;
}
.contact-us .contact-text {
    width: 32.92%;
    margin-right: 3.47%;
}
.contact-us .contact-text .contact-con {
    margin-top: 40px;
}
.contact-us .contact-map {
    width: 59.65%;
}

.message {
    margin-top: 80px;
}
.message-form {
    margin-top: 50px;
}
.message-form .form-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.message-form .form-row .mes-item{
    width: 24.3%;
    background-color: #f5f6f7;
    color: #999;
    padding: 15px 20px;
    font-size: 16px;
    display: flex;
    margin-bottom: 1%;
}
.message-form .form-row .mes-item.verify-item{
    position: relative;
}
.message-form .form-row .verify-item .verification {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 110px;
    background-color: #f5f6f7;
    cursor: pointer;
}
.message-form .form-row .mes-item.con-item{
    width: 100%;
}
.message-form .form-row .mes-item .input-item{
    width: 100%;
    flex: 1;
    margin-left: 8px;
    color: #666;
    border: none;
    background-color: transparent;
}
.message-form .form-row .mes-item .select-item{
    width: 100%;
    flex: 1;
    margin-left: 8px;
    color: #666;
    border: none;
    background-color: transparent;
}
.message-form .form-row .mes-item.verify-item .input-item{
    width: 45%;
    flex: inherit;
}
.message-form .form-btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.message-form .form-btn .btn-primary {
    width: 124px;
    height: 44px;
    border-radius: 22px 0 22px 0;
    background: transparent;
}
.message-form .form-btn .btn-primary:hover {
    background: #00aa94;
    color: #fff;
}
.message-form .form-btn .btn-primary+.btn-primary {
    margin-left: 30px;
}