@charset "utf-8";

.breadcrumbs {
    position: absolute;
    top: var(--header-height);
    left: 0;
    z-index: 2;
    width: 100%;
    padding: var(--app-fs-30) var(--app-fs-36);
    font-size: var(--app-fs-14);
    color: #fff;
}

.breadcrumbs span {
    display: inline-block;
    margin: 0 0.5em;
}

.breadcrumbs a:hover {
    color: #a97c4a;
}

.app-about-company-profile--banner {
    position: relative;
}

.app-about-company-profile--banner .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.app-about-company-profile--banner .title {
    font-size: var(--app-fs-40);
    font-weight: normal;
    line-height: 1;
    color: #fff;
}

.app-about-company-profile--banner .desc {
    margin-top: 1.25em;
    font-size: var(--app-fs-16);
    line-height: 1;
    color: #fff;
}

@media screen and (min-width: 1920px) {
    .app-about-company-profile--banner .banner {
        width: 100%;
        height: 587px;
        object-fit: cover;
    }
}

.app-about-company-profile--profile {
    padding-top: var(--app-fs-90);
    padding-bottom: var(--app-fs-130);
    overflow: hidden;
}

.app-about-company-profile--profile .rich-text {
    flex: 1;
    padding-right: var(--app-fs-120);
    font-size: var(--app-fs-16);
    line-height: 2;
    color: #666;
}

.app-about-company-profile--profile .right-wrap .img-wrap {
    aspect-ratio: 1/ 0.565;
}

.app-about-company-profile--profile .right-wrap .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-about-company-profile--profile .right-wrap .info-wrap .item {
    margin-top: var(--app-fs-30);
}

.app-about-company-profile--profile .right-wrap .info-wrap .text {
    font-size: var(--app-fs-42);
    color: #a97c4a;
}

.app-about-company-profile--profile .right-wrap .info-wrap .text .iconfont {
    display: block;
    margin-right: 0.5em;
    font-size: var(--app-fs-30);
}

.app-about-company-profile--profile .right-wrap .info-wrap .label {
    font-size: var(--app-fs-16);
    color: #666;
}

.app-about-company-profile--mission {
    position: relative;
    width: 100%;
    height: calc(var(--app-basis-ratio) * 614px);
    background-size: cover;
    background-position: center;
}

.app-about-company-profile--mission .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: var(--app-fs-90) 0;
}

.app-about-company-profile--mission .title {
    font-size: var(--app-fs-36);
    line-height: 1;
    color: #fff;
    text-align: center;
}

.app-about-company-profile--mission .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--app-fs-48);
    color: #fff;
}

.app-about-company-profile--core-values {
    position: relative;
    width: 100%;
    height: calc(var(--app-basis-ratio) * 614px);
    padding: var(--app-fs-90) 0;
    background-size: cover;
    background-position: center;
}

.app-about-company-profile--core-values .title {
    font-size: var(--app-fs-36);
    line-height: 1;
    color: #333;
    text-align: center;
}

.app-about-company-profile--core-values .list {
    justify-content: space-around;
    margin-top: var(--app-fs-130);
}

.app-about-company-profile--core-values .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app-about-company-profile--core-values .item .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    font-size: var(--app-fs-100);
    border-radius: 50%;
    background: #fff;
    color: #a97c4a;
    box-shadow: rgba(33, 35, 38, 0.1) 0 10px 10px -10px;
}

.app-about-company-profile--core-values .item .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    height: 140%;
    border-radius: 50%;
    border: 1px#8E8E8E dashed;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.app-about-company-profile--core-values .item .icon .iconfont {
    font-size: .5em;
}

.app-about-company-profile--core-values .item .text {
    margin-top: 1.8em;
    font-size: var(--app-fs-24);
    color: #333;
}

.app-about-company-profile--core-values .item:hover .icon::before {
    border-color: #a97c4a;
    animation: border-rotate 10s linear infinite;
}

.app-about-company-profile--core-values .item:hover .text {
    color: #a97c4a;
}

@keyframes border-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.app-about-company-profile--five-principles {
    position: relative;
    width: 100%;
    height: calc(var(--app-basis-ratio) * 614px);
    padding: var(--app-fs-90) 0;
    background-size: cover;
    background-position: center;
}

.app-about-company-profile--five-principles .title {
    font-size: var(--app-fs-36);
    line-height: 1;
    color: #fff;
    text-align: center;
}

.app-about-company-profile--five-principles .list {
    justify-content: space-around;
    margin-top: var(--app-fs-140);
}

.app-about-company-profile--five-principles .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.app-about-company-profile--five-principles .item .icon {
    font-size: var(--app-fs-58);
    line-height: 1;
}

.app-about-company-profile--five-principles .item .text {
    margin-top: 1.5em;
    font-size: var(--app-fs-24);
}

@media (max-width: 1280px) {
    .app-about-company-profile--profile .right-wrap {
        width: 40%;
    }

    .app-about-company-profile--profile .right-wrap .img-wrap {
        aspect-ratio: unset;
    }
}

@media (max-width: 1024px) {
    .app-common-top-navs .nav a {
        padding: 0 1em;
    }

    .app-about-company-profile--profile .wrapper {
        flex-direction: column;
    }

    .app-about-company-profile--profile .rich-text {
        padding-right: 0;
    }

    .app-about-company-profile--profile .right-wrap {
        width: 100%;
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .app-about-company-profile--banner .banner {
        height: 460px;
    }

    .app-about-company-profile--banner .wrapper {
        width: 100%;
        padding: 0 20px;
    }

    .app-common-top-navs .nav {
        margin: 0;
        font-size: 14px;
    }

    .app-common-top-navs .nav-list {
        justify-content: space-around;
    }

    .app-common-top-navs .nav a {
        padding: 0;
    }

    .app-about-company-profile--profile {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .app-about-company-profile--profile .right-wrap {
        margin-top: 40px;
    }

    .app-about-company-profile--mission .text {
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }

    .app-about-company-profile--core-values {
        height: auto;
    }

    .app-about-company-profile--core-values .list {
        flex-wrap: wrap;
        margin-top: 60px;
    }

    .app-about-company-profile--core-values .list .item {
        width: 50%;
        margin-bottom: 50px;
    }

    .app-about-company-profile--five-principles {
        height: auto;
    }

    .app-about-company-profile--five-principles .list {
        flex-wrap: wrap;
        margin-top: 60px;
    }

    .app-about-company-profile--five-principles .list .item {
        width: 33.3333%;
        margin-bottom: 30px;
    }

    .app-about-company-profile--mission .title,
    .app-about-company-profile--core-values .title,
    .app-about-company-profile--five-principles .title {
        font-size: 20px;
    }

    .app-about-company-profile--core-values .item .text,
    .app-about-company-profile--five-principles .item .text {
        font-size: 14px;
    }
}