.naverAddress {
    text-decoration: none;
    color: #94a3b8;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding: 8px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #D1D5DB;
    background: white;
    margin-left:10px;

    span {
        color:red;
        font-size: 12px;
    }
}
.view-job--header .heading__section {
    font-weight: normal;
    padding-bottom: 10px;
    font-size:20px;
}
.view-job--info__item .key {
    font-size: 17px;
    font-weight: 400;
    line-height:20px;
}
.view-job--info__item .value {
    font-size: 17px;
    font-weight: 400;
    line-height:20px;
}
.view-job--info__item .key {
    width: auto;
}
.view-job--company_item .key {
    font-size: 17px;
    font-weight: 400;
    line-height:20px;
}

.view-job--company_item {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: #111827;
}
.view-job--company_item .value {
    font-size: 17px;
    font-weight: 400;
    line-height:20px;
    color: #111827;
}
.view-job--company_item+.view-job--company_item {
    margin-top: 15px;
}
.view-job__wrapper .view-job__intro .view-job__intro-item .key {
    font-size: 17px;
    font-weight: 400;
    line-height:20px;
}
.view-job__wrapper .view-job__intro .view-job__intro-item .value {
    font-size: 17px;
    font-weight: 400;
    line-height:20px;
}
.view-job__wrapper .view-job__intro .view-job__intro-item {
    margin-bottom: 10px;
}
