@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: 6px;
    background: #fff;
} /* 寬度 */

::-webkit-scrollbar-button {
    background: var(--color2);
    height: 8px;
} /* 滾動條上下箭頭 */

::-webkit-scrollbar-thumb {
    background-color: var(--color3);
} /* 捲軸顏色 */

:-webkit-scrollbar-track-piece {
} /* 捲軸沒有軌道的地方 */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(225, 225, 225, 0.6);
    background-color: #fff;
} /* 捲軸軌道 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 全域設定 */
:root {
    font-family: var(--Mainfont);
    color: var(--color1);
    /* background: var(--color2); */
    transition: var(--trans);
    line-height: 1.8;
    letter-spacing: 0.1em;

    --Mainfont: "Noto Serif TC", serif;
    --Mainfont: "Amethysta", "Noto Serif TC", serif;
    --Mainfont: "Petrona", "Noto Serif TC", serif;
    --Mainfont: "Spectral", "Noto Serif TC", serif;
    --color1:#1A201D;
    --color2:#EAE3D7;
    --color3:#314039;
    --trans: .5s cubic-bezier(0.97, 0.75, 0.56, 0.85);

    font-size: var(--f60);
    font-size: var(--f30);
    font-size: var(--f28);
    font-size: var(--f26);
    font-size: var(--f20);
    font-size: var(--f16);
    --f60:60px;
    --f47:47px;
    --f40:40px;
    --f36:36px;
    --f32:32px;
    --f30:30px;
    --f28:28px;
    --f26:26px;
    --f24:24px;
    --f22:22px;
    --f20:20px;
    --f18:18px;
    --f16:16px;
}

@media screen and (max-width: 1200px) {
    :root {
        --f60:50px;
        --f28:26px;
        --f26:24px;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --f60:40px;
        --f28:24px;
        --f26:22px;
    }
}

@media screen and (max-width: 480px) {
    :root {
        --f60:32px;
    }
}

body {
    font-family: var(--Mainfont);
}

.main_part {
    max-width: 1400px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*--------頁碼設定----------*/
ul.page { 
    width: 100%;
    font-family: var(--Mainfont);
    font-weight: 600;
    margin: 120px auto 20px auto;
}

/* 停留在該頁時 */
ul.page li.activeN {
    width: 35px;
}

/* 其他頁 */
.page li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
	margin: 0;
}
.page li a {
    width: 35px;
    height: 35px;
}

