﻿#Careers h2 {
    display: block;
    padding: 0 0 50px 0;
    text-align: center;
    color: #333;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
}

#Careers .Map h2 {
    padding: 0;
    font-weight: 500;
    line-height: 70px;
    color: #123456;
}

#Careers .Padding {
    padding: 100px 0;
}

#Careers .BannermImg {
    display: none;
}

#Careers .Banner {
    width: 100%;
    height: 460px;
    background-image: url(../../_Image/careers/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#Careers .Banner>.Wapper {
    margin: auto;
    padding: 0 50px;
    width: 1280px;
    height: 100%;
    color: #fff;
}

#Careers .Banner>.Wapper .BreadList {
    padding: 90px 0 30px 0;
    color: #ffc0d9;
}

#Careers .Banner>.Wapper .BreadList a {
    color: #ffc0d9;
    transition: all .2s;
}

#Careers .Banner>.Wapper .BreadList a:hover {
    color: #fff;
    transition: all .2s;
}

#Careers .Banner>.Wapper h1 {
    padding: 0 0 30px 0;
    font-size: 70px;
    line-height: 70px;
    font-weight: 500;
    letter-spacing: 0.11em;
    text-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
}

#Careers .Banner>.Wapper h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #ffc0d9;
}

#Careers .Banner>.Wapper .Linka {
    position: relative;
    margin: 50px 0 0 0;
    width: 200px;
    height: 200px;
    display: block;
    text-align: center;
    color: #fff;
    background: radial-gradient(circle at 35% 25%, #3574b3 0, #266aad 20%, #123456 60%, #0b2641 80%, #266aad 95%);
    border-radius: 200px;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #266aad, 0 0 0 8px #123456;
    overflow: hidden;
    z-index: 10;
    transition: .2s all;
}

#Careers .Banner>.Wapper .Linka .Wapper {
    width: 64%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}

#Careers .Banner>.Wapper .Linka .Wapper span {
    display: block;
    text-align: center;
}

#Careers .Banner>.Wapper .Linka .Wapper span:nth-child(2) {
    font-size: 28px;
}

#Careers .Banner>.Wapper .Linka:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 35% 25%, #f04f87 0, #e04078 20%, #6f1c52 60%, #5c1342 80%, #e04078 95%);
    transition: .2s all;
    opacity: 0;
}

#Careers .Banner>.Wapper .Linka:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #e04078, 0 0 0 8px #6f1c52;
}

#Careers .Banner>.Wapper .Linka:hover:before {
    opacity: 1;
    transition: .2s all;
}

#Careers .Scale {
    width: 100%;
}

#Careers .Scale .ScaleList {
    margin: auto;
    width: 1440px;
}

#Careers .Scale .ScaleList .ScaleItem {
    float: left;
    width: 25%;
}

#Careers .Scale .ScaleList .ScaleItem .Title {
    margin: 0 0 .7em 0;
    display: block;
    text-align: center;
    color: #e04078;
    font-size: 20px;
}

#Careers .Scale .ScaleList .ScaleItem .Number {
    display: block;
    text-align: center;
    color: #333333;
    font-size: 80px;
    font-weight: 500;
    letter-spacing: 0;
}

#Careers .Scale .ScaleList .ScaleItem .Number small {
    padding: 0 0 0 .2em;
    font-size: 20px;
    font-weight: normal;
}

#Careers .Scale .ScaleList .ScaleItem .Number::before {
    content: "";
    margin: auto;
    display: block;
    width: 250px;
    height: 1px;
    background: -moz-linear-gradient(right, transparent 0%, #000 50%, transparent 100%);
    background: -webkit-linear-gradient(right, transparent 0%, #000 50%, transparent 100%);
    background: linear-gradient(to left, transparent 0%, #000 50%, transparent 100%);
}

#Careers .Cate {
    padding: 100px;
    background-color: #eeedec;
}

#Careers .Cate .CateList {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin: auto;
    width: 1280px;
    justify-content: center;
}

