@charset "utf-8";

/*
關於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 {}
*/

/* header商品下拉超過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個--結束 */


/*預設解除背景輪播*/
#content_main { 
    background: transparent; 
    margin:0;
}
/* #content_main::after {
    content: '';
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/yiheforging/page_bg.jpg);
    z-index: -2;
} */
.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;}
}
/*預設解除背景輪播--結束*/


   
@media screen and (max-width: 600px) { 
}
 /* 開啟手機板下方按鈕所需設定--結束 */    

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 網頁捲軸設定 */

::-webkit-scrollbar {
    width: 4px;
    background: #fff;
} /* 寬度 */

::-webkit-scrollbar-button {
    background: #282828;
    height: 4px;
} /* 滾動條上下箭頭 */

::-webkit-scrollbar-thumb {
    background-color: var(--color2);
} /* 捲軸顏色 */

:-webkit-scrollbar-track-piece {
} /* 捲軸沒有軌道的地方 */

::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgba(225, 225, 225, 0.6); */
    background: #282828; 
} /* 捲軸軌道 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 全域設定 */
:root {
    font-family: var(--Mainfont);
    color: var(--color1);
    /* background: var(--color3); */
    transition: var(--trans);
    line-height: 1.8;
    letter-spacing: 0.1em;

    --Mainfont: "Donegal One", serif, "Noto Sans TC", sans-serif;
    --color1:#ffffff;
    --color2:#cba373;
    --color3:#000000;
    --trans: all .5s;

    /* font-size: var(--f30);
    font-size: var(--f20); */
    --f47:47px;
    --f40:40px;
    --f36:36px;
    --f32:32px;
    --f30:30px;
    --f28:28px;
    --f26:26px;
    --f24:24px;
    --f22:22px;
    --f20:20px;
    --f18:18px;
    --f16:16px;
}

@media screen and (max-width: 1200px) {
    :root {
        --f30:28px;
        --f20:20px;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --f30:24px;
        --f20:18px;
    }
}


body {
    position: relative;
    font-family: var(--Mainfont);
    color: var(--color1);
    background-color: var(--color3);
}
body::after {
    content: '';
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/yiheforging/page_bg.jpg);
    z-index: -2;
}
.album_info_page #content {
    position: relative;
}
.album_info_page #content:after {
    content: '';
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/yiheforging/page_bg.jpg);
    z-index: -2;
}
.main_part {
    max-width: 1500px;
    padding: 100px 20px;
}
.product_page #content,
.product_info_page #content,
.blog_page #content,
.blog_in_page #content,
.contact_page #content {
    position: relative;
}
/* .product_page #content::before,
.product_info_page #content::before,
.blog_page #content::before,
.blog_in_page #content::before,
.contact_page #content::before {
    content: '';
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/yiheforging/page_bg_top.jpg);
    mix-blend-mode: difference;
    mix-blend-mode: screen;
    z-index: -1;
} */
/* .product_page #content::after,
.product_info_page #content::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url(https://pic03.eapple.com.tw/yiheforging/page_bg_03.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    aspect-ratio: 2000 / 2653;
    z-index: -2;
}
.blog_page #content::after,
.blog_in_page #content::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url(https://pic03.eapple.com.tw/yiheforging/page_bg_04.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    aspect-ratio: 2000 / 2669;
    z-index: -2;
} */
/* .contact_page #content::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/yiheforging/page_bg.jpg);
    background-size: contain;
    background-repeat: repeat-y;
    aspect-ratio: 2000 / 2664;
    z-index: -2;
} */

