@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ysabeau+Office:ital,wght@0,1..1000;1,1..1000&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 Serif TC",  "Ysabeau Office", sans-serif;
    overflow-x: hidden;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0px;}
.edit_part {padding: 0px 0px; }
.info_fix { display: none;}

#to_top {bottom: 10px;left: auto;right: 15px;letter-spacing: 0.1em;color: #191919;background: unset;
    box-shadow: unset;border-radius: 0;  font-family: "Ysabeau Office", sans-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;}
#to_top i:before, #to_top i:after{background: #BBB9EB;}

@media screen and (max-width: 768px) {
#to_top {width: 35px;right: 5px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 開場動畫 */

body.pageIndex:before {
    content: ' ';
    position: fixed;
    z-index: 999999991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #8A85D6;
    animation: fadein 6s forwards;
}

@keyframes fadein {
    50% {
        opacity: 1;
    }

    60% {
        pointer-events: auto;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}

body.pageIndex:after {
    content: ' ';
    position: fixed;
    z-index: 999999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/812sunmoon/open-logo.svg) center / cover no-repeat;
    animation: fadeinlogo 6s forwards;
}

@keyframes fadeinlogo {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 1;
    }

    60% {
        opacity: 0;
        pointer-events: auto;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@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; */
    position: unset;
    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 {
    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:   "Ysabeau Office", sans-serif;
}

.stellarnav > ul > li > a > b:nth-child(2) {
    font-weight: 400;
    font-size: 19px;
      font-family: "Noto Serif TC",  "Ysabeau Office", sans-serif;
}

/* .stellarnav ul ul {
    background: transparent;
    right: 0px;
    position: relative;
    justify-items: normal;
} */

/* 下拉 */
.stellarnav ul ul {
    /* display: none!important; */
    top: auto;
    width: 0px;
    height: 0px;
    opacity: 0!important;
    position: relative;
    z-index: 9900;
    text-align: left;
    background: #1a1a1a;
}

@media screen and (max-width:768px) {
    .stellarnav ul ul{
        width: 100%;
        height: unset;
        opacity: 0!important;
    }
}


.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: #6F6BC5;
    transition: all 0.3s;
    padding: 12px 15px;
}

.pageIndex .stellarnav li li a{
    color: #35383C;
 }

.stellarnav li li a:hover {
    padding-right: 30px;
    color: #fff;
}

.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;
}

.header_area.sticky .stellarnav > ul > li > a {
    color: #6F6BC5;
    letter-spacing: 2px;
    margin:2px 15px;
}

.header_area.sticky .stellarnav > ul > li > a:hover{
    color: #6b6b6b;
}


.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: #A8A194;
    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: 220px;
    animation: text-show-in 0.6s cubic-bezier(.55,.085,.68,.53) both;
}

.nav-header {
    align-items: flex-start;
    position: relative;
    max-width: 220px;
    z-index: 99999;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*內頁logo*/
.nav-brand {
    margin-top: -5px;
    position: absolute;
}
.nav-brand img {
    max-width: 100%;
    width: 220px;
}
.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: #6F6BC5;
    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: -39px;
     top: -21px;
     width: 170%;
     height: 113%;
} */

.header_area.sticky .stellarnav ul ul:before{
    background: transparent;
}
/* 
.product_info_page #page .header_area .stellarnav ul::before{ 
     content: "";
     display: block;
     overflow: hidden;
     background: linear-gradient(90deg, #ffffff00, #ffffffc7, #fffffff2);
     position: absolute;
     right: -48px;
     top: -21px;
     width: 170%;
     height: 113%;
} */


.stellarnav > ul > li > a b {
    text-align: right;
}
.stellarnav > ul > li > a {
    color: #6F6BC5;
    letter-spacing: 2px;
    margin:2px 15px;
}


