.ib_carousel_105 .dataList .Txt .title, .ib_carousel_105 .dataList .Img img, .ib_info_015 .dataList .dataItem .item .Txt, .ib_info_015 .dataList .dataItem .item .Img img, .ib_info_019 .dataList .dataItem .topBox, .ib_carousel_123 .Img img, .catalogArea .arrowBox .arrow, .ib_imageText_035 .arrowBox .arrow, .ib_imageText_035 .imgBox::after, .ib_banner_010 .arrowBox .arrow, .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;
}

.abc {
  stroke-dasharray: 100 100;
  stroke-dashoffset: 1000;
}

.titleBox.editor {
  position: relative;
  text-align: start;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.titleBox.editor p {
  line-height: 1.2;
}
.titleBox.editor p:first-child {
  margin-top: 5px;
}
.titleBox.editor p:last-child {
  margin-left: 60px;
}
.titleBox.editor .entitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgb(254, 229, 202);
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media (max-width: 1470px) {
  .titleBox.editor .entitle {
    font-size: 48px;
  }
}
.titleBox.editor .twtitle {
  color: rgb(255, 255, 255);
  font-size: 36px;
  font-weight: 700;
  padding-left: 16px;
  letter-spacing: 2.5px;
}
@media (max-width: 1470px) {
  .titleBox.editor .twtitle {
    font-size: 32px;
  }
}
.titleBox.editor::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background-color: #fee5ca;
}
@media (max-width: 414px) {
  .titleBox.editor p:last-child {
    margin-left: 0px;
  }
  .titleBox.editor .entitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
  .titleBox.editor .twtitle {
    padding-left: 0;
  }
}

.moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
}
.moreBtn .moreIcon {
  position: relative;
  width: 125px;
  height: 125px;
}
@media (max-width: 1470px) {
  .moreBtn .moreIcon {
    width: 95px;
    height: 95px;
  }
}
.moreBtn .icon_flower,
.moreBtn .icon_arrow {
  position: absolute;
  stroke: #fefefe;
  display: inline-block;
}
.moreBtn .icon_flower {
  width: 100%;
  height: 100%;
}
.moreBtn .icon_flower.rotate {
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
.moreBtn .icon_arrow {
  top: 50%;
  left: 50%;
  width: 22px;
  height: 21px;
  stroke: #fefefe;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.moreBtn .moreText {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1.5px;
}
@media (min-width: 1181px) {
  .moreBtn:hover .icon_flower {
    -webkit-animation: rotate_wise 30s linear infinite;
            animation: rotate_wise 30s linear infinite;
  }
  .moreBtn:hover .icon_flower:nth-child(2) {
    -webkit-animation: rotate_enlarge 20s linear infinite;
            animation: rotate_enlarge 20s linear infinite;
  }
}

.outerWrap {
  background-color: transparent;
}
@media (max-width: 1024px) {
  .outerWrap {
    padding-top: 55px;
  }
}
@media (max-width: 768px) {
  .outerWrap {
    padding-top: 55px;
  }
}
@media (max-width: 640px) {
  .outerWrap {
    padding-top: 35px;
  }
}

.mainArea {
  padding-bottom: 0px;
}

/* home(ib_info_004) */
.ib_info_004 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -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: #b00e2f;
  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: #b00e2f;
  }
  .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);
  }
}

