@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
body {
  color: #333333;
  background-image: url(../img/bg.png);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat;
  font-family: "noto serif TC";
  color: #333333;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input,
select,
textarea,
button {
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

button {
  transition: 0.3s;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/select-arrow.svg);
  background-size: 18px;
  background-position: calc(100% - 14px) center;
  background-repeat: no-repeat;
}

main {
  overflow: hidden;
  padding-top: 90px;
  min-height: calc(100vh - 61px);
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 70px;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.datepicker {
  background-image: url(../img/calendar.svg);
  background-size: 24px;
  background-position: calc(100% - 14px) center;
  background-repeat: no-repeat;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #333333;
  display: block;
  transition: 0.3s;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #9e6023;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn {
  border: 1px solid #ca9969;
  padding: 8px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 0;
}
.btn-text {
  font-size: 16px;
  font-family: "noto serif TC";
  font-weight: 700;
  transition: 0.3s;
  margin: 0;
}
.btn-icon {
  font-size: 16px;
}
.btn-icon::before {
  transition: 0.3s;
}
.btn-border {
  background-color: transparent;
  color: #ca9969;
  font-family: "noto serif TC";
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-border .btn-text {
  color: #ca9969;
  font-family: "noto serif TC";
  font-weight: 700;
}
.btn-border .btn-icon::before {
  color: #9e6023;
}
.btn-border:hover {
  border-color: #85490d;
  color: #85490d;
}
.btn-border:hover .btn-text {
  color: #85490d;
}
.btn-border:hover .btn-icon::before {
  color: #85490d;
}
.btn-border-onlyicon {
  width: 40px;
  height: 40px;
  border: 1px solid #9c5c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.btn-border-onlyicon .btn-icon {
  font-size: 32px;
  color: #9c5c1c;
}
.btn-border-onlyicon:hover {
  background-color: #9c5c1c;
}
.btn-border-onlyicon:hover .btn-icon::before {
  color: #fff;
}
.btn-fill {
  background-color: #ca9969;
  color: #fff;
  font-family: "noto serif TC";
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-fill .btn-text {
  color: #fff;
  font-family: "noto serif TC";
  font-weight: 700;
}
.btn-fill .btn-icon::before {
  color: #fff;
}
.btn-fill:hover {
  background-color: #85490d;
  color: #fff;
  border-color: #85490d;
}
.btn-fill-light {
  padding: 8px 36px;
  background-color: #fddfc1;
  border-color: #fddfc1;
}
.btn-fill-light .btn-icon::before {
  color: #85490d;
}
.btn-fill-light .btn-text {
  color: #85490d;
}
.btn-fill-light:hover {
  background-color: #b47d46;
  border-color: #b47d46;
}
.btn-fill-light:hover .btn-icon::before {
  color: #fff;
}
.btn-fill-light:hover .btn-text {
  color: #fff;
}
.btn-fill-square {
  width: 60px;
  height: 60px;
  background-color: #ca9969;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  gap: 2px;
}
.btn-fill-square .btn-icon {
  font-size: 28px;
}
.btn-fill-square .btn-icon::before {
  color: #fff;
}
.btn-fill-square .btn-text {
  color: #fff;
  font-size: 10px;
  margin: 0;
}
.btn-fill-square:hover {
  background-color: #85490d;
  border-color: #85490d;
}
@media screen and (max-width: 575px) {
  .btn-fill-square {
    width: 40px;
    height: 40px;
  }
  .btn-fill-square .btn-icon {
    font-size: 20px;
  }
}
.btn-alert {
  width: 52px;
  height: 32px;
  border-color: #da0000;
  color: #da0000;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
}
.btn-alert:hover {
  background-color: #da0000;
  color: #fff;
}
.btn-file {
  position: relative;
}
.btn-file input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.btn-fixed {
  position: fixed;
  right: 32px;
  bottom: 100px;
}
@media screen and (max-width: 575px) {
  .btn-fixed {
    right: 20px;
    bottom: 80px;
  }
}

.title {
  font-size: 46px;
  font-weight: 900;
  margin-bottom: 36px;
  text-align: center;
  font-family: "noto serif TC";
  color: #9c5c1c;
}
.title-inner {
  font-size: 40px;
  font-weight: 900;
  color: #4a2500;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .title {
    font-size: 36px;
  }
}

.text {
  font-size: 16px;
  font-family: "noto serif TC";
}

.input-item {
  display: flex;
  height: 45px;
  margin-bottom: 20px;
}
.input-item > label {
  padding: 8px;
  background-color: #b47d46;
  color: #fff;
  font-family: "noto serif TC";
  font-weight: 900;
  text-align: center;
  display: block;
  height: 100%;
  letter-spacing: 0.05em;
  border: 1px solid #b47d46;
}
.input-item > label.bg-transparent {
  border: 0;
  color: #333333;
}
.input-item > input {
  height: 100%;
  padding: 0 10px;
  border: 1px solid #b47d46;
}
.input-item > textarea {
  border: 1px solid #b47d46;
  padding: 10px;
  height: 180px;
}
.input-item.radio .radio-main {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 8px 20px;
}
.input-item.radio .radio-item {
  gap: 8px;
  display: flex;
  align-items: center;
  padding-bottom: 4px;
}
.input-item.radio .radio-item > input {
  width: 16px;
  height: 16px;
  position: relative;
}
.input-item.radio .radio-item > input::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #b47d46;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.input-item.radio .radio-item > input::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 60%;
  background-color: #b47d46;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
}
.input-item.radio .radio-item > input:checked::after {
  opacity: 1;
}
.input-item.radio .radio-item > label {
  font-size: 16px;
  font-family: "noto serif TC";
  font-weight: 900;
}
.input-item.textarea {
  flex-direction: column;
  height: auto;
}

.header {
  height: 90px;
  background-color: #fff;
  z-index: 100;
  position: fixed;
  width: 100%;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header__main {
  display: flex;
  align-items: center;
  gap: 50px;
  height: 100%;
}
.header__logo {
  width: 125px;
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__nav ul a {
  font: 700 16px "noto serif TC";
  position: relative;
}
.header__nav ul a::after {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #9e6023;
  top: calc(100% + 12px);
  left: 50%;
  transition: 0.3s;
  height: 0;
}
.header__nav ul a.active, .header__nav ul a:hover {
  color: #9e6023;
}
.header__nav ul a.active::after, .header__nav ul a:hover::after {
  height: 46px;
}
.header__nav ul a.disabled {
  pointer-events: none;
  color: #919191;
  cursor: not-allowed;
}
.header__nav ul.header-nav-account {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #fddfc1;
}
.header__btn {
  padding: 8px 45px;
  background-color: #ca9969;
  color: #fff;
  font-size: 16px;
  font-family: "noto serif TC";
  font-weight: 700;
}
.header__btn:hover {
  background-color: #9e6023;
  color: #fff;
}
.header__func {
  display: flex;
  align-items: center;
  gap: 28px;
}
.header__menu {
  width: 30px;
  height: 30px;
  position: relative;
}
.header__menu .bar {
  position: absolute;
  width: 95%;
  height: 1px;
  background-color: #9e6023;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
}
.header__menu .bar-top {
  top: 4px;
}
.header__menu .bar-middle {
  top: calc(50% - 0.5px);
}
.header__menu .bar-bottom {
  top: calc(100% - 5px);
}
.header__menu.active .bar {
  top: 50%;
  left: 50%;
}
.header__menu.active .bar-top, .header__menu.active .bar-middle {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__menu.active .bar-bottom {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__account {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__account .header-account-pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.header__account .header-account-pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.header__account .header-account-name {
  margin: 0;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .header .container {
    max-width: inherit;
  }
}
@media screen and (max-width: 991px) {
  .header {
    height: 70px;
  }
  .header__nav {
    position: fixed;
    background-color: #fff;
    height: calc(100vh - 70px);
    top: 70px;
    right: 0;
    max-width: 400px;
    width: 100%;
    transition: 0.3s;
    right: -450px;
    overflow-y: auto;
    padding: 20px 0;
  }
  .header__nav ul {
    display: block;
  }
  .header__nav ul a {
    padding: 12px 40px;
  }
  .header__nav ul a::after {
    width: 0;
    height: 1px;
    top: 50%;
    left: -40px;
  }
  .header__nav ul a.active::after, .header__nav ul a:hover::after {
    width: 60px;
    height: 1px;
  }
  .header__nav.active {
    right: 0;
  }
  .header__account .header-account-pic {
    width: 40px;
    height: 40px;
  }
  .header__account .header-account-name {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .header__logo {
    width: 110px;
  }
  .header__btn {
    padding: 8px 20px;
  }
}

.footer {
  padding: 20px;
  background-color: #ca9969;
}
.footer p {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.banner-inner {
  position: relative;
  width: 100%;
  padding-bottom: 28%;
}
.banner-inner__pic {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner-inner__text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}
.banner-inner__title {
  font-size: 42px;
  font-family: "noto serif TC";
  font-weight: 900;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
.banner-inner__en {
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
}
.banner-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .banner-inner {
    padding-bottom: 80%;
  }
}
@media screen and (max-width: 575px) {
  .banner-inner__title {
    font-size: 36px;
  }
  .banner-inner__description {
    font-size: 16px;
  }
}

.pagination {
  margin: 30px auto 0;
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px solid #ca9969;
  border-bottom: 1px solid #ca9969;
}
.pagination a {
  width: 40px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "noto serif TC";
  font-weight: 700;
  color: #9e6023;
}
.pagination a.active {
  background-color: #ca9969;
  color: #fff;
}
.pagination a:hover {
  opacity: 0.6;
}
.pagination > ul {
  display: flex;
}
.pagination_arrow span {
  font-size: 16px;
}
.pagination_arrow span::before {
  color: #9e6023;
}

.nav {
  gap: 32px;
}
.nav-link {
  padding: 0 0 6px;
  border-radius: 0;
  font-family: "noto serif TC";
  font-weight: 900;
  color: #333333 !important;
  font-size: 18px;
  border-bottom: 2px solid transparent;
}
.nav-link.active {
  background-color: transparent !important;
  color: #9e6023 !important;
  border-color: #9e6023;
}
@media screen and (max-width: 575px) {
  .nav {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 16px;
    margin-bottom: 20px;
  }
  .nav-link {
    white-space: nowrap;
    font-size: 16px;
  }
}

.popup {
  position: fixed;
  width: 400px;
  background-color: #fff;
  padding: 24px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 5;
}
.popup p {
  margin: 0;
  text-align: center;
}

.modal-content {
  border: 0;
  border-radius: 0;
}
.modal-header {
  border: 0;
  padding: 15px;
  display: flex;
  justify-content: flex-end;
}
.modal-header .btn-close {
  padding: 0;
  width: 24px;
  height: 24px;
}
.modal-header .btn-close span {
  font-size: 24px;
}
.modal-body {
  padding: 0 40px 40px;
}
.modal-dialog {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .modal-body {
    padding: 0 15px 40px;
  }
}

.inner-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 70px;
}
.inner-head_btns {
  display: flex;
  gap: 20px;
}
.inner-head_btns .btn {
  padding: 8px 15px;
}
.inner-head_btns .btn-icon::before {
  color: #ca9969;
}
@media screen and (max-width: 767px) {
  .inner-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .inner-head_btns {
    gap: 12px;
    justify-content: flex-end;
    width: 100%;
  }
  .inner-head_btns .btn {
    padding: 8px;
    gap: 4px;
  }
  .inner-head_btns .btn-text {
    font-size: 14px;
  }
}

.switch {
  position: relative;
  width: 25px;
  height: 15px;
  border-radius: 100px;
  background-color: #fff1e3;
  transition: 0.3s;
}
.switch_ball {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #b47d46;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.switch.active {
  background-color: #b47d46;
}
.switch.active .switch_ball {
  background-color: #fff1e3;
  left: calc(100% - 2px - 12px);
}

.banner {
  position: relative;
  width: 100%;
  padding-bottom: 40%;
}
.banner__pic {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner__text {
  position: absolute;
  top: 6vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: 420px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
}
.banner__text .btn {
  margin: 0 auto;
  padding: 12px 45px;
  width: -moz-fit-content;
  width: fit-content;
}
.banner__title {
  font-size: 72px;
  font-family: "noto serif TC";
  font-weight: 700;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
}
.banner__description {
  font-size: 20px;
  font-family: "noto sans TC";
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .banner {
    padding-bottom: 80%;
  }
  .banner__text {
    top: 12vw;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .banner__text .btn {
    padding: 8px 20px;
  }
  .banner__title {
    font-size: 40px;
  }
  .banner__description {
    font-size: 16px;
  }
}

.news__wrapper {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  display: flex;
  transform: translateY(-64px);
}
.news__text {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  padding: 16px 60px 16px 0;
  border-right: 1px solid #a8a8a8;
}
.news__text .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 45px;
}
.news__title {
  font-size: 46px;
  font-family: "noto serif TC";
  font-weight: 900;
  color: #9c5c1c;
  margin: 0;
}
.news__list {
  width: calc(100% - 250px);
  padding: 16px 0 16px 60px;
}
.news-item {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-item__date {
  padding: 5px 12px;
  margin: 0;
  background-color: #ca9969;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
}
.news-item__title {
  margin: 0;
  font: 700 16px "noto serif TC";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .news__wrapper {
    flex-direction: column;
  }
  .news__text {
    width: 100%;
    flex-direction: row;
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid #a8a8a8;
  }
  .news__text .btn {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .news__title {
    font-size: 32px;
  }
  .news__list {
    width: 100%;
    padding: 24px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .news__wrapper {
    padding: 24px;
  }
  .news-item {
    gap: 12px;
  }
  .news-item__date {
    font-size: 14px;
  }
}

.cards {
  padding: 80px 0 100px;
  background-color: #9c5c1c;
}
.cards .title {
  color: #fff;
}
.cards .row {
  margin-left: -15px;
  margin-right: -15px;
}
.cards .row > div {
  padding-left: 15px;
  padding-right: 15px;
}
.cards_item {
  background-color: #fff;
  padding: 15px 15px 30px;
}
.cards_pic {
  width: 100%;
  padding-bottom: 68%;
  position: relative;
  margin-bottom: 20px;
}
.cards_pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.cards_title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-family: "noto serif TC";
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.cards_description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
  font-family: "noto serif TC";
}
.cards_link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
  color: #ca9969;
  font-weight: 700;
  font-family: "noto serif TC";
}
@media screen and (max-width: 991px) {
  .cards_item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cards_item {
    margin-bottom: 16px;
    padding: 8px 8px 16px;
  }
  .cards_pic {
    margin-bottom: 16px;
  }
  .cards_title {
    font-size: 18px;
    -webkit-line-clamp: 2;
  }
  .cards_description, .cards_link {
    font-size: 12px;
  }
  .cards .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .cards .row > div {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.tab-slider {
  padding: 100px 0;
  background-color: rgba(247, 236, 225, 0.7);
}
.tab-slider_func {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.tab-slider_func .nav {
  gap: 32px;
}
.tab-slider_func .nav-link {
  padding: 0 0 6px;
  border-radius: 0;
  font-family: "noto serif TC";
  font-weight: 900;
  color: #333333;
  font-size: 18px;
  border-bottom: 2px solid transparent;
}
.tab-slider_func .nav-link.active {
  background-color: transparent;
  color: #9e6023;
  border-color: #9e6023;
}
.tab-slider_arrows {
  display: flex;
  gap: 20px;
}
.tab-slider .swiper-container {
  overflow: visible;
}
.tab-slider_card_pic {
  position: relative;
  width: 100%;
  padding-bottom: 68%;
  overflow: hidden;
  background-color: #fff;
}
.tab-slider_card_pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.tab-slider_card_text {
  width: 80%;
  background-color: #fff;
  padding: 15px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  text-align: center;
  transform: translateY(-24px);
  transition: 0.3s;
}
.tab-slider_card_title {
  font-size: 16px;
  margin-bottom: 6px;
  font-family: "noto serif TC";
  font-weight: 900;
  transition: 0.3s;
}
.tab-slider_card_price {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ca9969;
  margin: 0;
  transition: 0.3s;
}
.tab-slider_card:hover .tab-slider_card_pic > img {
  transform: scale(1.2);
}
.tab-slider_card:hover .tab-slider_card_text {
  background-color: #b47d46;
  box-shadow: none;
}
.tab-slider_card:hover .tab-slider_card_title, .tab-slider_card:hover .tab-slider_card_price {
  color: #fff;
}
@media screen and (max-width: 575px) {
  .tab-slider_func {
    display: block;
    margin-bottom: 20px;
  }
  .tab-slider_func .nav {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 16px;
    margin-bottom: 20px;
  }
  .tab-slider_func .nav-link {
    white-space: nowrap;
    font-size: 16px;
  }
  .tab-slider_arrows {
    width: 100%;
    justify-content: space-between;
    padding: 0 20px;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .tab-slider .container {
    position: relative;
    padding-bottom: 40px;
  }
}

.pic-list {
  padding: 100px 0;
  text-align: center;
}
.pic-list .text {
  margin-bottom: 50px;
}
.pic-list_wrap {
  max-width: 800px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.pic-list_pic {
  width: 55%;
}
.pic-list_pic > img {
  width: 100%;
  mix-blend-mode: darken;
}
.pic-list_list {
  width: 45%;
  padding-left: 28px;
}
.pic-list_list li {
  display: flex;
  margin-bottom: 20px;
  gap: 12px;
}
.pic-list_list_icon {
  font-size: 30px;
}
.pic-list_list_icon::before {
  color: #9e6023;
}
.pic-list_list_text {
  font-size: 18px;
  font-family: "noto serif TC";
  margin: 0;
  padding-top: 1px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .pic-list .container {
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .pic-list_wrap {
    flex-direction: column;
  }
  .pic-list_pic {
    width: 100%;
  }
  .pic-list_list {
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 575px) {
  .pic-list_list li {
    margin-bottom: 16px;
  }
  .pic-list_list_icon {
    font-size: 24px;
  }
  .pic-list_list_text {
    font-size: 16px;
  }
}

.gallery {
  overflow: hidden;
}
.gallery .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.gallery_item {
  height: -moz-fit-content;
  height: fit-content;
}
.gallery_tag {
  padding: 4px 10px;
  background-color: #ca9969;
  color: #fff;
  font-size: 12px;
  font-family: "noto serif TC";
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.gallery_main {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.gallery_swiper {
  height: 700px;
}
.gallery_title {
  text-align: center;
  font-family: "noto serif TC";
  color: #9e6023;
  letter-spacing: 0.4em;
  font-weight: 700;
  margin-bottom: 12px;
  transform: translateX(0.2em);
}
.gallery_wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.gallery_description {
  display: flex;
  align-items: center;
  padding: 0 0.25em;
  justify-content: center;
  gap: 12px;
}
.gallery_action {
  display: flex;
  align-items: center;
  gap: 6px;
}
.gallery_action > p {
  margin: 0;
  font-family: "noto serif TC";
  font-size: 14px;
  font-weight: 700;
}
.gallery_action_line {
  width: 40px;
  height: 1px;
  background-color: #333333;
}
.gallery_name {
  font-size: 16px;
  font-family: "noto serif TC";
  font-weight: 700;
  margin: 0;
}
.gallery_overview {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(202, 153, 105, 0.9);
  backdrop-filter: blur(8px);
  z-index: 5;
  gap: 8px;
}
.gallery_overview_num {
  color: #fff;
  font-size: 120px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  margin: 0;
}
.gallery_overview_text {
  text-align: center;
  font-size: 24px;
  font-family: "noto serif TC";
  font-weight: 700;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  margin: 0;
  color: #fff;
}
.gallery_swiper {
  overflow: hidden;
  padding: 15px;
}
.gallery_content {
  width: calc(100% - 300px);
  padding: 100px 24px;
}
@media screen and (max-width: 991px) {
  .gallery {
    padding: 60px 0;
  }
  .gallery_overview {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    position: static;
    padding: 20px 28px;
    gap: 16px;
    width: 100%;
    margin-bottom: 40px;
  }
  .gallery_overview_num {
    font-size: 80px;
  }
  .gallery_overview_text {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .gallery_content {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .gallery_main {
    padding: 20px 12px;
  }
  .gallery_title {
    letter-spacing: 0.1em;
    transform: none;
  }
  .gallery_description {
    flex-direction: column;
    gap: 4px;
    justify-self: flex-start;
    padding: 0;
  }
}

.pic-text {
  padding: 125px 0;
}
.pic-text_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
.pic-text_wrap:last-child {
  margin-bottom: 0;
}
.pic-text_wrap:nth-child(odd) .pic-text_text {
  padding-left: 80px;
}
.pic-text_wrap:nth-child(even) .pic-text_pic {
  order: 2;
}
.pic-text_wrap:nth-child(even) .pic-text_text {
  order: 1;
  padding-right: 80px;
}
.pic-text_pic {
  width: 36%;
}
.pic-text_pic > img {
  width: 100%;
}
.pic-text_text {
  width: 64%;
}
.pic-text_text p {
  font-family: "noto serif TC";
  margin: 0;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .pic-text_wrap {
    margin-bottom: 45px;
    align-items: flex-start;
  }
  .pic-text_wrap:nth-child(odd) .pic-text_text {
    padding-left: 40px;
  }
  .pic-text_wrap:nth-child(even) .pic-text_text {
    padding-right: 40px;
  }
}
@media screen and (max-width: 575px) {
  .pic-text {
    padding: 60px 0 100px;
  }
  .pic-text_wrap {
    flex-direction: column;
  }
  .pic-text_wrap:nth-child(even) .pic-text_pic {
    order: 1;
  }
  .pic-text_wrap:nth-child(even) .pic-text_text {
    order: 2;
  }
  .pic-text_pic {
    width: 100%;
  }
  .pic-text_text {
    width: 100%;
    padding: 20px 0 0 !important;
  }
  .pic-text_text p {
    font-size: 14px;
  }
}

.news-wrap {
  padding: 100px 0;
}

.news-inner .row {
  margin-left: -40px;
  margin-right: -40px;
}
.news-inner .row > div {
  padding-left: 40px;
  padding-right: 40px;
}
.news-inner_item {
  display: flex;
  position: relative;
  margin-bottom: 50px;
}
.news-inner_pic {
  width: 38%;
  padding-bottom: 38%;
  position: relative;
}
.news-inner_pic > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
}
.news-inner_text {
  width: 62%;
  padding: 12px 0 12px 32px;
}
.news-inner_text_arrow {
  font-size: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news-inner_date {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "Titillium Web", sans-serif;
  color: #9c5c1c;
}
.news-inner_title {
  font-size: 18px;
  font-weight: 700;
  font-family: "noto serif TC";
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .news-inner_item {
    margin-bottom: 25px;
  }
  .news-inner_text {
    padding-left: 20px;
  }
  .news-inner_text_arrow {
    font-size: 28px;
  }
  .news-inner_title {
    font-size: 16px;
  }
}

.article {
  padding: 25px 20px 150px;
  max-width: 940px;
  margin: 0 auto;
}
.article_pic {
  position: relative;
  width: 100%;
  padding-bottom: 38%;
  margin-bottom: 24px;
}
.article_pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.article_title {
  text-align: center;
  margin-bottom: 20px;
  font-family: "noto serif TC";
  font-weight: 900;
  line-height: 1.8;
  font-size: 28px;
}
.article_date {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 4px;
  border-bottom: 1px solid #b47d46;
  color: #b47d46;
  font-size: 14px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  margin: 0 auto 50px;
}
.article_content {
  font-family: "noto serif TC";
  line-height: 1.9;
  margin-bottom: 50px;
  text-align: justify;
}
.article_btn {
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .article_pic {
    padding-bottom: 76%;
  }
  .article_title {
    line-height: 1.6;
    font-size: 24px;
    text-align: justify;
  }
}

.login {
  display: flex;
}
.login .row {
  margin: 0;
  width: 100%;
}
.login .row > div {
  padding: 0;
}
.login_pic {
  width: 100%;
  padding-bottom: 100vh;
  position: relative;
}
.login_pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.login_form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  padding-top: 150px;
  padding-bottom: 150px;
}
.login_form_wrap {
  max-width: 400px;
  width: 100%;
}
.login_form_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.login_form_title {
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  font-family: "noto serif TC";
}
.login_form_link {
  display: flex;
  gap: 4px;
  align-items: center;
}
.login_form_link_text {
  color: #9e6023;
  font-family: "noto serif TC";
  font-weight: 900;
  font-size: 14px;
}
.login_form_link_icon {
  font-size: 16px;
}
.login_form_link_icon::before {
  color: #9e6023;
}
.login_form .input-item label {
  width: 105px;
}
.login_form .input-item input {
  width: calc(100% - 105px);
}
.login_form_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.login_form_forget {
  font-size: 14px;
  font-family: "noto serif TC";
  font-weight: 700;
  color: #9e6023;
  text-decoration: underline;
}
.login_form .icon-text_icon {
  font-size: 150px;
  text-align: center;
  display: block;
}
.login_form .icon-text_text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: "noto serif TC" !important;
  margin-bottom: 70px;
}
.login_form .icon-text_btn {
  margin: 0 auto;
  padding: 12px 25px;
}
@media screen and (max-width: 767px) {
  .login_pic {
    padding-bottom: 30%;
  }
  .login_form {
    padding-top: 50px;
  }
  .login_form_title {
    font-size: 40px;
  }
  .login_form .icon-text_icon {
    font-size: 100px;
  }
}

.introduce {
  padding: 45px 20px 150px;
  max-width: 840px;
  margin: 0 auto;
}
.introduce_content {
  margin-bottom: 60px;
}
.introduce_content p {
  font-family: "noto serif TC";
  margin: 0;
  line-height: 1.8;
  text-align: justify;
}
.introduce_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.introduce_btns .btn {
  padding: 12px 45px;
}
@media screen and (max-width: 575px) {
  .introduce_btns .btn {
    padding: 12px;
    width: calc(50% - 10px);
  }
}

.form {
  padding: 120px 20px 150px;
  max-width: 640px;
  margin: 0 auto;
}
.form_title {
  text-align: center;
  margin-bottom: 40px;
  font-family: "noto serif TC";
  font-weight: 900;
  color: #4a2500;
}
.form .input-item {
  width: 100%;
}
.form .input-item > label {
  width: 90px;
}
.form .input-item > input {
  width: calc(100% - 90px);
}
.form .input-item .radio-main {
  width: calc(100% - 90px);
}
.form .input-item.select-type {
  height: auto;
  display: block;
}
.form .input-item.select-type > label {
  width: 100%;
  margin-bottom: 12px;
  text-align: left;
}
.form .input-item.select-type .row {
  margin-left: -15px;
  margin-right: -15px;
}
.form .input-item.select-type .row > div {
  padding-left: 15px;
  padding-right: 15px;
}
.form .input-item.select-type .select-type_item {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
}
.form .input-item.select-type .select-type_item:not(.active):hover .select-type_mask {
  opacity: 0;
}
.form .input-item.select-type .select-type_item:not(.active):hover .select-type_text {
  padding-left: 16px;
  opacity: 1;
}
.form .input-item.select-type .select-type_item:not(.active):hover .select-type_arrow {
  opacity: 1;
}
.form .input-item.select-type .select-type_item.active {
  cursor: inherit;
}
.form .input-item.select-type .select-type_item.active .select-type_mask {
  opacity: 0;
}
.form .input-item.select-type .select-type_item.active .select-type_text {
  opacity: 1;
}
.form .input-item.select-type .select-type_pic {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.form .input-item.select-type .select-type_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.63);
  transition: 0.3s;
}
.form .input-item.select-type .select-type_text {
  position: absolute;
  width: 100%;
  padding: 16px;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 16px 16px 52px;
  transition: 0.3s;
  opacity: 0.8;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}
.form .input-item.select-type .select-type_name {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.03em;
  font-family: "noto serif TC";
  margin: 0;
}
.form .input-item.select-type .select-type_arrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 0;
}
.form .input-item.select-type .select-type_arrow span {
  font-size: 12px;
}
.form .input-item.select-type .select-type_arrow span::before {
  color: #fff;
}
.form_btns {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.form_btns .btn {
  padding: 12px 35px;
}
@media screen and (max-width: 575px) {
  .form .input-item.select-type .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .form .input-item.select-type .row > div {
    padding-left: 8px;
    padding-right: 8px;
  }
  .form .input-item.select-type .select-type_item {
    padding-bottom: 140%;
  }
  .form .input-item.select-type .select-type_text {
    padding: 16px 8px;
  }
  .form .input-item.select-type .select-type_arrow {
    display: none;
  }
  .form_btns .btn {
    width: calc(50% - 10px);
  }
}

.step {
  padding: 50px 20px 110px;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 54px;
}
.step_item.active .step_icon {
  background-color: #b47d46;
}
.step_item.active .step_icon > span::before {
  color: #fff;
}
.step_item.active .step_text {
  color: #9e6023;
}
.step_item::after {
  position: absolute;
  content: "";
  width: 194.6666666667px;
  height: 1px;
  background-color: #ca9969;
  left: 100%;
  top: 27px;
}
.step_item:last-child::after {
  display: none;
}
.step_icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b47d46;
}
.step_icon > span {
  font-size: 26px;
}
.step_icon > span::before {
  color: #9e6023;
}
.step_text {
  position: absolute;
  white-space: nowrap;
  font-family: "noto serif TC";
  font-weight: 900;
  margin: 0;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 840px) {
  .step_item::after {
    width: calc((100vw - 40px - 216px) / 3);
  }
}
@media screen and (max-width: 575px) {
  .step_text {
    font-size: 14px;
  }
}

.product {
  padding: 80px 0 50px;
}
.product .nav {
  margin-bottom: 40px;
}
.product .row {
  margin-left: -15px;
  margin-right: -15px;
}
.product .row > div {
  padding-left: 15px;
  padding-right: 15px;
}
.product_item {
  margin-bottom: 50px;
}
.product_item .check-item {
  position: absolute;
  top: 8px;
  left: 8px;
}
.product_pic {
  position: relative;
  width: 100%;
  padding-bottom: 68%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.product_pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.product .check-item {
  position: absolute;
  top: 8px;
  left: 8px;
}
.product_btns {
  position: absolute;
  display: flex;
  gap: 10px;
  right: 12px;
  bottom: 12px;
}
.product_btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ca9969;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.product_btns a > span {
  font-size: 14px;
}
.product_btns a > span::before {
  color: #fff;
}
.product_btns a:hover {
  background-color: #9e6023;
}
.product_text {
  width: 90%;
  margin: 0 auto;
  padding: 12px 20px 16px;
  border: 1px solid #e5c099;
  border-top: 0;
}
.product_title {
  font-size: 20px;
  font-weight: 900;
  font-family: "noto serif TC";
  margin-bottom: 6px;
}
.product_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.product_price {
  font-size: 20px;
  font-family: "Titillium Web", sans-serif;
  margin: 0;
  font-weight: 700;
  color: #b47d46;
}
.product_buynum {
  display: flex;
  align-items: center;
}
.product_buynum_text {
  margin: 0;
  font-size: 12px;
  font-family: "noto serif TC";
  margin: 0;
}
.product_buynum_num {
  padding-left: 10px;
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #b47d46;
  margin: 0 0 0 10px;
}
.product_buynum_num::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #ca9969;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.product_price-detail {
  padding-bottom: 12px;
  border-bottom: 1px solid #e5c099;
  margin-bottom: 12px;
}
.product_price-detail_item {
  padding: 2px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_price-detail_text {
  font-size: 12px;
  color: #adadad;
  margin: 0;
  font-weight: 900;
}
.product_price-detail_num {
  font-size: 16px;
  color: #9e6023;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .product_info {
    display: block;
  }
}

.product-num {
  display: flex;
  align-items: center;
}
.product-num button {
  width: 25px;
  height: 25px;
  border: 1px solid #b47d46;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-num button > span {
  font-size: 16px;
}
.product-num button > span::before {
  color: #9e6023;
  transition: 0.3s;
}
.product-num button:hover {
  background-color: #b47d46;
}
.product-num button:hover > span::before {
  color: #fff;
}
.product-num > p {
  margin: 0;
  width: 40px;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}

.product-detail {
  padding: 100px 0 150px;
}
.product-detail .container > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.product-detail .container > .row > div {
  padding-left: 25px;
  padding-right: 25px;
}
.product-detail_pic > img {
  width: 100%;
}
.product-detail_title {
  color: #4a2500;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 30px;
}
.product-detail .name-tag {
  margin-bottom: 30px;
}
.product-detail_order {
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.product-detail_order .row {
  margin: 0;
}
.product-detail_order .row > div {
  padding: 0 20px;
  position: relative;
}
.product-detail_order .row > div::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 36px;
  background-color: #e5c099;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.product-detail_order .row > div:last-child::after {
  display: none;
}
.product-detail_order_title {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 700;
}
.product-detail_order_num {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-detail_order_price {
  color: #9e6023;
  font-size: 20px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  margin: 0;
}
.product-detail_order_text {
  color: #707070;
  font-size: 12px;
  margin: 0;
  font-weight: 700;
}
.product-detail_intro {
  margin-bottom: 30px;
  text-align: justify;
}
.product-detail_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .product-detail_order {
    padding: 0 20px;
  }
  .product-detail_order .row > div {
    border-bottom: 1px solid #e5c099;
    padding: 20px 0;
  }
  .product-detail_order .row > div::after {
    display: none;
  }
  .product-detail_order .row > div:last-child {
    border: 0;
  }
  .product-detail_btns {
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .product-detail_text {
    padding-top: 40px;
  }
}

#addcart-modal .product-detail {
  padding: 0;
}
#addcart-modal .product-detail > .row {
  margin-left: -20px;
  margin-right: -20px;
}
#addcart-modal .product-detail > .row > div {
  padding-left: 20px;
  padding-right: 20px;
}
#addcart-modal .product-detail_title {
  margin-bottom: 30px;
  font-size: 40px;
}
#addcart-modal .product-detail_order {
  box-shadow: none;
  background-color: #fffaf6;
  margin-bottom: 30px;
}
#addcart-modal .product-detail_btns {
  justify-content: flex-end;
}
#addcart-modal .product-detail_btns .btn {
  padding: 12px 20px;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  width: -moz-fit-content;
  width: fit-content;
}
.check-item_box {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #b47d46;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-item_box > img {
  width: 80%;
}
.check-item_text {
  font-size: 14px;
  font-weight: 700;
  font-family: "noto serif TC";
  margin: 0;
  transition: 0.3s;
}
.check-item.active {
  background-color: #85490d;
  box-shadow: none;
}
.check-item.active .check-item_text {
  color: #fff;
}

.name-tag {
  display: flex;
  align-items: center;
  gap: 4px;
}
.name-tag_pic {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.name-tag_pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.name-tag_name {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  font-family: "noto serif TC";
}

.purchase-sidebar {
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.purchase-sidebar-wrap {
  width: 300px;
}
.purchase-sidebar-wrap > .btn {
  width: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.purchase-sidebar_wrap {
  margin-bottom: 30px;
}
.purchase-sidebar_title {
  margin-bottom: 16px;
  padding: 6px 12px;
  background-color: #fff1e3;
  font-family: "noto serif TC";
  font-weight: 900;
  color: #4a2500;
  font-size: 14px;
}
.purchase-sidebar_item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.purchase-sidebar_item:last-child {
  margin: 0;
}
.purchase-sidebar_pic {
  width: 75px;
  padding-bottom: 75px;
  position: relative;
}
.purchase-sidebar_pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.purchase-sidebar_delete {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ca9969;
}
.purchase-sidebar_delete > span {
  font-size: 8px;
}
.purchase-sidebar_delete > span::before {
  color: #9e6023;
}
.purchase-sidebar_text {
  width: calc(100% - 75px);
  padding-left: 15px;
}
.purchase-sidebar_name {
  font-size: 18px;
  font-family: "noto serif TC";
  font-weight: 700;
  margin-bottom: 12px;
}
.purchase-sidebar_num {
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin: 0;
  color: #9e6023;
}
.purchase-sidebar_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.purchase-sidebar_total {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 28px;
}
.purchase-sidebar_total_text {
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}
.purchase-sidebar_total_price {
  margin-left: 8px;
  padding-left: 8px;
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #9e6023;
  margin: 0;
  font-size: 20px;
}
.purchase-sidebar_total_price::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 9px;
  background-color: #ca9969;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.purchase-sidebar_price {
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}
.purchase-sidebar_price_detail {
  margin-bottom: 15px;
}
.purchase-sidebar_price_detail p {
  margin: 0;
  font-weight: 700;
}
.purchase-sidebar_price_total {
  padding: 8px 15px;
  background-color: #ca9969;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.purchase-sidebar_price_total p {
  margin: 0;
  color: #fff;
  font-weight: 700;
}
.purchase-sidebar_input {
  margin-bottom: 12px;
}
.purchase-sidebar_input label {
  color: #707070;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
.purchase-sidebar_input .input,
.purchase-sidebar_input .select {
  width: 100%;
  height: 45px;
  border: 1px solid #ca9969;
  padding: 0 16px;
  font-weight: 700;
}
.purchase-sidebar_input .select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/chevron-down.svg);
  background-size: 18px;
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
}
.purchase-sidebar_input #datepicker {
  background-image: url(../img/calendar.svg);
  background-position: calc(100% - 15px) center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.purchase-sidebar_input .range {
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 8px;
}
.purchase-sidebar_input .range p {
  margin: 0;
}
.purchase-sidebar_inner {
  padding: 16px;
  background-color: #fffaf6;
  margin-bottom: 12px;
}
.purchase-sidebar_btns .row {
  margin-left: -10px;
  margin-right: -10px;
}
.purchase-sidebar_btns .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.purchase-sidebar_btns .btn {
  padding-left: 0;
  padding-right: 0;
}

.price-detail_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.price-detail_item:last-child {
  margin-bottom: 0;
}
.price-detail_item_title {
  font-size: 16px;
}
.price-detail_item_num {
  font-size: 20px;
  color: #9e6023;
  font-family: "Titillium Web", sans-serif;
}

.price-total_title {
  font-size: 16px;
}
.price-total_num {
  font-size: 20px;
  font-family: "Titillium Web", sans-serif;
}

.sider-inner_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #fddfc1;
  margin-bottom: 16px;
}
.sider-inner_title_text {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
}
.sider-inner_title button {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 4px;
}
.sider-inner_title button > p {
  color: #85490d;
  font-size: 14px;
  font-weight: 900;
  margin: 0;
  transition: 0.3s;
}
.sider-inner_title button > span {
  color: #9e6023;
  font-size: 12px;
  transition: 0.3s;
}
.sider-inner_title button:hover > p {
  color: #ca9969;
}
.sider-inner_title button:hover > span {
  color: #ca9969;
}

.select-address_place .purchase-sidebar_input {
  display: flex;
  align-items: center;
  gap: 8px;
}
.select-address_place .purchase-sidebar_input label {
  width: 60px;
}
.select-address_place .purchase-sidebar_input .select {
  width: calc(100% - 60px - 8px);
}
.select-address_customize {
  display: none;
}
.select-address_customize .twzipcode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.select-address_customize .twzipcode select {
  height: 45px;
  border: 1px solid #ca9969;
  padding: 0 16px;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/chevron-down.svg);
  background-size: 18px;
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  width: calc(50% - 8px);
}
.select-address_customize .twzipcode input {
  display: none;
}

.memory-product {
  padding-bottom: 150px;
}
.memory-product .nav {
  margin-bottom: 40px;
}
.memory-product_content {
  display: flex;
}
.memory-product_main {
  width: calc(100% - 300px);
  padding-right: 30px;
}
.memory-product .pagination {
  margin: 0;
}
.memory-product_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.memory-product_title h1 {
  margin: 0;
  color: #4a2500;
  font-weight: 900;
}
.memory-product_title .btn {
  padding: 8px 20px;
}
@media screen and (max-width: 991px) {
  .memory-product .container {
    max-width: inherit;
  }
  .memory-product_content {
    flex-direction: column;
  }
  .memory-product_main {
    width: 100%;
    padding: 0 0 80px;
  }
  .memory-product .purchase-sidebar-wrap {
    width: 100%;
  }
}

.checkout-product_title {
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ca9969;
  padding: 10px 15px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.checkout-product_content {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5c099;
}
.checkout-product_item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.checkout-product_item:last-child {
  margin-bottom: 0;
}
.checkout-product_pic {
  width: 100px;
  padding-bottom: 100px;
  position: relative;
}
.checkout-product_pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.checkout-product_x {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ca9969;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-product_x span {
  font-size: 8px;
}
.checkout-product_x span::before {
  color: #763b00;
}
.checkout-product_x:hover {
  background-color: #ca9969;
}
.checkout-product_x:hover span::before {
  color: #fff;
}
.checkout-product_text {
  width: calc(100% - 100px);
  padding-left: 15px;
}
.checkout-product_name {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 12px;
}
.checkout-product_price {
  font-size: 20px;
  font-weight: 700;
  color: #9e6023;
  font-family: "Titillium Web", sans-serif;
  margin: 0;
}

.buy {
  padding-top: 85px;
}

.document {
  max-width: 800px;
  width: 100%;
  padding: 40px 0 150px;
  margin: 0 auto;
}
.document_item {
  width: 100%;
  margin-bottom: 40px;
}
.document_main {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.document_main iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.document_btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.document_btns .btn {
  padding: 8px 16px;
}
.document_btns .btn-icon::before {
  color: #ca9969;
}
@media screen and (max-width: 575px) {
  .document_btns .btn {
    width: calc((100% - 24px) / 3);
    padding: 8px;
    gap: 4px;
  }
  .document_btns .btn-text {
    font-size: 14px;
  }
}

.music {
  background-color: transparent;
  border: 0;
}
.music > .row {
  margin-left: -15px;
  margin-right: -15px;
}
.music > .row > div {
  padding-left: 15px;
  padding-right: 15px;
}
.music-item {
  margin-bottom: 50px;
  position: relative;
}
.music-item .btn-try .icon-pause {
  display: none;
}
.music-item .btn-try.playing .icon-play {
  display: none;
}
.music-item .btn-try.playing .icon-pause {
  display: block;
}
.music_pic {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.music_pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  background-color: #fff;
}
.music_pic .check-item {
  position: absolute;
  top: 8px;
  left: 8px;
}
.music_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 8px;
}
.music_title {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
}
.music_price {
  font-family: "Titillium Web", sans-serif;
  color: #b47d46;
  font-weight: 700;
  margin: 0;
  font-size: 20px;
}
.music_select {
  width: 100%;
  height: 40px;
  border: 1px solid #ca9969;
  padding: 0 12px;
  font-weight: 700;
  color: #707070;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/arrow-block.svg);
  background-size: 40px;
  background-position: right center;
  background-repeat: no-repeat;
}
.music_file {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 575px) {
  .music_title, .music_price {
    font-size: 16px;
  }
}

.video .row {
  margin-left: -15px;
  margin-right: -15px;
}
.video .row > div {
  padding-left: 15px;
  padding-right: 15px;
}
.video_item {
  position: relative;
  width: 100%;
  padding-bottom: 68%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  display: block;
}
.video_item > video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.video_item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  transition: 0.3s;
}
.video_item:hover::before {
  opacity: 0;
}
.video_item:hover .video_btn {
  opacity: 0;
}
.video_btn {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.video_btn img {
  width: 16px;
  transform: translateX(10%);
}

.share {
  padding: 80px 0;
}
.share_text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
.share .container {
  max-width: 470px;
}
.share .row {
  margin-left: -25px;
  margin-right: -25px;
  padding-bottom: 40px;
}
.share .row > div {
  padding-left: 25px;
  padding-right: 25px;
}
.share_item {
  padding: 40px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid #b47d46;
  width: 100%;
}
.share_item_icon {
  font-size: 70px;
}
.share_item_text {
  font-size: 20px;
  margin: 0;
  font-weight: 700;
  transition: 0.3s;
}
.share_item:hover {
  background-color: #ca9969;
  border-color: #ca9969;
}
.share_item:hover .share_item_icon::before {
  color: #fff;
}
.share_item:hover .share_item_text {
  color: #fff;
}
@media screen and (max-width: 575px) {
  .share .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .share .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .share_item_text {
    font-size: 18px;
  }
}

.memory-detail {
  position: relative;
}
.memory-detail_btns {
  position: absolute;
  padding: 24px 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.memory-detail_btns .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.memory-detail_func {
  display: flex;
  gap: 16px;
}
.memory-detail_btn {
  background-color: #fff;
  border-radius: 100px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.memory-detail_btn > span {
  font-size: 20px;
}
.memory-detail_btn > span::before {
  color: #9e6023;
}
.memory-detail_btn > p {
  margin: 0;
  font-weight: 500;
}
.memory-sing {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}
.memory-sing > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.memory-sing > img.close-mouth.playing {
  animation: close-mouth 2s linear infinite normal;
}
.memory-sing p {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.4em;
  line-height: 1.8;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 40px;
  width: 80%;
  overflow: hidden;
}
.memory-worship {
  position: relative;
  overflow: hidden;
}
.memory-worship_bg {
  width: 100%;
}
.memory-worship_pic {
  position: absolute;
  width: 11.46%;
  padding-bottom: 15.072192%;
  top: 18.96vw;
  left: 50%;
  transform: translateX(-50%);
}
.memory-worship_pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.memory-worship_name {
  position: absolute;
  width: 8.4%;
  left: 50%;
  bottom: 10.97vw;
  transform: translateX(-50%);
}
.memory-worship_name > img {
  width: 100%;
}
.memory-worship_name > p {
  position: absolute;
  writing-mode: vertical-lr;
  color: #4a2500;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  letter-spacing: 0.5em;
  left: 50%;
  top: 13%;
  transform: translateX(-50%);
}
.memory-worship_btns {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  left: 0;
  bottom: 2%;
  justify-content: center;
  z-index: 2;
}
.memory-worship_btns button {
  padding: 8px 40px;
  background-color: #fff;
  border: 1px solid #ca9969;
  color: #ca9969;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}
.memory-worship_btns button:hover {
  background-color: #ca9969;
  color: #fff;
}
.memory-worship_offer_item {
  position: absolute;
  width: 10%;
  padding-bottom: 7%;
}
.memory-worship_offer_item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
}
.memory-worship_offer.odd .memory-worship_offer_item:first-child {
  bottom: 7.5vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.memory-worship_offer.odd .memory-worship_offer_item:nth-child(2) {
  bottom: 8vw;
  left: 34vw;
  z-index: 1;
}
.memory-worship_offer.odd .memory-worship_offer_item:nth-child(3) {
  bottom: 8vw;
  right: 34vw;
  z-index: 1;
}
.memory-worship_offer.odd .memory-worship_offer_item:nth-child(4) {
  bottom: 8vw;
  right: 23vw;
  z-index: 1;
}
.memory-worship_offer.odd .memory-worship_offer_item:nth-child(5) {
  bottom: 8vw;
  left: 23vw;
  z-index: 1;
}
.memory-worship_offer.odd .memory-worship_offer_item:nth-child(6) {
  bottom: 11vw;
  left: 30vw;
  z-index: 0;
}
.memory-worship_offer.odd .memory-worship_offer_item:nth-child(7) {
  bottom: 11vw;
  right: 30vw;
  z-index: 0;
}
.memory-worship_offer.odd .memory-worship_offer_item:nth-child(8) {
  bottom: 11vw;
  left: 19vw;
  z-index: 0;
}
.memory-worship_offer.odd .memory-worship_offer_item:nth-child(9) {
  bottom: 11vw;
  right: 19vw;
  z-index: 0;
}
.memory-worship_offer.even .memory-worship_offer_item:first-child {
  bottom: 7.5vw;
  left: 38vw;
  z-index: 1;
}
.memory-worship_offer.even .memory-worship_offer_item:nth-child(2) {
  bottom: 7.5vw;
  right: 38vw;
  z-index: 1;
}
.memory-worship_offer.even .memory-worship_offer_item:nth-child(3) {
  bottom: 7.5vw;
  right: 26vw;
  z-index: 1;
}
.memory-worship_offer.even .memory-worship_offer_item:nth-child(4) {
  bottom: 7.5vw;
  left: 26vw;
  z-index: 1;
}
.memory-worship_offer.even .memory-worship_offer_item:nth-child(5) {
  bottom: 11vw;
  left: 33vw;
  z-index: 0;
}
.memory-worship_offer.even .memory-worship_offer_item:nth-child(6) {
  bottom: 11vw;
  right: 33vw;
  z-index: 0;
}
.memory-worship_offer.even .memory-worship_offer_item:nth-child(7) {
  bottom: 11vw;
  left: 21vw;
  z-index: 0;
}
.memory-worship_offer.even .memory-worship_offer_item:nth-child(8) {
  bottom: 11vw;
  right: 21vw;
  z-index: 0;
}
.memory-worship_offer.even .memory-worship_offer_item:nth-child(9) {
  bottom: 7.5vw;
  left: 15vw;
  z-index: 1;
}
.memory-worship_offer.even .memory-worship_offer_item:nth-child(10) {
  bottom: 7.5vw;
  right: 15vw;
  z-index: 1;
}
.memory-worship .offering-relative {
  position: absolute;
  width: 13.75%;
  left: 3.89%;
  bottom: 0;
}
.memory-worship .offering-relative_swiper {
  overflow: hidden;
}
.memory-worship .offering-relative_item {
  position: relative;
  width: 100%;
  padding-bottom: 257%;
}
.memory-worship .offering-relative_item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
}
.memory-worship .offering-relative_item > p {
  position: absolute;
  padding: 12px 10px;
  writing-mode: vertical-lr;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #333333;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-weight: 700;
  margin: 0;
}
.memory-worship .offering-family-main {
  position: absolute;
  width: 10%;
  padding-bottom: 9%;
  right: 3.89%;
  bottom: 0;
  z-index: 5;
}
.memory-worship .offering-family-main > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
}
.memory-worship .offering-family_text {
  position: absolute;
  right: -10%;
  bottom: 10%;
  display: flex;
  align-items: flex-end;
}
.memory-worship .offering-family_text > p {
  padding: 12px 10px;
  writing-mode: vertical-lr;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #333333;
  text-align: center;
  font-weight: 700;
  margin: 0;
}
.memory-worship .offering-family_btn {
  padding: 8px 4px;
  writing-mode: vertical-lr;
  letter-spacing: 0.2em;
  background-color: #b47d46;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}
.memory-worship .offering-family_btn:hover {
  background-color: #9e6023;
}
.memory-worship .offering-family-other {
  display: none;
}
.memory-worship .offering-family-other .offering-family_item {
  position: absolute;
  width: 10%;
  padding-bottom: 7%;
}
.memory-worship .offering-family-other .offering-family_item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
}
.memory-worship .offering-family-other .offering-family_item:first-child {
  top: 30.14vw;
  left: 63.4vw;
}
.memory-worship .offering-family-other .offering-family_item:nth-child(2) {
  top: 34.17vw;
  left: 24.1vw;
}
.memory-worship .offering-family-other .offering-family_item:nth-child(3) {
  top: 22.57vw;
  left: 23.19vw;
}
.memory-worship .offering-family-other .offering-family_item:nth-child(4) {
  top: 16.53vw;
  left: 64.79vw;
}
.memory-worship .offering-family-other .offering-family_item:nth-child(5) {
  top: 16.53vw;
  left: 10.14vw;
}
.memory-worship .offering-family-other .offering-family_item:nth-child(6) {
  top: 24.86vw;
  left: 79.38vw;
}
.memory-worship .offering-family-other .offering-family_item:nth-child(7) {
  top: 31.11vw;
  left: 10.14vw;
}
.memory-worship .offering-family-other .offering-family_item:nth-child(8) {
  top: 36.6vw;
  left: 79.38vw;
}
.memory-worship .bow {
  position: absolute;
  width: 38%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 3;
  display: none;
}
.memory-worship .bow > img {
  width: 100%;
}
.memory-worship .incense {
  position: absolute;
  width: 21%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 3;
  display: none;
  animation: insence 1s linear;
}
.memory-worship .incense > img {
  width: 100%;
}
.memory-worship .flower {
  position: absolute;
  width: 21%;
  left: 40%;
  bottom: 0;
  z-index: 3;
  bottom: -5%;
  display: none;
  animation: flower 1s linear;
}
.memory-worship .flower > img {
  width: 100%;
}
.memory-worship.western .memory-worship_pic {
  width: 21.4%;
  padding-bottom: 23.754%;
  top: 15.6vw;
  left: 38.5%;
  transform: none;
}
.memory-worship.western .memory-worship_name {
  width: -moz-fit-content;
  width: fit-content;
  top: 5vw;
}
.memory-worship.western .memory-worship_name > p {
  writing-mode: horizontal-tb;
  font-size: 52px;
  letter-spacing: 0.2em;
  position: static;
  transform: none;
}
.memory-cta {
  padding: 60px 20px;
}
.memory-cta .btn {
  margin: 0 auto;
  padding: 12px 45px;
  background-color: #b47d46;
}
.memory-cta .btn:hover {
  background-color: #85490d;
  border-color: #85490d;
}
.memory-chat {
  padding: 0 20px 120px;
}
.memory-chat_inner {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.memory-chat_inner h2 {
  margin-bottom: 20px;
  color: #763b00;
  font-weight: 700;
  font-size: 24px;
}
.memory-chat_content {
  padding: 20px;
  background-color: #fffaf6;
  margin-bottom: 20px;
}
.memory-chat_day {
  padding: 30px 0;
  border-bottom: 1px solid #fddfc1;
}
.memory-chat_day:first-child {
  padding-top: 0;
}
.memory-chat_day:last-child {
  padding-bottom: 0;
  border: 0;
}
.memory-chat_date {
  text-align: center;
  margin-bottom: 20px;
  color: #b47d46;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
}
.memory-chat_item {
  margin-bottom: 20px;
}
.memory-chat_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.memory-chat_name {
  color: #9e6023;
  font-weight: 700;
  margin: 0;
  font-size: 16px;
}
.memory-chat_time {
  color: #adadad;
  margin: 0;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
}
.memory-chat_text {
  margin: 0;
}
.memory-chat_input {
  display: flex;
  flex-wrap: wrap;
  background-color: #fffaf6;
}
.memory-chat_input input {
  width: calc(100% - 46px);
  padding: 8px 15px;
  border-left: 1px solid #e5c099;
  border-right: 1px solid #e5c099;
}
.memory-chat_input input::-moz-placeholder {
  color: #e5c099;
}
.memory-chat_input input::placeholder {
  color: #e5c099;
}
.memory-chat_input #chat_nickname {
  flex: 1 1 100%;
  width: 100%;
  box-sizing: border-box;
}
.memory-chat_input textarea {
  flex: 1 1 auto;
  width: 100%;
  box-sizing: border-box;
  min-height: 100px;
  padding: 8px 15px;
  border: 1px solid #e5c099;
  resize: vertical;
  font: inherit;
}
.memory-chat_input textarea::-moz-placeholder {
  color: #e5c099;
}
.memory-chat_input textarea::placeholder {
  color: #e5c099;
}
.memory-chat_input button {
  height: 46px;
  padding: 8px;
  display: block;
  margin: 1rem auto;
  align-items: center;
  justify-content: center;
  background-color: #ca9969;
  color: #fff;
}
.memory-chat_input button span {
  font-size: 20px;
}
.memory-chat_input button span::before {
  color: #fff;
}
.memory-chat_input button:hover {
  background-color: #b47d46;
}
.memory-chat_emoji {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff1e3;
  border: 1px solid #ca9969;
  border-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.memory-chat_emoji button {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.memory-chat_emoji button img {
  width: 24px;
}
.memory-chat_emoji button:hover {
  background-color: #fddfc1;
}
.memory-chat_emoji-char {
  font-size: 22px;
  line-height: 1;
}
.memory-chat_emoji-wrap {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.memory-chat_emoji-more {
  margin: 4px 8px 8px;
  font-size: 13px;
}
.memory-video {
  padding-bottom: 120px;
}
.memory-video h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  color: #763b00;
  font-weight: 700;
}
.memory-video_swiper {
  overflow: hidden;
  padding: 100px 0;
}
.memory-video_item {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 0 auto;
}
.memory-video_item video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
}
.memory-video .swiper-wrapper {
  align-items: center;
}
.memory-video .swiper-slide-active {
  transform: scale(1.5) !important;
}
.memory-video .swiper-button-next, .memory-video .swiper-button-prev {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ca9969;
  transition: 0.3s;
}
.memory-video .swiper-button-next span, .memory-video .swiper-button-prev span {
  font-size: 24px;
}
.memory-video .swiper-button-next span::before, .memory-video .swiper-button-prev span::before {
  color: #fff;
}
.memory-video .swiper-button-next .swiper-navigation-icon, .memory-video .swiper-button-prev .swiper-navigation-icon {
  display: none;
}
.memory-video .swiper-button-next:hover, .memory-video .swiper-button-prev:hover {
  background-color: #b47d46;
}
@media screen and (max-width: 991px) {
  .memory-detail_btns {
    position: static;
    background-color: #ca9969;
    padding: 16px 0;
  }
  .memory-detail_btns .container {
    max-width: inherit;
  }
  .memory-detail_btns .btn {
    padding: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
  }
  .memory-detail_btns .btn .btn-text {
    display: none;
  }
  .memory-detail_func {
    gap: 12px;
  }
  .memory-detail_btn {
    padding: 8px;
    gap: 4px;
  }
  .memory-detail_btn span {
    font-size: 14px;
  }
  .memory-detail_btn p {
    font-size: 12px;
  }
  .memory-sing p {
    font-size: 20px;
  }
  .memory-worship_name > p {
    font-size: 10px;
    letter-spacing: 0.1em;
    top: 10%;
  }
  .memory-worship_btns {
    gap: 12px;
  }
  .memory-worship_btns button {
    padding: 8px 12px;
    font-size: 12px;
  }
  .memory-worship .offering-relative_item > p {
    padding: 4px;
    font-size: 12px;
  }
  .memory-worship .offering-family_text > p {
    padding: 4px;
    font-size: 14px;
  }
  .memory-worship.western .memory-worship_name {
    top: 3.5vw;
  }
  .memory-worship.western .memory-worship_name > p {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .memory-sing {
    padding-bottom: 100%;
  }
  .memory-sing > img {
    -o-object-position: 90% center;
       object-position: 90% center;
  }
  .memory-sing p {
    padding: 20px;
    width: 60%;
  }
  .memory-chat_inner {
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  .memory-sing {
    padding-bottom: 120%;
  }
  .memory-sing p {
    padding: 16px;
    width: 60%;
  }
  .memory-video h2 {
    margin-bottom: 20px;
  }
  .memory-video_swiper {
    padding: 0 0 60px;
  }
  .memory-video .swiper-slide-active {
    transform: scale(1) !important;
  }
  .memory-video .swiper-button-next, .memory-video .swiper-button-prev {
    top: inherit;
    bottom: 0;
    left: 50%;
  }
  .memory-video .swiper-button-prev {
    transform: translateX(calc(-100% - 10px));
  }
  .memory-video .swiper-button-next {
    transform: translateX(10px);
  }
  .memory-worship.western .memory-worship_name {
    top: 2vw;
  }
  .memory-worship.western .memory-worship_name > p {
    font-size: 20px;
  }
}

@keyframes close-mouth {
  0% {
    opacity: 0;
  }
  33.3333% {
    opacity: 1;
  }
  66.6666% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes insence {
  0% {
    transform: translate(-50%, 80%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes flower {
  0% {
    transform: translate(50%, 80%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.bg-music {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}

.contact {
  max-width: 870px;
  padding: 100px 20px 150px;
  margin: 0 auto;
}
.contact .row {
  margin-left: -15px;
  margin-right: -15px;
}
.contact .row > div {
  padding-left: 15px;
  padding-right: 15px;
}
.contact .input-item {
  width: 100%;
  margin-bottom: 30px;
}
.contact .input-item label {
  width: 90px;
}
.contact .input-item input {
  width: calc(100% - 90px);
}

.story {
  padding: 100px 0 150px;
}
.story .row {
  margin-left: -30px;
  margin-right: -30px;
  padding-bottom: 100px;
}
.story .row > div {
  padding-left: 30px;
  padding-right: 30px;
}
.story .row > div:nth-child(3n+1) {
  transform: translateY(38px);
}
.story .row > div:nth-child(3n+2) {
  transform: translateY(93px);
}
.story-item {
  margin-bottom: 50px;
}
.story_pic {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.story_pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.story_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e5c099;
}
.story_title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.story_time {
  font-family: "Titillium Web", sans-serif;
  color: #919191;
  font-weight: 500;
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .story .row {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 0px;
  }
  .story .row > div {
    padding-left: 10px;
    padding-right: 10px;
    transform: none !important;
  }
  .story_text {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .story_time {
    font-size: 12px;
  }
  .story-item {
    margin-bottom: 30px;
  }
}

.profile {
  padding-bottom: 150px;
}
.profile_banner {
  width: 100%;
  padding-bottom: 24%;
  position: relative;
}
.profile_banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.profile .container {
  max-width: 840px;
}
.profile_head {
  display: flex;
  align-items: flex-end;
  margin-top: -100px;
}
.profile_head_pic {
  width: 300px;
  height: 300px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.profile_head_pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.profile_head_text {
  width: calc(100% - 300px);
  padding-bottom: 50px;
}
.profile_name {
  padding: 0 60px 16px 40px;
  border-bottom: 1px solid #e5c099;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #763b00;
}
.profile_info {
  padding: 16px 60px 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 45px;
}
.profile_info_item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.profile_info_item > span {
  font-size: 24px;
}
.profile_info_item > span::before {
  color: #ca9969;
}
.profile_info_item > p {
  font-family: "Titillium Web", "noto serif TC";
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.profile_section {
  padding: 40px 0;
}
.profile_section_title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.profile_section_title h2 {
  color: #4a2500;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.profile_section_line {
  width: 100%;
  height: 1px;
  background-color: #e5c099;
}
.profile_section_text {
  margin: 0;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .profile_head {
    margin-top: -40px;
  }
  .profile_head_pic {
    width: 200px;
    height: 200px;
  }
  .profile_head_text {
    width: calc(100% - 200px);
    padding-bottom: 20px;
  }
  .profile_name {
    padding-left: 20px;
    padding-right: 32px;
  }
  .profile_info {
    padding-left: 20px;
    padding-right: 32px;
  }
  .profile_info_item > span {
    font-size: 18px;
  }
  .profile_info_item > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .profile_head {
    margin-top: 0;
    padding-top: 20px;
    align-items: flex-start;
  }
  .profile_head_pic {
    width: 80px;
    height: 80px;
  }
  .profile_head_text {
    width: calc(100% - 80px);
    padding-bottom: 0;
  }
  .profile_name {
    padding-bottom: 8px;
    font-size: 24px;
  }
  .profile_info {
    padding-top: 8px;
  }
}

.testimonial {
  display: flex;
  gap: 36px;
}
.testimonial_icon {
  display: flex;
}
.testimonial_icon span {
  font-size: 40px;
}
.testimonial > p {
  padding: 32px 0;
  margin: 0;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
}
@media screen and (max-width: 575px) {
  .testimonial {
    gap: 20px;
  }
  .testimonial_icon span {
    font-size: 32px;
  }
  .testimonial > p {
    font-size: 18px;
  }
}

.list li {
  padding-left: 25px;
  margin-bottom: 12px;
  position: relative;
  font-weight: 700;
}
.list li::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../img/list-decoration.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 6px;
}
.list li:last-child {
  margin-bottom: 0;
}

.memory-wall_item {
  width: 25%;
  padding: 2px;
}
.memory-wall_item > img {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .memory-wall_item {
    width: 33.3333%;
  }
}

.account {
  padding: 50px 0 150px;
}
.account .container {
  display: flex;
  align-items: flex-start;
}
.account-sidebar {
  width: 260px;
  background-color: #fff;
  padding: 60px 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.account-sidebar_greeting {
  margin: 0 0 20px;
  padding: 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #4a2500;
  line-height: 1.4;
  padding-left: 24px;
}
.account-sidebar_pic {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.account-sidebar_pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.account-sidebar_nav li {
  margin: 4px 0;
}
.account-sidebar_nav a {
  display: block;
  padding: 12px 24px;
  font-weight: 900;
  position: relative;
  z-index: 0;
  transition: 0.3s;
}
.account-sidebar_nav a::before {
  position: absolute;
  width: 10px;
  content: "";
  height: 10px;
  background-image: url(../img/nav-list-decoration.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0;
  z-index: 1;
}
.account-sidebar_nav a::after {
  position: absolute;
  content: "";
  width: calc(100% + 20px);
  height: 100%;
  background-color: #ca9969;
  top: 0;
  right: 20px;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.account-sidebar_nav a:hover, .account-sidebar_nav a.active {
  color: #fff;
}
.account-sidebar_nav a:hover::before, .account-sidebar_nav a:hover::after, .account-sidebar_nav a.active::before, .account-sidebar_nav a.active::after {
  opacity: 1;
}
.account-main {
  width: calc(100% - 260px);
  padding-left: 40px;
}
.account-main_title {
  padding-bottom: 16px;
  border-bottom: 1px solid #e5c099;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-main_title h1 {
  color: #4a2500;
  font-size: 32px;
  font-weight: 900;
  margin: 0;
}
.account-main_title .btn {
  padding: 8px 20px;
}
.account-main_content {
  padding-top: 40px;
}
.account_form {
  max-width: 600px;
  width: 100%;
}
.account_form .input-item {
  width: 100%;
  margin-bottom: 20px;
}
.account_form .input-item label {
  width: 90px;
}
.account_form .input-item input {
  width: calc(100% - 90px);
}
.account_form .btn {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .account-sidebar {
    display: none;
  }
  .account-main {
    width: 100%;
    padding: 0;
  }
  .account-main_title h1 {
    font-size: 28px;
  }
  .account-main_title .btn {
    padding: 8px 12px;
    gap: 4px;
  }
  .account-main_title .btn-text {
    font-size: 12px;
  }
  .account-main_title .btn-icon {
    font-size: 14px;
  }
}

.story-form .input-item-file {
  height: auto;
}
.story-form .input-item-file > label[for=story_mypic] {
  width: 140px;
  min-width: 140px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.story-form .input-item-file > input#story_mypic {
  width: calc(100% - 140px);
  min-height: 45px;
  height: auto;
  padding: 8px 10px;
}
.story-form .form-item {
  margin-bottom: 40px;
}
.story-form .form-item label {
  margin-bottom: 16px;
  color: #4a2500;
  font-weight: 700;
  font-size: 20px;
  display: block;
}
.story-form .form-item textarea,
.story-form .form-item input[type=text],
.story-form .form-item select {
  border: 1px solid #b47d46;
  width: 100%;
  height: 50px;
  padding: 0 12px;
}
.story-form .form-item textarea {
  height: 180px;
  padding: 12px;
}
.story-form .form-item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.story-form .form-item_title label {
  margin: 0;
}
.story-form .form-item_title .btn {
  padding: 8px 16px;
}
.story-form .form-item_list {
  padding-left: 18px;
}
.story-form .form-item_timerange_num {
  width: 30px;
  text-align: center;
  color: #000000;
  margin: 0;
  font-weight: 700;
}
.story-form .form-item_timerange_item {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin-bottom: 20px;
}
.story-form .form-item_timerange_content {
  display: flex;
  align-items: center;
  width: calc(100% - 52px - 24px);
  gap: 12px;
}
.story-form .form-item_timerange_detail {
  display: flex;
  align-items: center;
  gap: 12px;
  width: calc(50% - 21px);
}
.story-form .form-item_timerange_detail label {
  white-space: nowrap;
  color: #707070;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.story-form .form_pic {
  width: 300px;
  height: 300px;
}
.story-form .form_video {
  width: 340px;
  padding-bottom: 191.25px;
}
.story-form .form_media {
  position: relative;
  background-color: #fff1e3;
}
.story-form .form_media > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.story-form .form_media_upload {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.story-form .form_media_upload input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.story-form .form_media_upload span {
  font-size: 20px;
}
.story-form .form_media_upload p {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.story-form .form_media.uploaded .form_media_upload {
  padding: 8px 18px;
  right: 16px;
  bottom: 16px;
  border-radius: 100px;
  background-color: #b47d46;
}
.story-form .form_media.uploaded .form_media_upload span::before {
  color: #fff;
}
.story-form .form_media.uploaded .form_media_upload p {
  color: #fff;
}
.story-form .form_media.uploaded .form_media_upload:hover {
  background-color: #763b00;
}
.story-form .form_media.empty .form_media_upload {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.story-form .form_media.empty .form_media_upload span::before {
  color: #b47d46;
}
.story-form .form_media.empty .form_media_upload p {
  color: #b47d46;
}
.story-form_deceased {
  display: flex;
  gap: 60px;
}
.story-form_deceased .deceased-pic {
  width: 300px;
}
.story-form_deceased .deceased-info {
  width: calc(100% - 360px);
}
.story-form_deceased .deceased-info .row {
  margin-left: -10px;
  margin-right: -10px;
}
.story-form_deceased .deceased-info .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.story-form_deceased .deceased-info .row > div .form-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .story-form .form-item {
    margin-bottom: 20px;
  }
  .story-form .form-item_timerange_item {
    gap: 12px;
    align-items: flex-start;
  }
  .story-form .form-item_timerange_content {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    width: calc(100% - 40px - 12px);
  }
  .story-form .form-item_timerange_detail {
    flex-wrap: wrap;
    gap: 4px;
    width: calc(100% - 30px - 8px);
  }
  .story-form .form-item_timerange_detail label {
    width: 100%;
  }
  .story-form .form-item_timerange_detail span {
    display: block;
    width: 12px;
    text-align: center;
  }
  .story-form .form-item_timerange_detail select {
    width: calc((100% - 12px - 8px) / 2);
  }
  .story-form .form-item_timerange_num {
    padding-top: 18px;
  }
  .story-form .form-item_timerange .btn-alert {
    font-size: 12px;
    width: 40px;
    margin-top: 34px;
  }
  .story-form_deceased {
    flex-direction: column;
    gap: 0;
  }
  .story-form_deceased .deceased-pic {
    width: 100%;
  }
  .story-form_deceased .deceased-info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .story-form .input-item-file {
    flex-direction: column;
  }
  .story-form .input-item-file > label[for=story_mypic] {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
  }
  .story-form .input-item-file > input#story_mypic {
    width: 100%;
  }
  .story-form .form_pic {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}

.shopping-record_item {
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
.shopping-record_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.shopping-record_date {
  color: #763b00;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 20px;
}
.shopping-record_store {
  color: #919191;
  font-weight: 700;
  margin: 0;
}
.shopping-record_type {
  margin-bottom: 20px;
}
.shopping-record_type .row {
  margin-left: -20px;
  margin-right: -20px;
}
.shopping-record_type .row > div {
  padding-left: 20px;
  padding-right: 20px;
}
.shopping-record_type .product-num {
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #9e6023;
}
.shopping-record_info {
  margin-top: 20px;
  padding: 18px 24px;
  background-color: #f6f6f6;
}
.shopping-record_info .row {
  margin-left: -20px;
  margin-right: -20px;
}
.shopping-record_info .row > div {
  padding-left: 20px;
  padding-right: 20px;
}
.shopping-record_info_item {
  display: flex;
  gap: 18px;
  padding: 6px 0;
}
.shopping-record_info_item h3 {
  width: 60px;
  margin: 0;
  color: #919191;
  font-weight: 900;
  font-size: 14px;
  padding-top: 4px;
}
.shopping-record_info_item p {
  width: calc(100% - 60px - 18px);
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .shopping-record .purchase-sidebar_item {
    margin-bottom: 16px !important;
  }
}

.manage-table {
  margin-bottom: 40px;
}
.manage-table table {
  width: 100%;
}
.manage-table th {
  padding: 12px;
  background-color: #fff1e3;
  font-weight: 700;
  color: #4a2500;
  border-top: 1px solid #e5c099;
  border-bottom: 1px solid #e5c099;
}
.manage-table th:first-child {
  padding-left: 20px;
  border-left: 1px solid #e5c099;
}
.manage-table th:last-child {
  padding-right: 20px;
  border-right: 1px solid #e5c099;
}
.manage-table td {
  padding: 20px;
  border-bottom: 1px solid #dedede;
  color: #333333;
  font-weight: 700;
}
.manage-table_func {
  display: flex;
  gap: 16px;
}
.manage-table_func .btn {
  padding: 6px 12px;
  font-size: 14px;
  width: auto;
  height: auto;
}
.manage-table_name {
  width: calc(100% - 200px);
}
.manage-table_btns {
  width: 200px;
}/*# sourceMappingURL=style.css.map */