/* CSS Document */
.jobArea .arrowBox .appendDots .slick-dots li button::before, .jobArea .arrowBox .appendDots .slick-dots li, .jobArea .arrowBox .arrow, .jobArea .jobList .jobItem .Txt:before, .jobArea .jobList .jobItem .Txt, .jobArea .jobBox, .employmentArea .employmentBox, .employmentArea .arrowBox .appendDots .slick-dots li button::before, .employmentArea .arrowBox .appendDots .slick-dots li, .employmentArea .arrowBox .arrow, .classBox .classMenu li:not(:last-child):after, .classBox .classMenu li:before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loop-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.mainArea {
  padding-bottom: 0;
}

.titleBox .titleTw {
  color: #1ec89e;
}
.titleBox .titleTw span {
  padding-bottom: 0;
  border-bottom-color: #1ec89e;
}
.titleBox .titleEn {
  color: #424242;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 15px;
}

.classBox {
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 0;
}
@media (min-width: 1024px) {
  .classBox {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .classBox {
    margin-bottom: 20px;
  }
}
.classBox .classMenu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border-radius: 27px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1023px) {
  .classBox .classMenu {
    display: none;
  }
}
.classBox .classMenu li {
  min-width: 190px;
  position: relative;
}
.classBox .classMenu li.current:before, .classBox .classMenu li:hover:before {
  opacity: 1;
}
.classBox .classMenu li.current:after, .classBox .classMenu li:hover:after {
  opacity: 0;
}
.classBox .classMenu li.current a {
  color: #ffffff;
}
.classBox .classMenu li:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 27px;
  background-position: left;
  background: rgb(0, 201, 151);
  background: linear-gradient(-139deg, rgb(0, 201, 151) 42%, rgb(0, 23, 197) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00c997",endColorstr="#0017c5",GradientType=1);
  opacity: 0;
  pointer-events: none;
}
.classBox .classMenu li:not(:last-child):after {
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00c997;
}
.classBox .classMenu li a {
  display: block;
  color: #6d6d6d;
  font-size: 18px;
  letter-spacing: 0.9px;
  padding: 14px 10px;
  position: relative;
  z-index: 1;
}
.classBox .classMenu li a:hover {
  color: #ffffff;
}
.classBox .classLink {
  display: none;
}

.employmentArea {
  padding-bottom: 108px;
}
.employmentArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
.employmentArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
.employmentArea .arrowBox .arrow svg {
  width: 11px;
  height: 21px;
}
.employmentArea .arrowBox .arrow.slick-hidden {
  display: none;
}
.employmentArea .arrowBox .appendDots .slick-dots {
  position: relative;
  width: auto;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
.employmentArea .arrowBox .appendDots .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 7.5px;
  display: inline-block;
  vertical-align: 6px;
}
.employmentArea .arrowBox .appendDots .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.employmentArea .arrowBox .appendDots .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}
.employmentArea .arrowBox .appendDots .slick-dots li.slick-active {
  width: 32px;
  height: 8px;
}
.employmentArea .arrowBox .appendDots .slick-dots li.slick-active button::before {
  border-radius: 8px;
  opacity: 1;
}
.employmentArea .arrowBox svg {
  color: #00c997;
}
.employmentArea .arrowBox .appendDots .slick-dots li button::before {
  background-color: #00c997;
}
.employmentArea .employmentBox.hide {
  opacity: 0;
}
@media (min-width: 1367px) {
  .employmentArea .employmentList {
    margin: 0 -25px;
  }
}
.employmentArea .employmentList > .employmentItem {
  float: left;
  width: 33.3333333333%;
}
.employmentArea .employmentList > .employmentItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (max-width: 992px) {
  .employmentArea .employmentList > .employmentItem {
    width: 50%;
  }
  .employmentArea .employmentList > .employmentItem:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 600px) {
  .employmentArea .employmentList > .employmentItem {
    width: 100%;
  }
  .employmentArea .employmentList > .employmentItem:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
.employmentArea .employmentList .employmentItem {
  padding: 25px 25px 0 25px;
}
.employmentArea .employmentList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.employmentArea .employmentList .TxtBox {
  overflow: hidden;
  border: 1px solid #d6d6d6;
}
.employmentArea .employmentList .TxtBox .Txt {
  padding: 29px 32px 37px;
}
.employmentArea .employmentList .TxtBox .title {
  color: #1a1a1a;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.33;
  height: 48px;
  margin-bottom: 3px;
  overflow: hidden;
}
.employmentArea .employmentList .TxtBox .title a {
  display: block;
  vertical-align: middle;
}
.employmentArea .employmentList .TxtBox .text {
  color: #484848;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 1.6;
  margin-top: 14px;
  height: 73px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .employmentArea .employmentList .employmentItem {
    padding: 25px 12px 0 12px;
  }
  .employmentArea .employmentList .TxtBox .Txt {
    padding: 25px 20px 25px;
  }
}
@media (max-width: 768px) {
  .employmentArea .employmentList {
    margin: 0 -10px;
  }
  .employmentArea .employmentList .employmentItem {
    padding: 20px 10px;
  }
}
.employmentArea .newsDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #d6d6d6;
  padding: 15px 32px;
}
.employmentArea .newsDate strong {
  font-weight: 400;
}
.employmentArea .newsDate strong i {
  margin-right: 2px;
  font-size: 14px;
  color: #AE4233;
}
.employmentArea .newsDate b {
  margin-left: 3px;
}
.employmentArea .newsDate .date {
  color: #666464;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .employmentArea .newsDate {
    padding: 15px 20px;
  }
}
.employmentArea .classTitle {
  color: #ffffff;
  display: inline-block;
  padding: 3.5px 16px;
  font-size: 14px;
  border-radius: 13.5px;
  background-color: #1ec89e;
}

