section.join {
    padding-top: var(--header-height-max);
    background: url("../images/join_back.webp") top/1920px auto no-repeat;
    color: #fff;
    overflow: hidden;
}

.join .top {
    padding-top: calc(60 * var(--rpx));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: calc(400 * var(--rpx));
    position: relative;
}

.join .trophy {
    position: absolute;
    right: calc(-240 * var(--rpx));
    top: calc(-120 * var(--rpx));
    width: calc(1040 * var(--rpx-50));
    pointer-events: none;
}

.join-sign {
    width: calc(120 * var(--rpx));
    height: auto;
    display: block;
}

.join .top .p1 {
    font-size: calc(42 * var(--rpx));
    line-height: calc(60em / 48);
    font-weight: bold;
    width: calc(1080 * var(--rpx-50));
    margin-top: calc(28 * var(--rpx));
}

.join .top .p2 {
    font-size: calc(32 * var(--rpx));
    line-height: calc(48em / 32);
    font-weight: bold;
    width: calc(640 * var(--rpx));
    padding-top: calc(32 * var(--rpx));
}

.join .top .p3 {
    width: calc(620 * var(--rpx));
    line-height: calc(26em / 16);
    margin-top: calc(42 * var(--rpx));
}

.join .top .p3 p + p {
    margin-top: calc(26em / 16);
}

.honors {
    margin-top: calc(-200 * var(--rpx));
    text-align: center;
    padding-bottom: calc(100 * var(--rpx));
    /*border-bottom: 1px solid rgba(0, 0, 0, .15);;*/
    position: relative;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%) top/100% calc(201 * var(--rpx)) no-repeat;
}

.swiper-honor::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 240;
}

.honors .section-title {
    margin-bottom: calc(60 * var(--rpx));
}

.honors .split-line {
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, .15);
}

.swiper-honor {
    margin-top: calc(54 * var(--rpx));
    padding-bottom: calc(90 * var(--rpx))
}

.swiper-honor .swiper-slide {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: calc(54 * var(--rpx)) calc(40 * var(--rpx));
    min-height: calc(520 * var(--rpx));
}

.swiper-honor .swiper-slide::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 100%;
    background: rgba(0, 0, 0, .15);
}

.swiper-honor .swiper-slide .desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(8 * var(--rpx));
}

.swiper-honor .line1 {
    font-size: calc(24 * var(--rpx));
}

.swiper-honor .line2 {
    font-size: calc(32 * var(--rpx));
    font-weight: bold;
    line-height: calc(38em / 32);
}

.swiper-honor .badge {
    align-self: center;
    justify-self: flex-end;
    width: calc(200 * var(--rpx));
    height: auto;
    margin-top: auto;
    margin-bottom: 0;
}

.swiper-honor .badge img {
    display: block;
    width: 100%;
    height: auto;
}

.swiper-honor .btn-prev {
    position: absolute;
    width: calc(50 * var(--rpx));
    height: calc(50 * var(--rpx));
    bottom: 0;
    right: calc(50% + 10 * var(--rpx));
    background: url("../images/icon_prev.svg") center/contain no-repeat;
    cursor: pointer;
}

.swiper-honor .swiper-button-lock {
    display: block;
}

.swiper-honor .btn-next {
    position: absolute;
    width: calc(50 * var(--rpx));
    height: calc(50 * var(--rpx));
    bottom: 0;
    left: calc(50% + 10 * var(--rpx));
    background: url("../images/icon_next.svg") center/contain no-repeat;
    cursor: pointer;
}

.join-honors {
    margin-top: calc(120 * var(--rpx));
}

.offices {
    padding-top: calc(84 * var(--rpx));
}

.offices .section-title {
    text-align: center;
}

.office-ctn {
    margin-top: calc(80 * var(--rpx));
    display: flex;
}

.office-ctn .office {
    width: 50%;
    position: relative;
}

.office-pic {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.office-pic-ctn{
    aspect-ratio: 16/9;
    position: relative;
}

.office-ctn .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 205;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: #fff;
    transition: .3s;
    background: linear-gradient(to top, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .0) 30%);
    padding: calc(48 * var(--rpx)) calc(60 * var(--rpx));
}

