.serviceArea .serviceList .serviceItem .item .Txt, .serviceArea .serviceList .serviceItem .item .moreImage::after, .serviceArea .serviceList .serviceItem .item .moreImage::before, .serviceArea .serviceList .serviceItem .item .Img img, .productArea .productBox .productItem img, .bannerArea .arrowBox .arrow::before, .bannerArea .arrowBox .arrow:after, .bannerArea .arrowBox .arrow {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* home(ib_banner_018) */
@media (max-width: 768px) {
  body:has(.ib_banner_018) .mainArea {
    padding-top: 0;
  }
}

.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  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;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1345px;
  margin-top: 11.2vw;
  padding: 0 20px;
  display: block;
  max-height: 400px;
  overflow: auto;
  z-index: 4;
}
.bannerArea .bannerItem .Txt::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.bannerArea .bannerItem .Txt::-webkit-scrollbar {
  width: 4px;
  height: 3px;
  background-color: #dbdbdb;
}
.bannerArea .bannerItem .Txt::-webkit-scrollbar-thumb {
  background: #cda682;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt {
    margin-top: 5vw;
  }
}
@media (max-width: 1300px) {
  .bannerArea .bannerItem .Txt {
    margin-top: 40px;
    max-height: 300px;
  }
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt {
    max-height: 200px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    padding: 0 60px;
    max-height: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 420px) {
  .bannerArea .bannerItem .Txt {
    padding: 0 20px;
    max-height: 60%;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  max-width: 720px;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .textBox {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 420px) {
  .bannerArea .bannerItem .Txt .textBox {
    margin-bottom: 0px;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #9e7653;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
@media (max-width: 1300px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 25px;
  }
}
@media (max-width: 420px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  display: block;
  color: #333333;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}
@media (max-width: 1300px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 45px;
  }
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 42px;
  }
}
@media (max-width: 420px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.bannerArea .bannerItem .Txt .decoTitle {
  color: #333333;
  font-size: 35px;
  font-weight: 600;
  font-family: "Raleway", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  margin-left: -2px;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 4px;
}
@media (max-width: 1300px) {
  .bannerArea .bannerItem .Txt .decoTitle {
    font-size: 25px;
  }
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt .decoTitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .decoTitle {
    font-size: 30px;
  }
}
@media (max-width: 420px) {
  .bannerArea .bannerItem .Txt .decoTitle {
    font-size: 25px;
  }
}
.bannerArea .bannerItem .Txt .text {
  margin-top: 10px;
  font-weight: 500;
  color: #888888;
  letter-spacing: 0.05px;
}
@media (max-width: 420px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Img img {
    min-height: 400px;
  }
}
@media (max-width: 420px) {
  .bannerArea .bannerItem .Img img {
    min-height: 350px;
  }
}
.bannerArea .bannerItem.show .Txt .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.1s;
  transition: all 0.8s 0.1s;
}
.bannerArea .bannerItem.show .Txt .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.bannerArea .bannerItem.show .Txt .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.3s;
  transition: all 0.8s 0.3s;
}
.bannerArea .bannerItem.show .Txt .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.bannerArea .bannerItem.show .Img {
  /*img{
  	transform: scale(1.1);
  	transition: transform 5s ease-out;
  }*/
}
.bannerArea .bannerItem.hide .Txt .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
.bannerArea .bannerItem.hide .Txt .subtitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s;
}
.bannerArea .bannerItem.hide .Txt .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
.bannerArea .bannerItem.hide .Txt .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bannerArea .bannerItem.hide .Img {
  /*img{
  	transform: scale(1);
  	transition: all .1s 1s;
  }*/
}
.bannerArea .bannerItem .dataLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 8.4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1345px;
  padding: 0 20px;
  z-index: 4;
  pointer-events: none;
}
.bannerArea .arrowBox::before, .bannerArea .arrowBox::after {
  display: none;
}
@media (max-width: 768px) {
  .bannerArea .arrowBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 10%;
  }
}
.bannerArea .arrowBox .arrow {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  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 8px 0 0;
  cursor: pointer;
  position: relative;
  pointer-events: auto;
}
@media (min-width: 1181px) {
  .bannerArea .arrowBox .arrow:hover {
    background-color: #cda682 !important;
  }
  .bannerArea .arrowBox .arrow:hover.arrowPrev::before {
    border-color: transparent #fff transparent transparent;
  }
  .bannerArea .arrowBox .arrow:hover.arrowPrev::after {
    background-color: #fff;
  }
  .bannerArea .arrowBox .arrow:hover.arrowNext::before {
    background-color: #fff;
  }
  .bannerArea .arrowBox .arrow:hover.arrowNext::after {
    border-color: transparent transparent transparent #fff;
  }
}
@media (max-width: 1180px) {
  .bannerArea .arrowBox .arrow {
    width: 53px;
    height: 53px;
  }
}
.bannerArea .arrowBox .arrow::before, .bannerArea .arrowBox .arrow:after {
  all: unset;
  content: "";
  display: block;
}
.bannerArea .arrowBox .arrow.arrowPrev::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #cda682 transparent transparent;
}
.bannerArea .arrowBox .arrow.arrowPrev::after {
  width: 18px;
  height: 2px;
  background-color: #cda682;
}
.bannerArea .arrowBox .arrow.arrowNext::before {
  width: 18px;
  height: 2px;
  background-color: #cda682;
}
.bannerArea .arrowBox .arrow.arrowNext::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #cda682;
}

