@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=WindSong:wght@400;500&display=swap');


/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

/*文字英文大標*/
/*font-family: 'WindSong', 'Noto Sans TC', sans-serif;*/

/*顏色
#54595F
#f7f7f7
#b2a499
#B2A499
#dad4c8
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*↓↓↓↓↓↓↓此網站更改↓↓↓↓↓↓↓↓*/
/* = = = = = = = 字型 = = = = = = = =*/
body {
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
}

/* = = = = = = = 大圖滿版 = = = = = = = =*/
.swiper-banner .swiper-slide img {
    width: 100%;}

/* = = = = = = = header = = = = = = = =*/
.main_header_area .container {
    max-width: 100%;}   
.header_area {
    padding: 0 20px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    height: 85px;
}   
.header_area.sticky {background: #fff;}       


/*logo*/
.nav-header {max-width: 200px; transition: 0.6s;}
.navigation {grid-template-columns: 200px 1fr;}

/*小icon隱藏*/
.tp_links {
    display: none;
}
.me_tp_features {
    display: none;}

/*購物車*/
.shop_search_btn {
    background: #013d3b;
}
.box_search input[type=text] {border: solid 1px #f4f1ea;}
.me_tp_features a {color: #54595F;}

/*按鈕*/
.stellarnav > ul {
    padding: 20px 0;
}
.stellarnav > ul > li > a {
    font-size: 14px;
    color: #54595F;
    transition: 0.7s;
    margin: 0 11px;
    letter-spacing: 3px;
}
.stellarnav > ul > li > a:hover {
    color: #cdc0b5;
    transition: 0.7s;
}
.stellarnav > ul > li > a b {font-weight: 600;}
.stellarnav li.has-sub > a:after {border-top: 6px solid #d5d5d5;}
.stellarnav > ul > li > a b:nth-child(2) {
    font-size: 13px;
}
.header_area.sticky .stellarnav > ul > li > a {
    color: #444444;
    text-shadow: 0 0 3px #00000000;
}
.header_area.sticky .stellarnav > ul > li > a:hover {
    color: #cdc0b5;
}
.header_area.sticky .me_tp_features a {
    color: #444;
}
.header_area.sticky .nav-brand img {
    filter: brightness(1);
}
.stellarnav li li:hover {
    background: #ebe2da;
}


/*按鈕下拉*/
.stellarnav li a {
	font-size: 14px;
	color: #54595F;
}
.stellarnav li li {
	border: none;
    background-color: #fff;
    transition: opacity .2s;
}
.header_area.sticky .stellarnav li li {
    background-color: #fff;
}
.header_area.sticky .stellarnav li li:hover {
    background: #ebe2da;
}
.stellarnav ul ul {background: #ffffff;}
.header_area.sticky .stellarnav li a {color: #6f6f6f;}

/*按鈕隱藏*/
.stellarnav > ul > li:nth-of-type(5) {display: none;}

/*商品介紹按鈕樣式*/
.stellarnav > ul > li:nth-of-type(3) {
    position: relative;
}
.stellarnav > ul > li:nth-of-type(3)::before {
    content: url(https://pic03.eapple.com.tw/ofrviolin_m/bu_1.png);
    width: 17px;
    height: 19px;
    display: block;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: bottom center; /* 軸心在下方中間 */
    animation: swing 2s infinite ease-in-out;
}
@keyframes swing {
  0%   { transform: translateX(-50%) rotate(0deg); }
  25%  { transform: translateX(-50%) rotate(15deg); }
  50%  { transform: translateX(-50%) rotate(0deg); }
  75%  { transform: translateX(-50%) rotate(-15deg); }
  100% { transform: translateX(-50%) rotate(0deg); }
}


/* = = = = = = = footer = = = = = = = =*/
/*footer icon按鈕隱藏*/
.footer_menu a:nth-of-type(1) {display: none;}

/*footer icon*/
.box_link {
    display: none;
}

/*footer*/
.footer {
    background: #ffffff;
    box-shadow: -2px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.footer_info {
    padding: 0;
    display: flex;
    grid-gap: 20px;
    padding-right: 0;
    flex-direction: column;
    align-items: center;
}
.footer_info ul {text-align: center;}
.footer_menu a {
    padding: 6px 10px;
    border: 1px #b2a499 solid;
    background: #ffffff;
    border-radius: 15px;
    transition: 0.6s;
}
.footer_menu a:hover {
    background: #b2a499;
    color: #fff;
}

.copy {
    color: #ffffff;
    border-top: 0px #ddd solid;
    background: #b2a499;
}
.copy a, .copy a:hover {
    color: #fff;
}



/*footer logo*/
.footer_logo a::before {
    content: url(https://pic03.eapple.com.tw/ofrviolin_m/footer_logo.svg);
    width: 150px;
    height: 150px;
}
.footer_logo a img {display: none;}


/*footer另切先放平面圖*/
/* .footer {
    background: url(https://pic03.eapple.com.tw/ofrviolin_m/footer.jpg) top center #fff;
    background-repeat: no-repeat;
    height: 520px;
} */
/* .copy {display: none;} */
/* .footer_logo {display: none;} */
/* .footer_info ul {
    display: none;} */


/*置頂按鈕*/
#to_top {
	color: #b2a499;
    font-weight: bold;
    background: #f4f1ea;
}
#to_top i:before, #to_top i:after {
	background: #b2a499;
}
#to_top i.top:before, #to_top i.top:after {
	width: 2px;
}

/* = = = = = = = banner = = = = = = = =*/
.path {display: none;}
.banner h5 {
    font-size: 35px;
    color: #FAF5E5;
    letter-spacing: 5px;
    font-weight: 400;
    text-shadow: 0 0 5px #00000087;
}
.banner.banblog {
    background: url(https://pic03.eapple.com.tw/ofrviolin_m/banner.jpg) center top;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 2.71 / 1;
}

/* = = = = = = = 購物車 = = = = = = = =*/
/*外層*/
.products-list .price b {
    color: #b2a499;}
.products-list .more {
    border: 1px solid #b2a499;
    color: #b2a499;
}
.products-list .item a:hover .more {
    background: #B2A499;}
.product-layer-two li a {
    border: 1px #B2A499 solid;
    background: #B2A499;
    color: #54595F54595F;
}    

/*內層*/
.sidebarBtn .sp_price {color: #bf0f0f;}
.sidebarBtn {
    padding: 25px;
    border: 0px #ddd solid;
    background: #54595F;
    box-shadow: 0 0 5px #5555553b;
    border-radius: 15px;
}
.blog_back a {border-radius: 15px;}
.inquiry_a3 {
    background: #B2A499;
}
.inquiry_a1 {
    background: #b2a499;
}
.inquiry_a2 {
    background: #959189;
}


/*推薦*/
.prod_related {
    background: #F7F7F7;}
.prod_related h6 span:before {
    color: #013d3b;
}
.lastPage {
    color: #ffffff;
    background: #b2a499;
    border-radius: 40px;
}

/*購物車-訂購頁*/
.shopping-cart .cart_head {
    background: #005757;}
.shopping-cart .cell.product_name p {color: #555;}
.shopping-cart .cart_content .row {
    border-bottom: 1px solid #027373;
    color: #555;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    color: #555;
}
.contact_le_map a {background: #057979;}
.total_amount li {color: #555;}
.rewrite_simple {
    background: #057979 url(../images/simple_left.png) 10% center no-repeat;
}
.send_simple {
    background: #057979 url(../images/simple_right.png) 88% center no-repeat;
}

/*購物車-訂購資料*/
.form label, .formbox_form, .form label.Bigcheck {color: #555;}
.declaration {
    background: #d9d9d9;}
.border200, .total_amount li input[name=DiscountCode] {color: #555;}

/*購物車-訂購完成*/
.animated-arrow {
    background: #B2A499;
    border-radius: 10px;}
.order_list_tit span {
    color: #057979;
    border-bottom: 1px #057979 solid;
}
.payer {
    background: #013d3b;
}
.order_list_tab td:nth-child(1) {color: #013d3b;}
.order_list_head p {
    color: #555;
    border-bottom: 2px #057979 solid;}
.order_list_pro tr:first-child td {
    color: #555;}
.order_list_pro tr:first-child {
    background: #057979;
}  
.last_box_money p, .last_box_money em {color: #555;}


/* = = = = = = = 文管 = = = = = = = =*/
/*外層*/
h5.blog_le_t {
    font-size: 23px;
    font-weight: 600;
}
h5.blog_le_t span {
    font-size: 15px;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #B2A499 !important;
}
.subbox_item a:after {
    background: none;
    opacity: 1;
    border: none;
    border-bottom: 1px #B2A499 solid;
}
.subbox_item a:before {
    opacity: 1;
    font-size: 13px;
    color: #b2a499;
}
.subbox_item a:hover:before {
    color: #b2a499;
}
.subbox_item a:hover:after {
    border-bottom: 1px #e7d5c7 solid;
}
.subbox_item a {padding-bottom: 45px;}
.blog_list_ri h5 {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: initial;
    white-space: normal;
    overflow: hidden;
}
.accordion li .link a {font-weight: 400;}

/*外層時間隱藏*/
.blog_list_ri em {display: none;}


/*改排版-直式*/
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}
.subbox_item a {grid-template-columns: 1fr;}
/*改排版-直式結束*/


/*內層*/
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: #b2a499;
}
.blog_back a.article_btn_back {
    background: #7d7d7d;
}
/*.blog_box_edit .edit img {width: 100% !important;}*/


/*內文封面隱藏*/
.articel_mainPic {
    display: none;
}

/*相關文章*/
.news_related {
    background: #F7F7F7;}
.news_related h6 span:before {
    content: '相關消息';
    color: #5b5b5b;
    font-weight: 500;
}


/* = = = = = = = 表單 = = = = = = = =*/   
.list_before.info li {
    padding-left: 50px;
}
.blank_letter {
    color: #b2a499;
    font-family: 'Noto Serif TC', sans-serif;
}
.contact_content .information_right {
    width: calc(100% - 305px);
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(200px, 1fr));
}
.contact_form li.last cite {
    background: #B2A499;
    color: #54595F;
}

/* = = = = = = = 相簿 = = = = = = = =*/   
.overlay {background: #013d3b5c;}
.other_album_choice li {
    background: #B2A499;}

/*瀑布流*/
.pic-list .show_pic {
    height: auto;
    aspect-ratio: auto;
}
.pic-list .item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}
.pic-list {
    display: inline-block;
    grid-template-columns: none;
    grid-gap: 0;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
}


/* = = = = = = = page = = = = = = = =*/
.page, .page li a {color: #555;}
.page strong, .page a:hover {
    color: #fff;
    border: 1px solid #b2a499;
    background: #b2a499;
}

/* = = = = = = = 首頁文管 = = = = = = = =*/
.module_i_news li a {grid-template-columns: 1fr;}
.module_i_news ul {grid-template-columns: 1fr 1fr 1fr 1fr;}
.module_i_news li {position: relative;}
.module_i_news {
    padding: 75px 20px;
    background: #FFF;
    max-width: 1100px;
    margin: auto;
}
.module_i_news .title_i_box h6 {
    font-size: 14px;
    color: #B2A499;
}
.module_i_news .title_i_box h4 {
    font-size: 18px;
    color: #53595F;
    font-weight: 400;
}
.module_i_news .title_i_box h4::before {
    content: "News";
    font-size: 60px;
    color: #B2A499;
    font-family: 'WindSong', 'Noto Sans TC', sans-serif;
    display: block;
}
.module_i_news section {
    max-width: 1400px;}

.module_i_news li a:after {border: 0px #ddd solid;}
.i_blog_b a {
    width: 135px;
    background: #FFF;
    border: 1px solid #B2A499;
    color: #B2A499;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
}
.i_blog_b a b {
    font-weight: 500;
}
.fa-arrow-right::before {
    content: "+";
}
.i_blog_b a:hover {
    background: #B2A499;
    color: #fff;
}
.i_blog_ri h5 {
    font-weight: 500;
    font-size: 17px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: initial;
    white-space: normal;
    overflow: hidden;
}
.i_blog_ri p {
    font-size: 14px;}

/*隱藏時間*/
.i_blog_ri em {display: none;}

/* = = = = = = = 歡迎頁 = = = = = = = =*/

.swiper-indexImg img {
    width: 460px;}



/* = = = = = = = 暫時 = = = = = = = =*/


@media screen and (max-width: 1200px) {
/*    首文管*/
.module_i_news ul {
    grid-template-columns: 1fr 1fr;
}
.module_i_news li::before {left: -2%;}
.module_i_news li:after {right: -2%;}

}

@media screen and (max-width: 1100px) { 
/*HEADER按鈕文字*/
    .stellarnav > ul > li > a {
    font-size: 14px;}
/*文管-外層*/
.blog_subbox {
    grid-template-columns: 1fr 1fr;
}

}
@media screen and (max-width: 1024px) {
/*header*/
.me_tp_features {margin: 0;}   
.navigation {
        display: grid
;}

/*banner */
.banner.banblog {aspect-ratio: 2 / 1;}

}

@media screen and (max-width: 960px) {
/*文管*/
    .subbox_item {
        border-bottom: 0px #eee solid;
    }

}
@media screen and (max-width: 768px) { 
/*banner*/
.banner h5 {
    font-size: 25px;} 


/*logo*/
.nav-header, .header_area.sticky .nav-header {
    max-width: 180px;}

/*表單*/
.contact_content .information_right {
    width: 100%;
}

/*瀑布流*/
.pic-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

/*HEADER寬度*/
.main_header_area .container {
    max-width: 100%;
}
/*header*/
.header_area {
        padding: 7px 5px 0;
        padding-bottom: 0;
        height: 87px;
    }
.me_tp_features {display: none;}   

/*漢堡按鈕*/
.stellarnav .menu-toggle span.bars span {background: #7A7A7A; height: 3px; width: 25px;}
.stellarnav .menu-toggle:after {display: none;}
.header_area.sticky .menu-toggle span.bars span {background: #585858;}
.header_area.sticky .menu-toggle:after {color: #585858;}
.stellarnav.mobile {
        right: 0;
        left: auto;
        top: 15px;
}  

/*手機底部*/
#bottom_menu {background: #f4f1ea;}
#bottom_menu li a {color: #7a726c;}
/*側邊選單*/
.stellarnav.mobile ul {background: #D8BF97F5;}
.stellarnav > ul > li > a {
        font-size: 15px;
    }
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #b2a499;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 2px #fff;}
.stellarnav a {color: #f4f1ea;}
.stellarnav.mobile > ul > li {border-bottom: 0px #4a696d solid;}
.stellarnav > ul > li > a {color: #fff;}
.stellarnav > ul > li > a:hover {
    color: #fff;
    font-weight: 500;}
.stellarnav > ul > li:hover {
    background: #7A7A7A;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    text-align: left;
    font-size: 0;
    background: none;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {border-right: 0px #eee solid;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {
    border-color: transparent #fff #fff transparent;
    height: 8px;
    width: 8px;
    display: block;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s;
}
.stellarnav li.open > a.dd-toggle .icon-plus {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.stellarnav.mobile li.open {
    background: #7a7a7a;}
.stellarnav li li:hover {
    background: none;
}
.stellarnav li a {color: #fff;}    
.stellarnav.mobile li a {
    border-bottom: 0px solid rgba(255, 255, 255, .15);
}  
.stellarnav li li {
    background-color: rgb(146 146 146 / 0%);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
} 
.header_area.sticky {backdrop-filter: none;} 
.header_area.sticky .stellarnav > ul > li > a {
    color: #f4f1ea;
}
.header_area.sticky .stellarnav li a {
    color: #54595F;
}
.stellarnav.mobile.left > ul {
    left: auto;
    right: 0;
}
.stellarnav .icon-close:after, .stellarnav .icon-close:before {width: 30px;}
.stellarnav .icon-close {
    width: 30px;
    height: 30px;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {max-width: 300px;}
.stellarnav.mobile > ul > li > a {
    padding: 6px 50px 6px 50px;
    margin: 0;
    line-height: 1.75em;
}
.stellarnav .close-menu {padding: 10px 20px;}
.stellarnav > ul {
    padding: 0px 0 20pc;
}
.header_area.sticky .stellarnav li li {
    background-color: #ffffff00;
}
.header_area.sticky .stellarnav li a {
        color: #ffffff;
    }
.header_area.sticky .stellarnav li li:hover {
    background: #ffffff00;
}    


/*首頁文館*/
.module_i_news li {border-bottom: 0px #eee solid;}

}

@media screen and (max-width: 600px) {
/*    表單*/
.contact_form li .form__label {background: rgb(84 121 111 / 7%);}

/*banner */
.banner.banblog {aspect-ratio: 3 / 2;}

}

@media screen and (max-width: 570px) {
/*漢堡*/
.stellarnav .menu-toggle {
        padding: 10px;}
}

@media screen and (max-width: 500px) {
/*文管-外層*/
.module_i_news li:before, .subbox_item:before {display: none;}
.module_i_news li:after, .subbox_item:after {display: none;}

/*    首文管*/
.module_i_news {
    padding: 75px 20px;
}
.module_i_news .title_i_box {
    margin-bottom: 10px;}

/*瀑布流*/
.pic-list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}    


 }


@media screen and (max-width: 450px) {
 /*    大圖更換*/
    .pageIndex .swiper-banner .swiper-slide{display: flex; justify-content: center; align-items: center; align-content: center; flex-wrap: wrap;}
    .pageIndex .swiper-banner .swiper-slide img{width: 100%; height: 100%; object-fit: cover;}
    /*.pageIndex .swiper-banner .swiper-slide img{display: none;}
    .pageIndex .swiper-slide{height: 300px;background-position: center center !important;background-size: cover !important;} 
    .pageIndex .swiper-slide:nth-child(1) {
        background: url(https://pic03.eapple.com.tw/ofrviolin_m/web_1_s.jpg) no-repeat;
    }
    .pageIndex .swiper-slide:nth-child(2) {
        background: url(https://pic03.eapple.com.tw/ofrviolin_m/web_2_s.jpg) no-repeat;
    }
    .pageIndex .swiper-slide:nth-child(3) {
        background: url(https://pic03.eapple.com.tw/ofrviolin_m/web_3_s.jpg) no-repeat;
    }
    .pageIndex .swiper-slide:nth-child(4) {
        background: url(https://pic03.eapple.com.tw/ofrviolin_m/web_4_s.jpg) no-repeat;
    }
    .pageIndex .swiper-slide:nth-child(5) {
        background: url(https://pic03.eapple.com.tw/ofrviolin_m/web_5_s.jpg) no-repeat;
    } */

/*banner    */
.banner.banblog {
    background: url(https://pic03.eapple.com.tw/ofrviolin_m/banner_s.jpg) center top;
    background-repeat: no-repeat;
    background-size: cover;
}

}



/*↑↑↑↑↑↑↑↑此網站更改結束↑↑↑↑↑↑↑↑*/


/*上方選單解除滑動固定
.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 {}
*/

/* 商品下拉超過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-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#54595F; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.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-layer-two li li:hover > a:before { background:#ad925e;}

.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;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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: #54595F54595F !important; border: solid 1px #54595F; 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;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
/*#bottom_menu {display: block; }*/
.footer.with_shopping_mode { padding:30px 0 54px; }
#to_top { bottom:60px;}

/*商品介紹按鈕樣式*/
.stellarnav > ul > li:nth-of-type(3)::before {
    content: url(https://pic03.eapple.com.tw/ofrviolin_m/bu_2.png);
    width: 17px;
    height: 19px;
    display: block;
    position: absolute;
    top: 8px;
    left: 28px;
    transform-origin: bottom center; /* 軸心在下方中間 */
    animation: swing 2s infinite ease-in-out;
}
@keyframes swing {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(15deg); }
  50%  { transform: rotate(0deg); }
  75%  { transform: rotate(-15deg); }
  100% { transform: rotate(0deg); }
}


}

@media screen and (max-width: 600px) { 
    .i_blog_ri h5, .blog_list_ri h5{font-size: 16px;}
    .total_amount li b {
    font-weight: 600;
}
}

/* 20250328 */
.footer_info{
    padding:0 20px;
}

.footer_info li:nth-child(1){
    padding:0;
}

.footer_info li:nth-child(2){
    padding:0;
}

.footer_logo a::before{
    display: block;
}

.fr_all{
    max-width: 800px;
    width: 100%;
    margin:auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.fr_link{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 33.33%;
}

.fr_link a{
    display: block;
    width: 80%;
}

.fr_link a img{
    width: 100%;
}

.fr_all02{
    width: 66.66%;
    display: flex;
    justify-content:center;
    align-items: flex-start;
}

.fr_all02 p span, .fr_all02 h4 a{
    display: block;
    color:#54595F;
    font-family: "Noto Sans TC", Sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.75em;
    letter-spacing: 1px;
    text-align: left;
    word-break: break-all;
}

.fr_all02 p {
    width: 50%;
    position: relative;
    padding-left: 28px;
}

.fr_all02 p img{
    width: 14px;
    position: absolute;
    top:5px;
    left: 0;
}

.fr_all02 h4{
    width: 50%;
}

.fr_all02 h4 a {
    display: block;
    position: relative;
    padding-left: 25px;
}

.fr_all02 h4 a:nth-of-type(1) {
    padding-bottom: 5px;
}

.fr_all02 h4 a+a{
    margin-top: 5px;
}

.fr_all02 h4 a img{
    width: 15px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 0;
}

.fr_all02 h4 a:nth-of-type(1) img {
    left: -3px;
}

.fr_all02 h4 a:nth-of-type(2) img {
    width: 11px;
}

.footer_menu{
    max-width: 800px;
    margin:auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding:0 30px;
}

.footer_menu a{
    font-family: "Noto Sans TC", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    letter-spacing: 4px;
    padding:0 20px;
    margin:3px 10px;
}

.copy{
    font-size: 14px;
}

@media (max-width:776px) {
.fr_all{
    max-width: 100%;
    flex-direction: column;
    align-items: center;
}

.fr_link{
    max-width: 200px;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
}

.fr_link a{
    width: 100%;
}
    
.fr_all02{
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
}

.fr_all02 p {
    width: fit-content;
}

.fr_all02 p span, .fr_all02 h4 a{
    font-size: 14px;
}

.fr_all02 h4 {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fr_all02 h4 a {
    width: fit-content;
    margin:3px auto;
    margin:5px 0 0 0;
    padding-top: 0;
    padding-bottom: 0;
}

.fr_all02 h4 a:nth-of-type(1){
    padding-top: 0;
    padding-bottom: 0;
    margin:10px 0;
}

.footer_menu {
    max-width: 585px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 7px 16px;
}

.footer_menu a{
    font-size: 14px;
    margin:0;
}
}

@media (max-width:610px) {
    
    .footer.with_shopping_mode {
        padding: 10px 0 54px 0;
    }

    .footer_info li+li{
        margin-top: 40px;
    }

    .fr_all{
        margin-top: 26px;
    }

    .footer_menu{
        max-width: 249px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
        padding:0;
        grid-gap: unset;
    }

    .footer_menu a:nth-child(n) {
        margin:3px 0;
        width: 46%;
        padding:0 10px;
    }
}



@media (max-width:1190px) {
    .module_i_news .title_i_box h4::before{
    font-size: 40px;}
    .module_i_news .title_i_box h4{font-size: 17px;}
}
@media (max-width:900px) {
.module_i_news .title_i_box h4::before{
    font-size: 35px;}
}


@media (max-width:450px) {
/*    大圖更換*/
    .pageIndex .swiper-banner .swiper-slide img{display: none;}
    .pageIndex .swiper-slide{background-position: center center !important;background-size: cover !important; aspect-ratio: 3 / 2;} 
    .pageIndex .swiper-slide:nth-child(1) {
        background: url(https://pic03.eapple.com.tw/ofrviolin_m/web_1_s.jpg) no-repeat;
    }
    .pageIndex .swiper-slide:nth-child(2) {
        background: url(https://pic03.eapple.com.tw/ofrviolin_m/web_2_s.jpg) no-repeat;
    }
    .pageIndex .swiper-slide:nth-child(3) {
        background: url(https://pic03.eapple.com.tw/ofrviolin_m/web_3_s.jpg) no-repeat;
    }
    .pageIndex .swiper-slide:nth-child(4) {
        background: url(https://pic03.eapple.com.tw/ofrviolin_m/web_4_s.jpg) no-repeat;
    }
    .pageIndex .swiper-slide:nth-child(5) {
        background: url(https://pic03.eapple.com.tw/ofrviolin_m/web_5_s.jpg) no-repeat;
    }
}



