/* 20211004 */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Noto+Sans+TC:wght@100;300;400;500&family=Poppins:wght@400;600&family=Roboto:wght@300;400;500;700&display=swap");
.mapArea .mapBox > div, .mapArea .mapList li .link .icon_plus, .mapArea .arrowBox .arrow, .teaArea .Img a:before, .teaArea .Img a:after, .teaArea .Txt .more:before, .teaArea .Txt .more, .teaArea li, .newsArea .newsList .Img a:before, .bannerArea .arrowBox .arrow::after, .bannerArea .arrowBox .arrow::before, .bannerArea .arrowBox .arrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveRtoL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveRtoL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes moveLtoR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveLtoR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes moveRTbevelLB {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes moveRTbevelLB {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes moveRTbevelRB {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes moveRTbevelRB {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes progressBarHorizontal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressBarHorizontal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progressBarVertical {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes progressBarVertical {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes progressCircleAnimation {
  0% {
    stroke-dashoffset: 153.86;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes progressCircleAnimation {
  0% {
    stroke-dashoffset: 153.86;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes bannerScrollAnimation2 {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes bannerScrollAnimation2 {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
  padding: 20px;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: #fff; */
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #bca480;
  /* border-radius:  50%; */
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.titleBox .title {
  color: #00397c;
  font-size: 45px;
}
@media (max-width: 480px) {
  .titleBox .title {
    font-size: 30px;
  }
}
.titleBox em {
  display: none;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 1160px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 80px 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt .Img {
  opacity: 0;
}
.bannerArea .bannerItem .Txt .Img img {
  width: auto;
  margin: auto;
}
.bannerArea .bannerItem .Txt .title {
  color: #ffffff;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2.7px;
  text-align: center;
  margin-top: 20px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  text-align: center;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .bannerBtn {
  opacity: 0;
  padding-top: 30px;
  text-align: center;
}
.bannerArea .bannerItem .Txt .bannerBtn a {
  color: #ffffff;
  font-size: 15px;
  display: inline-block;
  letter-spacing: 0.75px;
  padding: 15px 20px;
  text-align: center;
}
.bannerArea .bannerItem .Txt .bannerBtn a:before {
  content: "";
  background-image: url(../images/icon/icon_cross.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  margin-right: 12px;
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover {
  color: #ec6e36;
}
.bannerArea .bannerItem .Txt .bannerVideo {
  display: none;
}
.bannerArea .bannerItem .Txt .bannerVideo.show {
  display: block;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 0;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding-top: 60px;
  }
  .bannerArea .bannerItem .Txt .title {
    font-size: 35px;
    letter-spacing: 2px;
  }
  .bannerArea .bannerItem .Txt .bannerBtn {
    padding-top: 10px;
  }
  .bannerArea .bannerItem .Txt .bannerBtn a {
    padding: 10px 15px;
  }
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem .Txt .bannerBtn {
    display: none;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt {
    padding-top: 50px;
  }
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
    letter-spacing: 1.5px;
  }
}
.bannerArea .bannerItem > .Img {
  position: relative;
  z-index: 1;
}
@media (max-width: 1780px) {
  .bannerArea .bannerItem > .Img.phone > img {
    height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem > .Img.mobile > img {
    height: 750px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem > .Img.phone > img {
    height: 750px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bannerArea .bannerItem.slick-current .Txt .Img {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .title {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .subtitle {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .text {
  -webkit-animation: bannerTxtAnimation 0.8s 1.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 1.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .bannerBtn {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .socialBox {
  display: none;
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox.show {
  display: block;
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
.bannerArea .socialBox .socialList li a:hover {
  color: #ec6e36;
}
.bannerArea .socialBox .socialList li a:hover svg {
  fill: #ec6e36;
}
.bannerArea .arrowBox {
  display: none;
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .arrowBox.show {
  display: block;
}
.bannerArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}
.bannerArea .arrowBox .arrow::before {
  content: "";
  border-style: solid;
  display: block;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .arrowBox .arrow::after {
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .arrowBox .arrowPrev::before {
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #fff transparent;
}
.bannerArea .arrowBox .arrowPrev:hover::before {
  border-color: transparent transparent #ec6e36 transparent;
}
.bannerArea .arrowBox .arrowNext::before {
  border-width: 9px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.bannerArea .arrowBox .arrowNext:hover::before {
  border-color: #ec6e36 transparent transparent transparent;
}
.bannerArea .progressBar {
  background-color: #fff;
  display: none;
  position: absolute;
  bottom: 100px;
  z-index: 2;
}
.bannerArea .progressBar.show {
  display: block;
}
.bannerArea .progressBar.horizontal .path, .bannerArea .progressBar.vertical .path {
  width: 100%;
  height: 2px;
  display: inline-block;
  fill: #ec6e36;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
}
.bannerArea .progressBar.horizontal .path rect, .bannerArea .progressBar.vertical .path rect {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal {
  width: 300px;
  height: 2px;
  left: 355px;
}
.bannerArea .progressBar.horizontal .path {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal .path rect {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal .path.active rect {
  -webkit-animation: progressBarHorizontal linear forwards;
          animation: progressBarHorizontal linear forwards;
}
.bannerArea .progressBar.vertical {
  width: 2px;
  height: 100px;
  right: 500px;
}
.bannerArea .progressBar.vertical .path {
  width: 2px;
  height: 100px;
}
.bannerArea .progressBar.vertical .path rect {
  width: 2px;
  height: 100px;
}
.bannerArea .progressBar.vertical .path.active rect {
  -webkit-animation: progressBarVertical linear forwards;
          animation: progressBarVertical linear forwards;
}
.bannerArea .progressBar.circle {
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  bottom: 100px;
  right: 355px;
  z-index: 3;
}
.bannerArea .progressBar.circle .path {
  width: 50px;
  height: 50px;
  fill: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 1;
  stroke-dashoffset: 0;
  stroke-dasharray: 153.86;
  stroke: #ec6e36;
  stroke-width: 3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.bannerArea .progressBar.circle .path.active circle {
  -webkit-animation: progressCircleAnimation linear forwards;
          animation: progressCircleAnimation linear forwards;
}
.bannerArea .slidePage {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  display: none;
  font-size: 20px;
  position: absolute;
  bottom: 130px;
  z-index: 2;
}
.bannerArea .slidePage.show {
  display: block;
}
.bannerArea .slidePage.current {
  left: 355px;
}
.bannerArea .slidePage.total {
  left: 365px;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: none;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    display: none !important;
  }
}
.bannerArea .scrollDown.show {
  display: block;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto";
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.6px;
}
.bannerArea .scrollDown span.line {
  width: 1px;
  height: 90px;
  margin: 12px auto auto;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  -webkit-animation: bannerScrollAnimation2 2.5s infinite forwards;
          animation: bannerScrollAnimation2 2.5s infinite forwards;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 2;
}
.bannerArea .slick-dots {
  width: 15px;
  margin: 0;
  bottom: 20%;
  right: 50px;
}
.bannerArea .slick-dots li {
  width: 100%;
  height: 15px;
  margin: 5px 0;
}
.bannerArea .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bannerArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}
.bannerArea .slick-dots li.slick-active button::before {
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 1;
}

@media (max-width: 1180px) {
  .side_social {
    display: none;
  }
}

.newsArea {
  padding: 50px 0;
  margin: 0 -20px;
}
.newsArea .newsList > li {
  float: left;
  width: 33.33%;
}
.newsArea .newsList > li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  opacity: 0;
  display: none;
}
@media (max-width: 992px) {
  .newsArea .newsList > li {
    width: 50%;
  }
  .newsArea .newsList > li:nth-child(3) {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 640px) {
  .newsArea .newsList > li {
    width: 100%;
  }
  .newsArea .newsList > li:nth-child(2) {
    opacity: 0;
    display: none;
  }
}
.newsArea .newsList li {
  padding: 0 20px;
}
@media (min-width: 641px) {
  .newsArea .newsList li {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .newsArea .newsList li:nth-child(odd) .Txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.newsArea .newsList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsArea .newsList .newsBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newsArea .newsList .newsBox.hide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.newsArea .newsList .Img .newIcon {
  display: none;
}
.newsArea .newsList .Img a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.newsArea .newsList .Img a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 5px solid transparent;
}
.newsArea .newsList .Img a:hover:before {
  border-color: #00397c;
}
.newsArea .newsList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsArea .newsList .Txt {
  position: relative;
  padding-bottom: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsArea .newsList .Txt .left {
  width: calc(100% - 95px);
}
.newsArea .newsList .Txt .right {
  width: 95px;
  padding-left: 30px;
}
.newsArea .newsList .Txt p {
  height: 50px;
  font-size: 13px;
  color: #666;
  line-height: 1.8;
}
.newsArea .newsList .Txt .title {
  height: 35px;
}
.newsArea .newsList .Txt .title a {
  display: block;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.59;
  letter-spacing: 0.75px;
  color: #3d3d3d;
}
.newsArea .newsList .Txt .title a:hover {
  color: #00397c;
}
.newsArea .newsList .Txt .newIcon {
  margin-top: 5px;
}
.newsArea .newsList .date {
  text-align: right;
}
.newsArea .newsList .date .day {
  color: #ec6e36;
  font-family: "Roboto";
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.newsArea .newsList .date .monthYear {
  color: #6b6b6b;
  font-size: 13px;
  font-family: "Roboto";
  line-height: 1.2;
}
.newsArea .slick-dots li {
  padding: 0;
}
@media (max-width: 1700px) {
  .newsArea .slick-prev {
    left: -15px;
  }
  .newsArea .slick-next {
    right: -15px;
  }
}
@media (max-width: 1440px) {
  .newsArea .slick-prev {
    left: 0;
  }
  .newsArea .slick-next {
    right: 0;
  }
}
@media (max-width: 640px) {
  .newsArea .titleBox em {
    display: none;
  }
  .newsArea .newsList .Img .newIcon {
    display: block;
    margin-bottom: 15px;
  }
  .newsArea .newsList .Txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .newsArea .newsList .Txt .newIcon {
    display: none;
  }
}

.aboutArea {
  margin-top: 40px;
  position: relative;
}
.aboutArea:before, .aboutArea:after {
  content: "";
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.aboutArea:before {
  background-image: url(../images/bg/about_wave_up.png);
  background-size: contain;
  height: 40px;
  top: 0;
}
.aboutArea:after {
  background-image: url(../images/bg/about_wave_down.png);
  height: 37px;
  bottom: 0;
}
.aboutArea .bgBox {
  position: relative;
}
.aboutArea .bgBox .bg {
  line-height: 0;
}
.aboutArea .bgBox .bg img.pc {
  height: 575px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .aboutArea .bgBox .bg img.pc {
    display: none;
  }
}
.aboutArea .bgBox .bg img.mb {
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .aboutArea .bgBox .bg img.mb {
    display: block;
    height: 640px;
  }
}
.aboutArea .wrap {
  max-width: 865px;
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: auto;
}
.aboutArea .wrap .Txt {
  width: calc(100% - 250px);
  padding-right: 80px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.aboutArea .wrap .Txt .titleBox em,
.aboutArea .wrap .Txt .titleBox .title,
.aboutArea .wrap .Txt .titleBox p {
  color: #ffffff;
}
.aboutArea .wrap .Txt .titleBox p {
  position: relative;
}
.aboutArea .wrap .Txt .titleBox p:after {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: "";
  width: 30px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.aboutArea .wrap .Txt .info {
  color: #ffffff;
  font-size: 15px;
  font-weight: 100;
  line-height: 1.6;
  letter-spacing: 0.75px;
}
.aboutArea .wrap .Img {
  width: 250px;
}
@media (max-width: 640px) {
  .aboutArea .wrap .Img img {
    width: 30%;
  }
}
@media (max-width: 320px) {
  .aboutArea .wrap .Img img {
    width: 100px;
  }
}
@media (max-width: 992px) {
  .aboutArea .wrap .Txt {
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .aboutArea .wrap {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .aboutArea .wrap .Txt,
.aboutArea .wrap .Img {
    width: 100%;
  }
  .aboutArea .wrap .Txt {
    padding-right: 0;
  }
  .aboutArea .wrap .Img {
    text-align: center;
    padding-top: 30px;
  }
}

.teaArea {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
  overflow: hidden;
}
.teaArea .teaImg01 {
  right: 0;
  top: 14%;
}
.teaArea .teaImg02 {
  left: 0;
  bottom: 0;
}
.teaArea:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 350px;
  background-color: #00397c;
  background-image: url(../images/bg/tea_wave-s.jpg);
  background-position: left bottom;
  background-size: 100% 26px;
  background-repeat: no-repeat;
}
@media (min-width: 1181px) {
  .teaArea:after {
    position: absolute;
    right: -5%;
    top: -8.9%;
    width: 353px;
    height: 351px;
    display: block;
    content: "";
    background-image: url(../images/home/tea/slogan.png);
    background-repeat: no-repeat;
    -webkit-animation: rotate 70s linear infinite;
            animation: rotate 70s linear infinite;
  }
}
.teaArea .wrap {
  position: relative;
  z-index: 2;
}
.teaArea .titleBox {
  padding-bottom: 0;
  margin-bottom: -25px;
}
.teaArea .titleBox em,
.teaArea .titleBox .title,
.teaArea .titleBox p {
  color: #ffffff;
}
.teaArea .teaList {
  min-height: 730px;
}
.teaArea .teaList > li {
  float: left;
  width: 33.33%;
}
.teaArea .teaList > li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  opacity: 0;
  display: none;
}
@media (max-width: 1366px) {
  .teaArea .teaList > li {
    width: 50%;
  }
  .teaArea .teaList > li:nth-child(3) {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 992px) {
  .teaArea .teaList > li {
    width: 100%;
  }
  .teaArea .teaList > li:nth-child(2) {
    opacity: 0;
    display: none;
  }
}
@media (min-width: 993px) {
  .teaArea li.slick-current + .slick-active {
    padding-top: 230px;
  }
  .teaArea li.slick-current + .slick-active .item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .teaArea li.slick-current + .slick-active .Txt {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .teaArea li.slick-current + .slick-active .Txt .title {
    color: #3d3d3d;
  }
  .teaArea li.slick-current + .slick-active .Txt .title a {
    color: #3d3d3d;
  }
  .teaArea li.slick-current + .slick-active .Txt p {
    color: #535353;
  }
  .teaArea li.slick-current + .slick-active svg {
    fill: #4a4a4a;
  }
  .teaArea li.slick-current + .slick-active .Img a:before, .teaArea li.slick-current + .slick-active .Img a:after {
    opacity: 1;
  }
  .teaArea li.slick-current + .slick-active .more {
    color: #ffffff;
    background-color: #00397c;
  }
  .teaArea li.slick-current + .slick-active .more:before {
    background-color: #00397c;
  }
}
.teaArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teaArea .Txt {
  color: #ffffff;
  width: 240px;
  margin-top: -50px;
}
.teaArea .Txt .title {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.1px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.teaArea .Txt .title a {
  color: #ffffff;
}
.teaArea .Txt p {
  font-size: 15px;
  font-weight: 100;
  line-height: 1.6;
  letter-spacing: 0.75px;
  height: 48px;
}
.teaArea .Txt .more {
  color: #ec6e36;
  font-size: 13px;
  font-family: "Caveat", cursive;
  font-weight: bold;
  margin-top: 30px;
  border-radius: 16px;
  background-color: #ffffff;
  text-align: center;
  max-width: 127px;
  width: 100%;
  padding: 9px 5px 9px 17px;
  display: inline-block;
  position: relative;
}
.teaArea .Txt .more:before {
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #ec6e36;
  background-image: url(../images/icon/icon_plus_m.png);
  background-repeat: no-repeat;
  background-position: center;
}
.teaArea .Txt .more:hover {
  color: #ffffff;
  background-color: #00397c;
}
.teaArea .Txt .more:hover:before {
  background-color: #00397c;
}
@media (max-width: 992px) {
  .teaArea .Txt .more {
    color: #ffffff;
    background-color: #00397c;
  }
  .teaArea .Txt .more:before {
    background-color: #00397c;
  }
}
.teaArea .Img {
  width: 240px;
}
.teaArea .Img a {
  display: block;
  position: relative;
  padding-top: 50px;
}
.teaArea .Img a:before, .teaArea .Img a:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: 0;
}
.teaArea .Img a:before {
  left: -52%;
  bottom: -50px;
  margin: auto;
  background-image: url(../images/bg/circle_big.png);
  background-size: 80%;
  background-position: center;
  width: 477px;
  height: 477px;
  z-index: -1;
  -webkit-animation: rotate 70s linear infinite;
          animation: rotate 70s linear infinite;
}
.teaArea .Img a:after {
  background-image: url(../images/home/tea/ice.png);
  left: 0;
  top: 0;
  width: 267px;
  height: 248px;
  background-size: 80%;
}
.teaArea svg {
  vertical-align: middle;
  margin-right: 10px;
}
.teaArea .slick-prev,
.teaArea .slick-next {
  top: 40%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}
.teaArea .slick-prev:before,
.teaArea .slick-next:before {
  background-color: #00397c;
}
.teaArea .slick-prev:hover:before,
.teaArea .slick-next:hover:before {
  background-color: #00397c;
}
.teaArea .slick-prev:before {
  background-image: url(../images/icon/icon_arrowPrev.png);
}
.teaArea .slick-next:before {
  background-image: url(../images/icon/icon_arrowNext.png);
}
@media (max-width: 1650px) {
  .teaArea .slick-list {
    max-width: calc(100% - 120px);
    margin: auto;
  }
  .teaArea .slick-prev {
    left: 0;
  }
  .teaArea .slick-next {
    right: 0;
  }
}
@media (max-width: 1366px) {
  .teaArea .teaList {
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  .teaArea {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .teaArea:before {
    height: 340px;
    background-size: contain;
  }
  .teaArea .teaList {
    padding-left: 0;
    min-height: 600px;
  }
  .teaArea .sideBg {
    display: block;
  }
  .teaArea .teaImg01 {
    text-align: right;
    top: 10%;
  }
  .teaArea .teaImg01 img {
    width: 75%;
  }
  .teaArea .teaImg02 {
    bottom: 15%;
  }
  .teaArea .teaImg02 img {
    width: 60%;
  }
  .teaArea .titleBox {
    margin-bottom: 30px;
  }
  .teaArea .item {
    -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;
  }
  .teaArea .Txt {
    text-align: center;
    width: 300px;
    margin: 50px auto 0;
  }
  .teaArea .Txt .title {
    color: #3d3d3d;
  }
  .teaArea .Txt .title a {
    color: #3d3d3d;
  }
  .teaArea .Txt p {
    color: #535353;
    height: auto;
  }
  .teaArea svg {
    fill: #4a4a4a;
  }
  .teaArea .Img a:before, .teaArea .Img a:after {
    opacity: 1;
  }
  .teaArea .more {
    color: #ffffff;
    background-color: #00397c;
  }
  .teaArea .more:before {
    background-color: #00397c;
  }
  .teaArea .Img {
    width: 100%;
    text-align: center;
  }
  .teaArea .Img a:before {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-size: contain;
  }
  .teaArea .Img a img {
    margin: auto;
  }
  .teaArea .Img a:after {
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-size: 80%;
    background-position: center top;
  }
}
@media (max-width: 480px) {
  .teaArea .teaImg01 img {
    width: 60%;
  }
  .teaArea .teaImg02 img {
    width: 45%;
  }
  .teaArea .Txt {
    width: 100%;
  }
  .teaArea .Img a:after {
    width: 100%;
    height: 100%;
  }
}

.mapArea {
  background-image: url(../images/bg/mapBg.jpg);
  background-repeat: repeat;
  position: relative;
  padding: 140px 0 100px 0;
}
@media (max-width: 992px) {
  .mapArea {
    padding: 50px 0;
  }
}
.mapArea:before, .mapArea:after {
  position: absolute;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  z-index: 2;
}
.mapArea:before {
  top: 0;
  background-image: url(../images/bg/mapBg_top.png);
  height: 38px;
}
.mapArea:after {
  bottom: -45px;
  background-image: url(../images/bg/mapBg_bottom.png);
  height: 45px;
}
.mapArea .wrap {
  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;
}
.mapArea .wrap .left {
  width: 790px;
  overflow: hidden;
}
.mapArea .wrap .right {
  width: 610px;
  text-align: right;
  position: relative;
}
.mapArea .wrap .mapGroup {
  margin-right: -1px;
  position: relative;
  min-height: 280px;
}
.mapArea .wrap #overseasList .mapList li .item {
  padding: 20px 28px;
}
.mapArea .wrap #overseasList .mapList li .item .listTxt {
  max-height: 45px;
}
@media (max-width: 1180px) {
  .mapArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mapArea .wrap .left {
    width: 100%;
  }
  .mapArea .wrap .right {
    display: none;
  }
  .mapArea .wrap .mapGroup {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .mapArea .wrap #overseasList .sliderBox {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.mapArea .listGroup {
  opacity: 0;
  display: none;
}
.mapArea .listGroup.current {
  opacity: 1;
  display: block;
}
.mapArea .classRowBox {
  display: none;
  padding: 0 0 30px;
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .mapArea .classRowBox {
    display: block;
  }
  .mapArea .classRowBox .mClassLink {
    display: block;
  }
}
@media (max-width: 992px) {
  .mapArea .classRowBox {
    padding-top: 30px;
  }
}
.mapArea .titleBar {
  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;
}
.mapArea .titleBar .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mapArea .titleBar .btn_area a {
  display: block;
  color: #424242;
  font-size: 22px;
}
.mapArea .titleBar .btn_area a:before {
  display: inline-block;
  margin-right: 10px;
  content: "";
  background-image: url(../images/icon/checkBox.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.mapArea .titleBar .btn_area a.current:before {
  background-image: url(../images/icon/checkBox_checked.png);
}
.mapArea .titleBar .btn_area a:first-child {
  margin-right: 30px;
}
.mapArea .titleBar .btn_area a:hover {
  color: #ec6e36;
}
@media (max-width: 992px) {
  .mapArea .titleBar {
    -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;
  }
  .mapArea .titleBar .titleBox {
    margin-bottom: 30px;
  }
}
.mapArea .sliderBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 1px;
}
.mapArea .sliderBox .mTitle {
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 1.1px;
  font-weight: 500;
  border-radius: 20px;
  background-color: #00397c;
  padding: 3px 30px 5px 30px;
  max-width: calc(100% - 100px);
}
.mapArea .sliderBox .mTitle span {
  font-family: "Roboto";
  text-transform: uppercase;
  margin-right: 10px;
}
@media (max-width: 640px) {
  .mapArea .sliderBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .mapArea .sliderBox .mTitle {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .mapArea .sliderBox .arrowBox {
    display: none;
  }
}
.mapArea .arrowBox {
  width: 94px;
  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;
}
.mapArea .arrowBox .arrow {
  width: 40px;
  height: 40px;
  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%;
  background-color: #00397c;
}
.mapArea .arrowBox .arrow.arrowPrev {
  padding-right: 2px;
}
.mapArea .arrowBox .arrow.arrowNext {
  padding-left: 2px;
}
.mapArea .arrowBox .arrow:hover {
  cursor: pointer;
  background-color: #ec6e36;
}
.mapArea .arrowBox.arrowBox_mb {
  margin: auto;
  display: none;
}
@media (max-width: 640px) {
  .mapArea .arrowBox.arrowBox_mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}
.mapArea .mapList li {
  padding: 0;
}
.mapArea .mapList li.tel .listTxt {
  height: 22px;
}
.mapArea .mapList li.addr .listTxt {
  height: auto;
  min-height: 45px;
}
.mapArea .mapList li .item {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: -1px;
  margin-bottom: -1px;
}
.mapArea .mapList li .title {
  color: #373737;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 20px;
}
.mapArea .mapList li .title a {
  color: #373737;
}
.mapArea .mapList li .title a:hover {
  color: #ec6e36;
}
.mapArea .mapList li .infoList {
  padding-bottom: 15px;
}
.mapArea .mapList li .infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #373737;
  font-size: 15px;
  padding-bottom: 14px;
}
.mapArea .mapList li .infoList li .listTitle {
  width: 120px;
  padding-right: 14px;
  position: relative;
  padding-left: 22px;
}
.mapArea .mapList li .infoList li .listTitle svg {
  width: 15px;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 3px;
}
.mapArea .mapList li .infoList li .listTxt {
  width: calc(100% - 100px);
}
.mapArea .mapList li .infoList li a {
  color: #373737;
  display: block;
  width: calc(100% - 97px);
}
.mapArea .mapList li .infoList li a:hover {
  color: #ec6e36;
}
.mapArea .mapList li .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mapArea .mapList li .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2e2e2e;
  font-size: 13px;
  margin-right: 35px;
  padding-bottom: 10px;
}
.mapArea .mapList li .link a:hover {
  color: #ec6e36;
}
.mapArea .mapList li .link a:hover .icon_plus {
  background-color: #ec6e36;
}
.mapArea .mapList li .link .icon_plus {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background-color: #00397c;
  position: relative;
  margin-right: 10px;
}
.mapArea .mapList li .link .icon_plus:before, .mapArea .mapList li .link .icon_plus:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: #ffffff;
}
.mapArea .mapList li .link .icon_plus:before {
  width: 8px;
  height: 2px;
}
.mapArea .mapList li .link .icon_plus:after {
  width: 2px;
  height: 8px;
}
@media (max-width: 1180px) {
  .mapArea .mapList li .item {
    border-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 20px 0;
  }
}
.mapArea .mapArrow {
  position: absolute;
  right: 52px;
  bottom: 20%;
  opacity: 1;
}
.mapArea .mapArrow span {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  color: #2b2b2b;
  line-height: 1.8;
  letter-spacing: 0.75px;
}
.mapArea .mapArrow:before {
  position: absolute;
  top: -5px;
  left: -95px;
  content: "";
  background-image: url(../images/icon/icon_mapArrow.png);
  background-repeat: no-repeat;
  width: 76px;
  height: 55px;
  display: block;
}
.mapArea .mapBox {
  position: relative;
  max-width: 413px;
  margin: 0 auto;
}
.mapArea .mapBox .mapIcon {
  position: absolute;
  width: 82px;
  height: 92px;
  text-align: center;
  color: #ffffff;
  font-size: 23px;
  letter-spacing: 1.15px;
  font-weight: 500;
  padding-top: 24px;
  word-wrap: break-word;
  background-image: url(../images/home/map/mapIcon.png);
  background-repeat: no-repeat;
  display: block;
  font-size: 13px;
}
.mapArea .mapBox > div {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.mapArea .mapBox > div.current, .mapArea .mapBox > div.hover {
  opacity: 1;
}
.mapArea .mapBox .map_keelung {
  top: 5.05%;
  right: 13.5%;
}
.mapArea .mapBox .map_keelung .mapIcon {
  right: -60%;
  bottom: 60%;
}
.mapArea .mapBox .map_tipei {
  top: 4.1%;
  right: 20.5%;
}
.mapArea .mapBox .map_tipei .mapIcon {
  right: -35%;
  bottom: 55%;
}
.mapArea .mapBox .map_newtaipei {
  top: 1.5%;
  right: 4.2%;
}
.mapArea .mapBox .map_newtaipei .mapIcon {
  left: 10%;
}
.mapArea .mapBox .map_taoyuan {
  top: 6.4%;
  right: 29.7%;
}
.mapArea .mapBox .map_taoyuan .mapIcon {
  right: 0;
  bottom: 50%;
}
.mapArea .mapBox .map_hsinchu {
  top: 11.5%;
  right: 33.2%;
}
.mapArea .mapBox .map_hsinchu .mapIcon {
  right: 15%;
  bottom: 50%;
}
.mapArea .mapBox .map_miaoli {
  top: 17.4%;
  right: 40.1%;
}
.mapArea .mapBox .map_miaoli .mapIcon {
  left: 5%;
  bottom: 50%;
}
.mapArea .mapBox .map_taichung {
  top: 25.7%;
  left: 20.5%;
}
.mapArea .mapBox .map_taichung .mapIcon {
  left: 3%;
  bottom: 35%;
}
.mapArea .mapBox .map_changhua {
  top: 32.3%;
  left: 10.6%;
}
.mapArea .mapBox .map_changhua .mapIcon {
  left: 3%;
  bottom: 40%;
}
.mapArea .mapBox .map_nantou {
  top: 31.3%;
  right: 36%;
}
.mapArea .mapBox .map_nantou .mapIcon {
  left: 0;
  right: 0;
  top: 10%;
  margin: auto;
}
.mapArea .mapBox .map_yunlin {
  top: 42.3%;
  left: 4.7%;
}
.mapArea .mapBox .map_yunlin .mapIcon {
  left: 5%;
  bottom: 60%;
}
.mapArea .mapBox .map_chiayi {
  top: 48.2%;
  left: 4%;
}
.mapArea .mapBox .map_chiayi .mapIcon {
  right: 20%;
  bottom: 60%;
}
.mapArea .mapBox .map_tainan {
  top: 54.3%;
  left: 0;
}
.mapArea .mapBox .map_tainan .mapIcon {
  left: 10%;
  bottom: 40%;
}
.mapArea .mapBox .map_kaohsiung {
  top: 52.8%;
  left: 6.6%;
}
.mapArea .mapBox .map_kaohsiung .mapIcon {
  right: 14%;
}
.mapArea .mapBox .map_pingtung {
  top: 69.15%;
  left: 19%;
}
.mapArea .mapBox .map_taitung {
  top: 53.5%;
  right: 29%;
}
.mapArea .mapBox .map_taitung .mapIcon {
  right: 26%;
  top: 15%;
}
.mapArea .mapBox .map_hualien {
  top: 27.6%;
  right: 15.5%;
}
.mapArea .mapBox .map_hualien .mapIcon {
  right: 20%;
  top: 20%;
}
.mapArea .mapBox .map_yilan {
  top: 10.5%;
  right: 5.7%;
}
.mapArea .mapBox .map_yilan .mapIcon {
  left: 0;
  right: 0;
  margin: auto;
}

.joinArea .joinList li {
  position: relative;
}
.joinArea .joinList li .bg {
  line-height: 0;
}
.joinArea .joinList li .bg img {
  height: 795px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .joinArea .joinList li .bg img.pc {
    display: none;
  }
}
.joinArea .joinList li .bg img.mb {
  display: none;
}
@media (max-width: 768px) {
  .joinArea .joinList li .bg img.mb {
    display: block;
    height: 640px;
  }
}
@media (max-width: 440px) {
  .joinArea .joinList li .bg img.mb {
    height: 600px;
  }
}
.joinArea .joinList li .item {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
}
.joinArea .joinList li .item .circleList {
  width: 430px;
  margin-left: 70px;
}
.joinArea .joinList li .item .circleList .circleItem {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #ed6d34;
  -webkit-animation: floating 5s infinite ease-in-out;
          animation: floating 5s infinite ease-in-out;
}
.joinArea .joinList li .item .circleList .circleItem a {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.joinArea .joinList li .item .circleList .circleItem .title {
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0.85px;
  text-align: center;
  padding-top: 10px;
}
.joinArea .joinList li .item .circleList .circleItem:nth-child(1) {
  width: 161px;
  height: 161px;
  margin-left: 34px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.joinArea .joinList li .item .circleList .circleItem:nth-child(2) {
  width: 203px;
  height: 203px;
  margin-right: 0;
  margin-left: auto;
  margin-top: -7px;
  position: relative;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.joinArea .joinList li .item .circleList .circleItem:nth-child(2):before {
  position: absolute;
  content: "";
  background-image: url(../images/bg/circle_big_orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 233px;
  height: 233px;
  display: block;
  -webkit-animation: rotate 60s linear infinite;
          animation: rotate 60s linear infinite;
  pointer-events: none;
}
.joinArea .joinList li .item .circleList .circleItem:nth-child(2) svg {
  margin: 20px auto 0;
}
.joinArea .joinList li .item .circleList .circleItem:nth-child(2) .title {
  padding-top: 15px;
}
.joinArea .joinList li .item .circleList .circleItem:nth-child(3) {
  width: 143px;
  height: 143px;
  margin-top: -33px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.joinArea .joinList li .item .circleList .circleItem:nth-child(4) {
  width: 137px;
  height: 137px;
  margin-right: 18px;
  margin-left: auto;
  margin-top: -72px;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.joinArea .joinList li .item .slogan {
  color: #f2f2f2;
  width: 360px;
  padding-top: 100px;
  margin-right: 100px;
}
.joinArea .joinList li .item .slogan .ch {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.1px;
}
.joinArea .joinList li .item .slogan .ch span {
  display: block;
  padding-left: 40px;
}
.joinArea .joinList li .item .slogan .en {
  font-size: 19px;
  font-family: "Caveat", cursive;
  letter-spacing: 0.95px;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .joinArea .joinList li .item {
    -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;
  }
  .joinArea .joinList li .item .circleList {
    margin-left: 0;
    width: 90%;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(2) {
    margin-top: -140px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(3) {
    margin-top: 30px;
  }
  .joinArea .joinList li .item .slogan {
    padding-top: 50px;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .joinArea .joinList li .item .circleList {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .joinArea .joinList li .item .circleList .circleItem .title {
    font-size: 14px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(1) {
    width: 128px;
    height: 128px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(1) svg {
    width: 51px;
    height: 40px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(2) {
    margin-right: 20px;
    width: 161px;
    height: 161px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(2):before {
    width: 186px;
    height: 186px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(2) svg {
    width: 124px;
    height: 38px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(3) {
    width: 114px;
    height: 114px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(3) svg {
    width: 25px;
    height: 39px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(4) {
    width: 110px;
    height: 110px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(4) svg {
    width: 29px;
    height: 32px;
  }
}
@media (max-width: 440px) {
  .joinArea .joinList li .item .circleList {
    padding-top: 50px;
  }
  .joinArea .joinList li .item .circleList .circleItem .title {
    font-size: 13px;
    padding-top: 5px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(1) {
    width: 105px;
    height: 105px;
    margin-left: 10px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(1) svg {
    width: 41px;
    height: 30px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(2) {
    width: 131px;
    height: 131px;
    margin-right: 10px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(2):before {
    width: 156px;
    height: 156px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(2) svg {
    width: 114px;
    height: 28px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(3) {
    width: 91px;
    height: 91px;
    margin-top: 50px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(3) svg {
    width: 20px;
    height: 34px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(4) {
    width: 90px;
    height: 90px;
  }
  .joinArea .joinList li .item .circleList .circleItem:nth-child(4) svg {
    width: 25px;
    height: 28px;
  }
  .joinArea .joinList li .item .slogan {
    width: 100%;
    padding-top: 30px;
  }
  .joinArea .joinList li .item .slogan .ch {
    font-size: 20px;
  }
  .joinArea .joinList li .item .slogan .ch span {
    padding-left: 0;
  }
  .joinArea .joinList li .item .slogan .en {
    font-size: 17px;
  }
}