.shareArea .dataItem .item:after, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.popWin {
  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;
}
.popWin .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;
}
.popWin .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: #ffffff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #f3bd7e;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #ffffff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    background-color: #f3c793;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}
.mainArea:before {
  display: none;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 1480px;
  padding: 190px 20px 85px;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 140px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  max-width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 100%;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  display: block;
  color: #f3bd7e;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.215;
  letter-spacing: 1.92px;
  opacity: 0;
}
@media (max-width: 375px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #333;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 6px;
  opacity: 0;
  margin-top: 10px;
  text-shadow: 0px 0px 3px #fff;
}

@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
    letter-spacing: 4px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 35px;
    letter-spacing: 2.8px;
  }
}
.bannerArea .bannerItem .Txt .title:after {
  display: block;
  content: "";
  width: 52px;
  height: 1px;
  background-color: #f3bd7e;
  margin: 33px 0;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .title:after {
    margin: 25px 0;
  }
}
.bannerArea .bannerItem .Txt .text {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 2.08px;
  opacity: 0;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 15px;
    letter-spacing: 1.95px;
  }
}
@media (max-width: 375px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
    letter-spacing: 1.54px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
  margin-top: 45px;
  max-width: 190px;
}
@media (max-width: 375px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin-top: 30px;
  }
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #ffffff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
  }
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .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;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #ffffff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #ffffff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #f3bd7e;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #f3bd7e;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #ffffff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #ffffff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #f3bd7e;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  max-width: 1440px;
  left: 0;
  right: 0;
  bottom: 21.5%;
  margin: 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo, .bannerArea .socialBox, .bannerArea .scrollDown, .bannerArea .slick-dots, .bannerArea .slick-arrow {
    display: none !important;
  }
}

.shareArea {
  padding: 100px 0;
  overflow: hidden;
}

.shareArea .titleBox .decoTitle {
  color: rgba(243, 189, 126, 0.3);
}

