/* CSS Document */
.bookNoticeMask {
  transition: all 0.5s ease-in-out;
}

.mainArea {
  position: relative;
  z-index: 3;
}
.mainArea .wrap {
  max-width: 1520px;
}
@media (max-width: 1023px) {
  .mainArea:not(.ins) {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .mainArea:not(.ins) .contentBox {
    padding: 0;
  }
}

.contentBox {
  padding: 77px 0 0;
}
@media (max-width: 767px) {
  .contentBox {
    padding: 60px 0 0;
  }
}

.roomList {
  margin: 0 -15px;
}
@media (max-width: 1023px) {
  .roomList {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .roomList {
    margin: 40px 0 0;
  }
}
.roomList .imgBox {
  width: calc(100% - 360px);
  position: relative;
}
@media (max-width: 1023px) {
  .roomList .imgBox {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 767px) {
  .roomList .imgBox {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .roomList .imgBox {
    margin-bottom: 60px;
  }
}
.roomList .imgBox > .btnBox {
  position: absolute;
  top: 49.6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .roomList .imgBox > .btnBox {
    left: 0;
    top: 14%;
  }
}
.roomList .imgBox > .btnBox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(192, 104, 112, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-animation: bookBeforeAni 1.5s infinite;
          animation: bookBeforeAni 1.5s infinite;
  border-radius: 50%;
}
.roomList .imgBox > .btnBox .btn {
  width: 157px;
  height: 157px;
  border-radius: 50%;
  min-width: unset;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 3px 0;
}
@media (max-width: 1440px) {
  .roomList .imgBox > .btnBox .btn {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .roomList .imgBox > .btnBox .btn {
    width: 100px;
    height: 100px;
  }
}
@-webkit-keyframes bookBeforeAni {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.36);
            transform: translate(-50%, -50%) scale(1.36);
  }
}
@keyframes bookBeforeAni {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.36);
            transform: translate(-50%, -50%) scale(1.36);
  }
}
.roomList .imgBox > .btnBox .icon {
  width: 27px;
  height: 19px;
  margin: 0 auto 12px;
}
.roomList .imgBox > .btnBox .btnText {
  margin-bottom: 7px;
}
.roomList .imgBox .Img {
  -webkit-mask: url(../images/room_mask5.png) center/100% no-repeat;
          mask: url(../images/room_mask5.png) center/100% no-repeat;
}
@media (max-width: 1023px) {
  .roomList .imgBox .Img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (max-width: 767px) {
  .roomList .imgBox .Img {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
.roomList .Img {
  position: relative;
  overflow: hidden;
}
.roomList .Img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
.roomList .Txt {
  padding-top: 26px;
  width: 360px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 1023px) {
  .roomList .Txt {
    padding: 0;
    width: 100%;
  }
}
.roomList .Txt .topBox {
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 18px;
}
@media (max-width: 1500px) {
  .roomList .Txt .topBox {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.roomList .Txt .topBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% + 106px);
  height: 1px;
  background-color: rgba(192, 104, 112, 0.2);
  z-index: 1;
}
.roomList .Txt .title {
  font-size: 30px;
  color: #3b3b3b;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1500px) {
  .roomList .Txt .title {
    font-size: 27px;
  }
}
.roomList .Txt .subtitle {
  font-size: 20px;
  padding: 1px 0 0 1px;
  letter-spacing: 0.8px;
  color: #3b3b3b;
}
@media (max-width: 1500px) {
  .roomList .Txt .subtitle {
    font-size: 18px;
  }
}
.roomList .Txt .text {
  font-size: 16px;
  padding: 0 0 0 2px;
  margin-bottom: 29px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.2px;
  line-height: 1.47;
  color: #656565;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1500px) {
  .roomList .Txt .text {
    font-size: 14px;
    padding: 0 0 0 2px;
    margin-bottom: 20px;
  }
}
.roomList .roomInfoList {
  padding: 0 0 28px 5px;
}
@media (max-width: 1500px) {
  .roomList .roomInfoList {
    padding: 0 0 10px 5px;
  }
}
.roomList .roomInfoList .roomInfoItem {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}
.roomList .roomInfoList .roomInfoItem .Img {
  width: 28px;
  height: 28px;
  margin: 0 16px 0 0;
}
.roomList .roomInfoList .roomInfoItem .roomInfoTxt {
  font-size: 18px;
  color: #656565;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.4px;
}
@media (max-width: 1500px) {
  .roomList .roomInfoList .roomInfoItem .roomInfoTxt {
    font-size: 16px;
  }
}
.roomList .decoBox {
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1023px) {
  .roomList .decoBox {
    top: -11vw;
  }
}
@media (max-width: 767px) {
  .roomList .decoBox {
    top: -20vw;
  }
}
@media (max-width: 480px) {
  .roomList .decoBox {
    top: -25vw;
  }
}
.roomList .decoBox img {
  width: 100%;
}
.roomList .decoBox.first {
  padding: 0 56px;
  -ms-flex-align: start;
      align-items: start;
}
@media (min-width: 1024px) {
  .roomList .decoBox.first {
    top: -107px;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .roomList .decoBox.first {
    top: 29px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .roomList .decoBox.first {
    top: -42px;
  }
}
.roomList .decoBox.first .left {
  display: -ms-flexbox;
  display: flex;
  padding: 0 18px;
}
.roomList .decoBox.first .left .butterfly1 {
  width: 40px;
  margin: 130px 0 0;
}
@media (max-width: 1023px) {
  .roomList .decoBox.first .left .butterfly1 {
    width: 5vw;
    margin: 10vw 0 0;
  }
}
@media (max-width: 767px) {
  .roomList .decoBox.first .left .butterfly1 {
    display: none;
  }
}
.roomList .decoBox.first .left .butterfly2 {
  width: 65px;
  margin: 3px 0 0 14px;
}
@media (max-width: 1023px) {
  .roomList .decoBox.first .left .butterfly2 {
    width: 7vw;
    margin: 0 0 0 6vw;
  }
}
@media (max-width: 767px) {
  .roomList .decoBox.first .left .butterfly2 {
    width: 9vw;
  }
}
@media (max-width: 480px) {
  .roomList .decoBox.first .left .butterfly2 {
    width: 14vw;
    margin: 0;
  }
}
.roomList .decoBox.first .butterfly3 {
  width: 52px;
  margin: 74px 0 0 0;
}
@media (max-width: 1023px) {
  .roomList .decoBox.first .butterfly3 {
    width: 5vw;
    margin: 3vw 0 0;
  }
}
@media (max-width: 767px) {
  .roomList .decoBox.first .butterfly3 {
    width: 7vw;
  }
}
@media (max-width: 480px) {
  .roomList .decoBox.first .butterfly3 {
    width: 12vw;
    margin: 11vw 0 0;
  }
}
.roomList .decoBox.sec {
  padding: 0 15px 0;
}
@media (min-width: 1024px) {
  .roomList .decoBox.sec {
    top: -136px;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .roomList .decoBox.sec {
    top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .roomList .decoBox.sec {
    top: -36px;
  }
}
.roomList .decoBox.sec .butterfly1 {
  width: 47px;
  margin: 194px 0 0 19.8vw;
}
@media (max-width: 1440px) {
  .roomList .decoBox.sec .butterfly1 {
    margin: 100px 0 0 19.8vw;
  }
}
@media (max-width: 1023px) {
  .roomList .decoBox.sec .butterfly1 {
    width: 6vw;
    margin: 5vw 0 0 19.8vw;
  }
}
@media (max-width: 767px) {
  .roomList .decoBox.sec .butterfly1 {
    width: 8vw;
  }
}
@media (max-width: 480px) {
  .roomList .decoBox.sec .butterfly1 {
    width: 13vw;
    margin: 7vw 0 0 10vw;
  }
}
.roomList .decoBox.sec .right {
  display: -ms-flexbox;
  display: flex;
}
.roomList .decoBox.sec .right .butterfly2 {
  width: 41px;
  margin: 68px 52px 0 0;
}
@media (max-width: 1023px) {
  .roomList .decoBox.sec .right .butterfly2 {
    width: 5vw;
    margin: 10vw 3vw 0 0;
  }
}
@media (max-width: 767px) {
  .roomList .decoBox.sec .right .butterfly2 {
    width: 7vw;
  }
}
@media (max-width: 480px) {
  .roomList .decoBox.sec .right .butterfly2 {
    width: 12vw;
    margin: 20vw 9vw 0 0;
  }
}
.roomList .decoBox.sec .right .butterfly3 {
  width: 52px;
}
@media (max-width: 1023px) {
  .roomList .decoBox.sec .right .butterfly3 {
    width: 7vw;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .roomList .decoBox.sec .right .butterfly3 {
    width: 9vw;
  }
}
@media (max-width: 480px) {
  .roomList .decoBox.sec .right .butterfly3 {
    width: 14vw;
  }
}
.roomList .decoBox.third {
  padding: 0 80px 0;
  max-width: 1150px;
}
@media (min-width: 1024px) {
  .roomList .decoBox.third {
    top: -17px;
  }
}
@media (max-width: 767px) {
  .roomList .decoBox.third {
    padding: 0 40px 0;
  }
}
@media (max-width: 480px) {
  .roomList .decoBox.third {
    padding: 0 0 0;
  }
}
.roomList .decoBox.third .butterfly1 {
  width: 48px;
  padding: 48px 0 0;
}
@media (max-width: 1023px) {
  .roomList .decoBox.third .butterfly1 {
    width: 5vw;
    margin: 2vw 0 0;
  }
}
@media (max-width: 767px) {
  .roomList .decoBox.third .butterfly1 {
    width: 7vw;
  }
}
@media (max-width: 480px) {
  .roomList .decoBox.third .butterfly1 {
    width: 12vw;
  }
}
.roomList .decoBox.third .right {
  display: -ms-flexbox;
  display: flex;
}
.roomList .decoBox.third .right .butterfly2 {
  width: 63px;
  margin: 0px 75px 0 0;
}
@media (max-width: 1023px) {
  .roomList .decoBox.third .right .butterfly2 {
    width: 6vw;
    margin: 0 4vw 0 0;
  }
}
@media (max-width: 767px) {
  .roomList .decoBox.third .right .butterfly2 {
    width: 8vw;
  }
}
@media (max-width: 480px) {
  .roomList .decoBox.third .right .butterfly2 {
    width: 13vw;
    margin: 0 4vw 0 15vw;
  }
}
.roomList .decoBox.third .right .butterfly3 {
  width: 39px;
  padding: 57px 0 0;
}
@media (max-width: 1023px) {
  .roomList .decoBox.third .right .butterfly3 {
    width: 4vw;
    margin: 4vw 0 0 0;
  }
}
@media (max-width: 767px) {
  .roomList .decoBox.third .right .butterfly3 {
    width: 6vw;
  }
}
@media (max-width: 480px) {
  .roomList .decoBox.third .right .butterfly3 {
    width: 11vw;
    margin: 12vw 0 0;
  }
}
.roomList .decoBox.forth {
  padding: 0 19.5% 0;
  -ms-flex-pack: start;
      justify-content: start;
}
@media (min-width: 1024px) {
  .roomList .decoBox.forth {
    top: 7px;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .roomList .decoBox.forth {
    top: 40px;
  }
}
.roomList .decoBox.forth .butterfly1 {
  width: 36px;
  margin: 0px 66px 0 0;
}
@media (max-width: 1023px) {
  .roomList .decoBox.forth .butterfly1 {
    width: 4vw;
    margin: 0 4vw 0 0;
  }
}
@media (max-width: 767px) {
  .roomList .decoBox.forth .butterfly1 {
    width: 6vw;
  }
}
@media (max-width: 480px) {
  .roomList .decoBox.forth .butterfly1 {
    width: 11vw;
    margin: 0 9vw 0 0;
  }
}
.roomList .decoBox.forth .butterfly2 {
  width: 48px;
  padding: 44px 0 0;
}
@media (max-width: 1023px) {
  .roomList .decoBox.forth .butterfly2 {
    width: 5vw;
    margin: 4vw 0 0 0;
  }
}
@media (max-width: 767px) {
  .roomList .decoBox.forth .butterfly2 {
    width: 7vw;
  }
}
@media (max-width: 480px) {
  .roomList .decoBox.forth .butterfly2 {
    width: 12vw;
    margin: 9vw 0 0 0;
  }
}
.roomList .roomItem {
  padding: 0 15px 85px;
  position: relative;
}
@media (max-width: 1440px) {
  .roomList .roomItem:not(:first-child) {
    padding-top: 128px;
  }
}
@media (max-width: 1023px) {
  .roomList .roomItem {
    padding: 0 0 20.5279vw;
  }
}
@media (max-width: 767px) {
  .roomList .roomItem {
    padding: 0 0 30vw;
  }
}
@media (max-width: 480px) {
  .roomList .roomItem {
    padding: 0 0 40vw;
  }
}
.roomList .roomItem .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 1024px) {
  .roomList .roomItem:nth-of-type(odd) .imgBox {
    -ms-flex-order: 2;
        order: 2;
  }
}
@media (min-width: 1024px) and (min-width: 1541px) {
  .roomList .roomItem:nth-of-type(odd) .imgBox .Img {
    margin: -7px -36px 0 -10px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .roomList .roomItem:nth-of-type(odd) .imgBox .Img {
    margin: -29px -49px 0 -10px;
  }
}
@media (min-width: 1024px) {
  .roomList .roomItem:nth-of-type(odd) .imgBox > .btnBox {
    left: 5.6%;
  }
  .roomList .roomItem:nth-of-type(odd) .Txt {
    padding-left: 15px;
  }
  .roomList .roomItem:nth-of-type(odd) .Txt .topBox::after {
    left: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1541px) {
  .roomList .roomItem:nth-of-type(even) .imgBox .Img {
    margin: 0px -16px 0 -24px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .roomList .roomItem:nth-of-type(even) .imgBox .Img {
    margin: -29px -10px 0 -49px;
  }
}
@media (min-width: 1024px) {
  .roomList .roomItem:nth-of-type(even) .imgBox > .btnBox {
    right: 4%;
  }
  .roomList .roomItem:nth-of-type(even) .Txt .topBox::after {
    right: 0;
  }
}
.roomList .roomItem:not(.show) .decoBox.first .butterfly1 {
  opacity: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.roomList .roomItem:not(.show) .decoBox.first .butterfly2 {
  opacity: 0;
  -webkit-transform: translate(60%, 40%);
          transform: translate(60%, 40%);
}
.roomList .roomItem:not(.show) .decoBox.first .butterfly3 {
  opacity: 0;
  -webkit-transform: translate(-40%, 60%);
          transform: translate(-40%, 60%);
}
.roomList .roomItem:not(.show) .decoBox.sec .butterfly1 {
  opacity: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.roomList .roomItem:not(.show) .decoBox.sec .butterfly2 {
  opacity: 0;
  -webkit-transform: translate(20%, 30%);
          transform: translate(20%, 30%);
}
.roomList .roomItem:not(.show) .decoBox.sec .butterfly3 {
  opacity: 0;
  -webkit-transform: translate(-20%, 40%);
          transform: translate(-20%, 40%);
}
.roomList .roomItem:not(.show) .decoBox.third .butterfly1 {
  opacity: 0;
  -webkit-transform: translate(-40%, 60%);
          transform: translate(-40%, 60%);
}
.roomList .roomItem:not(.show) .decoBox.third .butterfly2 {
  opacity: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.roomList .roomItem:not(.show) .decoBox.third .butterfly3 {
  opacity: 0;
  -webkit-transform: translate(-20%, 40%);
          transform: translate(-20%, 40%);
}
.roomList .roomItem:not(.show) .decoBox.forth .butterfly1 {
  opacity: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.roomList .roomItem:not(.show) .decoBox.forth .butterfly2 {
  opacity: 0;
  -webkit-transform: translate(-40%, 60%);
          transform: translate(-40%, 60%);
}
.roomList .roomItem.show .decoBox.first .butterfly1, .roomList .roomItem.show .decoBox.first .butterfly2, .roomList .roomItem.show .decoBox.first .butterfly3, .roomList .roomItem.show .decoBox.sec .butterfly1, .roomList .roomItem.show .decoBox.sec .butterfly2, .roomList .roomItem.show .decoBox.sec .butterfly3, .roomList .roomItem.show .decoBox.third .butterfly1, .roomList .roomItem.show .decoBox.third .butterfly2, .roomList .roomItem.show .decoBox.third .butterfly3, .roomList .roomItem.show .decoBox.forth .butterfly1, .roomList .roomItem.show .decoBox.forth .butterfly2, .roomList .roomItem.show .decoBox.forth .butterfly3 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: all 1s;
}
.roomList:not(.show) .roomItem:first-child {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.roomList.show .roomItem:first-child {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s;
}

.bookNoticeMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.bookNoticeMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 1023px) {
  .albumBox .albumNavBox {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .albumBox .albumNavBox .albumListNav {
    display: none;
  }
}

.bottomBox {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .bottomBox .wrap {
    padding-left: 80px;
  }
}
.bottomBox .tabList {
  position: fixed;
  top: 23.4vh;
  left: 0;
  z-index: 10;
  padding: 0 0 0 68px;
  letter-spacing: 1px;
  font-size: 16px;
  transition: all 0.5s;
}
@media (max-width: 1500px) {
  .bottomBox .tabList {
    padding: 0 0 0 45px;
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .bottomBox .tabList {
    display: none;
  }
}
.bottomBox .tabList.hide {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.bottomBox .tabList .tabItem {
  margin-bottom: 24px;
  text-align: center;
  position: relative;
}
@media (max-width: 1023px) {
  .bottomBox .tabList .tabItem {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  .bottomBox .tabList .tabItem:not(:first-child) {
    border-left: 1px solid #e5e5e5;
  }
}
.bottomBox .tabList .tabItem::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #c06870;
  position: absolute;
  top: 50%;
  left: -68px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 0;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .bottomBox .tabList .tabItem::before {
    left: -45px;
  }
}
@media (max-width: 1023px) {
  .bottomBox .tabList .tabItem::before {
    display: none;
  }
}
.bottomBox .tabList .tabItem:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #c06870;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(0) scale(0);
          transform: translateY(-50%) rotate(0) scale(0);
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .bottomBox .tabList .tabItem:after {
    display: none;
  }
}
.bottomBox .tabList .tabItem .tabText {
  color: #939393;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .bottomBox .tabList .tabItem .tabText {
    padding: 10px 10px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .bottomBox .tabList .tabItem .tabText {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .bottomBox .tabList .tabItem .tabText {
    font-size: 14px;
    padding: 10px 5px;
  }
}
@media (max-width: 480px) {
  .bottomBox .tabList .tabItem .tabText {
    font-size: 14px;
    padding: 10px 5px;
  }
}
@media (max-width: 355px) {
  .bottomBox .tabList .tabItem .tabText {
    font-size: 12px;
    padding: 10px 0;
  }
}
.bottomBox .tabList .tabItem.current::before {
  width: 68px;
  transition: all 0.35s;
}
@media (max-width: 1500px) {
  .bottomBox .tabList .tabItem.current::before {
    width: 45px;
  }
}
.bottomBox .tabList .tabItem.current::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
          transform: translateY(-50%) rotate(45deg) scale(1);
  transition: opacity 0.35s 0.15s, -webkit-transform 0.35s 0.3s;
  transition: opacity 0.35s 0.15s, transform 0.35s 0.3s;
  transition: opacity 0.35s 0.15s, transform 0.35s 0.3s, -webkit-transform 0.35s 0.3s;
}
@media (min-width: 1024px) {
  .bottomBox .tabList .tabItem.current .tabText {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    color: #c06870;
    transition: all 0.35s 0.2s;
  }
}
@media (max-width: 1023px) {
  .bottomBox .tabList .tabItem.current .tabText {
    background-color: #c06870;
    color: #fff;
    transition: all 0.5s;
  }
}
.bottomBox:not(.show) .introBox .topBox, .bottomBox:not(.show) .introBox .textBox, .bottomBox:not(.show) .introBox .roomInfoList, .bottomBox:not(.show) .introBox .priceTextBox, .bottomBox:not(.show) .introBox .btnBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.bottomBox:not(.show) .bookingArea {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.bottomBox.show .introBox .topBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s;
}
.bottomBox.show .introBox .textBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.2s;
}
.bottomBox.show .introBox .roomInfoList {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.4s;
}
.bottomBox.show .introBox .priceTextBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.6s;
}
.bottomBox.show .introBox .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.8s;
}
.bottomBox.show .bookingArea {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.8s;
}

.insIntroBox {
  padding-left: 8%;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 92px;
}
@media (max-width: 1023px) {
  .insIntroBox {
    padding-left: 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 767px) {
  .insIntroBox {
    padding-bottom: 60px;
  }
}
.insIntroBox .introBox {
  width: 50%;
}
@media (max-width: 1023px) {
  .insIntroBox .introBox {
    width: 100%;
    margin-bottom: 40px;
  }
}
.insIntroBox .introBox .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: end;
  position: relative;
  margin-bottom: 28px;
}
.insIntroBox .introBox .topBox::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #c06870;
  position: absolute;
  bottom: -8px;
  left: 2px;
}
.insIntroBox .introBox .articleTitle {
  margin-bottom: 10px;
  padding: 0;
  font-weight: normal;
}
@media (max-width: 1500px) {
  .insIntroBox .introBox .articleTitle {
    font-size: 25px;
  }
}
@media (max-width: 1023px) {
  .insIntroBox .introBox .articleTitle {
    width: 100%;
  }
}
.insIntroBox .introBox .subtitle {
  margin-bottom: 10px;
  font-weight: normal;
  padding: 0 10px 0;
  line-height: 1.35;
  letter-spacing: 0.8px;
  font-size: 20px;
}
@media (max-width: 1500px) {
  .insIntroBox .introBox .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .insIntroBox .introBox .subtitle {
    width: 100%;
  }
}
.insIntroBox .introBox .textBox {
  margin-bottom: 45px;
}
.insIntroBox .introBox .Txt {
  font-size: 16px;
  padding: 0 0 0 1px;
  letter-spacing: 0.15px;
  width: 100%;
  max-width: 587px;
  line-height: 1.55;
}
@media (max-width: 1500px) {
  .insIntroBox .introBox .Txt {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .insIntroBox .introBox .Txt {
    max-width: unset;
  }
}
.insIntroBox .introBox .Txt .text {
  margin-bottom: 11px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #656565;
  font-weight: 400;
}
.insIntroBox .introBox .Txt .small {
  font-family: "Cormorant Garamond", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.4;
  color: #656565;
}
.insIntroBox .introBox .roomInfoList {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -33px 47px;
}
@media (max-width: 1500px) {
  .insIntroBox .introBox .roomInfoList {
    margin: 0 -15px 35px;
  }
}
.insIntroBox .introBox .roomInfoList .roomInfoItem {
  padding: 0 33px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1500px) {
  .insIntroBox .introBox .roomInfoList .roomInfoItem {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .insIntroBox .introBox .roomInfoList .roomInfoItem {
    padding: 0 10px;
    width: 33.33%;
  }
}
@media (max-width: 480px) {
  .insIntroBox .introBox .roomInfoList .roomInfoItem {
    padding: 0 5px;
  }
}
.insIntroBox .introBox .roomInfoList .roomInfoItem:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
.insIntroBox .introBox .roomInfoList .Img {
  width: 42px;
  padding-top: 3px;
  margin-right: 25px;
}
@media (max-width: 1500px) {
  .insIntroBox .introBox .roomInfoList .Img {
    margin-right: 15px;
  }
}
@media (max-width: 1180px) {
  .insIntroBox .introBox .roomInfoList .Img {
    margin: 0 auto 20px;
  }
}
.insIntroBox .introBox .roomInfoList .left {
  width: calc(100% - 67px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  margin: -1px 0 0 0;
}
@media (max-width: 1500px) {
  .insIntroBox .introBox .roomInfoList .left {
    font-size: 16px;
    width: calc(100% - 57px);
  }
}
@media (max-width: 1180px) {
  .insIntroBox .introBox .roomInfoList .left {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .insIntroBox .introBox .roomInfoList .left {
    font-size: 14px;
  }
}
.insIntroBox .introBox .roomInfoList .left .roomInfoTitle {
  color: #8f8f8f;
  line-height: 1.25;
}
.insIntroBox .introBox .roomInfoList .left .roomInfoTxt {
  color: #656565;
}
.insIntroBox .introBox .priceTextBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 25px 2px;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1023px) {
  .insIntroBox .introBox .priceTextBox {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.insIntroBox .introBox .priceTextBox .priceTitle {
  font-size: 21px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  padding: 0 7px 0 0;
}
@media (max-width: 1500px) {
  .insIntroBox .introBox .priceTextBox .priceTitle {
    font-size: 18px;
  }
}
.insIntroBox .introBox .priceTextBox .priceTxt {
  font-size: 25px;
  padding: 0 10px 0 0;
}
@media (max-width: 1500px) {
  .insIntroBox .introBox .priceTextBox .priceTxt {
    font-size: 21px;
  }
}
.insIntroBox .introBox .priceTextBox .priceNotice {
  font-size: 16px;
  color: #898989;
  letter-spacing: 0.7px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1500px) {
  .insIntroBox .introBox .priceTextBox .priceNotice {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .insIntroBox .introBox .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
  .insIntroBox .introBox .buttons .btnBox {
    width: 50%;
    padding: 0 10px;
    -ms-flex-pack: start;
        justify-content: start;
  }
  .insIntroBox .introBox .buttons .btnBox .btn.style1 {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .insIntroBox .introBox .btnBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.insIntroBox .introBox .btnBox .btn.style1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.insIntroBox .introBox .btnBox .btn.style1 .frontIconBox {
  color: #fff;
  margin: 2px 12px 0 5px;
}
.insIntroBox .introBox .btnBox .btn.style1 .frontIconBox .icon {
  width: 20px;
  height: 20px;
}
.insIntroBox .introBox .btnBox .btn.style1 .frontIconBox svg {
  fill: #c06870;
  transition: all 0.5s;
}
@media (min-width: 1024px) {
  .insIntroBox .introBox .btnBox .btn.style1:hover .frontIconBox {
    color: #c06870;
  }
  .insIntroBox .introBox .btnBox .btn.style1:hover .frontIconBox svg {
    fill: #fff;
  }
}
.insIntroBox .bookingArea {
  width: 50%;
  padding: 3px 0 0 12px;
}
@media (max-width: 1500px) {
  .insIntroBox .bookingArea .wrap {
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  .insIntroBox .bookingArea {
    display: none;
  }
}

.equipmentBox {
  background-color: #f5f5f5;
  margin-top: 40px;
  padding: 93px 0 80px;
}
@media (max-width: 767px) {
  .equipmentBox {
    margin-top: 0;
    padding: 60px 0;
  }
}
.equipmentBox .wrap {
  max-width: 1488px;
}
.equipmentBox .titleBox {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .equipmentBox .titleBox {
    margin-bottom: 40px;
  }
}
.equipmentBox .titleBox.center .title {
  padding: 0 0 0 7px;
}
.equipmentBox .titleBox .decoTitle {
  top: 41.5%;
  left: 49.3%;
}
.equipmentBox .equipmentList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) and (max-width: 1750px) {
  .equipmentBox .equipmentList {
    padding-left: 120px;
  }
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .equipmentBox .equipmentList {
    padding-left: 80px;
  }
}
.equipmentBox .equipmentItem {
  width: 25%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 69px;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1500px) {
  .equipmentBox .equipmentItem {
    font-size: 14px;
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .equipmentBox .equipmentItem {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .equipmentBox .equipmentItem:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  .equipmentBox .equipmentItem {
    width: 50%;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
  }
  .equipmentBox .equipmentItem:nth-of-type(odd) {
    border-right: none;
  }
}
@media (max-width: 480px) {
  .equipmentBox .equipmentItem {
    width: 100%;
    border: none;
    padding: 20px 0;
    margin-bottom: 0;
  }
  .equipmentBox .equipmentItem:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.equipmentBox .equipmentItem .itemTitle {
  color: #484848;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.1;
  margin-bottom: 15px;
}
.equipmentBox .equipmentItem ul:not(.df) {
  padding-left: 21px;
}
.equipmentBox .equipmentItem ul:not(.df) li {
  margin-bottom: 4px;
}
.equipmentBox .equipmentItem ul:not(.df) li::marker {
  font-size: 11px;
}
.equipmentBox:not(.show) .titleBox .title, .equipmentBox:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.equipmentBox:not(.show) .titleBox .decoTitle {
  opacity: 0;
}
.equipmentBox:not(.show) .equipmentList {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.equipmentBox.show .titleBox .title, .equipmentBox.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.equipmentBox.show .titleBox .title {
  transition: all 0.7s;
}
.equipmentBox.show .titleBox .subtitle {
  transition: all 0.7s 0.1s;
}
.equipmentBox.show .titleBox .decoTitle {
  opacity: 0.2;
  transition: all 0.7s 0.2s;
}
.equipmentBox.show .equipmentList {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.4s;
}

.serviceBox {
  padding: 99px 0 62px 0;
}
@media (max-width: 767px) {
  .serviceBox {
    padding: 60px 0;
  }
}
.serviceBox .wrap {
  max-width: 1290px;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .serviceBox .wrap {
    padding-left: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .serviceBox .wrap {
    padding-left: 140px;
  }
}
.serviceBox .titleBox {
  margin-bottom: 0;
}
.serviceBox .titleBox .subtitle {
  padding: 6px 0 0 3px;
}
.serviceBox .titleBox .decoTitle {
  top: 39%;
}
.serviceBox .serviceItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  min-height: 141px;
  margin: 13px 0;
  color: #5b5b5b;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 767px) {
  .serviceBox .serviceItem {
    padding: 20px 0;
  }
}
.serviceBox .serviceItem:not(:first-child) {
  margin: 23px 0;
  position: relative;
}
.serviceBox .serviceItem:not(:first-child)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -11px;
  left: 0;
  z-index: 1;
}
.serviceBox .serviceItem .Img {
  width: 85px;
  height: 85px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  overflow: hidden;
  padding: 5px 0 0;
}
@media (max-width: 1500px) {
  .serviceBox .serviceItem .Img {
    width: 80px;
    height: 80px;
    padding: 0;
  }
}
.serviceBox .serviceItem .serviceTitle {
  color: #484848;
  padding: 10px 0 0 41px;
  width: 300px;
}
@media (max-width: 1500px) {
  .serviceBox .serviceItem .serviceTitle {
    padding: 10px 0 0 20px;
    width: 220px;
  }
}
.serviceBox .serviceItem .serviceTitle .tw {
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 1500px) {
  .serviceBox .serviceItem .serviceTitle .tw {
    font-size: 16px;
  }
}
.serviceBox .serviceItem .serviceTitle .en {
  font-size: 16px;
  font-weight: 300;
  font-family: "Cormorant", Cormorant Garamond, Arial, Noto Sans TC, Microsoft JhengHei, sans-serif;
  letter-spacing: 0.7px;
}
@media (max-width: 1500px) {
  .serviceBox .serviceItem .serviceTitle .en {
    font-size: 14px;
  }
}
.serviceBox .serviceItem .itemBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 3px;
  width: calc(100% - 398px);
}
@media (max-width: 1500px) {
  .serviceBox .serviceItem .itemBox {
    width: calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  .serviceBox .serviceItem .itemBox {
    width: 100%;
    margin-top: 20px;
  }
}
.serviceBox .serviceItem .itemBox .itemList {
  width: 33.33%;
}
@media (max-width: 1023px) {
  .serviceBox .serviceItem .itemBox .itemList {
    width: 50%;
  }
}
.serviceBox .serviceItem .itemBox .itemList .item {
  margin-bottom: 1px;
}
.serviceBox .serviceItem .itemList {
  min-height: 86px;
}
@media (max-width: 767px) {
  .serviceBox .serviceItem .itemList {
    min-height: unset;
  }
}
.serviceBox .serviceItem .itemList.one {
  padding: 7px 0 0 0;
  width: calc(100% - 398px);
}
@media (max-width: 1500px) {
  .serviceBox .serviceItem .itemList.one {
    width: calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  .serviceBox .serviceItem .itemList.one {
    width: 100%;
    margin-top: 20px;
  }
}
.serviceBox .serviceItem .itemList .item {
  padding: 0 0 2px 31px;
  position: relative;
  letter-spacing: 1.7px;
}
.serviceBox .serviceItem .itemList .item::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #c06870;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 14px;
  z-index: 1;
}
.serviceBox:not(.show) .titleBox .title, .serviceBox:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.serviceBox:not(.show) .titleBox .decoTitle {
  opacity: 0;
}
.serviceBox:not(.show) .serviceList {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.serviceBox.show .titleBox .title, .serviceBox.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.serviceBox.show .titleBox .title {
  transition: all 0.7s;
}
.serviceBox.show .titleBox .subtitle {
  transition: all 0.7s 0.1s;
}
.serviceBox.show .titleBox .decoTitle {
  opacity: 0.2;
  transition: all 0.7s 0.2s;
}
.serviceBox.show .serviceList {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.4s;
}

.priceBox {
  padding: 40px 0 46px;
}
@media (max-width: 767px) {
  .priceBox {
    padding: 0 0 60px;
  }
}
.priceBox .wrap {
  max-width: 1487px;
}
.priceBox .titleBox {
  margin-bottom: 34px;
}
.priceBox .titleBox.center .title {
  padding: 0 0 0 10px;
}
.priceBox .titleBox .decoTitle {
  top: 41.5%;
  left: 49.8%;
}
@media (min-width: 1024px) and (max-width: 1750px) {
  .priceBox .textEditor {
    padding-left: 120px;
  }
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .priceBox .textEditor {
    padding-left: 80px;
  }
}
.priceBox .contentBuilder .contentBuilderTable table {
  table-layout: fixed;
}
.priceBox .contentBuilder .contentBuilderTable table tbody tr {
  border: none;
}
.priceBox .contentBuilder .contentBuilderTable table th {
  padding: 18px 10px;
}
.priceBox .contentBuilder .contentBuilderTable table td {
  padding: 17px 10px 18px;
}
.priceBox .contentBuilder .contentBuilderTable table th, .priceBox .contentBuilder .contentBuilderTable table td {
  font-size: 18px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1500px) {
  .priceBox .contentBuilder .contentBuilderTable table th, .priceBox .contentBuilder .contentBuilderTable table td {
    font-size: 16px;
  }
}
.priceBox:not(.show) .titleBox .title, .priceBox:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.priceBox:not(.show) .titleBox .decoTitle {
  opacity: 0;
}
.priceBox:not(.show) .textEditor {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.priceBox.show .titleBox .title, .priceBox.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.priceBox.show .titleBox .title {
  transition: all 0.7s;
}
.priceBox.show .titleBox .subtitle {
  transition: all 0.7s 0.1s;
}
.priceBox.show .titleBox .decoTitle {
  opacity: 0.2;
  transition: all 0.7s 0.2s;
}
.priceBox.show .textEditor {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.4s;
}

.sideDataArea {
  margin-top: 40px;
  padding-bottom: 26px;
}
@media (max-width: 767px) {
  .sideDataArea {
    margin-top: 0;
    padding-bottom: 60px;
  }
}
.sideDataArea .wrap {
  max-width: 1490px;
}
.sideDataArea .sideDataBox {
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1750px) {
  .sideDataArea .sideDataBox {
    padding-left: 130px;
  }
  .sideDataArea .sideDataBox .slickBtnBox {
    left: calc(50% + 65px);
    width: calc(100% - 60px);
  }
}
.sideDataArea .titleBox {
  margin-bottom: 57px;
}
.sideDataArea .titleBox .decoTitle {
  top: 41%;
  left: 50%;
}