.pageIndex #page .stellarnav > ul > li > a{
    color: #fff;
}
.pageIndex #page .stellarnav > ul > li > a:hover { color: #f4f3f3; font-weight: bold;}
.stellarnav > ul > li > a:hover{color: #6b6b6b;  font-weight: bold;}
.pageIndex #page .stellarnav > ul > li > a:hover{color: #f4f3f3; font-weight: bold; }
/* .pageIndex #page .header_area.sticky .stellarnav > ul > li > a{
     color: #6F6BC5;
} */

/* .pageIndex #page .header_area.sticky .stellarnav > ul > li > a:hover { color: #6b6b6b; font-weight: bold;} */


/*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: #a8a194;
    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:  transparent;
    color: #444444;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #444444;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #444444;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
     background: #fffffff5;
    backdrop-filter: blur(5px);
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    /* border-bottom: solid 3px #D9D9D9; */
    border-bottom: 0PX;
    
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    /* border-bottom: solid 3px #D9D9D9; */
     border-bottom: 0PX;
  }
  .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(232, 232, 248, 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: 180px;}
    .header_area.sticky .stellarnav .menu-toggle span.bars span {background: #2a2b27;}
     .pageIndex #page .header_area.sticky .stellarnav .menu-toggle span.bars span {background: #2a2b27;}
     .header_area.sticky .nav-header{ top: 0px;}
    .stellarnav.mobile{ top: -13px; left: unset; right: 5px;}
    .nav-header{ top: -10px; left: -26px;}
    .stellarnav > ul > li > a{ color: #6F6BC5;}
    .stellarnav.mobile.active{ z-index: 99999;}
    .stellarnav.mobile > ul > li{ width: 100%;}
    .stellarnav.mobile > ul > li > a{ padding: 20px 43px 20px 10px; display: flex; flex-direction: row; align-items: center; }
    .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: #6F6BC5; }
    .stellarnav li li a { color: #6F6BC5;}
    .header_area.sticky .stellarnav ul::before{ background: transparent;}
}
@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: -3px;}
}
@media screen and (max-width:450px) {
    .nav-header{ left: -46px;}
    .stellarnav .menu-toggle span.bars span{ width: 26px;}
    .stellarnav.mobile{ top: -6px;}
    .nav-brand img{ width: 130px;}
    .header_area.sticky .nav-header{ left: -47px;}
    
}


/* 商品下拉超過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 { background: #8a85d6; padding: 70px 0 0; border-top: 0px;}
.footer .center { max-width: 100%; padding: 0 80px;}


.footer_logo { width: 130px;  
    /* position: absolute; top: -13px;
	left: 0px;
	right: unset; */
}

