/* CSS Document */
.hallList .hallItem {
  margin-bottom: 40px;
}
.hallList .hallItem:nth-of-type(even) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1480px) {
  .hallList .hallItem:nth-of-type(even) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hallList .hallItem:nth-of-type(even) .item .Txt .floor {
  right: unset;
  left: 10px;
}
@media (max-width: 1480px) {
  .hallList .hallItem:nth-of-type(even) .item .Txt .floor {
    left: unset;
    right: 10px;
  }
}
.hallList .hallItem:last-child {
  margin: 0;
}
.hallList .item {
  background: #f8f5ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 1480px) {
  .hallList .item {
    max-width: 1200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}
.hallList .item .Img {
  width: 100%;
  max-width: 825px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .hallList .item .Img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.8;
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
@media (max-width: 1480px) {
  .hallList .item .Img {
    max-width: 1200px;
  }
}
.hallList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.hallList .item .Txt {
  width: 100%;
  padding: 15px;
}
.hallList .item .Txt .innerBox {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-style: solid;
  border-color: #aa852f;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.hallList .item .Txt .title {
  color: #aa852f;
  font-size: 24px;
  font-weight: 300;
  line-height: calc(24 / 24);
  letter-spacing: calc(24 * 100 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  .hallList .item .Txt .title:hover a {
    color: #504845;
  }
}
.hallList .item .Txt .text {
  margin-top: 20px;
  color: #313131;
  font-size: 18px;
  font-weight: 300;
  line-height: calc(28 / 18);
  letter-spacing: calc(18 * 100 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 480px) {
  .hallList .item .Txt .text {
    font-size: 15px;
    line-height: 24px;
  }
}
.hallList .item .Txt .btnBox {
  margin-top: 60px;
}

.innerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.innerContent .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.innerContent .textBox .text {
  color: #313131;
  font-size: 18px;
  font-weight: 300;
  line-height: calc(28 / 18);
  letter-spacing: calc(18 * 100 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  .innerContent .textBox .text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .innerContent .textBox .text {
    font-size: 14px;
    line-height: 22px;
  }
}