.ib_carousel_114 .bottomBox .arrowBox .arrow .btn-arrow, .ib_carousel_114 .bottomBox .arrowBox .arrow, .ib_carousel_114 .rightBox .textBox .title, .ib_carousel_114 .rightBox .dataItem, .ib_carousel_114 .mapBox .map .map-label, .ib_carousel_032 .rightBox .textBox .title, .ib_carousel_032 .rightBox .dataInfoBox .classTitle, .ib_carousel_032 .rightBox .dataItem::after, .ib_carousel_032 .rightBox .dataItem, .ib_carousel_032 .leftBox .arrowBox .arrow .btn-arrow, .ib_carousel_032 .leftBox .arrowBox .arrow, .ib_carousel_032 .leftBox .textBox .title, .ib_carousel_032 .leftBox .dataInfoBox .classTitle, .ib_carousel_032 .leftBox .imgBox img, .ib_carousel_055 .arrowBox .arrow .btn-arrow, .ib_carousel_055 .arrowBox .arrow, .ib_carousel_024 .dataItem .Txt, .ib_carousel_024 .dataItem .item, .ib_carousel_023 .dataItem .title, .ib_carousel_023 .dataItem .Img img, .ib_carousel_023 .leftBox .classBox .class, .bannerShow .arrowBox .arrow .btn-arrow, .bannerShow .arrowBox .arrow, .ib_banner_016 .dataItem .Txt .textBox .bannerVideo .videoBtn::after, .ib_banner_016 .dataItem .Txt .textBox .bannerVideo .videoBtn, .ib_banner_016 .dataItem .Txt .textBox .bannerVideo::after, .ib_banner_016 .dataItem .Txt .textBox .bannerVideo::before, .videoBox, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  transition: all 0.5s ease-in-out;
}

/* home(ib_info_004) */
.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: #912A2E;
  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: #912A2E;
  }
  .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);
  }
}

.videoBox {
  width: 100%;
  height: 100dvh;
  z-index: -1;
  display: block;
  pointer-events: none;
  position: fixed;
  scale: 0.8;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  overflow: hidden;
}
.videoBox.show {
  opacity: 1;
  scale: 1;
  z-index: 100;
}
.videoBox .wrap {
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.videoBox .closeBtn {
  pointer-events: auto;
  width: 100%;
  height: 100%;
}
.videoBox .homeVideo {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 200%;
}
.videoBox .videoTextWrap {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .videoBox .videoTextWrap {
    right: 30px;
    bottom: 30px;
  }
}
.videoBox .videoTextWrap .videoText {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #d5262b;
}
@media (max-width: 1180px) {
  .videoBox .videoTextWrap .videoText {
    width: 60px;
    height: 60px;
  }
}
.videoBox .videoTextWrap .videoText span {
  position: relative;
  color: #fff;
  font-size: 15px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .videoBox .videoTextWrap .videoText span {
    font-size: 12px;
  }
}
.videoBox .videoTextWrap .videoText::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
  animation: scaleLight 2s linear infinite;
  z-index: -1;
}

.WebSiteHome.videoPlaying {
  height: 100dvh;
  overflow: hidden;
  position: relative;
  touch-action: none;
  -webkit-overflow-scrolling: auto;
}

.mainArea {
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .mainArea {
    padding-top: 58px;
  }
}

