@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,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: "Microsoft JhengHei UI",  "Inter", sans-serif;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}
.info_fix { display: none;}

#to_top::before{ content: "";width: 62px; height: 63px; display: block; background-image: url(https://pic03.eapple.com.tw/ssuptw/gotop.png); }
#to_top { bottom: 44px; left: unset;  right: 26px; box-shadow: unset; background: transparent; font-size: 0px;}
#to_top i.top{ display: none;}


@media screen and (max-width:640px) {
    #to_top::before{ width: 40px; height: 41px; background-size: cover; }
    #to_top{ right: -2px; bottom: 70px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過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個--結束 */

@media screen and (max-width:768px) {
    .swiper-pagination:before{ height: 86px;}
    .swiper-pagination{ padding: 0 0 17px 0;}
    .site-link{ display: none;}
    #a_remit{display: none;}
}
@media screen and (max-width:640px) {
    .nav-inner{ height: 80px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shiny at 2023.1.5  */
.product_page .main_part { max-width:1400px;}
.product_info_page .main_part { max-width:1400px;}


.product_info_page .swiper-pagination::before{ display: none;}
.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.product_page .product-layer-two { position: relative; width: 220px; letter-spacing: 1px; border-right: 0px; min-height: 30vw;
     /* animation: fadeInTopLeft 1s ease-in-out forwards; */
     }
@keyframes fadeInTopLeft {
    from {
      opacity: 0;
      transform: translate3d(-100%, -100%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  
.product_page .products-list,
.product-wrapper { width: 100%; display: flex; flex-wrap: wrap; align-items: flex-start;  }
ul.page { width: 100%;}
.product_page .products-list{display: grid; grid-template-columns:1fr 1fr 1fr 1fr; }

.product-layer-two li ul { position:static; margin-top:10px; 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:5px 10px; transition:all ease .3s;}
.product-layer-two li li a{ padding:0;}
.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:0px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { 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: #fff; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%); display: none;}
.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: flex-end; 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:1669px) {
    .product_page .products-list{ width: 80%!important;}
}
@media screen and (max-width:1262px) {
    .product_page .product-layer-two{ width: 200px;}
}
@media screen and (max-width: 1200px) {
.product_page .products-list{ width: 75%!important;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width:928px) {
    .product_page .products-list{ width: 68%!important;}
}
@media screen and (max-width: 768px) {
.product-layer-two,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0;}
.product-layer-two > li { margin-bottom: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%!important; border-right: none;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two { order: 4;}
}
@media screen and (max-width: 600px) {
.products-list .item { width: 100%; max-width: 350px;margin: 20px auto; display: block;}
}


/*購物車/＝＝＝＝＝*/
.product_info>li>span {
    display: none;
}


.prod_part {
    width: 90%;
}

.products-list .pic {
    position: relative;
    aspect-ratio: 1/1;
    height: auto;
    overflow: hidden;
    padding-bottom: 0;
}

.products-list .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-list {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.products-list:before {
    content: none;
}

.products-list .item {
    width: 100%;
}

.product-layer-two>li>a::before {
    background: transparent!important;
    padding-left: 10px !important;
}

.product-layer-two li li a {
    font-size: 13px;
}

/* line */
.product-layer-two li li a::after{
    content: "";
    width: 0%;
    height: 1px;
    display: block;
    background: #CFB7A4;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: 0.6s;
}

.product-layer-two li li a:hover::after{
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #CFB7A4;
    position: absolute;
    bottom: -1px;
    left: 0;
}


.products-list .item a {
    font-family: "Microsoft JhengHei UI" , serif;
    font-weight: 400;
    transition: 0.3s;
    padding: 6px;
}

/* hover圈圈 */
.products-list .item a::after{
    content: "VIEW";
  width: 190px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -100%);
  opacity: 0;
  z-index: 999999999;
  position: absolute;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 99em;
  transition: 0.6s;
  pointer-events: none;
  font-family: "Inter", sans-serif;
}
.products-list .item a:hover::after{
    transform: translate(-50%, -65%);
  opacity: 1;
}
.products-list .pic:before {
    content: "";
    background: rgba(195,164,128,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: .3s;
}

.products-list .item a:hover .pic:before {
    background: rgb(190 190 190 / 90%);
}

.products-list .name {
    text-align: end;
    height: auto;
    color: #231815;
    font-size: 17px;
    font-weight: 500;
}

.product_page .products-list .price {
    justify-content: flex-end;
}

.products-list .price b {
    font-weight: 300;
    color: #c1c1c1;
    text-align: right;
}

.products-list .more {
    border:1px solid #ccc;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    position: unset;
    transform: translateX(0%);
}

.products-list .item a:hover .more {
    background: #434343;
    color: #fff;
    border: 0px;
    transition: 0.5s;
    letter-spacing: 0;
}

.products-list .item a:hover .pic {
    /* opacity: 0.75; */
    transition: 0.5s;
    
}

/* 卡片滑入效果 */
.product_page .products-list { animation: showleft 1s ease-in-out forwards;}

@keyframes showleft {
    0% { opacity: 0; -webkit-transform: translateX(20px)scale(1); -ms-transform: translateX(20px)scale(1); transform: translateX(20px)scale(1);
    }
  
    100% { opacity: 1; -webkit-transform: translateX(0)scale(1); -ms-transform: translateX(0)scale(1); transform: translateX(0)scale(1);
    }
}
  


.products-list .item a:hover{
    transform: translateY(-20px);
}

.product_pic #bx-pager h6 {
    display: none;
}

.sidebarBtn {
    border: 1px #ede3cf7d solid;
    background: transparent;
}

.sidebarBtn h2,
.sidebarBtn .price {
    font-family: "Microsoft JhengHei UI" , serif;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.sidebarBtn .price{
    color: #c1c1c1;
    font-size: 19px;
    border-bottom: 0px;
}

.product_info {
    font-family: "Microsoft JhengHei UI" , serif;
    font-weight: 400;
}

.inquiry_a3 {
    background: transparent;
    border: 1px solid #ccc !important;
    border-radius: 0;
    color: #333;
    font-size: 15px;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    background: #434343;
    color: #fff;
    letter-spacing: 0;
    transition: 0.5s;
}

ul.prod li h3.prod-thumb {
    background: transparent;
    font-family: "Microsoft JhengHei UI" , serif;
    font-size: 22px;
    font-weight: 400;
    color: #988070;
    border-bottom: 1px solid #d6bb98;
    margin-bottom: 10px;
    text-align: left;
}

ul.prod li:nth-child(1){
    margin-bottom: 30px;
}

.qaform {
    font-family: "Microsoft JhengHei UI" , serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.qaform .breakF {
    border: 1px #ede3cf solid;
    background: #ffffff;
}

.productBtn {
    width: 100%;
    max-width: 100px;
    padding-left: 0;
    margin-right: 10px;
    font-family: "Microsoft JhengHei UI" , serif;
    font-size: 13px;
    font-weight: 400;
}

.half_box li.btn_blankTop {
    margin-top: 180px;
    text-align: end;
}

.lastaction,
.nextaction {
    background-image: none;
    text-align: center;
}

.prod_related h6 span:before {
    font-family: "Microsoft JhengHei UI" , serif;
    font-size: 22px;
    font-weight: 400;
    color: #393939;
}

.prod_related {
    background: transparent;
    border-top: 1px solid #e5e5e5;
}

.related_list li a {
    background: transparent;
}

.prod_tabs{ width: 100%;}
.pd_tabTitle li.activeTab::after{ height: 0px;}
.pd_tabInner_contain{ text-align: center;}
.pd_tabTitle li.activeTab a{ font-size: 20px; font-weight: 500;}


/* line */
.related_list li a::after{
    content: "";
    width: 0%;
    height: 1px;
    display: block;
    background: #CFB7A4;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: 0.6s;
}

.related_list li a:hover::after{
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #CFB7A4;
    position: absolute;
    bottom: -1px;
    left: 0;
}


.related_list li a p {
    font-family: "Microsoft JhengHei UI" , serif;
    font-weight: 400;
    font-size: 15px;
    color: #919191;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    padding-bottom: 7px;
}

.related_list {
    max-width: 1550px;
    width: 100%;
    margin: auto;
    text-align: center;
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.related_list li {
    width: 100%;
}

.related_list li a img{
    transition: 0.5s;
}
.related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}

.related_list li a:hover p {
    border-bottom: 1px solid #9f9f9f;
    transition: 0.5s;
}

.rewrite_simple,
.send_simple {
    background-color: #ffffff;
    border: 1px solid #ccc !important;
    border-radius: 0;
    color: #393939;
    font-size: 15px;
    width: 120px;
    height: 33px;
    line-height: 31px;
}

.rewrite_simple:hover,
.send_simple:hover {
    border: 1px solid #434343 !important;
    transition: 0.5s;
}

/*匯款通知*/
.form_content {
    padding: 120px 10px;
}

/*購物車/外層＝＝*/
/*顏色*/
/*價格*/
.products-list .price {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.products-list .price b {
    margin: 0;
    line-height: 180%;
    text-align: right;
    color: #c1c1c1;
}

.products-list .price b.ori_price {
    font-size: 14px;
}

/*外層版面*/
.product_page .main_part {
    max-width: 100%;
}

.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 80px 9%;
}

.product_page .products-list {
    width:85%;
}

.product-layer-two {
    width: 250px;
    margin: 0;
}

.product_info_page .product-layer-two {
    display: none;
}

.product-layer-two li {
    margin: 0;
    width: 100%;
    padding: 0 10px;
    margin: 12px 0px;
}

.product-layer-two li.active a {
    border: unset;
    border-bottom: 1px dotted #ccc;
}


@media screen and (max-width:1500px) {
    .product_page .show_content{ padding: 80px 5% ;}
}
@media screen and (max-width:1380px) {
    .products-list .item a::after{ width: 150px; height: 150px; top: 40%;}
}

@media screen and (max-width: 1200px) {
    .products-list {
        grid-template-columns: 1fr 1fr;
    }
    .related_list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width:1024px) {
    .product_page .products-list{  grid-template-columns: 1fr 1fr 1fr;} 
}
@media screen and (max-width:910px) {
    .product_page .products-list{  grid-template-columns: 1fr 1fr;} 
    .products-list .item a::after{ width: 170px; height: 170px; top: 42%;}
}

@media screen and (max-width: 768px) {
    .product_page .products-list {
        width: 100%;
    }

    .product_page .show_content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .related_list {
        grid-template-columns: 1fr 1fr;
    }
        .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) {
    .products-list .name{ text-align: left;}
}
@media screen and (max-width:500px) {
    .products-list .item a::after{ width: 130px; height: 130px; top: 39%;}
}

@media screen and (max-width: 476px) {
    .products-list {
        grid-template-columns: 1fr;
    }
    .related_list {
        grid-template-columns: 1fr;
    }
    .products-list .item{ width: 100%;}
}
@media screen and (max-width:410px) {
    .products-list .item a::after{ width: 90px; height: 90px; top: 36%;}
}
@media screen and (max-width:340px) {
    .products-list .item a::after{ top: 33%;}
}

/**/
.product-layer-two li a {
    color: #8d8d8d;
    border: none;
    background: transparent;
    transition: all 0.3s;
    line-height: 200%;
    transition: all 0.3s;
}

.product-layer-two>li>a {
    border:0px;
    padding-left: 25px;
}

.product-layer-two li:hover>a,
.product-layer-two li.active>a {
    color:  #333;
    border: 0px;
    font-weight: bold;
}

.product-layer-two>li>a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #8d8d8d;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}

.product-layer-two li:hover a {
    border: 0px;
    transition: 0.5s;
    font-weight: bold;
}

.lastPage {
    background: transparent;
    border: 1px solid #ccc;
    color: #333;
    font-family: "Microsoft JhengHei UI" , serif;
    font-size: 14px;
    font-weight: 400;
    padding: 7px;
    width: 100px;
}

/**/
.product-layer-two li ul {
    position: relative;
    padding-top: 1px;
}

.product-layer-two li li {
    border: none;
    background: transparent;
    border-bottom:0px;
}

.product-layer-two li li a {
    background: transparent;
    color: #393939;
}

.product-layer-two li li:hover a {
    color: #CFB7A4;
    background: transparent;
}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {
    display: block;
}

/*購物車/內層＝＝*/
.bx-wrapper img {
    margin: auto;
}

body.product_info_page #content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.product_info_page .main_part {
    width: 90%;
    padding: 50px 20px 80px;
}

/*按鈕顏色*/
.inquiry_a1 {
    background: #c5aa87;
}

.inquiry_a2 {
    background: #d6bb98;
}

.inquiry_a1:hover,
.inquiry_a2:hover{
    background: #bd8b80;
}

.lastaction {
    color: #a0805c;
    background-color: #ede3cf;
}

.nextaction {
    background-color: #bd8b80;
    color: #fff;
}

/*商品側邊規格*/
.product_info li .txt_box {
    color: #222222;
    width: 100%;
}

.sidebarBtn .sp_price {
    color: #c1c1c1;
}

.mobile_product_name {
    font-size: 24px;
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 { display: none; }
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*文章管理******************************************************** */
h4.blog_category_title {
    font-size: 24px;
}

h4.blog_category_title span {
    font-size: 24px;
}

/*文章管理/外層＝＝*/
.blog_page .main_part {
    width: 100%;
    max-width: 1500px;
}

.module_i_news ul,
.blog_subbox {
    display: grid;
    gap: 24px;
}

.module_i_news li,
.subbox_item {
    width: 100%;
}

.module_i_news li a,
.subbox_item a {
    padding: 0px;
}

.subbox_item a{ display: flex; flex-direction: column ; grid-gap: 0px;}

.i_blog_ri {
    padding: 15px;
}

.i_blog_ri h5,
.blog_list_ri h5 {
    font-weight: 600;
    color: #444;
    padding: 10px 0 5px;
    font-size: 19px;
}

.i_blog_ri em,
.blog_list_ri em {
    color: #929191;
    background: #f5f5f5;
    width: fit-content;
    padding: 5px 15px;
    margin: 7px 0 10px;
}
.blog_list_ri p{ font-size: 14px;}

/*框*/
.module_i_news li {
    border: 1px solid #d6d6d6;
    /* min-height: 600px; */
}

.module_i_news li a{ display: flex;flex-direction: column;}

.i_blog_le {
}
.module_i_news li a{
    transition: 0.5s;
    box-shadow: 5px 5px 0px #f29337;
}
.module_i_news li a:hover{
    box-shadow: 5px 5px 0px #f3d431;
}

.animated-arrow{ background: transparent; color: #333; border: 1px solid #ccc; margin-top: 36px; }

/*hover*/
.module_i_news li a:after,
.module_i_news li a:before,
.subbox_item a:before,
.subbox_item a:after {
    display: none;
}

.module_i_news li:hover a img {
    transform: translate(-50%, -50%) scale(1.05);
}

.subbox_item:hover .blog_list_le img {
    transform: translate(-50%, -50%) scale(1.05);
    transition: 0.8s;
}

/**/
.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;
    overflow: hidden;
}

/*文章縮圖長寬比例，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%);
    transition: 0.5s;
}

/*側邊*/
.blog_search input[type=search]{ border-radius: 0px;}
h5.blog_le_t em{ display: none;}
.blog_le .accordion{ border-radius: 0px;}
.blog_le .accordion>li {
    transition: all 0.3s;
}
.accordion li .link a{font-size: 13px; color: #8d8d8d; }

.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{ font-weight: bold;;color: #333333!important;}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: unset !important;
}

.submenu a:hover {
    background: unset;
}

/*首*/
.module_i_news {
    padding: 50px 20px 90px;
}

.module_i_news ul {
    width: 100%;
    max-width: 1400px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.module_i_news .title_i_box {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    padding-top: 120px;
}

.module_i_news .title_i_box h6 {
    display: none;
}

.module_i_news .title_i_box h4 {
    color: #000;
    font-weight: 900;
    font-size: 50px;
}

/*按鈕*/

/*功*/
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}

.blog_subbox:before {
    content: none;
}

/*框*/
.subbox_item {
    border: 1px solid #d6d6d6;
    box-shadow: 5px 5px 0px #f29337;
}

.subbox_item a {
    transition: 0.5s;
    box-shadow: 5px 5px 0px #f29337;
 }
.subbox_item a:hover{
    box-shadow: 6px 6px 0px #f3d431;
}


.blog_list_ri {
    width: 100%;
    padding: 15px 20px 30px;
}

/*文章管理/內層＝＝*/
.blog_back a.article_btn_back {
    background: #434343;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
}

.news_related{ display: none;}


@media screen and (max-width:1024px) {
    .blog_subbox{ grid-template-columns:1fr 1fr;}
    .module_i_news ul { grid-template-columns:1fr 1fr 1fr;}
}

@media screen and (max-width: 768px) {
    h5.blog_le_t, .blog_le .accordion {
        display: block;
    }
    .module_i_news ul { grid-template-columns:1fr 1fr ;}
}

@media screen and (max-width: 450px) {
    .blog_subbox {
        grid-template-columns: 1fr;
    }
     .module_i_news ul { grid-template-columns:1fr;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 會員登入功能 */
.member_title h2{ border-bottom: 0px;}
.member_login_regist{background: #f7f7f7; }
.member_login_regist a{ background: #434343;}
.login_mem_submit { background: #434343;}
.login_mem_other_link a{ color: #898989;}
.mem_regist_title_s_s:nth-of-type(4) input{background: #434343!important; }
.mem_regist_title_s{ background: #f2f2f2;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;display: none;; }
.blank_letter{ display: none;}



@media screen and (max-width: 768px) {
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




