@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{
    font-family: "Noto Sans TC", "Inter", "Lora", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}

#to_top{ width: 34px; height: 34px; background:#2B2B29  ;box-shadow:unset; left: unset; right: 17px;  bottom: 48px;font-size: 0px;} 
#to_top i:before, #to_top i:after{ background: #fff;}



@media screen and (max-width: 768px) {
    .swiper-slide img {
        /* position: relative; */
        height: 500px!important;
        width: auto!important;
        object-fit: cover!important;
        /* left: -40%; */
    }
}
@media screen and (max-width: 450px) {
    .swiper-slide img {
        height: 300px!important;
    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/*選單設定*/
.nav-menu {
    margin: 0;
}

.header_area .main_header_area .container {
    max-width: 90%;
    transition: all 0.3s;
}

.header_area.sticky .main_header_area .container {
    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 {
    padding-top: 20px;
    position: absolute;
    right: 0%;
}

.tp_links a{
    font-size: 14px;
    color: #fff;
    margin: 0;
    background: #2B2B29;
    border-radius: 50px;
    padding: 6px;
}

.nav-header {
    max-width: 135px;
    position: absolute;
    top: 52%;
    z-index: 98999999;
    transform: translate(0, -50%);
    transition: all 0.5s;
}

.nav-header::before {}

.pageIndex .nav-header::before {
    top: -100px;
    opacity: 0;
    transition: all 0.3s;
    transition-delay: 0.5s;
}


.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);
    }
}


.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: #ffffff7d;
    position: absolute;
    top: 0px;
    left: 0;
    backdrop-filter: blur(10px);
    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{ display: flex; justify-content: center;  width: 70%; margin: auto;}



.stellarnav>ul>li>a {
    padding: 0px 15px;
    color: #2B2B29;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    margin: 18px 8px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    font-family:"Inter", "Lora", sans-serif;
}

.sticky .stellarnav>ul>li>a {
    color: #2B2B29;
    transition: all 0.5s;
}

.stellarnav>ul>li>a:hover {
    transition: all 0.5s;
}

.stellarnav>ul>li>a:hover {
    color: #956C4A;
    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;
    flex-direction: row-reverse;
}

/* .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: 1024px) {
    .header_area .navigation {
        padding: 10px 0;
    }

    .header_area.sticky .navigation {
        padding: 20px 0;
    }
    .me_tp_features{ padding-top: 0px; top: 22%;}
    .header_area.sticky .main_header_area::before{ height: 90%;}
    .header_area .main_header_area .container{ height: 98%;}

}
@media screen and (max-width:831px) {
    .stellarnav{ width: 73%;}
}

@media screen and (max-width:800px) {
    .header_area .main_header_area .container{ height: 100%;}
}

@media screen and (max-width: 768px) {
    .header_area .main_header_area .container {
        max-width: 90%;
    }

    .header_area.sticky .main_header_area::before {
    height: 100%;
    top: 0;
    transition: all 0.85s cubic-bezier(0.68, 0.1, 0.265, 1);
}
    .me_tp_features{ padding-top: 54px;}
}









/*下拉*/
.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{ left: 6px ; top: 60px; max-height: 320px;width: 175px;overflow-y:scroll;}


.stellarnav li li a {
    padding: 10px 15px;
    display: block;
    color: #2B2B29;
    background-color: transparent;
    transition: all 0.3s;
    font-size: 13px;
}

.stellarnav li li a:hover {
    color: #fff;
    background-color: #956C4A;
    transition: all 0.3s;
    border: 0px;
}







/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*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;
}

@media screen and (max-width: 1024px) {
    .me_tp_features{ text-align: right;}
    .stellarnav ul {
        text-align: right;
    }

    .stellarnav>ul>li>a {
        padding: 0px 5px;
        margin: 8px 5px;
    }
    .nav-header{ max-width: 115px; top: 47%;}

}

