.ib_carousel_037 .dataList .Txt .title::before, .ib_carousel_037 .dataList .Txt, .ib_carousel_037 .dataList .linkWrap .hover .btnText, .ib_carousel_037 .dataList .linkWrap .hover .text, .ib_carousel_037 .dataList .linkWrap .hover, .ib_carousel_037 .dataList .imgBox::before, .ib_carousel_037 .dataList .dataItem, .ib_carousel_037 .dataBox .controlBox, .ib_carousel_000 .dataList .Txt .text, .ib_carousel_000 .dataList .Txt .title, .ib_carousel_000 .dataList .Txt .Img, .ib_carousel_000 .dataList .Txt .num, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/* home(ib_info_004) */
.ib_info_004 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -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;
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem 1.25rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  opacity: 0;
  -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 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: none;
  background-color: #ffc600;
  border: none;
  cursor: pointer;
  right: 0;
  top: 0;
  translate: 30% -30%;
  z-index: 1;
}
@media (max-width: 575px) {
  .ib_info_004 .close {
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 1181px) {
  .ib_info_004 .close:hover {
    background-color: #0e5e40;
  }
  .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 .close::before, .ib_info_004 .close::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  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);
}
.ib_info_004.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ib_info_004.show .mask,
.ib_info_004.show .inner {
  opacity: 1;
}
.ib_info_004.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .ib_info_004 .popContent {
    max-height: calc(100vh - 150px);
  }
}

