@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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個--結束 */


/* =============== ▼ HEADER ▼ =============== */

.header_area{background: transparent;position: fixed;width: 100%;padding: 0;}
.main_header_area{background: linear-gradient(180deg, rgb(255 255 255 / 50%), #ffffff00);box-shadow: 1px 1px 5px rgba(0,0,0,0);	transition: all .5s;transition-timing-function: ease-in-out;}
.sticky .main_header_area {
    background: linear-gradient(to bottom, rgb(250 248 245), rgb(250 248 245 / 0%));
    transition: all .5s;
    transition-timing-function: ease-in-out;
}
.main_header_area .container {max-width: 95%;}

.nav-header {padding: 16px 0;transition: all .5s;transition-timing-function: ease-in-out;max-width: 240px;}
.sticky .nav-header{padding: 10px 0;transition: all .5s;transition-timing-function: ease-in-out;max-width: 200px;}
.navigation { grid-template-columns: 250px 1fr;}
.nav-brand{width: 350px;transition: all .5s;transition-timing-function: ease-in-out;}
.sticky .nav-brand{width: 300px;}

.nav-menu{margin: 30px 0 20px 0;transition: all .5s;transition-timing-function: ease-in-out;}
.sticky .nav-menu{margin: 15px 0;transition: all .5s;transition-timing-function: ease-in-out;}

.nav-menu>li>a{padding: 10px 30px;font-size: 16px;color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.1);transition: all .3s;}
.sticky .nav-menu>li>a{color: #fff;}

.submenu-indicator-chevron {border-color: transparent #fff #fff transparent;}
.sticky .submenu-indicator-chevron{border-color: transparent #fff #fff transparent;}

.submenu-indicator {margin-top: 2px;}
.tp_links{display: none !important;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {color: #fff;}
.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;}

.nav-menu>li>.nav-dropdown{border: none;min-width: auto;}
.nav-dropdown > li > a {background: #1b1f23;border-bottom: 1px solid #29323a;color: #fff;transition: all .5s;
	transform: translateX(0);padding-right: 50px;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {color: #eee;transform: translateX(4px);}

.nav-dropdown .nav-dropdown{border: none;}
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {color: #fff;}
.nav-dropdown > li:hover > a, .nav-dropdown > li:focus > a {color: #fff;}
.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;}


.stellarnav > ul > li > a { color: #333333; letter-spacing:2px; font-size:17px;    margin: 0 15px; transition: all .5s ease-in-out;font-family: "Noto Sans TC", sans-serif;font-weight: 500;text-shadow: 0 0 10px rgba(255, 255, 255,1);}
.stellarnav li.has-sub li a { padding-left: 10px; transition: all .5s ease-in-out;}
.stellarnav li.has-sub li a:hover { background: #333333;  color: #fff;  padding-left: 18px;}
.stellarnav > ul > li > a b {font-weight: normal;}
.stellarnav > ul > li:hover > a { color: #B81E29; font-weight: 500;}
.stellarnav > ul > li:hover > a:before { opacity: 1;    width: calc(100% - 34px);}
.stellarnav > ul > li > a:before, .stellarnav li li > a:before {
    transition: all .5s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 50%;
    background-image: linear-gradient(to left, #B81E29, #B81E29);
    opacity: 0;
    transform: translateX(-50%);
}

.me_tp_features {  margin: 5px -10px; }
.box_search{    display: none;}
.header_area.sticky {
    background-color: rgb(255 255 255 / 50%);
    transition: all .5s;
    transition-timing-function: ease-in-out;
}
.edit_part { margin-bottom: -4px; }

.stellarnav .menu-toggle{top: 20%}
.stellarnav .menu-toggle:after{display: none;}

@media screen and (max-width: 900px) {
.header_area { background: #ffffff; position: sticky;}
.sticky .nav-header {padding: 25px 0;}
.stellarnav li.has-sub li a { padding-left: 18px;}
}
@media screen and (max-width: 768px) {
.nav-brand{width: 160px;}
.sticky .nav-brand{width: 150px;}
.sticky .nav-header { padding: 10px 0;}
}


/* =============== ▲ HEADER ▲ =============== */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* =============== ▼ FOOTER ▼ =============== */

/*footer*/
.footer {
    background: #FAF8F5;
    padding: 50px 0 0;
    background-position: center;
    background-size: cover;
    border-top: 5px solid #ffffff;
}
.copy { color: #555; border-top: 1px #eee solid; padding: 20px 0;}
.copy a {color: #000000;transition: all 0.3s;}
.copy a:hover { color: #B81E29;}
.footer_menu a:hover { background: none; color: #B81E29; font-weight: 500;}
.footer_menu a {    
    display: inline-block;
    padding: 5px 7px 5px 15px;
    border: none;
    margin: 0px 4px 4px 0px;
    font-size: 14px;
    line-height: 100%;
    color: #888;
    background: none;
    border-left: 1px #ccc solid;
    transition: all 0.3s;}

.box_link{ display: none;}
.footer_info ul { display: inline-block;    vertical-align: top;    width: 100%;}
.footer_info li {    display: block;    padding: 10px 0 10px 0;}
.footer_info li p {    color: #333;}
.footer .center { position: relative; max-width: 90%; padding: 30px 0 0;}
.footer_info {    padding: 0;    display: flex;    grid-gap: 0px;    padding-right: 0;    flex-wrap: wrap;}
.footer_info li:nth-child(2) {    position: absolute;    right: 0;    bottom: 15%;}
.footer_menu a:nth-child(1) { display: none;}
.footer_menu a:nth-child(2) { border: none;}


/* 側邊按鈕 */
.info_fix{display: none;}

/* 資訊排序---------------------------------------------------- */
/* .footer_info li p:before {    margin: 0;     display: inline-block;transition:all 0.3s;} */

.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
}
.footer_info li p.line {order: 2;}
.footer_info li p.tel {order: 1;}
.footer_info li p.mail {order: 3;}
.footer_info li p.add {order: 4;}

.footer_info ul {margin: 20px 10px;text-align: left;}
.footer iframe { display:none;}
.box_link { display: none; }

@media screen and (max-width: 1100px) {
.footer_info li:nth-child(2) {    position: relative;  bottom: 0;}
}
@media screen and (max-width: 768px) {
.footer_menu a:nth-child(2) {border-left: 1px #ccc solid;}

}


/* =============== ▲ FOOTER ▲ =============== */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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) {
}

/*麵包屑＝＝*/
.path p a:hover {    color: #A41D21;}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #A41D21;border: 1px solid #A41D21;}

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}
.products-list .name{margin: 15px 0;}
.me_tp_features a.tp_btn_cart:hover, .me_tp_features a.tp_btn_notice:hover {
    opacity: .7;}
/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #A41D21;    color: #A41D21;}
.products-list .item a:hover .more {    background: #A41D21;}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #A41D21;}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.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;}
.product-layer-two > li.active {    background: #FAF8F5;}
.product-layer-two li.active a {    border: unset;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #A41D21;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #A41D21; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #A41D21;
    background: #FAF8F5;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
/*商品按鈕、價格間距調整↓*/
.products-list .item a+button.pd_btn{border: 1px solid #939393; color: #939393;}
.products-list .item a+button.pd_btn:hover{background:#939393;}
.products-list .name {margin-bottom: 0;}
.products-list .price {margin-top: 0;}

/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #A41D21;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
/*按鈕顏色*/
.inquiry_a1{background: #d3be7d;}
.inquiry_a2{background: #A41D21;}

.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #ddcbbb;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover, a.pdinfo_link:hover {
    letter-spacing: 2px;
    background: #ddcbbb;
}
.lastaction {    color: #A41D21;    background-color: #FAF8F5;}
.nextaction {    background-color: #A41D21;}
.lastPage {    background: #A41D21;}
/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #A41D21;}
.sidebarBtn h2 {font-family: "Noto Sans TC", sans-serif;}
.sidebarBtn{border: 1px #ddcbbb solid;}
.mobile_product_name{font-size: 24px;}

/*商品資訊*/
.pd_tabTitle li{border-bottom: 1px solid #ddcbbb;}
.pd_tabTitle li.activeTab::after{height: 1px;background: #af1f33;}
.pd_tabTitle li.activeTab a{ color: #000; font-size: 24px; font-weight: 500;font-family: "Noto Sans TC", sans-serif;}

/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;    color: #000;}
.related_list li a {
    display: block;
    padding: 15px;
    background: #fff;}

/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
    .products-list {   grid-template-columns: 1fr 1fr 1fr;}
    .pageIndex .header_area {position: relative;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
    .product_page .products-list {    grid-template-columns: 1fr 1fr;}
}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    .products-list {    grid-template-columns: 1fr 1fr;}
    .product_page .products-list ,.product-layer-two {    width:100%;}
    .prod_related h6 span:before{font-size: 24px;}
    /*順序*/
    .product_page .products-list {    order: -1;}
}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
    .prod_related h6 span:before{font-size: 20px;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
    .products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 {background-image: url(https://pic03.eapple.com.tw/xingcheng/sbanner.jpg);}
.banner h5 {display:none}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width: 768px) {
    .banner{background-position: 85% 35%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
 
/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  
.blog_le {
    padding: 0px;
}

h5.blog_le_t {
    display: none;
}

.blog_search input[type=search] {
    border-radius: 10px;
}

.blog_search input[type=submit] {
    filter: grayscale(1);
}

.blog_le .accordion {
    border-radius: 0px;
    border: 0px #ffffff solid;
	background: #e9e9e9;}

.accordion li .link a {
    font-weight: 400;
    padding: 0px;
    position: relative;
}

/* .accordion li .link a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #1f1f1f;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    transition: all .5s;
} */

/* .accordion li .link a:hover:before {
    background: #1f1f1f;
}

.accordion li .link:has(i.fa) a {
    border: none;
}

.accordion li+li .link {
    border: none;
}

.accordion li .link:has(i.fa) {
    padding-right: 22px;
    border: none;
} */
.accordion li+li .link {
    border-top: 0px solid #ccc;
}

.accordion li .link a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .4rem;
    text-align: center;
    color:#6e6e6e;
    padding: 15px 10px;
}

.accordion li .link a:hover {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .4rem;
    text-align: center;
    background:#b0aca7;
    color: #fff;
}

.accordion li .link {
    padding: 2px 0;
    color: #444;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 2px;
    border: 0;
    font-weight: normal;
}

.blog_le .accordion li .link i {
    font-size: 12px;
    color: #7e7e7e;
    justify-content: unset;
    width: 15px;
}

.blog_le .accordion>li:hover .link,
.blog_le .accordion>li.on_this_category .link {
    color: #1f1f1f !important;
}

.blog_le .accordion>li.on_this_category .link a::before {
    background: #1f1f1f;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: transparent !important;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    background:#B81E02 !important;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
    color: #1f1f1f !important;
}

.submenu a {
    background: #fff;
    padding: 10px;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #FFF;
    color: #444;
}

.submenu a i {
    display: none;
}

/*文章內頁****************************/

h4.blog_category_title {
    color: #1f1f1f;
    font-size: 20px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-weight: 500;
}

.blog_shareData {
    position: absolute;
}

.toShareNews{
display: none;
}


.articel_mainPic img {
    display: block;
    max-width: 50%;
    margin-top: 50px;
    display: none;
}


.blog_back a.article_btn_prev,
.blog_back a.article_btn_next,
.blog_back a.article_btn_back {
    background: transparent;
    color: #1f1f1f;
    letter-spacing: 1px;
    font-weight: 400;
    transition: all .5s;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover,
.blog_back a.article_btn_back:hover {
    background: #1f1f1f;
    transition: all .5s;
    color: #fff;
}
.blog_back a {
    width: auto;
}

.blog_back {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    gap: 0;
}


/*相關文章****************************/

.news_related_list li a img {
    padding-bottom: 10px;
}
.news_related {
    background: #fff;
padding: 10px 15px 80px;
}
.news_related h6 {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 30px;
}
.news_related h6 span:before {
    font-size: 16px;
    color: #656565;
    font-weight: 500;
    letter-spacing: 1px;
}

.news_related_list {
    padding: 30px 0 50px;
}
.news_related_list li a {
    transition: all .5s;
    padding: 10px;
    border: 1px solid #e3e3e3;
}
.news_related_list li a:hover {
	transform: translateY(-20px);
	transition: all .5s;
}
.news_related_list li a p {
    font-size: 14px;
    color: #333;
    line-height: 180%;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lastPage {
    font-size: 14px;
    padding: 0px 20px;
    margin: auto;
    height: 30px;
    line-height: 30px;
    width: 150px;
    background: #ffffff;
    border: 1px solid #3a3a3a;
    color: #000;
    z-index: 0;
    position: relative;
}

.lastPage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #f5f5f5;
    transition: all .7s;
    z-index: -1;
}

.lastPage:hover:before{
    width: 100%;
}


.blog_subbox {
    grid-template-columns: 1fr;
    gap:20px;
}

.subbox_item a {
    grid-template-columns: 300px 1fr;
}

.blog_page.article_b h4.blog_category_title {
display: none;
}


.subbox_item a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #B3B3B3;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 1s ease-out, transform 1s cubic-bezier(.22, .61, .36, 1);
}

.subbox_item a:hover:before {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 1s ease-out, transform 1s cubic-bezier(.22, .61, .36, 1);
}

.subbox_item a:after {
    content: '';
    transition: all .5s;
    width: 0%;
    z-index: -1;
    border: none;
    border-bottom: 1px solid #c7c6c4;
}

.subbox_item a:hover:after {
    width: 100%;
}

.blog_list_ri h5 {
    color: #1c1c1c;
    letter-spacing: 1px;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 20px;
}

.blog_list_ri p {
    font-size: 13px;
    color: #666;
    letter-spacing: 1.5px;
    -webkit-line-clamp: 4;
}

.blog_list_le img {
    object-fit: fill;
}

.blog_list_ri em {
    order: 3;
    font-family: "Noto Sans TC", serif;
    font-size: 11px;
    letter-spacing: 1px;
    padding-top: 10px;
}

.blog_list_ri {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@media screen and (max-width: 900px) {
.module_i_news02 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.module_i_news01 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

}
@media (max-width: 768px) {
    .module_i_news li {
        border-bottom:none;
    }
}
@media screen and (max-width: 640px) {
    .subbox_item a {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .blog_subbox {
    grid-template-columns: 1fr;
    gap: 20px;
}
.subbox_item {
    display: block;
}
.blog_list_le {
    height: 0%;
}
        .subbox_item {
        border-bottom:none ;
    }

    .subbox_item a:before,.subbox_item a:after{
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .news_list ul li p:after {
display: none;
}
.module_i_news .i_blog_ri h5 {
    font-size: 15px;
    -webkit-line-clamp: 2;
}
.news_part{
    margin-top: 50px;
}
    .news_list ul li {
    border: none;
    border-bottom: 1px solid #dfdfdf;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 聯絡我們 */

/*聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_editbox{padding:0px;}
.contact_page .contact_content * {transition: all .6s;}
.contact_page .path, .contact_page .banner{ display: none;}
.contact_form{grid-gap: 30px;}
.contact_form li.last cite{background: #B3B3B3;border: 1px #B3B3B3 solid;}

/* 下方 */
.contact_page .contact_content {
    margin: auto;
    padding: 80px 0 100px;
    position: relative;
}
.contact_content form {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
/* 左資訊隱藏 */
.contact_content .information_left {
    display: none;
}

/* 右表單顯示 */
.contact_content .information_right {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}







/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




