@charset "UTF-8";
.ib_carousel_028 .TxtBox .item.content .number, .ib_carousel_028 .TxtBox .item.content .text, .ib_carousel_028 .TxtBox .item.content .title, .ib_carousel_028 .TxtBox .dataTxtItem, .ib_carousel_028 .ImgBox .dataImgItem, .ib_carousel_027 .arrowBox .arrow, .ib_carousel_026 .controlBox .arrowBox .arrow, .bookingArea .title, .bookingArea .bookingList > li .customSelect li, .bookingArea .bookingList > li .customSelect, .bookingArea .bookingBox, .ib_banner_023 .socialBox .socialList li a svg, .ib_banner_023 .socialBox .socialList li, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mainArea {
  padding: 0;
}

.titleBox {
  padding-bottom: 30px;
  position: relative;
}
.titleBox::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #000;
}
.titleBox .title {
  font-size: 70px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 50px;
  }
}
@media (max-width: 640px) {
  .titleBox .title {
    font-size: 36px;
  }
}
.titleBox .subtitle {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2.3px;
  color: #3a3939;
}
.titleBox .text {
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 1.72;
  color: #686868;
}

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

/* home(ib_banner_023) */
.ib_banner_023 {
  clear: both;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1180px) {
  .ib_banner_023 {
    margin-top: 60px;
  }
}
.ib_banner_023 .wrap {
  max-width: 100%;
}
.ib_banner_023 .dataBox {
  position: relative;
}
.ib_banner_023 .dataLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_023 .dataList {
  position: relative;
  z-index: 1;
}
.ib_banner_023 .dataList.slick-dotted {
  margin-bottom: 0;
}
.ib_banner_023 .dataList:not(.slick-slider) .bannerItem:not(:first-child) {
  display: none;
}
.ib_banner_023 .dataList:not(.slick-slider) .bannerItem .Img img {
  aspect-ratio: 1/0.5104166667;
}
@media (max-width: 640px) {
  .ib_banner_023 .dataList:not(.slick-slider) .bannerItem .Img img {
    aspect-ratio: 1/1;
  }
}
.ib_banner_023 .dataItem {
  position: relative;
}
.ib_banner_023 .dataItem .Txt {
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 110px 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .ib_banner_023 .dataItem .Txt {
    padding: 60px 20px 100px;
  }
}
.ib_banner_023 .dataItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 100%;
}
.ib_banner_023 .dataItem .Txt .textBox img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.ib_banner_023 .dataItem .Txt .title {
  color: #fff;
  font-size: 36px;
  opacity: 0;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1180px) {
  .ib_banner_023 .dataItem .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .ib_banner_023 .dataItem .Txt .title {
    font-size: 24px;
  }
}
.ib_banner_023 .dataItem .Txt .btnBox {
  opacity: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1440px) {
  .ib_banner_023 .dataItem .Txt {
    padding: 20px 20px 85px;
  }
}
@media (max-width: 960px) {
  .ib_banner_023 .dataItem .Txt {
    padding: 20px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_023 .dataItem .Img {
    height: 600px;
  }
}
.ib_banner_023 .dataItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .ib_banner_023 .dataItem .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ib_banner_023 .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.ib_banner_023 .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.ib_banner_023 .slick-current .Img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ib_banner_023 .slick-arrow {
  top: 80%;
  left: auto;
}
.ib_banner_023 .slick-arrow.slick-prev {
  right: 110px;
}
.ib_banner_023 .slick-arrow.slick-next {
  right: 50px;
}
.ib_banner_023 .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ib_banner_023 .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ib_banner_023 .socialBox .socialList li {
  margin: 7.5px 0;
}
.ib_banner_023 .socialBox .socialList li:first-child {
  margin-top: 0;
}
.ib_banner_023 .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.ib_banner_023 .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.ib_banner_023 .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .ib_banner_023 .socialBox .socialList li a:hover {
    color: #2c4f87;
  }
  .ib_banner_023 .socialBox .socialList li a:hover svg {
    fill: #2c4f87;
  }
}
.ib_banner_023 .slick-dots {
  bottom: 50%;
  right: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.bookingArea {
  position: absolute;
  top: 50%;
  right: 0;
  height: 279px;
  z-index: 2;
}
@media (max-width: 1180px) {
  .bookingArea {
    position: relative;
    top: initial;
    width: 100%;
    height: auto;
    margin-top: -56px;
  }
}
.bookingArea .wrap {
  height: 100%;
  background-color: transparent;
}
@media (max-width: 1180px) {
  .bookingArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}
.bookingArea .bookingBox {
  pointer-events: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  height: 100%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 36px 5px 26px;
}
.bookingArea .bookingBox.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}
@media (max-width: 1180px) {
  .bookingArea .bookingBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
    opacity: 1;
  }
}
@media (max-width: 640px) {
  .bookingArea .bookingBox {
    display: block;
  }
}
.bookingArea .bookingList {
  width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
@media (max-width: 1180px) {
  .bookingArea .bookingList {
    width: calc(100% - 138px);
    padding: 25px 0;
  }
}
@media (max-width: 960px) {
  .bookingArea .bookingList {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
@media (max-width: 640px) {
  .bookingArea .bookingList {
    width: 100%;
  }
}
.bookingArea .bookingList li:not(:first-child) {
  margin-left: 0;
}
.bookingArea .bookingList > li {
  width: 33.3333333333%;
  position: relative;
}
.bookingArea .bookingList > li::before {
  content: "";
  width: 1px;
  height: 95%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1180px) {
  .bookingArea .bookingList > li::before {
    height: 100%;
  }
}
.bookingArea .bookingList > li:last-child::before {
  width: calc(100% - 50px);
  height: 1px;
  display: none;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.bookingArea .bookingList > li .fieldTitle {
  color: #727272;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2px;
}
@media (max-width: 1180px) {
  .bookingArea .bookingList > li .fieldTitle {
    margin-bottom: 10px;
  }
}
.bookingArea .bookingList > li .fieldInput {
  height: 145px;
  display: block;
  position: relative;
}
@media (max-width: 1180px) {
  .bookingArea .bookingList > li .fieldInput {
    height: 38px;
  }
}
@media (max-width: 640px) {
  .bookingArea .bookingList > li .fieldInput {
    height: 70px;
  }
}
.bookingArea .bookingList > li .fieldInput .inputStr {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .bookingArea .bookingList > li .fieldInput .inputStr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 640px) {
  .bookingArea .bookingList > li .fieldInput .inputStr {
    padding-bottom: 32px;
  }
}
.bookingArea .bookingList > li .fieldInput .inputStr .day,
.bookingArea .bookingList > li .fieldInput .inputStr .number {
  display: block;
  font-size: 60px;
  line-height: 0.8;
  color: #5a5a5a;
}
@media (max-width: 1180px) {
  .bookingArea .bookingList > li .fieldInput .inputStr .day,
  .bookingArea .bookingList > li .fieldInput .inputStr .number {
    font-size: 40px;
  }
}
.bookingArea .bookingList > li .fieldInput .inputStr .month,
.bookingArea .bookingList > li .fieldInput .inputStr .guest {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #5a5a5a;
  margin-top: 15px;
}
@media (max-width: 1180px) {
  .bookingArea .bookingList > li .fieldInput .inputStr .month,
  .bookingArea .bookingList > li .fieldInput .inputStr .guest {
    margin-top: 0;
    margin-left: 10px;
  }
}
.bookingArea .bookingList > li .fieldInput .inputStr .arrow {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #2c4f87;
  border: 3px solid #dbdbdb;
  margin-top: 15px;
}
.bookingArea .bookingList > li .fieldInput .inputStr .arrow::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 1180px) {
  .bookingArea .bookingList > li .fieldInput .inputStr .arrow {
    position: absolute;
    top: calc(50% - 11px);
    right: 20px;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .bookingArea .bookingList > li .fieldInput .inputStr .arrow {
    top: initial;
    bottom: 0;
    left: calc(50% - 11px);
  }
}
.bookingArea .bookingList > li .fieldInput input {
  cursor: pointer;
  display: block;
  opacity: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bookingArea .bookingList > li .fieldInputSelect .inputStr .guest {
  font-size: 14px;
}
.bookingArea .bookingList > li .customSelect {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  padding: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 1180px) {
  .bookingArea .bookingList > li .customSelect {
    top: auto;
    bottom: 100%;
  }
}
.bookingArea .bookingList > li .customSelect.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bookingArea .bookingList > li .customSelect li {
  width: 33.3333333333%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 22px;
  font-family: "Great Vibes", cursive;
  line-height: 1;
  padding: 15px 5px;
  text-align: center;
}
.bookingArea .bookingList > li .customSelect li:not(:nth-child(3n)) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 1181px) {
  .bookingArea .bookingList > li .customSelect li:hover {
    color: #fff;
    background-color: #2c4f87;
  }
}
.bookingArea .btn {
  padding: 13px 43px 0;
}
.bookingArea .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  font-size: 14px;
  letter-spacing: 0.2em;
  padding: 11px;
  color: #2c4f87;
  background-color: #fff;
  border: 1px solid #2c4f87;
}
@media (min-width: 1181px) {
  .bookingArea .btn a:hover {
    color: #fff;
    background-color: #2c4f87;
  }
}
@media (max-width: 1180px) {
  .bookingArea .btn {
    max-width: 138px;
    padding: 0;
  }
  .bookingArea .btn a {
    border: 0;
    color: #fff;
    background-color: #2c4f87;
  }
}
@media (max-width: 640px) {
  .bookingArea .btn {
    width: 100%;
    max-width: unset;
  }
}
.bookingArea .title {
  position: relative;
  cursor: pointer;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  z-index: 1;
  letter-spacing: 2px;
  height: 100%;
  color: #fff;
  background-color: #333;
  padding: 10px 20px;
}
.bookingArea .title .icon {
  display: inline-block;
  width: 23px;
  height: 17px;
  background: url(../images/icon/booking.png) no-repeat;
  margin-bottom: 6px;
}
@media (min-width: 1181px) {
  .bookingArea .title:hover {
    background-color: #2c4f87;
  }
}
@media (max-width: 1180px) {
  .bookingArea .title {
    display: none;
  }
}

/* home(ib_info_004) */
/* home(ib_imageText_009) 首頁關於我們*/
.ib_imageText_009 {
  position: relative;
  padding-top: 56px;
  margin-bottom: -64px;
  z-index: 1;
}
.ib_imageText_009 .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ib_imageText_009 .Img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 60.4285714286%;
  padding: 0 122px 0 65px;
}
.ib_imageText_009 .Img img {
  display: block;
  width: 100%;
  max-width: 318px;
}
.ib_imageText_009 .Img img.imgLeft {
  margin-top: -120px;
}
.ib_imageText_009 .Img img.imgRight {
  margin-left: 23px;
}
@media (max-width: 1366px) {
  .ib_imageText_009 .Img {
    padding: 0 65px;
  }
  .ib_imageText_009 .Img img {
    max-width: 318px;
    width: 50%;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_009 .Img img.imgLeft {
    margin-top: 0;
  }
  .ib_imageText_009 .Img img.imgRight {
    margin-top: 120px;
  }
}
@media (max-width: 960px) {
  .ib_imageText_009 .Img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    padding: 0 11.5px;
  }
}
.ib_imageText_009 .Txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 60px 60px 0 0;
}
@media (max-width: 1180px) {
  .ib_imageText_009 .Txt {
    padding: 60px 0 0;
  }
}
@media (max-width: 960px) {
  .ib_imageText_009 .Txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 0 60px;
  }
}
.ib_imageText_009 .Txt .btn {
  margin-top: 68px;
}
@media (max-width: 1180px) {
  .ib_imageText_009 .Txt .btn {
    margin-top: 30px;
  }
}
.ib_imageText_009 .circle {
  position: absolute;
  bottom: 45px;
  left: 20px;
  width: 130px;
  height: 129px;
  -webkit-animation: rotate 7s linear infinite;
          animation: rotate 7s linear infinite;
}
@media (max-width: 960px) {
  .ib_imageText_009 .circle {
    display: none;
  }
}
.ib_imageText_009 .circle svg {
  width: 100%;
  height: 100%;
}
.ib_imageText_009 .circle svg .circle-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  fill: #000;
  text-transform: uppercase;
}