@media screen and (max-width: 768px) {
    .main_part {
        padding: 50px 20px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*--------頁碼設定----------*/
ul.page { 
    width: 100%;
    font-family: var(--Mainfont);
    font-weight: 600;
    margin: 120px auto 20px auto;
}

/* 停留在該頁時 */
ul.page li.activeN {
    width: 35px;
}

/* 其他頁 */
.page li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
	margin: 0;
}
.page li a {
    width: 35px;
    height: 35px;
}

/* hover-點擊其他頁 */
.page a, 
.page a:hover {
    transition: all .2s;
}
.page a:hover {
    color: #a8a8a8;
    background: transparent;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 麵包屑導覽--隱藏 */
.path {
    display: none;
}

/* 內頁設定 */
/* 隱藏--下拉編輯頁的促銷方案目錄 */
.other_select_page .promotion_title,
.other_select_page .other_promotion,
.other_select_page ul.page {
    display: none;
}

/* = = = header = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.header_area,
.header_area.sticky {
    position: fixed;
    background: rgb(0 0 0 / 95%);
    padding: 10px 10px 0 10px;
    backdrop-filter: blur(3px);
}
.main_header_area .container {
    max-width: 1800px;
}
.navigation {
    display: flex;
    align-items: center;
}

/* 產品搜尋欄 & 購物車功能 */
.me_tp_features {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: fit-content;
    order: 1;
}
.me_tp_features a {
    color: var(--color1);
}
.box_search {
    width: 180px;
    margin-left: 20px;
}
.box_search input[type=text] {
    max-width: 180px;
    height: 33px;
    background: url(https://pic03.eapple.com.tw/yiheforging/article_search_01.svg) no-repeat 4px center #fff;
    border-radius: 0;
}
input::placeholder {
    color: rgba(51, 51, 51, 0.5);
}
.box_search input[type=text]:focus {
    color: #333;
}
.shop_search_btn {
    height: 33px;
    background: #3e3e3e;
    border-radius: 0;
}
.me_tp_features a span {
    font-size: 13px;
}
.me_tp_features a.tp_btn_cart, 
.me_tp_features a.tp_btn_notice {
    border: solid 1px #6f6f6f;
    padding: 2px 11px 2px 11px;
    margin: 3px 0 0;
}
.me_tp_features a.tp_btn_cart {
    order: 1;
}
.tp_links {
    display: none;
} /* header聯絡按鈕--隱藏 */



/* .stellarnav */
.stellarnav > ul > li {
    margin: 0 0 0 20px;
}
.stellarnav > ul > li:after {
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    width: 0;
    height: 3px;
    background: var(--color2);
    opacity: 0;
}
.stellarnav > ul > li > a {
    font-family: var(--Mainfont);
    line-height: 50px;
    height: 50px;
    color: var(--color1);
    letter-spacing: 0.1rem;
    padding: 0 5px;
}
.stellarnav li.has-sub > a:after {
    display: none;
}
.stellarnav ul ul {
    width: 220px;
    background: rgb(0 0 0 / 80%);
    backdrop-filter: blur(2px);
}
.stellarnav li li {
    border: 0;
    border-bottom: solid 1px #444444;
}
.stellarnav li li > a, 
.stellarnav li li.has-sub > a {
    padding: 12px 17px;
}
.stellarnav li li a {
    font-size: 15px;
    color: var(--color1);
}

/* hover */
.me_tp_features a,
.me_tp_features a:hover {
    transition: all .3s;
}
.me_tp_features a.tp_btn_cart:hover,
.me_tp_features a.tp_btn_notice:hover {
    background: var(--color2);
}
.stellarnav * {
    transition: all .3s;
}
.stellarnav > ul > li:after,
.stellarnav > ul > li:hover:after {
    transition: all .3s;
}
.stellarnav > ul > li:hover:after {
    width: 100%;
    opacity: 1;
}
.stellarnav > ul > li > a:hover,
.stellarnav > ul > li:hover > a {
    color: var(--color2);
} /* 主選單一般變色 */
.stellarnav > ul > li.has-sub > a:hover:after,
.stellarnav > ul > li.has-sub:hover > a:after{
    border-top: 6px solid #;
} /* 主選單三角形 */
.stellarnav li li:hover > a, 
.stellarnav li li > a:hover, 
.stellarnav.desktop li.has-sub li a:hover, 
.stellarnav.desktop li.has-sub li:hover > a   {
    color: var(--color2);
    background: ;
} /* 次分類一般變色 */
.stellarnav li li.has-sub > a:hover:after,
.stellarnav li li.has-sub:hover > a:after{
    border-left: 6px solid #;
} /* 次分類三角形 */

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1450px) {
    .header_area, 
    .header_area.sticky {
        position: sticky;
    }
    .navigation {
        flex-direction: column;
    }
    .nav-header {
        position: static;
        text-align: center;
    }
    .me_tp_features {
        justify-content: center;
        order: 0;
        margin: 0;
    }
    .stellarnav {
        max-width: 100%;
    }
    .stellarnav ul {
        text-align: center;
    }
    .stellarnav > ul > li {
        margin: 0 0 0 1%;
    }
}

@media screen and (max-width: 768px) {
    .header_area, .header_area.sticky {
        padding: 10px;
        backdrop-filter: unset;
    }
    .nav-header {
        max-width: 150px;
    }
    .me_tp_features a.tp_btn_cart, 
    .me_tp_features a.tp_btn_notice {
        display: none;
    }
    /* 漢堡鈕設定--開始 */
    .stellarnav .menu-toggle span.bars span {
        background: var(--color1);
        margin: 0 0 8px auto;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(1) {
        width: 28px;
        background: ;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(2) {
        width: 18px;
        /* margin: 0 auto 4px 0; */
    }
    .stellarnav .menu-toggle span.bars span:nth-child(3) {
        width: 28px;
        /* margin: 0 auto 4px 0; */
    }
    .stellarnav .menu-toggle:after {
        color: var(--color1);
        display: none;
    }
    .stellarnav.mobile.right .close-menu, 
    .stellarnav.mobile.left .close-menu {
        color: transparent;
        background: transparent;
        padding-top: 20px;
        padding-left: 15px;
    }
    .stellarnav .icon-close {
        display: block;
    }
    .stellarnav .icon-close:before, 
    .stellarnav .icon-close::after {
        width: 25px;
        border-bottom: ;
    }/* 漢堡鈕設定--結束 */


    /* --------選單設定--開始 */
    .stellarnav.mobile.right > ul, 
    .stellarnav.mobile.left > ul {
        max-width: 300px;
        background: #171717;
        border: 0;
        /* box-shadow: 5px 5px 15px rgb(255 255 255 / 20%); */
    }
    /* 叉叉按鈕換邊放--開始 */
    .stellarnav.mobile.right .close-menu, 
    .stellarnav.mobile.left .close-menu {
        position: relative;
        color: transparent;
        background: transparent;
        padding-top: 20px;
        padding-left: 15px;
    }
    .stellarnav .icon-close {
        position: static;
    }
    /* 叉叉按鈕換邊放--結束 */
    .stellarnav a.dd-toggle .icon-plus:before, 
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 1px ;
    }
    .stellarnav.mobile > ul > li {
        border: 0;
        margin: 0;
    }
    .stellarnav > ul > li:after {
        display: none;
    }
    .stellarnav.mobile li a {
        border-bottom: 0;
    }
    .stellarnav.mobile li li {
        border-bottom: 0;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 40px 10px 30px;
    }
    .stellarnav.mobile li li > a {
        padding: 10px 10px 10px 30px;
    }
    .stellarnav.mobile li.open {
        background: transparent;
        padding: 0;
    }
    .stellarnav.mobile ul ul {
        background: rgb(255 255 255 / 5%);
    }
    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0;
    }
    .stellarnav.mobile li.open li.open > a {
        background: rgb(255 255 255 / 10%);
    }
    .stellarnav.mobile li.open li.open > a.dd-toggle {
        background: transparent;
    }
    .stellarnav.mobile ul ul ul {
        background: transparent;
    }
    /* --------選單設定--結束 */

    /* hover--開始 */
    /* .stellarnav.mobile > ul > li.open:hover a.dd-toggle {
        color: var(--color2);
    } */
    .stellarnav.mobile a.dd-toggle:hover .icon-plus:before, 
    .stellarnav.mobile a.dd-toggle:hover .icon-plus:after {
        border-bottom: solid 1px var(--color1);
    }
    .stellarnav li li:hover > a, 
    .stellarnav li li > a:hover, 
    .stellarnav.desktop li.has-sub li a:hover, 
    .stellarnav.desktop li.has-sub li:hover > a {
        color: ;
        background: transparent;
    } /* 次分類一般變色 */ /* hover--結束 */
}

@media screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 10px;
    }
}

/* = = = 大圖 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.bannerindex {
    height: auto;
}
.pageIndex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}
.pageIndex .swiper-slide:before,
.pageIndex .swiper-slide:after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
    pointer-events: none;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before {
    background-image: url(https://pic03.eapple.com.tw/yiheforging/ban01_title.png);
    width: 28%;
    bottom: 30%;
    left: 8%;
    aspect-ratio: 642/105;
    animation: slide-top 2s 0.3s both;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1)::after {
    background-image: url(https://pic03.eapple.com.tw/yiheforging/ban01_text.png);
    width: 31%;
    bottom: 12%;
    left: 6%;
    aspect-ratio: 758/77;
    animation: slide-bottom 2s 0.3s both;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before {
    background-image: url(https://pic03.eapple.com.tw/yiheforging/ban02_title.png);
    width: 42%;
    bottom: 38%;
    left: 23%;
    aspect-ratio: 938/456;
    animation: slide-top-2 2s 0.3s both;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2)::after {
    background-image: url(https://pic03.eapple.com.tw/yiheforging/ban02_text.png);
    width: 35%;
    bottom: 16%;
    right: 24%;
    aspect-ratio: 758/77;
    animation: slide-bottom 2s 0.3s both;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    /* bottom: 3%; */
} /* 大圖點點 */

