@charset "utf-8";


:root {

  --zuan-yellow-100: #FACD93;
  --zuan-yellow-80: #FBD7A9;
  --zuan-yellow-60: #FCE1BE;
  --zuan-yellow-40: #FDEBD4;
  --zuan-yellow-20: #FEF5E9;
  --zuan-red-100: #CA4729;
  --zuan-red-80: #D56C54;
  --zuan-red-60: #DF917F;
  --zuan-red-40: #EAB5A9;
  --zuan-red-20: #F4DAD4;
  --zuan-brown-100: #4D3D31;
  --zuan-brown-80: #71645A;
  --zuan-brown-60: #948B83;
  --zuan-brown-40: #B8B1AD;
  --zuan-brown-20: #DBD8D6;
  --zuan-wine-100: #40220F;
  --zuan-wine-80: #664E3F;
  --zuan-wine-60: #8C7A6F;
  --zuan-wine-40: #B3A79F;
  --zuan-wine-20: #D9D3CF;
  --basic-white: #FFFFFF;
  --basic-balck: 252525;
  --basic-light-gray: #FAFAFA;
  --basic-light-warm: #F6F4EE;

  --Font-Size-Main-Title: 40px;
  --Font-Size-Sub-Title-1: 24px;
  --Font-Size-Sub-Title-2: 22px;
  --Font-Size-Content-Texts-1: 18px;
  --Font-Size-Item-Title: 28px;
  --Font-Size-English-Item-Title: 16px;
  --Font-Size-Content-Texts-2: 16px;
  --Font-Size-Note-Texts: 14px;
  --Font-Size-Content-Texts-3: 20px;
  --Font-Size-Form-Texts: 20px;
  --Font-Size-Cart-Note: 16px;
  --Font-Size-Pop-Up-Alert: 18px;
  --Line-Height-Main-Title: 48px;
  --Line-Height-Sub-Title: 28px;
  --Line-Height-Vertical-1: 38px;
  --Line-Height-Vertical-2: 32px;
  --Line-Height-Texts-1: 32px;
  --Line-Height-Texts-2: 36px;
  --Line-Height-Texts-3: 28px;
  --Letter-Spacing-Main-Title: 3px;
  --Letter-Spacing-Sub-Title-1: 2px;
  --Letter-Spacing-Sub-Title-2: 1.5px;
  --Letter-Spacing-Texts: 1px;
  --Letter-Spacing-Form-Spacing: 3px;
}

@media only screen and (max-width: 1100px) {

  :root {
    --Font-Size-Item-Title: 22px;
    --Font-Size-English-Item-Title: 16px;
    --Font-Size-Main-Title: 28px;
    --Font-Size-Sub-Title-1: 18px;
    --Font-Size-Sub-Title-2: 20px;
    --Font-Size-Content-Texts-1: 16px;
    --Font-Size-Content-Texts-2: 16px;
    --Font-Size-Content-Texts-3: 18px;
    --Font-Size-Note-Texts: 13px;
    --Font-Size-Form-Texts: 16px;
    --Font-Size-Cart-Note: 15px;
    --Font-Size-Pop-up-alert: 16px;
    --Letter-Spacing-Main-Title: 2px;
    --Letter-Spacing-Sub-Title-1: 1.5px;
    --Letter-Spacing-Sub-Title-2: 1px;
    --Letter-Spacing-Texts: 0.800000011920929px;
    --Letter-Spacing-Form-Spacing: 1.5px;
    --Line-Height-Vertical-1: 32px;
    --Line-Height-Vertical-2: 26px;
    --Line-Height-Main-Title: 40px;
    --Line-Height-Sub-Title: 24px;
    --Line-Height-texts-1: 30px;
    --Line-Height-texts-2: 32px;
    --Line-Height-texts-3: 26px;
  }

}

@media only screen and (max-width: 743px) {

  :root {
    --Font-Size-Item-Title: 18px;
    --Font-Size-English-Item-Title: 16px;
    --Font-Size-Main-Title: 22px;
    --Font-Size-Sub-Title-1: 16px;
    --Font-Size-Sub-Title-2: 16px;
    --Font-Size-Content-Texts-1: 15px;
    --Font-Size-Content-Texts-2: 15px;
    --Font-Size-Content-Texts-3: 16px;
    --Font-Size-Note-Texts: 13px;
    --Font-Size-Form-Texts: 15px;
    --Font-Size-Cart-Note: 14px;
    --Font-Size-Pop-up-alert: 16px;
    --Letter-Spacing-Main-Title: 1px;
    --Letter-Spacing-Sub-Title-1: 1px;
    --Letter-Spacing-Sub-Title-2: 0.800000011920929px;
    --Letter-Spacing-Texts: 0.5px;
    --Letter-Spacing-Form-Spacing: 0.5px;
    --Line-Height-Vertical-1: 24px;
    --Line-Height-Vertical-2: 20px;
    --Line-Height-Main-Title: 32px;
    --Line-Height-Sub-Title: 20px;
    --Line-Height-texts-1: 28px;
    --Line-Height-texts-2: 30px;
    --Line-Height-texts-3: 24px;
  }

}


body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
}

html,body {
	font-family: 'Roboto','Noto Sans TC', sans-serif;
	font-size: 14px;
	width: 100%;
	-ms-overflow-style: scrollbar;
  color: #4D3D31;
  overflow-x: hidden;
  background-color: #f6f4ee;;
}
a:link {
	color:#FFF;
	text-decoration: none;
}
a:visited {
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color:#FFF;
	text-decoration: none;
}
a:active {
	color:#FFF;
	text-decoration: none;
}
@-ms-viewport {
  width: device-width;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8999;
}

.header_logo {
  width:6.5104vw;
  position: absolute;
  z-index: 8999;
  top: 80px;
  left: 5%;
}

.header_menu {
  position: absolute;
  top: 62px;
  right: 336px;
  font-family: Noto Sans TC;
  font-weight: 400;
  color: #4D3D31;
  z-index: 8999;
  display: block;
}

.header_menu > ul {
  list-style: none;
}

.header_menu > ul > li {
  position: relative;
  width: fit-content;
  margin-left: 48px;
  display: inline-block;
  font-size: var(--Font-Size-Content-Texts-1);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  font-family: Noto Sans TC;
  font-weight: 400;
  line-height: var(--Line-Height-texts-3);
}

.header_menu > ul > li:first-child {
  margin-left: 0px;
}
.header_menu > ul > li a {
  color: #4D3D31;
}


.header_menu ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;               /* 緊貼 li 下方 */
  width: 0;
  height: 1px;
  background: #4D3D31;        /* 白色底線 */
  transition: width 0.3s ease;
}

.header_menu ul li:hover::after {
  width: 100%;
}


.header_other {
  position: absolute;
  top: 44px;
  right: 48px;
  z-index: 10001;
}
.member_login {
  position: absolute;
  right: 176px;
  width: 32px;
  top: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.member_login:hover .img-default {
  opacity: 0;
}
.member_login:hover .img-hover {
  opacity: 1;
}

.member_cart {
  position: absolute;
  right: 128px;
  width: 32px;
  top: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.member_cart:hover .img-default {
  opacity: 0;
}
.member_cart:hover .img-hover {
  opacity: 1;
}
.member_cart_count {
  position: absolute;
  top: 0;
  left: 32px;
  text-align: center;
  width: 16px;
  height: 16px;
  background-color: #D56C54;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member_cart_count2 {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  color:#FFF;
  transform: scale(0.67);  /* 12px * 0.67 ≈ 8px 視覺效果 */
  transform-origin: center center; /* 依需求調整 */
}

.header_menu_open {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header_menu_open:hover .img-default {
  opacity: 0;
}
.header_menu_open:hover .img-hover {
  opacity: 1;
}
.header_menu_open img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s ease;
}
.header_menu_close {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 52px;
  cursor: pointer;
}
.header_menu_close img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s ease;
}



#mini-cart {
  display: none; /* 預設隱藏 */
  position: absolute;
  top: 150px;
  right: 160px;
  width: 375px;
  background: #fff;
  z-index: 10200;
  border: 1px solid #948B83;
}

.cart-item {
  width: 100%;
  display: grid;
  grid-template-columns: 96px 1fr 24px;
  padding: 26px 25px;
  border-bottom: 1px solid #948B83;
  align-items: center;
  gap: 24px;
}
.cart-item2 {
  width: 100%;
  padding: 26px 25px;
  font-family: "GenWanMinTW", serif;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #4D3D31;
  text-align: center;
}

.cart-item-pic1 {
  border-radius: 4px;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
.cart-item-info {
  min-width: 0; 
}
.cart-item-del {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.cart-item-del img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}
.cart-item-title1 {
  font-family: Noto Sans TC;
  font-weight: 300;
  font-size: var(--Font-Size-Cart-Note);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #948B83;
}
.cart-item-title2 {
  font-family: "GenWanMinTW", serif;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #4D3D31;
  margin-top: 8px;
}
.cart-item-title3 {
  font-family: "GenWanMinTW", serif;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Texts);
  color: #D56C54;
  margin-top: 8px;
}
.cart-item-title4 {
  font-family: "GenWanMinTW", serif;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #4D3D31;
  float: left;
}
.cart-item-title5 {
  font-family: "GenWanMinTW", serif;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #D56C54;
  float: right;
}

.cart-footer {
  width: 100%;
  padding: 24px;
}
.cart-item-price {
  width: 100%;
}
.cart-item-clear {
  width: 100%;
  height: 40px;
  clear: both;
}
.cart-item-button {
  width: 100%;
  border-radius: 30px;
  padding: 16px 0;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  color: #FFF;
  background-color: #8C7A6F;
  border: 0;
}
.cart-item-button:hover {
  background-color: #D56C54;
}
@media (max-width: 1279px) {
  .header_logo {
    width:8.5104vw;
  }
}

@media (max-width: 1000px) {
  .header_logo {
    width: 75px;
    top: 40px;
    left: 24px;
  }

  .header_menu {
    top: 39px;
    right: 226px;
  }
  .header_menu > ul > li {
    margin-left: 16px;
  }
  .header_other {
    top: 24px;
    right: 24px;
  }
  .member_login {
    right: 134px;
    width: 32px;
    top: 14px;
  }
  .member_cart {
    right: 90px;
    width: 32px;
    top: 14px;
  }
  .member_cart_count {
    top: 0;
    left: 32px;
    width: 16px;
    height: 16px;
  }
  .member_cart_count2 {
    font-size: 12px;
  }

  .header_menu_open {
    top: 0;
    right: 0;
    width: 56px;
  }
  .header_menu_open img {
    top: 0;
    left: 0;
  }
  .header_menu_close {
    top: 32px;
    right: 30px;
    width: 44px;
  }
  
  #mini-cart {
    top: 104px;
    right: 104px;
    width: 349px;
  }
  .cart-item {
    grid-template-columns: 96px 1fr 24px;
    padding: 20px;
    gap: 24px;
  }
  .cart-item2 {
    padding: 20px;
  }
}

@media (max-width: 743px) {
  .header_logo {
    width: 75px;
    top: 28px;
    left: 20px;
  }

  .header_menu {
    display: none;
  }
  .header_menu > ul > li {
    margin-left: 16px;
  }
  .header_other {
    top: 20px;
    right: 20px;
  }
  .member_login {
    right: 124px;
    width: 28px;
    top: 10px;
  }
  .member_cart {
    right: 80px;
    width: 28px;
    top: 10px;
  }
  .member_cart_count {
    top: 0;
    left: 26px;
    width: 16px;
    height: 16px;
  }
  .member_cart_count2 {
    font-size: 12px;
  }

  .header_menu_open {
    top: 0;
    right: 0;
    width: 48px;
  }
  .header_menu_open img {
    top: 0;
    left: 0;
  }
  .header_menu_close {
    top: 27px;
    right: 25px;
    width: 38px;
  }
  #mini-cart {
    top: 88px;
    right: 30px;
    width:  315px;
  }
  .cart-item {
    grid-template-columns: 75px 1fr 24px;
    padding: 20px 16px;
    gap: 12px;
  }
  .cart-item2 {
    padding: 20px 16px;
  }
  .cart-item-title2 {
    margin-top: 4px;
  }
  .cart-item-title3 {
    margin-top: 4px;
  }
}



.img-default, .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.img-default {
  opacity: 1;
}
.img-hover {
  opacity: 0;
}

/* 只在支援 hover 的裝置生效 (桌機/筆電) */
@media (hover: hover) and (pointer: fine) {
  .header_menu_close:hover .img-default {
    opacity: 0;
  }
  .header_menu_close:hover .img-hover {
    opacity: 1;
  }
  .cart-item-del:hover .img-default {
    opacity: 0;
  }
  .cart-item-del:hover .img-hover {
    opacity: 1;
  }
  .products_button_add:hover .img-default {
    opacity: 0;
  }
  .products_button_add:hover .img-hover {
    opacity: 1;
  }
  .products_button_dec:hover .img-default {
    opacity: 0;
  }
  .products_button_dec:hover .img-hover {
    opacity: 1;
  }
  .member_img:hover .img-default {
    opacity: 0;
  }
  .member_img:hover .img-hover {
    opacity: 1;
  }
  .tabs2-nav li:hover .img-default {
    opacity: 0;
  }
  .tabs2-nav li:hover .img-hover {
    opacity: 1;
  }
  .cart-button1:hover .img-default {
    opacity: 0;
  }
  .cart-button1:hover .img-hover {
    opacity: 1;
  }
  .cart-button2:hover .img-default {
    opacity: 0;
  }
  .cart-button2:hover .img-hover {
    opacity: 1;
  }
  .cart-del:hover .img-default, .cart-del2:hover .img-default {
    opacity: 0;
  }
  .cart-del:hover .img-hover, .cart-del2:hover .img-hover {
    opacity: 1;
  }
  .news_button:hover .button-img .img-default {
    opacity: 0;
  }
  .news_button:hover .button-img .img-hover {
    opacity: 1;
  }
  .products_add:hover .products_add_icon .img-default {
    opacity: 0;
  }
  .products_add:hover .products_add_icon .img-hover {
    opacity: 1;
  }
  .products_in_add:hover .products_add_icon .img-default {
    opacity: 0;
  }
  .products_in_add:hover .products_add_icon .img-hover {
    opacity: 1;
  }
  .products_in_cart:hover .products_add_icon .img-default {
    opacity: 0;
  }
  .products_in_cart:hover .products_add_icon .img-hover {
    opacity: 1;
  }
}





.header_small_logo {
  width:6.5104vw;
  position: absolute;
  z-index: 9000;
  top: 80px;
  left: 5%;
}

.header_small_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FAFAFA;
  z-index: 9010;
  display: flex;
  align-items: center;
  background-position: right bottom;
  background-image: url("../images/1920_pattern.svg");
  background-repeat: no-repeat;
  opacity: 0;
  filter: blur(20px);
  pointer-events: none;
}

.header_small_list {
  margin-left: 18.2%;
}

