html {
    scroll-behavior: auto;
}

/* header, footer 만 html 을 별도로 가져가서 pc header 를 감싸는 영역에 sticky 적용 */
.pc-page-career-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
}

.career-page .Top_wrap {
    min-width: 1400px;
    height: 220px;
    background: url("../../img/pc/bg-recruit.svg");
    background-size: cover;
    padding-top: 40px;
}

.career-page .Top_wrap .Top {
    width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.career-page .Top_wrap .Top .main_txt {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.56px;
    line-height: 1.4
}

.career-page .Top_wrap .Top .right_side {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column
}

.career-page .Top_wrap .Top .right_side .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.career-page .Top_wrap .Top .right_side .btn_wrap .download_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px 9px;
    border: 1px solid #1d2b59;
    border-radius: 4px;
    background-color: #fff;
    color: #1d2b59;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -.3px
}

.career-page .Top_wrap .Top .right_side .btn_wrap .download_btn img {
    width: 14px;
    margin-left: 6px;
    margin-top: -2px;
}

.career-page .Top_wrap .Top .right_side .btn_wrap .apply_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px 9px;
    border: 1px solid #1d2b59;
    border-radius: 4px;
    background-color: #1d2b59;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -.3px;
    margin-left: 12px
}

.career-page .Top_wrap .Top .right_side .sub_txt {
    font-size: 14px;
    letter-spacing: -.28px;
    color: #777;
    margin-top: 15px
}

.career-page .Top_wrap .Top .right_side .sub_txt span {
    color: #1d2b59;
    margin: 0 3px;
    text-decoration: underline
}

.career-page .Category {
    position: relative;
    bottom: 60px;
    width: 1400px;
    height: 120px;
    margin: 0 auto;
    padding: 0 60px;
}

.career-page .Category_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 16px;
    
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.1)
}

.career-page .Category .Item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 92px;
    text-align: center;
    flex-direction: column;
    margin: 0 30px;
    border-radius: 4px;
    cursor: pointer
}

.career-page .Category .Item p {
    font-size: 15px;
    font-weight: 500;
    color: #2a1b3d;
    letter-spacing: -.3px;
    line-height: 1.5;
    margin-top: 11px
}

.career-page .Category .Item.Active {
    border: 1px solid #1d2b59
}

/* 채용 리스트 */
.RecruitList {
    margin-bottom: 70px
}

.RecruitList__inner {
    width: 1400px;
    padding: 0 60px;
    margin: 0 auto;
}

.RecruitList .BoxWrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.RecruitList .BoxWrap .Box {
    display: flex;
    flex: 0 0 33.3333%;
    min-height: 580px;
    
}

.RecruitList .BoxWrap .Box .Box__inner {
    flex: 1;
    padding: 24px 30px;
    border: 1px solid #e5e4ea;
    background-color: #fff;
    border-radius: 8px;
    display: inline-table;
    margin: 0 12px 22px;
}

.RecruitList .BoxWrap .Box .Heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px
}

.RecruitList .BoxWrap .Box .Heading .category {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.RecruitList .BoxWrap .Box .Heading .category .Team {
    background: #1d2b59;
    border-radius: 4px;
    color: #fff;
    line-height: 1.5;
    margin-right: 10px
}

.RecruitList .BoxWrap .Box .Heading .category .Team,.RecruitList .BoxWrap .Box .Heading .category span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 500
}

.RecruitList .BoxWrap .Box .Heading .category span {
    border: 1px solid #1d2b59;
    border-radius: 4px;
    color: #1d2b59
}

.RecruitList .BoxWrap .Box .Heading .date {
    font-size: 15px;
    font-weight: 700;
    color: #1e326b;
    letter-spacing: -.3px;
    line-height: 1.6
}

.RecruitList .BoxWrap .Box .DetailBtn {
    margin-left: 70px;
    color: #979797;
    font-size: 16px;
    cursor: pointer;
    float: right;
    position: relative;
    bottom: 23px;
    left: 3px
}

.RecruitList .BoxWrap .Box .DetailBtn img {
    margin: 2px 0 0 3px
}

.RecruitList .BoxWrap .Box .Contents h1 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -.4px;
    width: 100%;
    margin-bottom: 16px
}

.RecruitList .BoxWrap .Box .Contents p {
    color: #1d2b59;
    line-height: 1.6;
    font-size: 15px;
    letter-spacing: -.3px;
    font-weight: 700
}

.RecruitList .BoxWrap .Box .Contents p.special {
    border-top: 1px solid #ddd;
    padding-top: 24px
}

.RecruitList .BoxWrap .Box .Contents ul {
    margin-left: 2px
}

.RecruitList .BoxWrap .Box .Contents ul li {
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    padding-left: 16px;
    word-break: keep-all;
}

.RecruitList .BoxWrap .Box .Contents ul li::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #000;
}

.RecruitList .BoxWrap .Box .Contents ul li:last-child {
    margin-bottom: 24px
}

/* 모바일 스타일 */
@media screen and (max-width: 767px) {
    .career-page {
        padding-top: 48px;
    }

    /* 상단단 */
    .career-page .Top_wrap {
        min-width: auto;
        height: auto;
        padding: 36px 16px;
    }

    .career-page .Top_wrap .Top {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .career-page .Top_wrap .Top .main_txt {
        text-align: center;
    }

    .career-page .Top_wrap .Top .right_side {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    /* 카테고리 */
    .career-page .Category {
        position: static;
        bottom: auto;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .career-page .Category_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .career-page .Category .Item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33.3333%;
        height: 92px;
        text-align: center;
        flex-direction: column;
        margin: 0;
        border-radius: 4px;
    }

    /* 카드 영역 */
    .RecruitList {
        overflow: hidden;
        margin: 0;
        padding: 40px 0 18px;
    }

    .RecruitList__inner {
        width: auto;
        padding: 0;
        margin: 0;
        margin: 0 -12px;
    }

    .RecruitList .BoxWrap {
        display: flex;
        margin: 0;
        padding: 0 20px;
    }

    .RecruitList .BoxWrap .Box {
        display: flex;
        flex-direction: column;
        flex: 0 0 50%;
        width: auto;
        min-height: auto; 
    }

    .RecruitList .BoxWrap .Box .Box__inner {
        flex: 1;
        padding: 24px 30px;
        border: 1px solid #e5e4ea;
        background-color: #fff;
        border-radius: 8px;
        display: inline-table;
        margin: 0 12px 22px;
    }
}

/* 카테고리 카드 스타일 (fold5 펼쳤을때 2개로 카드가 보이게) */
@media screen and (max-width: 689px) {
    .RecruitList .BoxWrap .Box {
        flex: 0 0 100%;
    }
}

/* 카테고리 버튼 스타일 */
@media screen and (max-width: 320px) {
    .career-page .Category .Item {
        width: 50%;
    }
}