.swiper-pagination-bullet {
    width: 35px;
    height: 3px;
    border-radius: 5px;
    background: #fff;
    margin: 5px 0;
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1;
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
        opacity: 1;
    }
}

@keyframes slide-top-2 {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(70%);
        transform: translateY(70%);
        opacity: 1;
    }
}

/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.footer_info li p.line:before {
    content: 'Line ID｜';
}
.footer_info li p.tel:before {
    content: '電話｜';
}
.footer_info li p.phone:before {
    content: '手機｜';
}
.footer_info li p.mail:before {
    content: '信箱｜';
}
.footer_info li p.fax:before {
    content: '傳真｜';
}
.footer_info li p.taxid:before {
    content: '統編｜';
}
.footer_info li p.add:before {
    content: '地址｜';
}
.footer {
    background: var(--color1);
}
.footer .center {
    padding: 0 2%;
}
.box_link {
    display: none;
}
.footer_info li p, 
.footer_info li p a {
    color: var(--color1);
}
.footer_menu a {
    border: 0;
    background: transparent;
}
.copy, 
.copy a {
    color: #464646;
}
.copy {
    background: var(--color3);
    border: 0;
}
.privacyLinks a+a {
    border-left: 1px solid #464646;
}

/* 放暫時平面稿 */
.footer {
	padding: 0 !important;
}
.footer .center {
	background-image: url("https://pic03.eapple.com.tw/yiheforging/footer.jpg") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	max-width: 100%;
	aspect-ratio: 1920/386;
}
.footer_logo {display: none;}
.footer_info ul {display: none;}
.copy {margin-top: 0;}

/* hover */
.footer * {
    transition: all .3s;
}
.box_link a:hover {
    opacity: .7;
}
.box_link a,
.box_link a:hover,
.footer_set li a,
.footer_set li a:hover,
.footer_menu a,
.footer_menu a:hover {
    transition: all .2s;
}
.footer_info li p a:hover {
    opacity: .7;
}
.footer_set li a:hover {
    opacity: .5;
}
.footer_menu a:hover {
    background: transparent;
    opacity: .5;
}
.copy a:hover {
    color: #fbcd4f;
}

