@charset "utf-8";

/*網站全域設定/＝＝＝＝＝*/

/*反白顏色*/
::-moz-selection{  background-color: #0D2A4A;  color: #fff;}
::selection{  background-color: #0D2A4A;  color: #fff;}
:root {
    --MainColor: #0D2A4A;
    --SubColor:#CFA251;
    --SFont:'Noto Serif TC', serif;
    --SFontEN: "Fredericka the Great", serif;
    --SubColor02:#7995AD;
    --SubColor03:#35597B;
    --SubColor04:#DAC38D;
    --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;
}

&::-webkit-scrollbar {
    background: #181818;
    width: 7px;
}
&::-webkit-scrollbar-button {
    display: none;
    background: #181818;
    border-radius: 0;
}
&::-webkit-scrollbar-track-piece {
    background: #181818;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--SubColor);
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
#content{
    background: linear-gradient(#0d2a4ad4, #0d2a4ac4), repeating-radial-gradient(#35597B 0 0.0001%, #0D2A4A 0 0.0002%) 50% 0 / 2500px 2500px, repeating-conic-gradient(#35597B 0 0.0001%, #0d2a4a 0 0.0002%) 60% 60% / 2500px 2500px;
    background-blend-mode: normal, difference;}
.path{display: none;}
.main_part{    padding: 80px 20px;}
body {
    font-family: var(--SFont);
    color: #fff;
    font-size: var(--f18);
    letter-spacing: 1px;
    line-height: 160%;
}

.page li a, .page li strong {    color: #fff;}
.page strong, .page a:hover {    background: var(--SubColor);}
.page li.activeN {    color: var(--SubColor);}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area {
    background: transparent;
    transition: all 0.5s ease-in-out;
    padding: 0;
}
.header_area.sticky {    background: transparent;}

.main_header_area:after {
    content: " ";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/heinerskewer/footer.jpg);
    width: 100%;
    top: 0;
    left: 0;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    transition: all .5s;
    transition-timing-function: ease-in;
    z-index: -1;
}
.header_area.sticky .main_header_area:after {    height: 140px;}

.main_header_area {    background: linear-gradient(to bottom, #000, #0000);}
.sticky .main_header_area {    background: transparent;}

.navigation {
    grid-template-columns: 160px 1fr;
    align-items: start;
}

.main_header_area .container {
    max-width: 1600px;
    transition: 0.5s;
}
.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: transparent;
    padding: 0;
}

/*上方選單右邊設定 臉書/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;}
.me_tp_features {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 2px;
    transition: all .5s;
}

.me_tp_features a {    color: #fff;}
.shop_search_btn {
    background: var(--SubColor);
    top: 1px;
}

/*浮動*/
.info_fix_links {    display: block !important;}
.linksBtn {    display: none;}
a.info_fix_default.info_fix_mail {    display: none;}


/*電腦LOGO
.nav-brand {}
*/
.nav-header {
    max-width: 111px;
    padding-top: 16px;
    /* grid-row: 1; */
    transition: all .4s;
}
/*手機LOGO
.nav-brand-m {}
*/

/*選單*/
.stellarnav>ul>li {    position: relative;}


.stellarnav > ul > li > a {
    color: var(--SubColor04);
    letter-spacing: 1px;
    padding: 1px 11px;
    transition: all 0.3s;
    font-weight: 900;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    overflow: initial;
}
.stellarnav > ul > li:hover > a{color: var(--SubColor);}
.stellarnav > ul > li > a:not(.dd-toggle):before {
    content: " ";
    position: absolute;
    transition: all 0.3s;
    display: block;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    background-size: contain;
    height: 45px;
    background-position: center;
}
.stellarnav > ul > li:hover > a:not(.dd-toggle):before{
    animation: bake_cookies 2s infinite;
        transform-origin: center bottom;
        transform-box: fill-box;
    }
.stellarnav > ul > li:nth-of-type(1)>a:not(.dd-toggle):before {    background: url(https://pic03.eapple.com.tw/heinerskewer/hn_icon01.svg) no-repeat center; background-size: contain;}
.stellarnav > ul > li:nth-of-type(2)>a:not(.dd-toggle):before {    background: url(https://pic03.eapple.com.tw/heinerskewer/hn_icon02.svg) no-repeat center;background-size: contain;}
.stellarnav > ul > li:nth-of-type(3)>a:not(.dd-toggle):before {    background: url(https://pic03.eapple.com.tw/heinerskewer/hn_icon03.svg) no-repeat center; background-size: contain;}
.stellarnav > ul > li:nth-of-type(4)>a:not(.dd-toggle):before {    background: url(https://pic03.eapple.com.tw/heinerskewer/hn_icon04.svg)  no-repeat center; background-size: contain;}
.stellarnav > ul > li:nth-of-type(5)>a:not(.dd-toggle):before {    background: url(https://pic03.eapple.com.tw/heinerskewer/hn_icon05.svg) no-repeat center; background-size: contain; }
.stellarnav > ul > li:nth-of-type(6)>a:not(.dd-toggle):before{    background: url(https://pic03.eapple.com.tw/heinerskewer/hn_icon06-01.svg) no-repeat center; background-size: contain; }
.stellarnav > ul > li:nth-of-type(7)>a:not(.dd-toggle):before {    background: url(https://pic03.eapple.com.tw/heinerskewer/hn_icon07.svg) no-repeat center; background-size: contain; }
.stellarnav > ul > li:nth-of-type(8)>a:not(.dd-toggle):before{    background: url(https://pic03.eapple.com.tw/heinerskewer/hn_icon08.svg) no-repeat center; background-size: contain; }

@keyframes bake_cookies {
    40% {
        transform: translate(-50%, 5%) rotate(5deg);
    }
    50% {
        transform: translate(-50%, 5%) rotate(-6deg);
    }
    70% {
        transform: translate(-50%, 5%) rotate(-10deg);
    }
    90% {
        transform: translate(-50%, 5%) rotate(-6deg);
    }
    
    100% {
        transform: translate(-50%, 5%) rotate(5deg);
    }
}

.stellarnav ul ul {    background: #0d2a4ae6;}
.stellarnav li li {    border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    transition: all 0.3s;
    border-bottom: 1px solid #7995ad9e;
    color: var(--SubColor04);
    font-size: var(--f16);
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff;	padding-left:10px;background:var(--SubColor) ;}
.stellarnav li li.has-sub > a:after {    border-left: 6px solid  var(--SubColor04);}
.stellarnav li.has-sub > a:after {
    border-top: 6px solid var(--SubColor04);
    top: 87%;
}

/* 商品下拉超過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個--結束 */

/*fooer*/
.footer {
    padding-top: 60px;
    background-image: url(https://pic03.eapple.com.tw/heinerskewer/footer.jpg);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.footer_logo {    max-width: 180px;}

.footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: -21px;
    height: 130px;
    width: 100%;
    background: url(https://pic03.eapple.com.tw/heinerskewer/footer_ban.png) repeat-x;
    -webkit-animation: wave01 60s linear infinite forwards;
    animation: wave01 60s linear infinite forwards;
    -webkit-animation: scroll_right 45s steps(15000) infinite alternate;
    animation: scroll_right 45s steps(15000) infinite alternate;
    animation-direction: normal;
}
.footer::after{
    content: "";
    position: absolute;
    left: 0;
    top: -28px;
    height: 25px;
    width: 100%;
    background: url(https://pic03.eapple.com.tw/heinerskewer/footer_line.png) repeat-x;
    -webkit-animation: scroll_right 75s steps(15000) infinite alternate;
    animation: scroll_right 65s steps(15000) infinite alternate;
    animation-direction: normal;
    z-index: -1;
}

@-webkit-keyframes scroll_right { from { background-position:0px;} to { background-position:3000px;}} 
@keyframes scroll_right { from { background-position:0px;} to { background-position:3000px;}}


.footer_info {
    padding-right: 0;
    grid-template-columns: 200px 1fr 280px;
    max-width: 1500px;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 20px;
}

.footer_info ul {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    align-items: baseline;
    width: 100%;
    max-width: 900px;
    margin: 0 0 0 auto;
    padding-top: 15px;
} 
.footer_info li {
    padding: 0;
}
.footer_info li p, .footer_info li p a {
    color: var(--SubColor04);
    font-size: 15px;
    font-weight: 500;
    line-height: 190%;
    letter-spacing: 1px;
}
.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 5px;
    border: none;
    background: transparent;
    width: fit-content;
    transition: all 0.3s;
    font-size: 15px;
    color: var(--SubColor04);
    font-weight: 500;
}
.footer_menu a:hover {
    background: transparent;
    color: var(--SubColor);
}
.footer_menu a:first-child {
    display: none;
}

.box_link {
    display: flex;
    flex-direction: row;
    max-width: 240px;
    width: 100%;
    justify-content: flex-start;
    padding: 0;
    margin: 0 auto;
    position: relative;
    order: 3;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 15px;
}
.box_link a {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: var(--SubColor04);
    justify-content: center;
    border-color: var(--SubColor04);
}

.footer_info li:before, .box_link:before {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    color: var(--SubColor);
}

.box_link:before {    content: "CONTACT";}
.footer_info li:nth-child(1):before {    content: "INFORMATION";}
.footer_info li:nth-child(2):before {    content: "RELATED LINK";}

.copy a {    color: #fff;}
.copy {
    padding: 10px 20px;
    background: var(--SubColor);
    border: none;
    color: #fff;
}

#to_top {
    background: #cfa251d1;
    padding: 5px;
    -webkit-backdrop-filter: saturate(180%) blur(11px);
    backdrop-filter: saturate(180%) blur(11px);
    left: 15px;
    border: 1px solid #cfa251;
    color: #fff;
    width: 60px;
    height: 60px;
    bottom: 50px;
}

#to_top i.top:before, #to_top i.top:after {
    top: 23%;
    background: #fff;
}
#to_top {
    -webkit-animation: topmoveTop 3000ms infinite;
    animation: topmoveTop 3000ms infinite;
}

@keyframes topmoveTop {from{transform:translateY(20px);}55%{transform:translateY(0px);}60%{transform:translateY(10px);}70%{transform:translateY(0px);}to{transform:translateY(20px);}}
@-webkit-keyframes topmoveTop {from{transform:translateY(20px);}55%{transform:translateY(0px);}60%{transform:translateY(10px);}70%{transform:translateY(0px);}to{transform:translateY(20px);}}
.topmoveTop {/* -webkit-animation: topmoveTop 3000ms infinite; */animation: topmoveTop 3000ms infinite;}



/*聯絡我們*/
.contact_editbox {    padding: 0;}
.contact_content {
    width: 100%;
    padding: 0;
    padding-top: 50px;
    background: url(https://pic03.eapple.com.tw/heinerskewer/04contact-bg.jpg);
    margin-top: -5px;
}
.contact_content .information_left {
    width: 100%;
    padding: 0;
    display: none;
}
.contact_content .information_right {
    margin: 0 auto;
    padding: 0 0 100px;
    display: block;
    width: 100%;
    max-width: 1200px;
}
.blank_letter {
    font-size: 40px;
    font-family: var(--SFont);
    color: var(--MainColor);
    text-align: center;
    position: relative;
    background: url(https://pic03.eapple.com.tw/heinerskewer/04con_ibg.png) no-repeat;
    width: 100%;
    background-size: contain;
    height: 80px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: 0;
    padding-left: 18px;
    letter-spacing: 15px;
}
.note {
    font-size: 13px;
    text-align: right;
    bottom: 0;
    position: absolute;
    right: 0;
    letter-spacing: 0;
}

.list_before.info li {    color: #fff;}

/*聯絡-表單*/
.contact_page .contact_form {   
    display: grid;    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.contact_page .contact_form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    text-align: left;
}
.contact_form li {
    display: block;
    grid-column: auto / span 1;
}
.contact_form li .form__label {
    color: #fff;
    text-align: left;
}
.contact_form li:nth-of-type(9){
    grid-column: auto / span 2;
}
.contact_form li:nth-of-type(9) .form__label {
    max-width: 100%;
    text-align: left;
    padding-bottom: 10px;
}
.contact_form li.last input {    color: #fff;}

/*按鈕*/
.contact_form li.last blockquote, .contact_form li.last cite {
    border-color: var(--SubColor);
}
.contact_form li.last cite {
    background: var(--SubColor);
}
.contact_form li.last input {
    color: #fff;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part{
    max-width: 1500px;
    padding: 80px 20px;
}
.product_info_page .main_part{    padding: 80px 20px;}
/* .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 #cfa25152; */
    /* 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 .pic img {    transition: .5s;    transform: scale(1);}
.products-list a:hover .pic img {    transform: scale(1.05);}

.product-layer-two > li > a {
    border-bottom: 1px dotted #ccc;
    padding-left: 25px;
}
.product-layer-two li.active a {
    font-weight: bold;
    border: 1px #cfa251 solid;
    background: #cfa251;
}
.product-layer-two li.active li a {    color: var(--SubColor);}

.product-layer-two li li {    background: transparent;}

.product-layer-two li li a {
    padding: 5px 10px;
    background: transparent;
    color: #fff;
    padding-left: 24px;
}
.product-layer-two li li:hover > a {
    background: var(--SubColor);
    color: #fff;
}
.product-layer-two li li.active a {
    background: var(--SubColor);
    color: #fff;
}
.product-layer-two li li > a:before{display: none;}


/*顏色*/
.products-list .more {    border: 1px solid var(--SubColor);    color: var(--SubColor);}
.products-list .item a:hover .more {    background: var(--SubColor);}
.product-layer-two li a {
    background: transparent;
    border: none;
    color: #fff;
    border-bottom: 1px dotted #cfa25152;
}
.products-list .name {
    color: #fff;
    text-align: center;
    transition: .5s;
}

.products-list .price {    text-align: center;}
.products-list .price b {    color: var(--SubColor);}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
.pd_tabTitle li.activeTab a {
    color: var(--SubColor);
    font-size: var(--f20);
    font-weight: 600;
}
.pd_tabTitle li.activeTab::after {
    height: 1px;
    background: var(--SubColor02);
}

/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: var(--SubColor);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: var(--SubColor);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--SubColor);}
.lastPage {    background: var(--SubColor);}

/*商品側邊規格*/
.sidebarBtn {
    background: transparent;
    border: none;
}
.sidebarBtn h2 {    color: var(--SubColor);}
.product_info li span {    color: var(--SubColor04);}
.product_info li .txt_box {    color: #fff;    width: 100%;}
.sidebarBtn .price {    border-bottom: 1px solid var(--SubColor04);}
.sidebarBtn .price span {    color: #fff;}
.toShare {    border-top:  1px solid var(--SubColor04);}
.mobile_product_name{font-size: var(--f24);}
.radio-inline__label {
    color: #fff;
}

/*相關推薦*/
.prod_related {    background: var(--MainColor);    padding: 80px 15px;}
.prod_related h6 span:before {    font-size: var(--f28);    color: var(--SubColor04);}
.related_list li a {    background: #cfa251b0;}
.related_list li a p {    color: #fff;}


/*購物車流程*/
.shopping-cart .cell.product_name p {    color: #fff;}
.shopping-cart .cart_head {    background: var(--SubColor);}
.total_amount li {    color: #fff;}
.rewrite_simple {    background: #35597b url(../images/simple_left.png) 10% center no-repeat;}
.send_simple {    background: var(--SubColor) url(../images/simple_right.png) 88% center no-repeat;}
.formbox_form li .form__label {    color: #fff;}

.form label.Bigcheck {    color: #fff;}/*同訂購物*/
.form label {    color: #fff;}/*性別*/
.declaration {    background: #35597b;}
input[type="text"] {    color: #000;}

/*匯款資訊*/
.car_page .information_left {    display: block;}
body.car_page .footer_info li p:before{    position: initial;    display: inline;}

body.car_page.bodyDesktop.headerSticky .blank_letter {
    color: var(--SubColor);
    background: none;
    letter-spacing: 2px;
    justify-content: flex-start;
    padding-left: 0;
}
ul.list_before.account {    color: #fff;}


@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; color: var(--SubColor);}

.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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main {
    margin: 0;
    /*padding-top: 90px;*/
    background: linear-gradient(#0d2a4ad4, #0d2a4ac4), repeating-radial-gradient(#35597B 0 0.0001%, #0D2A4A 0 0.0002%) 50% 0 / 2500px 2500px, repeating-conic-gradient(#35597B 0 0.0001%, #0d2a4a 0 0.0002%) 60% 60% / 2500px 2500px;
    background-blend-mode: normal, difference;
}
.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;position: static;    height: auto;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0px;
    background: url(https://pic03.eapple.com.tw/heinerskewer/ban.jpg) no-repeat center center;
    padding-top: 150px;
    background-attachment: fixed;
    /* background-size: cover; */
    background-position: top;
    border-bottom: 15px solid #17568E;
    position: relative;
}
.banner:after {
    border-bottom: 2px solid #17568E;
    content: " ";
    left: 0;
    bottom: 7px;
    width: 100%;
    position: absolute;
}

.banner h5 {
    font-weight: 900;
    color: #fff;
    letter-spacing: 20px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    padding-left: 18px;
    /* mix-blend-mode: difference; */
    text-shadow: 1px 2px 9px #000;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {
    background: url(https://pic03.eapple.com.tw/heinerskewer/ban-e.jpg) fixed no-repeat top left;
    /* background-size: cover; */
}
.banner.banF {
    background: url(https://pic03.eapple.com.tw/heinerskewer/ban-f.jpg) fixed no-repeat top center;
    background-size: cover;
}
.banner.banblog {}
body.blog_page.article_b.bodyDesktop .banner.banblog {
    background: url(https://pic03.eapple.com.tw/heinerskewer/ban-b.jpg) fixed no-repeat top center;
    background-size: cover;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_subbox {    grid-template-columns: repeat(3, 1fr);}
.subbox_item a {    grid-template-columns: 1fr;}
.blog_list_ri h5 {    color: var(--SubColor);    font-weight: 600;}
.blog_list_ri em, .blog_list_ri p {    color: #fff;}

.subbox_item a:before, .subbox_item a:after{display: none;}
.blog_list_le {    position: relative;}
.blog_list_le:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 150px;
    text-align: center;
    font-size: var(--f18);
    color: var(--SubColor);
    padding: 10px 5px;
    letter-spacing: 0;
    font-weight: 900;
    transform: translate(-50%, -50%) scale(0, 0);
}
.subbox_item a:hover .blog_list_le:before {
transform: translate(-50%, -50%) scale(1);
transition: all 500ms;
}
.blog_list_le:after {
    content: '';
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
    background: #0d2a4abf;
}
.subbox_item a:hover .blog_list_le:after {    
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*文章-側邊*/
h5.blog_le_t {
    color: var(--SubColor);
    font-size: var(--f24);
    font-weight: 900;
    letter-spacing: 14px;
    margin-bottom: 0;
    font-family: var(--SFont);
    line-height: 39%;
}
h5.blog_le_t em {
    color: var(--MainColor);
    text-align: center;
    position: relative;
    background: url(https://pic03.eapple.com.tw/heinerskewer/04con_ibg.png) no-repeat;
    width: 100%;
    background-size: contain;
    height: 57px;
    background-position: left;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 18px;
}
.blog_le .accordion {
    border-radius: 0;
    border: none;
}
.accordion li .link a {    color: #fff;}
.accordion li+li .link {    border-top: 1px solid #35597ba8;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #cfa25199 !important;
}


/*文章內層*/
.blog_back a.article_btn_back {    background: var(--SubColor);}
.blog_back a.article_btn_prev {    background: var(--SubColor02);}
.blog_back a.article_btn_next {    background: var(--SubColor02);}

/*文章內層編輯器*/
h4.blog_category_title {
    color: #fff;
    font-size: var(--f32);
}
.articel_mainPic {    display: none;}


/*文章-相關推薦*/
.news_related {
    background: var(--MainColor);
    padding: 80px 15px;
}
.news_related h6 span:before {
    font-size: var(--f28);
    color: var(--SubColor04);
}
.lastPage {    color: #fff;    background: var(--SubColor);}


/*文章內頁側邊*/
body.blog_in_page.article_a.bodyDesktop h5.blog_le_t em, body.blog_in_page.article_b.bodyDesktop h5.blog_le_t em {
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;}
*/
.show-list .show_name {
    color: var(--SubColor);
    text-align: center;
}
.show-list .item:hover .show_name {    color: #fff;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.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; } 取消連結被點擊效果
*/

.show-list .item {    background: transparent;}
.subalbum-menu h2 {    color: var(--SubColor);}
.other_subalbum li a p {    color: #fff;}

.album_fixed_title {
    background: transparent;
    color: #ffffff6e;
}
.other_album_choice li {
    background: var(--SubColor);
    border-radius: 0;
}
.album_descrip {
    color: var(--SubColor04);
    font-size: var(--f16);
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 1024px) {
    :root {
        --f54: 48px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }

    /*header*/
.header_area{    position: relative;}
.header_area.sticky {    position: fixed;}
.main_header_area {    background: url(https://pic03.eapple.com.tw/heinerskewer/footer.jpg); transition: all .5s;}
.sticky .main_header_area {
    background: url(https://pic03.eapple.com.tw/heinerskewer/footer.jpg);
    transition: all .5s;
}
.main_header_area:after{display: none;}
.navigation {    align-items: center;}
.sticky .navigation {    padding-top: 10px;}

.sticky .nav-header {    display: none;}
.me_tp_features {
    order: 3;
    justify-content: center;
    background: var(--SubColor03);
    padding: 5px 10px 2px;
    margin: 0;
}
.stellarnav>ul>li {    padding-bottom: 8px;}

/*banner*/
.banner {    height: 400px;}
.contact_content .information_right {    padding: 20px 30px 80px;}

}

@media screen and (max-width: 980px) {
    .footer_info {
        grid-template-columns: 200px 1fr;
        grid-gap: 0;
        padding: 0 30px;
    }
.box_link {
    max-width: 100%;
    border-top: solid 1px #ffffff25;
    padding-top: 20px;
    order: 3;
    top: 20px;
    padding-bottom: 40px;
}
.footer_info ul {    grid-template-columns: 1fr 1fr;}
.contact_content .information_right {   padding: 0 60px 100px;}
}

@media screen and (max-width: 768px) {
    :root {
        --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; }*/
#bottom_menu li:first-child:nth-last-child(3), #bottom_menu li:first-child:nth-last-child(3) ~ li {
    background: #0d2a4a;
    border-right: 1px solid #35597b6b;
}
#bottom_menu li a {    color: var(--SubColor);}
.footer.with_shopping_mode { padding:30px 0 53px; }
#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;
}
.footer .center {    padding-top: 25px;}
.footer_info {    grid-template-columns: 1fr;}
.footer_logo {    max-width: 150px;}
.footer_info ul {    padding-top: 0;}

.sticky .me_tp_features {    padding: 12px 10px 8px;}
.sticky .navigation {    padding-top: 0;}

/*漢堡選單*/
.stellarnav .menu-toggle {    padding: 20px 10px;}
.sticky .stellarnav .menu-toggle {    padding: 12px 10px 9px;}

.stellarnav.mobile ul {    background: #0d2a4af0;}
.stellarnav .menu-toggle span.bars span {    background: #fff;}
.stellarnav .menu-toggle:after {    color: #FFF;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: var(--SubColor03); color: #fff;} 
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px #fff;}
.stellarnav.mobile > ul {    border-top: none;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {    border-right: none;}
.stellarnav.mobile li.open {    background: var(--SubColor02);}

.stellarnav.mobile > ul > li {
    padding: 8px 5px 2px;
    border-bottom: 1px #35597b solid;
}
.stellarnav.mobile li a {    border-bottom: none;}
.stellarnav > ul > li:before {
    top: 8%;
    transform: scale(.8);
    left: 3%;
}
.stellarnav.mobile > ul > li > a {    padding-left: 48px;}
.stellarnav.mobile > ul > li:hover > a {
    color: #fff;
    top: 5%;
}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px #fff;}
.stellarnav > ul > li > a:not(.dd-toggle):before {
    left: 8%;
    height: 35px;
}
.stellarnav.mobile > ul > li > a.dd-toggle {    top: 7%;}
.stellarnav.mobile li.open li.open {    background: transparent;    padding: 0;}

/*banner*/
.banner, .banner.banF, .banner.banE{    height: 300px;    background-attachment: initial;}

.blank_letter {    font-size: 28px;    height: 64px;}
}

@media screen and (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 ul {
        padding-top: 15px;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .blog_subbox {        grid-template-columns: repeat(2, 1fr);    }

    /*聯絡我們*/
    .contact_content .information_right {        padding: 0 30px 100px;    }
    .contact_form li .form__label {        background: transparent;    }
    .contact_form li:nth-last-child(-n+2) {
        grid-column: 1 / span 2;
    }
    .banner, .banner.banF, .banner.banE {
        height: 250px;
        background-position: center;
    }
}

@media (max-width:450px) {
.blog_subbox {    grid-template-columns: 1fr;}
}
@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;
    }
}