#Careers .Cate .CateList .CateItem {
    margin: 0 -15px -25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 210px;
    height: 210px;
    color: #fff;
    border: 1px solid rgb(35 86 157 / 42%);
    transition: all .2s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
}

#Careers .Cate .CateList .CateItem:nth-child(1) {
    margin: 0 -15px -25px 50px;
}

#Careers .Cate .CateList .CateItem:nth-last-child(1) {
    margin: 0 50px -25px 0;
}

#Careers .Cate .CateList .CateItem h4 {
    margin: 0;
    text-align: center;
    color: #23569d;
    font-size: 30px;
    font-weight: 400;
}

#Careers .Optimization {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

#Careers .Optimization section {
    width: clamp(350px, 25%, 500px);
}

#Careers .Optimization h2 {
    text-align: left;
    background: linear-gradient(to left, #e04078 0%, #60174f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0b2641;
}

#Careers .Optimization ul {
    padding-left: 0;
    list-style: none;
}

#Careers .Optimization ul li {
    padding: .8em 0 .8em 1.5em;
    list-style: none;
    text-align: justify;
    font-size: 24px;
    font-weight: 500;
    background-repeat: no-repeat;
    background-size: 0.7em;
    background-position: left 1.3em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#Careers .Optimization ul li:nth-child(1) {
    background-image: url(../../_Image/li_e04078.svg);
}

#Careers .Optimization ul li:nth-child(2) {
    background-image: url(../../_Image/li_c1366e.svg);
}

#Careers .Optimization ul li:nth-child(3) {
    background-image: url(../../_Image/li_9f2b63.svg);
}

#Careers .Optimization ul li:nth-child(4) {
    background-image: url(../../_Image/li_7b2058.svg);
}

#Careers .Optimization ul li:nth-child(5) {
    background-image: url(../../_Image/li_60174f.svg);
}

#Careers .Optimization ul li small {
    font-weight: 300;
}

#Careers .Rights {
    background-color: #eeedec;
    background-position: center;
    background-repeat: no-repeat;
}

#Careers .Rights .RightsList {
    margin: auto;
    width: 1024px;
}

#Careers .Rights .RightsList .RightsItem {
    float: left;
    padding: 1em 0 2em 0;
    width: 25%;
    border-right: 1px dashed #ccc;
}

#Careers .Rights .RightsList .RightsItem:nth-child(4n) {
    border-right: none;
}

#Careers .Rights .RightsList .RightsItem .Img {
    margin: 1.5em auto;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#Careers .Rights .RightsList .RightsItem span {
    display: block;
    height: 3em;
    text-align: center;
    color: #555;
    font-size: 18px;
    line-height: 24px;
}

#Careers .Rights .RightsList .RightsItem:nth-child(1),
#Careers .Rights .RightsList .RightsItem:nth-child(2),
#Careers .Rights .RightsList .RightsItem:nth-child(3),
#Careers .Rights .RightsList .RightsItem:nth-child(4) {
    border-bottom: 1px dashed #ccc;
}

#Careers .Rights .RightsList .RightsItem:nth-child(1) .Img {
    background-image: url(../../_Image/careers/rights1.png);
}

#Careers .Rights .RightsList .RightsItem:nth-child(2) .Img {
    background-image: url(../../_Image/careers/rights2.png);
}

#Careers .Rights .RightsList .RightsItem:nth-child(3) .Img {
    background-image: url(../../_Image/careers/rights3.png);
}

#Careers .Rights .RightsList .RightsItem:nth-child(4) .Img {
    background-image: url(../../_Image/careers/rights4.png);
}

#Careers .Rights .RightsList .RightsItem:nth-child(5) .Img {
    background-image: url(../../_Image/careers/rights5.png);
}

#Careers .Rights .RightsList .RightsItem:nth-child(6) .Img {
    background-image: url(../../_Image/careers/rights6.png);
}

#Careers .Rights .RightsList .RightsItem:nth-child(7) .Img {
    background-image: url(../../_Image/careers/rights7.png);
}

#Careers .Rights .RightsList .RightsItem:nth-child(8) .Img {
    background-image: url(../../_Image/careers/rights8.png);
}