.header_small_title1 {
  font-family: Noto Sans TC;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  color: var(--zuan-brown-80);
  padding-bottom: 24px;
}

.header_small_list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 36px;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
}

.header_small_list > ul > li {
  font-size: var(--Font-Size-Sub-Title-2);
  line-height: 28px;
  font-weight: 600;
  color: var(--zuan-brown-80);
  letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  font-family: "GenWanMinTW", serif;
}

.header_small_list > ul > li a {
  color: var(--zuan-brown-80);
  transition: all 0.3s ease;
}
.header_small_list > ul > li a:hover {
  color: #D56C54;
}

.header_share > a {
  margin-left: 16px;
}
.header_share > a:first-child {
  margin-left: 0;
}

.header_small_clear {
  height: 40px;
  width: 100%;
  clear: both;
}

.header_small_clear2 {
  height: 64px;
  width: 100%;
  clear: both;
}



@media (max-width: 1000px) {


  .header_small_logo {
    width: 75px;
    top: 40px;
    left: 24px;
  }
  .header_small_menu {
    z-index: 12010;
    background-position: right bottom;
    background-image: url("../images/744_pattern.svg");
    filter: blur(20px);
  }
  .header_small_list {
    margin-left: 40px;
  }
  .header_small_title1 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: var(--Letter-Spacing-Sub-Title-1);
    padding-bottom: 16px;
  }
  .header_small_list > ul {
    gap: 0px 30px;
  }
  .header_small_list > ul > li {
    font-size: var(--Font-Size-Sub-Title-2);
    line-height: 28px;
    letter-spacing: var(--Letter-Spacing-Sub-Title-1);
    padding-bottom: 16px;
  }
  .header_share > a {
    margin-left: 16px;
  }
  .header_small_clear {
    height: 32px;
  }
  .header_small_clear2 {
    height: 64px;
  }


}

@media (max-width: 743px) {

  .header_small_logo {
    width: 75px;
    top: 28px;
    left: 24px;
  }
  .header_small_menu {
    z-index: 12010;
    background-position: right bottom;
    background-image: url("../images/375_pattern.svg");
    filter: blur(20px);
  }
  .header_small_list {
    margin-top: 100px;
    margin-left: 24px;
  }
  .header_small_title1 {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    padding-bottom: 16px;
  }
  .header_small_list > ul {
    gap: 0px 20px;
  }
  .header_small_list > ul > li {
    font-size: var(--Font-Size-Sub-Title-2);
    line-height: 1;
    letter-spacing: var(--Letter-Spacing-Sub-Title-1);
    padding-bottom: 16px;
  }
  .header_share > a {
    margin-left: 12px;
  }
  .header_small_clear {
    height: 30px;
  }
  .header_small_clear2 {
    height: 55px;
  }

}



.category_1 {
  width: 420px;
  float: left;
}
.category_2 {
  width: 800px;
  float: right;
}










.banner_clear {
  width: 100%;
  height: 280px;
  clear: both;
}
@media (max-width: 1279px) {
  .banner_clear {
    height: 220px;
  }
}
@media (max-width: 1000px) {
  .banner_clear {
    height: 160px;
  }
}

@media (max-width: 743px) {
  .banner_clear {
    height: 148px;
  }
}


.content {
  width: 1280px;
  padding: 0 30px;
  height: auto;
}

.content_clear {
  width: 100%;
  height: 128px;
  clear: both;
}

.content_240_clear {
  width: 100%;
  height: 240px;
  clear: both;
}
.content_160_clear {
  width: 100%;
  height: 160px;
  clear: both;
}
@media (max-width: 1280px) {
  .content_clear {
    height: 100px;
  }
}
@media (max-width: 1000px) {
  .content {
    padding: 0 40px;
  }

  .content_clear {
    height: 96px;
  }

  .content_240_clear {
    height: 240px;
  }
  .content_160_clear {
    height: 160px;
  }
}

@media (max-width: 743px) {
  .content {
    padding: 0 24px;
  }

  .content_clear {
    height: 64px;
  }

  .content_240_clear {
    height: 240px;
  }
  .content_160_clear {
    height: 160px;
  }
}


/* 關於我們 */



.about-section {
  display: flex;
  width: 100%;
  min-height: 770px;
}
.about-section2 {
  width: 100%;
  max-width: 1280px;
  padding: 0 30px;
  margin: auto;
  overflow: hidden;
}
.about-section3 {
  width: 100%;
  height: 576px;
  overflow: hidden;
  background-image: url('../images/about/1920_treasure.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}


.about-1 {
  width: 388px;
  float: left;
}
.about-2 {
  width: 804px;
  float: right;
}

.about_pic_block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.about_pic {
  position: relative;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_pic2 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
  top: 0;
  left: 0;
}
.about_pic3 {
  width: 400px;
  margin: auto;
}
.about_button_block {
  width: fit-content;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.about_button {
  border: 1px solid #FFF;
  border-radius: 30px;
  background-color: transparent;
  width: 182px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 28px;
  color: #FFF;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  transition: all 0.3s ease-in-out;
}
.about_button:hover {
  background-color: #D56C54;
  border: 1px solid #D56C54;
}
.about_button img {
  width: 29px;
}

.image-wrapper {
  flex: 0 0 55%;
  position: relative;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
}

.image-wrapper2 {
  flex: 0 0 55%;
  position: relative;
}

.image-wrapper2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center left;
  display: block;
}

.text-wrapper {
  flex: 0 0 55%;
  display: flex;
  justify-content: left;
}
.text-wrapper2 {
  flex: 0 0 45%;
  display: flex;
  justify-content: right;
}



.about-content {
  width: 100%;
  max-width: 514px;
  box-sizing: border-box;
}
.about-content2 {
  width: 100%;
  max-width: 416px;
  height: 100%;
  padding: 24px 24px 24px 120px;
  display: flex;
  flex-direction: column; /* 改為直向排列 (由上而下) */
  justify-content: space-between; /* 關鍵：第一個在上，最後一個在下 */
  align-items: stretch; 
}
.about2-content {
  width: 100%;
  max-width: 514px;
  box-sizing: border-box;
}
.about2-content2 {
  width: 100%;
  max-width: 416px;
  height: 100%;
  padding: 24px 120px 24px 24px;
  display: flex;
  flex-direction: column; /* 改為直向排列 (由上而下) */
  justify-content: space-between; /* 關鍵：第一個在上，最後一個在下 */
  align-items: stretch; 
}

.category_left {
  font-family: Cormorant Garamond;
  font-weight: 600;
  line-height: 1;
  font-size: var(--Font-Size-Sub-Title-1);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: left;
  color: #71645A;
}
.category_right {
  font-family: Noto Sans TC;
  font-weight: 300;
  line-height: 1;
  font-size: var(--Font-Size-Sub-Title-2);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: right;
  color: #71645A;
  margin-top: 10px;
}

.category_title1 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Main-Title);
  line-height: var(--Line-Height-Main-Title);
  color: #4D3D31;
  text-align: left;
}
.category_title2 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Sub-Title-1);
  line-height: var(--Line-Height-Vertical-2);
  color: #D56C54;
  padding-left: 40px;
  text-align: left;
}

.category_title3 {
  font-family: Cormorant Garamond;
  font-weight: 600;
  font-size: var( --Font-Size-Sub-Title-1);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #71645A;
}
.category_title4 {
  font-family: Noto Sans TC;
  font-weight: 300;
  font-size: var( --Font-Size-Sub-Title-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #71645A;
  margin-top: 14px;
  padding-bottom: 40px;
}
.category_title5 {
  display: none;
}
.category_title6 {
  display: none;
}

.vertical-text {
  writing-mode: vertical-rl;
  letter-spacing: 0.3em; /* 拉開字與字的距離，更有空氣感 */
  text-align: left;
  align-self: flex-start; 
}
.about_word1 {
  display: block;
}
.about_word2 {
  display: none;
}
.about_title1 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Item-Title);
  line-height: var(--Line-Height-Main-Title);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color:#4D3D31;
}
.about_title2 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Sub-Title-2);
  line-height: var(--Line-Height-Main-Title);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color:#D56C54;
}
.about_title3 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-3);
  line-height: var(--Line-Height-Main-Title);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: justify;
  color:#4D3D31;
}
.about_title4 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Sub-Title-1);
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  color: #FFF;
}
.about_title5 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-3);
  line-height: var(--Line-Height-Texts-1);
  letter-spacing: 0.06em;
  text-align: center;
  color: #FFF;
}
.about_title6 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Item-Title);
  line-height: var(--Line-Height-Main-Title);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: center;
  color: #D56C54;
}
.about_title7 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-3);
  line-height: var(--Line-Height-Main-Title);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: center;
  color: #4D3D31;
}
.about_title8 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Item-Title);
  line-height: var(--Line-Height-Main-Title);
  letter-spacing: 0.06em;
  text-align: center;
  color: #FFF;
}

.about_240_clear {
  width: 100%;
  height: 240px;
  clear: both;
}
.about_160_clear {
  width: 100%;
  height: 160px;
  clear: both;
}
.about_72_clear {
  height: 72px;
}
.about_48_clear {
  width: 100%;
  height: 48px;
  clear: both;
}
.about_24_clear {
  width: 100%;
  height: 24px;
  clear: both;
}
.about_16_clear {
  width: 100%;
  height: 16px;
  clear: both;
}

.text-top {
  display: block;
}
.category_main {
  display: none;
  padding: 0 24px;
}

