@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body{
    font-family: "Noto Sans TC","Lora", serif;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}



#to_top {bottom: 10px;left: auto;right: 15px;letter-spacing: 0.1em;color: #000;background: unset;
    box-shadow: unset;border-radius: 0;  font-family: "Lora", serif;}
#to_top i.top {height: 15px;}
#to_top i.top:before, #to_top i.top:after {height: 35px;transform: rotate(0deg) translateY(-100%);left:45%;}
#to_top i.top:after {width: 5px;height: 5px;left: 35%;}
#to_top:hover i.top:after {top: -35px;}

@media screen and (max-width: 768px) {
#to_top {width: 35px;right: 5px;}
}


.other_select_page #page .promotion_title ,.other_select_page #page .other_promotion,.other_select_page #page .page { display: none; }


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*反白顏色*/
::-moz-selection{
    background-color: #767676;
    color: #e2e2e2;
  }
  ::selection{
    background-color: #767676;
    color: #e2e2e2;
  }
  
  body{
      overflow: overlay;
  }
  &::-webkit-scrollbar {
      background: #e2e2e2;
      width: 7px;
  }
  &::-webkit-scrollbar-button {
      display: none;
      background: #e2e2e2;
      border-radius: 0;
    }
  &::-webkit-scrollbar-track-piece {
      background: #e2e2e2;
    }
  
  &::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: #767676;
    }
  
  &::-webkit-scrollbar-track {
      box-shadow: transparent;
}

