@keyframes bannerFadeIn {
  0% {
    opacity: 0;
    transform: scale(2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bannerMove1 {
  0% {
    top: 10%;
    left: 50%;
  }
  50% {
    top: 10%;
    left: 10.5%;
  }
  100% {
    top: 25.5%;
    left: 10.5%;
  }
}
@keyframes bannerMove2 {
  0% {
    top: 10%;
    left: 50%;
  }
  50% {
    top: 10%;
    left: 41.1%;
  }
  100% {
    top: 40%;
    left: 41.1%;
  }
}
@keyframes bannerMove3 {
  0% {
    top: 10%;
    left: 50%;
  }
  50% {
    top: 10%;
    left: 52.3%;
  }
  100% {
    top: 79%;
    left: 52.3%;
  }
}
@keyframes bannerMove4 {
  0% {
    top: 10%;
    left: 50%;
  }
  50% {
    top: 10%;
    left: 65.7%;
  }
  100% {
    top: 66.1%;
    left: 65.7%;
  }
}
@keyframes bannerMove5 {
  0% {
    top: 10%;
    left: 50%;
  }
  50% {
    top: 10%;
    left: 77.4%;
  }
  100% {
    top: 83.8%;
    left: 77.4%;
  }
}
@keyframes bannericonTarget1 {
  0% {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
  }
  10% {
    opacity: 0.5;
    transform: scale(1.5);
    filter: blur(2px);
  }
  25% {
    transform: scale(1.25);
    filter: blur(1px);
  }
  50% {
    transform: scale(0.8);
    filter: blur(0);
  }
  75% {
    transform: scale(1.1);
    filter: blur(1px);
  }
  100% {
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes bannericonTarget2 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
    filter: blur(2px);
  }
  5% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
    filter: blur(2px);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0);
  }
}
.bannerArea .bannerBox li.show .title {
  transition: all 0.6s 6.5s ease;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1180px) {
  .bannerArea .bannerBox li.show .title {
    transition-delay: 0.2s;
  }
}
.bannerArea .bannerBox li.show .subTitle {
  transition: all 0.6s 7.1s ease;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1180px) {
  .bannerArea .bannerBox li.show .subTitle {
    transition-delay: 0.4s;
  }
}
.bannerArea .bannerBox li.show .text p {
  transition: all 0.6s 7.7s ease;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1180px) {
  .bannerArea .bannerBox li.show .text p {
    transition-delay: 0.8s;
  }
}
.bannerArea .bannerBox li.show .btnBox {
  transition: all 0.6s 8.3s ease;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1180px) {
  .bannerArea .bannerBox li.show .btnBox {
    transition-delay: 1.2s;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox {
    margin: 0;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(1) {
    animation: bannerFadeIn 0.8s 0.2s cubic-bezier(1, -2, 0, 2) both, bannerMove1 0.8s ease 1.2s both;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(1) .iconTitle:before {
    height: 100%;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(1) .iconTitle:after {
    width: 100%;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(1) .iconTarget:before {
    animation: bannericonTarget1 0.8s 2.5s ease both;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(1) .iconTarget:after {
    animation: bannericonTarget2 0.8s 2s ease both;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(2) {
    animation: bannerFadeIn 0.8s 0.7s cubic-bezier(1, -2, 0, 2) both, bannerMove2 0.8s ease 1.7s both;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(2) .iconTitle:before {
    width: 100%;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(2) .iconTitle:after {
    height: 100%;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(2) .iconTarget:before {
    animation: bannericonTarget1 0.8s 3s ease both;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(2) .iconTarget:after {
    animation: bannericonTarget2 0.8s 2.5s ease both;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(3) {
    animation: bannerFadeIn 0.8s 1.2s cubic-bezier(1, -2, 0, 2) both, bannerMove3 0.8s ease 2.2s both;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(3) .iconTitle:before {
    height: 100%;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(3) .iconTitle:after {
    width: 100%;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(3) .iconTarget:before {
    animation: bannericonTarget1 0.8s 3.5s ease both;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(3) .iconTarget:after {
    animation: bannericonTarget2 0.8s 3s ease both;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(4) {
    animation: bannerFadeIn 0.8s 1.7s cubic-bezier(1, -2, 0, 2) both, bannerMove4 0.8s ease 2.7s both;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(4) .iconTitle:before {
    width: 100%;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(4) .iconTitle:after {
    height: 100%;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(4) .iconTarget:before {
    animation: bannericonTarget1 0.8s 4s ease both;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(4) .iconTarget:after {
    animation: bannericonTarget2 0.8s 3.5s ease both;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(5) {
    animation: bannerFadeIn 0.8s 2.2s cubic-bezier(1, -2, 0, 2) both, bannerMove5 0.8s ease 3.2s both;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(5) .iconTitle:before {
    width: 100%;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(5) .iconTitle:after {
    height: 100%;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(5) .iconTarget:before {
    animation: bannericonTarget1 0.8s 4.5s ease both;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox:nth-of-type(5) .iconTarget:after {
    animation: bannericonTarget2 0.8s 4s ease both;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox .iconTitle:before {
    transition: all 0.4s 5.3s linear;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox .iconTitle:after {
    transition: all 0.4s 5.7s linear;
  }
  .bannerArea .bannerBox li.show .bannerItemBox .iconTargetBox .iconTitle .s_title {
    transition: all 0.4s 6.1s ease;
    opacity: 1;
  }
}
.bannerArea .bannerBox li .title {
  transform: translateY(30px);
  opacity: 0;
}
@media (max-width: 640px) {
  .bannerArea .bannerBox li .title {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.bannerArea .bannerBox li .subTitle {
  transform: translateY(30px);
  opacity: 0;
}
@media (max-width: 640px) {
  .bannerArea .bannerBox li .subTitle {
    font-size: 16px;
  }
}
.bannerArea .bannerBox li .Txt {
  top: 65%;
}
@media (max-width: 1180px) {
  .bannerArea .bannerBox li .Txt {
    top: 40%;
  }
}
.bannerArea .bannerBox li .text p {
  transform: translateY(30px);
  opacity: 0;
}
.bannerArea .bannerBox li .btnBox {
  transform: translateY(30px);
  opacity: 0;
}
@media (max-width: 640px) {
  .bannerArea .bannerBox li .btnBox {
    margin-top: 30px;
  }
}
.bannerArea .bannerMask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItemBox {
    background-color: #eeeeee;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItemBox .bannerItemList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTargetBox {
    cursor: pointer;
    position: absolute;
    top: 10%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border: 1px solid #fff;
    opacity: 0;
  }
  .bannerArea .bannerItemBox .iconTargetBox.showUp {
    z-index: 1;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(1) {
    border-top: none;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(1):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 1px;
    background-color: #fff;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(1):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 1px;
    background-color: #fff;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(1) .iconTitle {
    bottom: 50%;
    left: 50%;
    width: 180px;
    height: 7.5vw;
  }
}
@media (min-width: 1181px) and (max-width: 1530px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(1) .iconTitle {
    width: 100px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(1) .iconTitle:before {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0%;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(1) .iconTitle:after {
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(1) .iconTitle .s_title {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(15px, -50%);
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(1) .itemBox {
    top: 100%;
    left: 0;
    margin-top: 40px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(2) {
    border-left: none;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(2):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 13px;
    background-color: #fff;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(2):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 21px;
    background-color: #fff;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(2) .iconTitle {
    bottom: 50%;
    right: 50%;
    width: 115px;
    height: 7.3vw;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(2) .iconTitle:before {
    bottom: 0;
    right: 0;
    width: 0%;
    height: 1px;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(2) .iconTitle:after {
    left: 0;
    bottom: 0;
    width: 1px;
    height: 0%;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(2) .iconTitle .s_title {
    position: absolute;
    bottom: 100%;
    left: 0;
    transform: translate(-50%, -10px);
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(2) .itemBox {
    top: 100%;
    left: -85px;
    margin-top: 40px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(3) {
    border-top: none;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(3):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 1px;
    background-color: #fff;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(3):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 1px;
    background-color: #fff;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(3) .iconTitle {
    bottom: 50%;
    left: 50%;
    width: 135px;
    height: 32.6vw;
  }
}
@media (min-width: 1181px) and (max-width: 1530px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(3) .iconTitle {
    width: 80px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(3) .iconTitle:before {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0%;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(3) .iconTitle:after {
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(3) .iconTitle .s_title {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(15px, -50%);
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(3) .itemBox {
    bottom: 100%;
    right: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(4) {
    border-right: none;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(4):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #fff;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(4):after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 21px;
    background-color: #fff;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(4) .iconTitle {
    bottom: 50%;
    left: 50%;
    width: 85px;
    height: 13.5vw;
  }
}
@media (min-width: 1181px) and (max-width: 1720px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(4) .iconTitle {
    width: 130px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(4) .iconTitle:before {
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(4) .iconTitle:after {
    bottom: 0;
    right: 0;
    width: 1px;
    height: 0%;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(4) .iconTitle .s_title {
    position: absolute;
    bottom: 100%;
    right: 0;
    transform: translate(50%, -10px);
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(4) .itemBox {
    bottom: 100%;
    right: -55px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(5) {
    border-right: none;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(5):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #fff;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(5):after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 21px;
    background-color: #fff;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(5) .iconTitle {
    bottom: 50%;
    left: 50%;
    width: 85px;
    height: 29vw;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(5) .iconTitle:before {
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(5) .iconTitle:after {
    bottom: 0;
    right: 0;
    width: 1px;
    height: 0%;
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(5) .iconTitle .s_title {
    position: absolute;
    bottom: 100%;
    right: 0;
    transform: translate(50%, -10px);
  }
  .bannerArea .bannerItemBox .iconTargetBox:nth-of-type(5) .itemBox {
    bottom: 100%;
    right: -55px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItemBox .iconTargetBox {
    padding: 0 5px;
    width: 20%;
    box-sizing: border-box;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItemBox .iconTargetBox {
    width: 33.33%;
  }
}
.bannerArea .bannerItemBox .iconTitle {
  pointer-events: none;
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .iconTitle {
    position: absolute;
  }
}
.bannerArea .bannerItemBox .iconTitle .s_title {
  pointer-events: auto;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  white-space: nowrap;
  text-align: center;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItemBox .iconTitle .s_title {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    height: 45px;
    opacity: 1;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItemBox .iconTitle .s_title {
    font-size: 13px;
    height: 35px;
  }
}
.bannerArea .bannerItemBox .iconTitle .s_title:hover span {
  color: #f8180c;
}
.bannerArea .bannerItemBox .iconTitle .s_title.current span {
  color: #f8180c;
}
.bannerArea .bannerItemBox .iconTitle:before {
  content: "";
  position: absolute;
  background-color: #fff;
}
.bannerArea .bannerItemBox .iconTitle:after {
  content: "";
  position: absolute;
  background-color: #fff;
}
.bannerArea .bannerItemBox .iconTitle span {
  transition: all 0.4s ease;
}
.bannerArea .bannerItemBox .iconTarget {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  width: 36px;
  height: 36px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItemBox .iconTarget {
    display: none;
  }
}
.bannerArea .bannerItemBox .iconTarget:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, #fff 0%, #fff 100%), linear-gradient(to bottom, #fff 0%, #fff 100%), linear-gradient(to bottom, #fff 0%, #fff 100%), linear-gradient(to bottom, #fff 0%, #fff 100%), linear-gradient(to bottom, #fff 0%, #fff 100%), linear-gradient(to bottom, #fff 0%, #fff 100%), linear-gradient(to bottom, #fff 0%, #fff 100%), linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-size: 8px 3px, 3px 8px;
  background-position: 0 0, 0 0, 0 100%, 0 100%, 100% 0, 100% 0, 100% 100%, 100% 100%;
}
.bannerArea .bannerItemBox .iconTarget:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.bannerArea .bannerItemBox .itemBox {
  position: absolute;
  width: 660px;
  background-color: #fff;
  transition: all 0.4s ease;
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItemBox .itemBox {
    top: -20px;
    left: 50%;
    margin-left: -330px;
  }
}
@media (max-width: 700px) {
  .bannerArea .bannerItemBox .itemBox {
    width: 370px;
    margin-left: -185px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItemBox .itemBox {
    width: 280px;
    margin-left: -140px;
  }
}
.bannerArea .bannerItemBox .itemBox.show {
  transform: translate(0);
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItemBox .itemBox.show {
    transform: translateY(-100%);
  }
}
@media (min-width: 701px) {
  .bannerArea .bannerItemBox .itemBox .item {
    display: flex;
  }
}
.bannerArea .bannerItemBox .itemImg {
  flex-shrink: 0;
  width: 220px;
  height: 220px;
}
@media (max-width: 700px) {
  .bannerArea .bannerItemBox .itemImg {
    margin-top: 80px;
    margin-left: 20px;
    width: 120px;
    height: 120px;
  }
}
.bannerArea .bannerItemBox .itemImg img {
  display: block;
  width: 100%;
}
.bannerArea .bannerItemBox .itemTxt {
  padding: 25px 35px;
  font-size: 15px;
  font-weight: 400;
  color: #7f7f7f;
  line-height: 1.6;
}
@media (max-width: 700px) {
  .bannerArea .bannerItemBox .itemTxt {
    padding: 15px 20px;
  }
}
.bannerArea .bannerItemBox .itemTitleBox {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.bannerArea .bannerItemBox .itemTitle {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 700px) {
  .bannerArea .bannerItemBox .itemTitle {
    font-size: 18px;
    line-height: 1;
  }
}
.bannerArea .bannerItemBox .itemTitle:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 1px;
  background-color: #f8180c;
}
.bannerArea .bannerItemBox .itemClose {
  cursor: pointer;
  flex-shrink: 0;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 400;
  color: #2d2d2d;
  text-decoration: underline;
  transition: all 0.4s ease;
}
@media (min-width: 1181px) {
  .bannerArea .bannerItemBox .itemClose {
    display: none;
  }
}
@media (max-width: 700px) {
  .bannerArea .bannerItemBox .itemClose {
    padding: 0;
    line-height: 1;
  }
}
.bannerArea .bannerItemBox .itemClose:hover {
  color: #f8180c;
}
.bannerArea .bannerItemBox .itemBtn {
  margin-top: 10px;
}
.bannerArea .bannerItemBox .itemBtn a {
  color: #f8180c;
  border-bottom: 1px solid #f8180c;
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    display: none;
    bottom: 45px;
  }
}
@media (max-width: 640px) {
  .bannerArea .scrollDown {
    bottom: 70px;
  }
}

.mainArea {
  padding: 0;
}

.aroundArea {
  position: relative;
  padding-top: 115px;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .aroundArea {
    background-repeat: no-repeat;
    background-image: url(../images/deck_left.png), url(../images/deck_right.png);
    background-position: left center, right center;
  }
}
@media (max-width: 960px) {
  .aroundArea {
    padding-top: 65px;
  }
}
@media (max-width: 420px) {
  .aroundArea {
    padding-top: 40px;
  }
}
.aroundArea .infoBox {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.aroundArea .infoBox.show .title, .aroundArea .infoBox.show p {
  opacity: 1;
  transform: translate(0);
}
.aroundArea .infoBox .title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  color: #f8180c;
  line-height: 1.2;
  transition: all 0.8s ease;
  transform: translateY(20px);
  opacity: 0;
}
@media (max-width: 960px) {
  .aroundArea .infoBox .title {
    font-size: 36px;
    transform: translateY(0px);
    opacity: 1;
  }
}
@media (max-width: 420px) {
  .aroundArea .infoBox .title {
    font-size: 24px;
  }
}
.aroundArea .infoBox .title .black {
  color: #000;
}
.aroundArea .infoBox p {
  font-weight: 400;
  color: rgba(76, 76, 76, 0.6);
  transition: all 0.6s 0.4s ease;
  transform: translateY(20px);
  opacity: 0;
}
@media (max-width: 420px) {
  .aroundArea .infoBox p {
    font-size: 13px;
  }
}
.aroundArea .aroundBox {
  padding: 110px 0 300px;
}
@media (max-width: 1180px) {
  .aroundArea .aroundBox {
    display: none;
  }
}
.aroundArea .aroundBox.show .facList li:nth-of-type(1) .item {
  transition: all 0.6s ease;
  opacity: 1;
}
.aroundArea .aroundBox.show .facList li:nth-of-type(2) .item {
  transition: all 0.6s 0.2s ease;
  top: 70.7%;
  left: 24.3%;
  transform: translate(0);
  opacity: 1;
}
.aroundArea .aroundBox.show .facList li:nth-of-type(3) .item {
  transition: all 0.6s 0.4s ease;
  top: 34.4%;
  left: 5%;
  transform: translate(0);
  opacity: 1;
}
.aroundArea .aroundBox.show .facList li:nth-of-type(4) .item {
  transition: all 0.6s 0.6s ease;
  top: 2%;
  left: 17%;
  transform: translate(0);
  opacity: 1;
}
.aroundArea .aroundBox.show .facList li:nth-of-type(5) .item {
  transition: all 0.6s 0.8s ease;
  top: -1.1%;
  right: 9.3%;
  transform: translate(0);
  opacity: 1;
}
.aroundArea .aroundBox.show .facList li:nth-of-type(6) .item {
  transition: all 0.6s 1s ease;
  top: 51.9%;
  right: 9.3%;
  transform: translate(0);
  opacity: 1;
}
.aroundArea .aroundBox.show .facList .Txt {
  transition: all 0.6s 2s ease;
  transform: translateY(0) scale(1);
  opacity: 1;
}
.aroundArea .aroundBox.show .facList a {
  cursor: auto;
}
.aroundArea .aroundBox.show .facList a[href] {
  cursor: pointer;
}
.aroundArea .aroundBox.show .facList a[href=""] {
  cursor: auto;
}
.aroundArea .facList {
  position: relative;
}
.aroundArea .facList li:nth-of-type(1) .item {
  position: relative;
  padding: 49.5px;
  width: 554px;
  height: 554px;
  margin: 0 auto;
  opacity: 0;
}
.aroundArea .facList li:nth-of-type(1) .item:before {
  content: "";
  position: absolute;
  top: calc(50% - 260px);
  left: calc(50% - 260px);
  width: 520px;
  height: 520px;
  background-repeat: no-repeat;
  background-image: url(../images/circle_center.png);
  animation: circleAni 20s linear infinite;
}
.aroundArea .facList li:nth-of-type(1) .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/circle_dot.png);
  animation: circleAni 100s linear infinite;
}
.aroundArea .facList li:nth-of-type(1) .sun {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aroundArea .facList li:nth-of-type(1) .sun:before {
  content: "";
  position: absolute;
  top: calc(50% - 465px);
  left: calc(50% - 465px);
  width: 930px;
  height: 930px;
  background-repeat: no-repeat;
  background-image: url(../images/circle_sun01.png);
  z-index: 1;
  animation: circleAni_r 100s linear infinite;
}
.aroundArea .facList li:nth-of-type(1) .sun:after {
  content: "";
  position: absolute;
  top: -21.3%;
  left: -61%;
  width: 1048px;
  height: 863px;
  background-repeat: no-repeat;
  background-image: url(../images/circle_sun02.png);
}
.aroundArea .facList li:nth-of-type(1) a {
  display: inline-block;
  width: 455px;
  height: 455px;
}
.aroundArea .facList li:nth-of-type(1) .Img {
  position: relative;
  display: inline-block;
  width: 455px;
  height: 455px;
  border-radius: 50%;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #d95a26 0%, #f65581 50%, #ffd768 100%);
}
.aroundArea .facList li:nth-of-type(1) .Img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/mask.png);
  z-index: 1;
}
.aroundArea .facList li:nth-of-type(1) .Img img {
  display: block;
  width: auto;
  height: 100%;
  opacity: 0.6;
}
.aroundArea .facList li:nth-of-type(1) .Txt {
  position: absolute;
  right: -25px;
  bottom: 35px;
  background-repeat: no-repeat;
  width: 220px;
  height: 220px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.aroundArea .facList li:nth-of-type(1) .Txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/circle_txt.png);
  z-index: -1;
}
.aroundArea .facList li:nth-of-type(1) .Txt .title {
  font-size: 80px;
  font-weight: 700;
  color: #f8180c;
}
.aroundArea .facList li:nth-of-type(1) .Txt .title .hr {
  font-size: 14px;
  font-weight: 400;
}
.aroundArea .facList li:nth-of-type(1) .Txt p {
  color: #5c5c5c;
}
.aroundArea .facList li:nth-of-type(1) .Txt p .red {
  display: block;
  color: #f8180c;
}
.aroundArea .facList li:nth-of-type(2) .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 160px;
  z-index: 1;
}
.aroundArea .facList li:nth-of-type(2) .Img img {
  display: block;
  width: 100%;
}
.aroundArea .facList li:nth-of-type(2) .Txt {
  position: absolute;
  bottom: -100px;
  right: -36px;
  width: 144px;
  height: 144px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.aroundArea .facList li:nth-of-type(3) .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 200px;
  z-index: 1;
}
.aroundArea .facList li:nth-of-type(3) .Img img {
  display: block;
  width: 100%;
}
.aroundArea .facList li:nth-of-type(3) .Txt {
  position: absolute;
  bottom: -110px;
  right: 15px;
  width: 154px;
  height: 154px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.aroundArea .facList li:nth-of-type(4) .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 270px;
  z-index: 2;
}
.aroundArea .facList li:nth-of-type(4) .Img img {
  display: block;
  width: 100%;
}
.aroundArea .facList li:nth-of-type(4) .Txt {
  position: absolute;
  top: -110px;
  right: -20px;
  width: 170px;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.aroundArea .facList li:nth-of-type(5) .item {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  opacity: 0;
  width: 210px;
  z-index: 1;
}
.aroundArea .facList li:nth-of-type(5) .Img img {
  display: block;
  width: 100%;
}
.aroundArea .facList li:nth-of-type(5) .Txt {
  position: absolute;
  bottom: -25px;
  left: -124px;
  width: 154px;
  height: 154px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.aroundArea .facList li:nth-of-type(6) .item {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  opacity: 0;
  width: 210px;
  z-index: 1;
}
.aroundArea .facList li:nth-of-type(6) .Img img {
  display: block;
  width: 100%;
}
.aroundArea .facList li:nth-of-type(6) .Txt {
  position: absolute;
  bottom: -123px;
  left: -5px;
  width: 154px;
  height: 154px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.aroundArea .facList li .item {
  position: relative;
}
.aroundArea .facList li .Txt {
  position: absolute;
  z-index: 1;
  transform: translateY(20px) scale(0.5);
  opacity: 0;
}
.aroundArea .facList li .Txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/circle_item.png);
  background-size: cover;
  animation: circleAni 15s linear infinite;
  z-index: -1;
}
.aroundArea .facList li .Txt .title {
  font-size: 30px;
  font-weight: 700;
  color: #f8180c;
}
.aroundArea .facList li .Txt p {
  color: #606060;
}
.aroundArea .m_aroundOuterBox {
  padding: 15px 0 70px;
}
@media (min-width: 1181px) {
  .aroundArea .m_aroundOuterBox {
    display: none;
  }
}
.aroundArea .m_aroundBox {
  position: relative;
  width: 244px;
  height: 244px;
  padding: 22px;
  margin: 0 auto;
  transform: translateY(20px);
  opacity: 0;
}
.aroundArea .m_aroundBox.show {
  transition: all 0.6s ease;
  transform: translateY(0px);
  opacity: 1;
}
.aroundArea .m_aroundBox:before {
  content: "";
  position: absolute;
  top: calc(50% - 115px);
  left: calc(50% - 115px);
  width: 230px;
  height: 230px;
  background-repeat: no-repeat;
  background-image: url(../images/circle_center.png);
  background-size: contain;
  animation: circleAni 20s linear infinite;
}
.aroundArea .m_aroundBox:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/circle_dot.png);
  background-size: contain;
  animation: circleAni 100s linear infinite;
}
.aroundArea .m_aroundBox .m_sun {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aroundArea .m_aroundBox .m_sun:before {
  content: "";
  position: absolute;
  top: calc(50% - 207.5px);
  left: calc(50% - 207.5px);
  width: 415px;
  height: 415px;
  background-repeat: no-repeat;
  background-image: url(../images/m_circle_sun01.png);
  background-size: contain;
  animation: circleAni_r 100s linear infinite;
}
.aroundArea .m_aroundBox .m_sun:after {
  content: "";
  position: absolute;
  top: -21.3%;
  left: -48%;
  width: 434px;
  height: 384px;
  background-repeat: no-repeat;
  background-image: url(../images/m_circle_sun02.png);
}
.aroundArea .m_facList {
  border-radius: 50%;
  overflow: hidden;
}
.aroundArea .m_facList .item {
  position: relative;
}
.aroundArea .m_facList .Img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #d95a26 0%, #f65581 50%, #ffd768 100%);
}
.aroundArea .m_facList .Img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/mask.png);
  background-size: cover;
  z-index: 1;
}
.aroundArea .m_facList img {
  display: block;
  height: 100%;
  width: auto;
  opacity: 0.6;
}
.aroundArea .m_facList .Txt {
  display: none;
}
.aroundArea .m_facIconBox {
  position: absolute;
  top: -8px;
  right: -42px;
  width: 110px;
  height: 110px;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}
.aroundArea .m_facIconBox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/circle_txt.png);
  background-size: contain;
  z-index: -1;
  animation: circleAni 15s linear infinite;
}
.aroundArea .m_facIconList .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 110px;
  height: 110px;
  text-align: center;
}
.aroundArea .m_facIconList .Txt .title {
  font-size: 30px;
  color: #f8180c;
}
.aroundArea .m_facIconList .Txt .title span {
  display: inline-block;
  font-size: 12px;
  transform: scale(0.8);
}
.aroundArea .m_facIconList .Txt p {
  font-size: 12px;
}
.aroundArea .m_facIconList .Txt p .red {
  display: block;
  color: #f8180c;
}
.aroundArea .m_aroundTitleBox {
  padding-top: 10px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  transform: translateY(20px);
  opacity: 0;
}
.aroundArea .m_aroundTitleBox.show {
  transition: all 0.6s ease;
  transform: translateY(0px);
  opacity: 1;
}
.aroundArea .m_aroundTitleBox li {
  padding: 10px 0;
}
.aroundArea .m_aroundTitleBox li.slick-current a:before {
  opacity: 1;
}
.aroundArea .m_aroundTitleBox a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.aroundArea .m_aroundTitleBox a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/dot.png);
  z-index: 1;
  transition: all 0.4s ease;
  opacity: 0;
}
.aroundArea .m_aroundTitleBox .Txt {
  position: relative;
  text-align: center;
  color: #606060;
  font-size: 12px;
  padding-bottom: 20px;
}
.aroundArea .m_aroundTitleBox .Txt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.5px;
  background-image: linear-gradient(to right, #f8180c 0, #f8180c 1px, transparent 1px, transparent 100%);
  background-size: 10px 100%;
  width: 100%;
  height: 5px;
}
.aroundArea .m_aroundTitleBox .Txt:after {
  content: "";
  position: absolute;
  left: calc(50% - 0.5px);
  left: 50%;
  bottom: -6px;
  width: 1px;
  height: 13px;
  background-color: #f8180c;
}
.aroundArea .m_aroundTitleBox .Txt p {
  height: 30px;
}
.aroundArea .m_aroundTitleBox .title {
  font-size: 23px;
  font-weight: 700;
  color: #f8180c;
}

@keyframes circleAni {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circleAni_r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.customArea {
  position: relative;
  padding: 110px 0 75px;
  background-image: url(../images/bg_map.jpg);
}
@media (max-width: 960px) {
  .customArea {
    padding-top: 55px;
  }
}
@media (max-width: 420px) {
  .customArea {
    padding-top: 30px;
  }
}
.customArea .redLine {
  position: absolute;
  top: -33px;
  left: calc(50% - 1px);
  width: 2px;
  height: 66px;
  overflow: hidden;
}
.customArea .redLine:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8180c;
  animation: scrollAni 2.5s linear infinite;
}
.customArea .infoBox {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.customArea .infoBox.show .title, .customArea .infoBox.show p {
  opacity: 1;
  transform: translate(0);
}
.customArea .infoBox .title {
  font-size: 40px;
  font-weight: 700;
  color: #f8180c;
  transition: all 0.8s ease;
  transform: translateY(20px);
  opacity: 0;
}
@media (max-width: 960px) {
  .customArea .infoBox .title {
    font-size: 36px;
  }
}
@media (max-width: 420px) {
  .customArea .infoBox .title {
    font-size: 24px;
  }
}
.customArea .infoBox p {
  font-weight: 400;
  color: rgba(76, 76, 76, 0.6);
  transition: all 0.6s 0.4s ease;
  transform: translateY(20px);
  opacity: 0;
}
@media (max-width: 420px) {
  .customArea .infoBox p {
    font-size: 13px;
  }
}
.customArea .mpaBox {
  position: relative;
  margin-top: 30px;
  transform: translateY(30px);
  opacity: 0;
}
.customArea .mpaBox.show {
  transition: all 0.6s ease;
  transform: translate(0);
  opacity: 1;
}
.customArea .mpaBox.show .areaTitleList .dotBox {
  transform: translate(0);
  opacity: 1;
}
.customArea .mpaBox.show .areaTitleList .china {
  transition: all 0.4s 1s cubic-bezier(0.25, 0.1, 0.85, 1.35);
}
.customArea .mpaBox.show .areaTitleList .europe {
  transition: all 0.4s 1.2s cubic-bezier(0.25, 0.1, 0.85, 1.35);
}
.customArea .mpaBox.show .areaTitleList .japan {
  transition: all 0.4s 1.4s cubic-bezier(0.25, 0.1, 0.85, 1.35);
}
.customArea .mpaBox.show .areaTitleList .middleeast {
  transition: all 0.4s 1.6s cubic-bezier(0.25, 0.1, 0.85, 1.35);
}
.customArea .mpaBox.show .areaTitleList .usa {
  transition: all 0.4s 1.8s cubic-bezier(0.25, 0.1, 0.85, 1.35);
}
.customArea .mpaBox.show .areaTitleList .taiwan {
  transition: all 0.4s 2s cubic-bezier(0.25, 0.1, 0.85, 1.35);
}
.customArea .mpaBox.show .areaTitleList .mapLine {
  transition: all 0.4s 2.6s linear;
  width: 100%;
}
.customArea .mpaBox.show .areaTitleList .dot {
  transition: all 0.4s 3s linear;
  opacity: 1;
}
.customArea .mpaBox .bgMap_g {
  position: absolute;
  top: 0;
  left: 0;
}
.customArea .mpaBox img {
  display: block;
  width: 100%;
}
.customArea .areaMap {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}
@media (min-width: 1181px) {
  .customArea .areaMap {
    opacity: 0;
  }
}
.customArea .areaMap.current {
  opacity: 1;
}
.customArea .areaMap img {
  display: block;
  width: 100%;
}
.customArea .areaMap .dot {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
}
.customArea .areaMap .dot span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 7px;
  height: 7px;
  z-index: 1;
  background-color: #f8180c;
  border-radius: 50%;
}
.customArea .areaMap .dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  animation: btnAni 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.customArea .areaMap .dot:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  animation: btnAni 1.25s 0.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@media (max-width: 1180px) {
  .customArea .areaTitleList {
    display: none;
  }
}
.customArea .areaTitleList .title {
  position: absolute;
  font-weight: 700;
  color: #f8180c;
  white-space: nowrap;
}
.customArea .areaTitleList .dotBox {
  cursor: pointer;
  position: absolute;
  transform: translateY(20px);
  opacity: 0;
}
.customArea .areaTitleList .dotBox .dot {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
}
.customArea .areaTitleList .dotBox .dot span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 7px;
  height: 7px;
  z-index: 1;
  background-color: #f8180c;
  border-radius: 50%;
}
.customArea .areaTitleList .dotBox .dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  animation: btnAni 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.customArea .areaTitleList .dotBox .dot:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  animation: btnAni 1.25s 0.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.customArea .areaTitleList .dotBox.titleLT .dot {
  position: absolute;
  bottom: -7px;
  right: -7px;
}
.customArea .areaTitleList .dotBox.titleLT .title {
  position: absolute;
  left: -15px;
  top: 0;
  transform: translate(-100%, -50%);
}
.customArea .areaTitleList .dotBox.titleLB .dot {
  position: absolute;
  top: -7px;
  right: -7px;
}
.customArea .areaTitleList .dotBox.titleLB .title {
  position: absolute;
  left: -15px;
  bottom: 0;
  transform: translate(-100%, 50%);
}
.customArea .areaTitleList .dotBox.titleRT .dot {
  position: absolute;
  bottom: -7px;
  left: -7px;
}
.customArea .areaTitleList .dotBox.titleRT .title {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(calc(100% + 15px), -50%);
}
.customArea .areaTitleList .dotBox.titleRB .dot {
  position: absolute;
  top: -7px;
  left: -7px;
}
.customArea .areaTitleList .dotBox.titleRB .title {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(calc(100% + 15px), 50%);
}
.customArea .areaTitleList .dotBox .mapLine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  width: 0;
}
.customArea .areaTitleList .china {
  top: 36.3%;
  right: 27%;
  width: 107px;
  height: 35px;
}
.customArea .areaTitleList .china .mapLine {
  background-image: url(../images/map/china_line.png);
}
.customArea .areaTitleList .europe {
  top: 27.9%;
  left: 39.8%;
  width: 115px;
  height: 30px;
}
.customArea .areaTitleList .europe .mapLine {
  background-image: url(../images/map/europe_line.png);
}
.customArea .areaTitleList .japan {
  top: 38.5%;
  right: 11.2%;
  width: 82px;
  height: 19px;
}
.customArea .areaTitleList .japan .mapLine {
  left: auto;
  right: 0;
  background-position: top right;
  background-image: url(../images/map/japan_line.png);
}
.customArea .areaTitleList .middleeast {
  top: 44.1%;
  left: 49.5%;
  width: 77px;
  height: 27px;
}
.customArea .areaTitleList .middleeast .mapLine {
  background-image: url(../images/map/middleeast_line.png);
}
.customArea .areaTitleList .usa {
  top: 45%;
  left: 12.8%;
  width: 91px;
  height: 27px;
}
.customArea .areaTitleList .usa .mapLine {
  background-image: url(../images/map/usa_line.png);
}
.customArea .areaTitleList .taiwan {
  top: 51.3%;
  right: 16.3%;
  width: 69px;
  height: 15px;
}
.customArea .areaTitleList .taiwan .mapLine {
  left: auto;
  right: 0;
  background-position: top right;
  background-image: url(../images/map/taiwan_line.png);
}
.customArea .m_areaTitleList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 420px;
  margin: 50px auto 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
  opacity: 0;
}
.customArea .m_areaTitleList.show {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 1181px) {
  .customArea .m_areaTitleList {
    display: none;
  }
}
.customArea .m_areaTitleList li {
  padding: 5px 0;
  width: 33.33%;
}
@media (max-width: 420px) {
  .customArea .m_areaTitleList li {
    width: 50%;
  }
}
.customArea .m_areaTitleList .title {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #f8180c;
  padding-left: 20px;
}
.customArea .m_areaTitleList .title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border: 1px solid #eee;
  border-radius: 50%;
}
.customArea .m_areaTitleList .title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 4px;
  height: 4px;
  background-color: #f8180c;
  transform: translateY(-50%);
  border-radius: 50%;
}

@keyframes btnAni {
  20% {
    background-color: white;
  }
  100% {
    transform: scale(2);
    background-color: transparent;
  }
}
.aboutArea.show .Img {
  transform: translate(0);
  opacity: 1;
}
.aboutArea.show .Img:before {
  height: 704px;
  opacity: 1;
}
.aboutArea.show .Img:after {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.aboutArea.show .Txt .title, .aboutArea.show .Txt .subTitle, .aboutArea.show .Txt p {
  transform: translate(0);
  opacity: 1;
}
.aboutArea.show .btn {
  transform: translate(0);
  opacity: 1;
}
.aboutArea .wrap {
  width: 100%;
  overflow: hidden;
}
.aboutArea .aboutBox {
  position: relative;
}
.aboutArea .Img {
  position: relative;
  transition: all 0.6s ease;
  transform: translateY(20px);
  opacity: 0;
}
@media (max-width: 1700px) {
  .aboutArea .Img {
    height: 640px;
  }
}
@media (max-width: 480px) {
  .aboutArea .Img {
    height: 480px;
  }
}
.aboutArea .Img:before {
  content: "";
  position: absolute;
  top: calc(50% - 352px);
  left: 50%;
  transform: translateX(-50%);
  width: 704px;
  height: 0;
  background-repeat: no-repeat;
  background-image: url(../images/round.png);
  background-size: 704px 704px;
  background-position: top center;
  transition: all 1s 2s ease;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 1700px) {
  .aboutArea .Img:before {
    width: 680px;
    background-size: 680px 680px;
  }
}
@media (max-width: 680px) {
  .aboutArea .Img:before {
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 60px);
    background-size: contain;
    background-position: center center;
  }
}
.aboutArea .Img:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 274px;
  height: 274px;
  transform: translate(-50%, -6%);
  background-repeat: no-repeat;
  background-image: url(../images/deck_about.png);
  background-size: contain;
  transition: all 1.4s ease;
  opacity: 0;
}
@media (max-width: 480px) {
  .aboutArea .Img:after {
    width: 225px;
    height: 225px;
  }
}
.aboutArea .Img img {
  display: block;
  width: 100%;
}
@media (max-width: 1700px) {
  .aboutArea .Img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
  }
}
.aboutArea .right {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 570px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 960px) {
  .aboutArea .right {
    top: 60%;
  }
}
.aboutArea .Txt .title {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  transition: all 0.6s 1.2s ease;
  transform: translateY(20px);
  opacity: 0;
}
@media (max-width: 960px) {
  .aboutArea .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 420px) {
  .aboutArea .Txt .title {
    margin-bottom: 5px;
    font-size: 24px;
  }
}
.aboutArea .Txt p {
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  transition: all 0.8s 1.6s ease;
  transform: translateY(20px);
  opacity: 0;
}
@media (max-width: 960px) {
  .aboutArea .Txt p {
    padding: 0 20px;
  }
}
@media (max-width: 420px) {
  .aboutArea .Txt p {
    font-size: 13px;
  }
}
.aboutArea .btn {
  margin-top: 35px;
  display: inline-block;
  transition: all 0.8s 2s ease;
  transform: translateY(20px);
  opacity: 0;
}
.aboutArea .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 40px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.aboutArea .btn a:hover {
  color: #fff;
  border-color: #f8180c;
  background-color: #f8180c;
}

.linkArea {
  padding: 130px 0;
}
@media (max-width: 1180px) {
  .linkArea {
    padding: 70px 0;
  }
}
.linkArea .wrap {
  display: flex;
}
@media (max-width: 960px) {
  .linkArea .wrap {
    flex-direction: column;
  }
}
.linkArea .leftBox {
  position: relative;
  width: 39%;
  padding-right: 50px;
  padding-bottom: 60px;
  box-sizing: border-box;
  transition: all 0.6s ease;
  transform: translateX(-20px);
  opacity: 0;
}
.linkArea .leftBox.show {
  transform: translate(0);
  opacity: 1;
}
@media (max-width: 960px) {
  .linkArea .leftBox {
    transform: translateY(20px);
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}
.linkArea .leftBox .title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
}
@media (max-width: 960px) {
  .linkArea .leftBox .title {
    font-size: 36px;
  }
}
@media (max-width: 420px) {
  .linkArea .leftBox .title {
    font-size: 24px;
  }
}
.linkArea .leftBox .Txt {
  color: rgba(127, 127, 127, 0.9);
  line-height: 1.5;
}
@media (max-width: 420px) {
  .linkArea .leftBox .Txt p {
    font-size: 13px;
  }
}
.linkArea .leftBox .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 960px) {
  .linkArea .leftBox .btn {
    left: calc(50% - 92.5px);
  }
}
.linkArea .leftBox .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #f8180c;
}
.linkArea .leftBox .btn a:hover {
  opacity: 0.8;
}
.linkArea .rightBox {
  width: 61%;
  transition: all 0.6s ease;
  transform: translateX(20px);
  opacity: 0;
}
.linkArea .rightBox.show {
  transform: translate(0);
  opacity: 1;
}
@media (max-width: 960px) {
  .linkArea .rightBox {
    transform: translateY(20px);
    margin-top: 30px;
    width: 100%;
  }
}
.linkArea .linkList {
  margin: 0 -10px;
}
.linkArea .linkList li {
  padding: 0 10px;
}
.linkArea .linkList .item {
  position: relative;
}
.linkArea .linkList .Img {
  position: relative;
  overflow: hidden;
}
.linkArea .linkList .Img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.linkArea .linkList .Img a:hover img {
  transform: scale(1.05);
}
.linkArea .linkList .Img img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
}
.linkArea .linkList .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.linkArea .linkList .title a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}