/* home(ib_imageText_029) */
.aboutArea {
  padding: 100px 0 64px;
  background: url(../images/aboutBgi.jpg) center/cover;
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 64px 0;
  }
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aboutArea .titleBox {
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
  text-align: left;
}
.aboutArea .titleBox::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #9e7653;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .aboutArea .titleBox {
    padding-bottom: 24px;
  }
}
.aboutArea .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea .titleBox .decoTitle {
  margin-left: 1px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea .rightBox {
  width: 50%;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media (max-width: 1000px) {
  .aboutArea .rightBox {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }
}
.aboutArea .rightBox .Img {
  position: relative;
}
.aboutArea .rightBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .Txt {
  width: 50%;
  font-size: 15px;
  margin-bottom: 40px;
  padding: 0 8% 0 0;
  color: #666666;
}
@media (max-width: 1000px) {
  .aboutArea .Txt {
    width: 100%;
    padding: 0;
  }
}
.aboutArea .textBox {
  overflow-y: auto;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .aboutArea .textBox {
    max-height: 100%;
  }
}
.aboutArea .textBox .title {
  color: #666666;
  line-height: 1.545;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-bottom: 6px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 768px) {
  .aboutArea .textBox .title {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .aboutArea .textBox .title {
    max-width: 299px;
  }
}
.aboutArea .textBox .subTitle {
  font-weight: 600;
  line-height: 1.5;
  color: #cda682;
  font-size: 16px;
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 540px) {
  .aboutArea .textBox .subTitle {
    max-width: 100%;
  }
}
.aboutArea .textBox .text {
  margin-bottom: 15px;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.aboutArea .btnBox {
  margin-top: 20px;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.aboutArea.show .titleBox::before {
  width: 100%;
  -webkit-transition: 0.8s 0.3s;
  transition: 0.8s 0.3s;
}
.aboutArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.2s 0.8s;
  transition: 1.2s 0.8s;
}
.aboutArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.2s 1s;
  transition: 1.2s 1s;
}
.aboutArea.show .rightBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.8s 2s;
  transition: 0.8s 2s;
}
.aboutArea.show .textBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.2s 1.2s;
  transition: 1.2s 1.2s;
}
.aboutArea.show .textBox .subTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.2s 1.4s;
  transition: 1.2s 1.4s;
}
.aboutArea.show .textBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.2s 1.6s;
  transition: 1.2s 1.6s;
}
.aboutArea.show .btnBox {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1.2s 1.8s;
  transition: 1.2s 1.8s;
}

