@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bellefair&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Oswald:wght@200..700&family=Oxygen:wght@300;400;700&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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: 120px;
    max-width: 100%;
    padding: 0;
    text-align: center;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
	    display: inline-block;}
.product_info_page .product-layer-two{    text-align: center;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.product-layer-two li a{    background: #ffffff;color: #444;}

.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

@media screen and (max-width: 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;        text-align: center;}
.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;}
 .product-layer-two {
                display: block;
}
.product_page .product_menu_list>h5 {
        display: none;
    }
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*反白顏色*/
::-moz-selection {
    background-color: #888;
    color: #fff;}

::selection {
    background-color: #888;
    color: #fff;}
	
/* 開場動畫 */
.pageIndex #page::before {
 content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/syid/start-LOGO.png);
    width: 250px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: banner-logo 2s forwards;
    z-index: 50000001;
}
.pageIndex #page::after{
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 110%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    animation: banner-bg 1.8s forwards;
    z-index: 50000000;
}


@keyframes banner-logo{
    0%{
        opacity: 0;
        filter: blur(0);
    }
    25%{
        opacity: 1;
        filter: blur(0);
    }
    50%{
        filter: blur(0);
        opacity: 1;
    }
    80%{
        filter: blur(0);
        opacity: 1;
    }
    100%{
        filter: blur(10);
        opacity: 0;

    }
}
@keyframes banner-bg{
    0%{

    }
    50%{
    }
    80%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

@keyframes banner-img {
    0%{
        transform: scale(1.4);
    }
    100%{
        transform: scale(1.1);
    }
}	
	
/*hearder*/
.header_area {background: #083F5E;}
.header_area.sticky{background: #083F5E;}
.main_header_area{
    background: #083F5E;}
.pageIndex .header_area{background: transparent;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    position: fixed;}
.main_header_area .container {
    max-width: 90%;}
	
.nav-brand{    filter: brightness(100);    max-width: 220px;}
.stellarnav > ul > li > a{
	color: #fff;
	margin: 0 15px;    
	letter-spacing: 1px;
	font-family: "Oxygen", sans-serif;
  	font-weight: 300;
 	 font-style: normal;
	text-shadow:0 0 3px #0000005c;}

.pageIndex .sticky .main_header_area.animated {background:#083F5E;}

.header_area{padding:0;}
.me_tp_features{display:none;}
.navigation{padding:15px 0px;display: flex;    align-items: center;}

.pageIndex .main_header_area {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0);
    transition: all .5s;
    transition-timing-function: ease-in-out;
}
.pageIndex .sticky .main_header_area {
    background: #282F35;
    transition: all .5s;
    transition-timing-function: ease-in-out;
}
.pageIndex .sticky .nav-brand {
    filter: none;
    max-width: 200px;
	transition: all .3s;}
.stellarnav li.has-sub > a:after{border-top: 6px solid #fff;}

.nav-header{    max-width: 230px;}
.stellarnav > ul > li:nth-child(10) {
    display: none;
}

.other_page .path{display: none;}


/*大圖字*/

.pageIndex .swiper-banner::before {
    content: "";
    display: block;
    height: 5px;
    background-color: #fff;
    position: fixed;
    bottom: 240px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 500;
    opacity: 0;
    border-radius: 100px;
    animation: banner-line-white 3s forwards;
}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/syid/index-text001.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    opacity: 1;
}


.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/syid/index-text002.png);
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    background-position: -100%;
}

@keyframes left-right {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes right-left {
    0% {
        background-position: 1920px;
    }

    100% {
        background-position: 0;
    }
}

/*下拉*/
.stellarnav > ul > li > ul a {
	 transition: all .5s;
    background: #666;
	color:#fff;
	font-size: 14px;
}
.stellarnav > ul > li.has-sub > ul a:hover {
        background: #0f405c;
    color: #face66;
}
.stellarnav li li{border: 0px #666 solid;}
	

/*左下角的按鈕*/
#to_top {
    bottom: 8%;
    left: auto;
    right: 3px;
    border-radius: 7px;
    background: rgb(142 142 142 / 30%);
    box-shadow: unset;
    font-size: 0;
    transition: 0.3s ease;
}
#to_top i:before, #to_top i:after{    background: #fff;}

/*Footer/＝＝＝＝＝*/
.footer {
    padding: 50px 0 0;
    overflow: hidden;
    background: #083f5e;
}


.footer_logo {
    width: auto;
}

.footer_logo a img {
    display: none;}

.footer_logo a {
    background: url(https://pic03.eapple.com.tw/syid/footer_loggo.png);
    background-size: contain;
    width: 100%;
    height: 115px;
    background-repeat: no-repeat;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    display: inline-block;
	margin-top:18px;
}


.footer_logo:after {
    /* content: ''; */
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
    display: block;
}


.footer_info {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 20px 25px;
    padding: 0;
    max-width: 1000px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 60px;
    width: 90%;
	

}

.footer .center {
    background: #083f5e;
    width: 100%;
    max-width: 100%;
}

.footer_menu {
    align-items: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 5px;
    transition: none;
    border: none;
    background: transparent;
    width: fit-content;
    transition: all 0.3s;
}

.footer_menu a:hover {
    background: transparent;
    color: #fff;
}

.copy {

    border: none;
    padding: 15px 0;
    background-color: #0b374f;
    color: #908377;
    margin: 0;
}

.copy a {
    color: #fff;
    transition: all 0.3s;
}

.box_link {
    position: relative;
    margin-top: 0;
}
.footer_info p.mail,
a.me_tp_mail,
a.info_fix_default.info_fix_mail {
    display: none;
}

.footer_info li p:nth-child(5) {
    display: none;
}

.footer_info li p.fax:before{display:none;}

.footer_logo {
    width: 100%;
    margin: 0 auto;
    /* border-right: solid 1px #ffffff25; */
    padding-right: 20px;
}

.footer {
    padding-top: 0;
}
.footer_menu a,
.footer_info li:nth-child(1)>p,
.footer_info li:nth-child(1) a {
    transition: all 0.3s;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
    padding: 0;
    letter-spacing: 0.1em;

	
}
.footer_menu a{	text-transform: uppercase;}

.footer_info li:nth-child(1)>p:hover,
.footer_info li:nth-child(1) p:hover a,
.footer_info li:nth-child(1) .box_link a:hover {
    color: #fff;
}

.footer_info li p:before {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: inherit;
    font-weight: inherit;
    margin-right: 5px;
    letter-spacing: inherit;
}

.footer_info ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: baseline;
    width: 100%;
    max-width: 900px;
    margin: 0 0 0 auto;
    border-top: solid 1px #ffffff25;
    padding-top: 20px;
}

.footer_info li {
    padding: 0;
}

.footer_info li:nth-child(2) {
    order: -1;
    border-right: solid 1px #ffffff25;
}

.footer_info li:nth-child(1) {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 0 30px;
}

.footer_info li:nth-child(1)>p {
    grid-column: 1 / 2;
    text-align: left;
}


.footer_info li:nth-child(2):before {
    content: "RELATED LINK";
}

.footer_info li:nth-child(1):before {
    content: "INFORMATION";
}
.footer_menu a:nth-child(1) {
    display: none;
}

.fab,
.fa-brands {
    font-size: 25px;
    padding-right: 10px;
}

.box_link{display:none;}

.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: #AD9C66;
}


@media screen and (max-width: 1200px) {
    .footer_info {
        grid-template-columns: 1fr;
    }

    .footer_logo {
        max-width: 400px;
        width: 70%;
        margin-left: 0;
        border-right: none;
    }
}

@media screen and (max-width: 768px) {
    .footer_info{padding-bottom: 20px;}
    .footer_info ul {
        grid-template-columns: 1fr;
    }

    .footer_info ul {
        max-width: 100%;
    }

    .footer_info li:nth-child(2) {
        border-right: none;
    }

    .footer_info li:nth-child(1) {
        border-top: solid 1px #ffffff25;
        padding-top: 20px;

    }
}

@media screen and (max-width: 476px) {
    .footer_logo:after {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .footer_menu a,
    .footer_info li:nth-child(1)>p,
    .footer_info li:nth-child(1) a {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .footer_info li:nth-child(1) {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .footer_logo {
        max-width: 900px;
        width: 90%;
    }

}

/*首頁文章*/
.module_i_news{    
	padding: 100px 4%;
    background: url(https://pic03.eapple.com.tw/sycm/100-90-5.png) #cccccc26;
    -webkit-animation: noise 1.5s steps(5) alternate infinite;
    animation: noise 1.5s steps(5) alternate infinite;
}
.i_blog_ri em{display:none;}
.module_i_news .title_i_box {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    margin: auto;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1400px;
}
.module_i_news .title_i_box h6, .module_i_news .title_i_box h4 {
    font-size: 20px;
    color: #2C2C2C;
    font-family: "微軟正黑", sans-serif;}
.module_i_news .title_i_box h4 {
    font-size: 35px;
    font-family: "微軟正黑", sans-serif;
	color:#999;
	font-weight: normal;
}
.module_i_news ul{
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1400px;
	
}
.module_i_news ul, .blog_subbox {
    display: grid;
    gap: 20px;
}
.module_i_news li, .subbox_item {
    width: 100%;
	
}
.module_i_news li{display: inline-block;
	text-align: left;
    vertical-align: top;}
	
.module_i_news li a, .subbox_item a {
    padding: 5px;
    padding-bottom: 35px;
    border-bottom: 1px #8888883d solid;
    -webkit-clip-path: inset(0 0 -0.2em);
    clip-path: inset(0 0 -0.2em);
}
.module_i_news li a{    position: relative;
    display: block;}

.module_i_news li a:before {
    right: 0;
    opacity: 1;
    font-family: "Oxygen", sans-serif;
    font-weight: 300;
    font-size: 14px;
    left: 10px;
    color: #999;
    text-align: left;
}
.module_i_news li a:before{    position: absolute;}
.i_blog_le, .blog_list_le {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i_blog_le{ aspect-ratio: auto;}
.i_blog_le img, .blog_list_le img {
    margin: auto;
    object-fit: cover;
    transition: opacity 450ms, transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog_list_ri, .i_blog_ri {
    width: 100%;
    height: 144px;
}
.i_blog_ri h5 {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.module_i_news li a:after, .subbox_item a:after {
    pointer-events: none;
    background: transparent;
    border: none;
    line-height: 1;
    text-rendering: auto;
    top: 93%;
    bottom: 10px;
    left: 94%;
    opacity: 1;
    content: "→";
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    color: #2d2d2d;
    width: 5%;
}
.module_i_news li a:after{    position: absolute;    z-index: 8;}
.module_i_news li a:hover:before, .module_i_news li a:hover:after{    transition: all .5s;}
.i_blog_b {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}
.animated-arrow {
    background: #888888;
    padding: 0.7rem 0;
    text-decoration: none;
    position: relative;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    background: transparent;
    border: none;
    color: #2d2d2d;
}
.animated-arrow:before {
    content: " ";
    width: 100%;
    height: 1px;
    background: #888;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.2s;
}
.module_i_news li a:hover img, .blog_list_le:hover img {
    transform: scale(1.2) translate3d(0, 0, 0);
}
.subbox_item a:hover:before, .module_i_news li a:hover:before{
    transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 1;
}
.module_i_news li a:hover:after, .subbox_item a:hover:after {
    animation: mo_arrow 800ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.module_i_news li a:hover:before, .module_i_news li a:hover:after {
    opacity: 1;
    transition: all .5s;
}
.module_i_news li a:hover, .subbox_item a:hover {
    border-bottom: 1px #888888 solid;
}
@keyframes mo_arrow{
    40%,50%{opacity:0}
    43%{transform:translateX(105%) scaleY(0.1)}
    44%,50%{transform:translateX(-145%) scaleY(0.1)}
    100%{transform:translateX(0) scaleY(1)}
}

/*首頁購物車*/
.i_prod_tit h2, .i_video_tit h2 {
    font-size: 20px;
	font-size: 20px;
    font-family:"微軟正黑", sans-serif;
    color: #444;}
.i_prod_tit h2::before {
    content: 'Portfolio';
    display: block;
    font-size: 35px;
    color: #999;
    font-family: "微軟正黑", sans-serif;
        font-weight: normal;}

.i_prod_tit span, .i_video_tit span{display:none;}
.prod_part section {
    max-width: 1500px;}
.pageIndex .products-list .item:nth-child(7){display:none;}
.pageIndex .products-list .item:nth-child(8){display:none;}
.pageIndex .products-list .item:nth-child(9){display:none;}
.pageIndex .products-list .item:nth-child(10){display:none;}
.pageIndex .products-list .item:nth-child(11){display:none;}
.pageIndex .products-list .item:nth-child(12){display:none;}

/*首頁商品標題*/
.i_prod_tit h2 {
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.i_prod_tit h2:after {
    content: '';
    background: #e7bb43;
    width: 13px;
    height: 13px;
    position: absolute;
    right: -16px;
    top: 0;
    border-radius: 100%;
    animation: up0 2.5s ease-out infinite;
    -webkit-animation: up0 2.5s ease-out infinite;
}

/*購物車*/
.product_page .show_content, .product_info_page .show_content{display: block;}
.product_page .product_menu_list{width:100%;}
.products-list {
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0;}
.product_page .products-list, .product-wrapper {
    width: 100%;}
.products-list .item {
    width: 33%;
    position: relative;
    padding: 0 1% 2% 1%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0;
}
.products-list .pic{aspect-ratio: 3 / 2;}
products-list .item a {
    display: block;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-bottom: 0;
    position: relative;
    height: auto;
}
.product_page .product_menu_list{min-height: auto;}
.products-list .name {
    text-align: center;
    font-weight: 300;
    margin-top: 35px;}
.products-list .price {
    display: none;}
.products-list .more {
    border: 0;
    color: #999;
    font-weight: 300;}
.products-list .item a:hover .more{
    color: #083f5e;
    letter-spacing: 2px;
	background:#ada17e00;
}


.products-list a:hover .more {
    background: transparent;
    border-color: transparent;
    color: #bd8b56;
}
.product_page .main_part {
    max-width: 90%;
}
.product_menu_list>h5{    color: #777;font-family: "Noto Serif TC", serif;}
.fa-caret-down::before{    color: #777;}
body.product_page.bodyDesktop .page{    color: #e5b951;}
.products-list .pic img:hover{
    transform: scale(1.1) translate3d(0, 0, 0);
	transition: 1s;
	transition: opacity 450ms, transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*改樣式0522*/
.products-list .name {
    text-align: center;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    line-height: 1.5;
    margin-top: 20px;
    justify-content: space-around;
    align-self: center;
	color: #fff;
	font-size: 20px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	    font-weight: normal;}
.products-list .item a{    padding-bottom: 0px;}
.products-list .pic {
    aspect-ratio: 4 / 3;
}
.products-list .more{display:none;}
.products-list .item{border-left: 0;
    border-right: 0;    padding: .5%;}
.products-list .pic img{    transform: scale(1);
    transition: all .6s;
	    filter: brightness(0.7);}
.products-list .pic img:hover{filter: brightness(1);}

/*購物車上方分類*/
.product_page .product_menu_list{    text-align: center;}
.fa-circle-plus::before{display:none;}
.product-layer-two li i{width:unset;}

.product-layer-two > li {
    width: 100%;}
.product-layer-two li a{    border: 1px #ccc solid;}



/*購物車內頁*/
.product-wrapper{text-align: center;}
.sidebarBtn{width: 100%;    border: 0;
    background: #ffffff00;}
.prod_tabs{    margin-top: 20px;}


.pd_tabTitle li.activeTab::after {
    height: 1px;
    background: #999999;
}
product_info_page bodyDesktop .product_page .products-list, .product-wrapper {
    width: 68%;
}
.toShare{display:none;}
.product_info li{display:none;}
.pd_tabTitle li a{display:none;}
.pd_tabTitle li{display:none;}
.product_main{width:100%;}
.sidebarBtn h2 {
        color: #222;
    text-align: center;
    font-size: 22px !important;
    font-weight: 400;
}
.pd_tabInner_contain {
    padding-top: 0px;}
.prod_tabs {
    margin-top: 0;
}
body.product_info_page.bodyDesktop .edit{padding: 0;}

/*相關推薦*/
.sidebarBtn{    padding: 30px 0px 0px 0px;    margin-top: 20px;}
.lastPage{        color: #eee;
    background: #aaa;}
.prod_related h6 span:before{    font-size: 18px;
    letter-spacing: 2px;}
.related_list li a img:hover {
     transform: scale(1.1) translate3d(0, 0, 0);
	transition: 1s;
	transition: opacity 450ms, transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*聯絡我們*/
.contact_content .information_left{    display: none;}
.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
	max-width: 100%;}
.blank_letter {
    font-family: '"Noto Sans TC", sans-serif';
    padding-top: 0;
    font-size: 24px;
    color: #494949;
    position: relative;
	font-weight: normal;
}
h4.blank_letter.f{    position: relative;
    padding-bottom: 0px;
    color: transparent;}
	
.blank_letter::before {
    content: "FORM";
    display: block;
    font-size: 75px;
    color: #888;
	font-style: normal;	
    font-family: "微軟正黑體", sans-serif;
    margin-right: 30px;
	font-weight: 500;
}
.note:after {
    position: absolute;
    content: "送出資料後，我們將於3個工作天內，盡快與您聯繫";
    color: #444;
    font-size: 15px;
    font-weight: 500;
    left: 2px;
    bottom: 0;
}
.note {
    text-align: left;
    color: #FF004E;
    display: block;
    padding: 30px 0;
    position: relative;
}
.contact_form {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #494949;
    max-width: 100%;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.contact_form li{
	    display: inline-table;
    margin-bottom: 0px;
    border-bottom: 1px solid #4949493d;
    padding: 20px 0;
    padding-left: 0px;
}
.contact_form li .form__label{
    color: #494949;
    width: 100%;
    margin-left: 0px;
    text-align: left;
	max-width: 100%;
	display:block;
}
.contact_form li .form__insert {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.contact_form li input.noborder {
    border: none;
    border-bottom: 0px #494949 solid;
    background: #0000000a;
    color: #494949;
    transition: all 0.3s;
}
.contact_form li{display: block;}
.contact_form li.last cite {
    background: #e5b951;}
	
.contact_form li.last{    grid-column: auto / span 2 !important;}
.contact_content{    max-width: 1300px;}
.contact_form li.last blockquote, .contact_form li.last cite{    border-radius: 3rem;}


/*文章管理一排樣式
.blog_le .accordion {
    border-radius: 0px;
    border: none;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #c5c5c5;}
.path {
    display: none;}
.blog_box{padding: 0px;}
.blog_le {
    width: 100%;}

h5.blog_le_t{    display: none;}
.blog_le .accordion {
    border-radius: 0px;
    border: none;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #c5c5c5;}
.blog_le .accordion > li {
    transition: all 0.3s;
    width: auto;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #ccc !important;
}
.blog_ri {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}
.blog_subbox{grid-template-columns: 1fr;
    grid-gap: 10px;}
.subbox_item {
    border-bottom: 1px solid #c5c5c5;
}
.subbox_item a {
    display: flex;
    align-items: flex-start;
    padding: 50px 10px;
}
.blog_list_le {
    position: relative;
    padding-bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 340px;
    overflow: hidden;
	aspect-ratio: 4 / 3;
}
.blog_list_ri {
    padding: 20px 50px;
    display: block;
    flex-wrap: wrap;
    flex-direction: column;}
.subbox_item a:before {
    bottom: 50px;
    right: 100px;
    opacity: 1;
    font-size: 14px;
    color: var(--mainColor);
    font-family: "Bellefair", serif;
}
.blog_list_ri h5 {
    border-bottom: 1px solid;
    color: #444;
    padding-bottom: 10px;
    letter-spacing: 1px;
    margin-bottom: 15px;
	font-family: "Noto Serif TC", serif;
}
.blog_list_ri em {
    color:#444;
    margin: 7px 0 15px;
    order: -1;
    border: 1px solid var(--mainColor);
    width: fit-content;
    font-weight: 500;
}
.blog_list_ri p {
    font-size: 15px;
    color: #666;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
}
.subbox_item a:hover {
    background: #ddd;
}
.subbox_item a:after{    background: rgb(255 255 255 / 0%);}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    width: auto;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color:#444 !important;
}
.accordion li .link a{    
		font-family: "Noto Serif TC", serif;    
		font-size: 17px;
    	letter-spacing: 2px;
		font-weight: 500;
		color: #444;}
.accordion li+li .link {
    border-top: 0px solid #ccc;
}
h4.blog_category_title {
    font-size: 28px;
    border-bottom: 1px solid;
    padding: 20px 0 10px;
    color: #444;
    letter-spacing: 1px;
    font-weight: 500;
    width: fit-content;
	font-family: "Noto Serif TC", serif;   
}
.news_related{    display: none;}
.blog_back{    display: flex;    grid-gap: 0px;}
.blog_in_page .main_part {
    max-width: 100%;
    padding: 50px 0px 0;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_back, .blog_back a.article_btn_next {
    background: #e1dfe0;
    transition: 0.3s;
}

.blog_in_page .blog_le {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto 4vw;
    display: block;
    padding: 0 10px;
}
.blog_back a{
	font-size: 14px;
    color: #222;
    padding: 25px 0px;
    width: 34%;
    font-family: "Bellefair", serif;
    letter-spacing: 2px;
	display:flex;
	justify-content: center;}
	
.blog_back a.article_btn_prev:hover::before {
    transform: translateX(-10px);
}
.blog_back a.article_btn_prev::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(https://pic03.eapple.com.tw/wabisabidesign/new_arrow_2.svg) left center no-repeat;
    display: block;
    margin-right: 10px;
    transition: .3s;
}
.blog_back a.article_btn_next::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(https://pic03.eapple.com.tw/wabisabidesign/new_arrow_3.svg) right center no-repeat;
    display: block;
    margin-left: 10px;
    transition: .3s;
}
.blog_back a.article_btn_next:hover::after {
    transform: translateX(10px);
}
.blog_in_page .blog_ri{width: 100%;
    padding: 0px 10px 70px;
    max-width: 1000px;
    margin: 0 auto;
    display: block;}
.blog_list_ri h5{    padding-bottom: 4px;}
	
@media screen and (max-width: 600px) {
.module_i_news ul, .blog_subbox {
        grid-template-columns: 1fr;}
.subbox_item a{    display: block;}
.blog_list_le{max-width: 100%;}
.blog_list_ri {
    padding: 10px;}
.subbox_item a:before {
    bottom: 25px;
    right: 20px;}
	
}
*/
/*0722文章改樣式*/
.blog_le {
    display: none;}
.blog_subbox{    grid-template-columns: 1fr 1fr 1fr 1fr;}
.subbox_item a {
    display: block;}
.blog_ri {
    width: 100%;}

.blog_list_le{aspect-ratio: 4 / 3;}



	
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: transparent;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    text-align: left;
    display: block;
    padding: 110px 20px 50px;
}
.banner h5 {
    font-size: 45px;
    font-weight: normal;
    font-style: normal;
    color: #999;
	 position: relative;
}
.banner p {
    font-size: 19px;
    font-weight: 300;
    font-family: "Noto Serif TC", serif;
	letter-spacing: 2px;
}
.banner.banA {}
.banner.banB {display:none;}

.banner.banD {}
.banner.banE {}

.banner.banF {display:none;}
.banner.banblog h5:after{
	content:'時頤札記';
	display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #000;
	    padding-left: 15px;
    font-family: 'Noto Serif TC', sans-serif;}
.banner.banC h5:after{
	content:'聯絡我們';
	display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #000;
	    padding-left: 15px;
    font-family: 'Noto Serif TC', sans-serif;}
	
.banner.banblog h5::before {
    content: '';
    background: #f5c354;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 95px;
    top: 0;
    border-radius: 100%;
    animation: up0 2.5s ease-out infinite;
    -webkit-animation: up0 2.5s ease-out infinite;
}
body.blog_in_page.article_a.bodyDesktop .banner.banblog h5::before{display:none;}

.banner.banC h5::before {
    content: '';
    background: #f5c354;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 173px;
    top: 0;
    border-radius: 100%;
    animation: up0 2.5s ease-out infinite;
    -webkit-animation: up0 2.5s ease-out infinite;
}
.banner.banC {display:none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 1024px) {
.pageIndex .header_area{position: sticky;background:#0f405c;}
.main_header_area{background:unset;}
.main_header_area .container {
    max-width: 100%;
}
.pageIndex .main_header_area{    background: #14405b;}

}

@media screen and (max-width: 980px) {
	.products-list, .pageIndex .products-list{            grid-gap: 3px;}
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.nav-brand{    max-width: 175px;    filter: none;}
.sticky .main_header_area{box-shadow:unset;}
.sticky .nav-brand{    max-width: 175px;}
.stellarnav.mobile ul{    background: #0f405c;}
.stellarnav.mobile > ul > li > a {
        padding: 25px 10px;
        border: 0;
    }
.footer_info{padding-top: 0;}
.header_area {
    padding: 20px;
}
.navigation{padding:0px;}
.prod_tabs{margin-top: 0px;}
.mobile_product_name{display: none;}
.stellarnav.mobile > ul > li > a.dd-toggle{display:none;}
.stellarnav.mobile li.open{background: #0e2f42;}
.stellarnav > ul > li > ul a{    background: #2f4552;}
.stellarnav .menu-toggle:after{    color: #e5ba51;}
.stellarnav .menu-toggle span.bars span{    background: #e5ba50;}
.pageIndex .sticky .nav-brand{    max-width:175px;}
.stellarnav.mobile > ul > li{border-bottom: 1px #dddddd61 solid;}
.stellarnav > ul > li > a{    font-size: 15px;}

.pageIndex .header_area .stellarnav > ul > li > a {
        text-align: right;
        color: #fff;
        padding: 0px 0;
        height: 80px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width:100%;}

}

@media screen and (max-width: 600px) { 

.products-list .item {
    width: 100%;}
.contact_form li .form__label{background: rgb(255 255 255);}
.products-list .item {
   	    width: 100%;
        border: none;
        border-bottom: 1px solid #ccc;
        margin: 10px 0;}
product_info_page bodyDesktop .product_page .products-list, .product-wrapper {
    width: 100%;
}
.form select{width: 180px;    padding: 0;}

.products-list, .pageIndex .products-list{display: block;}
.products-list .item {
    width: 100%;}
.products-list .name{    margin-top: 0;    line-height: 3.5;height: auto;top: 40%;}
.module_i_news ul{grid-template-columns: 1fr;}
.contact_form{display:block;}
.blog_subbox {
    grid-template-columns: 1fr;}
}


/* 首頁輪播連結20250416 */
.in_btn{
    max-width: 1440px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-62%);
    bottom:10vw;
    padding:0 20px;
    z-index:99999;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.in_btn a{
    display: block;
    width: fit-content;
    padding:5px 20px;
    position: relative;
    color:white;
    font-size: 16px;
    font-family: "Oxygen", sans-serif;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    transition: 0.5s;
}

.in_btn a:hover{
    transition: 0.5s;
    letter-spacing: .3em;
}

.in_btn a:hover::before{
    transition: 0.5s;
    left: calc(100% - 1px);
}

.in_btn a::after{
    content:"";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom:-1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    transition: 0.5s;
}

.in_btn a::before{
    content:"";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 150px;
    position: absolute;
    left: -2.5px;
    bottom:-3px;
    transition: 0.5s;
}

@media (max-width:600px) {
    .in_btn a {
        padding:5px 15px;
        font-size: 15px;
    }
	
}
@media (max-width:475px) {
    .in_btn a {
        padding:5px 10px;
        font-size: 14px;
    }
}

/* 20250429 */
.product_pic {
  padding-left: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
#prod_thumbSwiper {
  max-width: 100%;
  width: 100%;
  position: relative;
  height: auto;
  margin-top: 35px;
}
#prod_thumbSwiper .swiper-slide {
  height: auto;
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
}
#prod_thumbSwiper .swiper-button-next {
  top: 50%;
  left: auto;
  right: 10px;
  bottom: 0;
  width: 10px;
  transform: translateY(-50%);
}
#prod_thumbSwiper .swiper-button-next:after,
#prod_thumbSwiper .swiper-button-prev:after {
  transform: rotate(0);
}
#prod_thumbSwiper .swiper-button-prev {
  bottom: unset;
  right: auto;
  left:10px;
  width: 10px;
  height: 2em;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width:768px) {
    #prod_thumbSwiper .swiper-slide {
        aspect-ratio: unset;
        height: 0;
        padding-bottom: 19.2%;
    }
}
@media (max-width:600px) {
        #prod_thumbSwiper .swiper-slide {
        aspect-ratio: unset;
        height: 0;
        padding-bottom: 24.7%;
    }
}

/*購物車一直改樣式0819*/
ul.product-layer-two{
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.product-layer-two li a {
    background: transparent;
    color: #474747;
    border: 0;
    border-bottom: 2px #474747 solid;
    font-weight: normal;
}
.product-layer-two li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    width: fit-content;
    height: fit-content;
    text-align: left;
    border-bottom: 0;
    margin: 0 10px;
    transition: all 0.5s;
}

.path p, .path p a{display:none;}

/*文章分類*/

.blog_search {
    width: 90%;
    position: relative;
    margin-bottom: 60px;
    display: none;
    justify-content: flex-end;
}
.blog_le {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;}
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    border-top: 1px #bebebe solid;
}
h5.blog_le_t{display:none;}
.blog_list_le {
    aspect-ratio: auto;
}
.i_blog_le img, .blog_list_le img{    aspect-ratio: auto;}


/*首頁文章*/
.module_i_news .title_i_box h4::after {
    content: '';
    background: #e7bb43;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100%;
    animation: up0 2.5s ease-out infinite;
    -webkit-animation: up0 2.5s ease-out infinite;
}
.module_i_news .title_i_box h4{    width: fit-content;
    margin: 0 auto;
    position: relative;}
.module_i_news .title_i_box h4:after{    content: '';
    background: #e7bb43;
    width: 13px;
    height: 13px;
    position: absolute;
    right: -16px;
    top: 0;
    border-radius: 100%;
    animation: up0 2.5s ease-out infinite;
    -webkit-animation: up0 2.5s ease-out infinite;}