.jobArea {
  padding: 80px 0;
  background-color: #eeeeee;
  overflow: hidden;
}
.jobArea .classBox .classCurrent {
  border-radius: 0;
  background-color: #ffffff;
}
.jobArea .jobBox.hide {
  opacity: 0;
}
.jobArea .jobList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jobArea .jobList:not(.slick-slider) .jobItem {
  width: 50%;
}
.jobArea .jobList:not(.slick-slider) .jobItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.jobArea .jobList:not(.slick-slider) .jobItem:nth-child(3) .Img, .jobArea .jobList:not(.slick-slider) .jobItem:nth-child(4) .Img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.jobArea .jobList:not(.slick-slider) .jobItem .Txt::before {
  opacity: 0;
}
@media (max-width: 1180px) {
  .jobArea .jobList:not(.slick-slider) .jobItem {
    width: 100%;
  }
  .jobArea .jobList:not(.slick-slider) .jobItem:nth-child(2), .jobArea .jobList:not(.slick-slider) .jobItem:nth-child(3), .jobArea .jobList:not(.slick-slider) .jobItem:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
.jobArea .jobList .slick-prev,
.jobArea .jobList .slick-next {
  width: 47px;
  height: 47px;
}
.jobArea .jobList .slick-prev svg,
.jobArea .jobList .slick-next svg {
  width: 9px;
  height: 17px;
}
.jobArea .jobList .slick-prev {
  left: -77px;
}
.jobArea .jobList .slick-next {
  right: -77px;
}
@media (min-width: 1181px) {
  .jobArea .jobList .slick-slide > div:first-child .jobItem .item:hover .Txt:before {
    border-color: transparent #0017c5 transparent transparent;
  }
  .jobArea .jobList .slick-slide > div:first-child .jobItem .Txt:before {
    left: -21px;
    border-width: 14px 21px 14px 0;
    border-color: transparent #00c997 transparent transparent;
  }
  .jobArea .jobList .slick-slide > div:last-child .jobItem .item:hover .Txt:before {
    border-color: transparent transparent transparent #0017c5;
  }
  .jobArea .jobList .slick-slide > div:last-child .jobItem .Img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .jobArea .jobList .slick-slide > div:last-child .jobItem .Txt:before {
    right: -21px;
    border-width: 14px 0 14px 21px;
    border-color: transparent transparent transparent #00c997;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.jobArea .jobList .jobItem {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jobArea .jobList .jobItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1025px) {
  .jobArea .jobList .jobItem .item:hover .Txt {
    background-color: #0017c5;
  }
}
.jobArea .jobList .jobItem .Img,
.jobArea .jobList .jobItem .Txt {
  width: 50%;
}
.jobArea .jobList .jobItem .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jobArea .jobList .jobItem .Txt {
  background-color: #00c997;
  position: relative;
}
.jobArea .jobList .jobItem .Txt:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .jobArea .jobList .jobItem .Txt:before {
    left: -21px;
    border-width: 14px 21px 14px 0;
    border-color: transparent #00c997 transparent transparent;
  }
}
.jobArea .jobList .jobItem .Txt a {
  display: block;
  padding: 55px 40px 30px;
}
.jobArea .jobList .jobItem .Txt .title,
.jobArea .jobList .jobItem .Txt .text {
  color: #ffffff;
}
.jobArea .jobList .jobItem .Txt .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1;
  height: 25px;
  overflow: hidden;
}
.jobArea .jobList .jobItem .Txt .text {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.5;
  height: 97px;
  overflow: hidden;
  margin-top: 24px;
}
.jobArea .jobList .jobItem .Txt .btnBox .btn_more {
  padding: 25px 0;
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  font-family: "Roboto", sans-serif;
}
.jobArea .jobList .jobItem .Txt .btnBox .btn_more svg {
  margin-left: 34px;
}
@media (max-width: 1500px) {
  .jobArea .jobList .slick-prev {
    left: -23.5px;
  }
  .jobArea .jobList .slick-next {
    right: -23.5px;
  }
}
@media (max-width: 1180px) {
  .jobArea .jobList .jobItem .Txt a {
    padding: 40px 20px 30px;
  }
}
@media (max-width: 768px) {
  .jobArea .jobList .jobItem .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .jobArea .jobList .jobItem .Img,
.jobArea .jobList .jobItem .Txt {
    width: 100%;
  }
  .jobArea .jobList .jobItem .Txt:before {
    display: none;
  }
}
.jobArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
.jobArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
.jobArea .arrowBox .arrow svg {
  width: 11px;
  height: 21px;
}
.jobArea .arrowBox .arrow.slick-hidden {
  display: none;
}
.jobArea .arrowBox .appendDots .slick-dots {
  position: relative;
  width: auto;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
.jobArea .arrowBox .appendDots .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 7.5px;
  display: inline-block;
  vertical-align: 6px;
}
.jobArea .arrowBox .appendDots .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.jobArea .arrowBox .appendDots .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}
.jobArea .arrowBox .appendDots .slick-dots li.slick-active {
  width: 32px;
  height: 8px;
}
.jobArea .arrowBox .appendDots .slick-dots li.slick-active button::before {
  border-radius: 8px;
  opacity: 1;
}
@media (min-width: 1367px) {
  .jobArea .arrowBox {
    display: none;
  }
}
.jobArea .arrowBox svg {
  color: #00c997;
}
.jobArea .arrowBox .appendDots .slick-dots li button::before {
  background-color: #00c997;
}
.jobArea .buttonBox {
  text-align: center;
  padding-top: 33px;
}
.jobArea .buttonBox a {
  font-size: 16px;
  font-family: "Noto Sans TC";
  letter-spacing: 1.6px;
  font-weight: 400;
  color: #616161;
  background-image: none;
  border: 1px solid rgba(97, 97, 97, 0.5);
  position: relative;
  margin: 0 24.5px;
}
.jobArea .buttonBox a:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-image: linear-gradient(41deg, rgb(0, 23, 197), rgb(0, 201, 151), rgb(0, 201, 151), rgb(0, 23, 197));
  background-size: 300% 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.jobArea .buttonBox a .txt {
  position: relative;
  z-index: 2;
}
.jobArea .buttonBox a .arrow svg {
  color: #616161;
}
@media (min-width: 1025px) {
  .jobArea .buttonBox a:hover {
    border-color: transparent;
  }
  .jobArea .buttonBox a:hover:after {
    color: #ffffff;
    background-position: 100% 0;
    opacity: 1;
  }
  .jobArea .buttonBox a:hover .txt {
    color: #ffffff;
  }
  .jobArea .buttonBox a:hover .arrow svg {
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .jobArea .buttonBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .jobArea .buttonBox a {
    margin: 0;
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .jobArea .buttonBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .jobArea .buttonBox a {
    max-width: 100%;
  }
  .jobArea .buttonBox a:not(:last-child) {
    margin-bottom: 20px;
  }
}

.jobPopArea.moduleBox .moduleTitle {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1;
  text-align: left;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jobPopArea.moduleBox .moduleText {
  color: #616161;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.875;
}
.jobPopArea.moduleBox .moduleText p {
  color: #616161;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.875;
}
.jobPopArea.moduleBox .moduleText p:not(:first-child) {
  padding-top: 13px;
}
.jobPopArea.moduleBox .moduleClose {
  background-color: #ffffff;
}
@media (min-width: 481px) {
  .jobPopArea.moduleBox .moduleClose {
    width: 75px;
    height: 75px;
  }
}
.jobPopArea.moduleBox .moduleClose:before, .jobPopArea.moduleBox .moduleClose:after {
  background-color: #1a1a1a;
}
.jobPopArea.moduleBox .moduleContent {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.jobPopArea.moduleBox .moduleContent .albumBox {
  width: 50%;
  position: relative;
}
.jobPopArea.moduleBox .moduleContent .albumBox .albumList .slick-slide {
  font-size: 0;
}
.jobPopArea.moduleBox .moduleContent .albumBox .albumList li:hover {
  cursor: pointer;
}
.jobPopArea.moduleBox .moduleContent .albumBox .albumList li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 650px;
}
.jobPopArea.moduleBox .moduleContent .albumBox .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 38px;
  padding: 0;
}
.jobPopArea.moduleBox .moduleContent .albumBox .slick-dots li button:before {
  background-color: #ffffff;
}
.jobPopArea.moduleBox .moduleContent .innerBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  max-height: 650px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobPopArea.moduleBox .moduleContent .innerBox .innerTopBox {
  padding: 70px 55px;
}
.jobPopArea.moduleBox .moduleContent .innerBox .innerBottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6f6;
}
.jobPopArea.moduleBox .moduleContent .innerBox .innerBottomBox .textEditor {
  padding: 40px 55px;
  width: calc(100% - 255px);
}
.jobPopArea.moduleBox .moduleContent .innerBox .innerBottomBox .boxTitle {
  color: #424242;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.2;
}
.jobPopArea.moduleBox .moduleContent .innerBox .innerBottomBox .boxTxt {
  color: #616161;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.875;
  margin-top: 18px;
}
.jobPopArea.moduleBox .moduleContent .innerBox .innerBottomBox .qrcodeBox {
  width: 255px;
  padding: 45px;
  text-align: center;
  background-color: #00c997;
}
.jobPopArea.moduleBox .moduleContent .innerBox .innerBottomBox .qrcodeBox .codeImg {
  margin-bottom: 16px;
}
.jobPopArea.moduleBox .moduleContent .innerBox .innerBottomBox .qrcodeBox .codeImg img {
  margin: auto;
}
.jobPopArea.moduleBox .moduleContent .innerBox .innerBottomBox .qrcodeBox .codeTxt {
  color: #ffffff;
  letter-spacing: 0.7px;
  line-height: 1.428;
}
.jobPopArea.moduleBox .moduleWrap {
  max-width: 1300px;
  padding-top: 0;
}
@media (max-width: 1180px) {
  .jobPopArea.moduleBox .moduleContent .albumBox {
    width: 40%;
  }
  .jobPopArea.moduleBox .moduleContent .innerBox .innerTopBox {
    padding: 40px 35px;
  }
  .jobPopArea.moduleBox .moduleContent .innerBox .innerBottomBox .textEditor {
    width: calc(100% - 200px);
    padding: 30px 35px;
  }
  .jobPopArea.moduleBox .moduleContent .innerBox .innerBottomBox .qrcodeBox {
    width: 200px;
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .jobPopArea.moduleBox .moduleContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
  }
  .jobPopArea.moduleBox .moduleContent .albumBox {
    width: 100%;
  }
  .jobPopArea.moduleBox .moduleContent .albumBox .albumList li img {
    width: 100%;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .jobPopArea.moduleBox .moduleContent .innerBox {
    max-height: 100%;
    overflow-y: visible;
  }
  .jobPopArea.moduleBox .moduleContent .innerBox .innerTopBox {
    padding: 30px 20px;
  }
  .jobPopArea.moduleBox .moduleContent .innerBox .innerBottomBox .textEditor {
    padding: 30px 20px;
  }
}
@media (max-width: 537px) {
  .jobPopArea.moduleBox .moduleContent .innerBox .innerBottomBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .jobPopArea.moduleBox .moduleContent .innerBox .innerBottomBox .textEditor,
.jobPopArea.moduleBox .moduleContent .innerBox .innerBottomBox .qrcodeBox {
    width: 100%;
  }
}

.videoArea .playVideoBox {
  padding: 106px 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .videoArea .playVideoBox {
    padding: 50px 0;
  }
}
.videoArea .playVideoBox .videoBox {
  position: relative;
}
.videoArea .playVideoBox .videoBox .btn_video a {
  display: block;
  position: relative;
}
.videoArea .playVideoBox .videoBox .btn_video a:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.videoArea .playVideoBox .videoBox .btn_video a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 530px;
}
@media (max-width: 768px) {
  .videoArea .playVideoBox .videoBox .btn_video a img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .videoArea .playVideoBox .videoBox .btn_video a img {
    height: 250px;
  }
}
.videoArea .playVideoBox .videoBox .videoPlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  text-align: center;
  pointer-events: none;
}
.videoArea .playVideoBox .videoBox .videoPlay .circle {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
.videoArea .playVideoBox .videoBox .videoPlay .circle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #00c997;
  display: block;
  margin-left: 6px;
}
.videoArea .playVideoBox .videoBox .videoPlay .txt {
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-top: 11px;
  display: block;
}
@media (max-width: 768px) {
  .videoArea .playVideoBox .videoBox .videoPlay .circle {
    width: 90px;
    height: 90px;
  }
  .videoArea .playVideoBox .videoBox .videoPlay .circle:before {
    border-width: 6px 0 6px 10px;
  }
  .videoArea .playVideoBox .videoBox .videoPlay .txt {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .videoArea .playVideoBox .videoBox .videoPlay .circle {
    width: 70px;
    height: 70px;
  }
  .videoArea .playVideoBox .videoBox .videoPlay .txt {
    font-size: 15px;
  }
}
.videoArea .qrcodeBox {
  padding: 46px 0;
  background-color: #eeeeee;
}
@media (max-width: 480px) {
  .videoArea .qrcodeBox {
    padding: 30px 0;
  }
}
.videoArea .qrcodeBox .wrap {
  max-width: 1070px;
}
.videoArea .qrcodeBox .qrcodeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 0;
}
.videoArea .qrcodeBox .qrcodeList li {
  width: 33.33%;
}
.videoArea .qrcodeBox .qrcodeList li a {
  display: block;
  text-align: center;
}
.videoArea .qrcodeBox .qrcodeList li a img {
  width: auto;
  margin: auto;
}
.videoArea .qrcodeBox .qrcodeList li a .txt {
  color: #616161;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.2;
  padding-top: 6px;
}
@media (max-width: 600px) {
  .videoArea .qrcodeBox .qrcodeList li a .txt {
    font-size: 16px;
  }
}
@media (max-width: 460px) {
  .videoArea .qrcodeBox .qrcodeList li {
    padding: 0 10px;
  }
  .videoArea .qrcodeBox .qrcodeList li a img {
    width: 100%;
  }
  .videoArea .qrcodeBox .qrcodeList li a .txt {
    font-size: 3.4vw;
  }
}
@media (max-width: 375px) {
  .videoArea .qrcodeBox .qrcodeList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .videoArea .qrcodeBox .qrcodeList li {
    margin: auto;
    padding: 15px 0;
    width: 100%;
  }
  .videoArea .qrcodeBox .qrcodeList li a img {
    width: 100%;
  }
  .videoArea .qrcodeBox .qrcodeList li a .txt {
    font-size: 18px;
    margin-top: 10px;
  }
}