@import url(public/scss/font.css);
.ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  transition: all 0.5s ease-in-out;
}

/* home(ib_info_004) */
.mainArea {
  padding: 0;
}

.ib_info_004 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  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;
  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;
  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;
}
.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: #ef7d1b;
  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: 1201px) {
  .ib_info_004 .close:hover {
    background-color: #ef7d1b;
  }
  .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: 1023px) {
  .ib_info_004 .popContent {
    max-height: calc(100vh - 150px);
  }
}

.bannerArea {
  z-index: 3;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerBox.bannerHide .slickBtnBox {
  opacity: 0.4;
}
@media (min-width: 1201px) {
  .bannerArea .bannerBox.bannerHide .slickBtnBox:hover {
    opacity: 1;
  }
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .videoBtnBox {
  position: absolute;
  right: 235px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 90px;
  aspect-ratio: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 960px) {
  .bannerArea .videoBtnBox {
    top: calc(100% - 220px);
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
@media (max-width: 767px) {
  .bannerArea .videoBtnBox {
    top: calc(100% - 200px);
  }
}
@media (max-width: 400px) {
  .bannerArea .videoBtnBox {
    right: 20px;
    -webkit-transform: none;
            transform: none;
  }
}
.bannerArea .videoBtnBox .circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #fff;
  -webkit-animation: circleAni 7s linear infinite;
          animation: circleAni 7s linear infinite;
  -webkit-mask: url("../images/circle2.png") no-repeat center/100%;
          mask: url("../images/circle2.png") no-repeat center/100%;
}
.bannerArea .videoBtnBox .videoBtn {
  width: 71px;
  aspect-ratio: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.bannerArea .videoBtnBox .videoBtn .icon {
  width: 24px;
  height: 24px;
  color: #91836a;
  -webkit-transform: all 0.5s;
          transform: all 0.5s;
}
@media (min-width: 1201px) {
  .bannerArea .videoBtnBox:hover .videoBtn {
    background-color: #ef7d1b;
  }
  .bannerArea .videoBtnBox:hover .videoBtn .icon {
    color: white;
  }
}
.bannerArea .videoBtnBox.show {
  opacity: 1;
  pointer-events: auto;
}
.bannerArea .videoBtnBox.show.play {
  opacity: 0.4;
}
@media (min-width: 1201px) {
  .bannerArea .videoBtnBox.show.play:hover {
    opacity: 1;
  }
}
.bannerArea .bannerVideoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  pointer-events: auto;
  transition: all 0.8s;
}
.bannerArea .bannerVideoBox.hide {
  opacity: 0;
  pointer-events: none;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Img {
  position: relative;
}
.bannerArea .bannerItem .Img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.bannerArea .bannerItem .Txt {
  max-width: 1492px;
  padding: 90px 330px 95px 50px;
  z-index: 1;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt {
    padding: 90px 30px 95px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt {
    padding: 90px 20px 95px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  width: 100%;
  max-width: 750px;
  height: 320px;
}
@media (max-width: 1540px) {
  .bannerArea .bannerItem .Txt .textBox {
    height: 280px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .textBox {
    height: 240px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .textBox {
    width: 100%;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 1.4px;
  font-weight: 400;
  margin-bottom: 31px;
  font-family: "Noto Serif TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1540px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 20px;
    letter-spacing: 1.2px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.bannerArea .bannerItem .Txt .title::after {
  content: "";
  display: inline-block;
  width: 27px;
  aspect-ratio: 1/1;
  border-bottom: 1px solid #fff;
  margin: 0 0 -2px 10px;
}
@media (max-width: 1540px) {
  .bannerArea .bannerItem .Txt .title::after {
    width: 25px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .title::after {
    width: 22px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  line-height: 1.05;
  font-weight: 600;
  font-size: 66px;
  letter-spacing: 3.4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 1540px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 56px;
    letter-spacing: 3px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 46px;
    letter-spacing: 2px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: min(max(8.33vw, 16px), 40px);
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  margin-top: 55px;
  padding: 0 0 0 2px;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1540px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin-top: 40px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin-top: 20px;
  }
}
.bannerArea .bannerItem .linkBox {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1540px) {
  .bannerArea .bannerItem .linkBox {
    bottom: 30px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .linkBox {
    bottom: 20px;
  }
}
.bannerArea .bannerItem .linkBox .linkList {
  margin: 0 -12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .linkBox .linkList {
    margin: 0 -8px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .linkBox .linkList {
    margin: 0 -4px;
  }
}
.bannerArea .bannerItem .linkBox .linkItem {
  padding: 0 12px;
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .linkBox .linkItem {
    padding: 0 8px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .linkBox .linkItem {
    padding: 0 4px;
  }
}
.bannerArea .bannerItem .linkBox .linkItem .item {
  position: relative;
}
.bannerArea .bannerItem .linkBox .linkItem .item .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 1201px) {
  .bannerArea .bannerItem .linkBox .linkItem .item:hover .Img::after {
    border-color: #fff;
  }
}
.bannerArea .bannerItem .linkBox .linkItem .Img {
  width: 74.5px;
  aspect-ratio: 1/1;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .linkBox .linkItem .Img {
    width: 60px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .linkBox .linkItem .Img {
    width: 50px;
  }
}
.bannerArea .bannerItem .linkBox .linkItem .Img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0);
  z-index: 1;
  transition: all 0.5s;
}
.bannerArea .bannerItem.hide > .Txt .subtitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s 0.3s;
}
.bannerArea .bannerItem.hide > .Txt .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s 0.2s;
}
.bannerArea .bannerItem.hide > .Txt .btnBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s 0.1s;
}
.bannerArea .bannerItem.hide > .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 0.1s 1s;
}
.bannerArea .bannerItem.hide .bannerVideo {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .bannerArea .bannerItem.hide .bannerVideo {
    -webkit-transform: translate(50%, 10px);
            transform: translate(50%, 10px);
  }
}
.bannerArea .bannerItem.show > .Txt .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}
.bannerArea .bannerItem.show > .Txt .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.2s;
}
.bannerArea .bannerItem.show > .Txt .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.4s;
}
.bannerArea .bannerItem.show > .Txt .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.6s;
}
.bannerArea .bannerItem.show > .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 5s;
}
.bannerArea .bannerItem.show .bannerVideo {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.7s;
}
@media (max-width: 767px) {
  .bannerArea .bannerItem.show .bannerVideo {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
.bannerArea .slickBtnBox {
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 140px;
  height: 140px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  .bannerArea .slickBtnBox {
    display: none;
  }
}
.bannerArea .slickBtnBox.hide {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1201px) {
  .bannerArea .slickBtnBox:hover .circleSvgBox .circle .path {
    -webkit-animation: circleSvgAni 4s infinite linear;
            animation: circleSvgAni 4s infinite linear;
  }
}
.bannerArea .slickBtnBox .slickButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}
.bannerArea .slickBtnBox .slickButton .slickPrevBox,
.bannerArea .slickBtnBox .slickButton .slickNextBox {
  width: 50%;
  height: 100%;
  cursor: pointer;
}
.bannerArea .slickBtnBox .slickButton .slickPrev,
.bannerArea .slickBtnBox .slickButton .slickNext {
  width: 100%;
  height: 100%;
}
.bannerArea .slickBtnBox .slickButton .slickNextBox {
  padding-left: 2px;
}
.bannerArea .slickBtnBox .slickButton .slickPrevBox {
  position: relative;
  padding-right: 2px;
}
.bannerArea .slickBtnBox .slickButton .slickPrevBox::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 30px);
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .slickBtnBox .circleItem {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.bannerArea .slickBtnBox .circleItem .slickItem {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 8px;
}
.bannerArea .slickBtnBox .circleItem .slickItem .text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.4px;
}
.bannerArea .slickBtnBox .circleItem .slickItem .icon {
  width: 15px;
  height: 15px;
  color: #fff;
}
.bannerArea .slickBtnBox .circleItem .slickItem .prevBox .arrow .icon, .bannerArea .slickBtnBox .circleItem .slickItem .nextBox .arrow .icon {
  transition: all 0.5s;
}
.bannerArea .slickBtnBox .circleItem .slickItem .prevBox.hover .arrow .icon, .bannerArea .slickBtnBox .circleItem .slickItem .nextBox.hover .arrow .icon {
  color: #ef7d1b;
}
.bannerArea .slickBtnBox .circleItem .slickItem .prevBox .text {
  top: 14px;
}
.bannerArea .slickBtnBox .circleItem .slickItem .prevBox .arrow .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bannerArea .slickBtnBox .circleItem .slickItem .nextBox .text {
  bottom: 13px;
}
.bannerArea .slickBtnBox .circleItem .numBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}
.bannerArea .slickBtnBox .circleItem .numBox .numberList, .bannerArea .slickBtnBox .circleItem .numBox .total {
  width: 50%;
}
.bannerArea .slickBtnBox .circleItem .numBox .numberList {
  text-align: right;
  position: relative;
}
.bannerArea .slickBtnBox .circleItem .numBox .numberList .numberItem {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s;
  padding: 0px 6px;
  color: #ef7d1b;
}
.bannerArea .slickBtnBox .circleItem .numBox .numberList .numberItem:not(:first-child) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.bannerArea .slickBtnBox .circleItem .numBox .numberList .numberItem.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.3s;
}
.bannerArea .slickBtnBox .circleItem .numBox .total {
  padding: 27px 0 0 5px;
}
.bannerArea .slickBtnBox .circleSvgBox {
  position: absolute;
  bottom: -3px;
  left: -3px;
  transition: all 0.5s;
  z-index: 3;
}
.bannerArea .slickBtnBox .circleSvgBox .circle {
  width: 144px;
  height: 144px;
}
.bannerArea .slickBtnBox .circleSvgBox .circle .path {
  width: 100%;
  display: block;
  height: 100%;
  fill: none;
  opacity: 1;
  stroke-dashoffset: 450;
  stroke-dasharray: 450;
  stroke: #ef7d1b;
  stroke-width: 2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@-webkit-keyframes circleSvgAni {
  0% {
    opacity: 0;
    stroke-dashoffset: 450;
    stroke-dasharray: 450;
  }
  3% {
    opacity: 1;
    stroke-dashoffset: 450;
    stroke-dasharray: 450;
  }
  97% {
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-dasharray: 450;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
    stroke-dasharray: 450;
  }
}
@keyframes circleSvgAni {
  0% {
    opacity: 0;
    stroke-dashoffset: 450;
    stroke-dasharray: 450;
  }
  3% {
    opacity: 1;
    stroke-dashoffset: 450;
    stroke-dasharray: 450;
  }
  97% {
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-dasharray: 450;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
    stroke-dasharray: 450;
  }
}

/* home(ib_carousel_000) */
/* CSS Document */
.catalogArea {
  padding: 153px 0 170px;
}
@media (max-width: 1540px) {
  .catalogArea {
    padding: 130px 0;
  }
}
@media (max-width: 767px) {
  .catalogArea {
    padding: 80px 0;
  }
}
.catalogArea .titleBox {
  margin-bottom: 46px;
}
.catalogArea .titleBox .bottom {
  position: relative;
  padding: 0 175px;
}
@media (max-width: 1023px) {
  .catalogArea .titleBox .bottom {
    padding: 0;
  }
}
.catalogArea .titleBox .btnBox {
  position: absolute;
  bottom: 18px;
  right: 0;
}
@media (max-width: 1023px) {
  .catalogArea .titleBox .btnBox {
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.catalogArea .catalogBox {
  position: relative;
}
@media (max-width: 1023px) {
  .catalogArea .catalogBox {
    padding: 0 30px;
  }
}
.catalogArea .catalogBox::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  top: 51%;
  left: 0;
  z-index: -1;
}
.catalogArea .catalogList {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.catalogArea .slick-list {
  padding-right: 2px;
}
.catalogArea .catalogItem {
  padding: 18px;
  border: 1px solid #eeeeee;
  position: relative;
  border-right: none;
  background-color: #fff;
}
.catalogArea .catalogItem .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.catalogArea .catalogItem::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eeeeee;
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 1;
}
@media (max-width: 1350px) {
  .catalogArea .catalogItem::after {
    right: 0px;
  }
}
.catalogArea .catalogItem:has(.hasVideo), .catalogArea .catalogItem:has(.hasAlbum) {
  cursor: pointer;
}
.catalogArea .catalogItem .Txt {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 18px;
}
.catalogArea .catalogItem .Txt .class {
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Serif TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #363431;
  text-align: center;
  padding: 8px 0 0 4px;
  letter-spacing: 1px;
}
@media (min-width: 1201px) {
  .catalogArea .catalogItem .Txt .class {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    transition: all 0.5s 0.1s;
  }
}
.catalogArea .catalogItem .Txt .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
}
.catalogArea .catalogItem .Txt .bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  z-index: -1;
  left: 0;
}
@media (min-width: 1201px) {
  .catalogArea .catalogItem .Txt .bottom::before {
    width: 0;
    transition: all 0.3s;
  }
}
.catalogArea .catalogItem .Txt .series {
  padding: 0 14px 2px 9px;
  font-size: 14px;
  color: #363431;
  background-color: #fff;
}
@media (min-width: 1201px) {
  .catalogArea .catalogItem .Txt .series {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    transition: all 0.5s 0.3s;
  }
}
.catalogArea .catalogItem .Txt .title {
  font-size: 13px;
  color: #c1b19a;
  padding: 0 2px 0 16px;
  background-color: #fff;
}
@media (min-width: 1201px) {
  .catalogArea .catalogItem .Txt .title {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    transition: all 0.5s 0.2s;
  }
}
.catalogArea .catalogItem .Img {
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .catalogArea .catalogItem .Img {
    -webkit-transform: scale(0.71);
            transform: scale(0.71);
  }
}
@media (min-width: 1201px) {
  .catalogArea .catalogItem:hover .imgBox:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .catalogArea .catalogItem:hover .imgBox .Img {
    -webkit-transform: scale(0.71);
            transform: scale(0.71);
  }
  .catalogArea .catalogItem:hover .Txt .class,
  .catalogArea .catalogItem:hover .Txt .series,
  .catalogArea .catalogItem:hover .Txt .title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.5s;
  }
  .catalogArea .catalogItem:hover .Txt .bottom::before {
    width: 100%;
    transition: all 0.6s 0.2s;
  }
}
.catalogArea .slickBtnBox {
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  max-width: 1850px;
  padding: 0 20px;
}
.catalogArea:not(.show) .catalogBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.catalogArea.show .catalogBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}

