@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body {font-family: "Ubuntu", sans-serif,"Noto Sans TC", sans-serif;}
#content:not(.other_select_page #content){
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;

}
.blog_page.article_a #content:not(.other_select_page #content),.blog_in_page.article_a #content:not(.other_select_page #content) {
    background: url(https://pic03.eapple.com.tw/daisheng/bg02.jpg);
}
.blog_page.article_b #content:not(.other_select_page #content),.blog_in_page.article_b #content:not(.other_select_page #content) {
    background: url(https://pic03.eapple.com.tw/daisheng/bg02.jpg);
}

.contact_page #content:not(.other_select_page #content) {
    background: url(https://pic03.eapple.com.tw/daisheng/bg03.jpg);
}
.product_page #content:not(.other_select_page #content), .product_info_page #content:not(.other_select_page #content) {
    background: url(https://pic03.eapple.com.tw/daisheng/bg04.jpg);
}

.album_info_page #content:not(.other_select_page #content) {
    background: url(https://pic03.eapple.com.tw/daisheng/bg05.jpg);
}




/*

 /* 捲軸寬度及高度 */
  &::-webkit-scrollbar {
      background: #ffffff;
      width: 3px;
    }
    
  /* 捲軸兩側頂端的按鈕 */
  &::-webkit-scrollbar-button {
      display: none;
    }
  /* 滑桿顏色 */
  &::-webkit-scrollbar-thumb {
        background-color: #ee8603;
        border-radius: 2px;
        transition: all 0.3s;
    }
&::-webkit-scrollbar-thumb:hover {
        background-color: #ee8603;
        transition: all 0.3s;
    }
  /* 軌道背景底色 */
  &::-webkit-scrollbar-track {  
        background-color: #ffffff;
    }


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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}
*/



.header_area {
    transition: all .4s ease-in-out;
    background: #fff;
    padding: 10px 0px;
    box-shadow: 4px 4px 8px #3333330f;
}

.header_area.sticky {
    background: #fff;
    transition: all .4s ease-in-out;
    top: 0px;
}


.nav-brand img {
    display: block;
    position: absolute;
    width: 119px;
    top: -19px;
    left: 0px;
    background: #ffffff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 30px 20px 20px;
    animation: flip-in-ver-right 1.5s cubic-bezier(.25,.46,.45,.94) both;
    box-shadow: 4px 4px 8px #3333330f;
}

@keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
            transform: rotateY(-80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}



/*頁面導覽列*/
.path p, .path p a {
display: none;
}

/*HEADER*/


.navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main_header_area .container {
  max-width: 90%;
}

.me_tp_features{display: none;}


/*第一層*/

.stellarnav li.has-sub > a:after{display: none;}

.stellarnav ul {
    text-align: center;
    padding: 0px;
}

.stellarnav > ul > li > a {
  letter-spacing: 2px;
  color: #000;
  font-weight: 400;
  padding: 0px 18px;
  margin: 0px;
  position: relative;
  transition: all .4s;
}
.stellarnav > ul > li > a b {
  -webkit-transition: ease .5s;
  -moz-transition: ease .5s;
  -ms-transition: ease .5s;
  -o-transition: ease .5s;
  transition: ease .5s;
}

.stellarnav > ul > li > a b:nth-of-type(2) {
  font-size:13px;letter-spacing:2px
}

.stellarnav > ul > li:nth-of-type(1) > a:hover{color:#EE8603;transition: all .4s;}
.stellarnav > ul > li:nth-of-type(2) > a:hover{color:#004D9F;transition: all .4s;}
.stellarnav > ul > li:nth-of-type(3) > a:hover{color:#8DC121;transition: all .4s;}
.stellarnav > ul > li:nth-of-type(4) > a:hover{color:#EE8603;transition: all .4s;}
.stellarnav > ul > li:nth-of-type(5) > a:hover{color:#004D9F;transition: all .4s;}
.stellarnav > ul > li:nth-of-type(6) > a:hover{color:#8DC121;transition: all .4s;}
.stellarnav > ul > li:nth-of-type(7) > a:hover{color:#EE8603;transition: all .4s;}
.stellarnav > ul > li:nth-of-type(8) > a:hover{color:#004D9F;transition: all .4s;}

/*選單hover*/

.stellarnav > ul > li:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0; 
    width: 100%; 
    height: 2px;
    background-color: #c51f22;
    transform: scaleX(0); 
    transform-origin: center;
    transition: transform 0.5s ease-in-out;
}

.stellarnav > ul > li:hover:before {
    transform: scaleX(1); 
}


.stellarnav > ul > li:nth-of-type(1):before {
    background-color: #EE8603;
}
.stellarnav > ul > li:nth-of-type(2):before {
    background-color: #004D9F;
}
.stellarnav > ul > li:nth-of-type(3):before {
    background-color: #8DC121;
}
.stellarnav > ul > li:nth-of-type(4):before {
    background-color: #EE8603;
}
.stellarnav > ul > li:nth-of-type(5):before {
    background-color: #004D9F;
}
.stellarnav > ul > li:nth-of-type(6):before {
    background-color: #8DC121;
}
.stellarnav > ul > li:nth-of-type(7):before {
    background-color: #EE8603;
}
.stellarnav > ul > li:nth-of-type(8):before {
    background-color: #004D9F;
}
/*第二層*/


.stellarnav ul ul {
  background: #ffffff;
}

.stellarnav li li {border: none;}

.stellarnav li li > a, .stellarnav li li.has-sub > a {
  padding: 10px 12px;
  transition: all 0.3s;
  border: none;
  position: relative;
  letter-spacing: 1px;
  font-size: 15px;
  color: #626262;
}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #3d3d3d;
    padding: 10px 12px 10px 25px;
    background: #00000005;
    border: none;
    font-weight: 500;
}

/*HEADER-RWD************************************************/

@media screen and (max-width: 1400px) {
  .navigation {
    display: grid;
    flex-direction: column;
    align-items: center;
    grid-template-columns: 100px 1fr;
}
.stellarnav ul {
    text-align: end;
}
}

@media screen and (max-width: 1200px) {
.stellarnav > ul > li > a{
    padding: 0px 10px;
}
.main_header_area .container {
    max-width: 95%;
}
}

@media screen and (max-width: 1024px) {
.nav-brand img {
    display: block;
    position: relative;
    width: 80px;
    top: 0px;
    left: 0px;
    background: #ffffff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0px;
    animation: flip-in-ver-right 1.5s cubic-bezier(.25,.46,.45,.94) both;
    box-shadow: none;
}
  .navigation {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
    .stellarnav ul {
        text-align: center;
        padding: 20px 0px 0px;
    }
}

@media screen and (max-width: 900px) {
    .stellarnav > ul > li > a {
        letter-spacing: 1px;
    }
    .stellarnav > ul > li > a b:nth-of-type(2) {
    font-size: 12px;
    letter-spacing: 1px;
}
}

@media screen and (max-width: 768px) {
.nav-brand img {
        width: 60px;
    }
}


/*footer***************************************************/

.footer_menu a:first-child {display: none;}
.footer_info li p {
  display: flex;
}

.footer_info li p:nth-of-type(2) {
  order: 1;
}

.footer_info li p.tel:before {
    content: '電話/傳真：';
}
.footer_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer {
  background: #ffffff;
  padding: 12px 0 21px;
}
.footer_menu {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(120px, 100%), 1fr));
gap: 11px;
padding-left: 32px;
max-width: 484px;
}

.footer_info li {
display: inline-table;
}

.footer_logo {
display: grid;
align-items: center;
}

.footer_info ul {
    display: flex;
    vertical-align: top;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 109px;
}



.footer_menu a {margin: 0;text-align: center;padding: 10px;transition: all 0.3s;background: #ffffffa8;border: 1px solid #e3e3e3;letter-spacing: 1px;font-size: 14px;color: #474747;}

.footer .center {position: relative;/* padding-bottom: 59px; */}

.footer_menu a:hover {
  background: #EE8603;
}

.copy {
    background: transparent;
    color: #a7a7a7;
    border: none;
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
}
.copy a{    color: #a7a7a7;transition:all 0.3s;}
.copy a:hover {color: #000;}
.footer_logo img {display: none;}
.box_link{display:none}


@media screen and (max-width: 400px) {
    .footer_menu {
        max-width: 350px;
        grid-template-columns: repeat(auto-fit, minmax(min(90px, 160%), 1fr));
    }
}

/*首頁相簿*/


.i_album_list li a {
    padding: 20px 20px 50px;
    border: 1px solid #eeeeee;
        background: #fff;
}

.i_album_list li a p {
    padding: 0 10px 15px;
    letter-spacing: 1px;
}

.module_i_album .title_i_box h4 {
    display: none;
}

.module_i_album .title_i_box h6 {
    font-size: 60px;
    color: #333326;
    padding: 30px 0px 15px;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 5px;
    text-align: end;
    position: relative;
}

.i_album_list {
    grid-template-columns: repeat(3, 1fr);
}

.pageIndex .fa-arrow-right::before {display: none;}

.animated-arrow b {
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
}

.animated-arrow {
background: transparent;
border: 1px solid #EEEEEE;
width: 100%;
}

.module_i_album .title_i_box h6:before {
    content: "▶▶▶";
    font-size: 25px;
    position: absolute;
    top: 45px;
    left: 0px;
}

.animated-arrow:hover {
    background: #000;
}

.animated-arrow:hover b{
  color:#fff
}


@media (max-width: 768px) {
.i_album_list {
    grid-template-columns: repeat(2, 1fr);
}
.module_i_album .title_i_box h6 {
    font-size: 40px;
}
.module_i_album .title_i_box h6:before {
    font-size: 18px;
}

}

@media (max-width: 500px) {
    .i_album_list {
        grid-template-columns:1fr;
    }
}



/*首頁文章*/
.module_i_news .title_i_box h4{display: none;}
.module_i_news .title_i_box h6 {
    font-size: 60px;
    color: #333326;
    padding: 30px 0px 0px;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 5px;
    position: relative;
}

.i_blog_b {
    max-width: 100%;
}

.module_i_news ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.module_i_news li a {
    display: flex;
    flex-direction: column;
}

.module_i_news_list, .module_i_news_list.swiper {
    padding: 30px 0 50px;
}

.i_blog_ri h5 {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
}
.i_blog_ri p {
    font-size: 13px;
    letter-spacing: 1px;
  }
.module_i_news li a:after{display: none;}
.module_i_news li a:before {
    content: 'READ MORE';
    position: absolute;
    bottom: 0px;
    right: 0%;
    top: 0px;
    background: #000000;
    opacity: 0;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    transition: all .6s;
    padding: 0px 15px;
    letter-spacing: 2px;
    writing-mode: vertical-lr;
}


/*首頁購物車*/

.prod_part {
  padding: 0px 20px 40px;
  background: #eef2f3;
}

.i_prod_tit, .i_video_tit {
  display: none;
}


.pageIndex .products-list .item a {
  padding-bottom: 0px;
  position: relative;
  padding: 20px;
  background: #ffffff82;
  border: 1pt solid #FFF;
  box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);
}

.pageIndex .products-list .item a:before {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  background: #FFF;
  top: 0px;
  left: 0px;
  transition: .5s ease-in-out;
}

.pageIndex .products-list .item a:hover:before {
  width: 100%;
  height: 100%;
  transition: .5s ease-in-out;
}


.pageIndex .products-list .price {
  margin: 10px 0 0px;
  z-index: 999;
}

.pageIndex .products-list .pic:before{
  display: none;
}


.pageIndex .products-list .name {
  z-index: 999;
}


.i_prod_b a {
  display: none;
}


@media (max-width: 768px) {
    .module_i_news ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .module_i_news .title_i_box h6 {
    font-size: 40px;
    padding: 0px;
}
}

@media (max-width: 500px) {
    .module_i_news ul {
        grid-template-columns: 1fr
    }
}

/*購物車側選單*/


.product-layer-two li a {
  padding: 10px 16px;
  color: #f1f1f1;
  background: #ee8603;
  position: relative;
  border: none;
  transition: all .4s;
}

.inquiry_a1 {
    background: #004ea1;
}
.inquiry_a2 {
    background: #8bc11f;
}

.product-layer-two li.active a {
  border: none;
  font-weight: 400;
}

.product-layer-two li i {
  top: 4px;
  color: #f1f1f1;
  transition: 0.3s;
}

.product-layer-two li i:hover {
  filter: drop-shadow(2px 2px 3px #4f5a47);
  transform: rotate(45deg);
  color: #FFF;
  transition: 0.3s;
}

.product-layer-two li.active li a {
  font-weight: 400;
  letter-spacing: 2px;
  color: #444;
  background: transparent;
}

.product-layer-two li li a {
  padding: 5px 10px;
  color: #444;
  transition: all 0.4s;
}

.product-layer-two > li 
{ width:100%; max-width:100%; padding:0; text-align:left; padding-bottom: 5px;}



/*商品外觀*/

.products-list .price b {
  color: #444;
  letter-spacing: 1px;
  font-weight: 400;
}
.products-list .name {
  font-size: 18px;
  color: #444;
  letter-spacing: 1px;
  font-weight: 400;

}

.products-list .more {
  display: none;
}

.products-list .item a {
  padding-bottom: 0px;
  position: relative;

}

  .products-list .pic img {
    border-radius: 5px;
}

.products-list .pic:before {
  content: "READ MORE";
  letter-spacing: 2px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  line-height: 161%;
  background: #8bc11f;
  opacity: 1;
  transition: all 0.3s;
  font-size: 14px;
  width: 100%;
  color: #fff;
}

.products-list .pic img {
  border-radius: 5px;
  transition: all 0.6s;
}

.products-list a:hover .pic:before {
  opacity: 0;
}

.products-list a:hover .pic img {
  transform: translate(0%, 0%) scale(1.1);
  filter: none;
  transition: all 0.6s;
}


/*商品內頁側邊單*/
.sidebarBtn {
  border: none;
}
.product_info li .txt_box {
  color: #a7a7a7;
}
.sidebarBtn .price span {
  color: #0a0a0a;
  font-weight: 500;
  border-radius: 0px;
  text-align: justify;
  font-size: 20px;
}

.sidebarBtn h2 {
  color: #393939;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 500;
}

.sidebarBtn .price {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #8a8a8a;
  padding: 10px 0px 20px;
}

.radio-inline__label {
  border-radius: 0px;
}

.radio-inline__input:checked + .radio-inline__label {
    background: #ee8603;
    color: #ffffff;
    border-radius: 100px;
    border: 1px solid #ee8603;
}

.inquiry_a3 {
  background: #a7a7a7;
}

.inquiry_a3:hover {
  letter-spacing: 2px;
  background: #393939;
}

.edit {
  letter-spacing: 0.04em;
  color: #494949;
}

.pd_tabTitle li.activeTab::after {
  height: 2px;
  background: #393939;
}

.pd_tabTitle li.activeTab a {
  color: #272727;
}

/*商品推薦*/

.prod_related {
    padding: 25px 15px;
    background: rgb(255 255 255 / 16%);
    backdrop-filter: saturate(93%) blur(10px);
    border-top: 2pt solid #fff;
}


.related_list li a {
    background: #f5f5f5;
    height: 100%;
    padding: 11px;
    border-radius: 10px;
    transition: all 0.5s;
}

.related_list li a:hover {
  transform: translate(0%, 0%) scale(1.1);
  transition: all 0.5s;
  box-shadow: 1px 1px 25px rgb(0 0 0 / 22%);
}

.prod_related h6 span:before {
  font-size: 21px;
  color: #636363;
  font-weight: 500;
  letter-spacing: 3px;
}

.prod_related h6 {
  max-width: 100%;
  margin: 0px auto 48px;
  background: transparent;
  text-align: center;
  padding: 8px 0px;
}

.related_list li a p {
  padding-top: 10px;
}

.lastPage {
  color: #fff;
  background: #ee8603;
  border-radius: 50px;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.3s;
}

.lastPage:hover{
 background:#393939;
 transition: all 0.3s;

}

@media screen and (max-width: 768px) {
  .mobile_product_name {
      display: none;
  }
}

@media screen and (max-width: 600px) {
  .pageIndex .products-list {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  }

/*大圖*/

.bannerindex {
  position: relative;
}


/*大圖特效*/

#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.bannerindex .swiper-slide { padding: 0px !important;}

.bannerindex .swiper-slide img { height: auto;}
.bannerindex .swiper-pagination { display: none;}
.bannerindex .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/daisheng/title01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 24%;
    left: 0%;
    width: 50% !important;
    height: 50% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after { 
animation:fade-in-left 1s cubic-bezier(.39,.575,.565,1.000) both
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}





/* 商品下拉超過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;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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: 13px 0px; /*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:hover > a { background:#fff; color:#414141;}
.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 {
  padding-left: 40px;
}
.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:#414141;}

.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) {


  /*FOOTER*/

.footer_info {
    padding: 0 44px 0 0;
}
.footer_info ul {
    padding-left: 46px;
}

}

@media screen and (max-width: 900px) {
  .footer_info ul {
      display: flex;
      vertical-align: top;
      width: 100%;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }
  }

@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;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.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;}

/*FOOTER*/
.footer_info ul {
  padding-left: 10px;
}
.footer.with_shopping_mode { padding:30px 0 70px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}

}
@media screen and (max-width: 600px) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/


.banner {
    height: 40vw;
    background-size: cover;
    background-position: center bottom;
    max-height: 476px;
    min-height: 240px;
    border-radius: 0 0 var(--m100) var(--m100);
    position: relative;
    border-bottom: 5px solid #ee8603;
    background-image: url(https://pic03.eapple.com.tw/daisheng/dBanner.jpg);
}

.banner h5 {
    position: absolute;
    bottom: 0px;
    font-weight: 400;
    background: #ee8603;
    padding: 10px 43px;
    color: #FFF;
    font-size: 30px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}

.banner.banA {}
.banner.banB {}
.banner.banD {}
.banner.banE {background-image: url(https://pic03.eapple.com.tw/daisheng/eBanner.jpg);}
.blog_page.article_a .banner.banblog {background-image: url(https://pic03.eapple.com.tw/daisheng/aBanner.jpg);}
.blog_page.article_b .banner.banblog {background-image: url(https://pic03.eapple.com.tw/daisheng/bBanner.jpg);}
.banner.banC {background-image: url(https://pic03.eapple.com.tw/daisheng/cBanner.jpg);}
.blog_in_page.article_a .banner.banblog{background-image: url(https://pic03.eapple.com.tw/daisheng/aBanner.jpg);}
.blog_in_page.article_b .banner.banblog{background-image: url(https://pic03.eapple.com.tw/daisheng/bBanner.jpg);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/


.other_promotion li a:hover {
    background: transparent;
}


.other_promotion li a {
    border: none;
    width: 100%;
    margin: 0;
    padding: 1%;
    border-bottom: 1px #eee solid;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.other_promotion li{
    width: 100%;
    margin-left: 0;
    
}

.other_promotion li a:before{
    border: none;
}

.other_promotion li a:after{
    border: none;
}

.promotion_title {
    display: flex;
    flex-direction: column;
    margin: 4% 0 0 0;
}

.promotion_title em {
display: none;
}

.promotion_title span {
    border: none;
    padding: 0;
    margin: 0 0px 8px 12px;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

.promotion_title{
    margin: 5% 0 0 0;
}

.promotions_page .edit {
    font-family: 'Noto Sans TC';
    color: #726c66;
    font-weight: 400;
    letter-spacing: 1px;
}

.promotion_title h2 {
    font-size: 24px;
    color: #343434;
    letter-spacing: 2px;
    background: #e0e0e04f;
    padding: 10px;
    margin-bottom: 15px;
    font-weight: 400;
}

.news_part{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 8% 0 5% 0;
    max-width: 80%;
    width: 100%;
}

.news_part .title_i_box h4 {
    font-size: 25px;
    letter-spacing: 2px;
    color: #343434;
    font-weight: bold;
    text-align: left;
    font-weight: lighter;
    
    margin-bottom: 50px;
}


.other_promotion .pmtTitle h3 {
    color: #343434;
    letter-spacing: 2px;
    font-size: 16px;
    overflow: unset;
    height: auto;
    margin: 8px 0px;
    transition: 0.3s;
}


.other_promotion .pmtTitle h3:after {
    content: '►';
    position: absolute;
    left: -30px;
    color: #000000;
    transition: 0.3s;
    opacity: 0;
}


.other_promotion li a:hover .pmtTitle h3:after {
    left: 7px;
    opacity: 1;
    transition: 0.6s;
}

.other_promotion li a:hover .pmtTitle h3 {
padding-left: 30px;
transition: 0.3s;
}



.news_list ul{
    padding: 0 0 5% 0;
}

.news_list ul li p{
    color: #343434;
    
    letter-spacing: 2px;
    font-size: 18px;
    padding-left: 4%;
}

.news_list ul li {
    display: block;
    border-bottom: 1px #c3b6a2 solid;
}

.other_promotion .pmtTime span {
    color: #000000;
    font-size: 18px;
    position: relative;
    letter-spacing: 1px;
}

.news_list ul li span{
    color: #cebfad;
    font-size: 18px;
}

.news_list ul li a:hover{
    background: linear-gradient(45deg, #f1f1f1 0%, #fcfbf8 35%, #f4f4f4 70%, #fcfcfc 100%);
    border-radius: 8px;
}

.news_list {
    order: 3;
    max-width: 100%;
    width: 70%;
    margin: 0;
}

.news_part{
    padding: 8% 3% 5% 3%;
}



.news_part .title_i_box {
    order: 1;
    max-width: 100%;
    width: 20%;
    margin: 0;
}

.news_part .title_i_box h4:before {
    content: 'News';
    display: block;
    font-size: 25px;
    margin-bottom: 5px;
    color: #dfb88f;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}


@media screen and (max-width: 500px) {
  .other_promotion {
    grid-template-columns: repeat(auto-fill, minmax(251px, 1fr));
grid-gap: 70px;
}
.other_promotion .pmtTitle h3 {
    font-size: 15px;
}
.promotions_page .main_part {
max-width: 90%;
padding: 0 5% 5% 0;
}
.promotion_title h2 {
    font-size: 19px;
}
}

/*呈現方式*/

.news_part {    width: 90%;}

/*改呈現方式*/

.promotions_page .main_part {
    display: flex;
}
.promotions_page .page {
    width: 0%;
}
.other_promotion {
    list-style: none;
    margin: 0;
    padding: 11px;
}
.other_promotion li {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
}
.other_promotion li a {
    display: block;
    padding: 10px;
    width: 100%;
    margin: 0%;
    position: relative;
}
.show_content {
    width: 100% !important;
    margin: 0px;
    padding: 10px 10px;
}

/*手機板*/

@media screen and (max-width: 768px) {
    .promotions_page .main_part {
        display: block;
    }

}


/**/

/*文章測選單*/

.blog_le .accordion {
    border-radius: 0px;
    border: 1px solid #dedede;
    background: #fff;
}

.accordion li .link a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 1s;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
  background: #ee8603  !important;
  transition: all 1s;
}


.submenu a {
    background: #fff;
}

.submenu li.on_this_category a, .submenu a:hover {
    background: #004ea1;
    color: #ffffff;
    padding-left: 35px;
}

.submenu a:hover i, .submenu li.on_this_category a i {
    left: 10px;
    transition: all 0.4s;
}

.submenu a i {
  left: -30px;
  transition: all 0.4s;
}

.submenu a:hover  i {
  left: 5px;
  transition: all 0.4s;
}

h5.blog_le_t {
    margin-bottom: 15px;
    font-weight: 400;
    margin-left: 10px;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-family: "Ubuntu", sans-serif, "Noto Sans TC", sans-serif;
    font-size: 30px;
}

h5.blog_le_t span {
    font-size: 16px;
    text-transform: uppercase;
}


/*文章b*/

.blog_page.article_b .blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}

.blog_page.article_b .blog_list_ri h5 {
    font-weight: 400;
    font-size: 20px;
}

.blog_page.article_b .subbox_item a {
    grid-template-columns: 260px 1fr;
    grid-gap: 50px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 6px #6666660f;
}

.blog_page.article_b .blog_list_ri {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog_page.article_b .blog_list_ri p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #666;
    padding-top: 30px;
}


.blog_page.article_b .subbox_item a:after,.subbox_item a:before{
    display: none;
}

.blog_page.article_b h4.blog_category_title{
    display: none;
}

/*文章a*/

.blog_page.article_a .blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.blog_page.article_a .subbox_item a {
    grid-template-columns: 1fr;
}

.blog_page.article_a .main_part {
max-width: 1600px;
}

.blog_page.article_a .blog_list_ri p {
    padding-top: 15px;
}    

.blog_page.article_a .blog_list_ri h5 {
    letter-spacing: 1px;
    font-size: 18px;
}

.blog_page.article_a .subbox_item a:after{
    display: none;
}

.blog_page.article_a .subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
    transition: all .6s ease;
}

.blog_page.article_a h4.blog_category_title{
    display: none;
}

/*文章內頁*/

.blog_box_edit * {
  font-family: "Noto Sans TC", serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #3b3b3b;
}

.blog_back a.article_btn_back {
  background: #004ea1;
}

.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
  background: #8bc11f;
}

h4.blog_category_title {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2px;
}

.blog_page h4.blog_category_title{display: none;}

.news_related h6 span:before {
  color: #393939;
  font-weight: 400;
}

.news_related {
  background: #ffffff;
}

@media screen and (max-width: 1024px) {

.blog_page.article_a .subbox_item a:hover .blog_list_le img {
    transform: scale(1.05);
}

.blog_page.article_b .blog_list_ri h5 {
    font-size: 18px;
    display: flex;
}

.blog_page.article_b .subbox_item a {
    grid-gap: 20px;
}

.blog_page.article_b .blog_list_ri {
    padding-right: 10px;
}

}

@media screen and (max-width: 900px) {
.blog_page.article_b .blog_subbox {
    display: flex;
    flex-direction: column;
}

.blog_page.article_b .blog_ri {
    width: calc(100%);
}

}

@media screen and (max-width: 768px) {
.blog_page.article_b .subbox_item a {
    grid-template-columns: 160px 1fr;
}
}


@media screen and (max-width: 600px) {
.blog_page.article_b .subbox_item a {
    display: flex;
    flex-direction: column;
}
.blog_subbox {
    grid-gap: 50px;
}
    .blog_page.article_b .blog_list_ri {
        padding: 20px;
    }
}


/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part{  max-width: 1400px; width: 90%;    margin: 0 auto;}
.show-list .show_name {
  letter-spacing: 1px;
  font-weight: 400;
  color: #404040;
}

/*相簿瀑布流----------*/

.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part, .share_page .main_part, .product_page .main_part, .product_info_page .main_part, .contact_content, .inquiry_page .main_part, .work_page .main_part, .work_class_page .main_part, .work_info_page .main_part {
    max-width: 1500px;
    width: 90%;
    margin: 0 auto;
}

.pic-list {
    column-count: 3;
    column-gap: 1vw;
    display: block;
}

.pic-list .item {
  width: 100%;
  padding: 0;
  margin: 0.5rem 0 ;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

.pic-list .item h6{
    padding: 0;
}

.pic-list .show_pic {
    height: auto;
    padding: 0;
    aspect-ratio: auto;
}

.pic-list .show_pic img {
    display: block;
    width: 100%;
    transition:all .5s;
    object-fit: contain;
}

.pic-list .show_pic img:hover {
    transform: scale(1.05);
    transition:all .5s
}

@media screen and (max-width: 1200px) {
  .pic-list {
    column-count: 2;
}
  }

@media screen and (max-width: 768px) {
  .pic-list {
    column-count: 1;
}
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part, .share_page .main_part, .product_page .main_part, .product_info_page .main_part, .contact_content, .inquiry_page .main_part, .work_page .main_part, .work_class_page .main_part, .work_info_page .main_part {
    width: 100%;
}

  }

/*聯絡我們/＝＝＝＝＝*/
.contact_form li.last blockquote, .contact_form li.last cite {padding: 1px;border: none;background:#8bc11f;color: #ffffff;}
.contact_form li.last cite {
    background: #ee8603;
}
.contact_form li .form__insert {padding: 0px 10px;letter-spacing: 1px;}
input[type="checkbox"], input[type="radio"] {margin: 0 5px;}
.contact_form li {display: flex;flex-wrap: wrap;padding: 0 0 20px 0;border-bottom: none;}
.contact_form {margin-top: 20px;margin-bottom: 0;font-size: 14px;color: #444;letter-spacing: .5px;}
.blank_letter {
    font-size: 25px;
    font-weight: 400;
    padding-top: 0px;
    font-family: "Ubuntu", sans-serif, "Noto Sans TC", sans-serif;
}
.contact_editbox {
    margin: auto;
    height: 400px;
    max-height: 100%;
}

.contact_le_map a {display:none}

@media screen and (max-width: 1024px) {

.contact_content, .contact_editbox {
width: 100%;
}
.blank_letter {
padding: 50px 0px 10px 0px;
}
}

@media screen and (max-width: 600px){
.contact_form li .form__label {
  text-align: justify;
  background: transparent;
  font-weight: 400;
}  
}




@media screen and (max-width: 960px) {
  .subbox_item {
      width: 100%;
      border-bottom: none
  }
}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: flex; }
.footer.with_shopping_mode { padding:30px 0 70px; }
.copy {
    padding-top: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2;
}
#bottom_menu li:nth-of-type(1) {display:none}
.stellarnav .menu-toggle {
  font-size: 12px;
  padding-top: 29px;
}

.stellarnav.mobile li.drop-left ul ul {
    border: 1px solid #eeeeee;
}

.stellarnav > ul > li:after,.stellarnav > ul > li:before {
display: none;
}

.stellarnav > ul > li > a:nth-last-child(1) {
  padding: 10px 43px 10px 10px;
}


.stellarnav.mobile.left > ul {
  border: none;
  background: rgb(255 255 255 / 66%);
  backdrop-filter: saturate(93%) blur(10px);
  box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);
  padding: 0px;
}

.stellarnav .icon-close:before,.stellarnav .icon-close:after {
  border-bottom: solid 2px #FFF;
}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
  background: #ee8603;
  color: #FFF;
}
.stellarnav.mobile li.open {
  background: #ffffff;
  padding: 20px;
}

.stellarnav li li:hover > a:before {
display: none;
}



.stellarnav.mobile li.open li.open {
  padding: 0px;
}

.stellarnav.mobile > ul > li {
  border-bottom: 1px #dddddd  solid;
  padding: 20px;
}

.stellarnav.mobile > ul > li > a.dd-toggle {
  padding-top: 26px;
}

.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after {
  border-bottom: solid 2px #686868;
}

    .stellarnav.mobile > ul > li > a {
        font-size: 15px;
        font-weight: 400;
        border: none;
        display: flex;
        flex-direction: column;
    }

#bottom_menu li a {
  background: #FFF;
  letter-spacing: 1px;
}

}