#Careers .Concern {
    background: -moz-linear-gradient(right, #e04078 0%, #60174f 100%);
    background: -webkit-linear-gradient(right, #e04078 0%, #60174f 100%);
    background: linear-gradient(to left, #e04078 0%, #60174f 100%);
}

#Careers .Concern h2 {
    color: #fff;
    padding: 0 0 25px 0;
}

#Careers .Concern .ConcernList {
    margin: auto;
    width: 1440px;
}

#Careers .Concern .ConcernList .ConcernItem {
    float: left;
    margin: 25px 0;
    width: 12%;
}

#Careers .Concern .ConcernList .ConcernItem:nth-child(9) {
    margin: 25px 0 25px 6%;
}

#Careers .Concern .ConcernList .ConcernItem .Img {
    margin: 20px auto;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: .7;
}

#Careers .Concern .ConcernList .ConcernItem:nth-child(1) .Img {
    background-image: url(../../_Image/careers/concern1.png);
}

#Careers .Concern .ConcernList .ConcernItem:nth-child(2) .Img {
    background-image: url(../../_Image/careers/concern2.png);
}

#Careers .Concern .ConcernList .ConcernItem:nth-child(3) .Img {
    background-image: url(../../_Image/careers/concern3.png);
}

#Careers .Concern .ConcernList .ConcernItem:nth-child(4) .Img {
    background-image: url(../../_Image/careers/concern4.png);
}

#Careers .Concern .ConcernList .ConcernItem:nth-child(5) .Img {
    background-image: url(../../_Image/careers/concern5.png);
}

#Careers .Concern .ConcernList .ConcernItem:nth-child(6) .Img {
    background-image: url(../../_Image/careers/concern6.png);
}

#Careers .Concern .ConcernList .ConcernItem:nth-child(7) .Img {
    background-image: url(../../_Image/careers/concern7.png);
}

#Careers .Concern .ConcernList .ConcernItem:nth-child(8) .Img {
    background-image: url(../../_Image/careers/concern8.png);
}

#Careers .Concern .ConcernList .ConcernItem:nth-child(9) .Img {
    background-image: url(../../_Image/careers/concern9.png);
}

#Careers .Concern .ConcernList .ConcernItem:nth-child(10) .Img {
    background-image: url(../../_Image/careers/concern10.png);
}

#Careers .Concern .ConcernList .ConcernItem:nth-child(11) .Img {
    background-image: url(../../_Image/careers/concern11.png);
}

#Careers .Concern .ConcernList .ConcernItem:nth-child(12) .Img {
    background-image: url(../../_Image/careers/concern12.png);
}

#Careers .Concern .ConcernList .ConcernItem:nth-child(13) .Img {
    background-image: url(../../_Image/careers/concern13.png);
}

#Careers .Concern .ConcernList .ConcernItem:nth-child(14) .Img {
    background-image: url(../../_Image/careers/concern14.png);
}

#Careers .Concern .ConcernList .ConcernItem:nth-child(15) .Img {
    background-image: url(../../_Image/careers/concern15.png);
}

#Careers .Concern .ConcernList .ConcernItem span {
    display: block;
    height: 3em;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

#Careers .Evn {
    background-color: #eeedec;
}

#Careers .Evn .Wapper .EvnList {
    margin: auto;
    padding: 0 50px;
    width: 100%;
}

#Careers .Evn .Wapper .EvnList .EvnItem {
    float: left;
    margin: 0 50px 0 0;
    width: calc(20% - 40px);
}

#Careers .Evn .Wapper .EvnList .EvnItem:nth-last-of-type(1) {
    margin: 0;
}

#Careers .Evn .Wapper .EvnList .EvnItem img {
    width: 100%;
    border-radius: 5px 5px;
}

#Careers .Evn .Wapper .EvnList .EvnItem span {
    color: #555;
    /* font-size: 20px; */
}

#Careers .Train .Wapper {
    margin: auto;
    width: 1440px;
    display: flex;
    justify-content: center;
    gap: 50px;
}

