.mainArea {
  position: relative;
}
.mainArea .floatLink {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mainArea .floatBtn {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100;
  border: 1px solid #fff;
  border-right-color: #333;
}
.mainArea .floatBtn .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #878787;
  color: #fff;
  padding: clamp(25px, 2.2vw, 42px) 20px;
  gap: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .mainArea .floatBtn .btn {
    padding: 20px 14px;
    gap: 10px;
  }
}
.mainArea .floatBtn .btn::before {
  content: "";
  position: absolute;
  top: -150%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: top 0.6s ease-in-out;
  z-index: 2;
  pointer-events: none;
}
.mainArea .floatBtn .btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  opacity: 0;
  z-index: 3;
  transition: opacity 0.3s ease, inset 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}
.mainArea .floatBtn .btn .btnIcon {
  position: relative;
  z-index: 4;
  width: 25px;
  height: 25px;
}
.mainArea .floatBtn .btn .btnIcon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.mainArea .floatBtn .btn .btnText {
  font-size: 16px;
  font-weight: 500;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  line-height: 1.2;
  white-space: nowrap;
  z-index: 4;
}
@media (max-width: 768px) {
  .mainArea .floatBtn .btn .btnText {
    font-size: 15px;
  }
}
@media (min-width: 1181px) {
  .mainArea .floatBtn .btn:hover {
    background-color: #AA8223;
  }
  .mainArea .floatBtn .btn:hover::before {
    top: 150%;
  }
  .mainArea .floatBtn .btn:hover::after {
    opacity: 1;
    inset: 4px;
  }
}
@media (max-width: 992px) {
  .mainArea .floatBtn {
    display: none;
  }
}

