@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=El Messiri:ital,wght@0,100..900;1,100..900&display=swap');
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 
主顏色:#fed057
#005595
次顏色:#7a4720
*/
body{
	overflow-x:hidden;
	font-family:"Noto Sans TC","Source Sans Pro","微軟正黑體","arial","sans-serif";
	font-weight: 400;
  letter-spacing: 2px;}

::-webkit-scrollbar {    width: 8px;}
::-webkit-scrollbar-track {    box-shadow: inset 0 0 8px #fff;}
::-webkit-scrollbar-thumb {    background-color: #005595;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.stellarnav > ul > li:nth-child(5) > ul > li {display: none;}

.i_prod_tit span {font-size: 0;}


#content {background:#FDF8EE;}
.edit_part {padding: 0;}
.me_tp_features {margin-top: 30px;}

@media screen and (max-width:1024px) {
    .me_tp_features {margin-top: 10px; padding-right: 0;}
}
@media screen and (max-width:768px) {

    .me_tp_features {display: none;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}

/*banner固定設定*/
/*#content_main{margin-top: 100vh;}*/
.pageIndex .header_area{top: 0;}

.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(1):before,
.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(2):before {
    content: "";
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    z-index: 101;
    animation: bg-ani1 5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s both;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;}

.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(2):before {
	background-image: url(https://pic03.eapple.com.tw/xuanyangph/banner-02.png);
	animation-name: bounce-in-up;
}

@keyframes spin {
  0% { transform: rotate(0); opacity: 0; }
  50% { opacity: 1;}
  100% { transform: rotate(360deg); opacity: 0;}
}
@keyframes bounce-in-up {/*下到上*/
  0% { transform: translateY(20%); opacity: 0; }
  65% { transform: translateY(-2%); }
  85% { transform: translateY(2%);}
  100% { transform: translateY(0%); opacity: 1; }
}
@keyframes bounce-in-down {/*下到上*/
  0% { transform: translateY(-20%); opacity: 0; }
  65% { transform: translateY(2%); }
  85% { transform: translateY(-2%);}
  100% { transform: translateY(0); opacity: 1; }
}


@keyframes fade-slide-left {/*左到右*/
  0% { transform: translateX(-20%); opacity: 0; }
  60% { transform: translateX(0); opacity: 1; }
  100% { transform: translateX(0); }
}

@keyframes fade-slide-right {/*右到左*/
  0% { transform: translateX(+20%); opacity: 0; }
  60% { transform: translateX(0); opacity: 1; }
  100% { transform: translateX(0); }
}

	
@keyframes bg-ani {
  0% { transform: translateY(10%); opacity: 0; }
  60% { transform: translateY(0); }
  70% { transform: translateY(1%); opacity: 1; }
  100% { transform: translateY(0); }
}


@media screen and (max-width: 1600px) {
    .bannerindex .swiper-slide:nth-child(2):before {
    top: -5%;
    }}

@media screen and (max-width: 1500px) {
    .bannerindex .swiper-slide:nth-child(2):before {width: 80%;top: -10%;}
}

@media screen and (max-width: 1024px) {.bannerindex .swiper-slide:nth-child(2):before {width:100%;top: 0%;}}


    @media screen and (max-width: 768px) {
          .bannerindex {
        position: relative;
        height: 0;}
      .stellarnav li li > a , .stellarnav li li.has-sub > a{padding:20px 10px 20px 40px;border-left:none;}
      .stellarnav li li:last-of-type {border-bottom-width: 0;}
      .header_area.sticky .stellarnav ul ul {left: 5%;}
      .stellarnav.mobile.left > ul {max-width: unset;}
      .stellarnav > ul > li > a {margin: 70px 20px 0;}
      }
.bannerindex .swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}


/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.edit_part {max-width: unset;margin: 0;padding: 0;}
.other_page .main_part {max-width: unset;padding: 0px;margin: 0;width: 100%;}
.main_part{max-width: 1400px;width: 90%;margin: auto;padding: 80px 0;}
.show_content{width: 100%;max-width: 100%;padding: 0;}
.nav-header {max-width: 110px;}
/*反白顏色/＝＝＝＝＝*/
::-moz-selection{  background-color: #444;  color: #fff;}
::selection{  background-color: #444;  color: #fff;}
.linkBox_Open + span i {transform:rotate(45deg);}

/*Header/＝＝＝＝＝*/
.main_header_area{background: #fff;}
.pageIndex .main_header_area .container {margin: auto 0 0 auto;max-width: 950px;}
.navigation {grid-template-columns: 110px 1fr;}
.header_area.sticky .navigation {padding: 0;}
.header_area {background: none;padding: 0;}
.nav-brand img {margin-top: 10px;}
/*第一層*/
.stellarnav > ul > li > a {transition: all 0.3s;margin:0 5px 0;}
.stellarnav > ul > li > a:hover b {
    transform: translateY(calc(-1 * var(--f40)));
    -webkit-transform: translateY(calc(-1 * var(--f40)));
    -moz-transform: translateY(calc(-1 * var(--f40)));}
.stellarnav li.has-sub > a:after{content:none;}
.stellarnav > ul > li:hover > a{color:#005595;}
/*icon/＝＝＝＝＝*/
.stellarnav li.has-sub > a {padding: 0;}
    .stellarnav li.has-sub > a:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #a7a7a7;}
    .stellarnav > ul > li:hover > a:nth-of-type(1)::before {top: -10px;transition: 0.3s;}
    .stellarnav > ul > li > a:nth-of-type(1)::before {transition: 0.3s;}

.stellarnav li li:hover{padding-left: 10px;transition: 0.3s;}
.stellarnav .icon-close:before{border-bottom: solid 3px rgba(255, 255, 255, 0.9);}
.stellarnav .icon-close:after {border-bottom: solid 3px rgba(255, 255, 255, 0.9);}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #a47f5b;color: #fff;}
.stellarnav.mobile ul {background: #ffffffcf;}
/*第二層*/
.stellarnav li.has-sub:not(:first-child) > a:after {
    content: '▼';
    margin-left: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
    border-left: unset;
    border-right: unset;
    border-top: unset;
}
/*SubMenu*/
.shop_search_btn {background: #005595;}
.tp_links a{display: none;}
.info_fix>span {display: none};

/*側邊選單*/
.info_fix {    bottom: 200px;    right: 16px;}
.stellarnav.mobile > ul > li > a.dd-toggle {  margin: 0;}
.stellarnav.mobile li.open {background: #FDF8EE;}
/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*/
.pageIndex .header_area{position: fixed;    width: 100%;}
.pageIndex .header_area .main_header_area {    background: transparent;transition:all 0.5s;margin-top: 10px;position: relative;}
.pageIndex .header_area.sticky .main_header_area {background:#fff;margin-top: 0;}
.pageIndex .header_area .main_header_area:after 
   {content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;top: 0;
    max-width: 1000px;
    border-radius: 150px 0 0 150px;
    transition: all 0.8s;
    z-index: -1;}
.pageIndex .header_area.sticky .main_header_area:after{max-width: 100%;opacity: 0;}
.pageIndex .header_area.sticky .main_header_area .container{max-width: 1300px; margin: 0 auto;}

@media screen and (max-width: 1200px) {
.navigation { grid-template-columns: 100px 1fr;}
.stellarnav > ul > li.has-sub > a { padding-right: 0;}

}

@media screen and (max-width: 1024px) {
.stellarnav > ul > li:nth-of-type(3) > a:nth-of-type(1)::before {left: 8px;}
.main_header_area .container {max-width: 100%;}
.pageIndex .header_area .main_header_area {
    background: #fff;
    transition: unset;
    margin-top: 0;
    position: relative;}}

@media screen and (max-width: 850px) {
    .stellarnav > ul > li > a {margin: 0;}
.stellarnav > ul > li > a {font-size: 14px;}}

@media screen and (max-width: 768px) {
        .stellarnav > ul > li {width: 100%;}
.pageIndex .header_area {position: relative;}
.stellarnav.mobile > ul > li > a {margin-top: 0;}
.stellarnav > ul > li:nth-of-type(3) > a:nth-of-type(1)::before{ left: 100px;}
.me_tp_features {display: none;}
.main_header_area .container {
    max-width: 100%;
}}

@media screen and (max-width: 500px) {
.nav-header {max-width: 90px;}}
/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.footer {
    border-top: none !important;
    padding: 40px 0 0;
    background: #005595;}

.footer .center {
    position: relative;
    max-width: 80%;}

.copy {
    background: #0000005e;
    color: #fff;
    border: 0;}

.center {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;}
.footer_logo {display: none;}
.copy a { color: #fff;}
.footer_menu a {transition: all 0.3s;}
.box_link { display: none;}
.footer_logo img {margin-top: 20px;}
.footer_info li p {
    width: 100%;
    color: #fff;
    margin: 10px 0 0;
    margin-right: 40px;}

.footer_info li p a {color: #fff;}
.footer_info {
  margin-bottom: 40px;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;}

.footer_info ul {
    display: flex;
    vertical-align: top;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    width: 100%;}

.footer_menu {
    border-bottom: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;}

.footer_menu a {
  text-align: center;
    transition: all 0.3s;
    width: calc(100% / 2 - 20px);
    margin: 10px 10px 0 0;
    background: transparent;
    color: #ffffff9b;
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
    border: #ffffff9b 1px solid;
  letter-spacing: 2px;}

.footer_menu a:hover {
  border: #0000005e;
    background: #0000005e;
    color: #ffffff;
    transition: 0.3s all;}


.footer_info li p.add2:before {content: '營業時間：';}

.footer_menu a:hover:before {
    transform: translateX(0%);
    transition: all .3s;}

.footer_info li:nth-child(2) {width: 30%;}
.info_fix {}

.footer_info li:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    margin-right: 5%;}

.footer_info li:nth-child(1)::before {
    content: "CONTACT";
    display: block;
    width: 100%;
    color: #fff;
    border-bottom: 1px #fff solid;
    padding-bottom: 10px;
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: bold;}

@media screen and (max-width: 1024px) {
    .footer_info ul {
        display: flex;
        vertical-align: top;
        justify-content: space-between;
        flex-direction: column;
    }

    .footer_info li:nth-child(2) {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .footer_info {
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    .footer_info ul {
        display: flex;
        vertical-align: top;
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
    }

}


@media screen and (max-width: 500px) {
    .footer_menu a {
        transition: all 0.3s;
        width: 100%;
        margin: 0 5px 5px 0;
        background: transparent;
        color: #fff;
        padding: 10px 20px;
        overflow: hidden;
        position: relative;
    }

    .info_fix {
        bottom: 50px;
    }

}


/*top*/
#to_top i.top {margin-bottom: -8px;}
#to_top {
    bottom: 92px !important;
    right: unset;
    left: -1px;
    width: 44px;
    height: 44px;
    padding-top: 8px;
    color: #fff;
    background: #444;
    box-shadow: none;
    border-radius: 4px 0 0 4px;
    border: none;}
#to_top i:before, #to_top i:after {background: #fff;}


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
.products-list .item a:hover .pic img {transform: scale(1.2);}
.products-list .pic img { transition: all 0.3s;}
.product-layer-two li a:hover {
    background: #F7B335;
    color: #fff;
    padding-left: 30px;transition: all 0.5s;}
.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_info_page .edit {text-align: center;}
.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;}
.pd_tabInner_contain {background: #fff;}

.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_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) {
}
/* 購物車 */
.products-list {grid-template-columns: 1fr 1fr 1fr 1fr;}
.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;}
.product_page .product-layer-two { position: relative; width: 220px; letter-spacing: 1px; border-right: 1px solid #ccc;min-height: 30vw;}
ul.page { width: 100%;}
/*.product-layer-two li ul { position:static; margin-top:10px; 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:5px 10px; transition:all ease .3s;}
.product-layer-two li li a{ padding:0;}
.product-layer-two li li:hover > a { background:#fff; color:#ADA17E;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.product_info_page .product-layer-two { 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: #fff; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 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;}

@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 980px) {
.products-list {
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.product_page .product-layer-two,.products-list,.product-wrapper { width: 100%;}
.product_page .product-layer-two { margin-right: 0;}
.product_page .product-layer-two > li { margin-bottom: 5px;}
.product_page .product_page .product-layer-two,.product_page .products-list { width: 100%; border-right: none;}

}
@media screen and (max-width:500px) {
.products-list {
    grid-template-columns: 1fr 1fr;
}
}

/*清單頁_側邊選單*/
.product_page .product-layer-two {border-right: none;}
.product-layer-two li li{border: none;padding: 5px 15px;background: transparent;}
.product-layer-two li li a {background: transparent;font-weight: 300;color: #555;padding-left: 20px;}
.product-layer-two li li:hover > a {color: #ADA17E;background: transparent;}
.product-layer-two li li:hover > a:before {background: #ADA17E;}
.product-layer-two li a {background: transparent;border: none;}
.product-layer-two li ul{margin-top: 0;}
.product-layer-two > li {border-bottom: none;font-weight: 500;}
.product-layer-two > li > a{color: #555;}
.product-layer-two li li > a:before {background: #ccc;margin-left: 0;}
.product-layer-two li.active a {border: none;color: #ADA17E;}
.product-layer-two li i {display: none;}
/*詳細頁輪播區*/
.products-list .item a:hover .more {
    border: 1px solid #F7B335;
    background: #F7B335;
    color: #fff;}
.products-list .more {
    border: 1px solid #6f4e32;
    color: #6f4e32;}
.products-list .price .sp_price {
    font-size: 18px;
    color: #F7B335;font-weight: 600;}
.products-list .price b {color: #ee2626;font-weight: 700;}
.products-list .name {height: unset;}
.bx-wrapper .bx-viewport{border: none;background: transparent;left: 0;}
.product_pic .bx-wrapper {width: 85%;order: 2;margin: 0;padding: 0;}
.product_pic #bx-pager {padding: 0;color: #555;width: 12.6%;order: 1;position: relative;}
.product_pic #bx-pager h6{display: none;}
.product_pic #bx-pager a{border: none;height: auto;width: 100%;margin: 0;margin-bottom: 7px;}
/*詳細頁商品說明*/
ul.prod{line-height: 180%;font-weight: 300;margin-top: 30px;}
ul.prod li:nth-child(2){display: none;}
ul.prod li h3.prod-thumb{display: none;}
.lastPage {background: #ADA17E;}
.related_list li a{background: transparent;}
/*相關商品*/


@media screen and (max-width: 768px){
	.related_list {flex-wrap: wrap;}
	.related_list li {width: 48%;margin: .5%;}
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*側邊*/
.product-layer-two li.active a {color: #F7B335;font-weight: 500;}
/*清單頁*/

.inquiry_a1 {background: #A47F5B;}
.inquiry_a2 {background: #7A6651;}
.inquiry_a3:hover {background: #6f4e32;}
/*詳細頁*/
.product_info_page .banner{display: none;}
.mobile_product_name{display: none;}
.sidebarBtn {border: none;}
.sidebarBtn h2 {font-size: 20px;font-weight: 500;}
.sidebarBtn .price {color: #999;}
.sidebarBtn .price span {display: inline-block;margin-right: 10px;}
.inquiry_a3 {background: #F7B335;}
.prod_related {background: #fff;padding:100px 15px 50px;}
.prod_related h6 span:before {font-size: 25px;color: #6f4e32;}
.related_list li a img{max-height: 250px;width: 100%;object-fit: cover;}
.related_list li a p {color: #ada17e;}
.lastPage {background: #7C4743;}
/*檢視詢價車*/
.border200 { border: none;}
.declaration { background: none;}
.shopping-cart .cart_head { background: #a47f5b;}
.send_simple {background: #7A6651;font-size: 14px;}
.rewrite_simple {background: #A47F5B;font-size: 14px;}
.related_list li a img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pd_tabTitle li.activeTab::after { background: #F7B335;}
.pd_tabTitle li { border-bottom: none;}
@media screen and (max-width: 768px){
	.product-layer-two {display: block;}
	.product-layer-two > li {width: 45%;vertical-align: top;}
	.product_page ul.product-layer-two {order: 1;}}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.pageIndex .products-list li:nth-child(n+5) a{display: none;}
.product_info_page .swiper-slide img {min-height: unset;}

/*預設解除背景輪播*/
#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;}
}

.car_page .information_left{display:block}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.path p, .path p a {
    display: none;}

/*內頁BANNER 設定*/
.banner {
  background-image: url(https://pic03.eapple.com.tw/cinyuhoney/banner.jpg );
  width: 100%;
  padding: 0;
  height: 0;
  padding-bottom: 35%;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;}

.banner h5 {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    letter-spacing: .3em;
    width: 30%;
    text-indent: .3em;
    padding: 10px 0;
    display: flex;
    border-bottom: 1px #fff solid;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    flex-direction: column-reverse;}

.banner h5::after {
  content: "";
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: .2em;
  text-indent: .2em;}

.banner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;}

/* = 分隔線 = */
.banner.banB {display: none;}
.banner.banC {display: none;}

.banner.banblog h5::after{content: "NEWS";}
.banner.banF h5::after{content: "STORE";}
.banner.banblog[data-banner=news_a_list_5405] h5::after{content: "HONEY JOURNAL";}


@media screen and (max-width: 950px) {
.banner h5 {font-size: 30px;}}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.articel_mainPic img {
    display: none;}
.blog_shareData { justify-content: flex-end;}
.news_related {background: #fff;}
.lastPage { background: #6f4e32;}
/*首頁顯示文章*/
.i_prod_tit h2, .i_video_tit h2 {color: #a47f5b;font-size: 40px;}
.animated-arrow {
  height: 45px;
  width: 200px;
  background: #a47f5b;}
.i_blog_ri h5 {color: #fff;}
.module_i_news .title_i_box h4 {color: #ffffff;}
.i_blog_b {margin-top: 30px;}
.module_i_news ul, .blog_subbox {display: grid;gap: 10px;grid-template-columns: 1fr 1fr 1fr 1fr;}
.module_i_news li , .subbox_item {width: 100%;}
.module_i_news li a , .subbox_item a {padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}
.module_i_news li a {
        position: relative;
        display: flex;
        flex-direction: column;}
.module_i_news_list, .module_i_news_list.swiper {display: flex;justify-content: center;}
.module_i_news_list{padding: 0;}
/*文章設定*/
.blog_search input[type=search] { border: none; border-radius: 0;}
.subbox_item a {display: flex;flex-wrap: wrap;grid-gap: 0;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {color: #F7B335 !important;padding-left: 15px;
    transition: all 0.3s;}
.accordion li .link a {font-weight: 500;}

/*首頁文章*/
.module_i_news ul {max-width: 1400px;}
.i_blog_ri em {display: none;}
.i_blog_ri p {line-height: 180%;}


.blog_page .main_part , .blog_in_page .main_part  {max-width: 1400px;}
h4.blog_category_title{font-size: 28px;margin-bottom: 0;}
h4.blog_category_title span{font-size: 24px;}
.blog_ri {padding: 0 0 0 50px;}
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {  display: grid;gap:50px 10px;}
.module_i_news li , .subbox_item {  width: 100%;}
.module_i_news li a , .subbox_item a {  padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; border-radius: 15px; border: 1px #f5efe8 solid;}
.subbox_item a:after {border: 0px #ddd solid;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {  width: 100%;}
.i_blog_le , .blog_list_le{  position: relative;  padding-bottom: 100%;  height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le img{
	display:block;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);}
  .blog_list_ri p {line-height: 180%; padding-top: 10px;}
  .blog_list_ri {padding: 17px 3px 3px 3px;}
/*側邊*/
h5.blog_le_t {display: none;}
.blog_le .accordion {border-radius: 15px;border-bottom: 1px #ccc solid;border: 0;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background:none !important;}
.submenu a{padding: 12px 12px 12px 30px; letter-spacing: 1px;}
.submenu a {background:#fff;}
/*首*/
.module_i_news {padding: 95px 20px;}
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;padding-left: 40px;}
.blog_subbox:before{content:none;}

/*文章內頁設定*/
.articel_mainPic img {display: none;}
.blog_shareData {justify-content: flex-end;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back {
    background: none;
    color: #333;
    letter-spacing: 1px;}
.blog_back a {width: auto;}
.blog_box_edit * {line-height: 200%;}
.blog_back {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;}
    
.blog_back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #00000017;
    bottom: 56px;}   

@media screen and (max-width: 1024px) {
/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}}

@media screen and (max-width: 768px) {
.blog_subbox { padding-left: 0;}
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
.blog_ri {padding: 0;}
.blog_page .main_part {
  padding: 30px 0;
}
}

@media screen and (max-width: 600px) {
/*文章管理/＝＝＝＝＝*/
.i_blog_le, .blog_list_le {  padding-bottom: 100%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}
.blog_subbox {grid-template-columns: 1fr 1fr ;}}

@media screen and (max-width:400px) {.blog_subbox {grid-template-columns:1fr ;}}
/*一排呈現
.subbox_item { width:100%;}
*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.contact_page .main_part {width: 100%;}
.contact_editbox {
    margin: 0;
    padding: 0;}
.contact_form li textarea.noborder{border: none;}
.contact_form li input.noborder {border: none;}
.contact_content {
    max-width: 1200px;
    margin: auto;
    padding: 0;}
.contact_form li.last cite {background: #A47F5B;}
.contact_content .information_right {width: 100%;margin-bottom: 80px;}
.contact_content .information_left { display: none;}
.contact_form li {display: flex;flex-direction: column;}
.contact_form li .form__label {
  display: block;
  max-width: 100%;
  text-align: left;}
.contact_form li.last {display: flex;flex-direction: row;} 
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {display: flex;grid-gap: 15px;}
.contact_form li.last blockquote, .contact_form li.last cite {border: none;}
.blank_letter {
    text-align: center;
    font-family: unset;
    padding-top: 70px;
    font-size: 25px;
    color: #F7B335;}
@media screen and (max-width: 768px) {
  @media screen and (max-width: 600px) {
      .contact_form li .form__label {background: none;
      }}}

@media screen and (max-width:600px){
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert { display: grid;}}

/*相本分類全版面 ( 限制最寬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;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表*/
.show-list {grid-template-columns: 1fr 1fr 1fr;}
.subalbum-menu h2 {display: none;}
.other_subalbum li {background: none;}
.album_fixed_title {background: none;}
.other_subalbum li a p {
    color: #F7B335;
    font-weight: 600;
    letter-spacing: 5px;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 2;}
.other_album {text-align: right;}

@media screen and (max-width: 768px) {
.show-list { grid-template-columns: 1fr 1fr;}}

@media screen and (max-width: 500px) {
.show-list { grid-template-columns: 1fr;}}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
.footer.with_shopping_mode { padding:30px 0 50px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