/* hover-點擊其他頁 */
.page a, 
.page a:hover {
    transition: all .2s;
}
.page a:hover {
    color: #a8a8a8;
    background: transparent;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 麵包屑導覽--隱藏 */
.path {
    display: none;
}

/* 內頁設定 */
/* 隱藏--下拉編輯頁的促銷方案目錄 */
.other_select_page .promotion_title,
.other_select_page .other_promotion,
.other_select_page ul.page {
    display: none;
}

/* = = = header = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.header_area {
    background: var(--color3);
    padding: 10px 10px 0 10px;
}
.header_area.sticky {
    background: rgb(49 64 57 / 80%);
    backdrop-filter: blur(3px);
}
.main_header_area .container {
    max-width: 1400px;
}
.navigation {
    grid-template-columns: 300px 1fr;
}
.nav-header {
    max-width: 350px;
}

/* 產品搜尋欄 */
.box_search input[type=text] {
    background: url(https://pic03.eapple.com.tw/aaa/_01.svg) no-repeat 9px center #fff;
}
input::placeholder {
    color: rgba(51, 51, 51, 0.5);
}
.box_search input[type=text]:focus {
    color: #333;
}
.tp_links {
    display: none;
} /* header聯絡按鈕--隱藏 */



/* .stellarnav */
.stellarnav > ul > li::before,
.stellarnav > ul > li::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #94a19b;
}
.stellarnav > ul > li::before {
    top: 10px;
    right: 0;
}
.stellarnav > ul > li::after {
    bottom: 15px;
    left: 0;
}
.stellarnav > ul > li > a {
    font-family: var(--Mainfont);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.15em;
    line-height: normal;
    height: auto;
    padding: 17px 2px;
    margin: 0 10px;
}
.stellarnav li.has-sub > a:after {
    border-top: 6px solid #b1b1b1;
}
.stellarnav ul ul {
    width: 180px;
    background: rgb(234 227 215 / 80%);
    backdrop-filter: blur(3px);
}
.stellarnav li li {
    border: 0;
    border-bottom: solid 1px #EAE3D7;
}
.stellarnav li li > a, 
.stellarnav li li.has-sub > a {
    padding: 10px 17px;
}
.stellarnav li li a {
    font-size: 15px;
    font-weight: 700;
    color: var(--color3);
    letter-spacing: 0.05em;
}
.stellarnav li li.has-sub > a:after {
    margin-right: 10px;
}

/* hover */
.stellarnav * {
    transition: var(--trans);
}
.header_area,
.header_area.sticky,
.stellarnav > ul > li:before,
.stellarnav > ul > li:hover:before,
.stellarnav > ul > li::after,
.stellarnav > ul > li:hover::after {
    transition: var(--trans);
}
.stellarnav > ul > li:hover:before,
.stellarnav > ul > li:hover::after {
    width: 100%;
}
.stellarnav > ul > li > a:hover,
.stellarnav > ul > li:hover > a {
    
} /* 主選單一般變色 */
.stellarnav > ul > li.has-sub > a:hover:after,
.stellarnav > ul > li.has-sub:hover > a:after{
    border-top: 6px solid #;
} /* 主選單三角形 */
.stellarnav li li:hover > a, 
.stellarnav li li > a:hover, 
.stellarnav.desktop li.has-sub li a:hover, 
.stellarnav.desktop li.has-sub li:hover > a   {
    color: #fff;
    background: #8fa299;
    transition-duration: .3s;
} /* 次分類一般變色 */
.stellarnav li li.has-sub > a:hover:after,
.stellarnav li li.has-sub:hover > a:after{
    border-left: 6px solid #fff;
} /* 次分類三角形 */

@media screen and (max-width: 1024px) {
    .stellarnav ul {
        margin-top: -10px;
    }
    .me_tp_features {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .header_area.sticky {
        backdrop-filter: unset;
    }
    .nav-header {
        max-width: 250px;
    }

    /* 漢堡鈕設定--開始 */
    .stellarnav .menu-toggle {
        padding: 0 10px 10px;
    }
    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }
    .stellarnav .menu-toggle:after {
        color: #fff;
    }
    .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 {
        background: #202925;
        border: 0;
        box-shadow: 5px 5px 15px rgb(0 0 0 / 10%);
    }
    /* 叉叉按鈕換邊放--開始 */
    .stellarnav.mobile.right .close-menu, 
    .stellarnav.mobile.left .close-menu {
        position: relative;
        color: transparent;
        background: transparent;
        padding-top: 20px;
        padding-left: 15px;
    }
    .stellarnav .icon-close {
        position: static;
    }
    /* 叉叉按鈕換邊放--結束 */
    .stellarnav a.dd-toggle .icon-plus:before, 
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 1px ;
    }
    .stellarnav ul {
        margin-top: 0;
    }
    .stellarnav.mobile > ul > li {
        border-bottom: 1px rgb(255 255 255 / 10%) solid;
    }
    .stellarnav > ul > li::before,
    .stellarnav > ul > li::after {
        display: none;
    }
    .stellarnav.mobile li a {
        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: rgb(234 227 215 / 80%);
        backdrop-filter: unset;
    }
    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0;
    }
    .stellarnav.mobile li.open li.open > a {
        background: var(--color3);
    }
    .stellarnav.mobile li.open li.open > a.dd-toggle {
        background: transparent;
    }
    .stellarnav.mobile ul ul ul {
        background: rgb(255 255 255 / 60%);
    }
    /* --------選單設定--結束 */

    /* 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 {
        color: ;
        background: transparent;
    } /* 次分類一般變色 */ /* hover--結束 */
}

