@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@200..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: "Noto Sans TC", "微軟正黑體", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix { display: none; }



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.pageIndex .swiper-wrapper .swiper-slide img {
    transform: none !important;
}  

.sb_marquee {
  display: none;
  padding: 0;
}

.edit_part {
  padding: 0;
}

.main_header_area {
    box-shadow: 0px 1px 5px rgba(0 0 0 / 15%);
    transition: all 0.5s ease;
    margin: 0;
    border-radius: 0;
  }
  
  .header_area{
    padding: 0;
    background: #fffffff5;
    position: fixed;
    transition: 0.5s;
  }

  .header_area.sticky{ background: #fff;}

  .nav-header{ max-width: 280px;}
  .nav-brand{ width: 280px; margin-top: 3px;}
  
  .main_header_area .container { 
    max-width: 80%;
    transition: 0.3s;
  }
  .header_area.sticky .main_header_area .container { 
    max-width: 95%;
  }
  
  .navigation {
    grid-template-columns: 315px 1fr;
  }
  
  .stellarnav{
    padding: 1% 0;
  }

  .stellarnav ul ul{
    width: 180px;
  }
  .stellarnav > ul > li.drop-left > ul{
    right: unset;
    left: 14px;
  }
  .stellarnav li.drop-left ul ul{
    right: 178px;
  }
  .stellarnav li.drop-left li.has-sub > a:after{
    border-right:6px solid #16499C;
  }
  .stellarnav > ul > li{
    border-right: 0.5px solid #e5e5e5 ;
  }
  .stellarnav > ul > li:last-child{
    border-right: 0px;
  }

  .stellarnav > ul > li > a{
    transition:all 0.5s;
    color: #16499C;
    font-size: 17px;
    font-family:  "Noto Sans TC", "微軟正黑體", sans-serif;
    font-weight: 500;
    margin: 6% 20px;
  }
  
  .stellarnav > ul > li::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    --transition:ease-out 0.5s;
    background-image: url(https://pic03.eapple.com.tw/lanchang/hd_icon1.png);
    background-size: cover;
  }
  
  .stellarnav li.has-sub > a:after{
    border-top: 6px solid #16499c;
  }
  
  .stellarnav > ul > li:hover::after {
    opacity: 1;
    top: 0%; /*垂直位置*/
    --transition:ease-out 0.5s;/*變化 var(--transition)*/
  }
  
  .stellarnav > ul > li:hover > a{
    color: #EB76A1;
    transform: translateY(14px);
  }
  
  .stellarnav li li > a , .stellarnav li li.has-sub > a{ 
    padding: 7px 5px;
    transition: all 0.3s;
    border-left:1px solid transparent;
  }
  
  .stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    color: #EB76A1;
    padding-left:10px;
    border-color:#EB76A1;
  }

  .stellarnav li a{ color: #16499C;}
  
  .me_tp_features  { display: none; }


  
  /* 漢堡條 */
  .stellarnav .menu-toggle span.bars span {background: #808080;}
  .stellarnav .menu-toggle:after { color: #808080;}
  
  /* close menu 拉出來 */
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
      background: #1C3E63;
      color: #fff;
    }
    .stellarnav .icon-close:before{
      border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after{
      border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
      background: #fff;
    }
    .stellarnav a.dd-toggle .icon-plus:before{
      border-bottom: solid 3px #6F859B;
    }
    .stellarnav a.dd-toggle .icon-plus:after{
      border-bottom: solid 3px #6F859B;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle{
      padding: 11px;
      top: -24px;
    }
    .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;
    }
    .stellarnav.mobile > ul > li{
      border-bottom: 1px rgba(247, 246, 244, 1) solid;
    }
  
    .stellarnav.mobile li a{ border-bottom: 0px;}
  
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}


  @media screen and (max-width:1483px) {
    .main_header_area .container{ max-width: 93%;}
    /* .header_area.sticky .stellarnav{
        padding: 1.5% 0 0px; 
      } */
  }
  @media screen and (max-width:1318px) {
    .stellarnav > ul > li > a{ font-size: 16px;}
  }
  @media screen and (max-width:1282px){
    .main_header_area .container{ max-width: 95%;}
    .header_area.sticky .main_header_area .container{ max-width: 100%; padding: 0px 16px;}
  } 
  @media screen and (max-width:1024px) {
    .header_area{ background: #fff;}
    .nav-brand{width: 230px; margin-top: 4px;}
    .stellarnav{padding: 0.4% 0; }
  }
  @media screen and (max-width:768px) {
    .nav-brand{margin-top: 4px;}
    .stellarnav > ul > li{ border-right: 0px;}
    .stellarnav > ul > li::after{ top:3px!important; left: 14px;}
    .stellarnav > ul > li.has-sub::after{ top:12px!important; left: 14px;}
    .stellarnav > ul > li:hover > a{
      transform: translateY(0px);
    }
    .stellarnav li li > a, .stellarnav li li.has-sub > a{padding: 10px 29px; }
    .stellarnav.mobile{ top: 5px;}
    .stellarnav > ul > li.drop-left > ul{ left: 0PX;}
    .stellarnav.mobile > ul > li > a{ line-height: 48%;}
  }
  @media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 14px;}
    .nav-brand{ width: 210px;}
  }


