@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@1..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');

body {
    font-family: "Hepta Slab", "Noto Sans TC", sans-serif;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖*/

/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

.pageIndex .swiper-wrapper .swiper-slide {
    background-color: #000;
}






.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: url(https://pic03.eapple.com.tw/zylaws/bg-01.png);
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: url(https://pic03.eapple.com.tw/zylaws/bg-01.png);
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}


.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    content: "";
    animation: banner-bg 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}



.swiper-slide img {}


@keyframes banner-img {
    0% {
        filter: brightness(0.1);
        opacity: 0.5;
        transform: scale(1.2);
    }

    100% {
        filter: brightness(1);
        opacity: 1;
        transform: scale(1);
    }
}


@keyframes banner-bg {
    0% {
        height: 95%;
        opacity: 0;
    }

    100% {
        height: 100%;
        opacity: 1;
    }
}

@keyframes banner-bg-2 {
    0% {
        filter: brightness(0.1);
        opacity: 0;
    }

    100% {
        filter: brightness(1);
        opacity: 1;
    }
}



@keyframes bannerScrollAnimation {

    0%,
    100% {
        bottom: 81px;
        border-color: rgba(255, 255, 255, 0.5);
    }

    50% {
        bottom: 90px;
        border-color: #fff;
    }
}

@media screen and (max-width: 768px) {

    @keyframes bannerScrollAnimation {

        0%,
        100% {
            bottom: 10px;
            border-color: rgba(255, 255, 255, 0.5);
        }

        50% {
            bottom: 20px;
            border-color: #fff;
        }
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/
.nav-menu {
    margin: 0;
}

.header_area .main_header_area .container {
    max-width: 90%;
    transition: all 0.3s;
}

.header_area.sticky .main_header_area .container {
    max-width: 80%;
    transition: all 0.3s;
}

.nav-menu>li:not(.tp_links) {
    padding-right: 15px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #2B3047;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #2B3047;
}

.nav-dropdown>li {
    text-align: center;
}

.me_tp_features {
    display: none;
}

.nav-header {
    max-width: 300px;
    position: absolute;
    top: 50%;
    z-index: 98999999;
    transform: translate(0, -50%);
    transition: all 0.5s;
}

.sticky .nav-header {
    max-width: 290px;
    top: 50%;
    transition: all 0.5s;
}

.nav-header::before {}

.pageIndex .nav-header::before {
    top: -100px;
    opacity: 0;
    transition: all 0.3s;
    transition-delay: 0.5s;
}

.pageIndex .main_header_area {
    background: linear-gradient(180deg, #000000a3, transparent);
    box-shadow: none;
    position: relative;
}


.sticky .nav-header::before {
    top: 50%;
    opacity: 1;
    transition: all 0.3s;
    /* transition-delay: 0.5s; */
}

.nav-header::after {}

.nav-header:hover:after {
    animation-play-state: paused;
    transition: all 0.3s;
}

.nav-header:hover:before {
    background-color: #215b6d;
    transition: all 0.3s;
    transition-delay: none;
}





@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media screen and (max-width: 1440px) {
.header_area.sticky .main_header_area .container {
        max-width: 90%;
    }
}

@media screen and (max-width: 1200px) {
.nav-header {
        max-width: 250px;
    }

    .sticky .nav-header {
    max-width: 240px;
    }
}

@media screen and (max-width: 1024px) {
    .nav-header {
        max-width: 230px;
    }

    .sticky .nav-header {
    max-width: 220px;
    }
}

@media screen and (max-width: 900px) {
    .header_area .main_header_area .container {
        max-width: 95%;
    }

    .header_area.sticky .main_header_area .container {
        max-width: 95%;
    }
}




.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 0;
    top: 0;
    background: transparent;
    transition: all 0.7s;
}

.header_area.sticky {
    top: 0px;
    background: transparent;
    transition: all 0.7s;
}

.main_header_area {
    position: relative;
    background: transparent;
}

.header_area .main_header_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1a2a45b8;
    position: absolute;
    top: 0px;
    left: 0;
    backdrop-filter: blur(5px);
    box-shadow: 1px 1px 5px #00000066;
    transition: all 0.85s cubic-bezier(0.68, 0, 0.265, 1.55);
}

.header_area .main_header_area::before {
    top: -160px;
}

.header_area.sticky .main_header_area::before {
    height: 100%;
    top: 0;
    transition: all 0.85s cubic-bezier(0.68, 0.1, 0.265, 1);
}

.stellarnav li.has-sub>a:after {
    display: none;
}






.stellarnav>ul>li>a {
    padding: 0px 15px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 15px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
}


.pageIndex .stellarnav>ul>li>a {
    color: #fff;
}


.sticky .stellarnav>ul>li>a {
    color: #fff;
    transition: all 0.5s;
}

.stellarnav>ul>li>a b {
    font-weight: 500;
    transition: all 0.5s;
}


.stellarnav>ul>li>a:hover {
    transition: all 0.5s;
    color: #C2A96D;
}

.sticky .stellarnav>ul>li>a:hover {
    color: #C2A96D;
    transition: all 0.5s;
}


.header_area .navigation {
    display: flex;
    width: 100%;
    position: relative;
    padding: 15px 0;
    opacity: 1;
    transition: all 0.3s;
    justify-content: flex-end;
}

.pageIndex .header_area .navigation {
    padding: 50px 0;
}

.header_area.sticky .navigation {
    padding: 15px 0;
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 0.5s;
}


@media screen and (max-width: 1200px) {
    .stellarnav>ul>li>a  {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .header_area .navigation {
        padding: 30px 0;
    }

    .header_area.sticky .navigation {
        padding: 20px 0;
    }


}

@media screen and (max-width: 768px) {
    .header_area .main_header_area .container {
        max-width: 90%;
    }

    .header_area.sticky .main_header_area .container {
        max-width: 90%;
    }


}









/*下拉*/
.nav-dropdown>li>a {
    background: #f7f5f5;
    transition: 0.2s;
    letter-spacing: 1.5px;
    width: 100%;
}

.nav-dropdown>li>a:hover {
    transition: 0.2s;
    background-color: #2B3047;
    ;
    color: #fff
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}

.stellarnav ul ul {
    background: #2e4162;
}

.stellarnav li li {
    border: none;
}

.stellarnav > ul > li.has-sub > ul a {
    padding: 10px 15px;
    color: #fff;
    font-size: 13px;
}

.stellarnav > ul > li > ul a {
    border-bottom: none;
    font-weight: 300;
    transition: all .5s;
}

.stellarnav > ul > li.has-sub > ul a:hover {
    padding: 10px 10px 10px 20px;
    background: #1a2a45;
}

/*隱藏下拉第一個*/
.stellarnav > ul > li:nth-child(4) li:nth-child(1) {
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.header_area .nav-brand {
    display: inline-block;
    width: 100%;
    transition: all 0.5s;
}

.header_area.sticky .nav-brand {
    width: 100%;
    transition: all 0.5s;
}

.pageIndex .header_area .nav-brand img {
    filter: contrast(0) brightness(100);
    width: 100%;
    max-width: 100%;
    transition: all 0.3s;
}

.header_area .nav-brand img {
    transition: all 0.3s;
}

.header_area.sticky .nav-brand img {
    filter: none;
    transition: all 0.3s;
}


@media screen and (max-width: 1440px) {
    .main_header_area .container {
        max-width: 90%;
    }

    .stellarnav>ul>li>a {
        margin: 0 5px;
    }
}

@media screen and (max-width: 1024px) {

    .stellarnav ul {
        text-align: right;
    }

    .stellarnav>ul>li>a {
        padding: 0px 10px;
        margin: 0 0px;
    }

}

@media screen and (max-width: 900px) {
    .stellarnav>ul>li>a {
        padding: 0px 5px;
    }
}

@media screen and (max-width: 768px) {
    .nav-brand-m {
        display: block;
        text-align: left;
        padding: 15px 10px;
    }

    .nav-brand-m img {
        max-width: 200px;
        width: 100%;
    }

    .stellarnav.mobile {
        top: 9px;
    }

    .stellarnav.mobile>ul {
        border-top: 0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #00a297;
        color: #fff;
    }

    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .icon-close::before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile>ul>li>a {
        color: #666;
        text-shadow: none;
        padding: 15px 10px;
    }

    .nav-brand {
        display: inline-block;
        width: 220px;
    }

    .header_area .nav-brand {
        width: 150px;
    }

    .header_area .navigation {
        padding: 10px 0;
    }

    .header_area.sticky .stellarnav>ul {
        margin: 0;
        padding: 0;
        border: 0;
        text-align: right;
        transition: all 0.3s;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        display: inline-block;
        text-align: right;
        font-size: 12px;
        background: #00a297;
        color: #fff;
    }

    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 25px 43px 25px 10px;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 0;
        position: absolute;
        top: 20px;
    }

    .stellarnav.mobile.left>ul {
        left: 0;
        padding: 0;
        border: 0;
        max-width: 100%;
    }

    .stellarnav.mobile li.open {
        background: transparent;
        padding: 0px;
    }

    .stellarnav li li:hover {
        background: inherit;
        border-radius: 0;
        color: inherit;
        transform: none;
        box-shadow: none;
        z-index: 100000;
        transition: all 0.3s;
    }

    .stellarnav li li:hover>a {
        color: inherit;
        transition: all 0.3s;
    }

    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0px;
    }

    .stellarnav.mobile li li.has-sub a {
        padding: 15px 43px 15px 10px;
    }

    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0;
    }

    .stellarnav.mobile li a {
        border-bottom: 0;
    }

    .stellarnav li li a {
        padding: 15px 15px;
        color: #666;
    }

    .nav-header {
        position: absolute;
        left: 50%;
        top: 50px;
        transform: translate(-50%, -50%);
        z-index: 0;
        transition: all 0.5s;
    }

    .header_area .nav-brand {
        width: 200px;
    }

    .header_area .navigation {
        padding: 0px 0;
    }

    .header_area.sticky .navigation {
        padding: 40px 0;
    }

    .header_area.sticky .nav-brand {
        width: 190px;
        transition: all 0.5s;
    }

    .nav-header::before {
        top: -120%;
        width: 90%;
        height: 100px;
    }

    .sticky .nav-header {
        transition: all 0.5s;
    }
/* 導覽列漢堡選單 */    
.pageIndex .stellarnav::before {content: none;}
.stellarnav .menu-toggle:after {color: #fff;}
.pageIndex .stellarnav .menu-toggle:after {color: #fff;}
.pageIndex .sticky .stellarnav .menu-toggle:after {color: #fff;}
.pageIndex .stellarnav .menu-toggle span.bars span {background: #fff;}
.pageIndex .sticky .stellarnav .menu-toggle span.bars span {background: #fff;}
.stellarnav .menu-toggle span.bars span{background: #ffffff;}

/* 導覽列展開 */
.stellarnav.mobile.left > ul {right: unset; left: 0;font-size: 0;max-width: 100%;padding: 0;        
/*右滑出現*/left: -100vw;overflow: hidden;transition: all .5s ease;overflow-y: auto;}
/*卷軸*/
.stellarnav.mobile.left > ul::-webkit-scrollbar {background: #eaeaea;width: 4px;height: 15px;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-button {display: none;background: #eaeaea;border-radius: 0;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-track-piece {background: #fbfbfb;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-thumb {background-color: #888;width: 4px;border-radius: 15px;border: 3px solid #faf6f3;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-track {border-radius: 6px;height: 6px;background-color: #eaeaea;}
.stellarnav.mobile.left.active > ul {left: 0;max-width: 100%;width: 70%;}
.stellarnav.mobile.left.active > ul {width: 70%;max-width: 400px;background: rgb(26 42 69 / 80%);backdrop-filter: saturate(93%) blur(7px);}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {display: inline-block;font-size: 12px;background: transparent;height: 76px;width: fit-content;padding: 0;margin: 26px 0 28px;
content: 'Menu';font-size: 13px;color: #fff;transform: scale(1);letter-spacing: 1px;height: fit-content;width: 100%;text-align: right;display: flex;
flex-direction: row-reverse;padding: 15px 10px;margin: 0;background: #1a2a45;}
.stellarnav .icon-close {box-sizing: border-box;width: 18px;height: 12px;position: relative;display: inline-block;margin: 0px 9px 0 3px;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {width: 18px;height: 0px;border-bottom: solid 1px  #C2A96D;}
/* 導覽列選取Hover效果 */
.stellarnav ul:hover li a {opacity: 1;transition: all 0.3s ease-in-out;}

/* 第一層 */
.stellarnav.mobile > ul > li {border-bottom: 1px #eee solid;padding: 0;display: block;border-bottom: 1px solid rgba(240, 240, 240, 0.1);display: flex;flex-direction: column;}
.stellarnav.mobile li.open {background: rgb(27 43 70 / 80%);padding: 0;padding-bottom: 5px;}
.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav.mobile > ul > li > a:not(.dd-toggle){text-align: left;overflow: auto;height: auto;line-height: 150%;display: block;letter-spacing: 0.08em;color: #fff;font-size: 15px;letter-spacing: 0.04em;padding: 16px 12px 16px 30px;border: 0;text-shadow: 0 0 3px #0000005c;}
.stellarnav.mobile li.open > a {border: 0;}    
.stellarnav.mobile > ul > li > a b {color: #fff;}
.stellarnav > ul > li > a:before{content: none;}
.stellarnav.mobile > ul > li > a b:last-child {padding-left: 5px;font-size: 13px;}
/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {top: 5px;padding: 10px;}
.stellarnav.mobile > ul > li.open > a.dd-toggle {top: 0;}
.stellarnav a.dd-toggle .icon-plus:before {width: 8px;height: 8px;border-bottom: solid 1px #fff;top: 50%;left: 0;transform: rotate(-45deg);}
.stellarnav a.dd-toggle .icon-plus:after {width: 8px;height: 8PX;top: 50%;border-bottom: solid 1px #fff;transform: rotate(45deg);}
.stellarnav li.open > a.dd-toggle .icon-plus {-moz-transform: translateY(10px) scaleY(-1);-webkit-transform: translateY(10px) scaleY(-1);transform: translateY(10px) scaleY(-1);}
/* +符號修改END = = */


/* 第二層 */
.stellarnav.mobile ul ul {left: unset;margin: 0 auto;box-shadow: none;width: calc(100% - 10px);margin: auto;left: unset;box-shadow: none;transform: unset;background: transparent;}
.stellarnav li li {font-size: 14px;color: #333;font-family: var(--SFont);border: 0;font-size: 15px;color: #333333;letter-spacing: 0.04em;background: transparent;}
.stellarnav.mobile li li.has-sub a {padding: 10px 30px 10px 20px;}
.stellarnav a.dd-toggle .icon-plus {height: 80%;}
.stellarnav li li a.dd-toggle .icon-plus:before, .stellarnav li li a.dd-toggle .icon-plus:after{border-bottom: solid 1px #ccc;top: 0%;}
.stellarnav.mobile ul li:hover > a {opacity: 1;transition: all 0.3s ease-in-out;background: transparent;color:#c2a96d;}
.stellarnav.mobile ul ul>li>a:hover{color: #fff;}

/* 第三層 */
.stellarnav li li li a{font-size: 14px;}
.stellarnav.mobile li li a {border: 0;padding: 0px 25px 10px;color: #ccc;}
.stellarnav.mobile li li, .stellarnav.mobile li.has-sub li {border: 0;}
.stellarnav.mobile li.has-sub li a:hover {color: #c2a96d;padding-left: 30px;background: transparent;}
}

@media screen and (max-width: 500px) {
    .nav-header {top: 30px;}
    .header_area .nav-brand {width: 160px;}
    .header_area.sticky .nav-brand { width: 180px;}
    .header_area.sticky .navigation { padding: 30px 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer {    background: #1A2A45;    padding-top: 50px;}
.footer .center{ position: relative; max-width: 1500px;}
.footer_info {
    grid-template-columns: 1fr 250px;
    padding-right: 0;
}
.footer_logo {    max-width: 250px;    filter: contrast(0) brightness(100); order: 2; pointer-events: none;}
.footer_info {
    grid-template-columns: 1fr 250px;
    padding-right: 0;
    justify-items: end;
}
.footer_info ul {    display: flex;    flex-direction: column-reverse;}
.footer_info li p, .footer_info li p a {
    color: #fff;
    line-height: 220%;
}
.footer_info li p a:hover {color: #C2A96D;}

.footer_info li:nth-child(1) {    padding-left: 16px;}
.footer_menu a {
    background: transparent;
    color: #fff;
    border: none;
    transition: all .5s;
}
.footer_menu a:hover {
    background: transparent;
    color: #C2A96D;
    /*opacity: .5;*/
    transition: all .5s;
}
.box_link {
    max-width: fit-content;
    flex-direction: row;
    top: 40%;
    right: 0;
    z-index: 5;
    display: none;
}
.box_link a {
    border: none;
    color: #fff;
    font-size: 15px;
    width: 34px;
    opacity: .5;
}

.box_link a:hover{opacity: 1;}
.copy {    font-size: 11px;    border-top: 1px #dddddd21 solid;    margin-top: 33px;}
.copy a{   color: #999;}


/*隱藏*/
.footer_info li p.phone {display: none;}
.footer_info li p.taxid {display: none;}

/*改字*/
.footer_info li p.line:before {content: '官方Line ID：';}
.footer_info li p.tel:before {content: '服務專線：';}
.footer_info li p.mail:before {content: '服務信箱：';}
.footer_info li p.add:before {content: '店家地址：';}
.footer_info li p.add2:before {content: '服務時間：';}


@media (max-width:1366px) {
.footer_info {    padding: 0 60px 0 20px;}
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
.footer_info {    grid-template-columns: 1fr;    grid-gap: 0;}
.footer_menu {    padding-left: 10px;}
}

@media (max-width:600px) {
.footer_info {    text-align: center;    padding: 0 20px;}
.footer_logo {    order: 1;    text-align: center;    margin: auto;}
.footer_info ul {    order: 2;}
.box_link {    max-width: 100%; justify-content: center; }
.footer_menu {    padding-left: 0px;}
.footer_info li:nth-child(1) { padding-left: 0px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 浮動 */

.info_fix {
    width: auto;
    box-sizing: border-box;
    position: fixed;
    bottom: 70px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: flex-end;
    justify-content: flex-end;
    transition: all 0.7s;
    animation: footer-text forwards 1s;
    opacity: 0;
    z-index: 1;
    animation-delay: 3.3s;
}
.info_fix:hover{
    width: auto;
    right: 10px;
    transition: all 0.7s;
}
.info_fix_links {
    display: flex !important;
    background: hsl(0deg 0% 81.04% / 50%);
     backdrop-filter: saturate(93%) blur(10px);
    width: 50px;
    padding-bottom: 0;
    border: 1px transparent solid;
    /* border-radius: 0px 0 0 10px; */
    overflow: hidden;
    justify-content: flex-end;
    flex-direction: column;
}
.info_fix_links a:hover {
    background: #1A2A45;
}
.info_fix>span{
    display: none;
}
.info_fix_links a {
    background: transparent;
}
.info_fix_links a {
    display: block;
    width: 100%;
    height: 50px;
    overflow: visible;
    border-radius: 0;
    transition: .3s;
    background: rgba(0,0,0,.3);
    margin-bottom: 0;
}
.info_fix_links a span {
    width: 20px;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.info_fix_links a span::before {
    background-size: contain;
}



.info_fix_links p {
    text-align: center;
    font-weight: 900;
    writing-mode: vertical-rl;
}

.info_fix_links a i{
    color: #fff;
}



#to_top {
    color: #C2A96D;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    transition: all 0.7s;
}

#to_top:hover i{
    transform: translate(0,-5px);
    transition: all 0.7s;
}

#to_top i:before, #to_top i:after {
    background: #C2A96D;
}


.info_fix_default.info_fix_map span::before {
    background-image: url(https://pic03.eapple.com.tw/thesundesign/footer-text-09.png);
    background-size: cover;
}

.info_fix_links a.info_fix_default.info_fix_phone,.info_fix_links {
    display: none;
}

/*順序*/
a.info_fix_default.info_fix_tel {order: 1;}
a.info_fix_default.info_fix_line {order: 2;}
a.info_fix_default.info_fix_mail {order: 3;}
a.info_fix_default.info_fix_map {order: 4;}


@keyframes footer-text {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
    
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    display: flex !important;
    flex-direction: column;
    justify-content: end;
    padding: max(5vw, 40px) 5%;
    min-height: 200px;
    height: 20vw !important;
    max-height: 400px;
    background: url(https://pic03.eapple.com.tw/zylaws/banner1.jpg) center / cover !important;}
.banner h5 {
    display: flex;
    flex-direction: column;
    margin: unset !important;
    width: unset !important;
    font-size: 32px !important;
    text-align: center;
    color: #fff;
    font-weight: 400;
    animation: slide-top 0.8s 0.5s both;}

.banner h5:before {
    content: "";
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

.banner.banA { background: url(https://pic03.eapple.com.tw/zylaws/banner2.jpg) center / cover !important;}
.banner.banB { background: url(https://pic03.eapple.com.tw/zylaws/banner1.jpg) center / cover !important;}
.banner.banC { background: url(https://pic03.eapple.com.tw/zylaws/banner5.jpg) center / cover !important;}
.banner.banD {}
.banner.banE {}
.banner.banF { background: url(https://pic03.eapple.com.tw/zylaws/banner4.jpg) center / cover !important;}
.banner.banblog { background: url(https://pic03.eapple.com.tw/zylaws/banner3.jpg) center / cover !important;}

.services_page .banner h5:before { content: "Lawyer";}
.other_select_page .banner h5:before { content: "Practice Areas";}
.blog_page .banner h5:before { content: "Success Stories";}
.blog_in_page.article_a .banner h5:before { content: "Success Stories";}
.product_page  .banner h5:before { content: "Legal Column";}
.product_info_page .banner h5:before { content: "Legal Column";}
.contact_page  .banner h5:before { content: "Contact Us";}


@keyframes slide-top {
    0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
    100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}   
}


@media (max-width:1024px) {
.banner {    height: 30vw !important;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他頁面*/
.promotion_title { display: none;}

.path { display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*下拉頁面*/
.other_select_page .other_promotion { display: none;}

.other_select_page ul.page {display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*文章功能頁/ = = = = */
/* 左側分類欄位 */
.blog_le {
    width: 100%;
    padding: 0;
}
h5.blog_le_t {
    margin-bottom: 10px;
}
h5.blog_le_t em {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.24em;
    color: #1f263a;
}
.blog_search {
    position: relative;
    margin-bottom: 10px;
    opacity: .8;
}
.blog_search input[type=search] {
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    background: #f3f3f3;
    border-radius: 0;
    padding: 10px 40px 10px 10px;
}
.blog_le .accordion {
    border-radius: 0;
    border: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #1a2a456b;
    border-bottom: 1px solid #1a2a456b;
    font-size: 0;
}
.blog_le .accordion li {
    transition: .2s ease-out;
}
.accordion li+li .link {
    border: 0;
    border-left: 1px solid #1a2a456b;
}
.accordion li .link a {
    padding: 5px 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-size: 16px;
    color: #555555 ;
    font-weight: 500;
    margin: 10px 0;
}
.blog_le .accordion > li.on_this_category{
    background: #1A2A45 !important;
}
.blog_le .accordion > li:hover .link a{
    color:#fff  !important;
}
.blog_le .accordion > li:hover {
    background: #1A2A45 !important;
}
.blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
}
/* 右側圖文區 */
.blog_ri {
    width: 100%;
    padding: 0 0 0 20px;
    min-height: 75vh;
    padding: 0;
}
h4.blog_category_title {
    color: #1A2A45;
    width: fit-content;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.blog_in_page h4.blog_category_title {
    width: 100%;
    border-bottom: 1px #D9DDE3 solid;
}
/* 圖文區塊 */
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}
.subbox_item {
    position: relative;
    width: 100%;
    background: rgb(255 255 255);
    /* background: #f3efe8; */
    border-radius: 0;
    overflow: hidden;
    transition: .5s ease-out;
    border: 1px solid #D9DDE3;
    height: fit-content;
}
.subbox_item:hover {
    transition: .5s ease-out;
    box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);
}
.subbox_item li:hover {
    transition: .5s ease-out;
    box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);
}
.subbox_item a {
    display: flex;
    grid-template-columns: 1fr;
    gap: unset;
    flex-direction: column;
    height: 100%;
}
.module_i_news li a:before, .module_i_news li a:after, .subbox_item a:after{
    content: none;
}
.subbox_item a:before {
    content: '了解更多 >';
    color: #555555;
    transition: all 0.4s ease;
    opacity: 1;
    position: relative;
    order: 2;
    right: unset;
    text-align: right;
    margin: 0 25px;
    padding: 10px 5px;
    border-top: 1px solid #D9DDE3;
    letter-spacing: 0.04em;
}
.subbox_item a:hover:before, .subbox_item a:hover:after {
    opacity: 1;
    transition: all .5s;
    color: #1A2A45;
}
/* 圖 */
.i_blog_le, .blog_list_le {
    overflow: hidden;
    position: relative;
    aspect-ratio: 52 / 35;
    background-color: black;
}
.i_blog_le img, .blog_list_le img {
    width: 100%;
    transition: .4s ease;
}
.module_i_news li a:hover img, .subbox_item a:hover img {
    z-index: 1;
    transition: 0.4s;
    /* filter: grayscale(1); */
    opacity: 0.3;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.module_i_news li a:hover .i_blog_le::before,  .subbox_item a:hover .blog_list_le::before{
    opacity: 1;
    transition: 0.5s;
    margin-top: -20px;
}
.module_i_news li a .i_blog_le:before, .blog_list_le::before{
    content: "MORE +";
    position: absolute;
    line-height: 1.462;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translateX(-50%);
    /* margin-left: -45px; */
    margin-top: -80px;
    display: block;
    padding: 10px 20px 7px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.12em;
    color: #fff;
    border: 2px solid #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* 文字 */
.i_blog_ri, .blog_list_ri {
    padding: 25px;
    width: 100%;
}
.i_blog_ri h5, .blog_list_ri h5 {
    text-align: left;
    color: #1A2A45;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.i_blog_ri em, .blog_list_ri em {
    font-size: 14px;
    color: #D9DDE3;
    margin: 10px 0 0;
    padding: 5px 0;    
    letter-spacing: 0.04em;
}
.i_blog_ri p, .blog_list_ri p {
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    font-weight: 300;
    color: #6C757D;
}




/*文章內層/ = = = = */
/*文章-相關推薦*/
/* .news_related {
    background: #f3f3f3;
    padding: 25px 15px;
}
.news_related h6 span:before {
    font-size: 24px;
    color: #6d7980;
}
.lastPage {
    color: #fff;
    background: #7d91a6;
} */


/* 上下篇按鈕 */
.blog_back {
    z-index: 1;
}
.blog_back a {
    font-size: 13px;
    letter-spacing: 0.08em;
}
.blog_back a.article_btn_back {
    background: #1A2A45;
    transition: .4s ease;
}
.blog_back a.article_btn_back:hover {
    opacity: .6;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: #A0A6AD;
    color: #fff;
    transition: .4s ease;
}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
    opacity: .6;
}


/* 分享按鈕 = = */
.blog_shareData {
    border: 1px solid #D9DDE3;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    margin: 0;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {
    font-weight: 400;
    font-size: 14px;
    color: #6C757D;
}
.toShareNews a object {
    filter: grayscale(1) brightness(1) contrast(1);
}
.toShareNews > a:hover > object {
    filter: none;
}
/* 文章編輯器 */
.blog_box_edit {
    background: transparent;
    padding: 0;
    margin: 10px 0;
    font-size: 16px;
    color: #555555;
    line-height: 1.8;
    padding: 0;
    letter-spacing: 0.04em
}
/* 文章內照片隱藏 */
/*.articel_mainPic {
    display: none;
}*/

/*文章-相關推薦*/
.news_related, .prod_related {
    font-family: "Noto Serif TC", sans-serif;
    background: #fff;
    padding: 80px 5%;
    /* width: 90%; */
    /* max-width: 1400px; */
    margin: auto;
}
.news_related h6 span:before {
    content: '相關案例';
}
.news_related h6 span:before, .prod_related h6 span:before {
    font-size: 24px;
    color: #555555;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.news_related_list, .related_list {
    margin: 40px auto;
}
.news_related_list li, .related_list li {
    display: block;
    padding: 0px;
}
.news_related_list li a, .related_list li a {
    padding: 10px;
    background: #fff;
    height: 100%;
    border: 1px solid #D9DDE3;
    border-radius: 5px;
    transition: .35s ease;
}
.news_related_list li a:hover, .related_list li a:hover {
    box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);
    transition: .35s ease;
}
.news_related_list li a p, .related_list li a p{
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #333;
    padding: 10px 0 5px;
    line-height: 1.5;
}
/* 按鈕 */
.news_related_b_box, .prod_related_b_box {
    margin: auto;
    background: transparent;
    position: relative;
    z-index: 1;
    min-width: 165px;
    width: 200px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 0.1em;
    overflow: hidden;
    transition: color 0s ease;
    border: 1px solid #1A2A45;
}
.lastPage {
    color: #fff;
    background: transparent;
    transition: all .5s;
    font-family: "Shippori Mincho","Noto Serif TC", sans-serif;
    font-weight: 500;
    letter-spacing: 0.12em;
    font-size: 16px;
    margin: 0 auto;
    color: #1A2A45;
    line-height: 1.8;
}
a.lastPage:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #1A2A45;
    transition: all 0.5s;
}
a.lastPage:hover {
    color: #fff;
}
a.lastPage:hover:after {
    width: 100%;
}



/* 文章首頁/ = = = = */
.module_i_news {
    position: relative;
    background: transparent;
    padding: 100px 5%;    
    font-family: "Shippori Mincho","Noto Serif TC", sans-serif;
}
.module_i_news:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 200px 200px;
    background-color: #fff;
    z-index: 0;
    top: 0;
    left: 0;
}
.module_i_news section {
    max-width: 1370px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}
/* 標 */
.module_i_news .title_i_box {
    display: flex    ;
    margin-bottom: 40px;
    text-align: center;
    flex-direction: column;
}
.module_i_news .title_i_box h6 {
    order: 2;
    font-size: 0px;
    margin-top: 5px;
}
.module_i_news .title_i_box h4 {
    order: 1;
    font-size: 32px;
    color: #1a2a45;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    font-family: "Hepta Slab", "Noto Sans TC", sans-serif;
}
.module_i_news_list {
    width: 100%;
    margin: 20px auto;
    padding: 0px;
}
.module_i_news ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}
.module_i_news li {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    transition: .5s ease-out;
    border: 1px solid #D9DDE3;
}
.module_i_news li:nth-child(4) {
    display: none;
}
.module_i_news li:hover {
    transition: .5s ease-out;
    box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);
}
.module_i_news li a {
    display: flex;
    grid-template-columns: 1fr;
    gap: unset;
    flex-direction: column;
    height: 100%;
}

/* 文字 */
.i_blog_ri h5 {
    text-align: center;
}

/* 按鈕 */
.i_blog_b, .i_prod_b{
    width: 100%;
}
.i_blog_b a.animated-arrow i, .i_prod_b a.animated-arrow i {
    display: none;
}
.i_blog_b a.animated-arrow , .i_prod_b a.animated-arrow {
    background: transparent;
    color: #1A2A45;
    border-radius: 0;
    width: fit-content;
    margin-top: 40px;
}
.i_blog_b a b , .i_prod_b a b {
    font-size: 17px;
    letter-spacing: 0.24em;
    font-family: "Shippori Mincho","Noto Serif TC", sans-serif;
    font-family: "Cardo", "Noto Serif TC",sans-serif, system-ui;
    font-weight: 600;
    padding-left: 42px;
    transition: 0.2s ease all;
}
.i_blog_b a:hover b , .i_prod_b a:hover b {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity = 100);
    padding-left: 0;
    padding-right: 42px;
}
/* 線段 */
.i_blog_b b:before, .i_prod_b b:before, .i_blog_b b:after , .i_prod_b b:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #1A2A45;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.i_blog_b b:before , .i_prod_b b:before {
    left: 0;
    width: 30px;
}
.i_blog_b b:after , .i_prod_b b:after {
    right: 0;
    width: 0;
}
.i_blog_b a:hover b:before , .i_prod_b a:hover b:before {
    width: 0;
}
.i_blog_b a:hover b:after , .i_prod_b a:hover b:after {
    width: 30px;
}

@media (max-width:1024px) {
/* 首頁文章 */ 
.module_i_news ul {grid-template-columns: 1fr 1fr;}

/* 文章一 */ 
.blog_subbox {grid-template-columns: 1fr 1fr ;}
}

@media (max-width:768px) {
}

@media (max-width:500px) {
/* 首頁文章 */ 
.module_i_news ul {grid-template-columns: 1fr;}

/* 文章一 */ 
.blog_subbox {grid-template-columns: 1fr;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 購物車 */

/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*▊▊▊▊▊▊購物車部分基本設定(固定)-------- ////S T A R T/*/
.box_search input[type=text] {padding: 5px 10px 5px 32px !important;}
/*+++清單頁-----------------------*/
.products-list .pic{overflow: hidden;}
.show_content .product-layer-two li:hover ul {border: none;border-top: none;}
/*上方選單*/
.product-layer-two li ul {width: 100%;margin-left: 0;}
.product-layer-two li li {text-align: center;padding: 0;}
.product-layer-two li li a {padding: 8px;}
.product-layer-two li a {background: #f7f7f7;border: none;color: #777;}
.product-layer-two li a:hover{background: #eee;}
.product-layer-two > li.active > a {color: #db3b35;}
/*清單頁_購物車按鈕顏色*/
.products-list .more {border: 1px solid #ccc;font-size: 14px;font-weight: 400;letter-spacing: 2px;color: #D9DDE3;margin-top: 10px;}
.products-list a:hover .more {background: #888;border-color: #888;color: #fff;}
.products-list .price *{margin: 5px 0 0 0;}
.products-list .price b {color: #db3b35;}
.products-list .price b.ori_price{color: #888;}
/*////E N D/////*/



.product_page .main_part { width: 100%;  max-width: 1400px;}
.product_page #page{background: #fff;}
.products-list{display: flex;flex-wrap: wrap;grid-gap: 0;}
.products-list .item {width: 33%;padding: 0 1% 2% 1%;border-left: 1px solid #D9DDE3;border-right: 1px solid #D9DDE3;margin: 0;}
.products-list .item:nth-child(3n+2),.products-list .item:nth-child(3n+3){border-left: none;}
.products-list .more {border: none;font-size: 12px;font-weight: 300;}
.products-list a:hover .more {background: transparent;border-color: transparent;color: #bd8b56;}
.products-list .name {text-align: center;font-weight: 300;margin-top: 35px;color: #000;transition: all .5s;height: 50px;}
.products-list a:hover .name{color: #555;letter-spacing: 2px;}
/*上方選單*/
.product-layer-two {margin: 10px 0 60px; text-align: center;  display: flex; justify-content: center;}

.product-layer-two li {margin: 0 10px;}
.product-layer-two li a {background: transparent;border-bottom: 1px solid #D9DDE3;padding: 5px 0;font-size: 18px;color: #6C757D;font-weight: 300;
position: relative;transition: all .3s;}
.product-layer-two li a:hover {background: transparent;color: #1A2A45; font-weight: 600;}
.product-layer-two li a:before{content: "";width: 0;height: 0.5px;background: #6C757D;position: absolute;bottom: 0;left: 0;transition: all .5s;
transition-timing-function: ease-in-out;}
.product-layer-two li a:hover:before{width: 100%;}
.product-layer-two > li.active > a { background: transparent;  color: #1A2A45;border-bottom: 2px solid #1A2A45;  border-top: 0;  border-left: 0;  border-right: 0;}
.product_info_page .product-layer-two{display: none;}/*詳細頁不出現選單*/

    
.products-list .item a:hover .more {  background: #1A2A45;  color: #fff;  letter-spacing: 2px;}
#prod_thumbSwiper {  display: none;}
.product_pic {  display: none;}
.sidebarBtn {  border: none; width: 100%;  padding: 0;}
.product_info li span { display: none;}
.product_info li .txt_box {  display: inline-block;   vertical-align: top;  color: #999;  letter-spacing: 1px; line-height: 180%; font-size: 15px;}
.product_menu_list {  margin-bottom: 0;}
.pd_tabTitle li.activeTab::after {  height: 5px;  background: #1A2A45;}
.pd_tabTitle li.activeTab a {   color: #111111;  font-size: 22px;  font-weight: 600;  text-align: left;  padding: 10px 0;}
.pd_tabTitle li.activeTab::after {  height: 0.2px;  background: #e6e6e6;}
.prod_related h6 span:before { color: #555;}
.prod_related { background: #F5F6F8;}


@media screen and (max-width: 1024px){
.products-list .item {  width: 48%;}
.products-list .item:nth-child(3n+3) {  border-right: none;    border-left: 1px solid #e4e4e4;  }
.products-list .item:nth-child(3n+2) {  border-left: none;   }
.sidebarBtn {   margin: 0 auto 0;    }

}

@media screen and (max-width: 768px){
.mobile_product_name {   display: none;}


}

@media screen and (max-width: 600px){
.products-list .item {  width: 100%; }
.product-layer-two {  margin: 10px 0 60px; text-align: center; display: flex;  justify-content: center;  flex-direction: row;  flex-wrap: wrap;}
.product-layer-two li { margin: 0 10px;  width: 40%;}
.products-list .item:nth-child(3n+2) {  border-left: 1px solid #e4e4e4; }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_content {
    width: 90%;
    max-width: 1300px;
    padding: 0;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
}
/* 聯絡資訊 */
.contact_content .information_left {
    width: 295px;
    padding: 0;
    width: 33%;    
    display: flex;
    float: right;
    flex-direction: column;
}
.contact_le_map a {
    background: #1a2a45;
}
.blank_letter {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 26px;
    color: #101010;
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 24px;
    font-weight: 500;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.contact_content .information_left .blank_letter {
    display: none;
}
.list_before {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444;
    display: block;
    width: 100%;
    position: relative;
    order: 2;
    letter-spacing: 0.04em;
}
.list_before.info li {
    padding-left: 40px;
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 32px;
    margin: 12px 0;
}
.list_before.info li:before {
    content: '';
    background-repeat: no-repeat;
    background-position: 50%;
    width: 32px;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
}
.info_TEL:before {
    background: #1a2a45 url(https://pic03.eapple.com.tw/zylaws/c_call.svg);
}
.info_LINE:before {
    background: #1a2a45 url(https://pic03.eapple.com.tw/zylaws/c_line.svg);
}
.info_MAIL:before {
    background: #1a2a45 url(https://pic03.eapple.com.tw/zylaws/c_mail.svg);
}
.info_ADD:before {
    background: #1a2a45 url(https://pic03.eapple.com.tw/zylaws/c_map.svg);
}
.info_ADD2:before {
    background: #1a2a45 url(https://pic03.eapple.com.tw/zylaws/c_clock.svg);
}
.contact_le_nomap {
    height: 320px;
}

/* 隱藏 */
.list_before li.info_PHONE { display: none;}
.list_before li.info_TAXID { display: none;}

/* 線上表單 */
.contact_content .information_right {
    padding-left: 30px;
    width: calc(100% - 33%);
    padding: 0 50px 0 0;
}
.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.contact_form li {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */
}
.contact_form li .form__label {
    text-align: left;
    color: #1f1b1b;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.8;
    background: transparent;
}
.contact_form li input.noborder {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.contact_form li textarea.noborder {
    border: 1px #ddd solid;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* BTN */
.contact_form li.last {
    margin-top: 30px;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    background: transparent;
    position: relative;
    z-index: 1;
    min-width: 165px;
    width: 200px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 0.1em;
    overflow: hidden;
    transition: color 0s ease;
    border: 1px solid #1A2A45;;
}
.contact_form li.last input {
    color: #fff;
    background: transparent;
    transition: all .5s;
    font-family: "Shippori Mincho", "Noto Serif TC", sans-serif;
    font-weight: 500;
    letter-spacing: 0.12em;
    font-size: 16px;
    margin: 0 auto;
    color: #1A2A45;
    line-height: 1.3;
}
.contact_form li.last cite{
    margin-left: 10px;
}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {
    letter-spacing: 2px;
    color: #fff;
}
.contact_form li.last blockquote:before, .contact_form li.last cite:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #1A2A45;
    transition: all 0.5s;
}
.contact_form li.last blockquote:hover:before, .contact_form li.last cite:hover:before {
    width: 100%;
}

/* 原紅字 */
.red {
    color:#1A2A45;
}


@media screen and (max-width: 1024px) {
    .contact_content > form {
        display: flex    ;
        flex-wrap: wrap;
        gap: 40px;
    }
    .contact_content .information_left {
        padding: 0;
        width: 100%;
        order: 2;
    }
    .contact_content .information_right {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .blank_letter {
        padding-bottom: 10px;
    }
    .blank_letter.f:before {
        top: -100px;
        font-size: 100px;
    }
    .contact_form li .form__label {
        padding: 0;
    }
}
@media screen and (max-width: 600px) {
    .contact_content {
        padding: 0 30px;
        width: 100%;
    }
    .contact_form li.last {
    justify-content: flex-end;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 0px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