#Careers .Train .Wapper .TrainList {
    width: calc(33.33% - 25px);
}

#Careers .Train .Wapper .TrainList .Title {
    padding: 15px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    background: -moz-linear-gradient(right, #e04078 0%, #60174f 100%);
    background: -webkit-linear-gradient(right, #e04078 0%, #60174f 07540 100%);
    background: linear-gradient(to left, #e04078 0%, #60174f 100%);
    border-radius: 5px 5px 0 0;
}

#Careers .Train .Wapper .TrainList:nth-child(2) .Title {
    background: -moz-linear-gradient(left, #3574b3 0%, #123456 50%, #0b2641 100%);
    background: -webkit-linear-gradient(left, #3574b3 0%, #123456 50%, #0b2641 100%);
    background: linear-gradient(to right, #3574b3 0%, #123456 50%, #0b2641 100%);
}

#Careers .Train .Wapper .TrainList .Title small {
    padding: 0 0 0 1em;
    font-weight: 200;
    font-size: 16px;
}

#Careers .Train .Wapper .TrainList .TrainItem {
    margin: 4px 0 0 0;
    padding: 10px 20px;
    width: 100%;
    color: #333;
    font-size: 18px;
    line-height: 18px;
    background-color: #eeedec;
}

#Careers .Train .Wapper .TrainList .TrainItem:nth-last-of-type(1) {
    border-radius: 0 0 5px 5px;
}

#Careers .Train .Wapper .TrainList .TrainItem .Number {
    display: inline-block;
    margin: 0 1em 0 0;
    padding: 10px 14px;
    text-align: center;
    font-weight: 500;
}

.slick-prev {
    left: -30px;
    transform: translateX(-100%) translateY(-50%);
}

.slick-next {
    right: -30px;
    transform: translateX(+100%) translateY(-50%);
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    opacity: .5;
    text-shadow: 0 0 20px #fff;
}

.slick-dots {
    display: none !important;
    bottom: -50px;
    transform: translateY(100%);
}

#Careers .Award {
    margin: 0 0 100px 0;
    background-image: url(../../_Image/careers/award-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

#Careers .Award .AwardList {
    margin: auto;
    width: calc(1440px - 250px);
}

#Careers .Award .AwardList .AwardItem {
    margin: 0 30px;
    text-align: center;
}

#Careers .Award .AwardList .AwardItem img {
    margin: 0 auto 1em auto;
    max-width: 250px;
    max-height: 250px;
}

#Careers .Award .AwardList .AwardItem span {
    color: #555;
    font-size: 20px;
    padding: 0 1.1em 0 1.2em;
    background-image: url(../../_Image/parallelogram.svg);
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: left center;
}

#Careers .LinkButton {
    height: 150px;
    background-color: #0b2641;
    display: flex;
    justify-content: center;
    align-items: center;
    background: -moz-linear-gradient(left, #5981a5 0%, #183e62 100%);
    background: -webkit-linear-gradient(left, #5981a5 0%, #183e62 100%);
    background: linear-gradient(to right, #5981a5 0%, #183e62 100%);
}

#Careers .LinkButton .Button {
    display: block;
    padding: 10px 50px;
    color: rgba(255, 255, 255, .9);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 2px;
    transition: all .2s;
}

#Careers .LinkButton .Button:hover {
    background-color: #183e62;
}

@media screen and (max-width:1699px) {
    #Careers .Cate .CateList {
        background-position: left center;
    }

    #Careers .Concern .ConcernList {
        width: 100%;
    }

    #Careers .Train .Wapper {
        padding: 0 50px;
        width: 100%;
    }
}

