@charset "utf-8";

br.pc{
    display: none;
}
.banner-section {
    background-image: url(../image/recruit/recruit-banner.png) !important;
}
#nav-bar-cont .nav-recruit a {
    /* CSS styles for the second <li> element */
    font-weight: 700 !important;
}
#nav-bar-cont .nav-recruit a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        #16bffd 0%,
        #ef32d9 99.99%,
        #ff78d8 100%
    );
    margin-right: 2px;
    vertical-align: top;
}
.cards-container {
    display: flex;
    overflow-x: scroll !important;
    scroll-snap-type: x mandatory;
    /* white-space: nowrap;
    */
    margin-left: 0.5rem;
    gap: 0.5rem;
}
.cards-container::-webkit-scrollbar {
    width: 6px;
    /* Adjust the width as needed */
}
.cards-container::-webkit-scrollbar-track {
    background-color: transparent;
    /* Set the track color to transparent */
}
.cards-container::-webkit-scrollbar-thumb {
    background-color: transparent;
    /* Set the thumb color to transparent */
}
.card {
    flex: 0 0 auto;
    width: 300px;
    background-color: #fff !important;
    scroll-snap-align: start;
    padding: 1rem !important;
    border: none !important;
}
.scrubbing-bar {
    position: relative;
    height: 4px;
    margin: 1.5rem 1rem;
}
.background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #abb3bf;
    opacity: 0.3;
    z-index: -1;
}
.touch-zone {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    /* 15% for desktop */
    height: 100%;
    cursor: pointer;
    background-color: #00a1e9;
    transition: left 0.3s ease;
    /* Add transition for smooth movement */
}
#section2 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 7rem;
}
#section2 h3 {
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #030852;
}
.header-section {
    padding-bottom: 0.5rem !important;
}
.header-section h2 {
    padding-top: 0 !important;
    text-align: center;
}
.banner-header-bg {
    top: 240px !important;
}
.banner-header {
    padding-right: 5rem !important;
}
.card-header {
    display: flex;
    justify-content: space-between;
    border-bottom: none !important;
    background-color: #fff !important;
    padding: 1.25rem 0 !important;
    align-items: center;
}
.card-header h4 {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0 !important;
}
.card-header h5 {
    color: #fff;
    background: linear-gradient(
        90deg,
        #16bffd 0%,
        #ef32d9 99.99%,
        #ff78d8 100%
    );
    border-radius: 32px;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0 !important;
    line-height: 0.85 !important;
    height: 21px !important;
}
.card p {
    color: #575f6b;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 0 !important;
}
.cards-container > div:last-child {
    /* Add your styles here */
    margin-right: 0.5rem;
}
.ceo-section {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.ceo-image {
    max-width: 100%;
    height: auto;
}
.ceo-text .header-section h2 {
    padding-top: 0 !important;
    text-align: left;
}
.ceo-text h3 {
    text-align: left !important;
}
.ceo-text h4 {
    color: #323843;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.ceo-text h5 {
    color: #323843;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.ceo-text p {
    color: #575f6b;
    margin-bottom: 0 !important;
    line-height: 2.0;
}
.ceo-text ul {
    padding-left: 1rem !important;
    color: #575f6b;
}
.ceo-text li {
    line-height: 1.75;
}
.ceo-sign {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    margin-right: 1rem;
}
.flow-section {
    padding: 2rem 1rem;
}
.flow-diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 288px;
    margin: 0 auto;
}
.flow-diagram-step {
    background-color: #eff5ff;
    border-radius: 16px;
    padding: 1.5rem 1.5rem;
    text-align: center;
}
.flow-diagram-step h4 {
    color: #171a22;
    font-weight: 700;
    margin-bottom: 1rem;
}
.flow-diagram-step p {
    color: #575f6b;
    margin-bottom: 0 !important;
}
#section3 {
    background-color: #fff;
    background-image: none;
}
#section3 .header-section h2 {
    padding-top: 0 !important;
    margin-bottom: 1.5rem !important;
}
#section3 h3 {
    margin-bottom: 1.5rem !important;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #030852;
}
#section3 p {
    color: #575f6b;
    text-align: center;
    margin-bottom: 2rem;
}
.flow-banner {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}
.flow-banner img {
    max-width: 100vw;
    height: auto;
}
.see-more-button {
    padding: 1rem 1.25rem 1rem 1.25rem;
    font-size: 0.9rem;
    margin: 0 auto !important;
}
.accordion-button {
    color: #424d5b !important;
}
.accordion-body {
    color: #424d5b !important;
}
#section4 .header-section h2 {
    text-align: left;
}
#section4 .header-section {
    margin-top: 2rem !important;
    padding-bottom: 4rem !important;
}
#section4 {
    background-image: url(../image/recruit/recruit-accordion-bg.png);
    padding-bottom: 3rem;
}
#recruit-scroll-top h3 {
    margin: 2rem 0;
    color: #00a1e9;
    font-weight: 700;
    font-size: 1.25rem;
}
#recruit-scroll-top {
    text-decoration: none !important;
}
.ceo-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 8px;
    padding: 1.25rem 1.25rem;
}
.ceo-button h4 {
    color: #171a22;
    font-weight: 700;
    margin-bottom: 0 !important;
}
.ceo-button-row {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.ceo-message {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
#section6 h2 {
    text-align: left;
}
#salary-sim {
    margin: 2rem 1rem;
}
#salary-sim h2 {
    font-weight: 700;
    color: #171a22;
    font-size: 1.75rem;
}