/* home(ib_carousel_026) 客房介紹*/
.ib_carousel_026 {
  overflow: hidden;
  font-size: 16px;
  padding: 184px 0 155px;
  background-color: #f5f5f5;
}
@media (max-width: 960px) {
  .ib_carousel_026 {
    padding: 100px 0;
  }
}
.ib_carousel_026 .slick-slider .slick-slide {
  height: auto;
}
.ib_carousel_026 .slick-slider .slick-dots {
  top: calc(100% + 36px);
}
.ib_carousel_026 .dataList:not(.slick-slider) {
  overflow: hidden;
  max-height: 710px;
}
.ib_carousel_026 .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.ib_carousel_026 .dataList:not(.slick-slider) .dataItem .Img img {
  aspect-ratio: 1/0.6145833333;
}
.ib_carousel_026 .controlBox {
  position: absolute;
  bottom: 15px;
  right: -4px;
}
@media (max-width: 1800px) {
  .ib_carousel_026 .controlBox .arrowBox {
    bottom: 10%;
  }
}
@media (max-width: 1700px) {
  .ib_carousel_026 .controlBox .arrowBox {
    bottom: 20%;
  }
}
@media (max-width: 1600px) {
  .ib_carousel_026 .controlBox .arrowBox {
    bottom: 30%;
  }
}
@media (max-width: 1280px) {
  .ib_carousel_026 .controlBox .arrowBox {
    bottom: 40%;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_026 .controlBox .arrowBox {
    display: none;
  }
}
.ib_carousel_026 .controlBox .arrowBox .arrow {
  position: relative;
  cursor: pointer;
  width: 54px;
  height: 54px;
  margin: 0;
  border-radius: 0;
  background-color: #2c4f87 !important;
}
.ib_carousel_026 .controlBox .arrowBox .arrow::after {
  display: none;
}
@media (min-width: 1181px) {
  .ib_carousel_026 .controlBox .arrowBox .arrow:hover {
    background-color: #3a3939 !important;
  }
}
.ib_carousel_026 .controlBox .arrowBox .arrow::before {
  all: unset;
  content: "";
  position: absolute;
  top: calc(50% - 4.5px);
  left: calc(50% - 4.5px);
  right: auto;
  bottom: auto;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.ib_carousel_026 .controlBox .arrowBox .arrow.arrowPrev {
  left: -54px;
}
.ib_carousel_026 .controlBox .arrowBox .arrow.arrowPrev::before {
  -webkit-transform: translateX(2.25px) rotate(-135deg);
          transform: translateX(2.25px) rotate(-135deg);
}
.ib_carousel_026 .controlBox .arrowBox .arrow.arrowNext::before {
  -webkit-transform: translateX(-2.25px) rotate(45deg);
          transform: translateX(-2.25px) rotate(45deg);
}
@media (min-width: 1181px) {
  .ib_carousel_026 .controlBox .arrowBox .arrow:hover {
    background-color: #2c4f87;
  }
}
.ib_carousel_026 .wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.ib_carousel_026 .leftBox,
.ib_carousel_026 .rightBox {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 78.125%;
}
@media (max-width: 1536px) {
  .ib_carousel_026 .leftBox,
  .ib_carousel_026 .rightBox {
    width: 840px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_026 .leftBox,
  .ib_carousel_026 .rightBox {
    display: none;
  }
}
.ib_carousel_026 .leftBox .dataItem,
.ib_carousel_026 .rightBox .dataItem {
  padding: 0 50px;
}
.ib_carousel_026 .leftBox .Img,
.ib_carousel_026 .rightBox .Img {
  width: 68.3571428571%;
}
@media (max-width: 1536px) {
  .ib_carousel_026 .leftBox .Img,
  .ib_carousel_026 .rightBox .Img {
    width: 100%;
  }
}
.ib_carousel_026 .leftBox .Img img,
.ib_carousel_026 .rightBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_carousel_026 .leftBox {
  right: 89.3333333333%;
}
@media (max-width: 1440px) {
  .ib_carousel_026 .leftBox {
    right: 62%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.ib_carousel_026 .leftBox .Img {
  margin-left: auto;
}
.ib_carousel_026 .rightBox {
  left: 89.3333333333%;
}
@media (max-width: 1440px) {
  .ib_carousel_026 .rightBox {
    left: 62%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.ib_carousel_026 .dataBox {
  position: relative;
  width: 78.125%;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .ib_carousel_026 .dataBox {
    width: 1180px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_026 .dataBox {
    width: 100%;
  }
}
.ib_carousel_026 .dataBox .dataList {
  margin-bottom: 0;
}
.ib_carousel_026 .dataBox .dataItem {
  padding: 0 50px;
}
@media (max-width: 1180px) {
  .ib_carousel_026 .dataBox .dataItem {
    padding: 0 40px;
  }
}
@media (max-width: 640px) {
  .ib_carousel_026 .dataBox .dataItem {
    padding: 0 20px;
  }
}
.ib_carousel_026 .dataBox .dataItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ib_carousel_026 .dataBox .dataItem .Txt {
  width: 31.6428571429%;
  padding: 22px 80px 0 0;
}
@media (max-width: 1680px) {
  .ib_carousel_026 .dataBox .dataItem .Txt {
    padding-top: 0;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_026 .dataBox .dataItem .Txt {
    padding: 0 60px 0 0;
  }
}
@media (max-width: 960px) {
  .ib_carousel_026 .dataBox .dataItem .Txt {
    width: 100%;
    padding: 0 0 50px 0;
  }
}
.ib_carousel_026 .dataBox .dataItem .titleBox {
  margin-bottom: 20px;
}
.ib_carousel_026 .dataBox .dataItem .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ib_carousel_026 .dataBox .dataItem .title a {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #3a3939;
}
@media (min-width: 1181px) {
  .ib_carousel_026 .dataBox .dataItem .title a:hover {
    color: linkHoverColor;
  }
}
.ib_carousel_026 .dataBox .dataItem .text {
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 1.72;
  color: #686868;
  margin-top: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ib_carousel_026 .dataBox .dataItem .specList {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 1680px) {
  .ib_carousel_026 .dataBox .dataItem .specList {
    gap: 10px;
  }
}
@media (max-width: 1536px) {
  .ib_carousel_026 .dataBox .dataItem .specList {
    gap: 5px;
  }
}
.ib_carousel_026 .dataBox .dataItem .specList .specItem {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 300;
  font-family: "Noto Sans TC", "Oswald", sans-serif;
  letter-spacing: 0.8px;
  line-height: 1.72;
  color: #686868;
}
.ib_carousel_026 .dataBox .dataItem .btnBox {
  margin-top: 80px;
}
@media (max-width: 1680px) {
  .ib_carousel_026 .dataBox .dataItem .btnBox {
    margin-top: 30px;
  }
}
.ib_carousel_026 .dataBox .dataItem .Img {
  width: 68.3571428571%;
}
.ib_carousel_026 .dataBox .dataItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 960px) {
  .ib_carousel_026 .dataBox .dataItem .Img {
    width: 100%;
  }
}

/* home(ib_carousel_027) 最新消息*/
/* CSS Document */
.ib_carousel_027 {
  padding: 73px 0 141px;
  /*arrow*/
}
@media (max-width: 1180px) {
  .ib_carousel_027 {
    padding: 73px 0;
  }
}
@media (max-width: 640px) {
  .ib_carousel_027 {
    padding: 50px 0 70px;
  }
}
.ib_carousel_027 .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 960px) {
  .ib_carousel_027 .arrowBox {
    display: none;
  }
}
.ib_carousel_027 .arrowBox .arrow {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 0;
  pointer-events: auto;
  background-color: #4d4d4d !important;
}
@media (min-width: 1181px) {
  .ib_carousel_027 .arrowBox .arrow:hover {
    background-color: #2c4f87 !important;
  }
}
.ib_carousel_027 .arrowBox .arrow::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-bottom: 0;
  border-left: 0;
}
.ib_carousel_027 .arrowBox .arrowPrev::before {
  -webkit-transform: translateX(2.25px) rotate(-135deg);
          transform: translateX(2.25px) rotate(-135deg);
}
.ib_carousel_027 .arrowBox .arrowNext::before {
  -webkit-transform: translateX(-2.25px) rotate(45deg);
          transform: translateX(-2.25px) rotate(45deg);
}
@media (min-width: 1181px) {
  .ib_carousel_027 .arrowBox .arrow:hover {
    background-color: #2c4f87;
  }
}
.ib_carousel_027 .wrap {
  max-width: 1640px;
}
.ib_carousel_027 .titleBox {
  text-align: center;
}
.ib_carousel_027 .titleBox::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ib_carousel_027 .dataBox {
  position: relative;
  padding: 0 100px;
}
@media (max-width: 1180px) {
  .ib_carousel_027 .dataBox {
    padding: 0 86px;
  }
}
@media (max-width: 960px) {
  .ib_carousel_027 .dataBox {
    padding: 0;
  }
}
.ib_carousel_027 .dataList {
  margin: 0 -12.5px;
}
.ib_carousel_027 .dataList .slick-dots {
  top: calc(100% + 26px);
}
.ib_carousel_027 .dataList:not(.slick-slider) {
  overflow: hidden;
  max-height: 710px;
}
.ib_carousel_027 .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.ib_carousel_027 .dataList:not(.slick-slider) .dataItem .Img img {
  aspect-ratio: 1/0.652173913;
}
.ib_carousel_027 .dataItem {
  padding: 12.5px;
}
.ib_carousel_027 .dataItem .item {
  max-width: 460px;
  -webkit-box-shadow: 0 0 12.5px rgba(4, 0, 0, 0.14);
          box-shadow: 0 0 12.5px rgba(4, 0, 0, 0.14);
}
@media (max-width: 640px) {
  .ib_carousel_027 .dataItem .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
.ib_carousel_027 .dataItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_carousel_027 .dataItem .Txt {
  padding: 27px 43px 38px 38px;
}
@media (max-width: 960px) {
  .ib_carousel_027 .dataItem .Txt {
    padding: 20px 20px 30px;
  }
}
.ib_carousel_027 .dataItem .dateClassBox {
  position: relative;
}
.ib_carousel_027 .dataItem .dateClassBox .monthDay {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 1;
  color: #2a2a2a;
}
@media (max-width: 960px) {
  .ib_carousel_027 .dataItem .dateClassBox .monthDay {
    font-size: 35px;
  }
}
.ib_carousel_027 .dataItem .dateClassBox .line {
  display: inline-block;
  width: 1px;
  height: 36px;
  -webkit-transform: rotate(20deg) translateY(3px);
          transform: rotate(20deg) translateY(3px);
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 960px) {
  .ib_carousel_027 .dataItem .dateClassBox .line {
    height: 34px;
  }
}
.ib_carousel_027 .dataItem .dateClassBox .classTitle {
  text-align: right;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #2a2a2a;
  padding-left: 130px;
}
.ib_carousel_027 .dataItem .dateClassBox .year {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #2a2a2a;
}
.ib_carousel_027 .dataItem .dateClassBox .year::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon/date.png) no-repeat;
  margin-right: 8px;
}
.ib_carousel_027 .dataItem .title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Oswald", sans-serif;
  letter-spacing: 0.9px;
  color: #3a3939;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ib_carousel_027 .dataItem .title a {
  display: block;
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Oswald", sans-serif;
  letter-spacing: 0.9px;
  color: #3a3939;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .ib_carousel_027 .dataItem .title a:hover {
    color: #2c4f87;
  }
}
@media (max-width: 960px) {
  .ib_carousel_027 .dataItem .title {
    margin-top: 10px;
  }
}
.ib_carousel_027 .dataItem .text {
  height: 77px;
  font-weight: 300;
  font-family: "Noto Sans TC", "Oswald", sans-serif;
  letter-spacing: 0.8px;
  line-height: 1.6;
  margin-top: 8px;
  margin-left: 2px;
  color: #3a3939;
  overflow: hidden;
}

/* home(ib_carousel_028) 服務設施*/
/* CSS Document */
@-webkit-keyframes show {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes show {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.ib_carousel_028 {
  /*dots*/
}
.ib_carousel_028 .wrap {
  position: relative;
  max-width: 100%;
  padding: 0;
}
.ib_carousel_028 .ImgBox {
  background-color: #2c4f87;
}
@media (max-width: 1180px) {
  .ib_carousel_028 .ImgBox {
    display: none;
  }
}
.ib_carousel_028 .ImgBox .dataImgItem {
  overflow: hidden;
  opacity: 0;
}
.ib_carousel_028 .ImgBox .dataImgItem:not(:first-child) {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_carousel_028 .ImgBox .dataImgItem.show {
  opacity: 1;
}
.ib_carousel_028 .ImgBox .dataImgItem.show img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1 !important;
}
.ib_carousel_028 .ImgBox img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 0.5s, -webkit-transform 1.5s;
  transition: opacity 0.5s, -webkit-transform 1.5s;
  transition: opacity 0.5s, transform 1.5s;
  transition: opacity 0.5s, transform 1.5s, -webkit-transform 1.5s;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_carousel_028 .TxtBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1180px) {
  .ib_carousel_028 .TxtBox {
    display: none;
  }
}
.ib_carousel_028 .TxtBox .dataTxtList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.ib_carousel_028 .TxtBox .dataTxtItem {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 1181px) {
  .ib_carousel_028 .TxtBox .dataTxtItem:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.ib_carousel_028 .TxtBox .dataTxtItem:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.ib_carousel_028 .TxtBox .dataTxtItem.open {
  -ms-flex-preferred-size: 56.4%;
      flex-basis: 56.4%;
  background-color: transparent;
}
.ib_carousel_028 .TxtBox .dataTxtItem.open .item.btn {
  opacity: 0;
  z-index: -1;
}
.ib_carousel_028 .TxtBox .dataTxtItem.open .item.content {
  z-index: 1;
}
.ib_carousel_028 .TxtBox .dataTxtItem.open .item.content .title,
.ib_carousel_028 .TxtBox .dataTxtItem.open .item.content .text,
.ib_carousel_028 .TxtBox .dataTxtItem.open .item.content .number {
  -webkit-animation: show 0.5s 0.5s linear forwards;
          animation: show 0.5s 0.5s linear forwards;
}
@media (min-width: 1181px) {
  .ib_carousel_028 .TxtBox .dataTxtItem.open:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.ib_carousel_028 .TxtBox .item {
  position: relative;
}
.ib_carousel_028 .TxtBox .item.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 100%;
  padding: 75px 0 110px;
}
@media (max-width: 1440px) {
  .ib_carousel_028 .TxtBox .item.btn {
    padding: 50px 0 90px;
  }
}
.ib_carousel_028 .TxtBox .item.btn .title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 25px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Oswald", sans-serif;
  letter-spacing: 1px;
  margin: 0 auto;
  color: #e7e7e7;
}
.ib_carousel_028 .TxtBox .item.btn .text {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 25px;
  letter-spacing: 1.2px;
  margin: 10px -2px 0 0;
  color: #c1c1c1;
}
.ib_carousel_028 .TxtBox .item.btn .number {
  position: absolute;
  bottom: 66px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 30px;
  font-weight: 300;
  color: #e7e7e7;
}
@media (max-width: 1440px) {
  .ib_carousel_028 .TxtBox .item.btn .number {
    bottom: 46px;
  }
}
.ib_carousel_028 .TxtBox .item.content {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px 85px;
  z-index: -1;
}
@media (max-width: 1440px) {
  .ib_carousel_028 .TxtBox .item.content {
    padding: 60px;
  }
}
.ib_carousel_028 .TxtBox .item.content .link {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ib_carousel_028 .TxtBox .item.content .title {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  font-size: 70px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Oswald", sans-serif;
  letter-spacing: 1px;
  line-height: 1.2;
  opacity: 0;
  color: #fff;
}
.ib_carousel_028 .TxtBox .item.content .text {
  display: block;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  font-size: 22px;
  letter-spacing: 1.2px;
  margin-top: 10px;
  opacity: 0;
  color: #fff;
}
.ib_carousel_028 .TxtBox .item.content .number {
  position: absolute;
  bottom: 55px;
  right: 60px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  font-size: 67px;
  font-weight: 300;
  opacity: 0;
  color: #e7e7e7;
}
@media (max-width: 1440px) {
  .ib_carousel_028 .TxtBox .item.content .number {
    bottom: 35px;
  }
}
@media (min-width: 1201px) {
  .ib_carousel_028 .mobileBox {
    display: none;
  }
}
.ib_carousel_028 .mobileBox .dataMobileList {
  margin-bottom: 0;
}
.ib_carousel_028 .mobileBox .dataMobileItem .item {
  position: relative;
}
.ib_carousel_028 .mobileBox .dataMobileItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_carousel_028 .mobileBox .dataMobileItem .Txt {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}
@media (max-width: 640px) {
  .ib_carousel_028 .mobileBox .dataMobileItem .Txt {
    padding: 20px;
  }
}
.ib_carousel_028 .mobileBox .dataMobileItem .Txt .title {
  font-size: 35px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Oswald", sans-serif;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 640px) {
  .ib_carousel_028 .mobileBox .dataMobileItem .Txt .title {
    font-size: 28px;
  }
}
.ib_carousel_028 .mobileBox .dataMobileItem .Txt .text {
  display: block;
  font-size: 18px;
  letter-spacing: 1.2px;
  margin-top: 6px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 640px) {
  .ib_carousel_028 .mobileBox .dataMobileItem .Txt .text {
    font-size: 16px;
  }
}
.ib_carousel_028 .slick-slider .slick-dots {
  top: initial;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.ib_carousel_028 .slick-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 11px;
}
.ib_carousel_028 .slick-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.ib_carousel_028 .slick-slider .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
}
.ib_carousel_028 .slick-slider .slick-dots li.slick-active button:before {
  background-color: #fff;
  opacity: 1;
}