.newsArea {
  padding: 56px 0 40px;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 50px 0 40px;
  }
}
.newsArea.noArrow .bottomBox {
  display: none;
}
.newsArea .wrap {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding-left: max(45px, (100vw - 1620px) / 2 + 35px);
  padding-right: 0;
  flex-wrap: wrap;
  row-gap: 20px;
}
.newsArea .wrap > .btnBox {
  display: none;
  margin-top: 30px;
}
@media (max-width: 1180px) {
  .newsArea .wrap {
    padding: 0 30px;
    flex-direction: column;
  }
  .newsArea .wrap > .btnBox {
    display: block;
  }
  .newsArea .wrap > .btnBox .btn {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .newsArea .wrap {
    padding: 0;
    gap: 0;
  }
}
.newsArea .leftBox {
  width: 20%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1536px) {
  .newsArea .leftBox {
    width: 24%;
  }
}
@media (max-width: 1180px) {
  .newsArea .leftBox {
    width: 100%;
  }
}
.newsArea .titleBox {
  text-align: start;
}
.newsArea .titleBox .btnBox {
  margin-top: clamp(20px, 3vw, 55px);
}
@media (max-width: 1180px) {
  .newsArea .titleBox {
    text-align: center;
    margin-bottom: 20px;
  }
  .newsArea .titleBox .btnBox {
    display: none;
  }
}
.newsArea .pageBox {
  color: #5C5C5C;
  font-family: "EB Garamond", "Noto Serif TC", "Noto Serif JP", "Noto Serif KR", serif;
  font-size: 30px;
  display: flex;
  margin-top: auto;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .newsArea .pageBox {
    font-size: 24px;
  }
}
@media (max-width: 1180px) {
  .newsArea .pageBox {
    display: none;
  }
}
.newsArea .pageBox .slash {
  margin: 0 5px;
}
.newsArea .pageBox .current {
  color: #AA8223;
}
.newsArea .bottomBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  gap: 50px;
}
@media (max-width: 768px) {
  .newsArea .bottomBox .arrowBox {
    gap: 20px;
  }
  .newsArea .bottomBox .arrowBox .text {
    display: none;
  }
  .newsArea .bottomBox .arrowBox::after {
    display: none;
  }
}
@media (max-width: 576px) {
  .newsArea .bottomBox {
    display: none;
  }
}
.newsArea .progressBox {
  width: calc(78.5% - 24px);
  height: 1px;
  background-color: #DFDFDF;
}
.newsArea .progressBox .progress {
  width: 20%;
  height: 2px;
  background-color: #AA8223;
  margin-top: -0.5px;
  transition: width 0.8s;
}
@media (max-width: 1536px) {
  .newsArea .progressBox {
    width: calc(70% - 15px);
  }
}
@media (max-width: 768px) {
  .newsArea .progressBox {
    width: calc(100% - 80px);
  }
}
@media (max-width: 1180px) {
  .newsArea .newsList {
    margin: 0 -15px;
  }
}
@media (max-width: 576px) {
  .newsArea .newsList {
    margin: 0;
  }
}
.newsArea .slick-list {
  padding-right: 29%;
}
@media (max-width: 1180px) {
  .newsArea .slick-list {
    padding-right: 0;
  }
}
.newsArea .newsBox {
  width: 78.5%;
  overflow: hidden;
}
@media (max-width: 1536px) {
  .newsArea .newsBox {
    width: 76%;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsBox {
    width: 100%;
    overflow: visible;
  }
}
.newsArea .newsBox .newsItem {
  padding: 0 23px;
}
@media (min-width: 1181px) {
  .newsArea .newsBox .newsItem:hover .Img img {
    transform: scale(1.04);
  }
  .newsArea .newsBox .newsItem:hover .Img::after {
    opacity: 1;
  }
  .newsArea .newsBox .newsItem:hover .textBox {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .newsArea .newsBox .newsItem:hover .title {
    color: #AA8223;
  }
}
@media (max-width: 1536px) {
  .newsArea .newsBox .newsItem {
    padding: 0 15px;
  }
}
@media (max-width: 840px) {
  .newsArea .newsBox .newsItem {
    padding: 0 12px;
  }
}
.newsArea .newsBox .item {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.newsArea .newsBox .item .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media (min-width: 1181px) {
  .newsArea .newsBox .item .linkWrap:hover ~ .Txt .title a {
    color: #AA8223;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsBox .item .linkWrap {
    z-index: 4;
  }
}
.newsArea .newsBox .Img {
  position: relative;
  width: 100%;
  aspect-ratio: 710/580;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  display: block;
  opacity: 1;
}
@media (max-width: 840px) {
  .newsArea .newsBox .Img {
    margin-bottom: 12px;
  }
}
.newsArea .newsBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.newsArea .newsBox .Img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(54, 54, 54, 0.7) 0%, rgba(54, 54, 54, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}
.newsArea .newsBox .Img .textBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: clamp(20px, 3.229vw, 62px) clamp(20px, 2.344vw, 45px) 20px;
  opacity: 0;
  transform: translate(-50%, 20px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.newsArea .newsBox .Img .textBox .text {
  color: #FFF;
  font-family: "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-size: 16px;
  letter-spacing: 0.85px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.7;
}
.newsArea .newsBox .Img .textBox .btnBox {
  width: 100%;
  text-align: center;
}
.newsArea .newsBox .Img .textBox .btnBox .btn {
  margin-top: 20px;
}
@media (max-width: 1280px) {
  .newsArea .newsBox .Img .textBox .btnBox .btn {
    max-width: 175px;
  }
}
.newsArea .newsBox .Img .textBox:not(:has(.text)) .btnBox {
  margin-top: 0;
}
.newsArea .newsBox .Img .textBox:not(:has(.text)) .btnBox .btn {
  margin-top: 0;
}
.newsArea .newsBox .Txt {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.newsArea .newsBox .Txt .title,
.newsArea .newsBox .Txt .title a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1536px) {
  .newsArea .newsBox .Txt .title,
  .newsArea .newsBox .Txt .title a {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .newsArea .newsBox .Txt .title,
  .newsArea .newsBox .Txt .title a {
    font-size: 16px;
  }
}
.newsArea .newsBox .newsInfoBox {
  border: none;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.newsArea .newsBox .newsInfoBox .dateBox {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.1px;
  font-family: "EB Garamond", "Noto Serif TC", "Noto Serif JP", "Noto Serif KR", serif;
  color: #AA8223;
}
@media (max-width: 1024px) {
  .newsArea .newsBox .newsInfoBox .dateBox {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .newsArea .newsBox .newsInfoBox .dateBox {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .newsArea .newsBox .newsInfoBox {
    margin-bottom: 8px;
  }
}

.roomList {
  display: flex;
  flex-wrap: wrap;
}
.roomList .roomItem {
  width: 100%;
}
@media (min-width: 769px) {
  .roomList .roomItem:nth-child(2n) .Img {
    order: 2;
  }
  .roomList .roomItem:nth-child(2n) .Txt {
    order: 1;
  }
  .roomList .roomItem:nth-child(4n+1) {
    padding: clamp(35px, 3vw, 50px) 0;
  }
  .roomList .roomItem:nth-child(4n+1) .Txt {
    padding: 97px 80px 84px 108px;
    margin-left: -180px;
    margin-top: -38px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .roomList .roomItem:nth-child(4n+1) .Txt {
    padding: 80px;
    margin-top: 0;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .roomList .roomItem:nth-child(4n+1) .Txt {
    padding: 60px 20px 60px 60px;
  }
}
@media (min-width: 769px) {
  .roomList .roomItem:nth-child(4n+2) {
    padding: clamp(35px, 3vw, 50px) 0;
  }
  .roomList .roomItem:nth-child(4n+2) .Img {
    width: 68%;
  }
  .roomList .roomItem:nth-child(4n+2) .Txt {
    padding: 118px 108px 66px 102px;
    margin-right: -240px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .roomList .roomItem:nth-child(4n+2) .Txt {
    padding: 80px;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .roomList .roomItem:nth-child(4n+2) .Txt {
    padding: 60px 60px 60px 20px;
  }
}
@media (min-width: 769px) {
  .roomList .roomItem:nth-child(4n+3) {
    padding: clamp(35px, 3vw, 50px) 0;
  }
  .roomList .roomItem:nth-child(4n+3) .Img {
    width: 68.2%;
  }
  .roomList .roomItem:nth-child(4n+3) .Txt {
    padding: 119px 30px 68px 108px;
    margin-left: -165px;
    margin-top: -40px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .roomList .roomItem:nth-child(4n+3) .Txt {
    padding: 80px;
    margin-top: 0;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .roomList .roomItem:nth-child(4n+3) .Txt {
    padding: 60px 20px 60px 60px;
  }
}
@media (min-width: 769px) {
  .roomList .roomItem:nth-child(4n) {
    padding: clamp(35px, 3vw, 50px) 0;
  }
  .roomList .roomItem:nth-child(4n) .Img {
    width: 68%;
  }
  .roomList .roomItem:nth-child(4n) .Txt {
    padding: 118px 108px 66px 102px;
    margin-right: -240px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .roomList .roomItem:nth-child(4n) .Txt {
    padding: 80px;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .roomList .roomItem:nth-child(4n) .Txt {
    padding: 60px 60px 60px 20px;
  }
}
@media (max-width: 768px) {
  .roomList .roomItem {
    padding: 30px 0;
  }
}
.roomList .item {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .roomList .item {
    min-height: 480px;
  }
}
@media (max-width: 768px) {
  .roomList .item {
    gap: 20px;
    flex-direction: column;
  }
}
.roomList .Img {
  width: 65.5%;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #AA8223;
}
.roomList .Img img {
  width: 100%;
  height: auto;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 500px;
}
@media (max-width: 768px) {
  .roomList .Img {
    width: 100%;
  }
  .roomList .Img img {
    min-height: auto;
  }
}
.roomList .Txt {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  .roomList .Txt {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .roomList .Txt {
    width: 100%;
  }
}
.roomList .Txt .textBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.roomList .Txt .topBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 14px;
}
.roomList .Txt .topBox::after {
  content: "";
  position: absolute;
  left: calc(50% + 20px);
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 225px);
  height: 1px;
  background-color: #AA8223;
}
@media (max-width: 992px) {
  .roomList .Txt .topBox::after {
    width: calc(100% - 200px);
  }
}
@media (max-width: 768px) {
  .roomList .Txt .topBox::after {
    left: 50%;
    width: calc(100% - 250px);
  }
}
@media (max-width: 480px) {
  .roomList .Txt .topBox::after {
    left: calc(50% + 30px);
    width: calc(100% - 180px);
  }
}
.roomList .Txt .num,
.roomList .Txt .name {
  color: #AA8223;
  text-align: center;
  font-family: "EB Garamond", "Noto Serif TC", "Noto Serif JP", "Noto Serif KR", serif;
  letter-spacing: -0.1px;
}
.roomList .Txt .num {
  font-size: clamp(30px, 3.125vw, 60px);
  line-height: 1;
}
@media (max-width: 992px) {
  .roomList .Txt .num {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .roomList .Txt .num {
    font-size: 28px;
  }
}
.roomList .Txt .name {
  font-size: 22px;
  position: relative;
}
@media (max-width: 480px) {
  .roomList .Txt .name {
    font-size: 20px;
  }
}
.roomList .Txt .title {
  color: #AA8223;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 3px;
}
@media (max-width: 480px) {
  .roomList .Txt .title {
    font-size: 24px;
  }
}
.roomList .Txt .text {
  color: #5C5C5C;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  margin-top: 18px;
  line-height: 1.8;
  min-height: 87px;
}
@media (max-width: 992px) {
  .roomList .Txt .text {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .roomList .Txt .text {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .roomList .Txt .text {
    font-size: 14px;
  }
}
.roomList .Txt .btnBox {
  width: 100%;
  margin-top: clamp(20px, 2vw, 32px);
}
@media (max-width: 768px) {
  .roomList .Txt .btnBox {
    margin-top: 30px;
  }
}

.contentBox {
  padding: 26px 0 clamp(50px, 7.396vw, 142px);
}
.contentBox > .titleBox {
  margin-bottom: 10px;
}

.titleMain .titleText {
  color: #AA8223;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
.titleMain .titleText::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #AA8223;
}
@media (max-width: 840px) {
  .titleMain .titleText {
    margin-bottom: 10px;
  }
}

.introArea {
  padding: 34px 0 clamp(45px, 4.375vw, 84px);
}
.introArea .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1626px;
}
@media (max-width: 992px) {
  .introArea .wrap {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 480px) {
  .introArea .wrap {
    gap: 40px;
  }
}
.introArea .wrap:has(.rightBox) .leftBox {
  border-right: 1px solid #B7B7B7;
}
@media (max-width: 992px) {
  .introArea .wrap:has(.rightBox) .leftBox {
    border-right: none;
  }
}
.introArea .leftBox {
  width: 42.4%;
  padding: 0px clamp(40px, 4.427vw, 85px) 0 0;
}
@media (max-width: 992px) {
  .introArea .leftBox {
    width: 100%;
    padding-right: 0;
  }
}
.introArea .leftBox .titleMain {
  color: #AA8223;
  position: relative;
  width: 100%;
}
.introArea .leftBox .titleMain.roomName::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  height: 1px;
  width: calc(100% - 115px);
  background-color: #AA8223;
}
.introArea .leftBox .titleMain.roomName .titleText {
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 18px;
}
.introArea .leftBox .titleMain.roomName .titleText::before {
  display: none;
}
@media (max-width: 840px) {
  .introArea .leftBox .titleMain.roomName .titleText {
    margin-bottom: 10px;
  }
}
.introArea .topBox .title {
  color: #333;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 600;
  letter-spacing: 3px;
}
@media (max-width: 480px) {
  .introArea .topBox .title {
    font-size: 26px;
  }
}
.introArea .topBox .text {
  color: #5C5C5C;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  font-family: "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  margin-top: 20px;
  width: 92%;
}
@media (max-width: 480px) {
  .introArea .topBox .text {
    margin-top: 10px;
    font-size: 15px;
    width: 100%;
  }
}
.introArea .rightBox {
  width: 53.4%;
  margin-top: 5px;
}
@media (max-width: 1440px) {
  .introArea .rightBox {
    width: 54%;
  }
}
@media (max-width: 992px) {
  .introArea .rightBox {
    width: 100%;
  }
}
.introArea .rightBox .tagBox {
  padding: 10px 0 0;
}
.introArea .rightBox .tagList {
  border: 1px solid #E5E5E5;
}
.introArea .rightBox .tagList .tagItem {
  justify-content: center;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.introArea .rightBox .tagList .tagItem .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  padding: 10px;
  height: 149px;
}
@media (max-width: 640px) {
  .introArea .rightBox .tagList .tagItem .item {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .introArea .rightBox .tagList .tagItem .item {
    height: 130px;
    gap: 8px;
  }
}
.introArea .rightBox .tagList .tagItem .Img {
  width: 55px;
  margin: 0 auto;
}
.introArea .rightBox .tagList .tagItem .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.introArea .rightBox .tagList .tagItem .tagTitle {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  font-family: "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  letter-spacing: 0.42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.introArea .rightBox .tagList .slick-dots {
  margin-top: 15px;
  justify-content: center;
}
.introArea .rightBox .arrowBox {
  margin: 40px auto 0;
}
@media (max-width: 992px) {
  .introArea .rightBox .arrowBox {
    margin: 20px auto 0;
  }
}
@media (max-width: 480px) {
  .introArea .rightBox .arrowBox {
    display: none;
  }
}
.introArea .infoBox {
  margin-top: 38px;
  padding-top: 0;
  position: relative;
}
@media (max-width: 1180px) {
  .introArea .infoBox {
    margin-top: 25px;
  }
}
.introArea .infoList {
  display: flex;
  flex-direction: column;
}
.introArea .btnBox {
  margin-top: 14px;
}
.introArea .btnBox.compare {
  margin-top: 22px;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .introArea .btnBox.compare {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
.introArea .infoItem {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 33px;
  margin-bottom: 2.5px;
}
.introArea .infoItem:last-child {
  margin-bottom: 0;
}
.introArea .infoItem .infoLabel {
  min-width: 4rem;
  flex-shrink: 0;
  color: #5C5C5C;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
}
.introArea .infoItem .infoValue,
.introArea .infoItem .infoNote {
  color: #878787;
  font-family: "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  flex-grow: 1;
  letter-spacing: 1px;
}
.introArea .infoItem .infoNote {
  font-size: 16px;
  margin-top: 5px;
}
@media (max-width: 414px) {
  .introArea .infoItem .infoNote {
    font-size: 15px;
  }
}
.introArea .infoItem .priceBox {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #AA8223;
  font-family: "EB Garamond", "Noto Serif TC", "Noto Serif JP", "Noto Serif KR", serif;
  letter-spacing: -0.1px;
}
.introArea .infoItem .priceBox .unit {
  font-size: 25px;
}
.introArea .infoItem .priceBox .price {
  font-size: 45px;
  line-height: 1;
}
@media (max-width: 414px) {
  .introArea .infoItem .priceBox .price {
    font-size: 40px;
  }
}
.introArea .infoItem:has(.priceBox) {
  flex-wrap: wrap;
  gap: 0px;
}
.introArea .infoItem:has(.priceBox) .infoValue {
  width: 100%;
}
.introArea .infoItem:has(.priceBox) .priceBox {
  margin-top: 10px;
}

.instructionArea {
  padding-bottom: 54px;
}
.instructionArea .titleMain {
  margin-bottom: 22px;
  padding-bottom: clamp(20px, 1.771vw, 28px);
  text-align: left;
  border-bottom: 1px solid #eee;
}
.instructionArea .titleMain .titleText {
  margin-bottom: 0;
}
.instructionArea ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1020px;
  padding-left: 12px !important;
  gap: 0 30px;
  list-style: none !important;
}
@media (max-width: 1366px) {
  .instructionArea ul {
    max-width: 100%;
  }
}
.instructionArea ul li {
  width: calc(50% - 30px);
  position: relative;
  padding-left: 16px;
  color: #5C5C5C;
  font-family: "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .instructionArea ul li {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .instructionArea ul li {
    font-size: 15px;
  }
}
.instructionArea ul li::marker {
  content: "";
}
.instructionArea ul li::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #CBCBCB;
  position: absolute;
  right: 100%;
  top: 15px;
}
@media (max-width: 480px) {
  .instructionArea ul li::after {
    top: 14px;
  }
}

.sideDataArea {
  padding: clamp(40px, 5.104vw, 80px) 0 clamp(40px, 4.5vw, 90px);
  background-color: #f6f6f6;
}
.sideDataArea .wrap {
  max-width: 1780px;
}
@media (max-width: 640px) {
  .sideDataArea .wrap {
    max-width: 100%;
    padding: 0;
  }
}
.sideDataArea .titleBox {
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  .sideDataArea .titleBox {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .sideDataArea .titleBox {
    margin-bottom: 30px;
  }
}
.sideDataArea .sideDataBox {
  width: 100%;
  width: calc(100% - 152px);
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1180px) {
  .sideDataArea .sideDataBox {
    width: calc(100% - 100px);
  }
}
@media (max-width: 640px) {
  .sideDataArea .sideDataBox {
    width: 100%;
  }
}
.sideDataArea .sideDataList {
  --padding: 27px;
  margin: 0 calc(var(--padding) * -1);
}
@media (max-width: 1440px) {
  .sideDataArea .sideDataList {
    --padding: 20px;
  }
}
@media (max-width: 1180px) {
  .sideDataArea .sideDataList {
    --padding: 15px;
  }
}
@media (max-width: 640px) {
  .sideDataArea .sideDataList {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .sideDataArea .sideDataList {
    --padding: 10px;
  }
}
.sideDataArea .sideDataItem {
  padding: 0 var(--padding);
}
.sideDataArea .arrowBox {
  width: calc(100% + 150px);
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: absolute;
  top: calc(50% - 32px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .sideDataArea .arrowBox {
    width: calc(100% + 110px);
  }
}
.sideDataArea .arrowBox::after {
  display: none;
}
@media (min-width: 769px) {
  .sideDataArea .arrowBox .arrow svg {
    aspect-ratio: 39/10;
    width: 46px;
  }
}
@media (max-width: 640px) {
  .sideDataArea .arrowBox {
    display: none;
  }
}

.albumBox {
  width: 100%;
  position: relative;
}
.albumBox .titleBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.albumBox .titleBox .title {
  font-size: clamp(30px, 4.5vw, 60px);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.68);
}
.albumBox .titleBox .titleTw {
  font-size: clamp(20px, 2.6vw, 36px);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.68);
}
.albumBox .arrowBox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 72px;
  z-index: 5;
}
@media (max-width: 1180px) {
  .albumBox .arrowBox {
    bottom: 40px;
  }
}
@media (max-width: 360px) {
  .albumBox .arrowBox {
    bottom: 20px;
    gap: 20px;
  }
  .albumBox .arrowBox .text {
    display: none;
  }
  .albumBox .arrowBox::after {
    display: none;
  }
}
.albumBox img {
  min-height: 500px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 360px) {
  .albumBox img {
    min-height: 400px;
  }
}