.office-ctn .name {
    color: #fff;
    font-weight: bold;
    font-size: calc(24 * var(--rpx));
}

.btn-pause {
    position: absolute;
    right: calc(40 * var(--rpx));
    bottom: calc(40 * var(--rpx));
    width: calc(50 * var(--rpx));
    height: calc(50 * var(--rpx));
    background: url("../images/btn_pause_dark.svg") center/contain no-repeat;
    cursor: pointer;
    transition: transform .3s;
}

.btn-pause:hover {
    transform: scale(1.1);
}

.btn-pause.paused {
    background: url("../images/btn_play_dark.svg") center/contain no-repeat;
}
.btn-pause::after{
    /*cache*/
    content: "";background: url("../images/btn_play_dark.svg");
}

.office-sub-info {
    display: none;
}

.office-sub-info {
    padding-top: calc(32 * var(--rpx));
    padding-bottom: calc(160 * var(--rpx));
    padding-left: calc(30 * var(--rpx));
}

.office:first-of-type .office-sub-info{
    padding-left: var(--wrapper-margin);
}

.office-sub-info .office-name {
    font-weight: bold;
    font-size: calc(24rem / 16);
    margin-bottom: calc(28em / 24);
}

.office-sub-info .office-tel {
    display: flex;
    align-items: center;
    gap: calc(12em / 18);
}

.office-sub-info .office-tel::before {
    content: "";
    width: 1em;
    height: 1em;
    background: url("../images/icon_office_tel.svg") center/contain no-repeat;
}

.office-sub-info .office-loc {
    display: flex;
    align-items: center;
    gap: calc(12em / 18);
    margin-top: calc(9em / 18);
}

.office-sub-info .office-loc::before {
    content: "";
    width: calc(17.33em / 18);
    height: calc(20em / 18);
    background: url("../images/icon_office_loc.svg") center/contain no-repeat;
}

.office-sub-info .btn-more {
    margin-top: calc(32 * var(--rpx));
}

