.thepage .p-head {
  background-image: url(../img/jobs/hero@2x.jpg);
}
.sec-top .cp-t {
  text-align: center;
  margin-bottom: 80px;
  font-weight: 500;
}

.job-cate {
  margin-bottom: 60px;
}

.job-cate-bnn {
  position: relative;
}
.c-interv-bl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  margin: auto;
  text-align: center;
}
.jcate-slide .sli {
  position: relative;
}
.jcate-slide .ct-l {
  position: absolute;
  bottom: 38px;
  left: 0;
  right: 0;
  margin:auto;
  text-align: center;
}
.sli .sl-switch {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  width: 25px;
  height: 50px;
  padding:0;
  border:none;
}
.sli.s1 .sl-switch {
  background: no-repeat center url(../img/jobs/slide-btn-right.svg);
  background-size: 100%;
  right: 0;
}
.sli.s2 .sl-switch {
  background: no-repeat center url(../img/jobs/slide-btn-left.svg);
  background-size: 100%;
  left:0;
}
.ct-l .ct-more-btn {
  position: relative;
  background: #F6AA00;
  color:#fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  padding:16px;
  width: 344px;
  box-shadow: 2px 2px #484545;
  transition: unset;
}
.ct-l .ct-more-btn:visited,
.ct-l .ct-more-btn:active {
  color:#fff;
}
.ct-l .ct-more-btn:after {
  content:"";
  position: absolute;
  transition: all .3s linear;
  right: 40px;
  top:50%;
  transform: translateY(-50%);
  background: no-repeat center url(../img/common/arrow-more-off.svg);
  background-size: 100%;
  width: 26px;
  height: 8px;
  opacity: 0;
}
.ct-l .ct-more-btn:hover {
  text-decoration: none;
  background: #484545;
  bottom: -2px;
  right: -2px;
  box-shadow: unset;
  transition: unset;
}
.ct-l .ct-more-btn:hover:after {
  right: 28px;
  opacity: 1;
}
.sec-vc {
  padding:150px 0 60px;
}
.sen-vc {
  margin:auto;
  background: #F7F6F2;
  padding:40px 50px 30px;
  display: none;
}
.sen-vc.v1 {
  max-width: 972px;
}
.sen-vc.v2 {
  max-width: 524px;
}
.sen-vc .tt-row {
  text-align: center;
  margin-bottom: 40px;
}
.sen-vc .tt-row h2 {
  display: inline-block;
  width: 348px;
  background: #fff;
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  padding:8px;
}
.tt-row h2 .hl {
  color:#F6AA00;
}
.sen-vc .row-sv>div {
  margin-bottom: 20px;
}
.sen-vc .si-box {
  position: relative;
  text-align: center;
}
.si-box .thumb {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.si-box .thumb:after {
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.15;
  transition: all 0.3s ease;
}
.sen-vc .si-box:hover .thumb:after {
  opacity: 0.3;
}
.v1 .si1 .thumb {
  background-image: url(../img/jobs/interview-thumb-1@2x.jpg);
}
.v1 .si2 .thumb {
  background-image: url(../img/jobs/interview-thumb-2@2x.jpg);
}
.v1 .si3 .thumb {
  background-image: url(../img/jobs/interview-thumb-3@2x.jpg);
}
.v1 .si4 .thumb {
  background-image: url(../img/jobs/interview-thumb-4@2x.jpg);
}
.v2 .si1 .thumb {
  background-image: url(../img/jobs/interview-thumb-5@2x.jpg);
}
.v2 .si2 .thumb {
  background-image: url(../img/jobs/interview-thumb-6@2x.jpg);
}
.si-box .cap,
.oi-box .cap {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding:0 10px 38px;
  color:#fff;
  font-weight: 500;
}
.si-box .cap:after {
  content:"";
  position: absolute;
  transition: all 0.3s ease;
  left: 0;
  right: 0;
  margin:auto;
  bottom: 15px;
  background: no-repeat center url(../img/jobs/arrow-down-off.svg);
  background-size: 100%;
  width: 16px;
  height: 16px;
}
.si-box:hover .cap:after {
  background: no-repeat center url(../img/jobs/arrow-down-on.svg);
  background-size: 100%;
}
.si-box .cap .dep {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 6px;
}
.si-box .cap .j {
  font-size: 14px;
  line-height: 20px;
}

.sec-interv {
  padding:120px 0 0;
}
.sec-interv .cont {
  position: relative;
  padding:70px 90px;
  background: #F7F6F2;
  display: none;
}
.cont .hn {
  position: absolute;
  left: 0;
  top:-120px;
  z-index: 4;
}
.cont .hn>div {
  display: inline-block;
  color:#fff;
  vertical-align: middle;
}
.cont .hn .t {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 5px;
  background: #484545;
  padding:4px 16px 4px 22px;
}
.cont .hn .num {
  font-size: 28px;
  line-height: 36px;
  background: #F6AA00;
  padding:10px 12px;
}
.cont .hn .num span {
  font-size: 36px;
}
.cont .inn {
  position: relative;
}
.cont .prof-p figure {
  position: absolute;
  z-index: 1;
  left: 0;
  top:-152px;
}
.cont .prof {
  padding-left: 300px;
  margin-bottom: 100px;
}
.cont .prof .info {
  border-left: 3px solid #484545;
  padding-left: 20px;
  font-weight: 600;
}
.prof .dep {
  font-size: 18px;
  line-height: 26px;
}
.prof .name {
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 8px;
  margin-bottom: 4px;
  font-weight: 600;
}
.cont .prof .n-en {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3.5px;
  margin-bottom: 5px;
  font-weight: 400;
}
.prof .j {
  line-height: 24px;
}
.cont .viq {
  margin-bottom: 50px;
}
.viq .tt {
  margin-bottom: 30px;
}
.viq .tt>div {
  display: inline-block;
  vertical-align: middle;
}
.viq .tt .num {
  color:#fff;
  padding:16px 13px;
  background: #484545;
  font-size: 32px;
  line-height: 36px;
  margin-right: 20px;
}
.viq .tt .num span {
  color:#F6AA00;
  font-weight: 400;
}
.viq .tt .t {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.viq .cbp-r {
  padding-right: 0;
}
.viq .cbp-l {
  padding-left: 0;
}
.viq .cp-r figure {
  text-align: right;
}
.vq-body .h {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}
.vq-body .txt {
  line-height: 32px;
}
/*.to-std .inn>* {
  display: inline-block;
  vertical-align: bottom;
}*/
.to-std {
  margin-bottom: 60px;
}
.to-std .bv {
  flex-grow: 1;
  padding-top: 14px;
}
.to-std .balloon {
  position: relative;
  background: #fff;
  border-radius: 16px;
  border:1px solid #484545;
  font-size: 20px;
  line-height: 35px;
  padding:16px 30px;
  margin-left: 50px;
}
.to-std .balloon:after {
  content:"";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat center url(../img/jobs/baloon-left.svg);
  background-size: 100%;
  width: 30px;
  height: 14px;
}
.cr-stage {
  position: relative;
  padding:30px;
  text-align: center;
  background: #fff;
  border-radius: 16px;
}
.cr-stage .tag {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding:10px;
  font-size: 18px;
  line-height: 25px;
  color:#fff;
  background: #484545;
  border-radius: 12px;
}

.sec-sv-other {
  padding:120px 0;
}
.o-inv-slide .slick-arrow {
  position: absolute;
  z-index: 5;
  color:transparent;
  border:none;
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  left:auto;
  right: auto;
  top:50%;
  transform: translateY(-50%);
}
.o-inv-slide .slick-prev {
  background-image: url(../img/common/arrow-right-on-1.svg);
  left: -16px;
  transform: translateY(-50%) rotate(180deg);
}
.o-inv-slide .slick-next {
  background-image: url(../img/common/arrow-right-on-1.svg);
  right: -16px;
}
.o-inv-slide .sli {
  margin:0 15px;
}
.sli .oi-box {
  position: relative;
  display: block;
  text-align: center;
  color:#fff;
}
.sli .oi-box:hover {
  text-decoration: none;
}
.oi-box .thumb {
  position: relative;
  height: 228px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.oi-box .thumb:after {
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease;
}
.oi-box:hover .thumb:after {
  opacity: 0.2;
}
.s1 .oi-box .thumb {
  background-image: url(../img/jobs/carousel-01@2x.jpg);
}
.s2 .oi-box .thumb {
  background-image: url(../img/jobs/carousel-02@2x.jpg);
}
.s3 .oi-box .thumb {
  background-image: url(../img/jobs/carousel-03@2x.jpg);
}
.s4 .oi-box .thumb {
  background-image: url(../img/jobs/carousel-04@2x.jpg);
}
.s5 .oi-box .thumb {
  background-image: url(../img/jobs/carousel-05@2x.jpg);
}
.s6 .oi-box .thumb {
  background-image: url(../img/jobs/carousel-06@2x.jpg);
}
.oi-box .cap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 22px;
  text-align: center;
  padding:0 6px;
  width: 100%;
  padding-bottom: 0;
}
.oi-box .cap .dep {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
.oi-box .cap .j {
  font-size: 12px;
  line-height: 18px;
}



.sec-sv-other h3,
.sec-job-more h3 {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 1199px) {
  .btn.pt-cate {
    width: 320px;
  }
  .sen-vc .row-sv {
    margin:0 -10px;
  }
  .sen-vc .row-sv>div {
    padding:0 10px;
    margin-bottom: 10px;
  }
  .sec-interv .cont {
    padding:60px 70px;
  }
  .viq .cbp-r {
    padding-right: 12px;
  }
  .viq .cbp-l {
    padding-left: 12px;
  }
  .sec-interv .cont {
    padding: 40px 50px;
  }
  .cont .prof-p figure {
    top:-120px;
    max-width: 220px;
  }
  .cont .prof {
    padding-left: 250px;
    margin-bottom: 80px;
  }

}
@media (max-width: 992px) {

  .cp-t .t {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 26px;
  }
  .jcate-slide .ct-l {
    bottom: 20px;
  }
  .ct-l .ct-more-btn {
    font-size: 20px;
    line-height: 30px;
    padding:12px;
  }
  .sen-vc {
    padding:30px;
  }

  .o-inv-slide .sli {
    margin:0 10px;
  }

}
@media (max-width: 767px) {
  .thepage .p-head {
    background-image: url(../img/jobs/SP/hero@2x.jpg);
  }

  .sec-top .cp-t {
    margin-bottom: 30px;
  }
  .cp-t .t {
    font-size: 28px;
    line-height: 40px;
  }
  .cp-t .st {
    font-size: 17px;
    line-height: 30px;
  }
  .job-cate {
    margin-bottom: 30px;
  }
  .cate-row>.col {
    padding:0 6px;
  }
  .btn.pt-cate {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    padding:12px 20px 12px 66px;
  }
  .btn.pt-cate .ic {
    left:6px;
  }
  .btn.pt-cate .ic:before {
    width: 54px;
    height: 54px;
  }
  .btn.pt-cate .ic img {
    max-width: 54px;
  }

  .job-cate-bnn {
    margin:0 -12px;
  }
  .jcate-slide .sc-thumb {
    height: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .jcate-slide .s1 .sc-thumb {
    background-image: url(../img/jobs/SP/slide-01@2x.png?0929);
  }
  .jcate-slide .s2 .sc-thumb {
    background-image: url(../img/jobs/SP/slide-02@2x.png?0929);
  }
  .jcate-slide .ct-l {
    bottom:28px;
  }
  .ct-l .ct-more-btn {
    width: 80%;
  }
  .c-interv-bl {
    bottom: -98px;
  }

  .sec-vc {
    padding:0;
    padding-top: 130px;
  }
  .sen-vc {
    margin:0 -12px;
    padding:50px 25px;
  }
  .sen-vc .tt-row h2 {
    width: 260px;
    font-size: 20px;
    line-height: 30px;
    padding:7px;
  }
  .sen-vc .row-sv {
    margin-bottom: -20px;
  }
  .sen-vc .row-sv>div {
    margin-bottom: 20px;
  }
  .si-box .thumb {
    height: 160px;
  }
  .si-box .cap {
    padding:0 8px 32px;
  }
  .si-box .cap .dep {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .si-box .cap .j {
    font-size: 12px;
    height: 16px;
  }
  .si-box .cap:after {
    bottom: 9px;
  }

  .sec-interv .cont {
    margin:0 -12px;
    padding:50px 15px;
  }
  .cont .hn {
    top:-24px;
    left: 0;
    right: 0;
    margin:auto;
    text-align: center;
  }
  .cont .hn .t {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 4px;
  }
  .cont .hn .num {
    font-size: 22px;
    padding:5px 10px;
  }
  .cont .hn .num span {
    font-size: 28px;
  }
  .cont .prof-p figure {
    top:0;
    max-width: 156px;
  }
  .cont .prof {
    padding-left: 46vw;
    margin-bottom: 120px;
  }
  .cont .prof .info {
    padding-left: 12px;
  }
  .prof .n-en {
    font-size: 15px;
    line-height: 20px;
  }
  .prof .name {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0;
    letter-spacing: 6px;
  }
  .cont .prof .n-en {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 2.5px;
    margin-bottom: 3px;
  }
  .cont .prof .j {
    font-size: 13px;
    line-height: 20px;
  }
  .cont .viq {
    margin-bottom: 40px;
  }
  .viq .tt {
    margin-bottom: 20px;
  }
  .viq .tt .t {
    font-size: 18px;
    line-height: 26px;
  }
  .viq .tt .num {
    font-size: 24px;
    padding:8px 10px;
    margin-right: 12px;
  }
  .viq .row figure {
    margin-bottom: 20px;
  }
  .viq .row figure img {
    width: 100%;
  }
  .vq-body .h {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .to-std {
    margin-top: -25px;
    margin-bottom: 30px;
  }
  .to-std .ico img {
    max-width: 90px;
  }
  .to-std .bv {
    padding-top: 0;
  }
  .to-std .balloon {
    font-size: 16px;
    line-height: 26px;
    padding:12px 20px;
    margin-left: 32px;
  }
  .to-std .balloon:after {
    top:32%;
    transform: unset;
  }
  .cr-stage {
    border-radius: 12px;
    padding:10px;
  }
  .cr-stage .tag {
    position: relative;
    top:unset;
    left: unset;
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    padding:6px;
    margin-bottom: 10px;
    border-radius: 8px;
  }
  .sec-sv-other {
    padding:40px 0 60px;
  }
  .sec-job-more h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .sv-other {
    margin:0 -12px;
  }
  .o-inv-slide .slick-prev {
    margin-left: 20px;
  }
  .o-inv-slide .slick-next {
    margin-right: 20px;
  }
  .oi-box .thumb {
    height: 51vw;
  }
  .o-inv-slide .sli {
    margin:0 5px;
  }
  .oi-box .cap {
    bottom: 16px;
  }
  .oi-box .cap .dep {
    font-size: 14px;
    line-height: 18px;
  }
  .oi-box .cap .j {
    font-size: 11px;
    line-height: 14px;
  }
}