@charset "utf-8";

@import url("reset.css");

@import url("loading.css");

@import url("fontawesome_all.css");

@import url('https://fonts.googleapis.com/css2?family=Rosarivo:ital@0;1&display=swap');

@import url("mobile-category-selector.css");


/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------------------------------->>> Main <<<------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/





* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing:1px; }
html { height:100% }
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; -webkit-text-size-adjust:none; font-size:12px; overflow-y:scroll; /*overflow-x:hidden;*/ }
body, td, th,select,input {font-family: /*Arial,*/ "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "Microsoft JhengHei", "新細明體", "PMingLiU", sans-serif;color:#333333;}
h1,h2{ font-size:inherit; font-weight:inherit; display:inline; }
input[type="text"]{width:80%;border:0;padding: 5px 8px;box-sizing:border-box;letter-spacing:1px;border: 1px solid #d6d6d6;font-size:0.95rem;font-weight:bold;outline:0;}

/*字體*/
.rosarivo-regular-italic {
  font-family: "Cormorant Upright", serif;
  font-weight: bold;
  font-style: italic;
}

.rosarivo-regular-italic {
  font-family: "Rosarivo", cursive;
  font-weight: 400;
  font-style: italic;
}

/* 重置iOS表單元件樣式 */
select, input, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

/* 特別針對select元素 */
select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6"><path d="M0 0l6 6 6-6z" fill="%23000"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 6px;
  padding-right: 30px;
}

/* 針對iOS的input樣式 */
input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="number"],
input[type="tel"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.iframe_ch {

    display: none

}



.w100 {

    width: 100%;

}



.middle {

    vertical-align: middle;

}

/*圖片延遲載入*/
img.lazy {
    display: block;
    /* optional way, set loading as background */
    background-image: url('../../images/ajax-loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.container{ position:relative; width:100%; /*overflow: hidden;*/}

.container .wrap{position: relative;max-width: 1400px;/*overflow: hidden;*/margin: 0px auto;padding: 0px 10px;}



/*左右欄的頁面*/

.container .wrap .layout-left{width: 25%;float:left;box-sizing: border-box;padding: 0 30px 0 10px;margin: 0 0 50px 0;text-align: center;}

.container .wrap .layout-right{width: 75%;float:left;box-sizing: border-box;padding: 5px 10px 15px 10px;}

.container .wrap .layout-all{width:100%;max-width: 1200px;margin: 0 auto;/* border: 1px solid #ebebeb; */}

.container .wrap .layout-right .end{margin-bottom: 50px;}



.container .wrap .layout-flex{ display:flex; }

.container .wrap .layout-news{ flex:2; }

.container .wrap .layout-quicklink{ flex:1; }



/*左右欄頁面 - 購物車*/

.container .wrap .layout-cart-left{width: 60%;float:left;box-sizing: border-box;padding: 0 30px 0 10px;margin: 0 0 40px 0;text-align: left;}

.container .wrap .layout-cart-right{width: 40%;float:left;box-sizing: border-box;padding: 0px 10px;}



.jq-fixed {

  position: static; /* 預設為靜態定位 */

  width: 100%; /* 保持原本的寬度 */

  /*transition: all 0.3s ease;*/ /* 平滑過渡效果 */

}



.jq-fixed.fixed {

position: fixed; /* 當滑動到指定位置時，改為固定定位 */

top: 125px; /* 固定在視窗頂部 */

left: auto; /* 保持原本的水平位置 */

width: inherit; /* 繼承原本的寬度 */

z-index: 10; /* 確保區塊在其他內容之上 */

background-color: #fff; /* 可選：背景色，避免與其他內容重疊 */

box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 可選：添加陰影 */
}



/*詳細頁*/

.layout-frame {

  background-color: #fff;

  border: 1px solid #e7d4b5;

  border-radius: 40px;

  width: 100%;

  padding: 5vw;

}





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

    .container .wrap .layout-left{ width:30%; }

    .container .wrap .layout-right{ width:70%; }    



  .container .wrap .layout-cart-left{width: 100%;padding: 30px 0px 0 0px;}

  .container .wrap .layout-cart-right{width: 100%;padding: 0 0px;}

  

}

.mobile{display: none;}

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

  .container .wrap .layout-flex{ display:block; }

    .container .wrap .layout-left{ display:none; }

    .container .wrap .layout-right{ width:100%; }

    .mobile{display: block;}
    .pc{display: none;}



}



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



}



/*左邊選單 - 珠寶分類樣式*/
.layout-left > ul{list-style:none;margin:0;padding:0;}
.layout-left > ul > li{width: 100%;font-size:16px;margin: 0 0 6px 0;border-radius: 8px;/* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */}
.layout-left > ul > li > a{
    position:relative;
    color: #ffffff;
    background:url(../../images/menu-bg.png) no-repeat center center;
    background-size: cover;
    /* font-weight: bold; */
    text-decoration:none;
    display: block;
    text-align: left;
    letter-spacing: 2px;
    padding: 0px 15px;
    font-size: 16px;
    transition: all 0.3s ease;
}
.layout-left > ul > li > a img{width: 38px;vertical-align: middle;margin-right: 9px;}
.layout-left > ul > li > a i{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #ffffff;
    opacity: 0.9;
}
.layout-left > ul > li > a:hover{

    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(104, 173, 183, 0.3);
}
.layout-left > ul > li ul{
    display:block;
    list-style:none;
    margin: 15px 0;
    padding: 0;
    background: #ffffff;
    border-left: 3px solid #c0dfe2;
}
.layout-left > ul > li ul li{
    position:relative;
    width:100%;
    /* padding: 15px 0px; */
    font-size:16px;
    border-bottom: 1px dashed #e0e0e0;
}
.layout-left > ul > li ul li:last-child{ 
    border-bottom: none; 
}

.layout-left > ul > li ul li:hover{ 
    background:#f8f9fa; 
    transition: all 0.3s ease; 
}
.layout-left > ul > li ul li a{
    color:#333333;
    text-decoration:none;
    /* display: block; */
    padding: 15px 20px 15px 30px;
    text-align: left;
    line-height: 20px;
    font-size: 15px;
    transition: all 0.3s ease;
}
.layout-left > ul > li ul li a:hover{
    color: #68adb7;
    font-weight: 500;
}

/*滑動子分類選單樣式*/
.left-menu-accordion li.main-category {
    position: relative;
    overflow: visible;
}

.sub-category-panel {
    position: absolute;
    left: 100%;
    top: 0;
    width: 360px;
    background: #ffffff;
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 0 10px 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1000;
    border: 1px solid #e8f4f5;
    overflow: hidden;
    min-height: 100px;
}

/* 動態定位：當主分類在下方時，子選單從底部展開 */
.main-category.position-bottom .sub-category-panel {
    top: auto;
    bottom: 0;
    border-radius: 0 10px 10px 0;
}

/* 後備方案：最後幾個選項使用底部定位 */
.main-category:nth-last-child(-n+3) .sub-category-panel {
    top: auto;
    bottom: 0;
}

