@charset "UTF-8";
.healthArea .healthBox svg path.bluePath, .healthArea .healthBox svg, .benefitsArea .benefitsBox .benefitsList .Img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*ESG共通樣式*/
.introArea {
  padding-top: 118px;
  padding-bottom: 140px;
}
@media (max-width: 1200px) {
  .introArea {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .introArea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.introArea .introBox {
  line-height: 1.525;
}
.introArea .introBox .introItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.introArea .introBox .introItem .Img {
  width: 50.5%;
  max-width: 745px;
}
.introArea .introBox .introItem .Img .vediozone {
  height: 450px;
}
@media (max-width: 700px) {
  .introArea .introBox .introItem .Img .vediozone {
    height: 300px;
  }
}
@media (max-width: 450px) {
  .introArea .introBox .introItem .Img .vediozone {
    height: 250px;
  }
}
.introArea .introBox .introItem .Img img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.introArea .introBox .introItem .Txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 58px;
  padding-left: 80px;
}
.introArea .introBox .introItem .Txt .titleBox .titleTw {
  max-width: 90%;
  line-height: 1.5;
  letter-spacing: 1.7px;
}
.introArea .introBox .introItem .Txt .titleBox .titleEn {
  margin-top: 5px;
}
.introArea .introBox .introItem .Txt .titleBox .text {
  color: #444;
  font-size: 17px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
@media (max-width: 1200px) {
  .introArea .introBox .introItem .Txt .titleBox .text {
    line-height: 1.4;
  }
}
@media (max-width: 640px) {
  .introArea .introBox .introItem .Txt .titleBox .text {
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  .introArea .introBox .introItem .Txt {
    padding-top: 30px;
    padding-left: 40px;
  }
  .introArea .introBox .introItem .Txt .titleBox .titleTw {
    max-width: 100%;
    letter-spacing: 1px;
  }
}
@media (max-width: 1280px) {
  .introArea .introBox .introItem .Txt {
    padding-top: 0px;
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .introArea .introBox .introItem {
    display: block;
  }
  .introArea .introBox .introItem .Img {
    width: 100%;
    margin-bottom: 30px;
  }
  .introArea .introBox .introItem .Txt {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-left: 0;
  }
}

.benefitsArea {
  padding-top: 100px;
  padding-bottom: 180px;
}
@media (max-width: 1200px) {
  .benefitsArea {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .benefitsArea {
    padding: 40px 0;
  }
}
.benefitsArea .benefitsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  position: relative;
}
@media (max-width: 1024px) {
  .benefitsArea .benefitsBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.benefitsArea .benefitsBox .benefitsList {
  width: 100%;
}
.benefitsArea .benefitsBox .benefitsList .Txt .title {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.25;
  letter-spacing: 1px;
}
.benefitsArea .benefitsBox .benefitsList .Txt .title a {
  color: #222;
}
@media (min-width: 1201px) {
  .benefitsArea .benefitsBox .benefitsList .Txt .title a:hover {
    color: #1e42b4;
  }
}
@media (max-width: 1200px) {
  .benefitsArea .benefitsBox .benefitsList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .benefitsArea .benefitsBox .benefitsList .Txt .title {
    font-size: 18px;
    line-height: 1.4;
  }
}
.benefitsArea .benefitsBox .benefitsList .Txt .text {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
  color: #444;
  font-size: 17px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .benefitsArea .benefitsBox .benefitsList .Txt .text {
    line-height: 1.4;
  }
}
@media (max-width: 640px) {
  .benefitsArea .benefitsBox .benefitsList .Txt .text {
    font-size: 15px;
  }
}
.benefitsArea .benefitsBox .benefitsList .Txt .text::before {
  content: "";
  width: 45px;
  height: 3px;
  background-color: #3dae2b;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.benefitsArea .benefitsBox .benefitsList .Txt .text::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #1e42b4;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.benefitsArea .benefitsBox .benefitsList .Img {
  overflow: hidden;
}
.benefitsArea .benefitsBox .benefitsList .Img img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
@media (min-width: 1201px) {
  .benefitsArea .benefitsBox .benefitsList .Img:hover img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
.benefitsArea .benefitsBox .benefitsList.top {
  max-width: 435px;
}
.benefitsArea .benefitsBox .benefitsList.top .item {
  display: block;
}
.benefitsArea .benefitsBox .benefitsList.top .Img {
  width: 100%;
}
.benefitsArea .benefitsBox .benefitsList.top .Txt {
  padding-top: 20px;
}
.benefitsArea .benefitsBox .benefitsList.odd, .benefitsArea .benefitsBox .benefitsList.even {
  max-width: 545px;
}
.benefitsArea .benefitsBox .benefitsList.odd.noTop, .benefitsArea .benefitsBox .benefitsList.even.noTop {
  max-width: 600px;
}
.benefitsArea .benefitsBox .benefitsList.odd .benefitsItem:not(:last-child), .benefitsArea .benefitsBox .benefitsList.even .benefitsItem:not(:last-child) {
  margin-bottom: 85px;
}
.benefitsArea .benefitsBox .benefitsList.odd .item, .benefitsArea .benefitsBox .benefitsList.even .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.benefitsArea .benefitsBox .benefitsList.odd .Img, .benefitsArea .benefitsBox .benefitsList.even .Img {
  width: 225px;
}
.benefitsArea .benefitsBox .benefitsList.odd .Txt, .benefitsArea .benefitsBox .benefitsList.even .Txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.benefitsArea .benefitsBox .benefitsList.odd .Txt .text, .benefitsArea .benefitsBox .benefitsList.even .Txt .text {
  height: 100px;
}
.benefitsArea .benefitsBox .benefitsList.odd {
  padding-right: 80px;
}
.benefitsArea .benefitsBox .benefitsList.odd.noTop {
  padding-right: 40px;
}
.benefitsArea .benefitsBox .benefitsList.odd .benefitsItem:nth-child(odd) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.benefitsArea .benefitsBox .benefitsList.odd .benefitsItem:nth-child(odd) .Txt {
  padding-right: 25px;
}
.benefitsArea .benefitsBox .benefitsList.odd .benefitsItem:nth-child(even) .Txt {
  padding-left: 25px;
}
.benefitsArea .benefitsBox .benefitsList.even {
  padding-left: 80px;
}
.benefitsArea .benefitsBox .benefitsList.even.noTop {
  padding-left: 40px;
}
.benefitsArea .benefitsBox .benefitsList.even .benefitsItem:nth-child(odd) .Txt {
  padding-left: 25px;
}
.benefitsArea .benefitsBox .benefitsList.even .benefitsItem:nth-child(even) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.benefitsArea .benefitsBox .benefitsList.even .benefitsItem:nth-child(even) .Txt {
  padding-right: 25px;
}
@media (max-width: 1440px) {
  .benefitsArea .benefitsBox .benefitsList.odd .Img, .benefitsArea .benefitsBox .benefitsList.even .Img {
    width: 180px;
  }
  .benefitsArea .benefitsBox .benefitsList.odd {
    padding-right: 40px;
  }
  .benefitsArea .benefitsBox .benefitsList.even {
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  .benefitsArea .benefitsBox .benefitsList.top {
    max-width: 320px;
  }
  .benefitsArea .benefitsBox .benefitsList.odd .benefitsItem:not(:last-child), .benefitsArea .benefitsBox .benefitsList.even .benefitsItem:not(:last-child) {
    margin-bottom: 60px;
  }
  .benefitsArea .benefitsBox .benefitsList.odd .Img, .benefitsArea .benefitsBox .benefitsList.even .Img {
    width: 160px;
  }
  .benefitsArea .benefitsBox .benefitsList.odd .benefitsItem:nth-child(odd) .Txt {
    padding-right: 15px;
  }
  .benefitsArea .benefitsBox .benefitsList.odd .benefitsItem:nth-child(even) .Txt {
    padding-left: 15px;
  }
  .benefitsArea .benefitsBox .benefitsList.even .benefitsItem:nth-child(odd) .Txt {
    padding-left: 15px;
  }
  .benefitsArea .benefitsBox .benefitsList.even .benefitsItem:nth-child(even) .Txt {
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .benefitsArea .benefitsBox .benefitsList.top {
    max-width: 600px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  .benefitsArea .benefitsBox .benefitsList.odd, .benefitsArea .benefitsBox .benefitsList.even {
    max-width: 50%;
  }
  .benefitsArea .benefitsBox .benefitsList.odd {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 25px;
  }
  .benefitsArea .benefitsBox .benefitsList.even {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .benefitsArea .benefitsBox .benefitsList.odd, .benefitsArea .benefitsBox .benefitsList.even {
    width: 50%;
    max-width: 360px;
  }
  .benefitsArea .benefitsBox .benefitsList.odd .benefitsItem:not(:last-child), .benefitsArea .benefitsBox .benefitsList.even .benefitsItem:not(:last-child) {
    margin-bottom: 25px;
  }
  .benefitsArea .benefitsBox .benefitsList.odd .item, .benefitsArea .benefitsBox .benefitsList.even .item {
    display: block;
  }
  .benefitsArea .benefitsBox .benefitsList.odd .Img, .benefitsArea .benefitsBox .benefitsList.even .Img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 15px;
  }
  .benefitsArea .benefitsBox .benefitsList.odd .Txt, .benefitsArea .benefitsBox .benefitsList.even .Txt {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .benefitsArea .benefitsBox .benefitsList.odd {
    padding-right: 15px;
  }
  .benefitsArea .benefitsBox .benefitsList.odd .benefitsItem:nth-child(odd) .Txt {
    padding-right: 0;
  }
  .benefitsArea .benefitsBox .benefitsList.odd .benefitsItem:nth-child(even) .Txt {
    padding-left: 0;
  }
  .benefitsArea .benefitsBox .benefitsList.even {
    padding-left: 15px;
  }
  .benefitsArea .benefitsBox .benefitsList.even .benefitsItem:nth-child(odd) .Txt {
    padding-left: 0;
  }
  .benefitsArea .benefitsBox .benefitsList.even .benefitsItem:nth-child(even) .Txt {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .benefitsArea .benefitsBox .benefitsList.odd .benefitsItem:not(:last-child), .benefitsArea .benefitsBox .benefitsList.even .benefitsItem:not(:last-child) {
    margin-bottom: 15px;
  }
  .benefitsArea .benefitsBox .benefitsList.odd .Txt .text, .benefitsArea .benefitsBox .benefitsList.even .Txt .text {
    height: 60px;
  }
}
@media (max-width: 480px) {
  .benefitsArea .benefitsBox .benefitsList.odd {
    padding-right: 8px;
  }
  .benefitsArea .benefitsBox .benefitsList.even {
    padding-left: 8px;
  }
}
.benefitsArea .btnBox {
  max-width: 670px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px auto 0;
}
@media (max-width: 400px) {
  .benefitsArea .btnBox {
    display: block;
  }
  .benefitsArea .btnBox .btn + .btn {
    margin-top: 20px;
  }
}

.employeeArea .employeeBox {
  min-height: 595px;
  position: relative;
}
@media (max-width: 1024px) {
  .employeeArea .employeeBox {
    min-height: 500px;
  }
}
.employeeArea .employeeBox .Img {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.employeeArea .employeeBox .Img .simpleParallax {
  height: 100%;
}
.employeeArea .employeeBox .Img img {
  -o-object-position: center right;
     object-position: center right;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .employeeArea .employeeBox .Img img {
    opacity: 0.8;
  }
}
.employeeArea .employeeBox .Txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.employeeArea .employeeBox .Txt .titleBox .text {
  margin-top: 0;
  margin-bottom: 20px;
}
.employeeArea .employeeBox .Txt .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.employeeArea .employeeBox .Txt .btnBox .btn {
  max-width: 270px;
}

.healthArea {
  padding-top: 175px;
  padding-bottom: 210px;
}
@media (max-width: 1200px) {
  .healthArea {
    padding: 60px 0 120px;
  }
}
@media (max-width: 1024px) {
  .healthArea {
    padding: 40px 0;
  }
}
.healthArea.show .healthBox svg {
  opacity: 1;
  -webkit-transform: translate(0, -5%);
          transform: translate(0, -5%);
}
.healthArea .healthBox {
  margin-top: 120px;
  position: relative;
}
.healthArea .healthBox svg {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  -webkit-transform: translate(0, -2%);
          transform: translate(0, -2%);
  width: 100%;
  height: 116%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.healthArea .healthBox svg path {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 2;
  position: relative;
}
.healthArea .healthBox svg path.grayPath {
  stroke: #ddd;
}
.healthArea .healthBox svg path.bluePath {
  -webkit-animation: dashBlue 3s ease-in-out alternate infinite;
          animation: dashBlue 3s ease-in-out alternate infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  opacity: 0;
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
  stroke: #173bad;
}
.healthArea .healthBox svg path.show {
  opacity: 1;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media (max-width: 1280px) {
  .healthArea .healthBox svg {
    display: none;
  }
}
@media (max-width: 1200px) {
  .healthArea .healthBox {
    margin-top: 60px;
  }
  .healthArea .healthBox::before {
    display: none;
  }
}
.healthArea .healthBox .healthList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.healthArea .healthBox .healthItem {
  width: 33.3333333333%;
  padding: 0 85px 30px;
  position: relative;
}
.healthArea .healthBox .healthItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.healthArea .healthBox .healthItem .Img img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.healthArea .healthBox .healthItem .Txt .numberBox {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
}
.healthArea .healthBox .healthItem .Txt .numberBox .number {
  font-size: 50px;
  line-height: 0.8;
}
.healthArea .healthBox .healthItem .Txt .numberBox .sup {
  font-size: 35px;
  margin-bottom: 15px;
}
.healthArea .healthBox .healthItem .Txt .numberBox .symbol {
  font-size: 30px;
  margin-left: 5px;
}
.healthArea .healthBox .healthItem .Txt .numberBox .unitText {
  font-size: 20px;
  margin-left: 3px;
  margin-bottom: 3px;
}
.healthArea .healthBox .healthItem .Txt .title {
  color: #222;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.25;
  letter-spacing: 1px;
  margin-top: 10px;
}
.healthArea .healthBox .healthItem .Txt .title a {
  color: #222;
}
@media (min-width: 1201px) {
  .healthArea .healthBox .healthItem .Txt .title a:hover {
    color: #1e42b4;
  }
}
@media (max-width: 1200px) {
  .healthArea .healthBox .healthItem .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .healthArea .healthBox .healthItem .Txt .title {
    font-size: 18px;
    line-height: 1.4;
  }
}
.healthArea .healthBox .healthItem .Txt .text {
  height: 125px;
  margin-top: 35px;
  padding-top: 40px;
  position: relative;
  color: #888;
  font-size: 17px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .healthArea .healthBox .healthItem .Txt .text {
    line-height: 1.4;
  }
}
@media (max-width: 640px) {
  .healthArea .healthBox .healthItem .Txt .text {
    font-size: 15px;
  }
}
.healthArea .healthBox .healthItem .Txt .text::before {
  content: "";
  width: 45px;
  height: 3px;
  background-color: #3dae2b;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.healthArea .healthBox .healthItem .Txt .text::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #1e42b4;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.healthArea .healthBox .healthItem:nth-child(odd) .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.healthArea .healthBox .healthItem:nth-child(odd) .Txt {
  margin-top: 45px;
}
.healthArea .healthBox .healthItem:nth-child(even) {
  top: 70px;
}
.healthArea .healthBox .healthItem:nth-child(even) .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.healthArea .healthBox .healthItem:nth-child(even) .Txt {
  margin-bottom: 65px;
}
@media (max-width: 1440px) {
  .healthArea .healthBox .healthItem .Txt .numberBox .number {
    font-size: 45px;
  }
  .healthArea .healthBox .healthItem .Txt .numberBox .sup {
    font-size: 30px;
  }
  .healthArea .healthBox .healthItem .Txt .numberBox .symbol {
    font-size: 25px;
  }
  .healthArea .healthBox .healthItem .Txt .numberBox .unitText {
    font-size: 18px;
  }
  .healthArea .healthBox .healthItem .Txt .text {
    margin-top: 25px;
    padding-top: 30px;
  }
}
@media (max-width: 1280px) {
  .healthArea .healthBox .healthItem {
    padding-left: 65px;
    padding-right: 65px;
  }
  .healthArea .healthBox .healthItem:nth-child(odd) .Txt {
    margin-top: 20px;
  }
  .healthArea .healthBox .healthItem:nth-child(even) .Txt {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .healthArea .healthBox .healthItem {
    padding-left: 25px;
    padding-right: 25px;
  }
  .healthArea .healthBox .healthItem .Txt .text {
    height: 105px;
  }
  .healthArea .healthBox .healthItem:nth-child(even) {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .healthArea .healthBox .healthItem {
    padding-left: 20px;
    padding-right: 20px;
  }
  .healthArea .healthBox .healthItem .Txt .numberBox .number {
    font-size: 38px;
  }
  .healthArea .healthBox .healthItem .Txt .numberBox .sup {
    font-size: 24px;
  }
  .healthArea .healthBox .healthItem .Txt .numberBox .symbol {
    font-size: 20px;
  }
  .healthArea .healthBox .healthItem .Txt .numberBox .unitText {
    font-size: 16px;
  }
  .healthArea .healthBox .healthItem .Txt .text {
    margin-top: 16px;
    padding-top: 20px;
  }
  .healthArea .healthBox .healthItem:nth-child(odd) .Txt {
    margin-top: 15px;
  }
  .healthArea .healthBox .healthItem:nth-child(even) .Txt {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .healthArea .healthBox .healthItem {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .healthArea .healthBox .healthItem .Img {
    max-width: 400px;
    margin: 0 auto;
  }
  .healthArea .healthBox .healthItem:nth-child(even) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.applyArea {
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .applyArea {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .applyArea {
    padding-bottom: 40px;
  }
}
.applyArea .wrap {
  border-top: 2px solid #ebebeb;
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .applyArea .wrap {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .applyArea .wrap {
    padding-top: 40px;
  }
}
.applyArea .titleBox .text {
  font-size: 17px;
  margin-top: 25px;
}
.applyArea .applyBox {
  max-width: 1085px;
  margin: 0 auto;
}
.applyArea .applyBox .infoList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-top: 50px;
  padding-left: 0;
}
@media (max-width: 1200px) {
  .applyArea .applyBox .infoList {
    display: block;
  }
}
.applyArea .applyBox .infoList .infoItem {
  width: calc(50% - 20px);
  border-top: 3px solid #ebebeb;
  border-bottom: 3px solid #ebebeb;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 45px 20px;
  word-break: break-word;
}
.applyArea .applyBox .infoList .infoItem:nth-child(odd) {
  margin-right: 40px;
}
.applyArea .applyBox .infoList .infoItem.tel .title::before {
  content: "\f2a0";
  -webkit-transform: translateY(-2px) rotate(-45deg);
          transform: translateY(-2px) rotate(-45deg);
}
.applyArea .applyBox .infoList .infoItem.mail .title::before {
  content: "\f003";
}
.applyArea .applyBox .infoList .infoItem .title {
  color: #222;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.applyArea .applyBox .infoList .infoItem .title::before {
  display: block;
  font-size: 26px;
  font-family: FontAwesome;
  margin-right: 15px;
}
.applyArea .applyBox .infoList .infoItem .title::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ddd;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .applyArea .applyBox .infoList .infoItem {
    width: 100%;
    margin-bottom: 25px;
  }
  .applyArea .applyBox .infoList .infoItem:nth-child(odd) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .applyArea .applyBox .infoList .infoItem {
    font-size: 20px;
    padding: 30px 10px;
  }
}
@media (max-width: 480px) {
  .applyArea .applyBox .infoList .infoItem {
    border-width: 2px;
    display: block;
    font-size: 18px;
    padding: 20px 10px;
  }
  .applyArea .applyBox .infoList .infoItem .title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .applyArea .applyBox .infoList .infoItem .title::after {
    display: none;
  }
}
.applyArea .applyBox .btnBox {
  max-width: 670px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 0;
}
@media (max-width: 400px) {
  .applyArea .applyBox .btnBox {
    display: block;
  }
  .applyArea .applyBox .btnBox .btn + .btn {
    margin-top: 20px;
  }
}