/* ===== RECRUIT PAGE SPECIFIC STYLES ===== */

/* Sub Header */
.sub-header {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.sub-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.sub-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.sub-title {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1.8px;
    margin-bottom: 8px;
    line-height: 43.2px;
}

.sub-subtitle {
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 15.6px;
}


/* Recruit Hero */
.recruit-hero {
    padding: 133px 0 50px;
    text-align: center;
}

.recruit-title {
    font-size: 72px;
    font-weight: bold;
    color: #52428b;
    letter-spacing: 3.6px;
    line-height: 72px;
    margin-bottom: 20px;
}

.recruit-subtitle {
    font-size: 32px;
    font-weight: bold;
    color: #52428b;
    letter-spacing: 1.6px;
    line-height: 57.6px;
    margin-bottom: 74px;
}

.recruit-description {
    max-width: 1110px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 40px;
    color: #333;
    letter-spacing: 0.75px;
}

.recruit-description p {
    margin: 0;
}

.recruit-image img {
    width: 100%;
    height: 830px;
    object-fit: cover;
}

/* Atmosphere Section */
.atmosphere {
    background-color: white;
    padding: 89px 0;
}

.atmosphere-content {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 112px;
}

.atmosphere .title-underline{
    margin: 0 auto;
}

.section-title {
    margin-bottom: 44px;
}

.section-title h3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}

.section-title.red h3 {
    color: #e03e4d;
}

.section-title.purple h3 {
    color: #52428b;
}

.section-title.black h3 {
    color: #333333;
}

.title-underline {
    width: 40px;
    height: 4px;
    margin: 0 auto;
}

.title-underline.red {
    background-color: #e03e4d;
}

.title-underline.purple {
    background-color: #52428b;
}

.title-underline.black {
    background-color: #333333;
}

.atmosphere-description {
    font-size: 15px;
    line-height: 40px;
    color: #333333;
    letter-spacing: 0.75px;
    margin-bottom: 88px;
    text-align: center;
}

.atmosphere-description p {
    margin: 0;
}

.atmosphere-images {
    margin-top: 123px;
    display: flex;
    gap: 10px;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.atmosphere-images .sbi_item {
    position: relative;
}

.atmosphere-images .sbi_item:nth-child(2n) {
    top: -55px;
}

/* Environment Section */
.environment {
    background-color: #f7f7f7;
    padding: 48px 0;
}

.environment-content {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 63px;
    padding: 0 0 0 112px;
}

.environment-text {
    max-width: 600px;
    width: 100%;
    flex: 1;
}

.environment-subtitle {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 88px;
}

.accordion-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.accordion-item {
    border-bottom: 2px solid #333333;
    padding-bottom: 16px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion-header:hover {
    opacity: 0.7;
}

.accordion-header h4 {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}

.accordion-icon {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    font-size: 15px;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding-top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding-top: 0;
    padding-bottom: 0;
}

.accordion-item.active .accordion-content {
    padding: 16px 0 0 0;
}

.accordion-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
    margin: 0;
}

.environment-image {
    height: 677px;
    width: 100%;
    flex: 2;
}

.environment-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

/* Job Opportunities Section */
.job-opportunities {
    background-color: #fedb28;
    padding: 105px 110px;
}

.job-content {
    max-width: 1220px;
    margin: 0 auto;
    text-align: center;
}

.job-description {
    font-size: 15px;
    line-height: 40px;
    color: #333333;
    letter-spacing: 0.75px;
    margin-bottom: 174px;
}

.job-description p {
    margin: 0;
}

.job-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 58px;
}

.job-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #333333;
    padding-bottom: 16px;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}

.job-item:hover{
 opacity: 0.5;
}

.job-icon {
    width: 28px;
    height: 28px;
}

.job-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: white;
    padding: 18px 56px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 1.4px;
    cursor: pointer;
    text-decoration: none;
}

.job-more-btn img {
    width: 12px;
    height: 16px;
}

