@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{overflow-x:hidden;  font-family: "Sorts Mill Goudy", Noto Serif TC;}

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/*反白顏色*/
::-moz-selection {
    background-color: var(--titlecolor);
    color: var(--SubColor3);
}

::selection {
    background-color: var(--titlecolor);
    color: var(--SubColor3);
}

&::-webkit-scrollbar {
    background: #181818;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #181818;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #181818;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ccc;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

:root {
    --MainColor: #222222;
    --SubColor: #C2C6C9;
    --SubColor2: #8C8C8C;
    --SubColor3: #282828;
    --titlecolor: #fff;
    --SFont: "Noto Sans TC", sans-serif;
	--SFont2: "Noto Serif TC", serif;
    /*特殊字體*/
    --SFontE: "Oswald", sans-serif;
    /*特殊字體*/
    --pd100: 100px 0;
    --m100: 100px;
    --m50: 50px;
    --m30: 30px;
    --f120: 120px;
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
}

@media (max-width:1024px) {
    :root {
        --m50: 40px;
        --m30: 25px;
        --f120: 110px;
        --f48: 40px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
}

@media (max-width:768px) {
    :root {
        --pd100: 70px 0;
        --m100: 70px;
        --m50: 30px;
        --m30: 20px;
        --f120: 100px;
        --f48: 32px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
    }
}

@media (max-width:600px) {
    :root {
        --pd100: 50px 0;
        --m100: 50px;
        --m50: 25px;
        --f120: 17vw;
        --f48: 28px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
    }
}

@media (max-width:375px) {
    :root {
        --f48: 24px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}

body {
    overflow: overlay;
    font-family: var(--SFont);
    font-weight: 400;
    color: var(--SubColor);
}


/*body.pageIndex #page::before {
        background-image: url(https://pic03.eapple.com.tw/yunjianancar/index_bg.jpg);
}
body.pageIndex #page::before, body.services_page #page::before, body.case_page #page::before, body.other_select_page::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.edit_part {
    padding: 0px !important;
}
.path {
    display: none;
}
#to_top {
    width: 60px;
    height: 60px;
    color: #000000;
    background: transparent;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 0%;
    border: 1px solid #000000;
}
#to_top i:before, #to_top i:after {
    background: #000000;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area {
    padding: 0;
}

.header_area.sticky .main_header_area {
    height: 0px;
    transition: all 0.5s;
}

.header_area .me_tp_features {
    display: block;
    position: fixed;
    top: 33px;
    right: 210px;
    margin-bottom: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 999;
	width:60%;
}

.header_area.sticky .me_tp_features {
    top: 20px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 23px;
    right: 5%;
    z-index: 999;
    transition: all 0.5s;
    pointer-events: all;
}

.header_area.sticky .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    top: 20px;
    transition: all 0.5s;
}

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
}

/*選單設定*/




.header_area{
    padding: 0;
}


.header_area .main_header_area {
    position: fixed;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;
}
.header_area.sticky .main_header_area {
    transition: all 0.5s;
}


.me_tp_features {
  display: none;
}


.header_area .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 20px;
    right: 1%;
    transition: all 0.5s;
    pointer-events: all;
}
.header_area.sticky  .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    top: 27px;
    transition: all 0.5s;
}


/* ham */
.stellarnav .menu-toggle{
    text-align: center;

}
.stellarnav .menu-toggle:after{
    content: "MENU";
    display: none;
    font-size: 12px;
    text-align: center;
    color: #43453D;
    font-family: "Sorts Mill Goudy", "Noto Serif TC";
    margin-top: 10px;
}


.stellarnav.desktop .menu-toggle span.bars span {
    display: block;
    position: relative;
    width: 50px;
    height: 2px;
    border-radius: 6px;
    background: #111010;
    margin: 0;
    margin-bottom: 8px;
    left: 0;
    transition: 0.5s;
}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(1) {
    transition: all  0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.stellarnav.desktop .menu-toggle span.bars span:nth-child(2) {
    opacity: 1;
    width: 25px;
    transition: all 1s;
}
.stellarnav.desktop .menu-toggle span.bars span:nth-child(3) {
    opacity: 1;
    width: 50px;
    transition: all 1s;
}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(2) {
    width: 50px;
    transition: all 1s;
}



/* 漢堡關 */

.stellarnav .menu-toggle span.bars {
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}

/* 未開啟 */

.stellarnav.desktop > ul {
    display: none !important;
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -5;
    transition: all 0.3s;
}
.stellarnav.desktop{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    pointer-events: none;
    transition: 1s;
}
.stellarnav.desktop::before{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: 1s;
}



/* 開啟 */
.stellarnav.desktop.active > ul {
    display: flex !important;
    transition: all 0.3s;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    pointer-events: all;
    width: 20%;
    height: 100%;
    background: transparent;
    padding: 200px 4% 60px;
    padding-top: 130px;
    align-items: center;
}

.stellarnav.desktop.active > ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    background-color: #c7c2b7de;
    backdrop-filter:blur(8px);
    animation: nav-left 0.5s forwards;
}
.stellarnav.desktop.active{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: flex-end;
}
.stellarnav.desktop.active::before{
    content: "";
    width: 100%;
    height: 100%;
    /* background-color: #fff; */
    border-radius: 0;
    /* backdrop-filter: blur(5px); */
    opacity: 1;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}


@keyframes nav-left {
    0%{
        width:  0;
    }
    100%{
        width:  100%;
    }
    
}

@keyframes line-up {
    0%{
        height: 0%;
    }
    100%{
        height: 100%;
    }
}



/* ham close */

.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(1) {
    transform: rotate(-49deg);
    left:0px;
    top: 20px;
    transition: all 1s;
    background: #fff;
}
.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(3) {
    transform: rotate(225deg);
    transition: all 1s;
    background: #fff;
}
.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(2) {
    opacity: 0;
    transition: all 1s;
}


/* 選項 */
.stellarnav > ul > li > a {
    margin: 0 20px;
    padding-left: 0;
    color: #525252;
    display: flex;
    text-transform: uppercase;
    position: relative;
    font-size: 17px;
    line-height: 20px;
    height: auto;
    margin: 0;
    overflow: visible;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    opacity: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    letter-spacing: 5px;
    transform-origin: 0 0;
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    font-weight: 300;
}
.stellarnav > ul > li > a b {
    line-height: 15px;
    height: 20px;
}
.stellarnav > ul > li > a b:nth-child(1) {font-weight: 300;margin-bottom: 5px;}
.stellarnav > ul > li > a b:nth-child(2) {
    font-size: 30px;
    color: #9A907F;
    word-break: keep-all;
    font-family: "Sorts Mill Goudy", "Noto Serif TC";
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    display: block;
    transition: 0.5s;
}
.stellarnav > ul > li > a:hover b:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.stellarnav li {
    opacity: 1;
    width: 100%;
}
.stellarnav > ul > li::before {
    content: "";
    display: none;
    width: 0%;
    height: 1px;
    margin: 15px 0;
    background-color: #43453d21;
    animation: line-left-right 1s forwards linear;
}
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
}

