.newsArea .arrow, .newsArea .Txt .title, .newsArea .Img img, .partnerArea .arrow, .partnerArea .partnerList .Img img, .productArea .productList .moreBtn, .productArea .arrow, .bannerArea .videoWrap .videoBtnBox .videoBtn, .bannerArea .videoWrap .videoBtnBox, .bannerArea .videoWrap #video, .bannerArea .videoWrap, .bannerArea .arrowBox .arrow, .bannerArea #productWrap .productItem .pbtn, .bannerArea #productWrap, .bannerArea .bannerItem .productItem .pbtn, .bannerArea .bannerItem .productItem, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  transition: all 0.5s ease-in-out;
}

/* home(ib_info_004) */
.wrap {
  max-width: 1460px;
}

.ib_info_004 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.ib_info_004 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.ib_info_004 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.ib_info_004 .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.ib_info_004 img {
  display: block;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}
.ib_info_004 .Txt {
  padding: 30px;
}
.ib_info_004 .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.ib_info_004 .close {
  width: 46px;
  height: 46px;
  background-color: #9C2A1A;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.ib_info_004 .close::before, .ib_info_004 .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.ib_info_004 .close::before {
  transform: rotate(45deg);
}
.ib_info_004 .close::after {
  transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .ib_info_004 .close:hover {
    background-color: #9C2A1A;
  }
  .ib_info_004 .close:hover::before {
    transform: rotate(-30deg);
  }
  .ib_info_004 .close:hover::after {
    transform: rotate(30deg);
  }
}
.ib_info_004.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ib_info_004.show .mask,
.ib_info_004.show .inner {
  opacity: 1;
}
.ib_info_004.show .inner {
  transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .ib_info_004 .popContent {
    max-height: calc(100vh - 150px);
  }
}