@media screen and (max-width: 768px) {
    
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 首頁購物車 */
.prod_part {
    padding: 100px 20px;
}
.prod_part section {
    max-width: 1500px;
}
.i_prod_tit span {
    font-size: var(--f20);
    font-weight: 600;
    color: var(--color2);
    letter-spacing: 0.1em;
}
.i_prod_tit span::before {
    content: '';
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background: var(
    --color2);
    margin-bottom: 20px;
}
.i_prod_tit span:after {
    content: 'WORKS';
    display: block;
    font-size: var(--f30);
    font-weight: 500;
    color: rgb(203 163 115 / 40%);
}
.pageIndex .productsListBox {
    padding: 50px 0 30px;
}
.i_prod_b .animated-arrow {
    margin: 30px auto 0 auto;
}
.i_prod_b a i.fa-solid.fa-arrow-right {
    transform: rotate(-45deg);
    font-size: 20px;
    margin-right: 0;
}

/* 首頁購物車 - hover */
.i_prod_b a:hover i.fa-solid.fa-arrow-right {
    color: var(--color2);
    transform: rotate(-45deg) translate(7px, 3px);
}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */

/* 購物車頁面設定 */
.product_page .main_part { 
    max-width:1500px;
}
.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:before {
    content: 'CATEGORY';
    color: var(--color2);
    font-weight: 500;
    letter-spacing: 0.2em;
    opacity: .5;
}
.product_page .product_menu_list { 
    position: relative; 
    width: 300px; 
    letter-spacing: 1px; 
    /*border-right: 1px solid #ccc;*/
    min-height: 30vw;
}
.product_page .products-list,
.product-wrapper { 
    width: calc(100% - 400px);
}
.product-layer-two {
    margin-top: 10px;
}
.product-layer-two > li { 
    width:100%; 
    max-width:100%; 
    padding:0; 
    text-align:left; 
    border-bottom: solid 1px rgb(203 163 115 / 30%);
}
.product-layer-two li a {
    color: var(--color2);
    border: 0;
    background: transparent;
    padding: 12px 5px;
}
.product-layer-two li i {
    top: 8px;
    font-size: 12px;
    color: var(--color2);
}
.fa-circle-plus::before {
    content: "\2b";
}
.product-layer-two li ul { 
    position: static;
    width: 100%;
    margin: 5px 0 15px 0;
}
.product-layer-two li li {
    display: block;
    background: transparent;
    padding: 0;
    transition: all ease .3s;
}
.product-layer-two li li a { 
    color: #947148;
    background: transparent;
    padding: 5px 10px 5px 18px;
}
.product-layer-two > li ul > li + li { 
    margin-top:5px;
}

/* 商品分類hover */
.product-layer-two li a,
.product-layer-two li:hover a,
.fa-circle-plus::before,
.product-layer-two li i.close::before {
    transition: var(--trans);
}
.product-layer-two li i.close::before {
    content: "\f068";
    transform: rotate(-180deg);
}
.product-layer-two > li:hover > a {
    color: var(--color2);
}
.product-layer-two li:hover ul { 
    border: none !important; 
    /*display:block !important;*/
}
.product-layer-two li li:hover { 
    margin-left: 10px;
    opacity: .7;
}
.product-layer-two li li:hover > a {
    background: transparent;
    color: var(--color2);
}
.product-layer-two li.active a {
    color: var(--color2);
    font-weight: bold;
    border: 0;
}
.product-layer-two li.active i {
    color: var(--color2);
    opacity: .7;
}
.product-layer-two li.active li a {
    color: #947148;
}
.product-layer-two li li.active a {
    color: var(--color2);
    background: rgb(203 163 115 / 20%);
}

/* .product_page */
/* 商品列表 */
.products-list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.products-list .item a {
    padding: 0;
    margin-bottom: 10px;
}
.products-list .item a:before,
.products-list .item a:after {
    position: absolute;
    top: 50%;
    bottom: unset;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.products-list .item a::before {
    content: 'VIEW MORE';
    font-size: 14px;
    color: var(--color1);
    z-index: 1;
}
.products-list .item a:after {
    content: '';
    width: 135px;
    height: 0;
    background: var(--color2);
}
.products-list .name {
    font-size: 16px;
    font-weight: 500;
    color: var(--color1);
    letter-spacing: 0.1em;
}
.products-list .price {
    display: none;
}
.products-list .price b {
    font-weight: 500;
}
.products-list .price b.ori_price {
    color: #727272;
}
.products-list .price b.sp_price,
.products-list .price b {
    color: var(--color1);
}
.products-list .more {
    display: none;
}

/* .product_page - hover */
.products-list .item a * {
    transition: var(--trans);
}
.products-list .item a::before,
.products-list .item a:hover::before,
.products-list .item a::after,
.products-list .item a:hover::after {
    transition: var(--trans);
}
.products-list .item a:hover::before,
.products-list .item a:hover::after {
    opacity: 1;
}
.products-list .item a:hover::after {
    height: 40px;
}
.products-list .item a:hover .pic,
.products-list .item a:hover .name,
.products-list .item a:hover .price{
    filter: blur(2px);
}


/* .product_info_page */
.product_info_page .product-layer-two { 
    display: none;
}
.product_info_page .products-list,
.product-wrapper { 
    width: 100%;
}
.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;
}
.sidebarBtn {
    background: transparent;
    border: 0;
}
.sidebarBtn h2 {
    color: var(--color1);
    font-weight: 500;
}
.sidebarBtn .price {
    border-bottom: 1px solid #494949;
}
.sidebarBtn .ori_price {
    color: #727272;
}
.sidebarBtn .sp_price {
    color: var(--color1);
}
.product_info li span {
    font-size: 14px;
    color: #959595;
}
.product_info li:nth-of-type(1) .txt_box {
    font-size: 15px;
    letter-spacing: 1px;
}
.product_info li .txt_box {
    font-family: var(--Mainfont);
    color: var(--color1);
}
.product_info li:nth-of-type(1) .txt_box {
    font-size: 15px;
}
.radio-inline__label {
    font-size: 16px;
    color: #787878;
    background: transparent;
    border: solid 1px #787878;
    border-radius: 0;
    padding: 1px 10px;
}
.radio-inline__input:checked + .radio-inline__label {
    color: var(--color1);
    background: transparent;
    border: solid 1px var(--color1);
}
.sidebarBtn .price span.ori_price {
    text-decoration: line-through;
}
.amountNum {
    border: 0;
}
.inquiry_a1, 
.inquiry_a2, 
.inquiry_a3, 
.inquiry_a4 {
    font-size: 15px;
    letter-spacing: 0.2em;
    border-radius: 0;
    margin-top: 5px;
}
.inquiry_a1 {
        background: var(--color2);
}
.inquiry_a2 {
    color: var(--color3);
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 0.4em !important;
    line-height: 28px;
    background: var(--color1);
}
.inquiry_a3 {
    background: #6c3c01;
}
.toShare {
    border-top: solid 1px #787878;
    border: 0;
}

/* 商品資訊&相關推薦 */
.inquiry_a1:hover, 
.inquiry_a2:hover, 
.inquiry_a3:hover,
.inquiry_a4:hover {
    letter-spacing: 0.3em;
}
.inquiry_a1:hover {
    background: var(--color2);
}
.inquiry_a2:hover {
    background: var(--color1);
}
.inquiry_a3:hover {
    background: #6c3c01;
}
.pd_tabTitle li.activeTab {
    border: 0;
}
.pd_tabTitle li.activeTab a {
    font-weight: 600;
    color: var(--color1);
    letter-spacing: 0.2em;
}
.pd_tabTitle li.activeTab::after {
    height: 2px;
    background: var(--color1);
}

.prod_related * {
    transition: all ease-in .3s;
}
.prod_related {
    background: rgb(52 52 52 / 20%);
    padding: 50px 15px 25px 15px;
}
.prod_related h6 {
    margin: 0 auto 30px;
}
.prod_related h6 span:before {
    font-weight: 500;
    color: var(--color2);
}
.related_list {
    max-width: 1500px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.related_list li a {
    position: relative;
    background: transparent;
}
.related_list li a:before,
.related_list li a:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.related_list li a::before {
    content: 'VIEW MORE';
    font-size: 14px;
    color: var(--color1);
    z-index: 1;
}
.related_list li a:after {
    content: '';
    width: 135px;
    height: 0;
    background: var(--color2);
}
.related_list li a p {
    font-size: 16px;
    color: var(--color1);
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 15px;
}
.lastPage {
    position: relative;
    letter-spacing: 0.3em;
    background: transparent;
}
.lastPage::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    width: 30px;
    transform: translateY(-50%);
    background: url(https://pic03.eapple.com.tw/yiheforging/back_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 40 / 22;
}

/* .product_info_page - hover */
.related_list li a,
.related_list li a:hover,
.related_list li a::before,
.related_list li a:hover::before,
.related_list li a::after,
.related_list li a:hover::after,
.lastPage,
.lastPage:hover {
    transition: var(--trans);
}
.related_list li a:hover::before,
.related_list li a:hover::after {
    opacity: 1;
}
.related_list li a:hover::after {
    height: 40px;
}
.related_list li a:hover figure,
.related_list li a:hover p {
    filter: blur(2px);
}
.lastPage:hover {
    opacity: .7;
}

/* ------結帳頁面------ */
/* step01 */
.shopping-cart .cart_content .row {
    border-bottom: 1px solid #494949;
}
.shopping-cart .cart_head .cell.product_name {
    padding-left: 15px;
}
.shopping-cart .cell.product_name a {
    color: var(--color1);
}
.total_amount ul {
    color: var(--color2);
    border: 0;
}
.total_amount ul:after {
    display: none;
}
.rewrite_simple, 
.send_simple {
    font-size: 14px;
    letter-spacing: 0.15em;
    border-radius: 0;
}
.rewrite_simple {
    background: #6c3c01 url(../images/simple_left.png) 10% center no-repeat;
}
.send_simple {
    background: var(--color2) url(../images/simple_right.png) 88% center no-repeat;
}

/* step02 */
.formbox_form, 
.form label.Bigcheck, 
.form label,
.captcha_img {
    color: var(--color1);
}
.separate_title {
    color: var(--color1);
    font-weight: 500;
    background: #1e1e1e;
    padding: 10px 0 10px 15px;
}
.separate_title .red {
    font-size: 12px;
    color: var(--color1);
    margin-right: 5px;
}
.total_amount li:last-child {
    color: var(--color2);
    border: solid 1px var(--color2);
    padding: 4px 8px;
}
.declaration {
    background: #674b2b;
}

/* 訂單成立 */
.pay_text a.animated-arrow:nth-child(1) {
    background: #48AE4F;
}
.pay_text a.animated-arrow:nth-child(2) {
    background: #333333;
}
.order_list_tit b {
    color: var(--color1);
    font-size: 26px;
    font-weight: 500;
}
.order_list_tit span {
    display: block;
    color: var(--color1);
    border: 0;
}
.payer {
    background: transparent;
}
.order_list_pro tr:first-child {
    background: #333;
}
.order_list_pro tr:first-child td {
    color: #fff;
}
.order_list_tab {
    margin-bottom: 0;
}
.order_list_tab td {
    color: var(--color1);
    border-top: 0;
    border-bottom: 1px solid #494949;
}
.order_list_tab td:nth-child(1) {
    color: var(--color1);
    font-weight: 500;
    background: #606060;
}
.order_list_tab.payer td:nth-child(1) {
    border-right: 0;
}
/* 訂單成立 - 購物清單 */
.order_list_head p {
    color: var(--color1);
}
.last_box_money p, 
.last_box_money em {
    color: var(--color2);
}

/* 匯款通知 */
.border200 {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #494949;
}
.longer {
    border: 1px solid #494949;
}
.border200:focus {
    outline: none;
}

/* ------結帳頁面-hover------ */
.rewrite_simple,
.rewrite_simple:hover, 
.send_simple,
.send_simple:hover,
.orderFinish_data .animated-arrow,
.orderFinish_data .animated-arrow:hover {
    transition: var(--trans);
}
.rewrite_simple:hover, 
.send_simple:hover {
    opacity: .7;
}
.orderFinish_data .animated-arrow:hover {
    opacity: .7;
}


@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_page .product-layer-two,
    .product_page .products-list {
        width: 100%; 
        border-right: none;
    }
    .product_page .product_menu_list {
        width: 100%; 
        order: 0; 
        min-height: unset;
    }
    .product_page .product_menu_list:before {
        display: none;
    }
    .product_page .product_menu_list>h5{
        display: block;
    }
    .product-layer-two { 
        margin-right: 0; 
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); 
        grid-gap: 5px;
    }

    /* .product_page頁面物件順序設定 */
    .product_page .show_content > a { 
        order: 1;
    }
    .product_page ul.products-list { 
        order: 2;
    }
    .product_page ul.page { 
        order: 3;
    }

    /* .product_page */
    .product_page .product_menu_list {
        background: transparent;
        padding: 5px 15px;
    }
    .product_page .product_menu_list > h5 {
        font-size: 1.2em;
        font-weight: 500;
        color: var(--color2);
        letter-spacing: .15em;
        line-height: 240%;
        border-bottom: solid 1px var(--color2);
        margin: 0;
    }
    .product_menu_list a.pd_menu_toggle {
        color: var(--color2);
    }

    /* .product_info_page */
    .mobile_product_name {
        display: none;
    }
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 480px) {
    .product_info_page .main_part {
        padding: 10px 10px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 相簿管理 */

/* 00---共用 */
.album_page .main_part,
.album_class_page  .main_part {
    max-width: 1000px;
}
.album_info_page .main_part {
    max-width: 1400px;
}
.album_page .show_content,
.album_class_page .show_content,
.album_info_page .show_content {
    padding: 0px;
}
.show-list {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 14px 8px;
}
.overlay {
    display: none;
}
.show-list .show_pic {
    aspect-ratio: 1/1;
}
.show-list .show_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 0;
    font-weight: 500;
    opacity: 0;
}
.subalbum-menu h2 {
    display: none;
}

/* 相簿分類 */
.album_fixed_title {
    width: 100%;
    color: #fff;
    background: transparent;
}
.album_fixed_title:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: calc(100% - 100px);
    height: 1px;
    background: #494949;
}
.album_fixed_title i {
    display: none;
}
.other_album_choice li {
    background: var(--color2);
    border-radius: 0;
    padding: 12px 0;
}
.other_album_choice li a {
    padding: 12px 20px;
}
.other_album_choice li a i.fa-solid.fa-right-from-bracket {
    transform: rotate(-45deg);
    margin-right: 0;
}
.fa-right-from-bracket::before {
    content: "\f061";
}
.other_album_choice li a:hover i.fa-solid.fa-right-from-bracket {
    transform: rotate(-45deg) translate(7px, 3px);
    margin: 0 0 0 10px;
}

