.ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  transition: all 0.5s ease-in-out;
}

/* home(ib_banner_015) */
.mainArea {
  padding-bottom: 0;
  background-color: #f8f2ed;
}

.ib_banner_015 {
  position: relative;
  height: 200vh;
  min-height: 1200px;
  z-index: 1;
  background-color: #272d18;
}
.ib_banner_015 .dataBox {
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1921px) {
  .ib_banner_015 .dataBox {
    max-width: 1920px;
    left: calc((100% - 1920px) / 2);
  }
}
.ib_banner_015 .dataBox:not(.fixed) {
  position: absolute;
  bottom: 0;
}
.ib_banner_015 .dataBox.fixed {
  position: fixed;
  top: 0;
}
.ib_banner_015 .dataItem {
  position: relative;
}
.ib_banner_015 .dataItem .dataLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.ib_banner_015 .dataItem .Img {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .ib_banner_015 .dataItem .Img {
    max-height: unset;
  }
}
.ib_banner_015 .dataItem .Img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.ib_banner_015 .dataItem::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.ib_banner_015 .dataItem .Txt {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  max-width: 1820px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 120px 50px;
  z-index: 2;
}
@media screen and (max-height: 500px) and (min-width: 1024px) {
  .ib_banner_015 .dataItem .Txt {
    top: 0 !important;
    opacity: 1 !important;
  }
}
@media (max-width: 1023px) {
  .ib_banner_015 .dataItem .Txt {
    padding: 120px 30px;
  }
}
@media (max-width: 800px) {
  .ib_banner_015 .dataItem .Txt {
    padding: 120px 20px;
  }
}
.ib_banner_015 .dataItem .Txt .textBox {
  color: #fff;
  padding-right: 40px;
  max-height: 400px;
  width: 100%;
}
@media (max-width: 1350px) {
  .ib_banner_015 .dataItem .Txt .textBox {
    max-height: 300px;
  }
}
@media (max-width: 1023px) {
  .ib_banner_015 .dataItem .Txt .textBox {
    padding-right: 0;
  }
}
.ib_banner_015 .dataItem .Txt .decoTitle {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 10.1px;
  padding: 0 0 4px 68px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1540px) {
  .ib_banner_015 .dataItem .Txt .decoTitle {
    font-size: 18px;
    padding: 0 0 4px 45px;
    letter-spacing: 8px;
  }
}
@media (max-width: 1350px) {
  .ib_banner_015 .dataItem .Txt .decoTitle {
    font-size: 16px;
    padding: 0 0 4px 35px;
    letter-spacing: 6px;
  }
}
@media (max-width: 480px) {
  .ib_banner_015 .dataItem .Txt .decoTitle {
    font-size: 14px;
    letter-spacing: 4px;
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .ib_banner_015 .dataItem .Txt .decoTitle {
    font-size: 13px;
    letter-spacing: 2px;
  }
}
.ib_banner_015 .dataItem .Txt .decoTitle::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 12px;
}
@media (max-width: 1540px) {
  .ib_banner_015 .dataItem .Txt .decoTitle::before {
    top: 10px;
    width: 33px;
  }
}
@media (max-width: 1350px) {
  .ib_banner_015 .dataItem .Txt .decoTitle::before {
    top: 8px;
    width: 25px;
  }
}
.ib_banner_015 .dataItem .Txt .decoTitle .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ib_banner_015 .dataItem .Txt .title {
  font-size: 92px;
  font-weight: 500;
  letter-spacing: 4.8px;
  margin: 26px 0 29px -4px;
  line-height: 1;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1540px) {
  .ib_banner_015 .dataItem .Txt .title {
    font-size: 85px;
    line-height: 1;
    margin: 10px 0;
  }
}
@media (max-width: 1350px) {
  .ib_banner_015 .dataItem .Txt .title {
    margin: 0 0 15px -4px;
    font-size: 75px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_015 .dataItem .Txt .title {
    font-size: 65px;
  }
}
@media (max-width: 480px) {
  .ib_banner_015 .dataItem .Txt .title {
    font-size: 50px;
  }
}
@media (max-width: 400px) {
  .ib_banner_015 .dataItem .Txt .title {
    font-size: 40px;
  }
}
.ib_banner_015 .dataItem .Txt .title .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ib_banner_015 .dataItem .Txt .subtitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 4.6px;
  margin: 0 0 22px -5px;
  overflow: hidden;
}
@media (max-width: 1540px) {
  .ib_banner_015 .dataItem .Txt .subtitle {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 10px;
  }
}
@media (max-width: 1350px) {
  .ib_banner_015 .dataItem .Txt .subtitle {
    font-size: 24px;
    margin: 0 0 15px -5px;
  }
}
@media (max-width: 480px) {
  .ib_banner_015 .dataItem .Txt .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .ib_banner_015 .dataItem .Txt .subtitle {
    font-size: 18px;
  }
}
.ib_banner_015 .dataItem .Txt .subtitle .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ib_banner_015 .dataItem .Txt .text {
  display: block;
  font-size: 20px;
  letter-spacing: 0.8px;
  margin: 0 0 0 3px;
}
@media (max-width: 1540px) {
  .ib_banner_015 .dataItem .Txt .text {
    font-size: 18px;
    margin: 0 0 0 -3px;
  }
}
@media (max-width: 1350px) {
  .ib_banner_015 .dataItem .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .ib_banner_015 .dataItem .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .ib_banner_015 .dataItem .Txt .text {
    font-size: 13px;
  }
}
.ib_banner_015 .dataItem:not(.show) .decoTitle .txt {
  opacity: 0;
  -webkit-transform: translateY(30px) skew(-20deg);
          transform: translateY(30px) skew(-20deg);
  transition: all 0.3s 0.3s linear;
}
.ib_banner_015 .dataItem:not(.show) .decoTitle::before {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.3s 0.4s linear;
}
.ib_banner_015 .dataItem:not(.show) .title .txt {
  opacity: 0;
  -webkit-transform: translateY(50px) skew(-10deg);
          transform: translateY(50px) skew(-10deg);
  transition: all 0.3s 0.2s linear;
}
.ib_banner_015 .dataItem:not(.show) .subtitle .txt {
  opacity: 0;
  -webkit-transform: translateY(40px) skew(-10deg);
          transform: translateY(40px) skew(-10deg);
  transition: all 0.3s 0.1s linear;
}
.ib_banner_015 .dataItem:not(.show) .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 0.3s linear;
}
.ib_banner_015 .dataItem.show .decoTitle .txt {
  opacity: 1;
  -webkit-transform: translateY(0) skew(0deg);
          transform: translateY(0) skew(0deg);
  transition: all 0.5s 0.3s linear;
}
.ib_banner_015 .dataItem.show .decoTitle::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.3s linear;
}
.ib_banner_015 .dataItem.show .title .txt {
  opacity: 1;
  -webkit-transform: translateY(0) skew(0deg);
          transform: translateY(0) skew(0deg);
  transition: all 0.5s 0.4s linear;
}
.ib_banner_015 .dataItem.show .subtitle .txt {
  opacity: 1;
  -webkit-transform: translateY(0) skew(0deg);
          transform: translateY(0) skew(0deg);
  transition: all 0.5s 0.6s linear;
}
.ib_banner_015 .dataItem.show .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.8s linear;
}
.ib_banner_015 .slick-dots {
  bottom: 42px;
  right: 85px;
}
@media (max-width: 1350px) {
  .ib_banner_015 .slick-dots {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
}
@media (max-width: 800px) {
  .ib_banner_015 .slick-dots {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (max-width: 1023px) {
  .ib_banner_015 .slick-dots {
    opacity: 0;
    pointer-events: none;
  }
}
.ib_banner_015 .scrollDown {
  position: absolute;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: start;
  width: 100%;
  max-width: 1820px;
  padding: 0 50px;
  pointer-events: none;
}
@media (max-width: 1350px) {
  .ib_banner_015 .scrollDown {
    -webkit-transform: translate(-50%, 40px);
            transform: translate(-50%, 40px);
  }
}
@media screen and (max-height: 500px) and (min-width: 1024px) {
  .ib_banner_015 .scrollDown {
    bottom: 48px !important;
    opacity: 1 !important;
  }
}
@media (max-width: 800px) {
  .ib_banner_015 .scrollDown {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (max-width: 1023px) {
  .ib_banner_015 .scrollDown {
    padding: 0 30px;
  }
}
@media (max-width: 800px) {
  .ib_banner_015 .scrollDown {
    padding: 0 20px;
  }
}
.ib_banner_015 .scrollDown .text {
  font-size: 15px;
  color: #fff;
  letter-spacing: 3.1px;
  padding: 0 6px 0 0;
}
@media (max-width: 1540px) {
  .ib_banner_015 .scrollDown .text {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .ib_banner_015 .scrollDown .text {
    font-size: 13px;
  }
}
.ib_banner_015 .scrollDown .arrow .icon {
  width: 15px;
  height: 15px;
  color: #fff;
}
@media (max-width: 1540px) {
  .ib_banner_015 .scrollDown .arrow .icon {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 1350px) {
  .ib_banner_015 .scrollDown .arrow .icon {
    width: 13px;
    height: 13px;
  }
}
.ib_banner_015 .slick-dotted.slick-slider {
  margin: 0;
}

.aboutArea {
  margin-top: -1px;
}

/* home(ib_carousel_000) */
.newsArea {
  position: relative;
  z-index: 3;
  height: 200vh;
  margin-bottom: 60px;
}
@media screen and (max-height: 500px) and (min-width: 1024px) {
  .newsArea {
    height: auto;
    margin-bottom: 110px;
  }
}
@media screen and (max-height: 640px) and (min-width: 320px) and (max-width: 480px) {
  .newsArea {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .newsArea {
    margin-bottom: 20px;
  }
}
.newsArea .wrap {
  width: 100%;
  width: 100%;
  min-height: 100vh;
  padding-top: 15dvh;
}
@media (max-width: 480px) {
  .newsArea .wrap {
    padding-top: 90px;
  }
}
@media (max-width: 320px) {
  .newsArea .wrap {
    height: auto;
  }
}
.newsArea .wrap.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.newsArea .wrap.fixed .newsItem .Img .mask {
  opacity: 1;
}
.newsArea .wrap.absolute {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.newsArea .titleBox {
  margin-bottom: 74px;
}
@media (max-width: 1540px) {
  .newsArea .titleBox {
    margin-bottom: 50px;
  }
}
@media (max-width: 1350px) {
  .newsArea .titleBox {
    margin-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .newsArea .titleBox {
    margin-bottom: 30px;
  }
}
.newsArea .titleBox .title, .newsArea .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media screen and (max-height: 500px) and (min-width: 1024px) {
  .newsArea .titleBox .title, .newsArea .titleBox .subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 320px) {
  .newsArea .titleBox .title, .newsArea .titleBox .subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.newsArea .classBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media (min-width: 1024px) {
  .newsArea .classBox {
    margin-left: 160px;
    max-width: calc(100% - 160px);
  }
  .newsArea .classBox .classLink {
    -ms-flex-pack: end;
        justify-content: end;
    margin: 0 -6px;
  }
}
@media screen and (max-height: 500px) and (min-width: 1024px) {
  .newsArea .classBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 320px) {
  .newsArea .classBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.newsArea .newsBox {
  position: relative;
}
.newsArea .numBox {
  width: 62px;
  margin: -2px 0 0 -2px;
}
@media (max-width: 1023px) {
  .newsArea .numBox {
    display: none;
  }
}
.newsArea .topButtons {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 26px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media (max-width: 1540px) {
  .newsArea .topButtons {
    padding: 0 0 15px;
  }
}
@media screen and (max-height: 500px) and (min-width: 1024px) {
  .newsArea .topButtons {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 1023px) {
  .newsArea .topButtons {
    bottom: 57%;
    left: -10px;
    width: calc(100% + 20px);
    z-index: 3;
  }
  .newsArea .topButtons .slickBtn {
    border-color: #89ba2a;
  }
  .newsArea .topButtons .slickBtnBox {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .newsArea .topButtons {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.newsArea .newsList {
  margin: 0 -20px;
}
@media (max-width: 1540px) {
  .newsArea .newsList {
    margin: 0 -15px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsList {
    margin: 0 -10px;
  }
}
.newsArea .newsList .newsItem {
  padding: 0px 20px;
}
@media (max-width: 1540px) {
  .newsArea .newsList .newsItem {
    padding: 0px 15px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsList .newsItem {
    padding: 0px 10px;
  }
}
.newsArea .newsList .textBox {
  padding: 16px 0 22px;
}
@media (max-width: 1540px) {
  .newsArea .newsList .textBox {
    padding: 10px 0;
  }
}
.newsArea .newsList .Img {
  position: relative;
  opacity: 0;
}
@media screen and (max-height: 500px) and (min-width: 1024px) {
  .newsArea .newsList .Img {
    opacity: 1;
  }
}
@media (max-width: 320px) {
  .newsArea .newsList .Img {
    opacity: 1;
  }
}
.newsArea .newsList .Img .mask {
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: 100%;
  background-color: #f8f2ed;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-height: 500px) and (min-width: 1024px) {
  .newsArea .newsList .Img .mask {
    opacity: 1;
    height: 0;
  }
}
@media (max-width: 320px) {
  .newsArea .newsList .Img .mask {
    opacity: 1;
    height: 0;
  }
}
.newsArea .newsList .title {
  font-size: 20px;
  color: #252B17;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-bottom: 3px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1540px) {
  .newsArea .newsList .title {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsList .title {
    font-size: 16px;
  }
}
@media screen and (max-height: 500px) and (min-width: 1024px) {
  .newsArea .newsList .title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 800px) {
  .newsArea .newsList .title {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .newsArea .newsList .title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.newsArea .newsList .text {
  font-family: "Lato", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  color: #879177;
  letter-spacing: 0.7px;
  line-height: 1.65;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1540px) {
  .newsArea .newsList .text {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsList .text {
    font-size: 13px;
  }
}
@media screen and (max-height: 500px) and (min-width: 1024px) {
  .newsArea .newsList .text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 800px) {
  .newsArea .newsList .text {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  .newsArea .newsList .text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.newsArea .newsList .bottom {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media screen and (max-height: 500px) and (min-width: 1024px) {
  .newsArea .newsList .bottom {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 320px) {
  .newsArea .newsList .bottom {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.newsArea .newsList .bottom .classTitle {
  color: #252B17;
}
.newsArea .newsList .bottom .date {
  padding: 2px 0 0 13px;
  color: #a0a0a0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.roomArea {
  position: relative;
  z-index: 4;
  padding: 25px 0 0;
}
.roomArea .titleBox {
  text-align: left;
}
@media (max-width: 800px) {
  .roomArea .titleBox {
    margin-bottom: 10px;
  }
}
.roomArea .titleBox .subtitle {
  margin: 0 0 16px -3px;
  letter-spacing: 0px;
}
.roomArea .titleBox .title {
  margin: 0 0 0 -5px;
  letter-spacing: 1.9px;
}
@media (max-width: 480px) {
  .roomArea .titleBox .title {
    margin: 0 -8px;
    letter-spacing: 0px;
  }
}
.roomArea .wrap {
  position: relative;
}
.roomArea .decoImgList {
  position: absolute;
  top: -25.3%;
  right: 42px;
  z-index: 1;
  max-width: 37.3%;
}
.roomArea .decoImgList .decoImgItem:not(:first-child) {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.roomArea .decoImgList .decoImgItem img {
  width: 100%;
}
.roomArea .decoImgList .decoImgItem:not(.active) .Img {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  transition: all 0.3s linear;
}
.roomArea .decoImgList .decoImgItem.active .Img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.2s linear;
}
.roomArea .topTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: end;
}
@media (max-width: 800px) {
  .roomArea .topTitle {
    display: block;
  }
}
.roomArea .numBox {
  margin-bottom: 38px;
}
@media (max-width: 800px) {
  .roomArea .numBox {
    margin-bottom: 20px;
  }
}
.roomArea .imgBox {
  position: relative;
  z-index: 0;
}
.roomArea .imgBox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(0, 0, 0) 0, rgb(0, 0, 0) 19%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}
@media (max-width: 1023px) {
  .roomArea .imgBox::before {
    background: #000;
    opacity: 0.2;
  }
}
.roomArea .roomItem {
  position: relative;
  z-index: 1;
}
.roomArea .roomItem .item {
  position: relative;
}
.roomArea .roomItem .item .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.roomArea .roomItem:not(.active) .Img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: all 0.1s 1s;
}
.roomArea .roomItem.active .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 3s 0.1s;
}
.roomArea .Txt {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
}
.roomArea .Txt .roomTitleBox {
  padding: 0 0 22px 7px;
}
@media (max-width: 1540px) {
  .roomArea .Txt .roomTitleBox {
    padding: 0 0 22px;
  }
}
@media (max-width: 800px) {
  .roomArea .Txt .roomTitleBox {
    padding: 0;
  }
}
.roomArea .Txt .topTitle {
  font-size: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: 2px;
  margin-bottom: 6px;
}
@media (max-width: 1540px) {
  .roomArea .Txt .topTitle {
    font-size: 50px;
    padding: 0 16px;
  }
}
@media (max-width: 1350px) {
  .roomArea .Txt .topTitle {
    font-size: 40px;
  }
}
.roomArea .Txt .topTitle .enTitleBox {
  font-size: 18px;
  min-width: 93px;
  letter-spacing: 0px;
  padding: 3px 17px 0;
}
@media (max-width: 1540px) {
  .roomArea .Txt .topTitle .enTitleBox {
    font-size: 16px;
  }
}
@media (max-width: 1350px) {
  .roomArea .Txt .topTitle .enTitleBox {
    font-size: 14px;
  }
}
.roomArea .Txt .subtitle {
  letter-spacing: 1.2px;
  font-size: 17px;
  padding: 0 0 0 1px;
  text-align: center;
}
@media (max-width: 1540px) {
  .roomArea .Txt .subtitle {
    font-size: 15px;
  }
}
@media (max-width: 1350px) {
  .roomArea .Txt .subtitle {
    font-size: 13px;
  }
}
.roomArea .slickBtnBox {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 40px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1023px) {
  .roomArea .slickBtnBox {
    left: -15px;
    width: calc(100% + 30px);
  }
}
.roomArea .roomBox {
  position: relative;
  z-index: 1;
}
.roomArea .roomBox .title {
  font-size: 40px;
  letter-spacing: 2px;
}
@media (max-width: 800px) {
  .roomArea .roomBox .title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .roomArea .roomBox .title {
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 350px) {
  .roomArea .roomBox .title {
    font-size: 18px;
  }
}
.roomArea .roomStyleList {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
}
@media (max-width: 1023px) {
  .roomArea .roomStyleList {
    display: none;
  }
}
.roomArea .roomStyleList .roomStyleItem {
  width: 50%;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.roomArea .roomStyleList .roomStyleItem:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.roomArea .roomStyleList .roomStyleItem .roomTxt {
  text-align: center;
  padding: 15px 10px 39px;
}
@media (max-width: 1540px) {
  .roomArea .roomStyleList .roomStyleItem .roomTxt {
    padding: 15px 10px 25px;
  }
}
@media (max-width: 1350px) {
  .roomArea .roomStyleList .roomStyleItem .roomTxt {
    padding: 15px 10px;
  }
}
.roomArea .roomStyleList .roomStyleItem .roomTxt .roomStyleTitle {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 1540px) {
  .roomArea .roomStyleList .roomStyleItem .roomTxt .roomStyleTitle {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .roomArea .roomStyleList .roomStyleItem .roomTxt .roomStyleTitle {
    font-size: 16px;
  }
}
.roomArea .roomStyleList .roomStyleItem .roomTxt .roomStyleExp {
  font-family: "Lato", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  letter-spacing: 0.7px;
  line-height: 1.65;
}
@media (max-width: 1540px) {
  .roomArea .roomStyleList .roomStyleItem .roomTxt .roomStyleExp {
    font-size: 14px;
  }
}
.roomArea .roomStyleList .roomStyleItem .roomTxt sup {
  font-size: 12px;
}
.roomArea:not(.show) .titleBox .subtitle, .roomArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.roomArea:not(.show) .numBox {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.roomArea:not(.show) .roomBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.roomArea.show .titleBox .subtitle, .roomArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.roomArea.show .titleBox .subtitle {
  transition: all 0.7s linear;
}
.roomArea.show .titleBox .title {
  transition: all 0.7s 0.2s linear;
}
.roomArea.show .numBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.2s linear;
}
.roomArea.show .roomBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.4s linear;
}

/* CSS Document */
.ib_carousel_000 {
  padding: 271px 0 257px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 1540px) {
  .ib_carousel_000 {
    padding: 200px 0;
  }
}
@media (max-width: 1350px) {
  .ib_carousel_000 {
    padding: 150px 0;
  }
}
.ib_carousel_000 .titleBox {
  text-align: left;
  margin-bottom: 65px;
}
.ib_carousel_000 .titleBox .subtitle {
  letter-spacing: -1px;
}
.ib_carousel_000 .titleBox .title {
  padding: 0 0 0 1px;
}
.ib_carousel_000 .growthRingsBox {
  position: absolute;
  top: 67.4%;
  left: 51.2%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 68.229vw;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .ib_carousel_000 .growthRingsBox {
    width: 150%;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.ib_carousel_000 .growthRingsBox .growthRingsImg img {
  width: 100%;
}
.ib_carousel_000 .growthRingsBox .growthRingsImg:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.ib_carousel_000 .dataList {
  margin: 0 -12px;
}
.ib_carousel_000 .dataList .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.ib_carousel_000 .dataList .slick-slide {
  height: inherit;
}
.ib_carousel_000 .dataList .slick-slide .item, .ib_carousel_000 .dataList .slick-slide .dataItem, .ib_carousel_000 .dataList .slick-slide > div {
  height: 100%;
}
.ib_carousel_000 .dataList .dataItem {
  padding: 0 12px;
}
.ib_carousel_000 .dataList .item {
  border: 1px solid #879177;
  padding: 14px;
  background-color: #fff;
}
.ib_carousel_000 .dataList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.ib_carousel_000 .dataList .Txt {
  padding: 12px 0;
}
.ib_carousel_000 .dataList .Txt .title {
  font-size: 20px;
  color: #252B17;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
@media (max-width: 1540px) {
  .ib_carousel_000 .dataList .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .ib_carousel_000 .dataList .Txt .title {
    font-size: 16px;
  }
}
.ib_carousel_000 .dataList .Txt .textEditor {
  font-size: 15px;
  letter-spacing: 0.4px;
  width: calc(100% - 143px);
  line-height: 1.96;
}
@media (max-width: 1540px) {
  .ib_carousel_000 .dataList .Txt .textEditor {
    font-size: 14px;
    width: calc(100% - 70px);
  }
}
.ib_carousel_000 .dataList .btnBox {
  margin: -16px 2px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
}
.ib_carousel_000:not(.show) .growthRingsBox .growthRingsImg {
  opacity: 0;
}
.ib_carousel_000:not(.show) .titleBox .subtitle, .ib_carousel_000:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_carousel_000:not(.show) .dataBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.ib_carousel_000.show .growthRingsBox .growthRingsImg {
  opacity: 1;
}
.ib_carousel_000.show .growthRingsBox .growthRingsImg:nth-last-of-type(5) {
  transition: all 0.5s linear;
}
.ib_carousel_000.show .growthRingsBox .growthRingsImg:nth-last-of-type(4) {
  transition: all 0.5s 0.1s linear;
}
.ib_carousel_000.show .growthRingsBox .growthRingsImg:nth-last-of-type(3) {
  transition: all 0.5s 0.2s linear;
}
.ib_carousel_000.show .growthRingsBox .growthRingsImg:nth-last-of-type(2) {
  transition: all 0.5s 0.3s linear;
}
.ib_carousel_000.show .growthRingsBox .growthRingsImg:nth-last-of-type(1) {
  transition: all 0.5s 0.4s linear;
}
.ib_carousel_000.show .titleBox .subtitle, .ib_carousel_000.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ib_carousel_000.show .titleBox .subtitle {
  transition: all 0.7s 0.6s linear;
}
.ib_carousel_000.show .titleBox .title {
  transition: all 0.7s 0.8s linear;
}
.ib_carousel_000.show .dataBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 1s linear;
}

.spotArea {
  position: relative;
  z-index: 6;
  overflow: hidden;
}
.spotArea .mapBox {
  position: relative;
}
.spotArea .mapBox .circle {
  position: absolute;
  width: 8.854vw;
  height: 8.854vw;
  font-size: 15px;
  border-radius: 50%;
  background-color: #252B17;
  color: #fff;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  top: 14.5%;
  left: 45.7%;
}
@media (max-width: 1540px) {
  .spotArea .mapBox .circle {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .spotArea .mapBox .circle {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .spotArea .mapBox .circle {
    width: 170px;
    height: 170px;
    font-size: 15px;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1023px) {
  .spotArea .mapBox .Img {
    height: 80vw;
    padding-top: 10vw;
    background-color: #6a7655;
  }
  .spotArea .mapBox .Img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 640px) {
  .spotArea .mapBox .Img {
    height: 800px;
  }
}
.spotArea .mapBox .mapList {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1023px) {
  .spotArea .mapBox .mapList {
    display: none;
  }
}
.spotArea .mapBox .mapList .mapItem {
  position: absolute;
}
.spotArea .mapBox .mapList .mapItem .Img {
  margin-bottom: 3px;
  position: relative;
}
.spotArea .mapBox .mapList .mapItem .Img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #89ba2a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
.spotArea .mapBox .mapList .mapItem .Txt {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  width: 120px;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 1540px) {
  .spotArea .mapBox .mapList .mapItem .Txt {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .spotArea .mapBox .mapList .mapItem .Txt {
    font-size: 12px;
  }
}
.spotArea .mapBox .mapList .mapItem .Txt .title {
  position: relative;
}
.spotArea .mapBox .mapList .mapItem .Txt .title::before {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 4px #778262;
  text-stroke: 4px #778262;
  z-index: -1;
  text-align: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .spotArea .mapBox .mapList .mapItem:hover .Img::before {
    -webkit-animation: mapImgBeforeAni 1s ease-in-out infinite;
            animation: mapImgBeforeAni 1s ease-in-out infinite;
  }
}
@-webkit-keyframes mapImgBeforeAni {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  99% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes mapImgBeforeAni {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  99% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.spotArea .spotBox {
  position: absolute;
  bottom: 10.4%;
  left: 68.7%;
  width: 30%;
  max-width: 503px;
  z-index: 5;
}
@media (max-width: 1023px) {
  .spotArea .spotBox {
    background-color: #252B17;
    position: relative;
    background-color: #252B17;
    width: 100%;
    max-width: unset;
    bottom: auto;
    top: 0;
    left: 0;
  }
}
.spotArea .spotBox .wrap {
  background-color: #fff;
  padding-top: 57px;
  padding-bottom: 50px;
}
@media (max-width: 1540px) {
  .spotArea .spotBox .wrap {
    padding: 40px;
  }
}
@media (max-width: 1350px) {
  .spotArea .spotBox .wrap {
    padding: 30px 20px;
  }
}
@media (max-width: 1023px) {
  .spotArea .spotBox .wrap {
    max-width: calc(100% - 60px);
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@media (max-width: 800px) {
  .spotArea .spotBox .wrap {
    max-width: calc(100% - 40px);
  }
}
.spotArea .spotBox .titleBox {
  text-align: left;
  margin-bottom: 38px;
}
.spotArea .spotBox .titleBox .title {
  letter-spacing: 1.7px;
  padding: 0 0 8px;
}
.spotArea .spotBox .titleBox .subtitle {
  letter-spacing: 0px;
  margin-left: -6px;
}
@media (max-width: 1540px) {
  .spotArea .spotBox .titleBox .subtitle {
    margin-bottom: 0;
  }
}
.spotArea .spotBox .spotItem {
  height: 48px;
  border-bottom: 1px solid #ddd6cf;
}
@media (max-width: 1540px) {
  .spotArea .spotBox .spotItem {
    height: 40px;
  }
}
@media (max-width: 1350px) {
  .spotArea .spotBox .spotItem {
    height: 35px;
  }
}
.spotArea .spotBox .spotItem .item {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.spotArea .spotBox .spotItem .item .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.spotArea .spotBox .spotItem .item .arrow {
  width: 23px;
  height: 23px;
  color: #879177;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.5s;
}
.spotArea .spotBox .spotItem .item .arrow .icon {
  width: 8px;
  height: 18px;
}
@media (min-width: 1200px) {
  .spotArea .spotBox .spotItem .item:hover .Txt .title a, .spotArea .spotBox .spotItem .item:hover .Txt .text {
    color: #89ba2a;
  }
  .spotArea .spotBox .spotItem .item:hover .arrow {
    color: #89ba2a;
  }
}
.spotArea .spotBox .spotItem .Txt {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
}
@media (max-width: 1540px) {
  .spotArea .spotBox .spotItem .Txt {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .spotArea .spotBox .spotItem .Txt {
    font-size: 12px;
  }
}
.spotArea .spotBox .spotItem .Txt .title {
  color: #252B17;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1540px) {
  .spotArea .spotBox .spotItem .Txt .title {
    width: 130px;
  }
}
@media (max-width: 1350px) {
  .spotArea .spotBox .spotItem .Txt .title {
    width: 110px;
  }
}
.spotArea .spotBox .spotItem .Txt .text {
  letter-spacing: 0.4px;
  color: #879177;
  width: calc(100% - 180px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  transition: all 0.5s;
}
@media (max-width: 1540px) {
  .spotArea .spotBox .spotItem .Txt .text {
    width: calc(100% - 140px);
  }
}
@media (max-width: 1350px) {
  .spotArea .spotBox .spotItem .Txt .text {
    width: calc(100% - 110px);
  }
}
.spotArea .spotBox .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-align: center;
      align-items: center;
  padding: 32px 0 0;
}
.spotArea .spotBox .buttons .numBox {
  margin: -1px 29px 0 0;
}
.spotArea:not(.show) .mapBox {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.spotArea:not(.show) .titleBox .subtitle, .spotArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.spotArea:not(.show) .bottom {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.spotArea.show .mapBox {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 1s linear;
}
.spotArea.show .titleBox .subtitle, .spotArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.spotArea.show .titleBox .title {
  transition: all 0.7s linear;
}
.spotArea.show .titleBox .subtitle {
  transition: all 0.7s 0.2s linear;
}
.spotArea.show .bottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.4s linear;
}

/* 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;
  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;
  min-height: 100px;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.ib_info_004 .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.ib_info_004 .popContent::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.ib_info_004 .popContent::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.ib_info_004 .popContent::-webkit-scrollbar-thumb {
  background: #89ba2a;
}
.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: #89ba2a;
  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: 1200px) {
  .ib_info_004 .close:hover {
    background-color: #89ba2a;
  }
  .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);
  }
}