@media screen and (max-width:1439px) {
    #Careers .Cate {
        padding: 100px 50px;
    }

    #Careers .Cate .CateList {
        width: 100%;
    }

    #Careers .Cate .CateList .CateItem {
        width: 180px;
        height: 180px;
    }

    #Careers .Cate .CateList .CateItem h4 {
        font-size: 26px;
    }

    #Careers .Scale .ScaleList {
        width: 100%;
    }

    #Careers .Concern .ConcernList .ConcernItem span {
        font-size: 17px;
    }

    #Careers .Evn .Wapper .EvnList .EvnItem {
        margin: 0 24px 0 0;
        width: calc(20% - 20px);
    }

    .slick-prev,
    .slick-next {
        padding: 10px;
    }

    #Careers .Award .AwardList {
        width: calc(100% - 210px);
    }

    #Careers .Award .AwardList .AwardItem {
        margin: 0 15px;
    }

    #Careers .Award .AwardList .AwardItem img {
        max-width: 240px;
        max-height: 240px;
    }

    #Careers .Award .AwardList .AwardItem span {
        font-size: 16px;
    }
}

@media screen and (max-width:1279px) {
    #Careers .Banner {
        height: 400px;
        margin: 0 0 40px 0;
    }

    #Careers .Banner>.Wapper {
        width: 100%;
    }

    #Careers .Banner>.Wapper .BreadList {
        padding: 70px 0 30px 0;
    }

    #Careers .Banner>.Wapper h1 {
        font-size: 60px;
        line-height: 60px
    }

    #Careers .Banner>.Wapper h3 {
        font-size: 24px;
        line-height: 24px;
    }

    #Careers .Banner>.Wapper .Linka {
        margin: 35px 0 0 0;
        width: 170px;
        height: 170px;
    }

    #Careers .Banner>.Wapper .Linka .Wapper span:nth-child(2) {
        font-size: 24px;
    }

    #Careers .Scale .ScaleList .ScaleItem .Number {
        font-size: 70px;
    }

    #Careers .Scale .ScaleList .ScaleItem .Number::before {
        width: calc(100% - 50px);
    }

    #Careers .Rights .RightsList {
        padding: 0 30px;
        width: 100%;
    }

    #Careers .Rights .RightsList .RightsItem {
        padding: 1em 1em 2em 1em;
    }

    #Careers .Rights .RightsList .RightsItem span {
        font-size: 16px;
    }

    #Careers .Rights .RightsList .RightsItem span br {
        display: none;
    }

    #Careers .Concern .ConcernList .ConcernItem,
    #Careers .Concern .ConcernList .ConcernItem:nth-child(9) {
        margin: 10px 0;
        width: 20%;
    }

    #Careers .Concern .ConcernList .ConcernItem .Img {
        width: 60px;
        height: 60px;
    }

    #Careers .Evn .Wapper .EvnList .EvnItem span {
        font-size: 17px;
    }

    #Careers .Train .Wapper .TrainList {
        width: 370px;
    }

    .slick-prev,
    .slick-next {
        padding: 0;
    }

    #Careers .Award .AwardList {
        width: calc(100% - 150px);
    }

    #Careers .Award .AwardList .AwardItem {
        margin: 0 10px;
    }

    #Careers .Award .AwardList .AwardItem img {
        margin: 0 auto .5em auto;
        max-width: 200px;
        max-height: 200px;
    }

    #Careers .Award .AwardList .AwardItem span {
        font-size: 15px;
    }
}

@media screen and (max-width:1249px) {
    #Careers .Cate .CateList .CateItem {
        width: 155px;
        height: 155px;
    }

    #Careers .Cate .CateList .CateItem h4 {
        font-size: 22px;
    }

    #Careers .Optimization {
        padding: 100px;
        justify-content: space-between;
        gap: 50px;
    }

    #Careers .Optimization ul {
        flex: 1;
    }

    #Careers .Optimization ul li small {
        display: block;
    }
}