/*切換鈕*/
.bannerindex {--swiper-pagination-color: #fff;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{bottom: auto;top: 50%;left: 2vw;width: 25px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 5px 10px;width: 5px;height: 15px;border-radius: 2px;}


@media screen and (max-width:570px) {
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
            margin: 0px 7px;
        width: 5px;
        height: 10px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{ 
        width:unset; top: unset; bottom: 5%;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{ 
        margin: 0px 4px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@keyframes text-show-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }

@keyframes text-right-show {
    0% {
      opacity: 0;
      right: -100px;
    }
    100% {
      opacity: 1;
      right: 0px;
    }
  }

  @keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }

.header_area {
    position: fixed;
    background: transparent;
    padding: 23px 0;
    background: transparent;
}

.stellarnav > ul > li > a {
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 5px;
    margin: 0px;
}
.stellarnav > ul > li:nth-of-type(1) { display: none;}

.stellarnav > ul > li:nth-of-type(4) > ul  { display: none!important;}

.stellarnav ul {
    display: grid;
    justify-items: end;
}
.stellarnav ul {width: auto;right: 0%;max-width: 200px;display: flex;flex-direction: column;align-items: flex-end;justify-content: flex-start;position: absolute;right: 0px; animation: text-right-show 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;   }


.stellarnav > ul > li > a b {
    text-align: end;
    font-size: 14px;
    font-weight: 600;
      font-family:"Lora", serif;
}

.stellarnav > ul > li > a > b:nth-child(2) {
    font-weight: 400;
    font-size: 15px;
      font-family: "Noto Sans TC","Lora", serif;
}

.stellarnav ul ul {
    background: transparent;
    right: 0px;
    position: relative;
    justify-items: normal;
}

.stellarnav li li a {
    text-align: end;
    position: relative;
    color: #35383C;
}

/* 
.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;
}
 .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: #35383C;
    transition: all 0.3s;
    padding: 12px 15px;
}

.stellarnav li li a:hover {
    padding-right: 30px;
}

.header_area.sticky .stellarnav > ul > li > a b {
    text-align: right;
}



.header_area.sticky {
    padding: 20px 0 11px;
    background: transparent;
    transition: 0.5s;
}

.header_area.sticky .nav-header {
    align-items:flex-start;
    max-width: 155px;
}

.header_area.sticky .stellarnav > ul > li > a {
    color: #35383C;
    letter-spacing: 2px;
    margin:2px 15px;
}
/* 
.header_area.sticky .stellarnav > ul > li > a:hover{
    color: #BDA18D;
} */


.header_area.sticky .main_header_area .container {
    max-width: 95%;
}

.header_area.sticky .stellarnav ul ul {
    background: #fff;
    right: 0px;
    position: relative;
}

.header_area.sticky .stellarnav li li a:hover {
    background: #BDA18D;
    color: #FFF;
    box-shadow: none;
    padding-right: 30px;
}

.header_area.sticky .nav-brand {
    margin-top: -10px;
    display: block;
}

.nav-brand {
    margin-top: 10px;
    margin-left: 0px;
    position: relative;
    width: 155px;
    animation: text-show-in 0.6s cubic-bezier(.55,.085,.68,.53) both;
}

.nav-header {
    align-items: flex-start;
    position: relative;
    max-width: 150px;
    z-index: 99999;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*內頁logo*/
.nav-brand {
    margin-top: -5px;
    position: absolute;
}
.nav-brand img {
    max-width: 100%;
    width: 155px;
}
.pageIndex #page .nav-brand img {
    filter: grayscale(1) brightness(10);
}
.header_area.sticky .nav-brand img,.pageIndex #page .header_area.sticky .nav-brand img{
     filter: none;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.header_area{ transition: 0.5s;}

.stellarnav{ width: 80%; right: -20%;}
.navigation{ display: block;}
/* 
.header_area.sticky .stellarnav li.has-sub > a:after {
    content: '';
    position: absolute;
    width: 21%;
    height: 1px;
    background: #696969;
    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: #35383C;
    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: #35383C;
    top: 12px;
    right: 8px;
    transition: all 0.3s;
} */

.header_area.sticky .stellarnav li li a {
    font-size: 14px;
    letter-spacing: 2px;
    color: #444;
    transition: all 0.3s;
    padding: 12px 15px;
}

/* .header_area.sticky  .stellarnav li.has-sub:hover > a::after{width: 0px;} */

/*ALL header*/

.path p, .path p a {display: none;}

.main_header_area .container {
    max-width: 95%;
}


.main_header_area {
  position: relative;
  background: transparent;
  height: 100%;
  transition: all 0.5s;
}

.header_area.sticky .main_header_area::before {
  content: "";
  display: block;
  width: 13%;
  height: 118%;
  position: absolute;
  top: -34px;
  right: 0;
  opacity: 0.8;
  /* filter: blur(5px); */
  overflow: hidden;
  background: linear-gradient(90deg, #ffffff00, #ffffffc7, #fffffff2);
  transition: all 0.5s;
}


.header_area.sticky .stellarnav ul::before{
     content: "";
     display: block;
     overflow: hidden;
     background: linear-gradient(90deg, #ffffff00, #ffffffc7, #fffffff2);
     position: absolute;
     right: -48px;
     top: -21px;
     width: 178%;
     height: 113%;
}

.header_area.sticky .stellarnav ul ul:before{
    background: transparent;
}

.stellarnav > ul > li > a b {
    text-align: right;
}
.stellarnav > ul > li > a {
    color: #35383C;
    letter-spacing: 2px;
    margin:2px 15px;
}
.pageIndex #page .stellarnav > ul > li > a{
    color: #fff;
}
.pageIndex #page .header_area.sticky .stellarnav > ul > li > a{
     color: #35383C;
}


/*ALL 第一層*/

.stellarnav > ul > li > a b {
    text-align: right;
}

.me_tp_features {
display: none;}

.stellarnav li.has-sub > a:before,.stellarnav li.has-sub > a:after {
  display: none;
}
/* 
.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;
}

.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;}
.header_area .stellarnav li.has-sub:nth-of-type(6):hover > a:after{width: 0px} */

.stellarnav > ul > li.has-sub > a {
    padding-right: 0px;
}



/*ALL 下拉*/

/* .stellarnav > ul > li:nth-of-type(3) > ul li:nth-of-type(1) {
    display: none;
} */
/*相簿bug*/
.stellarnav > ul > li:nth-of-type(4) > ul li:nth-of-type(1) {
    display: none;
}
/**/

.stellarnav ul ul {
    background: #fff;
    right: 0px;
    position: relative;
}

.stellarnav li{ text-align: right;}

.stellarnav li li {
    border: none;
}

.stellarnav li li a:hover {
    background: #BDA18D;
    color: #fff;
}



/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #35383C; width: 36px;}
.pageIndex #page .stellarnav .menu-toggle span.bars span{ background: #fff;}
.stellarnav .menu-toggle:after { color: #fff; display: none;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background:  #444444;
    color: #fff;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #ECF0E5;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #ECF0E5;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #bda18d;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #bda18d;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top:5px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: transparent;
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(224, 224, 224, 0.6) solid;
  }

  .stellarnav.mobile li a{ border-bottom: 0px;}

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}



@media screen and (max-width:1380px) {
    .header_area.sticky .main_header_area::before{ width: 16%;}
}

@media screen and (max-width:1024px) {
    .stellarnav > ul > li > a ,.header_area.sticky .stellarnav > ul > li > a {margin: 0px 15px; letter-spacing: 1.2px;}
    .navigation{  align-items: flex-start;}
    .nav-brand{ margin-left: 22px;}
}
@media screen and (max-width:768px) {
    .navigation{ align-items: center;}
    .nav-brand{ margin-left: 0px;}
    .nav-brand img{ width: 110px;}
    .header_area.sticky .stellarnav .menu-toggle span.bars span {background: #2a2b27;}
     .pageIndex #page .header_area.sticky .stellarnav .menu-toggle span.bars span {background: #2a2b27;}
    .stellarnav.mobile{ top: -13px; left: unset; right: 5px;}
    .nav-header{ top: -10px; left: -26px;}
    .stellarnav > ul > li > a{ color: #35383C;}
    .stellarnav.mobile.active{ z-index: 99999;}
    .stellarnav.mobile > ul > li{ width: 100%;}
    .stellarnav.mobile > ul > li > a{ padding: 20px 43px 20px 10px;}
    .stellarnav.mobile li a{ text-align: left;}
    .stellarnav li li a{ padding: 12px 24px;}
    .header_area.sticky .stellarnav li li a{  padding: 12px 25px;}
    .pageIndex #page .stellarnav > ul > li > a {color: #35383C; }
    .header_area.sticky .stellarnav ul::before{ background: transparent;}
}
@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: -3px;}
}
@media screen and (max-width:450px) {
    .stellarnav .menu-toggle span.bars span{ width: 26px;}
    .stellarnav.mobile{ top: -6px;}
}


/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*footer*/
.footer {    padding: 60px 0 0;    background: #fff; border-top: 1px solid #e4e4e4;}
.footer .center {   max-width: 80%;}
.footer_info {
    grid-template-columns: 100px 1fr;
    gap: 20px;
    padding: 0;
    margin-top: 20px;
    display: flex;
    justify-items: end;
    align-items: center;
}
.footer_logo {max-width: 100px; height: 80px;} 
.footer_logo {
    background: url(https://pic03.eapple.com.tw/heyin/f-logo.png) no-repeat;
    background-size: contain;
}
.footer_logo img {    opacity: 0;}

.footer_info ul {    display: flex;    flex-direction: column-reverse;}
.footer_info li:nth-child(2) {display: none; padding-left: 0;}
.footer_info li p, .footer_info li p a { font-weight: 400; color: #717071; }

.footer_info li:nth-child(1){ display: flex; flex-direction: column; color: #717071; padding: 0;}

.footer_info li:nth-child(1):after{
    content: "禾尹室內裝修設計有限公司";
    display: block;
    font-size: 18px;
    padding: 0;
    margin-bottom: 8px;
}
.footer_info li p.tel{ order: 1;}
.footer_info li p.line{ order: 2;}
.footer_info li p.mail{ order: 3;}
.footer_info li p.add{ order: 4;}
.footer_info li p.add2{ order: 5;}
.footer_info li p.add2:before{ content:'服務時間：' ;}

.footer_menu a {
    background: transparent;
    border: none;
    /* border-bottom: 1px #ccc solid; */
    margin: 0 9px;
    transition: all .3s;
    position: relative;
    font-weight: 400;
    color: #717071;
    font-family: "Lora", serif;
}
.footer_menu a:nth-child(1) { display: none;}
.footer_menu a:hover {
    background: transparent;
    color: #BDA18D;
}

.copy {
    margin-top: 34px;
    font-size: 12px;
    padding: 14px 20px;
}

.box_link {
    flex-direction: row;
    max-width: 100%;
    position: relative;
    order: 2;
    justify-content: flex-start;
    display: none;
}
.box_link a {
    border: none;
    background: transparent;
    font-size: 15px;
}




@media (max-width:1024px) {

}


@media screen and (max-width: 768px) {

.footer_info {    grid-template-columns: 1fr;    justify-items: center;}
.footer_info ul {    order: 2;}
.footer_info li:nth-child(1) {
    padding: 20px 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.footer_info li:nth-child(2) {    text-align: center;}
.footer_logo{ max-width: 44px; height: 53px;}
}


@media (max-width:600px) {

    .footer_info {    grid-template-columns: 1fr;    justify-items: center;}
    .footer_info li:nth-child(1) {
    order: 1;
    grid-template-columns: 1fr;
    text-align: center;
    padding: 0;
    }
}

@media screen and (max-width:460px) {
    .footer_info{ flex-wrap: wrap;}
    .footer_logo{ margin: auto;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1520px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { display: none;} 
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {background-image: unset; background: transparent; padding: 180px 20px 50px;}
.banner h5 { color: #717071; font-size: 30px ; font-family:"Lora", serif; display: flex; font-weight: 400; }
.banner h5:after { content: "　／　獲獎殊榮"; display: block;color: #4a4a4a; font-size: 24px; font-family: "Noto Sans TC","Lora", serif; font-weight: bold;} 
.contact_page #page .banner h5:after { content: "　／　聯絡我們";}
.blog_page.article_b #page .banner h5:after,.blog_in_page.article_b #page .banner h5:after{ content: "　／　相關資訊";}
.album_page  #page .banner h5:after,.album_class_page #page .banner h5:after,.album_info_page #page .banner h5:after { content: "　／　作品實例";}

.album_class_page #page .banner h5{ font-size: 24px;}
.blog_in_page #page .banner h5{ font-size: 24px;}

.banner.banA { display: none;}
.banner.banB { display: none; }
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width:768px) {
    .banner{ min-height: 15px; padding: 100px 20px 30px;}
}
@media screen and (max-width:420px) {
    .banner h5{ flex-direction: column;}
}
@media screen and (max-width:350px) {
    .banner h5{ font-size: 24px;}
    .album_class_page #page .banner h5{ font-size: 20px;}
.blog_in_page #page .banner h5{ font-size: 20px;}
.banner h5:after{ font-size: 20px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  
/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  
/*文章管理/ = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.blog_le{ z-index: 999999;}
h5.blog_le_t em{ color: #838383; font-family: "Noto Serif TC", "Merriweather", serif;}
.blog_box_edit * {  line-height: 200%;}
.blog_page .main_part, .blog_in_page .main_part {
    max-width: 1520px;
    /* width: 90%; */
    margin: 0 auto;
}

h4.blog_category_title{
    font-size: 25px;
    color: #4a4a4a;
    letter-spacing: 0.06em;
    line-height: 160%;
    font-weight: bold;
}
h4.blog_category_title span{font-size: 24px;}

/*文章管理-外層/ = = = = = */

.module_i_news section{ max-width: 1520px;}
.module_i_news ul, .blog_subbox {    display: grid;   gap: 25px; }
.module_i_news li, .subbox_item {
    -webkit-transition: border-color 0.8s;
    transition: border-color 0.8s cubic-bezier(0.16,1,0.3,1);
    position: relative;
    background: transparent;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    border: solid 1px #f0efec;
    box-shadow: 1px 1px 10px #EEEDEE;
    margin: 0;
}
.module_i_news li:hover, .subbox_item:hover {
    border-color: #D8E8CD;
}
.module_i_news li  {    position: relative;    background: #fff; }
.module_i_news li a{ display: flex;flex-direction: column; }
.module_i_news li a, .subbox_item a {
    /* padding: 8px; */
    height: 100%;
}
.subbox_item a{ display: flex; flex-direction: column;}

.module_i_news li a:after{
  background: transparent;
  border: 1px solid #d0d0d0;
}
.module_i_news li a:after , .subbox_item a:after { pointer-events:none;}
.subbox_item a:before {
    left: 50%;
    right: unset;
    top: 50%;
    bottom: unset;
    transform: translate(-50%,-50%);
    font-family: "Lora", serif;
    color: #fff;
}
.subbox_item a:after {
    position: absolute;
   top: unset;
    height: 0;
    background: rgb(146 146 146 / 75%);
    border: 0;
}
.subbox_item a:hover:before,
.subbox_item a:hover:after {
    transition: .7s cubic-bezier(0.4, 0, 1, 1);
}
.subbox_item a:hover:after {
    height: 100%;
}
.blog_back a,
.blog_back a:hover {
    transition: all .3s;
}
.i_blog_ri h5{color: #4a4a4a; font-size: 19px;  }
.i_blog_ri em { font-size: 13px; color: #dcdcdc;}
.i_blog_ri p{ color: #838383; font-size: 14px;} 
.module_i_news li a:before{
      left: 50%;
    right: unset;
    top: 50%;
    bottom: unset;
    transform: translate(-50%,-50%);
    font-family: "Lora", serif;
    color: #fff;
}
.module_i_news li a:after{
     position: absolute;
   top: unset;
    height: 0;
    background: rgb(146 146 146 / 75%);
    border: 0;
}

.module_i_news li a:hover:before,
.module_i_news li a:hover:after {
    transition: .7s cubic-bezier(0.4, 0, 1, 1);
}
.module_i_news li a:hover:after {
    height: 100%;
}

.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_ri, .blog_list_ri {
    padding: 16px;
    padding-bottom: 32px;
}
.i_blog_le, .blog_list_le {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}
.blog_page.article_b .i_blog_le img , .blog_page.article_b .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;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: 0.4s;
}
.blog_page.article_b .module_i_news li:hover img, .blog_page.article_b .subbox_item:hover img {
    transform:translate(-50%, -50%) scale(1.1);
}

.pageIndex #page .i_blog_le img , .pageIndex #page .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;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: 0.4s;
}
.pageIndex #page  .module_i_news li:hover img, .pageIndex #page .subbox_item:hover img {
    transform:translate(-50%, -50%) scale(1.1);
}


/*側邊*/
.accordion li .link a {
    letter-spacing: 0.08em; 
    color: #bcbcbc;
    font-weight: 400;
}
.blog_le .accordion{ border-radius: 0px; border: 1px solid #bcbcbc;}
.blog_le .accordion > li{
    transition:all 0.3s;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    
    background: #bda18d !important;
}


/*首*/
.module_i_news .title_i_box{  display: flex; flex-direction: row-reverse; justify-content: center; align-items: center; gap: 20px;}
.module_i_news .title_i_box h4 {    font-size: 30px;    color: #717071; font-weight: 400; font-family: "Lora", serif;}
.module_i_news .title_i_box h6{color: #2c2c2c; font-size: 24px; font-weight: bold;}
.module_i_news {
    position: relative;
    padding-top: 100px;
}
.animated-arrow{ background: transparent;width: 181px; height: 41px; line-height: 41px; color: #bcbcbc; border: 1px solid #bcbcbc; margin-top: 40px; }
.animated-arrow b{ font-weight: 400; }
.animated-arrow:hover{  background: #bda18d ; color: #fff; border: 0px;}
/* 
@keyframes balloonFloat {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    25% {
        -webkit-transform: translate3d(-25%, -10%, 0);
        transform: translate3d(-25%, -10%, 0);
    }
    65% {
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(40%, -50%, 0);
        transform: translate3d(40%, -50%, 0);
        opacity: 0.5;
    }

    90% {
        opacity: 0.2;
    }
    99% {
        opacity: 0;
        -webkit-transform: translate3d(0%, -50%, 0);
        transform: translate3d(0%, -50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        opacity: 0;
    }
} */
.module_i_news ul{grid-template-columns:1fr 1fr 1fr 1fr;}

/*功*/
/* 右側圖文 */
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
.blog_list_ri h5 {
    font-weight: 600;
    font-size: 19px;
    color: #4a4a4a;
    overflow: hidden;
    letter-spacing: 0.04em;
}
.blog_list_ri em {
    font-size: 13px;
    color: #dcdcdc;
    margin: 8px 0;
}
.blog_list_ri p {
    font-size: 14px;
    color: #838383;
    line-height: 130%;
    letter-spacing: 0.04em;
    line-height: 1.5;
}

/*文章管理-內層/= = = = = */
.blog_back{width: 50%; margin:20px auto;}
.blog_back a.article_btn_back {
    background: #bcbcbc;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: transparent; border: 1px solid #bcbcbc; color: #bcbcbc;
}

.news_related h6 span:before{ color: #939393;}
.news_related{ background: transparent ;}
.news_related_list li a{ background: transparent;}
.news_related_list li a p{color: #838383; }
.lastPage{background: #bcbcbc;  }


/* ---------------------------------- */


/* blog_page article_a 另一個文章排版 */

.blog_page.article_a .submenu {
    background: #fff;
}

.blog_page.article_a .submenu a {
    font-family: 'Noto Sans TC';
    color: #666;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 12px 12px 12px 32px;
    border-left: #f2f4f1 0 solid;
    transition: all .15s;
}

.blog_page.article_a .submenu a:before {
    left: 10px;
    color: #bbb;
}

.blog_page.article_a .submenu a:hover {
    border-left: #f2f4f1 4px solid;
}

.blog_page.article_a .submenu li.on_this_category a,
.blog_page.article_a .submenu a:hover {
    background: #f2f4f1;
    color: #666;
}

.blog_page.article_a .blog_box {
    margin-top: 20px;
}

.blog_page.article_a .blog_ri {
    padding: 0 0 0 60px;
}

.blog_page.article_a .blog_subbox {
    display: flex;
    flex-flow: column wrap;
    gap: 24px;
}

.blog_page.article_a .blog_subbox:before {
    content: none;
}

.blog_page.article_a .subbox_item {
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
    transition: all 0.6s;
}

.blog_page.article_a .subbox_item:hover {
    box-shadow: 8px 8px 8px rgba(0, 0, 0, .05);
}

.blog_page.article_a .subbox_item a {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 0;
}

.blog_page.article_a .blog_list_le {
    width: 56%;
    padding: 0;
    height: auto;
    aspect-ratio: 11/6;
    overflow: hidden;
}

.blog_page.article_a .blog_list_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s;
}

.blog_page.article_a .subbox_item:hover .blog_list_le img {
    transform: scale(1.1);
}


.blog_page.article_a .blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 0 48px;
    width: 44%;
}

.blog_page.article_a .blog_list_ri h5 {
    color: #4a4a4a;
    letter-spacing: .5px;
    font-size: 19px;
}

.blog_page.article_a .blog_list_ri em {
    order: 1;
    font-weight: 400;
    margin: 0;
    position: relative;
    color: #dcdcdc;
}

.blog_page.article_a .blog_list_ri em:after {
    content: 'READ MORE +';
    font-family: "Lora", serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 0.6s;
    color: #bda18d;
}

.blog_page.article_a .subbox_item:hover .blog_list_ri em:after {
    letter-spacing: 1px;
}

.blog_page.article_a .blog_list_ri p {
    line-height: 160%;
    margin: 24px 0 36px;
    color: #838383;
    -webkit-line-clamp: 2;
    text-align: justify;
}

.blog_page.article_a .subbox_item a:before,
.blog_page.article_a .subbox_item a:after {
    content: none;
}



@media screen and (max-width: 1360px) {

    .blog_page.article_a .blog_list_ri {
        padding: 24px;
        width: 50%;
    }

    .blog_page.article_a .blog_list_le {
        width: 50%;
    }

    .blog_page.article_a .blog_list_ri p {
        margin: 8px 0 12px;
    }

    .blog_page.article_a .news_related_list li {
        width: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 1024px) {

    .blog_page.article_a .blog_list_ri,
    .blog_page.article_a .blog_list_le {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {

    .blog_page.article_a .blog_ri {
        padding: 0;
    }

    .blog_page.article_a .blog_list_ri h5 {
        font-size: 18px;
    }

    .blog_page.article_a .blog_list_ri {
        padding: 22px 20px;
    }

    .blog_page.article_a .blog_box {
        margin: 0;
    }

    .blog_box_edit,
    .lastPage,
    .i_album_list li a p span,
    .i_album_b a b {
        font-size: 15px;
    }

    h5.blog_le_t em,h5.blog_le_t span{ display: none;}
}




@media screen and (max-width: 1200px) {
    .blog_subbox{grid-template-columns:1fr 1fr;}

}
@media screen and (max-width: 1024px) {

.module_i_news ul{grid-template-columns:1fr 1fr 1fr;}
.module_i_news:before {      width: 60%;}

.news_part .title_i_box {
    width: 100%;
}
.news_list {
    width: 100%;
    margin-top: 1.2em;
}
.news_list ul {
    border: 0;
    padding: 0;
}
.news_list ul li a {
    padding: 0;
}
.news_list ul li p {
    padding: 10px 50px 10px 0;
}
.news_list ul li span {
    padding: 10px 2em 10px 0;
}

}

@media screen and (max-width: 880px) {
    .blog_subbox{grid-template-columns:1fr;}
}

@media screen and (max-width: 768px) {
/*文章管理/ = = */
.blog_subbox{grid-template-columns:1fr 1fr;}
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
.module_i_news ul , .blog_subbox{grid-template-columns:1fr 1fr;}

}




@media screen and (max-width: 600px) {


.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}


/*促銷方案-首頁/ = = */
.news_list ul li {
    border: 0;
    border-bottom: 1px #eee solid;
    margin-bottom: unset;
    background: transparent;
}
.news_list ul li a {
    display: block;
    text-align: left;
    padding-bottom: 5px;
}
.news_list ul li span {
    padding-bottom: 0;
}
.news_list ul li p {
    width: 100%;
    padding: 5px 40px 5px 0;
    text-align: left;
}
.news_list ul li p:after {
    position: absolute;
    transform: translateY(-50%);
    text-align: unset;
}
.i_news_b{
    margin: 0;
}
.i_news_b .animated-arrow {
    font-size: 14px;
}

}

@media screen and (max-width:493px) {
    .blog_back{ width: 90%;}
}
@media screen and (max-width:450px) {
  .module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿管理(有分類)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*分類頁面*/
.overlay {-webkit-transform: scale(1);transform: scale(1);background: rgb(146 146 146 / 75%);}
.show-list {grid-template-columns: repeat(3, 1fr);}
.show-list .item a{position: relative;}
.show-list .item a:before{content: "MORE  +";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
font-size: 12px;max-width: 100px;color: #fff;height: 0;overflow: hidden;opacity: 0;font-family: "Lora", serif;
transition: all .5s;transition-delay: 0s;}
.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-weight: 500;text-align: center;color: #717071;letter-spacing: .6rem;font-size: 16px;}
.show-list .item:hover .show_name {color: #bcbcbc;}
/*相簿頁面*/
.subalbum-menu{padding: 0;}
.subalbum-menu h2 {font-size: 18px;font-weight: bold ;color: #717071; display: none;
    line-height: 1.2; letter-spacing: .4rem;}
.other_subalbum li a p {background: rgb(146 146 146 / 25%);color: #fff;text-align: center;font-weight:bold;
    font-size: 19px;padding: 10px;letter-spacing: .6rem;position: absolute;bottom: 0;left: 0;width: 100%;
height: 100%;display: flex;justify-content: center;align-items: end;padding-bottom: 30px;}
/*相本頁面*/
.album_descrip p{font-size: 14px;line-height: 180%;}


.module_i_album section {max-width: 1520px;}
.i_album_list {grid-template-columns: repeat(3, 1fr);}
.i_album_list li a p {height: 60px;background: rgb(85 85 85 / 50%);color: #fff;padding: 10px;font-size: 14px;}
.i_album_list li a p span {font-size: 16px;letter-spacing: .4rem;font-weight: 300;width: 100%;padding-left: 20px;text-align: left; font-weight: bold;}
.i_album_list li a p span:after{content: "MORE  +";display: block;font-size: 12px;max-width: 100px; font-weight: 300;letter-spacing: 0rem;
height: 0;overflow: hidden;opacity: 0;transition: all .5s;transition-delay: 0s; font-family: "Lora", serif;}
.i_album_list li a:hover p span{font-size: 18px;}
.i_album_list li a:hover p span:after{opacity: 1;height: 25px;margin-top: 20px;padding-bottom: 10px;transition-delay: .3s;}


/*相片頁*/
.pic-list {column-count: 3;display: block;}
.pic-list .item{padding: 1%;width: 100%;}
.other_album_choice li {background: #757575;}
.pic-list .show_pic {
    overflow: inherit;
    height: auto;
    padding-bottom: 0;
    aspect-ratio: auto;
    margin-bottom: 15px;
}
.album_info_page .pic-list .item h6 {
    padding: 10px;
    display: none;
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*首頁*/
.module_i_album {padding: 80px 20px 0;}
.module_i_album .title_i_box { display: flex; flex-direction: row-reverse; justify-content: center; align-items: center; gap: 20px; margin-bottom: 10px;}
.module_i_album .title_i_box h4 { font-size: 30px;    color: #717071; font-weight: 400; font-family: "Lora", serif;}
.module_i_album .title_i_box h6{color: #2c2c2c; font-size: 24px; font-weight: bold;}
.i_album_list li div {aspect-ratio: 2 / 1;}
.i_album_list li img {transition: all .5s;}
.i_album_list li a { overflow: hidden;}
.i_album_list li a p {background: rgb(146 146 146 / 75%);}
.i_album_b {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 10px 0 30px 0;
}

/*大分類*/
.show_content{padding: 0;}
.show-list .show_pic {aspect-ratio: 4 / 3;}
.album_class_page .main_part,.album_info_page .main_part {
    max-width: 1520px;
    padding: 100px 1%;
}

/*相簿頁*/
.other_subalbum li a p{letter-spacing: .4rem;}
/*相片頁*/
.other_album {margin: 50px 0 80px;}
.album_fixed_title{background: transparent;}
.other_album_choice li {background: #bcbcbc;border-radius: 0;}
.other_album_choice li a {font-size: 15px;}

@media screen and (max-width: 940px){
	/*分類頁面*/
	.show-list {grid-template-columns: repeat(2, 1fr);}
	/*首頁*/
	.i_album_list {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 768px){
	/*主分類*/
	.show-list .item {width: 100%;}
	.show-list .show_pic img{min-height: 35vw;}
	/*次分類*/
	.other_subalbum li{width: 48%;}
	.other_subalbum li img{min-height: 35vw;}
	/*相片頁*/
	.pic-list .item {width: 100%;}
	.pic-list .show_pic img {min-height: 35vw;}
    .pic-list {column-count: 2;}

    .i_album_list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;}
}

@media screen and (max-width: 450px) { 
	/*相簿*/
	.show-list .show_pic img{min-height: 140px;}
	.other_subalbum li img{min-height: 140px;}
	.pic-list .show_pic img {min-height: 140px;}
    .other_subalbum li a p{letter-spacing: .1rem; font-size: 16px;}
}

@media screen and (max-width: 500px){
	/*分類頁面*/
	.show-list {grid-template-columns: repeat(2, 1fr);}
	/*首頁*/
	.i_album_list {grid-template-columns: repeat(1, 1fr);}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* 聯絡我們 */
.contact_content .information_left{ display: none;}
.contact_editbox{ padding: 0px 0px;}
.contact_content .information_right{ width: 100%; padding-left: 0px;}
.contact_content{ max-width: 1000px;}

/* 聯絡我們 */
.blank_letter{ color: #4F4F4F; font-size: 0px; display: flex; align-items: center;}
.blank_letter::before{ content: "FORM";display: block; font-size: 28px; color: #717071; font-family: "Lora", serif; margin-right: 12px; }
.contact_form{ grid-gap:16px;}
.contact_form li{ grid-template-columns:124px 1fr;}
.contact_form li.last blockquote{ color: #bcbcbc;
  }
.contact_form li.last blockquote, .contact_form li.last cite{ border: 1px solid #bcbcbc; }
.contact_form li.last cite{ color: #fff; background: #bcbcbc; border: 0px;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{ display: unset; color: #717071;}
.contact_form li .form__label{max-width: 115px;  font-size: 16px; color: #717071;}

@media screen and (max-width:600px) {
    .contact_form li .form__label{ background: transparent;}
    .contact_content .information_right{ padding-left: 10px;}
}





.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




