@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 {margin-top: 20px;padding-right: 27px;}
.me_tp_features a i {color: #fff;}
.navigation * {color: #fff;}  
.banner {display: none;}
@media screen and (max-width: 768px) { 
    .me_tp_features {display: none;}}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.pageIndex .header_area {padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: unset;}
    .header_area {padding: 0;
      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;}
.nav-brand img {margin-top: 10px;width: 100%;filter: contrast(0) brightness(100);}

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.pageIndex .header_area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;}
.pageIndex .header_area.sticky .main_header_area {
    background: #181D5F;
    box-shadow: 0 0 8px rgba(0 0 0 / 8%);
    backdrop-filter: blur(6px);}
.pageIndex .main_header_area {
    background: #181D5F;
    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;}
.stellarnav li li {font-size: 13px;}

/*bannerindex/＝＝＝＝＝*/
.swiper-banner .swiper-slide img {animation: none;}
.bannerindex { position:sticky; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide img { height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.bannerindex .swiper-slide:before ,.bannerindex .swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}



    .bannerindex .swiper-slide:nth-child(1)::after{
    content: "";
    display: block;
    position: absolute;
    top: 3%;
    background: url(https://pic03.eapple.com.tw/hyundaitruckbuscc/banner-02.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}


@keyframes swiff {
    0%,100%{
        transform: scale(1.2) rotateZ(0deg) translate(0px,0);
    }
    50%{
        transform: scale(1.3) rotateZ(2deg) translate(-100px,0);
    }

}



.bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::after {animation:fade-in-elegant  2.5s ease-in-out both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::after {animation:fade-in-elegant  2.5s ease-in-out both;}
/*上升特效*/
@keyframes slide-top {
    0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
              transform: translateY(100%);
              opacity:0;/*透明度0*/}
    100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
              transform: translateY(0);
              opacity:1;/*透明度顯示*/}
    }
  
    @keyframes fade-in-elegant {
      0% {
          opacity: 0;
          transform: translateY(20px); /* 從下方滑入 */
      }
      100% {
          opacity: 1;
          transform: translateY(0); /* 最終位置 */
      }
  }
  
  @keyframes slide-fade-in {
      0% {
          opacity: 0;
          transform: translateX(-20px); /* 從左側滑入 */
      }
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }
    @keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }

@media screen and (max-width: 1600px) {
    .bannerindex .swiper-slide:nth-child(2):before {
    top: -5%;
    }}

@media screen and (max-width: 1500px) {
    .bannerindex .swiper-slide:nth-child(2):before {width: 80%;top: -10%;}
.navigation {max-width: 1200px;}

}

@media screen and (max-width: 1024px) {.bannerindex .swiper-slide:nth-child(2):before {width:100%;top: 0%;}}


    @media screen and (max-width: 768px) {
      .bannerindex {
          padding-bottom: 0%;
      }}
.bannerindex .swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}


/*次分類*/
.stellarnav.mobile li.open {
    background: #181D5F;}
.stellarnav .menu-toggle span.bars span{background: #fff;}
.stellarnav .menu-toggle:after {color: #fff;}
.pageIndex  .stellarnav > ul > li > a {
    transition: all 0.3s;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0px 25px 0 25px;
    border-right:none;font-weight: 600;
    margin:5px 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: #fff;filter:contrast(0) brightness(100);}
.pageIndex  .header_area.sticky .stellarnav .menu-toggle span.bars span {filter:none;}
.pageIndex  .stellarnav .menu-toggle:after {color: #ffffff;filter:contrast(0) brightness(100);}
.pageIndex  .header_area.sticky .stellarnav .menu-toggle:after {filter:none;}

.stellarnav .menu-toggle span.bars span {background: #ffffff;}
.stellarnav .menu-toggle:after {color: #ffffff;}
.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;}
.stellarnav > ul > li > a b {color: #fff;font-weight: bold;}
/* 商品下拉超過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: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0px 25px 0 25px;
    margin: 5px 0 0 0;
    border-right: none;
    font-weight: 600;}
.main_header_area {
        background: #181D5F;
        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:1200px) {
  .main_header_area .container {padding: 0 30px;}
    .pageIndex .stellarnav > ul > li > a { padding: 0px 10px;}}
@media screen and (max-width: 1024px) {
    .main_header_area .container {padding: 0;}
.stellarnav > ul > li > a {margin: 15px 0 0 0;padding: 0px 15px 0 15px;}}

@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*/
.info_fix_links { display: block !important;}
.footer {
    padding: 30px 0;
    font-size: 14px;
    background: #181D5F;
    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%;padding-bottom: 50px;}
.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 #fff solid;
    border-radius: 7px;
    color: #fff;
    background: none ;
    padding:8px 13px 4px 13px;
    text-align: center;
    width: 150px;
    margin: 3px;
    transition: .5s ease-out;}

.footer_menu a:hover {
    border: unset;
    border-radius: 25px;
    color: #333;
    background: #fff;}

.footer_info li p {
    line-height: 175%;
    letter-spacing: 1px;
    color:#fff;}

.footer_info li p a {color: #fff;}
.linksBtn {
    display: none;}
/*版權*/
.copy {
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    background: #181D5F;
    color: #fff;
    border-top: 1px #fff solid;
    margin-top: 0px;
}
.copy a {   color: #fff; }
.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: #181D5F;}
.contact_content {max-width: 1300px;}
.contact_content .information_left {
    display: none;}
    .contact_content .information_right {
        width: 100%;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.car_page .information_left{display: inline-block;}
.contact_le_map {display: inline-block;}
.contact_le_map a {background: #181D5F;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}

/*文章設定*/

  .body.blog_page .main_part{ width: 1500px;}
 
  .subbox_item a:hover:before, .subbox_item a:hover:after {  opacity: 1;  transition: all .5s;   color: #2d2d2d;}
  
  .blog_list_le:before, .blog_list_le:after { 
      content: " "; 
      opacity: 0;    
      z-index: 1;    
      position: absolute;
      left: 50%;
      top: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .5s ease;
      transform-origin: center;
      transform: translate(-50%, -50%) scale(0.8);
      display: none;
  }
  .blog_list_le:before {
      background-size: contain;
      background-position: center;
      background-image: url(https://pic03.eapple.com.tw/neweraglasses/inpage_icon.svg);
      background-repeat: no-repeat;
      width: 100%;
      height: 2.7vw;
      left: 50.5%;
  }
  
  .blog_list_le:after {
      width: 4.16vw;
      height: 4.16vw;
      border: 1px solid #f2f2f3;
      border-radius: 50%;
  }
  .subbox_item a:hover .blog_list_le:after, .subbox_item a:hover .blog_list_le:before {
      opacity: 1;
      transition-delay: .1s;
      transform: translate(-50%, -50%) scale(1);
  }
  .blog_back a.article_btn_prev:hover {
    background: #181D5F;
    color: #fff;
}
  
  /*首頁顯示文章*/
  .module_i_news .title_i_box h4 {font-family: "Noto Sans TC", sans-serif;
    font-size: 26px;
    color: rgb(186, 186, 186);
    letter-spacing: 1px;}
.module_i_news .title_i_box h6 {color: #fff;font-size: 60px;}
.animated-arrow {background: #181D5F;}
.i_blog_ri h5 {color: #fff;}
.module_i_news .title_i_box h4 {color: #ffffff;}
.module_i_news {background:#000;}
.i_blog_b {margin-top: 30px;}
.module_i_news ul,{display: grid;gap: 10px;grid-template-columns: 1fr 1fr 1fr 1fr;}
.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;}
.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, .i_blog_ri , .blog_list_le , .blog_list_ri {width: 100%;}
.module_i_news ul{width: 90%;grid-template-columns:1fr 1fr 1fr 1fr;}
.module_i_news li a {
        position: relative;
        display: flex;
        flex-direction: column;}
.module_i_news_list, .module_i_news_list.swiper {display: flex;justify-content: center;}
.module_i_news_list{padding: 0;}
  /*文章設定*/
  
  .clearfix:before,
  .clearfix:after {
    display: none;
  }
  
  body.blog_page .main_part {
    max-width: 90%;
    width: 1600px;
  }
  
  h4.blog_category_title {
    font-size: 40px;
    font-weight: bold;
    color: #181D5F;
  }
  
  body.blog_page h4.blog_category_title {
    display: none;
  }
  
  .blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .blog_le {
    padding: 0;
  }
  h5.blog_le_t{
    display: none;
  }
  
  h5.blog_le_t em {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    writing-mode: vertical-rl;
    height: 80px;
    border-left: 1px solid #BFBFBF;
    padding-top: 0;
    padding-right: 15px;
    margin-top: 0px;
    font-size: 17px;
  }
  
  h5.blog_le_t span {
    display: none;
  }
  
  .blog_le .accordion {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: 0;
    overflow: inherit;
    margin-bottom: 10px;
    border: 0px;
    margin-top: 40px;
  }
  .blog_shareData {justify-content: flex-end;}
  .blog_le .accordion li {
    float: left;
    position: relative;
    text-align: center;
  }
  .articel_mainPic img {
    display: none;}
  
  .blog_le {
    width: 100%;
    position: relative;
  }
  
  .blog_search input[type=submit] {
    height: 53px;
  }
  
  .blog_search input[type=search] {
    height: 53px;
    border-radius: 0;
  }
  
  .blog_search {
    width: 280px;
    position: absolute;
    top: 36px;
    right: 0;
  }
  
  .blog_ri {
    width: 100%;
    padding: 0;
    min-height: 60vh;
  }
  
  .submenu li {
    width: 100% !important;
  }
  
  .blog_le .accordion>li:hover .link a,
  .blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    background:  #181D5F;
    font-weight: bold;
  }
  
  .blog_le .accordion>li:hover,
  .blog_le .accordion>li.on_this_category {
    background: transparent !important;
  }
  .lastPage {background: #181D5F;}

  .blog_le .accordion li div a {
    color: #181D5F;
    border: 2px dotted #181D5F;
    font-weight: 500;
    padding: 5px 20px;
    margin: 10px 5px 10px 0;
  }
  
  .blog_le .accordion li i {
    color: #357AA6;
    right: 35px;
  }
  
  .submenu {
    background: #ffffff;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
    border: 1px solid #ececec;
  }
  
  .blog_le .accordion>li:hover .link i,
  .blog_le .accordion>li.on_this_category .link i {
    color: #a4a4a4 !important;
  }
  
  .submenu a:hover {
    background: #ffffff;
    color: #000000;
    font-weight: bold;
  }
  
  .submenu a:before {
    content: "ã€‚";
  }
  
  .fa-chevron-down:before {
    content: "â†“";
    color: transparent;
  }
  
  .submenu a {
    position: relative;
    color: #666;
    padding: 12px 12px 12px 25px;
    transition: all 0.5s ease;
    display: inline-block;
    text-decoration: none;
    float: left;
  }
  
  .accordion li .link {
    border-bottom: 0px solid #CCC;
  }
  
  @media screen and (max-width: 768px) {
    .module_i_news ul{ grid-template-columns:1fr 1fr; }
     .module_i_news li { margin-top:24px; border-bottom: 0px;}
     .module_i_news .title_i_box{ margin-bottom:0px;}
     .module_i_news{ padding:60px 20px;}
  
    .blog_le .accordion {
        display: none;
    }
  
    .blog_search {
        position: relative;
        width: 100%;
        top: 0;
        margin-top: 40px;
    }
  }
  
  @media screen and (max-width: 476px) {
    h4.blog_category_title{font-size: 22px;}
  }
  
  @media screen and (max-width:450px){
    .module_i_news ul{ grid-template-columns:1fr; }
  }
  
  
  
  /* end */
  .blog_back a.article_btn_back {
    background: transparent;
    border: 2px dotted #181D5F;
    color: #333;
    transition: all 0.3s ease-in-out;
  }
  
  .blog_back a.article_btn_back:hover {
    filter: brightness(1.2);
    transition: all 0.3s ease-in-out;
  
  }
  
  .blog_back a.article_btn_prev,
  .blog_back a.article_btn_next {
    background: transparent;
    border: 2px dotted #181D5F;
    color: #333;
  }
  

  .blog_back a.article_btn_next:hover {
    filter: brightness(1.2);
    transition: all 0.3s ease-in-out;}

  .blog_back a.article_btn_back:hover
   {background: #181D5F;transition: all 0.3s ease-in-out;color: #fff;}
 .blog_back a.article_btn_next:hover
   {background: #181D5F;transition: all 0.3s ease-in-out;color: #fff;}
  
  .blog_list_ri {
    width: calc(100%);
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    /* padding: 34px 0px 40px; */
    position: relative;
    top: -32px;
  }
  
  .blog_box {
    width: 100%;
    max-width: 100%;
  }
  
  body.blog_page .subbox_item:hover .blog_list_le {
    transition: border-radius 1.2s cubic-bezier(.165, .84, .44, 1), filter .5s cubic-bezier(.165, .84, .44, 1), -webkit-filter .8s cubic-bezier(.165, .84, .44, 1);
  }
  
  .subbox_item {
    width: 100%;
  
    background-color: transparent;
    /* -webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 7%); */
    /* border-radius: 0 10px 10px 0; */
    overflow: hidden;
    margin-bottom: 2%;
    position: relative;
  }
  
  .subbox_item a {
    display: flex;
    flex-direction: column;}
  
  .subbox_item a:after {
    display: none;
  }
  
  .subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
    opacity: 0.8;
  
  }
  
  .blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;
  
  }
  
  .blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding: 0;
    padding-bottom: 0;
    aspect-ratio: 12/9;
    height: auto;
  }
  
  
  .subbox_item a:before {
    display: none;
  }
  
  .blog_list_ri em {
    order: 3;
    width: 100%;
    text-align: right;
    color: #808080;
    margin:20px 0 -15px;
  }
  .blog_list_ri h5 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px 5px;
    color: #fff;
    background: #181D5F;
    position: relative;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* box-shadow: 0 20px 20px #000; */
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: initial;
    font-size: 16px;
    display: block;
    font-weight: 300;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: block;
    width: 95%;
    min-height: 36px;
  }
  
  .subbox_item:hover h5 {
    background: #1a1a1a;
  }
  
  
  .blog_list_ri h5:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    border-top: 12px solid transparent;
    /* border-right: 12px solid #000; */
    width: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  
  .subbox_item:hover h5:before {
    border-right: 12px solid #ebebeb;
  }
  
  
  .blog_list_ri h5:after {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    width: calc(100% - 12px);
    height: 12px;
    margin-left: 12px;
    background-color: #181D5F;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  
  .subbox_item:hover h5:after {
    background-color: #1a1a1a;
  }
  
  .blog_list_ri p {
    border-top: 1px solid transparent;
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.5625;
    padding:10px 0;
    width: 100%;
    -webkit-line-clamp: inherit;
    height: 50px;
  }
  
  .blog_list_ri p:after {
    content: '...';
  }
  
  
  
  .subbox_item:hover:before {
    width: 100%;
    transition: all .5s;
  }
  
  @media screen and (max-width: 1400px) {
    .subbox_item a {
        grid-auto-flow: initial;
    }
  
    .blog_list_le {
        margin: auto;
    }
  
    .blog_subbox.clearfix {
        grid-template-columns: 1fr 1fr;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .blog_le.fadeInLeft.animated15.clearfix {
        position: relative;
        top: auto;
    }
  
    .blog_list_le {
        width: 100%;
    }
  
    .blog_list_ri {
        width: 100%;
        padding: 0;
    }
  
    /* .blog_list_ri p {
        margin-top: 7px;
        margin-bottom: 19px;
    } */
  
    .blog_list_ri i {
        bottom: -7px;
    }
  
    .blog_list_le {
        width: 100%;
    }
  
    .blog_list_ri {
        width: 100%;
        top: -10px;
    }
  
    .blog_list_ri h5 {
        -webkit-line-clamp: initial;
        min-height: auto;
    }
    .module_i_news li a, .subbox_item a{ border-bottom: 0px;}
    
  }
  @media screen and (max-width:990px) {
    .subbox_item{ border-bottom: 0px;}
    .blog_search{ top: -18px;}
  }
  
  @media screen and (max-width:960px) {
    .subbox_item{ border-bottom: 0px;}
  }
  
  @media screen and (max-width:650px) {
    .blog_subbox.clearfix {
      grid-template-columns: 1fr;
    }
    .blog_list_ri em{
      margin: 0px 0 -15px;
    }
  }
  
  @media screen and (max-width: 476px) {
    .blog_box {
        width: 100%;
    }
  
    .blog_box_edit {
        padding: 1em;
        margin-bottom: 40px;
    }
  
    .blog_subbox.clearfix {
        grid-template-columns: 1fr;
    }
  
    .blog_box {
        margin-bottom: 80px;
    }
    .blog_list_ri em{
      margin: -12px 0 -15px;
    }
  }


@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: 1027px) {
      .blog_subbox {
          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;}
/* 開啟手機板下方按鈕所需設定 */
.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;}