/* 01---.album_page */

/* .album_page - hover */
.show-list .item a * {
    transition: all 0.6s ease;
}
.show-list .item a:hover img {
    filter: blur(2px) brightness(80%) grayscale(.3);
}
.show-list .item a:hover .show_name {
    height: 26px;
    color: #fff;
    opacity: 1;
}

/* 02---.album_class_page */
.other_subalbum li {
    background: transparent;
}
.other_subalbum li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 0;
    color: #fff;
    font-family: var(--Mainfont);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-top: 5px;
    opacity: 0;
}

/* .album_class_page - hover */
.other_subalbum li a * {
    transition: all 0.6s ease;
}
.other_subalbum li a:hover p {
    height: 26px;
    color: #fff;
    opacity: 1;
}

/* 03---.album_info_page */
.album_descrip {
    color: #fff;
    line-height: 180%;
}
.pic-list {
    display: block;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 8px;
    column-count: 3;
    column-gap: 8px;
    width: 100%;
    margin: 0 auto;
}
.pic-list .item {
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}
.pic-list .item a {
    display: block;
    margin: 0 auto;
}
.pic-list .show_pic {
    height: auto;
    padding: 0;
    aspect-ratio: auto;
}
.pic-list .item h6 {
    font-weight: 500;
    color: #ffffff;
}

/* .album_class_page - hover */
.pic-list .item a * {
    transition: all 0.6s ease;
}
.pic-list .item a:hover img {
    filter: blur(2px) grayscale(.3);
}