@media screen and (max-width:1023px) {
    #Careers .Banner {
        height: 300px;
    }

    #Careers .Banner>.Wapper {
        padding: 0 30px;
    }

    #Careers .Banner>.Wapper .BreadList {
        padding: 30px 0 20px 0;
    }

    #Careers .Banner>.Wapper h1 {
        padding: 0 0 22px 0;
        font-size: 48px;
        line-height: 48px;
    }

    #Careers .Banner>.Wapper h3 {
        font-size: 20px;
        line-height: 20px;
    }

    #Careers .Banner>.Wapper .Linka {
        margin: 25px 0 0 0;
        width: 140px;
        height: 140px;
    }

    #Careers .Banner>.Wapper .Linka .Wapper span:nth-child(2) {
        font-size: 20px;
    }

    #Careers .Scale .ScaleList .ScaleItem .Title {
        margin: 0 0 .4em 0;
        font-size: 18px;
    }

    #Careers .Scale .ScaleList .ScaleItem .Number {
        font-size: 40px;
    }

    #Careers .Optimization {
        gap: 20px;
        flex-direction: column;
    }

    #Careers .Optimization section {
        width: 100%;
    }

    #Careers .Optimization p {
        margin: 0;
        width: 100%;
    }

    #Careers .Rights .RightsList .RightsItem .Img {
        margin: 1em auto;
    }

    #Careers .Evn .Wapper {
        width: 100%;
        overflow-x: scroll;
    }

    #Careers .Evn .Wapper .EvnList {
        padding: 0 30px;
        width: 1410px;
    }

    #Careers .Evn .Wapper .EvnList .EvnItem {
        width: 250px;
        height: 200px;
    }

    #Careers .Train {
        background-image: none;
    }

    #Careers .Train .Wapper .TrainList:nth-of-type(1) .Title {
        line-height: 45px;
    }

    #Careers .Train .Wapper .TrainList .TrainItem {
        font-size: 16px;
    }

    #Careers .Train .Wapper .TrainList .TrainItem .Number {
        padding: .5em 1em .5em 0;
        margin: 0;
    }

    #Careers .Train .Wapper .TrainList .Title small {
        display: block;
        padding: 5px 0 0 0;
    }

    #Careers .Award .AwardList .AwardItem {
        margin: 0 5px;
    }

    #Careers .Award .AwardList .AwardItem img {
        max-width: 180px;
        max-height: 180px;
    }
}

