.section {
    padding-top: 100px;
    text-align: center;
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.section .icon-title {
    width: 26px;
    vertical-align: initial
}

.section-head h5 {
    font-size: 16px;
    font-weight: 400
}

.section-title {
    padding-bottom: 60px
}

.section-title .icon-prescription {
    margin-right: 12px;
    vertical-align: initial
}

.section-title h2 {
    display: inline-block;
    font-size: 32px;
    /* margin-left: 12px */
}

.banner {
    position: relative;
    width: 100%;
    color: #fff;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-position: top left;
    height: 620px
}

.banner-context {
    position: absolute;
    left: 50%;
    top: 274px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.banner-context__logo {
    width: 425px
}

.section-navigator {
    height: 70px
}

.section-navigator.fixed {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0;
    width: 100%;
    max-width: unset;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.section-navigator.fixed .section-navigator__list {
    max-width: var(--page-width);
    margin: 0 auto;
    position: relative;
    height: 100%
}

.section-navigator__item {
    border-bottom: 1px solid #EFEFEF;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.section-navigator__item_header:hover .section-navigator__item {
    border-bottom: 1px solid var(--color-primary);
}

.section-navigator__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 6px;
    background-color: transparent;
    -webkit-transition: var(--transition-default);
    -o-transition: var(--transition-default);
    -moz-transition: var(--transition-default);
    transition: var(--transition-default)
}

.section-navigator__item.focus:after {
    height: 3px;
    background-color: var(--color-primary-hover)
}

/* .companyBelief {
    padding-bottom: 100px
} */

.companyBelief-context>.flex {
    background: #fff;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.companyBelief-context__establish,
.companyBelief-context__duty,
.companyBelief-context__range {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px
}

.companyBelief-context__title {
    font-size: 18px;
    margin-bottom: 12px
}

.companyBelief-context__establish,
.companyBelief-context__duty {
    margin-bottom: 50px;
    position: relative
}

.companyBelief-context__establish:after,
.companyBelief-context__duty:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: var(--color-primary)
}

.companyBelief .scale {
    width: 390px
}

.companyBelief-desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 40px 62px 20px 48px;
    line-height: 32px;
    color: #666;
    text-align: left;
    font-size: 16px;
    position: relative
}

/* .enterpriseBelief {
    padding-bottom: 120px
} */

.enterpriseBelief-context {
    max-width: unset
}

.enterpriseBelief-context .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.enterpriseBelief-context img {
    width: 88px
}

.enterpriseBelief-context h4 {
    margin-top: 28px;
    margin-bottom: 50px;
    font-size: 20px;
    position: relative
}

.enterpriseBelief-context h4:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -26px;
    left: 50%;
    width: 40px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--color-primary)
}

.enterpriseBelief-context__item {
    background-color: #fff;
    flex: 1;
    /* width: 382px; */
    height: 338px;
    padding: 32px 24px 48px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    -webkit-transition: var(--transition-default);
    -o-transition: var(--transition-default);
    -moz-transition: var(--transition-default);
    transition: var(--transition-default)
}

.enterpriseBelief-context__item_flex_gap {
    gap: 16px
}

/* .enterpriseBelief-context__item:nth-child(2) {
    margin-left: 16px;
    margin-right: 16px
} */

.enterpriseBelief-context__item:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.enterpriseBelief-context__desc {
    line-height: 28px;
    color: #666
}

.experience {
    color: #fff;
    padding-top: 0
}

.experience-context {
    margin-top: 0;
    overflow: hidden;
    max-width: unset;
    padding-right: 0;
    padding-left: 0;
    width: 100%
}

.experience-context__button {
    max-width: 1310px;
    position: absolute;
    z-index: 10;
    top: 406px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    -webkit-transition: var(--transition-opacity-01);
    -o-transition: var(--transition-opacity-01);
    -moz-transition: var(--transition-opacity-01);
    transition: var(--transition-opacity-01)
}

.experience-context__swiper {
    position: relative;
    padding-top: 100px;
    height: 842px
}

.experience-context__swiper .section-head {
    position: relative;
    z-index: 1
}

.experience-context__swiper .section-title {
    padding-bottom: 98px
}

.experience-context__swiper .parallax-bg {
    position: absolute;
    width: 130%;
    top: 0;
    left: 0;
    bottom: 0;
    -moz-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 0
}