@media screen and (max-width: 768px) {
    .show-list .show_name 
    .other_subalbum li a p {
        opacity: 1;
    }    
    .pic-list {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width: 400px) {
    .pic-list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 文章管理 */

/* 首頁文章 */
.module_i_news {
    background: rgb(52 52 52 / 20%);
    padding: 100px 20px;
}
.module_i_news section {
    display: grid;
    grid-template-columns: 360px 1fr;
    max-width: 1500px;
}
.module_i_news .title_i_box {
    width: fit-content;
    text-align: left;
    margin-left: 0;
}
.module_i_news .title_i_box h4 {
    font-size: var(--f20);
    color: var(--color2);
    letter-spacing: 0.1em;
}
.module_i_news .title_i_box h4::before {
    content: '';
    display: block;
    width: 180px;
    height: 4px;
    background-image: url(https://pic03.eapple.com.tw/yiheforging/title_line.svg);
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.module_i_news .title_i_box h4:after {
    content: 'NEWS';
    display: block;
    font-size: var(--f30);
    color: rgb(203 163 115 / 40%);
}
.module_i_news_list {
    padding: 0 0 50px;
}
.module_i_news ul {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}
.module_i_news li {
    border-bottom: 1px solid #494949;
    padding-bottom: 30px;
}
.module_i_news li a {
    align-items: center;
    grid-template-columns: 360px 1fr;
    grid-gap: 80px;
}
.module_i_news li a:before,
.module_i_news li a:after {
    top: 50%;
    bottom: unset;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.module_i_news li a:before {
    font-size: 14px;
    color: var(--color1);
}
.module_i_news li a:after {
    top: 50%;
    bottom: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 135px;
    height: 0;
    background: var(--color2);
    border: 0;
}
.i_blog_le {
    aspect-ratio: 4 / 3;
}
.i_blog_ri h5 {
    color: var(--color1);
    font-weight: 400;
}
.i_blog_ri p {
    color: var(--color1);
    line-height: 1.6;
}
.i_blog_b {
    grid-column: 1 / span 2;
    margin-right: 0;
}
.pageIndex .animated-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    background: transparent;
    border-bottom: solid 1px var(--color1);
    padding: 0 20px 0 80px;
}
.i_blog_b a i.fa-solid.fa-arrow-right {
    transform: rotate(-45deg);
    font-size: 20px;
    margin-right: 0;
}

/* 首頁文章 - hover */
.module_i_news li a:hover::after {
    height: 40px;
}
.module_i_news li a:hover .i_blog_le,
.module_i_news li a:hover .i_blog_ri {
    filter: blur(2px);
}
.pageIndex .animated-arrow:hover {
    color: var(--color2);
    border-bottom: solid 1px var(--color2);
}
.i_blog_b a:hover i.fa-solid.fa-arrow-right {
    color: var(--color2);
    transform: rotate(-45deg) translate(7px, 3px);
}

@media screen and (max-width: 1100px) {
    .module_i_news section {
        display: flex;
        flex-direction: column;
    }
    .module_i_news .title_i_box {
        margin: 0 0 50px;
    }
}

@media screen and (max-width: 768px) {
    .module_i_news li a {
        grid-template-columns: 240px 1fr;
        grid-gap: 40px;
    }
}

@media screen and (max-width: 560px) {
    .module_i_news li a {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}


/* ----blog_page---- */
.blog_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

/* 文章分類 */
h5.blog_le_t {
    display: none;
}
.blog_search input[type=search] {
    border: 0;
    border-radius: 0;
}
.blog_search input[type=submit] {
    background: url(https://pic03.eapple.com.tw/yiheforging/article_search.svg) no-repeat center center;
}
.blog_le {
    width: 300px;
}
.blog_le .accordion {
    border: 0;
}
.accordion li+li .link {
    border-top: solid 1px rgb(203 163 115 / 30%);
}
.accordion li .link a,
.submenu a {
    font-weight: 600;
    letter-spacing: .05em;
}
.accordion li .link a {
    width: calc(100% - 25px);
    color: var(--color2);
}
.blog_le .accordion li .link i {
    color: var(--color2);
}
.blog_le .accordion li.open .link i {
    color: var(--color2);
}
.submenu {
    background: transparent;
    margin-bottom: 15px;
}
.submenu li+li {
    border-top: 0;
}
.submenu a {
    color: #947148;
}
.submenu a i {
    display: none;
}


/* 文章分類 - hover */
.blog_le .accordion > li.on_this_category {
    color: var(--color2) !important;
    background: transparent !important;
} /* 當前分類 */
.blog_le .accordion > li:hover {
    color: var(--color2);
    background: transparent !important;
} /* 點擊分類 */
.blog_le .accordion > li:hover .link {
    color: var(--color2) !important;
} /* 當前分類 */
.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a {
    color: var(--color2) !important;
}
.blog_le .accordion > li.on_this_category .link i {
    color: var(--color2) !important;
} /* 當前分類 */
.blog_le .accordion > li:hover .link i {
    color: var(--color2) !important;
} /* 點擊分類 */
.submenu a:hover {
    color: var(--color2);
    background: transparent;
    padding-left: 30px;
} /*點擊子分類 */
.submenu li.on_this_category a {
    color: var(--color2);
    background: rgb(203 163 115 / 20%);
}

/* 文章列表 */
.blog_ri {
    width: calc(100% - 400px);
}
.blog_page h4.blog_category_title {
    display: none;
}
.blog_subbox {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}
.subbox_item {
    border-bottom: 1px solid #494949;
    padding-bottom: 30px;
}
.subbox_item a {
    align-items: center;
    grid-template-columns: 360px 1fr;
    grid-gap: 80px;
}
.subbox_item a:before,
.subbox_item a:after {
    top: 50%;
    bottom: unset;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.subbox_item a:before {
    font-size: 14px;
    color: var(--color1);
}
.subbox_item a:after {
    top: 50%;
    bottom: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 135px;
    height: 0;
    background: var(--color2);
    border: 0;
}
.blog_list_le {
    aspect-ratio: 4 / 3;
}
.blog_list_ri h5 {
    color: var(--color1);
    font-weight: 400;
}
.blog_list_ri p {
    color: var(--color1);
    line-height: 1.6;
}

/* hover */
.fa-chevron-down::before,
.blog_le .accordion li.open i.fa-chevron-down::before {
    transition: all .3s;
}
.blog_le .accordion li.open i.fa-chevron-down::before {
    content: "\f078";
    transform: rotate(-180deg);
}
.subbox_item a:hover::after {
    height: 40px;
}
.subbox_item a:hover .blog_list_le,
.subbox_item a:hover .blog_list_ri {
    filter: blur(2px);
}

/* ----blog_in_page---- */
h4.blog_category_title {
    font-size: 24px;
    font-weight: 500;
    color: var(--color1);
}
.blog_shareData {
    flex-direction: row;
}
.blog_back {
    max-width: 400px;
    margin: 4% auto 2% auto;
}
.blog_back a.article_btn_back {
    background: transparent;
}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    color: #a1a1a1;
    background: transparent;
}
.news_related {
    background: rgb(52 52 52 / 50%);
    padding: 50px 15px 25px 15px;
}
.news_related h6 span:before {
    color: var(--color2);
    font-weight: 600;
}
.news_related_list li a {
    position: relative;
    background: transparent;
}
.news_related_list li a:before,
.news_related_list li a:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.news_related_list li a::before {
    content: 'VIEW MORE';
    font-size: 14px;
    color: var(--color1);
    z-index: 1;
}
.news_related_list li a:after {
    content: '';
    width: 135px;
    height: 0;
    background: var(--color2);
}
.news_related_list li a p {
    font-family: var(--Mainfont);
    font-size: 16px;
    font-weight: 500;
    color: var(--color1);
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 15px;
}

/* ----blog_in_page--hover---- */
.news_related_list * {
    transition: all ease-in .3s;
}
.blog_back a,
.blog_back a:hover,
.news_related_list li a::before,
.news_related_list li a:hover::before,
.news_related_list li a::after,
.news_related_list li a:hover::after {
    transition: var(--trans);
}
.blog_back a:hover {
    opacity: .7;
}
.news_related_list li a:hover::before,
.news_related_list li a:hover::after {
    opacity: 1;
}
.news_related_list li a:hover::after {
    height: 40px;
}
.news_related_list li a:hover figure,
.news_related_list li a:hover p {
    filter: blur(2px);
}

/* .article_b */
.article_b .articel_mainPic {
    display: none;
}

@media screen and (max-width: 1200px) {
    .blog_le {
        width: 220px;
    }    
    .blog_ri {
        width: calc(100% - 260px);
    }    
    .subbox_item a {
        grid-template-columns: 240px 1fr;
        grid-gap: 40px;
    }
}

@media screen and (max-width: 768px) {
    .blog_search input[type=search] {
        -webkit-appearance: none;
    }
    .blog_box {
        flex-direction: column;
    }    
    .blog_le, .blog_ri {
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .subbox_item a {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .blog_list_ri h5 {
        font-size: 18px;
    }
}

/* = = = 聯絡我們 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.contact_content {
    padding: 0;
}
.blank_letter {
    color: var(--color2);
}
.blank_letter::before {
    content: '';
    display: block;
    width: 180px;
    height: 4px;
    background-image: url(https://pic03.eapple.com.tw/yiheforging/title_line.svg);
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.blank_letter:after {
    display: block;
    font-size: var(--f30);
    color: rgb(203 163 115 / 40%);
}

/* 左-聯絡資訊 */
.contact_content .information_left {
    display: none;
}
.list_before {
    color: var(--color1);
}

/* 右-表單 */
.contact_content .information_right {
    width: 100%;
    padding: 0;
}
.blank_letter.f:after {
    content: 'FORM';
}
.contact_form {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 80px;
    color: var(--color1);
}
.contact_form li {
    grid-gap: 30px;
}
.contact_form li .form__label {
    text-align: left;
}
.red {
    color: var(--color2);
}
.note {
    color: var(--color1);
    background: var(--color2);
    padding: 3px 5px 3px 1px;
    margin: 0 0 0 15px;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-gap: 7px;
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(100%, 1fr));
}
.contact_form li input.noborder {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #7e7e7e;
}
.noborder:focus {
    outline: none;
}
.contact_form li.last blockquote input {
    padding: 7px 30px;
}
.contact_form li.last cite input {
    padding: 7px 35px;
}
/* 送出按鈕 */
.contact_form li.last {
    grid-column: 1 / span 2;
    margin: 30px auto 0;
}
.contact_form li.last blockquote, 
.contact_form li.last cite {
    width: 180px;
    background: transparent;
    border: 0;
    border-bottom: solid 1px var(--color1);
}
.contact_form li.last blockquote {
    color: var(--color1);
}
cite i.fa-solid.fa-arrow-right {
    transform: rotate(-45deg);
    font-size: 18px;
}

/* hover */
.contact_form li.last blockquote:hover, 
.contact_form li.last cite:hover {
    border-bottom: solid 1px var(--color2);
}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {
    color: var(--color2);
    letter-spacing: 2px;
}
.contact_form li.last cite:hover i.fa-solid.fa-arrow-right {
    color: var(--color2);
    transform: rotate(-45deg) translate(7px, 3px);
    margin: 0;
}

@media screen and (max-width: 768px) {
    .contact_content .information_right {
        padding: 10px;
    }
    .contact_form {
        display: flex;
        grid-gap: 30px 0;
        flex-direction: column;
    }
    .contact_form li input.noborder {
        border-radius: 0;
    }
}

@media screen and (max-width: 600px) {
    .contact_form {
        grid-gap: 15px 0;
    }
    .contact_form li {
        grid-gap: 10px;
    }
    .contact_form li .form__label {
        font-weight: normal;
        background: transparent;
        padding: 0;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* TOP按鈕 */
#to_top {
    font-family: var(--Mainfont);
    font-size: 14px;
    color: transparent;
    background: transparent;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    transition: all .3s;
}
#to_top::before {
    content: 'TOP';
    position: absolute;
    color: var(--color2);
    writing-mode: vertical-rl;
}
#to_top::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px !important;
    height: 150px !important;
    background: url(https://pic03.eapple.com.tw/yiheforging/totop_01.svg) center top;
    background-repeat: no-repeat;
    transform: unset;
}

#to_top i.top {
    width: 15px;
    height: 15px;
}
#to_top i.top:before, 
#to_top i.top:after {
    height: 10px;
    background: var(--color1);
    display: none;
}
#to_top i:before {
    transform: rotate(-45deg);
}
#to_top i:after {
    transform: rotate(45deg);
}
#to_top:hover {
    opacity: .5;
    transition: all .3s;
}

/* 手機版置底按鈕 */
/* #bottom_menu li a {
    color: #fff;
}
#bottom_menu li:nth-of-type(1) {
    background: #4D4D4D;
}
#bottom_menu li:nth-of-type(1) a {
    color: #fff;
}
#bottom_menu li:nth-of-type(2) {
    background: #90A183;
}
#bottom_menu li:nth-of-type(3) {
    background: #99C681;
} */


 /* 開啟手機板下方按鈕所需設定 */
@media screen and (max-width: 1200px) {
    #to_top::after {
        height: 120px !important;
    }
}

@media screen and (max-width: 980px) {
    #to_top::after {
        height: 100px !important;
    }
}

