.bnqItem {
  transition: all 0.5s ease-in-out;
}

.banquetPage .contentBox {
  padding-top: 56px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .banquetPage .contentBox {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.banquetPage .classBoxTab {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .banquetPage .classBoxTab {
    margin-bottom: 32px;
  }
}
.banquetPage .albumBox {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .banquetPage .albumBox {
    margin-bottom: 36px;
  }
}

.bnqList {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}

.bnqItem {
  display: flex;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid #E3D9CA;
}
.bnqItem:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .bnqItem {
    flex-direction: column !important;
  }
}
.bnqItem .bnqItemImg {
  flex: 0 0 58%;
  overflow: hidden;
}
.bnqItem .bnqItemImg a {
  display: block;
  width: 100%;
}
.bnqItem .bnqItemImg img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .bnqItem .bnqItemImg {
    flex: none;
    width: 100%;
  }
}
.bnqItem .bnqItemTxt {
  flex: 1;
  padding: 48px 56px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1440px) {
  .bnqItem .bnqItemTxt {
    padding: 40px 40px;
  }
}
@media (max-width: 1180px) {
  .bnqItem .bnqItemTxt {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .bnqItem .bnqItemTxt {
    padding: 20px 0;
    width: 100%;
    gap: 5px;
  }
}
.bnqItem .bnqItemTitle {
  font-family: "Noto Serif TC", serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  color: #362B20;
  letter-spacing: 4px;
  line-height: 1.55;
  margin: 0;
}
.bnqItem .bnqItemTitle a {
  color: inherit;
  transition: color 0.25s;
}
@media (min-width: 1181px) {
  .bnqItem .bnqItemTitle a:hover {
    color: #8B7355;
  }
}
.bnqItem .bnqItemDesc {
  font-size: 16px;
  color: #434343;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0;
}

.banquetInsPage .insLayout {
  padding-top: 0;
}
.banquetInsPage .bnqInsDesc {
  font-size: 16px;
  color: #434343;
  line-height: 1.6;
  letter-spacing: 1.5px;
}
@media (max-width: 1180px) {
  .banquetInsPage .bnqInsDesc {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
}