.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .dataLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 65px;
  max-width: 1490px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding: 0 30px 100px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    justify-content: center;
    padding: 0 20px 140px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: flex;
  flex-direction: column;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .title {
  color: #9C2A1A;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #272727;
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 18px;
    margin-top: 10px;
    color: white;
    text-shadow: 2px 2px 4px rgb(0, 0, 0);
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #303030;
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 13px;
    margin-top: 10px;
    color: white;
    text-shadow: 2px 2px 4px rgb(0, 0, 0);
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
  margin-top: 50px;
  display: flex;
  gap: 20px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin-top: 20px;
    flex-wrap: wrap;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .btnBox {
    flex-wrap: nowrap;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .btnBox .btn {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
    min-width: auto;
    flex: 1;
    max-width: 204px;
  }
}
@media (min-width: 769px) {
  .bannerArea .bannerItem .Txt .btnBox .btn.openProduct {
    display: none;
  }
}
.bannerArea .bannerItem .Txt .bannerVideo .bannerVideoBtn {
  opacity: 0;
  width: 100px;
  height: 100px;
  border: 1px solid #9C2A1A;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 100px;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .bannerVideo .bannerVideoBtn {
    bottom: 80px;
    width: 80px;
    height: 80px;
  }
}
.bannerArea .bannerItem .Txt .bannerVideo .bannerVideoBtn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #9C2A1A;
  display: block;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .bannerVideoBtn:after {
  content: "";
  border: 1px dashed #9C2A1A;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .productItem {
  z-index: 3;
  opacity: 0;
  position: absolute;
  bottom: 65px;
  right: 80px;
  width: 336px;
  z-index: 3;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .productItem {
    width: 280px;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .productItem {
    bottom: auto;
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 18;
    pointer-events: none;
  }
  .bannerArea .bannerItem .productItem.show {
    opacity: 1;
    pointer-events: auto;
  }
}
.bannerArea .bannerItem .productItem .pImg {
  position: relative;
  display: block;
}
.bannerArea .bannerItem .productItem .pImg img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.bannerArea .bannerItem .productItem .pTxt {
  background-color: white;
  padding: 30px;
}
.bannerArea .bannerItem .productItem .ptitle {
  font-size: 24px;
  font-weight: 700;
  color: #272727;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.bannerArea .bannerItem .productItem .ptext {
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #454545;
}
.bannerArea .bannerItem .productItem .pbtn {
  margin-top: 20px;
  display: block;
  width: 100%;
  text-align: center;
  color: #313131;
  letter-spacing: 0.8px;
  line-height: 1;
  padding: 10px 0;
  border-top: 1px solid rgba(39, 39, 39, 0.28);
  border-bottom: 1px solid rgba(39, 39, 39, 0.28);
}
@media (min-width: 1181px) {
  .bannerArea .bannerItem .productItem .pbtn:hover {
    color: white;
    border-color: transparent;
    background-color: #9C2A1A;
  }
}
.bannerArea .bannerItem .Img {
  transform: scale(1.05);
  transition: all 0.6s ease;
}
.bannerArea .bannerItem .Img img {
  min-height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Img img {
    min-height: 500px;
    height: 500px;
  }
}
.bannerArea .slick-current .Txt .textBox {
  animation: textSlideUpAnimation 0.6s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .bannerBtn {
  animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .bannerVideoBtn {
  animation: videoBtnSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .bannerVideoBtn:after {
  animation: rotate 50s linear forwards;
}
.bannerArea .slick-current .btnBox {
  animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
}
@media (min-width: 769px) {
  .bannerArea .slick-current .productItem {
    animation: textSlideUpAnimation 0.6s 0.5s ease-in-out forwards;
  }
}
.bannerArea .slick-current .Img {
  transform: scale(1);
}
.bannerArea #productWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 39, 39, 0.5);
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
.bannerArea #productWrap.show {
  opacity: 1;
  pointer-events: auto;
}
.bannerArea #productWrap .productItem {
  position: relative;
  width: 280px;
  border-radius: 30px;
  overflow: hidden;
}
.bannerArea #productWrap .productItem .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(50%, -50%);
  background-color: #9C2A1A;
  border-radius: 100%;
}
.bannerArea #productWrap .productItem .close::before, .bannerArea #productWrap .productItem .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: white;
}
.bannerArea #productWrap .productItem .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bannerArea #productWrap .productItem .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bannerArea #productWrap .productItem .pImg {
  position: relative;
  display: block;
}
.bannerArea #productWrap .productItem .pImg img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.bannerArea #productWrap .productItem .pTxt {
  background-color: white;
  padding: 30px;
}
.bannerArea #productWrap .productItem .ptitle {
  font-size: 24px;
  font-weight: 700;
  color: #272727;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.bannerArea #productWrap .productItem .ptext {
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #454545;
}
.bannerArea #productWrap .productItem .pbtn {
  margin-top: 20px;
  display: block;
  width: 100%;
  text-align: center;
  color: #313131;
  letter-spacing: 0.8px;
  line-height: 1;
  padding: 10px 0;
  border-top: 1px solid rgba(39, 39, 39, 0.28);
  border-bottom: 1px solid rgba(39, 39, 39, 0.28);
}
@media (min-width: 1181px) {
  .bannerArea #productWrap .productItem .pbtn:hover {
    color: white;
    border-color: transparent;
    background-color: #9C2A1A;
  }
}
.bannerArea .arrowBox {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 80px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1650px) {
  .bannerArea .arrowBox {
    left: 40px;
  }
}
@media (max-width: 1570px) {
  .bannerArea .arrowBox {
    left: 10px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .arrowBox {
    display: none;
  }
}
.bannerArea .arrowBox .arrow {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #272727;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .bannerArea .arrowBox .arrow:hover {
    background-color: #9C2A1A;
  }
}
.bannerArea .arrowBox .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid white;
  border-top: 2px solid white;
}
.bannerArea .arrowBox .arrow.arrowPrev::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 1180px) {
  .bannerArea .arrowBox .arrow.arrowPrev::before {
    transform: translate(-35%, -50%) rotate(-45deg);
  }
}
.bannerArea .arrowBox .arrow.arrowNext::before {
  transform: translate(-50%, -80%) rotate(-135deg);
}
@media (max-width: 1180px) {
  .bannerArea .arrowBox .arrow.arrowNext::before {
    transform: translate(-65%, -50%) rotate(135deg);
  }
}
.bannerArea .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bannerArea .slick-dots {
  bottom: 30px;
}
.bannerArea .videoWrap {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.bannerArea .videoWrap .Img {
  position: relative;
  z-index: 1;
  height: 100%;
}
.bannerArea .videoWrap .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerArea .videoWrap .videoBox {
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .videoWrap #video {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.bannerArea .videoWrap .videoClose {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.bannerArea .videoWrap .videoBtnBox {
  display: flex;
  align-items: center;
  pointer-events: none;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50px;
  left: 80px;
  z-index: 6;
}
@media (max-width: 1180px) {
  .bannerArea .videoWrap .videoBtnBox {
    top: 40px;
    left: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .videoWrap .videoBtnBox {
    top: 30px;
    left: 20px;
  }
}
.bannerArea .videoWrap .videoBtnBox .videoBtn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
  position: relative;
}
.bannerArea .videoWrap .videoBtnBox .videoBtn svg {
  width: 20px;
}
.bannerArea .videoWrap .videoBtnBox .videoBtn svg .s0 {
  fill: #ffffff;
}
.bannerArea .videoWrap .videoBtnBox .videoBtn.play {
  position: relative;
}
.bannerArea .videoWrap .videoBtnBox .videoBtn.play::before, .bannerArea .videoWrap .videoBtnBox .videoBtn.play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: white;
}
.bannerArea .videoWrap .videoBtnBox .videoBtn.play::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bannerArea .videoWrap .videoBtnBox .videoBtn.play::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bannerArea .videoWrap .videoBtnBox .videoBtn.sound::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: white;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
  transition: all 0.3s;
}
.bannerArea .videoWrap .videoBtnBox .videoBtn.check {
  border-color: #9C2A1A;
  background-color: rgba(156, 42, 26, 0.6);
}
.bannerArea .videoWrap .videoBtnBox .videoBtn.check.sound::before {
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 1181px) {
  .bannerArea .videoWrap .videoBtnBox .videoBtn:hover {
    border-color: #9C2A1A;
    background-color: rgba(156, 42, 26, 0.6);
  }
}
.bannerArea .videoWrap.playing {
  opacity: 1;
  pointer-events: auto;
}
.bannerArea .videoWrap.playing .videoBox {
  opacity: 1;
  pointer-events: auto;
}
.bannerArea .videoWrap.playing .videoBtnBox {
  pointer-events: auto;
  animation: slideRightBlurAnimation 0.8s 0.4s ease-in-out both;
}
.bannerArea .videoWrap.playing .slick-next {
  animation: slideRightBlurAnimation 0.6s 0.6s ease-in-out both;
}
.bannerArea .videoWrap.paused #video {
  opacity: 0;
}
.bannerArea .videoWrap.hide {
  opacity: 0;
}