.footer_logo > a {
    background: url(https://pic03.eapple.com.tw/812sunmoon/f-logo.png) no-repeat;
    display: block;
    width: 130px;
    height: 146px;
    background-size: contain !important;
    background-position: center !important;
}
.footer_logo img{display: none;}

/*icon*/
.box_link { position: relative; top: -70px; right: 0px;  width: 100%; max-width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: nowrap; flex-direction: row; max-height: 100%; order: 3;}
.box_link a { width: fit-content;  border: unset;  padding: 5px 8px; font-size: 20px; color: #BBB9EB;}
.box_link a:hover { color:  #fff;}

.footer_info { padding-right: 0px;}
.footer_info ul {position: relative; display: flex; width: 100%; justify-content: space-around;}
.footer_info ul li:nth-child(1):before {
    content: "CONTACT US";font-family:  "Ysabeau Office", sans-serif;font-size: 21px;color: #d2d0fa; left: 10px; top: 0%; position: absolute;  letter-spacing: 1px;font-weight: 800;}
.footer_info ul { display: flex; width: 100%; justify-content: flex-end;}
.footer_info li:nth-child(1) { position: relative; padding-top: 48px;width: 400px; display: flex; flex-direction: column;}

.footer_info li:nth-child(1):after{
    content: "晴玥設計";
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 500;
}
.footer_info li p.add{ order: 1;}
.footer_info li p.tel{ order: 2;}
.footer_info li p.fax{ order: 3;}
.footer_info li p.mail{ order: 4;}
.footer_info li p.taxid{ order: 5;}


.footer_info li p.mail:before{content: 'EMAIL：'; }
.footer_info li p.tel:before {content: 'TEL：'; }
.footer_info li p.fax:before {content: 'FAX：'; }
.footer_info li p.taxid:before {content: 'TAX：'; }
.footer_info li p.add:before { display: none; }


.footer_info li:nth-child(2) { width: 20%;min-width: 280px;}
.footer_info li p { line-height: 250%; letter-spacing: 1px; color: #fff; font-size: 15px;}
.footer_info li p > a { color: #fff;}
.footer_menu { width: 100%; display: flex; flex-direction: column; position: relative;  padding-top: 33px;}
.footer_menu:before { content: "LINK"; font-family: "Ysabeau Office", sans-serif;font-size: 21px; color: #d2d0fa; left: 0px; top: 0%; transform: translateY(-50%); position: absolute;font-weight: 800;letter-spacing: 1px;}
.footer_menu a { display: inline-block; padding: 5px 7px 5px 15px; border: unset; margin: 0 0px 5px 0; font-size: 14px; position: relative; line-height: 100%;
    color: #fff; background: transparent;  width: 46%; letter-spacing: 1px; transition: 0.5s; font-family:  "Ysabeau Office", sans-serif; font-weight: 300;}

.footer_menu a:nth-of-type(1) { display: none; }    
.footer_menu a:before { content: ""; background: #cecece; width: 5px;height: 5px;position: absolute; left: 0; top: 50%; transform: translateY(-50%); border-radius: 50%;}
.footer_menu a:hover { background: transparent; color: #BBB9EB; letter-spacing: 3px;}
.copy { text-align: center; padding: 15px 0 25px; font-size: 13px; color: #b5b1d7;  margin: 0; background: transparent; border-top: 0px;}
.copy a { color:  #b5b1d7;}
.copy a:hover { color: #dadcc8;}

@media screen and (max-width:1180px) {
    .footer_info ul{ width: 90%;}
}

@media screen and (max-width: 1024px) {
/*footer*/  
.footer .center { max-width: 90%; padding: 0px;}
.box_link {top: 0px;order: 0; justify-content: flex-start;}
.footer_logo{margin: 0 unset;}
.footer_info {grid-template-columns: 1fr;}
.footer_info ul { justify-content: center; padding: 20px 0 50px; width: 100%;}
.footer_info li:nth-child(1) { width: 50%;}
.footer_info li:nth-child(2) { width: 50%; min-width: auto;}
.footer_info ul li:nth-child(1):before{left: 0px;}

}


@media screen and (max-width:665px) {
.footer_logo > a{width: 110px;}
.footer_info ul { align-items: flex-start; flex-direction: column;}
.footer_info li:nth-child(1),.footer_info li:nth-child(2) { width: unset;}
.footer_info li+li { margin-top: 50px;}
.footer_info { padding: 0px;}
.copy { text-align: center; padding: 15px 20px 25px;}

}





/* 展示footer demo */
/* .footer_logo{ display: none;}
.footer_info ul { display: none;}
.copy{ display: none;}
.box_link{ display: none;}
.footer {
    border-top: none !important;
    padding:0 0;
    height:663px;
    background-image: url(https://pic03.eapple.com.tw/812sunmoon/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.fix_ri{display: block!important;}

@media screen and (max-width:1400px) {
    .footer{ height: 482px;}
} */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*●●●●●●●●●●●●●●●●●●●●●●●●   購物車(商品展示)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*★★★切版師原版設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 商品下拉超過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-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) {
}

/*★★★自訂義區塊↓↓↓↓↓↓↓↓↓↓↓↓*/
/*側邊*/
.product_page .product_menu_list {padding: 0 7px;}
.product-layer-two ul {grid-gap: 0;}
.product-layer-two li.active{background: #fff;transition: all .5s;}
.product-layer-two li.active li a {background: #eee;transition: all .5s;}
.product-layer-two li a {background: transparent;color: #222;font-size: 13px;font-weight: 500;letter-spacing: .6rem;
    text-align: center;padding: 15px 10px;border: 1px #888 solid;margin-top: -1px;font-weight: 400;}
.product-layer-two li a:hover{background: #666;color: #fff;}
.product-layer-two li.active a {font-weight: 500;border: none;color: #fff;background: #666;}
.product-layer-two li li a {padding: 10px;font-size: 12px;}
.product-layer-two > li {padding-bottom: 0;border-bottom: none;}
.product-layer-two > li > a {transition: all .5s;}
.product-layer-two > li.active > a {background: #6F6BC2;}
.product-layer-two > li.active li.active > a{background: #fff;color: #ad925e;}
.product-layer-two > li ul > li + li {margin-top: 0;}
.product-layer-two li ul {margin-top: 0;}
.product-layer-two li li:hover {margin-left: 0;transition: all .5s;}
.product-layer-two li li:hover > a {background: transparent;}
.product-layer-two li li:hover > a:before{display: none;}
.product-layer-two li i {top: 6px;color: #ccc;}
/*分類頁*/
.products-list .price {margin: 0 0 10px;}
.products-list .price b {color: #bb1438;}
.products-list .more {font-size: 14px;font-weight: 500;border: 1px solid #ccc;color: #888;}
.products-list .item a:hover .more {background: #aaa;}
.products-list .name {height: 60px;text-align: center; line-height: 160%;}
/*商品頁*/
.sidebarBtn {border: none;background: transparent;}
.sidebarBtn h2 {color: #333;font-size: 20px;font-weight: 400;}
.inquiry_a1 {background: #888;border-radius: 0;}
.inquiry_a2 {background: #eee;border-radius: 0;color: #888;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #555;color: #fff;}
.prod_tabs {margin-top: 120px; margin-top: 0px;}
.pd_tabTitle li {border-bottom: none;background: transparent;border-bottom: 2px solid #ddd;transition: all .5s;}
.pd_tabTitle li a{color: #ddd;letter-spacing: .6rem;transition: all .5s;}
.pd_tabTitle li.activeTab{border-bottom: 2px solid #888;}
.pd_tabTitle li.activeTab a{color: #333;font-weight: 600;}
.pd_tabTitle li.activeTab::after {height: 0;}
.prod_related {background: transparent;padding: 50px 0 25px;border-top: 1px solid #e6e6e6;margin-top: 100px;}
.related_list li a{padding: 0;}
.related_list li a p {font-size: 14px;width: 90%;line-height: 1.4;margin: 10px auto 20px;padding: 0;}
.prod_related h6 span:before {font-size: 18px;letter-spacing: .6rem;}
/*加入購物車-1*/
/*---流程區*/
.stepImg{margin: 40px auto 80px;width: 100%;}
.stepImg img{display: none;}
.stepImg span {border: 1px solid #4f4949;text-align: center;font-size: 12px;padding: 15px 20px;color: #4f4949;
 margin: 0 -1px 0 0;width: 33.3%;}
.stepImg span.one{text-align: center;margin-left: 0;}
.stepImg span.three{text-align: center;}   
.stepImg span.active {color: #fff;background: #4f4949;}
/*---詳細內容區*/
.shopping-cart .cart_head {background: #b6a292;}
.shopping-cart .cell.product_name {font-weight: 400;padding: 10px 20px;}
/*---金額TOTAL區*/
.total_amount {justify-content: flex-end;margin: 30px 0 80px auto;}
.total_amount ul {background: #fff;margin: 40px 0 60px;}
.total_amount ul:after{display: none;}
.rewrite_simple, .send_simple {font-size: 14px;}
.rewrite_simple {background: #4f4949;}
.send_simple {background: #b6a292;margin-left: 20px;}
/*加入購物車-2*/
.separate_title {padding: 10px 20px;background: #b6a292;color: #fff;font-weight: 400;}
.border200 {width: 300px;border: 1px solid #b6a292;padding: 10px 26px 10px 10px;color: #474141;border-radius: 6px;}
.formbox_form li .form__insert select{margin-bottom: 10px;}
.form label {color: #474141;margin-bottom: 0;}
.form label .inputbox {margin-right: 10px;}
.form label.circle .inputbox {background-image: none;border: 1px solid #474141;border-radius: 50%;}
.form label .inputbox.Big {width: 18px;height: 18px;}
.form label.Bigcheck{top: 0;}
.form label.Bigcheck .inputbox {background-image: none;border: 1px solid #474141;}
.form label.circle input:checked {background-position: center !important;}
.form label.Bigcheck input:checked {background: #474141;}
/*結帳完成*/
.note_edit{background: #fff;padding: 20px;color: #474141;}
.order_list_tit b {font-size: 24px;color: #474141;font-weight: 400;}
.order_list_spec p {font-weight: 400;padding: 10px 20px;background: #b6a292;}
.order_list_tab td {background: #f8f8f8;}
.order_list_tab td:nth-child(1) {background: #474141;color: #fff;width: 150px;font-weight: 400;}
.order_list_tab.payer td:nth-child(1) {border-right: 3px #b6a292 solid;}
.pay_text > a{font-size: 14px;}
.order_list_head p {font-size: 18px;color: #474141;border-bottom: 2px #474141 solid;}
.order_list_pro td:nth-child(1),.order_list_pro td:nth-child(4) {width: 70px;}
.order_list_pro tr:first-child {background: #b6a292;}
.order_list_pro tr:first-child td {color: #fff;font-weight: 400;}
/*---匯款資訊*/
.car_page .information_left {width: 100%;margin: 50px auto;}
.contact_le_map a {background: #888;}
.ACCN1:before, .ACCN2:before, .ACCN3:before, .ACCN4:before {margin-right: 20px;}
/*匯款通知*/
.formbox_form li.last {justify-content: flex-start;}


@media (max-width: 1024px){
	/*加入購物車-1*/
	/*---流程區*/
	.stepImg {margin: 40px auto;}
    .product-wrapper{ top: -34px;}
}
@media screen and (max-width: 768px) {
     .product-wrapper{ top: -32px;}
	/*清單頁*/
	.product_page .product_menu_list > h5 {font-size: 18px;font-weight: 500;letter-spacing: .4rem;margin-bottom: 0;}
	.fa-caret-down::before{font-size: 14px;}
	.product-layer-two li a{border-bottom: 1px solid #eee;padding: 10px 0 5px;width: 95%;}
	/*商品頁*/
	.mobile_product_name{display: none;}
	/*加入購物車-1*/
	/*---詳細內容區*/
	.shopping-cart .cart_content .row{border: 1px solid #b6a292;padding: 15px 10px;}
	.shopping-cart .cell {flex-direction: row;border-bottom: none;}
	.shopping-cart .cell:before {color: #b6a292;margin-right: 10px;font-weight: 400;}
	.shopping-cart .cell.product_name {padding: 0;}
	.shopping-cart .cell.product_name p {font-size: 18px;color: #4f4949;padding-right: 30px;}
	.small_pic {width: 65px;height: 65px;}
	.shopping-cart .cell.amount:last-child {position: absolute;right: 0;top: 0;border-bottom: none;
     width: 30px !important;height: 30px;background: #b6a292;}
    .shopping-cart .cell.amount:last-child:before{display: none;}
    .shopping-cart .cell.amount:last-child > a{margin: 0 auto;}
    .fa-lg {font-size: 14px;color: #fff;}
}
@media (max-width: 640px) {
	/*結帳完成*/
    .order_list_pro td span {font-size: 14px;color: #474141;}
}
@media screen and (max-width: 600px){
	/*商品頁*/
	.pd_tabTitle li a{font-size: 12px;}
	/*加入購物車-1*/
	/*---詳細內容區*/
	.shopping-cart .cell, .shopping-cart .cell.amount, .shopping-cart.check .cell.amount, .shopping-cart.check .cell{
		width: 100%;}
	.shopping-cart .cell {justify-content: space-between;border-bottom: 1px solid #eee;}
	.shopping-cart .cell.product_name {min-height: 60px;padding-bottom: 30px;}
	.shopping-cart .cell.product_name p {font-size: 14px;}
	/*---金額TOTAL區*/
	.total_amount {justify-content: space-around;}
	.rewrite_simple, .send_simple{margin: 0;}
	/*購物完成*/
	.pay_text{display: grid;grid-template-columns: 1fr 1fr;grid-gap: 30px;}
	.pay_text > a{width: 160px;text-align: center;}
	.orderFinish_data .pay_text>*+* {margin-top: 0;}
	.order_list_tab td {padding: 6px 12px;}
	/*匯款通知*/
	.formbox_form li.last {justify-content: space-around;}
}
@media (max-width: 570px) {
	/*結帳完成*/
	.order_list_tab td:nth-child(1) {width: 100px;}
}
@media (max-width: 568px){
	/*結帳完成*/
	.order_list_tab td{font-size: 14px;}
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*大範圍*/
.product_page .main_part {max-width: 1500px;}
.product_page .show_content, .product_info_page .show_content {flex-direction: column;}
/*側邊選單*/
.product_page .product_menu_list {width: 100%;min-height: inherit;padding: 0;}
.product-layer-two{display: flex;background: #e6e5f840;justify-content: center;}
.product-layer-two li a{border: none;border: none;font-size: 14px;color: #BBB9EB;letter-spacing: .2rem;font-weight: 300;
padding: 20px 10px;}
.product-layer-two li a:hover{background: transparent;color: #6F6BC2;letter-spacing: .4rem; font-weight: 600;}
.product-layer-two li ul{display: none !important;}
.product-layer-two li i{display: none;}
.product-layer-two li.active {background: transparent;;}
.product-layer-two > li {width: 20%;padding: 0 1%;}
.product-layer-two > li.active > a {background: transparent;color: #6F6BC2; font-weight: 600;position: relative;letter-spacing: .4rem;}
.product-layer-two > li.active > a:before{content: "";width: 100%;height: 2px;background: #E6E5F8;position: absolute;
bottom: 0;left: 0;}
/*分類頁*/
.product_page .products-list{width: 100%;}
.products-list {grid-template-columns: 1fr 1fr 1fr;grid-gap: 0 20px;}
.products-list .item a img{transition: all .7s;transition-timing-function: ease-in-out;   filter: grayscale(75%) ; }
.products-list .more {display: none;}
.products-list .name {font-weight: 500;color: #555;font-size: 16px;height: auto;line-height: 1.2; text-align: left;
    color: #535353; transition: all .5s;}
.products-list .pic {aspect-ratio: 10 / 7;}
.products-list .item a:hover img{transform: scale(1.05);filter:none;}
.products-list .item a:hover .name{color: #B5B1D7; }


/*商品頁*/

/*展開最大*/
.product_info_page .main_part {
    max-width:1520px;
    padding: 0px;
}

.product_pic{ padding-left: 0px;}
.show_content{ padding: 0px 0px;}
/*商品頁-大範圍*/
.product-wrapper{display: flex;flex-direction: column; align-items: center;}
/*商品頁-輪播區塊*/
.product-wrapper{ top: -26px;}
#prod_thumbSwiper .swiper-button-next{display: none;}
#prod_thumbSwiper .swiper-button-prev{display: none;}

.product_info_page .edit {
    padding: 30px 0 40px;
    font-weight: 400;
    color: #3f3f3f;
    letter-spacing: 0.04em;
    width: 100%;
    max-width: 1300px;
    font-family: "Noto Serif TC",  "Ysabeau Office", sans-serif;
}
#prod_thumbSwiper .swiper-slide::before {background: #6f6bc2e6;}
.sidebarBtn {/*
    padding: 100px 0px 0px 0px;
    display: flex;
    width: 100%;
    height: 0px;
    border: none;
    background: transparent;
    align-items: flex-start;
    flex-direction: column;*/
    display: none;
}
.product_main {
    padding: 0px;
    position: relative;
    width: 100%;
}
.product_info li {
    display: none;
}
.toShare{
    display: none;
}
.proImgSwiper {
    aspect-ratio: 3 / 1.8;
}

.pd_tabTitle li {
    display: none;
}
.pd_tabInner_contain {
    padding-top: 0px;
}
.proImgSwiper img, #prod_thumbSwiper img {
max-width: 100%;
animation:none;
}
.edit {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    color: #555;
}

.prod_related h6 span:before {
    content: 'our works';
    font-size: 16px;
    color: #777777;
    font-weight: 400;
}

.edit img:nth-last-of-type(1) {
    padding-bottom: 30px;
}

.mobile_product_name{
display: none;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: row;
    gap: 10px;
    height: 100px;
    padding-top: 10px;
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


/*商品頁-輪播區塊-縮圖*/
.swiper-vertical>.swiper-wrapper {height: 120px;flex-direction: row;justify-content: center;
max-width: 800px;margin: 0 auto;}
#prod_thumbSwiper .swiper-slide {width: 20%;margin: 1% .5%;height: 100% !important;}
#prod_thumbSwiper {position: relative;height: auto;width: 100%;max-width: 100%;}
#prod_thumbSwiper img {height: 120px;}
/*商品頁-商品說明*/
.prod_tabs{order: 2;}
.pd_tabTitle li.activeTab {border-bottom: 2px solid #eee;}
.pd_tabTitle li, .pd_tabTitle{ display: none;}
.pd_tabTitle li.activeTab a {font-weight: 400;}
.pd_tabInner.edit{font-weight: 400; color: #8F8E8E; padding: 20px 10px;}
/*商品頁-側邊說明*/
.sidebarBtn {padding: 0;width: 100%;text-align: center;order: 1;background: rgb(240 239 236 / 30%);background: transparent;
    padding: 40px 20px 20px;margin-top: 50px;border-radius: 10px;}
.sidebarBtn form { display: none;}
.sidebarBtn h2 {color: #000;font-size: 24px;font-weight: bold;border-bottom: 1px solid #eee;padding-bottom: 20px;}
.product_info li span{display: none;}
.product_info li .txt_box {font-size: 14px;color: #555;font-weight: 300;}
.toShare{display: none;}


/*商品頁-推薦*/
.prod_related h6 span:before {color: #555;font-weight: 400;}
.prod_related h6{ display: none; }
.related_list {width: 94%;}
.related_list li a img{ transition: 0.7s ease-in-out; transform: scale(1); filter: grayscale(75%);}
.related_list li a p {margin: 15px auto 20px;font-weight: 300;}
.related_list li a:hover img{ transform: scale(1.05); filter: none;}
.lastPage{font-size: 12px;background: #888;}


/*首頁*/
.prod_part {padding: 100px 0;}
.i_prod_tit{display: flex;flex-direction: column;}
.i_prod_tit h2{font-size: 26px;color: #8A85D6;letter-spacing: 0;font-weight: 500;}
.i_prod_tit span{color: #BBB9EB;font-weight: 300;font-size: 15px; font-family: "Ysabeau Office", sans-serif;}
.prod_part section {max-width: 1400px;width: 90%;}
.pageIndex .products-list {grid-template-columns: repeat(3, 1fr);grid-gap: 0 20px;}
.pageIndex .products-list .item:nth-child(n+9){display: none;}
.pageIndex .productsListBox, .productsListBox.swiper{ padding: 50px 0 10px;}
.animated-arrow{ background: #8F8E8E;width: 150px; font-weight: 400; transition: 0.5s; display: none;}
.animated-arrow:hover{ background: #535353; }


@media (max-width: 1200px){
	/*分類頁*/
	.products-list .name {font-size: 16px;}	
}
@media (max-width: 1024px){
	/*分類頁*/
	.products-list {grid-template-columns: 1fr 1fr;}

    .product-wrapper{ top: -34px;}
	/*首頁*/
	.pageIndex .products-list {grid-template-columns: repeat(2, 1fr);}


}
@media (max-width: 768px){
	/*側邊選單*/
	.product_page .product_menu_list > h5 {margin-bottom: 15px; font-family: "Noto Serif TC",  "Ysabeau Office", sans-serif; color: #8C8B8B; }
	.product-layer-two {flex-wrap: wrap;}
	.product-layer-two li a {padding: 12px;font-size: 12px;width: 100%;border-bottom: 1px solid #eee;}
	.product-layer-two > li {width: 100%;}
	.product-layer-two > li:last-child a{border-bottom: none;}
		/*商品頁*/
	.related_list {grid-template-columns: 1fr 1fr;}
	/*商品頁-輪播區塊-縮圖*/
	#prod_thumbSwiper .swiper-slide {aspect-ratio: 3 / 2;}
	#prod_thumbSwiper img {height: 100%;}
	/*首頁*/
	.prod_part {padding: 70px 0;}
}
@media (max-width: 600px){
	/*分類頁*/
	.products-list .item a img {filter: brightness(0.8);-webkit-filter: brightness(0.8);}
	.products-list .item a .name {opacity: 1;}
	/*商品頁*/
	.proImgSwiper img {max-height: 80vw;}

}
@media screen and (max-width: 480px) {
	/*首頁*/
	.pageIndex .products-list {grid-template-columns: repeat(1, 1fr);}
	/*分類頁*/
	.products-list {grid-template-columns: 1fr;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto; top: -49px;}
.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: transparent; background-image: unset; padding: 180px 0px 20px;}
.banner h5 { color: #BBB9EB; font-size: 16px; font-family:  "Ysabeau Office", sans-serif; font-weight: 300;}
.banner h5:before{ content: "設計作品"; display: block; font-family: "Noto Serif TC",  "Ysabeau Office", sans-serif; color: #8A85D6; font-size: 26px; font-weight: 400; letter-spacing: 1px;}
.blog_page.article_a .banner.banblog h5:before,.blog_in_page.article_a .banner.banblog h5:before{ content: "最新消息";  }
.banner.banF h5:before{ content: "設計作品";  }
.product_info_page .banner.banF{ display: none; }
.banner.banC h5:before{ content: "聯絡我們";  }

.banner.banA {}
.banner.banB { display: none; }
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and(max-width:1024px) {
    .banner{ padding: 140px 0px 20px;}
}
@media screen and (max-width:768px) {
  .banner{ padding: 120px 0px 20px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*文章設定*/

/* 首頁 */
.module_i_news .title_i_box h4{ text-align: center; display: flex;flex-direction: column;color: transparent; }
.module_i_news .title_i_box h4::before { content: "BLOG";  font-family: "Roboto", sans-serif; font-size: 60px; font-weight: 500; text-align: center; color: #1E150D;}
.module_i_news .title_i_box h4::after{ content: "裝修Q&A";font-size: 32px; font-weight: bold;  color: #A67D50; display: block; margin-top: -34px; }
.module_i_news ul{ grid-template-columns:1fr 1fr 1fr 1fr; grid-gap:24px}
.module_i_news li a{ display: flex; flex-direction: column;}
.i_blog_ri h5{ color: #8782D3; font-weight: bold; font-size: 18px;}
.i_blog_ri p{ color: #000; font-size: 14px;}
.module_i_news li a:after{ background: transparent; border: 0px;}
.module_i_news li a:before { font-weight: 400;opacity: 1;  font-size: 15px; color: #bbb9eb8f; bottom: -20px; font-family: "Ysabeau Office", sans-serif; ;}
.module_i_news li a:hover:before {  color: #BBB9EB; transition:.5s; transform: scale(1.05); }

@media screen and (max-width:1024px) {
    .module_i_news ul{ grid-template-columns:1fr 1fr 1fr;  grid-gap:48px 24px;}
}
@media screen and (max-width:768px) {
    .module_i_news ul{ grid-template-columns:1fr 1fr ; border-bottom: 0px;}
}

@media screen and (max-width:450px) {
    .module_i_news ul{ grid-template-columns:1fr ; grid-gap:24px 24px; }
}


/*文章*/
.blog_le .accordion {  border-radius: 0px;  border: none;}
.accordion li .link a { font-weight: 500; font-size: 16px;}
.blog_le .accordion > li{ border-bottom: 1px solid #C0BDBD;}
.accordion li+li .link{ border-top: 0px;}
/* .blog_le .accordion > li:last-child{ border-bottom: 0px;} */
.submenu li.on_this_category a, .submenu a:hover { background: transparent;  color: #333;}
.submenu {  background: #ffffff;}
.fa-circle-chevron-right::before { color: #707070;}
.subbox_item a { grid-template-columns: 100%;flex-direction: column;}
.subbox_item a { display: flex; justify-content: space-between;  align-items: center;}
.blog_list_ri {  padding: 0px 10px 10px 10px;width: 100%;}
.blog_list_ri em { color: #CEC9BA;}
.blog_subbox { /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*//*grid-template-columns: 100%;*/grid-template-columns: 1fr 1fr 1fr; grid-gap:50px 60px;}
.subbox_item a:before { font-weight: 400;opacity: 1;  font-size: 15px; color: #bbb9eb8f; bottom: -20px; font-family: "Ysabeau Office", sans-serif; ;}
.subbox_item a:hover:before {  color: #BBB9EB; transition:.5s; transform: scale(1.05);}
h5.blog_le_t{ display: none; }
h5.blog_le_t em { display: none;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #BBB9EB !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  color: #fff !important;}
.blog_search input[type=search] { border-radius: 3px;}
.fa-circle-plus::before { font-size: 18px;}
.subbox_item a:after { content: ''; width: 100%;}
.blog_list_le { width: 100%; overflow: hidden;}
.blog_list_le img {display: block; width: 100%; height: 100%; object-fit: cover;  filter: grayscale(75%); transform: scale(1);}
.blog_list_ri h5 {  font-weight: bold;  font-size: 18px;  color: #8782D3;   font-family: "Noto Serif TC",  "Ysabeau Office", sans-serif; }
/*文章縮圖長寬比例*/
.module_i_news li a:hover img, .subbox_item a:hover img { transition: all .7s ease-in-out;  filter: none; transform: scale(1.05);}

.subbox_item a:after {  background: transparent; border-bottom: none;border:none;}
.blog_list_ri p {  letter-spacing: 1px;  font-size: 14px;  color: #000;  line-height: 150%;     font-family: "Noto Serif TC",  "Ysabeau Office", sans-serif;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {  background-color: #BBB9EB;}
.submenu li.on_this_category a, .submenu a:hover {  background: #fff;}
/*文章內頁*/
.blog_back a.article_btn_back { background: transparent; color: #BBB9EB; border: 1px solid #BBB9EB;}
h4.blog_category_title {  font-family: "Noto Serif TC",  "Ysabeau Office", sans-serif;  font-weight: bold;  letter-spacing: 1px; border-bottom: 1px #F2F2F2 solid;  padding: 10px 0; color: #8782D3;   margin-left: 5px;   font-size: 22px; }
.blog_shareData {  margin-bottom: 17px;}
.blog_back a{ font-size: 13px;}
.blog_back a.article_btn_next { background: #BBB9EB;  color: #fff;}
.blog_back a.article_btn_prev {  background: #BBB9EB; color: #fff;}
.lastPage{  background: #BBB9EB;  }
.news_related_list li a{ background: transparent;}
.news_related_list li a img{ filter: grayscale(75%); transition: 0.7s ease-in-out; transform: scale(1);}
.news_related_list li a:hover img { filter: none; transform: scale(1.05);}
.news_related h6 span:before {  color: #606060; font-size: 20px;}
.news_related { background: transparent; padding: 80px 15px 60px;}

@media screen and (max-width:1024px) {
  .blog_subbox {grid-template-columns: 1fr 1fr; gap: 20px 60px;}
  .subbox_item{ margin-bottom: 24px;}
}
@media screen and (max-width:960px) {
  .subbox_item{ border-bottom: 0px;}
  .blog_subbox{ gap: 20px 28px;}
}
@media screen and (max-width:420px) {
  .blog_subbox {grid-template-columns:1fr;}
}
  


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* 聯絡我們 */
.blank_letter{  font-family: "Noto Serif TC",  "Ysabeau Office", sans-serif;  color: #5A56B2; font-size: 21px;} 
.info_TEL:before{  content: "TEL";}
.info_ADD:before {  content: "ADD";}
.info_FAX:before{  content: "FAX";}
.info_MAIL:before{  content: "MAIL";}
.info_TAXID:before{  content: "TAX";}

.list_before.info li{ padding-left: 48px; }
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before{ width: 45px;}
.list_before{ display: flex; flex-direction: column; margin-bottom: 40px;}
.list_before li:nth-child(1) { order: 2;}
.list_before li:nth-child(2) { order: 3;}
.list_before li:nth-child(3) { order: 5;}
.list_before li:nth-child(4) { order: 4;}
.list_before li:nth-child(5) { order: 1;}

.contact_form li{ grid-template-columns:112px 1fr;}
.contact_form li .form__label{ max-width: 105px;}
/* .contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{ display: flex; flex-wrap: wrap;}
.contact_form li input { margin-left: 10px;} */

.contact_form{grid-gap:18px; }
.contact_form li.last blockquote{ color: #BBB9EB;}
.contact_form li.last blockquote, .contact_form li.last cite{ border: 1px solid #BBB9EB;}
.contact_form li.last cite{ color: #fff; background: #BBB9EB;}


@media screen and (max-width:1400px) {
    .contact_page #content .main_part{ padding: 50px 104px;}
}

@media screen and (max-width:1024px) {
    .contact_content form{ display: flex; flex-direction: column; }
    .contact_content .information_left{ width: 100%;}
    .contact_content .information_right{ width: 100%;}
    .contact_content .information_left{ text-align: center;}
    .list_before{ text-align: center;}
    .list_before.info li{ padding-left: 0px;}
    .info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before{ display: none;}
}

@media screen and (max-width:980px) {
    .contact_form li .form__label{ background: transparent;}
}
@media screen and (max-width:768px) {
    .contact_page #content .main_part { padding: 50px 60px;}
}
@media screen and (max-width:500px) {
  .contact_form li .form__label{ width: 160px;}
  .contact_form li{ display: flex;}
  .contact_page #content .main_part { padding: 50px 24px;}
}
@media screen and (max-width:450px) {
    .contact_form li{ display: flex;}
}







.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8;  display: none; }




@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) { 
}




