@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* body {font-family: 'Roboto','sans-serif',"Noto Serif", system-ui;} */

:root{
    --color_A: #FFD306;
    --color_B: #003C3C;
    --color_C: #D0B75C;
}
img{
    vertical-align: middle;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;     z-index: 20;}
.bannerindex { position:sticky; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { position:static; padding:0; margin:0;}
}

/*隱藏大圖輪播點點按鈕*/
/*.swiper-pagination-clickable .swiper-pagination-bullet {display: none;}*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/
.pageIndex .main_part {   border-top: 0px solid #ccc;}

/*中間小標刪除*/
.path { display:none;}

/*header最右側icon*/
.nav-menu>li:last-child {display:none;}

/*網站按鈕*/
.animated-arrow {    background: #eccc75;    border-radius: 100px;}

/*內頁背景*/
body {
    background: url(../images/all_bg.jpg) no-repeat top center fixed;
    background-size: cover;
}
#content_main {
    background: url(../images/all_bg.jpg) no-repeat top center fixed;
    background-size: cover;
}

.pageIndex .news_part{
    display: none;
}

.other_select_page .page{
    display: none;
}

/*top*/
#to_top {
    /* box-shadow: 0px 0px 10px #e9d0af82; */
    color: var(--color_B);
    /* background: #ffffffd6; */
    backdrop-filter: saturate(100%) blur(10px);
}
#to_top i.top {height: 15px;}
#to_top i.top:before, #to_top i.top:after {
    height: 10px;
    top: 5px;
    background: var(--color_B);
}