/* home(productArea) */
/* CSS Document */
.productArea {
  padding: 80px 0 30px;
  text-align: center;
  position: relative;
}
@media (max-width: 1180px) {
  .productArea {
    padding: 50px 0 30px;
  }
}
@media (max-width: 768px) {
  .productArea {
    padding: 30px 0;
  }
}
.productArea .wrap {
  max-width: 1520px;
  width: 90%;
}
.productArea .Bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.productArea .Bg img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}
.productArea .titleBox .title {
  margin-top: 5px;
}
.productArea .titleBox .text::before {
  left: 50%;
  transform: translateX(-50%);
}
.productArea .productBox {
  position: relative;
  margin-top: 85px;
  padding: 0 30px;
}
@media (max-width: 1180px) {
  .productArea .productBox {
    padding: 0;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .productArea .productBox {
    margin-top: 30px;
  }
}
.productArea .productBox > .btnBox {
  margin-top: 20px;
}
.productArea .arrow {
  position: absolute;
  top: 40%;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #272727;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 1181px) {
  .productArea .arrow:hover {
    background-color: #9C2A1A;
  }
}
.productArea .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid white;
  border-top: 2px solid white;
}
.productArea .arrow.arrowPrev {
  left: 10px;
  transform: translate(-100%, -50%);
}
@media (max-width: 1180px) {
  .productArea .arrow.arrowPrev {
    left: 15px;
  }
}
.productArea .arrow.arrowPrev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}
.productArea .arrow.arrowNext {
  right: 10px;
  transform: translate(100%, -50%);
}
@media (max-width: 1180px) {
  .productArea .arrow.arrowNext {
    right: 15px;
  }
}
.productArea .arrow.arrowNext::before {
  transform: translate(-65%, -50%) rotate(135deg);
}
.productArea .slick-dots {
  bottom: -40px;
}
.productArea .productList {
  margin: 0 -20px;
}
.productArea .productList .Img {
  position: relative;
  display: block;
}
.productArea .productList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.productArea .productList .productItem {
  padding: 0 20px 5px;
}
.productArea .productList .item {
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 0px 6px rgba(39, 39, 39, 0.2);
}
.productArea .productList .Txt {
  text-align: left;
  color: #272727;
  padding: 0 20px;
}
.productArea .productList .Txt .title {
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.productArea .productList .Txt .text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #3A3A3A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1180px) {
  .productArea .productList .Txt .text {
    font-size: 14px;
    line-height: 20px;
  }
}
.productArea .productList .moreBtn {
  position: relative;
  display: block;
  width: 60%;
  margin: 30px auto;
  text-align: center;
  color: #313131;
  letter-spacing: 0.8px;
  line-height: 1;
  padding: 10px 0;
  border-top: 1px solid rgba(39, 39, 39, 0.28);
  border-bottom: 1px solid rgba(39, 39, 39, 0.28);
}
@media (min-width: 1181px) {
  .productArea .productList .moreBtn:hover {
    color: white;
    border-color: transparent;
    background-color: #9C2A1A;
  }
}
.productArea:not(.show) .Bg {
  opacity: 0;
}
.productArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  transform: translateY(30px);
}
.productArea:not(.show) .titleBox .title {
  opacity: 0;
  transform: translateY(30px);
}
.productArea:not(.show) .titleBox .text {
  opacity: 0;
  transform: translateY(30px);
}
.productArea:not(.show) .productBox {
  opacity: 0;
  transform: translateY(30px);
}
.productArea.show .Bg {
  opacity: 1;
  transition: all 0.8s;
}
.productArea.show .titleBox .decoTitle {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s;
}
.productArea.show .titleBox .title {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s 0.1s;
}
.productArea.show .titleBox .text {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s 0.2s;
}
.productArea.show .productBox {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s 0.4s;
}