.ib_banner_016 {
  border-radius: 24.5vw 0 0 0;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .ib_banner_016 {
    border-radius: 200px 0 0 0;
  }
}
.ib_banner_016 .dataBox {
  position: relative;
}
.ib_banner_016 .dataList {
  position: relative;
  z-index: 1;
}
.ib_banner_016 .dataList.slick-dotted {
  margin-bottom: 0;
}
.ib_banner_016 .dataLink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
}
.ib_banner_016 .dataItem .Txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px 20px 0;
  z-index: 2;
  max-width: 1530px;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .ib_banner_016 .dataItem .Txt {
    padding: 55px 20px 20px;
  }
}
.ib_banner_016 .dataItem .Txt .textBox {
  position: relative;
  z-index: 1;
  padding: 0 0 0 32px;
  width: calc(100% - 400px);
  overflow: auto;
  display: flex;
  align-items: center;
  scrollbar-width: none;
}
@media (max-width: 1680px) {
  .ib_banner_016 .dataItem .Txt .textBox {
    padding: 0 0 0 80px;
  }
}
@media (max-width: 1280px) {
  .ib_banner_016 .dataItem .Txt .textBox {
    padding: 0 0 80px 80px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_016 .dataItem .Txt .textBox {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ib_banner_016 .dataItem .Txt .textBox {
    height: 100%;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .ib_banner_016 .dataItem .Txt .textBox {
    align-items: flex-end;
    padding: 0 0 26px 0;
  }
}
.ib_banner_016 .dataItem .Txt .textBox .content {
  position: relative;
  width: 100%;
}
.ib_banner_016 .dataItem .Txt .textBox .title {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.8px;
  height: 121px;
  border-bottom: 1px solid #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1600px) {
  .ib_banner_016 .dataItem .Txt .textBox .title {
    height: 91px;
    font-size: 60px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_016 .dataItem .Txt .textBox .title {
    height: 73px;
    font-size: 42px;
  }
}
@media (max-width: 414px) {
  .ib_banner_016 .dataItem .Txt .textBox .title {
    font-size: 36px;
    height: 71px;
    padding-bottom: 0px;
  }
}
.ib_banner_016 .dataItem .Txt .textBox .title .thin {
  font-size: 60px;
  line-height: 1;
  padding: 0 17px;
}
@media (max-width: 1600px) {
  .ib_banner_016 .dataItem .Txt .textBox .title .thin {
    font-size: 45px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_016 .dataItem .Txt .textBox .title .thin {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .ib_banner_016 .dataItem .Txt .textBox .title .thin {
    font-size: 20px;
    padding: 0 10px;
  }
}
.ib_banner_016 .dataItem .Txt .textBox .subtitle {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.85;
  letter-spacing: -0.2px;
  margin-top: 27px;
  margin-left: 5px;
  max-width: 460px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1600px) {
  .ib_banner_016 .dataItem .Txt .textBox .subtitle {
    margin-top: 15px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_016 .dataItem .Txt .textBox .subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .ib_banner_016 .dataItem .Txt .textBox .subtitle {
    letter-spacing: -0.9px;
    line-height: 1.75;
    margin-top: 17px;
  }
}
.ib_banner_016 .dataItem .Txt .textBox .btnBox {
  margin-top: 35px;
  margin-left: 4px;
}
@media (max-width: 1366px) {
  .ib_banner_016 .dataItem .Txt .textBox .btnBox {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .ib_banner_016 .dataItem .Txt .textBox .btnBox {
    margin-top: 22px;
  }
}
.ib_banner_016 .dataItem .Txt .textBox .btnBox .btn {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.ib_banner_016 .dataItem .Txt .textBox .bannerVideo {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 44px 0 0 -10px;
}
@media (max-width: 1280px) {
  .ib_banner_016 .dataItem .Txt .textBox .bannerVideo {
    position: absolute;
    left: 350px;
    bottom: 0;
    margin: 0;
    transform: translateY(50%);
  }
}
@media (max-width: 640px) {
  .ib_banner_016 .dataItem .Txt .textBox .bannerVideo {
    left: auto;
    right: 5px;
    bottom: 27.5px;
    width: 100px;
  }
}
.ib_banner_016 .dataItem .Txt .textBox .bannerVideo::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 15px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media (max-width: 640px) {
  .ib_banner_016 .dataItem .Txt .textBox .bannerVideo::before {
    width: calc(100% - 10px);
  }
}
.ib_banner_016 .dataItem .Txt .textBox .bannerVideo::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 40px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #912A2E;
}
@media (min-width: 1181px) {
  .ib_banner_016 .dataItem .Txt .textBox .bannerVideo:hover::before {
    width: 100%;
    background-color: #fff;
  }
  .ib_banner_016 .dataItem .Txt .textBox .bannerVideo:hover::after {
    width: calc(100% - 15px);
  }
  .ib_banner_016 .dataItem .Txt .textBox .bannerVideo:hover .videoBtn::after {
    border-right: 2px solid #912A2E;
    border-bottom: 2px solid #912A2E;
    border-left: 2px solid #912A2E;
  }
}
.ib_banner_016 .dataItem .Txt .textBox .bannerVideo .videoBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #912A2E;
  width: calc(100% - 40px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  font-size: 22px;
  z-index: 1;
}
@media (max-width: 640px) {
  .ib_banner_016 .dataItem .Txt .textBox .bannerVideo .videoBtn {
    width: calc(100% - 32px);
  }
}
.ib_banner_016 .dataItem .Txt .textBox .bannerVideo .videoBtn::before {
  content: "";
  position: absolute;
  width: calc(100% - 11.5px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #c1bccf;
}
.ib_banner_016 .dataItem .Txt .textBox .bannerVideo .videoBtn::after {
  content: "";
  position: absolute;
  width: calc(100% - 11px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border-top: 2px solid #912A2E;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  animation: playBtnRotate 2s linear infinite;
}
.ib_banner_016 .dataItem .Img {
  position: relative;
}
@media (max-width: 640px) {
  .ib_banner_016 .dataItem .Img {
    height: 590px;
  }
}
.ib_banner_016 .dataItem .Img::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(257deg, rgba(0, 0, 0, 0) 48.42%, rgba(0, 0, 0, 0.33) 71.88%, rgba(0, 0, 0, 0.5) 99.79%);
  z-index: 1;
}
@media (max-width: 640px) {
  .ib_banner_016 .dataItem .Img::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.41%, rgba(0, 0, 0, 0.4) 50.88%, rgba(0, 0, 0, 0.8) 91.11%);
  }
}
.ib_banner_016 .dataItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 380px) {
  .ib_banner_016 .dataItem .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ib_banner_016 .dataItem.show .Txt .title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s;
}
.ib_banner_016 .dataItem.show .Txt .subtitle {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s 0.2s;
}
.ib_banner_016 .dataItem.show .Txt .btnBox {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s 0.4s;
}
.ib_banner_016 .dataItem.show .bannerVideo {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s 0.6s;
}
.ib_banner_016 .dataItem.show .Img img {
  transform: scale(1);
  transition: all 5s;
}
.ib_banner_016 .dataItem.hide .Txt .title {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s 0.3s;
}
.ib_banner_016 .dataItem.hide .Txt .subtitle {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s 0.2s;
}
.ib_banner_016 .dataItem.hide .Txt .btnBox {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s 0.1s;
}
.ib_banner_016 .dataItem.hide .bannerVideo {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.5s;
}
.ib_banner_016 .dataItem.hide .Img img {
  transform: scale(1.1);
  transition: all 0.1s 0.8s;
}
.ib_banner_016 .slick-arrow {
  top: 80%;
  left: auto;
}
.ib_banner_016 .slick-arrow.slick-prev {
  right: 110px;
}
.ib_banner_016 .slick-arrow.slick-next {
  right: 50px;
}
.ib_banner_016 .scrollBox {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 20px;
  top: 58%;
  right: 0;
  transform-origin: center right;
  transform: translate(-37%, 0%) rotate(90deg);
  z-index: 2;
}
@media (max-width: 1180px) {
  .ib_banner_016 .scrollBox {
    display: none;
  }
}
.ib_banner_016 .scrollBox .scrollBar {
  position: relative;
  display: flex;
  align-items: center;
  width: 87.5px;
  height: 1.5px;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.ib_banner_016 .scrollBox .scrollBar::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  left: 0;
  animation: scrollBarMove 3s linear infinite;
}
.ib_banner_016 .scrollBox .scrollDown {
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 14px;
}

.bannerShow {
  pointer-events: none;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  background-color: #912A2E;
  border-bottom-left-radius: 100px;
  margin-top: -103px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .bannerShow {
    margin-top: -80px;
  }
}
@media (max-width: 1180px) {
  .bannerShow {
    margin-top: -50px;
  }
}
@media (max-width: 1024px) {
  .bannerShow {
    margin-top: 0px;
    max-width: 100%;
  }
}
@media (max-width: 1180px) {
  .bannerShow {
    border-bottom-left-radius: 40px;
  }
}
.bannerShow .showItem.show .leftBox .Txt .title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s;
}
.bannerShow .showItem.show .leftBox .Txt .subtitle {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s 0.2s;
}
.bannerShow .showItem.show .rightBox .Img img {
  opacity: 1;
  transition: all 5s;
}
.bannerShow .showItem.hide .leftBox .Txt .title {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s 0.3s;
}
.bannerShow .showItem.hide .leftBox .Txt .subtitle {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s 0.2s;
}
.bannerShow .showItem.hide .rightBox .Img img {
  opacity: 0;
  transition: all 0.1s 0.8s;
}
.bannerShow .item {
  display: flex;
}
.bannerShow .leftBox {
  position: relative;
  width: 52%;
  padding: 45px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .bannerShow .leftBox {
    padding: 21px 0 0 34px;
  }
}
@media (max-width: 640px) {
  .bannerShow .leftBox {
    width: 50%;
  }
}
@media (max-width: 380px) {
  .bannerShow .leftBox {
    padding: 20px 0 0 20px;
  }
}
.bannerShow .leftBox .Txt {
  position: relative;
  width: 100%;
  max-width: 405px;
  margin: 0 auto;
  z-index: 1;
}
.bannerShow .leftBox .Txt .title {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  padding-left: 4px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .bannerShow .leftBox .Txt .title {
    font-size: 10px;
  }
}
.bannerShow .leftBox .Txt .title .number {
  font-size: 10px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .bannerShow .leftBox .Txt .title .number {
    font-size: 8px;
  }
}
.bannerShow .leftBox .Txt .subtitle {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-left: 1px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .bannerShow .leftBox .Txt .subtitle {
    padding-top: 0px;
  }
}
@media (max-width: 480px) {
  .bannerShow .leftBox .Txt .subtitle {
    font-size: 17px;
  }
}
.bannerShow .leftBox .icon-decoLine {
  top: 0;
  right: 0;
  position: absolute;
  width: 288px;
  height: auto;
  aspect-ratio: 288/208;
  stroke: #fff;
  color: #fff;
}
@media (max-width: 768px) {
  .bannerShow .leftBox .icon-decoLine {
    top: auto;
    bottom: 0;
    right: -20px;
    width: 136px;
  }
}
.bannerShow .rightBox {
  position: relative;
  width: 48%;
}
@media (max-width: 640px) {
  .bannerShow .rightBox {
    width: 50%;
  }
}
.bannerShow .rightBox::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.54%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.bannerShow .rightBox .Img {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .bannerShow .rightBox .Img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
  }
}
.bannerShow .rightBox img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 480/208;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .bannerShow .rightBox img {
    width: auto;
  }
}
.bannerShow .arrowBox {
  position: absolute;
  top: 0;
  left: 52%;
  display: flex;
  width: 80px;
  height: 40px;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 640px) {
  .bannerShow .arrowBox {
    width: 66px;
    height: 33px;
    left: 50%;
  }
}
.bannerShow .arrowBox .arrow {
  cursor: pointer;
  pointer-events: all;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 640px) {
  .bannerShow .arrowBox .arrow {
    width: 33px;
    height: 33px;
  }
}
.bannerShow .arrowBox .arrow.js-prev {
  background-color: #231917;
}
.bannerShow .arrowBox .arrow.js-prev .btn-arrow {
  transform: rotate(180deg);
}
@media (min-width: 1181px) {
  .bannerShow .arrowBox .arrow.js-prev:hover {
    background-color: #fff;
  }
  .bannerShow .arrowBox .arrow.js-prev:hover .btn-arrow {
    stroke: #912A2E;
  }
}
.bannerShow .arrowBox .arrow.js-next {
  background-color: #912A2E;
}
@media (min-width: 1181px) {
  .bannerShow .arrowBox .arrow.js-next:hover {
    background-color: #fff;
  }
  .bannerShow .arrowBox .arrow.js-next:hover .btn-arrow {
    stroke: #912A2E;
  }
}
.bannerShow .arrowBox .arrow .btn-arrow {
  position: absolute;
  width: 5px;
  height: 11px;
  stroke: #fff;
}

/* home(ib_carousel_000) */
.ib_carousel_000 {
  padding: 30px 0;
  text-align: center;
}
.ib_carousel_000 .dataBox > .btnBox {
  margin-top: 20px;
}
.ib_carousel_000 .dataList {
  margin: 0 -10px;
}
.ib_carousel_000 .dataList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.ib_carousel_000 .dataList .Txt {
  text-align: left;
  color: #000;
}
.ib_carousel_000 .dataList .Txt .title {
  font-size: 24px;
  padding: 10px 0;
}
.ib_carousel_000 .dataList .Txt .textEditor {
  font-size: 16px;
}
.ib_carousel_000 .dataList .dataItem {
  padding: 0 10px;
}
.ib_carousel_000 .dataList .btnBox {
  margin-top: 20px;
}
.ib_carousel_000 .dataList .btnBox a.btn {
  display: block;
  padding: 20px 15px;
  background: #912A2E;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1181px) {
  .ib_carousel_000 .dataList .btnBox a.btn:hover {
    background: #fff;
    color: #912A2E;
  }
}

/* home(ib_carousel_023) */
.ib_carousel_023 {
  position: relative;
  padding: 65px 0 60px;
}
@media (max-width: 1024px) {
  .ib_carousel_023 {
    padding: 0;
    margin-top: -80px;
  }
}
.ib_carousel_023 .decoBg {
  position: absolute;
  top: -105px;
  z-index: -1;
}
@media (max-width: 1280px) {
  .ib_carousel_023 .decoBg {
    top: -130px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_023 .decoBg {
    top: -160px;
  }
}
@media (max-width: 1024px) {
  .ib_carousel_023 .decoBg {
    display: none;
  }
}
.ib_carousel_023 .decoBg .icon-decoLine-circle {
  width: 32vw;
  max-width: 607px;
  height: auto;
  aspect-ratio: 612/619;
}
.ib_carousel_023 .wrap {
  max-width: 1570px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .ib_carousel_023 .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.ib_carousel_023 .leftBox,
.ib_carousel_023 .rightBox {
  transform: translateX(25px);
}
@media (max-width: 1180px) {
  .ib_carousel_023 .leftBox,
  .ib_carousel_023 .rightBox {
    transform: translateX(0);
  }
}
.ib_carousel_023 .leftBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48%;
  max-width: 675px;
  border-top-right-radius: 100px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .ib_carousel_023 .leftBox {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .ib_carousel_023 .leftBox {
    width: 100%;
    max-width: 100%;
    border-top-right-radius: 0;
    padding-bottom: 150px;
  }
}
.ib_carousel_023 .leftBox > .Img {
  position: relative;
}
@media (max-width: 1024px) {
  .ib_carousel_023 .leftBox > .Img {
    position: absolute;
    inset: 0;
    z-index: -1;
  }
}
.ib_carousel_023 .leftBox > .Img img {
  display: block;
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .ib_carousel_023 .leftBox > .Img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 720px) {
  .ib_carousel_023 .leftBox > .Img img {
    width: auto;
    height: 100%;
  }
}
.ib_carousel_023 .leftBox > .Img::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0.4%, rgba(0, 0, 0, 0.21) 45.5%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.ib_carousel_023 .leftBox .infoBox {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .ib_carousel_023 .leftBox .infoBox {
    position: static;
  }
}
.ib_carousel_023 .leftBox .Txt {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  padding: 95px 0 0;
}
@media (max-width: 1024px) {
  .ib_carousel_023 .leftBox .Txt {
    padding: 140px 25px 20px;
  }
}
.ib_carousel_023 .leftBox .Txt .title {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  padding-bottom: 18px;
  margin-bottom: 26px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1440px) {
  .ib_carousel_023 .leftBox .Txt .title {
    font-size: 62px;
    padding-bottom: 15px;
    margin-bottom: 17px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_023 .leftBox .Txt .title {
    font-size: 56px;
    padding-bottom: 15px;
    margin-bottom: 17px;
  }
}
@media (max-width: 1024px) {
  .ib_carousel_023 .leftBox .Txt .title {
    font-size: 42px;
  }
}
@media (max-width: 414px) {
  .ib_carousel_023 .leftBox .Txt .title {
    font-size: 30px;
  }
}
.ib_carousel_023 .leftBox .Txt .text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: -0.1px;
  line-height: 1.8;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1180px) {
  .ib_carousel_023 .leftBox .Txt .text {
    font-size: 15px;
    margin-bottom: 37px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_023 .leftBox .Txt .text {
    margin-bottom: 20px;
  }
}
.ib_carousel_023 .leftBox .classBox {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .ib_carousel_023 .leftBox .classBox {
    gap: 20px;
  }
}
.ib_carousel_023 .leftBox .classBox .class {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
  padding: 15px 32px;
  border: 1px solid #fff;
  border-bottom-right-radius: 30px;
  background-color: rgba(35, 25, 23, 0.5);
}
@media (max-width: 960px) {
  .ib_carousel_023 .leftBox .classBox .class {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_023 .leftBox .classBox .class {
    padding: 13px 27px;
    font-weight: 400;
  }
}
@media (max-width: 414px) {
  .ib_carousel_023 .leftBox .classBox .class {
    padding: 13px 25px;
    letter-spacing: 0px;
  }
}
.ib_carousel_023 .leftBox .classBox .class.active {
  background-color: #912A2E;
  border-color: #912A2E;
}
@media (min-width: 1181px) {
  .ib_carousel_023 .leftBox .classBox .class:hover {
    background-color: #912A2E;
    border-color: #912A2E;
  }
}
.ib_carousel_023 .leftBox .btnBox {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .ib_carousel_023 .leftBox .btnBox {
    margin-top: 20px;
  }
}
.ib_carousel_023 .leftBox .btnBox .btn {
  padding-left: 3px;
}
.ib_carousel_023 .leftBox .mobileBox {
  display: flex;
  justify-content: center;
  width: 100%;
}
.ib_carousel_023 .leftBox .mobileBox .mobileList {
  width: 100%;
}
@media (max-width: 768px) {
  .ib_carousel_023 .leftBox .mobileBox .mobileList {
    width: 190%;
  }
}
.ib_carousel_023 .leftBox .mobileBox .slick-track {
  display: flex !important;
}
.ib_carousel_023 .leftBox .mobileBox .slick-slide {
  height: inherit !important;
}
.ib_carousel_023 .leftBox .mobileBox .slick-slide > div {
  height: 100%;
}
.ib_carousel_023 .leftBox .mobileBox .slick-list {
  overflow: visible !important;
  padding: 0 !important;
}
.ib_carousel_023 .leftBox .mobileBox .slick-slider .slick-dots {
  justify-content: center;
}
.ib_carousel_023 .leftBox .mobileBox .mobileItem {
  height: 100%;
  padding: 13px;
  margin-bottom: 10px;
}
.ib_carousel_023 .leftBox .mobileBox .mobileItem .item {
  position: relative;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 8px 8px 0;
  background-color: #fff;
  height: 100%;
}
.ib_carousel_023 .leftBox .mobileBox .mobileItem .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ib_carousel_023 .leftBox .mobileBox .mobileItem .Img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  height: 245px;
}
@media (max-width: 400px) {
  .ib_carousel_023 .leftBox .mobileBox .mobileItem .Img {
    height: 135px;
  }
}
.ib_carousel_023 .leftBox .mobileBox .mobileItem .Img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ib_carousel_023 .leftBox .mobileBox .mobileItem .Txt {
  padding: 13px 3px 0;
}
.ib_carousel_023 .leftBox .mobileBox .mobileItem .title {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 1;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #231917;
  padding-bottom: 8px;
  margin-bottom: 5px;
  border-bottom: 1px solid #912A2E;
}
.ib_carousel_023 .leftBox .mobileBox .mobileItem .title .number {
  color: #912A2E;
  font-size: 7px;
  padding-right: 5px;
}
.ib_carousel_023 .leftBox .mobileBox .mobileItem .text {
  color: #828282;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: left;
  padding: 0 0 0 3px;
  margin-bottom: 0;
}
.ib_carousel_023 .rightBox {
  width: 53%;
  height: auto;
  aspect-ratio: 779/895;
  max-height: 895px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .ib_carousel_023 .rightBox {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .ib_carousel_023 .rightBox {
    display: none;
  }
}
.ib_carousel_023 .dataList {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 18px;
}
@media (max-width: 1280px) {
  .ib_carousel_023 .dataList {
    padding: 0 10px;
  }
}
@media (max-width: 960px) {
  .ib_carousel_023 .dataList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ib_carousel_023 .dataItem {
  padding: 15px;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .ib_carousel_023 .dataItem {
    padding: 15px 10px;
  }
}
.ib_carousel_023 .dataItem:nth-child(even) .item {
  transform: translateY(170px);
}
@media (max-width: 960px) {
  .ib_carousel_023 .dataItem:nth-child(even) .item {
    transform: translateY(0px);
  }
}
.ib_carousel_023 .dataItem .item {
  position: relative;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 11px;
  background-color: #fff;
}
@media (min-width: 1181px) {
  .ib_carousel_023 .dataItem .item.hasLink:hover .Img img {
    scale: 1.1;
  }
  .ib_carousel_023 .dataItem .item.hasLink:hover .title {
    color: #912A2E;
  }
}
.ib_carousel_023 .dataItem .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ib_carousel_023 .dataItem .Img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.ib_carousel_023 .dataItem .Img img {
  display: block;
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.ib_carousel_023 .dataItem .Txt {
  padding: 19px 9px 0;
}
.ib_carousel_023 .dataItem .title {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #231917;
  padding-bottom: 16px;
  margin-bottom: 9px;
  border-bottom: 1px solid #912A2E;
}
@media (max-width: 1180px) {
  .ib_carousel_023 .dataItem .title {
    font-size: 17px;
  }
}
.ib_carousel_023 .dataItem .title .number {
  color: #912A2E;
  font-size: 10px;
  padding-right: 8px;
}
.ib_carousel_023 .dataItem .text {
  color: #828282;
  font-size: 16px;
  letter-spacing: -0.2px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (max-width: 1180px) {
  .ib_carousel_023 .dataItem .text {
    font-size: 14px;
  }
}

/* home(ib_carousel_024) */
.ib_carousel_024 {
  position: relative;
  padding-bottom: 45px;
  background-image: url(../images/hot_Bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 70px 0 90px;
  border-top-left-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 940px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .ib_carousel_024 {
    height: 860px;
  }
}
@media (max-width: 960px) {
  .ib_carousel_024 {
    height: 890px;
  }
}
@media (max-width: 1024px) {
  .ib_carousel_024 {
    padding: 52px 0 90px;
    margin-top: -100px;
  }
}
@media (max-width: 640px) {
  .ib_carousel_024 {
    background-image: url(../images/hot_Bg_s.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-top-left-radius: 80px;
    height: 745px;
    margin-top: -80px;
  }
}
.ib_carousel_024 .Txt {
  max-width: 480px;
  margin: 0 auto;
}
.ib_carousel_024 .Txt .titleBox {
  text-align: center;
  padding: 0 25px;
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .ib_carousel_024 .Txt .titleBox {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_024 .Txt .titleBox {
    padding: 0 5px;
    margin-bottom: 17px;
  }
}
.ib_carousel_024 .Txt .titleBox .title {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ae8f55;
}
@media (max-width: 1440px) {
  .ib_carousel_024 .Txt .titleBox .title {
    font-size: 62px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_024 .Txt .titleBox .title {
    font-size: 56px;
  }
}
@media (max-width: 1024px) {
  .ib_carousel_024 .Txt .titleBox .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_024 .Txt .titleBox .title {
    margin-top: 10px;
    padding-bottom: 15px;
  }
}
.ib_carousel_024 .Txt .titleBox .subtitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1180px) {
  .ib_carousel_024 .Txt .titleBox .subtitle {
    font-size: 16px;
  }
}
.ib_carousel_024 .Txt .titleBox .subtitle::after, .ib_carousel_024 .Txt .titleBox .subtitle::before {
  content: "";
  position: absolute;
  width: 32%;
  max-width: 135px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.ib_carousel_024 .Txt .titleBox .subtitle::before {
  left: 0;
}
.ib_carousel_024 .Txt .titleBox .subtitle::after {
  right: 0;
}
.ib_carousel_024 .Txt .text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1180px) {
  .ib_carousel_024 .Txt .text {
    font-size: 15px;
  }
}
.ib_carousel_024 .Txt .btnBox {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .ib_carousel_024 .Txt .btnBox {
    margin-top: 20px;
  }
}
.ib_carousel_024 .dataBox {
  position: relative;
  margin: 0 -7px;
}
@media (max-width: 768px) {
  .ib_carousel_024 .dataBox {
    display: flex;
    justify-content: center;
    margin: 0 -20px;
  }
}
.ib_carousel_024 .dataList {
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .ib_carousel_024 .dataList {
    display: flex;
    justify-content: center;
    width: 905px;
  }
}
@media (max-width: 640px) {
  .ib_carousel_024 .dataList {
    width: 850px;
  }
}
.ib_carousel_024 .dataItem {
  padding: 75px 10px 10px;
}
@media (max-width: 768px) {
  .ib_carousel_024 .dataItem {
    padding: 75px 25px 10px;
  }
}
@media (max-width: 640px) {
  .ib_carousel_024 .dataItem {
    padding: 50px 25px 10px;
  }
}
.ib_carousel_024 .dataItem .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  overflow: hidden;
}
.ib_carousel_024 .dataItem .item.action {
  transform: translateY(-55px);
}
@media (max-width: 640px) {
  .ib_carousel_024 .dataItem .item.action {
    transform: translateY(-35px);
  }
}
.ib_carousel_024 .dataItem .item.action .Txt {
  opacity: 1;
}
.ib_carousel_024 .dataItem .item.action .link {
  pointer-events: all;
}
@media (min-width: 1181px) {
  .ib_carousel_024 .dataItem .item:hover .stroke {
    transform: rotate(-90deg);
    stroke-dashoffset: 0px;
  }
}
@media (max-width: 960px) {
  .ib_carousel_024 .dataItem .item {
    flex-direction: column;
    align-items: center;
  }
}
.ib_carousel_024 .dataItem .link {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ib_carousel_024 .dataItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.ib_carousel_024 .dataItem .Txt {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 25px;
  inset: 0;
  background-color: #fff;
  opacity: 0;
}
.ib_carousel_024 .dataItem .Txt .icon-logo {
  width: 22.5px;
  height: 17px;
}
.ib_carousel_024 .dataItem .Txt .title {
  position: relative;
  color: #231917;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-bottom: 15px;
}
.ib_carousel_024 .dataItem .Txt .title::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 138px;
  height: 1px;
  background-color: #912A2E;
}
.ib_carousel_024 .dataItem .Txt .text {
  color: #828282;
}
.ib_carousel_024 .dataItem .Txt .icon-logo-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 165.5px;
  height: 123.5px;
}
.ib_carousel_024 .slick-dots {
  bottom: -70px;
}
@media (max-width: 1440px) {
  .ib_carousel_024 .slick-dots {
    bottom: -30px;
  }
}
@media (max-width: 414px) {
  .ib_carousel_024 .slick-dots {
    bottom: -25px;
  }
}
.ib_carousel_024 .arrowBox {
  pointer-events: none;
  position: absolute;
  top: 40%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .ib_carousel_024 .arrowBox {
    max-width: 350px;
  }
}
@media (max-width: 640px) {
  .ib_carousel_024 .arrowBox {
    top: 48.5%;
    max-width: 320px;
  }
}
.ib_carousel_024 .arrowBox .arrow {
  cursor: pointer;
  pointer-events: all;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.ib_carousel_024 .arrowBox .arrow.js-prev {
  transform: translateX(-50px) rotate(180deg);
}
@media (max-width: 1680px) {
  .ib_carousel_024 .arrowBox .arrow.js-prev {
    transform: translateX(-30px) rotate(180deg);
  }
}
@media (max-width: 768px) {
  .ib_carousel_024 .arrowBox .arrow.js-prev {
    transform: translateX(0px) rotate(180deg);
  }
}
.ib_carousel_024 .arrowBox .arrow.js-next {
  transform: translateX(50px) rotate(0deg);
}
@media (max-width: 1680px) {
  .ib_carousel_024 .arrowBox .arrow.js-next {
    transform: translateX(30px) rotate(0deg);
  }
}
@media (max-width: 768px) {
  .ib_carousel_024 .arrowBox .arrow.js-next {
    transform: translateX(0px) rotate(0deg);
  }
}
.ib_carousel_024 .arrowBox .arrow .btn-arrow {
  position: absolute;
  width: 10px;
  height: 22px;
  stroke: #fff;
}
.ib_carousel_024 .picBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.ib_carousel_024 .picBox .picList {
  margin-bottom: 0;
}
.ib_carousel_024 .picBox .Img {
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .ib_carousel_024 .picBox .Img {
    height: 138px;
  }
}

.recommendArea {
  position: relative;
}
.recommendArea .icon-line-bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1140px;
  height: auto;
  aspect-ratio: 1152/461;
}
@media (max-width: 1180px) {
  .recommendArea .icon-line-bg {
    width: 730px;
  }
}
.recommendArea .rating_decPic {
  pointer-events: none;
  position: absolute;
  left: -30px;
  bottom: -32%;
  width: 374px;
  height: 402px;
  background-image: url(../images/Rating_decPic.png);
  background-size: auto;
  background-position: center;
  z-index: -1;
}

/* home(ib_carousel_056) */
.ib_carousel_056 {
  position: relative;
  padding: 15px 0 16px;
}
.ib_carousel_056 .wrap {
  max-width: 1855px;
}
.ib_carousel_056 .dataBox {
  margin-left: 10px;
}
@media (max-width: 1680px) {
  .ib_carousel_056 .dataBox {
    margin-left: 0px;
  }
}
.ib_carousel_056 .slick-list {
  overflow: visible;
}
.ib_carousel_056 .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.ib_carousel_056 .dataItem {
  padding: 10px 0;
}
@media (max-width: 480px) {
  .ib_carousel_056 .dataItem {
    padding: 5px 0;
    margin: 0 25px;
  }
}
.ib_carousel_056 .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 228px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ib_carousel_056 .item {
    width: 171px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 480px) {
  .ib_carousel_056 .item {
    width: auto;
  }
}
.ib_carousel_056 .item::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 76px);
  height: auto;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 37.513px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  z-index: -2;
}
@media (max-width: 768px) {
  .ib_carousel_056 .item::before {
    width: 152px;
    box-shadow: 0 0 28.157px rgba(0, 0, 0, 0.06);
  }
}
@media (max-width: 768px) {
  .ib_carousel_056 .item::before {
    width: 114.5px;
    box-shadow: 0 0 28.157px rgba(0, 0, 0, 0.06);
  }
}
.ib_carousel_056 .item::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 99px);
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  box-shadow: 0 0 37.513px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 768px) {
  .ib_carousel_056 .item::after {
    width: 128.5px;
    box-shadow: 0 0 28.157px rgba(0, 0, 0, 0.06);
  }
}
@media (max-width: 768px) {
  .ib_carousel_056 .item::after {
    width: 96.5px;
    box-shadow: 0 0 28.157px rgba(0, 0, 0, 0.06);
  }
}
.ib_carousel_056 .Img {
  border-radius: 50%;
  width: 112.5px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ib_carousel_056 .Img {
    width: 112.5px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_056 .Img {
    width: 84.5px;
  }
}
.ib_carousel_056 .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}

/* home(ib_carousel_055) */
.ib_carousel_055 {
  padding: 0 0 75px;
  background-size: cover;
}
@media (max-width: 1280px) {
  .ib_carousel_055 {
    padding: 80px 0;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_055 {
    padding: 0 0 60px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_055 {
    padding: 0 0 45px;
  }
}
.ib_carousel_055 .wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1580px) {
  .ib_carousel_055 .wrap {
    align-items: center;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_055 .wrap {
    flex-direction: column;
    justify-content: center;
  }
}
.ib_carousel_055 .leftBox,
.ib_carousel_055 .rightBox {
  width: 50%;
}
@media (max-width: 1180px) {
  .ib_carousel_055 .leftBox,
  .ib_carousel_055 .rightBox {
    width: 100%;
  }
}
.ib_carousel_055 .leftBox .insideBox {
  position: relative;
  width: 100%;
  padding-top: 15px;
}
@media (max-width: 1180px) {
  .ib_carousel_055 .leftBox .insideBox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .ib_carousel_055 .leftBox .insideBox {
    padding-top: 10px;
  }
}
.ib_carousel_055 .leftBox .insideBox::before {
  content: "";
  position: absolute;
  display: block;
  top: 32px;
  width: 100vw;
  height: 1px;
  background-color: #d9d9d9;
}
@media (max-width: 1180px) {
  .ib_carousel_055 .leftBox .insideBox::before {
    width: calc(100% - 50px);
    max-width: 480px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_055 .leftBox .insideBox::before {
    top: 25px;
  }
}
.ib_carousel_055 .leftBox .insideBox::after {
  content: "";
  position: absolute;
  display: block;
  top: 175px;
  width: 100vw;
  height: 1px;
  background-color: #912A2E;
}
@media (max-width: 1180px) {
  .ib_carousel_055 .leftBox .insideBox::after {
    top: 155px;
    width: calc(100% - 50px);
    max-width: 480px;
  }
}
@media (max-width: 1024px) {
  .ib_carousel_055 .leftBox .insideBox::after {
    top: 135px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_055 .leftBox .insideBox::after {
    top: 115px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_055 .leftBox .insideBox::after {
    top: 103px;
  }
}
.ib_carousel_055 .leftBox .titleBox {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 750px;
  margin: 0 0 0 auto;
  padding: 0 40px 13px 0;
  z-index: 1;
}
@media (max-width: 1180px) {
  .ib_carousel_055 .leftBox .titleBox {
    padding: 0 0 13px 0;
    max-width: 480px;
    text-align: center;
    margin: 0 auto;
  }
}
.ib_carousel_055 .leftBox .titleBox .title {
  color: #231917;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  margin-top: 27px;
  padding-bottom: 20px;
  padding-left: 39px;
}
@media (max-width: 1440px) {
  .ib_carousel_055 .leftBox .titleBox .title {
    font-size: 62px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_055 .leftBox .titleBox .title {
    padding-left: 0px;
    font-size: 56px;
  }
}
@media (max-width: 1024px) {
  .ib_carousel_055 .leftBox .titleBox .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_055 .leftBox .titleBox .title {
    margin-top: 10px;
    padding-bottom: 15px;
  }
}
.ib_carousel_055 .leftBox .titleBox .title .mainColor {
  color: #912A2E;
}
.ib_carousel_055 .leftBox .titleBox .subtitle {
  color: #231917;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-left: 15px;
  padding-left: 27px;
  padding-right: 25px;
  background-color: #fff;
}
@media (max-width: 1180px) {
  .ib_carousel_055 .leftBox .titleBox .subtitle {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ib_carousel_055 .leftBox .dataBox {
  width: 100%;
  max-width: 785px;
  margin: 0 0 0 auto;
}
@media (max-width: 1180px) {
  .ib_carousel_055 .leftBox .dataBox {
    margin: 0 auto;
  }
}
.ib_carousel_055 .leftBox .dataBox .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.ib_carousel_055 .leftBox .dataBox .item {
  display: flex;
  align-items: center;
  padding: 27px 35px 20px 0;
}
@media (max-width: 1440px) {
  .ib_carousel_055 .leftBox .dataBox .item {
    padding: 27px 20px 20px 0;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_055 .leftBox .dataBox .item {
    flex-direction: column;
    padding: 20px 25px 30px;
    gap: 15px;
  }
}
.ib_carousel_055 .leftBox .dataBox .item .Img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 220px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  padding: 45px;
  margin: 0 40px;
}
@media (max-width: 1580px) {
  .ib_carousel_055 .leftBox .dataBox .item .Img {
    margin: 0 20px;
  }
}
.ib_carousel_055 .leftBox .dataBox .item .Img::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 40px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}
.ib_carousel_055 .leftBox .dataBox .item .Img::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 70px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.ib_carousel_055 .leftBox .dataBox .item .Img img {
  position: relative;
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  z-index: 1;
}
.ib_carousel_055 .leftBox .dataBox .item .Txt {
  display: flex;
  width: calc(100% - 220px);
  padding: 25px 20px 20px 29px;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 0 40px 0 rgba(145, 42, 46, 0.2);
}
@media (max-width: 1440px) {
  .ib_carousel_055 .leftBox .dataBox .item .Txt {
    padding: 20px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_055 .leftBox .dataBox .item .Txt {
    width: 100%;
    padding: 20px 20px 20px 28px;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
.ib_carousel_055 .leftBox .dataBox .item .Txt .iconBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  box-shadow: 0 0 40px 0 rgba(145, 42, 46, 0.2);
  margin-top: 3px;
}
.ib_carousel_055 .leftBox .dataBox .item .Txt .iconBox .icon-good {
  width: calc(100% - 9px);
  height: auto;
  aspect-ratio: 1/1;
}
.ib_carousel_055 .leftBox .dataBox .item .Txt .text {
  flex: 1;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #231917;
  letter-spacing: -0.1px;
  line-height: 1.85;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1180px) {
  .ib_carousel_055 .leftBox .dataBox .item .Txt .text {
    font-size: 15px;
    letter-spacing: 0.6px;
  }
}
.ib_carousel_055 .rightBox {
  position: relative;
  padding-left: 40px;
  margin-top: auto;
}
@media (max-width: 1280px) {
  .ib_carousel_055 .rightBox {
    padding-left: 0px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_055 .rightBox {
    padding: 0 25px;
  }
}
.ib_carousel_055 .rightBox .juxtaposeList:not(.slick-slider) .juxtaposeItem:not(:first-child) {
  display: none;
}
.ib_carousel_055 .rightBox .item {
  margin: auto 0;
  position: relative;
  width: 100%;
  max-width: 920px;
  height: auto;
  aspect-ratio: 920/500;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .ib_carousel_055 .rightBox .item {
    max-width: 768px;
    margin: 0 auto;
    border-top-left-radius: 38px;
    border-bottom-right-radius: 38px;
  }
}
.ib_carousel_055 .rightBox .item .Img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ib_carousel_055 .rightBox .item .Img.beforeImg {
  z-index: 2;
  clip-path: inset(0 50% 0 0);
}
.ib_carousel_055 .rightBox .item .Img.afterImg {
  z-index: 1;
}
.ib_carousel_055 .rightBox .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.ib_carousel_055 .rightBox .item .switchLine {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 100%;
  background-color: transparent;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1180px) {
  .ib_carousel_055 .rightBox .item .switchLine {
    width: 54px;
  }
}
.ib_carousel_055 .rightBox .item .switchLine .switchBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 1px solid #fff;
  aspect-ratio: 1/1;
}
@media (max-width: 1180px) {
  .ib_carousel_055 .rightBox .item .switchLine .switchBtn {
    gap: 13px;
  }
}
.ib_carousel_055 .rightBox .item .switchLine .switchBtn::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 24px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 1180px) {
  .ib_carousel_055 .rightBox .item .switchLine .switchBtn::before {
    width: calc(100% - 14.5px);
  }
}
.ib_carousel_055 .rightBox .item .switchLine .switchBtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #912A2E;
}
.ib_carousel_055 .rightBox .item .switchLine .line {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transform: translateX(-50%);
}
.ib_carousel_055 .rightBox .item .switchLine .btn-arrow {
  position: relative;
  width: 5px;
  height: 10px;
  stroke: #231917;
  z-index: 3;
}
.ib_carousel_055 .rightBox .item .switchLine .btn-arrow.left {
  transform: rotate(180deg);
}
.ib_carousel_055 .bottomBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 78px 0 0;
  width: 50%;
  max-width: 365px;
  margin-left: 15.4vw;
  margin-top: -55px;
}
@media (max-width: 1800px) {
  .ib_carousel_055 .bottomBox {
    margin-top: 30px;
    padding: 0;
    max-width: 350px;
  }
}
@media (max-width: 1600px) {
  .ib_carousel_055 .bottomBox {
    margin-left: 5vw;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_055 .bottomBox {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ib_carousel_055 .bottomBox {
    margin-top: 35px;
    padding: 0 15px 0 9px;
  }
}
.ib_carousel_055 .bottomBox .numberBox {
  display: flex;
  align-items: center;
  padding-top: 7px;
  width: 52px;
}
@media (max-width: 1180px) {
  .ib_carousel_055 .bottomBox .numberBox {
    width: 60px;
  }
}
.ib_carousel_055 .bottomBox .numberBox .current {
  color: #231917;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1180px) {
  .ib_carousel_055 .bottomBox .numberBox .current {
    font-size: 16px;
  }
}
.ib_carousel_055 .bottomBox .numberBox .line {
  display: block;
  width: 13px;
  height: 1px;
  background-color: #828282;
  transform: rotate(-62deg);
  margin: 0 1px 0 5px;
}
@media (max-width: 1180px) {
  .ib_carousel_055 .bottomBox .numberBox .line {
    margin: 0 4px 0 5px;
  }
}
.ib_carousel_055 .bottomBox .numberBox .total {
  color: #828282;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1180px) {
  .ib_carousel_055 .bottomBox .numberBox .total {
    font-size: 16px;
  }
}
.ib_carousel_055 .bottomBox .btnBox {
  display: inline-flex;
  justify-content: center;
  margin-top: 0px;
}
@media (min-width: 1181px) {
  .ib_carousel_055 .bottomBox .btnBox:hover .btn.feature {
    color: #912A2E;
    border-bottom: 1px solid #912A2E;
  }
  .ib_carousel_055 .bottomBox .btnBox:hover .btn.feature .btn-arrow {
    stroke: #912A2E;
  }
}
.ib_carousel_055 .bottomBox .btnBox .btn.feature {
  color: #828282;
  border-bottom: 1px solid #231917;
}
.ib_carousel_055 .bottomBox .btnBox .btn.feature .btn-arrow {
  stroke: #231917;
}
.ib_carousel_055 .arrowBox {
  display: flex;
}
.ib_carousel_055 .arrowBox.pc {
  position: absolute;
  bottom: 0;
  left: 0;
  flex-direction: column;
  width: 40px;
  height: 80px;
  z-index: 2;
}
@media (max-width: 1280px) {
  .ib_carousel_055 .arrowBox.pc {
    display: none;
  }
}
.ib_carousel_055 .arrowBox.pc .arrow.js-prev {
  transform: rotate(-90deg);
}
.ib_carousel_055 .arrowBox.pc .arrow.js-next {
  transform: rotate(90deg);
}
.ib_carousel_055 .arrowBox.mobile {
  display: flex;
  flex-direction: row;
  width: 80px;
  height: 40px;
  margin: 0 20px 0 30px;
}
@media (min-width: 1281px) {
  .ib_carousel_055 .arrowBox.mobile {
    display: none;
  }
}
@media (max-width: 640px) {
  .ib_carousel_055 .arrowBox.mobile {
    width: 66px;
    height: 33px;
    margin: 8px 17px 0 33px;
  }
}
.ib_carousel_055 .arrowBox.mobile .arrow.js-prev {
  transform: rotate(180deg);
}
.ib_carousel_055 .arrowBox .arrow {
  cursor: pointer;
  pointer-events: all;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 640px) {
  .ib_carousel_055 .arrowBox .arrow {
    width: 33px;
    height: 33px;
  }
}
.ib_carousel_055 .arrowBox .arrow.js-next {
  border: 1px solid #231917;
  background-color: #231917;
}
@media (min-width: 1181px) {
  .ib_carousel_055 .arrowBox .arrow.js-next:hover {
    background-color: #fff;
  }
  .ib_carousel_055 .arrowBox .arrow.js-next:hover .btn-arrow {
    stroke: #912A2E;
  }
}
.ib_carousel_055 .arrowBox .arrow.js-prev {
  border: 1px solid #912A2E;
  background-color: #912A2E;
}
@media (min-width: 1181px) {
  .ib_carousel_055 .arrowBox .arrow.js-prev:hover {
    background-color: #fff;
  }
  .ib_carousel_055 .arrowBox .arrow.js-prev:hover .btn-arrow {
    stroke: #912A2E;
  }
}
.ib_carousel_055 .arrowBox .arrow .btn-arrow {
  position: absolute;
  width: 5px;
  height: 11px;
  stroke: #fff;
}

/* home(ib_carousel_032) */
.ib_carousel_032 {
  padding: 55px 0 70px;
  background-image: url(../images/newsBg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 300px;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .ib_carousel_032 {
    border-top-left-radius: 200px;
  }
}
@media (max-width: 1440px) {
  .ib_carousel_032 {
    border-top-left-radius: 100px;
  }
}
@media (max-width: 960px) {
  .ib_carousel_032 {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .ib_carousel_032 {
    border-top-left-radius: 80px;
  }
}
.ib_carousel_032 .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .ib_carousel_032 .wrap {
    padding: 0 25px;
  }
}
.ib_carousel_032 .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.ib_carousel_032 .topBox {
  position: relative;
  width: 100%;
}
@media (max-width: 1180px) {
  .ib_carousel_032 .topBox {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
}
.ib_carousel_032 .topBox .left {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 50%;
  padding-right: 45px;
  padding-bottom: 15px;
}
@media (max-width: 1180px) {
  .ib_carousel_032 .topBox .left {
    width: 100%;
    max-width: 480px;
    padding-right: 0;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .ib_carousel_032 .topBox .left {
    padding-bottom: 0px;
  }
}
.ib_carousel_032 .topBox .left::after {
  content: "";
  position: absolute;
  right: 45px;
  bottom: 55px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ae8f55;
}
@media (max-width: 1180px) {
  .ib_carousel_032 .topBox .left::after {
    right: 0px;
    bottom: 10px;
  }
}
.ib_carousel_032 .topBox .icon-news {
  position: absolute;
  left: calc(50% + 45px);
  bottom: 0;
  width: 339px;
  height: 253px;
}
@media (max-width: 1440px) {
  .ib_carousel_032 .topBox .icon-news {
    left: calc(50% + 25px);
  }
}
@media (max-width: 1180px) {
  .ib_carousel_032 .topBox .icon-news {
    display: none;
  }
}
.ib_carousel_032 .topBox .titleBox {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 516px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .ib_carousel_032 .topBox .titleBox {
    padding: 0 0 13px 0;
    text-align: center;
    margin: 0 auto;
  }
}
.ib_carousel_032 .topBox .titleBox .title {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1440px) {
  .ib_carousel_032 .topBox .titleBox .title {
    font-size: 62px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_032 .topBox .titleBox .title {
    padding-left: 0px;
    font-size: 56px;
  }
}
@media (max-width: 1024px) {
  .ib_carousel_032 .topBox .titleBox .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_032 .topBox .titleBox .title {
    margin-top: 10px;
    padding-bottom: 15px;
  }
}
.ib_carousel_032 .topBox .titleBox .subtitle {
  color: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding-left: 5px;
  padding-right: 25px;
}
@media (max-width: 1180px) {
  .ib_carousel_032 .topBox .titleBox .subtitle {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_032 .topBox .titleBox .subtitle {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ib_carousel_032 .topBox .titleBox .subtitle::before, .ib_carousel_032 .topBox .titleBox .subtitle::after {
  content: "";
  position: absolute;
  display: block;
  width: 380px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.ib_carousel_032 .topBox .titleBox .subtitle::before {
  right: calc(100% + 24px);
}
@media (max-width: 768px) {
  .ib_carousel_032 .topBox .titleBox .subtitle::before {
    right: 100%;
  }
}
.ib_carousel_032 .topBox .titleBox .subtitle::after {
  left: 100%;
}
.ib_carousel_032 .leftBox,
.ib_carousel_032 .rightBox {
  width: 50%;
}
@media (max-width: 1024px) {
  .ib_carousel_032 .leftBox,
  .ib_carousel_032 .rightBox {
    width: 100%;
  }
}
.ib_carousel_032 .leftBox {
  padding-right: 45px;
}
@media (max-width: 1180px) {
  .ib_carousel_032 .leftBox {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .ib_carousel_032 .leftBox {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.ib_carousel_032 .leftBox .slick-dots {
  bottom: -35px;
}
.ib_carousel_032 .leftBox .dataList {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .ib_carousel_032 .leftBox .dataList {
    margin: 0 auto;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_032 .leftBox .dataItem:hover .imgBox img {
    transform: scale(1.05);
  }
}
.ib_carousel_032 .leftBox .imgBox {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.ib_carousel_032 .leftBox .imgBox .Img {
  width: 100%;
}
.ib_carousel_032 .leftBox .imgBox img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.ib_carousel_032 .leftBox .imgBox .imgLink {
  position: absolute;
  inset: 0;
}
.ib_carousel_032 .leftBox .dataInfoBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 23px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .ib_carousel_032 .leftBox .dataInfoBox {
    padding: 13px 15px 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
    margin-top: 25px;
  }
}
@media (max-width: 380px) {
  .ib_carousel_032 .leftBox .dataInfoBox {
    padding: 13px 0px 8px;
  }
}
.ib_carousel_032 .leftBox .dataInfoBox .dateBox {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .ib_carousel_032 .leftBox .dataInfoBox .dateBox.pc {
    display: none;
  }
}
.ib_carousel_032 .leftBox .dataInfoBox .dateBox.mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 769px) {
  .ib_carousel_032 .leftBox .dataInfoBox .dateBox.mobile {
    display: none;
  }
}
.ib_carousel_032 .leftBox .dataInfoBox .dateBox .top {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}
.ib_carousel_032 .leftBox .dataInfoBox .dateBox .moon,
.ib_carousel_032 .leftBox .dataInfoBox .dateBox .date {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  .ib_carousel_032 .leftBox .dataInfoBox .dateBox .moon,
  .ib_carousel_032 .leftBox .dataInfoBox .dateBox .date {
    font-size: 16px;
  }
}
.ib_carousel_032 .leftBox .dataInfoBox .dateBox .slash {
  width: 1px;
  height: 25px;
  background-color: #fff;
  transform: rotate(28deg);
  margin: 0 15px;
}
@media (max-width: 768px) {
  .ib_carousel_032 .leftBox .dataInfoBox .dateBox .slash {
    height: 18px;
    margin: 0 10px;
  }
}
.ib_carousel_032 .leftBox .dataInfoBox .dateBox .year {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-left: 2px;
}
@media (max-width: 768px) {
  .ib_carousel_032 .leftBox .dataInfoBox .dateBox .year {
    font-size: 16px;
  }
}
.ib_carousel_032 .leftBox .dataInfoBox .classTitle {
  min-width: 105px;
  align-items: center;
  background-color: #912A2E;
  border: 1px solid #fff;
  border-top-right-radius: 20px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  justify-content: center;
  height: 42px;
  margin-bottom: 3px;
}
@media (max-width: 580px) {
  .ib_carousel_032 .leftBox .dataInfoBox .classTitle {
    font-size: 14px;
    padding: 5px 20px;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_032 .leftBox .textBox a:hover .title {
    color: #ae8f55;
  }
}
.ib_carousel_032 .leftBox .textBox .title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.7px;
  padding: 10px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .ib_carousel_032 .leftBox .textBox .title {
    padding: 0px 15px 13px;
    font-size: 15px;
    letter-spacing: -0.1px;
  }
}
@media (max-width: 380px) {
  .ib_carousel_032 .leftBox .textBox .title {
    padding: 0px 0px 13px;
  }
}
.ib_carousel_032 .leftBox .textBox .text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 3px;
  margin: 11px 0;
}
@media (max-width: 768px) {
  .ib_carousel_032 .leftBox .textBox .text {
    display: none;
  }
}
.ib_carousel_032 .leftBox .bottomBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .ib_carousel_032 .leftBox .bottomBox {
    justify-content: center;
    margin: 0 auto;
  }
}
.ib_carousel_032 .leftBox .arrowBox {
  display: flex;
  flex-direction: row;
  width: 80px;
  height: 40px;
}
@media (max-width: 1024px) {
  .ib_carousel_032 .leftBox .arrowBox {
    display: none;
  }
}
.ib_carousel_032 .leftBox .arrowBox .arrow.js-prev {
  transform: rotate(180deg);
}
.ib_carousel_032 .leftBox .arrowBox .arrow {
  cursor: pointer;
  pointer-events: all;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  background-color: #fff;
}
@media (max-width: 640px) {
  .ib_carousel_032 .leftBox .arrowBox .arrow {
    width: 33px;
    height: 33px;
  }
}
.ib_carousel_032 .leftBox .arrowBox .arrow.js-next {
  border: 1px solid #ae8f55;
  background-color: #ae8f55;
}
@media (min-width: 1181px) {
  .ib_carousel_032 .leftBox .arrowBox .arrow.js-next:hover {
    background-color: #912A2E;
  }
}
.ib_carousel_032 .leftBox .arrowBox .arrow.js-prev .btn-arrow {
  stroke: #231917;
}
@media (min-width: 1181px) {
  .ib_carousel_032 .leftBox .arrowBox .arrow.js-prev:hover {
    background-color: #912A2E;
  }
  .ib_carousel_032 .leftBox .arrowBox .arrow.js-prev:hover .btn-arrow {
    stroke: #fff;
  }
}
.ib_carousel_032 .leftBox .arrowBox .arrow .btn-arrow {
  position: absolute;
  width: 5px;
  height: 11px;
  stroke: #fff;
}
@media (max-width: 768px) {
  .ib_carousel_032 .leftBox .btnBox {
    margin-top: 65px;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_032 .leftBox .btnBox .btn.feature:hover {
    color: #ae8f55;
    border-bottom: 1px solid #ae8f55;
  }
  .ib_carousel_032 .leftBox .btnBox .btn.feature:hover .btn-arrow {
    stroke: #ae8f55;
  }
}
.ib_carousel_032 .rightBox {
  padding-left: 45px;
}
@media (max-width: 1440px) {
  .ib_carousel_032 .rightBox {
    padding-left: 25px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_032 .rightBox {
    padding-left: 0px;
  }
}
@media (max-width: 1024px) {
  .ib_carousel_032 .rightBox {
    display: none;
  }
}
.ib_carousel_032 .rightBox .dataBox {
  position: relative;
}
.ib_carousel_032 .rightBox .slick-list {
  padding: 2px 0;
}
.ib_carousel_032 .rightBox .slick-slide:not(.slick-active) {
  pointer-events: none;
  transition: all 0.3s ease;
}
.ib_carousel_032 .rightBox .dataItem {
  position: relative;
}
@media (max-width: 1023px) {
  .ib_carousel_032 .rightBox .dataItem {
    padding-left: 0;
    border: none;
  }
}
.ib_carousel_032 .rightBox .dataItem::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/newsDataBg.jpg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  clip-path: inset(0 100% 0 0);
}
@media (min-width: 1181px) {
  .ib_carousel_032 .rightBox .dataItem:hover::after {
    clip-path: inset(0 0 0 0);
  }
  .ib_carousel_032 .rightBox .dataItem:hover .dataInfoBox .classTitle {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.ib_carousel_032 .rightBox .item {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 30px 20px 27px;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 768px) {
  .ib_carousel_032 .rightBox .item {
    padding: 20px 0;
  }
}
.ib_carousel_032 .rightBox .Txt {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 1;
}
.ib_carousel_032 .rightBox .dataInfoBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
}
.ib_carousel_032 .rightBox .dataInfoBox .dateBox {
  display: flex;
  align-items: center;
}
.ib_carousel_032 .rightBox .dataInfoBox .dateBox .slash {
  width: 1px;
  height: 19px;
  background-color: #fff;
  transform: rotate(25deg);
  margin: 0 10px;
}
.ib_carousel_032 .rightBox .dataInfoBox .dateBox .year,
.ib_carousel_032 .rightBox .dataInfoBox .dateBox .moon,
.ib_carousel_032 .rightBox .dataInfoBox .dateBox .date {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.ib_carousel_032 .rightBox .dataInfoBox .classTitle {
  min-width: 105px;
  align-items: center;
  background-color: #912A2E;
  border: 1px solid #fff;
  border-top-right-radius: 20px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  justify-content: center;
  height: 42px;
  margin-bottom: 3px;
}
@media (max-width: 580px) {
  .ib_carousel_032 .rightBox .dataInfoBox .classTitle {
    font-size: 14px;
    padding: 5px 20px;
  }
}
.ib_carousel_032 .rightBox .textBox {
  width: calc(100% - 240px);
  display: flex;
  align-items: center;
  height: 58px;
}
@media (max-width: 768px) {
  .ib_carousel_032 .rightBox .textBox {
    width: calc(100% - 65px);
  }
}
.ib_carousel_032 .rightBox .textBox .title {
  color: #fff;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.9px;
  padding-left: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .ib_carousel_032 .rightBox .textBox .title {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .ib_carousel_032 .rightBox .textBox .title {
    font-size: 14px;
  }
}
.ib_carousel_032 .rightBox .link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

/* home(ib_carousel_114) */
.ib_carousel_114 {
  position: relative;
  padding: 78px 0 105px;
  background-image: url(../images/storeBg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .ib_carousel_114 {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_114 {
    background-image: url(../images/storeBg_s.jpg);
    padding: 60px 0 50px;
  }
}
.ib_carousel_114 .slick-slider .slick-dots button::before {
  background-color: #912A2E;
}
.ib_carousel_114 .slick-slider .slick-dots li.slick-active button::before {
  background-color: #912A2E;
}
.ib_carousel_114 .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1520px;
}
@media (max-width: 1280px) {
  .ib_carousel_114 .wrap {
    justify-content: center;
  }
}
.ib_carousel_114 .topBox {
  width: 100%;
}
.ib_carousel_114 .topBox .left {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.ib_carousel_114 .topBox .titleBox {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 590px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .ib_carousel_114 .topBox .titleBox {
    padding: 0 0 13px 0;
    text-align: center;
    margin: 0 auto;
  }
}
.ib_carousel_114 .topBox .titleBox .title {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  margin-top: 27px;
  padding-bottom: 20px;
  padding-left: 39px;
}
@media (max-width: 1440px) {
  .ib_carousel_114 .topBox .titleBox .title {
    font-size: 62px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_114 .topBox .titleBox .title {
    padding-left: 0px;
    font-size: 56px;
  }
}
@media (max-width: 1024px) {
  .ib_carousel_114 .topBox .titleBox .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_114 .topBox .titleBox .title {
    margin-top: 10px;
    padding-bottom: 15px;
  }
}
.ib_carousel_114 .topBox .titleBox .subtitle {
  color: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-left: 15px;
  padding-left: 27px;
  padding-right: 25px;
}
@media (max-width: 1180px) {
  .ib_carousel_114 .topBox .titleBox .subtitle {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ib_carousel_114 .leftBox,
.ib_carousel_114 .rightBox {
  width: 50%;
}
@media (max-width: 1180px) {
  .ib_carousel_114 .leftBox,
  .ib_carousel_114 .rightBox {
    width: 100%;
  }
}
.ib_carousel_114 .leftBox {
  width: 30.6%;
  max-width: 435px;
}
@media (max-width: 1280px) {
  .ib_carousel_114 .leftBox {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_114 .leftBox {
    margin-bottom: 0px;
  }
}
.ib_carousel_114 .leftBox .titleBox {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 516px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .ib_carousel_114 .leftBox .titleBox {
    margin: 0 auto;
    text-align: center;
    max-width: 430px;
    overflow: hidden;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_114 .leftBox .titleBox {
    padding: 0 0 13px 0;
    text-align: center;
    margin: 0 auto;
  }
}
.ib_carousel_114 .leftBox .titleBox .title {
  position: relative;
  color: #231917;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  margin-top: 28px;
  padding-bottom: 33px;
}
@media (max-width: 1440px) {
  .ib_carousel_114 .leftBox .titleBox .title {
    font-size: 62px;
  }
}
@media (max-width: 1280px) {
  .ib_carousel_114 .leftBox .titleBox .title {
    text-align: center;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_114 .leftBox .titleBox .title {
    padding-left: 0px;
    font-size: 56px;
  }
}
@media (max-width: 1024px) {
  .ib_carousel_114 .leftBox .titleBox .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_114 .leftBox .titleBox .title {
    margin-top: 10px;
    padding-bottom: 15px;
  }
}
.ib_carousel_114 .leftBox .titleBox .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 678px;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #912A2E;
}
@media (max-width: 1180px) {
  .ib_carousel_114 .leftBox .titleBox .title::after {
    width: 100%;
  }
}
.ib_carousel_114 .leftBox .titleBox .title .mainColor {
  color: #912A2E;
}
.ib_carousel_114 .leftBox .titleBox .subtitle {
  position: relative;
  color: #231917;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding-left: 5px;
  padding-right: 25px;
}
@media (max-width: 1280px) {
  .ib_carousel_114 .leftBox .titleBox .subtitle {
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_114 .leftBox .titleBox .subtitle {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_114 .leftBox .titleBox .subtitle {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ib_carousel_114 .leftBox .titleBox .subtitle::before, .ib_carousel_114 .leftBox .titleBox .subtitle::after {
  content: "";
  position: absolute;
  display: block;
  width: 66.6%;
  max-width: 290px;
  height: 1px;
  background-color: #d9d9d9;
}
@media (max-width: 1280px) {
  .ib_carousel_114 .leftBox .titleBox .subtitle::before, .ib_carousel_114 .leftBox .titleBox .subtitle::after {
    max-width: 114px;
  }
}
.ib_carousel_114 .leftBox .titleBox .subtitle::before {
  right: calc(100% + 24px);
}
@media (max-width: 1280px) {
  .ib_carousel_114 .leftBox .titleBox .subtitle::before {
    left: 0;
    right: auto;
  }
}
.ib_carousel_114 .leftBox .titleBox .subtitle::after {
  right: 0;
}
.ib_carousel_114 .leftBox .titleBox .text {
  color: #231917;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 1.85;
  margin-left: 2px;
  padding-top: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1440px) {
  .ib_carousel_114 .leftBox .titleBox .text {
    padding-right: 30px;
  }
}
@media (max-width: 1280px) {
  .ib_carousel_114 .leftBox .titleBox .text {
    padding-right: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .ib_carousel_114 .leftBox .titleBox .text {
    line-height: 1.75;
    letter-spacing: -0.9px;
    padding-top: 18px;
  }
}
.ib_carousel_114 .leftBox .btnBox {
  display: inline-flex;
  justify-content: center;
  margin-top: 5px;
}
@media (max-width: 1280px) {
  .ib_carousel_114 .leftBox .btnBox {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .ib_carousel_114 .leftBox .btnBox {
    display: none;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_114 .leftBox .btnBox:hover .btn.feature {
    color: #912A2E;
    border-bottom: 1px solid #912A2E;
  }
  .ib_carousel_114 .leftBox .btnBox:hover .btn.feature .btn-arrow {
    stroke: #912A2E;
  }
}
.ib_carousel_114 .leftBox .btnBox .btn.feature {
  color: #828282;
  border-bottom: 1px solid #231917;
}
.ib_carousel_114 .leftBox .btnBox .btn.feature .btn-arrow {
  stroke: #231917;
}
.ib_carousel_114 .mapBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39.1%;
  max-width: 555px;
  min-width: 460px;
  margin-top: 22px;
}
@media (max-width: 1280px) {
  .ib_carousel_114 .mapBox {
    width: 50%;
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .ib_carousel_114 .mapBox {
    width: 100%;
    margin-top: 10px;
  }
}
.ib_carousel_114 .mapBox .map {
  -webkit-tap-highlight-color: transparent;
  width: 365px;
  height: auto;
  aspect-ratio: 365/604;
  color: #828282;
  overflow: visible;
}
@media (max-width: 1024px) {
  .ib_carousel_114 .mapBox .map {
    width: 250px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_114 .mapBox .map {
    width: 180px;
  }
}
.ib_carousel_114 .mapBox .map path {
  transition: color 0.25s ease;
  color: #262626;
}
.ib_carousel_114 .mapBox .map path.hasData {
  cursor: pointer;
}
.ib_carousel_114 .mapBox .map path.map-line {
  color: #828282;
}
.ib_carousel_114 .mapBox .map path.hasData {
  color: #828282;
}
.ib_carousel_114 .mapBox .map path.is-active {
  color: #912A2E;
}
.ib_carousel_114 .mapBox .map .map-label {
  pointer-events: none;
  opacity: 0;
}
.ib_carousel_114 .mapBox .map .map-label.is-visible {
  opacity: 1;
}
.ib_carousel_114 .mapBox .map .map-label .map-label-circle-1,
.ib_carousel_114 .mapBox .map .map-label .map-label-circle-2,
.ib_carousel_114 .mapBox .map .map-label .map-label-circle-3,
.ib_carousel_114 .mapBox .map .map-label .map-label-circle-4 {
  opacity: 0;
  transform-origin: center;
  transform-box: fill-box;
  animation: mapLabelRipple 1.4s ease-out infinite;
}
.ib_carousel_114 .mapBox .map .map-label .map-label-circle-2 {
  animation-delay: 0.2s;
}
.ib_carousel_114 .mapBox .map .map-label .map-label-circle-3 {
  animation-delay: 0.5s;
}
.ib_carousel_114 .mapBox .map .map-label .map-label-circle-4 {
  animation-delay: 0.8s;
}
.ib_carousel_114 .mapBox .map .map-label .map-label-line {
  stroke: #912A2E;
  stroke-width: 1;
  fill: none;
}
.ib_carousel_114 .mapBox .map .map-label .map-label-line-main-1 {
  stroke: #fff;
}
.ib_carousel_114 .mapBox .map .map-label .map-label-line-main-2 {
  stroke: #912A2E;
}
.ib_carousel_114 .mapBox .map .map-label .map-label-circle-4 {
  fill: rgba(255, 255, 255, 0.1);
}
.ib_carousel_114 .mapBox .map .map-label .map-label-circle-3 {
  fill: rgba(255, 255, 255, 0.1);
}
.ib_carousel_114 .mapBox .map .map-label .map-label-circle-2 {
  fill: rgba(255, 255, 255, 0.2);
}
.ib_carousel_114 .mapBox .map .map-label .map-label-circle-1 {
  fill: rgba(255, 255, 255, 0.2);
}
.ib_carousel_114 .mapBox .map .map-label .map-label-circle-inner {
  fill: #fff;
  opacity: 0.8;
}
.ib_carousel_114 .mapBox .map .map-label .map-label-circle-end {
  fill: #912A2E;
}
.ib_carousel_114 .mapBox .map .map-label .map-label-text {
  fill: #231917;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .ib_carousel_114 .mapBox .map .map-label .map-label-text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_114 .mapBox .map .map-label .map-label-text {
    font-size: 38px;
    font-weight: 400;
  }
}
.ib_carousel_114 .rightBox {
  display: flex;
  align-items: center;
  width: 30.2%;
  max-width: 550px;
}
@media (max-width: 1280px) {
  .ib_carousel_114 .rightBox {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ib_carousel_114 .rightBox {
    width: 100%;
    max-width: 480px;
  }
}
.ib_carousel_114 .rightBox .dataBox {
  position: relative;
  width: 100%;
  transform: translateY(15px);
}
@media (max-width: 1366px) {
  .ib_carousel_114 .rightBox .dataBox {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_114 .rightBox .dataBox {
    padding-left: 0px;
    margin-top: 30px;
    transform: translateY(0px);
  }
}
.ib_carousel_114 .rightBox .slick-slide:not(.slick-active) {
  pointer-events: none;
  transition: all 0.3s ease;
}
.ib_carousel_114 .rightBox .dataList {
  position: relative;
}
.ib_carousel_114 .rightBox .dataList::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 70px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1440px) {
  .ib_carousel_114 .rightBox .dataList::before {
    width: calc(100% - 20px);
  }
}
@media (max-width: 1280px) {
  .ib_carousel_114 .rightBox .dataList::before {
    width: calc(100% - 50px);
  }
}
@media (max-width: 960px) {
  .ib_carousel_114 .rightBox .dataList::before {
    width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .ib_carousel_114 .rightBox .dataList::before {
    width: 100%;
  }
}
.ib_carousel_114 .rightBox .dataItem {
  position: relative;
  padding-left: 2px;
  padding-right: 70px;
}
@media (max-width: 1440px) {
  .ib_carousel_114 .rightBox .dataItem {
    padding-right: 20px;
  }
}
@media (max-width: 1280px) {
  .ib_carousel_114 .rightBox .dataItem {
    padding-right: 50px;
  }
}
@media (max-width: 960px) {
  .ib_carousel_114 .rightBox .dataItem {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_114 .rightBox .dataItem {
    padding-right: 0px;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_114 .rightBox .dataItem:hover .item::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .ib_carousel_114 .rightBox .dataItem:hover .title {
    color: #912A2E;
  }
}
.ib_carousel_114 .rightBox .item {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 30px 20px 0;
}
@media (max-width: 960px) {
  .ib_carousel_114 .rightBox .item {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_114 .rightBox .item {
    padding: 15px 0;
  }
}
.ib_carousel_114 .rightBox .item::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #912A2E;
  position: absolute;
  right: 0;
  bottom: -1px;
  transition: all 1s ease;
}
.ib_carousel_114 .rightBox .Txt {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  width: 100%;
}
@media (max-width: 1400px) {
  .ib_carousel_114 .rightBox .Txt {
    gap: 35px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_114 .rightBox .Txt {
    gap: 20px;
  }
}
.ib_carousel_114 .rightBox .textBox {
  height: 135px;
  align-items: flex-start;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .ib_carousel_114 .rightBox .textBox {
    padding: 0 3px;
  }
}
.ib_carousel_114 .rightBox .textBox .title {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 30px;
  letter-spacing: 0.8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ib_carousel_114 .rightBox .textBox .add,
.ib_carousel_114 .rightBox .textBox .tel,
.ib_carousel_114 .rightBox .textBox .open {
  display: flex;
  padding: 2.5px 0;
}
.ib_carousel_114 .rightBox .textBox .tag {
  display: block;
  color: #231917;
  font-size: 16px;
  font-weight: 600;
  width: 75px;
}
.ib_carousel_114 .rightBox .link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.ib_carousel_114 .rightBox .scrollBar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .ib_carousel_114 .rightBox .scrollBar {
    display: none;
  }
}
.ib_carousel_114 .rightBox .scrollBar .scrollBar-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: inherit;
  background-color: #828282;
  transition: top 0.3s ease, height 0.3s ease;
}
.ib_carousel_114 .bottomBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 250px;
  margin-left: 0;
  margin-top: 31px;
  padding: 0 10px;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .ib_carousel_114 .bottomBox {
    display: none;
  }
}
.ib_carousel_114 .bottomBox .arrowBox {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 80px;
  height: 40px;
}
@media (min-width: 769px) {
  .ib_carousel_114 .bottomBox .arrowBox {
    display: none;
  }
}
.ib_carousel_114 .bottomBox .arrowBox .arrow.js-prev {
  transform: rotate(180deg);
}
.ib_carousel_114 .bottomBox .arrowBox .arrow {
  cursor: pointer;
  pointer-events: all;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #231917;
  background-color: #231917;
}
@media (max-width: 640px) {
  .ib_carousel_114 .bottomBox .arrowBox .arrow {
    width: 33px;
    height: 33px;
  }
}
.ib_carousel_114 .bottomBox .arrowBox .arrow.js-next {
  border: 1px solid #912A2E;
  background-color: #912A2E;
}
.ib_carousel_114 .bottomBox .arrowBox .arrow .btn-arrow {
  position: absolute;
  width: 5px;
  height: 11px;
  stroke: #fff;
}
@media (max-width: 768px) {
  .ib_carousel_114 .bottomBox .btnBox {
    margin-top: 65px;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_114 .bottomBox .btnBox .btn.feature:hover {
    color: #ae8f55;
    border-bottom: 1px solid #ae8f55;
  }
  .ib_carousel_114 .bottomBox .btnBox .btn.feature:hover .btn-arrow {
    stroke: #ae8f55;
  }
}
.ib_carousel_114 .bottomBox .btnBox {
  display: inline-flex;
  justify-content: center;
  margin-top: 0px;
}
@media (min-width: 1181px) {
  .ib_carousel_114 .bottomBox .btnBox:hover .btn.feature {
    color: #912A2E;
    border-bottom: 1px solid #912A2E;
  }
  .ib_carousel_114 .bottomBox .btnBox:hover .btn.feature .btn-arrow {
    stroke: #912A2E;
  }
}
.ib_carousel_114 .bottomBox .btnBox .btn.feature {
  color: #828282;
  border-bottom: 1px solid #231917;
}
.ib_carousel_114 .bottomBox .btnBox .btn.feature .btn-arrow {
  stroke: #231917;
}