@media screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 0 10px 10px;
    }
}

@media screen and (max-width: 400px) {
    .nav-header {
        max-width: 200px;
    }
}

/* = = = 大圖 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.bannerindex {
    position: relative;
    height: auto;
}
.bannerindex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}
.bannerindex .swiper-slide:before,
.bannerindex .swiper-slide:after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
    pointer-events: none;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    background-image: url(https://pic03.eapple.com.tw/cclawyer/ban01_slogan.png);
    width: 50%;
    top: 34%;
    left: 8%;
    aspect-ratio: 1062 / 335;
    animation: slide-top 1.5s ease backwards;
}
.bannerindex .swiper-slide:nth-child(1)::after {
    background-image: url(https://pic03.eapple.com.tw/cclawyer/ban01_lawyer.png);
    width: 31%;
    bottom: 0;
    right: 6%;
    aspect-ratio: 603 / 913;
}
.bannerindex .swiper-slide:nth-child(2)::before {
    background-image: url(https://pic03.eapple.com.tw/cclawyer/ban02_lawyer.png);
    width: 26%;
    bottom: 0;
    left: 12%;
    aspect-ratio: 500 / 922;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::after {
    background-image: url(https://pic03.eapple.com.tw/cclawyer/ban02_slogan.png);
    width: 44%;
    top: 30%;
    right: 11%;
    aspect-ratio: 961 / 428;
    animation: slide-top 2s 0.3s both;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 3%;
} /* 大圖點點 */

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.footer_info li p.line:before {
    content: 'Line ID｜';
}
.footer_info li p.tel:before {
    content: '電話｜';
}
.footer_info li p.phone:before {
    content: '電話｜';
}
.footer_info li p.mail:before {
    content: '信箱｜';
}
.footer_info li p.add:before {
    content: '地址｜';
}
.footer {
    background: #202925;
}
.footer .center {
    max-width: 1400px;
    padding: 0 2%;
}
.footer_info {
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
}
.footer_logo {
    position: absolute;
    top: 90px;
    max-width: 320px;
}
.box_link {
    display: none;
}
.footer_info ul {
    display: flex;
    flex-direction: column-reverse;
}
.footer_info li:nth-child(1) {
    padding: 50px 20px;
}
.footer_info li:nth-child(2) {
    border-bottom: solid 1px #314039;
}
.footer_info li p, 
.footer_info li p a {
    color: #fff;
}
.footer_info li p {
    line-height: 220%;
}
.footer_menu a {
    font-size: 15px;
    color: #b4b4b4;
    border: 0;
    background: transparent;
}
.footer_menu a:nth-of-type(1) {
    display: none
}
.copy, 
.copy a {
    color: #555;
}
.copy {
    max-width: 1320px;
    border: 0;
    border-top: solid 1px #314039;
    padding: 20px 0;
    margin: 0 auto;
}
.privacyLinks a+a {
    border-left: 1px solid #555;
}

/* hover */
.footer * {
    transition: var(--trans);
}
.box_link a:hover {
    opacity: .7;
}
.box_link a,
.box_link a:hover {
    transition: var(--trans);
}
.footer_info li p a:hover {
    opacity: .7;
}
.footer_menu a:hover {
    background: transparent;
    color: #fff;
}
.copy a:hover {
    color: #fbcd4f;
}

