@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: #CEC9B9;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #CEC9B9;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #CEC9B9;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #B8926B;
}

&::-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: #b6916e;
    background: #ffffff75;
    border-radius: 100%;
    box-shadow:unset;
}
#to_top i:before, #to_top i:after {
    background: #b8926b;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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 {
   display: none;
}

.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: #797779;
    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: #CEC9B9;
    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: #777777;
    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: 18px;
    color: #aeaa9d;
    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: #b9aa93; 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%;
    }
    
}



div#page:before {
    display: block;
    content: " ";
    position: fixed;
    left: -50%;
    top: -50%;
    width: 200vw;
    height: 200vh;
    background-image: url(https://pic03.eapple.com.tw/ritanail/bg_imp.png);
    pointer-events: none;
    opacity: 0.5;
    z-index: 10000000000000000000;
    -webkit-animation: grain 2s steps(6) infinite;
    animation: grain 2s steps(6) infinite;}



/*電腦LOGO*/
/*.nav-brand {    filter: brightness(100);}*/
/*#content_main {    background: #B8926B;}*/

.header_area.sticky .nav-header {
    opacity: 1;
    transition: all 0.5s;
}

.nav-header {
    position: fixed;
    top: 22px;
    max-width: 320px;
    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/ritanail/bg.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: absolute; 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/ritanail/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/ritanail/banner-02.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: 100%;top: 0%;}
.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;}

.tp_links{display: none;}
/*.tp_links a {color: #F0F0E4;}*/