@media screen and (max-width:767px) {
    #Careers h2 {
        font-size: 28px;
        padding: 0 0 10px 0;
    }

    #Careers .Padding {
        padding: 9.3vw;
    }

    #Careers .BannermImg {
        display: block;
        width: 100%;
    }

    #Careers .Banner {
        margin: -10vw 0 80px 0;
        height: 48vw;
        background-image: url(../../_Image/careers/banner-m-1.png);
        z-index: 9999;
    }

    #Careers .Banner>.Wapper {
        position: relative;
    }

    #Careers .Banner>.Wapper .BreadList {
        padding: 16vw 0 10px 0;
        text-align: center;
        font-size: 14px;
    }

    #Careers .Banner>.Wapper h1 {
        padding: 0 0 10px 0;
        text-align: center;
        font-size: 28px;
        line-height: 28px;
    }

    #Careers .Banner>.Wapper h3 {
        text-align: center;
        font-size: 15px;
        line-height: 15px;
    }

    #Careers .Banner>.Wapper .Linka,
    #Careers .Banner>.Wapper .Linka:hover {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) translateY(100%);
        margin: auto;
        width: 200px;
        height: 100px;
        text-align: center;
        color: #fff;
        background: radial-gradient(circle at 40% -5%, #3574b3 0, #266aad 20%, #123456 60%, #0b2641 80%, #266aad 95%);
        border-radius: 0 0 200px 200px;
        box-shadow: none;
        overflow: hidden;
        transition: .2s all;
    }

    #Careers .Banner>.Wapper .Linka:hover:before {
        opacity: 0;
    }

    #Careers .Banner>.Wapper .Linka span {
        margin: 0 0 10px 0;
        display: inline-block;
        line-height: 1em;
    }

    #Careers .Scale .ScaleList .ScaleItem {
        width: 50%;
    }

    #Careers .Scale .ScaleList .ScaleItem:nth-child(3),
    #Careers .Scale .ScaleList .ScaleItem:nth-child(4) {
        margin: 30px 0 0 0;
    }

    #Careers .Scale .ScaleList .ScaleItem .Title {
        margin: 0 0 .2em 0;
        font-size: 16px;
    }

    #Careers .Cate .CateList .CateItem,
    #Careers .Cate .CateList .CateItem:nth-child(1),
    #Careers .Cate .CateList .CateItem:nth-last-child(1) {
        margin: 0;
        padding: 1em .5em;
        width: 50%;
        height: auto;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid rgb(35 86 157 / 42%);
        border-right: 1px solid rgb(35 86 157 / 42%);
    }

    #Careers .Cate .CateList .CateItem:nth-child(2n) {
        border-right: none;
    }

    #Careers .Cate .CateList .CateItem:nth-last-child(1),
    #Careers .Cate .CateList .CateItem:nth-last-child(2) {
        border-bottom: none;
    }

    #Careers .Cate .CateList .CateItem h4 {
        font-size: 20px;
    }

    #Careers .Optimization {
        gap: 0;
    }

    #Careers .Optimization ul li {
        font-size: 20px;
    }

    #Careers .Optimization ul li small {
        display: block;
    }

    #Careers .Optimization ul li:nth-last-child(1) {
        border-bottom: none;
    }

    #Careers .Rights .RightsList {
        padding: 0;
    }

    #Careers .Rights .RightsList .RightsItem {
        padding: 0;
        width: 100%;
        border-right: none;
    }

    #Careers .Rights .RightsList .RightsItem:nth-child(5),
    #Careers .Rights .RightsList .RightsItem:nth-child(6),
    #Careers .Rights .RightsList .RightsItem:nth-child(7) {
        border-bottom: 1px dashed #ccc;
    }

    #Careers .Rights .RightsList .RightsItem .Img {
        float: left;
        margin: 15px 20px 15px 0;
        width: 30px;
        height: 30px;
    }

    #Careers .Rights .RightsList .RightsItem span {
        float: left;
        margin: 17px 0;
        width: calc(100% - 50px);
        height: auto;
        text-align: left;
        font-size: 16px;
        line-height: 26px;
    }

    #Careers .Concern.Padding {
        padding: 30px;
    }

    #Careers .Concern h2 {
        padding: 0 0 10px 0;
    }

    #Careers .Concern .ConcernList .ConcernItem,
    #Careers .Concern .ConcernList .ConcernItem:nth-child(9) {
        margin: 0;
        width: 100%;
    }

    #Careers .Concern .ConcernList .ConcernItem .Img {
        float: left;
        margin: 10px 20px 10px 0;
        width: 30px;
        height: 30px;
    }

    #Careers .Concern .ConcernList .ConcernItem span {
        float: left;
        margin: 17px 0;
        width: calc(100% - 50px);
        height: auto;
        text-align: left;
        font-size: 16px;
        line-height: 16px;
        height: auto;
    }

    #Careers .Concern .ConcernList .ConcernItem span br {
        display: none;
    }

    #Careers .Evn.Padding {
        padding: 30px 0 30px 15px;
    }

    #Careers .Evn .Wapper .EvnList {
        padding: 0;
        width: 1360px;
    }

    #Careers .Train .Wapper {
        padding: 0;
        flex-direction: column;
    }

    #Careers .Train .Wapper .TrainList {
        width: 100%;
    }

    #Careers .Train .Wapper .TrainList .TrainItem small {
        display: block;
        padding: 0 0 0 1.1em;
    }

    .slick-prev {
        left: -15px;
    }

    .slick-next {
        right: -15px;
    }

    #Careers .Award .AwardList {
        width: calc(100% - 30px);
    }

    #Careers .Award .AwardList .AwardItem img {
        max-width: 100%;
        max-width: 75vw;
        max-height: none;
    }

    #Careers .Link {
        position: static;
    }

    #Careers .Link a {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        margin: -2px auto auto auto;
    }
}

@media screen and (max-width:360px) {
    #Careers .Evn .Wapper .EvnList {
        width: 1060px;
    }

    #Careers .Evn .Wapper .EvnList .EvnItem {
        margin: 0 14px 0 0;
        width: 200px;
        height: 170px;
    }

    #Careers .Train .Wapper .TrainList .TrainItem {
        padding: 7px 10px;
    }
}