.stellarnav > ul > li > a:hover b {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

/* animate word */
.stellarnav > ul > li{
    opacity: 0;
    animation: slideInUp 1.5s forwards;
    animation-delay: 0.2s;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 0;
}

.stellarnav > ul > li:nth-child(2) {
    animation: slideInUp 1s forwards;
    animation-delay: 0.5s;
}
.stellarnav > ul > li:nth-child(3) {
    animation: slideInUp 1s forwards;
    animation-delay: 1s;
}
.stellarnav > ul > li:nth-child(4) {
    animation: slideInUp 1s forwards;
    animation-delay: 1.5s;
}
.stellarnav > ul > li:nth-child(5) {
    animation: slideInUp 1s forwards;
    animation-delay: 2s;
}
.stellarnav > ul > li:nth-child(6) {
    animation: slideInUp 1s forwards;
    animation-delay: 2.5s;
}
.stellarnav > ul > li:nth-child(7) {
    animation: slideInUp 1s forwards;
    animation-delay: 3s;
}
.stellarnav > ul > li:nth-child(8) {
    animation: slideInUp 1s forwards;
    animation-delay: 3.5s;
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
  
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
  }
/* @keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    from {
      opacity: 0;
      transform: translate3d(3000px, 0, 0) scaleX(3);
    }
  
    60% {
      opacity: 1;
      transform: translate3d(-25px, 0, 0) scaleX(1);
    }
  
    75% {
      transform: translate3d(10px, 0, 0) scaleX(0.98);
    }
  
    90% {
      transform: translate3d(-5px, 0, 0) scaleX(0.995);
    }
  
    100% {
    opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  } */


/* 下拉 */
.stellarnav ul ul {
    border-radius: 5px;
    left: -155px;
    top: 0;
    background: #2c383d;
    box-shadow: 1px 1px 5px #000000b3;
    display: none!important;
}
.stellarnav li li {
    display: block;
    border: 0;
    margin-bottom: -1px;
    background: transparent;
    transition: all 0.3s;
}


.stellarnav li li:nth-child(1) {
}
.stellarnav li li:nth-last-child(1) {
    border-radius: 0 0 5px 5px;
}
.stellarnav li li:hover {
    background: rgba(0, 0, 0, 0.551);
    z-index: 100000;
    transition: all 0.3s;
}

.stellarnav li li a {
    padding: 15px 10px;
    display: block;
    color: #EAE3CE;
    font-size: 14px;
    transition: all 0.3s;
}
.stellarnav li li:hover > a {
    color: #fff;
    letter-spacing: 1.1px;
    transition: all 0.3s;
}


/* 下拉二層 */

.stellarnav ul ul ul {
    top: 0;
    left: 240px;
}
.stellarnav li.has-sub > a:after{
    display: none;
}

@keyframes ul-show {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
    
}


  /* 漢堡條 */
  .stellarnav .menu-toggle span.bars span {background: #111010; width: 32px; height: 2.5px;}
  .stellarnav .menu-toggle:after { color: #111010;}
  
  /* close menu 拉出來 */
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
      background: #9A907F;
      color: #fff;
    }
    .stellarnav .icon-close:before{
      border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after{
      border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
      background: #9A907F;
      backdrop-filter:blur(8px);
    }
    .stellarnav a.dd-toggle .icon-plus:before{
      border-bottom: solid 3px #B8B8B8;
      display: none;
    }
    .stellarnav a.dd-toggle .icon-plus:after{
      border-bottom: solid 3px #B8B8B8;
      display: none;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle{
      padding: 11px;
      top: 14px;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle:before{
        display: none;
    }
    .stellarnav.mobile li.open{
      background: #9A907F;
    }
    .stellarnav.mobile ul ul{
      width: 100%;
      position: relative;
      left: 0;
    }
    .stellarnav.mobile > ul > li{
      border-bottom: 0px;
    }
  
    .stellarnav.mobile li a{ border-bottom: 0px;}
  
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}


@media screen and (max-width:1400px) {
    .stellarnav.desktop.active > ul{
        width: 40%;
    }
}

@media screen and (max-width:768px) {
    .stellarnav > ul > li{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .stellarnav > ul > li > a b:nth-child(2){
        opacity: 1;
    }
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
      background: #c1b9aa;}
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
     background: #c1b9aa;
    }
    .header_area .me_tp_features {
       position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);}
        
    #to_top {    bottom: 8%;}
}

@media screen and (max-width:425px) {
#to_top {    bottom: 10%;width: 50px;height: 52px;}
}

@media screen and (max-width:570px) {
    .header_area .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
        top: 26px;
        right: 3%;
    }
    
}
@media screen and (max-width:380px) {
    .header_area .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
        top: 20px;
        right: 2%;
    }
    
}





/*電腦LOGO
.nav-brand {}
*/
.header_area.sticky .nav-header {
    opacity: 1;
    transition: all 0.5s;
}

.nav-header {
    position: fixed;
    top: 22px;
    max-width: 175px;
    left: 5%;
    opacity: 0;
    transition: all 0.5s;
}

.pageIndex .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
    animation-delay: 2.6s;
}