/*滾輪*/
::-webkit-scrollbar { width: 9px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 7px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: #e9e9e9;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 4px; background-color: var(--color_B); border: var(--color_B);}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*大圖*/
.swiper-wrapper .swiper-slide:nth-child(1)::after {
}
.swiper-wrapper .swiper-slide:nth-child(2)::after {
}

/*下拉編輯頁*/
.other_select_page .promotion_title { display: none;}
.other_select_page .clearfix {  display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Header*/
.header_area{position: sticky; width: 100%; left: 0; top: 0;}
.header_area.sticky{position: sticky;}
.header_area.sticky .main_header_area .container {background:none; /*max-width: 80%;*/ transition: all 1s;}
.header_area.sticky .main_header_area {
    /* background:#ffffffb5;  */
    /* backdrop-filter: saturate(100%) blur(10px); */
    height: 80px; 
    opacity: 1;
    transition: all 1s; 
    box-shadow: 0px 1px 10px 0px #e0dbdb;
} 

.pageIndex .main_header_area{
    position: relative;
    transition: all 0.3s;
}
.main_header_area{
    /* background: #ffffff00; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/header_bg.jpg);
    height: 110px; 
    opacity:1;
    transition: all 0.3s;
}
.main_header_area .container{
    width: 100%;
}
.navigation {padding: 6px 0 0px 200px;}

/*選單最大寬度設定*/
.main_header_area .container {max-width: 1500px; transition: all 0.3s;}

/*第一層*/
.stellarnav > ul > li {padding: 0 5px;}
.stellarnav ul ul {padding-top: 0px; /*box-shadow: 0px 0px 10px #c8c8c88f;*/}
.stellarnav ul ul ul {padding-top: 0px;}
.stellarnav > ul > li > a{
    color: #444444; 
    padding: 0 0px 0 0px; 
    font-weight: 400; 
    letter-spacing:0px; 
    font-size: 16px; 
    transition:all 0.3s;
}
.stellarnav > ul > li:hover > a{    color: var(--color_B);}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a {padding: 0 0px 0 0px;}
.stellarnav > ul > li > a b {font-weight: 400; letter-spacing: 1px;}

/*第二層*/
.stellarnav li li {border: 0px #eee solid;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{
    padding: 10px 10px; 
    border-left:none; 
    font-size: 14px;
    font-weight: normal;  
    color: #444444;
    transition: all 0.3s; 
    /* background: #eccc75; */
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    color: #ffffff; 
    /* padding-left:14px;  */
    background: var(--color_A);
}

/*SubMenu*/
.shop_search_btn {background: #b3b3b3;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #b3b3b3;}
.me_tp_features {padding-right: 6px; margin-bottom: 3px;}
.me_tp_features a i {   color: #666666;}
.me_tp_features a span {   color: #666666;}
/* .box_search {    display: none;} */
.shop_search_btn{background: var(--color_B);}
.box_search input[type=text]{border-color: var(--color_B);}
.tp_links {display: none;}
.me_tp_features a.tp_btn_light{
    display: inline-flex;
}
.me_tp_features a.tp_btn_light i{
    display: flex;
    align-items: center;
    justify-content: center;
}

/*按鈕hover底線特效 old*/
.stellarnav > ul > li {position: relative;}

/*LOGO*/
.nav-header {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 180px;
    width: 100%;
    min-height: 205px;
    top: -20px;
    background: var(--color_A);
    transition: .5s ease;
}
.nav-brand{
    display: block;
    width: auto;
    transition: .5s ease;
}
.header_area.sticky .main_header_area .nav-header{
    max-width: 150px;
    min-height: 165px;
    top: -2px;
}
.header_area.sticky .main_header_area .nav-brand{
    max-width: 95px;
}
@media screen and (max-width: 1055px) {}
@media screen and (max-width: 1024px) {
.navigation {padding: 5px 0px 0px;}
.main_header_area {height: auto;}
.header_area.sticky .main_header_area {height: auto;}
.nav-header{max-width: 100px;min-height: auto;background: none;margin: 0 auto;padding: 10px 0;}
.header_area.sticky .main_header_area .nav-header{min-height: auto;max-width: 50px;}
.me_tp_features {    padding-right: 0px;}
}
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*/
.navigation {  padding: 0px;  padding-top: 3px;  }
.pageIndex .header_area{position:relative;}
.pageIndex .header_area.sticky{position:fixed;}
.main_header_area .container {max-width: 100%;}
.main_header_area {height: auto;}
.header_area.sticky .main_header_area .container {max-width: 100%;}
.pageIndex .main_header_area { height: auto; opacity: 1;}
.header_area.sticky .main_header_area { height: auto; background: #ffffff; backdrop-filter: unset;}
.me_tp_features {margin: 0px 0;}
    
    
/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{  padding: 15px 15px ;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 15px 15px ;border-color:transparent;}
.stellarnav .menu-toggle:after {    color: #7f614a;}
.stellarnav .menu-toggle span.bars span {   background:  #7f614a;}
.stellarnav.mobile {    top: 7px;}
.stellarnav.mobile > ul > li > a {padding: 10px 43px 5px 10px;}
.stellarnav.mobile > ul > li{border-bottom: 1px #ddceb7 solid;}
.stellarnav.mobile li a {border-bottom: 0px solid rgba(255, 255, 255, .15);}
.stellarnav.mobile ul{padding-top: 0px;}
.stellarnav.mobile li.open {background: #ffffff;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #ffffff;}
.stellarnav.mobile li.open li.open {background: #ffffff;}
/*.stellarnav > ul > li:hover > a {color: #ffffff;}*/
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {     background: var(--color_A);    }
.stellarnav.mobile li li a.dd-toggle {    background: none;    }
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {background: #ffffff; border-right: 0px; box-shadow: 1px 1px 10px #735940ba;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #ffffff; color: var(--color_A);}
.stellarnav a.dd-toggle .icon-plus:after {  border-bottom: solid 3px var(--color_B);}
.stellarnav a.dd-toggle .icon-plus:before { border-bottom: solid 3px var(--color_B);}
.stellarnav .icon-close:before {  border-bottom: solid 3px var(--color_A);}
.stellarnav .icon-close:after { border-bottom: solid 3px var(--color_A);}

/*Logo/＝＝＝＝＝*/
/* .nav-brand{ margin-top: 10px;} */
.nav-header{max-width: 80px;}
.header_area .nav-brand{max-width: unset; margin-top: 0px;}
}
@media screen and (max-width: 570px) {
/*側邊選單/＝＝＝＝＝*/
.stellarnav.mobile {top: 3px;}
}
@media screen and (max-width: 450px) {
.me_tp_features{padding-bottom: 5px;}
/* .box_search{display: block;margin: 0 auto;} */
.box_search{display: none;}
}
@media screen and (max-width: 425px) {
/*側邊選單/＝＝＝＝＝*/
.stellarnav.mobile {top: 2px;}
}

/*下拉*/
.submenu-indicator {  margin-left: 8px;  margin-top: 4px;}
.submenu-indicator-chevron {    border-color: transparent #343a40 #343a40 transparent;}
.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #eccc75 #eccc75 transparent;}

/*下拉選單*/
.nav-dropdown {    min-width: 130px;}
.nav-menu>li>.nav-dropdown {    border: solid 0px #f0f0f0;}
.nav-dropdown>li>a {    text-align: center;}
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {  background: #eccc75; color: rgb(255, 255, 255);}
.stellarnav li.drop-left ul ul {   left: 160px;    right: auto;}

@media screen and (max-width: 768px) {
.nav-toggle {   top: 20px;   right: 35px;}
.navigation-portrait .nav-menu > li > a {  padding: 20px 50px;}
.stellarnav li.drop-left ul ul {   left:auto;    right: 160px ;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 35px;
    letter-spacing: 4px;
    padding: 0;
    height: 395px;
    display: none;
}
.banner h5 {
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 30%;
    width: 20%;
    padding: 20px;
    background: #ffffffb8;
    border-radius: 45px;
}

.services_page .banner.banB {}
.other_page .banner.banB {}
.banner.banC {}
.banner.banE {}
.banner.banF {}
.banner.banblog {}

/*首頁文章*/
.module_i_news li:nth-child(n+4) {display: none;}


@media screen and (max-width: 768px) {
.banner {    height: 135px;    font-size: 20px;}
.banner h5 {        width: 30%;    padding: 10px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* member fix=== */
@media screen and (max-width: 600px) {
.right_member_in li{font-size: 12px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* all page=== */
.show_content{
    padding: 0;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* footer=== */
.footer{
    font-family:'Microsoft JhengHei';
    background: url(../images/footer_bg.jpg) center repeat-y;
    padding: 0;
}
.footer .center{
    max-width: 1250px;
    padding: 50px 0 20px;
}
.footer_info{
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 10%;
    padding: 0;
    align-items: center;
}
.footer_logo{
    display: block;
    max-width: 79px;
    width: 100%;
    margin: 0;
}
.footer_info ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.footer_info ul::before{
    content: '';
    display: block;
    width: 1px;
    min-height: 145px;
    background: #FFFFFF;
    margin: 0 20px;
    order: 2;
}
.footer_info li{
    padding: 0;
    width: 100%;
}
.footer_info li:nth-child(1){
    display: grid;
    grid-template-columns: repeat(2,1fr);
    max-width: 580px;
}

.footer_info li p.tel2{
    order: 1;
}
.footer_info li p.tel2:before{
    content: '手機：';
}
.footer_info li p.phone{
    order: 3;
}
.footer_info li p.phone:before{
    content: '手機：';
}
.footer_info li p.tel{
    order: 5;
}
.footer_info li p.tel:before{
    content: '電話：';
}

.footer_info li:nth-child(2){
    max-width: 355px;
    order: 3;
}
.footer_info li p.line{
    order: 2;
}
.footer_info li p.line:before{}
.footer_info li p.mail{
    order: 4;
}
.footer_info li p.mail:before{}
.footer_info li p.add{
    order: 6;
}
.footer_info li p.add:before{}
.footer_menu{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.footer_menu a{
    display: block;
    background: none;
    border: none;
    color: #FFFFFF;
    transition: .5s ease;
}
.footer_menu a:nth-of-type(1){
    display: none;
}
.footer_menu a:hover{
    background: none;
    color: var(--color_A);
}
.box_link{
    display: none;
}
.footer_info li p{
    color: #FFFFFF;
}
.footer_info li p a{
    color: #FFFFFF;
}
.double_key{
    grid-column: span 2;
}
.copy,.copy a{
    color: #FFFFFF;
}
@media screen and (max-width: 1300px) {
.footer .center{width: 90%;}
.footer_info{gap: 5%;}
}
@media screen and (max-width: 1150px) {
.footer_info li:nth-child(2){max-width: 280px;}
.footer_menu{grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 1050px) {
.footer_info{grid-template-columns: 1fr;gap: 20px 0;}
.footer .center{padding-top: 20px;}
.double_key{grid-column: initial;}
}
@media screen and (max-width: 910px) {
.footer_info li:nth-child(1){grid-template-columns: 1fr;}
.footer_info li p:nth-of-type(n){order: initial;}
}
@media screen and (max-width: 600px) {
.footer_info ul{flex-flow: wrap;}
.footer_info ul::before{width: 100%;min-height: 1px;margin: 20px 0;}
.footer_info li:nth-child(2){max-width: 100%;}
.footer_menu{grid-template-columns: repeat(auto-fit, minmax(130px, 130px));}
}
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/* .footer .center {    max-width: 1200px;    padding: 0 3%;}
.footer_logo {    width: 150px;    margin: 0;}
.footer_logo img {    width: 100%;}
.footer_info {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer_info li {    padding: 10px 0;    display: inline-block;    vertical-align: middle;}
.footer_info li:nth-child(1) {   width: 100%;}
.footer_info li:nth-child(2) {    width: 100%;}
.footer_info li p,
.footer_info li p a {    color: #444;}
.footer_menu a {    background: transparent;    color: #555;    border: none;}
.copy {    border-top: none;}
.copy a {    color: #444;    font-weight: 200;}
.box_link {
    top: 100%;
    width: 100%;
    text-align: right;
    padding: 0 3%;
    max-width: 300px;
    display: none;
}
.box_link a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: none;
    background: #111;
    padding: 0px;
    border-radius: 30px;
}
.box_link a i {
    max-width: 100%;
    font-size: 18px;
    line-height: 30px;
    display: block;
}

@media screen and (max-width: 768px) {
    .footer {     padding: 30px 0;    }
    .footer_logo {        margin-bottom: 0;   }
    .footer_info ul {       flex-wrap: wrap;    }
    .footer_info li:nth-child(1) {     width: 100%;    }
    .footer_info li:nth-child(2) {       width: 100%;      text-align: center;    }
    .footer_menu {        margin: 0;    }
    .box_link {        position: relative;        right: 0;        top: 0;        text-align: left;        padding: 15px 0;    }
    .copy {        padding: 30px 3% 0 3%;        text-align: center;        border-top: 1px solid #555;        font-size: 12px;    }
} */

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/

/* .footer .center {    max-width: 1600px;}
.footer_info {    flex-direction: column;    align-items: flex-start;}
.footer_info ul {    width: 100%;}
.footer_info li:nth-child(1) {    position: relative;}
.footer_info li:nth-child(2) {    border-top: 1px solid #333;    text-align: right;    margin-top: 30px;}
.footer_logo {    display: none;}
.footer_menu {    padding: 10px 0;}
.footer_menu a {
    border-right: 1px solid #ccc;
    padding: 0 12px;
    text-align: center;
    margin: 0;
}
.footer_menu a:last-child {    border-right: none;    padding-right: 0;}
.footer_menu a:hover {    background: transparent;    color: #eccc75;}
.copy {
    text-align: right;
    max-width: 1600px;
    padding: 10px 3%;
    margin: 0 auto;
    font-size: 12px;
}
.copy a:hover {    color: #000;}
.footer_menu a:nth-child(1) {    display: none;}

@media screen and (max-width: 768px) {
    .footer_info li:nth-child(1):after {       display: none;   }
    .footer_info li:nth-child(2) {    margin-top: 15px;}
    .footer_menu {        text-align: center;        max-width: 700px;        margin: 0 auto;    }
    .footer_menu a:last-child {        padding-right: 12px;    }
    .copy {        border-top: none;        text-align: center;    }
}

@media screen and (max-width: 600px) {
    .footer_menu {     text-align: center;    }
} */

@media screen and (max-width: 360px) {
    
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* page=== */
.page li{
    margin: 5px;
}
.page li.activeN,.page li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    transition: .5s ease;
}
.page li.activeN{
    background: #CCCCCC;
    color: #FFFFFF;
}
@media screen and (max-width: 360px) {
.page{margin: 20px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
    max-width:1115px;
    padding: 100px 20px;
}
.product-layer-two{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    margin: 0;
}
.product-layer-two li{
    display: block;
    max-width: 100px;
    width: 100%;
    background: none;
    margin: 5px;
    font-size: 16px;
    font-weight: normal;
    color: #444444;
    text-align: center;
}
.product-layer-two li a{
    background: none;
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
    transition: .5s ease;
}
.product-layer-two li a:hover{
    border-color: var(--color_C);
    background: var(--color_C);
    color: #FFFFFF;
}
.product-layer-two li.active a{
    background: var(--color_B);
    border-color: var(--color_B);
    color: #FFFFFF;
}
.products-list{
    padding-top: 40px;
}
.products-list .price{
    margin: 0 0 10px;
}
.products-list .price b{
    color: #D12D2D;
}
.products-list .more{
    background: var(--color_B);
    border-color: var(--color_B);
    color: #FFFFFF;
    border-radius: 5px;
}
.products-list .item a:hover .more{
    background: var(--color_C);
    border-color: var(--color_C);
}
@media screen and (max-width: 768px) {
.product_page .main_part{padding: 80px 20px;}
}
@media screen and (max-width: 600px) {
.product_page .main_part{padding: 50px 20px;}
}


/* info */
.product_info_page .product-layer-two{
    display: none;
}
.product_info_page .main_part{
    padding-top: 150px;
}
.inquiry_a3{
    background: var(--color_B);
}
.toShare a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #EEEEEE;
}
ul.prod li h3.prod-thumb{
    border-bottom: 1px solid var(--color_C);
    background: none;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
    color: var(--color_C);
}
.lastaction{
    color: #000;
}
.nextaction{
    background-color: var(--color_C);
}
.prod_related{
    background: none;
}
.prod_related h6 span:before{
    color: var(--color_C);
}
.related_list li{
    max-width: 259px;
}
.related_list li a{
    border: 1px solid var(--color_B);
    padding: 0;
}
.related_list li a p{
    padding: 10px 0;
}
.lastPage{
    background: var(--color_B);
}
.stepImg span.active{
    color: var(--color_B);
}
.stepImg span{
    color: #777777;
}
.shopping-cart .cart_head{
    background: var(--color_B);
}
.shopping-cart .cell.amount a{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 25px;
    width: 100%;
    min-height: 25px;
    border-radius: 50%;
    margin: 0 auto;
    background: #444444;
    color: #FFFFFF;
}
.separate_title{
    font-weight: bold;
    color: var(--color_B);
    background-color: #F3F3F3;
}
.form label{
    display: flex;
    align-items: center;
}
.form label .inputbox{
    margin: 0 10px 5px 0;
}
.total_amount ul{
    border-color: var(--color_C);
}
.total_amount ul:after{
    display: none;
}
.total_amount li{
    border-bottom: 1px dotted #CCCCCC;
    padding: 10px 0;
    margin: 0;
}
.total_amount li:nth-last-of-type(1){
    border: none;
}
.rewrite_simple, .send_simple{
    font-size: 16px;
    font-weight: bold;
    border-radius: initial;
}
.rewrite_simple{
    background-color: #F3F3F3;
    text-align: right;
    padding-right: 20px;
    color: #444444;
}
.send_simple{
    background-color: var(--color_B);
    text-align: left;
    padding-left: 20px;
}

/* shopfrom */
.declaration{
    background: var(--color_C);
    color: #FFFFFF;
}
.declaration label.Bigcheck{
    color: #FFFFFF;
}

/* okpay */
.order_list_tab{
    margin: 0;
}
.order_finish_page .main_part{
    max-width: 1225px;
}
.order_list_tab td:nth-child(1){
    width: 150px;
    color: #444444;
    padding: 10px 15px;
}
.order_list_spec{
    background: var(--color_B);
}
.order_list_head{
    display: none;
}
.order_list_pro{
    padding-top: 30px;
}
.payer{
    background: none;
}
.order_list_tab.payer td:nth-child(1){
    border-right: none;
}
.order_list_pro tr:first-child{
    background: var(--color_B);
}
.order_list_pro tr:first-child td{
    color: #FFFFFF;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*促銷方案*/

.promotion_title * {  color: #cf2222;}
.promotion_title { text-align: center;}
.promotion_title em {  border: 1px #cf2222 dashed;}
.promotion_title span { border: 1px #cf2222 dashed;}
.promotion_title h2 {  display: block;  font-size: 30px;}
.other_promotion li a {  border: none; border-top: 1px solid #e5e5e5;   }
.other_promotion li a:hover {  background: none;}
.other_promotion li a:before { border: 2px #cf2222 solid; border-bottom: none;  border-right: none; border-left: none;}
.other_promotion li a:after { display: none;}

/*首頁*/
.news_part {    margin: 70px auto;    padding: 50px 30px;    background: #fffffff2;    border-radius: 20px; border: 2px #eccc75 solid;}
.news_part .title_i_box h4 {  color: #cf2222;}
.news_list ul li a:hover {   background: #fff1cd;}

@media (max-width:450px) {
.news_part{padding: 30px 15px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
h5.blog_le_t {
    text-align: center;
}
.blog_search input[type=search]{
    background: none;
}
.blog_le .accordion > li{
    transition: .5s ease;
}
.blog_le .accordion li .link{
    padding: 0;
}
.blog_le .accordion > li a{
    display: block;
    width: 100%;
    padding: 15px 10px;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--color_B) !important;
}
.blog_le .accordion {
    border: none;
    border-radius:0px;
    border-top:1px #ccc solid;;
}
.blog_le .accordion li .link:last-child {    border-bottom: 1px solid #CCC;}
.blog_box {    padding: 30px 7px 7px 7px;}
.blog_list_le {
    display: block;
    width: 100%;
    box-shadow: none;
}
.blog_list_le img{
    width: 100%;
}
h4.blog_category_title{
    font-size: 28px;
    font-weight: bold;
    color: var(--color_B);
    letter-spacing: 0.05em;
    line-height: 150%;
    padding-left: 10px;
    border-bottom: 1px solid #CCCCCC;
}
.blog_subbox{
    display: flex;
    flex-flow: wrap;
}
.subbox_item { 
    width: calc(100% / 3 - 20px);
    padding: 0;
    margin: 10px;
    border-bottom: 1px solid #ccc;
}
.subbox_item a {
    height: 100%;
    overflow: hidden;
}

.blog_list_ri{
    display: block;
    padding: 7px 0;
    width: 96%;
    margin: 0 auto;
}
.submenu a {background: #fff;}
.blog_list_ri h5{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #333333;
}
.blog_list_ri em{
    font-size: 13px;
    letter-spacing: 0.1em;
    margin: 0;
    padding-bottom: 20px;
}
.blog_list_ri p{
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 150%;
}
.submenu a:hover {
    background:var(--color_C);
}
.subbox_item a:before {
    transform: translate(-50%,-50%);
    left: 50%;
    right: 0;
    bottom: -17%;
    letter-spacing: 2px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #eccc75;
    border-radius: 15px 15px 0 0;
    width: 100%;
    padding: 8px 0;
    text-align: center;
}
.subbox_item a:hover:before {
    bottom: -5%;
}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next{
    background: #F3F3F3;
    color: #444444;
}
.blog_back a.article_btn_back{
    background: var(--color_B);
}
.subbox_item a:after {display: none;}
@media (max-width:1024px) {
.subbox_item{width: calc(100% / 2 - 20px);}
}
@media (max-width:600px) {
h4.blog_category_title{margin-bottom: 10px;}
.subbox_item{width: calc(100% / 2 - 10px);margin: 5px;}
}
@media (max-width:375px) {
.subbox_item{width: 100%;}
}
/*文章內頁*/
/* .blog_back a.article_btn_back {
    background:#cf2222;
}
.blog_back a.article_btn_next {
    background: #eccc75;
}
.blog_back a.article_btn_prev {
    background: #eccc75;
}

.blog_box_edit *{max-width: 100%;}
.blog_box_edit iframe{display: block;}
@media screen and (max-width: 768px) {
    .subbox_item {  width: 47%;}
    .subbox_item a:before {display: none;}
}
@media screen and (max-width: 600px) {
    .subbox_item {  width: 96%;}
} */
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.overlay {    background: rgb(0 0 0 / 25%);    border-radius: 5px;}
.block {   background: #cf2222;}
.subalbum-menu h2 {    color:#cf2222;    letter-spacing: 1px;}

.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: 100%;
    padding-bottom: 0;
    border-radius: 5px;       /*圓角*/
    box-shadow: 0px 0px 10px #aaa;}

.show-list .show_name {    text-align: center;    margin-top: 15px;}

.show-list .item:hover .show_name {    color: #eccc75;}

.other_album_choice li {    background: #eccc75;    border-radius: 50px;    font-size: 13px;}
.other_subalbum li {  background:none;}
.album_fixed_title {  background: none;}
.other_album_choice li .fa {    height: 12px;  vertical-align: baseline;}
.fa-2x {    font-size: 1em;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_page .contact_content {padding: 0;}
.blank_letter {color: var(--color_B);padding: 0 0 20px;}
.contact_content .information_left {     width: 30%;}
.contact_content .information_right {    width: 100%;      padding: 0px 22%;}
.list_before.info li {    padding-left: 36px;    letter-spacing: 1px;}
.list_before.info li::before {      color: #574232;  letter-spacing: 1px;}

.contact_form {    margin-top: 0;}
.contact_form li {padding-left: 0;}
.contact_form li.last cite { background: var(--color_B);}
.contact_form li.last blockquote {color: #444444;background: #F3F3F3;border-color: #F3F3F3;}
.contact_form li.last cite {  border: 1px var(--color_B) solid;     margin-left: 10px;width: 210px;}
.contact_form li .form__label {    width: 190px;    text-align: left;margin-left: 0;    letter-spacing: 0.5px;}
.contact_form li .form__insert {    width: 100%;}
.contact_form li input.noborder { }
.contact_form li textarea.noborder {  border: none;  border-bottom: 1px #ccc solid;}

.contact_content .information_left {   display: none;}
.contact_le_map a {display: none;}

li.ADD2 {   display: none;}

input[type="checkbox"], input[type="radio"] {        margin: 3px 5px 5px 10px;  vertical-align: middle;}
.form select {    margin-left: 10px;background-color: #ffffff;    border: 1px solid #666;    color: #000;}
.noborder {padding: 5px 5px;}

@media screen and (max-width: 768px) {
.contact_content .information_left {     width: 100%;}
.contact_content .information_right {   padding: 0px 6%;}
.blank_letter {  padding-top: 10px;}
}

@media screen and (max-width: 425px) {
.contact_form li.last blockquote, .contact_form li.last cite{width: 100%;}
.contact_form li.last cite{margin: 10px 0 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 0px; }
#to_top { bottom:10px;}
.copy {  padding-top: 10px;}

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/
}

@media screen and (max-width: 600px) { 
}




/* 20260109 */
.inquiry_a3{
    display: none;
}
.inquiry_a4{
    display: block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-top: 10px;
    background: var(--color_B);
}
.inquiry_a4:hover{
    letter-spacing: 2px;
    background: #777;
}
li.pd_info_quantity{
    display: none;
}