@charset "utf-8";


/*網站全域設定/＝＝＝＝＝*/
/*
    #E1D9D0 /*網站主要色系
    #E1CAC5 /*網站輔助色系1
    #f9f6f4; /*網站輔助色系2*/

/*反白顏色*/
::-moz-selection{  background-color: #232323;  color: #fff;}
::selection{  background-color: #232323;  color: #fff;}
:root {
    --MainColor: #548291;
    --SubColor:#F48A49;
    --SubColor02:#f14f1e;
    --SFont:"Noto Sans TC", sans-serif;
    --SFontEN:"Roboto", sans-serif;
    --FontColor:#2F3842;
    --f60: 60px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --pd80:80px;
}

body {    font-family: var(--SFont); letter-spacing: .1rem;    color: var(--FontColor);}
.main_part {max-width: 1400px;padding: var(--pd80) 0;width: 94%;}
.path{display: none;}


.animated-arrow:hover {
    background: var(--MainColor);
    color: #fff;
}
.animated-arrow {
    margin-top: 30px;
    background: transparent;
    color: var(--FontColor);
    border: 1px solid var(--MainColor);
}


/*頁碼
.page strong, .page a:hover {    background: var(--SubColor);}
.page li.activeN {    color: var(--SubColor);}
*/

/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {    background: #dee2e4;    width: 7px;}
::-webkit-scrollbar-button {
    display: none;
    background: #dee2e4;
    border-radius: 0;
}
::-webkit-scrollbar-track-piece {    background: #dee2e4;}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {    border-radius: 4px;    background-color: #54829196;}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {    background: #548291; }

/* 軌道背景底色 */
::-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) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.header_area {
    background: transparent;
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    padding: 0;
}
.header_area.sticky {
    background: #ffffffc4;
    backdrop-filter: saturate(93%) blur(7px);
    box-shadow: 1px -5px 15px rgba(0, 0, 0, 0.1);
}

.main_header_area .container {
    max-width: 100%;
    padding: 0 40px;
    transition: 0.5s;
}
.navigation {    grid-template-columns: 130px 1fr; align-items: center; }
.nav-header {    max-width: 120px; grid-row: 1 / span 1; }

.pageIndex .header_area {
    animation: header_show 3s both;
    animation-delay: 5s;
}
.pageIndex .header_area:after {
    background: linear-gradient(to bottom, rgb(255 255 255 / 82%) -4% -2%, rgb(255 255 255 / 0%) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    transition: all .3s;
}
.pageIndex .header_area.sticky:after {    /* height: 0; */    opacity: 0;}


@keyframes header_show {
0% {    opacity: 0;}
100% {    opacity: 1;}
}

@media screen and (min-width: 800px) {
    .header_area {
        position: fixed;
        width: 100%;
        top: 0px;
        background: unset;
    }
}

/*上方選單右邊設定 臉書/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 {    display: none;}

/*浮動按鈕*/
.linksBtn {    display: none;}
.info_fix_links {    display: flex !important;}
.info_fix_links a {    background: #88b7c7c9;}
.info_fix_links a:hover {    background: var(--MainColor);}
.info_fix_links a.info_fix_default.info_fix_mail {    display: none;}

/*第一層*/
.stellarnav > ul > li {    padding: 0 10px;}
.stellarnav > ul > li > a {
    transition: all 0.3s;
    color: var(--FontColor);
    /* padding: 0 15px; */
    font-size: 15px;
    padding: 0 5px;
    margin: 15px 0;
}
.stellarnav > ul > li:hover > a{color: var(--MainColor);}
.stellarnav > ul > li > a:hover b {
    font-family: var(--SFontEN);
    font-weight: 500;
}

/*下拉線條箭頭*/
.stellarnav li.has-sub>a:after {
    position: absolute;
    top: 34%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--FontColor) var(--FontColor) transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*第二層*/
.stellarnav ul ul {
    /* background: transparent; */
    background: #96afb8eb;
}
.stellarnav li li {
    border: none;
    transition: opacity .2s;
}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 11px 10px;
    transition: all 0.3s;
    color: #fff;
    font-size: 14px;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #fff;
    padding-left: 20px;
    background: var(--MainColor);
}

/*下拉第二層箭頭*/
.stellarnav li li.has-sub > a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--MainCOlor) var(--MainCOlor) transparent;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

.footer {
    padding-top: 60px;
    background: #548291;
    background-image: linear-gradient(180deg, #548291e0 40%, #548291e0 65%), url(https://pic03.eapple.com.tw/pincheng027/100-90-5.png);
    background: url(https://pic03.eapple.com.tw/pincheng027/f_bg.jpg);
}
.footer .center {    max-width: 1500px;}
.footer_logo {
    max-width: 160px;
    filter: contrast(0) brightness(100);
}
.footer_info {
    grid-template-columns: 200px 1fr 170px;
    justify-items: stretch;
    padding-right: 0;
    gap: 0 50px;
}

.box_link {
    max-width: 160px;
    position: relative;
    order: 3;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: start;
    align-items: start;
}
.box_link a {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 16px;
    display: block;
    grid-row: span 10;
    margin: 0;
    width: 30px;
}
.footer_info ul {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
}

.footer_menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
}

.footer_menu a {
    background: transparent;
    color: #fff;
    border: none;
    padding: 0;
    line-height: 220%;
    margin: 0;
}
.footer_menu a:hover {    background: transparent;    color: #ffffff8f;}

.footer_info li {    padding-top: 0;}
.footer_info li p, .footer_info li p a {    color: #fff; line-height: 220%; }

.footer_info li:nth-child(1):before, .footer_info li:nth-child(2):before, .box_link:before {
    color: var(--SubColor);
    font-size: 16px;
    display: block;
    font-family: var(--SFont);
    text-transform: uppercase;
    font-weight: bold;
}
.footer_info li p:first-child, .footer_menu {    padding-top: 14px;}

.footer_info li:nth-child(1):before {    content: "CONTACT";}
.footer_info li:nth-child(2):before {    content: "RELATED LINK";}
.box_link:before {    content: "Social Media";    grid-column: span 6;}

.copy {
    font-size: 12px;
    border-top: 1px solid #ffffff1c;
    text-align: center;
    padding: 25px 0;
    margin: 40px auto 0;
    width: 92%;
    max-width: 1500px;
}
.copy, .copy a{    color: #96acb4;}

/*聯絡我們*/
.blank_letter {
    font-family: var(--SFont);
    font-size: var(--f24);
    color: var(--FontColor);
    font-weight: 500;
}

.contact_content .information_left {    width: 290px;}
.contact_form li {
    grid-template-columns: 1fr;
    padding-top: 10px;
    gap: 5px;
}
.contact_form li input.noborder, .contact_form li textarea.noborder {
    max-width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #54829142;
}

.contact_form li .form__label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-weight: bold;
    color: var(--FontColor);
    padding-bottom: 5px;
    max-width: 100%;
    text-align: left;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    padding: 0 0 15px 0;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-gap: 6px;
    grid-template-columns: repeat(6, 15px 1fr);
    justify-items: start;
}

.contact_form li.last cite {
    background: var(--MainColor);
}


/* = = = 大圖-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-banner .swiper-slide img {    width: 100%; }

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background: #334a52;
}
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*大圖*/
.pageIndex .bannerindex .swiper-slide.swiper-slide:before, 
.pageIndex .bannerindex .swiper-slide.swiper-slide:after {
    content: ""; position: absolute;  z-index: 999; pointer-events: none;
}

.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide:before {
    top: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/pincheng027/01cover-ban.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide:after {
    top: 71.5%;
    left: 0;
    /* background: url(https://pic03.eapple.com.tw/pincheng027/01cover-ban2.png); */
    backdrop-filter: saturate(93%) blur(7px);
    background: #54829130;
    transform: translateY(0);
    z-index: 0;
    width: 620px;
    max-width: 31%;
    aspect-ratio: 620 / 180;
    height: auto;
}

@keyframes side-left {
	0%{opacity: 0;transform: translateX(-5vw);}
	100%{opacity: 1;transform: translateX(0vw);}
}
@keyframes side-in{
	0%{opacity: 0;}
	100%{opacity: 1;}
}

/*大圖2*/
.pageIndex .bannerindex .swiper-slide:nth-child(3).swiper-slide::before {
    top: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/pincheng027/01cover-2ban1.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.pageIndex .bannerindex .swiper-slide:nth-child(3).swiper-slide:after {
    top: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/pincheng027/01cover-2ban2.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 1;
    mix-blend-mode: color-dodge;
}

@keyframes slideDownBlurAnimation {
    0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    }
    100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    }
}


.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before { animation: side-left 2s;animation-fill-mode: both; }    
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:after {  animation: side-in 1.5s;animation-fill-mode: both; }

.pageIndex .bannerindex .swiper-slide:nth-child(3).swiper-slide-active:before { animation: slideDownBlurAnimation 2.5s;animation-fill-mode: both; }    
.pageIndex .bannerindex .swiper-slide:nth-child(3).swiper-slide-active:after {   animation: side-left 2.5s;animation-fill-mode: both;    }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: #54829112;
    aspect-ratio: 9 / 2.8;
    background: url(https://pic03.eapple.com.tw/pincheng027/02planning-ban.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    align-items: flex-end;
}
.banner:after {
    animation: scrollLine 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) both infinite;
    background: currentColor;
    content: "";
    display: block;
    height: 1px;
    width: 200px;
    left: 50%;
    line-height: 1;
    mix-blend-mode: difference;
    position: absolute;
    transform: rotate(90deg) translate(-50%, 0);
    transform-origin: 0 0;
    bottom: 0;
}
@keyframes scrollLine {
0% {    clip-path: inset(0 0 0 0);}
50% {    clip-path: inset(0 0 0 100%);}
50.1% {    clip-path: inset(0 100% 0 0);}
100% {    clip-path: inset(0 0 0 0);}
}

.banner h5 {
    padding-top: 12vw;
    color: #fff;
    font-family: var(--SFont);
    font-weight: 400;
    letter-spacing: 8px;
    text-shadow: 0 0 9px #2f384287, 0 0 12px #2f3842d6;
    font-size: var(--f24);
    line-height: 1;
    mix-blend-mode: hard-light;
    animation: slide-top 1.5s 0.3s both;
    text-indent: -13px;
}
.banner h5:before {
    content: "PINCHENG";
    display: block;
    font-family: var(--SFontEN);
    font-size: var(--f60);
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    animation: slide-top 1.5s 0.5s both;
}

.banner.banF h5:before {content: "service";}
.banner.banE h5:before {content: "works";}
.banner.banblog h5:before {content: "case";}
.banner.banC h5:before {content: "contact";}
.promotions_page .banner h5:before {content: "News";}

.banner.banA {}
.banner.banB {}
.banner.banC { background: url(https://pic03.eapple.com.tw/pincheng027/ban-c.jpg) no-repeat;background-position: bottom center; background-size: cover;}
.banner.banF { background: url(https://pic03.eapple.com.tw/pincheng027/ban-f.jpg) no-repeat; background-position: bottom center;background-size: cover; }
.banner.banE { background: url(https://pic03.eapple.com.tw/pincheng027/ban-e.jpg) no-repeat;background-position: bottom center; background-size: cover; }
.banner.banblog { background: url(https://pic03.eapple.com.tw/pincheng027/ban-blog.jpg) no-repeat; background-position: bottom center; background-size: cover; }

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;}
    
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.news_part {    padding: 80px 20px;}
.news_part .title_i_box h6 {
    font-size: var(--f60);
    color: var(--MainColor);
    line-height: 140%;
    text-transform: uppercase;
    font-family: var(--SFontEN);
}
.news_part .title_i_box h6::first-letter {
    color: var(--SubColor);
}
.news_part .title_i_box h4 {
    font-size: var(--f24);
    color: var(--FontColor);
    line-height: 1;
}

.news_list ul li {    position: relative;}
.news_list ul li:hover {    border-bottom-color: transparent;}
.news_list ul li:after {
    content: " ";
    background: var(--MainColor);
    width: 0;
    position: absolute;
    bottom: 0;
    height: 1px;
    transition: all .5s;
}
.news_list ul li:hover:after {    width: 100%;}

.news_list ul li p {
    color: var(--FontColor);
    font-size: var(--f16);
    font-weight: 500;
}
.news_list ul li p:after {
    color: var(--FontColor);
    text-transform: uppercase;
    font-family: var(--SFontEN);
    opacity: .5;
    font-weight: 500;
    font-size: 15px;
}

/*促銷方案-內頁*/
/*.promotion_title {    display: flex;    align-items: center;}*/
.promotion_title {    margin-bottom: 15px;}
.promotion_title em, .promotion_title span {
    border: none;
    color: var(--FontColor);
    opacity: .7;
    font-size: 15px;
    padding: 0;
    margin: 0;
    margin-right: 12px;
}
.promotion_title em{display: none;}
.promotion_title h2 {
    font-size: var(--f24);
    color: var(--FontColor);
    display: block;
}


.other_promotion {
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    width: 100%;
    margin-top: 70px;
    grid-gap: 10px;
}
.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: var(--FontColor);
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;
    /* padding-bottom: 15px; */
}
.other_promotion li:first-child {
    border-top: 1px solid var(--MainColor);
    padding-top: 15px;
}
.other_promotion li a {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    transition: all 0.4s ease;
    align-items: center;
}
.other_promotion li a:before, .other_promotion li a:after{
    content: none;
}
.other_promotion li a:hover {
    background: transparent;    
    opacity: .8;
}

.other_promotion .pmtTime {
    position: relative;
    right: 0;
    order: 2;
    padding-left: 15px;
}

.other_promotion .pmtTime span {
    letter-spacing: 0.08em;
    font-family: var(--SFontEN);
    display: inline-block;
    color: var(--FontColor);
    font-size: 13px;
    padding-left: 15px;
    margin: 0;
}
.other_promotion .pmtTitle h3 {
    color: var(--MainColor);
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 0.04em;
    transition: all 0.4s ease;
    font-weight: bold;
}

.pmtTitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pmtTitle span {
    margin-right: 13px;
    background-color: #548291b0;
    padding: 5px 10px 3px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.12em;
    color: #fff;
}

.promotions_page .edit {    line-height: 180%;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

/*顏色*/
.products-list .more {    border: 1px solid var(--MainColor);    color: var(--MainColor);}
.products-list .item a:hover .more {    background: var(--MainColor);}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
.product-layer-two li a {    color: var(--FontColor);}

/*按鈕顏色*/
.inquiry_a1{background: var(--MainColor);}
.inquiry_a2{background: #548291b3;}
.inquiry_a3{background: var(--MainColor);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: var(--MainColor);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--MainColor);}
.lastPage {    background: var(--MainColor);}

/*商品側邊規格*/
.sidebarBtn {    background: #fff; border: none;}
.sidebarBtn h2 {
    color: var(--MainColor);
    font-size: var(--f28);
    font-weight: 500;
}
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: var(--MainColor);}
.mobile_product_name{font-size: 24px;}

.rewrite_simple {
    background: #548291bd url(../images/simple_left.png) 10% center no-repeat;
}

/*相關推薦*/
.prod_related {
    background: #f3f3f3;
    padding: var(--pd80) 20px;
}
.prod_related h6 span:before {
    font-size: var(--f24);
    color: var(--FontColor);
    font-weight: 500;
}

/*購物車版面更改*/
.product_page .show_content {
    display: flex;
    margin: auto;
    padding: 10px 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.product_page .product_menu_list {
    width: 100%;
    min-height: auto;
}
.product-layer-two {
    display: flex;
    width: 100%;
    /* margin: 20px auto; */
    /* flex-direction: row; */
    /* justify-content: center; */
    /* flex-wrap: nowrap; */
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
    gap: 7px;
}
.product-layer-two li {
    position: relative;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;

}
.product-layer-two li a {
    color: var(--FontColor);
    background: transparent;
    padding: 10px 20px;
    border: none;
    transition: all 0.3s;
    border-bottom: 1px #5482915c solid;
}
.product-layer-two li.active a {
    border: 1px var(--MainColor) solid;
    background: var(--MainColor);
    color: #fff;
}
.product_page .products-list, .product-wrapper {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 40px;
}
.products-list .more {
    border: 0;
    color: #fff;
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 10px 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, var(--MainColor), transparent);
    opacity: 0;
    transition: all 0.3s;
    height: 50px;
    display: none;
}
.products-list .item a:hover .more {
    background: linear-gradient(90deg, transparent, var(--MainColor), transparent);
    color: #fff;
    letter-spacing: 2px;
    opacity: 1;
    transition: all 0.3s;
}

.products-list .item a:hover  .pic:before{opacity: 1; transition: all 0.3s; }
.products-list .pic:before {
    content: "VIEW MORE";
    display: block;
    position: absolute;
    color: #fff;
    font-family: var(--SFontEN);
    z-index: 1;
    font-weight: bold;
    opacity: 0;
    transition: all 0.3s;
    background: #54829191;
    padding: 10px 15px;
    backdrop-filter: blur(10px);
}
.products-list .name {
    font-size: var(--f16);
    color: var(--FontColor);
    text-align: center;
    font-weight: 500;
    letter-spacing: 3px;
}
.products-list .item a:hover .name {    color: var(--MainColor);}

.products-list .item a img {    transition: all 0.7s;}
.products-list .item a:hover img {
    transform: scale(1.1);
    transition: all 0.7s;
}
.send_simple {
    background: #F48A49 url(../images/simple_right.png) 88% center no-repeat;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
    .payment_form {    flex-direction: column;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
.blog_subbox {    grid-template-columns: 1fr; gap: 50px;}
.subbox_item a {    grid-template-columns: 1fr 2fr; align-items: center; gap: 50px; }
.subbox_item a:before, .subbox_item a::after{display: none;}
.blog_list_le {    aspect-ratio: 4 / 3;}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: var(--MainColor) !important;}
h5.blog_le_t em {    color: var(--MainColor);}
h5.blog_le_t span {    font-family: var(--SFontEN);}


/*文章內層*/
/*文章內層封面*/
.articel_mainPic img{display: none;}
h4.blog_category_title {
    color: var(--FontColor);
    font-size: var(--f28);
    font-weight: 500;
}

.blog_back a.article_btn_back {    background: var(--MainColor);}
.blog_back a.article_btn_prev {    background: var(--SubColor);}
.blog_back a.article_btn_next {    background: var(--SubColor);}

/*文章標籤
.news_tags {    flex-wrap: wrap;}*/


/*文章-相關推薦*/
.news_related {
    background: #f3f3f3;
    padding: var(--pd80) 20px;
}
.news_related h6 span:before {
    font-size: var(--f24);
    color: var(--FontColor);
    font-weight: 500;
}
.lastPage {    color: #fff;    background: var(--MainColor);}



/* = = = 相簿-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}*/

/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/
.show-list, .pic-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.show-list .show_name {
    text-align: center;
    color: var(--FontColor);
    font-weight: 400;
    font-size: var(--f16);
}
.show-list .item:hover .show_name {
    color: var(--MainColor);
}

.pic-list .item a img, .show-list .show_pic img {    transition: .4s ease; filter: grayscale(0.3);}
.pic-list .item a:hover img, .show-list .item:hover .show_pic img {
    transform: scale(1.05);
    transition: .4s ease;
    filter: grayscale(0);
}
.subalbum-menu h2 {
    font-size: var(--f20);
    color: var(--FontColor);
}
.other_album_choice li {
    background: #fff;
    border: 1px solid var(--MainColor);
}
.other_album_choice li a {
    color: var(--MainColor);
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media (max-width:1440px) {
.footer_info {    padding-right: 110px;}
.banner:after {    width: 170px;}
}


@media (max-width:1100px) {
    :root {
        --f60: 48px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
        --pd80:60px;
    }

    .banner:after {    width: 80px;}
    .footer_menu {    grid-template-columns: 1fr;}
    .footer_info {        padding-right: 70px;    }

}


@media screen and (max-width: 768px) {
    :root {
        --f60: 36px;
        --f48: 32px;
        --f42: 30px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
    }

/* 開啟手機板下方按鈕所需設定
#bottom_menu {display: block; } */
.footer.with_shopping_mode { padding:60px 0 70px; }
#to_top { bottom:60px;}
#bottom_menu li:first-child:nth-last-child(2), #bottom_menu li:first-child:nth-last-child(2) ~ li {
    width: 50%;
    display: block;
    float: left;
}
.footer_info {
    grid-template-columns: 1fr;
    justify-items: stretch;
    padding-right: 110px;
    gap: 20px;
}
.footer_info ul {    justify-content: space-between;    gap: 20px;}
.footer_info li+li {                margin-top: 0;            }
.footer_menu {    grid-template-columns: 1fr 1fr;}

.main_header_area .container {    padding: 0;}
.header_area.sticky {    backdrop-filter: none; background: #fffffffc; }
.banner {
        aspect-ratio: auto;
        padding: 60px 20px;
    }

/*漢堡選單*/
.stellarnav.mobile.left > ul {    border: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: var(--SubColor); color: #fff;
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px #ffffff;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px var(--MainColor);}/*下拉關掉*/
.stellarnav.mobile li.open {    background: var(--bgcolor);}/*下拉*/
.stellarnav.mobile li a {    color: var(--FontColor);}

/*促銷方案*/
.promotion_title {    display: block;    }

ul.show-list, .pic-list {    grid-template-columns: repeat(2, 1fr);}
.blog_subbox {        grid-template-columns: 1fr;    }

/*購物車*/
.product_page .products-list, .product-wrapper {    grid-template-columns: repeat(2, 1fr);}
.product_page .product_menu_list>h5 {
    color: var(--MainColor);
    font-weight: 500;
    font-size: var(--f24);
}
.products-list .price {    display: none;}/*價格*/

}


@media (max-width:600px) {
    :root {
        --f60: 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;
        --pd80:40px;
    }

/*footer*/
.footer_info {    justify-items: center;    padding: 0 20px;}
.box_link {    justify-items: center;}
.footer_info ul {    flex-direction: column;    text-align: center;}
.footer_info li p:first-child, .footer_menu {    padding-top: 0;}
.footer_menu {
    display: flex;
    gap: 0 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

    ul.show-list, .pic-list {    grid-template-columns: 1fr;}
    .subbox_item a {
    grid-template-columns: 1fr;
    gap: 10px;
}

    /*聯絡我們表單*/
    .contact_form li {    grid-gap: 0;}
    .contact_form li .form__label {    background: transparent;}
    .contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(1, 15px 1fr);
}

}

@media (max-width:480px) {
    .stellarnav.mobile {        left: 10px;        top: 15px;    }
}

@media (max-width:375px) {
    :root {
        --f60: 28px;
        --f48: 24px;
        --f42: 22px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}