.pageIndex .header_area.sticky .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
    animation-delay: 2.6s;
}

@keyframes banner-nav-logo {
    0% {
        top: 87px;
        opacity: 0;
    }

    100% {
        top: 22px;
        opacity: 1;
    }
}

/*手機LOGO
.nav-brand-m {}
*/

/*預設解除背景輪播*/
#content {
    background: url(https://pic03.eapple.com.tw/happymainecoon/bbg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.swiper-banner .swiper-slide img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
.nav-header {    max-width: 130px;}
}

@media screen and (max-width: 425px) {.nav-header {max-width: 100px;}}
/*bannerindex/＝＝＝＝＝*/
.swiper-banner .swiper-slide img {animation: none;}
.bannerindex { position:sticky; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide img { height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.bannerindex .swiper-slide:before ,.bannerindex .swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}

.bannerindex .swiper-slide:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/happymainecoon/banner-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}
.bannerindex .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/happymainecoon/banner-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);}


.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {animation:fade-in-elegant  2.5s ease-in-out both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {animation:fade-in-elegant  2.5s ease-in-out both;}
/*上升特效*/
@keyframes slide-top {
    0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
              transform: translateY(100%);
              opacity:0;/*透明度0*/}
    100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
              transform: translateY(0);
              opacity:1;/*透明度顯示*/}
    }
  
    @keyframes fade-in-elegant {
      0% {
          opacity: 0;
          transform: translateY(20px); /* 從下方滑入 */
      }
      100% {
          opacity: 1;
          transform: translateY(0); /* 最終位置 */
      }
  }
  
  @keyframes slide-fade-in {
      0% {
          opacity: 0;
          transform: translateX(-20px); /* 從左側滑入 */
      }
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }
    @keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }

@media screen and (max-width: 1600px) {
    .bannerindex .swiper-slide:nth-child(2):before {
    top: -5%;
    }}

@media screen and (max-width: 1500px) {
    .bannerindex .swiper-slide:nth-child(2):before {width: 80%;top: -10%;}
.navigation {max-width: 1200px;}

}