@media screen and (max-width: 768px) {
    .footer_logo {
        position: relative;
        top: 0;
    }
    .footer_info {
        flex-direction: column;
    }
    .footer_info li:nth-child(1) {
        padding: 20px 10px;
    }
    .footer_info li+li {
        padding-bottom: 10px;
        margin: 0;
    }
    .footer_menu {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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_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 a,
.product-layer-two li:hover a,
.fa-circle-plus::before,
.product-layer-two li i.close::before {
    transition: var(--trans);
}
.product-layer-two li:hover a {
    color: var(--color2);
}
.product-layer-two li i.close::before {
    content: "\f068";
    transform: rotate(-180deg);
}
.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: var(--color2);
}
.product-layer-two li li:hover > a:before { 
    background:var(--color2);
}
.product-layer-two li.active a {
    color: var(--color2);
    font-weight: bold;
    border: 0;
}
.product-layer-two li.active i {
    color: var(--color2);
}

/* 商品列表 */
.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_page - hover */


/* .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: var(--Mainfont);
    color: var(--color1);
}
.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;
}
.prod_related h6 span:before {
    font-weight: 500;
}
.related_list li a {
    background: transparent;
}
.related_list li a p {
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 15px;
}

/* .product_info_page - hover */
.lastPage,
.lastPage:hover {
    transition: var(--trans);
}
.lastPage:hover {
    opacity: .7;
}

/* ------結帳頁面------ */
/* step01 */
.shopping-cart .cart_head .cell.product_name {
    padding-left: 15px;
}
.total_amount ul:after {
    display: none;
}
.rewrite_simple, 
.send_simple {
    font-size: 14px;
    letter-spacing: 0.15em;
    border-radius: 0;
}
.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;
}

/* step02 */
.separate_title {
    background: #fff;
    padding: 10px 0 10px 15px;
}

/* 訂單成立 */
.pay_text a.animated-arrow:nth-child(1) {
    background: #48AE4F;
}
.pay_text a.animated-arrow:nth-child(2) {
    background: #333333;
}
.order_list_tit b {
    font-size: 26px;
    font-weight: 500;
}
.payer {
    background: transparent;
}
.order_list_pro tr:first-child {
    background: #333;
}
.order_list_pro tr:first-child td {
    color: #fff;
}
.order_list_tab td {
    border-top: 0;
    border-bottom: 1px solid #8a8a8a;
}
.order_list_tab td:nth-child(1) {
    font-weight: 500;
}
.order_list_tab.payer td:nth-child(1) {
    border-right: 0;
}

/* 匯款通知 */
.border200:focus {
    outline: none;
}

/* ------結帳頁面-hover------ */
.rewrite_simple,
.rewrite_simple:hover, 
.send_simple,
.send_simple:hover,
.orderFinish_data .animated-arrow,
.orderFinish_data .animated-arrow:hover {
    transition: var(--trans);
}
.rewrite_simple:hover, 
.send_simple:hover {
    opacity: .7;
}
.orderFinish_data .animated-arrow:hover {
    opacity: .7;
}