@media screen and (max-width: 768px) {
    #to_top { 
        left: 0;
        bottom:65px;
    }
    #to_top::before {
        bottom: 0;
        font-size: 12px;
    }
    #to_top::after {
        width: 21px !important;
        height: 66px !important;
        background: url(https://pic03.eapple.com.tw/yiheforging/totop_02.svg) center top;
    }
    .footer.with_shopping_mode { 
        padding:30px 0 70px; 
    }
    #bottom_menu {
        display: none;
        background: #1c1c1c;
    }
    #bottom_menu li:nth-child(1) {
        background: ;
    }
    #bottom_menu li:nth-child(2) {
        background: ;
    }
    #bottom_menu li:nth-child(3) {
        background: ;
    }
    #bottom_menu li a {
        color: #fff;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*--------內頁BANNER 設定----------*/

.banner {
    position: relative;
    justify-content: flex-start;
    height: 50vw;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.banner:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 50%);
    z-index: -1;
}
.banner h5 {
    font-family: var(--Mainfont);
    font-size: 26px;
    font-weight: 400;
    color: var(--color1);
    text-align: left;
    letter-spacing: 0.15em;
    font-size-adjust: cap-height 0.7;
    margin: 5% 0 0 13%;
}
.banner h5:after {
    content: "";
    display: block;
    position: relative;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: .5;
}

/*促銷方案*/
.banner.banA {}
.banner.banB {}

/*聯絡我們*/
.banner.banC {
    background-image: url(https://pic03.eapple.com.tw/yiheforging/banC.jpg);
}
.banner.banC h5::after {
    content: 'CONTACT';
}

/* 匯款通知 */
.banner.banD {}
.banner.banD h5::after {
    content: 'Remittance Advice';
}

/*相簿管理/作品展示*/
.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/yiheforging/banE.jpg);
}
.banner.banE h5::after {
    content: 'works';
}

