.banner-area {
    height: 720rem;
    background-image: url('../img/about/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.banner-area .banner-content {
    padding-top: 106rem;
}

.banner-area .banner-content .title-before {
    width: 95rem;
    height: 52rem;
    display: block;
    font-weight: bold;
}

.banner-area .banner-content .banner-title {
    padding-top: 16rem;
    font-size: 64rem;
    line-height: 92rem;
    color: #FFFFFF;
}

.banner-area .banner-content .banner-subtitle {
    padding-top: 16rem;
    font-size: 20rem;
    line-height: 28rem;
    color: rgba(255, 255, 255, 0.8);
}

.banner-area .banner-content .banner-text {
    width: 534rem;
    padding-top: 16rem;
    font-size: 16rem;
    line-height: 32rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: justify;
}

@media (max-width: 767px) {
    .banner-area {
        height: 640rem;
        background-image: url('../img/about/m_banner.png');
    }

    .banner-area .banner-content {
        padding-top: 64rem;
        padding-left: 24rem;
    }

    .banner-area .banner-content .title-before {
        width: 95rem;
        height: 52rem;
        display: block;
    }

    .banner-area .banner-content .banner-title {
        font-size: 40rem;
        line-height: 58rem;
    }

    .banner-area .banner-content .banner-subtitle {
        padding-top: 16rem;
        font-size: 24rem;
        line-height: 34rem;
    }

    .banner-area .banner-content .banner-text {
        width: 480rem;
        padding-top: 16rem;
        font-size: 20rem;
        line-height: 40rem;
        color: rgba(255, 255, 255, 0.6);
    }
}

.title-cell {
    padding-top: 56rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8rem;
}

.title-cell img {
    width: 96rem;
    height: 52rem;
    display: block;
}

.title-cell .title {
    font-size: 56rem;
    line-height: 78rem;
    font-weight: 600;
    color: #000;
}

@media (max-width: 767px) {
    .title-cell .title {
        font-size: 36rem;
        line-height: 50rem;
    }
}

.culture-cell {
    padding: 32rem 0 56rem;
    display: flex;
    justify-content: space-between;
}

.culture-cell .culture-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16rem;
}

.culture-cell .culture-item img {
    width: 456rem;
    height: 161rem;
    display: block;
}

.culture-cell .culture-item p {
    font-size: 24rem;
    line-height: 24rem;
    color: #000000;
}


@media (max-width: 767px) {
    .culture-cell {
        padding: 32rem 24rem 56rem;
        display: flex;
        justify-content: space-between;
    }

    .culture-cell .culture-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16rem;
    }

    .culture-cell .culture-item img {
        width: 224rem;
        height: 161rem;
        display: block;
    }

    .culture-cell .culture-item p {
        font-size: 24rem;
        line-height: 24rem;
        color: #000000;
        font-weight: 400;
    }
}

.news-cell {
    padding-top: 32rem;
    display: flex;
    justify-content: space-between;
}

.news-cell .left {
    width: 928rem;
    box-sizing: border-box;
    padding: 24rem;
    display: flex;
    gap: 16rem;
    background: #F2F2F2;
}

.news-cell .left .new-content-img {
    width: 460rem;
    height: 346rem;
    display: block;
}

.news-cell .left .new-content-cell {
    flex: 1;
}

.news-cell .left .new-content-cell .tag-cell {
    display: flex;
    align-items: flex-end;
    gap: 4rem;
}

.news-cell .left .new-content-cell .tag-cell img {
    width: 32rem;
    height: 32rem;
    display: block;
}

.news-cell .left .new-content-cell .tag-cell span {
    height: 20rem;
    padding: 0 8rem;
    background: rgba(237, 91, 87, 0.1);
    font-size: 14rem;
    line-height: 20rem;
    color: #ED5B57;
    font-weight: 600;
}

.news-cell .left .new-content-cell .new-content-title {
    padding-top: 16rem;
    font-size: 24rem;
    line-height: 34rem;
    color: #000;
    display: block;
}

.news-cell .left .new-content-cell .new-content-title:hover {
    color: #1840C1;
}

.news-cell .left .new-content-cell .new-content-time {
    padding-top: 16rem;
    font-size: 14rem;
    line-height: 20rem;
    color: rgba(0, 0, 0, 0.4);
}

.news-cell .left .new-content-cell .new-content-text {
    padding-top: 16rem;
    font-size: 16rem;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
}

.news-cell .right {
    width: 456rem;
    box-sizing: border-box;
    padding: 16rem 24rem;
    background: #F2F2F2;
}

.news-cell .right .new-item {
    border-top: 1rem solid rgba(0, 0, 0, 0.05);
    padding: 8rem 0;
}

.news-cell .right .new-item:first-child {
    border-top: none;
}

.news-cell .right .new-item .new-title {
    font-size: 18rem;
    line-height: 24rem;
    color: #000;
}

