@charset "utf-8";

/* 동적 gap 계산식 (1200px→50px, 1920px→120px) */
#container > .apply-section {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 120px;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* 채용 공고 메인 타이틀 */
#container > .apply-main-title {
    margin: 80px auto 0;
    width: var(--subpage-content-max-width);
    color: var(--text200, #222);
    font-size: 3.4375rem;
    font-weight: 700;
    line-height: 5rem;
}

/* 채용 공고 목록 Top 배너 */
#container .apply-list-top-banner {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 175px;
    background-color: #000;
}
#container .apply-list-top-banner img {
    width: auto;
    max-height: 175px;
}

#container > .apply-section::after {
    display: none;
}

/* 채용 공고 Filter 영역 */
#container > .apply-section > .header {
    position: relative;
    width: 280px;
}

/* 채용 공고 Filter - 공고 검색 input */
#container > .apply-section > .header .career-search {
    margin-top: 0;
}

/* 채용 공고 목록 영역 */
#container > .apply-section > .contents {
    width: 800px;
}

#container > .apply-section > .apply-main-title + .header.side-visible {
    margin-top: -60px;
}

/* "검색된 공고가 없습니다" 전용 스타일 */
.apply-list li.no-results-item {
    margin-top: 100px;
    text-align: center;
    border-bottom: none !important;
}

.apply-list li.no-results-item .panel {
    border-bottom: none !important;
}

.apply-list li.no-results-item .subject {
    text-align: center;
}