.ib_banner_006 .bannerItem .Txt .videoBox, .ib_banner_006 .videoBox, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* home(ib_info_004) */
.ib_info_004 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  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;
}
.ib_info_004 .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;
}
.ib_info_004 .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;
}
.ib_info_004 .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.ib_info_004 img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          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: #101010;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.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 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ib_info_004 .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .ib_info_004 .close:hover {
    background-color: #101010;
  }
  .ib_info_004 .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .ib_info_004 .close:hover::after {
    -webkit-transform: rotate(30deg);
            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 {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .ib_info_004 .popContent {
    max-height: calc(100vh - 150px);
  }
}

/* home(ib_banner_006) */
.ib_banner_006 {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ib_banner_006 .videoBox {
  pointer-events: none;
  width: 100%;
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.ib_banner_006 .videoBox.pause {
  opacity: 0;
}
.ib_banner_006 .videoBox .controllerList {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.ib_banner_006 .videoBox #player {
  pointer-events: none;
}
@media (max-width: 1180px) {
  .ib_banner_006 .videoBox {
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
  }
}
.ib_banner_006 .bannerVideo .videoBtn {
  z-index: 15;
  width: 187px;
  height: 187px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(35%, -50%);
          transform: translate(35%, -50%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.ib_banner_006 .bannerVideo .videoBtn .circular {
  font-family: "Cormorant", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 20px;
  color: white;
  font-weight: 400;
  width: 120px;
  height: 120px;
  fill: white;
  letter-spacing: 1px;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.ib_banner_006 .bannerVideo .videoBtn .circular path {
  fill: none;
}
.ib_banner_006 .bannerVideo .videoBtn .circular svg {
  display: block;
  overflow: visible;
}
.ib_banner_006 .bannerVideo .videoBtn:before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background-color: white;
}
.ib_banner_006 .bannerVideo .videoBtn:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background-color: white;
}
@media (max-width: 768px) {
  .ib_banner_006 .bannerVideo .videoBtn:not(.pause) {
    top: 85%;
    -webkit-transform: translate(15%, -50%) scale(0.6);
            transform: translate(15%, -50%) scale(0.6);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.ib_banner_006 .bannerVideo .videoBtn:not(.pause):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
}
.ib_banner_006 .bannerVideo .videoBtn:not(.pause):after {
  opacity: 1;
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
}
.ib_banner_006 .bannerVideo .videoBtn.pause:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  background-color: transparent;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.ib_banner_006 .bannerVideo .videoBtn.pause:after {
  opacity: 0;
}
.ib_banner_006 .bannerBox {
  position: relative;
}
.ib_banner_006 .dataLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_006 .bannerList {
  position: relative;
  z-index: 1;
}
.ib_banner_006 .bannerList.slick-dotted {
  margin-bottom: 0;
}
.ib_banner_006 .bannerItem {
  position: relative;
}
.ib_banner_006 .bannerItem .Txt {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 120px 105px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .ib_banner_006 .bannerItem .Txt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 90px 30px;
  }
}
@media (max-width: 768px) {
  .ib_banner_006 .bannerItem .Txt {
    padding: 60px 20px;
  }
}
.ib_banner_006 .bannerItem .Txt .textBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 700px) {
  .ib_banner_006 .bannerItem .Txt .textBox {
    width: 100%;
  }
}
.ib_banner_006 .bannerItem .Txt .title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  opacity: 0;
}
.ib_banner_006 .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 30px;
  letter-spacing: 1px;
  opacity: 0;
}
.ib_banner_006 .bannerItem .Txt .text {
  color: #fff;
  display: block;
  letter-spacing: 0.5px;
  font-size: 24px;
  opacity: 0;
}
.ib_banner_006 .bannerItem .Txt .btnBox {
  opacity: 0;
  margin-top: 50px;
}
.ib_banner_006 .bannerItem .Txt .btnBox a {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 18px 80px;
  text-align: center;
  position: relative;
  font-size: 16px;
}
@media (max-width: 1180px) {
  .ib_banner_006 .bannerItem .Txt .btnBox a {
    padding: 14px 65px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_006 .bannerItem .Txt .btnBox a {
    padding: 10px 60px;
    font-size: 14px;
  }
}
.ib_banner_006 .bannerItem .Txt .btnBox a i {
  position: absolute;
  right: 20px;
  font-size: 13px;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.ib_banner_006 .bannerItem .Txt .btnBox a:hover {
  background-color: #fff;
  color: #101010;
}
.ib_banner_006 .bannerItem .Txt .btnBox a:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.ib_banner_006 .bannerItem .Txt .videoBox {
  pointer-events: none;
  width: 100%;
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.ib_banner_006 .bannerItem .Txt .videoBox.pause {
  opacity: 0;
}
.ib_banner_006 .bannerItem .Txt .videoBox .controllerList {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.ib_banner_006 .bannerItem .Txt .videoBox #player {
  pointer-events: none;
}
.ib_banner_006 .bannerItem .Img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ib_banner_006 .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 675px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ib_banner_006 .slick-current {
  /*.btnBox{
  animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
   }*/
}
.ib_banner_006 .slick-current .Txt {
  /*.bannerBtn {
    animation: slideUpAnimation 0.6s 0.3s ease-in-out forwards;
  }*/
}
.ib_banner_006 .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.6s ease-in-out forwards;
}
.ib_banner_006 .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.6s 0.2s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 0.2s ease-in-out forwards;
}
.ib_banner_006 .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.6s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 0.4s ease-in-out forwards;
}
.ib_banner_006 .slick-current .Img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ib_banner_006 .arrowBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
}
@media (max-width: 1520px) {
  .ib_banner_006 .arrowBox {
    display: none;
  }
}
.ib_banner_006 .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
  -webkit-transform: rotate(271deg);
  transform: rotate(271deg);
}
.ib_banner_006 .arrowBox .arrow:hover {
  background-color: #101010;
  border-color: #101010;
}
.ib_banner_006 .arrowBox .arrow:hover:before {
  border-color: #fff;
}
.ib_banner_006 .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;
}
.ib_banner_006 .arrowBox .arrowPrev:before {
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #fff transparent;
}
.ib_banner_006 .arrowBox .arrowPrev:hover:before {
  border-color: transparent transparent #fff transparent;
}
.ib_banner_006 .arrowBox .arrowNext:before {
  border-width: 9px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.ib_banner_006 .arrowBox .arrowNext:hover:before {
  border-color: #fff transparent transparent transparent;
}
.ib_banner_006 .slick-dots {
  margin: 0;
  bottom: 5%;
}
.ib_banner_006 .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0px 5px;
}
.ib_banner_006 .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.ib_banner_006 .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}
.ib_banner_006 .slick-dots li.slick-active button:before {
  border: 1px solid #101010;
  background-color: #101010;
  opacity: 1;
}