/* home(aboutArea) */
.aboutArea {
  position: relative;
  padding: 100px 0 300px;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 70px 0 200px;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 20px 0 0px;
  }
}
.aboutArea .mapArea {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -540px);
  width: 100%;
  max-width: 1794px;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .aboutArea .mapArea {
    transform: translate(-50%, -560px);
  }
}
@media (max-width: 768px) {
  .aboutArea .mapArea {
    display: none;
  }
}
.aboutArea .mapArea .mapBox {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1600px;
}
@media (max-width: 1180px) {
  .aboutArea .mapArea .mapBox {
    min-width: 1px;
    width: 180%;
    left: -53%;
    transform: translate(0);
  }
}
.aboutArea .mapArea .mapBg {
  position: relative;
  display: block;
}
.aboutArea .mapArea .mapBg img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.aboutArea .mapArea .mapItemBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aboutArea .mapArea .mapItemBox .mapItem {
  display: flex;
  align-items: center;
}
.aboutArea .mapArea .mapItemBox .mapItem .marker {
  position: relative;
  width: 41px;
  height: 41px;
  border-radius: 100%;
}
.aboutArea .mapArea .mapItemBox .mapItem .marker::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #9C2A1A;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: markerScaleAnimation 2s forwards infinite;
}
.aboutArea .mapArea .mapItemBox .mapItem .marker::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  border: 1px solid #9C2A1A;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutArea .mapArea .mapItemBox .mapItem .marker .point {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #9C2A1A;
}
.aboutArea .mapArea .mapItemBox .mapItem .txt {
  padding-left: 20px;
}
.aboutArea .mapArea .mapItemBox .mapItem .txt .en {
  color: #9C2A1A;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
.aboutArea .mapArea .mapItemBox .mapItem .txt .tw {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.aboutArea .mapArea .mapItemBox .mapItem {
  position: absolute;
}
.aboutArea .mapArea .mapItemBox .mapItem.item0 {
  top: 41.9829%;
  left: 34.8384%;
}
.aboutArea .mapArea .mapItemBox .mapItem.item1 {
  top: 46.9914%;
  left: 36.0089%;
}
.aboutArea .mapArea .mapItemBox .mapItem.item2 {
  top: 53.6108%;
  left: 31.3266%;
}
.aboutArea .mapArea .mapItemBox .mapItem.item3 {
  top: 44.3084%;
  left: 75.9755%;
}
.aboutArea .mapArea .mapItemBox .mapItem.item4 {
  top: 49.3268%;
  left: 75.2508%;
}
.aboutArea .mapArea .mapItemBox .mapItem.item5 {
  top: 62.3268%;
  left: 42.2508%;
}
.aboutArea .wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutArea .leftBox {
  width: 50%;
  padding-right: 30px;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .aboutArea .leftBox {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.aboutArea .leftBox .Img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50px;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox .Img {
    border-radius: 40px;
  }
}
@media (max-width: 768px) {
  .aboutArea .leftBox .Img {
    border-radius: 30px;
  }
}
.aboutArea .leftBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.aboutArea .leftBox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.aboutArea .rightBox {
  width: 50%;
  max-width: 625px;
  padding-right: 60px;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox {
    width: 40%;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .aboutArea .rightBox {
    width: 100%;
  }
}
.aboutArea .rightBox .titleBox {
  padding-bottom: 30px;
  text-align: left;
}
.aboutArea .rightBox .titleBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 3px;
  background-color: #9C2A1A;
}
.aboutArea .rightBox .textEditorBox {
  margin-top: 25px;
}
.aboutArea .rightBox .textEditorBox .textEditor {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
.aboutArea .rightBox .textEditorBox .bigText {
  font-size: 24px;
  color: #272727;
  font-weight: 700;
  margin-bottom: 10px;
}
.aboutArea .rightBox .btnBox {
  margin-top: 40px;
}
.aboutArea:not(.show) .Img {
  opacity: 0;
  transform: translateY(30px);
}
.aboutArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  transform: translateY(30px);
}
.aboutArea:not(.show) .titleBox .title {
  opacity: 0;
  transform: translateY(30px);
}
.aboutArea:not(.show) .titleBox::after {
  opacity: 0;
  transform: translateY(30px);
}
.aboutArea:not(.show) .textEditorBox {
  opacity: 0;
  transform: translateY(30px);
}
.aboutArea:not(.show) .btnBox {
  opacity: 0;
  transform: translateY(30px);
}
.aboutArea:not(.show) .mapArea {
  opacity: 0;
  transform: translate(-50%, -510px);
}
.aboutArea.show .Img {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s;
}
.aboutArea.show .titleBox .decoTitle {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s 0.2s;
}
.aboutArea.show .titleBox .title {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s 0.3s;
}
.aboutArea.show .titleBox::after {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s 0.3s;
}
.aboutArea.show .textEditorBox {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s 0.4s;
}
.aboutArea.show .btnBox {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s 0.5s;
}
.aboutArea.show .mapArea {
  opacity: 1;
  transform: translate(-50%, -540px);
  transition: all 0.8s 0.4s;
}

/* home(ib_carousel_016) */
.partnerArea {
  padding: 0px 0 50px;
}
@media (max-width: 1180px) {
  .partnerArea {
    padding: 179px 0 70px;
  }
}
@media (max-width: 990px) {
  .partnerArea {
    padding: 70px 0 70px;
  }
}
.partnerArea .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partnerArea .titleBox {
  width: 32%;
  max-width: 330px;
  text-align: left;
}
@media (max-width: 1180px) {
  .partnerArea .titleBox {
    width: 100%;
    max-width: none;
  }
}
.partnerArea .titleBox .decoTitle {
  font-size: 35px;
}
@media (max-width: 1180px) {
  .partnerArea .titleBox .decoTitle {
    font-size: 30px;
  }
}
.partnerArea .partnerBox {
  position: relative;
  width: 68%;
}
@media (max-width: 1180px) {
  .partnerArea .partnerBox {
    margin-top: 30px;
    width: 100%;
  }
}
.partnerArea .partnerList {
  margin: 0 -35px;
}
@media (max-width: 1180px) {
  .partnerArea .partnerList {
    margin: 0;
  }
}
.partnerArea .partnerList .partnerItem {
  padding: 0 35px;
}
@media (max-width: 768px) {
  .partnerArea .partnerList .partnerItem {
    padding: 0 20px;
  }
}
.partnerArea .partnerList .item {
  position: relative;
}
.partnerArea .partnerList .Img {
  overflow: hidden;
}
@media (min-width: 1181px) {
  .partnerArea .partnerList .Img a:hover img {
    transform: scale(1.05);
  }
}
.partnerArea .partnerList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  will-change: transform;
}
.partnerArea .arrow {
  position: absolute;
  top: calc(100% + 40px);
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #272727;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 1180px) {
  .partnerArea .arrow {
    display: none;
  }
}
@media (min-width: 1181px) {
  .partnerArea .arrow:hover {
    background-color: #9C2A1A;
  }
}
.partnerArea .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid white;
  border-top: 2px solid white;
}
.partnerArea .arrow.arrowPrev {
  left: 10px;
  transform: translate(-100%, -50%);
}
@media (max-width: 1180px) {
  .partnerArea .arrow.arrowPrev {
    left: 45px;
  }
}
.partnerArea .arrow.arrowPrev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}
.partnerArea .arrow.arrowNext {
  right: 10px;
  transform: translate(100%, -50%);
}
@media (max-width: 1180px) {
  .partnerArea .arrow.arrowNext {
    right: 45px;
  }
}
.partnerArea .arrow.arrowNext::before {
  transform: translate(-65%, -50%) rotate(135deg);
}
.partnerArea:not(.show) .Img {
  opacity: 0;
  transform: translateY(30px);
}
.partnerArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  transform: translateY(30px);
}
.partnerArea:not(.show) .titleBox .title {
  opacity: 0;
  transform: translateY(30px);
}
.partnerArea:not(.show) .partnerBox {
  opacity: 0;
  transform: translateY(30px);
}
.partnerArea.show .Img {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s;
}
.partnerArea.show .titleBox .decoTitle {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s;
}
.partnerArea.show .titleBox .title {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s 0.1s;
}
.partnerArea.show .partnerBox {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s 0.2s;
}