/* home(ib_banner_037) */
.ib_banner_037 {
  position: relative;
  background-color: #eee4da;
}
.ib_banner_037 .wrap {
  max-width: 100%;
  padding: 0;
}
.ib_banner_037 .dataList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ib_banner_037 .dataList .slick-slide {
  height: auto;
}
.ib_banner_037 .dataList .slick-slide > div {
  height: 100%;
}
.ib_banner_037 .dataList .dataItem {
  position: relative;
  height: 100%;
}
.ib_banner_037 .dataList .item {
  position: relative;
  height: 100%;
}
.ib_banner_037 .dataList .Img {
  height: 900px;
}
@media (max-width: 1536px) {
  .ib_banner_037 .dataList .Img {
    height: 800px;
  }
}
@media (max-width: 1280px) {
  .ib_banner_037 .dataList .Img {
    height: 720px;
  }
}
@media (max-width: 575px) {
  .ib_banner_037 .dataList .Img {
    height: 650px;
  }
}
@media (max-width: 480px) {
  .ib_banner_037 .dataList .Img {
    height: 600px;
  }
}
.ib_banner_037 .dataList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.ib_banner_037 .dataList .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  max-width: 1460px;
  padding: var(--headerHeight) 130px 100px;
}
@media (max-width: 1366px) {
  .ib_banner_037 .dataList .Txt {
    padding: var(--headerHeight) 120px 80px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_037 .dataList .Txt {
    padding: var(--headerHeight) 100px 60px;
  }
}
@media (max-width: 768px) {
  .ib_banner_037 .dataList .Txt {
    padding: var(--headerHeight) 30px 130px;
  }
}
.ib_banner_037 .dataList .Txt .textEditorBox {
  position: relative;
  width: min(100%, 500px);
}
@media (max-width: 768px) {
  .ib_banner_037 .dataList .Txt .textEditorBox {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .ib_banner_037 .dataList .Txt .textEditorBox .textEditor {
    text-align: center;
  }
}
.ib_banner_037 .dataList .Txt .textBox {
  position: relative;
  border-bottom: 2px dashed #fff;
  padding-bottom: 1.5rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1180px) {
  .ib_banner_037 .dataList .Txt .textBox {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.ib_banner_037 .dataList .Txt .title {
  font-size: 72px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 1440px) {
  .ib_banner_037 .dataList .Txt .title {
    font-size: 60px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_037 .dataList .Txt .title {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  .ib_banner_037 .dataList .Txt .title {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .ib_banner_037 .dataList .Txt .title {
    font-size: 40px;
  }
}
.ib_banner_037 .dataList .Txt .subtitle {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1440px) {
  .ib_banner_037 .dataList .Txt .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_037 .dataList .Txt .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .ib_banner_037 .dataList .Txt .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .ib_banner_037 .dataList .Txt .subtitle {
    font-size: 15px;
  }
}
.ib_banner_037 .dataList .Txt .subtitle + .title {
  margin-top: 0.5rem;
}
.ib_banner_037 .dataList .Txt .text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #fff;
}
@media (max-width: 1440px) {
  .ib_banner_037 .dataList .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .ib_banner_037 .dataList .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .ib_banner_037 .dataList .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ib_banner_037 .dataList .Txt .btnBox .btn {
    margin: 0 auto;
  }
}
.ib_banner_037 .dataList .Txt .dataVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.ib_banner_037 .dataList .Txt .dataVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.ib_banner_037 .dataList .Txt .dataVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_037 .dataList .dataLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_037 .dataVideo {
  position: relative;
  width: 100%;
  height: 100%;
}
.ib_banner_037 .dataVideo .homeVider {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.ib_banner_037 .controlBox {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  padding: 0 30px;
  translate: 0 -50%;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .ib_banner_037 .controlBox {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .ib_banner_037 .controlBox {
    top: unset;
    bottom: 36px;
  }
}
.ib_banner_037 .controlBox .arrowBox {
  width: min(100%, 1800px);
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .ib_banner_037 .controlBox .arrowBox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* home(ib_imageText_000) */
.ib_imageText_000 {
  position: relative;
  padding: 210px 0 225px;
  overflow-x: clip;
}
@media (max-width: 1699px) {
  .ib_imageText_000 {
    padding: 160px 0 175px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_000 {
    padding: 120px 0 135px;
  }
}
@media (max-width: 991px) {
  .ib_imageText_000 {
    padding: 80px 0 135px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_000 {
    padding: 60px 0 135px;
  }
}
.ib_imageText_000::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: calc(100% + 112px);
  background-color: transparent;
  position: absolute;
  top: -112px;
  right: auto;
  bottom: auto;
  left: 0;
  background-image: url("../images/deco/home-about-bg.png");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 1536px) {
  .ib_imageText_000::before {
    top: -80px;
    height: calc(100% + 80px);
  }
}
@media (max-width: 991px) {
  .ib_imageText_000::before {
    top: -75px;
    height: calc(100% + 75px);
  }
}
@media (max-width: 768px) {
  .ib_imageText_000::before {
    top: -55px;
    height: calc(100% + 55px);
  }
}
.ib_imageText_000 .wrap {
  max-width: 1540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .wrap {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 991px) {
  .ib_imageText_000 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
    max-width: 780px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .ib_imageText_000 .wrap {
    row-gap: 1.5rem;
  }
}
.ib_imageText_000 .decoBgBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.ib_imageText_000 .decoBgBox .shape {
  position: absolute;
  top: -23%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  max-width: 307px;
}
@media (max-width: 1699px) {
  .ib_imageText_000 .decoBgBox .shape {
    max-width: 260px;
    top: -20%;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_000 .decoBgBox .shape {
    max-width: 200px;
    top: -23%;
  }
}
@media (max-width: 991px) {
  .ib_imageText_000 .decoBgBox .shape {
    top: -112px;
  }
}
@media (max-width: 575px) {
  .ib_imageText_000 .decoBgBox .shape {
    max-width: 160px;
  }
}
@media (max-width: 480px) {
  .ib_imageText_000 .decoBgBox .shape {
    max-width: 120px;
    top: -90px;
  }
}
.ib_imageText_000 .decoBgBox .foot {
  position: absolute;
  top: -2%;
  right: auto;
  bottom: auto;
  left: 46%;
}
@media (max-width: 1699px) {
  .ib_imageText_000 .decoBgBox .foot {
    width: 300px;
    top: -5%;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_000 .decoBgBox .foot {
    width: 220px;
    top: -10%;
  }
}
@media (max-width: 991px) {
  .ib_imageText_000 .decoBgBox .foot {
    top: 8%;
    left: 0;
  }
}
.ib_imageText_000 .decoBgBox .grass {
  position: absolute;
  top: -11.7%;
  right: 13.9%;
  bottom: auto;
  left: auto;
}
@media (max-width: 1699px) {
  .ib_imageText_000 .decoBgBox .grass {
    top: -13%;
  }
}
@media (max-width: 1536px) {
  .ib_imageText_000 .decoBgBox .grass {
    top: -10%;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_000 .decoBgBox .grass {
    top: -12%;
    right: 10%;
    width: 60px;
  }
}
@media (max-width: 991px) {
  .ib_imageText_000 .decoBgBox .grass {
    top: -50px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_000 .decoBgBox .grass {
    top: -36px;
  }
}
@media (max-width: 480px) {
  .ib_imageText_000 .decoBgBox .grass {
    width: 48px;
    right: 30px;
  }
}
.ib_imageText_000 .leftBox {
  position: relative;
  width: 49%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1366px) {
  .ib_imageText_000 .leftBox {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .ib_imageText_000 .leftBox {
    width: 100%;
    padding: 7.5rem 4rem 3rem 0;
  }
}
@media (max-width: 768px) {
  .ib_imageText_000 .leftBox {
    padding: 5.75rem 4rem 3rem 0;
  }
}
@media (max-width: 640px) {
  .ib_imageText_000 .leftBox {
    padding: 5.75rem 2rem 3rem 0;
  }
}
@media (max-width: 575px) {
  .ib_imageText_000 .leftBox {
    padding: 5rem 1.5rem 3rem 0;
  }
}
@media (max-width: 375px) {
  .ib_imageText_000 .leftBox {
    padding: 5rem 1.5rem 1.5rem 0;
  }
}
.ib_imageText_000 .leftBox .large {
  width: 100%;
  height: auto;
  aspect-ratio: 706/513;
  -webkit-mask-image: url("../images/deco/home-about-big-mask.png");
          mask-image: url("../images/deco/home-about-big-mask.png");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.ib_imageText_000 .leftBox .small {
  -webkit-mask-image: url("../images/deco/home-about-small-mask.png");
          mask-image: url("../images/deco/home-about-small-mask.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 100%;
  max-width: 200px;
  height: auto;
  aspect-ratio: 173/140;
}
@media (min-width: 992px) {
  .ib_imageText_000 .leftBox .small {
    display: none;
  }
}
@media (max-width: 640px) {
  .ib_imageText_000 .leftBox .small {
    max-width: 180px;
  }
}
@media (max-width: 575px) {
  .ib_imageText_000 .leftBox .small {
    max-width: 140px;
  }
}
@media (max-width: 480px) {
  .ib_imageText_000 .leftBox .small {
    max-width: none;
    width: 32dvw;
  }
}
@media (max-width: 375px) {
  .ib_imageText_000 .leftBox .small {
    width: 35dvw;
  }
}
.ib_imageText_000 .leftBox .decoBox {
  width: 100%;
  max-width: 325px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -16%;
  left: -23%;
  pointer-events: none;
}
@media (max-width: 1699px) {
  .ib_imageText_000 .leftBox .decoBox {
    max-width: 260px;
    left: -13%;
    bottom: -8%;
  }
}
@media (max-width: 1366px) {
  .ib_imageText_000 .leftBox .decoBox {
    max-width: 220px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_000 .leftBox .decoBox {
    max-width: 200px;
    left: -10%;
  }
}
@media (max-width: 991px) {
  .ib_imageText_000 .leftBox .decoBox {
    left: unset;
    right: 30px;
    bottom: 0;
  }
}
@media (max-width: 640px) {
  .ib_imageText_000 .leftBox .decoBox {
    max-width: 160px;
  }
}
@media (max-width: 480px) {
  .ib_imageText_000 .leftBox .decoBox {
    width: 35dvw;
    max-width: none;
  }
}
@media (max-width: 375px) {
  .ib_imageText_000 .leftBox .decoBox {
    width: 30dvw;
  }
}
.ib_imageText_000 .leftBox .decoBox .lottie {
  position: relative;
  width: 100%;
}
.ib_imageText_000 .leftBox .decoBox .Img {
  width: 47%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -4px;
  left: 65%;
}
.ib_imageText_000 .rightBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 630px;
}
@media (max-width: 991px) {
  .ib_imageText_000 .rightBox {
    width: 100%;
    max-width: none;
  }
}
.ib_imageText_000 .rightBox .Img {
  -webkit-mask-image: url("../images/deco/home-about-small-mask.png");
          mask-image: url("../images/deco/home-about-small-mask.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: -18%;
  right: -9%;
  bottom: auto;
  left: auto;
  width: 100%;
  max-width: 297px;
  height: auto;
  aspect-ratio: 173/140;
}
@media (max-width: 1699px) {
  .ib_imageText_000 .rightBox .Img {
    max-width: 260px;
    right: 0;
  }
}
@media (max-width: 1366px) {
  .ib_imageText_000 .rightBox .Img {
    max-width: 220px;
  }
}
@media (max-width: 991px) {
  .ib_imageText_000 .rightBox .Img {
    display: none;
  }
}
.ib_imageText_000 .rightBox .subtitle {
  color: #fff;
  margin-bottom: 0.625rem;
}
.ib_imageText_000 .rightBox .subtitle.dashedLine {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .rightBox .subtitle.dashedLine {
    gap: 0.25rem;
  }
}
.ib_imageText_000 .rightBox .subtitle.dashedLine::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 54px;
  height: 1px;
  background-color: transparent;
  border-bottom: 2px dashed #fff;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .rightBox .subtitle.dashedLine::before {
    width: 42px;
  }
}
.ib_imageText_000 .textEditorBox {
  position: relative;
  max-width: 520px;
}
@media (max-width: 991px) {
  .ib_imageText_000 .textEditorBox {
    max-width: none;
  }
}
.ib_imageText_000 .textEditorBox .textEditor {
  color: #fff;
}
.ib_imageText_000 .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_imageText_000 .btnBox {
  margin-top: 4.5rem;
}
@media (max-width: 1536px) {
  .ib_imageText_000 .btnBox {
    margin-top: 3.375rem;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_000 .btnBox {
    margin-top: 2.25rem;
  }
}

/* home(ib_carousel_000) */
.ib_carousel_000 {
  position: relative;
  height: 100dvh;
  padding-top: 65px;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .ib_carousel_000 {
    height: auto;
    padding: 65px 0 100px;
  }
}
.ib_carousel_000::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: calc(100% + 90px);
  background-color: transparent;
  background-image: url("../images/deco/home-quality-bg.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: -90px;
  right: auto;
  bottom: auto;
  left: 0;
}
.ib_carousel_000::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 165px;
  background-color: transparent;
  background-image: url("../images/deco/contact-bg-top.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -1px;
  left: 0;
  translate: 0 0;
}
.ib_carousel_000 .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.ib_carousel_000 .decoBox .topBox {
  width: 100%;
  max-width: 485px;
  position: absolute;
  top: -28%;
  right: 0;
  bottom: auto;
  left: auto;
}
@media (max-width: 1699px) {
  .ib_carousel_000 .decoBox .topBox {
    max-width: 400px;
  }
}
@media (max-width: 1440px) {
  .ib_carousel_000 .decoBox .topBox {
    max-width: 350px;
    top: -25%;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_000 .decoBox .topBox {
    max-width: 300px;
    top: -18%;
  }
}
@media (max-width: 991px) {
  .ib_carousel_000 .decoBox .topBox {
    max-width: 250px;
    top: -16%;
  }
}
@media (max-width: 575px) {
  .ib_carousel_000 .decoBox .topBox {
    max-width: 200px;
    top: -12%;
  }
}
@media (max-width: 480px) {
  .ib_carousel_000 .decoBox .topBox {
    max-width: 160px;
    top: -10%;
  }
}
.ib_carousel_000 .decoBox .topBox .duck {
  width: 65%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -32px;
  left: 48px;
}
@media (max-width: 575px) {
  .ib_carousel_000 .decoBox .topBox .duck {
    width: 80%;
    left: 0;
  }
}
.ib_carousel_000 .decoBox .bottom {
  width: 100%;
  max-width: 422px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -17%;
  left: 0;
  z-index: 1;
}
@media (max-width: 1699px) {
  .ib_carousel_000 .decoBox .bottom {
    max-width: 370px;
    bottom: -13%;
  }
}
@media (max-width: 1440px) {
  .ib_carousel_000 .decoBox .bottom {
    max-width: 300px;
    bottom: -7%;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_000 .decoBox .bottom {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .ib_carousel_000 .decoBox .bottom {
    max-width: 220px;
    bottom: -5%;
  }
}
@media (max-width: 575px) {
  .ib_carousel_000 .decoBox .bottom {
    max-width: 180px;
  }
}
.ib_carousel_000 .decoBox .bottom .foot {
  width: 80%;
  position: absolute;
  top: auto;
  right: -27%;
  bottom: -30%;
  left: auto;
  scale: -1 1;
  rotate: 25deg;
}
.ib_carousel_000 .decoBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_carousel_000 .wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 1180px) {
  .ib_carousel_000 .wrap {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}
.ib_carousel_000 .leftBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 425px;
  padding-top: 14%;
  padding-left: 3.375rem;
}
@media (max-width: 1699px) {
  .ib_carousel_000 .leftBox {
    padding-top: 10%;
  }
}
@media (max-width: 1440px) {
  .ib_carousel_000 .leftBox {
    max-width: 360px;
    padding-left: 0;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_000 .leftBox {
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
    padding-top: 0;
  }
}
.ib_carousel_000 .leftBox .decoFoot {
  width: 100%;
  max-width: 372px;
  position: absolute;
  top: -35px;
  right: auto;
  bottom: auto;
  left: -25%;
  pointer-events: none;
}
@media (max-width: 1699px) {
  .ib_carousel_000 .leftBox .decoFoot {
    top: -54px;
    max-width: 300px;
  }
}
@media (max-width: 1440px) {
  .ib_carousel_000 .leftBox .decoFoot {
    max-width: 260px;
    left: -15%;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_000 .leftBox .decoFoot {
    max-width: 220px;
    left: -25%;
  }
}
@media (max-width: 575px) {
  .ib_carousel_000 .leftBox .decoFoot {
    max-width: 200px;
    left: -15%;
  }
}
@media (max-width: 480px) {
  .ib_carousel_000 .leftBox .decoFoot {
    top: -100px;
    left: -30px;
  }
}
.ib_carousel_000 .titleBox {
  position: relative;
  margin-bottom: 4rem;
}
@media (max-width: 1180px) {
  .ib_carousel_000 .titleBox {
    margin-bottom: 3rem;
  }
}
.ib_carousel_000 .titleBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 245px;
  height: 50px;
  background-color: transparent;
  background-image: url("../images/deco/quality-info-title.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -16px;
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 1180px) {
  .ib_carousel_000 .titleBox::before {
    width: 200px;
    height: 45px;
  }
}
.ib_carousel_000 .titleBox .title {
  position: relative;
}
.ib_carousel_000 .textEditorBox {
  position: relative;
  margin: 0 auto;
}
.ib_carousel_000 .textEditorBox .textEditor {
  font-weight: 500;
  text-align: center;
}
.ib_carousel_000 .dataBox {
  position: relative;
  width: 835px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  overflow-y: clip;
}
@media (max-width: 1280px) {
  .ib_carousel_000 .dataBox {
    width: 750px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_000 .dataBox {
    width: 100%;
    height: auto;
    z-index: 1;
  }
}
.ib_carousel_000 .dataList.slick-dotted {
  margin-bottom: 0 !important;
}
.ib_carousel_000 .dataList:not(.slick-slider) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem 2.25rem;
}
@media (max-width: 1280px) {
  .ib_carousel_000 .dataList:not(.slick-slider) {
    gap: 2rem 1.5rem;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_000 .dataList:not(.slick-slider) {
    gap: 0 0;
  }
}
.ib_carousel_000 .dataList:not(.slick-slider) .dataItem {
  width: calc(50% - 2.25rem * 1 / 2);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  --itemTop: 144px;
}
@media (max-width: 1280px) {
  .ib_carousel_000 .dataList:not(.slick-slider) .dataItem {
    width: calc(50% - 1.5rem * 1 / 2);
    --itemTop: 100px;
  }
}
.ib_carousel_000 .dataList:not(.slick-slider) .dataItem:nth-child(1) {
  margin-top: 0 !important;
}
.ib_carousel_000 .dataList:not(.slick-slider) .dataItem:nth-child(2) {
  margin-top: var(--itemTop);
}
.ib_carousel_000 .dataList:not(.slick-slider) .dataItem:nth-child(2n+1) {
  margin-top: calc(var(--itemTop) * -1);
}
@media (max-width: 1180px) {
  .ib_carousel_000 .dataList:not(.slick-slider) .dataItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  .ib_carousel_000 .dataList:not(.slick-slider) .dataItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .ib_carousel_000 .dataList:not(.slick-slider) .dataItem {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_000 .dataList:not(.mobile) {
    display: none;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_000 .dataList.mobile {
    display: none;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_000 .dataList .slick-list {
    margin: 0 -1rem;
  }
}
@media (max-width: 991px) {
  .ib_carousel_000 .dataList .slick-list {
    overflow: visible;
    padding-right: 20%;
  }
}
@media (max-width: 850px) {
  .ib_carousel_000 .dataList .slick-list {
    padding-right: 30px;
  }
}
@media (max-width: 640px) {
  .ib_carousel_000 .dataList .slick-list {
    padding-right: 40%;
  }
}
@media (max-width: 575px) {
  .ib_carousel_000 .dataList .slick-list {
    padding-right: 30%;
  }
}
@media (max-width: 480px) {
  .ib_carousel_000 .dataList .slick-list {
    padding-right: 15%;
  }
}
@media (max-width: 375px) {
  .ib_carousel_000 .dataList .slick-list {
    padding-right: 0;
  }
}
.ib_carousel_000 .dataList .dataItem {
  position: relative;
}
@media (max-width: 1180px) {
  .ib_carousel_000 .dataList .dataItem {
    padding: 0 1rem;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_000 .dataList .dataItem:hover .Img {
    opacity: 1;
    clip-path: circle(100% at 50% 50%);
  }
  .ib_carousel_000 .dataList .dataItem:hover .Txt .num {
    background-color: #fff !important;
    color: #9e6028 !important;
  }
  .ib_carousel_000 .dataList .dataItem:hover .Txt .Img {
    opacity: 0;
    translate: 0 20px;
  }
  .ib_carousel_000 .dataList .dataItem:hover .Txt .title {
    border-color: #fff !important;
  }
  .ib_carousel_000 .dataList .dataItem:hover .Txt .title,
  .ib_carousel_000 .dataList .dataItem:hover .Txt .text {
    color: #fff !important;
  }
}
.ib_carousel_000 .dataList .dataItem:nth-child(4n+1) .item, .ib_carousel_000 .dataList .dataItem:nth-child(4n) .item {
  background-color: #eee4da;
}
.ib_carousel_000 .dataList .dataItem:nth-child(4n+1) .Txt .num, .ib_carousel_000 .dataList .dataItem:nth-child(4n) .Txt .num {
  background-color: #0e5e40;
  color: #fff;
}
.ib_carousel_000 .dataList .dataItem:nth-child(4n+1) .Txt .title, .ib_carousel_000 .dataList .dataItem:nth-child(4n) .Txt .title {
  color: #0e5e40;
}
.ib_carousel_000 .dataList .dataItem:nth-child(4n+1) .Txt .text, .ib_carousel_000 .dataList .dataItem:nth-child(4n) .Txt .text {
  color: #000000;
}
.ib_carousel_000 .dataList .dataItem:nth-child(4n+2) .item, .ib_carousel_000 .dataList .dataItem:nth-child(4n+3) .item {
  background-color: #0e5e40;
}
.ib_carousel_000 .dataList .dataItem:nth-child(4n+2) .Txt .num, .ib_carousel_000 .dataList .dataItem:nth-child(4n+3) .Txt .num {
  background-color: #fff;
  color: #0e5e40;
}
.ib_carousel_000 .dataList .dataItem:nth-child(4n+2) .Txt .title, .ib_carousel_000 .dataList .dataItem:nth-child(4n+3) .Txt .title {
  color: #eee4da;
  border-color: #eee4da;
}
.ib_carousel_000 .dataList .dataItem:nth-child(4n+2) .Txt .text, .ib_carousel_000 .dataList .dataItem:nth-child(4n+3) .Txt .text {
  color: #fff;
}
@media (max-width: 1180px) {
  .ib_carousel_000 .dataList .dataItem.current .Img {
    opacity: 1;
    clip-path: circle(100% at 50% 50%);
  }
  .ib_carousel_000 .dataList .dataItem.current .Txt .num {
    background-color: #fff !important;
    color: #9e6028 !important;
  }
  .ib_carousel_000 .dataList .dataItem.current .Txt .Img {
    opacity: 0;
    translate: 0 20px;
  }
  .ib_carousel_000 .dataList .dataItem.current .Txt .title {
    border-color: #fff !important;
  }
  .ib_carousel_000 .dataList .dataItem.current .Txt .title,
  .ib_carousel_000 .dataList .dataItem.current .Txt .text {
    color: #fff !important;
  }
}
.ib_carousel_000 .dataList .item {
  position: relative;
  -webkit-mask-image: url("../images/deco/home-quality-mask.png");
          mask-image: url("../images/deco/home-quality-mask.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.ib_carousel_000 .dataList .item > .Img {
  opacity: 0;
  clip-path: circle(0% at 50% 50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ib_carousel_000 .dataList .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  padding: 2rem 5rem 3rem;
}
@media (max-width: 1280px) {
  .ib_carousel_000 .dataList .Txt {
    padding: 1.75rem 4rem 2.625rem;
  }
}
.ib_carousel_000 .dataList .Txt .num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .ib_carousel_000 .dataList .Txt .num {
    font-size: 15px;
    width: 42px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_000 .dataList .Txt .num {
    font-size: 14px;
    width: 38px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_000 .dataList .Txt .num {
    width: 36px;
    font-size: 13px;
  }
}
.ib_carousel_000 .dataList .Txt .textBox {
  position: relative;
  text-align: center;
}
.ib_carousel_000 .dataList .Txt .Img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .ib_carousel_000 .dataList .Txt .Img {
    max-width: 150px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_000 .dataList .Txt .Img {
    max-width: 130px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_000 .dataList .Txt .Img {
    max-width: 100px;
  }
}
.ib_carousel_000 .dataList .Txt .title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.75rem auto 1.25rem;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #0e5e40;
  border-bottom: 2px dashed #0e5e40;
  padding-bottom: 1.5rem;
}
@media (max-width: 1280px) {
  .ib_carousel_000 .dataList .Txt .title {
    padding-bottom: 1rem;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_000 .dataList .Txt .title {
    font-size: 18px;
    margin: 1.5rem auto 1.25rem;
  }
}
@media (max-width: 768px) {
  .ib_carousel_000 .dataList .Txt .title {
    font-size: 16px;
    margin: 1.25rem auto 1rem;
  }
}
.ib_carousel_000 .dataList .Txt .text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 200px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .ib_carousel_000 .dataList .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_000 .dataList .Txt .text {
    font-size: 14px;
  }
}
.ib_carousel_000 .dataList .mainImg {
  position: relative;
}
.ib_carousel_000 .dataList .mainImg .Img {
  opacity: 0;
}
.ib_carousel_000 .dataList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_carousel_000 .controlBox {
  position: relative;
  margin-top: 2.25rem;
}

/* home(ib_carousel_037) */
.ib_carousel_037 {
  position: relative;
  padding: 100px 0 45px;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .ib_carousel_037 {
    padding: 80px 0 45px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_037 {
    padding: 60px 0 45px;
  }
}
.ib_carousel_037::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 85px;
  background-color: transparent;
  background-image: url("../images/deco/catalog-bg-bottom.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 1px;
  left: 0;
  translate: 0 100%;
  z-index: 1;
}
.ib_carousel_037 .titleBox {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 6.25rem;
}
@media (max-width: 1366px) {
  .ib_carousel_037 .titleBox {
    margin-bottom: 4.5rem;
  }
}
.ib_carousel_037 .titleBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 170px;
  height: 60px;
  background-color: transparent;
  background-image: url("../images/deco/product-info-title.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -10px;
  left: -50%;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 1180px) {
  .ib_carousel_037 .titleBox::before {
    width: 120px;
    height: 40px;
    left: -35%;
  }
}
@media (max-width: 575px) {
  .ib_carousel_037 .titleBox::before {
    width: 100px;
    height: 30px;
    left: -30%;
    bottom: -5px;
  }
}
.ib_carousel_037 .btnBox {
  margin-top: 6rem;
}
@media (max-width: 1366px) {
  .ib_carousel_037 .btnBox {
    margin-top: 4.5rem;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_037 .btnBox {
    margin-top: 4rem;
  }
}
.ib_carousel_037 .dataBox {
  position: relative;
}
.ib_carousel_037 .dataBox .controlBox {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: calc(50% - 24px);
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
@media (max-width: 1366px) {
  .ib_carousel_037 .dataBox .controlBox {
    max-width: 89dvw;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_037 .dataBox .controlBox {
    max-width: none;
    top: calc(50% - 12px);
  }
}
@media (max-width: 991px) {
  .ib_carousel_037 .dataBox .controlBox {
    max-width: 50dvw;
  }
}
@media (max-width: 768px) {
  .ib_carousel_037 .dataBox .controlBox {
    max-width: 66dvw;
  }
}
@media (max-width: 480px) {
  .ib_carousel_037 .dataBox .controlBox {
    max-width: 85dvw;
  }
}
@media (max-width: 375px) {
  .ib_carousel_037 .dataBox .controlBox {
    width: 95dvw;
    max-width: none;
  }
}
.ib_carousel_037 .dataBox .controlBox.hide {
  opacity: 0;
  pointer-events: none;
}
.ib_carousel_037 .dataBox .controlBox .arrowBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ib_carousel_037 .dataList {
  margin: 0 -2rem;
}
@media (max-width: 1366px) {
  .ib_carousel_037 .dataList {
    margin: 0 -1.5rem;
  }
}
.ib_carousel_037 .dataList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ib_carousel_037 .dataList:not(.slick-slider) .dataItem {
  width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 768px) {
  .ib_carousel_037 .dataList:not(.slick-slider) .dataItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ib_carousel_037 .dataList:not(.slick-slider) .dataItem {
    width: 100%;
  }
}
.ib_carousel_037 .dataList .slick-list {
  overflow: visible;
  padding: 0 11% !important;
}
@media (max-width: 1366px) {
  .ib_carousel_037 .dataList .slick-list {
    padding: 0 8% !important;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_037 .dataList .slick-list {
    padding: 0 30px !important;
  }
}
@media (max-width: 991px) {
  .ib_carousel_037 .dataList .slick-list {
    padding: 0 30% !important;
  }
}
@media (max-width: 768px) {
  .ib_carousel_037 .dataList .slick-list {
    padding: 0 20% !important;
  }
}
@media (max-width: 480px) {
  .ib_carousel_037 .dataList .slick-list {
    padding: 0 60px !important;
  }
}
@media (max-width: 375px) {
  .ib_carousel_037 .dataList .slick-list {
    padding: 0 20px !important;
  }
}
.ib_carousel_037 .dataList .dataItem {
  position: relative;
  padding: 0 2rem;
}
@media (max-width: 1366px) {
  .ib_carousel_037 .dataList .dataItem {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_037 .dataList .dataItem {
    padding: 0 1.25rem;
  }
}
.ib_carousel_037 .dataList .dataItem.prev {
  translate: -3.375rem 0;
}
@media (max-width: 1180px) {
  .ib_carousel_037 .dataList .dataItem.prev {
    translate: 0 0;
  }
}
.ib_carousel_037 .dataList .dataItem.prev .Txt {
  opacity: 0;
  pointer-events: none;
}
.ib_carousel_037 .dataList .dataItem.next {
  translate: 3.375rem 0;
}
@media (max-width: 1180px) {
  .ib_carousel_037 .dataList .dataItem.next {
    translate: 0 0;
  }
}
.ib_carousel_037 .dataList .dataItem.next .Txt {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .ib_carousel_037 .dataList .dataItem.current .imgBox::before {
    opacity: 1;
    rotate: 0deg;
  }
  .ib_carousel_037 .dataList .dataItem.current .linkWrap .hover {
    opacity: 1;
    pointer-events: auto;
  }
  .ib_carousel_037 .dataList .dataItem.current .linkWrap .hover .text {
    opacity: 1;
    translate: 0 0;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .ib_carousel_037 .dataList .dataItem.current .linkWrap .hover .btnText {
    opacity: 1;
    translate: 0 0;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .ib_carousel_037 .dataList .dataItem.current .Txt .title::before {
    opacity: 1;
    clip-path: inset(0 0% 0 0%);
  }
}
.ib_carousel_037 .dataList .item {
  position: relative;
}
@media (min-width: 1181px) {
  .ib_carousel_037 .dataList .item:hover .imgBox::before {
    opacity: 1;
    rotate: 0deg;
  }
  .ib_carousel_037 .dataList .item:hover .linkWrap .hover {
    opacity: 1;
    pointer-events: auto;
  }
  .ib_carousel_037 .dataList .item:hover .linkWrap .hover .text {
    opacity: 1;
    translate: 0 0;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .ib_carousel_037 .dataList .item:hover .linkWrap .hover .btnText {
    opacity: 1;
    translate: 0 0;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .ib_carousel_037 .dataList .item:hover .Txt .title::before {
    opacity: 1;
    clip-path: inset(0 0% 0 0%);
  }
}
.ib_carousel_037 .dataList .imgBox {
  position: relative;
}
.ib_carousel_037 .dataList .imgBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background-color: transparent;
  background-image: url("../images/deco/catalog-hover.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -24px;
  right: auto;
  bottom: auto;
  left: -24px;
  opacity: 0;
  rotate: 45deg;
}
.ib_carousel_037 .dataList .Img {
  -webkit-mask-image: url("../images/deco/catalog-mask.png");
          mask-image: url("../images/deco/catalog-mask.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.ib_carousel_037 .dataList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_carousel_037 .dataList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-mask-image: url("../images/deco/catalog-mask.png");
          mask-image: url("../images/deco/catalog-mask.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.ib_carousel_037 .dataList .linkWrap .hover {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  background-color: rgba(14, 94, 64, 0.85);
  padding: 5rem 2.625rem 2.625rem;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1366px) {
  .ib_carousel_037 .dataList .linkWrap .hover {
    padding: 4rem 2.625rem 2.625rem;
  }
}
@media (max-width: 575px) {
  .ib_carousel_037 .dataList .linkWrap .hover {
    padding: 3.375rem 2.25rem 1.5rem;
  }
}
.ib_carousel_037 .dataList .linkWrap .hover::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  background-color: transparent;
  background-image: url("../images/deco/catalog-line.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.ib_carousel_037 .dataList .linkWrap .hover .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  opacity: 0;
  translate: 0 20px;
}
@media (max-width: 1180px) {
  .ib_carousel_037 .dataList .linkWrap .hover .text {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .ib_carousel_037 .dataList .linkWrap .hover .text {
    font-size: 14px;
  }
}
.ib_carousel_037 .dataList .linkWrap .hover .btnText {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  opacity: 0;
  translate: 0 20px;
}
@media (max-width: 375px) {
  .ib_carousel_037 .dataList .linkWrap .hover .btnText {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.ib_carousel_037 .dataList .linkWrap .hover .btnText span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #ffc600;
}
@media (max-width: 1180px) {
  .ib_carousel_037 .dataList .linkWrap .hover .btnText span {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .ib_carousel_037 .dataList .linkWrap .hover .btnText span {
    font-size: 14px;
  }
}
.ib_carousel_037 .dataList .linkWrap .hover .btnText svg {
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  color: #ffc600;
}
@media (max-width: 1180px) {
  .ib_carousel_037 .dataList .linkWrap .hover .btnText svg {
    width: 12px;
  }
}
@media (max-width: 375px) {
  .ib_carousel_037 .dataList .linkWrap .hover .btnText svg {
    width: 10px;
  }
}
.ib_carousel_037 .dataList .Txt {
  position: relative;
  margin-top: 0.75rem;
  pointer-events: auto;
}
@media (max-width: 375px) {
  .ib_carousel_037 .dataList .Txt {
    margin-top: 0.5rem;
  }
}
.ib_carousel_037 .dataList .Txt .title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #0e5e40;
  text-align: center;
}
@media (max-width: 1180px) {
  .ib_carousel_037 .dataList .Txt .title {
    font-size: 18px;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_037 .dataList .Txt .title:hover:has(a) {
    color: #ffc600;
  }
  .ib_carousel_037 .dataList .Txt .title:hover:has(a)::before {
    opacity: 1;
    clip-path: inset(0 0% 0 0%);
  }
}
.ib_carousel_037 .dataList .Txt .title::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 126px;
  height: 22px;
  background-color: #ffc600;
  -webkit-mask-image: url("../images/deco/catalog-title.png");
          mask-image: url("../images/deco/catalog-title.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  scale: -1;
  opacity: 0;
  clip-path: inset(0 50% 0 50%);
}
@media (max-width: 1180px) {
  .ib_carousel_037 .dataList .Txt .title::before {
    width: 100px;
    height: 18px;
  }
}
.ib_carousel_037 .dataList .Txt .title a {
  color: inherit;
}

.contactArea {
  position: relative;
  padding: 245px 0;
  background-blend-mode: color-burn;
  background-image: url("../images/deco/home-contact-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0e5e40;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .contactArea {
    padding: 200px 0;
  }
}
@media (max-width: 768px) {
  .contactArea {
    padding: 160px 0;
  }
}
.contactArea .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.contactArea .decoBox .duck {
  width: 100%;
  max-width: 396px;
  position: absolute;
  top: -36px;
  right: 8px;
  bottom: auto;
  left: auto;
  z-index: 1;
}
@media (max-width: 1536px) {
  .contactArea .decoBox .duck {
    top: -16px;
    right: 0;
    max-width: 320px;
  }
}
@media (max-width: 1180px) {
  .contactArea .decoBox .duck {
    max-width: 280px;
    top: -10px;
  }
}
@media (max-width: 575px) {
  .contactArea .decoBox .duck {
    max-width: 220px;
    top: 0;
  }
}
.contactArea .decoBox .left {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media (max-width: 1536px) {
  .contactArea .decoBox .left {
    width: 600px;
  }
}
@media (max-width: 1180px) {
  .contactArea .decoBox .left {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .contactArea .decoBox .left {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .contactArea .decoBox .left {
    width: 300px;
  }
}
.contactArea .decoBox .right {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
@media (max-width: 1536px) {
  .contactArea .decoBox .right {
    width: 600px;
  }
}
@media (max-width: 1180px) {
  .contactArea .decoBox .right {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .contactArea .decoBox .right {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .contactArea .decoBox .right {
    width: 300px;
  }
}
.contactArea .decoBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.contactArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 1180px) {
  .contactArea .wrap {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .contactArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}
.contactArea .leftBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 415px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 2rem;
  border-right: 2px dashed rgba(255, 255, 255, 0.5);
}
@media (max-width: 1280px) {
  .contactArea .leftBox {
    width: 400px;
  }
}
@media (max-width: 1180px) {
  .contactArea .leftBox {
    width: 375px;
  }
}
@media (max-width: 1024px) {
  .contactArea .leftBox {
    width: 100%;
    border-right: none;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.5);
    padding-right: 0;
    padding-bottom: 2rem;
  }
}
.contactArea .leftBox .titleBox {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}
.contactArea .leftBox .titleBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 130px;
  height: 60px;
  background-color: transparent;
  background-image: url("../images/deco/contact-info-title.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: auto;
  right: -60%;
  bottom: -10px;
  left: auto;
  opacity: 0.2;
}
@media (max-width: 1180px) {
  .contactArea .leftBox .titleBox::before {
    width: 100px;
    height: 40px;
    right: -35%;
    bottom: -6px;
  }
}
.contactArea .rightBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 920px;
}
@media (max-width: 1024px) {
  .contactArea .rightBox {
    max-width: none;
  }
}
.contactArea .side_contactInfo {
  position: relative;
  margin-bottom: 24%;
}
@media (max-width: 1180px) {
  .contactArea .side_contactInfo {
    margin-bottom: 15%;
  }
}
@media (max-width: 1024px) {
  .contactArea .side_contactInfo {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
.contactArea .side_contactInfo .companyBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
.contactArea .side_contactInfo .companyBox .text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #fff;
}
@media (max-width: 1180px) {
  .contactArea .side_contactInfo .companyBox .text {
    font-size: 18px;
  }
}
.contactArea .side_contactInfo .companyBox .text.company {
  color: #ffc600;
}
.contactArea .side_contactInfo .infoList {
  margin-top: 0.25rem;
}
.contactArea .side_contactInfo .infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media (max-width: 1180px) {
  .contactArea .side_contactInfo .infoList li {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.contactArea .side_contactInfo .infoList li + li {
  margin-top: 0.5rem;
}
.contactArea .side_contactInfo .infoList a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #fff;
  word-break: break-word;
}
@media (max-width: 1180px) {
  .contactArea .side_contactInfo .infoList a {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .contactArea .side_contactInfo .infoList a {
    font-size: 14px;
  }
}
@media (min-width: 1181px) {
  .contactArea .side_contactInfo .infoList a:hover {
    color: #ffc600;
  }
}

footer {
  margin-top: -85px;
}
@media (max-width: 1180px) {
  footer {
    margin-top: -65px;
  }
}
/*# sourceMappingURL=home.css.map */