/*內頁BANNER 設定*/
.banner {
    padding: 15vw 0 10vw 0;
    position: relative;
    background: rgba(0,0,0,5%) no-repeat fixed;
    color: var(--second-color);
    background-size: 100%;
  }
  
  .banner h5 {
    font-weight: normal;
    font-size: 18px;
    top: 50%;
    left: 60%;
    transform: translate(100%, 70%);
    width: 30vw;
    max-width: 100%;
    font-family: "El Messiri", "NOTO serif TC";
    letter-spacing: 3px;
    color: #777777;
    display: flex;
    flex-direction: column;
  }

  .banner.banF h5:after {content: "PRODUCT";}
  
  .banner h5:after {
    content: "CASES";
    font-size: 5em;
    display: block;
    font-weight: 300;
    writing-mode: horizontal-tb;
    letter-spacing: 5px;
    padding-left: 12px;
    color: #777777; 
  }
  
  /*文章-最新消息*/
  .blog_page  .banner h5:after, .blog_in_page  .banner h5:after {  content: "NEWS";}
  .banner.banblog {background: url(https://pic03.eapple.com.tw/ritanail/bn3.jpg) no-repeat fixed;background-size: 100%;}
  
  /*相簿-成效對比*/
  .album_page  .banner h5:after, .album_info_page  .banner h5:after {  content: "CASES";}
  .banner.banE {background: url(https://pic03.eapple.com.tw/ritanail/banE.jpg) no-repeat fixed;background-size: 100%;}
  /*購物車-產品*/
 /*.banF {background: url(https://pic03.eapple.com.tw/ritanail/bn0002.jpg) no-repeat fixed;background-size: 100%;}*/
 .banF { display: none;}

  body.contact_page.bodyDesktop .banner h5:after {  content: "Contact";}
  .banner.banC {background: url(https://pic03.eapple.com.tw/ritanail/bn.jpg) no-repeat fixed;background-size: 100%;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 1440px){
    .banner h5 {
        transform: translate(100%, 35%);
        left: 50%;
    }
    .banner h5:after{    font-size: 4em;}


    }
    
    @media screen and (max-width: 1200px){
    .banner h5 {
        transform: translate(85%, 20%);
    }
    }
    
    @media screen and (max-width: 1024px) {
    .banner {padding: 5vw 0;}
    .banner h5 {font-size: 14px;}
    .banner h5:after{    font-size: 4em;}
    }
    
    @media screen and (max-width: 768px) {
     
    .banner h5:after {
        font-size: 3em;
    }
    
    .banner {
      padding: 5vw 0 0vw 0;
    }
    
    .banner.banblog,
    .banner.banE,
    .banner.banB{
      background-size: 100%;
      object-fit: cover;
    }
    
    .banner h5 { transform: translate(0%, 15%);   letter-spacing: 0px;    width: 31vw;}
  
    }
  

    @media screen and (max-width: 425px) {
        .banner h5 {
            transform: translate(0%, 0%);font-size: 10pt;   width: 60vw;}
        
        .banner.banblog, .banner.banE, .banner.banB {
                background-size: 125%; }

        .banner {        padding: 25vw 0 0vw 0;}
        
        }
        @media screen and (max-width: 320px) {
            .banner h5 {
                transform: translate(0%, 0%);}
    
    }






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 開場 */
.pageIndex .bannerindex {
    position: sticky;
    background: #ffffff;
}

.pageIndex .swiper-banner {
    position: sticky;
    margin: 0;
    height: auto;

}

.pageIndex .swiper-slide {
    background-color: #ffffff;
}

.pageIndex .swiper-banner .swiper-slide img {
    width: 100%;
    position: relative;
    height: auto;
    bottom: 0px;
    opacity: 1;
    /*transform: none !important;*//*大圖放大動畫*/
}

@keyframes banner-up {
    0% {
        bottom: -1000px;
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }

}


body.pageIndex:before {
    content: ' ';
    position: fixed;
    z-index: 999999991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    animation: fadein 3s 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/ritanail/op-logo.png) center / cover no-repeat;
    animation: fadeease 3s forwards;
}

@keyframes fadeease {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 1;
    }

    60% {
        opacity: 0;
        pointer-events: auto;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}

/* 首頁文章管理＝＝ */
.module_i_news {
    background-color: #e7e2dc;}
.module_i_news .title_i_box h4 {
    display: flex;
    flex-direction: column;
    font-size: 26px;
    color: #ada693;
    font-weight: bolder;
    position: relative;
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    font-weight: 600;
}

.module_i_news .title_i_box h6{display: none;}

.module_i_news .title_i_box h4::before {
    content: "News";                 /* 英文標題 */
    font-size: 40px;                 /* 英文比中文大一點 */
    font-weight: bold;
    line-height: 1.2;
    margin-top: 5px;                 /* 與中文標題間距 */
    font-family: 'Sorts Mill Goudy';
}

.module_i_news li a:after{background: rgb(199 191 173 / 43%);}

.pageIndex .i_blog_ri h5 {
    font-weight: bolder;
    font-size: 20px;
    color: #ada693;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    font-family: 'Noto Sens TC';
    text-decoration: underline;
}

.module_i_news li a:before{    font-family: 'Sorts Mill Goudy';}

.pageIndex .module_i_news ul, .blog_subbox {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.pageIndex .module_i_news li a {
    position: relative;
    display: flex;
    grid-gap: 10px;
    flex-direction: row;
    background: #ffffff3b;
}
.pageIndex .i_blog_le, .blog_list_le {
    display: none;
}

.pageIndex .i_blog_ri {
    display: flex;
    gap: 20px;
    padding: 5px;
}

.pageIndex .i_blog_ri > :nth-child(1) {
    flex: 0 0 100px; /* 第二格固定 200px */
    max-width: 100px;
}

.pageIndex .i_blog_ri em {
    order: -1;
    font-size: 14px;
    color: #999;
    font-style: normal;
    display: block;
    margin: 7px 0;
}

.pageIndex .i_blog_ri p {
    font-size: 15px;
    color: #666;
    line-height: 200%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
}

.animated-arrow{    background: #c7bfad;}


@media screen and (max-width:430px) {
.pageIndex .i_blog_ri {
    display: flex;
    gap: 10px;
    padding: 5px;
    flex-direction: column;}

.pageIndex .i_blog_ri > :nth-child(1) {
    flex: 0 0 30px;
    max-width: 100px;
}}


/* 首頁商品＝＝ */
.i_prod_tit h2, .i_video_tit h2 {
   font-family: 'Sorts Mill Goudy';
    font-size: 28px;
    color: #ada693;
    letter-spacing: 3px;}

.i_prod_tit span, .i_video_tit span {
    letter-spacing: 3px;
    font-size: 26px;
    color: #ada693;
    font-family: 'Noto Serif TC';
    font-weight: 700;
}

.i_blog_b a {    font-family: 'Noto Serif TC'; letter-spacing: 4px;}


/*footer*/
.footer{ background: url(https://pic03.eapple.com.tw/ritanail/footer.jpg) center / cover no-repeat; padding: 50px 0 0;}
.copy {
    color: #B8926B;
    border-top: 1px #B8926B solid;
}
.copy a{color: #B8926B;}
.copy a:hover {color: #927252;}
.footer_menu a:hover {
    background: none;
    color: #B8926B;
    font-weight: 500;
}
.footer_menu a {    
    font-family: 'Noto Serif TC';
    display: inline-block;
    padding: 5px 7px 5px 15px;
    border: none;
    margin: 0px 4px 4px 0px;
    font-size: 14px;
    line-height: 100%;
    color: #777777;
    background: none;
    border-left: 1px #B8926B solid;
    transition: all 0.3s;}

.footer .fix_ri a{
    transition: all 0.3s;
}

.box_link{
    display: none;
}


.footer {
    border-top: 1px solid #B8926B;
}
.footer_info ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;

}

.footer_info li {
    display: block;
    padding: 10px 0 10px 0;
    font-family: 'Noto Serif TC';
}

.footer_info li p a {
    color: #777;
}
.footer_info li p {
    color: #777;
}
.footer .center {
    position: relative;
    max-width: 90%;
}
.footer .center {
    position: relative;
    max-width: 90%;
    padding: 30px 0;
}
.footer_info {
    padding: 0;
    display: flex;
    grid-gap: 20px;
    padding-right: 0;
    flex-wrap: wrap;
}
.footer_info li:nth-child(2) {
    position: absolute;
    right: 0;
    top: 14px;
}
.footer_menu a:nth-child(1) {
    display: none;
}
.footer_menu a:nth-child(2) {
    border: none;
}


.footer_info ul {margin: 20px 10px;text-align: left;}
#content_main { background: rgb(215 211 201);}

.footer iframe { display:none;}
.box_link { display: none; }

.footer_info li p.add2:before{    content: '營業時間：';}


@media screen and (max-width: 768px) {
.footer_info li:nth-child(2) {
    position: relative;
    }
    .footer_menu a:nth-child(2) {
        border-left: 1px #777 solid;
    }

    .fix_ri {width: 100%;
        bottom: 10px;
        left: 0%;
        justify-content: right;
        gap: 0px;
    }

    }


.linksBtn{display: none;}




/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*購物車列表*/
.product_page .main_part {    padding: 100px 20px;}
.product_page  .show_content {    display: flex;     gap: 20px; flex-direction: row;}
.page {
    margin: 40px auto;
    font-size: 16px;
    color: #f3e9df;
    text-align: center;
    display: flex;
    justify-content: end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.page li a, .page li strong{  color: #f3e9df;}
.prod_part {  width: 100%; padding: 100px 20px 100px 20px; max-width: 1400px;}
.products-list {  display: grid;  gap: 30px;  grid-template-columns: 1fr 1fr 1fr 1fr; padding: 0px 0 0;}
.products-list:before{content:none;}
.products-list .item {width: 100%; background: none; padding: 14px;}
.products-list .pic{border: 0px solid #e1e1e1; border-radius: 20px;}
.products-list .pic img {transition: 0.5s;    border-radius: 20px;}
.products-list .name {height: auto; font-size: 20px; margin-top: 20px;color: #9b9890; font-family: "Sorts Mill Goudy", Noto Serif TC;font-weight: 600;}
.product_page .products-list {  width: 100%;}
.products-list .more { border: unset;text-align: left; color: #9b9890; background: transparent; border-radius: 2px;margin-top: 15px; padding: 10px 5px;position: relative;  border-top: 1px solid #afa08b;font-family: "Sorts Mill Goudy", Noto Serif TC;}
.products-list .more:after { position: absolute; content: "+"; border-radius: 99em; background: transparent; right: 5px; left: auto; bottom: 10px; top: auto; border: 1px solid #777777; height: 20px;
   width: 20px; color: #9b9890;  display: flex;  align-items: center;  justify-content: center;  padding: 10px;}
.products-list .pic:before {
  content: ""; right: 0; top: 0; position: absolute; background: url(https://pic03.eapple.com.tw/ritanail/go.png) #ffffffa6;
  width: 50px; height: 50px; background-repeat: no-repeat; background-size: auto; background-position: center;transition: 1s;opacity: 0; z-index: 99;}

/*hover*/
.products-list .item a:hover .more { background: transparent;color: #beac97;}
.products-list .item a:hover .more:after {  border: 1px solid #B79C7B; color: #beac97;letter-spacing: 0;}
.products-list .item a:hover .pic img { transform: scale(1.05); border-radius: 20px;}
.products-list .item a:hover .pic:before { opacity: 1; border-radius: 20px; }


/*價格*/
.products-list .price {  display: flex;  margin-bottom: 5px;  align-items: center;  justify-content: flex-start;  flex-wrap: wrap; font-family: "Sorts Mill Goudy", Noto Serif TC;} 
.products-list .price b {  margin: 0 5px;  line-height: 180%;  text-align: center; color: #c1a987;}
.products-list .price b.ori_price {  font-size: 14px; color: #c1a987;}

/*側邊分類*/
.product-layer-two li ul {  position: absolute;padding-top: 1px; background:rgb(228 228 220 / 80%);display: none; transition: all 0.3s ease-in-out;}
.product-layer-two li li {  border: none;background: transparent;width: 100%;}
.product-layer-two li li a{  background: transparent; font-size: 16px;}
.product-layer-two li li:hover a{color: #858585; font-weight: 500;}

.product-layer-two {  width: 100%;  margin: 0;}
.product_info_page .product-layer-two {  display: none;}
.product-layer-two li { margin: 5px 10px 0 0;}
.product-layer-two > li.active {  background: #fbfbfb00;}
.product-layer-two li.active a {  border: unset;border-bottom: 1px dotted #B79C7B !important;}
.product-layer-two li a { font-family: "Sorts Mill Goudy", Noto Serif TC; color: #777777;  border: none;  background: transparent; border-bottom: 1px dotted #B79C7B; transition: all 0.3s;  line-height: 200%;  transition: all 0.3s;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #B79C7B;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #B79C7B; color:#B79C7B;}

/*選單多符號*/
.product-layer-two > li > a:after { content: '+'; position: absolute; top: 6px; right: 27px; color: #777777;}
.product-layer-two > li:hover> a:after { content: '–';}

/*選單hover再展開*/
.product-layer-two > li:hover ul {display: block; transition: all 0.3s ease-in-out;}

/*購物車/內層＝＝*/
ul.prod li h3.prod-thumb {padding: 7px 10px 15px; background: none; text-align: left; border-bottom: 1px solid #c2c2c2;}
ul.prod li .prod-panel {padding: 20px 10px 40px; font-family: "微軟正黑體";} 

/*按鈕顏色*/
.inquiry_a1{background: #B79C7B;  font-family: "Sorts Mill Goudy", Noto Serif TC;}
.inquiry_a2{background: #B79C7B;}
.inquiry_a3{background: #999;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #B79C7B;}
.lastaction {  color: #684d38;  background-color: #eae1d0;}
.nextaction {  background-color: #B79C7B;}
.lastPage {  background: #b9aa93; border-radius: 2px;}
.related_list li a p{ font-family: "Sorts Mill Goudy", Noto Serif TC; font-weight: 600; color: #a07462;}

/*商品側邊規格*/
.product_info li .txt_box {  color: #B79C7B;  width: 100%;}
.sidebarBtn .sp_price { color: #B79C7B;}
.mobile_product_name{font-size: 24px;}
.sidebarBtn .price {letter-spacing: 0px; color:#525261; border-bottom: 1px solid #e6e6e6;}
.sidebarBtn .price span {  display: block; padding: 5px 2px;}
.sidebarBtn h2 {color: #525261; font-family: "Sorts Mill Goudy", Noto Serif TC;}
.sidebarBtn {border: unset;    background: #ffffff57}
div#number_area {color: #B79C7B;}

.product_pic #bx-pager a {border:0px solid #e9e9e9; overflow: hidden;}
#bx-pager h6 {display: none;}
.qaform .breakF {background: #ffffff;}
.page strong, .page a:hover{background: #b9aa93;}


/*相關推薦*/
.prod_related h6 span:before { font-family: "Sorts Mill Goudy", Noto Serif TC;
    font-size: 22px;
    color: #b69c7d;
    font-weight: 600;
    letter-spacing: 2px;}
.prod_related {padding: 45px 15px 25px 15px; background: none;}
.list .show_name {transform: translate(0%, 160%);}

.car_page .information_left{display: block;}

/*內頁*/
.half_box {width: 100%;}
.half_box li.btn_blankTop {margin-top: 25px; display: flex;}
.bx-wrapper .bx-viewport {background: #f6f5f3; border: 5px solid #f6f5f3;}
.related_list li a {padding: 10px; background: #f6f5f3;}
.pd_tabTitle li.activeTab a{color: #b69c7d; font-weight: 700;}
.pd_tabInner_contain {color: #b69c7d;  font-family: 'Noto Serif TC'; letter-spacing: 0.5px;}
.pd_tabTitle li.activeTab::after{    background: #b8aa95;height: 1px;}
.pd_tabTitle li a{color: #e3e3e3;}
.pd_tabTitle li::after{    background: #b3a591;}


/*QA*/
input.productBtn.lastaction { margin-right: 20px;}

/* = = = 購物頁面+匯款通知 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.send_simple {background: #B79C7B;}
.rewrite_simple {background: #ada8a7;}
.car_page .red , .red{ color: #b0413e;}
.separate_title .note {padding-left: 0px; text-align: left;}
.note {text-align: center; width: 100%; display: block;}



/* 外層：左選單 + 右商品 */
.prod_part {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0px;
    background: url(https://pic03.eapple.com.tw/ritanail/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

/* 左邊分類選單 */
.product-layer-two {
  flex: 0 0 220px;   /* 固定 220px 寬 */
  min-width: 200px;
}

/* 右邊商品 */
.products-list {
  flex: 1;                    /* 佔滿剩餘空間 */
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr); /* 桌機三欄 */
}

/* 手機版調整 */
@media screen and (max-width: 768px) {
  .prod_part {
    flex-direction: column; /* 上下排列 */
  }
  .product-layer-two {
    width: 100%;
    margin-bottom: 20px;
  }
  .products-list {
    width: 100%;
    grid-template-columns: 1fr; /* 手機單欄 */
  }
}


@media screen and (max-width: 768px) {
.products-list {  display: flex; }
}

.shop_search_btn{background: #c7bfad;}


/* =============== ▼ 相簿管理 ▼ =============== */

/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */

/*相本分類全版面 ( 限制最寬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;}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
/*
@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;}
*/

/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */

/* +++ 通用 -------------------- */

/* 副標 (該頁分類/相簿名稱) */
.subalbum-menu h2 {
    font-size: 18px;
    color: #777777;
    letter-spacing: .6rem;
    font-family: "Sorts Mill Goudy", Noto Serif TC;
}

/* 圖片 */
.show-list .show_pic,
.pic-list .show_pic {
   border-radius: 20px;
}

.show-list .show_pic img,
.pic-list .show_pic img {
    transform: scale(1);
    filter: saturate(1);
    -webkit-filter: saturate(1);
    transition: ease-out 0.5s;
}

.show-list .item:hover .show_pic img,
.pic-list .item:hover .show_pic img {
    transform: scale(1.05);
    filter: saturate(1.5);
    -webkit-filter: saturate(1.5);
}

/* 觀看更多 */
.other_album_choice li {
    background: #F0F0E4;
    padding: 5px 20px;
    border-radius: 0;
    font-size: 13px;
}

/* +++ 分類總覽頁 (album_page) -------------------- */

/* 分類名稱 */
.show-list .show_name{
    color: #777777;
    letter-spacing: .6rem;
    text-align: center;
    font-family: "Sorts Mill Goudy", Noto Serif TC;
}

.show-list .item {
    margin-bottom: 30px;
}

.show-list .item .overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.show-list .item:hover .show_name {
    color: #ad9c75;
}

.show-list {    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));}





/* +++ 相簿目錄頁 (album_class_page) -------------------- */

/* 相簿名稱 */
.other_subalbum li a p{
    color: #777777;
    letter-spacing: .6rem;
    text-align: center;
    font-family: "Sorts Mill Goudy", Noto Serif TC;    
}

.other_subalbum li:hover a p {
    color: #9f9786;
}

/* +++ 相片頁 (album_info_page) -------------------- */

/* 相簿描述 */
.album_descrip{
    color: #777777;
    letter-spacing: .15rem;
}

/* 相片描述 */
.pic-list .item h6{
    color: #777777;
}


.album_fixed_title{     color: #777777;   background: #ffffff00;}
.other_album_choice li{    background: #c7bfad;}
.other_subalbum li{background: #ffffff00;}
/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {

    /*次分類*/
    .subalbum-menu {
        margin: 0;
    }

    .other_subalbum li a p {
        color: #777777;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
}


@media screen and (max-width: 425px) { .show_content {padding: 55px 0;}}


@media screen and (max-width: 320px) {
    .show-list {
        grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
    }
    .main_part {
        padding: 75px 10px 10px;
    }
    .show_content {
        width: 100%;
        padding: 0px 0;
    }


}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

/* +++ 布局 -------------------- */

/* +++ 分類總覽頁 (album_page) -------------------- */



/* +++ 相簿目錄頁 (album_class_page) -------------------- */

/* +++ 相片頁 (album_info_page) -------------------- */

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

/* =============== ▲ 相簿管理 ▲ =============== */





/* 文章管理================================== */

body.blog_page .main_part {
    max-width: 90%;
    width: 1600px;
    padding: 5% 20px;
}

h4.blog_category_title {
    font-size: 21px;
    font-weight: 400;
    color: #b8926b;
    letter-spacing: 2.5px;
    font-family: "Sorts Mill Goudy", Noto Serif TC;
}

body.blog_page h4.blog_category_title {
    display: none;
}

.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.blog_subbox {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    grid-gap: 20px;
}

/*文章設定*/


/*選單*/

/*左側文章分類*/
.blog_le {
    padding: 0;
}

h5.blog_le_t em {
    display: inline-block;
    font-style: normal;
    font-family: 'NOTO serif TC';
    font-weight: 500;
    letter-spacing: 2px;
    writing-mode: vertical-rl;
    height: 80px;
    border-left: 1px solid #ebebe1;
    padding-top: 0;
    padding-right: 15px;
    margin-top: 0px;
    font-size: 17px;
    color: #777777;
}

h5.blog_le_t span {
    display: none;
}

.blog_le .accordion {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: 0;
    padding: 0 10px;
    overflow: inherit;
    border: 1px #c0c0b5 solid;
}

.blog_le .accordion li {
    float: left;
    position: relative;
    text-align: center;
}

.blog_le {
    width: 100%;
    position: relative;
}

.blog_search input[type=submit] {
    height: 53px;
}

.blog_search input[type=search] {
    height: 53px;
    border-radius: 0;
}

.blog_search {
    width: 280px;
    position: absolute;
    top: 20px;
    right: 0;
}

.blog_ri {
    width: 100%;
    padding: 0;
}

.submenu li {
    width: 100% !important;
}



.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
       color: #fafafa  !important; font-family: 'NOTO serif TC';
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #c7bfad !important;

}

.blog_le .accordion li div a {
    color: #777777;
    font-weight: 500;
}

.blog_le .accordion li i {
    color: #bdbdbd;
    right: 35px;
}

.submenu {
    background: #ffffff;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
    border: 1px solid #ececec;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
    color: #a4a4a4 !important;
}

.submenu a:hover {
    background: #ffffff;
    color: #6C4A10;
    font-weight: bold;
}

.submenu a:before {
    content: "。";
}

.fa-chevron-down:before {
    content: "↓";
    color: transparent;
}

.submenu a {
    position: relative;
    color: #525261;
    padding: 12px 12px 12px 25px;
    transition: all 0.5s ease;
    display: inline-block;
    text-decoration: none;
    float: left;
}

.accordion li .link {
    border-bottom: 0px solid #CCC;
}

body.blog_in_page .blog_box_edit *{  color: #777777; border-color: #777777;  font-family: "Sorts Mill Goudy", Noto Serif TC;    letter-spacing: 1px;}

/* 文章內頁圖片隱藏 */
.articel_mainPic {display: none;}

@media screen and (max-width: 768px) {
    .blog_le .accordion {
        display: none;
    }

    .blog_search {
        position: relative;
        width: 100%;
        top: 0;
    }

    h4.blog_category_title {
        font-size: 18px;
    }
}

@media screen and (max-width: 476px) {
    h4.blog_category_title {
        font-size: 16px;
    }
}


/* end */
.blog_back a.article_btn_back {
    transition: all 0.3s ease-in-out;
    background: transparent;
    border-bottom: 1px solid #b6916e;
    color: #b6916e;
}

.blog_back a.article_btn_back:hover {
    border-bottom: 1px solid #a07c5a;
    color: #a07c5a;
    transition: all 0.3s ease-in-out;

}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: transparent;
    border-bottom: 1px solid #777777;
    color: #777777;


}

.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    filter: brightness(1.2);
    transition: all 0.3s ease-in-out;
}


.blog_list_ri {
    width: calc(100%);
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 34px 0px 40px;
    position: relative;
    top: -63px;
}

.blog_box {
    width: 100%;
    max-width: 100%;
}

body.blog_page .subbox_item:hover .blog_list_le {
    transition: border-radius 1.2s cubic-bezier(.165, .84, .44, 1), filter .5s cubic-bezier(.165, .84, .44, 1), -webkit-filter .8s cubic-bezier(.165, .84, .44, 1);
}

.subbox_item {
    width: 100%;

    background-color: transparent;
    /* -webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 7%); */
    /* border-radius: 0 10px 10px 0; */
    overflow: hidden;
    margin-bottom: 2%;
    position: relative;
    border-radius: 20px;
}

.subbox_item a {
	display: flex;
    flex-direction: column;
}

.subbox_item a:after {
    display: none;
}

.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
    opacity: 0.8;

}

.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding: 0;
    padding-bottom: 0;
    aspect-ratio: 12/9;
    padding-top: 75%;
    /* padding-top ios12支援同 aspect-ratio: 12/9*/
    height: auto;
    min-height: 300px;
}


.subbox_item a:before {
    display: none;
}

.blog_list_ri em {
    order: 3;
    width: 100%;
    text-align: right;
    color: #777777;
}

.blog_list_ri h5 {
    text-align: center;
    padding: 0 20px 15px;
    color: #a17563;
    background: #f0f0e7;
    position: relative;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* box-shadow: 0 20px 20px #6C4A10; */
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: initial;
    font-size: 16px;
    display: block;
    font-weight: 400;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: block;
    width: 95%;
    min-height: 36px;
    letter-spacing: 2.5px;

}

.subbox_item:hover h5 {
    background: #CEC9B9;
    color: #eaeae1;
}


.blog_list_ri h5:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid #c2c0aa;
    width: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.subbox_item:hover h5:before {
    border-right: 12px solid #e6e6e6;
}


.blog_list_ri h5:after {
    content: "";
    position: absolute;
    top: -12px;
    left:-12px;
    width: calc(100% - 0px); 
    height: 12px;
    margin-left: 12px;
    background-color: #f0f0e6;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.subbox_item:hover h5:after {
    background-color: #CEC9B9;
}

.blog_list_ri p {
    border-top: 1px solid transparent;
    margin-top: 10px;
    color: #777777;
    font-size: 13px;
    line-height: 2;
    padding: 20px 0;
    width: 100%;
    -webkit-line-clamp: inherit;
    letter-spacing: 1.8px;

}

.blog_list_ri p:after {
    content: '...';
}

.subbox_item:hover:before {
    width: 100%;
    transition: all .5s;
}

.news_related{    background: #b9aa93;}
.news_related h6 span:before{    color: #F0F0E5;font-family: "Sorts Mill Goudy", Noto Serif TC;} 
.toShareNews{    color: #777777;font-family: "Sorts Mill Goudy", Noto Serif TC;}

.product-layer-two li i{ display: none;}



@media screen and (max-width: 1400px) {
    .subbox_item a {
        grid-auto-flow: initial;
    }

    .blog_list_le {
        margin: auto;
    }

    .blog_subbox.clearfix {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .blog_le.fadeInLeft.animated15.clearfix {
        position: relative;
        top: auto;
    }

    .blog_list_le {
        width: 100%;
    }

    .blog_list_ri {
        width: 100%;
        padding: 0;
    }

    .blog_list_ri p {
        margin-top: 7px;
        margin-bottom: 19px;
    }

    .blog_list_ri i {
        bottom: -7px;
    }

    .blog_list_le {
        width: 100%;
    }

    .blog_list_ri {
        width: 100%;
        padding: 20px 0px 40px;
        top: -49px;
    }

    .blog_list_ri h5 {
        -webkit-line-clamp: initial;
        min-height: auto;
    }

    .blog_subbox.clearfix {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .blog_list_ri p {
        font-size: 13px;
    }

    .blog_subbox.clearfix {
        gap: 10px;
    }

    .blog_list_ri {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 476px) {
    .blog_box {
        width: 100%;
        padding: 0;
    }

    .blog_box_edit {
        padding: 2em;
        margin-bottom: 40px;
    }

    .blog_subbox.clearfix {
        grid-template-columns: minmax(0, 1fr);
    }

    .blog_box {
        margin-bottom: 80px;
    }

    .blog_back a.article_btn_back,
    .blog_back a.article_btn_prev,
    .blog_back a.article_btn_next {
        font-size: 14px;
    }
}

.product_pic .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

/* 小圖 */

@media (min-width:769px) {
    #prod_thumbSwiper .swiper-button-next{display: none;}
    #prod_thumbSwiper .swiper-button-prev{display: none;}
  }
#prod_thumbSwiper {
    order: 1;
    width: 100%;
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 20px;
    max-width: 1000px;
}
.swiper-vertical>.swiper-wrapper {
    flex-direction: row;    
    gap: 10px;
    display: flex;
    height: 120px;
}

#prod_thumbSwiper .swiper-slide {
    max-width: 200px;
    position: relative;
    height: 100% !important;

}

.product_pic .bx-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 500px;
    margin: 0;
    padding: 0 0px;
}

.product_pic #bx-pager {
    display: flex;
    vertical-align: top;
    width: 100%;
    padding: 0;
    font-size: 12px;

    position: relative;
    top: auto;
    left: 0;
    flex-direction: row;
}
.product_pic {
    padding-left: 0;
}

/*商品側邊規格*/
.product_info li .txt_box {
    color: #222222;
    width: 100%;
}

.sidebarBtn .sp_price {
    color: #91BED8;
}

.mobile_product_name {
    font-size: 24px;
}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;color: #777777;}
