@charset "UTF-8";
.ib_carousel_015 .plusArrow svg, .ib_carousel_015 .plusArrow::before, .ib_carousel_015 .plusArrow, .ib_carousel_015 .textBox .title, .ib_carousel_015 .item, .ib_carousel_015 .carouselControlBox .numBox .lineBox .current, .catalogArea .dataItem .btnBox, .catalogArea .dataItem .hover, .catalogArea .dataItem .txtBox, .catalogArea .dataItem .Img img, .ib_banner_008 .scrollDownBox .text {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* home(ib_banner_008) */
/* keyframes & 變數請個別移動至 _keyframe & _setting */
@-webkit-keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ib_banner_008 {
  position: relative;
}
.ib_banner_008::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  z-index: 1;
}
.ib_banner_008 .wrap {
  position: relative;
  max-width: 100%;
  padding: 0;
}
.ib_banner_008 .dataBox {
  position: relative;
}
.ib_banner_008 .dataList {
  position: relative;
  margin-bottom: 0 !important;
}
.ib_banner_008 .dataItem {
  position: relative;
}
.ib_banner_008 .dataItem .item {
  position: relative;
}
.ib_banner_008 .dataItem .Img {
  position: relative;
  height: 980px;
}
@media (max-width: 1699px) {
  .ib_banner_008 .dataItem .Img {
    height: 850px;
  }
}
@media (max-width: 1499px) {
  .ib_banner_008 .dataItem .Img {
    height: 800px;
  }
}
@media (max-width: 1366px) {
  .ib_banner_008 .dataItem .Img {
    height: 750px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_008 .dataItem .Img {
    height: 700px;
  }
}
@media (max-width: 800px) {
  .ib_banner_008 .dataItem .Img {
    height: 600px;
  }
}
@media (max-width: 480px) {
  .ib_banner_008 .dataItem .Img {
    height: 550px;
  }
}
.ib_banner_008 .dataItem .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.ib_banner_008 .dataItem .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1500px;
  padding: 82px 80px 130px;
}
@media (max-width: 1499px) {
  .ib_banner_008 .dataItem .Txt {
    padding: 80px 80px 120px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_008 .dataItem .Txt {
    padding: 60px 60px 80px;
  }
}
@media (max-width: 768px) {
  .ib_banner_008 .dataItem .Txt {
    padding: 40px 20px 80px;
  }
}
.ib_banner_008 .dataItem .Txt .textBox {
  position: relative;
  width: 100%;
}
.ib_banner_008 .dataItem .Txt .textBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0.5px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: calc(100% + 50px);
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% 0;
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media (max-width: 1499px) {
  .ib_banner_008 .dataItem .Txt .textBox::before {
    height: 100px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_008 .dataItem .Txt .textBox::before {
    top: calc(100% + 30px);
    height: 80px;
  }
}
@media (max-width: 768px) {
  .ib_banner_008 .dataItem .Txt .textBox::before {
    display: none;
  }
}
.ib_banner_008 .dataItem .Txt .title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #fff;
  text-align: center;
}
@media (max-width: 1180px) {
  .ib_banner_008 .dataItem .Txt .title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .ib_banner_008 .dataItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .ib_banner_008 .dataItem .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 440px) {
  .ib_banner_008 .dataItem .Txt .title {
    font-size: 32px;
  }
}
.ib_banner_008 .dataItem .Txt .xmark {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  vertical-align: bottom;
  margin: 0 8px;
}
@media (max-width: 1180px) {
  .ib_banner_008 .dataItem .Txt .xmark {
    width: 46px;
    height: 46px;
    margin: 0 5px;
  }
}
@media (max-width: 768px) {
  .ib_banner_008 .dataItem .Txt .xmark {
    width: 40px;
    height: 40px;
    margin: 0 2px;
  }
}
@media (max-width: 575px) {
  .ib_banner_008 .dataItem .Txt .xmark {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 440px) {
  .ib_banner_008 .dataItem .Txt .xmark {
    width: 32px;
    height: 32px;
  }
}
.ib_banner_008 .dataItem .Txt .xmark::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  rotate: 45deg;
}
.ib_banner_008 .dataItem .Txt .xmark::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  rotate: -45deg;
}
.ib_banner_008 .dataItem .Txt .subtitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 1180px) {
  .ib_banner_008 .dataItem .Txt .subtitle {
    font-size: 18px;
    margin-top: 0.625rem;
  }
}
@media (max-width: 768px) {
  .ib_banner_008 .dataItem .Txt .subtitle {
    font-size: 16px;
  }
}
.ib_banner_008 .bannerVideo {
  position: relative;
  height: 980px;
  overflow: clip;
}
@media (max-width: 1699px) {
  .ib_banner_008 .bannerVideo {
    height: 850px;
  }
}
@media (max-width: 1499px) {
  .ib_banner_008 .bannerVideo {
    height: 800px;
  }
}
@media (max-width: 1366px) {
  .ib_banner_008 .bannerVideo {
    height: 750px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_008 .bannerVideo {
    height: 700px;
  }
}
@media (max-width: 800px) {
  .ib_banner_008 .bannerVideo {
    height: 600px;
  }
}
@media (max-width: 480px) {
  .ib_banner_008 .bannerVideo {
    height: 550px;
  }
}
.ib_banner_008 .bannerVideo .homeVideo {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
}
.ib_banner_008 .carouselControlBox {
  position: absolute;
  top: 50%;
  right: 5.5%;
  translate: 0 -50%;
}
@media (max-width: 1499px) {
  .ib_banner_008 .carouselControlBox {
    right: 20px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_008 .carouselControlBox {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .ib_banner_008 .carouselControlBox {
    top: unset;
    bottom: 20px;
    right: 50%;
    translate: 50% 0;
  }
}
.ib_banner_008 .carouselControlBox .controlBox {
  position: relative;
}
.ib_banner_008 .scrollDownBox {
  position: absolute;
  bottom: 9%;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 1499px) {
  .ib_banner_008 .scrollDownBox {
    bottom: 40px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_008 .scrollDownBox {
    bottom: 25px;
  }
}
@media (max-width: 768px) {
  .ib_banner_008 .scrollDownBox {
    display: none;
  }
}
.ib_banner_008 .scrollDownBox .scrollDown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .ib_banner_008 .scrollDownBox .scrollDown {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (min-width: 1181px) {
  .ib_banner_008 .scrollDownBox .scrollDown:hover .icon::before {
    -webkit-animation: aniTranslateY 1.5s linear infinite both;
            animation: aniTranslateY 1.5s linear infinite both;
  }
  .ib_banner_008 .scrollDownBox .scrollDown:hover .text {
    color: #d88138;
  }
}
.ib_banner_008 .scrollDownBox .icon {
  position: relative;
  display: block;
  width: 23px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 20px;
}
@media (max-width: 1180px) {
  .ib_banner_008 .scrollDownBox .icon {
    width: 20px;
    height: 30px;
  }
}
.ib_banner_008 .scrollDownBox .icon::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 50%;
  border-radius: 50%;
  translate: -50% 0;
}
@media (max-width: 1180px) {
  .ib_banner_008 .scrollDownBox .icon::before {
    width: 3px;
    height: 3px;
    top: 3px;
  }
}
.ib_banner_008 .scrollDownBox .text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1180px) {
  .ib_banner_008 .scrollDownBox .text {
    font-size: 14px;
  }
}
.ib_banner_008 .slick-current .Img img {
  -webkit-animation: zoomIn 5s linear 0.2s both;
          animation: zoomIn 5s linear 0.2s both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ib_banner_008 .slick-current .Txt .textBox::before {
  -webkit-animation: bannerLine 0.6s 0.6s ease-in-out both;
          animation: bannerLine 0.6s 0.6s ease-in-out both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ib_banner_008 .slick-current .Txt .title {
  -webkit-animation: bannerTxtAnimation 0.6s 0.4s ease-in-out both;
          animation: bannerTxtAnimation 0.6s 0.4s ease-in-out both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ib_banner_008 .slick-current .Txt .subtitle {
  -webkit-animation: bannerTxtAnimation 0.6s 0.6s ease-in-out both;
          animation: bannerTxtAnimation 0.6s 0.6s ease-in-out both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.catalogArea {
  position: relative;
}
.catalogArea .wrap {
  max-width: 100%;
  padding: 0;
}
.catalogArea .dataBox {
  position: relative;
}
.catalogArea .dataList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media (max-width: 991px) {
  .catalogArea .dataList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalogArea .dataItem {
  position: relative;
  width: 50%;
}
@media (max-width: 991px) {
  .catalogArea .dataItem {
    width: 100%;
  }
}
.catalogArea .dataItem .item {
  position: relative;
  overflow: clip;
}
@media (min-width: 1181px) {
  .catalogArea .dataItem .item:hover .Img img {
    scale: 0.95;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .catalogArea .dataItem .item:hover .Txt .txtBox {
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .catalogArea .dataItem .item:hover .hover {
    opacity: 1;
  }
  .catalogArea .dataItem .item:hover .hover .txtBox {
    -webkit-animation: aniSlideDown 0.6s ease-in-out 0.2s both;
            animation: aniSlideDown 0.6s ease-in-out 0.2s both;
  }
  .catalogArea .dataItem .item:hover .hover .intro {
    -webkit-animation: aniSlideDown 0.6s ease-in-out 0.4s both;
            animation: aniSlideDown 0.6s ease-in-out 0.4s both;
  }
  .catalogArea .dataItem .item:hover .hover .btnBox {
    -webkit-animation: aniSlideDown 0.6s ease-in-out 0.6s both;
            animation: aniSlideDown 0.6s ease-in-out 0.6s both;
  }
  .catalogArea .dataItem .item:hover .square {
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
    -webkit-transition: clip-path 0.6s linear, opacity 0.5s ease-in-out 0.2s;
    transition: clip-path 0.6s linear, opacity 0.5s ease-in-out 0.2s;
  }
}
.catalogArea .dataItem .Img {
  overflow: clip;
}
@media (max-width: 991px) {
  .catalogArea .dataItem .Img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .catalogArea .dataItem .Img {
    height: 250px;
  }
}
.catalogArea .dataItem .Img::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to Bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
}
.catalogArea .dataItem .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 991px) {
  .catalogArea .dataItem .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.catalogArea .dataItem .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  text-align: center;
}
@media (max-width: 1180px) {
  .catalogArea .dataItem .Txt {
    padding: 1.5rem;
  }
}
.catalogArea .dataItem .Txt .txtBox {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media (max-width: 1180px) {
  .catalogArea .dataItem .Txt .txtBox {
    display: none;
  }
}
.catalogArea .dataItem .Txt .txtBox::before {
  width: 0;
}
.catalogArea .dataItem .txtBox {
  position: relative;
  padding-bottom: 1.5rem;
}
@media (max-width: 1499px) {
  .catalogArea .dataItem .txtBox {
    padding-bottom: 1rem;
  }
}
.catalogArea .dataItem .txtBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.catalogArea .dataItem .txtBox .engTitle {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
@media (max-width: 1499px) {
  .catalogArea .dataItem .txtBox .engTitle {
    font-size: 40px;
  }
}
@media (max-width: 1280px) {
  .catalogArea .dataItem .txtBox .engTitle {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .catalogArea .dataItem .txtBox .engTitle {
    font-size: 30px;
  }
}
.catalogArea .dataItem .txtBox .title {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 1499px) {
  .catalogArea .dataItem .txtBox .title {
    font-size: 20px;
  }
}
.catalogArea .dataItem .hover {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .catalogArea .dataItem .hover {
    padding: 1.5rem;
    opacity: 1;
  }
}
.catalogArea .dataItem .intro {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
  max-width: 550px;
  margin: 1.25rem auto 0;
}
@media (max-width: 1499px) {
  .catalogArea .dataItem .intro {
    font-size: 16px;
    margin-top: 1rem;
  }
}
@media (max-width: 1180px) {
  .catalogArea .dataItem .intro {
    display: block;
    font-size: 15px;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .catalogArea .dataItem .intro {
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .catalogArea .dataItem .intro {
    display: none;
  }
}
.catalogArea .dataItem .btnBox {
  margin-top: 3.625rem;
}
@media (max-width: 1499px) {
  .catalogArea .dataItem .btnBox {
    margin-top: 2rem;
  }
}
@media (max-width: 1180px) {
  .catalogArea .dataItem .btnBox {
    display: block;
    margin-top: 1.5rem;
  }
}
.catalogArea .dataItem .square {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  clip-path: inset(50% 0 50% 0);
  -webkit-transition: clip-path 0.6s linear 0.5s, opacity 0.5s ease-in-out 0.3s;
  transition: clip-path 0.6s linear 0.5s, opacity 0.5s ease-in-out 0.3s;
  pointer-events: none;
  z-index: 1;
}
.catalogArea .dataItem .square rect {
  stroke: #f8f8f8;
  stroke-width: 64;
}
@media (max-width: 1499px) {
  .catalogArea .dataItem .square rect {
    stroke-width: 32;
  }
}
.catalogArea .dataItem .linkWrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.procedureTitleArea {
  position: relative;
  padding: 115px 0;
}
@media (max-width: 1180px) {
  .procedureTitleArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .procedureTitleArea {
    padding: 60px 0;
  }
}
.procedureTitleArea .titleBox {
  margin-bottom: 5rem;
}
@media (max-width: 1180px) {
  .procedureTitleArea .titleBox {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .procedureTitleArea .titleBox {
    margin-bottom: 3rem;
  }
}
.procedureTitleArea .titleBox .text {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.procedureTitleArea .procedureStepsBox {
  position: relative;
}
@media (max-width: 1180px) {
  .procedureTitleArea .procedureStepsBox {
    overflow-x: scroll;
    cursor: -webkit-grab;
    cursor: grab;
    padding-top: 1.875rem;
    padding-bottom: 0.625rem;
    margin-top: -1.875rem;
  }
  .procedureTitleArea .procedureStepsBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #f8f8f8;
  }
  .procedureTitleArea .procedureStepsBox::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #f8f8f8;
  }
  .procedureTitleArea .procedureStepsBox::-webkit-scrollbar-thumb {
    background: #d88138;
  }
}
@media (max-width: 768px) {
  .procedureTitleArea .procedureStepsBox {
    padding-top: 1.75rem;
    margin-top: -1.75rem;
  }
}
@media (max-width: 375px) {
  .procedureTitleArea .procedureStepsBox {
    padding-top: 1.5rem;
    margin-top: -1.5rem;
  }
}
.procedureTitleArea .contentBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media (max-width: 1180px) {
  .procedureTitleArea .contentBox {
    min-width: 1180px;
  }
}
@media (max-width: 768px) {
  .procedureTitleArea .contentBox {
    min-width: 1000px;
  }
}
@media (max-width: 375px) {
  .procedureTitleArea .contentBox {
    min-width: 800px;
  }
}
.procedureTitleArea .leftBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #edeeee;
  padding: 20px 20px;
  width: 410px;
  clip-path: polygon(12% 0%, 88% 0%, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
}
@media (max-width: 1499px) {
  .procedureTitleArea .leftBox {
    width: 350px;
    clip-path: polygon(13% 0%, 87% 0%, 100% 50%, 87% 100%, 13% 100%, 0% 50%);
  }
}
@media (max-width: 1280px) {
  .procedureTitleArea .leftBox {
    width: 300px;
    clip-path: polygon(14% 0%, 86% 0%, 100% 50%, 86% 100%, 14% 100%, 0% 50%);
  }
}
@media (max-width: 768px) {
  .procedureTitleArea .leftBox {
    width: 250px;
    padding: 16px 20px;
  }
}
@media (max-width: 375px) {
  .procedureTitleArea .leftBox {
    width: 200px;
  }
}
.procedureTitleArea .leftBox .procedureTitle {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #2f4388;
}
@media (max-width: 1280px) {
  .procedureTitleArea .leftBox .procedureTitle {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .procedureTitleArea .leftBox .procedureTitle {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .procedureTitleArea .leftBox .procedureTitle {
    font-size: 36px;
  }
}
.procedureTitleArea .rightBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.procedureTitleArea .procedureList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.procedureTitleArea .procedureItem {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(16.6666666667% + 20px);
  margin-left: -20px;
}
.procedureTitleArea .procedureItem:nth-child(1) .item {
  background-color: #96c552;
}
.procedureTitleArea .procedureItem:nth-child(1) .numBox .text {
  color: #96c552;
}
.procedureTitleArea .procedureItem:nth-child(2) .item {
  background-color: #77c8a7;
}
.procedureTitleArea .procedureItem:nth-child(2) .numBox .text {
  color: #77c8a7;
}
.procedureTitleArea .procedureItem:nth-child(3) .item {
  background-color: #51c3ce;
}
.procedureTitleArea .procedureItem:nth-child(3) .numBox .text {
  color: #51c3ce;
}
.procedureTitleArea .procedureItem:nth-child(4) .item {
  background-color: #4da3d5;
}
.procedureTitleArea .procedureItem:nth-child(4) .numBox .text {
  color: #4da3d5;
}
.procedureTitleArea .procedureItem:nth-child(5) .item {
  background-color: #2394ba;
}
.procedureTitleArea .procedureItem:nth-child(5) .numBox .text {
  color: #2394ba;
}
.procedureTitleArea .procedureItem:nth-child(6) .item {
  background-color: #06669f;
}
.procedureTitleArea .procedureItem:nth-child(6) .numBox .text {
  color: #06669f;
}
.procedureTitleArea .procedureItem .item {
  position: relative;
  padding: 2.5rem 1.25rem 2rem;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
@media (max-width: 768px) {
  .procedureTitleArea .procedureItem .item {
    padding: 2rem 1rem 1.25rem;
  }
}
@media (max-width: 375px) {
  .procedureTitleArea .procedureItem .item {
    padding: 1.5rem 0.75rem 1rem;
  }
}
.procedureTitleArea .procedureItem .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: calc(50% - 20px);
  translate: -50% -50%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .procedureTitleArea .procedureItem .numBox {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 768px) {
  .procedureTitleArea .procedureItem .numBox {
    width: 38px;
    height: 38px;
    left: calc(50% - 15px);
  }
}
@media (max-width: 375px) {
  .procedureTitleArea .procedureItem .numBox {
    width: 32px;
    height: 32px;
    left: calc(50% - 13px);
  }
}
.procedureTitleArea .procedureItem .numBox .text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #383838;
}
@media (max-width: 1280px) {
  .procedureTitleArea .procedureItem .numBox .text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .procedureTitleArea .procedureItem .numBox .text {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .procedureTitleArea .procedureItem .numBox .text {
    font-size: 15px;
  }
}
.procedureTitleArea .procedureItem .imgBox {
  position: relative;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .procedureTitleArea .procedureItem .imgBox {
    margin-left: 10px;
  }
}
.procedureTitleArea .procedureItem .imgBox .Img {
  max-width: 55px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .procedureTitleArea .procedureItem .imgBox .Img {
    max-width: 50px;
  }
}
@media (max-width: 768px) {
  .procedureTitleArea .procedureItem .imgBox .Img {
    max-width: 46px;
  }
}
@media (max-width: 375px) {
  .procedureTitleArea .procedureItem .imgBox .Img {
    max-width: 40px;
  }
}
.procedureTitleArea .procedureItem .imgBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.procedureTitleArea .procedureItem .imgBox .title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 1280px) {
  .procedureTitleArea .procedureItem .imgBox .title {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .procedureTitleArea .procedureItem .imgBox .title {
    font-size: 14px;
  }
}

.ib_carousel_008 {
  text-align: center;
}
.ib_carousel_008 .dataItem {
  position: relative;
}
@media (min-width: 1181px) {
  .ib_carousel_008 .dataItem:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.ib_carousel_008 .Img {
  overflow: hidden;
}
.ib_carousel_008 .Img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.ib_carousel_008 .Txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 7;
  top: 0;
  left: 0;
}
.ib_carousel_008 .Txt::after {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3294117647);
  top: 0;
  left: 0;
  z-index: 3;
}
.ib_carousel_008 .Txt .title {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1180px) {
  .ib_carousel_008 .Txt .title {
    font-size: 24px;
  }
}
.ib_carousel_008 .Txt .title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.ib_carousel_008 .Txt .textEditor {
  position: relative;
  z-index: 5;
  color: #fff;
  margin-top: 10px;
  letter-spacing: 1px;
}

.ib_imageText_005 {
  position: relative;
  background-image: url("../images/deco/home/about-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0 105px;
  overflow-x: hidden;
}
@media (max-width: 1499px) {
  .ib_imageText_005 {
    padding: 150px 0 80px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_005 {
    padding: 100px 0 60px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_005 {
    padding: 60px 0 40px;
  }
}
.ib_imageText_005 .wrap {
  max-width: 1715px;
  padding-right: 20px;
  margin: 0 0 0 auto;
}
@media (max-width: 1180px) {
  .ib_imageText_005 .wrap {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_005 .wrap {
    padding-right: 20px;
  }
}
.ib_imageText_005 .dataBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media (max-width: 1499px) {
  .ib_imageText_005 .dataBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_005 .dataBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
  }
}
.ib_imageText_005 .Txt {
  position: relative;
  width: 530px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1499px) {
  .ib_imageText_005 .Txt {
    width: 500px;
  }
}
@media (max-width: 1366px) {
  .ib_imageText_005 .Txt {
    width: 450px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_005 .Txt {
    width: 100%;
  }
}
.ib_imageText_005 .Txt .titleBox {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.ib_imageText_005 .Txt .titleBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.ib_imageText_005 .Txt .contentBox {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.085em;
  line-height: 1.8;
  color: #dbdbdb;
}
@media (max-width: 1366px) {
  .ib_imageText_005 .Txt .contentBox {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .ib_imageText_005 .Txt .contentBox {
    font-size: 14px;
  }
}
.ib_imageText_005 .Txt .contentBox .txtList {
  position: relative;
}
@media (max-width: 1180px) {
  .ib_imageText_005 .Txt .contentBox .txtList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .ib_imageText_005 .Txt .contentBox .txtList {
    gap: 1.25rem;
  }
}
.ib_imageText_005 .Txt .contentBox .txtList .txtItem {
  position: relative;
}
@media (max-width: 1180px) {
  .ib_imageText_005 .Txt .contentBox .txtList .txtItem {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 768px) {
  .ib_imageText_005 .Txt .contentBox .txtList .txtItem {
    width: 100%;
  }
}
.ib_imageText_005 .Txt .contentBox .txtList .txtItem + .txtItem {
  margin-top: 2.25rem;
}
@media (max-width: 1366px) {
  .ib_imageText_005 .Txt .contentBox .txtList .txtItem + .txtItem {
    margin-top: 1.25rem;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_005 .Txt .contentBox .txtList .txtItem + .txtItem {
    margin-top: 0;
  }
}
.ib_imageText_005 .Txt .contentBox .txtList .txtTitle {
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #d88138;
  margin-bottom: 0.5rem;
}
@media (max-width: 1366px) {
  .ib_imageText_005 .Txt .contentBox .txtList .txtTitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .ib_imageText_005 .Txt .contentBox .txtList .txtTitle {
    font-size: 16px;
  }
}
.ib_imageText_005 .imgBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: -100px;
}
@media (max-width: 1499px) {
  .ib_imageText_005 .imgBox {
    margin-left: -50px;
  }
}
@media (max-width: 1366px) {
  .ib_imageText_005 .imgBox {
    margin-left: -30px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_005 .imgBox {
    margin-left: 0;
  }
}
.ib_imageText_005 .imgBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_imageText_005 .imgBox .Img:not(.img01) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ib_carousel_015 {
  position: relative;
  padding: 125px 0;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .ib_carousel_015 {
    padding: 90px 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 {
    padding: 65px 0;
  }
}
.ib_carousel_015 .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 1366px) {
  .ib_carousel_015 .wrap {
    -webkit-column-gap: 3.375rem;
       -moz-column-gap: 3.375rem;
            column-gap: 3.375rem;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .wrap {
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
}
@media (max-width: 991px) {
  .ib_carousel_015 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 2rem;
  }
}
.ib_carousel_015 .leftBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
}
@media (max-width: 1366px) {
  .ib_carousel_015 .leftBox {
    width: calc(25% - 1.6875rem);
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .leftBox {
    width: calc(25% - 1.125rem);
  }
}
@media (max-width: 991px) {
  .ib_carousel_015 .leftBox {
    width: 100%;
  }
}
.ib_carousel_015 .leftBox .titleBox {
  margin-bottom: 0;
}
.ib_carousel_015 .carouselControlBox {
  position: relative;
}
@media (max-width: 991px) {
  .ib_carousel_015 .carouselControlBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 3.375rem;
       -moz-column-gap: 3.375rem;
            column-gap: 3.375rem;
    margin-top: 2rem;
  }
}
.ib_carousel_015 .carouselControlBox .controlBox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .carouselControlBox .controlBox {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 991px) {
  .ib_carousel_015 .carouselControlBox .controlBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 64px;
  }
}
.ib_carousel_015 .carouselControlBox .controlBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 10px;
  background-color: rgba(73, 73, 73, 0.2);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.ib_carousel_015 .carouselControlBox .numBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  margin-top: 2.5rem;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .carouselControlBox .numBox {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 991px) {
  .ib_carousel_015 .carouselControlBox .numBox {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 300px;
    margin-top: 0;
  }
}
.ib_carousel_015 .carouselControlBox .numBox .currentText,
.ib_carousel_015 .carouselControlBox .numBox .totalText {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #3d3d3d;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .carouselControlBox .numBox .currentText,
  .ib_carousel_015 .carouselControlBox .numBox .totalText {
    font-size: 14px;
  }
}
.ib_carousel_015 .carouselControlBox .numBox .lineBox {
  position: relative;
  width: 100%;
}
.ib_carousel_015 .carouselControlBox .numBox .lineBox .line {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
}
.ib_carousel_015 .carouselControlBox .numBox .lineBox .full {
  background-color: rgba(73, 73, 73, 0.2);
}
.ib_carousel_015 .carouselControlBox .numBox .lineBox .current {
  max-width: 0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: #494949;
}
.ib_carousel_015 .rightBox {
  position: relative;
  width: 975px;
}
@media (max-width: 1366px) {
  .ib_carousel_015 .rightBox {
    width: calc(75% - 1.6875rem);
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .rightBox {
    width: calc(75% - 1.125rem);
  }
}
@media (max-width: 991px) {
  .ib_carousel_015 .rightBox {
    width: 100%;
  }
}
.ib_carousel_015 .dataBox {
  position: relative;
}
.ib_carousel_015 .dataList {
  position: relative;
}
.ib_carousel_015 .dataList .slick-list {
  padding-bottom: 2px;
}
.ib_carousel_015 .dataList .slick-slide + .slick-slide {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.ib_carousel_015 .dataItem {
  position: relative;
}
.ib_carousel_015 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding: 16px 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ib_carousel_015 .item {
    padding: 12px 0;
  }
}
@media (max-width: 575px) {
  .ib_carousel_015 .item {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_015 .item:hover .textBox .title {
    color: #d88138;
  }
  .ib_carousel_015 .item:hover .plusArrow::before {
    scale: 1;
    opacity: 1;
  }
  .ib_carousel_015 .item:hover .plusArrow svg {
    color: #fff;
  }
}
.ib_carousel_015 .Txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1366px) {
  .ib_carousel_015 .Txt {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .Txt {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 575px) {
  .ib_carousel_015 .Txt {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
.ib_carousel_015 .dataInfoBox {
  position: relative;
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1366px) {
  .ib_carousel_015 .dataInfoBox {
    width: 100px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .dataInfoBox {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 .dataInfoBox {
    width: 70px;
  }
}
.ib_carousel_015 .dataInfoBox .dateBox {
  position: relative;
  text-align: center;
}
.ib_carousel_015 .dataInfoBox .dateBox .date {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: #494848;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .dataInfoBox .dateBox .date {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 .dataInfoBox .dateBox .date {
    font-size: 40px;
  }
}
.ib_carousel_015 .dataInfoBox .dateBox .year {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: #494848;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .dataInfoBox .dateBox .year {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 .dataInfoBox .dateBox .year {
    font-size: 14px;
  }
}
.ib_carousel_015 .textBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .ib_carousel_015 .textBox {
    padding: 8px 0;
  }
}
.ib_carousel_015 .textBox .classTitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #767676;
  background-color: #e9e9e9;
  border-radius: 30px;
  padding: 4px 16px;
  margin-bottom: 0.5rem;
}
@media (max-width: 1280px) {
  .ib_carousel_015 .textBox .classTitle {
    font-size: 15px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .textBox .classTitle {
    font-size: 14px;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 .textBox .classTitle {
    font-size: 13px;
    padding: 2px 10px;
  }
}
.ib_carousel_015 .textBox .title {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #404040;
  margin-top: 0.25rem;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .textBox .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 .textBox .title {
    font-size: 16px;
  }
}
.ib_carousel_015 .textBox .title.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 575px) {
  .ib_carousel_015 .textBox .title.ellipsis {
    -webkit-line-clamp: 2;
    height: 48px;
  }
}
.ib_carousel_015 .plusArrowBox {
  position: relative;
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1366px) {
  .ib_carousel_015 .plusArrowBox {
    width: 70px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .plusArrowBox {
    width: 50px;
  }
}
@media (max-width: 575px) {
  .ib_carousel_015 .plusArrowBox {
    width: 40px;
  }
}
.ib_carousel_015 .plusArrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .plusArrow {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 575px) {
  .ib_carousel_015 .plusArrow {
    width: 30px;
    height: 30px;
  }
}
.ib_carousel_015 .plusArrow::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #d88138;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  border-radius: 50%;
  translate: -50% -50%;
  scale: 0;
  opacity: 0;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .plusArrow::before {
    scale: 1;
    opacity: 1;
  }
}
.ib_carousel_015 .plusArrow svg {
  width: 12px;
  height: 12px;
  color: #383838;
  z-index: 1;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .plusArrow svg {
    width: 10px;
    height: 10px;
    color: #fff;
  }
}
.ib_carousel_015 .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.afterLoading .ib_banner_008::before {
  opacity: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.afterLoading .ib_banner_008 .scrollDownBox {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out 1.2s both;
          animation: slideUpAnimation 0.6s ease-in-out 1.2s both;
}
.afterLoading .ib_banner_008 .slick-current .Img img {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.afterLoading .ib_banner_008 .slick-current .Txt .textBox::before {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.afterLoading .ib_banner_008 .slick-current .Txt .title {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.afterLoading .ib_banner_008 .slick-current .Txt .subtitle {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
/*# sourceMappingURL=home.css.map */