@charset "utf-8";


/*網站全域設定/＝＝＝＝＝*/
/*
    #E1D9D0 /*網站主要色系
    #E1CAC5 /*網站輔助色系1
    #f9f6f4; /*網站輔助色系2*/

/*反白顏色*/
::-moz-selection{  background-color: #5B4C39;  color: #fff;}
::selection{  background-color: #5B4C39;  color: #fff;}
:root {
    --MainColor: #8B7357;
    --SubColor:#C4B29A;
    --SubColor02:#F3EFE6;
    --SFont:"Noto Serif TC", serif;
    --SFontEN: 'Roboto', sans-serif;
    --TitleColor:#5B4C39;
    --FontColor:#0B090C;
    --btn:#F1BF70;
    --btn2:#e88f75;
    --bg:#F7F6EE;
    --header-bg:#c4b29a;
    --pd80:80px;
    --f75: 75px;
    --f54: 54px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
}
.main_part {    max-width: 1400px;    padding: var(--pd80) 20px;}
.path{display: none;}
/*頁碼
.page strong, .page a:hover {    background: var(--SubColor);}
.page li.activeN {    color: var(--SubColor);}
*/
#content_main, #content {    background: var(--bg);}

/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 10px; /*右側捲軸寬度*/
    height: 0px; /*下方捲軸高度*/
}
/* 軌道背景底色 */
::-webkit-scrollbar-track {    background: #eee; }
/* 滑桿顏色 */
::-webkit-scrollbar-thumb {    background: #A88F67; }
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {    background: #8B7357; }

/*
關於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;}
*/
.header_area {    background: var(--header-bg); position: fixed; }
.main_header_area .container {    max-width: 95%; transition: all 0.3s ease; }

.navigation {    grid-template-columns: 145px 1fr; transition: all 0.3s ease; }

/*下滑*/
.header_area.sticky {    background: #c4b29ad4;}
.sticky .main_header_area .container {    max-width: 80%; transition: all 0.6s ease; }
.nav-header {
    max-width: 115px;
    transition: all 0.3s ease;
    filter: contrast(0) brightness(100);
}


/*上方選單右邊設定 臉書/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}
*/
.tp_links{display: none;}


/*浮動按鈕*/
a.info_fix_default.info_fix_mail {    display: none;}
.info_fix>span {
    background: var(--TitleColor);
    width: 55px;
    height: 55px;
    font-size: 25px;
}
.info_fix>span i {    transform: rotate(360deg);}
.fa-xmark::before, .fa-lightbulb::before {    content: "\f086";}
.info_fix:hover>.linksBtn {    background: var(--header-bg);}

.info_fix_links a {    background: #635C49;}
.info_fix_links a:hover {    background: #635c49b3;}

/*第一層*/
.stellarnav > ul > li:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.stellarnav > ul > li:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    background: -webkit-linear-gradient(top, rgba(205, 205, 205, 0) 0%, #c2ae96 100%);
    background: linear-gradient(to bottom, rgba(205, 205, 205, 0) 0%, #c2ae96 100%);
}
.stellarnav > ul > li:first-of-type:after {
    background: -webkit-linear-gradient(top, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 50%) 73%, #c5b4a0 100%);
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 50%) 73%, #c5b4a0 100%);
    left: 0;
}
.stellarnav > ul > li:last-child:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 45%) 50%, #c2ae96 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 28%) 50%, #c2ae96 100%);
}

.stellarnav > ul > li > a {
    color: #fff;
    transition: all 0.3s;
    letter-spacing: .1rem;
    padding: 0 10px;
    font-weight: bold;
    font-size: var(--f17);
}
.stellarnav > ul > li:hover > a{color: var(--SubColor02);}
.stellarnav > ul > li > a:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0;
    width: calc(100% + 0px);
    height: 4px;
    z-index: 1;
    transform-origin: right center;
    transform: scaleX(0);
    background: var(--SubColor02);
    border-radius: 10px;
    transition: transform 0.5s;
}
.stellarnav > ul > li:hover > a:before {
    transform-origin: left center;
    transform: scaleX(1);
}

.stellarnav ul:hover li a {    opacity: 0.3;    transition: all 0.3s ease-in-out;}
.stellarnav ul li:hover a {    opacity: 1;    transition: all 0.3s ease-in-out;}

/*下拉線條箭頭*/
.stellarnav li.has-sub>a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--SubColor02) var(--SubColor02) transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*第二層*/
.stellarnav ul ul {
    background: var(--bg);
    box-shadow: 2px 2px 19px 0px #c4b29a9e;
}
.stellarnav li li {    border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 7px 5px;
    transition: all 0.3s;
    border-left: 3px solid transparent;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: var(--MainColor);
    padding-left: 10px;
    border-color: var(--MainColor);
}

/*下拉第二層箭頭*/
.stellarnav li li.has-sub > a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--MainCOlor) var(--MainCOlor) transparent;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

/* 商品下拉超過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*/
.footer .center {    max-width: 1400px;}
.footer {
    background: linear-gradient(#ddd1b9e8, #ddd1b9e8), repeating-radial-gradient(#DDD1B9 0 0.0001%, #fff 0 0.0002%) 50% 0 / 2500px 2500px, repeating-conic-gradient(#DDD1B9 0 0.0001%, #fff 0 0.0002%) 60% 60% / 2500px 2500px;
    /* background-blend-mode: normal, difference; */
    padding-top: 60px;
}
.footer_info {
    grid-template-columns: 1fr 210px;
    grid-gap: 0 55px;
    padding-right:0;
}
.footer_logo {    order: 2;}
.footer_info ul {
    display: flex;
    justify-content: flex-start;
    order: 1;
}
.footer_info li p, .footer_info li p a {    color: var(--FontColor);font-size: 15px;
    line-height: 180%;}
.footer_info li:nth-child(1) {
    max-width: 480px;
    width: 100%;
}
.footer_info li:nth-child(2) {
    max-width: 230px;
    width: 100%;
}
.footer_info li:nth-child(1):after {
    content: " ";
    background: url(https://pic03.eapple.com.tw/huimingtax/qr-code.svg) no-repeat;
    background-size: contain;
    background-position: left center;
    width: 100%;
    max-width: 120px;
    height: 106px;
    position: absolute;
    display: block;
    top: 40px;
    left: 5px;
}
.footer_info li:nth-child(1) p {
    padding-left: 125px;
}

.footer_info li:nth-child(1):before {
    content: "CONTACT US";
    font-weight: bold;
    display: block;
}
.footer_info li:nth-child(2):before {
    content: "RELATED LINK";
    font-weight: bold;
    display: block;
}
p.line {    padding-top: 10px;}
.footer_menu {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.footer_menu a {
    width: 45%;
    background: transparent;
    color: var(--FontColor);
    border: none;
    padding-left: 0;
    font-size: 15px;
    margin: 0;
    line-height: 110%;
}
.footer_menu a:hover {
    background: transparent;
    color: var(--MainColor);
}

.box_link {    display: none;}
.copy {
    margin-top: 25px;
    border-top: 0;
    font-size: 12px;
    padding-bottom: 15px;
}

/*聯絡我們*/
body.contact_page .main_part {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}
body.contact_page .main_part:before {
    content: " ";
    position: absolute;
    right: -5%;
    top: 45vw;
    background: url(https://pic03.eapple.com.tw/huimingtax/bg_icon.png) no-repeat;
    background-size: contain;
    width: 22vw;
    background-position: center;
    height: 22vw;
}
body.contact_page .main_part:after {
    content: " ";
    position: absolute;
    right: -5%;
    top: 45vw;
    background: url(https://pic03.eapple.com.tw/huimingtax/bg_icon-run.png) no-repeat;
    background-size: contain;
    width: 22vw;
    background-position: center;
    height: 22vw;
    opacity: .3;
    animation: run 20s linear infinite;
}
@keyframes run {
100% {    transform: rotate(360deg);}
}

.contact_content form {
    display: flex;
    flex-direction: column-reverse;
}
.contact_content .information_left, .contact_content .information_right {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
.contact_content .information_right {
    padding-left: 0;
    padding: 10px;
}
.contact_editbox {
    padding: 0;
    z-index: 1;
    position: relative;
}


/*表單*/
.contact_form li {
    grid-template-columns: 1fr;
    margin-bottom: 8px;
    grid-gap: 0;
}

.contact_form li .form__label {
    max-width: 100%;
    text-align: left;
    color: var(--FontColor);
    font-size: var(--f18);
    font-weight: bold;
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
    letter-spacing: 1px;
    flex-direction: row-reverse;
}
.contact_form li .form__insert {
    color: var(--FontColor);
    font-size: var(--f16);
    font-weight: 600;
    opacity: .6;
}
.contact_form li input.noborder, .contact_form li textarea.noborder {    border: none;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: 20px 1fr;
}

.contact_form li:nth-child(7) .form__label:before {
    content: "(請依喜好順序，填三至五個名稱，避免重複遭退件)";
    display: inline-block;
    font-size: medium;
    opacity: .5;
    padding-left: 6px;
}
.contact_form li:nth-child(13) .form__label:before {
    content: "(表單下方可直接連結查詢系統)";
    display: inline-block;
    font-size: medium;
    opacity: .5;
}
.noborder {    padding: 10px;}

/*按鈕*/
.contact_form li.last blockquote, .contact_form li.last cite {
    border: 2px solid var(--btn2);
    border-radius: 6px;
    margin: 0 11px;
}
.contact_form li.last cite {    background: var(--btn2);}
.contact_form li.last blockquote {    color: var(--FontColor);}

/* = = = 大圖-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-banner .swiper-slide img {    width: 100%;}
.bannerindex {    position: sticky;}
/* .swiper-slide img { height:auto;} */

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*大圖載入*/
.pageIndex::before {
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/huimingtax/open_logo.svg) no-repeat;
    background-position: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    transition: 0.8s ease;
    animation: open_logo  1.8s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2s;
}
@keyframes open_logo {
    0% {   transform: translate(-50%, -50%) scale(1); opacity: 1; }
    50%{transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
    90% {    transform:  translate(-50%, -50%)  scale(0); opacity: 0;}
    100% {  opacity: 0;}
}

.pageIndex::after {
    content: "";
    pointer-events: none;
    display: block;
    background: url(https://pic03.eapple.com.tw/huimingtax/open_bg.jpg) no-repeat;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background-position:center;
    width: 100%;
    height: 100%;
    right: 0;
    animation: open_bg 2.2s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.6s;
}
@keyframes open_bg {
    0% {          clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);  }
    50% {    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);  }
    60% {clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%); }
    100% {clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%); filter: none; opacity: 0;}
}

/*切換鈕*/
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: auto;top: 50%;left: 2vw;width: 25px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 10px;
    width: 5px;
    height: 25px;
    background: #8a7455;
    border-radius: 2px;
}

/*大圖*/
.pageIndex .bannerindex .swiper-slide.swiper-slide:before, 
.pageIndex .bannerindex .swiper-slide.swiper-slide:after {
    content: ""; position: absolute;  z-index: 999; pointer-events: none;
}

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide:before {
    background: url(https://pic03.eapple.com.tw/huimingtax/cover_ban1.png) no-repeat;
    background-size: contain;
    top: 20vw;
    left: 14vw;
    width: 30vw;
    height: 11vw;
}

@keyframes toLeft{
	0%{margin-right: -4vw;opacity: 0;}
	100%{margin-right: 0vw;opacity: 1;}
}

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before {
    animation: toLeft 1s both;
    animation-timing-function: ease-in-out;
    animation-delay: .4s;
}

.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/huimingtax/cover_ban2.png) no-repeat;
    width: 50vw;
    height: 50vw;
    background-size: contain !important;
    position: absolute;
    left: 45vw;
    background-position-y: bottom;
    animation: float_2 5s infinite;
    animation-direction: alternate;
    top: -37px;
}
@keyframes float_1{
0% { transform:translate(20px,0px);}
50% {transform:translate(40px,0px);}
100% {transform:translate(20px,20px);}
}

@keyframes float_2{
0% { transform:translate(0px,20px) scale(1.05);}
30% {transform:translate(0px,40px);}
100% {transform:translate(20px,20px);}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*內頁BANNER 設定*/
.banner {
    background: url(https://pic03.eapple.com.tw/huimingtax/ban.jpg);
    padding: 275px 40px 111px;
    background-position: center;
    background-size: cover;
}

.banner h5 {
    max-width: 1370px;
    width: 100%;
    text-align: left;
    color: #fff;
    position: relative;
    font-size: var(--f28);
}
.banner h5:before {
    content: "huimingtax";
    display: block;
    font-family: var(--SFontEN);
    font-size: var(--f75);
    text-transform: uppercase;
}

.banner.banblog {
    background: var(--bg);
    padding: 0;
    min-height: 5vw;
}
.banner.banblog h5 {    color: transparent;}

.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.news_part {    padding: 60px 20px;}

/*
.news_part .title_i_box h4 {
    color: var(--TitleColor);
    font-weight: bold;
}
.news_part .title_i_box h4:before {
    content: "NEWS";
    display: block;
    font-family: var(--SFontEN);
}
.news_list ul li p {
    color: var(--FontColor);
}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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-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: 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;}

/*顏色*/
.products-list .more {    border: 1px solid var(--MainColor);    color: var(--MainColor);}
.products-list .item a:hover .more {    background: var(--MainColor);}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: var(--MainColor);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: var(--MainColor);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--MainColor);}
.lastPage {    background: var(--MainColor);}

/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}


@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) {
    .payment_form {    flex-direction: column;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
h5.blog_le_t {
    font-size: var(--f40);
    color: var(--TitleColor);
    font-family: var(--SFont);
    font-weight: bold;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: var(--MainColor) !important;}
.blog_le .accordion {    border-color: var(--SubColor);    border-radius: 5px;}
.blog_search input[type=search] {    border-radius: 5px;    border-color: var(--SubColor);}

.blog_subbox {    grid-template-columns: repeat(3, 1fr); grid-gap: 40px 30px;}
.subbox_item a {
    flex-direction: column-reverse;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    grid-gap: 0;
}
.blog_list_le {
    aspect-ratio: 619 / 397;
    overflow: hidden;
    border-radius: .25rem 2.8125rem .25rem 1.25rem;
}
.blog_list_le img {
    transform: scale(1.0, 1.0);
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.subbox_item a:hover img {
    transform: scale(1.2, 1.2);
    transition: all 0.5s ease 0s;
}

.blog_list_ri {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 210px;
}
.blog_list_ri em {
    order: 1;
    color: var(--MainColor);
    margin-top: 13px;
}

.blog_list_ri h5 {
    color: var(--TitleColor);
    font-weight: bold;
    font-size: var(--f22);
    order: 2;
    padding-top: 5px;
    -webkit-line-clamp: 2;
    background: linear-gradient(currentColor, currentColor) no-repeat 0 100% / 0 2px;
}
.subbox_item a:hover h5 {    transition: background .3s ease;    background-size: 100% 2px;}
.blog_list_ri p {
    color: var(--FontColor);
    order: 3;
    line-height: 1.5;
    /* height: 93px; */
}
.subbox_item a:before {
    top: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: var(--TitleColor);
    transition: all 0.25s ease 0s;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 1;
}
.subbox_item a:hover:before {
    left: 0px;
    width: 100%;
    transition: all 0.25s ease 0s;
}

.subbox_item a:after {
    border: none;
    opacity: 1;
    background: transparent;
    border-top: 2px solid #c4b29a45;
}
.subbox_item a:hover:after {
    border-color: var(--Titlecolor);
}

/*文章內層*/
.blog_box_edit * {    line-height: 180%;}
.articel_mainPic img{display: none;} /*文章內層封面*/
h4.blog_category_title {
    color: var(--TitleColor);
    font-size: var(--f32);
}

.blog_back a.article_btn_back {    background: var(--MainColor);}
.blog_back a.article_btn_prev {    background: var(--SubColor);}
.blog_back a.article_btn_next {    background: var(--SubColor);}

/*文章標籤
.news_tags {    flex-wrap: wrap;}*/


/*文章-相關推薦*/
.news_related {
    background: var(--SubColor02);
    padding: 50px 25px;
}
.news_related h6 span:before {    font-size: var(--f24);    color: var(--MainColor);}
.lastPage {    color: #fff;    background: var(--MainColor);}
.news_related_list li a {
    padding: 0;
    background: var(--bg);
    box-shadow: 1px 2px 12px 0px #c4b29a54;
}
.news_related_list li a p {    color: var(--FontColor);    padding: 10px;}

/* = = = 相簿-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}*/

/*相本分類全版面 ( 限制最寬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;}
*/

.pic-list .item a img {    transition: .4s ease;}
.pic-list .item a:hover img {
    transform: scale(1.05);
    transition: .4s ease;
    filter: grayscale(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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media (max-width:1440px) {
.bannerindex {    top: 107px;}
.footer_info {    padding-right: 110px;}
}

@media (max-width:1024px) {
    :root {
        --f75: 48px;
        --f54: 48px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }

    .header_area {    position: sticky;}
    .bannerindex {        top: 0;    }

    .footer_info {    padding-left: 20px; grid-gap: 0; }
    .footer_info li:nth-child(1):after {    left: 25px;}

    .banner.banblog {    display: none;}
    .blog_list_ri {    height: 200px;}
}

@media screen and (max-width: 980px) {
.footer_info {
    padding: 20px 30px;
    grid-template-columns: 1fr;
    gap: 0;
}
.footer_logo {    order: 1;    max-width: 200px;}
.footer_info ul {    flex-direction: column; padding-top: 25px; }
.footer_info li:nth-child(1), .footer_info li:nth-child(2) {    max-width: 100%;}
.footer_info li:nth-child(1):after {        top: 220px;    }
.footer_menu a {    width: 20%;}
}

@media screen and (max-width: 768px) {
    :root {
        --f75: 36px;
        --f54: 36px;
        --f48: 32px;
        --f42: 30px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
    }

/* 開啟手機板下方按鈕所需設定
#bottom_menu {display: block; } */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
#bottom_menu li:first-child:nth-last-child(2), #bottom_menu li:first-child:nth-last-child(2) ~ li {
    width: 50%;
    display: block;
    float: left;
}

.main_header_area .container, .sticky .main_header_area .container {    max-width: 100%;}

/*漢堡選單*/
.stellarnav.mobile {        top: 13px;    }
.stellarnav .menu-toggle span.bars span {    background: #fff;}
.stellarnav .menu-toggle:after {    color: #fff;}

.stellarnav.mobile.left > ul {    border: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: var(--MainColor); color: #fff;
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px #ffffff;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px var(--MainColor);}/*下拉關掉*/
.stellarnav.mobile li.open {        background: var(--SubColor);    }/*下拉*/
.stellarnav.mobile > ul > li:hover > a {    color: var(--MainColor);}

.stellarnav.mobile > ul > li {   border-bottom: 1px solid var(--SubColor02);}
.stellarnav > ul > li > a {    color: var(--TitleColor);}
.stellarnav ul:hover li a {    opacity: 0.5;}
.stellarnav.mobile > ul > li > a.dd-toggle:before {    display: none;}
.stellarnav.mobile li:hover a {    opacity: 1;}
.stellarnav.mobile li a {    border-bottom: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {    color: var(--TitleColor);}

ul.show-list, .pic-list {    grid-template-columns: repeat(2, 1fr);}
.blog_subbox {    grid-template-columns: repeat(2, 1fr);}
}

@media (max-width:600px) {
    :root {
        --f54: 32px;
        --f48: 28px;
        --f42: 26px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
    }

.footer_info {    justify-items: center;}
.footer_logo {    grid-column: span 2;}
.footer_info {
    justify-items: center;
    gap: 20px 0;
    text-align: center;
    padding-bottom: 0;
}
.footer_info ul {        padding-top: 25px;    }
.footer_info li:nth-child(2) {    width: 100%;}
.footer_info li:nth-child(1):after {
    position: relative;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.footer_info li:nth-child(1) p {    padding-left: 0;}
.footer_menu {    justify-content: center;}
.footer_menu a {        width: 24%;        padding: 7px;    }

ul.show-list, .pic-list {    grid-template-columns: 1fr;}

/*文章*/
.blog_subbox {    grid-template-columns: 1fr;}
.blog_list_ri {        height: auto;    }
.blog_list_ri p {    min-height: auto;}

/*聯絡我們表單*/
    .contact_form li {    grid-gap: 0;}
    .contact_form li .form__label {    background: transparent;}
    .contact_form li:nth-child(7) .form__label {    flex-direction: column-reverse;}
}

@media (max-width:375px) {
    :root {
        --f54: 28px;
        --f48: 24px;
        --f42: 22px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }

    .footer_menu a {        width: 30%;    }
}