@media (max-width: 992px) {
  .shareArea {
    padding: 60px 0 50px;
  }
}
.shareArea .titleBox {
  margin-bottom: 55px;
}
@media (max-width: 480px) {
  .shareArea .titleBox {
    margin-bottom: 20px;
  }
}
.shareArea .wrap {
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .shareArea .wrap {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .shareArea .wrap {
    padding: 0 30px;
  }
}
.shareArea .dataList {
  margin: 0 -40px;
}
@media (max-width: 1440px) {
  .shareArea .dataList {
    margin: 0 -20px;
  }
}
.shareArea .slickClsList > .slickClsItem {
  float: left;
  width: 33.33%;
}
@media (max-width: 992px) {
  .shareArea .slickClsList > .slickClsItem {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .shareArea .slickClsList > .slickClsItem {
    width: 100%;
  }
}
.shareArea .slick-list {
  margin-bottom: -120px;
}
@media (max-width: 992px) {
  .shareArea .slick-list {
    max-width: calc(100% - 70px);
    margin: 0 auto -45px;
  }
}
@media (max-width: 768px) {
  .shareArea .slick-list {
    max-width: calc(100% - 55px);
  }
}
@media (max-width: 480px) {
  .shareArea .slick-list {
    max-width: 100%;
  }
}
/*.shareArea .slick-list .slick-slide:not(.slick-active) {
  pointer-events: none;
}*/
/*
.shareArea .slick-list .slick-slide.center .dataItem .item:after {
  width: 100%;
  opacity: 1;
}
.shareArea .slick-list .slick-slide.center .dataItem .Img:before {
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.shareArea .slick-list .slick-slide.center .dataItem .Img:after {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
*/
.shareArea .slick-prev,
.shareArea .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 480px) {
  .shareArea .slick-prev,
  .shareArea .slick-next {
    display: none;
  }
}
.shareArea .slick-prev {
  left: calc(33.33% + 27.5px);
}
@media (max-width: 1440px) {
  .shareArea .slick-prev {
    left: calc(33.33% + 13.75px);
  }
}
@media (max-width: 992px) {
  .shareArea .slick-prev {
    left: 27.5px;
  }
}
.shareArea .slick-next {
  right: calc(33.33% + 27.5px);
}
@media (max-width: 1440px) {
  .shareArea .slick-next {
    right: calc(33.33% + 13.75px);
  }
}
@media (max-width: 992px) {
  .shareArea .slick-next {
    right: 27.5px;
  }
}
.shareArea .slick-dots {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 75px;
  bottom: 0;
}
@media (max-width: 768px) {
  .shareArea .slick-dots {
    padding-top: 50px;
  }
}
.shareArea .dataItem {
  padding: 30px 20px 100px;
}
@media (max-width: 1440px) {
  .shareArea .dataItem {
    padding: 30px 10px 100px;
  }
}
@media (max-width: 992px) {
  .shareArea .dataItem {
    padding: 30px 10px 45px;
  }
}
@media (min-width: 1201px) {
  .shareArea .dataItem:hover .item:after {
    width: 100%;
    opacity: 1;
  }
  .shareArea .dataItem:hover .Img:before {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .shareArea .dataItem:hover .Img:after {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
}
.shareArea .dataItem .item {
  padding: 15px;
  position: relative;
}
@media (max-width: 1440px) {
  .shareArea .dataItem .item {
    padding: 15px;
  }
}
@media (max-width: 1180px) {
  .shareArea .dataItem .item {
    padding: 15px 10px;
  }
}
@media (max-width: 480px) {
  .shareArea .dataItem .item {
    padding: 15px 10px;
  }
}
.shareArea .dataItem .item:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 35px;
  background-color: #f1efe8;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 50px 90px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 50px 90px 0px rgba(0, 0, 0, 0.15);
  width: 0;
  opacity: 0;
}
@media (max-width: 992px) {
  .shareArea .dataItem .item:after {
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
.shareArea .dataItem .Img,
.shareArea .dataItem .Txt {
  position: relative;
  z-index: 1;
}
.shareArea .dataItem .Img {
  /*max-width: 300px;*/
  margin: 0 auto;
  position: relative;
}
@media (max-width: 480px) {
  .shareArea .dataItem .Img {
    /*max-width: 80%;*/
  }
}
.shareArea .dataItem .Img:before, .shareArea .dataItem .Img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 30px;
}
.shareArea .dataItem .Img:before {
  left: -7px;
  right: -7px;
  top: -9px;
  bottom: -9px;
  /*border: 1px solid rgba(243, 189, 126, 0.5);*/
  -webkit-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}
.shareArea .dataItem .Img:after {
  /*background-color: rgba(243, 189, 126, 0.5);*/
  -webkit-transition: all 0.5s 0.4s;
  transition: all 0.5s 0.4s;
  z-index: -1;
}
.shareArea .dataItem .Img img {
  width: 100%;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  height: 300px;
  object-fit: cover;
}
.shareArea .dataItem .Txt {
  text-align: center;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  padding-top: 20px;
}
@media (max-width: 480px) {
  .shareArea .dataItem .Txt {
    padding-top: 20px;
  }
}
.shareArea .dataItem .Txt .title {
  color: #f3bd7e;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2.6px;
}
.shareArea .dataItem .Txt .title a {
  display: block;
  color: #222;
}
.shareArea .dataItem .Txt .textEditorBox {
  /*padding-top: 10px;*/
}
.shareArea .dataItem .Txt .textEditorBox .textEditor {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.95px;
  /*height: 136px;
  overflow: hidden;*/
}




/* CSS Document */
.ib_carousel_012 .controlBox .arrowBox .arrow:after, .ib_carousel_012 .controlBox .arrowBox .arrow, .ib_carousel_012 .dataItem .Img:after, .ib_carousel_012 .dataItem .Img:before, .ib_carousel_027 .controlBox .arrowBox .arrow:after, .ib_carousel_027 .controlBox .arrowBox .arrow, .ib_carousel_027 .dataItem .Img .icon, .ib_carousel_027 .dataItem .Img:before, .ib_carousel_027 .dataItem .Txt .title, .ib_carousel_027 .dataItem .Txt:after, .ib_carousel_027 .dataItem .dataLink:after, .ib_carousel_027 .slick-list .slick-slide {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ib_imageText_011 {
  padding: 80px 0;
}

.ib_imageText_011 .titleBox .decoTitle {
  color: rgba(243, 189, 126, 0.3);
}


@media (max-width: 768px) {
  .ib_imageText_011 {
    padding: 50px 0 50px;
  }
}
.ib_imageText_011 .wrap {
  max-width: 1780px;
}
.ib_imageText_011 .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ib_imageText_011 .dataLeftBox {
  width: 28.096%; /*472px*/
}
.ib_imageText_011 .dataLeftBox .Img {
  border-radius: 35px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (max-width: 992px) {
  .ib_imageText_011 .dataLeftBox {
    display: none;
  }
}
.ib_imageText_011 .dataMidBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 30px 0 50px;
}
@media (max-width: 1180px) {
  .ib_imageText_011 .dataMidBox {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .ib_imageText_011 .dataMidBox {
    padding: 0;
  }
}
.ib_imageText_011 .dataRightBox {
  width: 30.358%; /*510px*/
}
@media (max-width: 992px) {
  .ib_imageText_011 .dataRightBox {
    display: none;
  }
}
.ib_imageText_011 .Txt {
  padding-left: 0;
  max-width: 510px;
  margin: 5px auto 0;
  text-align: center;
}
.ib_imageText_011 .Txt .textEditor {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.95px;
}
@media (max-width: 480px) {
  .ib_imageText_011 .Txt .textEditor {
    font-size: 14px;
    letter-spacing: 1.82px;
  }
}
.ib_imageText_011 .Txt .btnBox {
  margin: 70px auto 0;
}
@media (max-width: 480px) {
  .ib_imageText_011 .Txt .btnBox {
    margin-top: 40px;
  }
}
.ib_imageText_011 .Img img {
  width: 100%;
  display: block;
}

.ib_carousel_027 {
  padding: 125px 0 50px;
  position: relative;
}
.ib_carousel_027:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-image: url(../images/pro_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
@media (max-width: 1800px) {
  .ib_carousel_027:before {
    /*background-size: auto 100%;*/
  }
}
.ib_carousel_027 .dataTopBox {
  padding-bottom: 0;
}
.ib_carousel_027 .dataTopBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1540px;
}
.ib_carousel_027 .dataTopBox .titleBox {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ib_carousel_027 .dataTopBox .btnBox {
  width: 190px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .ib_carousel_027 .dataTopBox .btnBox {
    display: none;
  }
}
.ib_carousel_027 .dataBox {
  padding-top: 35px;
  overflow: hidden;
}
.ib_carousel_027 .dataBox .wrap {
  max-width: 100%;
  padding: 0 20% 0 0;
  margin-left: calc(50% - 720px);
}
@media (max-width: 1510px) {
  .ib_carousel_027 .dataBox .wrap {
    margin-left: 50px;
  }
}
@media (max-width: 1440px) {
  .ib_carousel_027 .dataBox .wrap {
    margin-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 375px) {
  .ib_carousel_027 .dataBox .wrap {
    padding: 0 20px;
  }
}
.ib_carousel_027 .dataList {
  margin: 0 -25px;
}
@media (max-width: 768px) {
  .ib_carousel_027 .dataList {
    margin: 0 -30px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_027 .dataList {
    margin: 0 -20px;
  }
}
.ib_carousel_027 .slickClsList > .slickClsItem {
  float: left;
  width: 20%;
}
@media (max-width: 1440px) {
  .ib_carousel_027 .slickClsList > .slickClsItem {
    width: 33.33%;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_027 .slickClsList > .slickClsItem {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ib_carousel_027 .slickClsList > .slickClsItem {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .ib_carousel_027 .slick-list {
    overflow: visible;
  }
}
@media (min-width: 1511px) {
  .ib_carousel_027 .slick-list .slick-slide.current {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_027 .slick-list .slick-slide.center .dataItem .dataLink .Img .icon {
    top: -60px;
  }
}
@media (min-width: 321px) and (max-width: 768px) {
  .ib_carousel_027 .slick-list .slick-slide.center .dataItem .dataLink:after {
    opacity: 1;
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  .ib_carousel_027 .slick-list .slick-slide.center .dataItem .dataLink .Txt:after {
    background-color: #f3bd7e;
  }
  .ib_carousel_027 .slick-list .slick-slide.center .dataItem .dataLink .Txt .title {
    color: #ffffff;
  }
  .ib_carousel_027 .slick-list .slick-slide.center .dataItem .dataLink .Img:before {
    opacity: 1;
  }
  .ib_carousel_027 .slick-list .slick-slide.center .dataItem .dataLink .Img .icon {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .ib_carousel_027 .slick-list .slick-slide.center .dataItem .dataLink .Img .icon {
    top: -40px;
  }
}
.ib_carousel_027 .dataItem {
  padding: 70px 10px 0;
}
@media (max-width: 768px) {
  .ib_carousel_027 .dataItem {
    padding: 70px 10px 0;
  }
}
@media (max-width: 480px) {
  .ib_carousel_027 .dataItem {
    padding: 70px 10px 0;
  }
}
@media (max-width: 375px) {
  .ib_carousel_027 .dataItem {
    padding: 60px 10px 0;
  }
}
.ib_carousel_027 .dataItem .dataLink {
  position: relative;
  cursor: pointer;
  display: block;
}
.ib_carousel_027 .dataItem .dataLink:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: rgba(243, 189, 126, 0.5);
  border-radius: 35px;
  -webkit-box-shadow: 0px 50px 90px 0px rgba(0, 0, 0, 0.42);
          box-shadow: 0px 50px 90px 0px rgba(0, 0, 0, 0.42);
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .ib_carousel_027 .dataItem .dataLink:after {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .ib_carousel_027 .dataItem .dataLink:after {
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1201px) {
  .ib_carousel_027 .dataItem .dataLink:hover:after {
    opacity: 1;
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  .ib_carousel_027 .dataItem .dataLink:hover .Txt:after {
    background-color: #f3bd7e;
  }
  .ib_carousel_027 .dataItem .dataLink:hover .Txt .title {
    color: #ffffff;
  }
  .ib_carousel_027 .dataItem .dataLink:hover .Img:before {
    opacity: 1;
  }
  .ib_carousel_027 .dataItem .dataLink:hover .Img .icon {
    top: -60px;
    opacity: 1;
  }
}
.ib_carousel_027 .dataItem .item {
  position: relative;
  margin-bottom: 170px;
  overflow: hidden;
  z-index: 2;
  clip-path: inset(0 0 0 0 round 37px 37px 37px);
  -webkit-clip-path: inset(0 0 0 0 round 37px 37px 37px);
}
@media (max-width: 375px) {
  .ib_carousel_027 .dataItem .item {
    margin-bottom: 140px;
  }
}
.ib_carousel_027 .dataItem .Txt {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
  padding: 40px 30px 31px 30px;
  border-radius: 35px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
}
@media (max-width: 600px) {
  .ib_carousel_027 .dataItem .Txt {
    padding: 35px 30px 25px 30px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_027 .dataItem .Txt {
    padding: 25px 30px 20px 30px;
  }
}
.ib_carousel_027 .dataItem .Txt:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 120%;
  height: 130%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50% 50% 0% 0%/100% 100% 0% 0%;
}
@media (max-width: 480px) {
  .ib_carousel_027 .dataItem .Txt:after {
    height: 100%;
  }
}
.ib_carousel_027 .dataItem .Txt .title {
  color: #363636;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 5.5px;
  position: relative;
  z-index: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ib_carousel_027 .dataItem .Txt .title {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_027 .dataItem .Txt .title {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
.ib_carousel_027 .dataItem .Img {
  position: relative;
  border-radius: 35px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
}
.ib_carousel_027 .dataItem .Img:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: rgba(243, 189, 126, 0.3);
  opacity: 0;
  z-index: 3;
}
.ib_carousel_027 .dataItem .Img .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  margin: auto;
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  border-radius: 50%;
  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;
  opacity: 0;
  z-index: 5;
}
.ib_carousel_027 .dataItem .Img .icon i {
  color: #f3bd7e;
  font-size: 30px;
  margin-left: 2px;
  margin-bottom: 2px;
}
.ib_carousel_027 .dataItem .Img img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  height: 350px;
  object-fit: cover;
}
.ib_carousel_027 .dataItem .Img a {
  display: block;
  position: relative;
  z-index: 2;
}
.ib_carousel_027 .controlBox {
  max-width: 1440px;
  width: 100%;
  position: relative;
  top: -75px;
}
@media (max-width: 1510px) {
  .ib_carousel_027 .controlBox {
    margin: 0 auto;
    padding: 0 50px;
    top: -100px;
  }
  .ib_carousel_027 .dataItem .Img img {
  height: 300px;
}
}
@media (max-width: 768px) {
  .ib_carousel_027 .controlBox {
    top: -55px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_027 .controlBox {
    top: -90px;
  }
}
@media (max-width: 375px) {
  .ib_carousel_027 .controlBox {
    padding: 0 20px;
    top: -50px;
  }
}
.ib_carousel_027 .controlBox.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .ib_carousel_027 .controlBox.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ib_carousel_027 .controlBox .arrowBox {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .ib_carousel_027 .controlBox .arrowBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 335px;
    width: 100%;
  }
}
.ib_carousel_027 .controlBox .arrowBox .pagingInfo {
  display: none;
}
@media (max-width: 768px) {
  .ib_carousel_027 .controlBox .arrowBox .pagingInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ib_carousel_027 .controlBox .arrowBox .arrow {
  all: unset;
  color: #ffffff;
  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: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #f3c793;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1201px) {
  .ib_carousel_027 .controlBox .arrowBox .arrow:hover {
    background-color: #f3bd7e;
  }
  .ib_carousel_027 .controlBox .arrowBox .arrow:hover:after {
    -webkit-animation: btnBasic10Ani2 1s infinite ease-in-out;
            animation: btnBasic10Ani2 1s infinite ease-in-out;
    background-color: #f3bd7e;
  }
}
.ib_carousel_027 .controlBox .arrowBox .arrow svg {
  position: relative;
  z-index: 2;
}
.ib_carousel_027 .controlBox .arrowBox .arrow:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.ib_carousel_027 .controlBox .arrowBox .arrow.arrowPrev {
  margin-right: 8px;
}
.ib_carousel_027 .controlBox .arrowBox .arrow.arrowNext {
  margin-left: 8px;
}
.ib_carousel_027 .controlBox .arrowBox .arrow:before {
  display: none;
}
.ib_carousel_027 .controlBox .arrowBox .arrow.slick-hidden {
  display: none;
}
@media (max-width: 768px) {
  .ib_carousel_027 .controlBox .arrowBox .arrow {
    width: 50px;
    height: 50px;
    margin: 0;
  }
}
@media (max-width: 375px) {
  .ib_carousel_027 .controlBox .arrowBox .arrow {
    width: 44px;
    height: 44px;
  }
}
.ib_carousel_027 .controlBox .progress {
  width: calc(100% - 240px);
  height: 3px;
  margin: 0 80px 0 35px;
  display: block;
  overflow: hidden;
  background-size: 0 100%;
  background-color: #f1e7dc;
  background-image: -webkit-gradient(linear, left top, right top, from(#f3bd7e), to(#f3bd7e));
  background-image: linear-gradient(to right, #f3bd7e, #f3bd7e);
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .ib_carousel_027 .controlBox .progress {
    display: none;
  }
}
.ib_carousel_027 .controlBox .pagingInfo {
  width: 110px;
  font-size: 20px;
  letter-spacing: 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .ib_carousel_027 .controlBox .pagingInfo {
    display: none;
  }
}
.ib_carousel_027 .controlBox .pagingInfo span {
  display: inline-block;
}
.ib_carousel_027 .controlBox .pagingInfo .num {
  color: #999999;
}
.ib_carousel_027 .controlBox .pagingInfo .num:last-child {
  color: #999999;
}
.ib_carousel_027 .controlBox .pagingInfo .slash {
  color: #999999;
  font-size: 15px;
  margin: 0 15px;
  letter-spacing: 3.75px;
}
@media (max-width: 768px) {
  .ib_carousel_027 .controlBox .pagingInfo .slash {
    margin: 0 5px;
  }
}
.ib_carousel_027 .controlBox .btnBox {
  display: none;
  max-width: 190px;
  width: 100%;
}
@media (max-width: 768px) {
  .ib_carousel_027 .controlBox .btnBox {
    display: block;
    margin-top: 40px;
  }
}

.ib_carousel_012 {
  padding: 145px 0 40px;
  position: relative;
}
@media (max-width: 992px) {
  .ib_carousel_012 {
    padding: 120px 0 80px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_012 {
    padding: 100px 0 10px;
  }
}
.ib_carousel_012:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-image: url(../images/article_bg.png);
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .ib_carousel_012:before {
    background-size: cover;
    background-position: 40% top;
    height: 45%;
    bottom: auto;
  }
}
.ib_carousel_012 .dataTopBox {
  padding-bottom: 62px;
}
@media (max-width: 768px) {
  .ib_carousel_012 .dataTopBox {
    padding-bottom: 40px;
  }
}
.ib_carousel_012 .dataTopBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1540px;
}
.ib_carousel_012 .dataTopBox .titleBox {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ib_carousel_012 .dataTopBox .btnBox {
  width: 190px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .ib_carousel_012 .dataTopBox .btnBox {
    display: none;
  }
}
.ib_carousel_012 .slickClsList > .slickClsItem {
  float: left;
  width: 33.33%;
}
@media (max-width: 992px) {
  .ib_carousel_012 .slickClsList > .slickClsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .ib_carousel_012 .slickClsList > .slickClsItem {
    width: 100%;
  }
}
.ib_carousel_012 .dataBox {
  overflow: hidden;
  padding-right: 100px;
  margin-bottom: -100px;
}
@media (max-width: 1536px) {
  .ib_carousel_012 .dataBox {
    margin-bottom: 0;
  }
}
@media (max-width: 1440px) {
  .ib_carousel_012 .dataBox {
    padding-right: 50px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_012 .dataBox {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_012 .dataBox {
    padding-right: 0;
    margin-right: 20px;
    border-radius: 0 40px 0 0;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.ib_carousel_012 .dataBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1730px;
  padding: 80px 0 45px 0;
  margin-left: 0;
  border-radius: 0 35px 35px 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .ib_carousel_012 .dataBox .wrap {
    padding: 50px 0;
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ib_carousel_012 .leftBox {
  width: calc(100% - 147px);
}
@media (max-width: 1180px) {
  .ib_carousel_012 .leftBox {
    width: calc(100% - 130px);
  }
}
@media (max-width: 768px) {
  .ib_carousel_012 .leftBox {
    width: 100%;
  }
}
.ib_carousel_012 .rightBox {
  width: 147px;
}
@media (max-width: 1180px) {
  .ib_carousel_012 .rightBox {
    width: 130px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_012 .rightBox {
    display: none;
  }
}
.ib_carousel_012 .rightBox .btnBox {
  display: none;
  margin-top: 0;
}
@media (max-width: 768px) {
  .ib_carousel_012 .rightBox .btnBox {
    display: block;
    text-align: center;
    margin: 0 20px;
  }
}
@media (max-width: 375px) {
  .ib_carousel_012 .rightBox .btnBox {
    margin: 0 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ib_carousel_012 .rightBox .btnBox .btn {
    min-width: none;
    width: 100%;
  }
}
.ib_carousel_012 .dataList {
  padding-right: 35px;
  margin-left: -400px;
}
@media (max-width: 1440px) {
  .ib_carousel_012 .dataList {
    padding-right: 0;
    margin-left: -300px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_012 .dataList {
    margin-left: 0;
  }
}
.ib_carousel_012 .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  bottom: 0;
  padding-top: 55px;
}
.ib_carousel_012 .dataItem {
  padding: 0 40px 100px;
}
@media (max-width: 1440px) {
  .ib_carousel_012 .dataItem {
    padding: 0 20px;
  }
}
.ib_carousel_012 .dataItem .Txt {
  padding-left: 0;
  max-width: 510px;
  margin-top: 5px;
}
.ib_carousel_012 .dataItem .Txt .classTitle {
  color: #f3bd7e;
  font-size: 17px;
  font-weight: 400;
  border-radius: 9999px;
  background-color: #f1efe8;
  display: inline-block;
  padding: 5.5px 20px 7.5px 22px;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .ib_carousel_012 .dataItem .Txt .classTitle {
    font-size: 15px;
    margin-bottom: 15px;
    padding: 5.5px 15px 7px 17px;
  }
}
.ib_carousel_012 .dataItem .Txt .title {
  color: #936631;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .ib_carousel_012 .dataItem .Txt .title {
    font-size: 22px;
  }
}
.ib_carousel_012 .dataItem .Txt .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.866;
  letter-spacing: 1.95px;
  height: 56px;
  margin-top: 8px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  overflow: hidden;
}
@media (max-width: 480px) {
  .ib_carousel_012 .dataItem .Txt .text {
    font-size: 14px;
    height: 53px;
    letter-spacing: 1.82px;
  }
}
.ib_carousel_012 .dataItem .Img {
  margin: 35px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .ib_carousel_012 .dataItem .Img {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_012 .dataItem .Img {
    margin: 25px 0 0 0;
  }
}
.ib_carousel_012 .dataItem .Img:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: rgba(243, 189, 126, 0.5);
  border-radius: 18px;
  pointer-events: none;
}
.ib_carousel_012 .dataItem .Img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: 0px 40px 45px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 40px 45px 0px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
  opacity: 0;
}
@media (min-width: 1201px) {
  .ib_carousel_012 .dataItem .Img:hover:before {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  .ib_carousel_012 .dataItem .Img:hover:after {
    opacity: 1;
  }
}
.ib_carousel_012 .dataItem .Img img {
  width: 100%;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.ib_carousel_012 .dataItem .Img a {
  display: block;
  position: relative;
  z-index: 2;
}
.ib_carousel_012 .controlBox {
  margin: 0 auto;
}
.ib_carousel_012 .controlBox .arrowBox .arrow {
  all: unset;
  color: #ffffff;
  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: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #f3c793;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
}
.ib_carousel_012 .controlBox .arrowBox .arrow svg {
  position: relative;
  z-index: 2;
}
@media (min-width: 1201px) {
  .ib_carousel_012 .controlBox .arrowBox .arrow:hover {
    background-color: #f3bd7e;
  }
  .ib_carousel_012 .controlBox .arrowBox .arrow:hover:after {
    -webkit-animation: btnBasic10Ani2 1s infinite ease-in-out;
            animation: btnBasic10Ani2 1s infinite ease-in-out;
    background-color: #f3bd7e;
  }
}
.ib_carousel_012 .controlBox .arrowBox .arrow:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.ib_carousel_012 .controlBox .arrowBox .arrow:before {
  display: none;
}
.ib_carousel_012 .controlBox .arrowBox .arrow.slick-hidden {
  display: none;
}
@media (max-width: 768px) {
  .ib_carousel_012 .controlBox .arrowBox .arrow {
    width: 50px;
    height: 50px;
    margin: 0;
  }
}
@media (max-width: 375px) {
  .ib_carousel_012 .controlBox .arrowBox .arrow {
    width: 44px;
    height: 44px;
  }
}
.ib_carousel_012 .controlBox .progress {
  display: block;
  overflow: hidden;
  background-color: #f1e5e6;
  background-image: -webkit-gradient(linear, left top, right top, from(#f3bd7e), to(#f3bd7e));
  background-image: linear-gradient(to right, #f3bd7e, #f3bd7e);
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out;
}
.ib_carousel_012 .controlBox .progress.straight {
  width: 3px;
  height: 225px;
  background-size: 100% 0;
  margin: 30px auto 20px;
}
.ib_carousel_012 .controlBox .pagingInfo {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
}
.ib_carousel_012 .controlBox .pagingInfo span {
  display: block;
}
@media (max-width: 768px) {
  .ib_carousel_012 .controlBox .pagingInfo span {
    display: inline-block;
  }
}
.ib_carousel_012 .controlBox .pagingInfo .num {
  color: #999999;
}
.ib_carousel_012 .controlBox .pagingInfo .num:last-child {
  color: #999999;
}
.ib_carousel_012 .controlBox .pagingInfo .slash {
  color: #999999;
  font-size: 15px;
}
@media (max-width: 768px) {
  .ib_carousel_012 .controlBox .pagingInfo .slash {
    margin: 0 5px;
  }
}
/*# sourceMappingURL=ib.css.map */