.jobs {
    padding-top: calc(90 * var(--rpx));
    margin-top: calc(90 * var(--rpx));
    padding-bottom: calc(80 * var(--rpx));
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.jobs .section-title {
    margin-bottom: calc(60 * var(--rpx));
}

.job-list {
    width: 100%;
    background-color: #f7f7f7;
}

.job {
    width: 100%;
}

.job:nth-of-type(2n) {
    background-color: #fdfdfd;
}

.job-summary {
    display: flex;
    align-items: center;
    padding-top: calc(30 * var(--rpx));
    padding-bottom: calc(30 * var(--rpx));
    height: calc(120 * var(--rpx));
    position: relative;
}

.job-title {
    flex-basis: 30%;
    font-size: calc(24rem / 16);
}

.job-location {
    flex-basis: 20%;
    font-size: 1rem;
}

.job-exp {
    flex-basis: 20%;
    font-size: 1rem;
}

.btn-expand {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(40 * var(--rpx));
    height: calc(40 * var(--rpx));
    background: url("../images/btn_expand.svg") center/contain no-repeat;
    cursor: pointer;
    transition: .3s;
}

.btn-expand:hover {
    transform: scale(1.2);
}

.expanded .btn-expand {
    background: url("../images/btn_fold.svg") center/contain no-repeat;
}

.job-desc {
    font-size: calc(18rem / 16);
}

.expanded .job-summary {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.job-detail {
    height: 0;
    overflow: hidden;
    transition: height .3s ease;
}

.job-detail-inner {
    padding-top: calc(50 * var(--rpx));
    padding-bottom: calc(50 * var(--rpx));

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}

.job-desc {
    line-height: calc(30em / 18);
    flex-basis: calc(100% - 220 * var(--rpx));
}

.job-desc p {
    width: 100%;
    min-height: calc(30em / 18);
}

.job-desc p+p{
    margin-top: 1.4em;
}

.jobs .part2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-load {
    /*font-weight: bold;*/
    margin-top: calc(72 * var(--rpx));
    /*line-height: 1.5em;
    border-bottom: 2px solid rgb(37, 37, 37);
    cursor: pointer;

    display: flex;
    align-items: center;*/
}

/*.btn-load::after {
    content: "";
    width: calc(14rem / 16);
    height: calc(14rem / 16);
    margin-bottom: .18em;
    margin-left: .5em;
    background: url("../images/icon_plus.svg") center/contain no-repeat;
}

.btn-load:hover {
    filter: url(#red-overlay);
}*/

.btn-apply {
    margin-top: calc(24 * var(--rpx));
}

.join-honors-svg {
    width: calc(72.1875vw + 207px); /* 1593px @1920 → 900px @960 */
    height: auto;
}

@media (min-width: 1921px) {
    .join-honors-svg {
        width: 100%
    }
}

.join-honors-svg *[data-plx-z] {
    transform-origin: 615.5px 470.5px;
}

@media (max-width: 960px) {
    .join .top .p1,
    .join .top .p2,
    .join .top .p3 {
        width: calc(560 * var(--rpx));
    }

    .join .trophy {
        right: calc(-150 * var(--rpx));
        top: calc(-60 * var(--rpx));
    }

    .join-honors-svg {
        width: 125%;
        margin-left: -11%;
    }

    .join-honors {
        overflow: hidden;
    }

    .swiper-honor .btn-prev,
    .swiper-honor .btn-next {
        width: calc(80 * var(--rpx));
        height: calc(80 * var(--rpx));
    }

    .swiper-honor .btn-prev {
        right: calc(50% + 30 * var(--rpx));
    }

    .swiper-honor .btn-next {
        left: calc(50% + 30 * var(--rpx));
    }

    .swiper-honor {
        padding-bottom: calc(160 * var(--rpx));
    }
}

.swiper-honor .swiper-progress {
    display: none;
}

.join-honors-mobile{
    display: none;
}

@media (max-width: 750px) {
    .swiper-honor .swiper-progress {
        display: block;
        height: calc(2 * var(--rpx));
        background-color: #0002;
        position: absolute;
        bottom: calc(119 * var(--rpx));
        left: 0;
        width: 100%;
    }

    .swiper-honor .swiper-progress-bar {
        height: 100%;
        width: 0;
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--theme-red);
        transition: .4s cubic-bezier(0.15, 1, 0.336, 1);
    }

    .join .trophy {
        position: absolute;
        right: calc((100% - 950 * var(--rpx)) / 2);
        margin: auto;
        height: calc(1200 * var(--rpx));
        width: calc(950 * var(--rpx));
        top: calc(-180 * var(--rpx));
        object-fit: contain;
    }

    .join .top .p1 {
        margin-top: calc(480 * var(--rpx));
        font-size: calc(58 * var(--rpx));
    }

    .join .top .p2 {
        font-size: calc(38 * var(--rpx));
    }

    .join .top .p3 {
        font-size: calc(28 * var(--rpx));
    }

    section.join {
        background-size: 180% auto;
        color: var(--theme-black);
    }

    .join .top .p1,
    .join .top .p2,
    .join .top .p3 {
        width: 100%;
    }

    .btn-apply{
        color: inherit;
        border-color: currentColor;
        margin-top: calc(40 * var(--rpx));
    }

    .btn-apply::after{
        filter: url(#dark-overlay);
    }

    .join-honors svg{
        display: none;
    }

    .join-honors-mobile{
        width: 100%;
        padding-bottom: 100%;
        position: relative;
        display: block;
    }

    .join-honors-mobile img{
        position: absolute;
        width: 120%;
        height: auto;
        left: -10%;
        top: -10%;
    }

    .office-ctn{
        flex-direction: column;
        gap: calc(40 * var(--rpx));
    }

    .office-ctn .office{
        width: 100%;
        aspect-ratio: 16/9;
    }

    .office-pic{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .office-ctn .name{
        font-size: calc(32 * var(--rpx));
    }

    .jobs .section-title{
        text-align: center;
    }

    .job-list{
        font-size: calc(32 * var(--rpx));
    }

    .job-exp{
        display: none;
    }

    .job-title{
        font-weight: bold;
        flex-basis: 45%;
        font-size: 1em;
    }

    .job-location{
        flex-basis: 45%;
        font-size: 1em;
    }

    .job-summary{
        height: calc(140 * var(--rpx));
    }

    .btn-expand{
        width: calc(60 * var(--rpx));
        height: calc(60 * var(--rpx));
    }

    .job-detail-inner{
        flex-direction: column;
    }
    
    .job-desc{
        font-size: calc(28 * var(--rpx));
        width: 100%;
    }

    .job-detail-inner .btn-more{
        margin-top: calc(72 * var(--rpx));
        font-size: calc(24 * var(--rpx));
        font-weight: bold;
    }

    .btn-load {
        font-weight: bold;
    }

    .jobs{
        padding-bottom: calc(150 * var(--rpx));
    }
}

/*.layer-desc{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 800;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #CDDDF000 0%, #CDDDF0 80%);
    overflow: hidden;
    color: var(--theme-black);
    width: 100%;
    height: 100%;
    transition: .2s;
    perspective: 200vw;
}*/

/*.desc-info.active{
    opacity: 1;
    visibility: visible;
    transition: .4s;
}*/

.layer-desc .btn-close{
    position: absolute;
    right: calc(40 * var(--rpx));
    top: calc(40 * var(--rpx));
    background: url("../images/btn_profile_close.svg") center/contain no-repeat;
    width: calc(80 * var(--rpx));
    height: calc(80 * var(--rpx));
}

.hotzone{
    position: absolute;
    z-index: 240;
    width: calc(75 * var(--rpx));
    height: calc(75 * var(--rpx));
}

.hotzone1{
    left: 0;
    right: 0;
    top: calc(18 * var(--rpx));
    margin: auto;
}

.hotzone2{
    top: 0;
    right: calc(18 * var(--rpx));
    bottom: 0;
    margin: auto;
}

.hotzone3{
    left: 0;
    right: 0;
    bottom: calc(18 * var(--rpx));
    margin: auto;
}

.hotzone4{
    top: 0;
    left: calc(18 * var(--rpx));
    bottom: 0;
    margin: auto;
}

.desc-info{
    background-color: #fff;
    border-radius: calc(60 * var(--rpx));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 80%;
    height: 80%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;

    transition: .8s cubic-bezier(0.15, 1, 0.336, 1)
}

.join-honors-mobile img{
    transition: .8s cubic-bezier(0.15, 1, 0.336, 1)
}

.desc-title{
    font-size: calc(48 * var(--rpx));
    font-weight: bold;
    margin-bottom: calc(40 * var(--rpx));
}

.desc-content{
    font-size: calc(28 * var(--rpx));
    line-height: calc(48em / 28);
}

.desc-btn-back{
    width: calc(80 * var(--rpx));
    height: calc(80 * var(--rpx));
    background: url("../images/btn_next.svg") center/contain no-repeat;
    margin-top: calc(60 * var(--rpx));
}

.desc-info.top{
    transform: translateY(-125%);
}

.top .desc-btn-back{
    transform: rotate(90deg);
}

.desc-info.right{
    transform: translateX(125%);
}

.right .desc-btn-back{
    transform: rotate(180deg);
}

.desc-info.bottom{
    transform: translateY(125%);
}

.bottom .desc-btn-back{
    transform: rotate(270deg);
}

.desc-info.left{
    transform: translateX(-125%);
}

.left .desc-btn-back{
    transform: rotate(360deg);
}

.top-active img{
    transform: translateY(90%);
}

.right-active img{
    transform: translateX(-90%);
}

.bottom-active img{
    transform: translateY(-90%);
}

.left-active img{
    transform: translateX(90%);
}

.join-honors-mobile.top-active .desc-info.top{
    transform: none;
}

.join-honors-mobile.right-active .desc-info.right{
    transform: none;
}

.join-honors-mobile.bottom-active .desc-info.bottom{
    transform: none;
}

.join-honors-mobile.left-active .desc-info.left{
    transform: none;
}