@media screen and (max-width: 768px) {
    .flow-diagram {
        width: 100%;
    }
    .flow-diagram-step {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .cards-container {
        gap: 1rem;
    }
    .ceo-section {
        flex-direction: row;
        gap: 2rem;
    }
    .flow-diagram {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .ceo-message {
        flex-direction: row;
        justify-content: center;
    }
    .ceo-button h4 {
        font-size: 1.15rem;
    }
    .ceo-button-row {
        flex: 3.3;
    }
    .ceo-section {
        padding-right: 3rem;
        padding-left: 3rem;
        padding-top: 12rem;
    }
    .scrubbing-bar {
        margin-right: 3rem;
        margin-left: 3rem;
    }
    #salary-sim {
        margin-right: 3rem;
        margin-left: 3rem;
    }
    .flow-section {
        padding-right: 3rem;
        padding-left: 3rem;
        padding-top: 4rem;
    }
    .flow-diagram {
        width: 100%;
    }
    .flow-diagram-step {
        width: 280px;
    }

    .button-link .see-more-button{
        margin: 0 auto !important;
    }
}

@media screen and (min-width: 992px) {
    .header-section {
        margin-left: 0;
    }
    #salary-sim {
        margin-right: 6rem;
        margin-left: 6rem;
        margin-top: 3rem;
    }
    #section2 .header-section {
        margin-left: 0 !important;
    }
    .ceo-section {
        padding-right: 6rem;
        padding-left: 6rem;
        gap: 3rem;
    }
    #section2 h3 {
        display: none;
    }
    #section2 .header-section h2 {
        margin-bottom: 3rem;
    }
    #section3 h3 {
        display: none;
    }
    .flow-diagram-step h4 {
        margin-bottom: 2rem;
    }
    .flow-diagram-step {
        width: 180px;
        height: 210px;
    }
    #section2 {
        padding-bottom: 3rem;
    }
    .flow-banner {
        margin-top: 8rem;
    }
    .entry-section {
        display: flex;
        align-items: flex-start;
        gap: 3rem;
    }
    .entry-section > :nth-child(1) {
        flex: 3;
    }
    .entry-section > :nth-child(2) {
        flex: 7;
    }
    #section4 .header-section {
        margin: 0 !important;
    }
    #section4 {
        margin-top: 12rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .see-more-button {
        margin-left: 0 !important;
    }
    #recruit-scroll-top h3 {
        margin-top: 4rem;
    }
    .scrubbing-bar {
        margin-right: 6rem;
        margin-left: 6rem;
    }
    #section4 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .flow-section {
        padding-top: 3rem;
    }
    .banner-header {
        padding-right: 10rem !important;
    }
}
@media screen and (min-width: 1400px) {
    #salary-sim {
        margin-right: 7rem;
        margin-left: 7rem;
    }
    #section3 p {
        margin-bottom: 3rem;
    }
    .scrubbing-bar {
        margin-right: 7rem;
        margin-left: 7rem;
    }
    .ceo-section {
        padding-right: 7rem;
        padding-left: 7rem;
        gap: 5rem;
    }
    #section4 {
        padding-left: 7rem;
        padding-right: 7rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .flow-diagram-step {
        width: 270px;
        height: 190px;
    }
    .flow-section {
        padding-top: 6rem;
        padding-bottom: 3rem;
    }
    .cards-container {
        gap: 1.5rem;
    }
    .ceo-sign {
        justify-content: flex-start;
        gap: 9rem;
    }
    .see-more-button {
        padding: 1rem 1.75rem 1rem 1.75rem !important;
    }
}