/* home(ib_carousel_010) */
.productArea {
  padding: 78px 0 100px;
  position: relative;
}
@media (max-width: 1180px) {
  .productArea {
    padding-bottom: 200px;
  }
}
@media (max-width: 330px) {
  .productArea {
    padding-bottom: 240px;
  }
}
.productArea .productBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .productArea .productBox {
    display: block;
  }
}
.productArea .productBox .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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.productArea .productBox .leftBox .productItem {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media (max-width: 1180px) {
  .productArea .productBox .leftBox .productItem {
    display: none;
  }
}
.productArea .productBox .titleBox {
  margin: 0;
  width: 100%;
  max-width: 490px;
  max-height: 330px;
  overflow: auto;
  text-align: left;
}
.productArea .productBox .titleBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.productArea .productBox .titleBox::-webkit-scrollbar {
  width: 4px;
  height: 3px;
  background-color: #dbdbdb;
}
.productArea .productBox .titleBox::-webkit-scrollbar-thumb {
  background: #cda682;
}
@media (max-width: 1350px) {
  .productArea .productBox .titleBox {
    padding-bottom: 0;
    height: 26vw;
    max-width: 100%;
  }
}
@media (max-width: 1180px) {
  .productArea .productBox .titleBox {
    height: 100%;
    max-height: 100%;
    position: unset;
    text-align: center;
    overflow: unset;
    margin-bottom: 50px;
  }
}
.productArea .productBox .titleBox .title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 13px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  line-height: 1;
}
.productArea .productBox .titleBox .decoTitle {
  font-size: 22px;
  font-weight: bold;
  font-family: "Raleway";
  letter-spacing: 0.3px;
  margin-bottom: 29px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.productArea .productBox .titleBox .text {
  letter-spacing: 0.8px;
  margin-bottom: 12px;
  letter-spacing: 0.5x;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  padding-top: 0;
}
.productArea .productBox .titleBox .telBox {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.productArea .productBox .titleBox .telBox a {
  color: #cda682;
}
@media (min-width: 1181px) {
  .productArea .productBox .titleBox .telBox a:hover {
    color: #333333;
  }
}
@media (max-width: 1180px) {
  .productArea .productBox .titleBox .telBox {
    margin-bottom: 0;
  }
}
.productArea .productBox .titleBox .buttonsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media (max-width: 1180px) {
  .productArea .productBox .titleBox .buttonsBox {
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    padding: 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 445px) {
  .productArea .productBox .titleBox .buttonsBox {
    bottom: 50px;
  }
}
@media (max-width: 330px) {
  .productArea .productBox .titleBox .buttonsBox {
    bottom: 80px;
  }
}
.productArea .productBox .titleBox .buttonsBox .btnBox {
  margin: 0 17px 10px 0;
}
.productArea .productBox .titleBox .buttonsBox .btnBox:last-child {
  margin-right: 0;
}
@media (max-width: 460px) {
  .productArea .productBox .titleBox .buttonsBox .btnBox {
    margin: 0 5px 10px 0;
  }
}
@media (max-width: 330px) {
  .productArea .productBox .titleBox .buttonsBox .btnBox {
    margin: 0 0 10px 0;
  }
}
.productArea .productBox .productItem {
  position: relative;
}
@media (min-width: 1181px) {
  .productArea .productBox .productItem {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media (min-width: 1181px) {
  .productArea .productBox .productItem:not(.noUrl):hover img {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
}
.productArea .productBox .productItem img {
  width: 100%;
  display: block;
}
.productArea .productBox .productItem .dataLink {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.productArea .productBox .productItem .Txt {
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 2;
  color: #fff;
  padding: 0 28px;
}
.productArea .productBox .productItem .Txt .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.productArea .productBox .productItem .Txt .decoTitle {
  font-size: 13px;
  font-family: "Raleway";
  margin-top: 7px;
  letter-spacing: 0.2px;
}
.productArea .productBox .productItem .number {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 29px;
  right: 31px;
  font-family: "Inter";
  font-size: 13px;
}
.productArea .productBox .leftBox,
.productArea .productBox .rightBox {
  width: 50%;
}
@media (max-width: 1180px) {
  .productArea .productBox .leftBox,
  .productArea .productBox .rightBox {
    width: 100%;
  }
}
.productArea .productBox .rightBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media (min-width: 1181px) {
  .productArea .productBox .rightBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 1180px) {
  .productArea .productBox .rightBox .productPCBox {
    display: none;
  }
}
.productArea .productBox .rightBox .productMBBox .slick-dots {
  bottom: -40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1181px) {
  .productArea .productBox .rightBox .productMBBox {
    display: none;
  }
}
@media (min-width: 1181px) {
  .productArea .productBox .rightBox .productList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productArea .productBox .rightBox .productList .productItem {
    width: 50%;
  }
  .productArea .productBox .rightBox .productList .productItem .item {
    border-left: 1px solid white;
    border-top: 1px solid white;
  }
}
@media (min-width: 1181px) and (max-width: 1180px) {
  .productArea .productBox .rightBox .productList .productItem .item {
    border: none;
  }
}
.productArea .productBox .rightBox .productList .productItem {
  border-bottom: none;
}
@media (min-width: 1181px) {
  .productArea .productBox .rightBox .productList .productItem:nth-of-type(1) {
    display: none;
  }
}
.productArea .productBox .rightBox .productList .productItem .Txt {
  top: 23px;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .productArea .productBox .rightBox .productList .productItem .Txt {
    top: 8px;
    padding: 0 8px;
  }
}
.productArea .productBox .rightBox .productList .productItem .Txt .decoTitle {
  margin-top: 4px;
}
.productArea .productBox .rightBox .productList .productItem .number {
  right: 27px;
}
@media (max-width: 768px) {
  .productArea .productBox .rightBox .productList .productItem .number {
    right: 8px;
    bottom: 8px;
  }
}
.productArea.show .leftBox .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.productArea.show .leftBox .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.2s 0.2s;
  transition: all 1.2s 0.2s;
}
.productArea.show .leftBox .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.2s 0.4s;
  transition: all 1.2s 0.4s;
}
.productArea.show .leftBox .titleBox .telBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.2s 0.6s;
  transition: all 1.2s 0.6s;
}
.productArea.show .leftBox .titleBox .buttonsBox {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1.2s 0.9s;
  transition: all 1.2s 0.9s;
}
@media (max-width: 1180px) {
  .productArea.show .leftBox .titleBox .buttonsBox {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
.productArea.show .leftBox .productItem {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.2s 0.7s;
  transition: all 1.2s 0.7s;
}
@media (max-width: 1180px) {
  .productArea.show .rightBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 1.2s 0.7s;
    transition: all 1.2s 0.7s;
  }
}
.productArea.show .rightBox .productItem {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.productArea.show .rightBox .productItem:nth-child(1) {
  -webkit-transition: all 0.6s 0.9s ease-in-out;
  transition: all 0.6s 0.9s ease-in-out;
}
.productArea.show .rightBox .productItem:nth-child(2) {
  -webkit-transition: all 0.6s 1s ease-in-out;
  transition: all 0.6s 1s ease-in-out;
}
.productArea.show .rightBox .productItem:nth-child(3) {
  -webkit-transition: all 0.6s 1.1s ease-in-out;
  transition: all 0.6s 1.1s ease-in-out;
}
.productArea.show .rightBox .productItem:nth-child(4) {
  -webkit-transition: all 0.6s 1.2s ease-in-out;
  transition: all 0.6s 1.2s ease-in-out;
}
.productArea.show .rightBox .productItem:nth-child(5) {
  -webkit-transition: all 0.6s 1.3s ease-in-out;
  transition: all 0.6s 1.3s ease-in-out;
}
.productArea.show .rightBox .productItem:nth-child(6) {
  -webkit-transition: all 0.6s 1.4s ease-in-out;
  transition: all 0.6s 1.4s ease-in-out;
}
.productArea.show .rightBox .productItem:nth-child(7) {
  -webkit-transition: all 0.6s 1.5s ease-in-out;
  transition: all 0.6s 1.5s ease-in-out;
}

/* home(ib_info_015) */
.serviceArea {
  background-color: #f1e9e1;
  padding: 95px 0 71px;
  position: relative;
}
@media (max-width: 1180px) {
  .serviceArea {
    padding-bottom: 200px;
  }
}
.serviceArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.serviceArea .titleBox {
  width: 38%;
  text-align: left;
}
@media (max-width: 1180px) {
  .serviceArea .titleBox {
    width: 100%;
    max-height: 100%;
    text-align: center;
    position: static;
  }
}
.serviceArea .titleBox .decoTitle {
  color: #333333;
  font-weight: bold;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media (min-width: 1181px) {
  .serviceArea .titleBox .decoTitle {
    font-size: 22px;
  }
}
.serviceArea .titleBox .title {
  color: #333333;
  font-weight: 500;
  margin-left: -2px;
  letter-spacing: 0.6px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media (min-width: 1181px) {
  .serviceArea .titleBox .title {
    font-size: 44px;
  }
}
.serviceArea .titleBox .title::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #cda682;
  margin: 20px 0 17px;
}
@media (max-width: 1180px) {
  .serviceArea .titleBox .title::after {
    margin: 20px auto 17px;
  }
}
.serviceArea .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) {
  .serviceArea .titleBox .text {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .serviceArea .titleBox .text {
    margin-bottom: 0;
  }
}
.serviceArea .titleBox .btnBox {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media (max-width: 1180px) {
  .serviceArea .titleBox .btnBox {
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}
.serviceArea .serviceBox {
  width: 62%;
  padding: 5px 0 0 12%;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 1350px) {
  .serviceArea .serviceBox {
    padding: 5px 0 0 6%;
  }
}
@media (max-width: 1180px) {
  .serviceArea .serviceBox {
    width: 100%;
    padding: 40px 0 0;
  }
}
.serviceArea .serviceList {
  margin: 0 -8px;
}
.serviceArea .serviceList .serviceItem .item {
  margin: 0 8px;
  position: relative;
}
@media (min-width: 1181px) {
  .serviceArea .serviceList .serviceItem .item:not(.onUrl):hover .imgBox {
    border-color: #9e7653;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .serviceArea .serviceList .serviceItem .item:not(.onUrl):hover .Img {
    background-color: #9e7653;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .serviceArea .serviceList .serviceItem .item:not(.onUrl):hover .moreImage {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9e7653), color-stop(50%, #9e7653), color-stop(50%, transparent));
    background-image: linear-gradient(to bottom, #9e7653 0%, #9e7653 50%, transparent 50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .serviceArea .serviceList .serviceItem .item:not(.onUrl):hover .moreImage::before {
    border-color: #9e7653;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .serviceArea .serviceList .serviceItem .item:not(.onUrl):hover .moreImage::after {
    background-color: #9e7653;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .serviceArea .serviceList .serviceItem .item:not(.onUrl):hover .Txt {
    color: #9e7653;
  }
}
.serviceArea .serviceList .serviceItem .item .dataLink {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.serviceArea .serviceList .serviceItem .item .imgBox {
  position: relative;
  width: 100%;
  border: 3px solid #cda682;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.serviceArea .serviceList .serviceItem .item .Img {
  background-color: #cda682;
  padding: 0 8px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.serviceArea .serviceList .serviceItem .item .Img img {
  width: 100%;
  opacity: 0;
}
.serviceArea .serviceList .serviceItem .item .Img.mask {
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.serviceArea .serviceList .serviceItem .item .moreImage {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 2px;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cda682), color-stop(50%, #cda682), color-stop(50%, transparent));
  background-image: linear-gradient(to bottom, #cda682 0%, #cda682 50%, transparent 50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: 100% 10px;
  background-repeat: repeat-y;
}
.serviceArea .serviceList .serviceItem .item .moreImage::before {
  content: "";
  position: absolute;
  top: -25%;
  right: -600%;
  width: 26px;
  height: 26px;
  background-color: #f1e9e1;
  border: 3px solid #cda682;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
}
.serviceArea .serviceList .serviceItem .item .moreImage::after {
  content: "";
  position: absolute;
  top: -7%;
  right: -150%;
  width: 8px;
  height: 8px;
  background-color: #cda682;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100%;
}
.serviceArea .serviceList .serviceItem .item .Txt {
  padding: 9px 5px 0;
  text-align: center;
  color: #cda682;
}
.serviceArea .serviceList .serviceItem .item .Txt .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.serviceArea .serviceList .serviceItem .item .Txt .subtitle {
  font-size: 14px;
  margin-top: 5px;
}
@media (min-width: 1181px) {
  .serviceArea .serviceList.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
    display: block;
  }
}
.serviceArea .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -50px;
}
.serviceArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.serviceArea.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;
}
.serviceArea.show .titleBox .title::after {
  width: 60px;
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.serviceArea.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;
}
.serviceArea.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) {
  .serviceArea.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%);
  }
}
.serviceArea.show .serviceBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.2s 1s;
  transition: all 1.2s 1s;
}