.left-menu-accordion li.main-category:hover .sub-category-panel {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.sub-category-panel .sub-category-list {
    list-style: none;
    margin: 0;
    /* padding: 15px 0; */
    background: linear-gradient(135deg, #ffffff 0%, #f8fcfd 100%);
}

.sub-category-item {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f0f7f8;
}

.sub-category-item:last-child {
    border-bottom: none;
}

.sub-category-item a {
    display: flex;
    align-items: center;
    padding: 15px 18px;
    text-decoration: none;
    color: #4a5568;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    min-height: 80px;
}

.sub-category-item a:hover {
    background: linear-gradient(90deg, #f0f8f9 0%, #ffffff 100%);
    border-left-color: #68adb7;
    color: #2d3748;
    transform: translateX(-2px);
    box-shadow: 0 2px 8px rgba(104, 173, 183, 0.15);
}

.sub-category-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
    border: 2px solid #e2f2f4;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.sub-category-item a:hover .sub-category-thumb {
    border-color: #68adb7;
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(104, 173, 183, 0.25);
    filter: brightness(1.05);
}

.sub-category-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: inherit;
    display: flex;
    align-items: center;
    flex: 1;
}

/* 響應式設計 */
@media screen and (max-width: 1200px) {
    .sub-category-panel {
        width: 320px;
    }
}

@media screen and (max-width: 900px) {
    .sub-category-panel {
        display: none;
    }
}

/*麵包屑*/
#sitemap{width:100%;margin:0;padding:9px 10px;box-sizing: border-box;letter-spacing:1px;color: #737373;text-align: left;}
#sitemap .wrap{width:100%;max-width:1200px;overflow:hidden;margin: 0 auto;padding: 0px 0px;color: #9d9d9d;font-size: 12px;/* line-height: 20px; */}
#sitemap .wrap span{ text-decoration:underline; }
#sitemap .wrap a{color: #9d9d9d;text-decoration:none;padding: 0 0 0 3px;}
#sitemap .wrap a:hover{ text-decoration:underline; }

/*網頁大標題*/
.common-title{
    text-align: center; */
    font-size: 16px;
    color: #3e3e3e;
    /* font-weight: bold; */
    letter-spacing: 1px;
    /* font-weight: bold; */
    text-align: center;
    line-height: 30px;
    padding: 0px 10px 10px 10px;
    margin: 15px 0 0px 0;
    border-bottom: 1px solid #dbdbdb;
    text-transform: uppercase;
}
.common-title span{display: block;font-size: 24px;/* font-weight: bold; */padding-bottom: 5px;color: #3e3e3e;letter-spacing: 5px;font-family: 'Noto Sans TC', sans-serif;}
.common-title > .line{background: #9c885e;width: 80px;height: 5px;margin: 15px auto 0 auto;animation:1s ease-in-out 0.8s 1 widthGroup-1;}

/*內頁大標題*/
.m-title{position:relative;margin: 10px 0px 25px 0px;padding: 0px 0 0px 0px;color: #3e3e3e;font-size:24px;/* font-weight:bold; */border-bottom:1px solid #dbdbdb;}
.m-title:before{ content:""; }
.m-title span{display:inline-block;font-size: 24px;text-transform:uppercase;padding: 0px 0 10px 0px;border-bottom: 5px solid #69adb8;min-width: 100px;}
.m-title span i{background: #68aeb8;color: #ffffff;padding: 6px 8px 6px 10px;font-size: 10px;border-radius: 50%;vertical-align: middle;margin-right: 5px;}

/* 新聞日期顯示區塊 */
.news-date-display {
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 10px 10px;
    background: #ffffff;
    border: 1px solid #68adb7;
    /* border-radius: 6px; */
    float: right;
}

.news-date-display .date-main {
    font-size: 14px;
    color: #68adb7;
    font-weight: 600;
}

.news-date-display .date-sub {
    font-size: 14px;
    color: #097984;
    margin-top: 4px;
}

/*NAV*/

#fix-menu{position:fixed;bottom: 10%;right: 0px;z-index:9999;width: 60px;}

#fix-menu img{ padding:3px 0; width: 50px;}

    



.btn1 {

    display: inline-block;

    position: relative;

    color: #8c1b01;

    font-size: 16px;

    cursor: pointer;

    z-index: 1;

    letter-spacing: 2px;

    /* margin: 20px 0; */

    padding: 30px 0 30px 45px;

    transition: transform 0.3s ease; /* 添加平滑過渡效果 */

}



.btn1:hover {

    transform: translateX(10px); /* 滑鼠移過右移10px */

}



.btn1:before {

    position: absolute;

    top: 50%;

    left: 0;

    transform: translateY(-50%);

    /* 垂直置中 */

    content: "";

    margin: 0 8px;

    display: inline-block;

    width: 70px;

    height: 70px;

    background-color: #e7d7bc;

    /* 圓圈背景顏色 */

    border-radius: 50%;

    /* 圓形背景 */

    z-index: -1;

    /* 確保背景在文字下方但仍可見 */

    pointer-events: none;

    /* 確保不影響點擊事件 */

}



.btn1:after {

    content: url(../../images/btn-icon-2.png);

    vertical-align: -0%;

    margin: 0 0 0 12px;

}



.btn1:hover {

    -webkit-transition: all .4s ease;

    -moz-transition: all .4s ease;

    -o-transition: all .4s ease;

    transition: all .4s ease;

    -ms-transition: all .4s ease

}



.btn2 {

position: relative;

color: #ffffff !important;

font-size: 15px !important;

width: auto !important;

padding: 12px 60px 12px 20px;

border: 1px solid #7bbfc2;

background: #7bbfc2;

cursor: hand;

cursor: pointer;

display: inline-block;

margin: 5px 0;

border-radius: 30px;

letter-spacing: 1px;

text-decoration: none !important;
}



.btn2:hover {

    color: #ffffff !important;

    border: 1px solid #ac3318;

    background: #ac3318;

    -webkit-transition: all .4s ease;

    -moz-transition: all .4s ease;

    -o-transition: all .4s ease;

    transition: all .4s ease;

    -ms-transition: all .4s ease

}

.btn2::before {

position: absolute;

content: url(../../images/icon-arrow.png);

/* filter: brightness(0) invert(1); */

right: 10px; /* 固定在右邊 */

top: 50%; /* 垂直置中 */

transform: translateY(-50%);

vertical-align: middle;
}



.btn-3 {
    position: relative;
    display: inline-block;
    color: #ffffff;
    padding: 12px 40px 12px 70px;
    margin: 0px 5px;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    /*box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25);*/
    background: -webkit-linear-gradient(0deg, #7bbfc2 80%, #7bbfc2 80%);
    background: -o-linear-gradient(0deg, #7bbfc2 80%, #7bbfc2 80%);
    background: linear-gradient(90deg, #7bbfc2 80%, #7bbfc2 80%);
}
.btn-3:before {
    position: absolute;
    top: 9px;
    left: 8px;
    padding: 4px 11px 4px 4px;
    font-size: 12px;
    border-right: 1px solid #5fa3a6;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    box-shadow: 0 4px 12px rgba(104, 173, 183, 0.3);
  }
  
  .btn-3:hover {
    background: #5a9ba5;
    /*transform: translateY(-2px);*/
    box-shadow: 0 6px 16px rgba(104, 173, 183, 0.4);
  }



input:not([type="radio"]):not([type="checkbox"]),

select,

textarea {-ms-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;-webkit-box-sizing: content-box;/* -webkit-appearance: none; */}

/* 隱藏input type number右邊的箭頭 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}


.p_btn {

    width: 100%;

    margin: 100px 0 35px 0;

    text-align: right;

}



/*首頁大標題*/

.b-title-container {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: flex-start;

    margin: 30px auto 30px auto;

}



.justify-content-center {

    justify-content: center;

    /* 置中對齊 */

}

.justify-content-start {

    justify-content: flex-start;

    /* 置中對齊 */

}





.flex-direction-column {

    flex-direction: column;

    /* 垂直排列 */

}



.b-title-image {

    flex: 0 0 auto;

    margin-right: 15px;

    /*min-height: 100px;*/

}



.b-title-image img {

    /* width: 50px; */

    /* 調整圖片大小 */

    height: auto;

    margin-bottom: 10px;

}



.b-title-text {

    position: relative;

    /* flex: 1; */

    display: flex;

    flex-direction: column;

}



.b-title-text:before {

    position: absolute;

    top: -30px;

    right: -44px;

    content: url("../../images/title-bg-1.png");

    /* 使用圖片作為背景 */

}



.b-title-text2 {

    position: relative;

    /* flex: 1; */

    display: flex;

    flex-direction: column;

}



.b-title-text2:before {

    position: absolute;

    top: 0px;

    right: -44px;

    content: url("../../images/title-bg-2.png");

    /* 使用圖片作為背景 */

}



.b-title-text2:after {

    position: absolute;

    top: -2px;

    left: -44px;

    content: url("../../images/title-bg-2.png");

    /* 使用圖片作為背景 */

    transform: rotate(180deg);

    /* 旋轉180度 */

}



.b-title-text3 {

    position: relative;

    /* flex: 1; */

    display: flex;

    flex-direction: column;

}



.b-title-text4 {

    position: relative;

    /* flex: 1; */

    display: flex;

    flex-direction: column;

}





.b-title-text4:before {

    position: absolute;

    top: -30px;

    left: -44px;

    content: url("../../images/title-bg-1.png");

    /* 使用圖片作為背景 */

    transform: rotate(280deg);

}



.b-title-text5 {

    position: relative;

    /* flex: 1; */

    display: flex;

    flex-direction: column;

}





.b-title-text5:before {

    position: absolute;

    top: -30px;

    left: -44px;

    content: url("../../images/title-bg-1.png");

    /* 使用圖片作為背景 */

    transform: rotate(280deg);

}



.b-title-text5:after {

    position: absolute;

    top: -30px;

    right: -44px;

    content: url("../../images/title-bg-1.png");

    /* 使用圖片作為背景 */

}



.b-title-text6 {

    position: relative;

    /* flex: 1; */

    display: flex;

    flex-direction: column;

}



.b-title-text6:before {

    position: absolute;

    top: -5px;

    right: -100px;

    content: url("../../images/story-title-icon.png");

    /* 使用圖片作為背景 */

}



.b-title-text6:after {

    position: absolute;

    top: -5px;

    left: -95px;

    content: url("../../images/story-title-icon.png");

    /* 使用圖片作為背景 */

    transform: rotate(180deg);

    /* 旋轉180度 */

}

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

    .b-title-text6:before {

        transform: scale(0.5); /* 縮小圖片比例 */

        transform-origin: center; /* 縮放的基準點設為中心 */

        top: -40px;

        right: -80px;        

    }

    .b-title-text6:after {

        transform: scale(0.5) rotate(180deg); /* 縮小圖片比例並保留旋轉 */

        transform-origin: center; /* 縮放的基準點設為中心 */

        top: -40px;

        left: -80px;            

    }

}



.b-title-main {

    font-size: 42px;

    /* 調整主標題字體大小 */

    color: #000;

    letter-spacing: 2px;

    margin: 10px auto 0 auto;

    font-weight: normal;

    display: flex;

    align-items: center;

    /* 使用 Flexbox 垂直置中 */

}



.b-title-main i {

    font-size: 25px;

    /* 調整 | 符號的大小 */

    color: #000000;

    /* background: #8d5e35; */

    /* border-radius: 50px; */

    /* padding: 6px 5px 6px 8px; */

    font-style: normal;

    margin: 0 15px;

    display: inline-block;

}



.b-title-sub {

    font-size: 20px;

    /* 調整副標題字體大小 */

    color: #b79272;

    margin-top: 20px;

    text-align: center;

    letter-spacing: 0px;

}




.sub-title{

    position: relative;

    font-size: 29px;

    color: #5e4d31;

    letter-spacing: 3px;

    margin: 0px 0 20px 0;

    padding: 0 0 0 30px;

    z-index: 1;

}



.sub-title:before {

  position: absolute;

  top: 50%;

  left: 0;

  transform: translateY(-50%);

  /* 垂直置中 */

  content: "";

  margin: 0 8px;

  display: inline-block;

  width: 70px;

  height: 70px;

  background-color: #e7d7bc;

  /* 圓圈背景顏色 */

  border-radius: 50%;

  /* 圓形背景 */

  z-index: -1;

  /* 確保背景在文字下方但仍可見 */

  pointer-events: none;

  /* 確保不影響點擊事件 */

}



.line-bg{width: 100%; height:35px; background:url(../../images/product-line.png) repeat-x; margin-bottom:30px}



.sub-title img{

    margin-right: 15px;

}



.pager {

    width: 100%;

    margin: 50px auto;

    text-align: center;

    font-size: 16px;

}



.editor {overflow: hidden;padding: 20px 10px;line-height: 30px;font-size: 16px;width: 100%;letter-spacing: 1px;}







.text-clamp {

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

    text-overflow: ellipsis;

}



.image-fit {

    width: 100%;

    /* 確保圖片寬度填滿容器 */

    height: auto;

    /* 高度自動調整以保持比例 */

    object-fit: cover;

    /* 使圖片充滿容器並裁剪以保持比例 */

    object-position: center;

    /* 將圖片居中顯示 */

}



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

    .bx-wrapper{ margin:0 auto !important; }

  .b-title-container {

    margin: 20px auto 40px auto; /* 調整外邊距 */

  }



  .b-title-image {

    margin-right: 10px; /* 減少圖片與文字的間距 */

  }



  .b-title-image img {

    width: 100%; /* 確保圖片自適應容器 */

    height: auto;

  }



  .b-title-text {

    font-size: 14px; /* 縮小文字大小 */

  }



  .b-title-main {

    font-size: 24px; /* 主標題字體大小 */

    letter-spacing: 1px; /* 減少字距 */

  }



  .b-title-main i {

    font-size: 16px; /* 縮小分隔符號大小 */

    margin: 0 10px; /* 減少分隔符號的間距 */

  }



  .b-title-sub {

    font-size: 14px; /* 副標題字體大小 */

    margin-top: 10px; /* 減少與主標題的間距 */

  }

}



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

  .b-title-container {

    /* flex-direction: column; */ /* 改為垂直排列 */

    align-items: center; /* 置中對齊 */

    text-align: center; /* 文字置中 */

    margin: 30px auto 4vw auto;

  }



  .b-title-image {

    width: 90px; /* 再次縮小圖片寬度 */

    margin: 0 0 0px 0; /* 調整圖片與文字的間距 */

  }

  .common-title span i{ display: inline-block;}

  .vertical-title .en{ position:static !important;}

  .common-title span i:after{ background: transparent;}

  #index-product .b-title-image {

    width: 300px; /* 設定最小寬度 */

    margin: 0 auto; /* 置中對齊 */

  }  



  .b-title-main {

    font-size: 22px; /* 主標題字體大小 */

  }



  .b-title-main i {

    font-size: 14px; /* 縮小分隔符號大小 */

  }



  .b-title-sub {

    font-size: 14px; /* 副標題字體大小 */

  }



  .sub-title{

    font-size: 20px;

}  

}


/*表格*/
#css-table,.css_table { display:table; width:100%; }
.css_table .css_tr {display: table-row;}
.css_table .css_th {display: table-cell;text-align: center;vertical-align:middle;padding: 5px 10px;box-sizing:border-box;letter-spacing:1px;font-size: 15px;border-bottom: 1px solid #ebebeb;font-weight:bold;color:#121212}
.css_table .css_td {display: table-cell;text-align:center;vertical-align:middle;padding: 0px 10px;box-sizing:border-box;letter-spacing:1px;font-size:14px;color:#121212;position: relative;}
.text-left{ text-align:left !important; }
.css_table .css_th.border-none , .css_table .css_td.border-none{ border:0 !important; }

.css-tr {display: table;}
.css-td {display: table-cell;text-align:left;vertical-align:middle;padding: 0px 10px;box-sizing:border-box;letter-spacing:1px;font-size: 13px;word-break: break-all;color:#121212;}
.css_table .css_tr.table-row-group {display: table-row-group !important;}
.css_table .css_tr.table-caption {display: table-caption !important;}
.css_tr.border-dash:after{content: " "; width: 96%; border-bottom:  1px dashed #aeaeae;display: block;height: 1px; margin: 0 auto; left:2%;position: absolute; margin-top:10px;}
.css_tr.border-dash{position: relative; }


/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> Common <<<----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/



#wrapper {

    width: 100%;

    margin: 0 auto;

}



#wrapper .common_wrap {

    max-width: 1400px;

    min-height: 800px;

    margin: 0px auto 0 auto;

}



/*子選單*/

.submenu1 {

    font-size: 18px !important;

    overflow: hidden;

    background-color: rgba(232, 220, 208, 0.7);

    /* border:1px solid #EBEBEB; */

    position: absolute;

    margin-left: -25px;

    width: 130px;

    top: 130px;

    box-shadow: 2px 2px 8px rgba(15%, 15%, 40%, 0.1);

    border-bottom-left-radius: 15px;

    border-bottom-right-radius: 15px;

}



.submenu1 a {

    font-size: 18px !important;

    color: #776e64 !important;

    font-weight: normal !important;

    display: block !important;

    /* border-bottom:1px solid #dedede; */

    padding: 11px 25px;

    -webkit-transition: all .4s ease;

    -moz-transition: all .4s ease;

    -o-transition: all .4s ease;

    transition: all .4s ease;

    -ms-transition: all .4s ease;

}



.submenu1 a:hover {

    color: #a98579 !important;

    /*background:#d3474d !important;*/

}



nav {

    -webkit-transition: all .4s ease;



    -moz-transition: all .4s ease;

    -o-transition: all .4s ease;

    transition: all .4s ease;

    -ms-transition: all .4s ease

}



.header_box {position: fixed;top: 0;left: 0;z-index: 999;padding: 0;width: 100%;/* background-color: #fff; */ background: url(../../images/header-bg.png) no-repeat left top; background-position: -50px 0;}



.header_box_main {

    max-width: 1400px;

    position: relative;

    /* overflow: hidden; */

    margin-right: 70px;

    margin-left: 70px;

    margin: 0px auto 0px auto;

}



.header_box_line {

    /*padding-bottom: 20px;*/

    /*border-bottom: 2px solid #fff;*/

}



.header_box .header_box_main .logo_box {width: 100%;max-width: 1400px;height: 100px;margin: 0 auto;position: relative;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;-ms-transition: all .3s ease;}



.header_box .header_box_main .menu {
    margin-top: 20px;
    margin-bottom: 0px;
    /* height: 100%; */
    line-height: 25px;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -ms-transition: all .4s ease;
    animation: 1s ease-out 0s 1 transiTop20;
    /* float: right !important; */
    position: absolute;
    top: 40px;
    right: 0;
}

.header_box .header_box_main .menu li {
    float: left;
    list-style: none;
    padding: 0 1.27vw 0px;
    position: relative;
    text-align: center;
}

.header_box .header_box_main .menu li a {
    position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 0px 0;
}

/* 中文文字樣式 */
.header_box .header_box_main .menu li a {
    font-size: 16px;
    /* font-weight: 600; */
    letter-spacing: 1px;
    color: #ffffff;
    /* text-shadow: 0 1px 2px rgba(0,0,0,0.3); */
}

/* 英文文字樣式 */
.header_box .header_box_main .menu li span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ffffff;
    opacity: 0.9;
    margin-top: 0px;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    border-bottom: 1px solid #ffffff;
    font-style: italic;
}

/* 下方線條 */
.header_box .header_box_main .menu li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    /* background: linear-gradient(90deg, #ffffff, #f0f0f0, #ffffff); */
    transform: translateX(-50%);
    transition: width 0.3s ease;
    /*box-shadow: 0 0 10px rgba(255,255,255,0.5);*/
}

/* 滑鼠移過效果 */
.header_box .header_box_main .menu li:hover a {
    color: #ffffff;
    transform: translateY(-2px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.header_box .header_box_main .menu li:hover span {
    color: #ffffff;
    opacity: 1;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* 線條展開效果 */
.header_box .header_box_main .menu li:hover a::after {
    width: 80%;
}

/* 閃動效果 */
.header_box .header_box_main .menu li:hover {
    animation: diamondShimmer 0.6s ease-in-out;
}

/* 鑽石閃動動畫 */
@keyframes diamondShimmer {
    0% {
        transform: scale(1);
        filter: brightness(1);
    }
    25% {
        transform: scale(1.05);
        filter: brightness(1.2);
    }
    50% {
        transform: scale(1.02);
        filter: brightness(1.1);
    }
    75% {
        transform: scale(1.05);
        filter: brightness(1.2);
    }
    100% {
        transform: scale(1);
        filter: brightness(1);
    }
}

/* 選單項目背景光暈效果 */
.header_box .header_box_main .menu li::before {
  /*
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    z-index: -1;
    */
}

.header_box .header_box_main .menu li:hover::before {
    width: 120px;
    height: 120px;
}

/* 響應式設計 */
@media screen and (max-width: 1024px) {
    .header_box .header_box_main .menu {
        left: 280px;
    }
    
    .header_box .header_box_main .menu li {
        padding: 0 1vw 15px;
    }
    
    .header_box .header_box_main .menu li a {
        font-size: 14px;
    }
    
    .header_box .header_box_main .menu li span {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px) {
    .header_box .header_box_main .menu {
        display: none;
    }
}



.header_box .header_box_main .menu li img {

    padding: 0 3px;

}



.header_box .header_box_main .menu li a {

    position: relative;

    text-decoration: none;

}



.header_box .header_box_main .menu li a::before,

.header_box .header_box_main .menu li a::after {
/*
    content: '';

    position: absolute;

    left: 0;

    right: 0;

    height: 1px;

    background-color: white;

    transform: scaleX(0);


    transition: transform 0.3s ease;
*/
}



.header_box .header_box_main .menu li a::before {

    top: -10px;

}



.header_box .header_box_main .menu li a::after {

    bottom: -10px;

}



.header_box .header_box_main .menu li a:hover::before,

.header_box .header_box_main .menu li a:hover::after {

    transform: scaleX(1);

}



/*原始選單*/

.header_box_scroll1 {background-color: #68adb7;transition: background 0.3s;/* top: -20px; */}
.header_box_scroll1.bg-colored {
  background-color: #68adb7;
}

/* 當手機版隱藏選單開啟時，header 背景變透明 */
.header_box_scroll1.header-transparent {
  background: transparent !important;
}


.header_box_scroll1 .menu {

    margin-top: 35px;

    margin-bottom: 10px

}



.header_box_scroll1 .menu li a {

    color: #ffffff;

    font-size: 18px;

    font-weight: normal;

    letter-spacing: 1px;

    text-decoration: none;

    -webkit-transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    -ms-transition: all .2s ease-in-out;

}



.header_box_scroll1 .logo-big {

display: none;

position: absolute;

margin-top: 30px;

max-width: 558px;

opacity: 1;

/*

 -webkit-transition: all .4s ease;

 -moz-transition: all .4s ease;

 -o-transition: all .4s ease;

 transition: all .4s ease;

 -ms-transition: all .4s ease;

 */
}



.header_box_scroll1 .logo-mid {

/* position: absolute; */

margin-top: 30px;

margin-left: 5px;

max-width: 558px;

opacity: 1;

/*

 -webkit-transition: all .4s ease;

 -moz-transition: all .4s ease;

 -o-transition: all .4s ease;

 transition: all .4s ease;

 -ms-transition: all .4s ease;

 */
}



.header_box_scroll1 .logo-small {

opacity: 0;

/*

 -webkit-transition: all .4s ease;

 -moz-transition: all .4s ease;

 -o-transition: all .4s ease;

 transition: all .4s ease;

 -ms-transition: all .4s ease

 */
}



/*捲軸往下的變換選單*/

.header_box_scroll2 {

    padding: 0px 0;

    height: 75px;

    background: #ab8f60;

    /* -webkit-box-shadow: 0 1px 4px rgba(211, 71, 77, .15); */

    -moz-box-shadow: 0 1px 4px rgba(211, 71, 77, .15);

    /* box-shadow: 0 1px 4px rgba(211, 71, 77, .15); */

    z-index: 999;

}



.header_box_scroll2 .menu {

    margin-top: 0;

    margin-bottom: 0;

    height: 100%

}



.header_box_scroll2 .menu>li>a {

    /* color: #fff; */

    -webkit-transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    -ms-transition: all .2s ease-in-out

}



.header_box_scroll2 .logo-big,

.header_box_scroll2 .logo-mid {

    opacity: 0;

    display: none;

    -webkit-transition: all .4s ease;

    -moz-transition: all .4s ease;

    -o-transition: all .4s ease;

    transition: all .4s ease;

    -ms-transition: all .4s ease

}



.header_box_scroll2 .logo-small {

    position: absolute;

    margin-top: -7px;

    margin-left: 10px;

    width: 290px;

    opacity: 1;

    -webkit-transition: all .4s ease;

    -moz-transition: all .4s ease;

    -o-transition: all .4s ease;

    transition: all .4s ease;

    -ms-transition: all .4s ease;

}





/*語系切換*/

.lang-switch {
  display: inline-block;
  margin-left: 10px;
}

.lang-switch a {
  display: inline-block;
  color: #333; 
  text-decoration: none !important;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 15px;
  transition: background 0.2s, color 0.2s;
  margin: 0 2px;
  border: 1px solid transparent;
}

.lang-switch a:hover,
.lang-switch a.active {
  background: #94570D; 
  color: #94570D; 
  border: 1px solid #94570D;;
}

#nav {

position: absolute;

right: 0px;

top: 10px;

z-index: 9999;

color: #ffffff;

font-size: 15px;

/* background: #AD9B6D; */

/* min-width: 440px; */

/*-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;-ms-transition: all .4s ease;*/
}



#nav span {
    padding: 5px 8px;
    display: inline-block;
}

#nav span .input-cartNum{
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    font-size: 14px;
    margin: 0 6px;
    min-width: 15px;
    text-align: center;
}

#nav span img{vertical-align: -35%;margin-left: 5px;width: 20px;}

#nav a {

color: #ffffff;

text-decoration: none;

letter-spacing: 2px;

margin-left: 5px;
}



#nav a:hover {

    text-decoration: underline;

}







.overlay1 {/*margin-top:80px;*/height: 100%;width: 0%;position: fixed;overflow: auto;top: 0;right: 0;background: linear-gradient(167deg, #68adb7 -1%, #0a7984 50%, #0a7984 100%);overflow: auto;transition: 0.5s;z-index: 999;backdrop-filter: blur(10px);box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);}



.overlay1-content {

    position: relative;

    top: 0%;

    width: 100%;

    text-align: center;

    padding-bottom: 150px;

    animation: slideInFromRight 0.6s ease-out;

}

@keyframes slideInFromRight {

    from {

        opacity: 0;

        transform: translateX(30px);

    }

    to {

        opacity: 1;

        transform: translateX(0);

    }

}

.overlay1_item {

    animation: fadeInUp 0.5s ease-out;

    animation-fill-mode: both;

}

.overlay1_item:nth-child(1) { animation-delay: 0.1s; }

.overlay1_item:nth-child(2) { animation-delay: 0.2s; }

.overlay1_item:nth-child(3) { animation-delay: 0.3s; }

.overlay1_item:nth-child(4) { animation-delay: 0.4s; }

.overlay1_item:nth-child(5) { animation-delay: 0.5s; }

@keyframes fadeInUp {

    from {

        opacity: 0;

        transform: translateY(20px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}



/*全營幕遮罩*/ 
.bg-overlay { display:block; position:fixed; left:0; top:0; background:rgba(0, 0, 0, 0.7); opacity:0; visibility:hidden; width:100%; height:100%; z-index:9999; transition: all 0.2s linear; }
.bg-overlay.visible { opacity:1; visibility:visible }



/* 手機版選單搜尋框樣式 */







.common_title {

    border-right: 10px solid #d3474d;

    padding: 0 20px;

    color: #d3474d;

    font-size: 40px;

    line-height: 50px;

    font-weight: bold;

    text-align: right;

    letter-spacing: 3px;

}



.common_title_s {

    float: right;

    color: #80a9b8;

    font-size: 16px;

    letter-spacing: 2px;

    max-width: 570px;

    text-align: right;

    line-height: 30px;

    padding: 20px 0;

}



.inner_title {

    color: #252F31;

    font-size: 30px;

    letter-spacing: 2px;

    text-align: center;

    margin: 50px 0 100px 0;

}



.sitemap {

    text-align: right;

    line-height: 25px;

    padding: 10px 10px;

}



.sitemap a {

    color: #797979;

}





.mark_product {

    padding-top: 90px;

}



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

    .common_title {

        text-align: left;

        border-right: 0;

        border-left: 10px solid #252F31;

    }



    .common_title_s {

        text-align: left;

        float: left;

    }



    .none1400 {

        display: none;

    }

}



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

    .header_box_scroll1 .logo-mid {/* width: 50%; */max-width: 250px;}

}









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



    #wrapper {

        /* padding-top:150px; */

    }



    .common_title {

        font-size: 30px;

    }



    .p_btn {

        margin-top: 30px;

    }

}



/*內頁banner*/
#banner-box{width:100%;margin: 100px auto 1.4vw auto;overflow:hidden;background: #f7f7f7;background-size: cover;}
#banner-inner{position:relative;/* max-width: 1200px; *//* height: 145px; */}
#banner-inner .overlay{ position:relative; /* max-width: 1200px; */margin: 0 auto;/* display:flex; *//* align-items:center; *//* justify-content: center; */width:100%;/* height:250px; *//*background-color: rgba(0, 0, 0, 0.5);*/}
#banner-inner .overlay:after{content:"";width: 100px;height: 5px;background: #69adb6;position: absolute;bottom: -2px;left: 0;right: 0;margin-left: auto;margin-right: auto;}
#banner-inner .title{opacity:0;text-align:center;color:#ffffff;font-size: 30px;font-weight: bold;letter-spacing: 5px;padding: 0 0 10px 0;border-bottom: 4px solid #ffffff;}





/* Footer 主體樣式 */



#site-footer {

    background-image: url(../../images/footer-top2.png);

    position: relative;

    background-repeat: no-repeat;

    background-position: center top;

    color: #5a4636;

    font-family: Arial, sans-serif;

    padding: 80px 0px 0px 0px;

    letter-spacing: 1px;

    /* border-top-left-radius: 50% 100px; */ /* 圓弧效果 */

    /* border-top-right-radius: 50% 100px; */ /* 圓弧效果 */

}



.footer-outer{

  position: relative;

  /* max-width: 1300px; */

  margin: 0 auto;

  flex-wrap: wrap; /* 支援 RWD */

  gap: 20px;

  background: #e7d7bc;

}



.footer-container {

  position: relative;

  max-width: 1300px;

  margin: 0 auto;

  display: flex;

  justify-content: space-between;

  align-items: flex-start;  

}



.footer-bg {

    position: absolute;

    right: 0;

    top: -130px;

}



/* 左側 LOGO 區塊 */
a:visited {
    color: #FFF;
}


.footer-left {

    flex: 1.2;

    min-width: 250px;

}



.footer-logo {

    padding: 0px 10px;

}



.footer-logo img {

    /* width: 80px; */

    height: auto;

    margin-bottom: 10px;

    max-width: 100%;

}



.footer-logo p {

    margin: 0;

    font-size: 14px;

    line-height: 1.5;

}



/* 中間選單區塊 */

.footer-middle {

    /* flex: 1; */

    min-width: 150px;

    margin: 10px 20px 0 20px;

}

  

.footer-middle ul {

    display: grid;

    grid-template-columns: repeat(2, 1fr); /* 兩欄排版 */

    gap: 10px;

    list-style: disc; /* 使用黑色小點點 */

    padding-left: 20px; /* 調整內邊距以顯示小點點 */

    margin: 0;

    padding: 0;

}



.footer-middle li {

    margin-bottom: 10px;

    list-style: disc; /* 使用小點點 */

    list-style-position: inside; /* 小點點在內側 */

    color: #8c1b01; /* 設定小點點為綠色 */

    min-width: 115px;

}



.footer-middle a {

    text-decoration: none;

    color: #5e4d31;

    font-size: 16px;

}



.footer-middle a:hover {

    text-decoration: underline;

}

  /* 右側社群與聯絡資訊 */

  .footer-right {

    flex: 1.5;

    min-width: 260px;

    padding: 0 0px 0 40px;

  }

  

  .social-icons {

    display: flex;

    gap: 10px;

    margin-bottom: 30px;

  }

  

  .social-icons a img {

    /* width: 30px; */

    height: auto;

  }

  

  .contact-info {

    font-size: 14px;

  }

  

  .contact-row {

    display: flex;

    /* justify-content: space-between; */ /* 兩欄排版 */

    padding-bottom: 20px;

  }

  

  .contact-row span:first-child {

    /* font-weight: bold; */

    min-width: 85px;

    color: #5a4636;

    font-size: 16px;

  }

  

  .contact-row span:last-child {

    text-align: left;

    color: #5e4d31;

    font-size: 16px;

    max-width: 400px;

    line-height: 1.3;

  }

  

  /* 最下方版權聲明 */

  .footer-copyright {

    text-align: center;

    font-size: 14px;

    color: #5e4d31;

    /* margin-top: 30px; */

    padding: 20px;

    line-height: 1.3;

    border-top: 1px solid #bcad94;

    letter-spacing: 1px;

    background: #e7d7bc;

  }





  .footer-bg {

      animation: floatEffect 2s ease-in-out infinite; /* 添加上下跳動動畫 */

      transition: all 0.5s ease; /* 添加過渡效果 */

  }

  



  /* RWD 支援 */

  @media (max-width: 1024px) {  



    .footer-container {

      display: block;

    }



    .footer-middle {

        /* display: none; */

        padding: 30px 20px 25px 20px;

        margin: 0;

    }

}



  @media (max-width: 768px) {

    .footer-logo {

        padding: 0px 0px;

    }    

    .footer-container {

      flex-direction: column;

      align-items: center;

      /* text-align: center; */

    }

  

    .footer-left,

    .footer-middle,

    .footer-right {

      min-width: 100%;

      padding: 20px 20px 5px 20px;

    }

  

    .footer-middle ul {

      grid-template-columns: 1fr; /* 小螢幕改為單欄 */

    }

  

    .contact-row {

      /* flex-direction: column; */ /* 小螢幕改為垂直排列 */

      text-align: left;

    }

  }


/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> 首頁 <<<----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/



.product-slogan {

  display: flex;

  align-items: center;

  gap: 15px;

  /* 圖片與文字的間距 */

  margin-bottom: 15px;

}



.slogan-image {

  flex: 0 0 auto;

  /* 固定圖片大小 */

}



.slogan-image img {

  /* width: 50px; */

  height: auto;

}



.slogan-text {

  flex: 1;

  /* 讓文字區域自適應寬度 */

}



.product-title {font-size: clamp(20px, 2vw, 26px);/* font-weight: bold; */color: #097984;margin: 0 0 5px 0;

  /* 與 slogan 的間距 */}



.slogan-text span {

 font-size: clamp(20px, 2vw, 24px);

  color: #5e4d31;

  font-weight: 400;

}



.product-description {

  font-size: 18px;

  line-height: 1.8;

  color: #000000;

  margin-top: 40px;

  margin-bottom: 40px;

  letter-spacing: 1px;

}



.product-link {

  font-size: 16px;

  color: #d3474d;

  text-decoration: none;

  font-weight: bold;

}



.product-link:hover {

  text-decoration: underline;

}





/* 響應式設計 */

@media (max-width: 1300px) {



  .slogan-image img {

      max-width: 80px;

  }

  .product-description {

      margin-top: 10px;

      margin-bottom: 10px;

  }    

}





@media (max-width: 1024px) {

  .product-item {

    display: block;

    margin: 40px 0 0px 0;

    border-bottom: 1px dashed #e7d7bc;

  }



  .product-item:last-child {

    border-bottom: none;

  }

  .product-image{ max-width: 100%; padding: 0 0; display:flex; align-items:center; justify-content: center;}



  .product-image img {

      max-width: 400px;

  }    

  .product-content{max-width: 100%;padding: 15px 0 30px 0px;}

  .product-content .pager{margin: 30px auto 0px auto !important;}

}



@media (max-width: 768px) {

  #index-product {

      padding: 40px 20px 20px 20px;

  }  

  #index-product .product-line{ display: none;}



  #index-product.inner .product-image {

      max-width: 100%;

  }  

  .product-item.image-left .product-image {

      padding: 0 0px;

  } 

  .cart-p-image{display: none !important;} 



}




/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> 最新消息 <<<----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/



.website-bg1{background-image: url("../../images/news-bg.png");}



  #inner-news {

    width: 100%;

    padding: 40px 15px 40px 15px;

}



#inner-news .wrap {

    /*display:flex;flex-wrap: wrap;*/

    width: 100%;

    max-width: 1400px;

    margin: 0 auto;

}