/* 商品下拉超過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 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link {
  position: absolute;
  top: 0%;
  right: 0px;
  width: auto;
  max-width: 150px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  max-height: 100%;
  justify-content: flex-end;
  z-index: 10;
}

.box_link a{border: 1px #848181 solid;    color: #848181;}
.box_link a:hover {
  border: 1px #fff solid;
  color: #fff;
}
.footer {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-top: 0;
  background: #e7f5ff;
  z-index: 99;
}
.footer .center {
  position: relative;
  max-width: 90%;
  padding: 60px 0;
  font-size: 13px;
}
.footer_info {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0;
  position: relative;
  flex-direction: column;
  gap: 20px;
}
.footer_logo{
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
max-width: 260px;
}

.footer_logo img {
  max-width: 85%;
}

.footer_info ul {
  position: relative;
  border-top: 1px solid #c8c8c8;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
/* 聯絡資訊 */
.footer_info li{
  padding: 0;
}
.footer_info li p {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  color: #565656;
}
.footer_info li p a{
  color: #565656;
}

/* 網頁連結 */
.footer_info li:nth-child(2) {
  right: 0;
  top: 0;
}
.footer_menu {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.footer_menu a:first-child{
  display: none;
}
.footer_menu a {
  color: #ffffff;
  background: #329BF9;
  border: 0;
  letter-spacing: 1.25px;
  margin: 10px 5px;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  padding: 12px 15px;
}
.footer_menu a:hover {
  background: #16499C;
  color: #ffffff;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .footer_menu {
      display: flex;
      margin-left: auto;
      flex-direction: column;
      align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .footer_info ul {
      position: relative;
      border-top: 1px solid #c8c8c8;
      padding: 15px 0;
      display: flex;
      flex-direction: column;
  }

  .footer .center {
      padding: 25px 0;
  }
}

.copy {background:transparent; color: #565656; border:none; padding: 10px 0;margin: 10px 0 0;}
.copy a{color: #565656;transition:all 0.3s;}
.copy a:hover {color: #a0a0a0;}
.box_link a {
  display: block;
  width: 40px;
  border: 0px #ccc solid;
  border-radius: 5px;
  padding: 5px;
  font-size: 24px;
  text-align: center;
  margin: 2px;
}
.box_link {display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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) {
}


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*--文章管理/首頁---------------------------------------*/

/*區塊設定*/
.module_i_news section{    max-width: 1350px;}
.module_i_news_list{    padding: 30px 0 50px;}
.module_i_news { padding: 120px 20px 50px;background: #fff;}

/*英文標題*/
.module_i_news .title_i_box h6 { display: none; color: #DDA333;}

/*中文標題*/
.module_i_news .title_i_box h4 { position: relative; color: #429E7F; font-weight: 600;letter-spacing: 3px;font-family: "Noto Serif TC",serif;font-size: 30px;}
.module_i_news .title_i_box h4::before {
    content: "Sonli";
    position: absolute;
    top: -65px;
    width: fit-content;
    text-align: center;
    font-size: 25px;
    color: #DDA333;
    letter-spacing: 3px;
    font-family: 'Spectral', serif;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid;

}
h5.blog_le_t {
  letter-spacing: 0;
}
h5.blog_le_t em {
    display: inline-block;
    font-weight: 900;
    font-style: normal;
    color: #15489B;
}

.module_i_news ul { width: 100%; grid-template-columns:repeat(2,1fr);margin: auto;}
.i_blog_ri h5 { color: #429E7F; font-weight: 600;letter-spacing: 1px;}
.i_blog_ri em{    letter-spacing: 2px;    font-size: 13px;}
.i_blog_ri p,.blog_list_ri p{font-size: 14px;    letter-spacing: 2px;line-height: 145%; -webkit-line-clamp: 2;}

.i_blog_le{position: relative; padding-bottom: 55%; height: 0;}
.module_i_news li{    border-radius: 20px;border: 1px #92762F solid;transition: .3s ease-in-out;}
.module_i_news li a{grid-template-columns: 290px 1fr;    padding: 15px;}
.module_i_news li:hover {border: 1px solid transparent;box-shadow: 0 0 15px #ccc;transition: .3s ease-in-out;}

/*--文章管理/外層---------------------------------------*/

.blog_page .main_part{max-width: 1500px;padding: 100px 20px;}

/*列表搜尋*/


/*分類標題*/
h4.blog_category_title { font-size: 28px; color: #319AF8;margin: 0; letter-spacing: 2px;}
h4.blog_category_title span { font-size: 24px;}
.blog_shareData{margin: 0;}

/*次分類*/
.submenu { background: transparent;}
.submenu a:hover { color: #fff;}
.blog_le .accordion li a { color: #666; letter-spacing: 2px;}
.blog_le .accordion li a:hover { color: #fff;}
.blog_le .accordion li i { top: 12px;display: none;}

/*文章*/
.subbox_item a, .subbox_item a {  grid-template-columns: 485px 1fr;}
.module_i_news ul, .blog_subbox { display: grid; gap: 30px;}
.module_i_news li, .subbox_item { position: relative; width: 100%;}
 .subbox_item a { padding:35px 15px;}
.module_i_news li a:after, .subbox_item a:after { pointer-events: none;}
.module_i_news li a:after,.module_i_news li a:before{display: none;}
.blog_box{text-align: justify;}
.subbox_item a{    grid-gap: 50px;    align-items: center;background: #fff;border-radius: 10px;}
.subbox_item a:hover { box-shadow: 0 5px 15px #eee;}
.blog_list_ri em{ letter-spacing: 3px;}

.subbox_item a:before {
    content: "Read More";
    bottom: 44px;
    right: 100px;
    opacity: 1;
    font-size: 14px;
    color:#319AF8;
    letter-spacing: 1px;
    font-weight: bold;
}
.subbox_item a:after {
    right: 40px;
    bottom: 50px;
    left: auto;
    top: auto;
    background: transparent;
    width: 20px;
    height: 21px;
    content: ">";
    font-size: 16px;
    color:#429E7F ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    opacity: 1;
    border: none;
}
.subbox_item a:hover::after { right: 30px;}
.blog_list_ri h5 {
  color: #3199F8;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 22px;
  letter-spacing: 2px;
}

.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri { width: 100%;}
.blog_list_le { position: relative; padding-bottom: 60%; 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%);
}

/*側邊*/
.blog_le{width: 220px;background: #fff;box-shadow: 0 0 5px #eee;border-radius: 10px;padding: 20px 20px;}
.blog_le .accordion{border-radius: 0;border: none;}
.blog_le .accordion > li.on_this_category .link a{background: #EA75A0;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #3199F8 !important;}
.submenu a:hover { background: #3199F8;}
.blog_le .accordion li .link:last-child { border-bottom: none;}
.blog_le .accordion li:last-child .link { border: none;}
.blog_le .accordion > li.on_this_category .link a { width: 100%;}
.accordion li+li .link,.submenu li+li{    border-top: none;}

/*搜尋*/
.blog_search input[type=search]{    border: none; border-radius: 0; padding: 15px 35px 15px 15px; border-bottom: 1px solid #888 !important;    background: transparent;}
.blog_search input[type=submit]{    top: 7px;}

/*功*/
.blog_subbox { grid-template-columns:1fr;}
.blog_subbox:before { content:none;}

/*相關推薦*/
.news_related{background: transparent;}
.news_related h6 span:before{color: #3199F8;}
.lastPage{background:#15489B;}
.news_related_list{grid-template-columns: repeat(3, 1fr);}
.news_related_list li figure{aspect-ratio: 1.8 / 1;}

/*--文章管理/內層---------------------------------------*/

.blog_back a.article_btn_back { background: #3199F8; border: 1px solid #3199F8; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_back:hover { background: #3199F8; border-color: #15489B; transition: 0.3s ease-in-out;}
.articel_mainPic img{display: none;}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: transparent; color: #3199F8; border: 1px solid #3199F8; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: #3199F8; color: #fff; transition: 0.3s ease-in-out;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px){
.subbox_item a{    grid-gap: 37px;    grid-template-columns: 250px 1fr;}
.blog_list_le{    padding-bottom: 53%;}
.subbox_item a:before{bottom: 30px;}
.subbox_item a:after{    bottom: 30px;}

.module_i_news li a{    grid-template-columns: 200px 1fr;}
}

@media screen and (max-width: 768px) {
    .blog_page .main_part {
        padding: 50px 8% 10px;
    }
    .blog_in_page .main_part{padding: 50px 8% 10px;}
    .blog_shareData{margin: 10px 0;}
    /*首頁*/
    .module_i_news ul { width: 100%; grid-template-columns: 1fr;}

    /*功能頁/外層*/
    .blog_le {width: 100%;padding: 20px;}
    .blog_subbox { grid-template-columns: repeat(1,1fr);}
    .subbox_item a, .module_i_news li a, .subbox_item a{    grid-template-columns: 250px 1fr;}
    .blog_list_le{padding-bottom: 60%;}
    .subbox_item{border-bottom: none;}
    .subbox_item a{padding: 35px 15px 65px;}
    .subbox_item a:before,.subbox_item a:after {bottom: 27px;}

    .news_related_list{grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 600px){
  .module_i_news li a{padding: 15px;}
      .subbox_item a { padding: 35px 30px 65px;}
 .subbox_item a, .module_i_news li a, .subbox_item a{grid-template-columns: 1fr;}
 .blog_list_ri h5{    font-size: 18px;}
 .subbox_item a:before{ bottom: 25px;    right: 50px;}
 .subbox_item a:after{    bottom: 25px;right: 10px;}
 
}

@media screen and (max-width: 425px){
    .news_related_list{  grid-template-columns: 1fr;}
}

@media screen and (max-width: 375px) {
    /*首頁*/
    .module_i_news ul { grid-template-columns: 1fr;}
    .module_i_news{    padding: 120px 13% 50px;}
    .module_i_news .title_i_box h4::before{    font-size: 50px;}

    /*功能頁/外層*/
    .blog_subbox { grid-template-columns: 1fr;}

    .blog_back a.article_btn_prev, .blog_back a.article_btn_next,.blog_back a.article_btn_back {font-size: 13px;}
    .news_related{    padding: 25px 13%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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: 1260px) {
    .bannerindex{ margin-top: 77px; }
}
@media screen and (max-width: 1024px) {
    .bannerindex{ margin-top: 130px; }
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0; margin-top: 64px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
/*內頁BANNER 設定*/


.banner {
  padding: 20px;
  background-image: url(https://pic03.eapple.com.tw/lanchang/bn_01.png);
  background-size: cover;
  min-height: 500px;
  display: block;
  
}
.banner h5 {
  font-size: 30px;
  color: #14479A !important;
  padding-top: 140px;
  font-weight: 600;
  letter-spacing: 2px;
  /*text-shadow: 2px 2px 10px #565656;*/
  padding-left: 14.5vw;
  text-align: left;
}

.banner h5:before {
  color: #319AF8;
  display: block;
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 500;
  text-align: left;
  padding-left: 0px;
  letter-spacing: 1px;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {
  background-image: url(https://pic03.eapple.com.tw/lanchang/bn_01.png);
}
.article_a .banner.banblog h5:before {
  content: "News";
}

@media screen and (max-width: 768px) {
  .banner {
    font-size: 30px;
    min-height: 200px;
  }

  .banner h5 {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 8.5vw;
}
.banner h5:before {
  font-size: 18px;
}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;
}
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) { 
}