/* home(ib_imageText_000) */
.ib_imageText_000 {
  padding: 150px 0;
}
@media (max-width: 1180px) {
  .ib_imageText_000 {
    padding: 50px 0 60px;
  }
}
.ib_imageText_000 .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ib_imageText_000 .leftBox {
  position: relative;
  display: block;
  width: 50%;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .leftBox {
    width: 100%;
    margin-bottom: 35px;
  }
}
.ib_imageText_000 .leftBox .Img {
  display: block;
  height: 100%;
  max-width: 705px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .leftBox .Img {
    height: auto;
    max-width: 705px;
    margin: 0 auto;
  }
}
.ib_imageText_000 .leftBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ib_imageText_000 .centerImg {
  width: 26%;
  max-width: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ib_imageText_000 .centerImg img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .centerImg {
    width: 280px;
    top: auto;
    bottom: 180px;
    left: 0%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.ib_imageText_000 .rightBox {
  width: 50%;
  padding-left: 14.29%;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .rightBox {
    width: 100%;
    max-width: 705px;
    margin: 0 auto;
    padding-left: 0;
  }
}
.ib_imageText_000 .rightBox .titleBox {
  text-align: left;
}
.ib_imageText_000 .rightBox .textEditorBox {
  position: relative;
  display: block;
  margin-top: 35px;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .rightBox .textEditorBox {
    margin-top: 20px;
  }
}
.ib_imageText_000 .rightBox .textEditorBox .textEditor {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #292929;
}
.ib_imageText_000 .aboutIconList {
  position: relative;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .aboutIconList {
    margin-top: 30px;
  }
}
.ib_imageText_000 .aboutIconItem .Img {
  display: block;
  margin-bottom: 10px;
}
.ib_imageText_000 .aboutIconItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 40px;
  margin: 0 auto;
}
.ib_imageText_000 .aboutIconItem .Txt {
  letter-spacing: 0.5px;
  cursor: default;
}
.ib_imageText_000 .btnBox {
  margin-top: 60px;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .btnBox {
    margin-top: 40px;
  }
}
.ib_imageText_000:not(.show) .Img {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.ib_imageText_000:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.ib_imageText_000:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.ib_imageText_000:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.ib_imageText_000:not(.show) .textEditorBox {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.ib_imageText_000:not(.show) .aboutIconList {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.ib_imageText_000:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.ib_imageText_000:not(.show) .centerImg {
  opacity: 0;
}
.ib_imageText_000.show .Img {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.ib_imageText_000.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s 0.1s;
  transition: all 0.8s 0.1s;
}
.ib_imageText_000.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.ib_imageText_000.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s 0.3s;
  transition: all 0.8s 0.3s;
}
.ib_imageText_000.show .textEditorBox {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.ib_imageText_000.show .aboutIconList {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s 0.5s;
  transition: all 0.8s 0.5s;
}
.ib_imageText_000.show .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
.ib_imageText_000.show .centerImg {
  opacity: 1;
  -webkit-transition: all 0.8s 0.7s;
  transition: all 0.8s 0.7s;
}

/* home(ib_carousel_008) */
/* CSS Document */
.ib_carousel_008 {
  position: relative;
  text-align: center;
  height: 980px;
  background-image: url(../images/teamBg.jpg);
  background-repeat: no-repeat;
  background-size: 1920 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .ib_carousel_008 {
    height: 930px;
    padding-top: 70px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 400px) {
  .ib_carousel_008 {
    padding-top: 30px;
  }
}
.ib_carousel_008 .decoTxt {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 560px;
  z-index: 0;
  font-family: "Cormorant", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #4b4b4b;
  font-size: 227px;
  line-height: 147px;
  letter-spacing: 8.6px;
}
@media (max-width: 1180px) {
  .ib_carousel_008 .decoTxt {
    display: none;
  }
}
.ib_carousel_008 .decoTxt2 {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: -17px;
  z-index: 4;
  font-family: "Cormorant", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #4b4b4b;
  font-size: 227px;
  line-height: 147px;
  letter-spacing: 8.6px;
}
@media (max-width: 1180px) {
  .ib_carousel_008 .decoTxt2 {
    display: none;
  }
}
.ib_carousel_008 .teamDotBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1180px) {
  .ib_carousel_008 .teamDotBox {
    display: none;
  }
}
.ib_carousel_008 .teamDotBox .teamdotItem {
  cursor: pointer;
  position: absolute;
  border-radius: 100%;
  aspect-ratio: 1/1;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.ib_carousel_008 .teamDotBox .teamdotItem::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.ib_carousel_008 .teamDotBox .teamdotItem:nth-child(1) {
  width: 230px;
  top: 335px;
  left: 38.8021%;
}
.ib_carousel_008 .teamDotBox .teamdotItem:nth-child(1) .num {
  -webkit-transform: translate(-5px, 5px);
          transform: translate(-5px, 5px);
}
@media (max-width: 1820px) {
  .ib_carousel_008 .teamDotBox .teamdotItem:nth-child(1) {
    left: 36.8021%;
  }
}
.ib_carousel_008 .teamDotBox .teamdotItem:nth-child(2) {
  width: 190px;
  top: 75px;
  left: 17.4479%;
}
@media (max-width: 1820px) {
  .ib_carousel_008 .teamDotBox .teamdotItem:nth-child(2) {
    left: 12.4479%;
  }
}
.ib_carousel_008 .teamDotBox .teamdotItem:nth-child(3) {
  width: 190px;
  top: 185px;
  left: 29.1667%;
}
@media (max-width: 1820px) {
  .ib_carousel_008 .teamDotBox .teamdotItem:nth-child(3) {
    left: 24.1667%;
  }
}
.ib_carousel_008 .teamDotBox .teamdotItem:nth-child(4) {
  width: 225px;
  top: 75px;
  left: 40.8854%;
}
@media (max-width: 1820px) {
  .ib_carousel_008 .teamDotBox .teamdotItem:nth-child(4) {
    left: 35.8854%;
  }
}
.ib_carousel_008 .teamDotBox .teamdotItem:nth-child(5) {
  width: 175px;
  top: 235px;
  left: 52.8645%;
}
.ib_carousel_008 .teamDotBox .teamdotItem:nth-child(5) .num {
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}
@media (max-width: 1820px) {
  .ib_carousel_008 .teamDotBox .teamdotItem:nth-child(5) {
    left: 49.8645%;
  }
}
.ib_carousel_008 .teamDotBox .teamdotItem:nth-child(6) {
  width: 290px;
  bottom: 20px;
  left: 14.3229%;
}
.ib_carousel_008 .teamDotBox .teamdotItem:nth-child(6) .num {
  -webkit-transform: translate(-15px, 15px);
          transform: translate(-15px, 15px);
}
@media (max-width: 1820px) {
  .ib_carousel_008 .teamDotBox .teamdotItem:nth-child(6) {
    left: 9.3229%;
  }
}
.ib_carousel_008 .teamDotBox .teamdotItem:nth-child(7) {
  width: 195px;
  bottom: 185px;
  left: 33.0729%;
}
@media (max-width: 1820px) {
  .ib_carousel_008 .teamDotBox .teamdotItem:nth-child(7) {
    left: 28.0729%;
  }
}
.ib_carousel_008 .teamDotBox .teamdotItem:nth-child(8) {
  width: 240px;
  bottom: 55px;
  left: 42.4479%;
}
.ib_carousel_008 .teamDotBox .teamdotItem:nth-child(8) .num {
  -webkit-transform: translate(-5px, 5px);
          transform: translate(-5px, 5px);
}
@media (max-width: 1820px) {
  .ib_carousel_008 .teamDotBox .teamdotItem:nth-child(8) {
    left: 37.4479%;
  }
}
.ib_carousel_008 .teamDotBox .teamdotItem:nth-child(9) {
  width: 165px;
  bottom: 260px;
  left: 53.3854%;
}
.ib_carousel_008 .teamDotBox .teamdotItem:nth-child(9) .num {
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}
@media (max-width: 1820px) {
  .ib_carousel_008 .teamDotBox .teamdotItem:nth-child(9) {
    left: 48.3854%;
  }
}
.ib_carousel_008 .teamDotBox .teamdotItem .dotcircle {
  width: calc(100% + 30px);
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: rotatecenter 10s linear infinite;
          animation: rotatecenter 10s linear infinite;
  opacity: 0;
}
.ib_carousel_008 .teamDotBox .teamdotItem .item {
  position: relative;
  z-index: 1;
  width: calc(100% - 50px);
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #292929;
  border: 1px solid rgba(255, 255, 255, 0.9);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.ib_carousel_008 .teamDotBox .teamdotItem .num {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #101010;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: white;
  opacity: 0;
}
@media (min-width: 1181px) {
  .ib_carousel_008 .teamDotBox .teamdotItem:hover {
    color: #101010;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .ib_carousel_008 .teamDotBox .teamdotItem:hover .item {
    background-color: white;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.ib_carousel_008 .teamDotBox .teamdotItem.current {
  color: #101010;
}
.ib_carousel_008 .teamDotBox .teamdotItem.current::before {
  opacity: 1;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.ib_carousel_008 .teamDotBox .teamdotItem.current .num {
  opacity: 1;
}
.ib_carousel_008 .teamDotBox .teamdotItem.current .dotcircle {
  opacity: 1;
}
.ib_carousel_008 .teamDotBox .teamdotItem.current .item {
  background: linear-gradient(45deg, #b1b1b1 0%, white 50%, white 100%);
}
.ib_carousel_008 .titleBox {
  position: relative;
  z-index: 5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ib_carousel_008 .titleBox .decoTitle {
  position: relative;
  color: white;
  max-width: 260px;
}
.ib_carousel_008 .titleBox .title {
  color: white;
  text-shadow: #cecece 1px 0 10px;
}
@media (max-width: 400px) {
  .ib_carousel_008 .titleBox .title {
    font-size: 26px;
  }
}
.ib_carousel_008 .btnBox {
  position: relative;
  margin-top: 40px;
}
.ib_carousel_008 .btnBox .btn {
  border: 1px solid #676767;
}
.ib_carousel_008 .teamListBox {
  z-index: 2;
  position: absolute;
  left: 61.4583%;
  top: 78px;
  width: 825px;
  height: 825px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #616161), to(#3d3d3d));
  background: linear-gradient(90deg, #616161 0, #3d3d3d 100%);
}
@media (max-width: 1180px) {
  .ib_carousel_008 .teamListBox {
    left: auto;
    right: -200px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_008 .teamListBox {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
.ib_carousel_008 .teamListBox2 {
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #585859), to(#3e3e3e));
  background: linear-gradient(90deg, #585859 0, #3e3e3e 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ib_carousel_008 .countryBall {
  margin-left: 6px;
  color: white;
  font-size: 25px;
  letter-spacing: 3px;
  width: 190px;
  height: 190px;
  border-radius: 100%;
  background: linear-gradient(120deg, #cecdcd 0, #3c3c3c 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 520px) {
  .ib_carousel_008 .countryBall {
    width: 130px;
    height: 130px;
    font-size: 16px;
    position: absolute;
    top: 60px;
    right: 120px;
  }
}
@media (max-width: 460px) {
  .ib_carousel_008 .countryBall {
    right: 150px;
  }
}
@media (max-width: 400px) {
  .ib_carousel_008 .countryBall {
    right: 195px;
  }
}
.ib_carousel_008 .teamListInsBox {
  width: calc(100% - 250px);
  margin-left: 60px;
  display: block;
  position: relative;
}
@media (max-width: 1330px) {
  .ib_carousel_008 .teamListInsBox {
    margin-left: 10px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_008 .teamListInsBox {
    margin-left: 60px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_008 .teamListInsBox {
    margin-left: 10px;
  }
}
@media (max-width: 520px) {
  .ib_carousel_008 .teamListInsBox {
    margin-left: 60px;
  }
}
@media (max-width: 410px) {
  .ib_carousel_008 .teamListInsBox {
    margin-left: 100px;
  }
}
.ib_carousel_008 .teamList {
  position: relative;
  display: block;
}
.ib_carousel_008 .teamItem {
  position: relative;
  display: block;
}
.ib_carousel_008 .Txt {
  text-align: left;
}
.ib_carousel_008 .Txt .num {
  color: white;
  font-size: 54px;
  font-weight: 200;
}
.ib_carousel_008 .Txt .textEditor {
  font-size: 20px;
  color: white;
  line-height: 35px;
  max-width: 250px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
@media (max-width: 1180px) {
  .ib_carousel_008 .Txt .textEditor {
    max-width: none;
  }
}
.ib_carousel_008 .teamListBoxPh {
  position: absolute;
  width: 200px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 60px;
  display: none;
}
@media (max-width: 1180px) {
  .ib_carousel_008 .teamListBoxPh {
    display: block;
  }
}
@media (max-width: 400px) {
  .ib_carousel_008 .teamListBoxPh {
    width: 200px;
  }
}
.ib_carousel_008 .teamListBoxPh .arr {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: white;
}
.ib_carousel_008 .teamListBoxPh .arr::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid black;
  border-right: 1px solid black;
}
.ib_carousel_008 .teamListBoxPh .arr.arrowPrev {
  left: -40px;
}
@media (max-width: 380px) {
  .ib_carousel_008 .teamListBoxPh .arr.arrowPrev {
    left: -20px;
  }
}
.ib_carousel_008 .teamListBoxPh .arr.arrowPrev::after {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.ib_carousel_008 .teamListBoxPh .arr.arrowNext {
  right: -40px;
}
@media (max-width: 380px) {
  .ib_carousel_008 .teamListBoxPh .arr.arrowNext {
    right: -20px;
  }
}
.ib_carousel_008 .teamListBoxPh .arr.arrowNext::after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
.ib_carousel_008 .teamPhdotItem {
  margin: 0 auto;
  max-width: 230px;
  border-radius: 100%;
  aspect-ratio: 1/1;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #101010;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 25px;
}
.ib_carousel_008 .teamPhdotItem .dotcircle {
  width: calc(100% + 30px);
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: rotatecenter 10s linear infinite;
          animation: rotatecenter 10s linear infinite;
}
.ib_carousel_008 .teamPhdotItem .item {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(45deg, #b1b1b1 0%, white 50%, white 100%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.ib_carousel_008 .teamPhdotItem .num {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(-5px, 5px);
          transform: translate(-5px, 5px);
  background-color: #101010;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: white;
}
.ib_carousel_008 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ib_carousel_008:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.ib_carousel_008:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.ib_carousel_008:not(.show) .titleBox .btnBox {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.ib_carousel_008:not(.show) .decoTxt {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ib_carousel_008:not(.show) .decoTxt2 {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ib_carousel_008:not(.show) .teamDotBox .teamdotItem:nth-child(1) {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.ib_carousel_008:not(.show) .teamDotBox .teamdotItem:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.ib_carousel_008:not(.show) .teamDotBox .teamdotItem:nth-child(3) {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.ib_carousel_008:not(.show) .teamDotBox .teamdotItem:nth-child(4) {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.ib_carousel_008:not(.show) .teamDotBox .teamdotItem:nth-child(5) {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.ib_carousel_008:not(.show) .teamDotBox .teamdotItem:nth-child(6) {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.ib_carousel_008:not(.show) .teamDotBox .teamdotItem:nth-child(7) {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.ib_carousel_008:not(.show) .teamDotBox .teamdotItem:nth-child(8) {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.ib_carousel_008:not(.show) .teamDotBox .teamdotItem:nth-child(9) {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.ib_carousel_008:not(.show) .teamListBox {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.ib_carousel_008:not(.show) .teamListBox2 {
  opacity: 0;
  -webkit-transform: translateX(30px) translateY(-50%);
          transform: translateX(30px) translateY(-50%);
}
.ib_carousel_008:not(.show) .countryBall {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.ib_carousel_008:not(.show) .teamListInsBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ib_carousel_008.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.ib_carousel_008.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.ib_carousel_008.show .titleBox .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.ib_carousel_008.show .teamDotBox .teamdotItem:nth-child(1) {
  -webkit-animation: scaleAnimation 0.5s ease-in-out both;
          animation: scaleAnimation 0.5s ease-in-out both;
}
.ib_carousel_008.show .teamDotBox .teamdotItem:nth-child(2) {
  -webkit-animation: scaleAnimation 0.5s 0.1s ease-in-out both;
          animation: scaleAnimation 0.5s 0.1s ease-in-out both;
}
.ib_carousel_008.show .teamDotBox .teamdotItem:nth-child(3) {
  -webkit-animation: scaleAnimation 0.5s 0.2s ease-in-out both;
          animation: scaleAnimation 0.5s 0.2s ease-in-out both;
}
.ib_carousel_008.show .teamDotBox .teamdotItem:nth-child(4) {
  -webkit-animation: scaleAnimation 0.5s 0.3s ease-in-out both;
          animation: scaleAnimation 0.5s 0.3s ease-in-out both;
}
.ib_carousel_008.show .teamDotBox .teamdotItem:nth-child(5) {
  -webkit-animation: scaleAnimation 0.5s 0.4s ease-in-out both;
          animation: scaleAnimation 0.5s 0.4s ease-in-out both;
}
.ib_carousel_008.show .teamDotBox .teamdotItem:nth-child(6) {
  -webkit-animation: scaleAnimation 0.5s 0.5s ease-in-out both;
          animation: scaleAnimation 0.5s 0.5s ease-in-out both;
}
.ib_carousel_008.show .teamDotBox .teamdotItem:nth-child(7) {
  -webkit-animation: scaleAnimation 0.5s 0.6s ease-in-out both;
          animation: scaleAnimation 0.5s 0.6s ease-in-out both;
}
.ib_carousel_008.show .teamDotBox .teamdotItem:nth-child(8) {
  -webkit-animation: scaleAnimation 0.5s 0.7s ease-in-out both;
          animation: scaleAnimation 0.5s 0.7s ease-in-out both;
}
.ib_carousel_008.show .teamDotBox .teamdotItem:nth-child(9) {
  -webkit-animation: scaleAnimation 0.5s 0.8s ease-in-out both;
          animation: scaleAnimation 0.5s 0.8s ease-in-out both;
}
.ib_carousel_008.show .teamListBox {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
@media (max-width: 768px) {
  .ib_carousel_008.show .teamListBox {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
.ib_carousel_008.show .teamListBox2 {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(-50%);
          transform: translateX(0px) translateY(-50%);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.ib_carousel_008.show .countryBall {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.ib_carousel_008.show .teamListInsBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
.ib_carousel_008.show .decoTxt {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
}
.ib_carousel_008.show .decoTxt2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
}

/* home(ib_carousel_006) */
/* CSS Document */
.ib_carousel_006 {
  padding: 85px 0 95px;
}
@media (max-width: 1180px) {
  .ib_carousel_006 {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_006 {
    overflow: hidden;
  }
}
.ib_carousel_006 .wrap {
  max-width: 1300px;
}
.ib_carousel_006 .titleBox .text {
  margin-top: 20px;
}
.ib_carousel_006 .renewalBox {
  position: relative;
}
.ib_carousel_006 .renewalBox.hide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.ib_carousel_006 .renewalBox .arr {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: white;
  display: none;
}
@media (max-width: 768px) {
  .ib_carousel_006 .renewalBox .arr {
    display: block;
  }
}
.ib_carousel_006 .renewalBox .arr::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid black;
  border-right: 1px solid black;
}
.ib_carousel_006 .renewalBox .arr.arrowPrev {
  -webkit-transform: translate(calc(-50% - 150px), -50%);
          transform: translate(calc(-50% - 150px), -50%);
}
@media (max-width: 400px) {
  .ib_carousel_006 .renewalBox .arr.arrowPrev {
    -webkit-transform: translate(calc(-50% - 110px), -50%);
            transform: translate(calc(-50% - 110px), -50%);
  }
}
.ib_carousel_006 .renewalBox .arr.arrowPrev::after {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.ib_carousel_006 .renewalBox .arr.arrowNext {
  -webkit-transform: translate(calc(-50% + 150px), -50%);
          transform: translate(calc(-50% + 150px), -50%);
}
@media (max-width: 400px) {
  .ib_carousel_006 .renewalBox .arr.arrowNext {
    -webkit-transform: translate(calc(-50% + 110px), -50%);
            transform: translate(calc(-50% + 110px), -50%);
  }
}
.ib_carousel_006 .renewalBox .arr.arrowNext::after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
.ib_carousel_006 .renewalList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
  margin-top: 45px;
}
@media (max-width: 1180px) {
  .ib_carousel_006 .renewalList {
    margin: 0 -15px;
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_006 .renewalList {
    margin: 0;
    margin-top: 45px;
    width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 400px) {
  .ib_carousel_006 .renewalList {
    width: 960px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_006 .renewalList.pc {
    display: none;
  }
}
.ib_carousel_006 .renewalList.ph {
  display: none;
}
@media (max-width: 768px) {
  .ib_carousel_006 .renewalList.ph {
    display: block;
  }
}
.ib_carousel_006 .renewalItem {
  width: 33.3333333333%;
  padding: 0px 30px 25px;
}
@media (max-width: 1180px) {
  .ib_carousel_006 .renewalItem {
    width: 50%;
    padding: 0px 15px 25px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_006 .renewalItem {
    width: 100%;
    padding: 0px 22px 0px;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_006 .renewalItem:hover .Img img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .ib_carousel_006 .renewalItem:hover .Txt {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .ib_carousel_006 .renewalItem:hover .Txt .num {
    color: white;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .ib_carousel_006 .renewalItem:hover .Txt .title {
    color: white;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.ib_carousel_006 .renewalItem .item {
  position: relative;
  border: 4px solid #898989;
}
.ib_carousel_006 .renewalItem .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ib_carousel_006 .renewalItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 1180px) {
  .ib_carousel_006 .renewalItem .Img img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
.ib_carousel_006 .renewalItem .Txt {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 1180px) {
  .ib_carousel_006 .renewalItem .Txt {
    background-color: transparent;
  }
}
.ib_carousel_006 .renewalItem .Txt .num {
  font-size: 50px;
  letter-spacing: 2px;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#292929), to(white));
  background-image: linear-gradient(to bottom, #292929, white);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 1180px) {
  .ib_carousel_006 .renewalItem .Txt .num {
    background-image: none;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  }
}
.ib_carousel_006 .renewalItem .Txt .title {
  font-size: 18px;
  color: #292929;
  font-weight: 500;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 1180px) {
  .ib_carousel_006 .renewalItem .Txt .title {
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  }
}
.ib_carousel_006 .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .ib_carousel_006 .btnBox {
    margin-top: 30px;
  }
}
.ib_carousel_006:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ib_carousel_006:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ib_carousel_006:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ib_carousel_006:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ib_carousel_006:not(.show) .renewalBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ib_carousel_006:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ib_carousel_006.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.ib_carousel_006.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.1s;
  transition: all 0.8s 0.1s;
}
.ib_carousel_006.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.ib_carousel_006.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.3s;
  transition: all 0.8s 0.3s;
}
.ib_carousel_006.show .renewalBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.ib_carousel_006.show .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}

/* home(ib_carousel_135) */
.ib_carousel_135 .wrap {
  max-width: none;
  padding: 0;
}
.ib_carousel_135 .casesBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .ib_carousel_135 .casesBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ib_carousel_135 .leftBox {
  overflow: hidden;
  padding: 50px 0;
  background-color: #f6f6f6;
  width: 50%;
  position: relative;
  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;
}
@media (max-width: 1180px) {
  .ib_carousel_135 .leftBox {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 195px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_135 .leftBox {
    padding-top: 120px;
  }
}
.ib_carousel_135 .rightBox {
  position: relative;
  display: block;
  width: 50%;
}
@media (max-width: 1180px) {
  .ib_carousel_135 .rightBox {
    width: 100%;
  }
}
.ib_carousel_135 .yearBox {
  width: 425px;
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 0;
  display: block;
  font-family: "Cormorant", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #e5e4e4;
  text-align: right;
}
.ib_carousel_135 .yearBox .yearTitle {
  font-size: 61px;
  line-height: 39px;
}
.ib_carousel_135 .yearBox .year {
  position: relative;
  left: 10px;
  font-size: 250px;
  line-height: 300px;
  margin-top: -100px;
}
@media (max-width: 420px) {
  .ib_carousel_135 .yearBox .year {
    font-size: 190px;
  }
}
.ib_carousel_135 .casesDotList {
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 3;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 20px 0;
  border-left: 1px solid #c5c5c5;
}
@media (max-width: 768px) {
  .ib_carousel_135 .casesDotList {
    padding: 0;
    top: 35px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 100px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: none;
    border-bottom: 1px solid #c5c5c5;
  }
}
@media (max-width: 450px) {
  .ib_carousel_135 .casesDotList {
    width: 100%;
  }
}
.ib_carousel_135 .casesDotItem {
  position: relative;
  padding-left: 20px;
  padding-right: 30px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ib_carousel_135 .casesDotItem {
    padding: 0;
    padding-bottom: 20px;
    margin: 0 25px;
  }
}
@media (max-width: 450px) {
  .ib_carousel_135 .casesDotItem {
    margin: 0 15px;
  }
}
.ib_carousel_135 .casesDotItem:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .ib_carousel_135 .casesDotItem:not(:first-child) {
    margin-top: 0px;
  }
}
.ib_carousel_135 .casesDotItem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 3px;
  height: 3px;
  background-color: black;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .ib_carousel_135 .casesDotItem::before {
    top: auto;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.ib_carousel_135 .casesDotItem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  opacity: 0;
  right: 30px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 768px) {
  .ib_carousel_135 .casesDotItem::after {
    top: auto;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(135deg);
            transform: translate(-50%, 0) rotate(135deg);
  }
}
.ib_carousel_135 .casesDotItem .title {
  font-size: 16px;
  color: #292929;
}
@media (max-width: 768px) {
  .ib_carousel_135 .casesDotItem .title {
    text-align: center;
  }
}
.ib_carousel_135 .casesDotItem.current::after {
  opacity: 1;
  right: 0px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (min-width: 1181px) {
  .ib_carousel_135 .casesDotItem:hover::after {
    opacity: 1;
    right: 0px;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.ib_carousel_135 .TxtBox {
  position: relative;
  width: 100%;
  max-width: 630px;
  padding-left: 110px;
  padding-right: 20px;
}
@media (max-width: 1550px) {
  .ib_carousel_135 .TxtBox {
    padding-left: 180px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_135 .TxtBox {
    max-width: 820px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_135 .TxtBox {
    padding: 20px 20px 0;
  }
}
.ib_carousel_135 .casesLeftItem {
  margin-top: 30px;
}
.ib_carousel_135 .casesLeftItem .Txt .topBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.ib_carousel_135 .casesLeftItem .Txt .casestitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
}
.ib_carousel_135 .casesLeftItem .Txt .casestitleBox .title {
  font-size: 22px;
  line-height: 1;
  color: #292929;
}
.ib_carousel_135 .casesLeftItem .Txt .casestitleBox .entitle {
  font-size: 16px;
  line-height: 1;
  color: #292929;
  font-family: "Cormorant", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.ib_carousel_135 .casesLeftItem .Txt .tagItemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ib_carousel_135 .casesLeftItem .Txt .tagItem {
  font-size: 15px;
  color: #292929;
  background-color: white;
  padding: 6px 17px;
  border-radius: 17px;
}
.ib_carousel_135 .casesLeftItem .Txt .tagItem:not(:first-child) {
  margin-left: 10px;
}
.ib_carousel_135 .casesLeftItem .Txt .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #292929;
}
.ib_carousel_135 .casesLeftItem .Txt .IconBox {
  margin-top: 45px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ib_carousel_135 .casesLeftItem .Txt .IconBox .IconItem {
  width: 33.3333333333%;
  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;
}
@media (max-width: 470px) {
  .ib_carousel_135 .casesLeftItem .Txt .IconBox .IconItem {
    width: 100%;
  }
}
.ib_carousel_135 .casesLeftItem .Txt .IconBox .IconItem:not(:first-child) {
  border-left: 1px solid #cacaca;
}
@media (max-width: 470px) {
  .ib_carousel_135 .casesLeftItem .Txt .IconBox .IconItem:not(:first-child) {
    border-left: none;
    margin-top: 20px;
  }
}
.ib_carousel_135 .casesLeftItem .Txt .IconBox .IconImg {
  width: 33px;
}
.ib_carousel_135 .casesLeftItem .Txt .IconBox .IconImg img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_carousel_135 .casesLeftItem .Txt .IconBox .IconTxt {
  margin-top: 10px;
  font-size: 16px;
  color: #292929;
}
.ib_carousel_135 .btnBox {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1550px) {
  .ib_carousel_135 .btnBox {
    display: block;
  }
  .ib_carousel_135 .btnBox .btn:not(:first-child) {
    margin-top: 20px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_135 .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ib_carousel_135 .btnBox .btn:not(:first-child) {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_135 .btnBox .btn {
    min-width: 210px;
  }
}
@media (max-width: 470px) {
  .ib_carousel_135 .btnBox {
    -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;
  }
  .ib_carousel_135 .btnBox .btn {
    max-width: 240px;
  }
  .ib_carousel_135 .btnBox .btn:not(:first-child) {
    margin-top: 20px;
  }
}
.ib_carousel_135 .casesRightList {
  height: 100%;
}
.ib_carousel_135 .casesRightItem .Img {
  position: relative;
  display: block;
}
.ib_carousel_135 .casesRightItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 750px;
}
@media (max-width: 1180px) {
  .ib_carousel_135 .casesRightItem .Img img {
    min-height: 1px;
  }
}
.ib_carousel_135:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ib_carousel_135:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ib_carousel_135:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ib_carousel_135:not(.show) .casesLeftList {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ib_carousel_135:not(.show) .casesDotList {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media (max-width: 768px) {
  .ib_carousel_135:not(.show) .casesDotList {
    -webkit-transform: translate(-50%, 30px);
            transform: translate(-50%, 30px);
  }
}
.ib_carousel_135:not(.show) .yearBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ib_carousel_135:not(.show) .rightBox {
  opacity: 0;
}
.ib_carousel_135.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.ib_carousel_135.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.1s;
  transition: all 0.8s 0.1s;
}
.ib_carousel_135.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.ib_carousel_135.show .casesLeftList {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.3s;
  transition: all 0.8s 0.3s;
}
.ib_carousel_135.show .yearBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.ib_carousel_135.show .casesDotList {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
@media (max-width: 768px) {
  .ib_carousel_135.show .casesDotList {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}
.ib_carousel_135.show .rightBox {
  opacity: 1;
  -webkit-transition: all 0.8s 0.5s;
  transition: all 0.8s 0.5s;
}

.contactArea {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .contactArea {
    padding: 35px 0 5px;
  }
}
.contactArea .wrap {
  max-width: 1300px;
}
.contactArea .contactBox {
  position: relative;
  background-color: #484848;
  padding: 20px;
}
.contactArea .contactInsBox {
  border: 1px solid rgba(255, 255, 255, 0.3);
  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;
  padding: 60px 145px;
}
@media (max-width: 1180px) {
  .contactArea .contactInsBox {
    padding: 55px 25px;
  }
}
@media (max-width: 768px) {
  .contactArea .contactInsBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 55px;
  }
}
@media (max-width: 440px) {
  .contactArea .contactInsBox {
    padding: 50px 20px;
  }
}
.contactArea .titleBox .title {
  color: white;
}
.contactArea .titleBox .decoTitle {
  color: white;
}
@media (max-width: 950px) {
  .contactArea .titleBox {
    min-width: 142px;
  }
}
.contactArea .textEditorBox {
  margin: 0 10px;
}
@media (max-width: 768px) {
  .contactArea .textEditorBox {
    margin: 25px 0;
  }
}
.contactArea .textEditorBox .textEditor {
  line-height: 30px;
  color: white;
  letter-spacing: 1px;
}
.contactArea .btnBox {
  position: relative;
  display: block;
  margin-top: 5px;
}
@media (max-width: 950px) {
  .contactArea .btnBox {
    min-width: 240px;
  }
}
@media (max-width: 440px) {
  .contactArea .btnBox {
    min-width: 1px;
  }
}
.contactArea .btnBox::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% - 2px);
  background: -webkit-gradient(linear, left top, right top, from(#b7b7b7), to(#747474));
  background: linear-gradient(to right, #b7b7b7, #747474);
  border-radius: 31px;
}
.contactArea .btnBox .btn {
  font-family: "Cormorant", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 440px) {
  .contactArea .btnBox .btn {
    min-width: 200px;
  }
}
.contactArea:not(.show) .contactBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.contactArea.show .contactBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}