@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #ADA17E /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.main_header_area{background: #ffffff00;}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
/* .navigation {    padding: 10px 0 10px 210px;} */
/*第一層*/
.stellarnav > ul > li > a{transition:all 0.3s;}
.stellarnav > ul > li:hover > a{color: #ADA17E;}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #ADA17E;	padding-left:10px;border-color:#ADA17E ;}
.stellarnav li li {border: none;}
/*SubMenu*/
.shop_search_btn {    background: #ADA17E;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #ADA17E;}

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}

/*Footer/＝＝＝＝＝*/
/* .footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: space-between;} */
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    margin: 0;	text-align: center;	padding: 5px;	transition: all 0.3s;}
.footer_menu a:hover {    background: #ADA17E;}

.footer_info li p a:hover { color: #8D6444; transition: all 0.3s;}

.footer_info li p {
    width: calc(100% / 2 - 40px);
    color: #ffffff;
    margin: 10px 0 0 0;
    margin-right: 40px;
}

.footer_info li p.add {
    width: 100%;
}

.footer_info li p a {
    color: #ffffff;
}

.footer_info {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom:15px;
    grid-gap: 70px;
}

.footer_info ul {
    display: flex;
    vertical-align: top;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    font-family: "Chiron GoRound TC", sans-serif;
}

.footer_menu {
    border-bottom: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: none;
}

.footer_menu a {
    transition: all 0.3s;
    width: calc(100% / 3 - 20px);
    margin: 0 10px 10px 0;
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
}

.footer_menu a:hover {
    background: transparent;
    color: #fff;
    transition: 0.3s all;
}

.footer_menu a::before {}

.footer_menu a:hover:before {
    transform: translateX(0%);
    transition: all .3s;
}

.footer_menu a:nth-child(1) {
    display: none;
}

.footer_info li:nth-child(2) {
    display: none;
    width: 60%;
}

.info_fix {}

.footer_info li:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
}

.footer_info li:nth-child(1)::before {
    content: "CONTACT";
    display: block;
    width: 100%;
    color: #ffffff;
    border-bottom: 1px #ffffff solid;
    padding-bottom: 15px;
    font-size: 20px;
    letter-spacing: 3px;
    font-family: "Chiron GoRound TC", sans-serif;
}


.footer {
    padding: 25px 0 0;
    font-size: 14px;
    background: #CCB499;
}

/*Copy/＝＝＝＝＝*/
.copy {
    text-align: center;
    padding: 10px;
    width: calc(100% - 40px);
    margin: auto;
    border-top: 1px solid #F5F1EC;
    align-items: center;
    color: #F5F1EC;
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 40px; */
    position: relative;
    justify-content: center;
    font-family: var(--SFontEN);
    font-size: 10px;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: 400;
    background-color: transparent;
}
.copy a {color: #F5F1EC;} 

.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #ADA17E;    color: #fff;}

/*Logo/＝＝＝＝＝*/
.nav-brand {width: 100%;max-width: 220px;transition:all 0.3s;}
.pageIndex .header_area .nav-brand {
    transition: all 0.3s;
    margin-top: 10px;
    /* filter: invert(100%) brightness(1000%); */
}

.header_area .nav-brand {
    transition: all 0.3s;
    margin-top: -10px;
    width: 100%;
    max-width: 220px;
}
.header_area .nav-header {
    align-items: center;
    max-width: 220px;
}

/* 預設未滾動：使用白色 logo */
.pageIndex .header_area:not(.sticky) .nav-brand img {
    content: url('https://pic03.eapple.com.tw/oufongdesign/LOGO_v1_2.png');
}

/* 滾動後 sticky：使用彩色 logo */
.header_area.sticky .nav-brand img {
    content: url('https://pic03.eapple.com.tw/oufongdesign/LOGO_v1_1.png');
}

.footer_logo img {filter: invert(100%) brightness(1000%) ;}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #ADA17E;}

.me_tp_features {display:none;}
.box_link {display:none;}

/*大圖輪播按鈕*/

.swiper-pagination-bullet {width: 5px;height: 5px;display: inline-block;border-radius: 15px;
    background: #fff;opacity: 0.5;}
.swiper-pagination-bullet-active { width: 30px;height: 5px;opacity: 1;background: #fff;}


/* 滾動條 -------------------- */
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 8px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background-color: #fffdfb;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background-color: #CCB499;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #8D6444;
}

/* 反白顏色 -------------------- */
::-moz-selection {
    background-color:#CCB499;
    color: #ffffff;
}

::selection {
    background-color:#CCB499;
    color: #ffffff;
}

/*TOP*/
#to_top {left: auto;right: 25px; bottom: 55px;padding-top: 14px;box-shadow: none;
	letter-spacing: 0.1em;width: 45px;height: 45px;font-size: 12px;color: #8D6444;background: #F5F1EC;transition: .6s;}
#to_top:hover {background: #CCB499;color: #fff;transition: .6s;}
#to_top i.top {display: none;}

/*動畫*/

@keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }


  @keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }


/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main {  margin: 0;}

.main_part {padding:0px;}
.show_content {padding-top: 0px;}
.subalbum-menu {margin-top: 0px;padding-top: 0px;}

.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
/* .swiper-pagination { display: none;} */
.swiper-slide { position: relative;}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    }