.ib_header_023 {
  background-color: #f3ead8;
}
.ib_header_023:not(.show) {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.ib_header_023.show {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-animation: showTop 0.4s ease-in-out forwards;
          animation: showTop 0.4s ease-in-out forwards;
}

/* home(ib_banner_010) */
.ib_banner_010 {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 120px;
  background-color: #f3ead8;
}
.ib_banner_010 .wrap {
  max-width: 100%;
  padding: 0;
}
.ib_banner_010 .dataBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ib_banner_010 .dataBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .ib_banner_010 .dataBox {
    -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;
    padding: 0 20px;
  }
}
.ib_banner_010 .leftBox {
  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;
  width: 100%;
  max-width: 505px;
  padding: 0 40px 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ib_banner_010 .leftBox .topBox {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .ib_banner_010 .leftBox .topBox {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .ib_banner_010 .leftBox {
    padding: 0;
  }
}
.ib_banner_010 .bannerLogo {
  width: 100%;
}
.ib_banner_010 .bannerLogo .logo {
  width: 100%;
  height: 190px;
  fill: #e60012;
  margin: 40px 0 60px;
}
@media (max-width: 640px) {
  .ib_banner_010 .bannerLogo .logo {
    height: 125px;
    margin: 40px 0 10px;
  }
}
.ib_banner_010 .titleBox .title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-right: -10px;
}
.ib_banner_010 .titleBox .subtitle {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 10px;
}
@media (max-width: 1470px) {
  .ib_banner_010 .titleBox .title {
    font-size: 32px;
  }
  .ib_banner_010 .titleBox .subtitle {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .ib_banner_010 .titleBox {
    margin-bottom: 55px;
  }
}
@media (max-width: 414px) {
  .ib_banner_010 .titleBox .title {
    font-size: 28px;
  }
  .ib_banner_010 .titleBox .subtitle {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .ib_banner_010 .titleBox .title {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .ib_banner_010 .titleBox .subtitle {
    letter-spacing: 1px;
  }
}
.ib_banner_010 .illustrateBox .textTitle {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.ib_banner_010 .illustrateBox .text {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}
.ib_banner_010 .dataList {
  position: relative;
  z-index: 1;
  width: 1767px;
  margin-left: -30px;
}
.ib_banner_010 .dataList.slick-dotted {
  margin-bottom: 0;
}
.ib_banner_010 .dataList:not(.slick-slider) .bannerItem:not(:first-child) {
  display: none;
}
.ib_banner_010 .dataList:not(.slick-slider) .bannerItem .Img img {
  aspect-ratio: 1/0.50511945;
}
@media (max-width: 640px) {
  .ib_banner_010 .dataList:not(.slick-slider) .bannerItem .Img img {
    aspect-ratio: 1/0.50511945;
  }
}
.ib_banner_010 .dataList .slick-slide.slick-current .Txt .small {
  -webkit-animation: bannerTxtAnimation 0.8s 0.2s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.2s ease-in-out forwards;
}
.ib_banner_010 .dataList .slick-slide.slick-current .Txt .thin {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.ib_banner_010 .dataList .slick-slide.slick-current .Txt .black {
  -webkit-animation: bannerTxtAnimation 0.8s 0.6s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.6s ease-in-out forwards;
}
.ib_banner_010 .dataList .slick-slide.slick-current .Txt .title {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.ib_banner_010 .dataList .slick-slide.slick-current .Txt .text {
  -webkit-animation: bannerTxtAnimation 0.8s 1s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 1s ease-in-out forwards;
}
.ib_banner_010 .dataList .slick-slide.slick-current .Txt .bannerBtn {
  -webkit-animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
}
.ib_banner_010 .dataList .slick-slide.slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
@media (max-width: 1024px) {
  .ib_banner_010 .dataList {
    width: 1470px;
    margin-left: 0px;
  }
}
@media (max-width: 640px) {
  .ib_banner_010 .dataList {
    width: 880px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_010 .Img {
    height: 310px;
  }
  .ib_banner_010 .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.ib_banner_010 .Txt {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 20px;
}
.ib_banner_010 .Txt .subtitle {
  color: #b00e2f;
  font-size: 40px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 5px;
}
.ib_banner_010 .Txt .title {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
}
.ib_banner_010 .dataItem .item {
  position: relative;
  padding: 0 30px;
}
@media (min-width: 1181px) {
  .ib_banner_010 .dataItem .item:hover .Img {
    scale: 0.95;
  }
  .ib_banner_010 .dataItem .item:hover .Txt {
    opacity: 1;
  }
}
.ib_banner_010 .dataItem .Img {
  width: 100%;
  position: relative;
  margin-left: auto;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1560px) {
  .ib_banner_010 .dataItem .Img {
    height: 600px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_010 .dataItem .Img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ib_banner_010 .dataItem .Img {
    height: 480px;
  }
}
.ib_banner_010 .dataItem .Img img {
  display: block;
  width: 100%;
}
@media (max-width: 1560px) {
  .ib_banner_010 .dataItem .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ib_banner_010 .dataItem .Txt {
  opacity: 0;
  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: 80%;
  max-width: 320px;
  height: 42px;
  line-height: 2;
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  border-radius: 21px;
  color: #fff;
  background-color: #e2302a;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ib_banner_010 .dataItem .Txt .textBox {
  color: #fff;
}
.ib_banner_010 .dataItem .Txt .bannerTitleBox {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .ib_banner_010 .dataItem .Txt .bannerTitleBox {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.ib_banner_010 .dataItem .Txt .bannerTitleBox::before {
  content: "";
  position: absolute;
  width: 225px;
  height: 1px;
  left: -80px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.45);
}
.ib_banner_010 .dataItem .Txt .enTitle {
  line-height: 0.9;
  margin-bottom: 10px;
}
.ib_banner_010 .dataItem .Txt .small {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 10.4px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .ib_banner_010 .dataItem .Txt .small {
    margin-bottom: 15px;
    letter-spacing: 4px;
  }
}
@media (max-width: 480px) {
  .ib_banner_010 .dataItem .Txt .small {
    font-size: 18px;
  }
}
.ib_banner_010 .dataItem .Txt .thin {
  font-size: 70px;
  font-weight: 300;
  opacity: 0;
}
@media (max-width: 1180px) {
  .ib_banner_010 .dataItem .Txt .thin {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .ib_banner_010 .dataItem .Txt .thin {
    font-size: 34px;
  }
}
.ib_banner_010 .dataItem .Txt .black {
  font-size: 70px;
  font-weight: 900;
  opacity: 0;
}
@media (max-width: 1180px) {
  .ib_banner_010 .dataItem .Txt .black {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .ib_banner_010 .dataItem .Txt .black {
    font-size: 34px;
  }
}
.ib_banner_010 .dataItem .Txt .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3px;
  padding: 10px 0;
  opacity: 0;
}
@media (max-width: 1180px) {
  .ib_banner_010 .dataItem .Txt .title {
    padding: 0;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .ib_banner_010 .dataItem .Txt .title {
    font-size: 18px;
  }
}
.ib_banner_010 .dataItem .Txt .text {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.4px;
  opacity: 0;
}
.ib_banner_010 .dataItem .Txt .bannerBtn {
  margin-top: 30px;
}
@media (min-width: 1181px) {
  .ib_banner_010 .dataItem .Txt .bannerBtn:hover .arrow {
    background-color: #b00e2f;
  }
  .ib_banner_010 .dataItem .Txt .bannerBtn:hover .arrow::before, .ib_banner_010 .dataItem .Txt .bannerBtn:hover .arrow::after {
    background-color: #b00e2f;
  }
}
.ib_banner_010 .dataItem .Txt .bannerBtn a {
  width: 180px;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}
.ib_banner_010 .dataItem .Txt .bannerBtn a:hover {
  color: #b00e2f;
  background-color: #ffffff;
}
.ib_banner_010 .dataItem .Txt .bannerBtn a:hover .arrow {
  background-color: #b00e2f;
}
.ib_banner_010 .dataItem .Txt .bannerBtn a:hover .arrow::before, .ib_banner_010 .dataItem .Txt .bannerBtn a:hover .arrow::after {
  background-color: #b00e2f;
}
.ib_banner_010 .dataItem .Txt .bannerBtn .arrow {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 0 4px 10px;
}
.ib_banner_010 .dataItem .Txt .bannerBtn .arrow::before, .ib_banner_010 .dataItem .Txt .bannerBtn .arrow::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ib_banner_010 .dataItem .Txt .bannerBtn .arrow::before {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(49deg);
          transform: rotate(49deg);
}
.ib_banner_010 .dataItem .Txt .bannerBtn .arrow::after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(-49deg);
          transform: rotate(-49deg);
}
.ib_banner_010 .dataItem .Txt .btnBox {
  width: 100%;
  margin-top: 0;
  padding: 15px 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ib_banner_010 .dataItem .Txt .btnBox .btnText {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ib_banner_010 .dataItem .Txt .arrow {
  position: relative;
  width: 13px;
  height: 2px;
  right: 29px;
  background-color: #fff;
}
.ib_banner_010 .dataItem .Txt .arrow::before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 2px;
  margin-left: 5px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.ib_banner_010 .dataItem .Txt .arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 2px;
  margin-left: 5px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translate(0px, 0px);
          transform: rotate(-45deg) translate(0px, 0px);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media (max-width: 1180px) {
  .ib_banner_010 .dataItem .Txt {
    width: 90vw;
    max-width: 520px;
    background-color: rgba(176, 14, 47, 0.9);
    top: 46%;
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .ib_banner_010 .dataItem .Txt {
    line-height: 1.6;
    padding: 40px 30px;
  }
}
@media (max-width: 1024px) {
  .ib_banner_010 .dataItem .Img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .ib_banner_010 .dataItem .item {
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .ib_banner_010 .dataItem .item {
    padding: 0 5px;
  }
  .ib_banner_010 .dataItem .Img {
    height: 360px;
  }
}
.ib_banner_010 .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 2;
  margin-top: auto;
  margin-bottom: -10px;
}
.ib_banner_010 .arrowBox.mobile {
  display: none;
}
@media (max-width: 1180px) {
  .ib_banner_010 .arrowBox {
    -webkit-transform: translate(0);
            transform: translate(0);
    right: 20px;
  }
}
.ib_banner_010 .arrowBox .bannerNumber {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ib_banner_010 .arrowBox .numberBox {
  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;
}
.ib_banner_010 .arrowBox .numberBox .line {
  width: 50%;
  max-width: 125px;
  height: 1px;
  margin: 0 25px;
  background-color: #b00e2f;
}
.ib_banner_010 .arrowBox .numberBox span {
  font-size: 18px;
  font-weight: 500;
  font-family: "Anton", "Microsoft JhengHei", sans-serif;
  color: #b00e2f;
}
.ib_banner_010 .arrowBox .arrow {
  width: 45px;
  height: 45px;
  position: relative;
  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;
  cursor: pointer;
}
.ib_banner_010 .arrowBox .arrow span {
  display: inline-block;
  position: relative;
}
.ib_banner_010 .arrowBox .arrow span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
}
.ib_banner_010 .arrowBox .arrow.arrowPrev span::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-left: 1px solid #b00e2f;
  border-bottom: 1px solid #b00e2f;
}
.ib_banner_010 .arrowBox .arrow.arrowNext span::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 1px solid #b00e2f;
  border-bottom: 1px solid #b00e2f;
}
@media (min-width: 1181px) {
  .ib_banner_010 .arrowBox .arrow:hover span {
    background-color: #b00e2f;
  }
  .ib_banner_010 .arrowBox .arrow:hover.arrowPrev span::after {
    -webkit-animation: arrow_enlarge_left 0.6s linear infinite;
            animation: arrow_enlarge_left 0.6s linear infinite;
  }
  .ib_banner_010 .arrowBox .arrow:hover.arrowNext span::after {
    -webkit-animation: arrow_enlarge_right 0.6s linear infinite;
            animation: arrow_enlarge_right 0.6s linear infinite;
  }
}
@media (max-width: 1180px) {
  .ib_banner_010 .arrowBox .arrow {
    width: 60px;
    height: 60px;
  }
}
.ib_banner_010 .dataLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_010 .slick-slider .slick-dots {
  width: 100%;
  max-width: 1610px;
  text-align: left;
  bottom: 17%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -2px;
  padding: 0 20px;
}
.ib_banner_010 .slick-slider .slick-dots li {
  height: auto;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-bottom: 9px;
  margin: 0 10px;
  overflow: visible;
}
.ib_banner_010 .slick-slider .slick-dots li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ib_banner_010 .slick-slider .slick-dots li.slick-active {
  width: 65px;
  margin-right: 30px;
}
.ib_banner_010 .slick-slider .slick-dots li.slick-active::before {
  width: 100%;
}
.ib_banner_010 .slick-slider .slick-dots li button {
  width: auto;
  height: auto;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  padding-bottom: 10px;
}
.ib_banner_010 .slick-slider .slick-dots li button::before {
  display: none;
}
@media (max-width: 1024px) {
  .ib_banner_010 {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .ib_banner_010 .arrowBox.pc {
    display: none;
  }
  .ib_banner_010 .arrowBox.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
}
.ib_banner_010:not(.show) .bannerLogo {
  opacity: 0;
}
.ib_banner_010:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_banner_010:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_banner_010:not(.show) .arrowBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_banner_010.show .bannerLogo {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ib_banner_010.show .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.4s 0.2s ease-in-out forwards;
          animation: showBottom 0.4s 0.2s ease-in-out forwards;
}
.ib_banner_010.show .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.4s 0.4s ease-in-out forwards;
          animation: showBottom 0.4s 0.4s ease-in-out forwards;
}
.ib_banner_010.show .arrowBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.4s 0.6s ease-in-out forwards;
          animation: showBottom 0.4s 0.6s ease-in-out forwards;
}

/* home(ib_imageText_035) */
.ib_imageText_035 {
  position: relative;
  padding: 120px 0 85px;
}
@media (max-width: 1180px) {
  .ib_imageText_035 {
    padding: 50px 0 100px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_035 {
    padding: 55px 0 80px;
  }
}
@media (max-width: 480px) {
  .ib_imageText_035 {
    padding: 55px 0 57px;
  }
}
.ib_imageText_035 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/aboutbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.ib_imageText_035 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 1595px;
}
@media (max-width: 1470px) {
  .ib_imageText_035 .wrap {
    gap: 20px;
  }
}
@media (max-width: 1366px) {
  .ib_imageText_035 .wrap {
    gap: 10px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_035 .wrap {
    padding: 0 30px;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 50px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_035 .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .ib_imageText_035 .wrap {
    row-gap: 25px;
  }
}
.ib_imageText_035 .leftBox {
  width: 35%;
  max-width: 505px;
}
.ib_imageText_035 .leftBox .textTitle {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2.7px;
  padding-bottom: 15px;
}
.ib_imageText_035 .leftBox .text {
  font-size: 19px;
  font-weight: 700;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1.8px;
  line-height: 1.75;
}
.ib_imageText_035 .leftBox .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
}
.ib_imageText_035 .leftBox .control .moreBtn {
  position: relative;
}
.ib_imageText_035 .leftBox .control .moreBtn .moreLink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ib_imageText_035 .leftBox .control .moreBtn .moreIcon {
  pointer-events: none;
}
@media (max-width: 1470px) {
  .ib_imageText_035 .leftBox .textTitle {
    font-size: 26px;
  }
  .ib_imageText_035 .leftBox .text {
    font-size: 18px;
  }
}
@media (max-width: 1470px) {
  .ib_imageText_035 .leftBox .textTitle {
    font-size: 24px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_035 .leftBox {
    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;
    width: 100%;
    max-width: 100%;
  }
  .ib_imageText_035 .leftBox .control {
    margin-top: 50px;
  }
  .ib_imageText_035 .leftBox .illustrateBox {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .ib_imageText_035 .leftBox .titleBox.editor p {
    line-height: 1.4;
  }
  .ib_imageText_035 .leftBox .control {
    margin-top: 45px;
  }
}
.ib_imageText_035 .middleBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 35%;
}
.ib_imageText_035 .middleBox .dataBox {
  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: 100%;
  max-width: 450px;
  -webkit-transform: translate(30px, -25px);
          transform: translate(30px, -25px);
}
.ib_imageText_035 .middleBox .item {
  padding: 50px 55px;
}
.ib_imageText_035 .middleBox .item.rotatingBg .imgBox::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  rotate: -9.93deg;
}
@media (max-width: 1180px) {
  .ib_imageText_035 .middleBox {
    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;
    width: 50%;
    max-width: 49%;
  }
}
@media (max-width: 860px) {
  .ib_imageText_035 .middleBox {
    width: 100%;
    max-width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.ib_imageText_035 .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
  max-width: 505px;
  gap: 30px;
}
@media (max-width: 1180px) {
  .ib_imageText_035 .rightBox {
    width: 50%;
    max-width: 49%;
  }
}
@media (max-width: 860px) {
  .ib_imageText_035 .rightBox {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .ib_imageText_035 .rightBox {
    margin-top: 25px;
  }
}
.ib_imageText_035 .imgBox {
  position: relative;
  width: 100%;
  -webkit-transform: rotate(-1.02deg);
          transform: rotate(-1.02deg);
}
.ib_imageText_035 .imgBox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fee5ca;
  border-radius: 5px;
  bottom: 0;
  left: -5px;
  z-index: -1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ib_imageText_035 .Img {
  border-radius: 5px;
  overflow: clip;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(21, 21, 21, 0.08);
          box-shadow: 0px 10px 40px 0px rgba(21, 21, 21, 0.08);
}
.ib_imageText_035 .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 500px;
}
@media (max-width: 480px) {
  .ib_imageText_035 .Img {
    height: 465px;
  }
}
@media (max-width: 414px) {
  .ib_imageText_035 .Img {
    height: 300px;
  }
  .ib_imageText_035 .Img img {
    height: 300px;
  }
}
.ib_imageText_035 .Txt {
  position: relative;
  width: calc(100% - 485px - 365px - 164px);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 1499px) {
  .ib_imageText_035 .Txt {
    width: calc((100% - 400px) / 2 - 41px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 1366px) {
  .ib_imageText_035 .Txt {
    width: calc((100% - 350px) / 2 - 30px);
  }
}
@media (max-width: 1180px) {
  .ib_imageText_035 .Txt {
    width: calc((100% - 300px) / 2 - 24px);
  }
}
@media (max-width: 991px) {
  .ib_imageText_035 .Txt {
    width: calc(50% - 48px);
  }
}
@media (max-width: 768px) {
  .ib_imageText_035 .Txt {
    width: 100%;
    text-align: center;
  }
}
.ib_imageText_035 .Txt .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #850c1a;
}
@media (max-width: 1180px) {
  .ib_imageText_035 .Txt .title {
    font-size: 17px;
  }
}
.ib_imageText_035 .Txt .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.85;
  color: #8B8B8B;
  margin-top: 14px;
}
@media (max-width: 1180px) {
  .ib_imageText_035 .Txt .text {
    font-size: 15px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_035 .Txt .text {
    font-size: 14px;
    margin-top: 8px;
  }
}
.ib_imageText_035 .btnBox {
  margin-top: 50px;
}
@media (max-width: 1180px) {
  .ib_imageText_035 .btnBox {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_035 .btnBox .btn {
    margin: 0 auto;
  }
}
.ib_imageText_035 .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 205px;
  z-index: 2;
}
.ib_imageText_035 .arrowBox.mobile {
  display: none;
}
@media (max-width: 1180px) {
  .ib_imageText_035 .arrowBox {
    -webkit-transform: translate(0);
            transform: translate(0);
    right: 20px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_035 .arrowBox.pc {
    display: none;
  }
  .ib_imageText_035 .arrowBox.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 450px;
  }
}
@media (max-width: 480px) {
  .ib_imageText_035 .arrowBox.mobile {
    margin-top: 15px;
  }
}
.ib_imageText_035 .arrowBox .number {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ib_imageText_035 .arrowBox .numberBox {
  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;
}
.ib_imageText_035 .arrowBox .numberBox .line {
  width: 50%;
  max-width: 35px;
  height: 1px;
  margin: 0 18px;
  background-color: #fee5ca;
}
.ib_imageText_035 .arrowBox .numberBox span {
  font-size: 18px;
  font-weight: 500;
  font-family: "Anton", "Microsoft JhengHei", sans-serif;
  color: #fee5ca;
}
@media (max-width: 480px) {
  .ib_imageText_035 .arrowBox .numberBox .line {
    max-width: 140px;
  }
}
.ib_imageText_035 .arrowBox .arrow {
  width: 25px;
  height: 25px;
  position: relative;
  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;
  cursor: pointer;
}
.ib_imageText_035 .arrowBox .arrow span {
  display: inline-block;
  position: relative;
}
.ib_imageText_035 .arrowBox .arrow span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
}
.ib_imageText_035 .arrowBox .arrow.arrowPrev span::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
.ib_imageText_035 .arrowBox .arrow.arrowNext span::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1181px) {
  .ib_imageText_035 .arrowBox .arrow:hover span {
    background-color: #fff;
  }
  .ib_imageText_035 .arrowBox .arrow:hover.arrowPrev span::after {
    -webkit-animation: arrow_enlarge_left 0.6s linear infinite;
            animation: arrow_enlarge_left 0.6s linear infinite;
  }
  .ib_imageText_035 .arrowBox .arrow:hover.arrowNext span::after {
    -webkit-animation: arrow_enlarge_right 0.6s linear infinite;
            animation: arrow_enlarge_right 0.6s linear infinite;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_035 .arrowBox .arrow {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1470px) {
  .ib_imageText_035 .middleBox .dataBox {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
}
@media (max-width: 480px) {
  .ib_imageText_035 .middleBox .dataBox {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
.ib_imageText_035:not(.show) .leftBox .titleBox {
  opacity: 0;
}
.ib_imageText_035:not(.show) .leftBox .illustrateBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.ib_imageText_035:not(.show) .leftBox .control {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_imageText_035:not(.show) .middleBox {
  opacity: 0;
}
.ib_imageText_035:not(.show) .rightBox .ib_info_012 {
  opacity: 0;
}
.ib_imageText_035:not(.show) .rightBox .aboutLogoBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_imageText_035.show .leftBox .titleBox {
  opacity: 1;
  -webkit-transition: all 0.4s 0.2s ease-in-out;
  transition: all 0.4s 0.2s ease-in-out;
}
.ib_imageText_035.show .leftBox .illustrateBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.4s 0.4s ease-in-out forwards;
          animation: showBottom 0.4s 0.4s ease-in-out forwards;
}
.ib_imageText_035.show .leftBox .control {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.4s 0.6s ease-in-out forwards;
          animation: showBottom 0.4s 0.6s ease-in-out forwards;
}
.ib_imageText_035.show .middleBox {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ib_imageText_035.show .rightBox .ib_info_012 {
  opacity: 1;
  -webkit-transition: all 0.4s 0.2s ease-in-out;
  transition: all 0.4s 0.2s ease-in-out;
}
.ib_imageText_035.show .rightBox .aboutLogoBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.4s 0.4s ease-in-out forwards;
          animation: showBottom 0.4s 0.4s ease-in-out forwards;
}

/* home(ib_info_012) */
.ib_info_012 {
  width: 100%;
  padding: 10px 0 10px 10px;
}
.ib_info_012 .dataList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px auto;
  grid-template-columns: auto auto;
  gap: 50px 20px;
}
.ib_info_012 .dataList .dataItem {
  padding: 10px 0;
  width: 100%;
}
@media (max-width: 640px) {
  .ib_info_012 .dataList .dataItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ib_info_012 .dataList .dataItem {
    width: 100%;
  }
}
.ib_info_012 .dataList .item {
  position: relative;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.ib_info_012 .dataList .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #fee5ca;
  gap: 1px;
}
@media (max-width: 1440px) {
  .ib_info_012 .dataList .numBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ib_info_012 .dataList .numBox .num {
  font-size: 57px;
  font-weight: 500;
  font-family: "Anton", "Microsoft JhengHei", sans-serif;
  letter-spacing: 4px;
}
.ib_info_012 .dataList .numBox .plus {
  font-size: 36px;
  font-weight: 700;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: -8px;
}
.ib_info_012 .dataList .numBox .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (max-width: 1470px) {
  .ib_info_012 .dataList .numBox .num {
    font-size: 48px;
  }
  .ib_info_012 .dataList .numBox .plus {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  .ib_info_012 .dataList .numBox .num {
    font-size: 42px;
  }
  .ib_info_012 .dataList .numBox .plus {
    font-size: 28px;
  }
  .ib_info_012 .dataList .numBox .unit {
    font-size: 22px;
  }
}
.ib_info_012 .dataList .text {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 2.2px;
}
@media (max-width: 1470px) {
  .ib_info_012 .dataList .text {
    font-size: 22px;
  }
}
@media (max-width: 414px) {
  .ib_info_012 .dataList .text {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .ib_info_012 .dataList {
    gap: 30px 10px;
  }
}
@media (max-width: 1180px) {
  .ib_info_012 {
    padding: 0;
  }
  .ib_info_012 .dataList {
    gap: 30px 20px;
  }
}
@media (max-width: 860px) {
  .ib_info_012 .dataList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px 50px;
  }
}
@media (max-width: 414px) {
  .ib_info_012 .dataList {
    gap: 20px 10px;
  }
}

/* home(ib_carousel_097) */
.ib_carousel_097 {
  position: relative;
  z-index: 2;
  padding-top: 215px;
  background-color: #f3e7ce;
}
.ib_carousel_097 .decBox {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 45px;
}
.ib_carousel_097 .decBox .decTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 73px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(226, 48, 42, 0.5);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.6px;
  -webkit-transform: translateX(-73%);
          transform: translateX(-73%);
  pointer-events: none;
  white-space: nowrap;
  -webkit-animation: marquee 15s linear infinite;
          animation: marquee 15s linear infinite;
}
.ib_carousel_097 .decBox .decTxt span {
  padding: 15px 25px 0;
  font-size: 35px;
}
.ib_carousel_097 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1600px;
  gap: 30px;
}
@media (max-width: 1180px) {
  .ib_carousel_097 .wrap {
    -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;
  }
}
@media (max-width: 480px) {
  .ib_carousel_097 .wrap {
    padding: 0 10px;
  }
}
@media (max-width: 414px) {
  .ib_carousel_097 .wrap {
    gap: 0;
  }
}
.ib_carousel_097 .titleBox .subtitle {
  font-size: 40px;
  letter-spacing: 2.4px;
}
@media (max-width: 1180px) {
  .ib_carousel_097 .titleBox .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_097 .titleBox .subtitle {
    font-size: 32px;
  }
}
.ib_carousel_097 .leftBox {
  position: relative;
  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;
  width: 50%;
  height: 100%;
  max-width: 680px;
  aspect-ratio: 1/1;
}
.ib_carousel_097 .leftBox .titleBox {
  position: relative;
  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;
  gap: 2px;
  width: 100%;
  max-width: 375px;
  aspect-ratio: 1/1;
  margin-bottom: 0px;
  background-color: #fff;
  border-radius: 50%;
}
.ib_carousel_097 .leftBox .titleBox .title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2.5px;
}
.ib_carousel_097 .leftBox .titleBox .subtitle {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.4px;
  padding-left: 5px;
  margin-bottom: 45px;
}
.ib_carousel_097 .leftBox .titleBox::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  left: 50%;
  bottom: 32%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #b00e2f;
}
.ib_carousel_097 .leftBox .leftAdvantagesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  width: 100%;
  max-width: 680px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(187, 30, 42, 0.3);
  border-radius: 50%;
}
.ib_carousel_097 .leftBox .leftAdvantagesList::before {
  content: "";
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 73%;
  max-width: 495px;
  aspect-ratio: 1/1;
  border: 4px solid rgba(226, 48, 42, 0.35);
  border-radius: 50%;
  pointer-events: none;
}
.ib_carousel_097 .leftBox .leftAdvantagesList .circleLine {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 73%;
  max-width: 495px;
  aspect-ratio: 1/1;
  stroke: #b00e2f;
}
.ib_carousel_097 .leftBox .leftAdvantagesList .leftAdvantagesItem {
  position: absolute;
  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;
  width: 25px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border: 1px solid #e2302a;
  background-color: #f3e7ce;
  background-image: url("../images/dots.png");
  background-repeat: no-repeat;
  background-size: 0%;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ib_carousel_097 .leftBox .leftAdvantagesList .leftAdvantagesItem .item {
  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: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ib_carousel_097 .leftBox .leftAdvantagesList .leftAdvantagesItem .num {
  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: 10px;
  height: 10px;
  background-color: #e2302a;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Anton", "Microsoft JhengHei", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ib_carousel_097 .leftBox .leftAdvantagesList .leftAdvantagesItem .num span {
  opacity: 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ib_carousel_097 .leftBox .leftAdvantagesList .leftAdvantagesItem.current {
  width: 70px;
  background-size: 95%;
  border: 1px solid transparent;
}
.ib_carousel_097 .leftBox .leftAdvantagesList .leftAdvantagesItem.current .item {
  width: 55px;
  height: 55px;
}
.ib_carousel_097 .leftBox .leftAdvantagesList .leftAdvantagesItem.current .num {
  width: 45px;
  height: 45px;
}
.ib_carousel_097 .leftBox .leftAdvantagesList .leftAdvantagesItem.current .num span {
  opacity: 1;
}
@media (max-width: 768px) {
  .ib_carousel_097 .leftBox .titleBox {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_097 .leftBox .leftAdvantagesList::before {
    content: "";
    position: absolute;
    width: 86%;
  }
}
@media (max-width: 414px) {
  .ib_carousel_097 .leftBox {
    aspect-ratio: auto;
  }
  .ib_carousel_097 .leftBox .titleBox {
    aspect-ratio: auto;
    background-color: transparent;
    padding-bottom: 30px;
  }
  .ib_carousel_097 .leftBox .leftAdvantagesList {
    display: none;
  }
}
.ib_carousel_097 .rightBox {
  width: 50%;
}
.ib_carousel_097 .rightBox .item {
  padding: 19px 20px;
  border-bottom: 1px solid rgba(226, 48, 42, 0.25);
}
.ib_carousel_097 .rightBox .item.current .top::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.ib_carousel_097 .rightBox .item.current .title {
  font-size: 30px;
}
@media (max-width: 1470px) {
  .ib_carousel_097 .rightBox .item.current .title {
    font-size: 28px;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_097 .rightBox .item:hover .title {
    font-size: 30px;
  }
}
@media (min-width: 1181px) and (max-width: 1470px) {
  .ib_carousel_097 .rightBox .item:hover .title {
    font-size: 28px;
  }
}
.ib_carousel_097 .rightBox .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 60px;
  font-size: 20px;
  letter-spacing: 1.2px;
  font-weight: 500;
  color: #b00e2f;
  padding-right: 40px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.ib_carousel_097 .rightBox .top::before, .ib_carousel_097 .rightBox .top::after {
  content: "";
  background-color: #b00e2f;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 1px;
  right: 5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.ib_carousel_097 .rightBox .top::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 1181px) {
  .ib_carousel_097 .rightBox .top:hover {
    color: #b00e2f;
  }
}
.ib_carousel_097 .rightBox .num {
  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;
  font-family: "Anton", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.ib_carousel_097 .rightBox .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ib_carousel_097 .rightBox .textBox {
  margin-top: 15px;
  padding: 0 40px 48px 84px;
  display: none;
}
.ib_carousel_097 .rightBox .text {
  font-size: 19px;
  font-weight: 700;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1.9px;
  line-height: 1.7;
  color: #b00e2f;
}
@media (max-width: 1470px) {
  .ib_carousel_097 .rightBox .top {
    gap: 40px;
  }
  .ib_carousel_097 .rightBox .textBox {
    padding: 0px 20px 0px 64px;
  }
  .ib_carousel_097 .rightBox .text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_097 .rightBox .item {
    padding: 19px 10px 19px 35px;
  }
  .ib_carousel_097 .rightBox .top {
    gap: 30px;
  }
  .ib_carousel_097 .rightBox .textBox {
    padding: 0px 20px 0px 54px;
  }
}
.ib_carousel_097 .decPic {
  pointer-events: none;
}
.ib_carousel_097 .decPic.right {
  position: absolute;
  top: -60px;
  right: 110px;
  z-index: 5;
}
@media (max-width: 1180px) {
  .ib_carousel_097 .decPic {
    display: none;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_097 .leftBox,
  .ib_carousel_097 .rightBox {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ib_carousel_097 {
    padding-top: 185px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 414px) {
  .ib_carousel_097 {
    padding-top: 175px;
  }
}
.ib_carousel_097:not(.show) .decPic {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.ib_carousel_097:not(.show) .decBox {
  opacity: 0;
}
.ib_carousel_097:not(.show) .leftBox .leftAdvantagesList {
  opacity: 0;
}
.ib_carousel_097:not(.show) .leftBox .titleBox {
  opacity: 0;
  width: 0;
}
.ib_carousel_097:not(.show) .leftBox .titleBox:after {
  opacity: 0;
}
.ib_carousel_097:not(.show) .leftBox .title,
.ib_carousel_097:not(.show) .leftBox .subtitle {
  opacity: 0;
}
.ib_carousel_097:not(.show) .rightBox .rightAdvantagesItem {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.ib_carousel_097.show .decPic {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-animation: showRight 0.4s 0.4s ease-in-out forwards;
          animation: showRight 0.4s 0.4s ease-in-out forwards;
}
.ib_carousel_097.show .decBox {
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.ib_carousel_097.show .leftBox .leftAdvantagesList {
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.ib_carousel_097.show .leftBox .titleBox {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.6s 0.2s ease-in-out;
  transition: all 0.6s 0.2s ease-in-out;
}
.ib_carousel_097.show .leftBox .titleBox:after {
  opacity: 1;
  -webkit-transition: all 0.6s 0.4s ease-in-out;
  transition: all 0.6s 0.4s ease-in-out;
}
.ib_carousel_097.show .leftBox .title,
.ib_carousel_097.show .leftBox .subtitle {
  opacity: 1;
  -webkit-transition: all 0.6s 0.4s ease-in-out;
  transition: all 0.6s 0.4s ease-in-out;
}
.ib_carousel_097.show .rightBox .rightAdvantagesItem {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-animation: showRight 0.4s ease-in-out forwards;
          animation: showRight 0.4s ease-in-out forwards;
}
.ib_carousel_097.show .rightBox .rightAdvantagesItem:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.ib_carousel_097.show .rightBox .rightAdvantagesItem:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.ib_carousel_097.show .rightBox .rightAdvantagesItem:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ib_carousel_097.show .rightBox .rightAdvantagesItem:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.ib_carousel_097.show .rightBox .rightAdvantagesItem:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ib_carousel_097.show .rightBox .rightAdvantagesItem:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* home(ib_carousel_129.logo) */
.ib_carousel_129.homepartner {
  position: relative;
  padding: 78px 0 125px;
  background-color: #f3e7ce;
}
.ib_carousel_129.homepartner .titleBox {
  margin-bottom: 45px;
}
.ib_carousel_129.homepartner .titleBox .subtitle {
  font-size: 37px;
  font-weight: 700;
}
.ib_carousel_129.homepartner .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ib_carousel_129.homepartner .dataBox .fade-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  pointer-events: none;
  z-index: 2;
}
.ib_carousel_129.homepartner .dataBox .fade-overlay.left {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(243, 231, 206)), to(rgba(243, 231, 206, 0)));
  background: linear-gradient(to right, rgb(243, 231, 206), rgba(243, 231, 206, 0));
}
.ib_carousel_129.homepartner .dataBox .fade-overlay.right {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgb(243, 231, 206)), to(rgba(243, 231, 206, 0)));
  background: linear-gradient(to left, rgb(243, 231, 206), rgba(243, 231, 206, 0));
}
.ib_carousel_129.homepartner .dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 38px;
  margin-right: 19px;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}
.ib_carousel_129.homepartner .dataList .dataItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ib_carousel_129.homepartner .dataList .dataItem .item {
  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: 218px;
  height: 80px;
  border-radius: 40px;
  background-color: #fff;
}
.ib_carousel_129.homepartner .dataList .dataItem .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.ib_carousel_129.homepartner .decPic {
  pointer-events: none;
}
.ib_carousel_129.homepartner .decPic.left {
  position: absolute;
  bottom: -90px;
  left: 40px;
  z-index: 5;
}
@media (max-width: 1180px) {
  .ib_carousel_129.homepartner .decPic {
    display: none;
  }
}
@media (max-width: 480px) {
  .ib_carousel_129.homepartner {
    padding: 47px 0 90px;
  }
}
.ib_carousel_129.homepartner:not(.show) .decPic {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.ib_carousel_129.homepartner:not(.show) .titleBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_carousel_129.homepartner:not(.show) .dataBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_carousel_129.homepartner.show .decPic {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-animation: showLeft 0.4s 0.4s ease-in-out forwards;
          animation: showLeft 0.4s 0.4s ease-in-out forwards;
}
.ib_carousel_129.homepartner.show .titleBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.4s ease-in-out forwards;
          animation: showBottom 0.4s ease-in-out forwards;
}
.ib_carousel_129.homepartner.show .dataBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.4s 0.2s ease-in-out forwards;
          animation: showBottom 0.4s 0.2s ease-in-out forwards;
}

/* catalog */
.catalogArea {
  padding: 115px 0 50px;
  background-color: #f8f4ec;
  overflow: hidden;
}
.catalogArea .wrap {
  max-width: 100%;
  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;
  padding-left: 0;
  padding-right: 0;
}
.catalogArea .topBox {
  width: 100%;
  max-width: 1130px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
}
.catalogArea .topBox .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0;
  gap: 20px;
}
.catalogArea .topBox .titleBox .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
  padding-bottom: 2px;
}
.catalogArea .topBox .titleBox .subtitle {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 1470px) {
  .catalogArea .topBox .titleBox .title {
    font-size: 32px;
  }
  .catalogArea .topBox .titleBox .subtitle {
    font-size: 48px;
  }
}
.catalogArea .topBox .btnBox {
  margin-top: 15px;
  margin-right: 5px;
}
.catalogArea .topBox .btnBox .productsBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalogArea .topBox .btnBox .productsBtn .btnText {
  color: #b00e2f;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.4px;
}
.catalogArea .topBox .btnBox .productsBtn .icon_arrow {
  position: absolute;
  right: 10px;
  width: 22px;
  height: 22px;
  stroke: #fefefe;
  z-index: 2;
}
.catalogArea .topBox .btnBox .productsBtn::before {
  content: "";
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  right: -2px;
  background-image: url("../images/backbtn.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1181px) {
  .catalogArea .topBox .btnBox:hover .productsBtn::before {
    -webkit-animation: rotate_wise 5s linear infinite;
            animation: rotate_wise 5s linear infinite;
  }
}
@media (max-width: 1180px) {
  .catalogArea .topBox .titleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .catalogArea .topBox .titleBox .subtitle {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  .catalogArea .topBox .titleBox .subtitle {
    font-size: 48px;
  }
}
@media (max-width: 640px) {
  .catalogArea .topBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 40px;
  }
  .catalogArea .topBox .titleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .catalogArea .topBox .titleBox .subtitle {
    font-size: 36px;
  }
  .catalogArea .topBox .btnBox {
    display: none;
  }
}
.catalogArea .catalogClassBox {
  width: 130%;
  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;
  gap: 48px;
}
@media (max-width: 1470px) {
  .catalogArea .catalogClassBox {
    width: 150%;
  }
}
@media (max-width: 1024px) {
  .catalogArea .catalogClassBox {
    width: 200%;
  }
}
@media (max-width: 768px) {
  .catalogArea .catalogClassBox {
    width: 100%;
    gap: 17px;
  }
}
.catalogArea .catalogClassList {
  width: 100%;
}
.catalogArea .catalogClassList .item {
  position: relative;
  padding: 0 33px;
}
.catalogArea .catalogClassList .item .itemLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.catalogArea .catalogClassList .item .titleBox {
  position: absolute;
  text-align: start;
  left: 0;
  top: 0;
  padding: 35px 40px;
}
.catalogArea .catalogClassList .item .titleBox .title {
  text-align: start;
  font-size: 37px;
  font-weight: 700;
  color: #fffefe;
  letter-spacing: 3px;
}
@media (max-width: 1470px) {
  .catalogArea .catalogClassList .item .titleBox .title {
    font-size: 32px;
  }
}
.catalogArea .catalogClassList .item .titleBox .subtitle {
  font-size: 25px;
  font-weight: 700;
  color: #fffefe;
  padding-top: 0;
}
@media (max-width: 1470px) {
  .catalogArea .catalogClassList .item .titleBox .subtitle {
    font-size: 23px;
  }
}
.catalogArea .catalogClassList .item .Img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalogArea .catalogClassList .item .Img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 735px;
}
.catalogArea .catalogClassList .item .btnBox {
  position: absolute;
  right: 55px;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalogArea .catalogClassList .item .btnBox .icon_arrow {
  position: absolute;
  right: 10px;
  width: 22px;
  height: 22px;
  stroke: #fefefe;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.catalogArea .catalogClassList .item .btnBox::before {
  content: "";
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  right: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/backbtn.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1181px) {
  .catalogArea .catalogClassList .item:hover .Img {
    opacity: 0.8;
  }
  .catalogArea .catalogClassList .item:hover .btnBox {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
    scale: 1.4;
  }
  .catalogArea .catalogClassList .item:hover .btnBox::before {
    -webkit-animation: rotate_wise2 5s linear infinite;
            animation: rotate_wise2 5s linear infinite;
  }
}
@media (max-width: 768px) {
  .catalogArea .catalogClassList .item .Img {
    height: 270px;
  }
}
@media (max-width: 480px) {
  .catalogArea .catalogClassList .slick-list {
    padding: 0 !important;
  }
}
.catalogArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 735px;
  z-index: 2;
  margin-top: auto;
  margin-bottom: -10px;
}
@media (max-width: 1180px) {
  .catalogArea .arrowBox {
    -webkit-transform: translate(0);
            transform: translate(0);
    right: 20px;
  }
}
.catalogArea .arrowBox .productsNumber {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.catalogArea .arrowBox .numberBox {
  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;
}
.catalogArea .arrowBox .numberBox .line {
  width: 50%;
  max-width: 110px;
  height: 1px;
  margin: 0 25px;
  background-color: #b00e2f;
}
.catalogArea .arrowBox .numberBox span {
  font-size: 18px;
  font-weight: 500;
  font-family: "Anton", "Microsoft JhengHei", sans-serif;
  color: #b00e2f;
}
.catalogArea .arrowBox .arrow {
  width: 45px;
  height: 45px;
  position: relative;
  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;
  cursor: pointer;
}
.catalogArea .arrowBox .arrow span {
  display: inline-block;
  position: relative;
}
.catalogArea .arrowBox .arrow span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
}
.catalogArea .arrowBox .arrow.arrowPrev {
  margin-left: -10px;
}
.catalogArea .arrowBox .arrow.arrowPrev span::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-left: 1px solid #b00e2f;
  border-bottom: 1px solid #b00e2f;
}
@media (max-width: 640px) {
  .catalogArea .arrowBox .arrow.arrowPrev {
    margin-left: 10px;
  }
}
.catalogArea .arrowBox .arrow.arrowNext {
  margin-right: -10px;
}
.catalogArea .arrowBox .arrow.arrowNext span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 1px solid #b00e2f;
  border-bottom: 1px solid #b00e2f;
}
@media (max-width: 640px) {
  .catalogArea .arrowBox .arrow.arrowNext {
    margin-right: 10px;
  }
}
@media (min-width: 1181px) {
  .catalogArea .arrowBox .arrow:hover.arrowPrev span::after {
    -webkit-animation: arrow_enlarge_left 0.6s linear infinite;
            animation: arrow_enlarge_left 0.6s linear infinite;
  }
  .catalogArea .arrowBox .arrow:hover.arrowNext span::after {
    -webkit-animation: arrow_enlarge_right 0.6s linear infinite;
            animation: arrow_enlarge_right 0.6s linear infinite;
  }
}
@media (max-width: 1180px) {
  .catalogArea .arrowBox .arrow {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 640px) {
  .catalogArea {
    padding: 84px 0 50px;
  }
}
@media (max-width: 640px) {
  .catalogArea {
    padding: 40px 0 20px;
  }
}
.catalogArea:not(.show) .topBox .titleBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.catalogArea:not(.show) .topBox .btnBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.catalogArea:not(.show) .catalogClassBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.catalogArea:not(.show) .catalogClassBox .arrowBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.catalogArea.show .topBox .titleBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.4s ease-in-out forwards;
          animation: showBottom 0.4s ease-in-out forwards;
}
.catalogArea.show .topBox .btnBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.4s ease-in-out forwards;
          animation: showBottom 0.4s ease-in-out forwards;
}
.catalogArea.show .catalogClassBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.4s 0.2s ease-in-out forwards;
          animation: showBottom 0.4s 0.2s ease-in-out forwards;
}
.catalogArea.show .catalogClassBox .arrowBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.4s 0.4s ease-in-out forwards;
          animation: showBottom 0.4s 0.4s ease-in-out forwards;
}

/* home(ib_carousel_008) */
.ib_carousel_008 {
  padding: 65px 0 0;
  background-color: #f8f4ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  .ib_carousel_008 {
    padding: 28px 0 0;
  }
}
.ib_carousel_008 .linkBox {
  position: relative;
  z-index: 10;
  width: 94%;
  max-width: 1800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ib_carousel_008 .linkBox .Img {
  width: 100%;
}
.ib_carousel_008 .linkBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .ib_carousel_008 .linkBox .Img {
    height: 450px;
  }
  .ib_carousel_008 .linkBox .Img img {
    -o-object-position: right center;
       object-position: right center;
  }
}
.ib_carousel_008 .linkBox .link {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 155px;
  width: 100%;
  max-width: 495px;
}
.ib_carousel_008 .linkBox .link .faqLink,
.ib_carousel_008 .linkBox .link .homeContactLink {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
.ib_carousel_008 .linkBox .link .faqLink a,
.ib_carousel_008 .linkBox .link .homeContactLink a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ib_carousel_008 .linkBox .link .faqLink span,
.ib_carousel_008 .linkBox .link .homeContactLink span {
  font-size: 60px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.4px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
  background: linear-gradient(90deg, #fff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
  cursor: pointer;
}
.ib_carousel_008 .linkBox .link .faqLink span:hover,
.ib_carousel_008 .linkBox .link .homeContactLink span:hover {
  background-position: left bottom;
}
.ib_carousel_008 .linkBox .link .faqLink .btnBox,
.ib_carousel_008 .linkBox .link .homeContactLink .btnBox {
  position: absolute;
  right: 32px;
  top: 50%;
  margin-top: -15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.ib_carousel_008 .linkBox .link .faqLink .btnBox .icon_arrow,
.ib_carousel_008 .linkBox .link .homeContactLink .btnBox .icon_arrow {
  position: absolute;
  right: 10px;
  width: 22px;
  height: 22px;
  stroke: #fefefe;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ib_carousel_008 .linkBox .link .faqLink .btnBox::before,
.ib_carousel_008 .linkBox .link .homeContactLink .btnBox::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  right: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/nobackbtn.png");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: scale;
}
.ib_carousel_008 .linkBox .link .faqLink::before,
.ib_carousel_008 .linkBox .link .homeContactLink::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
}
.ib_carousel_008 .linkBox .link .faqLink::after,
.ib_carousel_008 .linkBox .link .homeContactLink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1181px) {
  .ib_carousel_008 .linkBox .link .faqLink:hover span,
  .ib_carousel_008 .linkBox .link .homeContactLink:hover span {
    background-position: left bottom;
  }
  .ib_carousel_008 .linkBox .link .faqLink:hover::after,
  .ib_carousel_008 .linkBox .link .homeContactLink:hover::after {
    width: 50%;
  }
  .ib_carousel_008 .linkBox .link .faqLink:hover .btnBox .icon_arrow,
  .ib_carousel_008 .linkBox .link .homeContactLink:hover .btnBox .icon_arrow {
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
    z-index: 2;
  }
  .ib_carousel_008 .linkBox .link .faqLink:hover .btnBox::before,
  .ib_carousel_008 .linkBox .link .homeContactLink:hover .btnBox::before {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    scale: 1.6;
  }
}
@media (max-width: 1470px) {
  .ib_carousel_008 .linkBox .link .faqLink span,
  .ib_carousel_008 .linkBox .link .homeContactLink span {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_008 .linkBox .link .faqLink .btnBox,
  .ib_carousel_008 .linkBox .link .homeContactLink .btnBox {
    right: 15px;
  }
}
@media (max-width: 479px) {
  .ib_carousel_008 .linkBox .link .faqLink span,
  .ib_carousel_008 .linkBox .link .homeContactLink span {
    font-size: 50px;
  }
}
@media (max-width: 390px) {
  .ib_carousel_008 .linkBox .link .faqLink .btnBox,
  .ib_carousel_008 .linkBox .link .homeContactLink .btnBox {
    display: none;
  }
}
.ib_carousel_008 .linkBox .link .faqLink {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .ib_carousel_008 .linkBox .link {
    margin-left: 0;
    padding: 45px 20px 0 43px;
  }
}
@media (max-width: 460px) {
  .ib_carousel_008 .linkBox .link .faqLink span,
  .ib_carousel_008 .linkBox .link .homeContactLink span {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_008 .linkBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .ib_carousel_008 .linkBox {
    width: 90%;
  }
}
.ib_carousel_008:not(.show) .Img {
  opacity: 0;
}
.ib_carousel_008:not(.show) .link {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.ib_carousel_008.show .Img {
  opacity: 1;
  -webkit-transition: all 0.4s 0.2s ease-in-out;
  transition: all 0.4s 0.2s ease-in-out;
}
.ib_carousel_008.show .link {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-animation: showLeft 0.4s 0.4s ease-in-out forwards;
          animation: showLeft 0.4s 0.4s ease-in-out forwards;
}

/* home(ib_carousel_123) */
.ib_carousel_123 {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 1180px) {
  .ib_carousel_123 {
    padding: 0 0 30px;
  }
}
.ib_carousel_123 .titleBox {
  text-align: center;
  display: block;
}
.ib_carousel_123 .titleBox .title {
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  position: relative;
  letter-spacing: 1.5px;
}
.ib_carousel_123 .titleBox .title::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #ddc69d;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 560px) {
  .ib_carousel_123 .titleBox .title {
    margin-top: 10px;
  }
}
.ib_carousel_123 .titleBox .subtitle {
  font-weight: 400;
  font-size: 65px;
  line-height: 0.8;
  font-family: "DM Serif Display", serif;
  color: #393939;
}
@media (max-width: 1180px) {
  .ib_carousel_123 .titleBox .subtitle {
    font-size: 35px;
  }
}
.ib_carousel_123 .titleBox > span {
  margin: 0 20px;
  line-height: 1;
  font-size: 30px;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
  color: rgba(0, 0, 0, 0.231372549);
}
@media (max-width: 560px) {
  .ib_carousel_123 .titleBox > span {
    display: none;
  }
}
.ib_carousel_123 .Img {
  width: 100%;
  overflow: hidden;
}
.ib_carousel_123 .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .ib_carousel_123 .Img a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.ib_carousel_123 {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 1180px) {
  .ib_carousel_123 {
    padding: 0 0 30px;
  }
}
.ib_carousel_123 .titleBox {
  text-align: center;
  display: block;
}
.ib_carousel_123 .titleBox .title {
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  position: relative;
  letter-spacing: 1.5px;
}
.ib_carousel_123 .titleBox .title::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #ddc69d;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 560px) {
  .ib_carousel_123 .titleBox .title {
    margin-top: 10px;
  }
}
.ib_carousel_123 .titleBox .subtitle {
  font-weight: 400;
  font-size: 65px;
  line-height: 0.8;
  font-family: "DM Serif Display", serif;
  color: #393939;
}
@media (max-width: 1180px) {
  .ib_carousel_123 .titleBox .subtitle {
    font-size: 35px;
  }
}
.ib_carousel_123 .titleBox > span {
  margin: 0 20px;
  line-height: 1;
  font-size: 30px;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
  color: rgba(0, 0, 0, 0.231372549);
}
@media (max-width: 560px) {
  .ib_carousel_123 .titleBox > span {
    display: none;
  }
}
.ib_carousel_123 .Img {
  width: 100%;
  overflow: hidden;
}
.ib_carousel_123 .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .ib_carousel_123 .Img a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/* CSS Document */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes btnCircleTxtAni {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes btnCircleTxtAni {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes btnArowAni {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  5% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  95% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}
@keyframes btnArowAni {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  5% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  95% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}
@-webkit-keyframes btnDotLineAni {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes btnDotLineAni {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.btnBox:has(.h004BtnStyle) {
  width: 100%;
  max-width: 339px;
}
@media (max-width: 1023px) {
  .btnBox:has(.h004BtnStyle) {
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .btnBox:has(.h004BtnStyle) {
    max-width: 180px;
  }
}
.btnBox:has(.h004BtnStyleCircle) {
  width: 162px;
  max-width: unset;
}
@media (max-width: 1470px) {
  .btnBox:has(.h004BtnStyleCircle) {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .btnBox:has(.h004BtnStyleCircle) {
    width: 100px;
  }
}
@media (max-width: 400px) {
  .btnBox:has(.h004BtnStyleCircle) {
    width: 73px;
  }
}
.btnBox .btn.h004BtnStyle {
  min-width: unset;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
.btnBox .btn.h004BtnStyle::after {
  content: "";
  display: block;
  width: 90.85%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 19px;
  left: 2px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .btnBox .btn.h004BtnStyle::after {
    width: 100%;
  }
}
.btnBox .btn.h004BtnStyle .arrowBox {
  width: 88px;
  height: 88px;
  position: relative;
  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;
  margin: 2px 0 0 0;
}
@media (max-width: 1023px) {
  .btnBox .btn.h004BtnStyle .arrowBox {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.btnBox .btn.h004BtnStyle .arrowBox .arrow {
  width: 18px;
  height: 2px;
  background-color: #b00e2f;
}
.btnBox .btn.h004BtnStyle .arrowBox .arrow::before, .btnBox .btn.h004BtnStyle .arrowBox .arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  margin-left: 10px;
  background-color: #b00e2f;
}
.btnBox .btn.h004BtnStyle .arrowBox .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.btnBox .btn.h004BtnStyle .arrowBox .arrow::after {
  -webkit-transform: rotate(-45deg) translate(1px, -1px);
          transform: rotate(-45deg) translate(1px, -1px);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.btnBox .btn.h004BtnStyle .arrowBox .circular {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: btnCircleTxtAni 15s linear infinite;
          animation: btnCircleTxtAni 15s linear infinite;
  -webkit-transition: opacity 0.5s 0.2s;
  transition: opacity 0.5s 0.2s;
}
.btnBox .btn.h004BtnStyle .arrowBox svg text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  word-spacing: 8px;
}
.btnBox .btn.h004BtnStyle .arrowBox .circular path {
  fill: none;
}
.btnBox .btn.h004BtnStyle .arrowBox .circular svg {
  display: block;
  overflow: visible;
  fill: #000;
}
.btnBox .btn.h004BtnStyle .btnText {
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 0 3px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .btnBox .btn.h004BtnStyle .btnText {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btnBox .btn.h004BtnStyle .btnText {
    font-size: 14px;
  }
}
@media (min-width: 1181px) {
  .btnBox .btn.h004BtnStyle:hover .circular {
    opacity: 1;
  }
  .btnBox .btn.h004BtnStyle:hover .arrow {
    -webkit-animation: btnArowAni 3s infinite;
            animation: btnArowAni 3s infinite;
  }
}
.btnBox .btn.h004BtnStyleCircle {
  min-width: unset;
  width: 162px;
  height: 162px;
  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;
  padding: 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1470px) {
  .btnBox .btn.h004BtnStyleCircle {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .btnBox .btn.h004BtnStyleCircle {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 400px) {
  .btnBox .btn.h004BtnStyleCircle {
    width: 73px;
    height: 73px;
  }
}
.btnBox .btn.h004BtnStyleCircle::before {
  content: "";
  display: block;
  width: 90.74%;
  height: 90.74%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #b00e2f;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media (max-width: 400px) {
  .btnBox .btn.h004BtnStyleCircle::before {
    width: 92%;
    height: 92%;
  }
}
.btnBox .btn.h004BtnStyleCircle::after {
  content: "";
  display: block;
  width: 70.37%;
  height: 70.37%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: url(../images/circle.png) no-repeat center/100%;
  -webkit-animation: btnDotLineAni 25s linear infinite;
          animation: btnDotLineAni 25s linear infinite;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media (max-width: 1470px) {
  .btnBox .btn.h004BtnStyleCircle::after {
    -webkit-animation-duration: 35s;
            animation-duration: 35s;
  }
}
@media (max-width: 767px) {
  .btnBox .btn.h004BtnStyleCircle::after {
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
  }
}
@media (max-width: 400px) {
  .btnBox .btn.h004BtnStyleCircle::after {
    -webkit-animation: none;
            animation: none;
  }
}
.btnBox .btn.h004BtnStyleCircle .arrowBox {
  width: 80%;
  height: 80%;
  position: relative;
  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;
  margin: 0;
  border-radius: 50%;
  background-color: #b00e2f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btnBox .btn.h004BtnStyleCircle .arrowBox .arrow {
  width: 3px;
  height: 33px;
  background-color: #fff;
}
@media (max-width: 1470px) {
  .btnBox .btn.h004BtnStyleCircle .arrowBox .arrow {
    height: 25px;
  }
}
@media (max-width: 400px) {
  .btnBox .btn.h004BtnStyleCircle .arrowBox .arrow {
    height: 20px;
  }
}
.btnBox .btn.h004BtnStyleCircle .arrowBox .arrow::before, .btnBox .btn.h004BtnStyleCircle .arrowBox .arrow::after {
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  margin-top: 20px;
  background-color: #fff;
}
@media (max-width: 1470px) {
  .btnBox .btn.h004BtnStyleCircle .arrowBox .arrow::before, .btnBox .btn.h004BtnStyleCircle .arrowBox .arrow::after {
    height: 14px;
    margin-top: 12px;
  }
}
@media (max-width: 400px) {
  .btnBox .btn.h004BtnStyleCircle .arrowBox .arrow::before, .btnBox .btn.h004BtnStyleCircle .arrowBox .arrow::after {
    height: 12px;
    margin-top: 9px;
  }
}
.btnBox .btn.h004BtnStyleCircle .arrowBox .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.btnBox .btn.h004BtnStyleCircle .arrowBox .arrow::after {
  -webkit-transform: rotate(135deg) translate(-2px, -2px);
          transform: rotate(135deg) translate(-2px, -2px);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  margin: 0;
}
.btnBox .btn.h004BtnStyleCircle .circular {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-animation: btnCircleTxtAni 15s linear infinite;
          animation: btnCircleTxtAni 15s linear infinite;
  -webkit-transition: opacity 0.5s 0.2s;
  transition: opacity 0.5s 0.2s;
}
.btnBox .btn.h004BtnStyleCircle svg text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  word-spacing: 1px;
}
.btnBox .btn.h004BtnStyleCircle .circular path {
  fill: none;
}
.btnBox .btn.h004BtnStyleCircle .circular svg {
  display: block;
  overflow: visible;
  fill: #000;
}
@media (min-width: 1181px) {
  .btnBox .btn.h004BtnStyleCircle:hover::before {
    width: 70.37%;
    height: 70.37%;
    border-color: white;
  }
  .btnBox .btn.h004BtnStyleCircle:hover::after {
    width: 80%;
    height: 80%;
    opacity: 0;
  }
  .btnBox .btn.h004BtnStyleCircle:hover .arrowBox {
    background-color: #df123c;
  }
}

.ib_info_019 {
  padding: 143px 0;
  text-align: center;
}
.ib_info_019 .wrap {
  max-width: 1505px;
}
.ib_info_019 .wrap > .topBox {
  width: 43%;
}
@media (max-width: 1180px) {
  .ib_info_019 .wrap > .topBox {
    width: 100%;
  }
}
.ib_info_019 .wrap > .topBox .right {
  width: 100%;
  max-width: 339px;
  margin-right: -28px;
}
@media (max-width: 1180px) {
  .ib_info_019 .wrap > .topBox .right {
    max-width: unset;
    margin-right: 0;
  }
}
.ib_info_019 .wrap > .topBox .right .text {
  font-size: 16px;
  letter-spacing: 1.5px;
  padding-right: 28px;
  text-align: left;
}
@media (max-width: 1180px) {
  .ib_info_019 .wrap > .topBox .right .text {
    padding-right: 0;
  }
}
.ib_info_019 .btnBox {
  margin-top: 8px;
}
.ib_info_019 .btnBox .btn.h004BtnStyle {
  padding: 0px 0 11px;
}
.ib_info_019 .btnBox .btn.h004BtnStyle .arrowBox {
  width: 66px;
  height: 66px;
  margin: 2px 11px 0 0;
}
.ib_info_019 .titleBox .title {
  color: #000;
  margin: 0 0 8px 0px;
}
.ib_info_019 .titleBox .subtitle {
  color: #b00e2f;
}
.ib_info_019 .titleBox .subtitle::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #b00e2f;
  margin: 26px 0 31px;
}
.ib_info_019 .topBox {
  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: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ib_info_019 .dataBox {
  position: relative;
}
.ib_info_019 .dataList {
  width: 50%;
  padding-right: 100px;
  min-height: 400px;
}
@media (max-width: 1180px) {
  .ib_info_019 .dataList {
    width: 100%;
    padding-right: 0;
  }
}
.ib_info_019 .dataList .dataItem {
  border-bottom: 1px solid #a6a6a6;
}
.ib_info_019 .dataList .dataItem .topBox {
  padding: 24px 3px 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  letter-spacing: 4.4px;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 1470px) {
  .ib_info_019 .dataList .dataItem .topBox {
    padding: 15px 0;
    font-size: 18px;
  }
}
.ib_info_019 .dataList .dataItem .topBox .addBtn {
  width: 45px;
  height: 45px;
  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;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #a6a6a6;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1470px) {
  .ib_info_019 .dataList .dataItem .topBox .addBtn {
    width: 35px;
    height: 35px;
  }
}
.ib_info_019 .dataList .dataItem .topBox .addBtn::before, .ib_info_019 .dataList .dataItem .topBox .addBtn::after {
  content: "";
  display: block;
  width: 19px;
  height: 1px;
  background-color: #b00e2f;
}
@media (max-width: 1470px) {
  .ib_info_019 .dataList .dataItem .topBox .addBtn::before, .ib_info_019 .dataList .dataItem .topBox .addBtn::after {
    width: 14px;
  }
}
.ib_info_019 .dataList .dataItem .topBox .addBtn::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ib_info_019 .dataList .dataItem .ImgBox {
  position: absolute;
  top: -154px;
  right: 0;
  width: 50%;
}
@media (max-width: 1180px) {
  .ib_info_019 .dataList .dataItem .ImgBox {
    position: relative;
    top: 0;
    right: auto;
    left: 50px;
    width: 80%;
    max-width: 600px;
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .ib_info_019 .dataList .dataItem .ImgBox {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .ib_info_019 .dataList .dataItem .ImgBox {
    width: 95%;
    left: 20px;
  }
}
.ib_info_019 .dataList .dataItem .ImgBox .Img {
  border-radius: 15px;
  overflow: hidden;
}
.ib_info_019 .dataList .dataItem .ImgBox .Img:nth-of-type(1) {
  width: 86%;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  margin: 0 0 0 8%;
}
.ib_info_019 .dataList .dataItem .ImgBox .Img:nth-of-type(2) {
  width: 70.5%;
  margin: -5.5% 0 0 -4.5%;
}
@media (max-width: 480px) {
  .ib_info_019 .dataList .dataItem .ImgBox .Img:nth-of-type(2) {
    margin: -5.5% 0 0 -20px;
  }
}
.ib_info_019 .dataList .dataItem .ImgBox img {
  width: 100%;
  display: block;
  height: auto;
}
.ib_info_019 .dataList .dataItem .ImgBox .btnBox {
  position: absolute;
  right: 4%;
  top: 65.7%;
}
@media (max-width: 1470px) {
  .ib_info_019 .dataList .dataItem .ImgBox .btnBox {
    top: 60.7%;
  }
}
@media (max-width: 480px) {
  .ib_info_019 .dataList .dataItem .ImgBox .btnBox {
    right: 20px;
  }
}
.ib_info_019 .dataList .dataItem .bottomBox {
  display: none;
  padding: 9px 70px 15px 2px;
}
@media (max-width: 1470px) {
  .ib_info_019 .dataList .dataItem .bottomBox {
    padding: 15px 0;
  }
}
.ib_info_019 .dataList .dataItem .bottomBox .textEditor {
  font-size: 15px;
  letter-spacing: 1.4px;
  line-height: 2;
  text-align: left;
  color: #4c4c4c;
}
.ib_info_019 .dataList .dataItem .bottomBox > .btnBox {
  margin: 12px 0 0 -5px;
}
@media (max-width: 1180px) {
  .ib_info_019 .dataList .dataItem .bottomBox > .btnBox {
    display: none;
  }
}
.ib_info_019 .dataList .dataItem .bottomBox > .btnBox .btn {
  max-width: 159px;
}
.ib_info_019 .dataList .dataItem .bottomBox > .btnBox .btn .arrowBox {
  margin: 2px -5px 0 0;
}
@media (min-width: 1181px) {
  .ib_info_019 .dataList .dataItem:not(.open) .topBox:hover {
    color: #b00e2f;
  }
}
.ib_info_019 .dataList .dataItem:not(.open) .ImgBox {
  pointer-events: none;
}
.ib_info_019 .dataList .dataItem:not(.open) .ImgBox .Img {
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.1s 0.2s;
  transition: opacity 0.3s, transform 0.1s 0.2s;
  transition: opacity 0.3s, transform 0.1s 0.2s, -webkit-transform 0.1s 0.2s;
}
.ib_info_019 .dataList .dataItem:not(.open) .ImgBox .Img:nth-of-type(1) {
  -webkit-transform: rotate(10deg) translate(10px, -10px) scale(0.9);
          transform: rotate(10deg) translate(10px, -10px) scale(0.9);
}
.ib_info_019 .dataList .dataItem:not(.open) .ImgBox .Img:nth-of-type(2) {
  -webkit-transform: rotate(-10deg) translate(-10px, 5px) scale(0.85);
          transform: rotate(-10deg) translate(-10px, 5px) scale(0.85);
}
.ib_info_019 .dataList .dataItem:not(.open) .ImgBox .btnBox {
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.1s 0.2s;
  transition: opacity 0.3s, transform 0.1s 0.2s;
  transition: opacity 0.3s, transform 0.1s 0.2s, -webkit-transform 0.1s 0.2s;
}
.ib_info_019 .dataList .dataItem.open .addBtn {
  background-color: #b00e2f;
  border-color: #b00e2f;
}
.ib_info_019 .dataList .dataItem.open .addBtn::after, .ib_info_019 .dataList .dataItem.open .addBtn::before {
  background-color: #fff;
}
.ib_info_019 .dataList .dataItem.open .addBtn::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  opacity: 0;
}
.ib_info_019 .dataList .dataItem.open .ImgBox {
  pointer-events: auto;
}
.ib_info_019 .dataList .dataItem.open .ImgBox .Img {
  opacity: 1;
}
.ib_info_019 .dataList .dataItem.open .ImgBox .Img:nth-of-type(1) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  -webkit-transition: all 0.8s 0.45s;
  transition: all 0.8s 0.45s;
}
.ib_info_019 .dataList .dataItem.open .ImgBox .Img:nth-of-type(2) {
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  -webkit-transition: all 0.8s 0.65s;
  transition: all 0.8s 0.65s;
}
.ib_info_019 .dataList .dataItem.open .ImgBox .btnBox {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-transition: all 0.8s 0.85s;
  transition: all 0.8s 0.85s;
}
.ib_info_019 .dataList .dataItem:nth-of-type(1) .bottomBox {
  display: block;
}
.ib_info_019:not(.show) .titleBox .title,
.ib_info_019:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_info_019:not(.show) .titleBox .subtitle::after {
  width: 0;
}
.ib_info_019:not(.show) .right .text {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.ib_info_019:not(.show) .right .btnBox {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.ib_info_019:not(.show) .dataBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.ib_info_019.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.ib_info_019.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.ib_info_019.show .titleBox .subtitle::after {
  width: 24px;
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.ib_info_019.show .right .text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.8s 0.3s;
  transition: all 0.8s 0.3s;
}
.ib_info_019.show .right .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.8s 0.5s;
  transition: all 0.8s 0.5s;
}
.ib_info_019.show .dataBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.7s;
  transition: all 0.8s 0.7s;
}

/* home(ib_info_015) */
.ib_info_015 {
  background-color: #f1e9e1;
  padding: 95px 0 71px;
  position: relative;
}
@media (max-width: 1180px) {
  .ib_info_015 {
    padding-bottom: 200px;
  }
}
.ib_info_015 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ib_info_015 .titleBox {
  width: 38%;
  text-align: left;
}
@media (max-width: 1180px) {
  .ib_info_015 .titleBox {
    width: 100%;
    max-height: 100%;
    text-align: center;
    position: static;
  }
}
.ib_info_015 .titleBox .decoTitle {
  color: #333;
  font-weight: bold;
  padding-bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media (min-width: 1181px) {
  .ib_info_015 .titleBox .decoTitle {
    font-size: 22px;
  }
}
.ib_info_015 .titleBox .title {
  color: #333;
  font-weight: 500;
  margin-left: -2px;
  letter-spacing: 0.6px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media (min-width: 1181px) {
  .ib_info_015 .titleBox .title {
    font-size: 44px;
  }
}
.ib_info_015 .titleBox .title::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #b00e2f;
  margin: 29px 0 17px;
}
@media (max-width: 1180px) {
  .ib_info_015 .titleBox .title::after {
    margin: 20px auto 17px;
  }
}
.ib_info_015 .titleBox .text {
  color: #666666;
  line-height: 1.675;
  letter-spacing: 0.8px;
  margin-bottom: 33px;
  padding-top: 0;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media (min-width: 1181px) {
  .ib_info_015 .titleBox .text {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .ib_info_015 .titleBox .text {
    margin-bottom: 0;
  }
}
.ib_info_015 .titleBox .btnBox {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media (max-width: 1180px) {
  .ib_info_015 .titleBox .btnBox {
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}
.ib_info_015 .dataBox {
  width: 62%;
  padding: 5px 0 0 12%;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 1350px) {
  .ib_info_015 .dataBox {
    padding: 5px 0 0 6%;
  }
}
@media (max-width: 1180px) {
  .ib_info_015 .dataBox {
    width: 100%;
    padding: 40px 0 0;
  }
}
.ib_info_015 .dataList {
  margin: 0 -8px;
}
.ib_info_015 .dataList .dataItem .item {
  position: relative;
}
@media (min-width: 1181px) {
  .ib_info_015 .dataList .dataItem .item:not(.onUrl):hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(72%) sepia(54%) saturate(382%) hue-rotate(353deg) brightness(88%) contrast(88%);
            filter: brightness(0) saturate(100%) invert(72%) sepia(54%) saturate(382%) hue-rotate(353deg) brightness(88%) contrast(88%);
  }
  .ib_info_015 .dataList .dataItem .item:not(.onUrl):hover .Txt {
    color: #d5a862;
  }
}
.ib_info_015 .dataList .dataItem .item .dataLink {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.ib_info_015 .dataList .dataItem .item .Img {
  padding: 0 8px;
}
.ib_info_015 .dataList .dataItem .item .Img img {
  width: 100%;
}
.ib_info_015 .dataList .dataItem .item .Txt {
  padding: 9px 5px 0;
  text-align: center;
  color: #b00e2f;
}
.ib_info_015 .dataList .dataItem .item .Txt .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.ib_info_015 .dataList .dataItem .item .Txt .subtitle {
  font-size: 14px;
  margin-top: 5px;
}
@media (min-width: 1181px) {
  .ib_info_015 .dataList.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
    display: block;
  }
}
.ib_info_015.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.ib_info_015.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.2s 0.2s;
  transition: all 1.2s 0.2s;
}
.ib_info_015.show .titleBox .title::after {
  width: 60px;
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.ib_info_015.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.2s 0.6s;
  transition: all 1.2s 0.6s;
}
.ib_info_015.show .titleBox .btnBox {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1.2s 0.8s;
  transition: all 1.2s 0.8s;
}
@media (max-width: 1180px) {
  .ib_info_015.show .titleBox .btnBox {
    -webkit-transition: all 1.2s 1s;
    transition: all 1.2s 1s;
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
.ib_info_015.show .dataBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.2s 1s;
  transition: all 1.2s 1s;
}

/* home(ib_carousel_105) */
/* CSS Document */
.ib_carousel_105 {
  padding: 100px 0;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .ib_carousel_105 {
    padding: 60px 0;
  }
}
.ib_carousel_105 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ib_carousel_105 .titleBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 450px;
  padding-left: 50px;
}
.ib_carousel_105 .titleBox .title {
  text-align: left;
}
@media (max-width: 1180px) {
  .ib_carousel_105 .titleBox {
    text-align: center;
    width: 100%;
    position: relative;
  }
}
.ib_carousel_105 .dataBox {
  width: calc(100% + 50vw);
  padding-left: 450px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1180px) {
  .ib_carousel_105 .dataBox {
    width: 100%;
    padding-left: 0;
  }
}
.ib_carousel_105 .dataBox.hide {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ib_carousel_105 .dataList {
  margin: 0 -25px;
}
.ib_carousel_105 .dataList .dataItem {
  position: relative;
  padding: 20px 25px 0;
}
.ib_carousel_105 .dataList .item {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1280px) {
  .ib_carousel_105 .dataList .item {
    margin: 0 auto;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_105 .dataList .item:hover {
    border-color: #b00e2f;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.ib_carousel_105 .dataList .Img {
  width: 100%;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.ib_carousel_105 .dataList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.ib_carousel_105 .dataList .Txt {
  text-align: center;
  padding: 10px;
}
.ib_carousel_105 .dataList .Txt .title {
  font-size: 20px;
  font-weight: 500;
  color: #850c1a;
  margin-bottom: 15px;
  height: 29px;
  overflow: hidden;
}
.ib_carousel_105 .dataList .Txt .text {
  font-size: 16px;
  color: #8B8B8B;
  line-height: 1.6;
  height: 52px;
  overflow: hidden;
}
.ib_carousel_105 .dataList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

footer.ib_footer_014 {
  padding: 200px 0 24px;
  margin-top: -90px;
}
@media (max-width: 960px) {
  footer.ib_footer_014 {
    padding: 150px 0 20px;
  }
}
@media (max-width: 640px) {
  footer.ib_footer_014 {
    margin-top: -110px;
    padding: 170px 0 20px;
  }
}