@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/

/* 開場LOGO */
.pageIndex::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #ffffffd5;
  backdrop-filter: blur(30px);
  z-index: 10000;
  pointer-events: none;
  animation: lovelove 2s ease forwards;
  animation-delay: 3s;
}

.pageIndex::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: url('https://pic03.eapple.com.tw/shuowolife/A00-05.png') no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 10001;
  pointer-events: none;
  animation: logolove 4s ease forwards;
}

@keyframes logolove {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%);
    filter: blur(10px);
  }
  20% {
    opacity: 1;
    transform: translate(-50%, -50%);
    filter: blur(0);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, -50%);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -60%);
    filter: blur(20px);
    visibility: hidden;
  }
}

@keyframes lovelove {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}


/* 大圖 */
#content_main {  margin: 0;z-index: 0;}
.bannerindex { position: static; height: auto;z-index: 0;}
.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-of-type(2)::before {
-webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
	        animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;

  background: url(https://pic03.eapple.com.tw/shuowolife/A00-05.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 78%;
  left: 29%;
  width: 10% !important;
  height: 8% !important;
  background-position: left;
  padding-bottom: calc(100% / 1* 0.12);
}

@keyframes slide-bottom{0%{opacity:0;transform:translateY(-100%)}100%{opacity:1;transform:translateY(100%)}}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::after {
  background: url(https://pic03.eapple.com.tw/shuowolife/A00-03.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -15%;
  left: -9%;
  width: 134% !important;
  height: 114% !important;
  background-position: left;
  mix-blend-mode: plus-lighter;
  padding-bottom: calc(100% / 1* 0.12);
  opacity: 1;
  filter: blur(2px);
  animation: random-flicker 3s infinite steps(5);
}

@keyframes random-flicker {
  0%   { opacity: 0.2; filter: blur(5px); }
  20%  { opacity: 0.45; filter: blur(4px); }
  40%  { opacity: 0.35; filter: blur(3px); }
  60%  { opacity: 0.7; filter: blur(3px); }
  80%  { opacity: 0.5; filter: blur(3px); }
  100% { opacity: 0.25; filter: blur(5px); }
}


.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(1)::before {
  -webkit-animation: slide-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  
  background: url(https://pic03.eapple.com.tw/shuowolife/A00-06.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -69%;
  left: 33%;
  width: 50% !important;
  height: 77% !important;
  background-position: left;
  padding-bottom: calc(100% / 1* 0.12);
}
@keyframes slide-top{0%{opacity:0;transform:translateY(0)}100%{opacity: 1;transform:translateY(-100%)}}

/* END */
.header_area {
background: linear-gradient(to bottom, #9d9898, #ffffff);
}
.header_area.sticky {
background: linear-gradient(to bottom, #f2d17e82, #ffffff);
}
.me_tp_features {
    display: none;
}
.navigation {
    padding: 10px;
    transition: 0.5s;
}
header.header_area.sticky .navigation {
    padding: 0;
    transition: all 0.5s;
}
.stellarnav > ul > li {
    margin: 20px 0 0 30px;
}
.stellarnav > ul > li > a {
    color: #454343;
}

.stellarnav > ul > li::before  {
    content: "";
    background: url(https://pic03.eapple.com.tw/shuowolife/A00-05.png) no-repeat;
    background-size: contain;
    width: 32px;
    height: 30px;
    position: absolute;
    left: 26px;
    top: -20px;
    transform: translateY(50%);
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.stellarnav > ul > li:hover:before {
    opacity: 1;
    transform: translateY(0);
}

/* 下拉 */
.stellarnav li.has-sub > a:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #454343;
}
.stellarnav ul ul {
    left: -40%;
    background: #000000bf;
}
.stellarnav li li a, .stellarnav li li.has-sub>a:nth-child(1) {
    padding: 15px 20px;
    display: block;
    color: #F2D17E;
    background: transparent;
    font-size: 14px;
    white-space: break-spaces;
    transition: all 0.3s;
}
.stellarnav li li a:hover, .stellarnav li li.has-sub>a:nth-child(1):hover {
    padding-left: 25px;
    background: #fff;
    color:#040000 ;
    box-shadow: 0px 1px 2px #00000054;
    transition: all 0.5s;
}

/* footer */
.box_link {
    display: none;
}
.footer { 
    background: #ffffff; 
    position: relative; 
    z-index: 0; 
    overflow: hidden; 
    background: linear-gradient(to top, #9d98986e, #ffffff);
}
.footer::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/shuowolife/B00-01.png) no-repeat;
    background-size: contain;
    background-position: right bottom;
    pointer-events: none;
    z-index: -1;
}

.footer::after {
    content: "";
    position: absolute;
    bottom: 43%;
    left: 85%;
    width: 100px;
    height: 100px;
    pointer-events: none;
    background: radial-gradient(ellipse at center, rgb(239 148 31 / 89%) 20%, rgb(243 181 81 / 56%) 40%, rgb(255 181 97 / 26%) 70%, transparent 100%);
    border-radius: 50%;
    opacity: 0.7;
    animation: flame-flicker 2s infinite ease-in-out;
    z-index: -1;
}

@keyframes flame-flicker {
  0%   { transform: translateX(-50%) scaleY(1) scaleX(1); opacity: 0.7; filter: blur(5px); }
  25%  { transform: translateX(-50%) scaleY(1.1) scaleX(0.95); opacity: 0.9; filter: blur(4px); }
  50%  { transform: translateX(-50%) scaleY(0.9) scaleX(1.05); opacity: 0.6; filter: blur(6px); }
  75%  { transform: translateX(-50%) scaleY(1.05) scaleX(0.98); opacity: 0.85; filter: blur(5px); }
  100% { transform: translateX(-50%) scaleY(1) scaleX(1); opacity: 0.7; filter: blur(5px); }
}

.footer_info {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
    gap: 25px 30px;
    justify-content: center;
    padding-right: 0;
}
.footer_info ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: 0;
    letter-spacing: 0.15em;
}
.footer_info li {
    display: block;
    padding: 10px;
    z-index: 0;
}
.footer_info li p {
    line-height: 170%;
    letter-spacing: 1px;
    color: #040000;
    font-size: 13px;
}
a {
    color: #040000;
    letter-spacing: 3px;
}
.footer_menu {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 5px;
    z-index: 99;
}
.footer_menu a {
    display: inline-block;
    padding: 5px 4px;
    border: 0;
    margin: 0 0px 4px 0;
    font-size: 13px;
    line-height: 0;
    color: #040000;
    background: 0;
    transition: 0.5s;
}
.footer_menu a:hover {
    background: #66666600;
    color: #F2D17E;
    transition: 0.5s;
}
.footer_info ul>li:nth-child(1):before {
    content: "聯絡資訊";
    font-family: 'Noto sans TC', sans-serif;
    font-weight: 500;
}
.footer_info ul>li:nth-child(2):before {
    content: "網站地圖";
    font-family: 'Noto sans TC', sans-serif;
    font-weight: 500;
    padding-left: 4px;
}

.footer_info ul>li:before {
    font-size: 115%;
    color: #040000;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #040000;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
}

.copy {
    padding: 3px 0;
    font-size: 10px;
    color: #ffffff;
    border-top: 0;
    margin-top: 15px;
    background: #040000;
}
.copy a {
    color: #fff;
    letter-spacing: 1px;
}







/* 首頁禮儀用品 */
.i_prod_tit span, .i_video_tit span {
    background: linear-gradient(90deg, #D8A55E, #f7d09d, #D8A55E, #f4d0a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 700;
}
.i_prod_tit h2::before,
.i_video_tit h2::before {
    content: "Funeral Supplies";
    color: #ffffff;
    background: linear-gradient(90deg, #D8A55E, #f7d09d, #D8A55E, #f4d0a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-family: "Cinzel", serif;
    letter-spacing: 2px;
    text-align: center;
}
/*按鈕*/
.animated-arrow {
    background: #26190100;
    position: relative;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    border: 1px solid #261901;
}
.animated-arrow b {
    color: #261901;
    position: relative;
    z-index: 2;
    font-family: var(--SFont);
    font-weight: 400;
    letter-spacing: 0.15rem;
}
.animated-arrow:hover {    background: transparent; border-color: transparent;}
.animated-arrow:before, .animated-arrow:after {
    content: '';
    position: absolute;
    transition: inherit;
    top: 0;
    width: 0;
    height: 100%;
}

.animated-arrow:before {
    right: 0;
    border: 1px solid #261901;
    border-left: 0;
    border-right: 0;
}
.animated-arrow:after {
    left: 0;
    background: #261901;
    transition-delay: .35s;
    z-index: -1;
}

.animated-arrow:hover:before, .animated-arrow:hover:after {    width: 100%;}
.animated-arrow:hover b {  color: #ffffff; }
.i_album_b a i.fa-solid.fa-arrow-right {
    color: #261901;
    position: relative;
}
.i_album_b:hover a i.fa-solid.fa-arrow-right {
    color: #ffffff;
}







/* 內頁 */
#content {
    background: #111 url(https://pic03.eapple.com.tw/shuowolife/banner-02.jpg);
}
.banner {
    background: url(https://pic03.eapple.com.tw/shuowolife/banner-01.jpg) no-repeat;
    position: relative;
    overflow: hidden;
    height: 500px;
}
.banner {
    background: url(https://pic03.eapple.com.tw/shuowolife/banner-01.jpg) no-repeat center/cover;
    position: relative;
    overflow: hidden;
    height: 500px;
}






/* 禮儀用品 */
.banF h5 {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    background: linear-gradient(90deg, #D8A55E, #f7d09d, #D8A55E, #f4d0a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:30px;
    padding: 20px 120px;
}
.banF  h5:before {
    content: "Funeral Supplies";
    color: #ffffff;
    background: linear-gradient(90deg, #D8A55E, #f7d09d, #D8A55E, #f4d0a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-family: "Cinzel", serif;
    letter-spacing: 2px;
}
.product-layer-two li a {
background: #f3f3f300;
color: #261901;
transition: .5s;
}
.product-layer-two li:hover a {
color: #EBCA7E;
transition: .3s;
}
.product-layer-two > li a:before {
   content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: #261901;
    left: 5px;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%); 
    transform-origin: center center;
    backface-visibility: hidden;
}
.product-layer-two > li a:hover::before {
  animation: spinX 1s linear infinite;
}
@keyframes spinX {
  0%   { transform: rotateX(360deg); }
  100% { transform: rotateX(0deg); }
}
.products-list .pic img {
    transition: 1s;
}
.products-list .pic img:hover {
    transform: scale(1.05);
    transition: 1s;
}
.products-list .name {
    font-size: 17px;
    color: #261901;
    text-align: center;
}
.products-list .price b {
    color: #261901;
    font-size: 15px;
}
.products-list .more {
    border: 1px solid #261901;
    color: #261901;
    letter-spacing: 1px; 
}
.products-list .item a:hover .more {
    background: #EBCA7E;
    border: 1px solid #EBCA7E;
}
.sidebarBtn h2 {
   line-height: 280%; 
}
.sidebarBtn {
    border: 5px #dddddd00 solid;
}
.sidebarBtn .price {
    color: #14b2f7;
    border-bottom: 1px solid #261901;
}
.sidebarBtn .sp_price {
    color: #261901;
}
.inquiry_a3 {
    background: #261901;
}
.inquiry_a1 {
    background: #e15050;
}
.inquiry_a2 {
    background: #6db3dc;
}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
    background: #EBCA7E;
}
.toShare {
    border-top: 1px solid #261901;
}
.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: #EBCA7E;
}
.prod_related {
    background: #ffffff00;
}
.lastPage {
background: #EBCA7E;
transition: .5s;
}
.lastPage:hover {
    background: #261901;
    letter-spacing: 2px;
}

/* 禮儀資訊 */
.banblog h5 {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    background: linear-gradient(90deg, #D8A55E, #f7d09d, #D8A55E, #f4d0a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:30px;
    padding: 20px 120px;
}
.banblog  h5:before {
    content: "Etiquette Information";
    color: #ffffff;
    background: linear-gradient(90deg, #D8A55E, #f7d09d, #D8A55E, #f4d0a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-family: "Cinzel", serif;
    letter-spacing: 2px;
}
h5.blog_le_t {
color: #261901;
text-align: center;
}
.accordion li .link a {
    color: #261901;
    font-size: 15px;
    font-weight: 500;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #261901 !important;
    transition: .5s;
}
.blog_back a.article_btn_prev {
    background: #261901;
}
.blog_back a.article_btn_back {
    background: #EBCA7E;
}
.blog_back a.article_btn_next {
    background: #261901;
}


/* 阿吉妹妹 */
.module_i_news ul, .blog_subbox {
    display: grid;
    gap: 45px;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
}
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}
.module_i_news li, .subbox_item {
    width: 100%;
}
.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri {
    width: 100%;
}
.module_i_news li a, .subbox_item a {
    padding: 9px;
    border: 0;
    background: #fff;
        display: flex;
    flex-direction: column;
    grid-gap: 5px;
    border: solid 1pt #EBCA7E;
}
.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, .blog_list_le {
    position: relative;
    padding-bottom: 100%;
    height: 0;
}
.subbox_item a:before {
    font-size: 13px;
    color: #fff;
    transition: all .6s;
    writing-mode: tb-rl;
    top: 28px;
    right: -22px;
    opacity: 1;
    display: none;
}
.subbox_item a:after {
    content: '';
    opacity: 1;
    border: none;
    background: #ebca7e38;
    color: #fff;
    top: 20px;
    left: 25px;
    height: 100%;
    z-index: -1;
    writing-mode: tb-rl;
    padding: 10px;
    display: flex
;
    transition: 0.6s, width 0s;
}
.module_i_news li a:after, .subbox_item a:after {
    pointer-events: none;
}
.subbox_item a:hover:before {
    opacity: 0;
}
.subbox_item a:hover:before, .subbox_item a:hover:after {
    opacity: 1;
    transition: all .5s;
    left: 50%;
    top: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
}
.blog_list_ri h5 {
    color: #261901;
}
.module_i_news li a:after {
    background: 0;
    border: 10px #e3ab18 solid;
}
.module_i_news li a:before {
    bottom: 15px;
    right: 15px;
    font-size: 15px;
    color: #6f431f;
}

/* 告別會場 */
.banE h5 {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    background: linear-gradient(90deg, #D8A55E, #f7d09d, #D8A55E, #f4d0a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:30px;
    padding: 20px 120px;
}
.banE h5:before {
    content: "Photo Album";
    color: #ffffff;
    background: linear-gradient(90deg, #D8A55E, #f7d09d, #D8A55E, #f4d0a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-family: "Cinzel", serif;
    letter-spacing: 2px;
}
.show-list .item a:before {
    content: "VIEW +";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 2px solid #261901;
    font-size: 15px;
    max-width: 100px;
    color: #fff;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .5s;
    transition-delay: 0s;
    z-index: 9999;
}
.show-list .item a:hover:before {
    opacity: 1;
    height: 25px;
    padding-bottom: 10px;
    transition: all .5s;
    transition-delay: .3s;
    z-index: 100;
}
.show-list .show_name {
    font-size: 18px;
    color: #261901;
    height: 26px;
    text-align: center;
}
.show-list .item:hover .show_name {
    color: #EBCA7E;
}
.overlay {
    width: 0;
    background: rgb(59 44 29 / 33%);
    transform: scale(1);
    z-index: 99;
}
.show-list .item:hover .overlay {
    width: 100%;
}
.other_album_choice li {
    background: 0;
    border-radius: 0;
    border-right: 1pt solid #EBCA7E;
}
.other_album_choice li:nth-last-child(1) {
    border-right: 0;
}
.other_album_choice li a {
    color: #261901;
}
.album_fixed_title {
    color: #bfbfbf;
    padding-right: 0;
    margin-left: 15px;
}

/* 聯絡我們 */
.banC h5 {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    background: linear-gradient(90deg, #D8A55E, #f7d09d, #D8A55E, #f4d0a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:30px;
    padding: 20px 120px;
}
.banC h5:before {
    content: "Photo Album";
    color: #ffffff;
    background: linear-gradient(90deg, #D8A55E, #f7d09d, #D8A55E, #f4d0a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-family: "Cinzel", serif;
    letter-spacing: 2px;
}
.contact_form li.last blockquote {
    color: #261901;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    border: 1px #261901 solid;
}
.contact_form li.last cite {
    background: #261901;
}

.contact_form li.last cite:hover {
    background: #EBCA7E;
    border: 1px #EBCA7E solid;
}



/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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-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: 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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 1496px) {
    .footer::after {
        bottom: 28%;
    left: 86%;
    }
}

@media screen and (max-width: 1295px) {
    .footer::after {
    bottom: 23%;
    left: 85%;
    }
}
@media screen and (max-width: 1160px) {
    .footer::after {
    bottom: 20%;
    left: 85%;
    }
}
@media screen and (max-width: 1055px) {
    .footer::after {
    bottom: 17%;
    left: 85%;
    }
}
@media screen and (max-width: 920px) {
    .footer::after {
    bottom: 13%;
    left: 85%;
    }
}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 0; }
#to_top { bottom:60px;}
.footer::after {
    bottom: 10%;
    left: 85%;
    }
}
@media screen and (max-width: 630px) { 
  .footer::after {
    display: none;
  }
}

@media screen and (max-width: 600px) { 
}