@media screen and (max-width:800px) {
    .stellarnav>ul>li>a{ padding: 0px 0px;}
}
@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;
        left: unset;
        right: -12px;
    }
    .stellarnav.mobile ul{ top: 0px ;left: 0px;}
    .stellarnav .menu-toggle span.bars span {
        background: #333333;
    }

    .stellarnav .menu-toggle:after {
        color: #333333;
    }

    .stellarnav.mobile>ul {
        border-top: 0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #262626;
        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: #2B2B29;
        text-shadow: none;
        padding: 15px 10px;
    }

    .stellarnav.mobile > ul > li{ border-bottom: 1px #f0f0f0 solid; }

    .nav-brand {
        display: inline-block;
        width: 220px;
    }

    .header_area .nav-brand {
        width: 150px;
    }

    .header_area .navigation {
        padding: 10px 0;
    }

    .header_area.sticky .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: #956C4A;
        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 {
        display: flex;
        padding: 20px 10px;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 0;
        position: absolute;
        top: 7px;
    }

    .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: #fff;
        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;
        text-align: center;
    }

    .nav-header {
        position: absolute;
        left: 50%;
        top: 40px;
        transform: translate(-50%, -50%);
        z-index: 0;
        transition: all 0.5s;
        z-index: 1;
    }

    .nav-header{ left: 6%; max-width: 90px;}

    .header_area .nav-brand {}

    .header_area .navigation {
        padding: 0px 0;
    }

    .header_area.sticky .navigation {
        padding: 0px 0;
    }

    .header_area.sticky .nav-brand {
        width: 150px;
        transition: all 0.5s;
    }

    .nav-header::before {
        top: -120%;
        width: 90%;
        height: 100px;
    }

    .sticky .nav-header {
        top: 40px;
        transition: all 0.5s;
    }

    .stellarnav.mobile>ul>li>a b:nth-of-type(2) {
        font-weight: bold;
    }

.header_area.sticky .main_header_area::before {
    height: 104px;
}
}

@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 13px; right: 1px;}
}