@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 768px) {
    /* 購物車頁面設定 */
    

    /* 商品分類 */
    .product_menu_list,
    .products-list,
    .product-wrapper { 
        width: 100%;
    }
    .product_page .product-layer-two,
    .product_page .products-list {
        width: 100%; 
        border-right: none;
    }
    .product_page .product_menu_list {
        width: 100%; 
        order: 0; 
        min-height: unset;
    }
    .product_page .product_menu_list>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---共用 */
/* 00---共用--hover */

/* 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-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 */

@media screen and (max-width: 768px) {

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 查看更多按鈕---首頁 */

.animated-arrow {
    color: var(--color3);
    background: #fff;
    border: solid 1px var(--color3);
}
.animated-arrow b {
    display: block;
    width: calc(100% - 50px);
    margin: 0;
}
.animated-arrow i.fa-solid.fa-arrow-right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    color: #fff;
    background: var(--color3);
    margin: 0 !important;
}
.animated-arrow:hover {
    background: rgb(234 227 215 / 50%);
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 促銷方案---首頁 */
.news_part {
    padding: 100px 5%;
}
.news_part section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    max-width: 1400px;
}
.news_part .title_i_box {
    width: 250px;
}
.news_part .title_i_box h4 {
    font-size: var(--f26);
    color: var(--color3);
    font-weight: 700;
    text-align: left;
    line-height: 240%;
    margin-top: 10px;
}
.news_part .title_i_box h4:before {
    content: 'NEWS';
    display: block;
    font-size: var(--f60);
    font-weight: 500;
    opacity: .4;
}
.news_list {
    width: calc(100% - 350px);
}
.news_list ul li a {
    padding: 10px 0;
}
.news_list ul li span {
    width: 110px;
    color: var(--color3);
    background: var(--color2);
    padding: 3px 5px;
}
.news_list ul li p {
    width: calc(100% - 140px);
    font-size: 16px;
    color: var(--color3);
    font-weight: 600;
    padding: 15px;
}
.news_list ul li p:after {
    display: none;
}
.i_news_b {
    position: absolute;
    bottom: 0;
}
.i_news_b a {
    display: flex;
    justify-content: space-between;
}
.news_list ul li:hover {
    border-bottom: 1px #eee solid;
}
.news_list ul li a:hover {
    background: transparent;
    padding-left: 15px;
    opacity: .7;
}

/* 促銷方案---內頁 */
.other_promotion {
    display: block;
}
.promotion_title span,
.other_promotion .pmtTime span {
    font-weight: 600;
}
.promotion_title span {
    color: #fff;
    font-size: var(--f16);
    background: var(--color3);
    border: 0;
    padding: 0px 11px;
}
.promotion_title em {
    display: none;
}
.promotion_title h2 {
    display: block;
    color: var(--color3);
    font-weight: 600;
    margin-top: 20px;
}
.other_promotion li {
    border-bottom: 1px #eee solid;
    margin-bottom: 0;
    overflow: hidden;
}
.other_promotion li a {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    border: 0;
    transition: all .6s;
}
.other_promotion li a:before, 
.other_promotion li a:after {
    display: none;
}
.other_promotion .pmtTime {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    background: var(--color2);
    padding: 3px 5px;
}
.other_promotion .pmtTime span {
    float: left;
    font-size: 15px;
    color: var(--color3);
    padding: 3px 5px;
}
.pmtTitle {
    text-align: left;
    width: calc(100% - 140px);
    font-size: 16px;
    color: var(--color3);
    font-weight: 600;
    padding: 15px;
}
.pmtTitle span {
    display: none;
}
.other_promotion .pmtTitle h3 {
    width: 100%;
    color: var(--color1);
    font-weight: 500;
}


/* hover */
.other_promotion li a:hover {
    background: transparent;
    padding-left: 25px;
    opacity: .7;
}

@media screen and (max-width: 960px) {
    .news_part section {
        flex-direction: column;
    }
    .news_part .title_i_box, 
    .news_list {
        width: 100%;
    }
    .i_news_b {
        position: relative;
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .news_part {
        padding: 40px 5%;
    }
    .news_part .title_i_box h4 {
        line-height: 180%;
    }
}

@media screen and (max-width: 600px) {
    .news_list ul li {
        background: transparent;
        border: 0;
        border-bottom: 1px #eee solid;
    }
    .news_list ul li a {
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
    }
    .news_list ul li p {
        width: 100%;
        text-align: left;
        padding: 10px 5px 0 5px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 文章管理--首頁 */
.module_i_news {
    position: relative;
    margin-bottom: 50px;
}
.module_i_news::before {
    content: '';
    position: absolute;
    top: 0;
    width: 80%;
    height: 100%;
    background: #FBFAF9;
    /* background: #f3f1ef; */
    z-index: -1;
}
.module_i_news01::before {
    left: 0;
}
.module_i_news02::before {
    right: 0;
}
.module_i_news section {
    max-width: 1400px;
}
.module_i_news .title_i_box h4 {
    font-size: 26px;
    color: var(--color3);
    font-weight: 700;
    line-height: 240%;
    margin-top: 10px;
}
.module_i_news .title_i_box h4:before {
    display: block;
    font-size: var(--f60);
    font-weight: 500;
    opacity: .4;
}
.module_i_news01 .title_i_box h4:before {
    content: 'COLUMN';
}
.module_i_news02 .title_i_box h4:before {
    content: 'CASE';
}
.module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    grid-gap: 100px 50px;
}
.module_i_news li a {
    display: flex;
    flex-direction: column;
}
.module_i_news li a:before {
    content: 'READ MORE +';
    bottom: -40px;
    color: var(--color3);
    letter-spacing: 0.05em;
    opacity: 1;
}
.module_i_news li a:after {
    opacity: 1;
    top: unset;
    bottom: -50px;
    height: 50px;
    background: transparent;
    border: 0;
    border-bottom: solid 1px var(--color3);
}
.i_blog_ri h5 {
    color: var(--color1);
}
.i_blog_b {
    margin-top: 60px;
}

/* hover */
.module_i_news li a:hover::before {
    color: #fff;
}
.module_i_news li a:hover::after {
    background: var(--color3);
}

/* ----blog_page---- */

/* 文章分類 */
h5.blog_le_t {
    display: none;
}
.blog_search input[type=search] {
    background: #f6f6f6;
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
}
.blog_search input[type=submit] {
    width: 50px;
    height: 42px;
    background: url(https://pic03.eapple.com.tw/cclawyer/article_search.svg) no-repeat center center;
}
.blog_le .accordion {
    border: 0;
    border-radius: 0;
}
.accordion > li {
    border-bottom: solid 1px #bebebe;
}
.accordion > li:first-of-type {
    border-top: solid 1px #bebebe;
}
.blog_le .accordion li.open .link i {
    color: var(--color1);
} /*分類展開的箭頭顏色 */
.accordion li .link a,
.submenu a {
    letter-spacing: .05em;
}
.submenu {
    background: transparent;
    margin: 10px 0;
}
.submenu a i {
    display: none;
}
.submenu li+li {
    border-top: 0;
}
.accordion li+li .link {
    border-top: 0;
}


/* 文章分類 - hover */
.blog_le .accordion * {
    transition: var(--trans);
}
.blog_le .accordion > li.on_this_category {
    color: var(--color3) !important;
    background: transparent !important;
} /* 當前分類 */
.blog_le .accordion > li:hover {
    color: var(--color3);
    background: transparent !important;
} /* 點擊分類 */
.blog_le .accordion > li:hover .link {
    color: var(--color3) !important;
    background: var(--color2) !important;
} /* 當前分類 */
.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a {
    color: var(--color3) !important;
    background: var(--color2) !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);
    font-weight: 600;
    background: transparent;
    padding-left: 30px;
} /*點擊子分類 */
.submenu a {
    transition: var(--trans);
}
.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);
}


/* 文章列表 */
.blog_page h4.blog_category_title {
    display: none;
}
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 100px 50px;
}
.subbox_item a {
    display: flex;
    flex-direction: column;
}
.subbox_item a:before {
    content: 'READ MORE +';
    bottom: -40px;
    color: var(--color3);
    letter-spacing: 0.05em;
    opacity: 1;
}
.subbox_item a:after {
    opacity: 1;
    top: unset;
    bottom: -50px;
    height: 50px;
    background: transparent;
    border: 0;
    border-bottom: solid 1px var(--color3);
}
.blog_list_ri h5 {
    color: var(--color1);
}

