.w1200 {
    width: 1400px;
}

.inquiry {
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
}

.inquiry-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.inquiry-box-title {
    margin-top: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: 600;
}

.inquiry-nav {
    margin-top: 50px;
    line-height: 50px;
    /* font-size: 15px; */
    color: #777;
}

.inquiry-input {
    display: flex;
    margin-top: 15px;
}

.inquiry-input-title {
    width: 100px;
    text-align: right;
    padding-right: 10px;
    line-height: 50px;
}

.textborder,
.areatext {
    padding: 8px 15px;
    color: #666;
    font-size: 14px;
    border: 1px solid #eee;
    box-sizing: border-box;
    background-color: #f1f1f1;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
}

.areatext {
    height: 118px;
    width: 100%;
    line-height: 20px;
    resize: none;
}

.textborder {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.textborder:focus {
    border-style: solid;
    border-color: #dfdfdf;
    /* box-shadow: 0 0 15px #03a9f4; */
}

.inquiry-btn {
    margin-left: 100px;
}

.inquiry-btn button {
    width: 150px;
    margin-top: 30px;
    margin-right: 20px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.inquiry-btn button:first-child {
    background-color: #2071C2;
    color: #fff;
}

.choice-nav-itemize-hear {
    margin-top: -50px !important;
}

.nav-itemize-box {
    margin-top: -2.6px !important;
}