.experience-context__swiper .swiper-slide__year {
    font-size: 60px;
    font-weight: 600;
    color: #939db0;
    margin-bottom: 52px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.experience-context__swiper .swiper-slide__year .simulate-current {
    color: #fff
}

.experience-context__swiper .swiper-slide__year .simulate-prev,
.experience-context__swiper .swiper-slide__year .simulate-next {
    cursor: pointer
}

.experience-context__swiper .swiper-slide__year span {
    display: inline-block
}

.experience-context__swiper .swiper-slide__year span:first-child {
    float: left
}

.experience-context__swiper .swiper-slide__year span:last-child {
    float: right
}

.experience-context__swiper .swiper-slide__scroll {
    opacity: 0;
    margin-top: 42px
}

@-webkit-keyframes scrollAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    30% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes scrollAnimation {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    30% {
        -moz-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes scrollAnimation {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    30% {
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    100% {
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes scrollAnimation {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    30% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.experience-context__swiper .swiper-slide__scroll img {
    margin-bottom: 8px;
    width: 8px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: scrollAnimation 1s infinite;
    -moz-animation: scrollAnimation 1s infinite;
    -o-animation: scrollAnimation 1s infinite;
    animation: scrollAnimation 1s infinite
}

.experience-context__swiper .swiper-slide__scroll span {
    font-weight: 400
}

.experience-context__swiper .swiper-pagination {
    bottom: 0 !important;
    padding-bottom: 86px;
    z-index: 9 !important
}

.experience-context__swiper .swiper-pagination-bullet {
    width: unset;
    height: unset;
    font-size: 16px;
    color: #adb5c4;
    background-color: transparent;
    font-weight: bold;
    margin-left: 30px !important;
    margin-right: 30px !important;
    -webkit-transition: var(--transition-default);
    -o-transition: var(--transition-default);
    -moz-transition: var(--transition-default);
    transition: var(--transition-default);
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
    opacity: 1 !important
}

.experience-context__swiper .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    display: block;
    top: 125%;
    width: 100%;
    height: 4px;
    margin-top: 6px;
    background-color: transparent;
    -webkit-transition: top .35s ease-in, height .4s ease-in;
    -o-transition: top .35s ease-in, height .4s ease-in;
    -moz-transition: top .35s ease-in, height .4s ease-in;
    transition: top .35s ease-in, height .4s ease-in
}

.experience-context__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    position: relative
}

.experience-context__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    height: 2px;
    top: 100%;
    background-color: var(--color-primary)
}

.experience-context__swiper .swiper-pagination-bullet:last-child {
    position: relative
}

.experience-context__swiper .swiper-pagination-bullet:last-child:before {
    content: "...";
    position: absolute;
    left: 100%;
    margin-left: 60px;
    top: 0;
    letter-spacing: 3px;
    font-family: arial;
    pointer-events: none
}

.experience-context__swiper .swiper-button-prev:after,
.experience-context__swiper .swiper-button-next:after {
    display: none
}

.experience-context__swiper .swiper-button-prev svg,
.experience-context__swiper .swiper-button-next svg {
    color: #fff;
    -webkit-transition: color .28s ease-in;
    -o-transition: color .28s ease-in;
    -moz-transition: color .28s ease-in;
    transition: color .28s ease-in
}

.experience-context__swiper .swiper-button-prev:hover svg,
.experience-context__swiper .swiper-button-next:hover svg {
    color: var(--color-primary)
}

.experience-context__swiper .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.experience-context .content-wrap {
    margin-left: -webkit-calc(50% - 96px);
    margin-left: -moz-calc(50% - 96px);
    margin-left: calc(50% - 96px);
    overflow: hidden;
    display: inline-block
}

.experience-context__list {
    max-width: 584px;
    max-height: 264px;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: left;
    padding-left: 12px;
    padding-right: 20px;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px)
}

.experience-context__list_item {
    font-size: 16px;
    padding-bottom: 32px;
    position: relative;
    padding-left: 18px;
    line-height: 24px
}

.experience-context__list_item:before,
.experience-context__list_item:after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.experience-context__list_item:before {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 8px
}

.experience-context__list_item:after {
    width: 1px;
    height: 100%;
    top: 12px;
    left: 0
}

.experience-context__list_item:last-child:after {
    display: none
}

.honor {
    padding-top: 128px;
    padding-bottom: 140px
}

.honor-context {
    text-align: left;
    padding-top: 40px
}

.honor-context__item {
    border: 1px solid #c2c8d5;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: var(--transition-default);
    -o-transition: var(--transition-default);
    -moz-transition: var(--transition-default);
    transition: var(--transition-default);
    padding: 30px;
    height: 352px;
    position: relative
}

.honor-context__item:not(:last-child) {
    margin-right: 30px
}

.honor-context__item:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.honor-context__title {
    line-height: 66px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #c2c8d5;
    background-color: #eef1f8;
    font-size: 18px
}

.honor-context__desc {
    padding: 20px;
    color: #666;
    line-height: 24px
}

@media screen and (min-width: 1200px) {
    .honor-context {
        padding-left: 0;
        padding-right: 0
    }
}

.join .banner-context {
    position: absolute;
    top: 36%;
    left: 20%;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial
}

.join .banner-context__title {
    font-size: 36px;
    line-height: 50px
}

.join .banner-context__desc {
    font-size: 16px;
    line-height: 30px;
    margin-top: 18px;
    margin-bottom: 40px;
    max-width: 420px
}

.join-wrapper {
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

.join .environment-context .block {
    height: 250px
}

.join .environment-context .block [data-background-loaded]:nth-child(2) {
    margin: 0 16px
}

.join .environment-context .block .flex {
    height: 100%
}

.join .environment-context .block [data-background-loaded] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-transition: var(--transition-default);
    -o-transition: var(--transition-default);
    -moz-transition: var(--transition-default);
    transition: var(--transition-default);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.join .environment-context .block [data-background-loaded]:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.join .environment-context .western-slide__pagination {
    z-index: 10
}

.join .environment-context .western-slide__pagination>span {
    width: 32px;
    height: 32px;
    background-color: var(--color-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    color: #fff
}

.join .environment-context .western-slide__pagination>span[aria-disabled=true] {
    background-color: #c8c8c8
}

.join .environment-context .western-slide__pagination .western-slide__pagination_left {
    left: -70px
}

.join .environment-context .western-slide__pagination .western-slide__pagination_right {
    right: -70px
}

.join .position.section {
    padding-top: 120px
}

.join .position-context {
    margin-bottom: 100px
}

.join .position-table {
    background-color: #fff;
    width: 100%
}

.join .position-table__wrap {
    border: 1px solid #c2c8d5
}

.join .position-table tr {
    border-bottom: 1px solid #dde9f5
}

.join .position-table tr td:first-child {
    width: 250px
}

.join .position-table tr td:last-child {
    width: 328px
}

.join .position-table td {
    padding: 20px 0 20px 60px;
    line-height: 28px;
    text-align: left;
    color: #1e2a36
}

.join .position-table thead td {
    font-size: 16px;
    font-weight: 500;
    color: #1e2a36
}

.join .position-table tbody tr:last-child {
    border-bottom: none
}

.join .position-table tbody td:first-child {
    color: var(--color-primary);
    cursor: pointer
}

.join .position-table tbody td:last-child {
    color: #171717
}

.join .position-modal .wst-modal__wrapper {
    padding-bottom: 0
}

.join .position-modal .wst-modal__content {
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding-right: 60px
}

.join .position-detail table {
    margin-bottom: 8px
}

.join .position-detail table tbody td:first-child {
    width: 162px;
    position: relative
}

.join .position-detail table tbody td:last-child,
.join .position-detail table tbody td:last-child * {
    color: #666 !important
}

.join .position-detail table tbody sup {
    position: absolute;
    left: -10px;
    top: 2px
}

.join .position-detail table * {
    line-height: 24px !important
}

.join .position-detail table *:empty {
    display: none
}

.join .position-resume__email {
    padding-top: 32px;
    padding-bottom: 20px
}

.join .position-resume__email_value {
    display: inline-block;
    color: blue
}

.join .position-resume__email .email-copy {
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
    color: #fff;
    padding: 4px 8px;
    vertical-align: middle;
    background-color: var(--color-primary);
    -webkit-transition: var(--transition-default);
    -o-transition: var(--transition-default);
    -moz-transition: var(--transition-default);
    transition: var(--transition-default);
    font-size: 12px;
    opacity: 0
}

.join .position-resume__email .email-copy:hover {
    background-color: var(--color-primary-hover)
}

.join .position-resume__email:hover .email-copy {
    opacity: .8 !important
}

.contact .banner-context {
    position: absolute;
    top: 36%;
    left: 20%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.contact .banner-context__title {
    font-size: 36px;
    line-height: 50px
}

.contact .banner-context__desc {
    font-size: 16px;
    line-height: 30px;
    margin-top: 18px;
    margin-bottom: 40px
}

.contact .info {
    padding-bottom: 120px
}

.contact-info {
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center
}

.contact-info__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 30px 44px 30px;
    background-color: #fff;
    border: 1px solid #c2c8d5;
    height: 382px;
    text-align: left
}

.contact-info__item:nth-child(2) {
    margin-left: 16px;
    margin-right: 16px
}

.contact-info__item_img {
    position: relative;
    width: 100%;
    height: 180px
}

.contact-info__item_title {
    font-size: 16px;
    line-height: 40px
}

.contact-info__item_icon {
    display: inline-block;
    width: 16px
}

.contact-info__item_value {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #333
}

.contact-info__item_value.number {
    font-size: 20px;
    color: var(--color-primary-hover)
}

.contact-info__label {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #eef2f8;
    padding: 0 12px;
    margin-top: 22px;
    margin-bottom: 12px
}

.contact-info__list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}