/* hover */
.subbox_item a:hover::before {
    color: #fff;
}
.subbox_item a:hover::after {
    background: var(--color3);
}


/* ----blog_in_page---- */
h4.blog_category_title {
    font-size: 24px;
    font-weight: 600;
    color: var(--color1);
}
.blog_shareData {
    flex-direction: row;
}
.blog_back {
    max-width: 500px;
    margin: 4% auto 2% auto;
    grid-gap: 30px;
}
.blog_back a {
    font-weight: 600;
}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    color: var(--color1);
    background: transparent;
    border: solid 1px #666;
}
.blog_back a.article_btn_back {
    background: var(--color3);
}
.news_related {
    background: #FBFAF9;
    padding: 50px 15px 25px 15px;
}
.article_related_list {
    max-width: 1400px;
}
.news_related h6 span:before {
    font-size: 26px;
    color: var(--color3);
}
.article_b .news_related h6 span:before {
    content: '相關案例';
}
.news_related_list li a {
    background: transparent;
}
.news_related_list li a p {
    font-family: var(--Mainfont);
    font-size: 16px;
    font-weight: 600;
    color: var(--color1);
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 15px;
}
.lastPage {
    width: 160px;
    color: var(--color3);
    font-weight: 700;
    background: transparent;
    border: solid 1px var(--color3);
}

