/** Company detail */
.company-detail-contents-menu-item {
    background-color: #fff;
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    line-height: 17.38px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 6px;
    border: 1px solid #dedede;
    border-radius: 4px 4px 0 0;
}
.company-detail-contents-menu-item.active {
    background: #00243A;
    color: #fff;
    border-color: #00243A;
}
.company-detail-application-requirements-filter-select {
    position: relative;
    width: 257px;
    height: 40px;
    background: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #000;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.company-detail-application-requirements-filter-employment::after,
.company-detail-application-requirements-filter-area::after {
    content: '';
    background-color: #CC0000;
    -webkit-mask: url(/assets/atoms-icon/expand_more_black.svg) no-repeat center;
    mask: url(/assets/atoms-icon/expand_more_black.svg) no-repeat center;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 6px;
}
.company-detail-intro-profile table tr:nth-child(odd) {
    background: #f5f5f5;
}
.company-detail-intro-profile table th {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #00243B;
    padding: 10px 4px 10px 18px;
    width: 88px;
}
.company-detail-intro-profile table td {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #333333;
    padding: 10px 18px 10px 4px;
    width: calc(100% - 88px);
}

#company_detail_application_requirements {
    position: relative;
}

#company_detail_application_requirements > .loading-container {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    justify-content: center;
    align-items: center;
    background-color: rgba(205, 205,205, .4);
}

#company_detail_application_requirements.is-loading > .loading-container {
    display: flex;
}
.company-detail-flow-bl i {
    background: #fff url('/assets/icon/detail-read-more-icon.svg') no-repeat center/14.28px;
}
.company-detail-photo-gallery .slick-dots li {
    margin: 0;
}
.slick-dots li button:before {
    font-size: 8px;
    color: #ccc;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}
.company-the-content h1 {
    border-left: 4px solid #830000;
    padding-left: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #830000;
    margin-bottom: 6px;
}
.company-the-content h2 {
    border-left: 4px solid #830000;
    padding-left: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #830000;
    margin-bottom: 6px;
}
.company-the-content h3 {
    border-bottom: 1px solid #830000;
    padding-bottom: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #830000;
}
.company-the-content h4 {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #830000;
}
.company-the-content p {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}