/*商品展示*/
.product_page .banner.banF,
.product_info_page .banner.banF {
    background-image: url(https://pic03.eapple.com.tw/yiheforging/banF_01.jpg);  
}
.product_page .banner.banF h5::after,
.product_info_page .banner.banF h5::after {
    content: 'Ironware';
}
.car_page .banner.banF h5::after {
    content: 'SHOPPING CART';
}
.order_finish_page .banner.banF h5::after {
    content: 'ORDER';
}

/*影片管理*/
.video_page .banner.banF {
    background-image: url(https://pic03.eapple.com.tw/yiheforging/banF_02.jpg);
}
.video_page .banner.banF h5::after {
    content: 'videos';
}

/*文章管理*/
.article_a .banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/yiheforging/banblog_a.jpg);
}
.article_a .banner.banblog h5::after {
    content: 'NEWS';
}
.article_b .banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/yiheforging/banblog_b.jpg);
}
.article_b .banner.banblog h5::after {
    content: 'Window and Door Series';
}

@media screen and (max-width: 1024px) {
    .banner h5 {
        font-size: 24px;
    }
    .banner h5:after {
        font-size: 32px;
    }
}

@media screen and (max-width: 600px) {
    .banner h5 {
        font-size: 20px;
        margin: 0 5%;
    }
    .banner h5:after {
        font-size: 26px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 400px) {
    .banner h5 {
        font-size: 18px;
    }
    .banner h5:after {
        font-size: 22px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 影片管理 */
.video_menu_list {
    width: 300px;
}
.video_menu_list>h5 {
    font-size: 1.2em;
    font-weight: 500;
    color: var(--color2);
    letter-spacing: .15em;
    line-height: 240%;
    border-bottom: solid 1px var(--color2);
}
.video_menu_list a.vd_menu_toggle {
    color: var(--color2);
}
.video-layer-two > li {
    border-bottom: solid 1px rgb(203 163 115 / 30%);
}
.video-layer-two li a {
    font-size: 14px;
    color: var(--color2);
    font-weight: 600;
    letter-spacing: .05em;
    background: transparent;
    border: 0;
}
.video_menu_list+.video-list {
    max-width: calc(100% - 400px);
}
.video-list {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}
.video-list .vidCover {
    border-radius: 0;
}
.video-list .vidCover::after {
    display: none;
}
.video-list .vidTitle, 
.vidDesc {
    color: #fff;
}
.video-list .vidTitle {
    font-weight: 400;
}
.vidDesc {
    line-height: 1.6;
    max-height: 6em; 
}

/* hover */
.video-list .vid_item a * {
    transition: all 0.6s ease;
}
.video-list .vid_item a:hover img,
.video-list .vid_item a:hover .vidTitle,
.video-list .vid_item a:hover .vidDesc {
    filter: blur(2px);
}
.video-list .vid_item a:hover .video-list .vidCover::before {
    filter: unset;
}
.video-list .vid_item a:hover .vidCover img {
    transform: scale(1);
}

@media screen and (max-width: 768px) {
.video_content {
    flex-direction: column;
}
.video-list, 
.video_menu_list, 
.video_menu_list+.video-list {
    max-width: 100%;
}
.video_menu_list {
    width: 100%;
}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* footer切版 */
.footer_set * {
    box-sizing: border-box;
    max-width: 100%;
}
.footer_set {
	max-width:2000px;
    width: 100%;
	margin:auto;
    font-family:'Microsoft JhengHei',serif;
    border: 0;
    text-decoration: none;
    overflow: hidden;
}
.footer_set img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.footer_set ul {
    padding: 0 0;
    margin:0;
}
.footer_set li {
    list-style: none;
}
.footer_set h6,
.footer_set h5,
.footer_set h4,
.footer_set h3,
.footer_set h2 {
    margin: 0;
}
.footer_set u {
    text-decoration: none;
}
.footer_set p {
    margin: 0;
}
.footer_set em,
.footer_set i {
    font-style: normal;
}
.footer_set a {
    text-decoration: none;
}
.footer_set dd,
.footer_set dt {
    margin: 0 0;
}
.fu01{padding:35px 20px;background-color: #000000;}
.fu02{max-width: 1200px;margin:auto;}
.footer_logo{width: 160px;display: block;margin:auto;}
.footer_logo img{width: 100%;}
.fu03{margin-top: 30px;padding-top: 35px;border-top: 1px #fff solid;display: flex;justify-content: space-between;align-items: flex-start;}
.fu04{max-width: 510px;width: 100%;}
.fu04>b{display: block;color:white;font-size: 17px;font-weight: bold;line-height: 120%;letter-spacing: 0.12em;margin-bottom: 30px;}
.fu04 ul{display: grid;grid-template-columns: 0.8fr 1.2fr;}
.fu04 li a{display: block;color:white;font-size: 14px;font-weight: bold;line-height: 220%;letter-spacing: 0.12em;word-break: break-all;}
.fu05>b{display: block;color:white;font-size: 17px;font-weight: bold;line-height: 120%;letter-spacing: 0.12em;margin-bottom: 30px;}
.fu05>span{display: block;color:white;font-size: 14px;font-weight: bold;line-height: 220%;letter-spacing: 0.12em;}
.footer_menu{margin:50px 0 0 0;padding:0;display: flex;justify-content: center;align-items: center;padding-bottom: 30px;border-bottom: 1px #5D5D5D solid;}
.footer_menu>a{display: flex;align-items:center;color:#B5B5B5;font-size: 14px;font-weight: bold;line-height: 120%;letter-spacing: 0.12em;text-indent: 0.12em;padding: 0;margin:0;}
.footer_menu>a+a{margin-left: 45px;}
.footer_menu>a img{margin-left: 10px;}
.fu_copy{position: relative;margin-top: 15px;}
.fu_copy .copy,.fu_copy .copy a{color:#5D5D5D;font-size: 13px;font-weight: 400;line-height: 120%;letter-spacing: 0.12em;text-indent: 0.12em;padding:0;margin:0;}
.fu_copy .copy{text-align: center;}
.info_fix{z-index: 999;}
@media (max-width:1150px) {
    .footer_menu>a+a{margin-left: 20px;}
}
@media (max-width:940px){
    .footer_menu{display: grid;grid-template-columns: repeat(6,1fr);grid-gap: 20px;}
    .footer_menu>a+a{margin-left: 0;}
}
@media (max-width:850px) {
    .fu02{width: fit-content;margin:auto;}
    .fu03{flex-direction: column;width: fit-content;margin: auto;margin-top: 40px;}
    .fu05{margin-top: 40px;}
}
@media (max-width:660px){
    .footer_menu{grid-template-columns: repeat(5,1fr);}
}
@media (max-width:550px){
    .footer_menu{grid-template-columns: repeat(3,1fr);}
    .footer_menu>a:nth-child(n){margin:auto;}
}
@media (max-width:475px) {
    .fu02{width: 100%;}
    .fu04 ul{display: flex;flex-direction: column;align-items: flex-start;}
}
@media (max-width:375px) {
    .footer_menu{grid-template-columns: repeat(2,1fr);}
}