.news-cell .right .new-item .new-title:hover {
    color: #1840C1;
}

.news-cell .right .new-item .time {
    padding-top: 8rem;
    font-size: 14rem;
    line-height: 20rem;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400;
}

@media (max-width: 767px) {
    .news-cell {
        padding: 32rem 24rem 0;
        display: flex;
        flex-direction: column;
        justify-content: unset;
        gap: 16rem;
    }

    .news-cell .left {
        width: 100%;
        box-sizing: border-box;
        padding: 24rem;
        display: flex;
        flex-direction: column;
        gap: 16rem;
        background: #F2F2F2;
    }

    .news-cell .left .new-content-img {
        width: 100%;
        height: auto;
        display: block;
    }

    .news-cell .left .new-content-cell {
        flex: 1;
    }

    .news-cell .left .new-content-cell .tag-cell {
        display: flex;
        align-items: flex-end;
        gap: 4rem;
    }

    .news-cell .left .new-content-cell .tag-cell img {
        width: 32rem;
        height: 32rem;
        display: block;
    }

    .news-cell .left .new-content-cell .tag-cell span {
        height: 20rem;
        padding: 0 8rem;
        background: rgba(237, 91, 87, 0.1);
        font-size: 14rem;
        line-height: 20rem;
        color: #ED5B57;
        font-weight: 600;
    }

    .news-cell .left .new-content-cell .new-content-title {
        padding-top: 8rem;
        font-size: 24rem;
        line-height: 34rem;
        color: #000;
        display: block;
    }

    .news-cell .left .new-content-cell .new-content-title:hover {
        color: #1840C1;
    }

    .news-cell .left .new-content-cell .new-content-time {
        padding-top: 8rem;
        font-size: 14rem;
        line-height: 20rem;
        color: rgba(0, 0, 0, 0.4);
    }

    .news-cell .left .new-content-cell .new-content-text {
        padding-top: 8rem;
        font-size: 16rem;
        color: rgba(0, 0, 0, 0.6);
        font-weight: 400;
    }

    .news-cell .right {
        width: 100%;
        box-sizing: border-box;
        padding: 16rem 24rem;
        background: #F2F2F2;
    }

    .news-cell .right .new-item {
        border-top: 1rem solid rgba(0, 0, 0, 0.05);
        padding: 8rem 0;
    }

    .news-cell .right .new-item:first-child {
        border-top: none;
    }

    .news-cell .right .new-item .new-title {
        font-size: 20rem;
        line-height: 28rem;
        color: #000;
    }

    .news-cell .right .new-item .new-title:hover {
        color: #1840C1;
    }

    .news-cell .right .new-item .time {
        padding-top: 8rem;
        font-size: 14rem;
        line-height: 20rem;
        color: rgba(0, 0, 0, 0.4);
        font-weight: 400;
    }
}

.partner-cell {
    padding: 32rem 0 56rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10rem;
}

.partner-cell .logo-item {
    width: 128rem;
    height: 96rem;
}

.partner-cell .logo-item:nth-child(5) {
    margin-right: 30rem;
}

.partner-cell .logo-item:nth-child(15) {
    margin-right: 34rem;
}

.partner-cell .logo-item img {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 767px) {
    .partner-cell {
        padding: 32rem 24rem 56rem;
        display: flex;
        flex-wrap: wrap;
        gap: 12rem;
    }

    .partner-cell .logo-item {
        width: 96rem;
        height: 72rem;
    }

    .partner-cell .logo-item:nth-child(5) {
        margin-right: 0;
    }

    .partner-cell .logo-item:nth-child(15) {
        margin-right: 0;
    }

    .partner-cell .logo-item:nth-child(3) {
        margin-right: 64rem;
    }

    .partner-cell .logo-item:nth-child(9) {
        margin-right: 64rem;
    }

    .partner-cell .logo-item:nth-child(15) {
        margin-right: 64rem;
    }

    .partner-cell .logo-item img {
        width: 100%;
        height: 100%;
        display: block;
    }
}

.contact-cell {
    padding: 32rem 0 56rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-cell .contact-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contact-cell .contact-item {
    width: 440rem;
    height: 305rem;
    display: block;
}

.contact-cell .contact-item img {
    width: 100%;
    height: 100%;
    display: block;
}

.contact-cell .contact-tip-text {
    padding-top: 56rem;
    font-size: 24rem;
    line-height: 34rem;
    color: #000;
    font-weight: 400;
}

.contact-cell .contact-tip-img {
    margin-top: 24rem;
    width: 16rem;
    height: 68rem;
    display: block;
}

@media (max-width: 767px) {

    .contact-cell {
        padding: 32rem 24rem 56rem;
    }

    .contact-cell .contact-item {
        width: 224rem;
        height: 161rem;
    }
}