@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=El Messiri:ital,wght@0,100..900;1,100..900&display=swap');

body{
	overflow-x:hidden;
	font-family:"El Messiri","Noto Serif TC","Noto Sans TC","Source Sans Pro","微軟正黑體","arial","sans-serif";
	font-weight: 400;
  letter-spacing: 1px;
}
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
.me_tp_features {display: none};

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.header_area {padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: unset;}
.header_area.sticky {background: unset;}
.nav-header {max-width:500px;}
.nav-brand img {margin-top: 10px;width: 100%;}

/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.pageIndex .header_area {padding: 0;background: none;}
.pageIndex .nav-brand img {margin-top: 10px;width: 100%;filter: contrast(0) brightness(100);}
.pageIndex .header_area.sticky .nav-brand img {filter:none;}
/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.pageIndex .header_area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;}
.pageIndex .header_area.sticky .main_header_area {
    background: #ffffff7a;
    box-shadow: 0 0 8px rgba(0 0 0 / 8%);
    backdrop-filter: blur(6px);}
.pageIndex .main_header_area {
    background: linear-gradient(180deg, #00000078, #00000000);
    transition: all ease .6s;}
.main_header_area .container {max-width: 1800px; padding: 0 72px;}
.nav-header {top: 4px;}
.nav-brand {width: 200px;}
.bannerindex .swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}
.me_tp_features {display: none;}
.stellarnav li li {font-size: 13px;}
/*次分類*/
.stellarnav .menu-toggle span.bars span{background: #fff;}
.stellarnav .menu-toggle:after {color: #fff;}
.pageIndex  .stellarnav > ul > li > a {
    transition: all 0.3s;
    color: #222;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0px 25px 0 25px;
    border-right:none;font-weight: 600;
    margin:40px 0 0 0;filter:contrast(0) brightness(100);}
.pageIndex  .header_area.sticky .stellarnav > ul > li > a {filter:none;font-weight: 500;}
.pageIndex  .stellarnav .menu-toggle span.bars span {background: #222;filter:contrast(0) brightness(100);}
.pageIndex  .header_area.sticky .stellarnav .menu-toggle span.bars span {filter:none;}
.pageIndex  .stellarnav .menu-toggle:after {color: #222;filter:contrast(0) brightness(100);}
.pageIndex  .header_area.sticky .stellarnav .menu-toggle:after {filter:none;}

.stellarnav .menu-toggle span.bars span {background: #222;}
.stellarnav .menu-toggle:after {color: #222;}
.stellarnav li li.has-sub > a,
.stellarnav li li a:hover,
.stellarnav li li.has-sub > a:hover,
.stellarnav.mobile li li.has-sub a:hover {color: #555;}
.stellarnav > ul > li > ul > li > a,
.stellarnav li li.has-sub > a {
	background: #fff;
	transition: all .2s;}
.stellarnav > ul > li > ul > li > a:hover,
.stellarnav > ul > li > ul > li > ul > li > a:hover {background: rgba(247,231,208, 0.2);}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #fff;}
.tp_links{display: none;}
.stellarnav.mobile ul {background: #999999de;}

/* 商品下拉超過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;}

/*other page*/
.header_area {padding: 0;}
.stellarnav > ul > li > a {
    transition: all 0.3s;
    color: #222;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0px 25px 0 25px;
    margin: 40px 0 0 0;
    border-right: none;
    font-weight: 600;}
.main_header_area {
        background: #ffffff7a;
        box-shadow: 0 0 8px rgba(0 0 0 / 8%);
        backdrop-filter: blur(6px);}
.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #fff;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #fff;}

@media screen and (max-width: 1024px) {
.stellarnav > ul > li > a {margin: 15px 0 0 0;}}

@media screen and (max-width: 768px) {
.pageIndex .stellarnav.mobile > ul > li > a.dd-toggle {
        margin: 0;
        padding: 0;}
.pageIndex  .stellarnav > ul > li > a {
    padding: 0px 25px 0 25px;
    margin: 0;
color: #fff;}
.stellarnav > ul > li > a {
        padding: 0px 25px 0 25px;
        margin: 0;
    color: #fff;}
.pageIndex .header_area.sticky .main_header_area {backdrop-filter:unset;}
.main_header_area {backdrop-filter:unset;}}
/*footer*/
.footer {
    padding: 30px 0;
    font-size: 14px;
    background: #ccc;
    position: relative;
    z-index: 99;}
.footer .center {max-width: 1700px;}
.footer_logo { max-width: 100%;} 
.footer_logo img {  display: none;}
.footer_info {   display: unset;   padding: 0; }
.footer_info ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;}
.footer_info li {padding:5px 30px 5px 0;}
.footer_info li p {width: 320px;}
.footer_info li:nth-child(1) {padding: 5px 6px 5px 19px;}
.footer_info li:nth-child(2) {display: flex;justify-content: flex-end;}
.footer_info li h6{
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;}
.footer_menu {width: 66%;text-align: right;}
.footer_menu a {
    letter-spacing: 1px;
    border: 1px #747474 solid;
    border-radius: 7px;
    color: #747474;
    background: none ;
    padding:8px 13px 4px 13px;
    text-align: center;
    width: 130px;
    margin: 3px;
    transition: .5s ease-out;}

.footer_menu a:hover {
    border: unset;
    border-radius: 25px;
    color: #ffffff;
    background: #777;}

.footer_info li p {
    line-height: 175%;
    letter-spacing: 1px;
    color:#474646;}

.footer_info li p a {color: #474646;}

/*版權*/
.copy {
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    color: #747474;
    border-top: 1px #a4a4a4 solid;
    margin-top: 20px;
}
.copy a {   color: #747474; }
.copy a:hover {   color: #747474; }

@media screen and (max-width: 1024px) {
    .footer_menu {    width: 48%;  }
    .footer_logo {  margin-bottom: 0px;}
    .footer_info li p {  width: 100%;}
    .footer_info li:nth-child(1) {   width: 50%;}
}

@media screen and (max-width: 893px) {
    .footer_menu {    width: 58%;  }
}


@media screen and (max-width: 768px){
    .footer_logo img {   max-width: 83%; }
    .footer_info li {padding:0 5px;}
    .footer_info ul {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: unset;}
    .footer_info li:nth-child(1) {width: 100%;}
    .footer_info li:nth-child(2) {justify-content: center;}
    .footer_menu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;}}

@media screen and (max-width: 375px){
.footer_menu {  width: 93%;}
}

/*選單按鈕隱藏選單*/
.footer_menu a:nth-of-type(1)  {display: none;}

/*隱藏footer右邊按鈕*/
.box_link a { display: none;}

/*聯絡我們*/
.contact_form li.last cite {background: #777;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.product_page .main_part { max-width:1500px;}
.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:#fff; 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 h5 {letter-spacing: 5px;}
.banner {background-size: cover;background-repeat: no-repeat;}
.album_info_page .banner h5 {color: #fff;text-shadow: #00000085 3px 3px 3px;}
.blog_in_page .banner h5 {color: #fff;text-shadow: #00000085 3px 3px 3px;}
.album_class_page .banner h5 {color: #fff;text-shadow: #00000085 3px 3px 3px;}
.album_page .banner h5 {color: #fff;text-shadow: #00000085 3px 3px 3px;}
.blog_page .banner h5 {color: #fff;text-shadow: #00000085 3px 3px 3px;}
.banner.banC {background-image: url(https://pic03.eapple.com.tw/binglimetal/banner-01.jpg);}
.banner.banE {background-image: url(https://pic03.eapple.com.tw/binglimetal/banner-02.jpg);}
.banner.banblog {background-image: url(https://pic03.eapple.com.tw/binglimetal/banner-03.jpg);}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.subbox_item a {display: flex;flex-wrap: wrap;grid-gap: 0;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {color: #ccc !important;}
.accordion li .link a {font-weight: 500;}

/*首頁文章*/
.module_i_news ul {max-width: 1400px;}
.i_blog_ri em {display: none;}
.i_blog_ri p {line-height: 180%;}


.blog_page .main_part , .blog_in_page .main_part  {max-width: 1400px;}
h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {  display: grid;gap:50px 10px;}
.module_i_news li , .subbox_item {  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; border-radius: 15px; border: 1px #f5efe8 solid;}
.subbox_item a:after {border: 0px #ddd solid;}
.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%);}
  .i_blog_le img, .blog_list_le img {border-radius: 15px;}
  .blog_list_ri p {line-height: 180%; padding-top: 10px;}
  .blog_list_ri {padding: 17px 3px 3px 3px;}
  h5.blog_le_t span {display:none;}
	
/*側邊*/
.blog_le .accordion {border-radius: 15px;border-bottom: 1px #ccc solid;border: 0;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background:none !important;}
.submenu a{padding: 12px 12px 12px 30px; letter-spacing: 1px;}
.submenu a {background:#fff;}
.submenu a:hover {background: #dd5310;}
h5.blog_le_t em {display: none;}

/*首*/
.module_i_news {padding: 95px 20px;}
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}

/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr 1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_shareData {justify-content: flex-end;}
.blog_back a.article_btn_prev {background: #777;color: #fff; border-radius: 30px 0 0 30px;}
.blog_back a.article_btn_prev:hover {background: #999;}
.blog_back a.article_btn_back{background: #777;color: #fff;}
.blog_back a.article_btn_back:hover {background: #999;}
.blog_back a.article_btn_next {background: #777;color: #fff; border-radius: 0 30px 30px 0;}
.blog_back a.article_btn_next:hover {background: #999;}
.blog_search input[type=search] {border-radius: 15px;}
.news_related {background: #fff;}
.articel_mainPic{display:none;}
/*特*/
.subbox_item a:before {display: none;}
.subbox_item a:after {display: none;}
.blog_page .blog_list_ri::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #C9C0B8;
  transition: all 0.3s ease-in-out;}
.blog_page .subbox_item:hover .blog_list_ri::before {width: 100%; transition: all 0.3s ease-in-out;}
.blog_list_ri {padding: 15px 3px 8px 3px;}
.blog_le .accordion li .link:last-child {border-bottom: 1px solid #ccc;}
.accordion li .link {border-bottom: 1px solid #f5e9d4;}
.i_blog_ri {padding: 15px 5px 5px 5px;}
.i_blog_ri h5{color:#444;}
.module_i_news .title_i_box h4 {color: #857367;}
.blog_list_ri h5 {color:#444;}
.blog_le .accordion li i {color: #fff;}
.blog_le .accordion li.open i {color: #fff;}
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿設定*/
.other_subalbum li {background: none;}
.subalbum-menu h2 {color: #444;}
.other_album_choice li {background: #747474;}

@media screen and (max-width: 600px) {
.album_info_page.album_a.bodyMobile .main_part {padding: 0px 10px 10px;}
.contact_page .main_part {padding: 0px 10px 10px;}}
/*相本分類全版面 ( 限制最寬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;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.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:1024px) {
.pageIndex .stellarnav > ul > li > a{margin:10px 0 0 0;}
.nav-brand {margin-top: 20px;}
/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}}

@media screen and (max-width: 980px) {
    /*文章管理/＝＝＝＝＝*/
    .blog_subbox{grid-template-columns:1fr 1fr;}}
    

@media screen and (max-width: 768px) {
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
/* 開啟手機板下方按鈕所需設定 */
.nav-brand {margin-top: 10px;}
.main_header_area .container {padding:5px;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.pageIndex .stellarnav > ul > li > a{margin:10px 0 3px 0;}}

@media screen and (max-width: 500px) {
.nav-header {max-width: 150px;}

}

#content {background: #f0f0f0;}
.edit_part {padding: 0;}
.path p, .path p a {display: none;}
.stellarnav.mobile li.open {
    background: #555;}