#aboutus-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    background: #F5F5F5;
}

#aboutus-layout > img {
    width: 100%;
}

.aboutus-title {
    padding-top: 144px;
    font-size: 95px;
    text-align: center;
    font-weight: 700;
    color: #1f1f1f;
}

.aboutus-title > p:nth-of-type(1) {
    color: #FDD000;
}

.aboutus-info {
    display: flex;
    flex-direction: column;
    width: 910px;
    margin: 0 auto;
    padding: 144px 0px;
    gap: 40px;
}

.emptyBox {
    width: 100%;
    border-bottom: 2px solid #c5c5c5; 
}

.aboutus-info-title {
    color: #0e0e0e;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
}

.info-title {
    color: #0e0e0e;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
}

.info-content {
    color: #3A3A3A;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.info-subTitle {
    color: #0E0E0E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
}

.career-box {
    max-width: 290px;
}

.career-box > .info-content {
    margin-bottom: 10px;
}

.career-box > .info-content:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.bigEmptyBox {
    width: 100%;
    border-bottom: 2px solid #c5c5c5;
}

.aboutus-lastTitle {
    padding: 144px 0px;
    font-size: 95px;
    text-align: center;
    font-weight: 700;
    color: #1f1f1f;
}

.aboutus-lastTitle > p > span {
    color: #FDD000;
}

@media (max-width: 910px) { 
    .aboutus-title {
        padding: 30px 20px;
        font-size: 48px;
    }

    .aboutus-info-title {
        font-size: 28px;
        line-height: 34px;
    }

    .info-title {
        font-size: 28px;
    }

    .aboutus-info {
        width: calc(100% - 40px);
        padding: 20px;
        gap: 20px;
    }

    .info-content {
        font-size: 16px;
    }

    .aboutus-lastTitle {
        padding: 50px 20px;
        font-size: 48px;
    }
}

@media (max-width: 500px) {
    
    .career-box > .info-content { 
        margin-bottom: 5px;
    }
    .aboutus-title {
        font-size: 32px;
        padding-bottom: 0px;
    }

    .aboutus-info-title {
        font-size: 24px;
    }

    .info-title {
        line-height: 24px;
        margin-bottom: 15px;
    }
    
    .info-subTitle {
        margin-bottom: 8px;
    }
    
    .info-content {
        font-size: 14px;
    }

    .aboutus-lastTitle {
        padding: 35px 20px;
        font-size: 32px;
    }
}