/* ----blog_in_page--hover---- */
.news_related_list * {
    transition: all ease-in .3s;
}
.blog_back a,
.blog_back a:hover {
    transition: var(--trans);
}
.blog_back a:hover {
    opacity: .7;
}

@media screen and (max-width: 960px) {
    .subbox_item {
        border: 0;
    }
}

@media screen and (max-width: 768px) {
    .blog_search input[type=search] {
        -webkit-appearance: none;
    }
    .module_i_news li {
        border: 0;
    }
}

@media screen and (max-width: 480px) {
    .blog_list_ri h5 {
        font-size: 18px;
    }
}

/* = = = 聯絡我們 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* .contact_page {
    position: relative;
}
.contact_page::before {
    content: '';
    position: fixed;
    width: 2000px;
    height: 1334px;
    background-image: url(https://pic03.eapple.com.tw/cclawyer/ct_bg01.jpg);
    background-repeat: no-repeat;
    background-position-x: 80%;
    filter: opacity(30%);
    z-index: -1;
} */
.contact_page .main_part {
    max-width: 100%;
    display: flex;
    flex-direction: column-reverse;
    padding: 80px 0 0;
}
.contact_page .main_part:before {
    content: '';
    position: fixed;
    top: 0;
    width: 2000px;
    height: 1334px;
    background-image: url(https://pic03.eapple.com.tw/cclawyer/ct_bg01.jpg);
    background-repeat: no-repeat;
    filter: opacity(50%);
    z-index: -1;
}
.contact_content {
    width: 100%;
    max-width: 1500px;
    background: rgb(234 227 215 / 90%);
    backdrop-filter: blur(7px);
    margin-bottom: 80px;
}
.contact_content > form {
    display: flex;
    flex-direction: column;
}
.contact_content .information_left,
.contact_content .information_right {
    width: 100%;
}

/* 左-聯絡資訊 */
.blank_letter.i,.list_before {
    display: none;
}

/* 右-表單 */
.contact_content .information_right {
    max-width: 1300px;
    margin: 0 auto;
}
.blank_letter.f {
    font-family: var(--Mainfont);
    font-size: 26px;
    color: var(--color3);
    font-weight: 700;
    line-height: 240%;
    margin-top: 10px;
}
.blank_letter.f::before {
    content: 'FORM';
    display: block;
    font-size: var(--f60);
    font-weight: 500;
    opacity: .4;
}
.red {
    color: #a78500;
}
.star {
    font-size: 20px;
    height: 25px;
    margin-top: -5px;
}
.contact_form {
    color: var(--color1);
    font-weight: 600;
    grid-gap: 20px;
}
.contact_form li .form__label {
    text-align: left;
}
.contact_form li input.noborder {
    border: 0;
    padding: 8px;
}
.noborder:focus {
    outline: none;
}
.contact_form li.last blockquote input {
    padding: 7px 30px;
}
.contact_form li.last cite input {
    padding: 7px 35px;
}
/* 送出按鈕 */
.contact_form li.last blockquote, 
.contact_form li.last cite {
    width: 250px;
}
.contact_form li.last blockquote {
    color: #ffffff;
    border: 1px #ffffff solid;
}
.contact_form li.last cite {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color3);
    background: #fff;
    border: solid 1px var(--color3);
}
.contact_form li.last cite input {
    width: calc(100% - 50px);
    padding: 7px 35px;
}
.contact_form li.last cite i.fa-solid.fa-arrow-right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    color: #fff;
    background: var(--color3);
    margin: 0 !important;
}