@media screen and (max-width:460px) {
    .nav-header{ left: 11%;}
}

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* .footer .center {max-width: 70%;}
.center {max-width: 70%;}
.footer {background: #fff;width: 100%; padding: 0px 0 0px 0; background-size: cover;}
.footer_info {display: none;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0; grid-gap: 10px;}
.footer_menu {display: grid;  grid-template-columns: repeat(auto-fit, minmax(min(80px,100%), 1fr));  gap: 5px; width: 100%; text-align: center; margin: 0 auto; max-width: 1000px;}
.footer_menu a {color: #748596;margin: 0;	text-align: center;	padding: 8px 0px 10px 0px; border:0; border-right: 0px #233c5a solid;  border-left: 0px #f7f7f7 solid; background: none;  font-size: 14px; transition: all 0.3s; background: #1a3550; letter-spacing: 1px;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a:hover {background: #f0ddce; color: #9daebf;} 
.copy {background:#f0ddce; color: #2b4c6d; border:none; padding: 15px 0 15px 0; text-align: center; margin: 0 100px 0 0; padding: 15px 0 15px 0; width: 100%;}
.copy a{color: #2b4c6d;transition:all 0.3s;}
.copy a:hover {color: #2b4c6d;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff;  color: #222;}
.box_link {display: none;}
.footer_logo img {max-width: 240px;}
.footer_logo {width: 100%; max-width: 100%;}
.footer_info ul {width: 100%; text-align: center; margin-bottom: 0px;}
.footer_info li {padding: 0 0px 0px 0px; display: inline-block;}
.footer_info li p {font-size: 14px; color:#ffffff; line-height: 200%; text-align: left; width: 100%; display: inline-block; margin-bottom: 0px;}
.footer_info li p a{color:#ffffff;}
.footer_info li:nth-child(1) {width: 50%;}
.footer_info li:nth-child(2) {margin-top: 0px; padding: 0 0; margin-bottom: 0px; background:none; width: 49.5%; margin-top: 20px; margin-bottom: 30px;} */



/*FT改圖*/
/* 
.footer:before {
  content: '';
  background: url(https://pic03.eapple.com.tw/zan2design/footer.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 16vw;
  position: absolute;
}

@media screen and (max-width: 1720px) {
  .footer_info li {padding: 15px 0px;}
  .footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(80px, 100%), 1fr));}
  .footer .center {max-width: 90%;}
  .footer_info li:nth-child(1),.footer_info li:nth-child(2) {width: 100%;}
  .footer_info li p {text-align: center;}
  .footer_logo {text-align: center;}
  }
  @media screen and (max-width: 1380px) {
  .footer_info li:nth-child(2) {width: 100%; margin-bottom: 20px;}
  .copy {text-align: center; width: 100%;}
  .footer_info ul {width: 100%;}
  .footer_logo {width: 100%; max-width: 100%;}
  .footer_info li p {text-align: center;}
  .footer_menu {max-width: 100%;}
  }
  @media screen and (max-width: 1024px) {
  .footer_info li p {width: 100%;}
  .footer_info ul {margin-bottom: 30px;}
  }
  @media screen and (max-width: 768px) {
  .footer .center {max-width: 90%;}
  }
  @media screen and (max-width: 480px) {
  .footer_menu {margin-bottom: 26px; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));}
  .footer_info li {padding: 15px 0px;}
  .footer_menu a {padding: 8px 4px 10px 0px; background: #152d45;}
  .footer_info ul {margin-bottom: 0px;}
  .footer_info li:nth-child(2) {margin-bottom: 0px;}
  }   */



  @media screen and(max-width:500px) {
    .footer_logo{ margin: unset!important;}
  }

  /* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { display: none;} 
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*Banner/＝＝＝＝＝*/
.banner {    width: 100%;    height: 40vh;    background: #243035;    position: relative;    overflow: hidden; }
.banner:before {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/zan2design/banE.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.album_page .banner:before {     background-image: url(https://pic03.eapple.com.tw/zan2design/banE.jpg);}
.blog_page .banner:before, .blog_in_page  .banner:before { background-image: url(https://pic03.eapple.com.tw/zan2design/banblog.jpg);}
.contact_page .banner:before {     background-image: url(https://pic03.eapple.com.tw/zan2design/banC.jpg);}
.banner.banB{ display: none;}

@keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}

.banner h5 {
    letter-spacing: 2px;
    top: 32%;
    width: 100%;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    max-width: 75%;
    animation: imgSlideUpAnimation 1.5s 0.5s both;
     font-family: "Noto Sans TC","Work Sans", sans-serif;
    text-shadow: 5px 5px 10px #00000085;
}


@media screen and (max-width:450px) {
    .banner{ height: 10vh;}
}
@media screen and (max-width:360px) {
    .banner h5{ font-size: 22px; top: 40%;}
}
/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*側邊*/
.blog_le{padding: 0 7px;}
h5.blog_le_t{text-align: center;margin-bottom: 0;}
h5.blog_le_t em,h5.blog_le_t span{display: none;}
.blog_search input[type=search]{border-radius: 0;}
.blog_le .accordion {border-radius: 0;}
.blog_le .accordion li{transition: all .8s;}
.accordion li .link a {font-size: 13px;font-weight: 500;letter-spacing: .6rem;text-align: center;}
.submenu a {padding: 12px 12px 12px 30px;background: #fff;font-size: 12px;}
/*分類頁*/
.blog_ri {padding: 0 0 0 50px;}
.blog_page h4.blog_category_title{display: none;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item a {grid-template-columns: 200px 1fr;align-items: center;grid-gap: 50px;padding-right: 50px;}
.subbox_item a:before {font-size: 12px;padding: 5px 20px;background: #c1a383;color: #fff;
	bottom: auto;right: auto;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.subbox_item a:after {background: rgba(256,256,256,.5);border: none;}
.blog_list_ri h5 {color: #606060;font-weight: bold; font-size: 16px;}
.blog_list_ri em {font-size: 12px; color: #E7E2D7;}
.blog_list_ri p {font-weight: 400;letter-spacing: 1.4px;line-height: 160%;font-size: 14px;margin-top: 14px; color: #000;}
/*文章頁*/
h4.blog_category_title {padding: 0;font-size: 20px;margin-bottom: 0;font-weight: 400;}
.blog_shareData{border-bottom: 1px solid #eee;padding-bottom: 10px;}
.toShareNews b{font-size: 12px;font-weight: 400;}
.toShareNews a object{max-width: 20px;}
.articel_mainPic{display: none;}/*清單縮圖*/
.blog_back {grid-gap: 0;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
	background: transparent;color: #956C4A;border: 1px solid #956C4A;font-size: 14px;padding: 12px;}
.blog_back a.article_btn_back{background: #956C4A;padding: 12px;}
.news_related{padding: 50px 0 25px;border-top: 1px solid #333;margin-top: 100px;}
.news_related h6 span:before {font-size: 18px;letter-spacing: .6rem;font-weight: 500;color: #555;}
.news_related_list {background: transparent;}
.news_related_list li a{padding: 0;}
.news_related_list li a p {font-size: 14px;width: 90%;line-height: 1.4;margin: 10px auto 20px;padding: 0; font-weight: 400;}
.news_related_list li a img{ border-radius: 16px;transition: 0.5s;}
.news_related_list li a{ transition: 0.5s;}
.news_related_list li a:hover img{ border-radius: 16px; opacity: 0.85;}
.lastPage {background: #956C4A;font-size: 16px;}

@media screen and (max-width: 1024px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 120px 1fr;align-items: start; grid-gap: 30px;padding: 15px 0;}
}
@media screen and (max-width: 768px){
	/*側邊*/
	.blog_le{padding: 0; width: 100%!important;}
	/*分類頁*/
	.blog_list_ri{padding: 0;}
	.blog_list_ri h5 {font-size: 16px;}
	/*文章頁*/
	.blog_le, .blog_ri{margin-bottom: 50px;}
	.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back{font-size: 12px;}
	.lastPage{font-size: 12px;}
}
@media screen and (max-width: 450px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 80px 1fr;grid-gap: 15px;}
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*左側選單*/
.blog_le {padding: 0;width: 250px;}
.accordion li .link a {letter-spacing: .2rem;}
.blog_le .accordion > li:hover,
.blog_le .accordion > li.on_this_category { background:#956C4A !important;}
.blog_le a.news_menu_toggle{ top: -10px;}
/*右側*/
.blog_ri {width: calc(100% - 260px);}
/*分類頁*/
.blog_subbox {grid-template-columns: 1fr 1fr 1fr;grid-gap: 50px 30px;}
.subbox_item a {grid-template-columns: 1fr;grid-gap: 10px;padding-right: 0;}
.subbox_item a:before,.subbox_item a:after{display: none;}
.blog_list_le{overflow: hidden;aspect-ratio: 1 / 1;}
.blog_list_le img{transition: all .5s; border-radius: 12px;}
.subbox_item a:hover .blog_list_le img{opacity: 0.85;border-radius: 12px;}
/*文章頁*/
h4.blog_category_title{font-size: 24px; color: #606060; font-weight: bold;}
.blog_box_edit *{font-weight: 400;font-family: "Noto Sans TC";}
.news_related{background: transparent;}
.news_related_list {max-width: 1400px;grid-gap: 30px;grid-template-columns: repeat(4,1fr); padding: 0px 40px;}
.news_related_list li a p {font-size: 16px;margin: 15px auto 20px;}

@media screen and (max-width:1024px) {
    .blog_subbox{grid-template-columns: 1fr 1fr; }
}
@media screen and (max-width:960px) {
     .subbox_item{ border-bottom: 0px;}
}
@media screen and (max-width:768px) {
    .blog_ri {padding: 0 0 0 0px;}
    .blog_ri {width: 100%;}
    .news_related_list {grid-gap: 18px;grid-template-columns: repeat(2,1fr);}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.subalbum-menu h2{ font-size: 26px;color: #7A7A7A; font-family:"Lora", sans-serif; margin-bottom: 36px; }
/* 相簿 */
.show-list{ grid-gap: 60px;grid-template-columns:1fr 1fr 1fr; }
.show-list .show_name{ color: #54595F;}
.other_subalbum li a p{ text-align: center;color: #54595F; margin-top: 12px; font-weight: bold; }
.show-list .item:hover .show_name{ color: #956C4A;}
.show-list .item img{ transition: 0.5s;}
.show-list .item:hover img { opacity: 0.85;}
.show-list .show_pic{ aspect-ratio:1 / 1;}
.show-list .show_pic img{ border-radius: 16px;}
.overlay{ background: rgba(175,203,188,0);}
.other_album_choice li{ background: #956C4A; border-radius: 0px;}

.pic-list .show_pic{ aspect-ratio:1 / 1;} 
.pic-list .show_pic img{ border-radius: 16px;}
.pic-list .item a{ transition: 0.5s;}
.pic-list .item a:hover{ opacity: 0.85;}
.pic-list{ grid-gap: 60px;grid-template-columns :1fr 1fr 1fr; }

@media screen and (max-width:1024px) {
    .pic-list{ grid-gap: 30px; }
    .show-list{ grid-gap: 30px;}
}
@media screen and (max-width:768px) {
    .pic-list{ grid-template-columns :1fr 1fr; }
    .show-list{ grid-template-columns:1fr 1fr; }
}
@media screen and (max-width:450px) {
    .pic-list{  grid-gap: 20px;}
    .show-list{ grid-gap: 20px; grid-template-columns:1fr; }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* 聯絡我們 */
.blank_letter{ color: #7A7A7A; font-size: 0px; display: flex; align-items: center;}
.blank_letter::before{ content: "FORM";display: block; font-size: 26px; color: #7A7A7A; font-family: "Lora", serif; margin-right: 12px; }
.information_left .blank_letter::before{ content: "INFORMATION";}
.list_before.info li{ padding-left: 58px; }
.list_before{ display: flex; flex-direction: column; margin-bottom: 40px; display: none;}


.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{ display: flex; flex-wrap: wrap;}
.contact_form li input { margin-left: 10px;}

.contact_form{grid-gap:22px; }
.contact_form li.last blockquote{ color: #956C4A;}
.contact_form li.last blockquote, .contact_form li.last cite{ border: 1px solid #956C4A;}
.contact_form li.last cite{ color: #fff; background: #956C4A;}
.contact_form li textarea.noborder{ margin-left: 10px;}


@media screen and (max-width:980px) {
    .contact_form li .form__label{ background: transparent;}
}
@media screen and (max-width:500px) {
  .contact_form li .form__label{ width: 160px;}
  .contact_form li{ display: flex;}
}
@media screen and (max-width:450px) {
    .contact_form li{ display: flex; flex-direction: column;}
    .contact_form li.last{ flex-direction: row;}
}




.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




