.btnBox .btn.animation::after, .btnBox .btn, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close, .ib_carousel_000 .dataList .Img img, .ib_carousel_015 .textBox .title, .ib_carousel_015 .dataItem, .ib_carousel_001 .Txt .title a, .ib_carousel_001 .Txt .title:after, .ib_carousel_001 .Img img, .ib_carousel_001 .dataItem, .ib_carousel_084 .wrap .rightBox .arrowBoxWrap .arrowBox .arrow::after, .ib_carousel_084 .wrap .rightBox .arrowBoxWrap .arrow {
  transition: all 0.5s ease-in-out;
}

.mainArea {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.ib_banner_043 img {
  width: 100%;
  display: block;
}
.ib_banner_043 .wrap {
  max-width: unset;
  padding: 0;
}
.ib_banner_043 .dataBox {
  position: relative;
}
.ib_banner_043 .dataList {
  position: relative;
  z-index: 1;
}
.ib_banner_043 .dataList.slick-dotted {
  margin-bottom: 0;
}
.ib_banner_043 .dataItem .Txt {
  padding: 31px 8px 0;
  position: static;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: end;
  min-height: 19.427dvw;
}
@media (max-width: 1540px) {
  .ib_banner_043 .dataItem .Txt {
    padding: 31px 0 0;
  }
}
@media (max-width: 1180px) {
  .ib_banner_043 .dataItem .Txt {
    flex-wrap: wrap;
    padding: 80px 20px 0;
  }
}
.ib_banner_043 .dataItem .Txt .textBox {
  display: flex;
  flex-direction: column;
  padding: 0 16px 6.05vw;
  padding-left: 0;
  letter-spacing: 3.6px;
  line-height: 1.83;
  max-width: 60%;
}
@media (max-width: 1540px) {
  .ib_banner_043 .dataItem .Txt .textBox {
    padding: 0 10px 6.05vw;
    letter-spacing: 2px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_043 .dataItem .Txt .textBox {
    width: 100%;
    max-width: 100%;
    padding: 0 0 6.05vw;
    letter-spacing: 0px;
  }
}
.ib_banner_043 .dataItem .Txt .textBox::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #424242;
  margin: 31px 0;
}
.ib_banner_043 .dataItem .Txt .title {
  position: relative;
  top: -50px;
  color: #000;
  line-height: 1;
  letter-spacing: 2px;
  width: 66.146%;
  font-family: "Cormorant", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 160px;
  text-transform: uppercase;
}
@media (max-width: 1540px) {
  .ib_banner_043 .dataItem .Txt .title {
    font-size: 130px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_043 .dataItem .Txt .title {
    width: 70%;
    font-size: 100px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_043 .dataItem .Txt .title {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .ib_banner_043 .dataItem .Txt .title {
    font-size: 65px;
  }
}
@media (max-width: 540px) {
  .ib_banner_043 .dataItem .Txt .title {
    font-size: 54px;
  }
}
@media (max-width: 480px) {
  .ib_banner_043 .dataItem .Txt .title {
    font-size: 48px;
  }
}
@media (max-width: 400px) {
  .ib_banner_043 .dataItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .ib_banner_043 .dataItem .Txt .title {
    font-size: 36px;
  }
}
.ib_banner_043 .dataItem .Txt .rightBox {
  padding-left: 100px;
}
@media (max-width: 1180px) {
  .ib_banner_043 .dataItem .Txt .rightBox {
    padding-left: 0;
  }
}
.ib_banner_043 .dataItem .Txt .subtitle {
  font-size: 20px;
}
@media (max-width: 1180px) {
  .ib_banner_043 .dataItem .Txt .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .ib_banner_043 .dataItem .Txt .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .ib_banner_043 .dataItem .Txt .subtitle {
    font-size: 15px;
  }
}
.ib_banner_043 .dataItem .Img {
  margin: -5vw 0 0;
  position: relative;
  z-index: -1;
  overflow: hidden;
  background-color: #eee;
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
}
.ib_banner_043 .dataItem:not(.show) .title {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.6s 0.2s;
}
.ib_banner_043 .dataItem:not(.show) .subtitle {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 0;
  transition: all 0.5s;
}
.ib_banner_043 .dataItem:not(.show) .textBox {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s;
}
.ib_banner_043 .dataItem:not(.show) .Img img {
  transform: scale(1);
  transition: all 0.1s 1s;
}
.ib_banner_043 .dataItem.show .title {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.8s;
}
.ib_banner_043 .dataItem.show .subtitle {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
  transition: all 0.7s 0.4s;
}
.ib_banner_043 .dataItem.show .textBox {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.6s;
}
.ib_banner_043 .dataItem.show .Img img {
  transform: scale(1.2);
  transition: all 3s;
}
.ib_banner_043 .js-scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 41.2%;
  right: 24px;
  z-index: 2;
}
@media (max-width: 1180px) {
  .ib_banner_043 .js-scrollDown {
    display: none;
  }
}
.ib_banner_043 .js-scrollDown .arrow {
  position: absolute;
  bottom: 32%;
  left: 64px;
  transform: translate(0, 0);
  width: 1px;
  height: 193px;
  background-color: #fff;
  z-index: 1;
  transition: all 0.6s;
}
@media (max-width: 1540px) {
  .ib_banner_043 .js-scrollDown .arrow {
    left: 50px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  .ib_banner_043 .js-scrollDown .arrow {
    left: 40px;
    height: 140px;
  }
}
@media (max-width: 480px) {
  .ib_banner_043 .js-scrollDown .arrow {
    left: 30px;
    height: 120px;
  }
}
@media (max-width: 350px) {
  .ib_banner_043 .js-scrollDown .arrow {
    left: 20px;
    height: 100px;
  }
}
.ib_banner_043 .js-scrollDown .arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 20px;
  transform: rotate(26deg);
  background-color: #fff;
  z-index: 1;
  transform-origin: left bottom;
}
@media (max-width: 350px) {
  .ib_banner_043 .js-scrollDown .arrow::before {
    height: 10px;
  }
}
.ib_banner_043 .js-scrollDown .circle {
  background-color: #005e66;
  border-radius: 50%;
  width: 128px;
  height: 128px;
  opacity: 0.9;
  transition: all 0.6s;
}
@media (max-width: 1540px) {
  .ib_banner_043 .js-scrollDown .circle {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .ib_banner_043 .js-scrollDown .circle {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .ib_banner_043 .js-scrollDown .circle {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 350px) {
  .ib_banner_043 .js-scrollDown .circle {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1181px) {
  .ib_banner_043 .js-scrollDown:hover .arrow {
    transform: translate(0, 20px);
  }
  .ib_banner_043 .js-scrollDown:hover .circle {
    transform: translateY(10px);
  }
}
.ib_banner_043:not(.show) .Img {
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
}
.ib_banner_043.show .Img {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 1.2s;
}

.ib_carousel_084 {
  padding: 200px 0 5.2083dvw;
  position: relative;
}
@media (max-width: 1180px) {
  .ib_carousel_084 {
    padding: calc(17.1875dvw + 60px) 0 80px;
    padding-top: 70px;
  }
}
.ib_carousel_084::before {
  content: "";
  display: block;
  width: 1770px;
  max-width: calc(100dvw - 70px);
  height: calc(100% + 7dvw);
  position: absolute;
  right: -50px;
  top: 58%;
  background-color: #f8f5f0;
  z-index: -1;
}
@media (max-width: 1540px) {
  .ib_carousel_084::before {
    right: 0;
    max-width: 100%;
    width: 1860px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_084::before {
    right: 0;
    width: 100dvw;
    max-width: unset;
  }
}
.ib_carousel_084 .decoTextBox {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 1180px) {
  .ib_carousel_084 .decoTextBox {
    display: none;
  }
}
.ib_carousel_084 .decoText {
  letter-spacing: 3px;
  font-size: min(max(11.45vw, 70px), 220px);
  line-height: 1;
  transform: translate(-2vw, -10vw) rotate(270deg);
  transform-origin: right;
  color: #464646;
  font-family: "Cormorant", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  opacity: 0.08;
}
.ib_carousel_084 .decoText .txt {
  transform: translateX(70vw);
}
.ib_carousel_084 .wrap {
  max-width: unset;
}
@media (min-width: 1181px) {
  .ib_carousel_084 .wrap {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .ib_carousel_084 .wrap .rightBox {
    order: 1;
    width: 58.1%;
  }
  .ib_carousel_084 .wrap .leftBox {
    order: 2;
    width: 41.9%;
    padding: 50px 50px 0 99px;
  }
}
@media (min-width: 1181px) and (max-width: 1540px) {
  .ib_carousel_084 .wrap .leftBox {
    padding: 20px 8dvw 0 30px;
  }
}
.ib_carousel_084 .wrap .rightBox {
  position: relative;
}
@media (max-width: 1180px) {
  .ib_carousel_084 .wrap .rightBox {
    padding-right: 0px;
  }
}
.ib_carousel_084 .wrap .rightBox:not(.show) {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.ib_carousel_084 .wrap .rightBox.show {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.8s;
}
.ib_carousel_084 .wrap .rightBox .arrowBoxWrap {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .ib_carousel_084 .wrap .rightBox .arrowBoxWrap {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
  }
}
.ib_carousel_084 .wrap .rightBox .arrowBoxWrap .arrow {
  cursor: pointer;
  pointer-events: auto;
  display: block;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ib_carousel_084 .wrap .rightBox .arrowBoxWrap .arrow.arrowPrev .arrow {
  transform: scaleX(-1);
}
@media (max-width: 1180px) {
  .ib_carousel_084 .wrap .rightBox .arrowBoxWrap .arrow {
    width: 60px;
    height: 60px;
    background-color: transparent;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_084 .wrap .rightBox .arrowBoxWrap .arrow:hover.arrowPrev .arrowBox {
    transform: translateX(-5px);
  }
  .ib_carousel_084 .wrap .rightBox .arrowBoxWrap .arrow:hover.arrowNext .arrowBox {
    transform: translateX(5px);
  }
  .ib_carousel_084 .wrap .rightBox .arrowBoxWrap .arrow:hover .arrowBox .arrow {
    background-color: #fff;
  }
  .ib_carousel_084 .wrap .rightBox .arrowBoxWrap .arrow:hover .arrowBox .arrow::after {
    background-color: #fff;
  }
}
.ib_carousel_084 .wrap .rightBox .arrowBoxWrap .arrowBox {
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.ib_carousel_084 .wrap .rightBox .arrowBoxWrap .arrowBox .arrow {
  width: 21px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  display: flex;
  justify-content: end;
}
.ib_carousel_084 .wrap .rightBox .arrowBoxWrap .arrowBox .arrow::after {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%) rotate(30deg);
  transform-origin: right bottom;
}
.ib_carousel_084 .wrap .leftBox {
  position: relative;
}
@media (max-width: 1180px) {
  .ib_carousel_084 .wrap .leftBox {
    padding-right: 0;
    padding-bottom: 40px;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_084 .wrap .dataList, .ib_carousel_084 .wrap .titleBox {
    max-width: 470px;
  }
}
.ib_carousel_084 .wrap .titleBox {
  margin-bottom: 50px;
  padding-top: 100px;
}
@media (min-width: 1181px) {
  .ib_carousel_084 .wrap .titleBox {
    margin-bottom: 57px;
    padding-top: 68px;
  }
}
@media (min-width: 1181px) and (max-width: 1540px) {
  .ib_carousel_084 .wrap .titleBox {
    margin-bottom: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_084 .wrap .titleBox {
    padding: 0 50px 0 0;
  }
  .ib_carousel_084 .wrap .titleBox .title {
    left: auto;
    right: 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_084 .wrap .titleBox {
    padding: 60px 0 0 30px;
  }
  .ib_carousel_084 .wrap .titleBox .title {
    left: 0;
    right: auto;
    top: -60px;
  }
}
.ib_carousel_084 .wrap .dataBox {
  position: relative;
}
.ib_carousel_084 .Img {
  overflow: hidden;
}
.ib_carousel_084 .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.ib_carousel_084 .dataImgItem:not(.show) img {
  transform: scale(1.1);
  transition: all 0.1s 1s;
}
.ib_carousel_084 .dataImgItem.show img {
  transform: scale(1);
  transition: all 3s;
}
.ib_carousel_084 .dataItem .item {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1180px) {
  .ib_carousel_084 .dataItem .item {
    flex-direction: column;
    align-items: center;
  }
}
.ib_carousel_084 .dataItem .Txt .subtitle, .ib_carousel_084 .dataItem .Txt .title {
  font-size: 20px;
}
@media (max-width: 1540px) {
  .ib_carousel_084 .dataItem .Txt .subtitle, .ib_carousel_084 .dataItem .Txt .title {
    font-size: 18px;
  }
}
.ib_carousel_084 .dataItem .Txt .topBox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  line-height: 1.2;
  font-family: "Comic Sans MS", Arial, Noto Sans TC, Microsoft JhengHei, sans-serif;
  height: 60px;
}
@media (max-width: 768px) {
  .ib_carousel_084 .dataItem .Txt .topBox {
    padding-right: 50px;
  }
}
.ib_carousel_084 .dataItem .Txt .title {
  letter-spacing: 2px;
  padding: 0 8px 0px 0;
}
.ib_carousel_084 .dataItem .Txt .title a {
  display: block;
  position: relative;
  font-family: "Lato", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.ib_carousel_084 .dataItem .Txt .title a::after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #005e66;
  width: 100%;
  display: block;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.8s;
}
@media (min-width: 1181px) {
  .ib_carousel_084 .dataItem .Txt .title a:hover {
    color: #005e66;
  }
  .ib_carousel_084 .dataItem .Txt .title a:hover::after {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.ib_carousel_084 .dataItem .Txt .subtitle {
  letter-spacing: 2.6px;
}
.ib_carousel_084 .dataItem .Txt .text {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 2.4px;
  max-width: 370px;
  line-height: 1.7;
  color: #8B8B8B;
  min-height: 190px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1540px) {
  .ib_carousel_084 .dataItem .Txt .text {
    font-size: 14px;
    min-height: 180px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_084 .dataItem .Txt .text {
    min-height: unset;
    max-width: 100%;
  }
}
.ib_carousel_084 .dataItem .Txt .text::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #8B8B8B;
  margin: 1px 0 33px;
}
@media (max-width: 1180px) {
  .ib_carousel_084 .dataItem .Txt .text::before {
    margin: 1px 0 60px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_084 .dataItem .Txt .text::before {
    margin: 1px 0 30px;
  }
}
.ib_carousel_084 .dataItem .Txt .btnBox {
  margin-top: 22px;
}
.ib_carousel_084 .dataItem:not(.show) .Txt .topBox,
.ib_carousel_084 .dataItem:not(.show) .Txt .text,
.ib_carousel_084 .dataItem:not(.show) .Txt .btnBox {
  opacity: 0;
  transform: translateY(20px);
}
.ib_carousel_084 .dataItem:not(.show) .Txt .topBox {
  transition: all 0.4s 0.2s;
}
.ib_carousel_084 .dataItem:not(.show) .Txt .text {
  transition: all 0.4s 0.1s;
}
.ib_carousel_084 .dataItem:not(.show) .Txt .btnBox {
  transition: all 0.4s;
}
.ib_carousel_084 .dataItem.show .Txt .topBox,
.ib_carousel_084 .dataItem.show .Txt .text,
.ib_carousel_084 .dataItem.show .Txt .btnBox {
  opacity: 1;
  transform: translateY(0);
}
.ib_carousel_084 .dataItem.show .Txt .topBox {
  transition: all 0.6s;
}
.ib_carousel_084 .dataItem.show .Txt .text {
  transition: all 0.6s 0.1s;
}
.ib_carousel_084 .dataItem.show .Txt .btnBox {
  transition: all 0.6s 0.2s;
}
.ib_carousel_084:not(.show) .titleBox .title {
  opacity: 0;
  transform: translateY(-20px);
}
.ib_carousel_084:not(.show) .titleBox .title::after {
  height: 0;
}
.ib_carousel_084:not(.show) .titleBox .subtitle, .ib_carousel_084:not(.show) .titleBox .decoTitle, .ib_carousel_084:not(.show) .titleBox .text, .ib_carousel_084:not(.show) .titleBox .bread {
  opacity: 0;
  transform: translateY(-20px);
}
.ib_carousel_084.show .titleBox .title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s;
}
.ib_carousel_084.show .titleBox .title::after {
  height: 100px;
  transition: all 0.6s 0.4s;
}
@media (max-width: 1540px) {
  .ib_carousel_084.show .titleBox .title::after {
    height: 90px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_084.show .titleBox .title::after {
    height: 60px;
  }
}
.ib_carousel_084.show .titleBox .subtitle {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.1s;
}
.ib_carousel_084.show .titleBox .decoTitle {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.2s;
}
.ib_carousel_084.show .titleBox .text, .ib_carousel_084.show .titleBox .bread {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.3s;
}
.ib_carousel_084:not(.show) .dataList {
  opacity: 0;
  transform: translateY(20px);
}
.ib_carousel_084.show .dataList {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.8s;
}

.ib_imageText_034 {
  padding: 10.729vw 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1540px) {
  .ib_imageText_034 {
    padding: 120px 0;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_034 {
    padding: 0 0 120px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_034 {
    padding: 0 0 80px;
  }
}
.ib_imageText_034 img {
  width: 100%;
  display: block;
  height: auto;
}
.ib_imageText_034 .wrap {
  max-width: unset;
  position: relative;
  padding: 10.4vw 0 0;
}
@media (max-width: 1540px) {
  .ib_imageText_034 .wrap {
    padding: 100px 0 0;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_034 .wrap {
    padding: 120px 0 0;
  }
}
@media (max-width: 768px) {
  .ib_imageText_034 .wrap {
    padding: 100px 0 0;
  }
}
.ib_imageText_034 .wrap .decoText {
  position: absolute;
  bottom: 0;
  left: -12.4vw;
  font-size: min(max(12.76dvw, 70px), 245px);
  line-height: 8.3dvw;
  letter-spacing: 2.4px;
  z-index: -1;
  color: #201c1c;
  pointer-events: none;
  transform: translateX(50vw);
  color: #fff;
  font-family: "Cormorant", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  .ib_imageText_034 .wrap .decoText {
    font-size: min(max(15.76dvw, 24px), 245px);
    line-height: 11.3dvw;
  }
}
.ib_imageText_034 .wrap::before {
  content: "";
  width: 63dvw;
  height: calc(100% - 1.979vw);
  background-color: #f8f5f0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1180px) {
  .ib_imageText_034 .wrap::before {
    width: 100%;
  }
}
.ib_imageText_034 .titleBox {
  margin-left: 30px;
  max-width: 45.5vw;
  min-height: 14.375vw;
}
@media (min-width: 1181px) {
  .ib_imageText_034 .titleBox {
    margin-left: 11.8223dvw;
    padding: 6.354vw 0 0 8.35dvw;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_034 .titleBox {
    padding-right: 60px;
    min-height: unset;
    margin-bottom: 10px;
    transform: translateY(-90px);
  }
}
@media (max-width: 768px) {
  .ib_imageText_034 .titleBox {
    transform: translateY(-80px);
    margin-left: 20px;
  }
}
.ib_imageText_034 .titleBox .subtitle {
  font-size: 16px;
}
@media (max-width: 1180px) {
  .ib_imageText_034 .titleBox .subtitle {
    font-size: 14px;
  }
}
.ib_imageText_034 .dataBox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
.ib_imageText_034 .textEditor {
  font-size: 16px;
  line-height: 1.8;
  color: #8d8d8d;
}
@media (min-width: 1181px) {
  .ib_imageText_034 .textEditor {
    height: 265px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_034 .textEditor {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_034 .textEditor {
    font-size: 14px;
    line-height: 1.7;
  }
}
.ib_imageText_034 .textEditor::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  margin: 15px 0 31px 2px;
  background-color: #8B8B8B;
}
@media (max-width: 1540px) {
  .ib_imageText_034 .textEditor::before {
    margin: 10px 0 20px 2px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_034 .textEditor::before {
    margin: 10px 0 15px 2px;
  }
}
.ib_imageText_034 .textEditor .text {
  margin-bottom: 22px;
}
@media (max-width: 1540px) {
  .ib_imageText_034 .textEditor .text {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_034 .textEditor .text {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.ib_imageText_034 .textEditor .text:last-child {
  margin-bottom: 0;
}
.ib_imageText_034 .Txt {
  position: relative;
  width: 375px;
  max-width: calc(42.7dvw - 40px);
  margin: 0 20px;
  top: -230px;
  left: -50px;
}
@media (max-width: 1540px) {
  .ib_imageText_034 .Txt {
    top: -180px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_034 .Txt {
    padding: 0 30px;
    max-width: unset;
    margin: 0;
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .ib_imageText_034 .Txt {
    padding: 0 20px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_034 .Txt .titleWrap {
    padding-left: 30px;
    padding-bottom: 20px;
  }
}
.ib_imageText_034 .Txt .subtitle {
  color: #686868;
  font-size: 15px;
  letter-spacing: 2.9px;
}
@media (max-width: 1180px) {
  .ib_imageText_034 .Txt .subtitle {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_034 .Txt .subtitle {
    font-size: 13px;
  }
}
.ib_imageText_034 .Txt .decoTitle {
  color: #202020;
  font-size: min(max(5.208dvw, 28px), 80px);
  line-height: 0.97;
  margin: 0 0 0 -3px;
  letter-spacing: 1px;
  font-family: "Cormorant", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  text-transform: capitalize;
}
.ib_imageText_034 .Img3 {
  width: 14.6dvw;
}
@media (max-width: 1540px) {
  .ib_imageText_034 .Img3 {
    width: 16dvw;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_034 .Img3 {
    width: 20dvw;
    position: absolute;
    bottom: 20%;
    left: 30px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_034 .Img3 {
    width: 24dvw;
    bottom: 17%;
    left: 20px;
  }
}
.ib_imageText_034 .Img3:not(.show) {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.ib_imageText_034 .Img3.show {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.6s;
}
.ib_imageText_034 .rightImg {
  width: 41.8dvw;
  margin-top: -12.667dvw;
  position: relative;
}
@media (max-width: 1350px) {
  .ib_imageText_034 .rightImg {
    width: 43.8dvw;
    margin-top: -6.667dvw;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_034 .rightImg {
    width: 65%;
    max-width: 500px;
    margin: 40px 0 0 auto;
  }
}
@media (max-width: 768px) {
  .ib_imageText_034 .rightImg {
    max-width: 400px;
    margin: 30px 0 0 auto;
  }
}
@media (max-width: 480px) {
  .ib_imageText_034 .rightImg {
    margin: 20px 0 0 auto;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_034 .rightImg .Img {
    width: 100%;
  }
}
.ib_imageText_034 .rightImg .Img2 {
  position: absolute;
  bottom: -9.8dvw;
  left: -11.4dvw;
  z-index: -1;
  width: 20.3dvw;
}
@media (max-width: 1180px) {
  .ib_imageText_034 .rightImg .Img2 {
    width: 25dvw;
    left: -20dvw;
    bottom: -80px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_034 .rightImg .Img2 {
    width: 30dvw;
    bottom: -60px;
  }
}
.ib_imageText_034 .rightImg .Img2:not(.show) {
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.ib_imageText_034 .rightImg .Img2.show {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.6s;
}
.ib_imageText_034 .rightImg:not(.show) .Img {
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
}
.ib_imageText_034 .rightImg.show .Img {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.6s;
}
.ib_imageText_034 .btnBox {
  margin: 39px 0 0 -72px;
}
@media (max-width: 1540px) {
  .ib_imageText_034 .btnBox {
    margin: 30px 0 0 -60px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_034 .btnBox {
    margin: 30px 0 0 0px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_034 .btnBox {
    margin: 20px 0 0 0;
  }
}
.ib_imageText_034 .btnBox .btn {
  padding: 18px 40px;
  font-size: 16px;
}
@media (max-width: 1180px) {
  .ib_imageText_034 .btnBox .btn {
    padding: 16px 35px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_034 .btnBox .btn {
    padding: 14px 30px;
    font-size: 14px;
  }
}
.ib_imageText_034:not(.show) .titleBox .title {
  opacity: 0;
  transform: translateY(-20px);
}
.ib_imageText_034:not(.show) .titleBox .title::after {
  height: 0;
}
.ib_imageText_034:not(.show) .titleBox .subtitle, .ib_imageText_034:not(.show) .titleBox .decoTitle, .ib_imageText_034:not(.show) .titleBox .text, .ib_imageText_034:not(.show) .titleBox .bread {
  opacity: 0;
  transform: translateY(-20px);
}
.ib_imageText_034.show .titleBox .title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s;
}
.ib_imageText_034.show .titleBox .title::after {
  height: 100px;
  transition: all 0.6s 0.4s;
}
@media (max-width: 1540px) {
  .ib_imageText_034.show .titleBox .title::after {
    height: 90px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_034.show .titleBox .title::after {
    height: 60px;
  }
}
.ib_imageText_034.show .titleBox .subtitle {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.1s;
}
.ib_imageText_034.show .titleBox .decoTitle {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.2s;
}
.ib_imageText_034.show .titleBox .text, .ib_imageText_034.show .titleBox .bread {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.3s;
}
.ib_imageText_034:not(.show) .titleWrap .subtitle, .ib_imageText_034:not(.show) .titleWrap .decoTitle {
  opacity: 0;
  transform: translateY(-20px);
}
.ib_imageText_034.show .titleWrap .subtitle {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.1s;
}
.ib_imageText_034.show .titleWrap .decoTitle {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.2s;
}
.ib_imageText_034:not(.show) .textEditor {
  opacity: 0;
  transform: translateY(20px);
}
.ib_imageText_034.show .textEditor {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.6s;
}
.ib_imageText_034:not(.show) .btnBox {
  opacity: 0;
  transform: translateY(20px);
}
.ib_imageText_034.show .btnBox {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.8s;
}

.ib_carousel_001 {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .ib_carousel_001 {
    padding: 60px 0;
  }
}
.ib_carousel_001 .wrap {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
@media (max-width: 1180px) {
  .ib_carousel_001 .wrap {
    padding: 0 20px;
  }
}
.ib_carousel_001 .topSection {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 1180px) {
  .ib_carousel_001 .topSection {
    padding-left: 0;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_001 .topSection {
    flex-direction: column;
    margin-bottom: 40px;
    padding-left: 0;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_001 .topSection {
    padding-left: 0;
    padding-top: 0;
  }
}
.ib_carousel_001 .titleBox {
  max-width: 700px;
}
@media (max-width: 768px) {
  .ib_carousel_001 .titleBox {
    padding: 60px 0 0 30px;
  }
  .ib_carousel_001 .titleBox .title {
    top: -36px;
  }
  .ib_carousel_001 .titleBox .text {
    margin-top: 40px;
    margin-left: -30px;
    position: relative;
  }
  .ib_carousel_001 .titleBox .text::before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #8B8B8B;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.ib_carousel_001 .decoTextBox {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
  text-transform: uppercase;
  overflow: hidden;
  will-change: transform;
}
@media (max-width: 1540px) {
  .ib_carousel_001 .decoTextBox {
    top: 44%;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_001 .decoTextBox {
    display: none;
  }
}
.ib_carousel_001 .decoTextBox .decoText {
  font-size: min(max(12.76dvw, 100px), 245px);
  line-height: 1;
  letter-spacing: 2.4px;
  color: #fff;
  font-family: "Cormorant", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  white-space: nowrap;
}
@media (max-width: 1540px) {
  .ib_carousel_001 .decoTextBox .decoText {
    font-size: min(max(11dvw, 80px), 200px);
  }
}
.ib_carousel_001 .btnBox .btn {
  display: flex;
  align-items: center;
}
.ib_carousel_001 .btnBox .circle {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #005e66;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ib_carousel_001 .btnBox .text {
  margin-left: 15px;
}
.ib_carousel_001 .dataList {
  max-width: 1340px;
  min-height: 680px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .ib_carousel_001 .dataList {
    min-height: unset;
  }
}
.ib_carousel_001 .dataList .slick-slide {
  padding: 0 30px;
  transition: padding-top 0.6s ease;
}
.ib_carousel_001 .dataList .slick-slide.left {
  padding-top: 100px;
}
@media (max-width: 1180px) {
  .ib_carousel_001 .dataList .slick-slide.left {
    padding-top: 60px;
  }
}
.ib_carousel_001 .dataList .slick-slide.right {
  padding-top: 0;
}
.ib_carousel_001 .dataList .slick-slide:not(.left):not(.right) {
  padding-top: 50px;
}
@media (max-width: 1180px) {
  .ib_carousel_001 .dataList .slick-slide:not(.left):not(.right) {
    padding-top: 30px;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_001 .dataItem:hover {
    transform: translateY(-10px);
  }
}
@media (min-width: 1181px) and (max-width: 1180px) {
  .ib_carousel_001 .dataItem:hover {
    transform: none;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_001 .dataItem:hover .Img img {
    transform: scale(1.05);
  }
  .ib_carousel_001 .dataItem:hover .subtitle {
    color: #005e66;
  }
  .ib_carousel_001 .dataItem:hover .title .arrowBox {
    transform: translateX(5px);
  }
}
.ib_carousel_001 .Img {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 3/4;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
.ib_carousel_001 .Img a {
  display: block;
  width: 100%;
  height: 100%;
}
.ib_carousel_001 .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ib_carousel_001 .Txt {
  position: relative;
  margin-top: -7%;
  left: -20px;
}
@media (max-width: 1540px) {
  .ib_carousel_001 .Txt {
    left: -10px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_001 .Txt {
    left: 0;
  }
}
@media (max-width: 660px) {
  .ib_carousel_001 .Txt {
    margin-top: -8%;
  }
}
@media (max-width: 480px) {
  .ib_carousel_001 .Txt {
    margin-top: -4%;
  }
}
.ib_carousel_001 .Txt .title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  color: #464646;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .ib_carousel_001 .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_001 .Txt .title {
    font-size: 16px;
  }
}
.ib_carousel_001 .Txt .title:after {
  height: 0px;
}
.ib_carousel_001 .Txt .title a {
  color: #464646;
  text-decoration: none;
  flex: 1;
}
.ib_carousel_001 .Txt .title .arrowBox {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  transition: all 0.5s;
}
.ib_carousel_001 .Txt .title .arrowBox .arrow {
  width: 21px;
  height: 1px;
  background-color: #005e66;
  display: flex;
  justify-content: end;
}
.ib_carousel_001 .Txt .title .arrowBox .arrow::after {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #005e66;
  transform: translateY(-50%) rotate(30deg);
  transform-origin: right bottom;
}
.ib_carousel_001 .Txt .subtitle {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 9px;
  font-family: "Cormorant", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  text-transform: uppercase;
  color: #464646;
}
@media (max-width: 1540px) {
  .ib_carousel_001 .Txt .subtitle {
    font-size: 32px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_001 .Txt .subtitle {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_001 .Txt .subtitle {
    font-size: 22px;
  }
}
.ib_carousel_001:not(.show) .titleBox .title {
  opacity: 0;
  transform: translateY(-20px);
}
.ib_carousel_001:not(.show) .titleBox .title::after {
  height: 0;
}
.ib_carousel_001:not(.show) .titleBox .subtitle, .ib_carousel_001:not(.show) .titleBox .decoTitle, .ib_carousel_001:not(.show) .titleBox .text, .ib_carousel_001:not(.show) .titleBox .bread {
  opacity: 0;
  transform: translateY(-20px);
}
.ib_carousel_001.show .titleBox .title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s;
}
.ib_carousel_001.show .titleBox .title::after {
  height: 100px;
  transition: all 0.6s 0.4s;
}
@media (max-width: 1540px) {
  .ib_carousel_001.show .titleBox .title::after {
    height: 90px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_001.show .titleBox .title::after {
    height: 60px;
  }
}
.ib_carousel_001.show .titleBox .subtitle {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.1s;
}
.ib_carousel_001.show .titleBox .decoTitle {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.2s;
}
.ib_carousel_001.show .titleBox .text, .ib_carousel_001.show .titleBox .bread {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.3s;
}
.ib_carousel_001:not(.show) .topSection .btnBox {
  opacity: 0;
  transform: translateY(20px);
}
.ib_carousel_001.show .topSection .btnBox {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.8s;
}
.ib_carousel_001:not(.show) .dataList {
  opacity: 0;
  transform: translateY(20px);
}
.ib_carousel_001.show .dataList {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 1s;
}

.ib_carousel_015 {
  padding: 200px 0;
  padding-bottom: 0px;
}
@media (max-width: 1180px) {
  .ib_carousel_015 {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 {
    padding: 80px 0 60px;
  }
}
.ib_carousel_015 .wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  max-width: 1555px;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .wrap {
    flex-direction: column;
  }
}
.ib_carousel_015 .leftBox {
  width: 60%;
  padding-right: 80px;
  order: 1;
}
@media (max-width: 1540px) {
  .ib_carousel_015 .leftBox {
    padding-right: 50px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .leftBox {
    width: 100%;
    padding-right: 0;
    margin-top: 40px;
    order: 2;
  }
}
.ib_carousel_015 .rightBox {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-left: 80px;
  padding-top: 20px;
  order: 2;
  right: -100px;
  top: -150px;
}
@media (max-width: 1540px) {
  .ib_carousel_015 .rightBox {
    padding-left: 50px;
    right: -60px;
    top: -100px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .rightBox {
    width: 100%;
    padding-left: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 0;
    order: 1;
    right: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 .rightBox {
    flex-direction: column;
  }
}
.ib_carousel_015 .rightBox .titleBox {
  padding-left: 0;
  min-height: unset;
}
@media (max-width: 768px) {
  .ib_carousel_015 .rightBox .titleBox {
    margin-bottom: 20px;
  }
}
.ib_carousel_015 .rightBox .titleBox .title {
  top: -50px;
  right: -50px;
  left: auto;
}
@media (max-width: 1540px) {
  .ib_carousel_015 .rightBox .titleBox .title {
    top: -30px;
    right: -30px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .rightBox .titleBox .title {
    top: 0;
    right: auto;
    left: 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 .rightBox .titleBox .title {
    top: -90px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .rightBox .titleBox .decoTitle {
    padding-left: 50px;
  }
}
.ib_carousel_015 .dataBox {
  position: relative;
}
.ib_carousel_015 .slick-list {
  padding: 2px 0;
}
@media (max-width: 1023px) {
  .ib_carousel_015 .slick-list {
    padding: 0;
  }
}
.ib_carousel_015 .slick-slide:not(.slick-active) {
  pointer-events: none;
  transition: all 0.3s ease;
}
.ib_carousel_015 .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}
.ib_carousel_015 .dataItem {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}
.ib_carousel_015 .dataItem::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #005e66;
  right: 0;
  bottom: -1px;
  transition: all 1s ease;
}
@media (min-width: 1181px) {
  .ib_carousel_015 .dataItem:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .ib_carousel_015 .dataItem:hover .title {
    color: #005e66;
  }
  .ib_carousel_015 .dataItem:hover .arrowBox {
    transform: translateX(5px);
  }
  .ib_carousel_015 .dataItem:hover .arrowBox .arrow {
    background-color: #005e66;
  }
  .ib_carousel_015 .dataItem:hover .arrowBox .arrow::after {
    background-color: #005e66;
  }
}
@media (max-width: 1023px) {
  .ib_carousel_015 .dataItem {
    padding: 25px 0;
  }
}
@media (max-width: 480px) {
  .ib_carousel_015 .dataItem {
    padding: 20px 0;
  }
}
.ib_carousel_015 .item {
  position: relative;
  cursor: pointer;
}
.ib_carousel_015 .Txt {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .ib_carousel_015 .Txt {
    flex-wrap: wrap;
  }
}
.ib_carousel_015 .dataInfoBox {
  flex-shrink: 0;
  padding-right: 40px;
}
@media (max-width: 1440px) {
  .ib_carousel_015 .dataInfoBox {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 .dataInfoBox {
    padding-right: 20px;
    width: 100%;
    padding-bottom: 5px;
  }
}
.ib_carousel_015 .dataInfoBox .dateBox {
  color: #8B8B8B;
}
.ib_carousel_015 .dataInfoBox .dateBox .date {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ib_carousel_015 .dataInfoBox .dateBox .date {
    font-size: 13px;
  }
}
.ib_carousel_015 .textBox {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .ib_carousel_015 .textBox {
    flex: 0;
    width: calc(100% - 35px);
    min-width: unset;
    flex-grow: 1;
  }
}
.ib_carousel_015 .textBox .title {
  width: 100%;
  color: #202020;
  font-size: 17px;
  letter-spacing: 1.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .ib_carousel_015 .textBox .title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 .textBox .title {
    font-size: 15px;
  }
}
.ib_carousel_015 .Txt > .arrowBox {
  flex-shrink: 0;
  width: 35px;
  height: 1px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .ib_carousel_015 .Txt > .arrowBox {
    width: 25px;
    margin-left: 15px;
  }
}
.ib_carousel_015 .Txt > .arrowBox .arrow {
  width: 100%;
  height: 1px;
  background-color: #727272;
  display: flex;
  justify-content: end;
}
.ib_carousel_015 .Txt > .arrowBox .arrow::after {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #727272;
  transform: translateY(-50%) rotate(30deg);
  transform-origin: right bottom;
}
.ib_carousel_015 .link {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_carousel_015:not(.show) .titleBox .title {
  opacity: 0;
  transform: translateY(-20px);
}
.ib_carousel_015:not(.show) .titleBox .title::after {
  height: 0;
}
.ib_carousel_015:not(.show) .titleBox .subtitle, .ib_carousel_015:not(.show) .titleBox .decoTitle, .ib_carousel_015:not(.show) .titleBox .text, .ib_carousel_015:not(.show) .titleBox .bread {
  opacity: 0;
  transform: translateY(-20px);
}
.ib_carousel_015.show .titleBox .title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s;
}
.ib_carousel_015.show .titleBox .title::after {
  height: 100px;
  transition: all 0.6s 0.4s;
}
@media (max-width: 1540px) {
  .ib_carousel_015.show .titleBox .title::after {
    height: 90px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015.show .titleBox .title::after {
    height: 60px;
  }
}
.ib_carousel_015.show .titleBox .subtitle {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.1s;
}
.ib_carousel_015.show .titleBox .decoTitle {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.2s;
}
.ib_carousel_015.show .titleBox .text, .ib_carousel_015.show .titleBox .bread {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.3s;
}
.ib_carousel_015:not(.show) .btnBox {
  opacity: 0;
  transform: translateY(20px);
}
.ib_carousel_015.show .btnBox {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.6s;
}
.ib_carousel_015:not(.show) .dataBox {
  opacity: 0;
  transform: translateY(20px);
}
.ib_carousel_015.show .dataBox {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.8s;
}

.ib_carousel_000 {
  padding: 60px 0;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .ib_carousel_000 {
    padding-top: 0;
  }
}
.ib_carousel_000 .wrap {
  max-width: 100%;
  padding: 0;
}
.ib_carousel_000 .dataBox > .btnBox {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .ib_carousel_000 .dataList {
    padding: 0 40px;
  }
}
.ib_carousel_000 .dataList .slick-list {
  padding-bottom: 9.7dvw;
  overflow: visible;
}
@media (max-width: 1180px) {
  .ib_carousel_000 .dataList .slick-list {
    padding-bottom: 12.7dvw;
  }
}
.ib_carousel_000 .dataList .slick-slide {
  transition: all 0.8s;
  padding: 0 10px;
}
.ib_carousel_000 .dataList .item {
  position: relative;
}
.ib_carousel_000 .dataList .Img {
  width: 100%;
  overflow: hidden;
}
.ib_carousel_000 .dataList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1181px) {
  .ib_carousel_000 .dataList .dataItem:hover .Img img {
    transform: scale(1.05);
  }
}

.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: #005e66;
  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 {
  transform: rotate(45deg);
}
.ib_info_004 .close::after {
  transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .ib_info_004 .close:hover {
    background-color: #005e66;
  }
  .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);
  }
}

.titleBox {
  margin-bottom: 40px;
  position: relative;
  padding: 0 0 0 103px;
  min-height: 200px;
  text-align: left;
}
@media (max-width: 1180px) {
  .titleBox {
    min-height: unset;
    padding-left: 50px;
  }
}
.titleBox .decoTitle {
  font-size: min(max(5.208dvw, 28px), 100px);
}
.titleBox .title {
  color: #005e66;
  font-size: 18px;
  line-height: 1.1;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  width: 18px;
}
@media (max-width: 1540px) {
  .titleBox .title {
    font-size: 16px;
    width: 16px;
  }
}
.titleBox .title::after {
  content: "";
  display: block;
  width: 2px;
  margin: 17px auto;
  background-color: #d3d2d0;
}
@media (max-width: 1180px) {
  .titleBox .title::after {
    margin: 12px auto;
  }
}
@media (max-width: 768px) {
  .titleBox .title::after {
    margin: 8px auto;
  }
}
.titleBox .subtitle {
  color: #686868;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 2.9px;
  margin-bottom: 24px;
}
@media (max-width: 1540px) {
  .titleBox .subtitle {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.titleBox .text {
  color: #8B8B8B;
  font-size: 15px;
  line-height: normal;
  padding-top: 30px;
}
@media (max-width: 1540px) {
  .titleBox .text {
    font-size: 14px;
  }
}
@media (min-width: 1181px) {
  .titleBox.right {
    padding: 68px 40px 0 0;
  }
  .titleBox.right .title {
    left: auto;
    right: 0;
  }
}

.btnBox {
  margin-top: 20px;
}
.btnBox.flex {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
}
.btnBox.flex.left {
  justify-content: flex-start;
}
.btnBox.flex.right {
  justify-content: flex-end;
}
.btnBox.flex .btn {
  min-width: auto;
  max-width: 200px;
  flex: 1;
  margin: 0 6px;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 480px) {
  .btnBox.single .btn {
    max-width: 100%;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  min-width: 200px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.btnBox .btn .btnText {
  display: inline-block;
  font-family: "Lato";
  font-size: 13px;
  text-transform: uppercase;
}
@media (min-width: 1181px) {
  .btnBox .btn:not([class*=style]):hover {
    background-color: #fff;
    border-color: #005e66;
    color: #005e66;
  }
}
.btnBox .btn.small {
  font-size: 13px;
  padding: 10px 15px;
}
.btnBox .btn.animation {
  overflow: hidden;
}
.btnBox .btn.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.btnBox .btn.bgMain {
  background-color: #005e66;
  border: 1px solid #005e66;
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgMain:hover {
    color: #005e66;
  }
  .btnBox .btn.bgMain:hover:not(.animation) {
    background-color: #fff;
  }
}
.btnBox .btn.bgSecond {
  background-color: #202020;
  border: 1px solid #202020;
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgSecond:hover {
    color: #202020;
  }
  .btnBox .btn.bgSecond:hover:not(.animation) {
    background-color: #fff;
  }
}
.btnBox .btn.colorMain {
  background-color: #fff;
  border: 1px solid #005e66;
  color: #005e66;
}
.btnBox .btn.colorMain.animation::after {
  background-color: #005e66;
}
@media (min-width: 1181px) {
  .btnBox .btn.colorMain:hover {
    color: #fff;
  }
  .btnBox .btn.colorMain:hover:not(.animation) {
    background-color: #005e66;
  }
}
.btnBox .btn.colorSecond {
  background-color: #fff;
  border: 1px solid #202020;
  color: #202020;
}
.btnBox .btn.colorSecond.animation::after {
  background-color: #202020;
}
@media (min-width: 1181px) {
  .btnBox .btn.colorSecond:hover {
    color: #fff;
  }
  .btnBox .btn.colorSecond:hover:not(.animation) {
    background-color: #202020;
  }
}
.btnBox .btn.style1 {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 960px) {
  .btnBox .btn.style1 {
    padding-left: 0;
  }
}
.btnBox .btn.style1 .btnText {
  padding: 0 0 0 18px;
  color: #005e66;
  letter-spacing: 1.3px;
  transition: all 0.5s 0.2s;
}
.btnBox .btn.style1 .arrowBox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 96px;
  height: 96px;
  z-index: 0;
  transition: all 0.5s;
  clip-path: circle(50% at 50% 50%);
}
@media (max-width: 1540px) {
  .btnBox .btn.style1 .arrowBox {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 960px) {
  .btnBox .btn.style1 .arrowBox {
    width: 40px;
    height: 40px;
  }
}
.btnBox .btn.style1 .arrowBox.arrowBox2 {
  position: absolute;
  top: 13px;
  left: 20px;
  z-index: 1;
  clip-path: circle(0% at 50% 50%);
}
@media (max-width: 960px) {
  .btnBox .btn.style1 .arrowBox.arrowBox2 {
    top: 6px;
    left: 10px;
  }
}
.btnBox .btn.style1 .arrowBox .arrow {
  width: 21px;
  height: 1px;
  background-color: #fff;
  display: flex;
  justify-content: end;
}
@media (max-width: 960px) {
  .btnBox .btn.style1 .arrowBox .arrow {
    width: 16px;
  }
}
.btnBox .btn.style1 .arrowBox .arrow::after {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: inherit;
  transform: translateY(-50%) rotate(30deg);
  transform-origin: right bottom;
}
@media (max-width: 960px) {
  .btnBox .btn.style1 .arrowBox .arrow::after {
    width: 5px;
  }
}
.btnBox .btn.style1 .arrowBox .arrow.arrow2 {
  background-color: #005e66;
}
.btnBox .btn.style1 .arrowBox .circle {
  width: 100%;
  height: 100%;
  background-color: #005e66;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  transition: all 0.5s 0.4s;
}
@media (min-width: 1181px) {
  .btnBox .btn.style1:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .btnBox .btn.style1:hover .btnText {
    transform: translateX(5px);
  }
  .btnBox .btn.style1:hover .arrowBox {
    opacity: 0;
    transition: all 0.5s;
    clip-path: circle(0% at 50% 50%);
  }
  .btnBox .btn.style1:hover .arrowBox.arrowBox2 {
    opacity: 1;
    clip-path: circle(50% at 50% 50%);
    transform: translateX(10px);
    transition: all 0.5s 0.2s;
  }
  .btnBox .btn.style1:hover .circle {
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.5s;
  }
}
.btnBox .btn.style2 {
  padding: 0;
  display: flex;
  justify-content: start;
}
.btnBox .btn.style2 .btnText {
  letter-spacing: 1.4px;
  color: #005e66;
  padding-right: 16px;
  transition: all 0.5s;
}
.btnBox .btn.style2 .arrowBox {
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.btnBox .btn.style2 .arrowBox .arrow {
  width: 21px;
  height: 1px;
  background-color: #005e66;
  display: flex;
  justify-content: end;
}
.btnBox .btn.style2 .arrowBox .arrow::after {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #005e66;
  transform: translateY(-50%) rotate(30deg);
  transform-origin: right bottom;
}
@media (min-width: 1181px) {
  .btnBox .btn.style2:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .btnBox .btn.style2:hover .btnText {
    transform: translateX(5px);
  }
  .btnBox .btn.style2:hover .arrowBox {
    transform: translateX(10px);
  }
}
.btnBox .btn.style3 {
  padding: 0;
  min-width: unset;
  background-color: rgba(0, 0, 0, 0);
}
.btnBox .btn.style3 .arrowBox {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnBox .btn.style3 .arrowBox .arrow {
  width: 35px;
  height: 1px;
  background-color: #727272;
  display: flex;
  justify-content: end;
  transition: all 0.5s;
}
.btnBox .btn.style3 .arrowBox .arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #727272;
  transform: translateY(-50%) rotate(30deg);
  transform-origin: right bottom;
  transition: all 0.5s;
}
.btnBox .btn.rounded {
  border-radius: 24.5px;
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px;
}