@media screen and (max-width: 1024px) {.bannerindex .swiper-slide:nth-child(2):before {width:100%;top: 0%;}}


    @media screen and (max-width: 768px) {
      .bannerindex {
          padding-bottom: 0%;
      }}
.bannerindex .swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}





/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.footer {
    background: #f2f2f2;
}
.footer_info {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
}
.footer_logo img{display: none;}
.footer_logo {
    background-image: url(https://pic03.eapple.com.tw/happymainecoon/cat.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s ease-in-out;
    background-position: center;
    height: 140px;
    width: 210px;
    margin: 0 0 15px 0;
}
.box_link {
    display: none;
}

/* footer聯絡資訊&選單 */
.footer_info ul * {
    font-family: "Sorts Mill Goudy", "Noto Serif TC", serif;      
}
.copy, .cppy a, .copy span {
    font-family: "Sorts Mill Goudy", "Noto Serif TC", serif !important;      
}
.footer_info ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: solid 1px #eee;
    padding: 20px 10px 30px 10px;
}
.footer_info li:nth-child(1) {
    display: flex;
    width: 100%;
    max-width: 800px;
    justify-content: space-between;
}
/* .footer_info li p.line:after {
    content: '營業時間 ：預約制';
} */
.footer_info li p {
    color: #4c4c4c;
}
.footer_info li p.line:before {
    content: 'Line ID｜';
}
/* .footer_info li p.phone:before {
    content: '營業時間｜';
}
.footer_info li p.phone a {
    pointer-events: none;
} */
.footer_info li p.add:before {
    content: '地址｜';
}
.footer_menu a {
    color: #a8a8a8;
    letter-spacing: 1px;
    border: 0;
    background: transparent;
    margin: 5px 14px;
}

/* 版權聲明 */
.copy {
    border: 0;
}

/* hover */
.box_link a,
.box_link a:hover,
.footer_menu a,
.footer_menu a:hover,
.copy a,
.copy a:hover {
    transition: all .3s;
}
.box_link a:hover {
    opacity: .7;
}
.box_link a,
.box_link a:hover {
    transition: all .2s;
}
.footer_menu a:hover {
    background: transparent;
    color: #6C756A;
}
.copy a:hover {
    color: #fbcd4f;
}


