@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* header商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/*預設解除背景輪播*/
#content_main { 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;}
}
/*預設解除背景輪播--結束*/


   
@media screen and (max-width: 600px) { 
}
 /* 開啟手機板下方按鈕所需設定--結束 */    

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 網頁捲軸設定 */

::-webkit-scrollbar {
    width: 8px;
    background: #fff;
} /* 寬度 */

::-webkit-scrollbar-button {
    background: var(--color3);
    height: 0;
} /* 滾動條上下箭頭 */

::-webkit-scrollbar-thumb {
    background-color: #ddd4c3;
    border-radius: 5px;
} /* 捲軸顏色 */

:-webkit-scrollbar-track-piece {
} /* 捲軸沒有軌道的地方 */

::-webkit-scrollbar-track {
    box-shadow: 0 0 6px rgba(80, 80, 80, 0.6);
    background-color: var(--color3);
} /* 捲軸軌道 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 全域設定 */
:root {
    --Mainfont: "Cormorant Infant","Noto Serif TC", serif;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-family: var(--Mainfont);
    color: var(--color1);
    /* background: var(--color2); */
    transition: cubic-bezier(0.44, 0.24, 0.78, 0.63) .3s;

    --color1:#333333;
    --color2:#F8F6F0;
    --color3:#8b8071;

    --f47:47px;
    --f40:40px;
    --f36:36px;
    --f32:32px;
    --f30:30px;
    --f28:28px;
    --f26:26px;
    --f24:24px;
    --f22:22px;
    --f20:20px;
    --f18:18px;
    --f16:16px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*--------頁碼設定----------*/
ul.page { 
    width: 100%;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 600;
    margin: 120px auto 20px auto;
}

/* 停留在該頁時 */
ul.page li.activeN {
    width: 35px;
}

/* 其他頁 */
.page li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
	margin: 0;
}
.page li a {
    width: 35px;
    height: 35px;
}

/* hover-點擊其他頁 */
.page a, 
.page a:hover {
    transition: all .2s;
}
.page a:hover {
    color: #a8a8a8;
    background: transparent;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 麵包屑導覽--隱藏 */
.path {
    display: none;
}

/* 內頁設定 */
/* 隱藏--下拉編輯頁的促銷方案目錄 */
.other_select_page .promotion_title,
.other_select_page .other_promotion,
.other_select_page ul.page {
    display: none;
}

/* = = = header = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.header_area {
    background: var(--color2);
    padding: 10px 10px 0 10px;
}
.navigation {
    grid-template-columns: 250px 1fr;
}
.nav-header {
    max-width: 250px;
}

/* 產品搜尋欄 */
.me_tp_features {
    display: none;
}
input::placeholder {
    color: rgba(51, 51, 51, 0.7);
}
.box_search input[type=text]:focus {
    color: #333;
}
.tp_links {
    display: none;
} /* header聯絡按鈕--隱藏 */



/* .stellarnav */
.stellarnav {
    padding-top: 15px;
}
.stellarnav > ul > li:last-of-type {
    display: none;
}
.stellarnav > ul > li > a {
    height: 50px;
    color: var(--color1);
    line-height: 50px;
    margin: 0 25px;
    overflow: unset;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}
.stellarnav > ul > li > a::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
    background: var(
    --color3);
    border-radius: 50%;
    opacity: 0;
}
.stellarnav > ul > li.has-sub > a:after {
    content: "";
    display: block;
    top: unset;
    right: unset;
    transform: translate(-50%, 0);
    border: 0;
    margin: 0;
}
.stellarnav > ul > li > a b {
    font-family: "Cormorant Infant","Noto Serif TC", serif;
    font-weight: 700;
    height: 25px;
    line-height: 20px;
    font-size-adjust: cap-height 0.7;
}
.stellarnav ul ul.news_classes {
    display: none !important;
}
.stellarnav li li > a, 
.stellarnav li li.has-sub > a {
    padding: 12px 15px 12px 10px;
}



/* 下滑設定 */
.header_area,
.header_area.sticky {
    transition: cubic-bezier(0.44, 0.24, 0.78, 0.63) .3s;
}
.header_area.sticky {
    background: rgb(248 246 240 / 80%);
    backdrop-filter: blur(3px);
}



/* hover */
.stellarnav * {
    transition: cubic-bezier(0.44, 0.24, 0.78, 0.63) .3s;
}
.stellarnav > ul > li > a::after,
.stellarnav > ul > li > a:hover::after {
    transition: cubic-bezier(0.44, 0.24, 0.78, 0.63) .3s;
}
.stellarnav > ul > li > a:hover,
.stellarnav > ul > li:hover > a {
    color: var(--color3);
} /* 主選單一般變色 */
.stellarnav > ul > li:hover > a::after,
.stellarnav > ul > li > a:hover::after {
    bottom: -10px;
    opacity: 1;
}
.stellarnav > ul > li > a:hover b {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
.stellarnav > ul > li.has-sub > a:hover:after,
.stellarnav > ul > li.has-sub:hover > a:after{
    opacity: 1;
} /* 主選單三角形 */
.stellarnav li li:hover > a, 
.stellarnav li li > a:hover, 
.stellarnav.desktop li.has-sub li a:hover, 
.stellarnav.desktop li.has-sub li:hover > a   {
    color: ;
    background: ;
} /* 次分類一般變色 */
.stellarnav li li.has-sub > a:hover:after,
.stellarnav li li.has-sub:hover > a:after{
    border-left: 6px solid #;
} /* 次分類三角形 */


@media screen and (max-width: 1024px) {
    .navigation {
        display: grid;
    }
    .stellarnav ul {
        text-align: right;
    }
    .stellarnav > ul > li > a {
        margin: 0 15px;
    }
}


@media screen and (max-width: 768px) {
    .header_area.sticky {
        backdrop-filter: unset;
    }
    .nav-header {
        max-width: 160px;
    }
    .navigation {
        display: flex;
    }


    /* 漢堡鈕設定--開始 */
    .stellarnav {
        padding-top: 0;
    }
    .stellarnav.mobile {
        top: -4px;
    }
    .stellarnav .menu-toggle span.bars span {
        width: 34px;
        background: var(--color3);
        margin: 0 auto 6px;
    }
    .stellarnav .menu-toggle:after {
        font-family: "Cormorant Infant","Noto Serif TC", serif;
        font-weight: 1000;
        color: var(--color3);
    }
    .stellarnav .menu-toggle span.bars span:nth-child(1) {
        background: ;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(2) {
        /* margin: 0 auto 4px 0; */
    }
    .stellarnav .menu-toggle span.bars span:nth-child(3) {
        /* margin: 0 auto 4px 0; */
    }
    .stellarnav.mobile.right .close-menu, 
    .stellarnav.mobile.left .close-menu {
        color: transparent;
        background: transparent;
        padding-top: 20px;
        padding-left: 15px;
    }
    .stellarnav .icon-close {
        display: block;
    }
    .stellarnav .icon-close:before, 
    .stellarnav .icon-close::after {
        width: 25px;
        border-bottom: ;
    }/* 漢堡鈕設定--結束 */


    /* 選單設定--開始 */
    .stellarnav.mobile.right > ul, 
    .stellarnav.mobile.left > ul {
        max-width: 300px;
        background: var(--color2);
        box-shadow: 0 0 15px rgba(80, 80, 80, 0.2);
    }
    .stellarnav a.dd-toggle .icon-plus:before, 
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 1px ;
    }
    .stellarnav.mobile > ul > li {
        border: 0;
        margin: 0 12px;
    }
    .stellarnav.mobile li a {
        font-family: var(--Mainfont);
        border-bottom: 0;
    }
    .stellarnav.mobile > ul > li > a {
        padding: 10px 43px 10px 18px;
        overflow-y: hidden;
    }
    .stellarnav > ul > li > a::after,
    .stellarnav > ul > li.has-sub > a:after {
        top: 50%;
        bottom: unset;
        left: 0;
        transform: translate(0, -50%);
        opacity: 1;
    }
    .stellarnav > ul > li.has-sub > a:after {
        display: block !important;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle::after {
        display: none !important;
    }
    .stellarnav li li {
        border: 0;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 40px;
    }
    .stellarnav.mobile li li > a {
        padding: 10px 10px 10px 40px;
    }
    .stellarnav.mobile li.open {
        background: transparent;
        padding: 0;
    }
    .stellarnav.mobile ul ul {
        background: transparent;
    }
    /* .stellarnav ul ul.news_classes {
        display: block !important;
    } */
    .stellarnav ul li.open ul.news_classes {
        display: block !important;
    }
    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0;
    }
    .stellarnav.mobile li.open li.open > a {
        background: rgb(255 255 255 / 80%);
        border-radius: 10px;
    }
    .stellarnav.mobile li.open li.open > a.dd-toggle {
        background: transparent;
    }
    .stellarnav.mobile ul ul ul {
        background: transparent;
    }
    .stellarnav.mobile li li.has-sub li a {
        font-size: 15px;
        padding-left: 50px;
    }
    /* 選單設定--結束 */

    /* hover--開始 */
    .stellarnav.mobile a.dd-toggle:hover .icon-plus:before, 
    .stellarnav.mobile a.dd-toggle:hover .icon-plus:after {
        border-bottom: solid 1px var(--color1);
    }
    .stellarnav li li:hover > a, 
    .stellarnav li li > a:hover, 
    .stellarnav.desktop li.has-sub li a:hover, 
    .stellarnav.desktop li.has-sub li:hover > a {
        background: rgb(255 255 255 / 80%);
        border-radius: 10px;
    } /* 次分類一般變色 */ /* hover--結束 */
}

@media screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 10px;
    }
}

/* = = = 大圖 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.bannerindex {
    position: static;
    height: auto;
}
.pageIndex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}
.pageIndex .swiper-slide:before,
.pageIndex .swiper-slide:after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
    pointer-events: none;
}
.pageIndex .swiper-slide:nth-child(1):after {
    background-image: url(https://pic03.eapple.com.tw/jeoslaw/ban01_text.png);
    width: 30%;
    bottom: 45%;
    left: 15%;
    aspect-ratio: 646/93;
}
.pageIndex .swiper-slide:nth-child(2):after {
    background-image: url(https://pic03.eapple.com.tw/jeoslaw/ban02_text.png);
    width: 50%;
    bottom: 16%;
    left: 25%;
    aspect-ratio: 988 / 52;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after,
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
    animation: slide-top 2s 0.3s both;
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before {
    background-image: url(https://pic03.eapple.com.tw/jeoslaw/ban01_shadow_flower.png);
    width: 100%;
    top: 0;
    left: 0;
    transform-origin: bottom left;
    aspect-ratio: 2000 / 859;
    mix-blend-mode: soft-light;
    animation: shaking 7s ease-in-out infinite;
}
@keyframes shaking {
    0% {
        transform: rotate(-2deg);
    }

    50% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(-2deg);
    }
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before {
    background-image: url(https://pic03.eapple.com.tw/jeoslaw/ban02_circle.png);
    width: 90%;
    bottom: 5%;
    left: 5%;
    transform-origin: center center;
    aspect-ratio: 1818 / 283;
    animation: scale 2s 0.3s both;
}
@keyframes scale {
    0% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}
/* @keyframes scale {
    0% {
        clip-path: inset(0% 0% 0% 100%);
    }
    100% {
        clip-path: inset(0% 0% 0% 0%);
    }
} */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
    bottom: 3%;
} /* 大圖點點 */

@media screen and (max-width: 1200px) {
    .pageIndex .swiper-slide:nth-child(1):after {
        left: 12%;
        width: 40%;
    }
    .pageIndex .swiper-slide:nth-child(2):after {
        left: 20%;
        width: 65%;
    }
}

@media screen and (max-width: 600px) {
    .pageIndex .swiper-slide:nth-child(1):after {
        left: 7%;
        width: 60%;
    }
    .pageIndex .swiper-slide:nth-child(2):after {
        left: 11%;
        width: 80%;
    }
}