/* Contact Section for Recruit Page */
.contact-section {
    background-color: #f7f7f7;
    padding: 48px 0;
    text-align: center;
}

.contact-section .contact-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 112px;
}

.contact-section .contact-description {
    font-size: 15px;
    line-height: 27px;
    color: #333333;
    letter-spacing: 0.75px;
    margin: 32px 0 56px;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #7633a4 0%, #250d65 100%);
    padding: 18px 56px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
}

.contact-btn img {
    width: 14px;
    height: 14px;
}

/* Mobile Styles for Recruit Page */
@media (max-width: 768px) {
    /* Sub Header Mobile */
    .sub-header {
        height: 180px;
    }
    
    .sub-title {
        font-size: 30px;
        letter-spacing: 1.5px;
        line-height: 36px;
    }
    
    .sub-subtitle {
        font-size: 13px;
        letter-spacing: 0.65px;
    }
    
    /* Recruit Hero Mobile */
    .recruit-hero {
        padding: 84px 15px 50px;
    }
    
    .recruit-title {
        font-size: 48px;
        letter-spacing: 2.4px;
        line-height: 57.6px;
        margin-bottom: 23px;
    }
    
    .recruit-subtitle {
        font-size: 18px;
        letter-spacing: 0.9px;
        line-height: 32.4px;
        margin-bottom: 80px;
    }
    
    .recruit-description {
        font-size: 15px;
        line-height: 25px;
        text-align: left;
        margin-bottom: 40px;
    }
    
    /* Recruit Image Mobile */
    .recruit-image img {
        height: 261px;
    }
    
    /* Atmosphere Section Mobile */
    .atmosphere {
        padding: 57px 0;
    }
    
    .atmosphere-content {
        padding: 0 15px;
    }
    
    .section-title h3 {
        font-size: 32px;
        letter-spacing: 0.23px;
    }
    
    .atmosphere-description {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 50px;
        text-align: left;
    }
    
    .atmosphere-images {
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .atmosphere-images .sbi_item:nth-child(2n) {
        top: 0;
    }

    
    /* Environment Section Mobile */
    .environment {
        padding: 57px 0;
    }
    
    .environment-content {
        flex-direction: column;
        padding: 0 15px;
        gap: 40px;
    }
    
    .environment-subtitle {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 56px;
    }
    
    .accordion-list {
        gap: 24px;
    }
    
    .accordion-item {
        border-bottom: 2px solid #333333;
        padding-bottom: 12px;
    }
    
    .accordion-header h4 {
        font-size: 15px;
    }
    
    .accordion-icon {
        width: 17px;
        height: 18px;
    }
    
    .accordion-content p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .accordion-item.active .accordion-content {
        max-height: 100%;
    }
    
    .environment-image {
        order: -1;
    }
    
    .environment-image img {
        width: 100%;
        height: 334px;
        object-fit: cover;
    }
    
    /* Job Opportunities Mobile */
    .job-opportunities {
        padding: 50px 15px;
    }
    
    .job-description {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 104px;
        text-align: center;
    }
    
    .job-list {
        gap: 24px;
        margin-bottom: 44px;
    }
    
    .job-item {
        border-bottom: 2px solid #333333;
        padding-bottom: 12px;
        font-size: 15px;
    }
    
    .job-icon {
        width: 14px;
        height: 14px;
    }
    
    .job-more-btn {
        width: 220px;
        font-size: 14px;
    }
    
    /* Contact Section Mobile */
    .contact-section {
        padding: 60px 0;
        background: rgba(240, 240, 240, 0.47);
    }
    
    .contact-section .contact-content {
        padding: 0 15px;
    }
    
    .contact-section .contact-description {
        font-size: 15px;
        line-height: 25.2px;
        margin: 32px 0 56px;
    }
    
    .contact-btn {
        width: 220px;
        padding: 18px 40px;
        font-size: 14px;
        background: #52428b;
    }
    
    .contact-btn span {
        white-space: nowrap;
    }
}