@media (max-width: 1279px) {
  .about-section {
    display: flex;
    min-height: 650px;
  }
  .about-section2 {
    padding: 0 30px;
  }
  .about-section3 {
    height: 576px;
    background-image: url('../images/about/744_treasure.jpg');
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-1 {
    width: 388px;
    float: left;
  }
  .about-2 {
    width: calc(100% - 388px);
    float: right;
  }
  
  .about_pic_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .about_pic2 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 5;
    top: 0;
    left: 0;
  }
  .about_pic3 {
    width: 330px;
  }
  .about_button_block {
    width: fit-content;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
  .about_button {
    border-radius: 30px;
    width: 182px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 28px;
    font-size: var(--Font-Size-Content-Texts-2);
    letter-spacing: var(--Letter-Spacing-Texts);
  }
  .image-wrapper {
    flex: 0 0 70%;
  }
  .image-wrapper img {
    object-fit: cover;
    object-position: center right;
  }
  .image-wrapper2 {
    flex: 0 0 70%;
  }
  .image-wrapper2 img {
    object-fit: cover;
    object-position: center left;
  }
  .text-wrapper {
    flex: 0 0 30%;
    display: flex;
    justify-content: left;
  }
  .text-wrapper {
    flex: 0 0 30%;
    display: flex;
    justify-content: right;
  }
  .about-content {
    max-width: 100%;
  }
  .about-content2 {
    max-width: 100%;
    padding: 24px 24px 24px 60px;
    display: flex;
    flex-direction: column; /* 改為直向排列 (由上而下) */
    justify-content: space-between; /* 關鍵：第一個在上，最後一個在下 */
    align-items: stretch; 
  }
  .about2-content {
    max-width: 100%;
  }
  .about2-content2 {
    max-width: 100%;
    padding: 24px 60px 24px 24px;
    display: flex;
    flex-direction: column; /* 改為直向排列 (由上而下) */
    justify-content: space-between; /* 關鍵：第一個在上，最後一個在下 */
    align-items: stretch; 
  }
  .category_left {
    font-size: var(--Font-Size-Sub-Title-1);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .category_right {
    font-size: var(--Font-Size-Sub-Title-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
    margin-top: 10px;
  }
  .category_title1 {
    font-size: var(--Font-Size-Main-Title);
    line-height: var(--Line-Height-Main-Title);
  }
  .category_title2 {
    font-size: var(--Font-Size-Sub-Title-1);
    line-height: var(--Line-Height-Vertical-2);
    padding-left: 40px;
  }
  .vertical-text {
    writing-mode: vertical-rl;
    letter-spacing: 0.3em; /* 拉開字與字的距離，更有空氣感 */
    text-align: left;
    align-self: flex-start; 
  }
  .about_title1 {
    font-size: var(--Font-Size-Item-Title);
    line-height: var(--Line-Height-Main-Title);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2)
  }
  .about_title2 {
    font-size: var(--Font-Size-Sub-Title-2);
    line-height: var(--Line-Height-Main-Title);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .about_title3 {
    font-size: var(--Font-Size-Content-Texts-3);
    line-height: var(--Line-Height-Main-Title);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .about_title4 {
    font-size: var(--Font-Size-Sub-Title-1);
  }
  .about_title5 {
    font-size: var(--Font-Size-Content-Texts-3);
    line-height: var(--Line-Height-Texts-1);
    letter-spacing: 0.06em;
  }
  .about_title6 {
    font-size: var(--Font-Size-Item-Title);
    line-height: var(--Line-Height-Main-Title);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .about_title7 {
    font-size: var(--Font-Size-Content-Texts-3);
    line-height: var(--Line-Height-Main-Title);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .about_title8 {
    font-size: var(--Font-Size-Item-Title);
    line-height: var(--Line-Height-Main-Title);
  }
  
  .about_240_clear {
    height: 160px;
  }
  .about_160_clear {
    height: 100px;
  }
  .about_72_clear {
    height: 72px;
  }
  .about_48_clear {
    height: 48px;
  }
  .about_24_clear {
    height: 24px;
  }
  .about_16_clear {
    height: 16px;
  }
}

@media (max-width: 1000px) {
  .about-section {
    display: flex;
    min-height: 392px;
  }
  .about-section2 {
    padding: 0 40px;
  }
  .about-section3 {
    height: 475px;
    background-image: url('../images/about/744_treasure.jpg');
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: auto 475px;
  }
  .about-1 {
    width: 100%;
    float: left;
  }
  .about-2 {
    width: 100%;
    float: right;
    margin-top: 40px;
  }
  
  .about_pic_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .about_pic2 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 5;
    top: 0;
    left: 0;
  }
  .about_pic3 {
    width: 240px;
  }
  .about_button_block {
    width: fit-content;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
  .about_button {
    border-radius: 30px;
    width: 182px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 28px;
    font-size: var(--Font-Size-Content-Texts-2);
  }
  .image-wrapper {
    flex: 0 0 70%;
  }
  .image-wrapper img {
    height: 392px;
    object-fit: cover;
    object-position: center right;
  }
  .text-wrapper {
    flex: 0 0 30%;
    display: flex;
    justify-content: left;
  }
  .about-content {
    max-width: 100%;
  }
  .about-content2 {
    max-width: 100%;
    padding: 24px 24px 24px 60px;
    display: flex;
    flex-direction: column; /* 改為直向排列 (由上而下) */
    justify-content: space-between; /* 關鍵：第一個在上，最後一個在下 */
    align-items: stretch; 
  }
  .category_left {
    font-size: var(--Font-Size-Sub-Title-1);
  }
  .category_right {
    font-size: var(--Font-Size-Sub-Title-2);
    margin-top: 10px;
  }
  .category_title1 {
    font-size: var(--Font-Size-Main-Title);
    line-height: var(--Line-Height-Main-Title);
    letter-spacing: 0.4em;
  }
  .category_title2 {
    font-size: var(--Font-Size-Sub-Title-1);
    line-height: var(--Line-Height-Sub-Title);
    letter-spacing: 0.27em;
    padding-left: 30px;
  }
  .vertical-text {
    writing-mode: vertical-rl;
    letter-spacing: 0.3em; /* 拉開字與字的距離，更有空氣感 */
    text-align: left;
    align-self: flex-start; 
  }
  .about_title1 {
    font-size: var(--Font-Size-Item-Title);
  }
  .about_title2 {
    font-size: var(--Font-Size-Sub-Title-2);
  }
  .about_title3 {
    font-size: var(--Font-Size-Content-Texts-3);
  }
  .about_title4 {
    font-size: var(--Font-Size-Sub-Title-1);
  }
  .about_title5 {
    font-size: var(--Font-Size-Content-Texts-3);
  }
  .about_title6 {
    font-size: var(--Font-Size-Item-Title);
  }
  .about_title7 {
    font-size: var(--Font-Size-Content-Texts-3);
  }
  .about_title8 {
    font-size: var(--Font-Size-Item-Title);
  }
  
  .about_240_clear {
    height: 96px;
  }
  .about_160_clear {
    height: 96px;
  }
  .about_72_clear {
    height: 72px;
  }
  .about_48_clear {
    height: 30px;
  }
  .about_24_clear {
    height: 12px;
  }
  .about_16_clear {
    height: 16px;
  }
  .text-top {
    display: none;
  }
  .category_main {
    display: block;
  }
}


@media (max-width: 743px) {
  .about-section {
    display: flex;
    min-height: auto;
  }
  .about-section2 {
    padding: 0 24px;
  }
  .about-section3 {
    height: 475px;
    background-image: url('../images/about/375_treasure.jpg');
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: auto 475px;
  }
  .about-1 {
    width: 100%;
    float: left;
  }
  .about-2 {
    width: 100%;
    float: right;
    margin-top: 40px;
  }
  
  .about_pic_block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .about_pic2 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 5;
    top: 0;
    left: 0;
  }
  .about_pic3 {
    width: 200px;
  }
  .about_button_block {
    width: fit-content;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
  .about_button {
    border-radius: 30px;
    width: 152px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    font-size: var(--Font-Size-Content-Texts-2);
  }
  .about_button img {
    width: 24px;
  }
  .image-wrapper {
    flex: 0 0 100%;
  }
  .image-wrapper img {
    height: auto;
    object-fit: auto;
    object-position: center;
  }
  .image-wrapper2 {
    flex: 0 0 100%;
  }
  .image-wrapper2 img {
    height: auto;
    object-fit: auto;
    object-position: center;
  }
  .text-wrapper {
    flex: 0 0 30%;
    display: flex;
    justify-content: left;
    display: none;
  }
  .text-wrapper2 {
    flex: 0 0 30%;
    display: flex;
    justify-content: left;
    display: none;
  }
  .about-content {
    max-width: 100%;
  }
  .about-content2 {
    max-width: 100%;
    padding: 24px 24px 24px 60px;
    display: flex;
    flex-direction: column; /* 改為直向排列 (由上而下) */
    justify-content: space-between; /* 關鍵：第一個在上，最後一個在下 */
    align-items: stretch; 
  }
  .about2-content {
    max-width: 100%;
  }
  .about2-content2 {
    max-width: 100%;
    padding: 24px 60px 24px 24px;
    display: flex;
    flex-direction: column; /* 改為直向排列 (由上而下) */
    justify-content: space-between; /* 關鍵：第一個在上，最後一個在下 */
    align-items: stretch; 
  }
  .category_left {
    font-size: var(--Font-Size-Sub-Title-1);
  }
  .category_right {
    font-size: var(--Font-Size-Sub-Title-2);
    margin-top: 10px;
  }
  .category_title1 {
    font-size: var(--Font-Size-Main-Title);
    line-height: var(--Line-Height-Main-Title);
    letter-spacing: 0.4em;
  }
  .category_title2 {
    font-size: var(--Font-Size-Sub-Title-1);
    line-height: var(--Line-Height-Sub-Title);
    letter-spacing: 0.27em;
    padding-left: 30px;
  }
  .category_title3 {
    font-size: var( --Font-Size-Sub-Title-1);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
    color: #71645A;
  }
  .category_title4 {
    font-size: var( --Font-Size-Sub-Title-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
    margin-top: 5px;
    padding-bottom: 20px;
  }
  .category_title5 {
    display: block;
    font-family: "GenWanMinTW", serif;
    font-weight: 500;
    font-size: var(--Font-Size-Main-Title);
    line-height: var(--Line-Height-Main-Title);
    letter-spacing: var(--Letter-Spacing-Main-Title);
    color: #4D3D31;
  }
  .category_title6 {
    display: block;
    font-family: "GenWanMinTW", serif;
    font-weight: 500;
    font-size: var(--Font-Size-Sub-Title-1);
    line-height: var(--Line-Height-Sub-Title);
    letter-spacing: var(  --Letter-Spacing-Sub-Title-1);
    color: #D56C54;
    margin-top: 8px;
    padding-bottom: 40px;
  }
  .vertical-text {
    writing-mode: vertical-rl;
    letter-spacing: 0.3em; /* 拉開字與字的距離，更有空氣感 */
    text-align: left;
    align-self: flex-start; 
  }
  .about_word1 {
    display: none;
  }
  .about_word2 {
    display: block;
  }
  .about_title1 {
    font-size: var(--Font-Size-Item-Title);
  }
  .about_title2 {
    font-size: var(--Font-Size-Sub-Title-2);
  }
  .about_title3 {
    font-size: var(--Font-Size-Content-Texts-3);
  }
  .about_title4 {
    font-size: var(--Font-Size-Sub-Title-1);
  }
  .about_title5 {
    font-size: var(--Font-Size-Content-Texts-3);
  }
  .about_title6 {
    font-size: var(--Font-Size-Item-Title);
    padding: 0 16px;
  }
  .about_title7 {
    font-size: var(--Font-Size-Content-Texts-3);
  }
  .about_title8 {
    font-size: var(--Font-Size-Item-Title);
    padding: 0 24px;
  }
  
  .about_240_clear {
    height: 64px;
  }
  .about_160_clear {
    height: 64px;
  }
  .about_72_clear {
    height: 72px;
  }
  .about_48_clear {
    height: 48px;
  }
  .about_24_clear {
    height: 24px;
  }
  .about_16_clear {
    height: 16px;
  }
  .text-top {
    display: none;
  }
  .category_main {
    display: block;
  }
}







.news_section {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 30px;
}
.news_block {
  display: flex;
  justify-content: left;
  align-items: center;
}
.news_block2 {
  width: 100%;
  padding: 24px;
}

.news_block3 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.news_block img {
  width: 64px;
}
.news_block span {
  font-family: "GenWanMinTW", serif;
  font-weight: 600;
  font-size: var(--Font-Size-Item-Title);
  line-height: var(--Line-Height-Main-Title);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  margin-left: 24px;
}
.news_1 {
  width: 104px;
  height: 104px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news_2 {
  width: calc(100% - 104px);
}

.news_line {
  width: 100%;
  height: 1px;
  background-color: #DBD8D6;
}
.news_date {
  font-family: Cormorant Garamond;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: justify;
  color:#4D3D31;
}
.news_title1 {
  font-family: Noto Sans TC;
  font-weight: 300;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: var(--Line-Height-Texts-1);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: justify;
  color:#4D3D31;
  margin-top: 10px;
}
.news_more {
  width: fit-content;
  font-family: Cormorant Garamond;
  font-weight: 400;
  font-style: Italic;
  font-size: var(--Font-Size-Content-Texts-2);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  line-height: 1;
  color:#4D3D31;
  margin-top: 24px;
  margin-left: auto;
}
.news_more a {
  color:#4D3D31;
  border-bottom: 1px solid #4D3D31;
}
.news_more a:hover {
  color:#D56C54;
  border-bottom:1px solid #D56C54;
}

.news_64_clear {
  width: 100%;
  height: 64px;
  clear: both;
}


.news_in_date {
  font-family: Cormorant Garamond;
  font-weight: 500;
  font-size: var(--Font-Size-Sub-Title-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: center;
  color: #4D3D31;
}
.news_in_title1 {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Item-Title);
  line-height: var(--Line-Height-Texts-1);
  letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  text-align: center;
  color: #4D3D31;
  padding-top: 40px;
}
.news_in_memo {
  font-family: Noto Sans TC;
  font-weight: 300;
  font-size: var(--Font-Size-Content-Texts-3);
  line-height: var(--Line-Height-Texts-2);
  letter-spacing: var(--Letter-Spacing-Texts);
  color: #4D3D31;
  text-align: left;
  padding-top: 96px;
}
.news_button {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  background-color: #FBD7A9;
  width: 187px;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  padding: 0 28px;
  margin: auto;
  margin-top: 96px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 0;
  color: #71645A;
}
.news_button:hover {
  background-color: #D56C54;
  color: #FFF;
}
.button-img {
  position: relative;
  width: 28px;
  height: 20px;
}

@media (max-width: 1280px) {
  .news_section {
    padding: 0 30px;
  }
  .news_block2 {
    padding: 24px;
  }
  .news_block3 {
    gap: 24px;
  }
  .news_block img {
    width: 64px;
  }
  .news_block span {
    font-size: var(--Font-Size-Item-Title);
    line-height: var(--Line-Height-Main-Title);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
    margin-left: 24px;
  }
  .news_1 {
    width: 104px;
    height: 104px;
  }
  .news_2 {
    width: calc(100% - 104px);
  }
  .news_date {
    font-size: var(--Font-Size-Content-Texts-1);
  }
  .news_title1 {
    font-size: var(--Font-Size-Content-Texts-2);
    line-height: var(--Line-Height-Texts-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .news_more {
    font-size: var(--Font-Size-Content-Texts-3);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
    padding-bottom: 5px;
    margin-top: 24px;
  }
  .news_64_clear {
    width: 100%;
    height: 64px;
  }
}
@media (max-width: 1000px) {
  .news_section {
    padding: 0 40px;
  }
  .news_block2 {
    padding: 24px;
  }
  .news_block3 {
    gap: 24px;
  }
  .news_block img {
    width: 48px;
  }
  .news_block span {
    font-size: var(--Font-Size-Item-Title);
    line-height: var(--Line-Height-Main-Title);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
    margin-left: 24px;
  }
  .news_1 {
    width: 104px;
    height: 104px;
  }
  .news_2 {
    width: calc(100% - 104px);
  }
  .news_date {
    font-size: var(--Font-Size-Content-Texts-1);
  }
  .news_title1 {
    font-size: var(--Font-Size-Content-Texts-2);
    line-height: var(--Line-Height-Texts-1);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .news_more {
    font-size: var(--Font-Size-Content-Texts-3);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
    padding-bottom: 3px;
    margin-top: 24px;
  }
  .news_64_clear {
    width: 100%;
    height: 64px;
  }
  .news_in_date {
    font-size: var(--Font-Size-Sub-Title-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .news_in_title1 {
    font-size: var(--Font-Size-Item-Title);
    line-height: var(--Line-Height-Texts-1);
    letter-spacing: var(--Letter-Spacing-Sub-Title-1);
    padding-top: 40px;
  }
  .news_in_memo {
    font-size: var(--Font-Size-Content-Texts-3);
    line-height: var(--Line-Height-Texts-2);
    letter-spacing: var(--Letter-Spacing-Texts);
    padding-top: 64px;
  }
  .news_button {
    font-size: 16px;
    letter-spacing: var(--Letter-Spacing-Texts);
    width: 167px;
    height: 47px;
    border-radius: 30px;
    padding: 0 24px;
    margin-top: 64px;
  }
}
@media (max-width: 743px) {
  .news_section {
    padding: 0 24px;
  }
  .news_block2 {
    padding: 24px;
  }
  .news_block3 {
    flex-direction: column; 
    align-items: flex-start; 
    gap: 16px;
  }
  .news_block img {
    width: 34px;
  }
  .news_block span {
    font-size: var(--Font-Size-Item-Title);
    line-height: var(--Line-Height-Main-Title);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
    margin-left: 24px;
  }
  .news_1 {
    width: 104px;
    height: 104px;
  }
  .news_2 {
    width: 100%;
  }
  .news_date {
    font-size: var(--Font-Size-Content-Texts-1);
  }
  .news_title1 {
    font-size: var(--Font-Size-Content-Texts-2);
    line-height: var(--Line-Height-Texts-1);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .news_more {
    font-size: var(--Font-Size-Content-Texts-3);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
    padding-bottom: 3px;
    margin-top: 16px;
  }
  .news_64_clear {
    width: 100%;
    height: 48px;
  }
  .news_in_date {
    font-size: var(--Font-Size-Sub-Title-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .news_in_title1 {
    font-size: var(--Font-Size-Item-Title);
    line-height: var(--Line-Height-Texts-1);
    letter-spacing: var(--Letter-Spacing-Sub-Title-1);
    padding-top: 40px;
  }
  .news_in_memo {
    font-size: var(--Font-Size-Content-Texts-3);
    line-height: var(--Line-Height-Texts-2);
    letter-spacing: var(--Letter-Spacing-Texts);
    padding-top: 48px;
  }
  .news_button {
    font-size: 16px;
    letter-spacing: var(--Letter-Spacing-Texts);
    width: 167px;
    height: 47px;
    border-radius: 30px;
    padding: 0 24px;
    margin-top: 48px;
  }
}










.contact_block {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  max-height: 664px;
  background-color: #71645A;
  padding: 64px;
  border-radius: 48px;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gmap {
  width: 100%;
  height: 536px;
  border-radius: 24px;
}
.contact_1 {
  width: 514px;
  height: 100%;
}
.contact_2 {
  flex: 1;
  height: 100%;
}
.contact_line {
  width: fit-content;
  font-family: Noto Sans TC;
  font-weight: 300;
  font-size: var(--Font-Size-Content-Texts-3);
  line-height: var(--Line-Height-Texts-2);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: justify;
  color:#FAFAFA;
  border: 1px solid #FAFAFA;
  border-radius: 16px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.contact_line img {
  width: 36px;
  margin-right: 16px;
}
.contact_line:hover {
  background-color: #FAFAFA;
  color:#4D3D31;
  border: 1px solid #4D3D31;
}

.contact_title1 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Sub-Title-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  color: #FFFFFF;
}
.contact_title2 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Sub-Title-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  color: #FFFFFF;
}
.contact_title3 {
  font-family: Noto Sans TC;
  font-weight: 300;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: var(--Line-Height-Texts-2);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: justify;
  color: #FFFFFF;
}
.contact_64_clear {
  width: 100%;
  height: 64px;
  clear: both;
}
.contact_24_clear {
  width: 100%;
  height: 24px;
  clear: both;
}
.contact_16_clear {
  width: 100%;
  height: 16px;
  clear: both;
}
.contact_clear {
  display: none;
  width: 100%;
  height: 8px;
  clear: both;
}


@media (max-width: 1100px) {
  .contact_block {
    height: auto;
    max-height: none;
    padding: 64px 40px;
    border-radius: 48px;
    gap: 0;
    overflow: hidden;
    flex-direction: column;
  }
  .gmap {
    width: 100%;
    height: 536px;
    border-radius: 24px;
  }
  .contact_1 {
    width: 100%;
    height: auto;
  }
  .contact_2 {
    flex: auto;
    width: 100%;
    height: auto;
    margin-top: 64px;
  }
  .contact_line {
    width: fit-content;
    font-size: var(--Font-Size-Content-Texts-3);
    line-height: var(--Line-Height-Texts-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
    border-radius: 16px;
    padding: 16px 24px;
  }
  .contact_line img {
    width: 32px;
    margin-right: 16px;
  }
  .contact_title1 {
    font-size: var(--Font-Size-Sub-Title-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  }
  .contact_title2 {
    font-size: var(--Font-Size-Sub-Title-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  }
  .contact_title3 {
    font-size: var(--Font-Size-Content-Texts-1);
    line-height: var(--Line-Height-Texts-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .contact_64_clear {
    height: 64px;
  }
  .contact_24_clear {
    height: 24px;
  }
  .contact_16_clear {
    height: 16px;
  }
}

@media (max-width: 743px) {
  .contact_block {
    height: auto;
    max-height: none;
    padding: 32px 24px;
    border-radius: 24px;
    gap: 0;
    overflow: hidden;
    flex-direction: column;
  }
  .gmap {
    width: 100%;
    height: 279px;
    border-radius: 24px;
  }
  .contact_1 {
    width: 100%;
    height: auto;
  }
  .contact_2 {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .contact_line {
    text-align: center;
    width: 100%;
    font-size: 15px;
    line-height: var(--Line-Height-Texts-2);
    letter-spacing: 0;
    border-radius: 16px;
    padding: 16px;
    flex-direction: column;
  }
  .contact_line img {
    width: 32px;
    margin-right: 0px;
  }
  .contact_title1 {
    font-size: var(--Font-Size-Sub-Title-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  }
  .contact_title2 {
    font-size: var(--Font-Size-Sub-Title-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  }
  .contact_title3 {
    font-size: var(--Font-Size-Content-Texts-1);
    line-height: var(--Line-Height-Texts-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .contact_clear {
    display: block;
  }
  .contact_64_clear {
    height: 40px;
  }
  .contact_24_clear {
    height: 20px;
  }
  .contact_16_clear {
    height: 16px;
  }
}

.tips_block {
  width: 100%;
  padding: 64px 32px;
  margin: auto;
}
.tips_title1 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Item-Title);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Main-Title);
  color: #4D3D31; 
}
.tips_title2 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-3);
  line-height: var(--Line-Height-Texts-1);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #D56C54; 
  margin-top: 32px;
}
.tips_title3 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-3);
  line-height: var(--Line-Height-Main-Title);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #4D3D31; 
}

@media (max-width: 1000px) {
  .tips_block {
    padding: 48px 24px;
  }
}
@media (max-width: 743px) {
  .tips_block {
    padding: 32px 20  px;
  }
}





.terms_block {
  width: 100%;
  max-width: 1280px;
  padding: 0 30px;
  margin: auto;
  overflow: hidden;
}
.terms_block2 {
  width: 100%;
  display: flex;
}
.terms_line {
  padding-bottom: 64px;
  border-bottom: 1px solid #948B83;
}
.terms_title1 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Main-Title);
  line-height: var(--Line-Height-Main-Title);
  letter-spacing: var(--Letter-Spacing-Main-Title);
  color:#4D3D31;
}
.terms_title2 {
  font-family: Cormorant Garamond;
  font-weight: 600;
  line-height: 1;
  font-size: var(--Font-Size-Content-Texts-3);
  letter-spacing: var(--Letter-Spacing-Texts);
  color:#D56C54;
  margin-left: 24px;
}
.terms_title3 {
  font-family: Noto Sans TC;
  font-weight: 300;
  line-height: var(--Line-Height-Texts-1);
  font-size: var(--Font-Size-Content-Texts-1);
  letter-spacing: var(--Letter-Spacing-Texts);
  color:#4D3D31;
}
.terms_title4 {
  font-family: Noto Sans TC;
  font-weight: 400;
  line-height: 1;
  font-size: var(--Font-Size-Content-Texts-3);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color:#4D3D31;
}
.terms_ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.terms_ol > li {
  margin-top: 4px;
  position: relative;
  padding-left: 20px;
  text-align: justify;
}
.terms_ol > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #4D3D31;
  font-weight: normal;
}
.terms_ol > li > ol {
  list-style: none;
}
.terms_ol > li > ol > li {
  list-style: none;
  padding-left: 0px;
}
.terms_ol > li > ol > li ::before {
  display: none;
}
.terms_96_clear {
  width: 100%;
  height: 96px;
  clear: both;
}
.terms_48_clear {
  width: 100%;
  height: 48px;
  clear: both;
}
.terms_12_clear {
  width: 100%;
  height: 12px;
  clear: both;
}
@media (max-width: 1000px) {
  .terms_block {
    padding: 0 40px;
  }
  .terms_line {
    padding-bottom: 48px;
  }
  .terms_title1 {
    font-size: var(--Font-Size-Main-Title);
    line-height: var(--Line-Height-Main-Title);
    letter-spacing: var(--Letter-Spacing-Main-Title);
  }
  .terms_title2 {
    font-size: var(--Font-Size-Content-Texts-3);
    letter-spacing: var(--Letter-Spacing-Texts);
    margin-left: 24px;
  }
  .terms_title3 {
    line-height: var(--Line-Height-Texts-1);
    font-size: var(--Font-Size-Content-Texts-1);
    letter-spacing: var(--Letter-Spacing-Texts);
  }
  .terms_title4 {
    font-size: var(--Font-Size-Content-Texts-3);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .terms_ol li {
    margin-top: 4px;
    padding-left: 20px;
  }
  .terms_96_clear {
    height: 64px;
  }
  .terms_48_clear {
    height: 40px;
  }
  .terms_12_clear {
    height: 12px;
  }
}

@media (max-width: 743px) {
  .terms_block {
    padding: 0 24px;
  }
  .terms_line {
    padding-bottom: 32px;
  }
  .terms_title1 {
    font-size: var(--Font-Size-Main-Title);
    line-height: var(--Line-Height-Main-Title);
    letter-spacing: var(--Letter-Spacing-Main-Title);
  }
  .terms_title2 {
    font-size: var(--Font-Size-Content-Texts-3);
    letter-spacing: var(--Letter-Spacing-Texts);
    margin-left: 24px;
  }
  .terms_title3 {
    line-height: var(--Line-Height-Texts-1);
    font-size: var(--Font-Size-Content-Texts-1);
    letter-spacing: var(--Letter-Spacing-Texts);
  }
  .terms_title4 {
    font-size: var(--Font-Size-Content-Texts-3);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .terms_ol li {
    margin-top: 4px;
    padding-left: 20px;
  }
  .terms_96_clear {
    height: 48px;
  }
  .terms_48_clear {
    height: 36px;
  }
  .terms_12_clear {
    height: 12px;
  }
}






.card_block {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.card_block2 {
  width: 100%;
  border: 1px solid #B8B1AD;
}
.card_block3 {
  width: 100%;
  border-bottom: 1px solid #B8B1AD;
  padding: 24px 40px;
}
.card_block4 {
  width: 100%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 103px);
}
.card_title1 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-3);
  line-height: var(--Line-Height-Main-Title);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #71645A;
}
.card_title2 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  line-height: 1;
  font-size: var(--Font-Size-Content-Texts-3);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #4D3D31;
}
.card_title3 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #4D3D31;
  margin-top: 16px;
}
.card_title4 {
  font-family: "GenWanMinTW", serif;
  font-weight: 600;
  font-size: var(--Font-Size-Sub-Title-1);
  line-height: var(--Line-Height-Texts-2);
  letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  color: #71645A;
}
.card_title5 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-3);
  line-height: var(--Line-Height-Texts-2);
  letter-spacing: var(--Letter-Spacing-Texts);
  color: #D56C54;
  margin-top: 10px;
}
.card_1920 {
  display: block;
}
.card_375 {
  display: none;
}

.card_128_clear {
  width: 100%;
  height: 128px;
  clear: both;
}
.card_80_clear {
  width: 100%;
  height: 80px;
  clear: both;
}
.card_48_clear {
  width: 100%;
  height: 48px;
  clear: both;
}
.card_40_clear {
  width: 100%;
  height: 40px;
  clear: both;
}

@media (max-width: 1000px) {
  .card_block {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .card_block3 {
    padding: 20px;
  }
  .card_block4 {
    padding: 20px;
    height: calc(100% - 90px);
  }
  .card_title1 {
    font-size: var(--Font-Size-Content-Texts-3);
    line-height: var(--Line-Height-Main-Title);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .card_title2 {
    font-size: var(--Font-Size-Content-Texts-3);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .card_title3 {
    font-size: var(--Font-Size-Content-Texts-1);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
    margin-top: 16px;
  }
  .card_title4 {
    font-size: var(--Font-Size-Sub-Title-1);
    line-height: var(--Line-Height-Texts-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  }
  .card_title5 {
    font-size: var(--Font-Size-Content-Texts-3);
    line-height: var(--Line-Height-Texts-2);
    letter-spacing: var(--Letter-Spacing-Texts);
    margin-top: 10px;
  }
  .card_1920 {
    display: block;
    width: 100%;
  }
  .card_375 {
    display: none;
    width: 100%;
  }

  .card_128_clear {
    height: 96px;
  }
  .card_80_clear {
    height: 48px;
  }
  .card_48_clear {
    height: 48px;
  }
  .card_40_clear {
    height: 30px;
  }
}

@media (max-width: 743px) {
  .card_block {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .card_block3 {
    padding: 16px;
  }
  .card_block4 {
    padding: 16px;
    height: calc(100% - 79px);
  }
  .card_title1 {
    font-size: var(--Font-Size-Content-Texts-3);
    line-height: var(--Line-Height-Main-Title);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .card_title2 {
    font-size: var(--Font-Size-Content-Texts-3);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .card_title3 {
    font-size: var(--Font-Size-Content-Texts-1);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
    margin-top: 13px;
  }
  .card_title4 {
    font-size: var(--Font-Size-Sub-Title-1);
    line-height: var(--Line-Height-Texts-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  }
  .card_title5 {
    font-size: var(--Font-Size-Content-Texts-3);
    line-height: var(--Line-Height-Texts-2);
    letter-spacing: var(--Letter-Spacing-Texts);
    margin-top: 10px;
  }
  .card_1920 {
    display: none;
  }
  .card_375 {
    display: block;
  }

  .card_128_clear {
    height: 64px;
  }
  .card_80_clear {
    height: 48px;
  }
  .card_48_clear {
    height: 32px;
  }
  .card_40_clear {
    height: 24px;
  }
}





.products_block {
  width: 100%;
  max-width: 1220px;
  padding: 0 30px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 128px 96px;
}
.products_1 {
  padding: 24px;
  border-radius: 12px;
  background-color: #FAFAFA;
}
.products_pic1 {
  border-radius: 8px;
  overflow: hidden;
}
.products_pic1_bg {
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.3s ease; 
}
.products_pic1_bg:hover {
  transform: scale(1.1);
}
.products_title1 {
  width: fit-content;
  font-family: Noto Sans TC;
  font-weight: 300;
  line-height: 1;
  font-size: var(--Font-Size-Content-Texts-2);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #FFFFFF;
  padding: 8px 16px;
  border-radius: 30px;
  background-color: #948B83;
  margin-top: 24px;
}
.products_title2 {
  font-family: "GenWanMinTW", serif;
  font-weight: 400;
  font-size: var(--Font-Size-Sub-Title-1);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  margin-top: 16px;
  color: #4D3D31;
}
.products_title3 {
  font-family: "GenWanMinTW", serif;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-3);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  margin-top: 16px;
  color: #D56C54;
}
.products_title4 {
  font-family: "GenWanMinTW", serif;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: var(--Line-Height-Sub-Title);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: justify;
  color: #4D3D31;
  margin-top: 16px;
}
.products_add {
  width: fit-content;
  padding: 17px 30px;
  background-color: #FBD7A9;
  margin-top: 16px;
  border-radius: 30px;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products_add_icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.products_add:hover {
  background-color: #D56C54;
}


.products_link {
  font-family: Noto Sans TC;
  font-weight: 300;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #4D3D31;
}

.products_in_block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
.products_in_1 {
  width: 100%;
}
.products_in_pic1 {
  width: 100%;
  display: grid; 
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 12px;
}
.products_in_pic1_small {
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
.products_in_bg {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  pointer-events: none;
  transition: none;
}



.products_in_title1 {
  font-family: Noto Sans TC;
  font-weight: 300;
  line-height: 1;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: var(--Line-Height-Sub-Title);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #FFFFFF;
  background-color: #948B83;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  width: fit-content;
  border-radius: 30px;
}
.products_in_title2 {
  font-family: "GenWanMinTW", serif;
  font-weight: 400;
  line-height: 1;
  font-size: var(--Font-Size-Sub-Title-1);
  letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  color: #4D3D31;
  margin-top: 24px;
}
.products_in_title3 {
  font-family: "GenWanMinTW", serif;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: var(--Line-Height-Texts-1);
  letter-spacing: var(--Letter-Spacing-Texts);
  color: #4D3D31;
  margin-top: 24px;
}
.products_in_title4 {
  font-family: Noto Sans TC;
  font-weight: 300;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: var(--Line-Height-Texts-1);
  letter-spacing: var(--Letter-Spacing-Texts);
  color: #4D3D31;
  padding: 24px 0;
}
.products_in_title5 {
  font-family: "GenWanMinTW", serif;
  font-weight: 400;
  line-height: 1;
  font-size: var(--Font-Size-Sub-Title-1);
  letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  color: #4D3D31;
}
.products_in_note {
  background-color: #F4DAD4;
  border-radius: 8px;
  padding: 16px;
  font-family: Noto Sans TC;
  font-weight: 300;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: var(--Line-Height-Texts-3);
  letter-spacing: var(--Letter-Spacing-Texts);
  color: #4D3D31;
}
.products_in_note_pic1 {
  display: flex;
  align-items: center;
}
.products_in_note_ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.products_in_note_ol > li {
  margin-top: 4px;
  position: relative;
  padding-left: 25px;
  text-align: justify;
}
.products_in_note_ol > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #4D3D31;
  font-weight: normal;
}

.products_in_line {
  width: 100%;
  height: 1px;
  border-top: 1px solid #8C7A6F;
}

.product_in_buy {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.product_in_buy_1 {
  width: 185px;
  display: flex;
  align-items: center;
}
.product_in_buy_2 {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content:flex-end;
  gap: 12px;
}
.products_button_add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #FAFAFA;
  position: relative;
  cursor: pointer;
  border-radius: 0px 56px 56px 0px;
}
.products_button_add img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.3s;
  width: 24px;
}
.products_button_dec {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #FAFAFA;
  position: relative;
  cursor: pointer;
  border-radius: 56px 0px 0px 56px;
}
.products_button_dec img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.3s;
  width: 24px;
}
.products_button_count {
  flex: 1;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAFAFA;
}
.products_in_count {
  width: 100%;
  height: 48px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:none;
}
.products_in_add {
  width: 176px;
  height: 56px;
  padding: 0px 28px;
  background-color: #FBD7A9;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  color: #71645A;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 30px;
  justify-content: space-between;
  cursor: pointer;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.products_in_cart {
  width: 176px;
  height: 56px;
  padding: 0px 28px;
  background-color: #8C7A6F;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  color: #FFF;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 30px;
  justify-content: space-between;
  cursor: pointer;
  border: 0;
  transition: all 0.3s ease-in-out;
}

.products_in_add {
  width: 176px;
  height: 56px;
  padding: 0px 28px;
  background-color: #FBD7A9;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  color: #71645A;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 30px;
  justify-content: space-between;
  cursor: pointer;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.products_in_cart:hover {
  background-color: #D56C54;
}
.products_in_add:hover {
  background-color: #D56C54;
  color: #FFF;
}


.products_in_96_clear {
  width: 100%;
  height: 96px;
  clear: both;
}
.products_in_40_clear {
  width: 100%;
  height: 40px;
  clear: both;
}
.products_in_12_clear {
  width: 100%;
  height: 12px;
  clear: both;
}



.tab-container {
    width: 100%;
}
.tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between; /* 三個按鈕平均分佈 */
  border-bottom: 1px solid #948B83; /* 底部那條灰線 */
}
.tabs-nav li {
  flex: 1; /* 讓每個按鈕寬度一樣 */
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  color: #948B83;
  position: relative;
  transition: all 0.3s ease;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-3);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Main-Title);
}
.tabs-nav li.current {
  color: #4D3D31;
}
.tabs-nav li.current::after {
  content: '';
  position: absolute;
  bottom: -2px; /* 蓋在灰線上面 */
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #D56C54;
}
.tab-content-wrapper {
  width: 100%;
  padding-top: 80px;
  min-height: 200px;
}
.tab-content {
  display: none;
  font-family: Noto Sans TC;
  font-weight: 300;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: var(--Line-Height-Texts-3);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #4D3D31;
}
.tab-content.current {
  display: block;
  animation: fadeIn 0.5s;
}
.feature-list {
  list-style: none;
}
.feature-list > li::before {
  content: "・"; /* 自訂項目符號 */
  font-weight: 600;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.payment-methods {
  width: 100%;
  height: auto;
  display: grid; /* 將 flex 改為 grid */
  grid-template-columns: repeat(3, 1fr); /* 強制切成三等份 */
  gap: 56px;
}

.payment-card {
  width: 100%;
  background-color: #FAFAFA;
  padding: 24px 0;
  border-radius: 24px; /* 大圓角 */
  border: 1px solid #B3A79F; /* 淡淡的褐色邊框 */
  text-align: center;
  display: flex;
  justify-content: center;
}
.payment-block {
  width: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: Noto Sans TC;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-1);
}
.payment-block2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Noto Sans TC;
  font-weight: 500;
  font-size: var(--Font-Size-Note-Texts);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: left;
  vertical-align: middle;
  color: #948B83;
  padding-left: 32px;
}
.payment-block2 > div > ol {
  list-style: none;
  margin-top: 16px;
}
.payment-block2 > div > ol > li {
  font-family: Noto Sans TC;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: left;
  color:#71645A;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.payment-block2 > div > ol > li:first-child {
  margin-top: 0;
}
.payment-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #D56C54;
  margin-bottom: 14px;
}
.payment-icon img {
  width: 24px;
}
.payment-line {
  width: 1px;
  height: 100%;
  border-right: 1px solid #B3A79F;
}

@media (max-width: 1280px) {
  
  .products_in_block {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  .products_in_pic1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 12px;
  }
  .products_in_note_ol > li {
    margin-top: 4px;
    padding-left: 25px;
  }
  .product_in_buy {
    display: block;
    gap: 24px;
  }
  .product_in_buy_1 {
    width: 185px;
  }
  .product_in_buy_2 {
    gap: 12px;
    margin-top: 20px;
    justify-content:flex-start;
  }
  .products_button_add {
    width: 56px;
    height: 56px;
    border-radius: 0px 56px 56px 0px;
  }
  .products_button_add img {
    width: 24px;
  }
  .products_button_dec {
    width: 56px;
    height: 56px;
    border-radius: 56px 0px 0px 56px;
  }
  .products_button_dec img {
    width: 24px;
  }
  .products_button_count {
    width: 73px;
    height: 56px;
  }
  .products_in_count {
    height: 48px;
  }
  .products_in_add {
    width: fit-content;
    height: 56px;
    padding: 0px 28px;
    font-size: var(--Font-Size-Content-Texts-2);
    letter-spacing: var(--Letter-Spacing-Texts);
    border-radius: 30px;
    justify-content: space-between;
  }
  .products_in_add img {
    margin-left: 12px;
  }
  .products_in_cart {
    width: fit-content;
    height: 56px;
    padding: 0px 28px;
    font-size: var(--Font-Size-Content-Texts-2);
    letter-spacing: var(--Letter-Spacing-Texts);
    border-radius: 30px;
    justify-content: space-between;
  }
  .products_in_cart img {
    margin-left: 12px;
  }
  .products_memo_title1 {
    font-size: var(--Font-Size-Sub-Title-2);
    line-height: 28px;
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .payment-methods {
    gap: 30px;
  }
  .payment-card {
    width: auto;
    padding: 24px 0;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .payment-block {
    width: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: var(--Font-Size-Content-Texts-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  }
  .payment-block2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
  }
  .payment-block2 > div > ol {
    list-style: none;
    margin-top: 16px;
  }
  .payment-block2 > div > ol > li {
    line-height: 1;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
  }
  .payment-block2 > div > ol > li:first-child {
    margin-top: 0;
  }
  .payment-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #D56C54;
    margin-bottom: 14px;
  }
  .payment-icon img {
    width: 24px;
  }
  .payment-line {
    width: 70%; 
    height: 1px;
    border-top: 1px solid #B3A79F;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media (max-width: 1000px) {
  .products_block {
    padding: 0 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 24px;
  }
  .products_1 {
    padding: 20px;
    border-radius: 12px;
  }
  .products_pic1 {
    border-radius: 8px;
  }
  .products_title1 {
    font-size: var(--Font-Size-Content-Texts-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
    padding: 6px 12px;
    border-radius: 30px;
    margin-top: 24px;
  }
  .products_title2 {
    font-size: var(--Font-Size-Sub-Title-1);
    letter-spacing: var(--Letter-Spacing-Sub-Title-1);
    margin-top: 16px;
  }
  .products_title3 {
    font-size: var(--Font-Size-Content-Texts-3);
    letter-spacing: var(--Letter-Spacing-Sub-Title-1);
    margin-top: 16px;
  }
  .products_title4 {
    font-size: var(--Font-Size-Content-Texts-1);
    line-height: var(--Line-Height-Sub-Title);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
    margin-top: 16px;
  }
  .products_add {
    padding: 12px 20px;
    margin-top: 16px;
    border-radius: 30px;
  }


  

  .products_link {
    font-size: var(--Font-Size-Content-Texts-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }

  .products_in_block {
    display: flex;
    justify-content:flex-start;
    flex-direction: column;
    gap: 48px;
  }
  .products_in_pic1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 12px;
  }

  .products_in_title1 {
    font-size: var(--Font-Size-Content-Texts-2);
    line-height: var(--Line-Height-Sub-Title);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
    padding: 8px 16px;
    border-radius: 30px;
  }
  .products_in_title2 {
    font-size: var(--Font-Size-Sub-Title-1);
    letter-spacing: var(--Letter-Spacing-Sub-Title-1);
    margin-top: 24px;
  }
  .products_in_title3 {
    font-size: var(--Font-Size-Content-Texts-1);
    line-height: var(--Line-Height-Texts-1);
    letter-spacing: var(--Letter-Spacing-Texts);
    margin-top: 24px;
  }
  .products_in_title4 {
    font-size: var(--Font-Size-Content-Texts-1);
    line-height: var(--Line-Height-Texts-1);
    letter-spacing: var(--Letter-Spacing-Texts);
    padding: 24px 0;
  }
  .products_in_title5 {
    font-size: var(--Font-Size-Sub-Title-1);
    letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  }
  .products_in_note {
    border-radius: 8px;
    padding: 16px;
    font-size: var(--Font-Size-Content-Texts-2);
    line-height: var(--Line-Height-Texts-3);
    letter-spacing: var(--Letter-Spacing-Texts);
  }
  .products_in_note_ol > li {
    margin-top: 4px;
    padding-left: 25px;
  }
  .product_in_buy {
    display: flex;
    gap: 24px;
  }
  .product_in_buy_1 {
    width: 46%;
  }
  .product_in_buy_2 {
    gap: 12px;
    margin-top: 0px;
  }
  .products_button_add {
    width: 48px;
    height: 48px;
    border-radius: 0px 48px 48px 0px;
  }
  .products_button_add img {
    width: 24px;
  }
  .products_button_dec {
    width: 48px;
    height: 48px;
    border-radius: 48px 0px 0px 48px;
  }
  .products_button_dec img {
    width: 24px;
  }
  .products_button_count {
    flex-grow: 1;
    height: 48px;
  }
  .products_in_count {
    height: 48px;
  }
  .products_in_add {
    width: 50%;
    height: 48px;
    padding: 0px 20px;
    font-size: var(--Font-Size-Content-Texts-2);
    letter-spacing: var(--Letter-Spacing-Texts);
    border-radius: 30px;
    justify-content: space-between;
  }
  .products_in_cart {
    width: 50%;
    height: 48px;
    padding: 0px 20px;
    font-size: var(--Font-Size-Content-Texts-2);
    letter-spacing: var(--Letter-Spacing-Texts);
    border-radius: 30px;
    justify-content: space-between;
  }
  .products_memo_title1 {
    font-size: var(--Font-Size-Sub-Title-2);
    line-height: 28px;
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }



  .products_in_96_clear {
    height: 64px;
  }
  .products_in_40_clear {
    height: 32px;
  }
  .products_in_12_clear {
    height: 12px;
  }

  .tabs-nav li {
    padding: 15px 0;
    font-size: var(--Font-Size-Content-Texts-3);
    letter-spacing: var(--Letter-Spacing-Main-Title);
  }
  .tab-content-wrapper {
    padding-top: 48px;
    min-height: 200px;
  }
  .tab-content {
    font-size: var(--Font-Size-Content-Texts-1);
    line-height: var(--Line-Height-Texts-3);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .payment-methods {
    gap: 11px;
  }

  .payment-card {
    width: auto;
    padding: 24px 0;
    border-radius: 24px;
    display: flex;
    justify-content: center;
  }
  .payment-block {
    font-size: var(--Font-Size-Content-Texts-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  }
  .payment-block2 {
    font-size: var(--Font-Size-Note-Texts);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
    padding-left: 0px;
  }
  .payment-block2 > div > ol {
    margin-top: 16px;
  }
  .payment-block2 > div > ol > li {
    font-size: var(--Font-Size-Content-Texts-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
    gap: 8px;
    margin-top: 12px;
  }
  .payment-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 14px;
  }

  .payment-line {
    width: 70%; 
    height: 1px;
    border-top: 1px solid #B3A79F;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media (max-width: 743px) {
  .products_block {
    padding: 0 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0px;
  }
  .products_1 {
    padding: 16px;
    border-radius: 12px;
  }
  .products_pic1 {
    border-radius: 8px;
  }
  .products_title1 {
    padding: 6px 12px;
    border-radius: 30px;
    margin-top: 24px;
  }
  .products_title2 {
    margin-top: 16px;
  }
  .products_title3 {
    margin-top: 16px;
  }
  .products_title4 {
    margin-top: 16px;
  }
  .products_add {
    padding: 12px 20px;
    margin-top: 16px;
    border-radius: 30px;
  }
  .products_in_block {
    display: flex;
    justify-content:flex-start;
    flex-direction: column;
    gap: 48px;
  }
  .products_in_pic1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 12px;
  }
  .products_in_title1 {
    padding: 8px 16px;
    border-radius: 30px;
  }
  .products_in_title2 {
    margin-top: 24px;
  }
  .products_in_title3 {
    margin-top: 24px;
  }
  .products_in_title4 {
    padding: 24px 0;
  }
  .products_in_note {
    border-radius: 8px;
    padding: 12px;
  }
  .products_in_note_ol > li {
    margin-top: 4px;
    padding-left: 25px;
  }
  .product_in_buy {
    display: block;
    gap: 24px;
  }
  .product_in_buy_1 {
    width: 100%;
  }
  .product_in_buy_2 {
    width: 100%;
    display: flex;
    justify-content:flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .products_button_add {
    width: 44px;
    height: 44px;
    border-radius: 0px 48px 48px 0px;
  }
  .products_button_add img {
    width: 20px;
  }
  .products_button_dec {
    width: 44px;
    height: 44px;
    border-radius: 48px 0px 0px 48px;
  }
  .products_button_dec img {
    width: 20px;
  }
  .products_button_count {
    flex-grow: 1;
    height: 44px;
  }
  .products_in_count {
    height: 44px;
  }
  .products_in_add {
    width: 100%;
    height: 44px;
    padding: 0px 28px;
    border-radius: 30px;
    justify-content: center;
    margin-top: 24px;
  }
  .products_in_cart {
    width: 100%;
    height: 44px;
    padding: 0px 28px;
    border-radius: 30px;
    justify-content: center;
  }
  .products_memo_title1 {
    line-height: 28px;
  }



  .products_button_add {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #FAFAFA;
    position: relative;
    cursor: pointer;
    border-radius: 0px 44px 44px 0px;
  }
  .products_button_add img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity 0.3s;
    width: 20px;
  }
  .products_button_dec {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #FAFAFA;
    position: relative;
    cursor: pointer;
    border-radius: 44px 0px 0px 44px;
  }
  .products_button_dec img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity 0.3s;
    width: 20px;
  }
  .products_button_count {
    flex: 1;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFAFA;
  }
  .products_in_count {
    width: 100%;
    height: 42px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:none;
  }
  



  .products_in_96_clear {
    height: 64px;
  }
  .products_in_40_clear {
    height: 32px;
  }
  .products_in_12_clear {
    height: 12px;
  }

  .tabs-nav li {
    padding: 15px 0;
  }
  .tab-content-wrapper {
    padding-top: 32px;
    min-height: 200px;
  }
  .payment-methods {
    grid-template-columns: 1fr;
    flex-direction: column;
    gap: 10px;
  }

  .payment-card {
    padding: 24px 0;
    border-radius: 24px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0px;
  }
  .payment-block {
    width: 127px;
    flex-shrink: 0;
  }
  .payment-block2 {
    padding-left: 18px;
    text-align: left;
    flex: 1;
  }
  .payment-block2 > div > ol {
    margin-top: 16px;
  }
  .payment-block2 > div > ol > li {
    gap: 8px;
    margin-top: 12px;
  }
  .payment-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 14px;
  }
  .payment-line {
    width: 1px;
    height: 100px;
    border-top: 0;
    border-right: 1px solid #B3A79F;
    margin: auto;
  }
}





.member_block {
  width: 100%;
  padding: 48px;
  border: 1px solid #948B83;
}
.member_block2 {
  width: 100%;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}
.member_block3 {
  flex: 1;
}
.member_block4 {
  width: 100%;
  margin-top: 24px;
}
.member_block5 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.member_img {
  position: relative;
  display: inline-block;
  margin-right: 24px;
}
.member_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.3s;
  width: 40px;
}
.member_title1 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Item-Title);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  color: #4D3D31;
  margin-top: 64px;
}
.member_title2 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-3);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #FFFFFF;
  padding: 20px 48px;
  background-color: #B3A79F;
  border-radius: 8px 8px 0 0;
  width: fit-content;
  margin-top: 64px;
}
.member_title3 {
  font-family: Noto Sans TC;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  text-align: left;
  color:#71645A;
}
.member_title4 {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: left;
  color: #71645A;
}
.member_title5 {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Note-Texts);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: left;
  color: #D56C54;
  margin-top: 12px;
}
.member_title6 {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Note-Texts);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: left;
  color: #71645A;
}
.member_input {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: left;
  border-radius: 4px;
  background-color: #B3A79F;
  color: #DBD8D6;
  padding: 0 24px;
  margin-top: 12px;
  height: 48px;
  line-height: 48px;
}
.member_input2 {
  width: 100%;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: left;
  margin-top: 12px;
  color: #71645A;
  background-color: #fff;
  border:1px solid #B3A79F;
  border-radius: 4px;
  padding: 0 24px;
  height: 48px;
}

.member_address_1 {
  width: 117px;
}
.member_address_2 {
  width: 162px;
}
.member_address_3 {
  flex:1;
}

.radio-group {
  display: flex;
  gap: 48px;
  margin-top: 23px;
}
.radio-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: var(--Font-Size-Content-Texts-2);
  color: #71645A;
  position: relative;
  margin-bottom: 0;
}
.radio-container input[type="radio"] {
  display: none; 
}
.custom-radio {
  width: 20px;
  height: 20px;
  border: 1px solid #B3A79F;
  border-radius: 50%; /* 變成圓形 */
  background-color: #fff;
  margin-right: 8px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.custom-radio::after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #664E3F;
}
.radio-container input:checked ~ .custom-radio {
  border-color: #664E3F;
}
.radio-container input:checked ~ .custom-radio::after {
  display: block;
}

.member_save {
  width: 227px;
  height: 56px;
  border-radius: 30px;
  background-color: #8C7A6F;
  display: flex;
  align-items: center;
  gap:80px;
  border: 0;
  justify-content: center;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  float: right;
  color: #FFF;
}

.member_96_clear {
  width: 100%;
  height: 96px;
  clear: both;
}
.member_64_clear {
  width: 100%;
  height: 64px;
  clear: both;
}
.member_48_clear {
  width: 100%;
  height: 48px;
  clear: both;
}



.tabs2-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between; /* 三個按鈕平均分佈 */
  border-bottom: 1px solid #948B83; /* 底部那條灰線 */
}
.tabs2-nav li {
  flex: 1; /* 讓每個按鈕寬度一樣 */
  padding: 24px 0;
  cursor: pointer;
  color: #948B83;
  position: relative;
  transition: all 0.3s ease;
  font-family: "GenWanMinTW", serif;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Main-Title);
  text-align: center;
  gap: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs2-nav li::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #D56C54;
  transform: scaleX(0); 
  opacity: 0;
  transition: all 0.3s ease;
}
.tabs2-nav li.current {
  color: #4D3D31;
}
.tabs2-nav li.current::after,
.tabs2-nav li:hover::after {
  content: '';
  position: absolute;
  bottom: -2px; /* 蓋在灰線上面 */
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #D56C54;
  transform: scaleX(1); /* 寬度變回 100% */
  opacity: 1;
}

.tabs3-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between; /* 三個按鈕平均分佈 */
  border-bottom: 1px solid #948B83; /* 底部那條灰線 */
}
.tabs3-nav li {
  flex: 1; /* 讓每個按鈕寬度一樣 */
  padding: 24px 0;
  color: #948B83;
  position: relative;
  transition: all 0.3s ease;
  font-family: "GenWanMinTW", serif;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Main-Title);
  text-align: center;
  gap: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs3-nav li::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #D56C54;
  transform: scaleX(0); 
  opacity: 0;
}
.tabs3-nav li.current {
  color: #4D3D31;
}
.tabs3-nav li.current::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #D56C54;
  z-index: 2;
}

@media (max-width: 1000px) {
  .member_block {
    padding: 40px 24px;
  }
  .member_block2 {
    flex-direction: column;
    margin-top: 24px;
    gap: 24px;
  }
  .member_block3 {
    width: 100%;
  }
  .member_block4 {
    margin-top: 24px;
  }
  .member_block5 {
    flex-wrap: wrap; 
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 12px;
  }
  .member_img {
    margin-right: 16px;
  }
  .member_img img {
    width: 32px;
  }
  .member_title1 {
    margin-top: 64px;
  }
  .member_title2 {
    padding: 16px 24px;
    border-radius: 8px 8px 0 0;
    width: fit-content;
    margin-top: 64px;
  }
  .member_title5 {
    margin-top: 12px;
  }
  .member_input {
    border-radius: 4px;
    padding: 0 24px;
    margin-top: 12px;
    height: 48px;
    line-height: 48px;
  }
  .member_input2 {
    margin-top: 12px;
    border-radius: 4px;
    padding: 0 24px;
    height: 48px;
  }
  .member_address_1 {
    width: 117px;
  }
  .member_address_2 {
    width: 162px;
  }
  .member_address_3 {
    flex: 0 0 100%;
  }
  .radio-group {
    gap: 48px;
    margin-top: 23px;
  }
  .custom-radio {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
  .custom-radio::after {
    width: 10px;
    height: 10px;
  }
  .member_save {
    width: 203px;
    height: 48px;
    border-radius: 30px;
    gap: 70px;
    float: right;
  }
  .member_96_clear {
    height: 80px;
  }
  .member_64_clear {
    height: 64px;
  }
  .member_48_clear {
    height: 40px;
  }
  .tabs2-nav li {
    padding: 24px 0;
    gap: 24px;
  }
  .tabs2-nav li img {
    width: 32px;
  }
}

@media (max-width: 743px) {
  .member_block {
    padding: 32px 20px;
  }
  .member_block2 {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }
  .member_block4 {
    margin-top: 20px;
  }
  .member_block5 {
    flex-wrap: wrap; 
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 12px;
  }
  .member_img {
    margin-right: 0px;
  }
  .member_img img {
    width: 28px;
  }
  .member_title1 {
    margin-top: 48px;
  }
  .member_title2 {
    padding: 12px 16px;
    border-radius: 8px 8px 0 0;
    width: fit-content;
    margin-top: 48px;
  }
  .member_title5 {
    margin-top: 12px;
  }
  .member_input {
    border-radius: 4px;
    padding: 0 12px;
    margin-top: 12px;
    height: 46px;
    line-height: 46px;
  }
  .member_input2 {
    margin-top: 12px;
    border-radius: 4px;
    padding: 0 12px;
    height: 46px;
  }
  .member_address_1 {
    flex: 0 0 100%;
  }
  .member_address_2 {
    flex: 0 0 100%;
  }
  .member_address_3 {
    flex: 0 0 100%;
  }
  .radio-group {
    gap: 48px;
    margin-top: 23px;
  }
  .custom-radio {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
  .custom-radio::after {
    width: 10px;
    height: 10px;
  }
  .member_save {
    width: 100%;
    height: 48px;
    border-radius: 30px;
    justify-content: space-between;
    float: none;
    padding: 0 20px;
  }
  .member_96_clear {
    height: 64px;
  }
  .member_48_clear {
    height: 32px;
  }
  .tabs2-nav li {
    padding: 16px 0;
    gap: 4px;
    flex-direction: column;
  }
  .tabs2-nav li div {
    padding: 13px 0;
    gap: 4px;
    flex-direction: column;
  }
  .tabs2-nav li img {
    width: 28px;
  }
  .tabs3-nav li {
    padding: 16px 0;
    gap: 4px;
    flex-direction: column;
  }
  .tabs3-nav li div {
    padding: 13px 0;
    gap: 4px;
    flex-direction: column;
  }
  .tabs3-nav li img {
    width: 28px;
  }
}







.tab-header {
  border-bottom: 1px solid #dcd3cc;
}

.tab {
  display: inline-block;
  background-color: #a99d95;
  color: white;
  padding: 10px 30px;
  border-radius: 8px 8px 0 0;
  font-size: 16px;
}


.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.order-block {
  width: 100%;
  border-top: 1px solid #948B83;
  border-left: 1px solid #948B83;
  border-right: 1px solid #948B83;
}
.order-block2 {
  width: 100%;
  padding: 24px 48px;
}
.order-block3 {
  width: 100%;
  border-top: 1px solid #948B83;
}
.order-table {
  width: 100%;
  border-collapse: collapse;
}
.order-table2 {
  width: 100%;
  border-collapse: collapse;
}
.order-table th {
  padding: 24px 48px;
  text-align: center;
  color: #71645A;
  border-bottom: 1px solid #948B83;
  font-family: Noto Sans TC;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Form-Spacing);
}
.order-table td {
  padding: 24px 48px;
  text-align: center;
  border-bottom: 1px solid #948B83;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
}

.order-table2 th {
  padding: 24px 0;
  text-align: center;
  color: #71645A;
  border-bottom: 1px solid #948B83;
  font-family: Noto Sans TC;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Form-Spacing);
}
.order-table2 td {
  padding: 12px 0;
  text-align: center;
  color: #71645A;
  border-bottom: 1px solid #948B83;
  font-family: Noto Sans TC;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
}

.btn-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #B3A79F;
  color: white;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 30px;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  transition: background-color 0.3s;
}

.btn-detail:hover {
  background-color: #8e8279;
}

.btn-detail img  {
  width: 24px;
  margin-left: 8px;
}

.order-1 {
  display: block;
}
.order-2 {
  display: none;
}

.products-icon {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.products-pic1 img {
  width: 80px;
  border-radius: 4px;
}
.products-title1 {
  font-family: Noto Sans TC;
  font-weight: 300;
  font-style: Light;
  font-size: var(--Font-Size-Cart-Note);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color:#948B83;
}
.products-title1 span {
  display: block;
  font-family: "GenWanMinTW", serif;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color:#4D3D31;
  padding-top: 15px;
}
.order_block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 12px;
  border-bottom: 1px solid #948B83;
}
.order_block2 {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  margin-top: 16px;
}
.order_block2_line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #948B83;
}
.order_block4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 48px 0 48px;
  gap: 24px;
}
.order_block5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
.order_block6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order_title1 { 
  width: 82px;
  font-family: Noto Sans TC;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Form-Spacing);
  color: #71645A;
}
.order_title2 {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
}
.order_title2 span {
  color: #D56C54;
}

.order2_title1 {
  width: 82px;
  font-family: Noto Sans TC;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Form-Spacing);
  color: #948B83;
}
.order2_title2 {
  width: 100%;
  flex: 1;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #71645A;
}
.order2_title3 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-3);
  line-height: var(--Line-Height-Texts-3);
  letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  color: #4D3D31;
}
.order2_title4 {
  font-family: Noto Sans TC;
  font-weight: 300;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: var(--Line-Height-Texts-1);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #4D3D31;
}
.order2_title5 {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Main-Title);
  color: #71645A;
  padding: 16px 24px;
  text-align: left;
}
.order2_title6 {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Main-Title);
  color: #71645A;
  text-align: left;
}
.order2_title7 {
  font-family: "GenWanMinTW", serif;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #71645A;
  text-align: right;
}
.order2_title8 {
  width: 98px;
  font-family: "GenWanMinTW", serif;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #71645A;
  text-align: right;
  display: flex;
  justify-content: center;
}
.order_ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.order_ol > li {
  margin-top: 2px;
  position: relative;
  padding-left: 18px;
  text-align: justify;
  font-family: Noto Sans TC;
  font-weight: 300;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: var(--Line-Height-Texts-1);
  letter-spacing: var(--Letter-Spacing-Texts);

}
.order_ol > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #4D3D31;
  font-weight: normal;
}