/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.footer_info li p.tel:before {
    content: 'TEL ';
}
.footer_info li p.mail:before {
    content: 'EMAIL ';
}
.footer_info li p.add:before {
    content: 'ADD ';
}
.footer {
    font-family: "Cormorant Infant","Noto Serif TC", serif;
    font-weight: 600;
    font-size-adjust: cap-height 0.7;
    background: var(--color2);
    padding: 60px 0 0;
}
.footer .center {
    padding: 0 2%;
}
.footer_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 0;
    padding: 0 0 30px;
}
.box_link {
    display: none;
}
.footer_info ul {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.footer_info li p {
    color: rgba(51, 51, 51, 0.5);
    letter-spacing: 0.1rem;
    line-height: 220%;
}
.footer_menu a {
    color: var(--color3);
    letter-spacing: 0.15rem;
    border: 0;
    background: transparent;
}
.footer_menu a:nth-of-type(1),
.footer_menu a:nth-of-type(n+6) {
    display: none
}
.copy, 
.copy a {
    color: var(--color2);
}
.copy {
    background: var(--color3);
}

/* hover */
.footer * {
    transition: cubic-bezier(0.44, 0.24, 0.78, 0.63) .3s;
}
.box_link a:hover {
    opacity: .7;
}
.box_link a,
.box_link a:hover {
    transition: all .2s;
}
.footer_info li p a:hover {
    color: var(--color3);
}
.footer_menu a:hover {
    background: transparent;
    color: rgba(139, 128, 113, 0.6);
}
.copy a:hover {
    color: #fbcd4f;
}

@media screen and (max-width: 768px) {
    .footer_info {
        padding: 0 0 10px;
    }
    .footer_info ul {
        grid-gap: 15px;
    }
    .footer_info li+li {
        margin-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .copy {
        padding-top: 10px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */

/* 購物車頁面設定 */
.product_page .main_part { 
    max-width:1500px;
}
.product_page .show_content,
.product_info_page .show_content { 
    width: 100%; 
    display: flex; 
    justify-content: space-between; 
    flex-wrap: wrap; 
    align-items: flex-start; 
    align-content: flex-start;
}

/* 商品分類 */
.product_page .product_menu_list { 
    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);
}
.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 { 
    position:static; margin-top:5px; 
    /*display:block !important;*/ 
    width:100%; margin-left:0;
}
.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 ul > li + li { 
    margin-top:5px;
}
.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%);
}

/* 商品分類hover */
.product-layer-two li:hover ul { 
    border: none !important; 
    /*display:block !important;*/
}
.product-layer-two li li:hover{ 
    margin-left: 15px;
}
.product-layer-two li li:hover > a { 
    background:#fff; 
    color:#ad925e;
}
.product-layer-two li li:hover > a:before { 
    background:#ad925e;
}

/* 商品列表 */
.products-list .name {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.products-list .price b.ori_price {
    color: rgba(51, 51, 51, 0.4);
}
.products-list .price b.sp_price,
.products-list .price b {
    color: rgba(51, 51, 51, 1);
}


/* .product_info_page */
.product_info_page .product-layer-two { 
    display: none;
}
.product_info_page .products-list,
.product-wrapper { 
    width: 100%;
}
.product_info_page .half_box { 
    width: 100%; 
    float: none; 
    padding-right: 0;
}
.product_info_page .half_box li.btn_blankTop { 
    margin-top: 50px; 
    justify-content: space-between; 
    display: flex;
}
.product_info_page .half_box li.btn_blankTop input { 
    width: calc(50% - 10px); 
    background-image: none; 
    padding: 0; 
    text-align: center;
}
.sidebarBtn {
    border: 0;
}
.product_info li:nth-of-type(1) .txt_box {
    font-size: 15px;
    letter-spacing: 1px;
}
.product_info li .txt_box {
    font-family: 'Noto Sans TC', sans-serif;
    color: #333333;
}
.product_info li:nth-of-type(1) .txt_box {
    font-size: 15px;
}
.radio-inline__label {
    background: #F7F5F2;
    border: solid 2px #F7F5F2;
    border-radius: 0;
    padding: 8px 22px;
}
.radio-inline__input:checked + .radio-inline__label {
    background: #F7F5F2;
    border: solid 2px rgb(196 196 196 / 80%);
}
.sidebarBtn .price span.ori_price {
    text-decoration: line-through;
}

/* 商品資訊&相關推薦 */
.pd_tabTitle li.activeTab {
    border: 0;
}
.prod_related * {
    transition: all ease-in .3s;
}
.prod_related {
    padding: 50px 15px 25px 15px;
}
.prod_related h6 {
    margin: 0 auto 30px;
}
.related_list li a {
    background: transparent;
}
.related_list li a p {
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 15px;
}

/* ------結帳頁面------ */
.rewrite_simple {
    background: #333333 url(../images/simple_left.png) 10% center no-repeat;
}
.send_simple {
    background: rgb(138, 138, 138) url(../images/simple_right.png) 88% center no-repeat;
}

/* 訂單成立 */
.pay_text a.animated-arrow:nth-child(1) {
    background: #48AE4F;
}
.pay_text a.animated-arrow:nth-child(2) {
    background: #333333;
}
.order_list_tit b {
    color: #333;
}
.order_list_pro tr:first-child {
    background: #333;
}
.order_list_pro tr:first-child td {
    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_page .product-layer-two,
    .product_page .products-list {
        width: 100%; 
        border-right: none;
    }
    .product_page .product_menu_list {
        width: 100%; 
        order: 0; 
        min-height: unset;
    }
    .product_page .product_menu_list>h5{
        display: block;
    }
    .product-layer-two { 
        margin-right: 0; 
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); 
        grid-gap: 5px;
    }

    /* .product_page頁面物件順序設定 */
    .product_page .show_content > a { 
        order: 1;
    }
    .product_page ul.products-list { 
        order: 2;
    }
    .product_page ul.page { 
        order: 3;
    }

    /* .product_page */
    .product_page .product_menu_list {
        background: #F7F5F2;
        padding: 5px 15px;
    }
    .product_page .product_menu_list > h5 {
        margin: 0;
    }

    /* .product_info_page */
    .mobile_product_name {
        display: none;
    }
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 480px) {
    .product_info_page .main_part {
        padding: 10px 10px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 相簿管理 */

/* 00---共用 */

/* 01---.album_page */
.other_album_choice li {
    border-radius: 0;
    padding: 12px 0;
}
.other_album_choice li a {
    padding: 12px 20px;
}

/* .album_page - hover */


/* 02---.album_class_page */
.other_subalbum li {
    background: transparent;
}
.other_subalbum li a p {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-top: 5px;
}
.album_fixed_title {
    background: transparent;
}

/* .album_class_page - hover */

/* 03---.album_info_page */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 文章管理 */

/* 首頁文章管理 */
.module_i_news * {
    transition: cubic-bezier(0.44, 0.24, 0.78, 0.63) .3s;
}
.module_i_news {
    font-family: "Cormorant Infant","Noto Serif TC", serif;
    padding: 0 20px 50px 20px;
}
.module_i_news .title_i_box {
    display: flex;
    flex-direction: column-reverse;
    font-family: "Cormorant Infant","Noto Serif TC", serif;
    line-height: 250%;
}
.module_i_news .title_i_box h6 {
    font-size: 30px;
    color: rgb(51 51 51 / 30%);
}
.module_i_news .title_i_box h4 {
    font-size: 28px;
    font-weight: 600;
    color: var(--color1);
    letter-spacing: 3px;
}
.module_i_news ul {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}
.module_i_news li a {
    align-items: center;
    grid-template-columns: 320px 1fr;
    grid-gap: 80px;
}
.module_i_news li a:before {
    right: unset;
    left: 50%;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border: solid 1px #fff;
    padding: 5px 15px;
}
.module_i_news li a:after {
    background: rgb(139 128 113 / 50%);
    border: 0;
}
.i_blog_le {
    aspect-ratio: 4/3;
}
.i_blog_ri h5 {
    font-size: 22px;
    color: var(--color3);
}
.i_blog_ri em {
    font-size: 16px;
}
.i_blog_ri p {
    font-size: 17px;
    color: var(--color1);
    line-height: 180%;
}
.animated-arrow {
    width: 250px;
    height: 55px;
    line-height: 55px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.2rem;
    background: var(--color3);
    border-radius: 40px;
}
.i_blog_b b {
    margin-right: 25px;
}
.i_blog_b a i.fa-solid.fa-arrow-right {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.i_blog_b a i.fa-solid.fa-arrow-right::before {
    color: var(--color3);
    background: #fff;
    border-radius: 20px;
    padding: 10px;
}

/* 首頁文章管理-hover */
.module_i_news li a:hover img {
    transform: scale(1.1);
}
.animated-arrow:hover {
    background: var(--color1);
}
.i_blog_b a:hover i.fa-solid.fa-arrow-right {
    margin: 0 10px;
}
.i_blog_b a:hover i.fa-solid.fa-arrow-right::before {
    color: var(--color1);
}

/* ----blog_page---- */
.blog_page,
.blog_in_page {
    font-family: "Cormorant Infant","Noto Serif TC", serif;
}

/* 文章分類 */
h5.blog_le_t {
    display: none;
}
.blog_le .accordion {
    background: var(--color3);
    border: 0;
    border-radius: 10px;
}
.blog_search input[type=submit] {
    background: url(https://pic03.eapple.com.tw/jeoslaw/article_search.svg) no-repeat center center;
}
.accordion li .link a,
.submenu a {
    font-size: 16px;
    letter-spacing: .1rem;
}
.accordion li .link a {
    font-weight: 500;
    color: #fff;
}
.blog_le .accordion li .link i {
    color: #fff;
}
.blog_le .accordion li.open .link i {
    color: #fff;
}
.submenu {
    background: #fff;
    padding: 10px 0;
}
.submenu li+li {
    border-top: 0;
}
.accordion li+li .link {
    border-top: 1px solid #a09c96;
}
.submenu a {
    padding: 8px 12px 8px 25px;
}
.submenu a i {
    display: none;
}


/* 文章分類 - hover */
.blog_le .accordion * {
    transition: cubic-bezier(0.44, 0.24, 0.78, 0.63) .3s;
}
.blog_le .accordion > li.on_this_category {
    color: var(--color1) !important;
    background: var(--color2) !important;
} /* 當前分類 */
.blog_le .accordion > li:hover {
    color: var(--color1);
    background: var(--color2) !important;
} /* 點擊分類 */
.blog_le .accordion > li:hover .link {
    color: var(--color1) !important;
} /* 當前分類 */
.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a {
    color: var(--color3) !important;
}
.blog_le .accordion > li.on_this_category .link i {
    color: var(--color3) !important;
} /* 當前分類 */
.blog_le .accordion > li:hover .link i {
    color: var(--color3) !important;
} /* 點擊分類 */
.submenu li.on_this_category a, 
.submenu a:hover {
    color: var(--color3);
    background: transparent;
    padding-left: 30px;
} /*點擊子分類 */

/* 文章列表 */
.blog_subbox {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}
.subbox_item a {
    grid-template-columns: 280px 1fr;
    grid-gap: 60px;
    align-items: center;
}
.subbox_item a:before {
    right: unset;
    left: 50%;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border: solid 1px #fff;
    padding: 5px 15px;
}
.subbox_item a:after {
    background: rgb(139 128 113 / 50%);
    border: 0;
}
.blog_list_le {
    aspect-ratio: 4/3;
    overflow: hidden;
}
.blog_list_ri h5 {
    font-size: 22px;
    color: var(--color3);
}
.blog_list_ri em {
    font-size: 16px;
}
.blog_list_ri p {
    font-size: 17px;
    color: var(--color1);
    line-height: 180%;
}

/* hover */
.fa-chevron-down::before,
.blog_le .accordion li.open i.fa-chevron-down::before {
    transition: all .3s;
}
.blog_le .accordion li.open i.fa-chevron-down::before {
    content: "\f078";
    transform: rotate(-180deg);
}
.subbox_item a:hover img {
    transform: scale(1.1);
}

/* ----blog_in_page---- */
h4.blog_category_title {
    font-size: 26px;
    color: var(--color3);
}
.blog_shareData {
    flex-direction: row;
}
.blog_back {
    max-width: 400px;
    padding-top: 50px;
    margin: 0 auto;
}
.blog_back a {
    font-size: 17px;
}
.blog_back a.article_btn_prev, 
.blog_back a.article_btn_next {
    background: transparent;
    color: transparent;
    position: relative;
}
.blog_back a.article_btn_back {
    position: relative;
    color: #888888;
    font-weight: bold;
    letter-spacing: 2px;
    background: transparent;
}
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before {
    display: block;
    position: absolute;
    width: 25px;
    top: 30%;
    aspect-ratio: 25 / 14;
    background-repeat: no-repeat;
}
.blog_back a.article_btn_prev:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/jeoslaw/left-arrow.svg);
    right: 20px;
}
.blog_back a.article_btn_next:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/jeoslaw/right-arrow.svg);
}
.news_related {
    background: transparent;
}
.news_related h6 {
    border-bottom: solid 1px #e4e4e4;
    padding-bottom: 10px;
}
.news_related h6 span:before {
    font-size: 23px;
    letter-spacing: 0.2rem;
    color: var(--color3);
}
.news_related_list li a {
    position: relative;
    background: transparent;
    padding: 0;
}
.news_related_list li a:before {
    content: 'READ MORE';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    z-index: 19;
    opacity: 0;
    font-size: 15px;
    color: #fff;
    border: solid 1px #fff;
    padding: 0 10px;
}
.news_related_list li a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgb(139 128 113 / 50%);
    opacity: 0;
    transition: all .5s;
}
.news_related_list li a p {
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 15px 0 5px 0;
}
.lastPage {
    position: relative;
    width: 180px;
    color: #fff;
    background: var(--color3);
    border-radius: 30px;
    padding: 13px 20px;
    transition: cubic-bezier(0.44, 0.24, 0.78, 0.63) .3s;
}

/* ----blog_in_page-hover---- */
.blog_back a {
    transition: cubic-bezier(0.44, 0.24, 0.78, 0.63) .3s;
}
.blog_back a:hover {
    opacity: .7;
}
.news_related_list * {
    transition: cubic-bezier(0.44, 0.24, 0.78, 0.63) .3s;
}
.news_related_list li a:hover:before, 
.news_related_list li a:hover:after {
    opacity: 1;
    transition: all .5s;
}
.news_related_list li a:hover img {
    transform: scale(1.1);
}
.lastPage:hover {
    background: var(--color1);
}

@media screen and (max-width: 960px) {
    .subbox_item {
        border: 0;
    }
    .subbox_item a {
        grid-template-columns: 220px 1fr;
        grid-gap: 40px;
    }
}

@media screen and (max-width: 768px) {
    .module_i_news_list {
        padding: 0 0 30px 0;
    }
    .module_i_news li {
        border: 0;
    }
    .module_i_news li a {
        grid-template-columns: 240px 1fr;
        grid-gap: 40px;
    }
    .blog_search input[type=search] {
        -webkit-appearance: none;
        background: transparent;
    }
}

@media screen and (max-width: 600px) {
    .module_i_news li a {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}

@media screen and (max-width: 480px) {
    .blog_list_ri h5 {
        font-size: 18px;
    }
    .subbox_item a {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}

/* = = = 聯絡我們 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* .contact_page .main_part {
    display: flex;
    justify-content: space-around;
}
.contact_editbox {
    width: 40%;
}
.contact_content {
    width: 60%;
} */
.contact_page {
    font-family: var(--Mainfont);
}
.contact_content form {
    display: flex;
    justify-content: space-between;
    grid-gap: 30px;
}
.blank_letter {
    font-family: var(--Mainfont);
    font-size: 30px;
    font-weight: 600;
    color: var(--color3);
    letter-spacing: 0.2rem;
}
.blank_letter:after {
    content: '';
    display: block;
    font-size: 30px;
    color: rgb(51 51 51 / 30%);
    line-height: 120%;
}

/* 左-聯絡資訊 */
/* .contact_content .information_left {
    display: none;
} */
.contact_content .information_left {
    width: 40%;
}
.blank_letter.i:after {
    content: 'INFORMATION';
}
.list_before {
    display: none;
}

/* 右-表單 */
.contact_content .information_right {
    width: 100%;
}
.blank_letter.f:after {
    content: 'CONSULTATION';
}
.note {
    font-size: 15px;
    letter-spacing: 0.1rem;
}
.red {
    color: #B87625;
}
.contact_form {
    grid-gap: 15px;
    font-size: 18px;
}
.contact_form li {
    grid-template-columns: 260px 1fr;
}
.contact_form li .form__label {
    max-width: 260px;
    text-align: left;
}
.contact_form li input.noborder {
    border: 0;
    border-bottom: 1px #e9e9e9 solid;
}
.contact_form li textarea.noborder {
    border: 1px #e9e9e9 solid;
}
.noborder:focus {
    outline: none;
}

/* 送出按鈕 */
.contact_form li.last {
    margin-top: 40px;
    grid-gap: 30px;
}
.contact_form li.last input {
    font-size: 17px;
    letter-spacing: 3px;
}
.contact_form li.last blockquote {
    width: 150px;
    color: #ada49a;
    border: solid 1px #d2d0ce;
    border-radius: 30px;
}
.contact_form li.last blockquote input {
    padding: 7px 12px;
}
.contact_form li.last cite {
    position: relative;
    width: 200px;
    height: 55px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.2rem;
    background: var(--color3);
    border: 0;
    border-radius: 40px;
}
.contact_form li.last cite input {
    margin-right: 15px;
}
.contact_form li.last cite i.fa-solid.fa-arrow-right {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.contact_form li.last cite i.fa-arrow-right::before {
    color: var(--color3);
    background: #fff;
    border-radius: 20px;
    padding: 10px;
}

/* hover */
.contact_form li.last blockquote:hover {
    color: #fff;
    background: #d2d0ce;
}
.contact_form li.last cite:hover {
    background: var(--color1);
}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {
    letter-spacing: 3px;
}
.contact_form li.last cite:hover i.fa-solid.fa-arrow-right::before {
    color: var(--color1);
}

@media screen and (max-width: 960px) {
    .contact_form li {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 850px) {
    .contact_content form {
        flex-direction: column;
    }
    .contact_content .information_left {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .contact_content {
        padding: 0;
    }
    .contact_form li .form__label {
        font-weight: normal;
        background: transparent;
        padding: 0;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* TOP按鈕 */
#to_top {
    font-family: "Cormorant Infant", "Noto Serif TC", serif;
    color: var(--color1);
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
#to_top i.top {
    width: 15px;
    height: 15px;
}
#to_top i.top:before, 
#to_top i.top:after {
    height: 10px;
    background: #838383;
}
#to_top i:before {
    transform: rotate(-45deg);
}
#to_top i:after {
    transform: rotate(45deg);
}

/* 手機版置底按鈕 */
/* #bottom_menu li a {
    color: #fff;
}
#bottom_menu li:nth-of-type(1) {
    background: #4D4D4D;
}
#bottom_menu li:nth-of-type(1) a {
    color: #fff;
}
#bottom_menu li:nth-of-type(2) {
    background: #90A183;
}
#bottom_menu li:nth-of-type(3) {
    background: #99C681;
} */


 /* 開啟手機板下方按鈕所需設定 */
@media screen and (max-width: 768px) {
    #to_top { 
        bottom:65px;
    }
    .footer.with_shopping_mode { 
        padding:30px 0 0; 
    }
    #bottom_menu {
        display: none;
    }
    #bottom_menu li:nth-child(1) {
        background: ;
    }
    #bottom_menu li:nth-child(2) {
        background: ;
    }
    #bottom_menu li:nth-child(3) {
        background: ;
    }
    #bottom_menu li a {
        color: #fff;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*--------內頁BANNER 設定----------*/

.banner {
    height: 23vw;
    justify-content: flex-start;
    align-content: flex-end;
    background-image: url(https://pic03.eapple.com.tw/aaa/aaa.jpg);
    background-position-y: unset;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner h5 {
    font-family: var(--Mainfont);
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0.4rem;
    color: #fff;
    margin: 0 5% 2% 15%;
}
.banner h5:before {
    content: "";
    display: block;
    position: relative;
    font-size: 36px;
    line-height: 120%;
    opacity: .6;
}

/*促銷方案*/
.banner.banA {}
.banner.banB {}

/*聯絡我們*/
.banner.banC {
    background-image: url(https://pic03.eapple.com.tw/jeoslaw/banC.jpg);
}
.banner.banC h5:before {
    content: "CONTACT";
}

/* 匯款通知 */
.banner.banD {}

/*相簿管理/作品展示*/
.banner.banE {}

/*商品展示*/
.banner.banF {}

/*文章管理*/
.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/jeoslaw/banblog.jpg);
}
.banner.banblog h5:before {
    content: "NEWS";
}

@media screen and (max-width: 768px) {
    .banner h5 {
        font-size: 22px;
        letter-spacing: 0.2rem;
    }
    .banner h5:before {
        font-size: 30px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */









