/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+TC:900&display=swap);
.recruitArea {
  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-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .recruitArea img {
    max-width: 100%;
    display: block; }
  .recruitArea p {
    color: #151515;
    letter-spacing: 1.6px;
    font-size: 20px;
    font-weight: 100;
    padding: 20px 0; }
  .recruitArea h2 {
    font-family: 'Noto Serif TC', serif;
    color: #363232;
    line-height: 40px;
    font-size: 33px;
    font-weight: 900;
    position: relative;
    text-align: center;
    margin-bottom: 40px; }
    .recruitArea h2::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      height: 1px;
      width: 100%;
      background: #363232;
      z-index: 1; }
    .recruitArea h2 b {
      display: inline-block;
      background: #fff;
      padding: 0 20px;
      z-index: 2;
      position: relative; }
  .recruitArea h4 {
    font-family: 'Noto Serif TC', serif;
    line-height: 50px;
    font-size: 33px;
    font-weight: 900;
    padding: 0 15px;
    position: relative;
    border-right: 5px solid #be8f23;
    border-left: 5px solid #be8f23;
    margin-bottom: 230px;
    text-align: center;
    color: #be8f23; }
    .recruitArea h4::before {
      content: "";
      width: 1px;
      height: 210px;
      display: block;
      position: absolute;
      top: 100%;
      left: 50%;
      background: #be8f23; }
  .recruitArea h5 {
    font-size: 23px;
    letter-spacing: 5px;
    font-weight: 100;
    color: #be8f23;
    text-align: center; }
    .recruitArea h5 b {
      font-weight: 100;
      display: inline-block; }
  .recruitArea article {
    color: #606060;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 3px;
    text-align: center;
    padding: 20px 0; }
  .recruitArea h3 {
    color: #020001;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 15px;
    padding: 0 0 20px 0;
    text-align: center; }
  .recruitArea .imgtwo {
    padding: 50px 0; }
    .recruitArea .imgtwo .Img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .recruitArea .imgtwo .Img img {
        padding: 2px; }
  .recruitArea .recruitemployee {
    width: 1018px;
    padding: 50px 0; }
    .recruitArea .recruitemployee ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      justify-content:center;
      flex-wrap: wrap;
      padding: 0;
      margin: 0; }
      .recruitArea .recruitemployee ul li {
        width: 33.33%;
        list-style: none; }
        .recruitArea .recruitemployee ul li div.Img {
          width: 225px;
          margin: 0 auto;
          font-family: 'Noto Serif TC', serif;
          color: #363232;
          line-height: 40px;
          font-size: 33px;
          font-weight: 900;
          position: relative; }
          .recruitArea .recruitemployee ul li div.Img b {
            width: 225px;
            height: 225px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-radius: 99em;
            background: #efefef;
            overflow: hidden;
            text-align: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            z-index: 9;
            position: relative;
            margin: 0 auto; }
          .recruitArea .recruitemployee ul li div.Img::before {
            content: "";
            width: 55px;
            height: 55px;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            background: url(../images/leaficon2.png);
            z-index: 10; }
        .recruitArea .recruitemployee ul li div.Txt h6 {
          font-size: 27px;
          color: #22201e;
          text-align: center;
          line-height: 2;
          font-weight: 500; }
        .recruitArea .recruitemployee ul li div.Txt p {
          text-align: center; }
  .recruitArea .welfareArea {
    max-width: 1018px;
    padding: 50px 0; }
    .recruitArea .welfareArea ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      list-style: none;
      padding: 0;
      margin: 0; }
      .recruitArea .welfareArea ul li {
        width: 50%;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .recruitArea .welfareArea ul li .Img {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 120px;
          flex: 0 0 120px; }
        .recruitArea .welfareArea ul li .Txt {
          color: #151515;
          letter-spacing: 2px;
          font-size: 20px;
          font-weight: 100;
          padding: 20px 0; }

.computershow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.mobileshow {
  display: none; }

@media (max-width: 1018px) {
  .recruitArea .recruitemployee {
    width: 100%; } }

@media (max-width: 990px) {
  .recruitArea .recruitemployee ul li {
    width: 50%; } }

@media (max-width: 720px) {
  .recruitArea .recruitemployee ul li {
    width: 100%; }
  .recruitArea .welfareArea ul li {
    width: 100%;
    padding: 20px 0; }
  .mobileshow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .computershow {
    display: none; } }

.bannerArea .titleBox h2 em::before {
  -webkit-transform: translate(-60px, 8px);
  -ms-transform: translate(-60px, 8px);
  transform: translate(-60px, 8px); }

.foreword {
  text-align: center;
  padding-bottom: 50px; }

.foreword h4 {
  color: #9bba3b;
  font-size: 27px;
  font-weight: bold; }

.foreword h3 {
  color: #c4922e;
  font-size: 20px;
  font-style: italic;
  font-weight: 300; }

ul.recruitlist {
  padding: 0;
  margin: 0;
  list-style: none; }

ul.recruitlist li {
  margin: 40px 100px;
  padding: 0 20px 30px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

ul.recruitlist li article {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

ul.recruitlist li h2 {
  font-size: 16px;
  color: #c4922e;
  background: #fff;
  line-height: 50px;
  display: inline-block;
  font-weight: 400;
  padding: 0 10px 5px 0;
  -webkit-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  transform: translate(-10px, 0); }

ul.recruitlist li img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  padding-right: 10px;
  background: #fff;
  display: block; }

ul.recruitlist li::before {
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-top: 1px solid #dcceb3;
  display: block; }

section.endingarea {
  font-size: 14px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center; }

section.endingarea strong {
  font-size: 18px;
  font-weight: 300; }

@-webkit-keyframes scrollhover {
  0% {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px); }
  50% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  100% {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px); } }

@keyframes scrollhover {
  0% {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px); }
  50% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  100% {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px); } }

section.endingarea a {
  width: 120px;
  padding-top: 40px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(https://www.chichasanchen.com/upload/recruit_b/tw_recruit_list_19e21_auakveimdc.jpg) no-repeat center center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #b5841e;
  line-height: 1.5;
  margin-top: 30px;
  -webkit-animation: scrollhover 600ms infinite ease-in-out;
  animation: scrollhover 600ms infinite ease-in-out; }

section.endingarea a b {
  font-size: 24px;
  font-weight: 300; }

@media (max-width: 767px) {
  .bannerArea .titleBox h2 em::before {
    -webkit-transform: scale(0.6) translate(-70px, 20px);
    -ms-transform: scale(0.6) translate(-70px, 20px);
    transform: scale(0.6) translate(-70px, 20px); }
  ul.recruitlist li {
    margin: 40px 0px;
    padding: 0 5px 30px 5px; } }