.order_consult {
  width: fit-content;
  padding: 16px 24px;
  gap: 12px;
  font-family: Noto Sans TC;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #71645A;
  border-radius: 24px;
  background-color: #FEF5E9;
  border: 1px solid #DBD8D6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order_64_clear {
  width: 100%;
  height: 64px;
  clear: both;
}
.order_24_clear {
  width: 100%;
  height: 24px;
  clear: both;
}

.order_button {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  background-color: #FBD7A9;
  width: fit-content;
  gap: 36px;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  padding: 0 28px;
  margin: auto;
  margin-top: 96px;
  cursor: pointer;
}
.order_button img,
.order_button span {
  transition: transform 0.3s ease-in-out; 
}
.order_button:hover img { 
  transform: translateX(172px);
}
.order_button:hover span {
  transform: translateX(-65px);
}


@media (max-width: 1000px) {
  .order-1000 {
    display: none;
  }
  .btn-detail {
    padding: 12px 24px;
    border-radius: 30px;
  }
  .btn-detail span {
    display: none;
  }
  .btn-detail img  {
    width: 24px;
    margin-left: 0px;
  }

  .tab {
    padding: 10px 30px;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
  }

  .order-block {
    width: 100%;
    border-top: 1px solid #948B83;
    border-left: 1px solid #948B83;
    border-right: 1px solid #948B83;
  }
  .order-block2 {
    width: 100%;
    padding: 24px;
  }
  .order-table th {
    padding: 24px 20px;
    text-align: center;
    border-bottom: 1px solid #948B83;
    line-height: 1;
  }
  .order-table td {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #948B83;
    line-height: 1;
  }
  .order-table tr {
    padding: 24px 48px;
  }

  .order-1 {
    display: block;
  }
  .order-2 {
    display: none;
  }

  .products-icon {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .products-pic1 img {
    width: 80px;
    border-radius: 4px;
  }
  .products-title1 {
    line-height: 1.2;
  }
  .products-title1 span {
    display: block;
    line-height: 1.2;
    padding-top: 15px;
  }
  .order_block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 12px;
    border-bottom: 1px solid #948B83;
  }
  .order_block2 {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    margin-top: 16px;
  }
  .order_block4 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 48px 0 48px;
    gap: 24px;
  }
  .order_title1 {
    width: 82px;
    line-height: 1;
  }
  .order_title2 {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
  }

  .order2_title1 {
    width: 82px;
    line-height: 1.2;
  }
  .order2_title2 {
    width: 100%;
    flex: 1;
    line-height: 1.2;
  }
  .order_ol > li {
    margin-top: 2px;
    position: relative;
    padding-left: 18px;
    text-align: justify;
  }

  .order_consult {
    width: fit-content;
    padding: 16px 24px;
    gap: 12px;
    font-family: Noto Sans TC;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    border-radius: 24px;
    background-color: #FEF5E9;
    border: 1px solid #DBD8D6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .order_64_clear {
    height: 48px;
  }
  .order_24_clear {
    height: 24px;
  }
}

