@charset "utf-8";
/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/*#DBA954 /*網站主要色系
  #111B25 /*網站輔助色系1
  FEBA17 /*網站輔助色系2*/

/*校稿版面設定*/
.services_page .main_part, .pageIndex .main_part, .other_page .main_part, .other_select_page .main_part{ width: 100%; max-width:100%; margin: auto; padding:0px; margin-top:-1px;}
.show_content { width: 100%; padding:0px; top:-1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;}

/*頁面內容*/
div#page { }
#content_main, #content {}
.module_i_news { }
.path { display: none;}
.other_page #content, .other_select_page #content { min-height: auto;}

/*滾輪*/
&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #eee;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #444;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

/*SubMenu*/
.me_tp_features {display: none;}/*隱藏整列*/
.shop_search_btn { background: #DBA954;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #DBA954;}

/*上方選單右邊設定 臉書/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}
*/

/*.box_search { display:none;}隱藏購物車搜尋欄*/
/*.me_tp_features a.tp_btn_cart { display: none;}隱藏購物車*/
/*.me_tp_features a.tp_btn_notice { display: none;}隱藏匯款通知*/

/*按鈕*/
.animated-arrow { background: #DBA954; border-radius: 10px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: #111B25; transition: .3s ease-in-out;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: #666; border-radius: 100%; color: #fff; font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: #ccc; transition:all 0.3s;}
.page strong, .page a:hover { background: #DBA954; border: 1px solid #DBA954;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.bannerindex::before{
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/rock/s01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height:1000px ;
    top: 0;
    left: 0;
    z-index: 99;
}

@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}

/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner {
    background-image: url(https://pic03.eapple.com.tw/rock/bn.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 240px 0 140px;
}
.banner h5 {
    letter-spacing: 0.15em;
    position: relative;
    font-weight: 600;
    font-size: 25px;
    color: #111B25;
}
.banner h5::before{
    content: "";
    position: absolute;
    font-size: 80px;
    color: #DAA953;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 600;
    left: 50%;
    bottom: 82px;
    line-height: 0;
    transform: translateX(-50%);
}
.banner.banA {}
.article_a .banner.banblog h5::before{content: "NEWS";}
.article_b .banner.banblog h5::before{content: "VIDEO";}
div[data-banner="news_a_list_4343"].banblog h5::before {content: "RECOMMEND" !important;font-size: 60px !important;}

@media screen and (max-width: 768px) { 
    .banner{background-image: url(https://pic03.eapple.com.tw/rock/bn01.jpg);padding: 150px 0 80px;}
    .banner h5 { font-size: 20px;}
    .banner h5::before{
       bottom: 66px; font-size: 55px;
    }
}
@media screen and (max-width: 600px) { .banner h5 { font-size: 24px;}}
/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.header_area{padding: 0;}
.pageIndex .header_area { position: fixed; width: 100%; top: 0; left: 0;padding: 0;}
.pageIndex .header_area.sticky { position: fixed;}
.main_header_area { background: #000;}
.main_header_area .container { max-width: 98%; margin: 0 auto 0 0;}
.header_area .main_header_area::after {
    content: "";
    position: relative;
    display: block;
    background: #DBA954;
    height: 3px;
    width: 0%;
    transition: all 0.3s;
}
.header_area.sticky .main_header_area::after {width: 100%;transition: all 1.5s;}

/*logo*/
.header_area .nav-brand { max-width: 170px; width: 100%;    position: absolute;top: 0;left: 0;transition: all 0.3s;    overflow: hidden; font-size: 0; border-radius: 0 0 25px;aspect-ratio: 1 / 1;}
.header_area.sticky .nav-brand{ max-width: 140px;transition: all 0.3s;}

/*menu*/
.navigation{grid-template-columns: 150px 1fr;}
.nav-header{grid-row: unset;    max-width: 150px;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a { font-weight: 600; position: relative; padding: 0 20px;    padding: 40px 20px;  letter-spacing: 2px; color: #fff;}
.stellarnav li:nth-of-type(3) li:last-of-type {display: none;}
.stellarnav > ul > li > a b {line-height: 0;height: 60px;}
.stellarnav > ul > li > a:hover b {-webkit-transform: translateY(-60px);}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: #DBA954;}
.stellarnav li.has-sub > a::after { border-top: 6px solid #fff;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { border-top: 6px solid #DBA954;}/*下拉箭頭*/
.stellarnav > ul > li:nth-child(4){display: none;}

/*--下拉頁面---------------------------------------*/

/*外框*/
.stellarnav ul ul{padding: 0;}
.stellarnav ul ul, .stellarnav ul ul ul { background: #fffffff2; box-shadow: 0 5px 5px #00000066;}
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li { border: none; margin-bottom: 0;}

/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #888;}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #DBA954; border-top: 6px solid transparent;}

/*項目*/

.stellarnav li.has-sub > ul > li.has-sub > a, .stellarnav li.has-sub > ul > li > a { color: #777; padding:12px 20px; font-family: "微軟正黑體", sans-serif; }
.stellarnav li li > a, .stellarnav li li.has-sub > a { color: #DBA954; font-size: 15px; font-weight: normal; padding: 7px 5px; border-left: 1px solid transparent; background: transparent; transition: all 0.3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { color: #111B25; transition: all 0.3s;background: #DBA954;}
.stellarnav li.has-sub > ul > li:hover > a{ color: #111B25;}

/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #DBA954;}
.stellarnav .menu-toggle:after { color: #DBA954;}

/*展開*/
.stellarnav.mobile.left > ul { background: #000;max-width: 100%;padding: 0;}
.stellarnav.mobile > ul > li { border-bottom: 1px#fff solid;}
.stellarnav.mobile > ul > li > a { padding: 30px; border-bottom: none; display: block;}
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #444; padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #DBA954; color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #DBA954;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #DBA954;}

/*下拉*/
.stellarnav.mobile li.open { background: #111B2522; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
    .swiper-pagination { display: none;}
}

@media screen and (max-width: 1024px) { 
    /*header*/
    .pageIndex .header_area { position: relative;}
    .main_header_area .container { max-width: 100%;}

    /*logo*/
    .header_area .nav-brand { max-width: 130px;  transition: .3s ease-in-out;    border-radius: 0 0 15px;}

    /*menu*/
    .stellarnav ul{text-align: right;}
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0;}
    .stellarnav > ul > li > a, .stellarnav li.has-sub > a{    padding: 35px 12px;    font-size: 14px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after {}/*下拉箭頭*/
}

@media screen and (max-width: 768px) {

    .main_header_area {height: 55px;}
    .header_area .main_header_area::after{top: 55px;}

    /*logo*/
    .nav-header { position: static;}
    .header_area .nav-brand { max-width: 100px; transition: .3s ease-in-out;}
    .header_area.sticky .nav-brand { max-width: 100px;transition: .3s ease-in-out;} 

    /*menu*/
    .stellarnav > ul > li > a:hover:before{display: none;}
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile{left: unset; right: 0;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 30px;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}
    .stellarnav .menu-toggle{padding: 10px;}
    .stellarnav > ul > li:nth-child(4){display: block;}
    .stellarnav > ul > li:nth-child(5){display: none;}

}

@media screen and (max-width: 425px){

  .header_area .nav-brand{max-width: 88px;}
  .header_area.sticky .nav-brand { max-width: 88px;transition: .3s ease-in-out;} 

}

/* = = = 促銷方案參考03 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*首頁標題*/
.news_part .title_i_box h6{font-family: "","Noto San TC", sans-serif;font-size: 55px;color:#cbc0a0 ;letter-spacing: 2px;font-weight: normal;}
.news_part .title_i_box h4{font-family: "Noto San TC", sans-serif;color:#DBA954 ;letter-spacing: 5px;font-size: 25px;}
.i_news_b { margin-top: 35px;}

/*首頁*/
.news_part{    background: #FFF6EA;}
.news_list ul li{ border-bottom: 1px #DBA954 solid;display: block;position: relative;padding: 20px 35px;margin: 0;}
.news_list ul li a span{font-family: "Rubik","Noto San TC", sans-serif;}
.news_list ul li a:hover{background: transparent;}
.news_list ul li:hover {background: #fff;}
.news_list ul li a:hover p,.news_list ul li a:hover p:after {color: FEBA17;}
.news_list ul li a:hover p{width: 98%;}
.news_list ul li a:hover p:after{right: 10px;}
.news_list ul li span {display: block;vertical-align: top;padding: 0;font-size: 13px;color: #a6a6a6;width: fit-content;}
.news_list ul li p {width: 100%;font-family:"Rubik","Noto San TC", sans-serif;color: #DBA954;font-size: 16px;padding: 0;position: static;margin-top: 10px;}
.news_list ul li p:after {color: #DBA954;top: 65%;margin-right: 30px;font-size: 13px;}


/*內頁*/

.other_promotion li {border-top: 1px solid #cbc0a0;}
.other_promotion li:hover {border-top: 1px solid #DBA954;}
.other_promotion li a:before, .other_promotion li a:after{display: none;}
.other_promotion li a{border: none;}
.other_promotion li a:hover{background: transparent;}
.other_promotion li:hover .pmtTitle h3 {font-weight: bold;text-decoration: underline;}

/*內文*/
.edit{margin-bottom: 70px;}

/*標題*/
.promotion_title h2{color: FEBA17;}
.promotion_title em { border: none;}
.promotion_title span{ margin: 0 20px 2px 0; font-size: 20px; border: none;}
.promotion_title {border-bottom: 1px solid FEBA17;padding-bottom: 15px;}

/*下拉頁面*/
.other_select_page .promotion_title, .other_select_page .other_promotion {display: none;}

@media screen and (max-width: 600px) {
    .news_list ul li{background: transparent;padding: 15px;}
    .news_list ul li p{text-align: left;}
    .news_list ul li p:after{position: absolute;    top: 56%;}
}


/* = = = 文章 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*--文章管理/首頁---------------------------------------*/

/*區塊設定*/
.module_i_news { padding: 120px 20px 50px;}

/*英文標題*/
.module_i_news .title_i_box h6 { display: none; color: #111B25;}

/*中文標題*/
.module_i_news .title_i_box h4 { position: relative; color: #6D4C37; font-weight: 400;letter-spacing: 3px;}
.module_i_news .title_i_box h4::before {
    content: "ACTIVITY";
    position: absolute;
    left: 0;
    top: -65px;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #a67b5b;
    letter-spacing: 3px;
    font-family: 'Playfair', serif;

}
.module_i_news ul { width: 90%; grid-template-columns:repeat(4,1fr);margin: auto;}
.i_blog_ri h5 { color: #DBA954; font-weight: 600;letter-spacing: 1px;}
.i_blog_ri em{    letter-spacing: 2px;    font-size: 13px;}
.i_blog_ri p,.blog_list_ri p{font-size: 14px;    letter-spacing: 2px;line-height: 145%; -webkit-line-clamp: 2;}

/*--文章管理/外層---------------------------------------*/

/*列表搜尋*/
h5.blog_le_t { display: none;}

/*分類標題*/
h4.blog_category_title { font-size: 28px; color: #DBA954;}
h4.blog_category_title span { font-size: 24px;}

/*次分類*/
.submenu { background: transparent;}
.submenu a:hover { color: #fff;}
.blog_le .accordion li a { color: #666;}
.blog_le .accordion li a:hover { color: #fff;}
.blog_le .accordion li i { top: 12px;}

/*文章*/
.subbox_item a, .module_i_news li a, .subbox_item a {    grid-template-columns: 1fr;}
.module_i_news ul, .blog_subbox { display: grid; gap: 10px;}
.module_i_news li, .subbox_item { position: relative; width: 100%;}
.module_i_news li a, .subbox_item a { padding: 5px;}
.module_i_news li a:after, .subbox_item a:after { pointer-events: none;}
.blog_box{text-align: justify;}

.module_i_news li a::before, .module_i_news li a::after, .subbox_item a::after,.subbox_item a::before { display: none;}
.module_i_news li::after, .subbox_item::after { 
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #ffffff88;
    opacity: 0;
    border: 1px #ddd solid;
    pointer-events: none;
    transition: all .5s;
}
.module_i_news li::before, .subbox_item::before { 
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    font-size: 15px;
    color: #999;
    pointer-events: none;
    transition: all .5s;
}
.module_i_news li:hover::before, .module_i_news li:hover::after, .subbox_item:hover::before, .subbox_item:hover::after {
    opacity: 1;
    transition: all .5s;
}
.blog_list_ri h5 { color: #DBA954; font-weight: 600;}

.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri { width: 100%;}
.i_blog_le, .blog_list_le { position: relative; padding-bottom: 100%; height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img, .blog_list_le img {
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*側邊*/
.blog_le .accordion > li.on_this_category .link a{background: #111B25;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #111B25 !important;}
.submenu a:hover { background: #111B25;}
.blog_le .accordion li .link:last-child { border-bottom: 1px solid #CCC;}
.blog_le .accordion li:last-child .link { border: none;}
.blog_le .accordion > li.on_this_category .link a { width: 100%;}

/*功*/
.blog_subbox { grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before { content:none;}

/*相關推薦*/
.news_related{background: #fff;}
.news_related h6 span:before{color: #6D4C37;}
.lastPage{background:#111B25;}

/*--文章管理/內層---------------------------------------*/
.articel_mainPic{display: none;}
.blog_back a.article_btn_back { background: #111B25; border: 1px solid #111B25; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_back:hover { background: #DBA954; border-color: #DBA954; transition: 0.3s ease-in-out;}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: transparent; color: #111B25; border: 1px solid #111B25; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: #111B25; color: #fff; transition: 0.3s ease-in-out;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) {
    .blog_page .main_part {
        padding: 50px 13% 10px;
    }
    .blog_in_page .main_part{padding: 50px 13% 10px;}
    /*首頁*/
    .module_i_news ul { width: 100%; grid-template-columns: repeat(2,1fr);}

    /*功能頁/外層*/
    .blog_subbox { grid-template-columns: repeat(2,1fr);}
}

@media screen and (max-width: 375px) {
    /*首頁*/
    .module_i_news ul { grid-template-columns: 1fr;}
    .module_i_news{    padding: 120px 13% 50px;}
    .module_i_news .title_i_box h4::before{    font-size: 50px;}

    /*功能頁/外層*/
    .blog_subbox { grid-template-columns: 1fr;}

    .blog_back a.article_btn_prev, .blog_back a.article_btn_next,.blog_back a.article_btn_back {font-size: 13px;}
    .news_related{    padding: 25px 13%;}
}

/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

/*--首頁、外層 共同設定---------------------------------------*/

.products-list { display: grid; gap: 10px; grid-template-columns: repeat(4,1fr);}
.products-list::before { content:none;}
.products-list .item { width: 100%;}

/*--首頁區塊---------------------------------------*/

.prod_part { width: 100%;}

/*英文標題*/
.prod_part .i_prod_tit h2 { display: none; color: #111B25;}

/*中文*/
.prod_part .i_prod_tit span { position: relative; color: #3F4049; font-weight: 600; text-shadow: 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF;}
.prod_part .i_prod_tit span::before {
    content: "PRODUCT";
    position: absolute;
    top: -45px;
    left: -60%;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #111B25;
    letter-spacing: 3px;
    text-shadow: none;
    transform: translateX(-50%);
    z-index: -1;
}

/*--購物車/外層---------------------------------------*/

/*顏色*/
.products-list .more { border: 1px solid #111B25; color: #111B25;}
.products-list .item a:hover .more { background: #111B25;}

/*名稱*/
.products-list .name { color: #DBA954; font-weight: 600; font-size: 16px; height: 51px;}

/*價格*/
.products-list .price { display: flex; margin-bottom: 5px; align-items: center; justify-content: center; flex-wrap: wrap;}
.products-list .price b { margin: 0 5px; line-height: 180%; text-align: center;color: #A67B5B;}
.products-list .price b.ori_price { font-size: 14px;}

/*外層版面*/
.product_page .main_part { width: 80%;	max-width: 1500px;}
.product_page .show_content { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
.product_page .products-list { width: calc(100% - 280px);}
.product-layer-two { width: 250px; margin: 0;}
.product_info_page .product-layer-two { display: none;}
.product-layer-two li { margin: 0; width: 100%; padding: 0 10px;}
.product-layer-two > li.active { background: #111B25; border-radius: 10px;}
.product-layer-two li.active li a { color: #fff; border: unset;}

/**/
.product-layer-two li a { color: #DBA954; border: none; border-bottom: 1px dotted #ccc; background: transparent; line-height: 200%; transition: all 0.3s;    padding: 7px 26px;}
.product-layer-two li:hover > a { color: #DBA954;  padding: 7px 30px;}
.product-layer-two li.active > a { color: #fff; border: none;}
.product-layer-two li:hover > a:before { background: #DBA954; color:#fff;}
.product-layer-two li.active > a:before { background: #fff; color:#DBA954;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #111B25;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}

/**/
.product-layer-two li ul { position: relative; padding-top: 1px;}
.product-layer-two li li { border: none; background: transparent;}
.product-layer-two li li a { background: transparent;}
.product-layer-two li li:hover a { color: #DBA954;}
.product-layer-two li.active li:hover a { color: #DBA954;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li { display: block;}

/*--購物車/內層---------------------------------------*/

.product_info_page .main_part { width: 86%;}
.mobile_product_name { color: #DBA954; font-size: 24px; text-align: center;}

/*次分類*/
.block { background: #DBA954;}

/*按鈕顏色*/
.inquiry_a1 { background: #111B25; transition: .3s ease-in-out;}
.inquiry_a2 { background: #658781; transition: .3s ease-in-out;}
.inquiry_a3 { background: #DBA954; transition: .3s ease-in-out;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #DBA954; transition: .3s ease-in-out;}
.lastaction { color: #fff; background-color: #111B25; transition: .3s ease-in-out;}
.lastaction:hover { color: #fff; background-color: #DBA954; transition: .3s ease-in-out;}
.nextaction { background-color: #DBA954; transition: .3s ease-in-out;}
.nextaction:hover { color: #fff; background-color: #DBA954; transition: .3s ease-in-out;}
.lastPage { background: transparent; border: 1px solid #DBA954; color: #DBA954; transition: all 0.3s;}
.lastPage:hover { color: #fff; background-color: #111B25; border: 1px solid #111B25; transition: all 0.3s;}

/*商品照輪播*/
/*..product_main { width: 100%;}*/
.product_pic h6 { display: none; color: #444;}
.product_pic #bx-pager .block { background: #444;}

/*商品側邊規格*/
/*.sidebarBtn { display: none;}*/
.product_info li .txt_box { color: #DBA954; width: 100%;}
.sidebarBtn .sp_price { color: #111B25;}

/*區塊*/
.prod li { text-align: center;}
.prod li .prod-panel { margin: 20px 0 40px; text-align: justify;}

/*內文*/
ul.prod li h3.prod-thumb { background: transparent; color: #DBA954; border-bottom: 1px solid #111B2588; padding: 5px 5px 15px; display: inline-block;}
.pd_tabInner_contain{text-align: justify;}

/*Q&A*/
/*li.prod-item:not(.is-active) { display: none;}隱藏*/
.qaform .breakF { background: transparent;}
.half_box ul li { text-align: left;}
.half_box ul li img { margin-left: 10px;}/*驗證碼*/

/*相關推薦*/
.prod_related { background: transparent; text-align: center;}
.prod_related h6 { color: #DBA954; border-bottom: 2px solid #111B2588; padding: 5px 5px 15px; display: inline-block;}
.prod_related h6 span:before { font-size: 20px; color: #111B25;}
.related_list { display: grid; grid-template-columns: repeat(4,1fr);}
.related_list li { padding: 7px 7px 22px; overflow: hidden; width: auto;}
.related_list li:hover { opacity: 0.6; transition: .3s ease-in-out;}
.related_list li a { max-height: 300px;}
.related_list li a img { max-height: 250px;}
.related_list li a p { margin-top: 10px;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1200px) { .products-list { grid-template-columns: repeat(3,1fr);}}
@media screen and (max-width: 1024px) { .product_page .products-list { grid-template-columns: repeat(2,1fr);}}
@media screen and (max-width: 768px) { 
    .product_page .product_menu_list>h5{color: #6D4C37;}
    .products-list { grid-template-columns: repeat(2,1fr);}
    .product_page .products-list, .product-layer-two { width:100%;}
    .prod_related h6 span:before { font-size: 24px;}

    /*順序*/
    .product_menu_list,
    .products-list,
    .product-wrapper { width: 100%;}
    .product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
    .product_page .product-layer-two,
    .product_page .products-list { width: 100%; border-right: none;}
    .product_page .product_menu_list>h5{display: block;}
    
    .product_page .show_content > a { order: 1;}
    .product_page ul.products-list { order: 2;}
    .product_page ul.page { order: 3;}
    .product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) { 
    .prod_related h6 span:before{font-size: 20px;}
    .related_list { grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 375px) { .products-list, .product_page .products-list  { grid-template-columns: 1fr;}}


/* = = = 相簿 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 影片 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*頁面寬度*/
.video_page .main_part{    padding: 100px 20px;}
.i_video_box {padding: 50px 20px 100px;}

/*首頁*/
.prod_part section{max-width: 90%;}
.pageIndex .videoListBox, .videoListBox.swiper{    padding: 50px 0;}

/*標題*/

/*.i_video_tit h2:before{
    content: "Video";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin: 0 auto;
    font-size: 95px;
    color: #111925;
    font-family: "Tangerine", serif;
    transform: translate(-50%,-50%);
}*/

.i_video_tit h2 { font-size: 24px; color: #000; font-weight: 400; letter-spacing: 4px; margin-bottom: 60px; text-align: center; position: relative; padding-top: 60px;font-family: "Noto Sans TC", sans-serif;}
.i_prod_tit span, .i_video_tit span{display: none;}


/*其他*/
.video-list .vidCover{border-radius: 0;}
.video-list .vidTitle{text-align: center;}
.vid_item:hover .vidTitle{color: #172236;}


/*內頁側邊*/
.video-layer-two { width: 235px; margin: 0;border: 1px solid #ccc; }
.video-layer-two li { margin: 0; width: 100%; padding: 0;}
.video-layer-two > li.active,.video-layer-two > li:hover { background: #111925;}
.video-layer-two li.active li a,.video-layer-twoo li:hover > a { color: #fff; border: unset;}
.video-layer-two li a { color: #666; border: none;  background: transparent; line-height: 200%; transition: all 0.3s;    padding: 10px 26px; font-size: 15px;}
.video-layer-two li.active > a ,.video-layer-two li:hover > a { color: #fff; border: none;}
.video-layer-two li.active > a:before,.video-layer-two li:hover > a:before  { background: #fff; color:#111925;}
.video-layer-two > li{    border-bottom: none;}
.video-layer-two li ul { position: relative; padding-top: 1px;}
.video-layer-two li li { border: none; background: transparent;}
.video-layer-two li li a { background: transparent;}
.video-layer-two li li:hover a { color: #111925;}
.video-layer-two li.active li:hover a { color: #111925;}

/*影片*/
.video-list{    grid-template-columns: repeat(3, 1fr);}
.video-list .vidCover{aspect-ratio: 9 / 5;}

@media screen and (max-width: 1024px){
    .pageIndex .prod_part {padding: 70px 20px;}
    .prod_part section { max-width: 100%;}
}

@media screen and (max-width: 768px){
    .pageIndex .prod_part {padding: 50px 20px;}
    .prod_part section { max-width: 100%;}
    .i_video_tit h2{font-size: 20px;}
    .i_video_tit h2:before{font-size: 33px;}

    .pageIndex .video-list {
        grid-template-columns: repeat(2,1fr);}

    /**/
    .video-layer-two{width: 100%;}
}

@media screen and (max-width: 425px){
    .pageIndex .video-list {
        grid-template-columns: repeat(1,1fr);}
}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.footer { background: #111B25;position: relative;}
.footer_logo {}
.footer_logo img { max-width: 200px; width: 100%;}
.footer_info {  padding: 0;display: flex;flex-direction: row;align-items: center;flex-wrap: wrap;align-content: space-between;gap: 0 30px;}
.footer_info ul{display: grid;grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));gap: 0;letter-spacing: 0.15em;width: 80%;}


/*footer_info*/
.footer_info li{ padding: 20px 10px;}
.footer_info ul>li:nth-child(1):before{
    content: "聯絡資訊";
    font-family: 'Noto sans TC', sans-serif;
    font-weight: 500;
}
.footer_info ul>li:before{
    font-size: 115%;
    color: #fff;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
}
.footer_info li:nth-child(1) { display: inline-block; width: 100%;}
.footer_info li p {color: #fff;}
.footer_info li p a { color: inherit;}

/*footer_menu*/
.footer_info ul>li:nth-child(2):before{
    content: "網站地圖";
    font-family: 'Noto sans TC', sans-serif;
    font-weight: 500;
    padding-left: 15px;
}
.footer_info li:nth-child(2) { display: inline-block; width: 100%; vertical-align: top; }
.footer_menu {margin-top: 10px;display: grid;grid-template-columns: 1fr 1fr;gap: 12px 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a:nth-child(1){display: none;}
.footer_menu a {margin: 0 0 0 15px;padding: 0;background: transparent;border: none;text-align: left;color: #fff;display: block;width: fit-content;}
.footer_menu a:hover { background: transparent; color: #EAD8C0; border: transparent;}

/*聯絡icon*/
.box_link {display: none;}
.box_link {top: unset;bottom: 0;}
.box_link .me_tp_call, .box_link .me_tp_mail{display: none;}
.box_link a {transition: all 0.3s;border: none;color: #fff;}
.fa-whatsapp:before, .fa-envelope::before { color: #666;}
.box_link a:hover { background: #111B25; border-color: #111B25;}
.box_link a:hover .fa-whatsapp:before, .box_link a:hover .fa-envelope::before, .box_link a:hover .fa-facebook::before, .box_link a:hover .fa-line::before , .box_link a:hover .fa-instagram::before { color: #EAD8C0;transition: all 0.3s;}

/*版權*/
.copy { background: transparent; color: #fff; border: none;}
.copy a { color: #fff; transition:all 0.3s;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1100px){
    .footer_info{flex-direction: column;flex-wrap: nowrap;align-content: space-between;}
    .footer_info ul{width: calc(100% - 100px);}
}


@media screen and (max-width: 768px) {

    .footer_logo{    max-width: 150px;}

    /*footer*/
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) { width: 100%;}
    .footer_info li:nth-child(2) { width: 100%; border-left: none;}
    .footer_info li+li{margin-top: 0;}

    /*底部按鈕*/
    #to_top { bottom:60px;}
    .footer.with_shopping_mode { padding:30px 0 70px; }
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info{gap: 0;}
    .footer_info ul { width: 90%;}
    .footer_info ul>li:nth-child(2):before{    padding-left: 0;}
    .footer_menu a { margin: 0;}

    .copy{font-size: 11px;}
    
}

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*表單最大寬度設定*/
.contact_content .information_right { max-width: 1400px;}

/*標題*/
.blank_letter { color: #DBA954;}

/*側邊資訊*/
.list_before { margin-top: 10px;}

/*表格樣式*/
.contact_form li input.noborder { border: none; border-bottom: 1px #ddd solid; background: transparent;}/*文字欄*/
.contact_form li textarea.noborder { background: transparent; border: 1px #ddd solid;}/*文字區塊*/
.form select { background: transparent;}/*下拉式*/
input[type="checkbox"], input[type="radio"] { margin: 0 10px;}/*複選、單選*/

/*驗證碼對齊*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px #ddd solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_form li.last blockquote { border: 1px #ccc solid;}
.contact_le_map a { background: #DBA954;}
.contact_form li.last cite {background: #DBA954;}

@media screen and (max-width: 600px){
    .contact_form li .form__label{   background: #fff;}

}

@media screen and (max-width: 425px){
    /*聯絡表單*/
    .contact_form li { padding-left: 0;}
    .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
    .contact_form li .form__insert { width: 100%;}
}

/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1200px) { }
@media screen and (max-width: 1024px) { }
@media screen and (max-width: 768px) { }
@media screen and (max-width: 600px) { }
@media screen and (max-width: 425px) { }