@media screen and (max-width: 768px) {
    .footer_info li:nth-child(1) {
        flex-direction: column;
        align-items: center;
    }
    .footer_info li p {
        line-height: 200%;
    }
    .footer_menu {
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
    #bottom_menu {display: none;}

}

@media screen and (max-width: 480px) {
    .footer_menu {
        grid-template-columns: repeat(3,1fr);
    }
    .footer {padding: 20px 0 80px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* 原浮動隱藏 */
.linksBtn {display: none;}





/*聯絡我們/＝＝＝＝＝*/
.contact_page .main_part {  max-width: 1500px;}
.contact_content .information_left { display: none;}
.contact_content .information_right {  width: 100%;  padding-left: 0px;}
.contact_content { margin: auto;  padding: 50px 20px;  background: #DDD9CF; background-image: url(https://pic03.eapple.com.tw/happymainecoon/bg.png);
    background-position: center;  background-size: contain;  background-repeat: repeat;   border-radius: 0px;}
.contact_content form.style1 { width: 100%; max-width: 1150px;  margin: 0 auto;}
.contact_form { font-family: "Sorts Mill Goudy", "Noto Serif TC", serif;}
.contact_form li .form__label {  width: 105px; text-align: right;  margin-left: -110px;}
.contact_form li {padding: 0 0 15px 0; padding-left: 110px}
.blank_letter { font-family: "Sorts Mill Goudy", "Noto Serif TC", serif; text-align: center; display: flex; font-size: 22px;  color: #525252;flex-direction: column;  align-items: center;position: relative; padding-top: 60px;}
.blank_letter:before {  content: ""; background: url(https://pic03.eapple.com.tw/happymainecoon/title_img.png); width: 100px;  height: 43px;  position: absolute;  top: 0;}
.contact_form li input.noborder { border: unset;  border-radius: 0px;padding: 10px 0;margin-top: 5px;}
.contact_form li textarea.noborder {  border: unset;}
.note { padding-top: 10px;}
.contact_le_map a {    background: #a98b8d;}
.contact_form li.last cite {background: #000000;}
.contact_form li.last blockquote, .contact_form li.last cite {  border: 1px #000000 solid;}
.contact_form li.last blockquote { background: #ffffff;}
.contact_form li.last {  text-align: center;}
.red{color: #8e5526;}

/*表格*/
.contact_form li .form__label { width: 100%; text-align: left; margin-left: 0px;}
.contact_form li {padding-left: 0px;padding: 0 0 20px 0;}
.contact_content .information_right { padding: 10px;}
.contact_page .form__insert:has(input[type="checkbox"]), .contact_page .form__insert:has(input[type="radio"]) {
    display: grid;  grid-template-columns: repeat(auto-fill, minmax(15px, 15px) minmax(130px, 1fr));  gap: 3px 5px;padding: 10px;align-items: center;}





/* = = = 文章管理1 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.blog_page * ,
.blog_subbox * {
    transition: 1s .5s cubic-bezier(0.42, 0, 0.02, 0.92);
}
.blog_box_edit *{color:#535353;}

/* 文章分類 */
.blog_le * {
    transition: all .3s;
}
.blog_le {
    display: block;
    width: 100%;
}
h5.blog_le_t {
    display: none;
}
.blog_search {
    max-width: 220px;
    margin: 0 auto;
}
.blog_search input[type=search] {
    border: solid 2px #efefef;
}
.blog_search input[type=submit] {
    background-image: url(https://pic03.eapple.com.tw/NinisStudio/article_search.svg);
    background-color: #efefef;
    border-radius: 50%;
}
.blog_le .accordion {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: 0;
    border-top: solid 1px #d8d8d8;
    border-radius: 0;
    margin-top: 40px;
}
.blog_le .accordion > li {
    width: calc(100% / 6 - 10px);
    font-family: "Sorts Mill Goudy", Noto Serif TC;

}
.blog_le .accordion > li+li {
    margin-right: 12px;
}
.accordion li+li .link {
    border: 0;
}
.accordion li .link a {
    display: inline-block;
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    color: #525252;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.blog_le .accordion li .link i {
    display: inline-flex;
    position: relative;
    font-size: 18px;
}
.accordion li .fa-chevron-down::before {
    content: "+";
    color: rgb(76, 76, 76);
}
.accordion li.on_this_category .fa-chevron-down::before {
    content: "—";
}
.blog_le .accordion li.on_this_category.open i.fa-chevron-down::before {
    content: "+";
}
.submenu {
    background: #f6f6f6;
}
.submenu li {
}
.submenu li+li {
    border-top: 0;
}
.submenu a {
    padding: 12px 12px 12px 25px;
}
.submenu a i {
    left: 10px;
    top: 45%;
}
.fa-circle-chevron-right::before {
    content: "–";
}

/* 文章分類 - hover */
.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a {
    color: #4c4c4c !important;
}
.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category {
    background: transparent !important;
}
.blog_le .accordion > li:hover .link i, 
.blog_le .accordion > li.on_this_category .link i {
    color: #4c4c4c!important;
}
.blog_le .accordion > li:hover .link a,
.blog_le .accordion > li:hover .link i.fa-chevron-down::before {
    color: rgba(76, 76, 76, 0.7) !important;
}
.fa-chevron-down::before, 
.blog_le .accordion li.open i.fa-chevron-down::before {
    transition: all .3s;
}
.blog_le .accordion li.open i.fa-chevron-down::before {
    content: '—';
    transform: rotate(180deg);
}
.submenu li.on_this_category a, 
.submenu a:hover {
    color: #4c4c4c;
    background: #e5e5e5;
}

/* .blog_le .accordion li.open i.fa-chevron-down::before {
    content: '—';
} */


/* 文章列表 */
.blog_ri {
    width: 100%;
}
.blog_subbox {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px 50px;
}
.subbox_item a {
    grid-template-columns: 1fr;
}
.subbox_item a:before {
    display: none;
}
.subbox_item a:after {
    content: 'READ MORE';
    position: relative;
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    font-size: 12px;
    color: #9A907F;
    text-align: right;
    letter-spacing: 2px;
    border: 0;
    border-bottom: 1px #9A907F solid;
    padding: 15px 0;
    opacity: 1;
}
.subbox_item a:after{background: rgb(255 255 255 / 0%);}
.blog_list_le {
    overflow: hidden;
}
.blog_list_ri em {
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    display: block;
    position: absolute;
    top: -30px;
    width: 100%;
    font-size: 13px;
    text-align: right;
    letter-spacing: 1.5px;
    padding: 0 3px;
}
.blog_list_ri h5 {
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    font-size: 17px;
    color: #525252;
}
.blog_list_ri p {
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    line-height: 150%;
    margin-top: 10px;
    color: #525252;
}

/* 文章列表 - hover */
.blog_list_le:hover img {
    transform: scale(1.1);
}



/* ----blog_in_page---- */
h4.blog_category_title {
    font-size: 22px;
    font-weight: 600;
    color: #4c4c4c;
    letter-spacing: 1px;
}
.blog_shareData {
    flex-direction: row;
}
.blog_back {
    max-width: 500px;
    padding-top: 50px;
    margin: 0 auto;
}
.blog_back * , 
.lastPage * {
    transition: all .3s;
}
.article_related_list * {
    transition: 1s .5s cubic-bezier(0.42, 0, 0.02, 0.92);
}
.blog_back a.article_btn_prev, 
.blog_back a.article_btn_next {
    background: transparent;
    color: transparent;
    position: relative;
}
.blog_back a.article_btn_back {
    position: relative;
    color: #4c4c4c;
    font-weight: bold;
    letter-spacing: 2px;
    background: transparent;
}
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before {
    display: block;
    position: absolute;
    width: 30px;
    top: 30%;
    aspect-ratio: 30 / 7;
    background-repeat: no-repeat;
}
.blog_back a.article_btn_prev:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/happymainecoon/left-arrow.svg);
    right: 20px;
}
.blog_back a.article_btn_next:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/happymainecoon/right-arrow.svg);
}


/* ----blog_in_page-相關推薦---- */
.news_related {
    background: transparent;
}
.news_related h6 {
    border-top: solid 1px #d8d8d8;
    padding: 20px 0;
}
.news_related h6 span:before {
    content: '其他回饋';
    font-size: 22px;
    font-weight: 600;
    color: #4c4c4c;
    letter-spacing: 1px;
}
.news_related_list li a {
    background: transparent;
}
.news_related_list li a p {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
    padding-top: 10px;
}
.lastPage {
    color: #4c4c4c;
    background: rgba(244 244 244 / 0);
    border: solid 1px #999999;
}

/* ----blog_in_page-hover---- */
.blog_back a:hover {
    opacity: .7;
}
.news_related_list li a:hover img {
    transform: scale(1.1);
}
.lastPage:hover {
    background: rgb(244 244 244);
}


@media screen and (max-width: 1100px) {
    .blog_le .accordion > li {
        width: calc(100% / 4 - 10px);
    }
}

@media screen and (max-width: 960px) {
    .subbox_item {
        border: 0;
    }
}

@media screen and (max-width: 768px) {
    h5.blog_le_t, .blog_le .accordion {
        display: none;
    }
    .blog_search input[type=search] {
        -webkit-appearance: none;
        background: transparent;
    }
    .blog_subbox {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 60px 30px;
    }
}

@media screen and (max-width: 480px) {
    .subbox_item a:after {
        padding: 15px 0 8px;
    }
}

@media screen and (max-width: 380px) {
    .blog_subbox {
        grid-template-columns: repeat(1, 1fr);
    }
}




/*相簿*/

.other_album {
    display: none;
}

.show-list .item
{background-color: #ffffff00;}

.show-list .item a {
    text-align: center;
}

.other_subalbum li a p {
    letter-spacing: 1px;
    padding-top: 21px;
    padding-bottom: 13px;
    border-bottom: 1pt solid #8aa2b5;
}


.show-list .item a {

    padding-top: 43px;
}


.subalbum-menu h2 {
    font-size: 20px;
    color: #575757;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    font-weight: 400;
    background: #f0f0f094;
    padding: 10px 0px;
}

.show-list .show_name {
    font-weight: 400;
    color: #525252;
    font-family: 'Noto Serif TC';
}

.show-list .item:hover .show_name {
    color: #444;
}

.other_album_choice li {
    background: #8aa2b5;
}

.other_album_choice li:hover {
    background: #243a57;
}


.other_album_choice li a {
    color: #fff;
    letter-spacing: 1px;
}


.pic-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}


.pic-list .show_pic {
    border-radius: 10px;
}





/*相簿外層特效*/


.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
    transition: opacity 0.1s, transform 0.1s;
  }




  .overlay:hover:before {
    opacity: 1;
    transform: scale(1);
    

}

.show-list .item a:hover .show_pic img {
    transform: translate(0%, 0%) scale(1.15);
    filter: none;
    transition: all .6s;
}
    
.show_pic img {
    transition: all .6s;
}





/* =============== ▼ BANNER ▼ =============== */

/* ＝＝＝ 【【  版型設定(動畫圖+線條) ↓↓↓  】】 ＝＝＝ */
.banner {
    background: #fdfcfb;
    width: 100%;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.banner::after {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/happymainecoon/banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes bgScroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* 按鈕名稱 */
.banner h5 {
    position: relative;
    z-index: 999;
    font-family: "Sorts Mill Goudy", "Noto Serif TC";
    color: #fff;
    letter-spacing: .6rem;
    text-shadow: 0px 0px 5px rgba(22 18 16 /20%);
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 30px;
    font-size: 40px;
    font-weight: 600;
}

/*偽元素*/


.banC h5::after {
    content: "RESERVE";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    font-size: 90px;
    font-weight: 400;
}


.banF h5::after { content: "CART";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    font-size: 90px;
    font-weight: 400;} 

.banE h5::after { content: "PHOTO";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    font-size: 90px;
    font-weight: 400;} 

.banblog h5::after { content: "NEWS";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    font-size: 80px;
    font-weight: 400;} 


@keyframes wave-reveal {
    0% {
      clip-path: inset(0 0 100% 0);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {
    .banner h5 {font-size: 40px;}
    .banner h5::before {font-size: 14px;}
}
@media screen and (max-width: 768px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 60px;} 
    .banE h5::after {font-size: 60px;} 
    .banC h5::after {font-size: 60px;} 
}


@media screen and (max-width: 568px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 40px;} 
    .banE h5::after {font-size: 40px;} 
    .banC h5::after {font-size: 40px;} 
}

@media screen and (max-width: 425px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 30px;} 
    .banE h5::after {font-size: 30px;} 
    .banC h5::after {font-size: 30px;} 
}


@media screen and (max-width:320px) {
    .banner h5 {font-size: 20px;}
    .banner h5::before {font-size: 12px;} 
}



/* ▼ 購物車 (選單在左) START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* +++ 商品目錄頁 ---------------------------------------- */

.clearfix:before,
.clearfix:after{
    display: none;
}

/*布局設定 ----------*/
/*分類區塊*/
.product_page .product-layer-two {
    /*width: min(220px,25%);/*寬度最大是 220px，否則就使用 25%*/
    display: inline-block;
    vertical-align: top;
    min-height: 30vw;
    scrollbar-gutter: stable;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0px;
}

/*商品區塊*/
.product_page .products-list {
    width: max(calc((100% - 220px ) - 30px),75%);
    /*寬度最小是 全部-分類區塊-30px，否則就使用 75%*/
    padding: 0 0 0 30px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1vw;
    margin: 0 auto;
}

/*商品區塊 ----------*/

/*商品卡片區塊*/
.products-list .item {
    width: 100%;
    background-color: transparent;
    position: relative;
    padding: 0;
    margin: 0 0 1rem 0;
}

.products-list .pic{
    border-radius: 0px;
}

/*商品名稱*/
.products-list .name {
    text-align: center;
    color: #414141;
    height: unset;
    margin-top: .5rem;
}

/*隱藏-詳細資料按鈕*/
.products-list .more{
    display: none;
}

/*價格*/
.products-list .price b{
    color: #59514c;
}

/*置中*/
.products-list .price{
    text-align: center;
    margin: .25rem 0;
}

/*隱藏-原價*/
.products-list .ori_price{
    display: none;
}

/*左側分類目錄 ----------*/

/*主分類按鈕*/
.product-layer-two > li {
    width:100%;
    max-width:100%;
    padding:0;
    text-align:left;
    margin: .25rem 0;
}

/*主分類文字樣式*/
.product-layer-two li a {
    background: transparent;
    transition: ease-in-out 0.3s;;
    color: #414141;
    border: none;
    padding: .75rem 1rem ;
}

.product-layer-two li ul{
    position: static;
}

/*hover選取*/
.product-layer-two li a:hover ,
.product-layer-two li.active a {
    transition: ease-in-out 0.3s;;
    border: none;
    color: #414141;
}

.product-layer-two li a:hover, .product-layer-two li.active a:hover{color: #a59e91;}


/*次分類按鈕*/
.product-layer-two li li {
    background: transparent;
    transition:ease-in-out 0.3s;;
    display: block;
    border: none;
    margin: 0px;
}

/*次分類文字*/
.product-layer-two li li a ,
.product-layer-two li.active li a {
    background: transparent;
    transition:ease-in-out 0.3s;;
    color:   #BEBEBE;
    padding: .5rem 1rem .5rem 2rem;
    word-break: break-all;
}

/*次分類 hover-文字變色*/
.product-layer-two li li:hover > a {
    background: transparent;
    transition:ease-in-out 0.3s;;
    color:#414141;
}

/*次分類圖標 ►*/
.product-layer-two li li > a:before {
    content: " ";
    position: absolute;
    width: .5rem;
    height: .5rem;
    background: #BEBEBE;
    left: 1rem;
    margin-left: 0px;
    top: 50%;
    margin-top: -.25rem;
    clip-path: polygon(0 0, 100% 50% , 0 100%);
    transition: ease-in-out 0.3s;;
}

.product-layer-two li li:hover > a:before {
    background:#414141;
}

/*首頁嵌入 ----------*/

.pageIndex .products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
    margin: 0 auto;
    padding: 1rem 2%;
}

/*關掉上下間距*/
.pageIndex .products-list .item{
    margin: 0;
    padding: 0;
}

/*最多顯示4個*/
.pageIndex .products-list .item:nth-child(n+5){
    display:none;
}

/*背景*/
.pageIndex .prod_part{
    background:transparent;
    margin-bottom: 120px;
}


.subbox_item:hover .blog_list_le, .module_i_news li:hover .i_blog_le, .show-list .item a:hover .show_pic, .other_subalbum li:hover a div, .pic-list .item a:hover .show_pic, .products-list .item:hover a .pic, .related_list li a:hover img

{border: 6px solid  #414141; transition: ease-in-out 0.25s;}


.inquiry_a1 {background: #000000;}
.inquiry_a2 {background: #797979;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #8f887d;}

/* RWD＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media screen and (max-width: 1024px) {
/*商品目錄-2欄*/
.product_page .products-list {
    grid-template-columns: repeat(2,1fr);
}
}

@media screen and (max-width: 768px) {
/*關掉左側分類*/
.product_page ul.product-layer-two {
    display: none;
}

/*商品目錄區塊*/
.product_page .products-list {
    width: 100%;/*擴大*/
    padding: 0;/*取消左側留白*/
    grid-template-columns: repeat(2,1fr);
}
}

@media screen and (max-width: 570px) {
/*商品目錄-2欄*/
.pageIndex .products-list,
.product_page .products-list{
    grid-template-columns: repeat(1, 1fr);
}
}

@media screen and (max-width: 300px) {
/*商品目錄-1欄*/
.pageIndex .products-list,
.product_page .products-list{
    grid-template-columns: 1fr;
}
}

/* +++ 商品詳情頁 ---------------------------------------- */

/*布局設定 ----------*/
/*隱藏-左側目錄*/
.product_info_page .product-layer-two {
   display: none;
}

/*商品區塊填滿*/
/*.product_info_page .products-list,*/
.product-wrapper {
     width: 100%;
}

.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;
    height: 50px;
}

/*商品圖 ----------*/

/*隱藏-首圖白色框*/
.bx-wrapper .bx-viewport{
    border: 5px solid transparent ;
    background:transparent;
}

/*隱藏-"商品圖像"字樣*/
.product_pic #bx-pager .block,
.product_pic #bx-pager h6 {
    display: none;
}

/*商品側邊規格 ----------*/
/*資訊框樣式*/
.sidebarBtn {
    background:transparent;
    border: none;
    padding: 2rem 0px 1rem 0px;
}

/*隱藏-手機板商品名稱*/
.mobile_product_name{
    display: none;
}

/*商品名稱置左*/
.sidebarBtn h2{
    text-align: left;
    padding-bottom: 10px;
}

.product_info li .txt_box {
    color: #414141;
    width: 100%;
}

/*型號*/
#number_area{
    olor: #414141;
}

/*價格*/
.sidebarBtn .sp_price,
.sidebarBtn .price{
    color: #59514c;
}

/*有特價時的原價*/
.sidebarBtn .ori_price{
    color: #BEBEBE;
    text-decoration:line-through;
}

/*客戶編輯器 ----------*/
/*隱藏-商品資訊標題*/
.product_info_page ul li:first-of-type .prod-thumb {
    visibility: hidden;
}

/*商品 QA ----------*/

/*隱藏-QA區塊*/
.product_info_page ul li:last-of-type .prod-thumb,/*標題*/
.half_box/*表單*/,
.qaform/*詢問紀錄*/{
    display: none;
}

/*打開-QA區塊*//*
/*表格標題*//*
.product_info_page ul.prod li h3.prod-thumb {
    color: #414141;
    background: transparent;
    border-bottom: 2px #414141 solid;
    margin-bottom: 50px;
}
/*表格左右內縮*//*
.qaform {padding: 0 5%;}
/*按鈕文字回正*//*
.productBtn{padding: 0;}

/*相關商品推薦 ----------*/
/*區塊*/
.prod_related {
    background: var(--sub2-color);
    padding: 50px 5%;
}

/*相關推薦標題*/
.prod_related h6 span:before{
    content: '相關推薦';
    color: #414141;
}

/*布局 ----------*/
.related_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
    padding: 1rem 0;
}

.related_list li {
    width: 100%;
    padding: 0;
    transition: ease-in-out 0.3s;;
}

.related_list li a {
    padding: 0;
    background: transparent;
    transition: ease-in-out 0.3s;;
}

/*相關推薦商品標題*/
.related_list li a p {
    margin-top: .5rem;
    color: #414141;
}

/*按鈕*/
.lastPage{
    margin: 1rem auto;
}

/*客製-顯示價格不購物車 ---------*/

/*隱藏-商品規格標題*//*
.product_info_page .product_info li span {
    display: none;
}

/*隱藏-數量*//*
.product_info_page .product_info li:last-of-type {
    display: none;
}

/*隱藏-購物車按鈕*//*
.me_tp_features a.tp_btn_cart,
.inquiry_a3{
    display: none;
}


/* RWD＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media screen and (max-width: 570px) {
/*相關商品推薦 ----------*/
/*區塊*/
/*.prod_related {
    padding: 40px 15px 50px 15px;
}*/

/*相關推薦-22排列*/
.related_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1vw;
}
.related_list li a p{
    margin-top: 0px;
}


}
/* ▲  購物車 (選單在左) END ▲ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */