@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Finlandica:ital,wght@0,400..700;1,400..700&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body{
    font-family: "微軟正黑體", "Finlandica", serif;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}
.info_fix{ display: none;}


/* totop */
#to_top{ background: transparent; color: #8E8E8E; box-shadow: unset;left: unset; right: 30px;}
#to_top i.top{display: none;}
#to_top::before{     content: "";
    position: absolute;
    top: -12px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #8E8E8E; }
#to_top:hover:before{ transform: translateY(-6px); }



.promotion_title{ display: none;}
.other_promotion{ display: none;}
.other_select_page .page { display: none;}


.pageIndex #content_main{
    background: url(https://pic03.eapple.com.tw/yunyi560/in-bg.jpg);
    background-size: cover;
    background-position: bottom;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
    .swiper-slide img {
        /* position: relative; */
        height: 500px!important;
        width: auto!important;
        object-fit: cover!important;
        /* left: -40%; */
    }
    .swiper-wrapper .swiper-slide:nth-of-type(1) img {
        object-position: right;
    }
    .swiper-wrapper .swiper-slide:nth-of-type(2) img {
        object-position: left;
    }
}

@media screen and (max-width:500px) {
    .swiper-slide img {
        height: 320px!important;
    }
}
@media screen and (max-width:380px) {
    .swiper-slide img {
        /* position: relative; */
        height: 280px!important;
        width: auto!important;
        object-fit: cover!important;
        /* left: -40%; */
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* header */
.header_area {  position: fixed;  width: 100%; background: #cccccc00; padding: 0;}
.main_header_area {background: #fff;box-shadow: 1px 1px 10px rgba(0,0,0,.1);}
.main_header_area .container {max-width: 1800px;padding: 0 3%;}
.me_tp_features {display: none;}

.stellarnav{z-index: 99;}
/*新增的效果*/
.stellarnav > ul > li { position: relative;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a {  font-weight: 500;   position: relative;  padding: 0 20px; margin: 0; color: #fff;}
/*.stellarnav > ul > li:hover > a { color: #ffffff;}*/
.stellarnav > ul > li.drop-left > ul{ right: unset; left: 0;}
.stellarnav li.drop-left li.has-sub > a:after{ border-right: 0px;}


.stellarnav li a {  padding: 12px 12px;  display: block;  color: #fff;  font-size: 14px;}
.stellarnav li li {  display: block;  border: none;  margin-bottom: 0px;  background: #333; border-bottom: 1px solid #f2f2f21a;}
.stellarnav li.drop-left ul ul{ right:-160px;}


@media screen and (max-width: 1024px){
	.nav-header {position: relative;}
}
@media screen and (max-width: 768px) {
	.stellarnav.mobile {top: 13px;}/*漢堡按鈕*/
	.nav-header{top: 0;z-index: 0;}
	.nav-brand{margin-top: 5px;}
	/*主分類*/
	.stellarnav.mobile > ul > li > a {   vertical-align: middle;  color: #fff;  padding: 24px 20px;}
	.stellarnav.mobile > ul > li > a.dd-toggle {padding: 0px;width: auto;top: 10px;right: 10px;}
	.stellarnav.mobile > ul > li.has-sub > ul a { padding: 20px;   color: #fff;   font-size: 17px;   font-weight: 500;  }
    .stellarnav.mobile > ul > li.has-sub > ul a:hover{ color: #070707;}

}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.main_header_area{background: #070707;}
.main_header_area {
    background: linear-gradient(180deg, #070707d5, transparent);
    box-shadow: none;
    position: relative;
}
.main_header_area:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #070707db;
    transition: all .5s;
    transition-timing-function: ease-in;
}
.stellarnav > ul > li {  padding: 25px 0;}
.stellarnav > ul > li > a {   color: #fff;  transition: all .8s;  letter-spacing: 2px;  font-size: 15px;   font-weight: 500;   height: 40px;  padding: 0 24px; position: relative;}
.stellarnav > ul > li > a:before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #FAB702;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translate(0px,-50%);
}
.stellarnav > ul > li > a:hover:before{
    opacity: 1;
}
.stellarnav > ul > li > a:hover b{color: #FAB702; font-weight: bold; }
.stellarnav > ul > li > a b {  font-weight: 500;  letter-spacing: 1px;  color: #fff;  font-size: 16px;}
.stellarnav > ul > li > ul a:hover {   background: #FAB702;  color: #070707;  border: none;}
.stellarnav li.has-sub > a {padding: 0px 25px 0px 15px;}
.stellarnav li.has-sub > a:after {border-top: 4px solid #FAB702;}
.stellarnav li.has-sub > a:hover:after {  color: #FAB702;}
.header_area.sticky .main_header_area:after{height: 100%;}
.header_area .nav-brand { transition: all 0.8s;}
.header_area.sticky {  width: 100%;  z-index: 9999;  background: rgb(255 255 255 / 0%);}


.stellarnav li.has-sub>a:after {
    content: '+';
    margin-left: 10px;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #9da0a0;
    transition: all 0.3s ease-in-out;
}



  /* 漢堡條 */
  .stellarnav .menu-toggle span.bars span {background: #919191;}
  .stellarnav .menu-toggle:after { color: #919191;}
  
  /* close menu 拉出來 */
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
      background: #744728;
      color: #E7E7E7;
    }
    .stellarnav .icon-close:before{
      border-bottom: solid 3px #E7E7E7;
    }
    .stellarnav .icon-close:after{
      border-bottom: solid 3px #E7E7E7;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
      background: #000000;
    }
    .stellarnav a.dd-toggle .icon-plus:before{
      border-bottom: solid 3px #E8A707;
    }
    .stellarnav a.dd-toggle .icon-plus:after{
      border-bottom: solid 3px #E8A707;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle{
      padding: 11px;
      top: 14px;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle:before{
        display: none;
    }
    .stellarnav.mobile li.open{
      background: rgba(24, 25, 27, 0.2);
    }
    .stellarnav.mobile li.open li.open{
        background: #434343;
    }
    .stellarnav.mobile ul ul{
      width: 100%;
      position: relative;
      left: 0;
    }
    .stellarnav.mobile > ul > li{
      border-bottom: 1px rgba(32, 32, 32, 1) solid;
    }
  
    .stellarnav.mobile li a{ border-bottom: 0px;}
  
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}


.nav-header {  width: 140%;   max-width: max-content;}
.nav-brand {  margin-top: 10px;}
.nav-brand img{ max-width: 110%;}

@media screen and (max-width: 1300px){
.nav-header {  width: 120%;}

}


@media screen and (max-width: 1200px){
	.main_header_area .container {   max-width: 1800px;  padding: 0px 2%;}
	
	.stellarnav > ul > li > a {  padding: 0 10px;}
	.stellarnav > ul > li > a { font-size: 13px;}
}

@media screen and (max-width: 1024px){
    .main_header_area { background: #070707; }
	.navigation {padding: 0;}
	.nav-brand { width: 50% !important;  }
	.stellarnav > ul > li {padding: 0;}
    .stellarnav ul{ padding-top: 10px;}
    .stellarnav > ul > li > a{padding: 0px 18px;}
	.nav-header {  top: 20px;}
	
	.nav-brand {   margin: 0px 0 20px 0;}
	
}

@media screen and (max-width: 768px){
    .nav-brand{margin: -8px 0 24px 0; }
    .nav-header{ z-index: 9;}
	.stellarnav.mobile.left > ul{ top: -11px;}
    .stellarnav > ul > li > a:before{
        top: 35px;
        left: 8px;
    }
    .stellarnav.mobile ul ul{ padding-top: 0px;}
}

@media screen and (max-width:570px)  {
    .stellarnav.mobile{top: 22px;}
}

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*footer*/
.footer {
    background: #070707;}
.footer .center {max-width: 1350px;}
.footer_info {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;}
.footer_info ul {
    width: 74%;
    display: flex;
    align-items: center;
    justify-content: center;}
.footer_info li {
    display: inline-block;
    width: 45%;}
.footer_info li p, .footer_info li p a {
    line-height: 200%;
    color: #fff;
    font-size: 14px;}
.box_link {    display: none;}

/*LOGO*/
.footer_logo {width: 300px;margin: 0;}
.footer_logo img {width: 120%;} 

/* footer資訊 */
.footer_info li:nth-child(1){ display: flex;flex-direction: column;}
.footer_info li p:nth-child(1){ order: 4;}
.footer_info li p:nth-child(2){ order: 2;}
.footer_info li p:nth-child(3){display: none;}
.footer_info li p:nth-child(4){ order: 3;}
.footer_info li p:nth-child(5){ order: 1;}
.footer_info li p:nth-child(6){ order: 5;}
.footer_info li p:nth-child(7){ order: 6;}
.footer_info li p:nth-child(8){ order: 7;}
.footer_info li p.tel:before{
    content: '服務專線：';
}
.footer_info li p.add2:before{
    content: '服務時間：';
}
.footer_info li p.add:before{
    content: '店家地址：';
}
.footer_info li p.mail:before{
    content: '服務信箱：';
}

/*選單*/
.footer_menu a:nth-child(1) {display: none;}
.footer_menu a {
    font-size: 12px;
    color: #FAB702;
    width: 35%;
    text-align: center;
    letter-spacing: 2px;
    background: unset;
    margin: 0 35px 5px 0;
    padding: 10px 0px;
    border: unset;
    border-bottom: 0px;
    position: relative;
    transition: 0.5s all;}
.footer_menu a:hover {
    background: unset;
    color: #fff;
    transition: 0.5s all;
    border-bottom: 1px solid #919191;
}

.footer_menu a::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #FAB702;
    border-radius: 50%;
    position: absolute;
    top: 14px;
}

.footer_menu a:hover:before{
    background: #919191;
}

.copy{
    color: #AAAAAA;
    border-top: 0px;
}
.copy a{
    color: #AAAAAA;
}

@media screen and (max-width: 1024px) {
.footer_info {justify-content: space-around;}
.footer_info ul {justify-content: space-around;}
.footer_info li {width: 100%;}
.footer_logo {margin: 0;}
.footer_logo img{ width: 100%;}
.footer_logo{ width: 240px;}
}

@media screen and (max-width: 950px) {
.footer_info { flex-direction: column;}
.footer_info ul {
    width: 90%;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;}
.footer_info li {padding: 10px 0;}
.footer_menu a {
    width: 15%;
    margin: 5px 25px;}

}
@media screen and (max-width: 768px) {
.footer_menu a {width: 35%;margin: 5px 20px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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:#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_menu_list { 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: 1024px) {
    .bannerindex{
        position: relative;
        top: 132px;
    }
    #content_main { margin-top: 125px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
.bannerindex{
    top: 76px;
}
#content_main { margin-top: 72px;}
}
@media screen and (max-width: 400px) {
    .bannerindex{
        top: 65px;
    }
    #content_main { margin-top: 59px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*內頁BANNER 設定*/
.banner {
    background: #f1efe875;
    padding: 150px 0;
    background-size: cover;
    background-position: top;
    height: 350px;
    padding: 107px 0;
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/yunyi560/ban-blog1.jpg);
    margin-top: -100px;
}

.banner h5 {  margin-top: 100px; color: #fff; text-shadow: 5px 5px 10px #000;}
.banner.banA { display: none;}
.banner.banB { display: none;}
.banner.banC {  background-image: url(https://pic03.eapple.com.tw/mlinde/banC.jpg);}
.blog_page.article_a .banner.banblog {  background-image: url(https://pic03.eapple.com.tw/yunyi560/ban-blog1.jpg);}
.blog_page.article_b .banner.banblog {  background-image: url(https://pic03.eapple.com.tw/yunyi560/ban-blog2.jpg);}


@media screen and (max-width:1024px) {
    .banner{ margin-top: 0px;}
}

@media screen and (max-width:768px) {
    .banner{ height: 250px; }
}

@media screen and (max-width:450px) {
    .banner{
        height: 120px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.blog_page #page,.blog_in_page #page {
    background: url(https://pic03.eapple.com.tw/yunyi560/in-bg.jpg);
    background-size: cover;
    background-position: top;
}

/*--文章管理 / 共同設定---------------------------------------*/

/*文章列表*/
.module_i_news li, .subbox_item { position: relative; width: 100%; border-bottom: 1px solid #3E4144;}
.module_i_news li a, .subbox_item a { display: block; padding: 5px; padding-bottom: 40px;}
.module_i_news li a::before, .module_i_news li a::after, .subbox_item a::after,.subbox_item a::before { display: none; pointer-events: none;}

.module_i_news li::before, .subbox_item::before { 
    content: 'READ MORE';
    font-family:"Finlandica", serif;
    position: absolute;
    z-index: 19;
    bottom: 15px;
    right: 10px;
    opacity: 0.85;
    font-size:15px;
    color: #DA9907;
    pointer-events: none;
    transition: all .5s;
}
.module_i_news li::after, .subbox_item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #DA9907;
    opacity: 1;
    transition: all .5s;
}
.module_i_news li:hover::after, .subbox_item:hover::after { opacity: 1; left: 0; width: 100%; transition: all .5s;}
.module_i_news li:hover::before, .subbox_item:hover::before { opacity: 1; transition: .3s ease-in-out;}

/*文章呈現*/
.i_blog_ri, .blog_list_ri { margin: 20px 0;}

.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri { width: 100%;}
.i_blog_le, .blog_list_le { 
    /* aspect-ratio: 3 / 2; */
     overflow: hidden;}
/*文章縮圖長寬比例*/
.module_i_news li a:hover img, .subbox_item a:hover img { transform: scale(1.2); transition: .5s ease-in-out;}

.i_blog_ri h5, .blog_list_ri h5 { color: #ECA902; font-size: 20px; letter-spacing: 1px; font-weight: 600;}
.i_blog_ri em, .blog_list_ri em { color: #838383; font-size: 14px;}
.i_blog_ri p, .blog_list_ri p { color: #fff; font-size:15px;}

/*--文章管理 / 首頁---------------------------------------*/

/*標題*/
.module_i_news .title_i_box h6 { display: none; color: #fff; font-size: 36px;}
.module_i_news .title_i_box h4 { display: inline-block; color: #ECA902; font-weight: 600; letter-spacing: 1px; padding: 10px 20px; font-size: 32px; font-size: 0px;}
.module_i_news.module_i_news02 .title_i_box h4::before{
    content: "";
    display: block;
    width: 121px;
    height: 150px;
    background-image: url(https://pic03.eapple.com.tw/yunyi560/news-title.png);
    background-size: cover;
}
.module_i_news.module_i_news01 .title_i_box h4::before{
    content: "";
    display: block;
    width: 121px;
    height: 150px;
    background-image: url(https://pic03.eapple.com.tw/yunyi560/case-title.png);
    background-size: cover;
}

/*列表*/
.module_i_news ul { max-width: 100%; width: 100%; display: grid; gap: 10px; grid-template-columns: repeat(4,1fr);}
/*.module_i_news ul li:nth-of-type(n+4) { display: none;}*/

/*按鈕*/
.animated-arrow{ margin-top: 40px; width: 200px;}
.i_blog_b a.animated-arrow { background: #DA9907 ; transition: .3s ease-in-out;}
.i_blog_b a.animated-arrow b { color: #fff; font-weight: normal; letter-spacing: 3px; transition: .3s ease-in-out;}
.i_blog_b a.animated-arrow:hover b { transition: .3s ease-in-out;}
.i_blog_b a.animated-arrow i { color: #fff;}

/*--文章管理 / 外---------------------------------------*/

.blog_page .main_part { max-width: 1600px; width: 96%;}

/*列表搜尋*/
h5.blog_le_t { display: none;}

/*分類*/
.blog_le .accordion { border-radius: 14px; margin-top: 28px;}
.blog_le .accordion > li { transition: 0.3s ease-in-out;}
.blog_le .accordion > li:hover { background: #DA9907 !important; }
.blog_le .accordion > li.on_this_category { background: #DA9907 !important; }
.blog_le .accordion li { background: unset;}
.blog_le .accordion li a { color: #a5a5a5 ;font-weight: normal;}
.blog_le .accordion li a:hover{ color: #fff!important; }
.blog_le .accordion li i { color:#a5a5a5;}
.blog_le .accordion li .link { padding: 0;}
.blog_le .accordion li .link:last-child { border-bottom: 1px solid #545556;}
.blog_le .accordion > li .link a, .blog_le .accordion > li.on_this_category .link a { margin-right: 55px;}

/*次分類*/
.open .link { background: #DA9907;}
.open .link a { color: #fff !important;}
.submenu { background: #000;}
.submenu li.on_this_category a, .submenu a:hover { background: #DA9907;}


/*次分類展開*/
.blog_le .accordion > li.on_this_category ul li a { color: #fff; border-top: 1px solid #ccc;}
.blog_le .accordion > li.on_this_category ul li a i { color: #fff;}
.blog_le .accordion > li.on_this_category ul li:hover a { color: #FFFFFF;}
.blog_le .accordion > li.on_this_category ul li:hover a i { color: #FFFFFF;}

/*選定次分類*/
.blog_le .accordion > li.on_this_category ul li.on_this_category a { color: #FFFFFF;}
.blog_le .accordion > li.on_this_category ul li.on_this_category i { color: #FFFFFF;}
.blog_le .accordion > li.on_this_category ul li.on_this_category:hover a { color: #FFFFFF;}

/*次分類 hover*/
.blog_le .accordion > li.open:hover { background: var(--BackgroundColor) !important;}
.submenu:hover li a { color: var(--FontColor_3);}
.submenu:hover li:hover a { color: var(--FontColor_3); background: #3e3e3e;}
.submenu a:hover { color:#fff; background: var(--SubColor_1);}
.submenu:hover li a::before {  transition: .3s ease-in-out;}
.submenu:hover li:hover a::before {  transition: .3s ease-in-out;}

/*分類/文章標題*/
h4.blog_category_title { font-size: 24px; letter-spacing: 1px; color:#ECA902; border-bottom: 1px #545556 solid;}

/*文章列表*/
.blog_subbox { margin: auto; display: grid; grid-template-columns: repeat(4,1fr);}
.blog_subbox:before { content:none;}


/*--文章管理 / 內---------------------------------------*/

.blog_box { max-width: 1500px; margin: auto;}
.blog_box_edit { color:#fff; max-width: 100%; margin: auto;}

.blog_back a.article_btn_back { background: #DA9907;}


/* 相關 */
.news_related{ background: transparent;}
.news_related_list li a{ background: #202020;}
.news_related_list li a p{ color: #fff;}

.lastPage{background: #DA9907; }

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) {
    /*首頁*/
    .module_i_news ul, .blog_subbox { width: 100%; grid-template-columns: repeat(3,1fr); gap: 60px 20px;}

    .blog_subbox{ grid-gap:60px 20px;}
}

@media screen and (max-width: 768px) {
    /*首頁*/
    .module_i_news ul, .blog_subbox { width: 100%; grid-template-columns: repeat(2,1fr); }
}

@media screen and (max-width: 425px) {
    /*首頁*/
    .module_i_news ul, .blog_subbox { grid-template-columns: 1fr;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 聯絡我們 */
.contact_editbox{  padding: 0px 0px;}
.contact_content .information_left{ display: none;}
.contact_content{ max-width: 1000px;}
.contact_content .information_right{ width: 100%;}

.contact_page #page{
    background: url(https://pic03.eapple.com.tw/yunyi560/c-bg.jpg);
    background-size: cover;
    background-position: top;
}

.blank_letter{ color: #808080;}

.contact_form li .form__label{ color: #fff;}
.contact_form li input.noborder{  border: 1px solid #838383; background: unset; color: #fff; }
.contact_form li textarea.noborder{  border: 1px solid #838383; background: unset; color: #fff;}
.noborder{ padding: 8px 0;}
.contact_form li{ padding: 0 0  20px 0; }
.contact_form li .form__insert{ color: #fff;}

.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{ display: flex; flex-wrap: wrap;}
.contact_form li input { margin-left: 10px;}

.contact_form li.last cite{ background: #DA9907;}
.contact_form li.last blockquote{ color: #DA9907;}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px solid #DA9907;}



@media screen and (max-width:1300px) {
  .contact_content{ max-width: 1000px; width: 80%;}
}
@media screen and (max-width:980px) {
    .contact_form li .form__label{ background: transparent;}
}
@media screen and (max-width:768px) {
  .contact_content{  width: 90%;}
}
@media screen and (max-width:500px) {
  .contact_form li .form__label{ width: 160px;}
  .contact_form li{ display: flex;}
  /* .contact_form{ margin-left: 20px;} */
}




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:110px; left: 0px;}
}

@media screen and (max-width: 600px) { 
}