.news-frame .news-title span, .news-frame .news-date span{ color: #000000; margin-right: 20px;}

.news-frame .news-title > div, .news-frame .news-date > div{ display: inline-block;}

#inner-news .editor{border-top:1px dashed #b2b2b2;border-bottom:1px dashed #b2b2b2;margin: 0 0 40px 0;padding: 40px 0;}



.news-list {

  display: flex;

  flex-wrap: wrap;

  gap: 20px;

  justify-content: space-between;

}



.news-item {

  background-color: #fff;

  border: 1px solid #e7d4b5;

  border-radius: 40px;

  overflow: hidden;

  width: calc(50% - 10px); /* 每行兩個 */

  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */

  display: flex;

  /* gap: 20px; */ /* 左右區塊間距 */

  margin-bottom: 20px; /* 每個新聞項目間距 */

}



/* 左邊圖片區域 */

.news-image {

  flex: 3; /* 左邊區域占 1 */

}



.news-image img {

  width: 100%; /* 圖片寬度填滿父容器 */

  height: auto; /* 保持圖片比例 */

  max-height: 280px; /* 固定圖片高度 */

  object-fit: cover; /* 確保圖片不變形 */

  border-radius: 40px; /* 圓角 */

  padding: 20px 20px; /* 與框框的間距 */

}



.news-content {

  flex: 3; /* 右邊區域占 2 */

  padding: 50px 1vw 20px 1vw;

  text-align: right;

}



.news-date {

  font-size: clamp(18px, 1.5vw, 24px);

  color: #cb9a69;

  margin-bottom: 10px;

  text-align: left;

}



.news-title span, .news-date span{font-size: 16px;margin: 0 5px 0 0;color: #cb9a69;}

.news-title  img,.news-date  img{ margin: 0 5px 0 0;}



.news-date span{/* font-size: 18px; */}



.news-title {

  font-size: clamp(20px, 1.5vw, 24px);

  color: #191919;

  margin: 20px 0;

  font-weight: normal;

  text-align: left;

}



.news-title a:hover{ text-decoration: underline;}



.news-description {

  font-size: 16px;

  color: #8d5e35;

  margin-bottom: 15px;

  line-height: 1.5;

  text-align: left;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2; /* 限制顯示兩行 */

  overflow: hidden; /* 隱藏超出部分 */

  text-overflow: ellipsis; /* 添加省略號 */  

}



/* RWD 支援 */



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

  .news-item {

    display: block;

  }

  .news-title{margin:10px 0;}

  .news-content{padding: 0px 20px 20px 20px;}

  .news-content .pager{margin: 0px auto 0px auto !important;}

}



@media (max-width: 768px) {

  .news-item {

    width: 100%; /* 每行一個 */

  }

  .news-frame .news-title > div{ display: block;}

}



/*詳細頁*/

.product-frame {

  background-color: #fff;

  border: 1px solid #e7d4b5;

  border-radius: 40px;

  width: 100%;

  padding: 30px 20px;

  margin-bottom: 50px;

  line-height: 1.7;

  min-height: 200px;

  letter-spacing: 1px;

}



.news-frame {

  background-color: #fff;

  border: 1px solid #e7d4b5;

  border-radius: 40px;

  width: 100%;

  padding: 5vw;

  line-height: 1.7;

}





/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------------------------------->>> 常見Q&A <<<----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/



#faq-list{ padding-top:0; margin:50px 0 0 0; }

.news-items{width:100%;overflow:hidden;margin: 0 0 15px 0;}

.faq-items:not(:first-child){/* border-top: 1px dotted #adadad; */}

.faq-items .faq-title{/* display:flex; */padding: 30px 25px;margin: 0px 0 20px 0;font-size: 16px;border: 1px solid #e7d4b5;background: #ffffff;border-radius: 20px;}

.faq-items .faq-title.change{ border-bottom:0 !important; }

.faq-items .faq-title:hover{ /*background:#f4f4f4;*/ }

.faq-items .faq-title .left{/*flex:1;*/color: #737373;font-size: 14px;}

.faq-items .faq-title .left span{color: #C9B27E;font-size:30px;font-weight:bold;/* padding-left:15px; */}

.faq-items .faq-title .right{cursor:pointer; position:relative;flex:4;color: #191919;padding: 0 0px 0 55px;font-size: 20px;/* font-weight: bold; */line-height: 22px;display: flex;align-items:center;/* font-weight: bold; */}

.faq-items .faq-title .right span{position:absolute;top: -7px;width: 35px;height: 35px;font-size: 30px;left: 0px;color: #ffffff;background: #8c1b01;padding: 6px 1px 6px 0px;border-radius: 50px;/* border: 1px solid #6b6b6b; */display: flex;align-items: center;justify-content: center;}

.faq-items .faq-title .right span:after{ content:url(../../images/certificate-add.png); }

.faq-items .faq-title .right span.change:after{ content:url(../../images/certificate-minus.png); }



.faq-items .faq-title a{ color:#343434; text-decoration:none; }

.faq-items .faq-content{/* background:#f3f3f3; */font-size:15px;padding: 20px 0px;margin: 30px 0 0 0;line-height:23px;border-top: 0;display: flex;border-top: 1px dashed #b2b2b2;}

.faq-items .faq-content .editor{padding: 0px 20px;}

.faq-items .faq-content .youtube{ width:100%; max-width:600px; overflow:hidden; margin:0 auto; }



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

  .faq-items .faq-title{/* display:block; */padding: 30px 15px;}

    .faq-items .faq-title .right{padding: 0px 0px 0px 50px;}    

}



/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> 訂購紀錄 <<<----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/





.order-table {

  width: 100%;

  /* margin: 20px 0; */

  border-collapse: collapse;

}



.order-table table {

  width: 100%;

  border-collapse: collapse;

  /* border: 1px solid #ddd; */

}



.order-table a{ text-decoration: underline;}



.order-table th, .order-table td {

  padding: 10px;

  text-align: center;

}



.order-table thead th {

  background-color: #e7d7bc;

  color: #3a291a;

  /* font-weight: bold; */

}



.order-table td {

  border-bottom: 1px dashed #ddd;

}



.order-table thead th:first-child {

  border-top-left-radius: 20px; /* 左上圓角 */

  border-bottom-left-radius: 20px; /* 左下圓角 */

}



.order-table thead th:last-child {

  border-top-right-radius: 20px; /* 右上圓角 */

  border-bottom-right-radius: 20px; /* 右下圓角 */

}



.order-table tbody tr:nth-child(even) {

  background-color: #f8f3eb;

}



.order-table tbody tr:nth-child(odd) {

  background-color: #fff;

}



.order-table tbody td {

  color: #3a291a;

}



.order-table .status-processing {

  color: #8c1b01;

  font-weight: bold;

}



.order-table .status-completed {

  color: #3a291a; /* 金色 */

  font-weight: bold;

}



.order-table .status-cancelled {

  color: #b38143; /* 橙色 */

  font-weight: bold;

}



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

  .order-table th:nth-child(2),

  .order-table th:nth-child(3),

  .order-table th:nth-child(4),

  .order-table td:nth-child(2),

  .order-table td:nth-child(3),

  .order-table td:nth-child(4) {

    display: none; 

  }

}





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

  .order-table th:nth-child(2),

  .order-table th:nth-child(3),

  .order-table th:nth-child(4),

  .order-table th:nth-child(5),

  .order-table td:nth-child(2),

  .order-table td:nth-child(3),

  .order-table td:nth-child(4),

  .order-table td:nth-child(5) {

    display: none;

  }

}



/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> 會員登入 <<<----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/



.layout-flex2 { display: flex; flex-wrap: wrap; margin: 30px 0 30px 0; max-width: 1200px; }

.layout-flex2 .flex-item-1,

.layout-flex2 .flex-item-2{width:28%;padding: 0 0 0 5px;}

.layout-flex2 .flex-item-3{ width:72%;}

.layout-flex2 .flex-item-5{ width:50%;}



.login-area{width:100%;margin:0 auto;text-align: center;}

.mw-340{max-width: 340px !important;}

.login-area img{margin: 0 0 0px 0;/* width:100%; */max-width: 100%;}

.login-area img:hover{ opacity:.8; }

.login-area input{

    border: 1px solid #e7d4b5;

    padding: 15px 15px;

    box-sizing: border-box;

    margin: 10px 0;

    font-size: 16px;

    width: 85%;

    border-radius: 10px;

    color: #b3a48a;

    letter-spacing: 1px;

}

.login-area .caption{ font-size: 16px; font-weight: bold; margin: 0 0 10px 0; }

.login-area .note{font-size: 16px;/* font-weight: bold; */margin: 10px 0 5px 0;line-height: 20px;color: #5e4d31;}

.login-area .tips{font-size: 15px; margin: 0 0 5px 0;line-height: 20px; color:#4b4b4b; }

.login-area .note a:not(.btn-1){/* text-decoration:underline; */}

.login-area .note.align-center{ text-align:center !important; }

.login-area .note.margin-10{ margin:20px 0 !important; }

.login-area .btn-area{display:flex;align-items:center;justify-content: space-between;flex-direction:row-reverse;}

.login-area .btn-area span{ width:48% !important; padding:8px 0px; text-align:center; border-radius:3px; }



.login-area .links a{text-decoration: none !important; border-left:1px solid #dbdbdb;padding:0 9px;}



.login-area .links a:first-child{border-left:none; padding-left:0;}

#mem_login{width: 85%;margin: 0 auto 0;padding: 5%;display: flex;flex-direction: row;flex-wrap: wrap;letter-spacing: 1px;}

#mem_login > .page-title{margin-bottom: 20px;font-size: 20px;padding-bottom: 32px;}

#mem_login > .page-title h2{font-size: 20px;font-weight: normal;letter-spacing: 1px;color: #5e4d31;}

#mem_login .flex-item{padding: 15px 50px;}

.third-login{border-right: 1px dashed #b1b0af;}

.third-login img{ margin-bottom: 20px;}

.login-area .title{margin-bottom: 25px;padding-bottom: 10px;}

.login-area .title img{display: block;margin: 0 auto 20px auto;}

.m-title.page-title{ width:100%; }
.m-title select{
  position: absolute;
  right: 0;
  top: -15px;
  height: 40px;
  border: 1px solid #dbdbdb;
  /* border-radius: 10px; */
  padding: 0 10px;
  font-size: 16px;
  color: #000000;
}


.policy {font-size:0.86rem !important;color: #5e4d31;}

.policy a {color: #8c1b01;cursor: pointer;border-bottom: 4px solid #e7d7bc;padding: 0 0 5px 0;display: inline-block;}

.a.policy{ display:inline-block; color:#8c1b01;cursor: pointer;border-bottom: 4px solid #e7d7bc;padding: 0 0 5px 0;}



.input{display: inline-flex; width:100%;align-items: center;}

.input span{width: 110px;display: inline;}



.margin-top-bottom-30{margin: 35px auto 30px auto !important;}

.center{text-align: center;}



#inner-signup input::placeholder, #mem_login .input input::placeholder, textarea::placeholder {


    font-size: 16px; /* 設定字體大小 */

    letter-spacing: 1px; /* 設定字母間距 */

    font-family: 'Noto Sans TC', sans-serif; /* 設定字體 */

    color: #CFCFCF; /* 設定 placeholder 顏色 */

    font-weight: normal;

}



.m-0{margin:0px !important;}

.mt-0{margin-top:0 !important;}

.mt-35{margin-top:35px !important;}

.mt-30{margin-top:30px !important;}



.mt-10{margin-top:10px !important;}

.mb-10{margin-bottom:10px !important;}
.mb-20{margin-bottom:20px !important;}
.mb-30{margin-bottom:30px !important;}

.mt30-mb50{margin-top:30px !important;margin-bottom:50px !important;}

.mh-30{min-height: 30px;}

.pl-15{padding-left:15px !important;}

.pr-15{padding-right:15px !important;}

.p-50{padding:50px !important;}

.pl-22{padding-left:22px !important;}

.pt-10{padding-top:10px !important;}



.line-through{text-decoration: line-through;}

.border-0{border:0 !important;}

.btn-1.line{background: #01b901 !important; }

.btn-1.fb{background:  #0051c6  !important; }

.btn-1.google{background:  #ec402b  !important; }



.btn-1.btn-login{border-radius: 10px; margin: 20px auto; width:95%;height: 55px;display: flex;align-items: center;max-width: 300px;}

.btn-1.btn-login:before{border-left: 1px solid #dFdFdF; top:unset;}





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

    #mem_login{width:100%;}

    #mem_login .flex-item{ padding: 15px 0;}

    .third-login{border-right: none;}

    .flex-item{flex: 100%;}

    .note.center.mb-20p{padding:0;}

  .login-area .title{margin-bottom: 10px;}

  .login-area .btn-area{display:block;}

  .login-area .btn-area .links{ margin:20px 0;}

  #mem_login > .page-title{ padding-bottom: 0; }

}


/* 品牌簡介區塊響應式樣式 */
@media screen and (max-width: 1024px) {
  /* 確保品牌簡介區塊佔滿100%寬度 */
  .brand-section .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  
  .brand-section .wrap {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  
  .brand-section .layout-all {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  
  /* 品牌簡介大標題樣式 - 與最新商品一致 */
  .brand-section .common-title-section {
    text-align: center;
    margin-bottom: 40px;
    align-items: center;
    padding: 0 20px;
  }
  
  .brand-section .common-title-section .title-circle {
    align-self: center;
  }
  
  .brand-section .common-title-section .title-bottom {
    position: static !important;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  
  .brand-section .common-title-section .product-title {
    text-align: center;
  }
  
  .brand-row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #ffffff;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .brand-content {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    padding: 40px 30px;
    box-sizing: border-box;
    border: none;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  }
  
  .brand-content-header {
    margin-bottom: 25px;
  }
  
  .brand-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
    /* box-shadow: 0 6px 20px rgba(104, 173, 183, 0.4); */
  }
  
  .brand-text-group {
    text-align: center;
  }
  
  .brand-content-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  
  .brand-content-subtitle {
    font-size: 15px;
    line-height: 1.8;
  }
  
  .brand-description {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
  }
  
  .brand-title-section {
    align-items: center;
  }
  
  .brand-slider-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  
  .brand-slider-wrapper .bxslider-bullet {
    border-radius: 0 0 15px 15px;
  }
  
  .brand-image {
    width: 100% !important;
    max-width: 100% !important;
    order: 1;
  }
  
  .brand-image img {
    width: 100% !important;
    /* height: 250px; */
    object-fit: cover;
    display: block;
  }
  
  .brand-story-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 40px 30px;
    order: 2;
    text-align: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  }
  
  .brand-story-header {
    justify-content: center;
    margin-bottom: 25px;
  }
  
  .brand-story-icon {
    width: 70px;
    height: 70px;
    /* background: linear-gradient(135deg, #68adb7 0%, #97dbe1 100%); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    /* box-shadow: 0 6px 20px rgba(104, 173, 183, 0.4); */
    flex-shrink: 0;
    margin-right: 15px;
  }

  .brand-story-icon img{
    width: 40px;
    height: 40px;
  }
  
  .brand-story-text-group {
    text-align: center;
  }
  
  .brand-story-title {
    font-size: 22px;
    color: #097984;
    margin-bottom: 10px;
  }
  
  .brand-story-subtitle {
    font-size: 15px;
    color: #097984;
    line-height: 1.8;
  }
  
  .brand-story-description {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  /* 確保品牌簡介區塊佔滿100%寬度 */
  .brand-section .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  
  .brand-section .wrap {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  
  .brand-section .layout-all {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  
  .brand-section {
    /* margin-top: 60px; */
    padding: 40px 15px;
  }
  
  .brand-section .common-title-section {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  
  .brand-section .common-title-section .title-bottom {
    position: absolute !important;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  
  .brand-section .common-title-section .product-title {
    text-align: center;
  }
  
  .brand-row {
    gap: 0;
    margin-bottom: 25px;
    border-radius: 12px;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .brand-content {
    padding: 30px 20px;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .brand-content-header {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  
  .brand-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin: 0 auto;
  }
  
  .brand-content-title {
    font-size: 20px;
    letter-spacing: 5px;
  }
  
  .brand-content-subtitle {
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  .brand-description {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px;
  }
  
  .brand-title-section {
    margin-bottom: 20px;
  }
  
  .brand-slider-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  
  .bxslider li img {
    height: 200px;
    object-fit: cover;
  }
  
  .brand-image {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .brand-image img {
    height: 200px;
    object-fit: cover;
    width: 100% !important;
  }
  
  .brand-story-content {
    padding: 30px 20px;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .brand-story-header {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  
  .brand-story-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin: 0 auto 0 auto;
  }
  
  .brand-story-title {
    font-size: 18px;
    letter-spacing: 2px;
  }
  
  .brand-story-subtitle {
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  .brand-story-description {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px;
  }
}





/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> 會員註冊 <<<----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/



#inner-signup{}

#inner-signup .caption{font-size: 16px;color: #6a6a6a;line-height:25px;font-family: 'Noto Sans TC', sans-serif;margin-bottom:50px;text-align: center;}

#inner-signup .caption span{ color:#ae0101; font-size:14px; }

#inner-signup .flex-table{display:flex;max-width:870px;width:100%;margin:0 auto;padding:0 10px;/* border-bottom:1px dashed #e1e1e1; */}

#inner-signup .flex-table.line{border-bottom:1px dashed #b2b2b2;}

#inner-signup .flex-table .flex-th{width:120px;text-align:left;display:flex;align-items:center;font-size: 16px;color: #3a291a;/* border-top:1px solid #c9c9c9; *//* border-right: 1px solid #c9c9c9; */}

#inner-signup .flex-table .flex-th font{color:#8c1b01;margin-right: 5px;}

#inner-signup .flex-table .flex-th i{ display:inline-block; width:10px; font-style:inherit; color:#F00; padding-right:5px; }

#inner-signup .flex-table .flex-th span{ display:inline-block; color:#067d97; font-size:12px; }

#inner-signup .flex-table .flex-td span :not(.checkmark2){ display:inline-block; color:#aa7827; font-size:12px; }

#inner-signup .flex-table .flex-td span.checkmark2{  color:#aa7827; font-size:12px; }

#inner-signup .flex-table .flex-td{flex:4;padding: 5px 10px;text-align:left;/* border-top:1px solid #c9c9c9; */min-height: 50px;font-size: 15px;/* display: flex; */align-items:center;}

#inner-signup .flex-table .middle{ display:flex; align-items:center; }



#inner-signup .flex-table input[type='text'],

#inner-signup .flex-table input[type='file'],

#inner-signup .flex-table input[type='password'],

#inner-signup .flex-table select{



outline:0;



width:100%;



background: #ffffff;



border: 1px solid #bfbfbf;



color:#333333;



font-size:15px;



padding: 12px 20px;



margin: 5px 0;



box-sizing: border-box;



border-radius: 15px;



border: 1px solid #e7d4b5;



padding: 15px 15px;



box-sizing: border-box;



margin: 0 0 10px 0;



font-size: 16px;



width: 100%;



border-radius: 10px;



color: #706148;



letter-spacing: 1px;

}



#inner-signup .flex-table textarea{min-height: 100px;outline:0;width:100%;background: #ffffff;border: 1px solid #e7d4b5;color: #706148;font-size:15px;padding: 15px 15px;margin: 5px 0;box-sizing: border-box;border-radius: 15px;}

#inner-signup .flex-area{display:flex;}



#inner-signup .flex-area .flex-column{flex: 1;padding: 0 5px; font-size:15px; }

#inner-signup .flex-area .flex-column2{flex: 2;padding: 0 5px;}

#inner-signup .flex-area .flex-column5{flex: 5;padding: 0 5px;}

#inner-signup .flex-table .zipcode{ font-size:15px; color:#787878; }

#inner-signup .flex-table .zipcode span{ font-size:13px; color:#00629f; padding:0 10px; }

#inner-signup span.btn{display: inline-block;border: 1px solid #cf6b00;color: #cf6b00;cursor:pointer;margin: 5px 3px;text-decoration: none;padding: 10px 20px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}



#fancy-frame{ width:100%; padding:40px 5%; }

#fancy-frame .bottom{ width:100%; padding:30px 30px; text-align:center; }





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

    #inner-signup .flex-area{/* display:block; */}

    #inner-signup .flex-area .flex-column{ padding:5px; }

}



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

    #inner-signup .flex-table .flex-th{ border:0; padding:15px 0 0 0; font-weight:bold; width:100%;margin-bottom:10px; }

    #inner-signup .flex-table{ display:block; }

}








/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 產品詳細頁 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.info_detail img {
    margin-bottom: -9px;
    max-width: 100% !important;
    height: auto !important;
}

/* 舊的產品詳情樣式 - 已棄用，使用新的 flex 佈局 */
/* #product-detail{width:100%;overflow:hidden;margin: 0 0 50px 0;padding-bottom: 50px;}
#product-detail .left{float:left;width:50%;padding: 0 0 0px 0px;text-align:center;}
#product-detail .right{ float:left; width:50%;padding: 0 10px;} */
#product-detail .right > .title{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 10px;
}
#product-detail .right .number{
    font-size: 16px;
    color: #7d7d7d;
    margin-bottom: 30px;
    line-height: 25px;
}
#product-detail .right .price1{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #939393;
}
#product-detail .right span{
    display: inline-block;
    min-width: 90px;
    color: #69adba;
    /* text-decoration: line-through; */
}
#product-detail .right .view-more-btn span{
  color: #ffffff !important;
}

#product-detail .right .price2{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #d6331c;
}
#product-detail .right .price2 span{
    color: #3e3e3e;
    font-size: 16px;
}
/* 舊的產品詳情樣式 - 已棄用 */
/* #product-detail .right .intro{
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
    font-size: 15px;
    line-height: 25px;
} */
/* 舊的產品詳情樣式 - 已棄用 */
/* #product-detail .right .intro .title{
    color: #3e3e3e;
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 10px 0;
} */
/* 舊的產品詳情樣式 - 已棄用 */
/* #product-detail .right .intro i{
    padding: 0 0px 0 0;
}
#product-detail .right .intro .title img{
    float: right;
    cursor: pointer;
} */
/* 舊的產品詳情樣式 - 已棄用 */
/* #product-detail .right .intro .note{
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 10px;
    margin: 5px 0;
    background: #d6331c;
    border-radius: 10px;
} */
/* 舊的產品詳情樣式 - 已棄用 */
/* #product-detail .right .intro.gift{
    padding-top: 15px;
    padding-bottom: 0;
}

#product-detail .right .intro.gift .note{
    margin: 3px 0;
}
#product-detail .right .intro.gift div .note{
    margin-right: 5px;
} */
/* 舊的產品詳情樣式 - 已棄用 */
/* #product-detail .num-select{
    display: flex;
    flex-direction: column;
} */


/* 舊的產品詳情樣式 - 已棄用 */
/* #product-detail .right .intro .stronghold{
    padding: 5px 0px;
}
#product-detail .right .intro .stronghold .items{
    padding: 7px 10px;
}
#product-detail .right .intro .stronghold .items a{color: #000000;text-decoration:none;}
#product-detail .right .intro .stronghold .items a:hover{ font-weight:bold; text-decoration:underline; }
#product-detail .right .intro .stronghold .items:nth-child(even) { background:#f7f7f7; }
#product-detail .right .intro .stronghold .items:nth-child(odd) { background:#e7e7e7; } */

/* 舊的產品詳情樣式 - 已棄用 */
/* #product-detail .product_cart{width:100%;overflow:hidden;text-align:right;margin: 40px 0 40px 0;color: #9c885e;font-size: 16px;}
#product-detail .product_cart span{border: 1px solid #dbdbdb;background: #9c885e;color: #ffffff;font-weight:bold;padding: 10px 15px;cursor:hand;cursor:pointer;}
#product-detail .product_cart span:hover{ background:#bfa138; -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s; }
#product-detail .product_input{border: 1px solid #dbdbdb;width:70px;height: 29px;text-align:center;font-size: 12px;background: #ffffff;outline: 0;}

#product-detail .product_button{ display:flex; justify-content:space-between; }
#product-detail .product_button .webbtn1{ width:48%; } */
.webbtn1 {
    display: inline-block;
    color: #ffffff !important;
    font-size: 15px !important;
    padding: 12px 30px !important;
    text-align: center;
    margin: 0;
    text-decoration: none;
   
    background: #0c6ab0;
    cursor: hand;
    cursor: pointer;

}

/*owl*/
#product-detail .owl-left{cursor:hand;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 10%;}
#product-detail .owl-center{width: 80%;}
#product-detail .owl-right{cursor:hand;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 10%;text-align: right;}

#owl-photography .item{margin:0;padding: 10px 5px 10px 10px;/*height:140px;*//*overflow:hidden;*/display:flex;align-items:center;justify-content: center;width: 95%;background:#ffffff;}
#owl-photography .item img{box-shadow: 0 0px 10px rgb(0 0 0 / 10%);border: 1px solid #f7f7f7;}

/* 舊的產品詳情樣式 - 已棄用 */
/* #product-detail .m-title{margin: 30px 0px 25px 0px;} */

/*線上購買通路*/
.product-links{}
.product-links .links-container{text-align:center;width:100%; margin:30px 0 50px 0; /* vertical-align: top; */}
.product-links .links-container a{margin: 10px 8px;max-width: 200px;width:100%;text-align:left;display:inline-block;vertical-align: top;}
.product-links .links-container img{
    border-radius: 10px;
    border: 1px solid #ebebeb;
}

/*熱搜關鍵字*/
.product-tags .tags-container{width:100%; margin:0 0 30px 0; padding: 0 0 0 15px; /* vertical-align: top; */    line-height: 25px;}
.product-tags .tags-container a{
    padding: 10px 20px;
    margin: 5px;
    text-align:left;
    display:inline-block;
    font-size: 14px;
    color: #ffffff;
    background: #d6331c;
    border-radius: 20px;
}

#product-activity{display:flex;/* justify-content: space-between; */flex-wrap:wrap;width:100%;overflow:hidden;text-align: center;padding-bottom: 0vw;/* border-bottom: 1px dashed #878787; */}
#product-activity .items{display: inline-block;vertical-align: top;flex: 0 100%;margin: 10px 1% 30px 1%;box-sizing:border-box;text-align:center;}
#product-activity .items img{box-shadow: 0 0px 6px rgb(0 0 0 / 25%);}
#product-activity .items > .date{text-align:left;font-size: 13px;line-height: 18px;color: #999999;padding: 0 0 5px 0;}
#product-activity .photo-mask-content span{ color:#ffffff; font-size:16px; line-height:22px;border: 1px solid #ffffff;padding: 5px 10px;}
#product-activity .photo-mask-content span i{ font-size:30px; }
#product-activity .gallery{box-shadow: 0 0px 5px rgb(0 0 0 / 30%);}

/*商品小選單*/
#pmenu{margin: 0px 0;padding:30px 0px;text-align:center;}
#pmenu .pmenu-types{width:100%;text-align:center;display: flex;flex-wrap: wrap;/* justify-content: space-between; *//* padding-bottom: 20px; */border-bottom: 1px solid #dbdbdb;margin: 0 0 20px 0;}
#pmenu .pmenu-types span{padding: 16px 10px;margin: 0px 2px;color: #7a7a7a;background: #ffffff;font-size: 23px;font-family: 'Noto Sans TC', sans-serif;cursor: pointer;border-bottom: 6px solid #797979;/* flex-basis: 150px; *//* flex-grow: 1; */}
#pmenu .pmenu-types span:hover{border-bottom: 6px solid #3a3a3a;color:#3a3a3a;transition: all 0.3s ease;}
#pmenu .pmenu-types span.on{border-bottom: 6px solid #3a3a3a;color:#3a3a3a;transition: all 0.3s ease;}
#pmenu .pmenu-types span i{padding:0 5px;}

@media screen and (max-width: 1039px) {
    #pmenu .pmenu-types{
        /*flex-wrap: nowrap;*/
        justify-content: center;
    }
    #pmenu .pmenu-types span{
        flex-basis:  48%;
       
    }
}

/* 舊的 RWD 樣式 - 已棄用，使用新的 flex 佈局 */
/* @media screen and (max-width: 1000px) {
    #product-detail .left{ float:none; width:100%; }
    #product-detail .right{ width:100%; }  
} */
@media screen and (max-width: 600px) {
    #product-detail .right > .title{ font-size:24px; line-height:30px; }
}
@media screen and (max-width: 480px) {

    #pmenu {
        padding: 0 10px;
    }

    #pmenu .pmenu-types{
        /*flex-wrap: nowrap;*/
        justify-content: center;
    }

    #pmenu .pmenu-types span{
        flex-basis:  48%;
        font-size: 16px;
        padding: 10px 5px;
        max-width: 49%;
    }

    .pmenu_fixed{
        padding: 0 !important;
        margin: 0px -10px !important;
        position: fixed;
        top: 100px;
        background: #ffffff;
        width: 100%;
        z-index: 9998;
        visibility: visible !important; 
    }

    .product-links .links-container a{
        /* max-width: 160px; */
    }

    .product-links .links-container img{
        /* max-width: 160px; */
    }
}


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

    .product-links .links-container a{
        /* max-width: 130px; */
    }

    .product-links .links-container img{
        /* max-width: 130px; */
    }
}


#product-detail .right .product-box{
  margin: 20px 0;
}

#product-detail .right .stitle{
  font-weight: bold;
  font-size: 0.9rem;
  padding: 18px 10px 10px 10px ;
}
#product-detail .right .product-box .border-color-blue{ border:3px solid #365899 !important; }
#product-detail .right .product-box .bg-color-blue{ background:#365899 !important; }
#product-detail .right .product-box .box-top{
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 10px;
  -webkit-border-radius: 0px ;
  line-height: 25px;
}
#product-detail .right .product-box .box-bottom{
  border: 2px solid #e0e0e0;
  border-top: 0px;
-webkit-border-radius: 0px ;
background: #f7f7f7;
padding-bottom: 10px;
}
#product-detail .right .product-box .box-bottom .item{
  display: flex;
  align-items:center;
  /* justify-content: space-between; */
  padding: 5px 0 5px 0px;
  font-size: 13px;
  line-height: 20px;
  flex-wrap: wrap;
  font-weight: bold;

}
#product-detail .right .product-box .box-bottom div .item:not(:first-child):before{
  content: "";
  display: block;
  width: 96%;
  margin: 0 auto 10px;
  border-top:1px solid #e0e0e0; 

}
#product-detail .right .product-box .box-bottom .item select{width: 40px; border: 2px solid #e0e0e0; padding: 5px; margin-left: 5px;
}
#product-detail .right .product-box .box-bottom .item > div{
  padding: 0 5px;
  /* font-weight: bold; */
  font-size: 13px;

}
#product-detail .right .product-box .box-bottom .item > div.w100px{min-width: 110px;}
#product-detail .right .product-box .box-bottom .item > div.purchase-title{padding:5px 0 0 35px;margin-top:5px ; width:100%;}
#product-detail .right .product-box .box-bottom .item > div span{min-width: 90px;}
#product-detail .right .product-box .box-bottom .item > div span.orgin_price{color:#8c8c8c;font-size: .9em;}
.purchase_change{ width: 100%; max-width: 190px; }

.icon-store{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" ><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="rgb(255,255,255)" d="M36.8 192H603.2c20.3 0 36.8-16.5 36.8-36.8c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0H121.7c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM64 224V384v80c0 26.5 21.5 48 48 48H336c26.5 0 48-21.5 48-48V384 224H320V384H128V224H64zm448 0V480c0 17.7 14.3 32 32 32s32-14.3 32-32V224H512z"/></svg>');
    width: 30px;
    height: 30px;
    fill: white;
}
.icon-trash{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M170.5 51.6L151.5 80h145l-19-28.4c-1.5-2.2-4-3.6-6.7-3.6H177.1c-2.7 0-5.2 1.3-6.7 3.6zm147-26.6L354.2 80H368h48 8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8V432c0 44.2-35.8 80-80 80H112c-44.2 0-80-35.8-80-80V128H24c-13.3 0-24-10.7-24-24S10.7 80 24 80h8H80 93.8l36.7-55.1C140.9 9.4 158.4 0 177.1 0h93.7c18.7 0 36.2 9.4 46.6 24.9zM80 128V432c0 17.7 14.3 32 32 32H336c17.7 0 32-14.3 32-32V128H80zm80 64V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16z"/></svg>');
    width: 20px;
    height: 20px;
    fill: black;
}
.icon-del{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>');
    width: 20px;
    height: 20px;
    fill: black;
}



.fix-area{
    position: fixed;
    width: 50px;
    bottom: 70px;
    right: 1%;
    z-index: 999;
}

.fix-area a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
        flex-direction: column;
        margin-bottom: 10px;
}
.fix-area a div{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    
    padding: 20px;
    color: #fff;
}
.fix-area a.line div{
    background: #00ae00;
}
.fix-area a.store div{
    background: #3a3a3a;
}       
.fix-area a.top div{
    background: #d73209;
    display: flex;
    flex-direction: column;

}
.fix-area a.top i{
    line-height: 8px;

}
.fix-area a span{
        text-wrap: nowrap;
        width: 100%;
         display: flex;
    text-align: center;
    justify-content: center;
    margin: 10px 0;
}
/*
@media screen and (min-width : 1200px) {
    .fix-area{
        right: calc((100% - 1350px) / 2);
        bottom: unset;
        position: absolute;
    }
    .fix-area.fixed{
        top:60px;
        position: fixed;
    }
}*/