@media (max-width: 743px) {
  .order-1000 {
    display: none;
  }
  .btn-detail {
    padding: 12px 24px;
    border-radius: 30px;
  }
  .btn-detail span {
    display: none;
  }
  .btn-detail img  {
    width: 24px;
    margin-left: 0px;
  }

  .order-1 {
    display: none;
  }
  .order-2 {
    display: block;
  }

  .tab {
    padding: 10px 30px;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
  }

  .order-block {
    width: 100%;
    border-top: 1px solid #948B83;
    border-left: 1px solid #948B83;
    border-right: 1px solid #948B83;
  }
  .order-block2 {
    width: 100%;
    padding: 24px;
  }
  .order-table th {
    padding: 24px 20px;
    text-align: center;
    border-bottom: 1px solid #948B83;
    line-height: 1;
  }
  .order-table td {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #948B83;
    line-height: 1;
  }
  .order-table tr {
    padding: 24px 48px;
  }
  .products-icon {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .products-pic1 img {
    width: 80px;
    border-radius: 4px;
  }
  .products-title1 {
    line-height: 1.2;
  }
  .products-title1 span {
    display: block;
    line-height: 1.2;
    padding-top: 15px;
  }
  .order_block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 12px;
    border-bottom: 1px solid #948B83;
  }
  .order_block2 {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    margin-top: 16px;
  }
  .order_block4 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 48px 0 48px;
    gap: 24px;
  }
  .order_title1 {
    width: 82px;
    line-height: 1.2;
  }
  .order_title2 {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.2;
  }

  .order2_title1 {
    width: 82px;
    line-height: 1.2;
  }
  .order2_title2 {
    width: 100%;
    flex: 1;
    line-height: 1.2;
  }
  .order_ol > li {
    margin-top: 2px;
    position: relative;
    padding-left: 18px;
    text-align: justify;
  }

  .order_consult {
    width: fit-content;
    padding: 16px 24px;
    gap: 12px;
    font-family: Noto Sans TC;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    border-radius: 24px;
    background-color: #FEF5E9;
    border: 1px solid #DBD8D6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .order_64_clear {
    height: 48px;
  }
  .order_24_clear {
    height: 24px;
  }

}





.cart_block {
  width: 100%;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Main-Title);
  color: #71645A;
}
.cart_block2 {
  width: 100%;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Main-Title);
  color: #71645A;
}
.cart_block2-2 {
  width: 100%;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Main-Title);
  color: #71645A;
}
.cart_block3 {
  width: 100%;
  padding: 32px 48px;
}
.cart-1 {
  flex: 1;
  text-align: left;
}
.cart-2 {
  width: 200px;
  text-align: center;
}
.cart-3 {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cart-4 {
  width: 200px;
  text-align: center;
}
.cart-5 {
  width: 200px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.cart-6 {
  width: 200px;
  text-align: center;
}
.cart-7 {
  width: 200px;
  text-align: center;
}
.cart-8 {
  text-align: center;
  float: right;
}


.cart-money {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  border-bottom: 1px solid #71645A;
}
.cart-money2 {
  font-family: "GenWanMinTW", serif;
  font-weight: 600;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-decoration: underline;
  color: #D56C54;
}
.cart-del {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.cart-del img {
  position: absolute;
  left: 0;
  top: 0;
}
.cart-del2 {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.cart-del2 img {
  position: absolute;
  left: 0;
  top: 0;
}

.cart-button {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  background-color: #FBD7A9;
  width: fit-content;
  gap: 36px;
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  padding: 0 28px;
  margin: auto;
  cursor: pointer;
  border: 0;
  color: #71645A;
}

.cart-button-711 {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  background-color: #8C7A6F;
  width: fit-content;
  gap: 12px;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  padding: 0 28px;
  margin: auto;
  cursor: pointer;
  border: 0;
  color: #FFF;
  float: left;
}

.cart-button1 {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  background-color: #FBD7A9;
  width: fit-content;
  gap: 48px;
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  padding: 0 28px;
  border: 0;
  color: #71645A;
  transition: all 0.3s ease-in-out;
  white-space: nowrap; 
}
.cart-button1:hover {
  color: #FFF;
  background-color: #D56C54;
}
.cart-button1:hover .cart-img {
  transition: transform 0.3s ease-in-out; 
}
.cart-img {
  width: 29px;
  height: 20px;
  position: relative;
}
.cart-img img {
  position: absolute;
  left: 0;
  top: 0;
}

.cart-button2 {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  background-color: #8C7A6F;
  width: fit-content;
  gap: 48px;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  padding: 0 28px;
  border: 0;
  color: #FFF;
}
.cart-button2:hover {
  color: #FFF;
  background-color: #D56C54;
}
.cart-button2:hover .cart-img {
  transition: transform 0.3s ease-in-out; 
}
.cart-img2 {
  width: 24px;
  height: 24px;
  position: relative;
}
.cart-img2 img {
  position: absolute;
  left: 0;
  top: 0;
}

.cart-login-block {
  margin-top: 24px;
  padding: 24px;
  border-top: 1px solid #948B83;
  border-bottom: 1px solid #948B83;
}
.cart-login-block2 {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  margin-top: 32px;
}
.cart-login {
  width: 193px;
  height: 56px;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-style: Regular;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  background-color: #8C7A6F;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  border-radius: 30px;
  padding: 0 28px;
  transition: all 0.3s ease-in-out;
}

.cart-login:hover {
  background-color: #D56C54;
}
.cart-block {
  display: flex;
  justify-content: flex-start;
  gap: 48px;
}
.cart-block2 {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
.cart-title1 {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: var(--Line-Height-Texts-3);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #71645A;
}
.cart-title2 {
  width: 100%;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #71645A;
}
.cart-title3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: var(--Line-Height-Texts-3);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #D56C54;
  gap: 13px;
}
.cart-title3 img {
  width: 120px;
}

.cart-title4 {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Note-Texts);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: #4D3D31;
}
.cart_box  {
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
.cart-title4 a {
  color: #4D3D31;
  text-decoration: underline;
}


.cart-input {
  width: 100%;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #71645A;
  margin-top: 12px;
}

.cart-b2 {
  display: none;
  overflow: hidden;
  opacity: 0;
}
.cart-b1, .cart-b2 {
  overflow: hidden;
}


.cart_button_add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #FAFAFA;
  position: relative;
  cursor: pointer;
  border-radius: 0px 40px 40px 0px;
}
.cart_button_add img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.3s;
  width: 16px;
}
.cart_button_dec {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #FAFAFA;
  position: relative;
  cursor: pointer;
  border-radius: 40px 0px 0px 40px;
}
.cart_button_dec img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.3s;
  width: 16px;
}
.cart_button_add:hover .img-default {
  opacity: 0;
}
.cart_button_add:hover .img-hover {
  opacity: 1;
}


.cart_button_count {
  flex: 1;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAFAFA;
}
.cart_in_count {
  width: 100%;
  height: 38px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:none;
}




.cart_64_clear {
  width: 100%;
  height: 64px;
  clear: both;
}
.cart_32_clear {
  width: 100%;
  height: 32px;
  clear: both;
}
.cart_24_clear {
  width: 100%;
  height: 24px;
  clear: both;
}
.cart_12_clear {
  width: 100%;
  height: 12px;
  clear: both;
}

@media (max-width: 1280px) {
  .cart_block {
    padding: 22px;
  }
  .cart-1 {
    flex: 1;
  }
  .cart-2 {
    width: 150px;
  }
  .cart-3 {
    width: 170px;
    padding: 0 10px;
  }
  .cart-4 {
    width: 150px;
  }
  .cart-5 {
    width: 150px;
  }
  .cart-6 {
    width: 150px;
  }
  .cart-7 {
    width: 150px;
  }
  .cart-8 {
    width: 193px;
  }
  
  .cart-money {
    line-height: 1;
  }
  .cart-money2 {
    line-height: 1;
  }
  
  .cart-button {
    gap: 36px;
    height: 52px;
    border-radius: 30px;
    padding: 0 28px;
  }
  .cart-button:hover img { 
    transform: translateX(-106px);
  }
  .cart-button:hover span {
    transform: translateX(70px);
  }
  .cart-button1 {
    width: fit-content;
    gap: 36px;
    height: 52px;
    border-radius: 30px;
    padding: 0 28px;
  }
  
  .cart-login-block {
    margin-top: 24px;
    padding: 24px;
  }
  .cart-login-block2 {
    gap: 24px;
    margin-top: 32px;
  }
  .cart-login {
    width: 193px;
    height: 56px;
    border-radius: 30px;
    padding: 0 28px;
  }

  .cart_button_add {
    width: 40px;
    height: 40px;
    border-radius: 0px 40px 40px 0px;
  }
  .cart_button_add img {
    width: 24px;
  }
  .cart_button_dec {
    width: 40px;
    height: 40px;
    border-radius: 40px 0px 0px 40px;
  }
  .cart_button_dec img {
    width: 16px;
  }
  .cart_button_count {
    flex: 1;
    height: 40px;
  }
  .cart_in_count {
    height: 38px;
  }

  .cart_64_clear {
    height: 64px;
  }
  
}

@media (max-width: 1000px) {
  .cart_block {
    padding: 20px;
  }
  .cart_block3 {
    padding: 24px;
  }
  .cart-1 {
    flex: 1;
  }
  .cart-2 {
    width: 105px;
  }
  .cart-3 {
    width: 160px;
    padding: 0 16px;
  }
  .cart-4 {
    width: 105px;
  }
  .cart-5 {
    width: 55px;
  }
  .cart-6 {
    width: 160px;
  }
  .cart-7 {
    width: 160px;
  }
  .cart-8 {
    width: 180px;
    text-align: right;
  }
  .cart-button {
    gap: 24px;
    height: 44px;
    border-radius: 30px;
    padding: 0 24px;
  }
  .cart-button:hover img { 
    transform: translateX(-96px);
  }
  .cart-button:hover span {
    transform: translateX(60px);
  }
  .cart-button1 {
    width: 200px;
    gap: 24px;
    height: 48px;
    border-radius: 30px;
    padding: 0 24px;
  }
  
  .cart-login-block {
    margin-top: 24px;
    padding: 24px;
  }
  .cart-login-block2 {
    gap: 24px;
    margin-top: 32px;
  }
  .cart-login {
    width: 169px;
    height: 48px;
    border-radius: 30px;
    padding: 0 24px;
  }

  .cart_button_add {
    width: 40px;
    height: 40px;
    border-radius: 0px 40px 40px 0px;
  }
  .cart_button_add img {
    width: 16px;
  }
  .cart_button_dec {
    width: 40px;
    height: 40px;
    border-radius: 40px 0px 0px 40px;
  }
  .cart_button_dec img {
    width: 16px;
  }
  .cart_button_count {
    flex: 1;
    height: 40px;
  }
  .cart_in_count {
    height: 38px;
  }


  .cart-block {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .cart-block2 {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0 12px;
  }
  .cart-title3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
  }
  .cart-title3 img {
    width: 120px;
  }
  
  .cart-title4 {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }
  .cart_box  {
    width: 16px;
    height: 16px;
    margin-top: 1px;
  }
  .cart-input {
    margin-top: 12px;
  }


  .cart_64_clear {
    height: 48px;
  }
}

@media (max-width: 743px) {
  .cart_block {
    padding: 20px;
  }
  .cart_block2 {
    padding: 16px 12px;
    
  }
  .cart_block2-2 {
    padding: 16px 12px;
  }
  .cart_block3 {
    padding: 20px;
  }
  .cart-1 {
    flex: 1;
  }
  .cart-2 {
    width: 105px;
  }
  .cart-3 {
    width: 160px;
    padding: 0 16px;
  }
  .cart-4 {
    width: 105px;
  }
  .cart-5 {
    width: 55px;
  }
  .cart-6 {
    text-align: left;
    flex: 1;
  }
  .cart-7 {
    text-align: right;
    width: 160px;
  }
  .cart-8 {
    width: 152px;
  }
  .cart-button {
    gap: 20px;
    height: 44px;
    border-radius: 30px;
    padding: 0 20px;
  }
  .cart-button:hover img { 
    transform: translateX(-84px);
  }
  .cart-button:hover span {
    transform: translateX(50px);
  }
  .cart-button1 {
    width: 151px;
    gap: 4px;
    height: 44px;
    border-radius: 30px;
    padding: 0 20px;
  }
  .cart-img {
    width: 28px;
    height: 20px;
    position: relative;
  }
  .cart-title4 {
    justify-content: flex-start;
  }
  .cart-login-block {
    margin-top: 24px;
    padding: 12px 16px;
  }
  .cart-login-block2 {
    gap: 24px;
    margin-top: 32px;
  }
  .cart-login {
    width: 169px;
    height: 48px;
    border-radius: 30px;
    padding: 0 24px;
  }

  .cart_button_add {
    width: 36%;
    height: 36px;
    border-radius: 0px 36px 36px 0px;
  }
  .cart_button_add img {
    width: 16px;
  }
  .cart_button_dec {
    width: 36px;
    height: 36px;
    border-radius: 3dvh 0px 0px 36px;
  }
  .cart_button_dec img {
    width: 16px;
  }
  .cart_button_count {
    flex: 1;
    height: 36px;
  }
  .cart_in_count {
    height: 34px;
  }

  .cart_64_clear {
    height: 48px;
  }
}

.order-id {
  color: #D56C54 !important;
  cursor: pointer;
}
.order-red {
  color: #D56C54 !important;
}





.taste_block {
  width: fit-content;
  max-width: 480px;
  padding: 72px 48px 52px 48px;
  position: relative;
  background-color: #FAFAFA;
  border-radius: 24px;
  text-align: center;
}
.taste_title1 {
  font-family: Noto Sans TC;
  font-weight: 600;
  font-size: var(--Font-Size-Item-Title);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Main-Title);
  text-align: center;
  color: #4D3D31;
  padding-bottom: 16px;
}
.taste_title2 {
  font-family: Noto Sans TC;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1.4;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  text-align: center;
  color: #4D3D31; 
}
.taste_title3 {
  display: grid;
  align-items: center;
  grid-template-columns: 28px 1fr;
  padding: 12px 45px;
  background-color: #F6F4EE;
  border-radius: 25px;
  gap: 24px;
}
.taste_title4 {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Cart-Note);
  line-height: var(--Line-Height-texts-3);
  letter-spacing: 0.1em;
  text-align: center;
  color: #4D3D31;
}
.taste_title5 {
  font-family: Noto Sans TC;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  color: #4D3D31;
}
.taste_clear {
  width: 100%;
  height: 16px;
  clear: both;
}
.taste_close {
  position: absolute;
  top: 32px;
  right: 48px;
  width: 19px;
  cursor: pointer;
}
.taste_icon1 {
  width: 28px;
}


.cart3_block {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 24px 48px;
  gap: 16px;
}

.cart3-title1 {
  font-family: Noto Sans TC;
  font-weight: 300;
  font-style: Light;
  font-size: var(--Font-Size-Cart-Note);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #4D3D31;
}
.cart3-title2 {
  font-family: "GenWanMinTW", serif;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #4D3D31;
}
.cart3-title3 {
  font-family: Noto Sans TC;
  font-weight: 300;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #4D3D31;
}
.cart3-title4 {
  font-family: "GenWanMinTW", serif;
  font-weight: 600;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1.2;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #4D3D31;
  text-decoration: underline;
}


@media (max-width: 1000px) {
  .taste_block {
    width: 100%;
    max-width: 399px;
    padding: 72px 48px 52px 48px;
    position: relative;
    background-color: #FAFAFA;
    border-radius: 24px;
    text-align: center;
  }
  .taste_title1 {
    padding-bottom: 16px;
  }
  .taste_title3 {
    padding: 12px 45px;
    gap: 24px;
  }
  .taste_clear {
    height: 16px;
  }
  .taste_close {
    position: absolute;
    top: 32px;
    right: 48px;
    width: 19px;
  }
  .cart3_block {
    padding: 12px 24px;
    gap: 16px;
  }
}

@media (max-width: 743px) {
  .taste_block {
    width: 100%;
    max-width: 399px;
    padding: 56px 20px 32px 20px;
    position: relative;
    background-color: #FAFAFA;
    border-radius: 24px;
    text-align: center;
  }
  .taste_title1 {
    padding-bottom: 12px;
  }
  .taste_title3 {
    padding: 12px 16px;
    gap: 12px;
  }
  .taste_clear {
    height: 12px;
  }
  .taste_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
  }
  .cart3_block {
    padding: 24px 48px;
    gap: 16px;
  }
}


@media (max-width: 1280px) {

}

@media (max-width: 1000px) {

}

@media (max-width: 743px) {
  
}



#footer {
  width: 100%;
  background-color: #FAFAFA;
  overflow: hidden;
}
.footer {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  overflow: hidden;
  padding: 96px 30px;
}

.footer1 {
  width: 264px;
  float: left;
}
.footer1 img {
  width: 36px;
}
.footer2 {
  width: fit-content;
  float: right;
  display: flex;
  gap: 80px;
}
.footer2_list {
  width: fit-content;
  text-align: center;
}
.footer_logo img {
  width: 286px;
}
.footer_title1 {
  font-family: 'GenWanMinTC';
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-1);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #4D3D31;
}
.footer_title2 {    
  font-family: Cormorant Garamond;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #4D3D31;
}
.footer_title3 {
  font-family: "GenWanMinTW", serif;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #71645A;
  margin-top: 20px;
}
.footer_title3 a {
  color: #71645A;
}
.footer_title3 a:hover {
  color: #D56C54;
}
.footer_title4 {
  font-family: Noto Sans TC;
  font-weight: 300;
  font-size: var(--Font-Size-Note-Texts);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #4D3D31;
}
.footer_title5 {
  font-family: Cormorant Garamond;
  font-weight: 400;
  font-size: var(--Font-Size-Note-Texts);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #71645A;
}
.footer_title5_2 {
  font-family: Cormorant Garamond;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #DBD8D6;
}

.footer_title5_2 a {
  color: #DBD8D6;
}

.footer_title6 {
  font-family: Noto Sans TC;
  font-weight: 300;
  font-style: Light;
  font-size: var(--Font-Size-Note-Texts);
  line-height: var(--Line-Height-Texts-3);
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color: #71645A;
}

.footer_title6 a {
  color: #71645A;
}
.footer_title6 a:hover {
  color: #D56C54;
}

.footer_block {
  font-family: Cormorant Garamond;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: 0.06em;
  position: absolute;
  width: fit-content;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 20px;
  align-items: center;
  cursor: pointer;
  color: #4D3D31;
  transition: all 0.3 ease;
}
.footer_block:hover {
  color: #D56C54;
}
.footer_block:hover .footer_back .img-default {
  opacity: 0;
}
.footer_block:hover .footer_back .img-hover {
  opacity: 1;
}

.footer_back {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
}

.footer_96_clear {
  width: 100%;
  height: 96px;
  clear: both;
}
.footer_32_clear {
  width: 100%;
  height: 32px;
  clear: both;
}
.footer_28_clear {
  width: 100%;
  height: 28px;
  clear: both;
}
.footer_20_clear {
  width: 100%;
  height: 20px;
  clear: both;
}
.footer_16_clear {
  width: 100%;
  height: 16px;
  clear: both;
}


@media (max-width: 1000px) {
  .footer {
    padding: 80px 40px;
  }
  .footer1 {
    width: 250px;
    float: left;
  }
  .footer2 {
    width: fit-content;
    float: right;
    display: flex;
    gap: 40px;
  }
  .footer2_list {
    width: fit-content;
    text-align: center;
  }
  .footer_logo img {
    width: 229px;
  }
  .footer_title2 {    
    font-size: 14px;
  }
  .footer_title3 {
    font-size: var(--Font-Size-Note-Texts);
    margin-top: 16px;
  }
  .footer_title5_2 {
    font-size: 10px;
  }

  .footer_block {
    gap: 8px;
  }
  .footer_block .footer_back img {
    width: 24px;
    transition: opacity 0.3s ease;
  }

  .footer_96_clear {
    height: 48px;
  }
  .footer_32_clear {
    height: 24px;
  }
  .footer_28_clear {
    height: 24px;
  }
  .footer_20_clear {
    height: 20px;
  }
  .footer_16_clear {
    height: 16px;
  }
}
@media (max-width: 743px) {
  .footer {
    padding: 48px 28px;
  }
  .footer1 {
    width: 100%;
    float: left;
  }
  .footer1 img {
    width: 32px;
  }
  .footer2 {
    display: none;
  }
  .footer2_list {
    width: fit-content;
    text-align: center;
  }
  .footer_logo img {
    width: 171px;
  }
  .footer_title1 {    
    font-size: var(--Font-Size-Content-Texts-2);
  }
  .footer_title2 {    
    font-size: 14px;
  }
  .footer_title3 {
    font-size: var(--Font-Size-Note-Texts);
    margin-top: 16px;
  }
  .footer_title5_2 {
    font-size: 10px;
  }
  .footer_block {
    position: relative;
    float: right;
    margin-top: 26px;
    gap: 8px;
  }
  .footer_block .footer_back img {
    width: 24px;
    transition: opacity 0.3s ease;
  }

  .footer_96_clear {
    height: 32px;
  }
  .footer_32_clear {
    height: 24px;
  }
  .footer_28_clear {
    height: 24px;
  }
  .footer_20_clear {
    height: 20px;
  }
  .footer_16_clear {
    height: 12px;
  }
}


:root {
  --bg-modal: #F6F4EE;
  --color-text: #8C7A6F;
  --color-btn: #B3A79F;
  --color-tab-bg: #B3A79F;
}


.modal2-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 13000;
  overflow-y: auto; /* 捲動 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.modal2-overlay.open {
  opacity: 1;
  visibility: visible;
}
.modal2-scroll-wrap {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
}

/* 3. 卡片本體 */
.modal2-card {
  background: var(--bg-modal);
  width: 100%;
  max-width: 480px;
  border-radius: 24px;
  padding: 72px 88px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  margin: auto; 
  position: relative;
}

.modal2-header {
  width: 100%;
  text-align: center;
  margin-bottom: 56px;
}
.modal2-header img {
  width: 229px;
}

/* 切換按鈕區 */
.auth-tabs {
  display: flex;
  background: var(--color-tab-bg);
  border-radius: 46px;
  padding: 4px;
  margin-bottom: 30px;
}

.tab-btn {
  display: flex;
  flex: 1;
  height: 38px;
  border-radius: 46px;
  cursor: pointer;
  color: white;
  font-size: 15px;
  transition: all 0.3s;
  font-family: Noto Sans TC;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  align-items: center;
  justify-content: center;
}

.tab-btn.active {
  background: white;
  color: var(--color-text);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* 表單隱藏/顯示邏輯 */
.auth-form {
  display: none; /* 預設隱藏 */
}
.auth-form.active {
  display: block; /* 加上 active 才顯示 */
  animation: fadeIn 0.4s;
}

/* 輸入框樣式 */
.input-group {
  position: relative;
  width: 100%;
  height: 62px;
  padding: 10px 8px;
  border: 1px solid #948B83;
  border-radius: 24px;
  background-color: #fff;
}
.input_block {
  position: absolute;
  left: 83px;
  width: 195px;
  height: 42px;
  top: 12px;
  border: 0;
  background: none;
}
.input_title1 {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.03%;
  color: #948B83;
}
.input_title2 {
  font-family: Noto Sans TC;
  font-weight: 500;
  font-size: var(--Font-Size-Content-Texts-1);
  letter-spacing: var(--Letter-Spacing-Sub-Title-1);
  line-height: 1;
  color: #4D3D31;
  text-align: center;
}
.input_title3 {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  letter-spacing: var(--Letter-Spacing-Texts);
  line-height: 28px;
  text-align: center;
  color: #948B83;
}
.input-group input {
  width: 100%;
  height: 23px;
  border: 0;
  background: none;
  margin-top: 4px;
}
.input-group .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 46px;
  border-right: 1px solid #948B83;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-group .icon img {
  width: 24px;
}


/* 送出按鈕 */
.submit-btn {
  width: 100%;
  background-color: #8C7A6F;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 28px;
  transition: all 0.3s ease;
}
.submit-btn:hover {
  background-color: #D56C54;
}

.forgot-link {
  width: fit-content;
  display: flex;
  justify-content: center;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Note-Texts);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  color: #4D3D31;
  border-bottom: 1px solid #4D3D31;
  margin:auto;
}
.forgot-link:link {
  color: #4D3D31;
}

.register_32_clear {
  width: 100%;
  height: 32px;
  clear: both;
}
.register_24_clear {
  width: 100%;
  height: 24px;
  clear: both;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1000px) {
  .modal2-scroll-wrap {
    padding: 40px 20px;
  }
  .modal2-card {
    max-width: 404px;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
  .modal2-header {
    margin-bottom: 56px;
  }
  .modal2-header img {
    width: 229px;
  }
  .auth-tabs {
    border-radius: 46px;
    padding: 4px;
    margin-bottom: 30px;
  }
  .tab-btn {
    height: 38px;
    border-radius: 46px;
    font-size: var(--Font-Size-Content-Texts-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .input-group {
    height: 62px;
    padding: 10px 8px;
    border-radius: 24px;
  }
  .input_block {
    left: 83px;
    width: 195px;
    height: 42px;
    top: 12px;
  }
  .input_title1 {
    font-size: 13px;
  }
  .input-group input {
    height: 23px;
    margin-top: 4px;
  }
  .input-group .icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 46px;
  }
  .input-group .icon img {
    width: 24px;
  }
  .submit-btn {
    padding: 12px;
    border-radius: 25px;
    font-size: 16px;
    padding: 16px 28px;
  }
  .forgot-link {
    font-size: var(--Font-Size-Note-Texts);
    letter-spacing: var(--Letter-Spacing-Texts);
  }
  .register_32_clear {
    height: 32px;
  }
  .register_24_clear {
    height: 24px;
  }
}

@media (max-width: 743px) {
  .modal2-scroll-wrap {
    padding: 20px 20px;
  }
  .modal2-card {
    max-width: 308px;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
  .modal2-header {
    margin-bottom: 24px;
  }
  .modal2-header img {
    width: 171px;
  }
  .auth-tabs {
    border-radius: 46px;
    padding: 4px;
    margin-bottom: 24px;
  }
  .tab-btn {
    height: 38px;
    border-radius: 46px;
    font-size: var(--Font-Size-Content-Texts-2);
    letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  }
  .input-group {
    height: 62px;
    padding: 10px 8px;
    border-radius: 24px;
  }
  .input_block {
    left: 83px;
    width: 120px;
    height: 42px;
    top: 12px;
  }
  .input_title1 {
    font-size: 13px;
  }
  .input-group input {
    height: 23px;
    margin-top: 4px;
  }
  .input-group .icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 46px;
  }
  .input-group .icon img {
    width: 24px;
  }
  .submit-btn {
    padding: 12px;
    border-radius: 25px;
    font-size: 16px;
    padding: 16px 28px;
  }
  .forgot-link {
    font-size: var(--Font-Size-Note-Texts);
    letter-spacing: var(--Letter-Spacing-Texts);
  }
  .register_32_clear {
    height: 24px;
  }
  .register_24_clear {
    height: 16px;
  }
}

.member_input2::placeholder {
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Sub-Title-2);
  color:#B8B1AD;
}



.modal-buttons {
  width: fit-content;
  gap: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  margin-top: 24px;
}
.btn-cancel {
  width: fit-content;
  height: 55px;
  border-radius: 30px;
  padding: 0 64px;
  border: 1px solid #8C7A6F;
  background: transparent;
  color: #8C7A6F;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-confirm {
  width: fit-content;
  height: 55px;
  border-radius: 30px;
  padding: 0 64px;
  border: 1px solid #8C7A6F;
  background: #8C7A6F;
  color: #FFFFFF;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: var(--Font-Size-Content-Texts-2);
  line-height: 1;
  letter-spacing: var(--Letter-Spacing-Texts);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .modal-buttons {
    gap: 16px;
    margin-top: 24px;
  }
  .btn-cancel {
    height: 47px;
    border-radius: 30px;
    padding: 0 48px;
  }
  .btn-confirm {
    height: 47px;
    border-radius: 30px;
    padding: 0 48px;
  }
}

@media (max-width: 743px) {
  .modal-buttons {
    gap: 16px;
    margin-top: 24px;
  }
  .btn-cancel {
    height: 47px;
    border-radius: 30px;
    padding: 0 48px;
  }
  .btn-confirm {
    height: 47px;
    border-radius: 30px;
    padding: 0 48px;
  }
}