/* home(ib_imageText_000) */
.ib_imageText_000 .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1490px;
  position: relative;
  padding-bottom: 172px;
}
@media (max-width: 1540px) {
  .ib_imageText_000 .wrap {
    max-width: unset;
  }
}
.ib_imageText_000 .wrap::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  right: 50px;
}
@media (max-width: 1100px) {
  .ib_imageText_000 .wrap::after {
    display: none;
  }
}
.ib_imageText_000 .leftBox {
  width: 35.7%;
  padding: 0 0 0 84px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  z-index: 2;
}
@media (max-width: 1540px) {
  .ib_imageText_000 .leftBox {
    width: 461px;
    padding: 0 0 0 78.5px;
  }
}
@media (max-width: 1350px) {
  .ib_imageText_000 .leftBox {
    padding: 0 0 0 48px;
  }
}
@media (max-width: 1100px) {
  .ib_imageText_000 .leftBox {
    width: 100%;
    padding: 30% 0 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .ib_imageText_000 .leftBox .Img {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .ib_imageText_000 .leftBox {
    -ms-flex-pack: start;
        justify-content: start;
  }
  .ib_imageText_000 .leftBox .Img {
    max-width: calc(100% - 50px);
  }
}
.ib_imageText_000 .leftBox::before {
  content: "";
  display: block;
  width: 64%;
  height: 51.7%;
  background: url("../images/bg_img1.jpg") repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1100px) {
  .ib_imageText_000 .leftBox::before {
    left: -50px;
  }
}
.ib_imageText_000 .leftBox::after {
  content: "";
  display: block;
  width: calc(1% + 43px);
  height: 32.1%;
  background: url("../images/bg_img2.jpg") repeat center top;
  position: absolute;
  top: 55.3%;
  right: -43px;
  z-index: -1;
}
@media (max-width: 1100px) {
  .ib_imageText_000 .leftBox::after {
    width: 24%;
    height: 32.5%;
    right: 0;
  }
}
.ib_imageText_000 .rightBox {
  width: 64.3%;
  position: relative;
  padding-top: 97px;
}
@media (max-width: 1540px) {
  .ib_imageText_000 .rightBox {
    width: calc(100% - 461px);
    height: 741px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (max-width: 1350px) {
  .ib_imageText_000 .rightBox {
    height: 767px;
  }
}
@media (max-width: 1100px) {
  .ib_imageText_000 .rightBox {
    width: 100%;
    padding-top: 0;
    margin-top: 90px;
  }
}
.ib_imageText_000 .rightBox .logo {
  position: absolute;
  right: 21px;
  top: 39%;
}
@media (max-width: 480px) {
  .ib_imageText_000 .rightBox .logo {
    top: 40vw;
  }
}
.ib_imageText_000 .rightBox::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 147px);
  background-color: #e5e5e5;
  position: absolute;
  top: 147px;
  left: 43px;
}
@media (max-width: 1350px) {
  .ib_imageText_000 .rightBox::before {
    height: calc(100% - 152px);
    top: 152px;
  }
}
@media (max-width: 1100px) {
  .ib_imageText_000 .rightBox::before {
    display: none;
  }
}
.ib_imageText_000 .titleBox {
  text-align: left;
  margin-bottom: 26px;
}
.ib_imageText_000 .titleBox .decoTitle {
  text-align: right;
  position: relative;
  padding: 0 14px 0 0;
  width: 100%;
  line-height: 0.63;
  z-index: 0;
}
.ib_imageText_000 .titleBox .decoTitle .txt.top {
  display: inline-block;
}
.ib_imageText_000 .titleBox .decoTitle .txt.top::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + (100vw - 1490px) / 2 + 50px);
  min-width: calc(100% + 50px);
}
@media (max-width: 1540px) {
  .ib_imageText_000 .titleBox .decoTitle .txt.top::before {
    width: calc(100% + 100px);
    left: -50px;
    min-width: unset;
  }
}
.ib_imageText_000 .titleBox .decoTitle .txt.bottom {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 26px 15px 5px 0;
  z-index: 1;
}
.ib_imageText_000 .titleBox .title {
  padding-top: 15px;
  position: relative;
}
.ib_imageText_000 .titleBox .title::after {
  content: "";
  display: block;
  width: 53px;
  height: 2px;
  background-color: #ef7d1b;
  position: absolute;
  top: -2px;
  left: 5px;
  z-index: 1;
}
.ib_imageText_000 .titleBox .text {
  width: 100%;
  max-width: 490px;
  padding: 26px 0 0 7px;
  letter-spacing: 0.9px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1540px) {
  .ib_imageText_000 .titleBox .text {
    padding: 18px 0 0 7px;
  }
}
@media (max-width: 1350px) {
  .ib_imageText_000 .titleBox .text {
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 1100px) {
  .ib_imageText_000 .titleBox .text {
    -webkit-line-clamp: 99999;
  }
}
@media (max-width: 480px) {
  .ib_imageText_000 .titleBox .text {
    font-size: 12px;
  }
}
.ib_imageText_000 .titleBox .bottomTitle {
  padding: 0 171px 0 117px;
}
@media (max-width: 1350px) {
  .ib_imageText_000 .titleBox .bottomTitle {
    padding: 0 140px 0 60px;
  }
}
@media (max-width: 1100px) {
  .ib_imageText_000 .titleBox .bottomTitle {
    padding: 0 171px 0 0;
  }
}
@media (max-width: 480px) {
  .ib_imageText_000 .titleBox .bottomTitle {
    padding: 0 115px 0 0;
  }
}
.ib_imageText_000 .btnBox {
  margin: 0;
  padding: 15px 0 0 123px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  max-width: 580px;
}
@media (max-width: 1540px) {
  .ib_imageText_000 .btnBox {
    padding: 0 0 0 123px;
  }
}
@media (max-width: 1350px) {
  .ib_imageText_000 .btnBox {
    max-width: 440px;
    padding: 0 0 0 70px;
  }
}
@media (max-width: 1100px) {
  .ib_imageText_000 .btnBox {
    padding: 0;
  }
}
.ib_imageText_000 .btnBox .btn {
  width: 300px;
}
.ib_imageText_000 .btnBox::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c2c2c1;
  margin: 2px 0 0;
}
.ib_imageText_000 .bottomBox {
  padding: 65px 0 0 43px;
  border-bottom: 1px solid #e5e5e5;
  height: 385px;
  position: relative;
}
@media (max-width: 1540px) {
  .ib_imageText_000 .bottomBox {
    padding: 40px 0 0 43px;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: end;
  }
}
@media (max-width: 1100px) {
  .ib_imageText_000 .bottomBox {
    padding: 65px 60px 0;
    height: auto;
    border: none;
    overflow: unset;
  }
}
@media (max-width: 767px) {
  .ib_imageText_000 .bottomBox {
    padding: 65px 20px 0;
  }
}
.ib_imageText_000 .slickBtnBox {
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 35px);
  z-index: 3;
}
@media (max-width: 1100px) {
  .ib_imageText_000 .slickBtnBox {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ib_imageText_000 .slickBtnBox {
    left: -20px;
    width: calc(100% + 40px);
  }
}
.ib_imageText_000 .topCircle {
  padding: 0 21px 41px 17px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1350px) {
  .ib_imageText_000 .topCircle {
    padding: 0 17px 41px;
  }
}
@media (max-width: 1100px) {
  .ib_imageText_000 .topCircle {
    border: none;
  }
}
@media (max-width: 480px) {
  .ib_imageText_000 .topCircle {
    padding: 0 17px 47px;
    width: 240px;
    margin: 0 auto;
  }
}
.ib_imageText_000 .circleList {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 32px);
  z-index: 0;
  padding: 0 3px 0 0;
  overflow: hidden;
}
@media (max-width: 1350px) {
  .ib_imageText_000 .circleList {
    top: -11px;
    padding: 0;
    margin-left: -1px;
  }
}
@media (max-width: 1100px) {
  .ib_imageText_000 .circleList {
    top: -15px;
    width: calc(100% - 20px);
  }
}
@media (max-width: 480px) {
  .ib_imageText_000 .circleList {
    top: -24px;
    width: 100%;
    margin: 0;
  }
}
.ib_imageText_000 .circleList:not(.slick-slider) {
  display: -ms-flexbox;
  display: flex;
}
.ib_imageText_000 .circleList .slick-list {
  padding: 10px;
  overflow: unset;
}
@media (max-width: 1350px) {
  .ib_imageText_000 .circleList .slick-list {
    padding: 12px;
  }
}
@media (max-width: 1100px) {
  .ib_imageText_000 .circleList .slick-list {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .ib_imageText_000 .circleList .slick-list {
    padding: 20px;
  }
}
.ib_imageText_000 .circleList .circleItem {
  aspect-ratio: 1/1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1350px) {
  .ib_imageText_000 .circleList .circleItem {
    transition: all 0.5s;
  }
  .ib_imageText_000 .circleList .circleItem.hide {
    opacity: 0;
  }
}
.ib_imageText_000 .circleList .circleItem .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 0.5s;
}
.ib_imageText_000 .circleList .circleItem::after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background-color: #cebaa2;
  margin: 21px auto 0;
  transition: all 0.5s;
}
.ib_imageText_000 .circleList .circleItem.hover::after {
  height: 20px;
}
.ib_imageText_000 .featuresList:not(.slick-slider) {
  display: -ms-flexbox;
  display: flex;
}
.ib_imageText_000 .featuresList .slick-list {
  padding: 0 8px;
}
.ib_imageText_000 .featuresList .featuresItem {
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .ib_imageText_000 .featuresList .featuresItem {
    transition: all 0.5s;
  }
  .ib_imageText_000 .featuresList .featuresItem.hide {
    opacity: 0;
  }
}
.ib_imageText_000 .featuresList .featuresItem.hover .circleBox::before {
  background-color: #ef7d1b;
  border-color: #ef7d1b;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ib_imageText_000 .featuresList .featuresItem.hover .Img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.ib_imageText_000 .featuresList .featuresItem.hover .title {
  color: #fff;
  -webkit-transform: translateX(1px) scale(1.05);
          transform: translateX(1px) scale(1.05);
}
.ib_imageText_000 .featuresList .circleBox {
  width: 100%;
  aspect-ratio: 1/1;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 50%;
  color: #363431;
}
.ib_imageText_000 .featuresList .circleBox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #f5f0ea;
  border: 1px solid #cebaa2;
  -webkit-transform: scale(0.89);
          transform: scale(0.89);
  z-index: 0;
  transition: all 0.5s;
}
.ib_imageText_000 .featuresList .Img {
  width: 50px;
  aspect-ratio: 1/1;
  margin: 6px auto 8px;
  z-index: 1;
  transition: all 0.5s;
}
@media (max-width: 480px) {
  .ib_imageText_000 .featuresList .Img {
    width: 80px;
  }
}
@media (max-width: 350px) {
  .ib_imageText_000 .featuresList .Img {
    width: 60px;
  }
}
.ib_imageText_000 .featuresList .title {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  transition: all 0.5s;
  letter-spacing: 1.1px;
  padding: 0 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1540px) {
  .ib_imageText_000 .featuresList .title {
    font-size: 14px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 480px) {
  .ib_imageText_000 .featuresList .title {
    font-size: 16px;
  }
}
.ib_imageText_000 .featuresContentList {
  position: relative;
}
@media (max-width: 1100px) {
  .ib_imageText_000 .featuresContentList::before, .ib_imageText_000 .featuresContentList:after {
    content: "";
    display: block;
    width: calc(100% + 220px);
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .ib_imageText_000 .featuresContentList::after {
    top: auto;
    bottom: 0;
  }
}
.ib_imageText_000 .featuresContentList .featuresContentItem {
  height: 116px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 2px 0 0;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .ib_imageText_000 .featuresContentList .featuresContentItem {
    height: 150px;
  }
}
.ib_imageText_000 .featuresContentList .featuresContentItem:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ib_imageText_000 .featuresContentList .featuresContentItem.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.3s;
  pointer-events: auto;
}
.ib_imageText_000 .featuresContentList .featuresContentItem .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ib_imageText_000 .featuresContentList .featuresContentItem .item .title {
  width: 162px;
  color: #2e2925;
  text-align: right;
  padding: 0 13px;
  position: relative;
  font-size: 17px;
  letter-spacing: 0.7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Noto Serif TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .ib_imageText_000 .featuresContentList .featuresContentItem .item .title {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}
.ib_imageText_000 .featuresContentList .featuresContentItem .item .title::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #bfbfbf;
  position: absolute;
  top: 7px;
  right: 0px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .ib_imageText_000 .featuresContentList .featuresContentItem .item .title::after {
    width: 14px;
    height: 1px;
    position: static;
    margin: 10px 0;
  }
}
.ib_imageText_000 .featuresContentList .featuresContentItem .item .text {
  width: calc(100% - 162px);
  font-size: 16px;
  line-height: 1.8;
  color: #716c67;
  padding: 0 13px;
  letter-spacing: 1.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1023px) {
  .ib_imageText_000 .featuresContentList .featuresContentItem .item .text {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}
.ib_imageText_000:not(.show) .titleBox .decoTitle .topText {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.ib_imageText_000:not(.show) .titleBox .decoTitle .bottom {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.ib_imageText_000:not(.show) .titleBox .title, .ib_imageText_000:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.ib_imageText_000:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.ib_imageText_000:not(.show) .topCircle, .ib_imageText_000:not(.show) .slickBtnBox, .ib_imageText_000:not(.show) .bottomContent {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_imageText_000:not(.show) .leftBox::before {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.ib_imageText_000:not(.show) .leftBox::after {
  -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
}
.ib_imageText_000:not(.show) .Img {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.ib_imageText_000:not(.show) .logo {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.ib_imageText_000.show .titleBox .decoTitle .topText {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.8s 0.2s;
}
.ib_imageText_000.show .titleBox .decoTitle .bottom {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.8s 0.2s;
}
.ib_imageText_000.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.4s;
}
.ib_imageText_000.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.5s;
}
.ib_imageText_000.show .leftBox::before {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.8s;
}
.ib_imageText_000.show .leftBox::after {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.4s;
}
.ib_imageText_000.show .Img {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.8s 0.2s;
}
.ib_imageText_000.show .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s 0.6s;
}
.ib_imageText_000.show .topCircle, .ib_imageText_000.show .slickBtnBox, .ib_imageText_000.show .bottomContent {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.8s;
}
.ib_imageText_000.show .logo {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.8s 0.8s;
}

/* home(ib_carousel_006) */
/* CSS Document */
.ib_carousel_006 {
  background-color: #faf5ec;
  padding: 118px 0;
}
@media (max-width: 767px) {
  .ib_carousel_006 {
    padding: 80px 0;
  }
}
.ib_carousel_006 .titleBox {
  text-align: left;
  width: 380px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .ib_carousel_006 .titleBox {
    width: 100%;
  }
}
.ib_carousel_006 .titleBox .title {
  padding: 0 0 0 2px;
}
@media (max-width: 1023px) {
  .ib_carousel_006 .titleBox .title {
    padding: 0 0 10px 0;
  }
}
.ib_carousel_006 .titleBox .decoTitle {
  margin: 0px 0 0 -14px;
}
@media (max-width: 1023px) {
  .ib_carousel_006 .titleBox .decoTitle {
    margin: 0;
  }
}
.ib_carousel_006 .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 130px;
  margin-bottom: 21px;
}
@media (max-width: 1023px) {
  .ib_carousel_006 .top {
    padding-right: 0;
  }
}
.ib_carousel_006 .top .right {
  width: calc(100% - 380px);
  margin: -5px 0 0 0;
  padding-left: 12px;
}
@media (max-width: 1023px) {
  .ib_carousel_006 .top .right {
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
  }
}
.ib_carousel_006 .top .text {
  width: 100%;
  max-width: 490px;
  letter-spacing: -0.4px;
  min-height: 63px;
  color: #726d69;
}
@media (max-width: 1023px) {
  .ib_carousel_006 .top .text {
    max-width: unset;
  }
}
.ib_carousel_006 .wrap {
  position: relative;
}
.ib_carousel_006 .dataBox {
  width: calc(100% + (100vw - 1490px) / 2 + 40px);
}
@media (max-width: 1540px) {
  .ib_carousel_006 .dataBox {
    width: calc(100% + 60px);
  }
}
@media (max-width: 1023px) {
  .ib_carousel_006 .dataBox {
    position: relative;
    width: 100%;
  }
}
.ib_carousel_006 .dataBox .dataList {
  margin: 0 -32px;
}
@media (max-width: 1540px) {
  .ib_carousel_006 .dataBox .dataList {
    margin: 0 -20px;
  }
}
@media (max-width: 1350px) {
  .ib_carousel_006 .dataBox .dataList {
    margin: 0 -15px;
  }
}
@media (max-width: 1023px) {
  .ib_carousel_006 .dataBox .dataList {
    margin: 0;
  }
}
.ib_carousel_006 .dataBox .dataList .dataItem {
  padding: 0 32px;
}
@media (max-width: 1540px) {
  .ib_carousel_006 .dataBox .dataList .dataItem {
    padding: 0 20px;
  }
}
@media (max-width: 1350px) {
  .ib_carousel_006 .dataBox .dataList .dataItem {
    padding: 0 15px;
  }
}
.ib_carousel_006 .dataBox .dataList .Img {
  margin: 0 0 23px;
}
.ib_carousel_006 .dataBox .dataList .title {
  font-weight: bold;
  font-size: 18px;
  font-family: "Noto Serif TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.7px;
}
@media (max-width: 1540px) {
  .ib_carousel_006 .dataBox .dataList .title {
    font-size: 17px;
  }
}
@media (max-width: 1350px) {
  .ib_carousel_006 .dataBox .dataList .title {
    font-size: 15px;
  }
}
.ib_carousel_006 .date {
  font-size: 17px;
  font-family: "Noto Serif TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  color: #7e6d54;
}
.ib_carousel_006 .date .slash {
  font-size: 12px;
  display: inline-block;
  margin: 0 4px;
}
.ib_carousel_006 .slickBtnBox {
  position: absolute;
  top: -4px;
  right: 41px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .ib_carousel_006 .slickBtnBox {
    top: auto;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    width: calc(100% + 40px);
    z-index: 1;
  }
}
.ib_carousel_006 .slickBtnBox .arrowPrev {
  margin-right: 33px;
  position: relative;
}
.ib_carousel_006 .slickBtnBox .arrowPrev::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #cebaa2;
  position: absolute;
  top: 50%;
  right: -17px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .ib_carousel_006 .slickBtnBox .arrowPrev::after {
    display: none;
  }
}
.ib_carousel_006:not(.show) .right .title, .ib_carousel_006:not(.show) .right .text {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.ib_carousel_006:not(.show) .dataList {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_carousel_006:not(.show) .slickBtnBox {
  opacity: 0;
}
.ib_carousel_006.show .right .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.2s;
}
.ib_carousel_006.show .right .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s 0.4s;
}
.ib_carousel_006.show .dataList {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.6s;
}
.ib_carousel_006.show .slickBtnBox {
  opacity: 1;
  transition: all 0.8s 0.6s;
}

.worksArea {
  padding: 149px 0 178px;
}
@media (max-width: 1023px) {
  .worksArea {
    padding: 120px 0 130px;
  }
}
@media (max-width: 767px) {
  .worksArea {
    padding: 80px 0 90px;
  }
}
.worksArea .titleBox {
  margin-bottom: 42px;
}
.worksArea .titleBox .decoTitle {
  margin: 0 0 2px;
}
.worksArea .wrap {
  max-width: 1886px;
}
.worksArea .worksBox {
  position: relative;
}
.worksArea .worksBox .slickBtnBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 100px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1100px) {
  .worksArea .worksBox .slickBtnBox {
    width: calc(100% + 70px);
  }
}
@media (max-width: 767px) {
  .worksArea .worksBox .slickBtnBox {
    width: calc(100% + 30px);
  }
}
.worksArea .worksBox .worksList {
  position: absolute;
}
.worksArea .worksBox .worksList .worksItem {
  position: relative;
}
@media (min-width: 1201px) {
  .worksArea .worksBox .worksList .worksItem:hover .Txt::before {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    transition: all 0.5s;
  }
  .worksArea .worksBox .worksList .worksItem:hover .brand {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.5s 0.1s;
  }
  .worksArea .worksBox .worksList .worksItem:hover .series {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.5s 0.2s;
  }
  .worksArea .worksBox .worksList .worksItem:hover .bottom::before {
    width: 100%;
    transition: all 0.5s 0.4s;
  }
  .worksArea .worksBox .worksList .worksItem:hover .bottom .product {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.5s 0.6s;
  }
}
.worksArea .worksBox .worksList .linkWrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.worksArea .worksBox .worksList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.worksArea .worksBox .worksList .Txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: end;
  z-index: 1;
  color: #fff;
  padding: 3.5% 20px;
}
.worksArea .worksBox .worksList .Txt::before {
  content: "";
  display: block;
  background: linear-gradient(to top, #5e4c38, rgba(94, 76, 56, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: all 0.5s;
}
.worksArea .worksBox .worksList .brand {
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Serif TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  margin: 0 0 18px;
  letter-spacing: 1.1px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s;
}
.worksArea .worksBox .worksList .series {
  font-size: 14px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s;
}
.worksArea .worksBox .worksList .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.worksArea .worksBox .worksList .bottom::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s;
}
.worksArea .worksBox .worksList .bottom .product {
  width: 70px;
  font-size: 13px;
  text-align: right;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s;
}
.worksArea .worksBox .worksList#first {
  width: 33.8%;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1100px) {
  .worksArea .worksBox .worksList#first {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .worksArea .worksBox .worksList#first {
    width: calc(100% - 60px);
  }
}
.worksArea .worksBox .worksList#first .Img {
  aspect-ratio: 603/767;
}
.worksArea .worksBox .worksList#second, .worksArea .worksBox .worksList#fifth, .worksArea .worksBox .worksList#third, .worksArea .worksBox .worksList#forth {
  width: 15.1%;
}
@media (max-width: 1100px) {
  .worksArea .worksBox .worksList#second, .worksArea .worksBox .worksList#fifth, .worksArea .worksBox .worksList#third, .worksArea .worksBox .worksList#forth {
    width: calc(25% - 10px);
  }
}
@media (max-width: 767px) {
  .worksArea .worksBox .worksList#second, .worksArea .worksBox .worksList#fifth, .worksArea .worksBox .worksList#third, .worksArea .worksBox .worksList#forth {
    display: none;
  }
}
.worksArea .worksBox .worksList#sixth, .worksArea .worksBox .worksList#seventh {
  width: 15.3%;
}
.worksArea .worksBox .worksList#second {
  top: 15.4vw;
  left: 16.65%;
}
@media (max-width: 1100px) {
  .worksArea .worksBox .worksList#second {
    top: 20.5vw;
    left: 0;
  }
}
.worksArea .worksBox .worksList#second Img {
  aspect-ratio: 270/345;
}
.worksArea .worksBox .worksList#third {
  top: 6.7vw;
  right: 16.65%;
}
@media (max-width: 1100px) {
  .worksArea .worksBox .worksList#third {
    top: 7vw;
    right: 0;
  }
}
.worksArea .worksBox .worksList#third Img {
  aspect-ratio: 270/345;
}
.worksArea .worksBox .worksList#forth {
  top: 25.5vw;
  right: 16.65%;
}
@media (max-width: 1100px) {
  .worksArea .worksBox .worksList#forth {
    top: 36vw;
    right: 0;
  }
}
.worksArea .worksBox .worksList#forth Img {
  aspect-ratio: 270/150;
}
.worksArea .worksBox .worksList#fifth {
  top: 6.7vw;
  left: 16.65%;
}
@media (max-width: 1100px) {
  .worksArea .worksBox .worksList#fifth {
    top: 7vw;
    left: 0;
  }
}
.worksArea .worksBox .worksList#fifth Img {
  aspect-ratio: 270/150;
}
.worksArea .worksBox .worksList#sixth {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1100px) {
  .worksArea .worksBox .worksList#sixth {
    display: none;
  }
}
.worksArea .worksBox .worksList#sixth Img {
  aspect-ratio: 270/345;
}
.worksArea .worksBox .worksList#seventh {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1100px) {
  .worksArea .worksBox .worksList#seventh {
    display: none;
  }
}
.worksArea .worksBox .worksList#seventh Img {
  aspect-ratio: 270/345;
}
.worksArea:not(.show) .worksBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.worksArea:not(.show) .slickBtnBox {
  opacity: 0;
}
.worksArea.show .worksBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.4s;
}
.worksArea.show .slickBtnBox {
  opacity: 1;
  transition: all 0.8s 0.4s;
}

.contactArea {
  position: relative;
  padding: 100px 0 82px;
  background: url("../images/form_bg.jpg") no-repeat center top/cover;
  overflow: hidden;
}
.contactArea .decoBgi {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.contactArea .wrap {
  max-width: 1744px;
}
.contactArea .contactBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contactArea .contactBox .left {
  width: 644px;
  padding-right: 20px;
}
@media (max-width: 1540px) {
  .contactArea .contactBox .left {
    width: 500px;
  }
}
@media (max-width: 1350px) {
  .contactArea .contactBox .left {
    width: 400px;
  }
}
@media (max-width: 1180px) {
  .contactArea .contactBox .left {
    width: 100%;
    padding: 0;
  }
}
.contactArea .contactBox .right {
  width: calc(100% - 644px);
}
@media (max-width: 1540px) {
  .contactArea .contactBox .right {
    width: calc(100% - 500px);
  }
}
@media (max-width: 1350px) {
  .contactArea .contactBox .right {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1180px) {
  .contactArea .contactBox .right {
    width: 100%;
    padding-bottom: 230px;
  }
}
@media (max-width: 480px) {
  .contactArea .contactBox .right {
    padding-bottom: 120px;
  }
}
.contactArea .titleBox {
  text-align: left;
}
.contactArea .titleBox .title {
  padding-bottom: 6px;
}
.contactArea .titleBox .decoTitle {
  letter-spacing: 3px;
  color: #fff;
}
.contactArea .formBox {
  max-width: 873px;
  padding: 0 5px;
}
@media (max-width: 1180px) {
  .contactArea .formBox {
    max-width: unset;
  }
}
.contactArea:not(.show) .formBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.contactArea:not(.show) .decoBgi {
  opacity: 0;
}
.contactArea.show .formBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.4s;
}
.contactArea.show .decoBgi {
  opacity: 1;
  transition: all 0.8s 0.4s;
}