@charset "utf-8";


/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body{
    font-family: "微軟正黑體", "Arial",  sans-serif;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}


/* fix-ri */
.linksBtn{ background-color: #d0d0d0; }
.info_fix:hover>.linksBtn{background: #bcbcbc;} 
.info_fix_links a { background: #ffcc00b5; }
.info_fix_links a:hover{background: #ffcc00;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
.pageIndex .header_area {  position: fixed;  width: 100%;   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%;}
.nav-header{ max-width: 250px;}
.nav-brand {width: 250px;}
.navigation{ grid-template-columns:250px 1fr;}
/*主分類按鈕*/
.stellarnav > ul > li > a {color: #555;padding:15px 0px;height: auto;font-size: 16px;font-weight: 400;vertical-align: middle;}
.stellarnav > ul > li > a:hover{color: #229175;}
.stellarnav li.has-sub > a {padding: 15px 15px 15px 0px;}
.stellarnav li.has-sub > a:after {border-top: 4px solid #444;border-left: 5px solid transparent;border-right: 5px solid transparent;right: 0px;}
/*購物車功能檢視*/
.me_tp_features a{transition: all .3s;margin: unset;width: 45%;margin: 10px 0 0;}
.me_tp_features a.tp_btn_notice i{margin-top: 5px;}
.me_tp_features a:hover{transform: translateY(-3px);}
.me_tp_features a i {margin: 0 5px 0 0;}
.tp_links{display: none;}
.box_search input[type=text] {padding: 5px 10px 5px 32px;border-radius: 0;}
.shop_search_btn {background: #888;padding: 6px 12px;border-radius: 0;}
/*其他下拉按鈕*/
.stellarnav > ul > li > ul a{background: #fff;color: #2a2b27;padding: 15px;font-size: 15px;border-bottom: none;font-weight: 500;transition: all .5s;}
.stellarnav > ul > li > ul a:hover{background: #f1f1f1;padding: 15px 10px 15px 20px;}
.stellarnav > ul > li.has-sub > ul a{padding: 15px;}
.stellarnav > ul > li.has-sub > ul a:hover{padding: 15px 10px 15px 20px;}
.stellarnav > ul > li > ul a:hover {background: #FFCC00;color: #fff;}
.stellarnav li li:hover > a {color: #fff;background: #000;}
.stellarnav li li.has-sub:hover > a:after {border-left: 5px solid #fff;}
.stellarnav li li{border: none;margin-bottom: 0;}
.stellarnav li li.has-sub > a:after {border-left: 5px solid #888;border-top: 5px solid transparent;border-bottom: 5px solid transparent;right: 10px;}
.stellarnav ul ul li.has-sub > a:hover:after {border-top: 4px solid transparent;}
.stellarnav ul ul{left: 0px; border: 1px solid #eee;width: 190px; }

@media screen and (max-width: 1024px){
	.navigation {padding: 0px 5px;}
	.nav-header {position: relative;}
	.stellarnav > ul > li > a {padding: 0px 5px;}
	.stellarnav li.has-sub > a {padding: 5px 25px 5px 15px;}
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.header_area{ padding: 0px;}
.nav-brand {width: 250px;}
.stellarnav > ul > li{padding: 22px 5px;}
.stellarnav > ul > li > a {  padding: 0px 15px;  height: 40px; position: relative;  font-size: 16px;  font-weight: 600;  letter-spacing: 1px; color: #2a2b27;}
.stellarnav > ul > li > a:hover{color: #929292; }

.stellarnav>ul>li>a:before{
    content:' ';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:3px;
  background-color:#ffcc00;
  transform:scaleX(0);
  transition:all 0.5s;
  transform-origin:left;
}
.stellarnav>ul>li>a:hover:before{
    transform:scaleX(1);
}
/* .stellarnav > ul > li > a b:nth-child(2){font-size: 13px;color: #3c758a;font-weight: 600;} */
.stellarnav li.has-sub > a {padding: 0px 15px 0 0;}
.stellarnav > ul > li:last-of-type > a {  background: #929292; color: #ffffff;   border-radius: 0px;  width: 135px;  /* text-align: end; */}
.stellarnav > ul > li:last-of-type > a:hover { background: #ffcc00;  color: #fff;  transition: 0.5s;}

.tp_links { display: none;}
.shop_search_btn {border-radius: 0px;}
.box_search input[type=text] {  border-radius: 0;}
.me_tp_features { display: flex;  width: 100%;  max-width: 350px; text-align: right;  flex-direction: row-reverse; display: none;}
.stellarnav ul {  text-align: left;}
.me_tp_features a {  transition: all .3s; margin: unset; width: 26%; margin: 5px 0 0;}



/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #333333;}
.stellarnav .menu-toggle:after { color: #333333;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #fff;
    color: #333E50;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #333E50;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #333E50;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
    top:-7px;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #ffba00;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #ffba00;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: 19px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: transparent;
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(239, 239, 239, 0.5) solid;
  }

  /* .stellarnav.mobile li a{ border-bottom: 0px; color: #3C5947; background: #fff;} */

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}




@media screen and (max-width: 1200px){
.stellarnav > ul > li:last-of-type { margin-left: 0px;}

}

@media screen and (max-width:1090px) {
    .stellarnav > ul > li > a{ padding: 0px 7px;}
}


@media screen and (max-width: 1024px){
.me_tp_features {  display: flex;   width: 100%;    text-align: right;    align-items: center;   flex-direction: row;  justify-content: center;    margin-top: 17px;  display: none; }
.stellarnav ul {  text-align: center; }
.nav-brand { width: 210px; margin-top: 12px;}

.stellarnav > ul > li {  padding: 15px 5px;}

}

@media screen and (max-width:768px) {
    .stellarnav.mobile{ top: 2px;}
    .stellarnav > ul > li:last-of-type > a{ padding-left: 32px; padding-right: 10px;}
    .nav-brand{ margin-top: 8px;}
    .stellarnav > ul > li{ padding: 25px 5px;}
}


@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 10px;}
    .nav-brand{ width: 180px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*Footer/＝＝＝＝＝*/
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(90px,100%), 1fr));    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    margin: 0;	text-align: center;	padding: 5px;	transition: all 0.3s;}
.footer_menu a {
    border: 1px #929292 solid;
    color: #929292;
    background: transparent;
    transition: 0.5s;
} 
.footer_menu a:hover {    border: 0px; color: #fff; background: #ffcc00;}
.box_link a{transition:all 0.3s; display: none; }
.footer {background: #f4f4f485; border-top: 1px solid #dfdfdf;} 
.footer_info{ display: flex; flex-direction: row; flex-wrap: wrap;}
.footer_info ul{ width: 75%;}
.footer_info li p {color: #000;}   
.footer_info li p a {
    color: #000;}
.footer_info li:nth-child(1){ display: flex; flex-direction: column;}
/* .footer_info li p.tel{ order: 1;}
.footer_info li p.line{ order: 2;}
.footer_info li p.mail{ order: 3;}
.footer_info li p.add{ order: 4;} */

.footer_logo a img {
    width: 250px;
    margin-top: 43px;
}

.copy{ border-top:1px #dfdfdf solid ;}

/*footer icon按鈕隱藏*/
.box_link {display: none;}

/*footer第一顆按鈕影藏*/
.footer_menu a:first-child {
    display: none;
}

@media screen and (max-width:1200px) {
    .footer_info{ padding-left: 24px;}
    .footer_logo a img{ margin-top: 20px;}
}
@media screen and (max-width:980px) {
    .footer_info ul{ width: 100%;}
}
@media screen and (max-width:768px) {
    .footer_info{ grid-template-columns: 1fr; padding-right: 80px; }
    .footer_logo a img{ margin-top: 0px;}
}
@media screen and (max-width:630px) {
    .footer_menu{ grid-template-columns:1fr 1fr 1fr; }
}
@media screen and (max-width:427px) {
    .footer_menu{ grid-template-columns:1fr 1fr; }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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: 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;}
.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: #FFCC00; color: #fff;}
.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: #FFCC00; border: 0px; color: #fff;}
.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: #B0D2C5; margin-top: -20px;text-align: center;}
.products-list .price{ display: none;}
.products-list .name{ font-size: 18px; color: #D55021; font-weight: bold; text-align: center;height: 48px;}
.products-list .more{ font-size: 15px; color: #929292; border: 1px solid #929292; }
.products-list .item a:hover .more{ background: #FFCC00; color: #fff; border: 0px;}
.products-list .pic img{ width: 100%;
    height: 100%;
    object-fit: cover; transform: scale(1);  opacity: 1; transition: 0.5s;}

    .products-list .pic{ overflow: hidden;}
.products-list .item a:hover img {
   transform: scale(1.15);opacity: 0.85;
  transition: all 0.5s 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: #D55021; font-size: 20px;}
.sidebarBtn .sp_price{ color: #B0D2C5;}
.sidebarBtn .price{ border-bottom: 0px;}
.pd_tabTitle li.activeTab a{ color: #7b7b7b; 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: transparent; border: 1px solid #929292!important; color: #929292;border-radius: 0px;  }
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{ background: #FFCC00; border: 0px!important; color: #fff;}
.radio-inline__input:checked + .radio-inline__label{ background: #FFCC00; color: #fff; border: 0px;}

.rewrite_simple{ background: transparent; color: #929292; border: 1px solid #929292!important; border-radius: 0px;}
.send_simple{ background: #FFCC00; border-radius: 0px;}


/* 相關推薦 */
.prod_related h6 span:before{  color: #7b7b7b; font-size: 24px; font-weight: bold;}
.prod_related{ background: #f7f7f7; padding: 80px 15px 60px;}
.related_list li a{ background: transparent;}
.related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}

@media screen and (max-width:1529px) {
    .products-list .name{ font-size: 16px; }
    .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; margin-top: 55px;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

@media screen and (max-width:1024px) {
.bannerindex {margin-top: 100px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0; margin-top: 48px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.banner {    width: 100%;    height: 36vh;    background: #243035;    position: relative;    overflow: hidden; }
.banner:before {
    content: '';
    /* animation: bgScroll 30s linear infinite; */
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/lonsn/ban.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}
.banner.banB,.banner.banC{ display: none;}


.banner h5 {
    letter-spacing: 2px;
    top: 32%;
    width: 100%;
    font-weight: 500;
    color: #D55021;
    display: inline-block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    max-width: 75%;
    font-family: "微軟正黑體", "Arial",  sans-serif;
}
.banner h5:before {
    content: "EQUIPMENT";
    font-size: min(max(10px + 4vw,16px - 5vw), 53px);
    position: absolute;
    bottom: 85%;
    color: #4F4F4F;
    letter-spacing: 2px;
    font-weight: 525;
     font-family: "Arial",  sans-serif;
    margin: 0 auto;
    left: 0;
    width: 100%;
    font-weight: bolder;
}
.blog_page.article_a .banner h5:before, .blog_in_page.article_a .banner h5:before {    content: "NEWS";}
.product_page .banner h5:before ,.product_info_page .banner h5:before {    content: "PRODUCTS";}
.car_page .banner h5:before  {    content: "INQUIRY";}


@media screen and (max-width:1024px) {
  .banner:before{ background-position: left;} 
  .banner h5{ text-align: right; top: 16%; right: -11%;} 
}
@media screen and (max-width:600px) {
     .banner h5{ top: 41%;} 
}
@media screen and (max-width:450px) {
    .banner{ height: 10vh;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 首頁文章 */
.module_i_news{padding: 100px 20px; }
.module_i_news .title_i_box { display: flex;flex-direction: column-reverse;justify-content: center;align-items: center;}
.module_i_news .title_i_box h4{font-size: 30px; color: #FFBA00; font-weight: bold; text-align: center;  font-family: "微軟正黑體", "Arial",  sans-serif; display: flex;flex-direction: column;}
.module_i_news .title_i_box h4:before{
  content: "NEWS";  font-family: "Arial",  sans-serif;font-size: 60px; font-weight: bold; text-align: center; color: #4F4F4F;
}
.animated-arrow{ background: #FFCC00; width: 200px; margin-top: 60px;}
.i_blog_ri{ display: flex;flex-direction: column; justify-content: center;}

.i_blog_ri h5{
  font-size: 24px;
    color: #D55021;
    display: block;
    font-weight: bold;
 }
 .i_blog_ri em{ color: #a9a9a9;}
 .i_blog_ri p{  margin-top: 10px;
    line-height: 180%;
    color: #000;
    -webkit-line-clamp: 3;
    min-height: 90px;
	letter-spacing: 1px;
  font-size: 17px;
}

.module_i_news li a{ transition: 0.3s;}
.module_i_news li a:before {
    display: block;
    font-size: 17px;
    bottom: -44px;
    right: 0;
    letter-spacing: 2px;
    opacity: 1;
    color: #ffffff;
    background: #929292;
    border-radius: 0px;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-family:  "Arial",  sans-serif;
}
.module_i_news_list li a:hover:before {
    background: #FFCC00; color: #fff;}
.module_i_news li a:after { 
    border: 3px #F1F1F1 dashed;
    background: transparent;
}

.i_blog_le img{  transform: scale(1); overflow: hidden; transition: 0.3s;opacity: 1;}
.module_i_news_list a:hover .i_blog_le img{  transform: scale(1.15);opacity: 0.85;}



/* 文章管理 */
h5.blog_le_t{ color: #D55021;   font-family: "微軟正黑體", "Arial",  sans-serif; display: none;}
h4.blog_category_title{font-size: 28px; color: #D55021;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 80px 10px;}
.module_i_news li , .subbox_item {    width: 100%;border-bottom: unset;}
 .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%;  overflow: hidden;}
.blog_list_ri {  width: 100%;  padding: 0 0 0 10px;  position: relative; margin-bottom: 45px; }

.blog_list_le img{  transform: scale(1);opacity: 1; overflow: hidden;}
.subbox_item a:hover .blog_list_le img{  transform: scale(1.15);opacity: 0.85; }

.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: #D55021;
    display: block;
    font-weight: bold;
}
.blog_list_ri em{
  color: #a9a9a9;
}
.blog_list_ri p {
    margin-top: 10px;
    line-height: 180%;
    color: #000;
    -webkit-line-clamp: 3;
    min-height: 64px;
	letter-spacing: 1px;
  font-size: 17px;
}


.subbox_item a:before {
    display: block;
    font-size: 17px;
    bottom: 0;
    right: 0;
    letter-spacing: 2px;
    opacity: 1;
    color: #ffffff;
    background: #929292;
    border-radius: 0px;
    width: 100%;
    padding: 12px 0;
    text-align: center;
       font-family:  "Arial",  sans-serif;
}
.subbox_item a:hover:before {
    background: #FFCC00; color: #fff;}
.subbox_item a:after {
    border: 3px #F1F1F1 dashed;
}

/*側邊*/
.blog_le .accordion {
    border: unset;
    border-radius: 0px;
}
.blog_le .accordion > li{transition:all 0.3s;border-bottom: 1px solid #808080;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #FFCC00 !important; border-radius: 0px;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {color: #fff!important;}
.submenu a:hover {    background: #FFCC00;color: #fff; border-radius: 6px; }
.submenu li.on_this_category a, .submenu a:hover{ background: #FFCC00; color: #fff;border-radius: 6px;}

/*首*/
.module_i_news ul{ grid-template-columns:1fr 1fr;}
.module_i_news ul li a{ display: flex; flex-direction: row; }
/*功*/
.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: transparent;
    color: #929292;
    border: 1px solid #929292;
    border-radius: 0px;
    transition:.3s;
}

.blog_back a.article_btn_back:hover, .blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
    background: #FFCC00;
    color: #fff;
    border: 0px;
}

.subbox_item a:after {  background: rgb(255 255 255 / 0%); }

.news_related {
  background: transparent;
  padding: 36px 15px 20px;
}
.news_related h6 span:before{
  color: #7b7b7b;
}
.lastPage{
      background: transparent;
    color: #929292;
    border: 1px solid #929292; border-radius: 0px; transition: 0.3s;
}
.lastPage:hover{
    background: #FFCC00;
    color: #fff;
    border: 0px;
}

.news_related_list li a img{ opacity: 1; transition: 0.3s;}
.news_related_list li a:hover img{ opacity: 0.85;}

@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:980px) {
    .module_i_news ul{grid-template-columns: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;}
    .module_i_news ul li a{ flex-direction: column;}
    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;}
    }
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 相簿 */
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/* 首頁 */
.module_i_album .title_i_box h4{font-size: 30px; font-weight: bold;  color: #FFBA00; text-align: center; display: flex;flex-direction: column; }
.module_i_album01 .title_i_box h4::before { content: "EQUIPMENT";  font-family: "Arial",  sans-serif;font-size: 60px; font-weight: bold; text-align: center; color: #4F4F4F;}
.animated-arrow{ background: transparent; width: 200px; height: 44px; line-height: 44px; border: 1px solid #929292; color: #929292; transition: 0.3s;} 
.animated-arrow:hover{ background:#FFCC00 ; color: #fff; border: 0px;} 
.module_i_album .animated-arrow{ margin-top: 0px;}
.i_album_list li a p{ background: rgba(79,79,79,.87); color: #FFCC00;}

/*大分類*/
.album_page .main_part {max-width: 1600px;}
.show-list{grid-template-columns:1fr 1fr 1fr;}
.show-list .item {width: 100%;padding: 2%;margin: 0;}
.show-list .item:hover .show_name {color: #FFCC00;}
.show-list .show_name {text-align: center;font-weight: bold; color: #4F4F4F;}
.overlay {-webkit-transform: scale(1.05);transform: scale(1.05); background: rgba(247,244,237,.3);}
.show-list .show_pic img{min-height: 20vw;object-fit: cover;}

.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: 0;
    padding-bottom: 72%;
}


/*次分類*/
.album_class_page .main_part {max-width: 1600px;}
.subalbum-menu h2 {color: #A67D50;text-align: center;display: none;}
.subalbum-menu h2 .block{display: none;}
.other_subalbum{grid-template-columns:1fr 1fr 1fr;}
.other_subalbum li {width: 100%;padding: 2%;margin: 0; background: none;}
.other_subalbum li a p{text-align: center;margin-top: 10px;font-weight: bold; color: #4F4F4F;letter-spacing: 1px; transition: 0.5s;}
.show-list .item a:hover p{color: #FFCC00; }
.other_subalbum li a img {
    width: 100%;
    height: 35vh;
}
/*相片頁*/
.album_info_page .main_part {max-width: 1600px;}
.pic-list{grid-template-columns:1fr 1fr 1fr;}
.pic-list .item {padding: 0;margin: 10px;width: 100%;padding: 2%;margin: 0;}
.pic-list .item h6{font-weight: 500;}
.pic-list .show_pic img {min-height: 20vw;object-fit: cover;}
.other_album{margin-top: 200px;}
.album_fixed_title {background: transparent;}
.other_album_choice li a{color: #929292; transition: 0.3s;}
.other_album_choice li {background: transparent; border-radius: 0px; border:1px solid #929292}
.other_album_choice li:hover{background: #FFCC00; color: #fff; border: 0px;}
.other_album_choice li a:hover{color: #fff;}

@media screen and (max-width: 768px){
	/*主分類*/
  .module_i_album01 .title_i_box h4::before{ font-size: 44px;}
    .show-list,.pic-list,.other_subalbum{grid-template-columns:1fr 1fr;}
	.show-list .show_pic img{min-height: 35vw;}
	.other_subalbum li a img {max-width: 100%;}
	.show-list .show_name {font-size: 14px; line-height: 20px; height: 40px;}
	/*次分類*/
	.other_subalbum li a img { width: 100%; height: 20vh;}
	.other_subalbum li p {margin-top: 5px; font-size: 12px;}
	/*相片頁*/
	.pic-list .show_pic img {min-height: 35vw;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* 聯絡我們 */
.contact_content .information_left{ display: none;}
.contact_editbox{ padding: 0px 0px;}
.contact_content .information_right{ width: 100%; padding-left: 0px;}
.contact_content{ max-width: 1000px;}

/* 聯絡我們 */
.blank_letter{ color: #4F4F4F;}
.contact_form{ grid-gap:16px;}
.contact_form li{ grid-template-columns:124px 1fr;}
.contact_form li.last blockquote{ color: #929292;
  }
.contact_form li.last blockquote, .contact_form li.last cite{ border: 1px solid #929292; }
.contact_form li.last cite{ color: #fff; background: #ffcc00; border: 0px;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{ display: unset;}
.contact_form li .form__label{max-width: 115px;  font-size: 16px;}

@media screen and (max-width:600px) {
    .contact_form li .form__label{ background: transparent;}
    .contact_content .information_right{ padding-left: 10px;}
}




.car_page .information_left {
    display: block;
}
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) { 
}