/*第一張大圖*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/oufongdesign/title01_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 55%;
    left: 7%;
    width: 35% !important;
    height: 33% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after { animation: fade-in-elegant  2.5s ease-in-out both;}


/*第二張大圖*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/oufongdesign/title02_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 35%;
    left: 32%;
    transform: translate(-50%, -50%);
    width: 35% !important;
    height: 33% !important;
    background-position: center;
    padding-bottom: calc(100% / 1* 0.12);
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after { animation: fade-in-elegant  2.5s ease-in-out both;}


  @keyframes fade-in-elegant {
    0% {
        opacity: 0;
        transform: translateY(20px); /* 從下方滑入 */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* 最終位置 */
    }
}

/*Banner/＝＝＝＝＝*/
.banner{padding: 0px;text-align: left;margin-left: 80px;justify-content: left;}
.banner h5{color: #8D6444;font-size: 19px;font-family: "Chiron GoRound TC", sans-serif;font-weight:450;letter-spacing: 0.15em;}

.banner h5:before {
    content: "Projects";
    color:#ccb499;
    width: 100%;
    max-width: 900px;
    font-size: 45px;
    display: block;
    margin: auto;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: "Chiron GoRound TC", sans-serif;
}

.banner.banblog h5::before {content: "Journal";}

.banE {background:#ffffff;}
.banner.banblog  {background:#ffffff;}

/*首頁設定*/

.main_header_area .container {
    max-width: 95%;
}

.pageIndex .header_area {
    position: fixed;
    background: transparent;
    padding: 23px 0;
    animation: text-focus-in 0.6s cubic-bezier(.55,.085,.68,.53) both
    
}

.pageIndex .stellarnav > ul > li > a {
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 5px;
    margin: 0px;
}

.pageIndex .stellarnav ul {
    display: grid;
    justify-items: end;
}

.pageIndex .stellarnav > ul > li > a b {
    text-align: end;
    font-size: 14px;
    font-weight: 400;
    font-family: "Chiron GoRound TC", sans-serif;
}

.stellarnav > ul > li > ul > li > a:hover, .stellarnav > ul > li > ul > li > ul > li > a:hover {background: #8D6444;transition: .6s;color:#fff;}

.stellarnav > ul > li > a > b:nth-child(2) {
    font-weight: 400;
    font-size: 15px;
}

.pageIndex .stellarnav ul ul {
    background: #CCB499;
    right: 0px;
    position: relative;
    justify-items: normal;
}

.pageIndex .stellarnav li li a {
    text-align: end;
    position: relative;
    font-family: "Chiron GoRound TC", sans-serif;
}

.stellarnav ul ul { background: #CCB499;}

.stellarnav li.has-sub > a:after {border-top: 6px solid #ffffff;}

.pageIndex .stellarnav li.has-sub > a:after {
    content: '';
    position: absolute;
    width: 19%;
    height: 1px;
    background: #FFF;
    top: 18px;
    right: 0px;
    border: none;
    transition: all 0.3s;
}
.pageIndex  .stellarnav li.has-sub > a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background: #FFF;
    top: 12px;
    right: 8px;
    transition: all 0.3s;
}

 .stellarnav li li a {
    font-size: 14px;
    letter-spacing: 2px;
    color: #FFF;
    transition: all 0.3s;
    padding: 12px 15px;
}

.pageIndex .stellarnav li li a:hover {
    padding-right: 30px;
}


/*首頁 header sticky*/

.pageIndex .header_area.sticky .stellarnav ul {
    display: block;
    animation: tracking-in-expand 1.5s cubic-bezier(.215,.61,.355,1.000) both;
}

.pageIndex .header_area.sticky .stellarnav > ul > li > a b {
    text-align: center;
}



.pageIndex .header_area.sticky {
    padding: 20px 0 11px;
    background: #F5F1EC;
}

.pageIndex .header_area.sticky .nav-header {
    align-items: center;
    max-width: 220px;
}

.pageIndex .header_area.sticky .stellarnav > ul > li > a {
    color: #7c6754;
    letter-spacing: 2px;
    margin: 10px 15px;
}


.pageIndex .header_area.sticky .main_header_area .container {
    max-width: 95%;
}


/* .pageIndex .header_area.sticky .stellarnav ul {
    justify-items: start;
} */

.pageIndex .header_area.sticky .stellarnav li li a {
    text-align: left;
    letter-spacing: 0.15em;
    transition: .6s;
}

.pageIndex .header_area.sticky .stellarnav ul ul {
    background: #CCB499;
    right: 0px;
    position: absolute;
    /* animation: none; */
    
}

.pageIndex .header_area.sticky .stellarnav li li a:hover {
    background: #8D6444;
    color: #FFF;
    box-shadow: none;
}

/* .pageIndex .nav-brand {
    margin-top: 10px;
    margin-left: 0px;
    position: relative;
    width: 50px;
} */

.pageIndex .header_area.sticky .nav-brand {
    margin-top: -10px;
    display: block;
}

.pageIndex .nav-header {
    align-items: flex-start;
    position: relative;
}

/*首頁設定*/
.pageIndex .header_area.sticky .stellarnav li.has-sub > a:after {
    content: '';
    position: absolute;
    width: 21%;
    height: 1px;
    background: #7c6754;
    top: 18px;
    right: 0px;
    border: none;
    transition: all 0.3s;
}

.pageIndex .header_area.sticky .stellarnav li.has-sub:nth-of-type(6) > a:after 
{
    content: '';
    position: absolute;
    width: 29%;
    height: 1px;
    background: #7c6754;
    top: 18px;
    right: 0px;
    border: none;
    transition: all 0.3s;
}

.pageIndex .header_area.sticky .stellarnav li.has-sub > a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background: #696969;
    top: 12px;
    right: 8px;
    transition: all 0.3s;
}

.pageIndex .header_area.sticky .stellarnav li li a {
    font-size: 13px;
    letter-spacing: 2px;
    color: #ffffff;
    transition: all 0.3s;
    padding: 15px 0px 15px 10px;
}

.pageIndex .header_area.sticky  .stellarnav li.has-sub:hover > a::after{width: 0px;}


.pageIndex .header_area.sticky .stellarnav ul {
    display: block;
    justify-items: normal;
}

.header_area {background: #F5F1EC;    padding: 20px 0 11px;;}

.header_area.sticky {background: #F5F1EC;    padding: 20px 0 11px;}

.header_area.sticky .stellarnav > ul > li > a b {
    text-align: center;
}

.header_area.sticky {background: #F5F1EC;}

.header_area.sticky .nav-header {
    align-items: center;
    max-width: 220px;
}

.header_area.sticky .stellarnav > ul > li > a {
    color: #7c6754;
    letter-spacing: 2px;
    margin: 10px 15px;
}

.header_area.sticky .stellarnav li li a {
    text-align: left;
    letter-spacing: 0.15em;
    transition: .6s;
}

.stellarnav > ul > li.drop-left > ul {background: #CCB499;}

.header_area.sticky .stellarnav ul ul {
    background: #CCB499;
    right: 0px;
    position: absolute;
    /* animation: none; */
    
}

.header_area.sticky .stellarnav li li a:hover {
    background: #8D6444;
    color: #FFF;
    box-shadow: none;
}

.pageIndex .header_area.sticky .stellarnav li.has-sub > a:after {
    content: '';
    position: absolute;
    width: 21%;
    height: 1px;
    background: #7c6754;
    top: 18px;
    right: 0px;
    border: none;
    transition: all 0.3s;
}

.header_area.sticky .stellarnav li.has-sub:nth-of-type(6) > a:after 
{
    content: '';
    position: absolute;
    width: 29%;
    height: 1px;
    background: #7c6754;
    top: 18px;
    right: 0px;
    border: none;
    transition: all 0.3s;
}

.header_area.sticky .stellarnav li.has-sub > a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background: #696969;
    top: 12px;
    right: 8px;
    transition: all 0.3s;
}

.header_area.sticky .stellarnav li li a {
    font-size: 13px;
    letter-spacing: 2px;
    color: #ffffff;
    transition: all 0.3s;
    padding: 15px 0px 15px 10px;
}

.header_area.sticky  .stellarnav li.has-sub:hover > a::after{width: 0px;}

.header_area.sticky .stellarnav ul {
    display: block;
    justify-items: normal;
}

.header_area .stellarnav > ul > li:hover:nth-of-type(6).has-sub > a {
    padding-right: 31px;
    right: -43px;
}

.header_area.sticky  .stellarnav > ul > li:hover:nth-of-type(6).has-sub > a {
    padding-right: 37px;
    right: 0px;
}

.stellarnav > ul > li > a b {
    text-align: end;
    font-size: 14px;
    font-weight: 400;
    font-family: "Chiron GoRound TC", sans-serif;
}

/*ALL 第一層*/

.stellarnav > ul > li > a {
    color: #7c6754;
    letter-spacing: 2px;
    margin: 10px 15px;
    font-size: 14px;
}


.stellarnav > ul > li > a b {
    text-align: center;
}

.me_tp_features {
display: none;}

.stellarnav li.has-sub > a:after {
    content: '';
    position: absolute;
    width: 19%;
    height: 1px;
    background: #696969;
    top: 18px;
    right: 0px;
    border: none;
    transition: all 0.3s;
}

.stellarnav li.has-sub > a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background: #696969;
    top: 12px;
    right: 8px;
    transition: all 0.3s;
}

.pageIndex .header_area .stellarnav li.has-sub:nth-of-type(6) > a:after {
    content: '';
    position: absolute;
    width: 28%;
    height: 1px;
    background: #ffffff;
    top: 18px;
    right: 0px;
    border: none;
    transition: all 0.3s;
}

.stellarnav li.has-sub:nth-of-type(6) > a:after {
    content: '';
    position: absolute;
    width: 28%;
    height: 1px;
    background: #5c5c5c;
    top: 18px;
    right: 0px;
    border: none;
    transition: all 0.3s;
}

.pageIndex .header_area .stellarnav > ul > li:hover:nth-of-type(6).has-sub > a {
    padding-right: 31px;
    right: -43px;
}

.header_area.sticky  .stellarnav > ul > li:hover:nth-of-type(6).has-sub > a {
    padding-right: 37px;
    right: 0px;
}


.stellarnav li.has-sub:hover > a:before{transform: rotate(45deg);}
.stellarnav li.has-sub:hover > a::after{width: 0px;}
.pageIndex .header_area .stellarnav li.has-sub:nth-of-type(6):hover > a:after{width: 0px}

.stellarnav > ul > li.has-sub > a {
    padding-right: 27px;
}


/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p a:hover {    color: #ADA17E;}
.path {display:none;}

/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #ADA17E;border: 1px solid #ADA17E;}

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #ADA17E;    color: #ADA17E;}
.products-list .item a:hover .more {    background: #ADA17E;}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #ADA17E;}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: #f2f2f2;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #ADA17E;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #ADA17E; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #ADA17E;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #ADA17E;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: #ADA17E;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: #ADA17E;    background-color: #f2f2f2;}
.nextaction {    background-color: #ADA17E;}
.lastPage {background: #8D6444;font-family: "Chiron GoRound TC", sans-serif;}
.news_related_list li a p {font-size: 15px;color: #8D6444;font-family: "Chiron GoRound TC", sans-serif;}

/*商品側邊規格*/
.product_info li .txt_box {    color: #8D6444;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}
.news_related {background: #f5f1ec;padding: 25px 15px;}
.news_related h6 span:before {content: '相關文章';font-size: 24px;color: #8D6444;font-family: "Chiron GoRound TC", sans-serif;font-weight:450;}

/*文章管理******************************************** */
h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}

.articel_mainPic img {display:none;}

/*文章管理/外層＝＝*/
.blog_box {padding: 0px 0px;margin:auto -25px;}
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;}
.subbox_item { border-bottom: 1px solid #c5c5c5;}
.module_i_news li a , .subbox_item a {    padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}

.subbox_item a { display: flex; align-items: flex-start;  padding: 50px 10px;}
.subbox_item a:hover {background: #f2eee9;}
.subbox_item a:before {bottom: 50px; right: 100px; opacity: 1; font-size: 14px; color: #7c6754;font-family: "Chiron GoRound TC", sans-serif;}
.subbox_item a:after { right: 60px; bottom: 50px; left: auto; top: auto;  background: url(https://pic03.eapple.com.tw/oufongdesign/arrow.svg);
  width: 30px;  height: 14px;  content: "";  background-repeat: no-repeat;  background-size: contain;  background-position: right;opacity: 1;border: none;}
.subbox_item a:hover::after { right: 50px;}
.blog_ri {width: 100%; padding: 0px;}
.i_blog_le, .i_blog_ri , .blog_list_ri {    width: 100%;}
.blog_list_le{ position: relative; padding-bottom: 25%; height: 0; width: 100%; max-width: 470px;overflow: hidden;}
.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: 0%; top: 0%; transition: 0.8s;}
.module_i_news li:hover a img, .subbox_item a:hover img { transform: scale(1.05);}
.blog_list_ri {padding: 20px 50px; display: flex; flex-wrap: wrap;flex-direction: column;}
.blog_list_ri h5 { font-family: "Chiron GoRound TC", sans-serif;border-bottom: 1px solid; color: #7c6754; padding-bottom: 10px; letter-spacing: 1px; margin-bottom: 15px;}
.blog_list_ri em {font-family: "Chiron GoRound TC", font-weight:400;sans-serif;color: #7c6754;margin: 7px 0 15px; order: -1; border: 1px solid #7c6754;  width: fit-content; padding: 5px 20px;  font-weight: 500;}
.blog_page h4.blog_category_title {display: none;}
.blog_list_ri p {font-family: "Chiron GoRound TC";color: #666;letter-spacing:0.05em;}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;width: auto;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #f5f1ec !important;}
.submenu a:hover {    background: #cbc0a0;}

/*移至上方*/
.blog_le {width: 100%;}
.blog_le, .blog_ri { padding: 7px 0;}
.blog_ri {width: 100%;max-width: 1200px;margin: 0 auto; display: block;}
h5.blog_le_t , .blog_search {display: none;}
.blog_le .accordion {border-radius: 0px; border: none; display: flex; justify-content: flex-end; border-bottom: 1px solid #c5c5c5;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {width: auto;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a { color: #7c6754 !important;}
.accordion li .link { padding: 10px 30px;font-size: 17px; letter-spacing: 2px; color: #7c6754;font-weight: 500;}
.submenu ,.blog_le .accordion li.default .submenu {width: 110px;}
.accordion li .link a {color: #7c6754;font-family: "Chiron GoRound TC", sans-serif;font-weight:500;font-size: 17px;}
.accordion li+li .link{border-top: 1px solid #cccccc00;} 

/*首*/
.module_i_news {padding: 0px 20px 150px;}
.module_i_news .title_i_box {  margin-bottom: 60px;}
.module_i_news .title_i_box h6 { display: none;}
.module_i_news .title_i_box h4 {font-size: 40px; color: #7c6754;  font-weight: 300;font-family: "Chiron GoRound TC", sans-serif;}
.i_blog_ri em ,.i_blog_ri p {display: none;}
.i_blog_ri h5 { font-weight: 500; font-size: 18px;  color: #7c6754;}
.i_blog_le { padding-bottom: 70%; height: 0; width: 100%; overflow: hidden; position: relative;}
.i_blog_ri { padding: 10px 5px;}
.module_i_news ul { width: 100%;  grid-template-columns: 1fr 1fr 1fr 1fr;  max-width: 1550px;}
.module_i_news li a:before , .module_i_news li a:after  {display: none;}
.i_blog_b a i.fa-solid.fa-arrow-right { display: none;}

/*按鈕*/
.i_blog_b a { margin-top: 30px;}
.animated-arrow{ width: 160px; background: transparent; border: 1px solid #7c6754; border-radius: 50px;color: #7c6754; height: 45px;line-height: 45px;}
.animated-arrow:hover:before{ height: 100%; top: auto; bottom: 0;}
.animated-arrow:before { content: ''; display: block; width: 100%; height: 0; position: absolute; bottom: 0; left: 0; background: #7c6754; transition: .5s ease;}
.animated-arrow b{ position: relative; z-index: 2;}
.animated-arrow:hover b { color: #7c6754;}

/*功*/
.blog_subbox{grid-template-columns:1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_in_page .main_part {max-width: 100%;/* padding: 50px 0px 0; */}
.blog_box_edit {/* padding-top: 70px; */width: 100%;max-width: 1000px;margin: 0 auto;font-family: "Chiron GoRound TC", sans-serif;font-weight:400;color:#4e4e4e;}
.blog_data b {font-family: "Chiron GoRound TC", sans-serif;}
h4.blog_category_title {font-family: "Chiron GoRound TC", sans-serif;font-size: 28px; border-bottom: 1px solid;padding: 20px 0 10px; color: #7c6754; letter-spacing: 1px; font-weight: 500; width: fit-content;}
.blog_in_page .blog_ri p.blog_brief {font-size: 20px;letter-spacing: 2px;  color: #7c6754;}

.blog_in_page .blog_le { width: 100%; max-width: 1366px; margin: 0 auto 4vw; display: block; padding: 0 10px;}
.blog_in_page .blog_ri { width: 100%; padding: 0px 10px 70px;  max-width: 1000px;  margin: 0 auto;  display: block;}
.blog_back {display: flex;    grid-gap: 0px;}
.blog_back a {font-size: 14px;color: #7c6754;padding: 25px 0px; width: 34%; font-family: "Chiron GoRound TC", sans-serif;  letter-spacing: 2px;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_back , .blog_back a.article_btn_next{background: #ede7df; transition: 0.3s;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_back:hover,.blog_back a.article_btn_next:hover { background: #ccb499;}
.blog_back a.article_btn_back:hover { letter-spacing: 4px;}
.i_blog_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: 0%;  top: 0%;  transition: 0.8s;  filter: grayscale(0.7);}


/*相簿/＝＝＝＝＝*/
.module_i_album .title_i_box h6 {
    font-size: 36px;
    color: #7c6754;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing:0.15em;
    margin-top:20px;
}
.module_i_album .title_i_box h4 {
    font-size: 24px;
    color: #7c6754;
    font-family: "Chiron GoRound TC", sans-serif;
    font-weight: 400;
    letter-spacing:0.15em;
}

.blog_back a.article_btn_prev {background: #ede7df;}
.blog_back a.article_btn_back {background: #e8dfd2;}
.blog_back a.article_btn_next {background: #ede7df;}

.i_album_list li div {
    aspect-ratio: 4 / 3;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 16px;
}

/* 布局 ---------- */
.album_page .show-list,
.album_class_page .show-list,
.album_info_page .pic-list,
.i_album_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
}

/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}

.show-list .show_name {text-align: center; margin-top: 15px;color:#7c6754;font-family: "Chiron GoRound TC", sans-serif;font-weight:450;}

/* 圖片 ---------- */
.show-list .show_pic,
.pic-list .show_pic {
    aspect-ratio: 5 / 6;
}

.show-list .show_pic img,
.pic-list .show_pic img {
    transform: scale(1);
    transition: ease-out 0.5s;
}
.show-list .item .show_pic {
    position: relative;
    transition: all 0.3s ease; /* hover 時動畫平滑 */
}

.show-list .item:hover .show_pic img,
.pic-list .item:hover .show_pic img {
    transform: scale(1.05);
}

/* 觀看更多 */
.other_album_choice li {
    background: #949494;
    padding: 5px 20px;
    border-radius: 0;
    font-size: 13px;
}

@media screen and (max-width: 1024px) {
    /* 布局 ---------- */
    .album_page .show-list,
    .album_class_page .show-list,
    .album_info_page .pic-list,
    .i_album_list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 8px;
    }
}

@media screen and (max-width: 480px) {
    /* 布局 ---------- */
    .album_page .show-list,
    .album_class_page .show-list,
    .album_info_page .pic-list,
    .i_album_list{
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}

.album_info_page .show_content{
    padding: 0px;
}

.i_album_list li a p span {font-family: "Chiron GoRound TC", sans-serif;font-weight:400;}

/* 相簿描述 */
.album_descrip{
    color: #777777;
    letter-spacing: .05rem;
}

/* 相片描述 */
.pic-list .item h6{
    color: #545454;
}

.module_i_album .title_i_box{
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

/* 相簿名稱 */
.i_album_list li a p {
    height: 100%;
    background: rgba(0 0 0/50%);
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0 0 0 / 40%);
    letter-spacing: .2rem;
    font-size: 18px;
    border-radius: 16px;
}

.i_album_list li:hover p {
    opacity: 0;
    transition: ease-out 0.5s;
}

/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
    background: rgb(0 0 0 / 0%);
}
.show-list .item:hover .overlay {opacity: 0;}

.show-list .item:hover .show_name {color: #7c6754;}

.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
/* .show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */ */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic 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%);
}

.other_album_choice li {background: #7c6754;}
.subalbum-menu h2{color: #7c6754;font-size: 24px;font-family: "Chiron GoRound TC", sans-serif; font-weight:450;}
.other_subalbum li p {    margin-top: 10px;font-family: "Chiron GoRound TC", sans-serif;}
.album_fixed_title span:before {font-family: "Chiron GoRound TC", sans-serif;}
.other_album_choice li a {font-family: "Chiron GoRound TC", sans-serif;}

/*相簿名稱底線hover/＝＝＝＝＝*/
.show-list .show_name{
    text-align: center;
    width: fit-content;
    margin: 20px auto 0;
    position: relative;
    padding-bottom: 35px;
}
.show-list .show_name::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #CCB499;
    transition: width .5s ease;
}
.show-list .item:hover .show_name::after{
    width: 100%;
}

/**/

/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: #8D6444;    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#8D6444;}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: #8D6444;}
.contact_form li.last cite {background: #8D6444;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #ccb499 solid;}

/*聯絡我們-編輯器/＝＝＝＝＝*/
#content { margin-bottom: unset;}
.contact_content {margin: auto; padding: 50px 100px;}
.contact_page .main_part {max-width:1600px !important;display:flex;flex-wrap: wrap;justify-content: center;/* background: url("https://pic03.eapple.com.tw/qilipaper/contact_bg.png") no-repeat center center; *//* padding: 10vh 5% !important; */}
.contact_page .main_part .contact_content {width: 100%;background: #f9f9f9;box-shadow: 0 0 5px rgb(0 0 0 / 10%);border-radius: 10px 10px 10px 10px;}
.contact_page .contact_content .information_left { display: none !important;}
.contact_page .contact_content .information_right {width: 100%;/* padding-left: 10px; */}
.contact_page .contact_content .information_right input.noborder { border: 1px #eee solid; padding: 7px;}
.contact_page .contact_content .information_right textarea.noborder { border: 1px #eee solid; padding: 7px;}
.contact_page .contact_content .information_right .contact_form li {padding: 10px 0 10px 10px;border-bottom: 1px solid #d8d1c9;}
.contact_page .contact_content .information_right .contact_form li:last-child { border: none;}

.contact_form li .form__label {
    display: block;
    max-width: 100px;
    text-align: right;
}
.contact_form li {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 20px;
}

.info_fix_links a { background: #b18f7d9c;}
.swiper-slide img { width: 100%; height: auto;}

.blank_letter {color: #8D6444;letter-spacing: 0.05em;font-family: "Chiron GoRound TC", sans-serif;font-weight:450;}
.contact_form {color: #555; letter-spacing: 0.05em;font-family: "Chiron GoRound TC", sans-serif;font-weight:400;}

@media screen and (max-width: 1440px) {.main_header_area { height: auto; }.nav-brand img { width: 68px; }}

@media screen and (max-width: 1200px) {
    .NormalMode_i_01 ul {
        margin: 3px auto 50px !important;
    }}


@media screen and (max-width: 1024px) {
    .main_header_area { height: auto; }
    .contact_page .main_part .contact_editbox { width:100%;}
    .contact_page .main_part .contact_content { width:100%;}
	.NormalMode_i_01 li dl dd img {  width: 30% !important; }
	.me_tp_features {  text-align: center;  margin: 7px 0; display: none;}
	.navigation { padding: 15px 0 24px 0px;}
}

@media screen and (max-width: 1021px) { .navigation { padding: 20px 0 20px 0px; }}

@media screen and (max-width: 768px) { 
    .contact_page .main_part { padding: 0 5% 50px !important;}
	.blog_ri { width: 100%;  padding: 15px 0 0 0px;}
	.NormalMode_i_01 { padding: 30px 5% !important;}
}

@media screen and (max-width: 600px) {
	.contact_form li .form__label {
		width: 100%;
		/* margin-left: -90px; */
	}
}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #ADA17E;}
.rewrite_simple{background-color: #cbc0a0;}
.member_title p {    border-top: 2px #ADA17E solid;}
.login_mem_submit{background: #ADA17E;}
.login_mem_other_link a{color: #ADA17E;}
.member_login_regist a{background: #ADA17E;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}


/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {    padding: 10px;}
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100px;}
.header_area.sticky .nav-brand{max-width: 0;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}


/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*//*
.pageIndex .header_area{position: position:relative;}

/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}

/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: 150px;}
.header_area.sticky .nav-brand{max-width: 100px;}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}

/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}

}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}