/* home(newsArea) */
/* CSS Document */
.newsArea {
  padding: 65px 0;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .newsArea {
    padding: 30px 0;
  }
}
.newsArea .wrap {
  width: 90%;
}
.newsArea .titleBox {
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  .newsArea .titleBox {
    margin-bottom: 30px;
  }
}
.newsArea .newsBox {
  transition: all 0.5s;
}
.newsArea .newsBox.hide {
  opacity: 0;
  transform: translateY(-20px);
}
.newsArea .newsList {
  margin: 0 -17px;
}
.newsArea .newsItem {
  padding: 0 17px;
}
@media (min-width: 1181px) {
  .newsArea .newsItem:hover .Img img {
    transform: scale(1.05);
  }
  .newsArea .newsItem:hover .title {
    color: #9C2A1A;
  }
}
.newsArea .item {
  position: relative;
}
.newsArea .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.newsArea .Img {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}
.newsArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.newsArea .Txt {
  position: relative;
  padding-top: 25px;
}
.newsArea .Txt .newsInfoBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.newsArea .Txt .newsInfoBox .classTitle {
  padding: 8px 15px;
  margin-left: 14px;
  line-height: 1;
  background-color: #9C2A1A;
  color: #fff;
}
.newsArea .Txt .newsInfoBox .dateBox .date {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}
.newsArea .Txt .newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.newsArea .Txt .title {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 700;
  color: #272727;
}
.newsArea .Txt .text {
  margin-top: 25px;
  color: #666;
  font-size: 15px;
}
.newsArea .Txt .btnBox {
  min-width: initial;
  padding: 0;
}
.newsArea .Txt .btnBox .btn {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: center;
  min-width: initial;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
.newsArea .Txt .btnBox .btn .btnIcon {
  position: relative;
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  width: 30px;
  height: 30px;
  right: auto;
  top: auto;
  border: 1px solid #e7e7e7;
  font-size: 10px;
  color: #a3a3a3;
}
.newsArea .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .newsArea .slick-dots {
    margin-top: 30px;
  }
}
.newsArea .arrow {
  position: absolute;
  top: 40%;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #272727;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 1181px) {
  .newsArea .arrow:hover {
    background-color: #9C2A1A;
  }
}
.newsArea .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid white;
  border-top: 2px solid white;
}
.newsArea .arrow.arrowPrev {
  left: 10px;
  transform: translate(-100%, -50%);
}
@media (max-width: 1180px) {
  .newsArea .arrow.arrowPrev {
    left: 15px;
  }
}
.newsArea .arrow.arrowPrev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}
.newsArea .arrow.arrowNext {
  right: 10px;
  transform: translate(100%, -50%);
}
@media (max-width: 1180px) {
  .newsArea .arrow.arrowNext {
    right: 15px;
  }
}
.newsArea .arrow.arrowNext::before {
  transform: translate(-65%, -50%) rotate(135deg);
}
.newsArea:not(.show) .Img {
  opacity: 0;
  transform: translateY(30px);
}
.newsArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  transform: translateY(30px);
}
.newsArea:not(.show) .titleBox .title {
  opacity: 0;
  transform: translateY(30px);
}
.newsArea:not(.show) .newsBox {
  opacity: 0;
  transform: translateY(30px);
}
.newsArea.show .Img {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s;
}
.newsArea.show .titleBox .decoTitle {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s;
}
.newsArea.show .titleBox .title {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s 0.1s;
}
.newsArea.show .newsBox {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s 0.2s;
}

/* home(linkArea) */
/* CSS Document */
.linkArea {
  text-align: center;
}
.linkArea .linkItem {
  position: relative;
}
@media (min-width: 1181px) {
  .linkArea .linkItem:hover img {
    transform: scale(1.1);
  }
}
.linkArea .LinkWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.linkArea .Img {
  overflow: hidden;
  position: relative;
  display: block;
}
.linkArea .Img img {
  transition: all 0.4s ease;
  transform: scale(1);
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.linkArea .Txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 7;
  top: 0;
  left: 0;
}
.linkArea .Txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 39, 39, 0.5);
  top: 0;
  left: 0;
  z-index: 3;
}
.linkArea .Txt .entitle {
  position: relative;
  z-index: 5;
  font-size: 30px;
  font-weight: 700;
  color: white;
}
@media (max-width: 1180px) {
  .linkArea .Txt .entitle {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .linkArea .Txt .entitle {
    font-size: 26px;
  }
}
.linkArea .Txt .title {
  position: relative;
  z-index: 5;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1180px) {
  .linkArea .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .linkArea .Txt .title {
    font-size: 20px;
  }
}