/* 聯絡我們編輯器 */
.contact_editbox {
    margin: auto;
    padding: 0;
}

/* hover */
.contact_form li.last cite:hover {
    background: rgb(234 227 215 / 50%);
}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {
    letter-spacing: 2px;
}
.contact_form li.last cite:hover i.fa-solid.fa-arrow-right {
    margin: 0;
}


@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        font-weight: normal;
        background: transparent;
        padding: 0;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* TOP按鈕 */
#to_top {
    width: 70px;
    height: 70px;
    font-family: var(--Mainfont);
    color: var(--color3);
    background: var(--color2);
    border-radius: 0;
    padding-top: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    transition: all .3s;
}
#to_top i.top {
    width: 30px;
    height: 25px;
}
#to_top i.top:before, 
#to_top i.top:after {
    height: 30px;
    background: var(--color3);
}
#to_top i:before {
    transform: rotate(-45deg);
}
#to_top i:after {
    transform: rotate(45deg);
}
#to_top:hover {
    opacity: .7;
    transition: all .3s;
}

/* 手機版置底按鈕 */
/* #bottom_menu li a {
    color: #fff;
}
#bottom_menu li:nth-of-type(1) {
    background: #4D4D4D;
}
#bottom_menu li:nth-of-type(1) a {
    color: #fff;
}
#bottom_menu li:nth-of-type(2) {
    background: #90A183;
}
#bottom_menu li:nth-of-type(3) {
    background: #99C681;
} */


 /* 開啟手機板下方按鈕所需設定 */
@media screen and (max-width: 768px) {
    #to_top { 
        bottom: 30px;
    }
    /* .footer.with_shopping_mode { 
        padding:30px 0 70px; 
    } */
    #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: ;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*--------內頁BANNER 設定----------*/

.banner {
    position: relative;
    height: 20.8vw;
    background-image: url(https://pic03.eapple.com.tw/aaa/aaa.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}
.banner::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(https://pic03.eapple.com.tw/cclawyer/slash_white.png);
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: soft-light;
}
.banner::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(https://pic03.eapple.com.tw/cclawyer/slash_green.png);
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    mix-blend-mode: overlay;
}
.banner h5 {
    font-family: var(--Mainfont);
    font-size: var(--f28);
    color: #fff;
    letter-spacing: 0.2em;
    z-index: 1;
}
.banner h5::before {
    content: "";
    display: block; 
    position: relative;       
    font-size: var(--f60);
    font-weight: 500;
    letter-spacing: 0.05em;
    opacity: .4;
}

/*促銷方案*/
.banner.banA {
    background-image: url(https://pic03.eapple.com.tw/cclawyer/banA.jpg);
    background-position-x: 20%;
}
.banner.banA h5::before {
    content: "NEWS";
}
.banner.banB {}

/*聯絡我們*/
.banner.banC {
    background-image: url(https://pic03.eapple.com.tw/cclawyer/banC.jpg);
}
.banner.banC h5::before {
    content: "CONTACT";
}

/* 匯款通知 */
.banner.banD {}

/*相簿管理/作品展示*/
.banner.banE {}

/*商品展示*/
.banner.banF {}

/*文章管理*/
.article_a .banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/cclawyer/banblog_a.jpg);
    background-position-x: 60%;
}
.article_a .banner.banblog h5::before {
    content: "COLUMN";
}
.article_b .banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/cclawyer/banblog_b.jpg);
    background-position-x: 60%;
}
.article_b .banner.banblog h5::before {
    content: "CASE";
}
@media screen and (max-width: 768px) {
    .banner h5 {
        font-size: 22px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */









