@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&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:  "微軟正黑體","Archivo", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}



/* fix-ri */
.linksBtn{ background-color: #C6C6C6; width: 35px; height: 35px; }
.info_fix:hover>.linksBtn{background: #9E9E9C;}     
.info_fix_links a { background: #F9D565; width: 44px; height: 44px; }
.info_fix_links a:hover{background: #F2BE3B;}

.info_fix .info_fix_line { order: 1;}
.info_fix .info_fix_tel { order: 2;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.header_area {
    background: #F2B033;
    padding: 10px 10px 0 10px;
    transition: all .3s;
}
.nav-brand {
    position: relative;
}

.navigation{ grid-template-columns:300px 1fr;}
.nav-header{ max-width: 300px;}

.me_tp_features{ padding: 4px 0px;}
.me_tp_features a{color: #737373; }
.header_area.sticky .me_tp_features a{ color: #fff;}
.me_tp_features a.tp_btn_cart,.me_tp_features a.tp_btn_notice { display: none; }


/* 產品搜尋欄 */
.box_search input[type=text] {
    background: url(https://pic03.eapple.com.tw/aaa/products_search.svg) no-repeat 9px center #fff;
}

.shop_search_btn{ background: #F9D565; color: #000;}
input::placeholder {
    color: rgba(51, 51, 51, 0.5);
}
.box_search input[type=text]:focus {
    color: #333;
}
.tp_links {
    display: none;
} /* header聯絡按鈕--隱藏 */



/* .stellarnav */
.stellarnav > ul > li > a {
    font-weight: 500;
    color: #FFF;
    /* line-height: 72px;
    height: 72px; */
    margin: 6px 15px;
    font-size: 17px;
    font-weight: 600;
}
.stellarnav ul ul {
    background:#fff;
    width: 185px; 
}
.stellarnav > ul > li.drop-left > ul{
    right: unset;
}
.stellarnav li li {
    border: 0;
}
.stellarnav li li > a, 
.stellarnav li li.has-sub > a {
    padding: 12px 17px;
}
.stellarnav li li a {
    font-size: 17px;
    color: #25282E;
}


/* 下滑設定 */
.header_area.sticky {
    background: #F2B033;
    transition: all .3s;
    transition-duration: .7s;
}
/* .header_area.sticky .nav-brand img {
   filter: grayscale(1) brightness(10);
   display: none;
}

.header_area.sticky .nav-brand::before{
    content: "";
    background-image: url(https://pic03.eapple.com.tw/hongming/h-logo.png);
    background-size: cover;
    opacity: 1;
    display: block; 
    width: 150px;
    height: 98px;

} */
.header_area.sticky .stellarnav > ul > li > a {
    color: #fff;
}
.header_area .stellarnav li.has-sub > a:after {
    border-top: 6px solid #fff;
}


.header_area.sticky .stellarnav > ul > li > a:hover{ color: #25282E;}
.header_area.sticky .stellarnav li.has-sub > a:hover:after {
    border-top: 6px solid #25282E;
}

/* hover */
.stellarnav * {
    transition: all .3s;
}
.stellarnav > ul > li > a:hover,
.stellarnav > ul > li:hover > a {
    color: #25282E;
} /* 主選單一般變色 */
.stellarnav > ul > li.has-sub > a:hover:after,
.stellarnav > ul > li.has-sub:hover > a:after{
    border-top: 6px solid #25282E;
} /* 主選單三角形 */
.stellarnav li li:hover > a, 
.stellarnav li li > a:hover, 
.stellarnav.desktop li.has-sub li a:hover, 
.stellarnav.desktop li.has-sub li:hover > a   {
    color: #fff;
    background: #F2BE3B;
    padding-left: 22px;
} /* 次分類一般變色 */
.stellarnav li li.has-sub > a:hover:after,
.stellarnav li li.has-sub:hover > a:after{
    border-left:  6px solid #25282E;
} /* 次分類三角形 */


@media screen and (max-width:1024px) {
    .nav-header{ max-width: 260px; margin-top: 10px;}
    .nav-brand{ padding-top: 10px; }
}
@media screen and (max-width: 768px) {
    .nav-header{ max-width:225px; margin-top: 0px;}
    /* 下滑設定-還原 */
    .header_area.sticky .nav-brand img {
        opacity: 1;
    }
    .header_area.sticky .nav-brand::before {
        width: 131px;
        height: 85px;
    }
    .header_area.sticky .stellarnav > ul > li > a {
        color: #25282E;
    }
    .header_area.sticky .stellarnav li.has-sub > a:after {
        border-top: 6px solid #25282E;
    }

    /* 漢堡鈕設定--開始 */
    .stellarnav .menu-toggle span.bars span {
        background: #6f6f6f;
    }
    .stellarnav .menu-toggle:after {
        color: #6f6f6f;
    }
    .stellarnav.mobile{ top: 23px;}
    .stellarnav.mobile.right .close-menu, 
    .stellarnav.mobile.left .close-menu {
        color: transparent;
        background: transparent;
        padding-top: 20px;
        padding-left: 15px;
    }
    .stellarnav .icon-close {
        display: block;
    }
    .stellarnav .icon-close:before, 
    .stellarnav .icon-close::after {
        width: 25px;
        border-bottom: ;
    }/* 漢堡鈕設定--結束 */


    /* --------選單設定--開始 */
    .stellarnav.mobile.right > ul, 
    .stellarnav.mobile.left > ul {
        border: 0;
        box-shadow: 5px 5px 15px rgb(0 0 0 / 10%);
    }
    /* 叉叉按鈕換邊放--開始 */
    .stellarnav.mobile.right .close-menu, 
    .stellarnav.mobile.left .close-menu {
        position: relative;
        color: transparent;
        background: transparent;
        padding-top: 20px;
        padding-left: 15px;
    }
    .stellarnav .icon-close {
        position: static;
    }
    /* 叉叉按鈕換邊放--結束 */
    .stellarnav a.dd-toggle .icon-plus:before, 
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 1px #F9D565;
    }
    .stellarnav.mobile li a {
        border: 0;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 10px 10px 25px;
    }
    .stellarnav.mobile li li > a {
        padding: 10px 10px 10px 25px;
    }
    .stellarnav.mobile li.open {
        background: transparent;
        padding: 0;
    }
    .stellarnav.mobile ul ul {
        background: transparent;
    }
    .stellarnav.mobile > ul > li{ border-bottom:1px #f8f8f8 solid ; }
    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0;
    }
    .stellarnav.mobile li.open li.open > a {
        background: #eee;
    }
    .stellarnav.mobile li.open li.open > a.dd-toggle {
        background: transparent;
    }
    .stellarnav.mobile ul ul ul {
        background: transparent;
    }
    /* --------選單設定--結束 */

    /* hover--開始 */
    .stellarnav.mobile a.dd-toggle:hover .icon-plus:before, 
    .stellarnav.mobile a.dd-toggle:hover .icon-plus:after {
        border-bottom: solid 1px #F9D565;
    }
    .stellarnav li li:hover > a, 
    .stellarnav li li > a:hover, 
    .stellarnav.desktop li.has-sub li a:hover, 
    .stellarnav.desktop li.has-sub li:hover > a {
        color: #F2B033;
        background: transparent;
    } /* 次分類一般變色 */ /* hover--結束 */
}

@media screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 10px;
    }
    .header_area.sticky .nav-brand::before {
        width: 108px;
        height: 70px;
    }
    .stellarnav.mobile{ top: 25px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.box_link{display: none;}

.footer {
    position: relative;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background: #fcfcfc;
}
.footer .center {
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.footer_logo {
    margin: auto;
    max-width: 280px;
}
.footer_logo a {
    display: block;
    width: fit-content;
    font-size: 0;
}
/* .footer_logo img{ filter: grayscale(1) brightness(0);} */

/* footer資訊*/
.footer_info {
    text-align: center;
    width: 100%;
    display: flex;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 0;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 20px;
}

.footer_info:nth-child(1) > ul {display: flex;flex-direction: column;}


.footer_menu a {
    position: relative;
    border: 0;
    /* margin: 0; */
    color: #F2A031;
    background: transparent;
    padding: 0 15px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: 400;
    opacity: 1;
    text-align: center;
    margin: 0;
}

.footer_info li p,.footer_info li p a{
    color:#2F3339 ;
    font-size: 15px;
}

.footer_info li:nth-child(1) {display: flex;padding: 0;flex-direction: row;text-align: center;gap: 3px 20px;align-content: center;justify-content: center;}
.footer_info li p:before {
    color: #2F3339 ;
    margin-right: 4px;
    letter-spacing: .5px;
    font-weight: 800;
}
.footer_info li p{padding: 0;}
.footer_info li p+p{margin-left: 0;}

.footer_info li p.fax:before {content: '營業時間：';}

.footer_info li p.line {order: 1;}
.footer_info li p.taxid {order: 2;}
.footer_info li p.mail {order: 3;}
.footer_info li p.add {order: 4;}
.footer_info li p.fax {order: 5;}

.footer_info li:nth-child(2) {padding: 0;/* border-top: 1px solid #06040499; *//* border-bottom: 1px solid #06040499; */width: fit-content;margin: 10px auto;/* display: none; */order: -1;}
.footer_menu {
font-size: 0;
width: fit-content;
display: flex;
justify-content: center;
margin: auto;
padding: 5px 0;
}
.footer_menu a {       
line-height: 2;
transition: all 0.3s linear;
}
.footer_menu a:not(:last-child):after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 1px;
    height: 50%;
    background-color: #cbcbcb;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer_menu a:first-child{display: none;}
.footer_menu a:hover {
    background: transparent;
    color: #F2BE3B;
    font-weight: 900;
}


.copy {
    text-align: center;
    padding: 20px;
    width: calc(100% - 40px);
    margin: auto;
    border-top: 1px solid #DEDCDB;
    align-items: center;
    color: #9E9E9C;
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
    position: relative;
    justify-content: center;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: 400;
    background-color: transparent;
}
.copy a {color: #9E9E9C;} 

@media screen and (max-width:768px) {
    .footer_logo{ max-width: 220px;}
}
@media screen and (max-width:515px) {
    .footer_menu{ flex-wrap: wrap;}
    .footer_info li:nth-child(1){ flex-wrap: wrap;}
    .footer_menu a:not(:last-child):after{ display: none; }
}


/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1600px;}
/* .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: 238px; 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;}
.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) {
}

/* 左邊選單 */
/* .product-layer-two > li{ border-bottom: 1px solid rgba(103, 107, 114, 0.5);} */
.product-layer-two > li:last-child{ border-bottom: 0px;}
.product-layer-two li a{ background: transparent; color: #444;  padding: 12px 16px; transition: 0.3s;}
.product-layer-two li a:hover{ background: #F1BD3B; color: #000;}
.product-layer-two li li a{ color: #000; background: unset; }
.product-layer-two li i{ color: #fae5ea; } 
.product-layer-two li li:hover > a{ color: #DCA1AC;}
.product-layer-two li li > a:hover:before { background: #DCA1AC;}
.product-layer-two li.active a{ background: #F1BD3B; border: 0px; color: #000;}
.product-layer-two li li.active a{ background: unset; color: #E2546B;}
.product-layer-two li.active li a{ background: unset;color: #E2546B; }

/* 商品 */
.products-list{grid-template-columns:1fr 1fr 1fr 1fr ;}
.products-list .price b { color: #c8c8c8; margin-top: -20px;text-align: center; display: none; }
.products-list .price { display: none; }
.products-list .name{ font-size: 18px; color: #F7A035; font-weight: bold; text-align: center;height: 48px;}
.products-list .more{ font-size: 15px; color: #F1BD3B; border: 1px solid #F1BD3B; }
.products-list .item a:hover .more{ background: #F1BD3B; color: #000; }
.products-list .pic img{ width: 100%; transition: 0.5s;
    height: 100%;
    object-fit: cover;}

    .products-list .pic{ overflow: hidden;}
    .products-list .item a{ transition: 0.5s;}
.products-list .item a:hover img {
    opacity: 0.5;
  transition: all 1s linear;
}

/* 內頁 */
.product_info_page #content .swiper-slide:nth-child(1):before,.product_info_page #content .swiper-slide:nth-child(2):before{ display: none;}
.sidebarBtn h2{ color: #F7A035; font-size: 20px;}
.sidebarBtn .sp_price{ color: #c8c8c8;}
.sidebarBtn .price{ border-bottom: 0px; display: none; }
.pd_tabTitle li.activeTab a{ color: #F1BD3B; font-size: 24px; font-weight: bold;}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after{ text-shadow: unset; color: #B0D2C5;}
.proImgSwiper img{height: 100%;width: 100%;object-fit: cover;overflow: hidden;}


.pd_tabTitle li.activeTab::after{ height: 0px; background: #E4E4E4;}
.sidebarBtn{ border: 1px #ddd solid;}
.inquiry_a1,.inquiry_a2,.inquiry_a3{ background: #F1BD3B; display: none; }
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{ background: #F8D465;}
.radio-inline__input:checked + .radio-inline__label{ background: #F1BD3B; color: #000; border: 0px;}

.rewrite_simple{ background: #F1BD3B;}
.send_simple{ background: #F8D465;}


/* 相關推薦 */
.prod_related{ background: #f3f3f3; padding: 80px 15px 60px;}
.related_list li a{  transition: 0.5s;}
.related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}

@media screen and (max-width:1529px) {
    .products-list .name{ font-size: 16px; height: 51px; margin-bottom: 10px;}
    .products-list .price b{ font-size: 14px;}
}

@media screen and (max-width:1024px) {
    .products-list{grid-template-columns:1fr 1fr 1fr ;}
}
@media screen and (max-width:930px) {
    .products-list{grid-template-columns:1fr 1fr;}
}

@media screen and (max-width:768px) {
    .product-layer-two{ display: block!important;}
    .product_page .product_menu_list>h5{ display: none;}
    .product_info_page #content .main_part{ padding:80px 20px 0px;}
    .mobile_product_name{ display: none;}
    .products-list .price b{ text-align: center!important;}
}
@media screen and (max-width:450px) {
    .products-list{grid-template-columns:1fr; gap: 24px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 { min-height: 350px;}

.banner h5 {
    font-size: 0px;
}
.banner h5:before {
    content: "";
     background-image: url(https://pic03.eapple.com.tw/hongming/ti-pro.png);
     background-size: cover;
    width: 287px;
    height: 68px;
    display: block;
    margin: auto;
}

.blog_page .banner h5::before,.blog_in_page .banner h5::before{
    background-image: url(https://pic03.eapple.com.tw/hongming/ti-news.png);
}
.product_page .banner h5::before,.product_info_page .banner h5::before{ 
    background-image: url(https://pic03.eapple.com.tw/hongming/ti-pro.png);
}
.remit_page .banner h5::before{
    background-image: url(https://pic03.eapple.com.tw/hongming/ti-rem.png);
}


.banner.banblog { background-image: url(https://pic03.eapple.com.tw/hongming/banblog.jpg); background-position: left; background-size: cover;}
.banner.banF { background-image: url(https://pic03.eapple.com.tw/hongming/banF.jpg); background-position: right; background-size: cover;}
.banner.banD { background-image: url(https://pic03.eapple.com.tw/hongming/banD.jpg); background-position: center ; background-size: cover;}

.banner.banA {}
.banner.banB { display: none; }
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width:1024px) {
    .banner { min-height: 280px;}
    .banner h5:before{ width: 200px; height: 48px;  }
}
@media screen and (max-width:768px) {
    .banner { min-height: 230px;}
    .banner h5:before{ width: 160px; height: 38px;  }
}
@media screen and (max-width:450px) {
    .banner { min-height: 110px;}
    .banner h5:before{ width: 120px; height: 28px;  }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*文章設定*/
/* 
.module_i_news .title_i_box h4{ font-size: 36px; color: #346AB6; font-weight: bold; display: flex; flex-direction: column; justify-content: center;}
.module_i_news .title_i_box h4::before{ content: "NEWS"; color: #08C2FF; font-size: 28px; font-weight: 500;}
.module_i_news02 .title_i_box h4::before{ content: "PRESTIGIOUS SCHOOL"; color: #08C2FF; font-size: 28px; font-weight: 500;}
.i_blog_ri h5{font-size: 24px; font-weight: bold; color: #4379F2;}
.i_blog_ri em{ color: #08C2FF;}
.i_blog_ri p{ color: #000;}
.module_i_news li a:after{ border: 2px #ACE5E3 dashed; background: unset;}
.module_i_news li a:before{
  top: 50%;
    left: 50%;
    bottom: unset;
    right: unset;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
    font-size: 22px;
    font-family: "Josefin Sans", serif;
    color: #FDDE55;
    font-weight: bold;
}
.animated-arrow{ background: #355F80; width: 200px;} */

/* 文章管理 */
h5.blog_le_t{ color: #9D9D9B;}
h4.blog_category_title{font-size: 28px; color: #F7A035;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news { padding: 0 20px 50px 20px; }
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;border-bottom: unset;}
.module_i_news li a , .subbox_item a {
	padding: 5px;
	display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri {    width: 100%;}
.blog_list_le { width: 100%; }
.blog_list_ri {  width: 100%;  padding: 0 0 0 10px;  position: relative; }

.i_blog_le , .blog_list_le{    /*position: relative;    padding-bottom: 100%;    height: 0;*/}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */

.blog_list_ri h5 {
    font-size: 24px;
    color: #F7A035;
    display: block;
}
.blog_list_ri em{
  color: #FBB93B;
}
.blog_list_ri p {
    margin-top: 10px;
    line-height: 180%;
    color: #000;
    -webkit-line-clamp: 3;
    min-height: 80px;
	letter-spacing: 1px;
}


.blog_list_le img{ opacity: 1; transition: 0.5s;}
.subbox_item a:hover .blog_list_le img{ opacity: 0.8; transition: 0.5s;}


.subbox_item a:before {
    top: 50%;
    left: 50%;
	bottom:unset;
	right:unset;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
	font-size: 22px;
 font-family: "Archivo", sans-serif;
	color:#F8D465;
  font-weight: bold;
}
.subbox_item a:after {
    border: 2px #8080801c dashed;
}

/*側邊*/
.blog_le .accordion {
    border: unset;
    border-radius: 0px;
}
.blog_le .accordion > li{transition:all 0.3s;border-bottom: 1px solid #F1BD3B;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #F1BD3B !important;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{ color: #000!important;}
.submenu a:hover {    background: #F1BD3B;}
.submenu li.on_this_category a, .submenu a:hover{ background: #C6C6C6; }

/*首*/
.module_i_news ul{ grid-template-columns:1fr 1fr 1fr 1fr;}
/*功*/
.blog_subbox{ grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back, .blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: #F1BD3B;
    color: #000;
	transition:.3s;
}

.subbox_item a:after {  background: rgb(255 255 255 / 0%); }
.lastPage{
  background: #F1BD3B;
  color: #000;
}

.news_related_list li a{  transition: 0.5s;}
.news_related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}


@media screen and (max-width:1298px) {
  .subbox_item a:before{ font-size: 15px;}
}
@media screen and (max-width: 1200px) {
  /*文章管理*/
  .blog_list_ri h5 {
      margin-top: 0;
      font-size: 20px;
  }
  
  .blog_list_ri p {
      margin-top: 10px;
  }
  }
  
  @media screen and (max-width: 1024px) {
  .blog_subbox{grid-template-columns:1fr 1fr; }
    /*文章管理/＝＝＝＝＝*/
    .module_i_news ul{grid-template-columns:1fr 1fr;}
    .header_area {  padding: 0px; }
    }
    @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;}
      
  }

  @media screen and (max-width: 600px) {
    /*文章管理/＝＝＝＝＝*/
    .module_i_news ul , .blog_subbox{grid-template-columns:1fr 1fr;}
    h4.blog_category_title{font-size: 20px;}
    h4.blog_category_title span{font-size: 18px;}
    
    .blog_list_le {
        width: 100%;
    }
    .blog_list_ri {
        padding: 20px 10px 30px 10px;
        width: 100%;
    }
    .blog_list_ri h5 {
        font-size: 18px;
    }
    .blog_list_ri em {
        position: inherit;
    }
    
    .blog_list_ri p {
        margin-top: 15px;
        font-size: 14px;
        min-height: unset;
    }
    }

    @media screen and (max-width:430px) {
      .module_i_news ul , .blog_subbox{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;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





.car_page .information_left {
    display: block;
    display: none;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