.align-items-center{
    align-items: center;
}

select{
    min-width: 40px;
    border: 2px solid #e0e0e0;
    padding: 5px;
}

select.min-w160{
    min-width: 160px;
}


/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> 購物車-確認購物車 <<<------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

.bg-grey{background: #F7F7F7;padding: 20px;}


ul.cart-flow{
    padding: 0;
    width: 100%;
    margin: 0 auto 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
ul.cart-flow li{
    list-style-type : none;
    display: inline-flex;
     align-items: center;
    justify-content: start;
     font-size: 0.94rem;
     font-weight: bold;
     background: #fff;
     position: relative;
     padding: 0 15px;
     text-wrap: nowrap;
     margin:10px 0;
}



ul.cart-flow li span{
    background: #959595;
    border-radius: 50%;
    width: 35px;
    color: #fff;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-right: 10px;
}

ul.cart-flow li.active span{
    background: #69adb8;
}

@media screen and (min-width : 810px) {

    ul.cart-flow{width: 55%;flex-wrap: nowrap;flex-direction: row;justify-content: space-around;}

    ul.cart-flow li:not(:last-child):after{
        content: "";
        height: 1px;
        background: #c4c4c4;
        z-index: 0;
        position: absolute;
        left: 170px;
        position: absolute;
        right: 0px;
    }
    ul.cart-flow li:not(:last-child){
    
     width: 300px;

}


}
@media screen and (max-width : 380px) {
   ul.cart-flow{  flex-direction: column;}
}

.table-space:before{
    content: " ";
    display: block;
    line-height: 10px;
    text-indent: -99999px;
    height: 0.5em;
    background: #fff;
    width: 100%;
}
.product_cart{
    text-align: center;
}
.tips.tag{border:1px solid #a2a2a2; padding: 3px 5px; width:fit-content; margin-top:5px;}
.css_td.split:after{
    content: "";
    width: 1.5px;
    height: 90px;
    background: #ececec;
    display: block;
    position: relative;
    top: 0px;
}

.table-row-group {display: table-row-group; }

@media screen and (max-width: 768px){
.visible-no-m {
    display: none;
    }
}

.nowrap{text-wrap: nowrap;}



.cart-caption{font-size: 16px;font-weight: bold; margin:0 0 30px 0; }
.cart-caption2{font-size: 16px;font-weight: bold;border-bottom: 1px solid #dbd5d5;padding: 0 0 15px 0;}
.cart-table{ margin:30px 0; }
.cart-table a{color:#393939;text-decoration: none;}
.cart-table a:hover{ color:#69adb8; }
.cart-table .css_table .css_th , .cart-table .css_table .css_td{color:#393939;font-weight: bold;}
.cart-table .css_table .css_td:not(:first-child){min-width: 110px;}
 span.tips.tag{display:block;color: #69adb8;font-size:13px;}
.cart-table .css_table .css_th , .cart-table .css_table .css_td del{color:#393939;}
.cart-table .css_table .css_td{padding:5px 10px;border-top: 1px solid #ababab;line-height: 20px;height: 100px;text-align: center;}
.cart-table .css_table .css_tr:nth-child(2) .css_td{ border-top:0; }
.cart-table .css_table .css_tr.border-0 .css_td{border-top: 0px solid #ababab;}
.cart-table .css_table .css_tr.pt-10 .css_td{ padding-top: 10px; }
.cart-table .css_table .css_tr.pt-30 .css_td{ padding-top: 30px; }
.cart-table .css_table .css_tr.pt-20 .css_td{ padding-top: 20px; }
.cart-table .css_table .css_tr.pb-10 .css_td{ padding-bottom: 10px; }
.cart-table .css_table .css_tr:last-child .css_td{ padding-bottom: 20px; }

.cart-coupon{ font-size:15px; text-align:right; padding:30px 30px;}
.cart-coupon input{margin: 10px 20px;}

.cart-coupon .row{position: relative;display: none;flex-direction: row; flex-wrap: nowrap; justify-content: flex-end; align-items: center;}
.cart-coupon .row.show{display: flex;}
.cart-coupon span.btn1,.cart-coupon .title{text-wrap: nowrap;}
.cart-coupon .title{border-right:1px solid #ececec;padding:0 15px;}

.cart-coupon .value{padding:0 15px;text-align: right;width:130px;color:red;}
.cart-coupon a{display: flex;align-items: center; border:1px solid #ececec;padding:5px 10px;}

.cart-coupon .row .pr-15{width:320px;text-align: left;}

.cart-price{ display:flex; padding:30px 30px; }
.cart-price .left{ flex:3; }
.cart-price .right{flex:1;text-align: right;}
.cart-price .items{display:flex;font-size:15px;padding: 0 0 20px 0;color: #585858;text-align: right;}
.cart-price .items .title{ flex:1; min-width:110px; }
.cart-price .items .content{ flex:1; min-width:100px; }

.cart-pay{ margin:30px 0; }
.cart-pay .caption{ color:#585858; font-size:15px; padding:20px 0; line-height:20px; }
.cart-pay .caption label{display: inline-block;margin: 5px 0;}
.cart-pay .editor{padding: 20px 0px 20px 0px !important;}
.cart-pay .frame{ display:flex; }
.cart-pay .frame .left{ flex:1; min-width:200px; }
.cart-pay .frame .left > div{padding: 5px 0;line-height: 30px;}
.cart-pay .frame .right{ flex:3; }
.cart-pay .frame .right .tips{display: inline-block;padding: 20px;background: #f1f1f1;font-size: 15px;}
.cart-pay .frame .right .tips ul{margin: 0;padding: 0 0 0 20px;}
.cart-pay .frame .right .tips ul li{color: #67adb5;line-height: 20px;padding: 5px 0;}

/*閱讀並接受條款*/
#fancy-frame .bottom{ width:100%; padding:30px 30px; text-align:center; }
#fancy-frame .bottom .btn1{ margin:30px 0;}
#fancy-frame a{ color:#000000; }

/*fancybox按鈕樣式*/
.fancy-click {color: #7BBFC2;cursor: pointer;border-bottom: 1px solid #7BBFC2;}
.fancy-click:hover { color: #67adb5; }

.fancy-click2 { color: #67adb5; cursor: pointer; }
.fancy-click2:hover { text-decoration: underline; }

.cart-complete{color:#000000;line-height: 25px;font-size: 15px;margin: 0 0 30px 0;}
.cart-complete .caption{ font-size:15px;  border-bottom: 1px solid #dfdfdf;margin-bottom: 10px;padding-bottom: 10px; }
.cart-complete .pay-detail{line-height: 190%}
.cart-coupon .text-left{padding-bottom: 30px;line-height: 135%;padding-bottom: 20px;}

@media screen and (max-width : 600px) {
    .cart-coupon{ text-align:center; }
    .cart-pay .frame{ display:block; }
  .cart-table .css_table .css_td:not(:first-child){min-width: 50px;}
}
@media screen and (max-width : 480px) {
    .cart-table .css_table .css_th , .cart-table .css_table .css_td{padding: 10px 5px;}
    .product_input{ width:30px; }
    .cart-coupon{ padding:20px 0;}
    .cart-coupon .row.typed{
        flex-direction: column;
        padding: 20px;
        align-items: flex-start;
    }
    .cart-coupon .title{padding: 0;}
    .cart-coupon input{margin: 10px 0;}
    .cart-coupon .text-left{padding:0 20px;} 
    .cart-coupon .bonus-typed.text-left{padding-bottom: 20px;}
    .cart-coupon .row.show{justify-content: flex-start;padding-left:20px;padding-right: 20px;}

}

.layout-flex2 { display: flex; flex-wrap: wrap; margin: 30px 0 30px 0; max-width: 1200px; }
.layout-flex2 .flex-item-1,
.layout-flex2 .flex-item-2{width:28%;padding: 0 0 0 5px;}
.layout-flex2 .flex-item-3{ width:72%;}
.layout-flex2 .flex-item-5{ width:50%;}


/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> 購物車-填寫資料 <<<------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/






/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> 購物車-完成訂購 <<<------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> 會員專區 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*會員選單*/
.menu-member{
  background: #f7f7f7;
  max-width: 270px;   
font-size:16px;
}
.menu-member .caption{
font-size: 1rem;
color:#fcfcfc;
  background: #3a3a3a;
  padding: 18px 20px;
}
.menu-member i{
margin-right: 5px;
}
.menu-member .info{
  display: flex;
  align-items:center;
  /* justify-content: center; */
}
.menu-member a{ color:#000000 !important; }
.menu-member a:hover{ color:#ca4b4b !important; }
.menu-member ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-member ul li{
position: relative;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  font-weight: bold;    
}
.menu-member ul li:before{   
position: absolute;
  left: 5%;
  padding: 4px 4px 4px 11px;   
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #ca4b4b;
}
.menu-member ul li:after{   
position: absolute;
  left: 5%;
  right: 5%;
  content: " ";
  border-bottom: 1px solid #CCCCCC;
  color: #ca4b4b;
  bottom: 0;   
}
.menu-member ul li:last-child:after{   
  border-bottom: none;
}
.menu-member ul li a{
display: block;
  padding: 20px calc(5% + 30px);
  height: 100%;
width: 100%;
margin: 0 auto;
}
.menu-member ul li a:hover{
background: #dcdcdc;
}


/*會員編輯表單*/
.member-form,.enrolment-form{
  /* display:flex; */
  flex-direction:column;
  font-size: 0.95rem;
  font-weight: bold;
  color: #000000;
  }
.member-form .left{ flex:1; padding:0 10px 0 0; }
.member-form .right{ flex:1; padding:0 0 0 10px; }

.member-list,.form1{width:100%;overflow:hidden;font-size: 15px;/* margin: 4px 10px; */display: inline-flex;align-items: center;}
.member-list .form_left{ float:left; width:50%; padding-right:20px; box-sizing:border-box; }
.member-list .form_right{ float:right; width:50%; padding-left:20px; box-sizing:border-box; }

.member-list .req{ color:#F00; padding:0 3px; }

.member-list input[type='text'],.member-list input[type='password'],.form1 input[type='text']{width:72%;border:0;padding:8px 8px;box-sizing:border-box;letter-spacing:1px;border: 1px solid #d6d6d6;font-size:0.95rem;font-weight:bold; outline:0; }
.member-list select,.form1 select{width:72%;border:0;padding:8px 8px;box-sizing:border-box;letter-spacing:1px;border: 1px solid #d6d6d6;font-size:0.95rem;font-weight:bold; outline:0; }
.member-list textarea,.form1 textarea{width:80%;border:0;height:100px;padding:8px 8px;box-sizing:border-box;letter-spacing:1px;border: 1px solid #d6d6d6;font-size:0.95rem;font-weight:bold;margin:8px 0; outline:0; }

.input{display: inline-flex; width:100%;}
.member-form .member-list.required span:before,.enrolment-form .form1 .row.required .title span:before{
content: "*";
color: #F00; 
font-weight: bold;  
}
.member-form span{
width:120px; 
display: inline-flex;  
font-size: 0.95rem;
  font-weight: bold;  
  color: #000000;
  border-right: 1px solid #d6d6d6;
  margin-right: 20px;
  align-items: center;
} 
.member-form span.red{
  color:red;
}
span.red{ color:red;}
.member-list div{min-height: 30px;}
.cart-complete .member-list{margin:5px;}


.w-1\/2{width:50% !important;}
.w-full{width:100% !important;}
.w-200{width:200px !important;}
.w-100{width:100px !important;}
.mw-30{min-width:30px !important;}
.max-w-unset{max-width: unset !important;}



@media screen and (max-width: 1024px) {
.menu-member{ max-width:100%; margin-bottom:30px;}
.menu-member ul li{ padding:10px 0px 5px 0; }
}
@media screen and (max-width: 480px) {
.member-form{ display:block; }
.member-form .left{ padding:0; }
.member-form .right{ padding:0; }   

.member-list input[type='text'],.member-list input[type='password'],.form1 input[type='text']{width:100%;}
.member-list select,.form1 select{width:100%; }
.member-list textarea,.form1 textarea{width:100%; }


}
@media screen and (max-width: 600px) {
.member-list:not(.nowrap){align-items: flex-start; flex-direction:column;}
.member-list span{border:none;margin-bottom: 8px;}

.member-list input[type='text'],.member-list input[type='password']{width:95%}
.member-list select{width:95%}
.member-list textarea{width:95%}

.w-200{width:95% !important;}   
#div-area{width:100%;}
}

.enrolment-form .row{margin: 10px 5px;width:100%;max-width: 500px;}
.enrolment-form .title{margin-bottom: 10px;}
.enrolment-form .text{font-size: 14px;line-height: 1.8;color: #000000; font-weight: normal;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> 會員訂單 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*訂單列表*/
#member-record .total{ padding:20px 0; color:#121212; font-size:14px; letter-spacing:1px; text-align:right; }
#member-record .total span{ color:#bc8e8e; margin-right:15px; }


.p-img-frame{ display:inline-block; width:105px; border:1px solid #CCCCCC; box-shadow: 1px 1px 5px #CCCCCC; vertical-align:middle; margin:0 5px 0 0; }
.p-img-frame img{ width:100%; display:block; }

.calculate-item1{ width:100%;background:#f6f0ee; line-height:20px; padding:20px 40px; margin:0 0 5px 0; text-align:right; box-sizing:border-box; color:#121212; font-size:14px; letter-spacing:2px; }
.calculate-item1 #css_table .css_td{ line-height:25px; }
.calculate-item1 #css_table .css_td label{ padding:0 0 0 10px; }
.calculate-item1 #css_table .css_td .span{display:inline-block;padding:5px 15px;color:#ffffff;background: #4c3434;letter-spacing:1px;}
.calculate-item1 #css_table .td1{width:100px;}
.calculate-item1 #css_table .td2{width:300px; vertical-align:top; }
.calculate-item1 #css_table .td3{width:150px; vertical-align:top; }
.calculate-item1 #css_table .td4{ text-align:right; }

.calculate-item1 > span{display:inline-block;width:120px;line-height: 25px;text-align:right;}
.calculate-item2{width:100%;background: #ada59f;padding:20px 40px;margin:0 0 5px 0;color:#ffffff;font-weight:bold;text-align:right;box-sizing:border-box;font-size:14px;letter-spacing:2px;}
.calculate-item2 span{ display:inline-block; width:120px; text-align:right; color:#ffffff; font-weight:bold; }
.calculate-item2 i{ font-style:normal; }

@media screen and (max-width:1000px) {
.calculate-item1 #css_table .css_td{ display:block; }
}
@media screen and (max-width:768px) {
.calculate-item1 > span{ display:block; width:inherit; }
.calculate-item1 #css_table .td1,
.calculate-item1 #css_table .td2,

.calculate-item1 #css_table .td3{ width:inherit; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> 常見Q&A <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/





/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> checkbox/radio template <<<------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/





/* The container */

.container-item {position: relative;color: #474747;letter-spacing: 2px;padding-left: 35px;padding-right: 10px;margin-bottom: 10px;margin-top: 10px;line-height: 1.5;cursor: pointer;font-size: 16px;font-weight: normal;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}


.container-item.tips{ color:#8c1b01;}

.container-item.normal{ color:#191919;}



/* Hide the browser's default checkbox */

.container-item input {

  position: absolute;

  opacity: 0;

  cursor: pointer;

}



/* Create a custom checkbox */

.checkmark {position: absolute;top: 0px;left: 0px;height: 22px;width: 22px;background-color: #fff;border: 1px solid #e7d4b5;border-radius: 5px;}



/* On mouse-over, add a grey background color 

.container-item:hover input ~ .checkmark {

  background-color: #ccc;

}*/



.container-item:hover input:not(:disabled) ~ .checkmark {

  /* 你的 hover 效果，例如背景變色 */

  background-color: #ccc;

}

input:disabled ~ .checkmark {

  background-color: #e0e0e0;  /* 灰色底 */

  cursor: not-allowed;        /* 禁止滑鼠樣式 */

  opacity: 0.6;               /* 透明度降低看起來更淡 */

}



/* When the checkbox is checked, add a red background and a checkmark */

.container-item input:checked ~ .checkmark {background-color: #ffffff; /* 背景變紅色 */border-color: #67adb5; /* 邊框變紅色 */}



/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {content: "✔"; /* 顯示打勾符號 */position: absolute;display: none;color: #67adb5; /* 打勾符號顏色 */font-size: 15px;top: 50%;left: 55%;transform: translate(-50%, -50%);}



/* Show the checkmark when checked */

.container-item input:checked ~ .checkmark:after {

  display: block;

}



/* Create a custom checkbox */

.checkmark2 {

  height: 22px;

  width: 100px;

  background-color: #fff;

  border: 1px solid #fff;

  border-radius: 5px;

 

  align-items: center ;

  display:none; 

}





/* Create the checkmark/indicator (hidden when not checked) */

.checkmark-ok:before {

  content: "✔"; /* 顯示打勾符號 */

  display: block;

  color: #4caf50; /* 打勾符號顏色 */

  font-size: 23px;

 

}





/* Create the checkmark/indicator (hidden when not checked) */

.checkmark-no:before {

  content: "✘"; /* 顯示打勾符號 */

  display: block;

  color: #d53814; /* 打勾符號顏色 */

  font-size: 23px;

}



.checkmark-cancel{

    display: block;

    background: #8c1b01;

    width: 40px;

    height: 40px;

    border-radius: 30px;

}

.checkmark-cancel:before {

  content: "✖"; /* 顯示打勾符號 */

  display: block;

  color: #fff; /* 打勾符號顏色 */

  font-size: 23px;

}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 滾動動畫效果 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* 增強 WOW.js 動畫效果 */
.wow {
  visibility: hidden;
}

/* 自定義淡入上升動畫 */
@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* 自定義淡入左移動畫 */
@keyframes fadeInLeftCustom {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* 自定義淡入右移動畫 */
@keyframes fadeInRightCustom {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* 自定義縮放動畫 */
@keyframes zoomInCustom {
  from {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

/* 標題區塊動畫增強 */
.product-header.wow,
.video-header.wow,
.news-header.wow,
.common-title-section.wow {
  animation-fill-mode: both;
}

/* 產品項目動畫增強 */
.recommend-item.wow,
.news-recommend-item.wow {
  animation-fill-mode: both;
  transform: translateY(30px);
  opacity: 0;
}

.recommend-item.animated,
.news-recommend-item.animated {
  transform: translateY(0);
  opacity: 1;
}

/* 品牌區塊動畫增強 */
.brand-row.wow {
  animation-fill-mode: both;
}

/* 影片容器動畫增強 */
.video-container.wow {
  animation-fill-mode: both;
  transform: scale(0.9);
  opacity: 0;
}

.video-container.animated {
  transform: scale(1);
  opacity: 1;
}

/* 動畫過渡優化 */
* {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 隱藏 Swiper 分頁點點 */
.swiper-pagination {
  display: none !important;
}

/* 自定義 Swiper 導航箭頭 */
.swiper-button-next,
.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}

.swiper-button-prev {
  background-image: url('../../images/controls_prev.png') !important;
  left: 5% !important;
}

.swiper-button-next {
  background-image: url('../../images/controls_next.png') !important;
  right: 5% !important;
}

/* 響應式調整 */
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
  
  .swiper-button-prev {
    left: 10px !important;
  }
  
  .swiper-button-next {
    right: 10px !important;
  }
}

@media screen and (max-width: 480px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
  }
  
  .swiper-button-prev {
    left: 5px !important;
  }
  
  .swiper-button-next {
    right: 5px !important;
  }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Footer <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* Footer 樣式重新設計 */
#footer {
  width: 100%;
  background: url(../../images/footer-bg.png) no-repeat center center; background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
  overflow: hidden;
}

#footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  /* background: linear-gradient(90deg, transparent 0%, #68adb7 50%, transparent 100%); */
}

#footer .footer_wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

/* 左側區域 */
.footer_left {
  flex: 0 0 auto;
  max-width: 380px;
}

.footer_logo {
  margin-bottom: 40px;
}

.footer_logo img {
  max-width: 200px;
  height: auto;
}

.footer_contact {
  margin-bottom: 40px;
}

.contact_item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 15px;
}

.contact_label {
  /* font-weight: bold; */
  margin-right: 15px;
  min-width: 50px;
}

.contact_value {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

/* 社群媒體圖示 */
.footer_social {
  display: flex;
  gap: 10px;
}

.social_icon {
  width: 40px;
  height: 40px;
  /* background: linear-gradient(135deg, #68adb7 0%, #97dbe1 100%); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #97dbe1;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #97dbe1;
  box-shadow: 0 4px 12px rgba(104, 173, 183, 0.2);
}

.social_icon:hover {
  background: linear-gradient(135deg, #5a9ba5 0%, #7bbfc2 100%);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(104, 173, 183, 0.5);
  border-color: rgba(255, 255, 255, 0.2);
}

/* 右側選單區域 */
.footer_right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 20px;
  max-width: 920px;
}

.footer_menu_column {
  flex: 0 1;
  min-width: 135px;
}

.footer_menu_product {
  flex: 1 1 auto;
  max-width: none;
}

.footer_menu_header {
  margin-bottom: 25px;
  color: #c1fffb;
}

.menu_english {
  color: #c1fffb;
  font-size: 14px;
  font-style: italic;
  display: block;
  margin-bottom: 5px;
}

.menu_chinese {
  color: #c1fffb;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
}

.menu_underline {
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, #68adb7 0%, #97dbe1 100%);
  margin-bottom: 20px;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(104, 173, 183, 0.3);
}

.footer_menu_links {
  display: flex;
  flex-direction: column;
  gap: 8px ;
  min-height: 80px;
  max-height: 400px;
  flex-wrap: wrap;
}


.footer_menu_links a {
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1.4;
  padding: 5px 0;
  position: relative;
  border-radius: 4px;
  min-width: 115px;
}

.footer_menu_links a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #68adb7 0%, #97dbe1 100%);
  transition: all 0.3s ease;
}

.footer_menu_links a:hover {
  color: #ffffff;
  padding-left: 8px;
}

.footer_menu_links a:hover::before {
  width: 100px;
}

/* 底部版權區域 */
.footer_bottom {
  /* background: #3a3a3a; */
  margin: 50px 0 0 0;
  text-align: center;
}

.copyright_text {
  color: #999999;
  font-size: 12px;
  letter-spacing: 1px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px;
  text-align: right;
  border-top: 1px solid #999999;
}

.copyright_text a{
  color: #999999;
  text-decoration: underline;
}

#copyright{color:#ADADAD;width:100%;text-align:left;padding:20px 0;letter-spacing:1px;line-height: 33px;}
#copyright a{ color:#ADADAD; }
#copyright span{display:inline-block;width:70px;height: 30px;/* padding-top: 8px; */border-right:1px solid #7E7E7E;margin-right:10px;float:left;}



/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> Cookie <<<----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/



.cookie-notice {

    position: fixed;

    max-width: 1100px;

    font-size: 14px;

    margin: 0 auto;

    bottom: 30px;

    left: 10px;

    right: 10px;

    background-color: rgba(42, 140, 151, 0.6);

    color: #fff;

    line-height: 22px;

    padding: 15px 20px;

    text-align: left;

    display: none;

    /* 預設隱藏 */

    border-radius: 10px;

    z-index: 999;

}



div#cookieNotice {}



div#cookieNotice {}



.cookie-notice button {

    background-color: #fff;

    color: #333;

    border: none;

    padding: 5px 20px;

    margin-top: 10px;

    cursor: pointer;

    display: block;

}





/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> RWD表格 <<<----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/



.rwd-table {

    display: flex;

    flex-wrap: wrap;

}



.rwd-table__item {

    flex: 0 0 50%;

    /* 默认每项占据50%的宽度 */

    box-sizing: border-box;

    padding: 0 10px;

    /* 适当的内边距 */

}



.rwd-table__item--full {

    flex: 0 0 100%;

    /* 第三行的项占据100%的宽度 */

}



@media (max-width: 600px) {



    .rwd-table__item,

    .rwd-table__item--full {

        flex: 0 0 100%;

        /* 在小屏幕上每项都占据100%的宽度 */

    }

}





/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> 區塊跳動效果 <<<----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/



.bannerArea {

    z-index: 999999;

}



.bannerArea a.scrollDown {

    display: block;

    color: #000;

    text-align: center;

    width: 80px;

    position: absolute;

    bottom: 20px;

    left: 50%;

    margin-left: -40px;

    z-index: 999;

}



.bannerArea a.scrollDown i {

    display: inline-block;

    text-align: center;

    font-size: 25px;

    color: #FFF;

    text-align: center;

}



.index_story a.scrollDown {

    display: block;

    color: #000;

    text-align: center;

    width: 80px;

    position: absolute;

    bottom: -120px;

    left: 50%;

    margin-left: -40px;

    z-index: 999;

}



.index_story a.scrollDown i {

    display: inline-block;

    text-align: center;

    font-size: 25px;

    color: #FFF;

    text-align: center;

}



/* 品牌故事浮動圖片樣式 */

.story-float-img-1,

.story-float-img-2 {

  position: absolute;

  bottom: -100px;

  width: auto;

  max-width: 300px; /* 設置圖片最大寬度 */

  animation: floatEffect 2s ease-in-out infinite; /* 添加上下跳動動畫 */

  transition: all 0.5s ease; /* 添加過渡效果 */

}



.story-float-img-1 {

  left: 8%;

  animation-delay: 0s; /* 第一張圖片的動畫延遲 */

}



.story-float-img-2 {

  right: 8%;

  animation-delay: 0.5s; /* 第二張圖片的動畫延遲 */

}



/* 定義上下跳動的動畫 */

@keyframes floatEffect {

  0%, 100% {

    transform: translateY(0); /* 初始位置 */

  }

  50% {

    transform: translateY(-10px); /* 向上移動 10px */

  }

}



@media (max-width: 1024px) {

    .story-float-img-1 {

        max-width: 200px;

        left: 4%;

        bottom: -50px;

      }

      

      .story-float-img-2 {

        max-width: 200px;

        right: 4%;

        bottom: -50px;

      }

}



/* 手機板時隱藏圖片並飛出視窗 */

@media (max-width: 768px) {

  .story-float-img-1,

  .story-float-img-2 {

    transform: translateY(200%); /* 動態飛出視窗 */

    opacity: 0; /* 淡出效果 */

    pointer-events: none; /* 禁止點擊 */

  }

}



/*------css3動畫--------*/

@-webkit-keyframes upDown {

    0% {

        bottom: 20px;

        opacity: 1;

    }



    50% {

        bottom: 28px;

        opacity: 0.5;

    }



    100% {

        bottom: 20px;

        opacity: 1;

    }



}



@-moz-keyframes upDown {

    0% {

        bottom: 20px;

        opacity: 1;

    }



    50% {

        bottom: 28px;

        opacity: 0.5;

    }



    100% {

        bottom: 20px;

        opacity: 1;

    }

}



@keyframes upDown {

    from {

        bottom: 20px;

        opacity: 1;

    }



    50% {

        bottom: 28px;

        opacity: 0.5;

    }



    to {

        bottom: 20px;

        opacity: 1;

    }

}



.upDown {

    -webkit-animation: upDown ease-out 1s infinite;

    -moz-animation: upDown ease-out 1s infinite;



    -o-animation: upDown ease-out 1s infinite;

    animation: upDown ease-out 1s infinite;

}



/*scaleZoom*/

.scaleZoom {

    -webkit-animation: scaleZoom 2s ease both;

    animation: scaleZoom 2s ease both;

}



@-webkit-keyframes scaleZoom {

    from {

        opacity: 0;

        -webkit-transform: scale(1.2);

    }

}



@keyframes scaleZoom {

    from {

        opacity: 0;

        -webkit-transform: scale(1.2);

        transform: scale(1.2);

    }

}







/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> Swiper Slider <<<----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/



html,

body {

    position: relative;

    height: 100%;

}



.swiper-container {

    position: relative;

    width: 100%;

    height: calc(100vh - 130px); /* 扣除 header 高度 */

    margin-top: 100px; /* 從 header 下方開始 */

}



.swiper-slide {

    text-align: center;

    font-size: 48px;

    color: #fff;

    letter-spacing: 1px;

    background-size: cover;

    background-position: center;

}



.swiper-word {

    display: none;

    width: 100%;

    max-width: 1200px;

    position: absolute;

    left: 0;

    right: 0;

    margin-left: auto;

    margin-right: auto;

    font-size: 2.75vw;

    bottom: 30%;

    text-align: right;

    padding-right: 4%;

    box-sizing: border-box;

}



.swiper-word span {

    font-size: 16px;

}




/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> Transition Effect <<<----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/



.infinite_effect {

    animation: nudge 5s linear infinite alternate;

}



@keyframes nudge {



    0%,

    100% {

        transform: translate(0, 0);

    }



    50% {

        transform: translate(15px, 0);

    }



    50% {

        transform: translate(-15px, 0);

    }

}





@keyframes rotate-btn {



    0% {

        transform: rotate(0);

    }



    100% {

        transform: rotate(-360deg);

    }

}



@keyframes transiTop20 {

    0% {

        transform: translateY(-20%);



    }



    100% {

        transform: translateY(0);

    }

}



/*image mask*/

.photo-mask {

    opacity: 0;

    position: absolute;

    left: 0;

    bottom: 0;

    color: #ffffff;

    width: 100%;

    height: 100%;

    background-color: rgba(208, 186, 143, 0.8);

    letter-spacing: 1px;

    text-align: center;

    padding: 4vw;

    box-sizing: border-box;

    line-height: 22px;

    -webkit-transition: .2s;

    -ms-transition: .2s;

    -moz-transition: .2s;

}



.photo-mask-content {

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

}



.photo-mask .line {

    border: 1px solid #FFFFFF;

}



.gallery {

    position: relative;

}



.gallery .photo-mask {

    opacity: 0;

    cursor: pointer;

}



.gallery:hover .photo-mask {

    opacity: 1;

}



.gallery:hover .title {

    opacity: 0;

}



/*image zoom*/

.photo-zoom {

    position: relative;

    overflow: hidden;

    width: 100%;

}



.photo-zoom img {

    max-width: 100%;

    -moz-transition: all 0.3s;

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

}



.photo-zoom:hover img {



    -moz-transform: scale(1.1);

    -webkit-transform: scale(1.1);

    transform: scale(1.1);

}



/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> Loadaction <<<----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/



.Loadaction_Box {

    position: relative;

    height: 100%;

    width: 0%;

    position: fixed;

    overflow: auto;

    top: 0;

    left: 0;

    overflow: auto;

    background-color: rgba(232, 220, 208, 0.7);

    z-index: 100000000

}



.Loadaction {

    width: 220px;

    height: 90px;

    line-height: 18px;

    top: 42%;

    position: absolute;

    margin-left: auto;

    margin-right: auto;

    left: 0;

    right: 0;

    padding: 10px;

    background-color: rgba(232, 220, 208, 0.9);

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

}



.Actionupload_Text {

    font-size: 13px;

    color: #FFFFFF;

    /* height:25px; */

    padding: 8px 0;

    letter-spacing: 2px;

}



/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------------------------------->>> pagelink <<<--------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/



.pageselect {

    border: 1px solid #CCCCCC;

    padding: 4px 5px;

    font-size: 16px;

}



.pageselect:hover {

    background: #ebebeb;

}



a.pagelink_no {

    font-size: 16px;

    color: #333333;

    text-decoration: none;

    border: 1px solid #cccccc;

    padding: 7px 8px;

    display: inline-block;

    margin: 5px 0;

}



a.pagelink_no:hover {

    background: #ebebeb;

}



a.pagelink {

    font-size: 16px;

    color: #333333;

    text-decoration: none;

    border: 1px solid #CCCCCC;

    padding: 5px 10px;

}



a.pagelink:hover {

    background: #ebebeb;

}



a.pagelink_ch {

    font-size: 16px;

    color: #333333;

    padding: 5px 10px;

    border: 1px solid #cccccc;

    background: #ebebeb;

    text-decoration: none;

}



/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> 動畫效果 <<<----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/



/*------Zoom--------*/



.scaleZoom {

    -webkit-animation: scaleZoom 2s ease both;

    animation: scaleZoom 2s ease both;

}



@-webkit-keyframes scaleZoom {

    from {

        opacity: 0;

        -webkit-transform: scale(1.2);

    }

}



@keyframes scaleZoom {

    from {

        opacity: 0;

        -webkit-transform: scale(1.2);

        transform: scale(1.2);

    }

}



/*------區塊跳動效果--------*/

.swiper-scroll {

    z-index: 999999;

}



.swiper-scroll a.scrollDown {

    display: block;

    color: #000;

    text-align: center;

    position: absolute;

    left: 0;

    right: 0;

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 0%;

    z-index: 995;

}



.swiper-scroll a.scrollDown i {

    display: inline-block;

    text-align: center;

    font-size: 25px;

    color: #FFF;

    text-align: center;

}



.line-through {

    text-decoration: line-through;

}

#product-detail .right .price span.line-through {

    color:#9e9e9e;

    font-size: 1em;

    margin-bottom: 10px;

}



#product-detail .right .price3{position:relative;width:100%;overflow:hidden;min-height: 170px;}

#product-detail .right .price3 .circle1{position:absolute;left: 50px;background:#8c1b01;color:#ffffff;padding: 45px 30px;border-radius: 100px;text-align: center;z-index: 2;}

#product-detail .right .price3 .circle2{text-align: center;line-height: 20px;position:absolute;left: 195px;top: 20px;padding: 20px;background:#bababa;color:#ffffff;padding: 15px 35px;border-radius: 100px;z-index: 1;}

.margin-bottom-10px{margin-bottom: 10px;}







.btn4 {

    display: inline-block;

    position: relative;

    color: #8c1b01;

    font-size: 16px;

    cursor: pointer;

    z-index: 1;

    letter-spacing: 2px;

    /* margin: 20px 0; */

    padding: 30px 0 30px 45px;

    transition: transform 0.3s ease; /* 添加平滑過渡效果 */

}





.btn4:before {

    position: absolute;

    top: 50%;

    left: 0;

    transform: translateY(-50%);

    /* 垂直置中 */

    content: "";

    margin: 0 8px;

    display: inline-block;

    width: 70px;

    height: 70px;

    background-color: #e7d7bc;

    /* 圓圈背景顏色 */

    border-radius: 50%;

    /* 圓形背景 */

    z-index: -1;

    /* 確保背景在文字下方但仍可見 */

    pointer-events: none;

    /* 確保不影響點擊事件 */

}



.no-border{

    border:0 !important;

} 



/*提示文字內容*/

#tip_box {font-size: 13px; position: fixed; line-height:22px; background-image:url(../../images/bg.png); color: #FFF; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin-left:10px; }



.mult-ellipsis { 

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

}



.line-through{text-decoration: line-through;}







/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> 表格 <<<----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/





/*列表頁*/

.zebra tbody:before {

    content:" ";

    display:block;

    line-height:10px;

    text-indent:-99999px;

    height: 0.5em;

    background: #fff;

    width: 100%;

}

.zebra td, .zebra th {

  padding: 20px;

  font-size: 16px;

    color: #3a291a;

  text-align: center;

  line-height: 180%;

  position: relative;

  /*border-bottom: 1px solid #f2f2f2;*/

}



.zebra tbody tr{

    position: relative;

}





.zebra tbody tr:not(.border-0):after{

    content:" ";

    display:block;

    border-bottom:1px dashed #b9b9b9;

    line-height:10px;

    text-indent:-99999px;

    position: absolute;

    display: flex;

    width: 94%;

    left: 3%;

    bottom: 0;

}

.zebra.zebra2-2 tbody tr:not(.border-0):after{

    content:" ";

    display:block;

    border-bottom:1px dashed #b9b9b9;

    line-height:10px;

    text-indent:-99999px;

    position: absolute;

    display: flex;

    width: 94%;

    left: 3%;

    top: 0;

     bottom: unset;

}



.zebra a{ text-decoration:none; line-height: 170%;color:#a85841; }/* */

.zebra a:hover{ text-decoration:underline; }

/*使用:nth-child(even)给表格的奇数行添加背景和阴影效果*/

.zebra .alternate,



.zebra tbody tr:last-child:after { border-bottom:none; }

.zebra th {

    text-align: center;



    /* text-shadow: 0 1px 0 rgba(255,255,255,.5); */

    /*border-bottom: 1px solid #ccc;*/  

    font-weight:normal;

    /* color: #974e4e; */

    color: #000;



    background:#fff;

    font-size: 0.95rem;

    font-weight: bold; 

    padding: 10px;

}

.zebra th.left {

    text-align: left !important;

    padding-left: 0px;

}

/*使用 :first-child设置表格表头第一个单元格左上角为圆角*/

.zebra th:first-child {

  border-radius: 6px 0 0 0;



}

/*使用 :last-child设置表格表头最后一个单元格右上角为圆角*/

.zebra th:last-child {

  border-radius: 0 6px 0 0;

}



/*詳細內頁*/

.zebra2 td{ padding: 15px 35px; text-align: left;}

.zebra2 td:first-child{  text-align: left;   position: relative; text-wrap:nowrap;}

.zebra2 td:first-child:after{   content: "";    position: absolute; display: inline-block;  /*border-right:1.5px solid #d6d6d6; */  right: 0;   width: 1px; height: 15px; top: 38%; }



.zebra2-1 td{ padding: 15px 35px;}

.zebra2-1 td:first-child{   padding: 15px 35px; position: relative;}

.zebra2-1 td:first-child:after{ content: "";    position: absolute; display: inline-block;/*  border-right:1.5px solid #d6d6d6; */  right: 0;   width: 1px; height: 15px; }



/*收件資訊*/

.zebra3 td, 

.zebra3 th {

  padding: 20px;

  box-sizing:border-box;

  font-size: 14px;

  color: #121212;

  text-align: left;



  letter-spacing: 1px;

  /*border-bottom: 1px solid #f2f2f2;*/

}

.zebra3 td{ background:#f6f0ee; }

.zebra3 td:first-child{width:200px;border-right: 1px solid #bdbdbd;}

.zebra3 a{ color:#a85841; text-decoration:none; }

.zebra3 a:hover{ text-decoration:underline; }

.zebra3 p{ font-weight:bold; color:#945b5b; line-height:28px; letter-spacing:1px; }

/*使用:nth-child(even)给表格的奇数行添加背景和阴影效果*/

.zebra3 .alternate,

.zebra3 tr:not(:last-child) td{ border-bottom:1px solid #bdbdbd; }

.zebra3 tr:last-child td{ /*border-bottom:1px solid #c69f9f;*/ }

.zebra3 th {

  text-align: left;

  font-size: 14px;

  /* text-shadow: 0 1px 0 rgba(255,255,255,.5); */

  /*border-bottom: 1px solid #ccc;*/

  font-weight:normal;

  color: #ffffff;

  background: #ada59f;

  }

/*使用 :first-child设置表格表头第一个单元格左上角为圆角*/

.zebra3 th:first-child {

  /*border-radius: 6px 0 0 0;*/

}

/*使用 :last-child设置表格表头最后一个单元格右上角为圆角*/

.zebra3 th:last-child {

  /* border-radius: 0 6px 0 0; */

  font-weight: bold;

  letter-spacing: 3px;

  font-size: 16px;

}



.rowBG tr:nth-child(odd) {

  background: #f5f5f5;

  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;

}





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

    .visible-no-b{ display:none; }  

}

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

    .visible-no-m{ display:none; }

    .zebra3 td{ padding:10px; }

    .zebra3 td:first-child{ width:130px; padding:10px; }

    .noneM{ display:none; }

}

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

    .zebra2 td, .zebra2 th{ padding:20px 15px;}

    .visible-no-s{ display:none; }

    .noneS{ display:none; } 

}



.inline-flex{display: inline-flex;}

.mw-30{min-width:30px !important;}

.mw-60{min-width:60px !important;}

.flex-direction-column{flex-direction: column;}

.align-items-flex-end{align-items: flex-end !important;}

.size-normal{font-weight: normal;}

.align-items-center{align-items:center;}

.justify-flex-end{justify-content: flex-end !important;text-align: right;font-weight:400; font-size:16px}







/* ----------------------------------------------------------------------------------------------------------------*/

/* ------------------------------>>> 訂購紀錄 <<<----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/





.order-d-table {

  width: 100%;

  /* margin: 20px 0; */

  border-collapse: collapse;

}



.order-d-table table {

  width: 100%;

  border-collapse: collapse;

  /* border: 1px solid #ddd; */

}





.order-d-table th, .order-d-table td {

  padding: 10px;

  text-align: center;

}



.order-d-table thead th {

  background-color: #e7d7bc;

  color: #3a291a;

  /* font-weight: bold; */

}



.order-d-table td {

  border-bottom: 1px dashed #ddd;

}



.order-d-table thead th:first-child {

  border-top-left-radius: 20px; /* 左上圓角 */

  border-bottom-left-radius: 20px; /* 左下圓角 */

}



.order-d-table thead th:last-child {

  border-top-right-radius: 20px; /* 右上圓角 */

  border-bottom-right-radius: 20px; /* 右下圓角 */

}



.order-d-table tbody tr:nth-child(even) {

  background-color: #f8f3eb;

}



.order-d-table tbody tr:nth-child(odd) {

  background-color: #fff;

}



.order-d-table tbody td {

  color: #3a291a;

  line-height: 2em;

}



.order-d-table .status-processing {

  color: #8c1b01;

  font-weight: bold;

}



.order-d-table .status-completed {

  color: #3a291a; /* 金色 */

  font-weight: bold;

}



.order-d-table .status-cancelled {

  color: #b38143; /* 橙色 */

  font-weight: bold;

}



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

  .order-d-table th.visible-no-m,

  .order-d-table td.visible-no-m

  {

    display: none; 

  }

   .cart-table th.visible-no-m,

  .cart-table td.visible-no-m

  {

    display: none; 

  }

}





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

  .order-d-table th.visible-no-s,

  .order-d-table td.visible-no-s

  {

    display: none; 

  }

  .cart-table th.visible-no-s,

  .cart-table td.visible-no-s

  {

    display: none; 

  }

}



#useCoupon_state{display: none;}

#useCoupon_state.active{display: inline-flex !important;}



#product-list .recommend-item .item-content p.price ,.recommend-item .item-content p.price {

    color:#8c1b01;

    font-size:1em;

    font-weight:bold;

    text-align: center;

    min-height: unset;

    line-height: 1.3;



}



.act-delCart{cursor: pointer;}

.pointer{cursor: pointer;}

.text-right{text-align: right !important;}



.editor-area img{max-width: 100%;}



.w-200{width:200px !important;}

.w-100{width:100px !important;}



.circle{

    width: 50px;

    height: 50px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 50%;

    padding: 20px;

    color: #fff;

    margin-bottom: 5px;

    background: #8f5f23;

}



.mt-40{

    margin-top: 40px !important;

}

.m-left-10{

    margin-left: 10px !important;

}





.searchbox{    display: flex; align-items: center;justify-content: space-between;}

.searbox{    display: flex; top: -10px;align-items: flex-start;}



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

    .searchbox{   align-items: flex-start;justify-content: space-between; flex-direction: column-reverse;}

    .searchbox div{ width: 100%;margin-bottom: 50px;}

    



.m-clear-mb {

    margin-bottom: 20px !important;

}



}



::placeholder { /* CSS 3 標準 */

  color: #CFCFCF;

}

::-webkit-input-placeholder { /* Chrome, Safari */

  color: #CFCFCF;

}

:-ms-input-placeholder { /* IE 10+ */

  color: #CFCFCF;

}

::-moz-placeholder { /* Firefox 19+ */

  color: #CFCFCF;

  opacity: 1;

}



.overlay1_event img{filter: brightness(1) invert(0); margin-right: 10px}

.overlay1_event a{display: flex; align-items: center;}







/*網站下方導覽*/

#footer-nav{position:fixed;bottom:0;z-index:998;width:100%;height: 70px;background:#ab8f60;overflow:hidden;display:none;align-items:center;justify-content: center;}

#footer-nav .items{width: 20%;display:flex;align-items:center;justify-content: center;text-align:center;color: #ffffff;font-size: 14px;font-weight: bold; cursor:pointer;line-height:1.4; }

#footer-nav .items i{color:#FFFDFD;font-size: 25px;display:block;padding-bottom: 10px;}



#service-nav{position:fixed;bottom:70px;z-index:9999;width:100%;background:#932830;overflow:hidden;display:flex;align-items:center;justify-content: center;box-shadow: 0px 15px 10px 15px #000;}

#service-nav .items{width: 25%;display:flex;align-items:center;justify-content: center;text-align:center;color: #ffffff;font-size: 12px;padding: 10px 10px;font-weight: bold;cursor:pointer;}

#service-nav .items i{color:#FFFDFD;font-size: 25px;display:block;padding-bottom: 15px;}



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



    #footer-nav{

        display: flex;

    }



    .d-footer-nav{/* display: none; */}



}

.buy-more{

    color:#933419;

    margin-top:10px;

}

.buy-more .btn2.act-addcart{padding-top:2px;padding-bottom: 2px;}



#product-list .recommend-item .item-content p.stitle{

    min-height: unset;

    color: #8d5e35;

    font-size: 1rem;

}





.cursor-pointer{

    cursor: pointer;

}



.cart-mobile{display:none !important; }

.cart-pc{display: unset !important; }

.act-delCart.cart-mobile img{height: unset !important;}

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



    .header_box_scroll1 .logo-big,

    .header_box_scroll1 .logo-mid {

margin-top: 40px;

/* margin-left: 5px; */
}



    .header_box_scroll1 .logo-big {

        display: none;

    }



    .inner_title {

        margin: 0 0 30px 0;

    }



    .mark_product {

        padding-top: 30px;

    }

    .cart-mobile{display: flex !important; }

    .cart-pc{display:none !important; }



    .cart-table .product-info,.cart-table .product-details{width:100%;}



    .cart-table .product-spec{

        display: flex;

        width: 100%;

        justify-content: space-between;

        padding: 0;



    }

    .cart-table td.justify-content-start{

       justify-content:  flex-start;

    }



}



.cart-table .btn-cart .product_input{padding-left:10px;width: 90px;}

/* 手機版搜尋功能樣式 */
.search_input-container {
    position: relative;
    display: inline-block;
}

.search_input-container img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.search_input {
    padding-left: 40px;
    width: 130px;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid #e7d4b5;
    color: #5e4d31;
    letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
    .overlay1 .search_input-container {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0;
        padding: 0 0px;
        /* background: rgba(255, 255, 255, 0.15); */
        border-radius: 20px;
        /* backdrop-filter: blur(15px); */
        /* border: 2px solid rgba(104, 173, 183, 0.4); */
        /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25); */
        position: relative;
    }

    .overlay1 .search_input-container img {
        width: 24px;
        height: 24px;
        margin: 0 20px;
        filter: brightness(0) invert(0);
        opacity: 0.9;
        transition: all 0.3s ease;
        /* filter: brightness(1) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(180deg) brightness(118%) contrast(119%); */
    }

    .overlay1 .search_input-container .search_input {
        flex: 1;
        padding: 18px 25px 18px 60px;
        font-size: 1.2rem;
        border: none;
        border-radius: 30px;
        outline: none;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.95);
        color: #1a1a2e;
        font-weight: 500;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
        min-height: 50px;
    }

    .overlay1 .search_input-container .search_input:focus {
        background: rgba(255, 255, 255, 1);
        box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 15px rgba(104, 173, 183, 0.5);
        /*transform: scale(1.02);*/
        border: 2px solid rgba(104, 173, 183, 0.6);
    }

    .overlay1 .search_input-container .search_input::placeholder {
        color: #666;
        opacity: 0.7;
    }

    .overlay1 .search_input-container .search_button {
        padding: 15px 30px;
        font-size: 16px;
        color: #fff;
        background: linear-gradient(135deg, #68adb7 0%, #5a9ba5 100%);
        border: none;
        border-radius: 30px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 600;
        letter-spacing: 1px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
        box-shadow: 0 4px 12px rgba(104, 173, 183, 0.4);
        margin-left: 15px;
        min-height: 50px;
        min-width: 80px;
    }

    .overlay1 .search_input-container .search_button:hover {
        background: linear-gradient(135deg, #5a9ba5 0%, #4a8b95 100%);
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(104, 173, 183, 0.5);
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    }

    .overlay1 .search_input-container:hover img {
      /*
        opacity: 1;
        transform: scale(1.1);
        filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(176deg) brightness(130%) contrast(119%);
      */
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Loading 遮罩畫面 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.loading-overlay {
  position: fixed; /* 固定位置，不隨捲動而移動 */
  top: 0;
  left: 0;
  width: 100vw; /* 100% 視窗寬度 */
  height: 100vh; /* 100% 視窗高度 */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(240, 248, 255, 0.9) 100%); /* 漸層背景 */
  z-index: 9999; /* 確保在最上層 */
  display: flex;
  flex-direction: column;
  align-items: center; /* 水平置中 */
  justify-content: center; /* 垂直置中 */
  transition: opacity 0.6s ease-out; /* 用於淡出效果 */
  backdrop-filter: blur(5px); /* 背景模糊效果 */
}

/* --- Loading 鑽石圖示 --- */
.loading-diamond {
  position: relative;
  margin-bottom: 20px;
  animation: diamondPulse 2s ease-in-out infinite;
}

.loading-diamond i {
  font-size: 3rem;
  color: #68adb7; /* 鑽石藍色 */
  text-shadow: 0 0 20px rgba(#68adb7, 0.6); /* 發光效果 */
  animation: diamondRotate 3s linear infinite;
  filter: drop-shadow(0 0 10px rgba(#68adb7, 0.4));
}

/* 鑽石脈衝動畫 */
@keyframes diamondPulse {
  0%, 100% { 
    transform: scale(1);
    opacity: 1;
  }
  50% { 
    transform: scale(1.05);
    opacity: 0.8;
  }
}

       /* 鑽石旋轉動畫 */
       @keyframes diamondRotate {
         0% { 
           transform: rotateY(0deg);
         }
         50% { 
           transform: rotateY(180deg);
         }
         100% { 
           transform: rotateY(360deg);
         }
       }

/* --- Loading 文字 --- */
.loading-text {
  color: #2c3e50; /* 深藍灰色文字 */
  font-size: 1.2em;
  letter-spacing: 3px;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  animation: textFade 2s ease-in-out infinite;
}

/* 文字淡入淡出動畫 */
@keyframes textFade {
  0%, 100% { 
    opacity: 0.7;
    transform: translateY(0);
  }
  50% { 
    opacity: 1;
    transform: translateY(-2px);
  }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 產品區塊樣式 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.product-content {
  padding: 60px 0 0 0;
  /*background: #fff;*/
  position: relative;
}

.product-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  /* background: linear-gradient(90deg, transparent 0%, #68adb7 50%, transparent 100%); */
}

.product-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  /* background: linear-gradient(90deg, transparent 0%, #68adb7 50%, transparent 100%); */
}

/* 標題區塊樣式 */
.product-header {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  margin-bottom: 50px;
  padding: 0 10px;
}

.common-title-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.title-circle {
  position: relative;
  width: 130px;
  height: 130px;
  border: 3px dashed #f2f2f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  /* align-self: flex-end; */
  /* margin-right: 20px; */
}

.title-english {
  position: absolute;
  left: 65px;
  top: 30px;
  display: inline-block;
  white-space: nowrap;
  font-size: 36px;
  font-weight: bold;
  color: #b8dadc;
  /* margin-left: 260px; */
  letter-spacing: 2px;
  /*text-transform: uppercase;*/
}

.title-bottom {
  position: absolute;
  bottom: 0px;
  left: 155px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 15px;
}

.title-line {
  width: 100px;
  height: 1px;
  background: #68adb7;
  border-radius: 1px;
}

.product-detail-id {
  font-size: 16px;
  color: #989898;
  font-weight: normal;
  margin: 0 0 0px 0;
  letter-spacing: 2px;
  padding: 0 0 20px 0;
  /*border-bottom: 1px solid #d5d5d5;*/
}

.product-detail-title {
  font-size: 24px;
  color: #010101;
  font-weight: normal;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #d5d5d5;
}

/* 產品分類導航樣式 */
.product-categories {
  flex: 1.2;
  display: flex;
  gap: 0 25px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0px;
}

.category-item {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 8px 16px;
  border-radius: 40px;
  /* background: rgba(104, 173, 183, 0.05); */
  text-decoration: none;
}

.category-item:hover {
  background: rgba(104, 173, 183, 0.1);
  transform: translateY(-2px);
}

/* 共用圖示樣式 - 小圓形虛線中間箭頭 */
.category-icon {
  width: 28px;
  height: 28px;
  border: 1px dotted #68adb7;
  color: #7bbfc2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
}

.category-icon::before {
  /* content: ">"; */
  font-size: 8px;
  color: #68adb7;
  font-weight: bold;
  transform: translateX(1px);
}

/* 共用圖示樣式 - 可重複使用的類別 */
.icon-dashed-circle-arrow {
  width: 16px;
  height: 16px;
  border: 2px dashed #68adb7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
}

.icon-dashed-circle-arrow::before {
  content: ">";
  font-size: 8px;
  color: #68adb7;
  font-weight: bold;
  transform: translateX(1px);
}

/* 不同尺寸的變體 */
.icon-dashed-circle-arrow.small {
  width: 12px;
  height: 12px;
  border-width: 1.5px;
}

.icon-dashed-circle-arrow.small::before {
  font-size: 6px;
}

.icon-dashed-circle-arrow.large {
  width: 20px;
  height: 20px;
  border-width: 2.5px;
}

.icon-dashed-circle-arrow.large::before {
  font-size: 10px;
}

/* 不同顏色的變體 */
.icon-dashed-circle-arrow.primary {
  border-color: #68adb7;
}

.icon-dashed-circle-arrow.primary::before {
  color: #68adb7;
}

.icon-dashed-circle-arrow.secondary {
  border-color: #5a9ba5;
}

.icon-dashed-circle-arrow.secondary::before {
  color: #5a9ba5;
}

.icon-dashed-circle-arrow.white {
  border-color: #ffffff;
}

.icon-dashed-circle-arrow.white::before {
  color: #ffffff;
}

.category-item span {
  font-size: 18px;
  color: #097984;
  /* font-weight: 500; */
  display: inline-block;
}

/* View More 按鈕樣式 */
.view-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  background: #7bbfc2;
  color: white;
  padding: 15px 50px;
  margin: 0 10px;
  /* border-radius: 25px; */
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
  /*font-weight: bold;*/
  letter-spacing: 1px;
  box-shadow: 0 4px 12px rgba(104, 173, 183, 0.3);
  text-decoration: none;
}

.view-more-btn:hover {
  background: #5a9ba5;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(104, 173, 183, 0.4);
}

.btn-icon {
  width: 28px;
  height: 28px;
  border: 1px dotted rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
}

.btn-icon::before {
  /* content: ">"; */
  font-size: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  transform: translateX(1px);
}

/* 產品列表樣式 */
#product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding: 0 10px 20px 10px;
}

/* 產品列表頁面樣式 - 3列顯示 */
#product-list-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 0 50px 0;
}

.product-list-item {
  background: #f8f9fa;
  /* border-radius: 8px; */
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  /* cursor: pointer; */
  border: 1px solid rgba(104, 173, 183, 0.1);
}

.product-list-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(104, 173, 183, 0.2);
  border-color: rgba(104, 173, 183, 0.3);
}

.product-list-item .item-image {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.product-list-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-list-item:hover .item-image img {
  transform: scale(1.05);
}

.product-list-item .item-content {
  padding: 25px;
  background: #f8f9fa;
  text-align: center;
}

.product-list-item .product-category {
  color: #68adb7;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.product-list-item h3 {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 15px 0;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.product-list-item .view-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #68adb7;
  font-size: 16px;
  font-weight: 500;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  transition: all 0.3s ease;
  border-top: 1px solid #ebebeb;
}

.product-list-item .view-detail:hover {
  color: #5a9ba5;
}

.product-list-item .detail-icon {
  /* width: 20px; */
  /* height: 20px; */
  padding: 5px 5px 5px 7px;
  border: 1px dotted #68adb7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.product-list-item .detail-icon i {
  font-size: 10px;
  color: #68adb7;
}

.product-list-item:hover .detail-icon {
  background: #68adb7;
  border-color: #68adb7;
}

.product-list-item:hover .detail-icon i {
  color: white;
}

/* product price style */
.product-price {
    color: #a30000;
    font-size: 14px;
    font-weight: bold;
    margin: 5px;
}

/* 產品詳情頁面樣式 */
#product-detail {
  display: flex;
  gap: 40px;
  /* margin-top: 30px; */
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

#product-detail .left {
  flex: 1;
  max-width: 500px;
  text-align: center;
}

#product-detail .left #new_src{box-shadow: 0 0px 10px rgb(0 0 0 / 10%);margin: 5px;}

#product-detail .right {
  flex: 1;
  padding: 20px 0;
}

/* 產品標題 */
.product-detail-title h1 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
  line-height: 1.3;
  letter-spacing: 1px;
}

/* 區塊標題 */
.section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #68adb7;
}

.section-title i {
  font-size: 20px;
  color: #68adb7;
}

/* 產品特點 */
.product-features {
  margin-bottom: 40px;
}

.feature-description p {
  color: #333333;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 15px;
}

        /* 產品規格樣式 */
        .product-specifications {
          margin: 25px 0;
          padding: 20px 0;
          background: #fff;
          /* border-radius: 8px; */
          border-top: 1px solid #e0e0e0;
          border-bottom: 1px solid #e0e0e0;
          /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
      }
      
      .section-title {
          margin-bottom: 20px;
          font-size: 18px;
          font-weight: 600;
          color: #333;
      }
      
      
      .spec-list {
          display: flex;
          flex-direction: column;
          gap: 15px;
      }
      
      .spec-item {
          display: flex;
          align-items: center;
          padding: 2px 0;
          /* border-bottom: 1px solid #f0f0f0; */
      }
      
      .spec-item:last-child {
          border-bottom: none;
      }
      
      .spec-label {
          min-width: 80px;
          font-size: 14px;
          font-weight: 500;
          color: #666;
          margin-right: 15px;
      }
      
      .spec-label.teal-bg {
          background: #C9E3E6;
          color: #000000;
          padding: 6px 12px;
          border-radius: 20px;
          font-size: 14px;
          font-weight: 600;
          min-width: auto;
      }
      
      .spec-separator {
          width: 1px;
          height: 20px;
          background: #ddd;
          margin: 0 15px;
      }
      
      .spec-value {
          font-size: 14px;
          color: #333;
          font-weight: 500;
          padding:5px 0;
      }
      
      /* 響應式設計 */
      @media (max-width: 768px) {
          .spec-item {
              /*flex-direction: column;*/
              align-items: flex-start;
              gap: 8px;
          }
          
          .spec-label {
              min-width: auto;
              margin-right: 0;
          }
          
          .spec-separator {
              display: none;
          }
      }

/* 價格區塊 */
.product-pricing {
  margin-top: 30px;
}

.price-section {
  margin-bottom: 25px;
}

.original-price {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  margin-bottom: 15px;
  color: #999999;
  text-decoration: line-through;
  font-size: 14px;
}

.original-price span:first-child {
  color: #939393 !important;
  font-weight: 500;
}

.original-price .price-amount {
  color: #939393 !important;
  font-weight: normal;
}

.special-price {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  color: #68adb7;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}

.special-price span:first-child {
  color: #333333;
  font-weight: 600;
}

.special-price .price-amount {
  color: #68adb7;
  font-weight: bold;
}

/* 分隔線 */
.price-section::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin-top: 20px;
}

/* 購買區塊 */
.purchase-section {
  display: flex;
  gap: 15px;
  align-items: flex-end;
}

.quantity-selector {
  /* flex: 1; */
}

.quantity-selector label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333333;
  font-size: 14px;
}

.quantity-select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: white;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  max-width: 100px;
  box-sizing: border-box;
  /* 確保箭頭在所有設備上顯示 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  padding-right: 30px;
}

.quantity-select:focus {
  outline: none;
  border-color: #68adb7;
  box-shadow: 0 0 3px rgba(104, 173, 183, 0.2);
}

/* 針對 Firefox 的特殊處理 */
.quantity-select::-ms-expand {
  display: none;
}

/* 針對 IE 的特殊處理 */
.quantity-select::-ms-expand {
  display: none;
}

.add-to-cart {
  /* flex: 1; */
}

.cart-button {
  width: 100%;
  padding: 12px 20px;
  background: #7bbfc2;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.cart-button:hover {
  background: #5a9ba5;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(104, 173, 183, 0.3);
}

.cart-button .btn-icon {
  width: 20px;
  height: 20px;
  border: 1px dotted rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
}

.cart-button .btn-icon::before {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
}

.cart-button .btn-icon i {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.9);
}

/* 產品詳細資訊區塊 */
.product-detail-content {
  margin-top: 60px;
  padding: 40px 0;
  border-top: 1px solid #e0e0e0;
}

.content-title {
  text-align: center;
  margin-bottom: 40px;
}

.content-title h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

.content-title h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #68adb7;
}

/* 產品列表頁面響應式設計 */
@media (max-width: 1024px) {
  #product-list-page {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .product-list-item .item-image {
    height: 240px;
  }
  
  .product-list-item .item-content {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  #product-list-page {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .product-list-item .item-image {
    height: 220px;
  }
  
  .product-list-item .item-content {
    padding: 18px;
  }
  
  .product-list-item h3 {
    font-size: 15px;
  }
  
  /* 產品詳情頁面響應式 */
  #product-detail {
    flex-direction: column;
    gap: 20px;
  }
  
  #product-detail .left {
    max-width: 100%;
  }
  
  .product-title h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .purchase-section {
    flex-direction: column;
    gap: 15px;
  }
  
  .spec-item {
    /*flex-direction: column;*/
    align-items: flex-start;
    gap: 10px;
  }
  
  .spec-select {
    max-width: 100%;
  }
}

.recommend-item {
  background: white;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 0px 5px rgba(248, 230, 197, 0.8);
  transition: all 0.3s ease;
  /* cursor: pointer; */
  /* border: 1px solid rgba(104, 173, 183, 0.1); */
}

.recommend-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0px 15px rgba(248, 230, 197, 0.8);
  border-color: rgba(104, 173, 183, 0.3);
}

.item-image {
  position: relative;
  overflow: hidden;
  /* height: 250px; */
}

.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.recommend-item:hover .item-image img {
  transform: scale(1.05);
}

.item-content {
  padding: 20px;
  background: #f7f7f7;
  text-align: center;
}

.product-category {
  color: #68adb7;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  text-align: center;
}

.item-content h3 {
  font-size: 14px;
  color: #1a1a2e;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item-content h3 a {
  font-size: 14px;
  color: #1a1a2e;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}

.view-detail {
  display: flex;
  align-items:center;
  justify-content: center;
  gap: 15px;
  color: #68adb7;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border-top: 1px solid #ebebeb;
}

.view-detail:hover {
  color: #5a9ba5;
  transform: translateX(3px);
}

.detail-icon {
  width: 25px;
  height: 25px;
  font-size: 12px;
  border: 1px dotted #68adb7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
  transition: all 0.3s ease;
}

.detail-icon::before {
  /* content: ">"; */
  font-size: 6px;
  color: #68adb7;
  font-weight: bold;
  transform: translateX(0.5px);
}

.view-detail a {
  color: #097984;
  text-decoration: none;
}

.view-detail:hover .detail-icon {
  border-color: #5a9ba5;
  transform: scale(1.1);
}

.view-detail:hover .detail-icon::before {
  color: #5a9ba5;
  font-size: 12px;
}

.view-detail:hover .detail-icon i {
  font-size: 12px;
}

/* 響應式設計 */
@media (max-width: 1024px) {
  .product-header {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  
  .product-categories {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 0px;
  }
  
  #product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  #product-list {
    padding: 0 10px 0px 10px;
  }  
  .product-content {
    padding: 40px 0;
  }
  
  .title-circle {
    /* width: 60px; */
    /* height: 60px; */
  }
  
  .title-english {
    /* font-size: 10px; */
  }
  
  .product-title {
    font-size: 24px;
  }
  
  .category-item {
    padding: 6px 12px;
    gap: 6px;
  }
  
  .category-item span {
    font-size: 12px;
  }
  
  .view-more-btn {
    padding: 10px 20px;
    font-size: 16px;
  }
  
  #product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .item-image {
    /* height: 200px; */
  }
}

@media (max-width: 480px) {
  #product-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
    
}


/* 新增區塊樣式 */
.video-section {
  /* margin-top: 80px; */
  padding: 0 0 0px 0;
  /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
}

.video-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2vw 0 5vw 0;
  padding: 0 20px;
}

.video-title-section {
  display: flex;
  flex-direction: column;
  max-width: 450px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 1;
}

.video-description {
  flex: 1;
  /* text-align: right; */
  color: #191919;
  font-size: 16px;
  line-height: 1.6;
  max-width: 700px;
  margin: 40px 40px 0 40px;
}

.video-container {
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
  /* padding: 0 20px; */
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 比例 */
  background: #000;
  /* border-radius: 15px; */
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* 響應式設計 */
@media (max-width: 1024px) {
  .video-header {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  
  .video-description {
    text-align: center;
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .video-section {
    /* margin-top: 60px; */
    /* padding: 40px 0; */
  }
  
  .video-header {
    margin-bottom: 30px;
  }
  
  .video-container {
    /* padding: 0 15px; */
  }
  
  .video-wrapper {
    /* border-radius: 10px; */
  }
}

/* 最新消息區塊樣式 */
.news-section {
  /* margin-top: 80px; */
  padding: 0 0 0px 0;
  /* background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%); */
}

.news-date {
  color: #6c757d;
  font-size: 16px;
  font-weight: 500;
  flex: 1;
}

/* 品牌簡介區塊樣式 */
.brand-section {
  /* margin-top: 80px; */
  padding: 60px 20px;
  background: #e9ecef;
}

.brand-section .common-title-section {
  text-align: center;
  margin: 0 auto 50px auto;
  max-width: 1200px;
}

.brand-row {
  display: flex;
  /* align-items: center; */
  /* gap: 60px; */
  /* margin-bottom: 80px; */
  background: #ffffff;
}

.brand-row:last-child {
  margin-bottom: 0px;
  margin-top: -10px;
}

.brand-content {
  flex: 1;
  width: 50%;
  max-width: 50%;
  padding: 4vw 40px;
  border: 1px solid #ebebeb;
  /* border-bottom: 1px solid #ebebeb; */
}

.brand-content-header {
  display: flex;
  /* align-items: flex-start; */
  gap: 15px;
  margin-bottom: 20px;
}

.brand-icon {
  width: 60px;
  height: 60px;
  /* background: linear-gradient(135deg, #68adb7 0%, #97dbe1 100%); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  /* box-shadow: 0 4px 15px rgba(104, 173, 183, 0.3); */
  /* flex-shrink: 0; */
}

.brand-text-group {
  flex: 1;
  /* text-align: center; */
}

.brand-content-title {
  font-size: 24px;
  color: #097984;
  font-weight: normal;
  margin: 0 0 8px 0;
  letter-spacing: 10px;
}

.brand-content-subtitle {
  font-size: 16px;
  color: #097984;
  font-weight: normal;
  margin: 0;
  line-height: 2.4;
  letter-spacing: 3px;
}

.brand-title-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}

.brand-description {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  text-indent: 2em;
  letter-spacing: 0.5px;
}

.brand-slider-wrapper {
  flex: 1;
  width: 50%;
  max-width: 50%;
}

.brand-image {
  flex: 1;
  width: 50%;
  max-width: 50%;
  
}

.brand-image img {
  width: 100%;
  display: block;
}

.brand-story-content {
  flex: 1;
  width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 3vw  40px 2vw 40px;
  border: 1px solid #ebebeb;
}
.brand-story-content p{
    margin-bottom: 10px;

}


.brand-story-header {
  display: flex;
  /* align-items: flex-start; */
  gap: 15px;
  margin-bottom: 20px;
}

.brand-story-icon {
  width: 60px;
  height: 60px;
  /* background: linear-gradient(135deg, #68adb7 0%, #97dbe1 100%); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  /* box-shadow: 0 4px 15px rgba(104, 173, 183, 0.3); */
  /* flex-shrink: 0; */
}

.brand-story-text-group {
  flex: 1;
  /* text-align: center; */
}

.brand-story-title {
  font-size: 24px;
  color: #097984;
  font-weight: normal;
  margin: 0 0 8px 0;
  letter-spacing: 5px;
}

.brand-story-subtitle {
  font-size: 16px;
  color: #097984;
  font-weight: normal;
  margin: 0;
  line-height: 2.4;
}

.brand-story-description {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  text-indent: 2em;
  letter-spacing: 0.5px;
}

/* 手機版響應式設計 */
@media (max-width: 768px) {
  .brand-row {
    flex-direction: column;
  }
  
  .brand-content,
  .brand-story-content,
  .brand-slider-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
  }
  
  /* 手機版：兩個區塊都將輪播放在下方 */
  .brand-row-1 .brand-content {
    order: 1;
  }
  
  .brand-row-1 .brand-slider-wrapper {
    order: 2;
  }
  
  .brand-row-2 .brand-story-content {
    order: 1;
  }
  
  .brand-row-2 .brand-slider-wrapper {
    order: 2;
  }
}


/*bxslider*/
.bxslider-bullet ul {

  list-style: none;

}



.bxslider-bullet li {

  width: 100%;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  /*height: 550px;*/

}



.bx-wrapper .bx-pager.bx-default-pager a:hover,

.bx-wrapper .bx-pager.bx-default-pager a.active {

  background: #c7e0d8;

}



.bxslider-bullet img {width: 100%;height: auto;object-fit: cover;

  /* 確保圖片填滿容器並保持比例 *//* border-radius: 30px; */

  /* 圓角效果 */}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> News <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.news-content {
    padding: 0px 0 0 0;
    background: #fff;
    position: relative;
}

.news-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 4vw 0 3vw 0;
    padding: 0 20px;
}

#news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 0 20px 0px;
}

.news-recommend-item {
    background: #fff;
    /* border-radius: 15px; */
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* cursor: pointer; */
    position: relative;
}

.news-recommend-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(104, 173, 183, 0.05) 0%, rgba(151, 219, 225, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.news-recommend-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(104, 173, 183, 0.15);
}

.news-recommend-item:hover::before {
    opacity: 1;
}

.news-item-image {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.news-item-image img {
    width: 100%;
    height: auto;
    /* border-radius: 15px 15px 0 0; */
    transition: transform 0.4s ease;
}

.news-recommend-item:hover .news-item-image img {
    transform: scale(1.05);
}

.news-item-content {
    padding: 20px;
    background: #fff;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ebebeb;
}

.news-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.news-category {
    color: #68adb7;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.news-view-detail {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #68adb7;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.news-view-detail a{
  color: #68adb7;
  /* font-weight: bold; */
  text-decoration: none;
}

.news-view-detail:hover {
    color: #097984;
    opacity: 1;
    transform: translateX(3px);
}

.news-detail-icon {
    /* width: 22px; */
    /* height: 22px; */
    padding: 6px 6px 6px 8px;
    border: 1px dotted #68adb7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.news-view-detail:hover .news-detail-icon {
    border-color: #097984;
    background: rgba(7, 121, 132, 0.1);
}

.news-detail-icon i {
    font-size: 12px;
}

.news-title {
    font-size: 16px;
    color: #1a1a2e;
    margin: 0 0 15px 0;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.news-title a{
  color: #1a1a2e;
  text-decoration: none;
}



.news-recommend-item:hover .news-title {
    color: #097984;
}

.news-divider {
    width: 100%;
    height: 1px;
    /* background: #999999; */
    /* background: linear-gradient(90deg, transparent 0%, #68adb7 20%, #68adb7 80%, transparent 100%); */
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.news-recommend-item:hover .news-divider {
  opacity: 0.6;
}

/* 產品詳情頁面響應式設計 */
@media (max-width: 1200px) {
  #product-detail {
    flex-direction: column;
    gap: 30px;
  }
  #product-detail .left {
    max-width: 100%;
  }
  #product-detail .right {
    padding: 20px 10px;
  }
  .product-detail-title h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .purchase-section {
    flex-direction: column;
    gap: 15px;
  }
  .spec-item {
    /*flex-direction: column;*/
    align-items: flex-start;
    gap: 10px;
  }
  .spec-select {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  #product-detail {
    gap: 20px;
    margin-top: 20px;
  }
  #product-detail .left {
    padding: 0 10px;
  }
  #product-detail .right {
    padding: 15px 10px;
  }
  .product-detail-title h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .section-title {
    font-size: 16px;
  }
  .feature-description p {
    font-size: 14px;
  }
  .spec-item label {
    font-size: 14px;
  }
  .spec-select {
    font-size: 13px;
    padding: 8px 12px;
  }
  .quantity-select {
    font-size: 13px;
    padding: 8px 12px;
    max-width: 80px;
    width: 100%;
  }
  .cart-button {
    padding: 10px 15px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  #product-detail {
    gap: 15px;
    margin-top: 15px;
  }
  #product-detail .left {
    padding: 0 5px;
  }
  #product-detail .right {
    padding: 10px 5px;
  }
  .product-detail-title h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .section-title {
    font-size: 15px;
  }
  .feature-description p {
    font-size: 13px;
  }
  .spec-item label {
    font-size: 13px;
    min-width: 80px;
  }
  .spec-select {
    font-size: 12px;
    padding: 6px 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .quantity-select {
    max-width: 70px;
    font-size: 12px;
    padding: 6px 10px;
  }
  .cart-button {
    padding: 8px 12px;
    font-size: 13px;
  }
  .purchase-section {
    gap: 10px;
  }
  /* 調整輪播控制項 */
  #product-detail .owl-left,
  #product-detail .owl-right {
    /* width: 8%; */
  }
  #product-detail .owl-center {
    width: 80%;
  }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 顯示 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  .none-b{ display:none !important; }
  .split-m:after{display: none !important;}
}
@media screen and (max-width: 600px) {
  .none-m{ display:none !important; }
}
@media screen and (max-width: 480px) {
  .none-s{ display:none !important; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> 常見Q&A <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* 常見問題頁面專業美化樣式 */
    
    /* 整體容器美化 */
    .news-items {
      margin: 0 0 20px 0;
      /* border-radius: 8px; */
      overflow: hidden;
      /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
      transition: all 0.3s ease;
  }
  
  .news-items:hover {
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
      transform: translateY(-1px);
  }
  
  /* 標題區塊美化 */
  .news-items .news-title {
      background: linear-gradient(135deg, #ffffff 0%, #f8fbfc 100%);
      border: 1px solid #e0f0f2;
      /* border-radius: 8px 8px 0 0; */
      padding: 18px 20px;
      margin: 0 0 0 0;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
  }
  
  .news-items .news-title:hover {
      background: linear-gradient(135deg, #f0f7f8 0%, #e8f4f6 100%);
      border-color: #68adb7;
  }
  
  .news-items .news-title.change {
      background: #68adb7;
      border-color: #097984;
      color: #ffffff;
  }
  
  /* 標題文字美化 */
  .news-items .news-title .right {
      color: #333333;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5;
      padding: 0 60px 0 0;
      transition: color 0.3s ease;
      flex: 1;
  }
  
  .news-items .news-title.change .right {
      color: #ffffff;
  }
  
  /* 展開/收合圖示美化 */
  .news-items .news-title .right .news-expand {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 25px;
      height: 25px;
      background: #ffffff;
      border: 1px solid #68adb7;
      /* border-radius: 4px; */
      display: flex;
      align-items: center;
      justify-content: center;
      color: #68adb7;
      font-size: 18px;
      /* font-weight: bold; */
      transition: all 0.3s ease;
      cursor: pointer;
  }
  
  .news-items .news-title:hover .news-expand {
      border-color: #097984;
      color: #097984;
      transform: translateY(-50%) scale(1.05);
  }
  
  .news-items .news-title.change .news-expand {
      background: #ffffff;
      border-color: #68adb7;
      color: #68adb7;
      transform: translateY(-50%);
  }
  
  /* 內容區塊美化 */
  .news-items .news-content {
      background: #ffffff;
      border: 1px solid #e0f0f2;
      border-top: none;
      border-radius: 0 0 8px 8px;
      padding: 25px 20px;
      line-height: 1.8;
      animation: slideDown 0.3s ease-out;
  }
  
  /* 內容文字美化 */
  .news-items .news-content .editor p {
      color: #555555;
      font-size: 15px;
      margin-bottom: 15px;
      text-align: left;
  }
  
  .news-items .news-content .editor p:last-child {
      margin-bottom: 0;
  }
  
  /* 動畫效果 */
  @keyframes slideDown {
      from {
          opacity: 0;
          transform: translateY(-10px);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  /* 響應式設計 */
  @media (max-width: 768px) {
      .news-items .news-title {
          padding: 15px 16px;
      }
      
      .news-items .news-title .right {
          font-size: 15px;
          padding: 0 55px 0 0;
      }
      
      .news-items .news-content {
          padding: 20px 16px;
      }
      
      .news-items .news-title .right .news-expand {
          right: 16px;
          width: 26px;
          height: 26px;
          font-size: 16px;
          border-width: 1.5px;
      }
  }
  

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> 售後服務 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.service-content {
    padding: 20px 0;
    font-size: 15px;
    line-height: 1.6;
}

.service-content > p {
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
}

.service-item {
    /* margin-bottom: 30px; */
    padding: 0 0 30px 0;
    /* background: #f9f9f9; */
    /* border-left: 4px solid #C9B27E; */
    border-radius: 5px;
}

.service-number {
    background: #69adb8;
    color: white;
    display: inline-block;
    padding: 8px 15px;
    /* border-radius: 20px; */
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.service-item p {
    color: #333;
    margin-bottom: 10px;
    line-height: 1.7;
}

.service-item p:last-child {
    margin-bottom: 0;
}

/* 手機版響應式設計 */
@media screen and (max-width: 768px) {
    .service-content {
        padding: 15px 0;
        font-size: 14px;
    }
    
    .service-item {
        margin-bottom: 20px;
        padding: 15px;
    }
    
    .service-number {
        font-size: 14px;
        padding: 6px 12px;
        margin-bottom: 12px;
    }
    
    .service-item p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 480px) {
    .service-content {
        padding: 10px 0;
        font-size: 13px;
    }
    
    .service-item {
        margin-bottom: 15px;
        padding: 12px;
    }
    
    .service-number {
        font-size: 13px;
        padding: 5px 10px;
        margin-bottom: 10px;
    }
    
    .service-item p {
        font-size: 13px;
        line-height: 1.5;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> 聯絡我們 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.contact-container {
    padding: 20px 0;
}

/* 聯絡資訊區塊 - 三欄並排 */
.contact-info {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
    padding: 30px 20px;
    /* background: #f8f9fa; */
    border-radius: 10px;
    border-bottom: 1px dashed #ebebeb;
}

.contact-info-item {
    flex: 1;
    text-align: center;
    padding: 20px;
}

.contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: white;
    border-radius: 50%;
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
}

.contact-label {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.contact-value {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

/* 社群連結區塊 */
.social-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
    padding: 30px 0;
}

.social-links .social-icon {
  /*background: #69adb8;*/
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px auto;
}
.social-links .social-icon svg {
  display: block;
  width: 30px;
  height: 30px;
}

.social-item {
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.social-item:hover {
    transform: translateY(-5px);
}

.social-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    transition: all 0.3s ease;
}

/*
.social-icon.facebook {
    background: #4267B2;
}

.social-icon.instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.social-icon.line {
    background: #00B900;
}
*/

.social-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.social-label {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

/* 表單標題區塊 */
.form-title {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #69adb8;
}

.form-title h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

.form-title p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 14px;
}

.required {
    color: #e74c3c;
    font-weight: bold;
}

/* 聯絡表單 */
.contact-form {
    max-width: 100%;
}

.form-main-row {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.form-left-column,
.form-right-column {
    flex: 1;
}

.form-left-column .form-group {
    margin-bottom: 25px;
}

.form-right-column .form-group {
    margin-bottom: 25px;
}

.form-right-column .form-group:first-child {
    margin-bottom: 25px;
}

.form-group {
    width: 100%;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    /* border-radius: 5px; */
    font-size: 15px;
    transition: border-color 0.3s ease;
    box-sizing: border-box !important;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #69adb8;
    box-shadow: 0 0 0 3px rgba(105, 173, 184, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* 右欄訊息區域特殊樣式 */
.form-right-column .form-group:first-child textarea {
    height: 140px;
    min-height: 120px;
}

/* 驗證碼區塊 */
.captcha-group {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.captcha-group input {
    flex: 1;
}

.captcha-image {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.captcha-image img {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.captcha-image button {
    padding: 6px 12px;
    background: #69adb8;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    transition: background 0.3s ease;
}

.captcha-image button:hover {
    background: #5a9ba5;
}

/* 提交按鈕 */
.form-submit {
    text-align: center;
    margin-top: 40px;
}

.btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    background: linear-gradient(135deg, #69adb8 0%, #5a9ba5 100%);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(105, 173, 184, 0.3);
}

.btn-submit:hover {
    background: linear-gradient(135deg, #5a9ba5 0%, #4a8a8f 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(105, 173, 184, 0.4);
}

.btn-submit .btn-icon {
    width: 28px;
    height: 28px;
    border: 1px dotted rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.btn-submit:hover .btn-icon {
    transform: translateX(5px);
}

.btn-submit .btn-icon i {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-style: normal;
    font-weight: bold;
}

/* 響應式設計 - 平板 */
@media screen and (max-width: 768px) {
    .contact-info {
        flex-direction: column;
        gap: 15px;
        padding: 20px 15px;
    }
    
    .contact-info-item {
        padding: 15px;
    }
    
    .contact-icon {
        width: 50px;
        height: 50px;
    }
    
    .contact-label {
        font-size: 16px;
    }
    
    .contact-value {
        font-size: 14px;
    }
    
    .social-links {
        gap: 30px;
    }
    
    .social-icon {
        width: 50px;
        height: 50px;
    }
    
    .form-main-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .captcha-group {
        flex-direction: column;
        align-items: stretch;
    }
    
    .captcha-image {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    
    .btn-submit {
        padding: 12px 30px;
        font-size: 16px;
        gap: 20px;
    }
    
    .btn-submit .btn-icon {
        width: 24px;
        height: 24px;
    }
}

/* 響應式設計 - 手機 */
@media screen and (max-width: 480px) {
    .contact-container {
        padding: 15px 0;
    }
    
    .contact-info {
        margin-bottom: 30px;
        padding: 15px 10px;
    }
    
    .contact-info-item {
        padding: 10px;
    }
    
    .contact-icon {
        width: 45px;
        height: 45px;
    }
    
    .contact-label {
        font-size: 14px;
    }
    
    .contact-value {
        font-size: 13px;
    }
    
    .social-links {
        gap: 20px;
        margin-bottom: 40px;
        padding: 20px 0;
    }
    
    .social-icon {
        width: 45px;
        height: 45px;
    }
    
    .social-label {
        font-size: 12px;
    }
    
    .form-title h3 {
        font-size: 20px;
    }
    
    .form-title p {
        font-size: 14px;
    }
    
    .form-group label {
        font-size: 14px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    /* 手機版訊息區域高度調整 */
    .form-right-column .form-group:first-child textarea {
        height: 100px;
        min-height: 100px;
    }
    
    .captcha-image button {
        padding: 8px 12px;
        font-size: 11px;
    }
    
    .btn-submit {
        padding: 10px 25px;
        font-size: 14px;
        gap: 15px;
    }
    
    .btn-submit .btn-icon {
        width: 20px;
        height: 20px;
    }
    
    .btn-submit .btn-icon i {
        font-size: 12px;
    }
}

/* 警告信息樣式 */
.alert {
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.5;
}

.alert-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.alert-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.alert p {
    margin: 0;
    margin-bottom: 5px;
}

.alert p:last-child {
    margin-bottom: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> 關於我們 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.about-container {
    padding: 20px 0;
    line-height: 1.8;
}

/* 品牌理念區塊 */
.brand-philosophy {
    margin-bottom: 60px;
    text-align: center;
}

.philosophy-text {
    margin-bottom: 40px;
    font-weight: bold;
}

.philosophy-text h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 0px;
    font-weight: bold;
    letter-spacing: 1px;
}

.philosophy-text p {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
}

.highlight {
    color: #14b4b2;
    font-style: oblique;
    font-weight: 600;
    position: relative;
}

.highlight::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #14b4b2;
    border-radius: 1px;
}

.philosophy-content {
    margin-bottom: 30px;
}

.philosophy-content p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    /* max-width: 800px; */
    margin-left: auto;
    margin-right: auto;
}

.philosophy-mission p {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.philosophy-mission strong {
    color: #333;
    /* font-weight: 600; */
}

/* 品牌三大特色 */
.brand-features {
    /* margin-bottom: 40px; */
    padding-bottom: 40px;
    border-bottom: 1px solid #d1d1d1;
}

.features-title {
    text-align: center;
    margin-bottom: 50px;
}

.features-title h3 {
    font-size: 24px;
    color: #69adb8;
    margin-bottom: 15px;
    font-weight: 600;
}

.title-underline {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #69adb8, #5a9ba5);
    margin: 0 auto;
    border-radius: 2px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.feature-item {
    text-align: center;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 15px;
    /* box-shadow: 0 8px 25px rgba(105, 173, 184, 0.1); */
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(105, 173, 184, 0.1), transparent);
    transition: left 0.5s ease;
}

.feature-item:hover::before {
    left: 100%;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(105, 173, 184, 0.2);
}

.feature-icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.feature-icon img {
  max-width: 100px;
}

.feature-item h4 {
    display: inline-block;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

/* 專業保障 - 藍綠色系 */
.feature-item:nth-child(1) h4 {
    color: #4d9a94;
    border-bottom: 1px solid #4d9a94;
}

/* 設計質感 - 橙紅色系 */
.feature-item:nth-child(2) h4 {
    color: #ed6942;
    border-bottom: 1px solid #ed6942;
}

/* 永續理念 - 綠色系 */
.feature-item:nth-child(3) h4 {
    color: #4ebc7f;
    border-bottom: 1px solid #4ebc7f;
}

.feature-item p {
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
}

/* 卓越實驗室鑽石區塊 */
.lab-diamond-section {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    /* background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); */
    padding: 50px 30px;
    border-radius: 20px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
}

.diamond-image {
    flex: 1;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.diamond-image img {
    width: 100%;
}

.diamond-collection-img:hover {
    transform: scale(1.05);
}

.diamond-content {
    flex: 1;
    padding-left: 20px;
}

.diamond-title {
    display: flex;
    align-items: flex-start;
    margin: 30px 0;
    gap: 15px;
}

.diamond-icon {
    flex-shrink: 0;
    margin-top: 5px;
}

.title-text {
    flex: 1;
}

.title-text h3 {
    font-size: 24px;
    color: #42868f;
    margin: 0 0 5px 0;
    font-weight: 600;
    text-align: left;
}

.subtitle {
    font-size: 16px;
    color: #42868f;
    margin: 5px 0 0 0;
    font-weight: bold;
    text-align: left;
}

.diamond-description {
    margin-top: 20px;
}

.diamond-description p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    text-align: justify;
}

.diamond-description strong {
    color: #69adb8;
    font-weight: 600;
}

/* 響應式設計 - 平板 */
@media screen and (max-width: 768px) {
    .about-container {
        padding: 15px 0;
    }
    
    .philosophy-text h3 {
        font-size: 24px;
    }
    
    .philosophy-text p {
        font-size: 16px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 500px;
    }
    
    .feature-item {
        padding: 25px 15px;
    }
    
    .lab-diamond-section {
        flex-direction: column;
        gap: 40px;
        padding: 40px 20px;
    }
    
    .diamond-content {
        padding-left: 0;
    }
    
    .diamond-image {
        max-width: 100%;
    }
    
    .diamond-collection-img {
        max-width: 300px;
    }
    
    .diamond-title {
        align-items: center;
        text-align: center;
        gap: 10px;
    }
    
    .title-text {
        text-align: center;
    }
}

/* 響應式設計 - 手機 */
@media screen and (max-width: 480px) {
    .brand-philosophy {
        margin-bottom: 40px;
    }
    
    .philosophy-text h3 {
        font-size: 20px;
    }
    
    .philosophy-text p {
        font-size: 15px;
    }
    
    .philosophy-content p,
    .philosophy-mission p {
        font-size: 14px;
    }
    
    .features-title h3 {
        font-size: 20px;
    }
    
    .feature-item {
        padding: 20px 15px;
    }
    
    .feature-item h4 {
        font-size: 18px;
    }
    
    .feature-item p {
        font-size: 14px;
    }
    
    .lab-diamond-section {
        padding: 30px 15px;
        margin-bottom: 40px;
    }
    
    .diamond-collection-img {
        max-width: 250px;
    }
    
    .title-text h3 {
        font-size: 20px;
    }
    
    .diamond-description p {
        font-size: 14px;
    }
}

/* 動畫效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-item {
    animation: fadeInUp 0.6s ease forwards;
}

.feature-item:nth-child(1) {
    animation-delay: 0.1s;
}

.feature-item:nth-child(2) {
    animation-delay: 0.2s;
}

.feature-item:nth-child(3) {
    animation-delay: 0.3s;
}

.diamond-image {
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.2s;
}

.diamond-content {
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.4s;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> 鑽石主題載入畫面 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* 載入畫面覆蓋層 */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* 載入容器 */
.loading-container {
    text-align: center;
    animation: fadeInUp 0.8s ease-out;
}

/* 鑽石圖標容器 */
.loading-diamond {
    position: relative;
    margin-bottom: 30px;
    animation: diamondFloat 3s ease-in-out infinite;
}

/* 鑽石圖標 */
.diamond-icon {
    /*  
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 0 20px rgba(255,255,255,0.6));
    animation: diamondRotate 4s linear infinite;
    */
}

/* 鑽石光暈效果 */
.diamond-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, 
        rgba(104, 173, 183, 0.3) 0%, 
        rgba(104, 173, 183, 0.1) 50%, 
        transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: glowPulse 2s ease-in-out infinite;
}

/* 載入文字 */
.loading-text {
    margin-bottom: 25px;
}

.text-line {
    display: block;
    color: #68adb7;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 8px 0;
    opacity: 0;
    animation: textFadeIn 0.6s ease-out forwards;
}

.text-line:nth-child(1) {
    animation-delay: 0.3s;
}

.text-line:nth-child(2) {
    animation-delay: 0.6s;
}

/* 進度條容器 */
.loading-progress {
    width: 200px;
    margin: 0 auto;
}

.progress-bar {
    width: 100%;
    height: 4px;
    background: rgba(104, 173, 183, 0.2);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(104, 173, 183, 0.8), 
        rgba(104, 173, 183, 1), 
        rgba(104, 173, 183, 0.8));
    border-radius: 2px;
    width: 0%;
    animation: progressFill 2.5s ease-in-out infinite;
    position: relative;
}

/* 進度條光澤效果 */
.progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(104, 173, 183, 0.8), 
        transparent);
    animation: progressShine 2.5s ease-in-out infinite;
}

/* 鑽石粒子背景 */
.loading-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(2px 2px at 20% 30%, rgba(104, 173, 183, 0.4), transparent),
        radial-gradient(2px 2px at 40% 70%, rgba(104, 173, 183, 0.3), transparent),
        radial-gradient(1px 1px at 90% 40%, rgba(104, 173, 183, 0.5), transparent),
        radial-gradient(1px 1px at 80% 10%, rgba(104, 173, 183, 0.4), transparent),
        radial-gradient(2px 2px at 10% 80%, rgba(104, 173, 183, 0.3), transparent);
    animation: sparkleFloat 8s linear infinite;
}

/* 動畫定義 */
@keyframes diamondFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes diamondRotate {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

@keyframes glowPulse {
    0%, 100% { 
        opacity: 0.6; 
        transform: translate(-50%, -50%) scale(1);
    }
    50% { 
        opacity: 1; 
        transform: translate(-50%, -50%) scale(1.1);
    }
}

@keyframes textFadeIn {
    0% { 
        opacity: 0; 
        transform: translateY(20px);
    }
    100% { 
        opacity: 1; 
        transform: translateY(0);
    }
}

@keyframes progressFill {
    0% { width: 0%; }
    50% { width: 100%; }
    100% { width: 0%; }
}

@keyframes progressShine {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

@keyframes sparkleFloat {
    0% { transform: translateY(0) rotate(0deg); }
    100% { transform: translateY(-100px) rotate(360deg); }
}

/* 載入完成後的淡出動畫 */
.loading-overlay.fade-out {
    animation: fadeOut 0.8s ease-in-out forwards;
}

@keyframes fadeOut {
    0% { 
        opacity: 1; 
        transform: scale(1);
    }
    100% { 
        opacity: 0; 
        transform: scale(1.1);
        visibility: hidden;
    }
}

/* 響應式調整 */
@media screen and (max-width: 768px) {
    .diamond-icon {
        /* width: 60px; */
        /* height: 60px; */
    }
    
    .diamond-glow {
        width: 90px;
        height: 90px;
    }
    
    .text-line {
        font-size: 16px;
        letter-spacing: 1px;
    }
    
    .loading-progress {
        width: 150px;
    }
}

@media screen and (max-width: 480px) {
    .diamond-icon {
        /* width: 50px; */
        /* height: 50px; */
    }
    
    .diamond-glow {
        width: 70px;
        height: 70px;
    }
    
    .text-line {
        font-size: 14px;
    }
    
    .loading-progress {
        width: 120px;
    }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 登入表單 <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* 專業登入表單容器 */
.login-area.form-input {
    max-width: 700px;
    margin: 40px auto;
    padding: 50px 40px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 8px 15px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(104, 173, 183, 0.1);
    position: relative;
    overflow: hidden;
}

.login-area.form-input::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    /* background: linear-gradient(90deg, #68adb7, #4d9a94, #ed6942); */
    border-radius: 20px 20px 0 0;
}

/* 登入表單標題 */
.login-area.form-input .m-title {
    text-align: center;
    margin-bottom: 40px;
}

.login-area.form-input .m-title h2 span {
    font-size: 28px;
    color: #333;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.login-area.form-input .m-title h2 span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #68adb7, #4d9a94);
    border-radius: 2px;
}

/* 登入表單輸入區域 */
.login-area.form-input #login-area {
    position: relative;
}

/* 輸入框容器 */
.login-area.form-input .input {
    position: relative;
    margin-bottom: 25px;
    background: #ffffff;
    border-radius: 12px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    overflow: hidden;
}

.login-area.form-input .input:hover {
    border-color: #68adb7;
    box-shadow: 0 4px 20px rgba(104, 173, 183, 0.15);
}

.login-area.form-input .input:focus-within {
    border-color: #4d9a94;
    box-shadow: 0 0 0 3px rgba(77, 154, 148, 0.1), 0 4px 20px rgba(104, 173, 183, 0.2);
    transform: translateY(-2px);
}

/* 輸入框圖標 */
.login-area.form-input .input i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #68adb7;
    font-size: 18px;
    z-index: 2;
    transition: all 0.3s ease;
}

.login-area.form-input .input:focus-within i {
    color: #4d9a94;
    transform: translateY(-50%) scale(1.1);
}

/* 輸入框標籤 */
.login-area.form-input .input span {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 18px;
    font-weight: 500;
    z-index: 2;
    transition: all 0.3s ease;
}

.login-area.form-input .input:focus-within span {
    color: #4d9a94;
}

/* 分隔符號 */
.login-area.form-input .input span[style*="color:#c7c7c7"] {
    position: absolute;
    left: 55px;
    color: #ddd !important;
    font-weight: 300;
}

/* 輸入框 */
.login-area.form-input .input input {
    width: 100%;
    padding: 10px 20px 10px 120px;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    outline: none;
    transition: all 0.3s ease;
}

.login-area.form-input .input input::placeholder {
    color: #999;
    font-weight: 400;
}

.login-area.form-input .input input:focus::placeholder {
    color: #4d9a94;
    opacity: 0.7;
}

/* 登入按鈕容器 */
.login-area.form-input .pager {
    margin-top: 35px;
}

/* 專業登入按鈕 */
.login-area.form-input .view-more-btn {
    /* width: 100%; */
    min-width: 200px;
    background: linear-gradient(135deg, #68adb7 0%, #4d9a94 100%);
    color: #ffffff;
    padding: 18px 30px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(104, 173, 183, 0.3);
}

.login-area.form-input .view-more-btn:hover {
    background: linear-gradient(135deg, #4d9a94 0%, #3a7e6c 100%);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(104, 173, 183, 0.4);
}

.login-area.form-input .view-more-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(104, 173, 183, 0.3);
}

/* 按鈕圖標 */
.login-area.form-input .view-more-btn .btn-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.login-area.form-input .view-more-btn:hover .btn-icon {
    transform: translateY(-50%) translateX(5px);
}

.login-area.form-input .view-more-btn .btn-icon i {
    color: #ffffff;
    font-size: 16px;
}

/* 響應式設計 */
@media screen and (max-width: 768px) {
    .login-area.form-input {
        margin: 30px 20px;
        padding: 40px 30px;
    }
    
    .login-area.form-input .m-title h2 span {
        font-size: 24px;
    }
    
    .login-area.form-input .input {
        margin-bottom: 20px;
    }
    
    .login-area.form-input .input input {
        padding: 16px 18px 16px 100px;
        font-size: 15px;
    }
    
    .login-area.form-input .input span {
        font-size: 13px;
        display: none;
    }
    
    .login-area.form-input .view-more-btn {
        padding: 16px 25px;
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .login-area.form-input {
        margin: 20px 15px;
        padding: 30px 20px;
    }
    
    .login-area.form-input .m-title h2 span {
        font-size: 22px;
    }
    
    .login-area.form-input .input input {
        padding: 14px 16px 14px 60px;
        font-size: 14px;
    }
    
    .login-area.form-input .input span {
        font-size: 12px;
    }
    
    .login-area.form-input .view-more-btn {
        padding: 14px 20px;
        font-size: 15px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> status-badge <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* 狀態標籤專業化樣式 */
.status-badge {
  display: inline-block;
  padding: 2px 0px;
  border-radius: 20px;
  font-size: 12px;
  /* font-weight: 600; */
  text-align: center;
  min-width: 80px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

/* 繳費狀態顏色 */
.status-pending {
  background: linear-gradient(135deg, #ffc107, #ff9800);
  color: #fff;
  border: 1px solid #ff9800;
}

.status-paid {
  background: linear-gradient(135deg, #28a745, #20c997);
  color: #fff;
  border: 1px solid #20c997;
}

.status-overdue {
  background: linear-gradient(135deg, #dc3545, #c82333);
  color: #fff;
  border: 1px solid #c82333;
}

.status-unknown {
  background: linear-gradient(135deg, #6c757d, #495057);
  color: #fff;
  border: 1px solid #495057;
}

/* 審查結果顏色（如果未來需要） */
.status-accepted {
  background: linear-gradient(135deg, #28a745, #20c997);
  color: #fff;
  border: 1px solid #20c997;
}

.status-rejected {
  background: linear-gradient(135deg, #dc3545, #c82333);
  color: #fff;
  border: 1px solid #c82333;
}

.status-revised {
  background: linear-gradient(135deg, #fd7e14, #e55a00);
  color: #fff;
  border: 1px solid #e55a00;
}

.status-pending-review {
  background: linear-gradient(135deg, #17a2b8, #138496);
  color: #fff;
  border: 1px solid #138496;
}

/* 懸停效果 */
.status-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* 響應式設計 */
@media (max-width: 768px) {
  .status-badge {
      padding: 4px 8px;
      font-size: 11px;
      min-width: 70px;
  }
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Mobile Menu <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


body { transition: background-color .2s; }
#wrapper { transition: margin-left .2s; }
.sidenav { display:flex; flex-direction: column; height: 100%;overflow:hidden;width: 0;position: fixed;z-index: 9999;top: 0;right: 0;background-color: rgba(255, 255, 255, 1);overflow-x: hidden;transition: 0.2s;/*padding-top: 60px;*/box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.sidenav .closebtn {font-size: 25px;position: absolute;top: 25px;right: 10px;color: #ffffff;/* background: #68adb7; */}
.sidenav .head {width:100%;position: relative;overflow:hidden;/* text-align: center; */padding: 15px 0 15px 5px;border-top: 3px solid #097984;border-bottom: 1px solid #ebebeb;background: #82bec4;}
.sidenav .head img{max-width: 200px;}

.sidenav .menu-top{ }
.sidenav .menu-bottom{width: 100%;height: 100%;background: #ebebeb;padding: 20px 0 10px 0;display: flex;align-items: flex-end;justify-content: center;}
.sidenav .menu-bottom .search{padding:10px 20px;}
.sidenav .menu-bottom .search .items{
    margin: 20px 0;
    display:flex;
}
.sidenav .menu-bottom .search .items .lefter{
    flex: 1;
    width: 80px;
    font-size: 16px;
    color: #3c3c3c;
    display: flex;
    align-items:center;
    justify-content: center;
}
.sidenav .menu-bottom .search .items .lefter i{color: #0557A1;padding-right:8px;}
.sidenav .menu-bottom .search .items .righter{flex: 1;padding: 0 0 0 10px;}
.sidenav .menu-bottom .search .items .righter .search-items{ display:flex;}
.sidenav .menu-bottom .search .items .righter .search-items .input{flex: 1;}
.sidenav .menu-bottom .search .items .righter .search-items .input input[type="text"]{border:0;outline: 0;max-width: 100px;padding: 15px;-webkit-border-top-left-radius: 20px;-webkit-border-bottom-left-radius: 20px;-moz-border-radius-topleft: 20px;-moz-border-radius-bottomleft: 20px;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.sidenav .menu-bottom .search .items .righter .search-items .button{flex:1;background: #0557A1;color: #ffffff;padding: 15px 20px;-webkit-border-top-right-radius: 20px;-webkit-border-bottom-right-radius: 20px;-moz-border-radius-topright: 20px;-moz-border-radius-bottomright: 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}

.sidenav .menu-bottom .community{padding: 10px 5px;text-align: center;}
.sidenav .menu-bottom .copyright a{color: #939797;text-decoration:none;}
.sidenav .menu-bottom .copyright a:hover{ text-decoration:underline; }


@media screen and (max-height: 450px) {
 .sidenav {padding-top: 15px;}
 .sidenav a {font-size: 18px;}
}

/*選單 - 選項*/
#ajax-sidenav > div {position:relative;width: 100%;color: #000000;padding: 15px 25px;line-height:20px;box-sizing:border-box;cursor: pointer;cursor: hand;font-size: 14px;letter-spacing: 3px;}
#ajax-sidenav > div:before {/*content:url(../../images/header-icon.png);vertical-align:0; padding-right:10px;color: #000000;*/}

#ajax-sidenav > div i {position:absolute;right: 15px;top: 17px;}
#ajax-sidenav > div.title { background: #b19bb5; color: #ffffff; }
#ajax-sidenav > div:hover { /*color:#57708e;*/ }
#ajax-sidenav > div span { position:absolute; right:0; top: 0; display:block; padding: 15px 20px; border-left: 1px solid #ebebeb;/* border-right: 1px solid #ebebeb; */ }
#ajax-sidenav > div.nav {background:#ECECEC;border-bottom: 1px solid #CDCDCD;color: #333333;}
#ajax-sidenav > div.nav:before { content:""; padding-right:0px; }
#ajax-sidenav > div img { vertical-align:middle; padding-right:8px; }
#ajax-sidenav div a{color: #000000; text-decoration: none;}
.submenu-nav { width: 100%; overflow:hidden; display:none; background-color: #FFFFFF; }
.submenu-nav div {position:relative;font-size: 14px;background: #ffffff;line-height: 20px;border-bottom: 1px solid #ebebeb!important;padding: 18px 30px 18px 55px !important;cursor:pointer;}
.submenu-nav div:before{position: absolute;left: 30px;top: 20px;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f111";color: #e2e2e2;padding-right: 8px;}
.submenu-nav div a{font-size: 14px;color: #000000 !important;}
.submenu-nav div i{position:absolute;top:20px;right: 16px;color: #000000;}
.submenu-nav.layer3 div{padding: 18px 10px 18px 80px !important;}
.submenu-nav.layer3 div:before{position: absolute;left: 55px;top: 20px;font-family: "Font Awesome 5 Free";font-weight: 100;content: "\f111";color: #e2e2e2;padding-right: 8px;}


.submenu2{background:#ebebeb !important;border-left: 5px solid #9B7354;}
.submenu3{background:#f5f5f5 !important;border-left: 5px solid #9B7354;}

.copyright{text-align: center;color: #939797;line-height: 18px;padding: 20px 10px;}

@media screen and (max-height: 450px) {
 .sidenav { padding-top: 15px;}

 .sidenav a { font-size: 18px;}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Menu Search <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.jq-submenu.srh{position:relative;padding:0 !important;}
.jq-submenu.srh .srh-btn{position:absolute;right: 30px;top: 20px;}
.jq-submenu.srh input[type="text"]{
    /* max-width:218px; */
    background: #F2f2f2;

    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    height: 50px;
    border:0;
    font-size: 14px;
    padding: 0 50px 0 25px;

    box-sizing: border-box;
    letter-spacing:1px;

    color:#333;
    outline:0;
}

.jq-submenu.nav{ border-left:0 !important; }
.jq-submenu.nav i{ position:initial !important; padding-right:8px; }

.cursor{cursor:pointer;}

.no-line{border: none;}

.editor-area img{max-width: 100%;}
.editor-area ol li{text-align: left;}
.original-price.active, .original-price.active span,.original-price.active .price-amount{ color:#666 !important; font-weight:600; text-decoration: unset; font-size: 18px;}

select option:disabled {
    font-size: 12px;
    color:#8d8d8d;
}
.t-center{text-align: center;}
.t-left{text-align: left;}
.mw-300{max-width: 300px;}
.mt-30{margin-top:50px;}

@media screen and (max-width: 768px) {
  .footer_menu_links{max-height: unset;}
}

.border-0{border: 0;}
.t-align{text-align: left;}