@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&family=Orbitron:wght@400..900&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
	overflow-x:hidden;
	font-family: "微軟正黑體","arial","sans-serif";
	font-weight: 400;
  background:  #ffffff;
}

body{overflow-y: scroll; overflow-x:hidden; max-height: 100%;}
body::-webkit-scrollbar {width: 4px;}
body::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);}
body::-webkit-scrollbar-thumb {background-color: #a2a2a2; border: 1px solid #a2a2a2;}


/*網站全域設定/＝＝＝＝＝*/

/*
  #c3c7c8 /*網站主要色系
  #F4F2F0 /*網站輔助色系1
  #F4F2F0; /*網站輔助色系2*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/

/*電腦LOGO
.nav-brand {}*/

/*手機LOGO
.nav-brand-m {}*/

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}

/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */
/* 商品下拉超過30個--結束 */


/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*下滑*/
.bannerindex .swiper-slide:nth-child(1):after{
    content: "";
    background-image: url(https://pic03.eapple.com.tw/nsl/scroll-04.png);
    position: absolute;
    z-index: 9999;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1 / 8;
    width: 2.5%;
    height: auto;
    left: 3%;
    bottom: 15%;
    animation: wave-reveal 3.5s both;
    animation-iteration-count:infinite;
    filter: invert(100%);}

.bannerindex .swiper-slide:nth-child(2):after{
    content: "";
    background-image: url(https://pic03.eapple.com.tw/nsl/scroll-04.png);
    position: absolute;
    z-index: 9999;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1 / 8;
    width: 2.5%;
    height: auto;
    left: 3%;
    bottom: 15%;
    animation: wave-reveal 3.5s both;
    animation-iteration-count:infinite;
    filter: invert(100%);}

@keyframes wave-reveal {
    0% {
      clip-path: inset(0 0 100% 0);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }


.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(2):before {
    background: url(https://pic03.eapple.com.tw/nsl/scroll-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(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;
      }
    }

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}



/*點點樣式*/
.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: var(--swiper-pagination-bottom, 55px);}
.swiper-pagination-bullet {width: 40px; height: 5px; border-radius: 0px; background: #ffffff; display: none;}
.swiper-pagination-bullet-active {background: #c3c7c8;}

/*隱藏大圖輪播點點按鈕*/
.swiper-pagination-clickable .swiper-pagination-bullet {
	display: none;
}


/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#content_main {margin-top: -10px; background: #eee;}
@media screen and (max-width: 768px) {
  #content {background-size: contain;}
}


.path {display: none;}
.banner {padding: 0px 0; display: none;}
.banner h5{font-size: 30px; color: #ffffff !important; padding-top: 250px;font-weight:600; letter-spacing: 2px;text-shadow: 2px 2px 10px #565656; text-align: center;}

.other_page .banner {background: url(https://pic03.eapple.com.tw/arteotaiwan/SBN1.jpg) no-repeat left 50%; height:600px; width: 100%;}
.services_page .banner {background: url(https://pic03.eapple.com.tw/arteotaiwan/SBN2.jpg) no-repeat left 50%; height:600px; width: 100%;}
.product_page .banner , .product_info_page .banner {background: url(https://pic03.eapple.com.tw/arteotaiwan/SBN3.jpg) no-repeat right 50%; height:600px; width: 100%;}
.album_page .banner , .album_class_page .banner , .album_info_page .banner{background: url(https://pic03.eapple.com.tw/arteotaiwan/SBN4.jpg) no-repeat right 50%; height:600px; width: 100%;}
.case_page .banner{background: url(https://pic03.eapple.com.tw/arteotaiwan/SBN5.jpg) no-repeat right 50%; height:600px; width: 100%;}
.contact_page .banner{background: url(https://pic03.eapple.com.tw/arteotaiwan/SBN6.jpg) no-repeat right 50%; height:600px; width: 100%;}

@media screen and (max-width: 480px) {
.other_page .banner {height:400px; }
.services_page .banner {height:400px; }
.product_page .banner , .product_info_page .banner {background: url(https://pic03.eapple.com.tw/arteotaiwan/SBN3.jpg) no-repeat bottom right 50%; height:400px;}
.album_page .banner , .album_class_page .banner , .album_info_page .banner{ background: url(https://pic03.eapple.com.tw/arteotaiwan/SBN4.jpg) no-repeat bottom right 40%; height:400px;}
.case_page .banner{height:400px;}
.contact_page .banner{height:400px;}
}


/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.nav-header {display: block; width: 100%; text-align: left;}
.pageIndex .nav-brand {width: 100%; display: block; margin-top: 15px; transition:all 0.3s;text-align: center;}
.nav-brand {width: 100%; display: block; transition:all 0.3s;}
.nav-brand img {max-width: 150px;  transition: 0.3s ease;margin-top: 15px;}
.pageIndex .nav-brand img {max-width: 180px; padding-top: 0px; transition: 0.3s ease;filter: contrast(0) brightness(100);margin-bottom: 7px;}
.pageIndex .header_area.sticky .nav-brand img {max-width: 100px;transition: 0.3s ease;}
.stellarnav {margin-top: 0px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 0px; transition: 0.3s ease;}
.header_area {padding: 0px; background: none;}


/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.header_area.sticky {background: 0;}
.pageIndex .header_area.sticky .main_header_area {
  background: none;
  height: 0px;
  /*opacity: .9;*/
  border-bottom: 0px solid #ececec;border-bottom: 0px solid #ececec; transition: 0.6s ease;}
.pageIndex .main_header_area {background: none/*linear-gradient(to bottom, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 0%) 100%)*/; height: 0px; opacity:1; border-bottom: 0px solid #ececec; transition: 0.6s ease;}
.main_header_area{background: #ffffff; height: 110px; border-bottom: 1px solid #ececec; transition: 0.6s ease;}
.pageIndex .navigation {
  padding: 0px 0 10px 0px;
    display: flex;
    transition: 0.6s ease;
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
    align-items: center;}
.pageIndex .header_area.sticky .navigation {width: 55%; margin: 0 auto; background: #4c4c4cd4; border-radius: 0 0 80px 80px; transition: 0.6s ease;} 

/*選單最大寬度設定*/
.main_header_area .container {max-width:92%;}

/*第一層*/
.pageIndex .stellarnav {width: 100%; transition: 0.3s ease;}
.pageIndex .stellarnav > ul > li > a {color: #fff; transition:all 0.3s;font-weight: 600;}
.stellarnav > ul > li > a {margin: 5px 15px 0;font-weight: 500; letter-spacing:1px; font-size: 16px; color: #565656; transition:all 0.3s; /*padding: 0px 4px 0px 4px;*/ text-shadow: none;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b {color: #c3c7c8; text-shadow: none;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b:hover {color: #a2a2a2; text-shadow: none;}
.stellarnav > ul > li > a:hover {color: rgba(162, 162, 162, 0.636);}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a {padding: 0px 4px 0 4px;}
.stellarnav > ul > li.has-sub > a {padding-right: 0px; padding-left: 0px;}
.stellarnav > ul > li > a:last-child {margin-right: 0;}
/*第二層*/
/*.stellarnav li {text-align: center; width: 135px;}*/
.stellarnav li a {color: #3b3733;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{padding: 8px 8px; letter-spacing:1px; transition: all 0.3s; border-left:1px solid transparent; font-size: 14px; font-weight: 500;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #ffffff; padding-left:12px;border-color:#a2a2a2; background: #a2a2a2;}
.stellarnav>ul {padding-top: 0px; transition: 0.3s ease;}
.pageIndex .stellarnav ul {text-align: center;}
.stellarnav ul {text-align: right;}
.stellarnav ul ul {margin-top: 0px; width: 140px; background: none;}
.stellarnav li li {width: 100%; border: 0px; border-bottom: 1px #e0e0e0 solid; background: #fff;}
.stellarnav ul ul ul {right: 100%; left: unset; top: -1px;}


/*SubMenu*/
.shop_search_btn {background: #a2a2a2; border-radius: 0;}
/*.tp_links {display: none;}*/
.pageIndex .tp_links a {color:#fff;}
.tp_links a{transition:all 0.3s; color:#565656; text-shadow: none;}
.tp_links a:hover {color: #c3c7c8;}
.me_tp_features {display: block; margin: 20px 0 0 0; height: 30px; text-shadow: 1px 1px 10px #000000; text-align: right;}
.me_tp_features a {font-size: 15px;}
.me_tp_features a i {margin: 0 1px;}
.pageIndex .me_tp_features {margin: 10px 0 0 0; text-align: center;}
.pageIndex .me_tp_features a.tp_btn_cart , .pageIndex .me_tp_features a.tp_btn_notice {color: #fff; /*text-shadow: 1px 1px 10px #000000;*/}
.pageIndex .header_area.sticky .me_tp_features a.tp_btn_cart , .pageIndex .header_area.sticky .me_tp_features a.tp_btn_notice {color: #ffffff;  text-shadow: none; }
.me_tp_features a.tp_btn_cart , .me_tp_features a.tp_btn_notice {color: #565656;  text-shadow: none; }
.box_search input[type=text] {border-radius: 0; border: solid 1px #ccc;}
.box_search {margin-right: 5px;}
.me_tp_features a.tp_btn_cart b {background: #565656; color: #c9c9c9; padding: 0px 6px; margin-left: 2px; border-radius: 100px; font-size: 14px;}
.me_tp_features a.tp_btn_cart b::before , .me_tp_features a.tp_btn_cart b::after {display: none;}


/*主選單按鈕下底線*/
.stellarnav > ul > li {position: relative;}
.stellarnav > ul > li:not(.tp_links) > a:after { 
  width: 0px;
  position: absolute;
  height: 1px;
  content: "";
  background: #fff;
  left: 50%;
  bottom: 0px;
  transform: translate(-50% , 0);
  transition: ease 0.3s;}
.stellarnav > ul > li > a:after {
    width: 0px;
    position: absolute;
    height: 1px;
    content: "";
    background: #fff;
    left: 50%;
    bottom: 0px;
    transform: translate(-50% , 0);
    transition: ease 0.3s;}
.stellarnav > ul > li:hover > a:after {width: 60%; transition: ease 0.3s; background:#fff;}


@media screen and (max-width: 1700px) {
  .stellarnav>ul {padding-left: 0px;}
  .stellarnav > ul > li > a {padding: 0px 0px 0px 0px;}
  .stellarnav > ul > li > a b {font-size: 15px;}
}
@media screen and (max-width: 1350px) {
  .main_header_area .container {max-width: 100%;}
  .stellarnav li {width: 110px;}
}
@media screen and (max-width: 1180px) {
  .stellarnav {width: 100%;}
  .stellarnav li.has-sub > a {padding: 0px 0px 0px 0px;}
  .stellarnav > ul > li > a {margin: 0 0px;}
}
@media screen and (max-width: 1024px) {
  .stellarnav {width: 100%;}
  .stellarnav>ul {text-align: center; margin-top: 0px; margin-top: 0px; padding-top: 0px;}
  .main_header_area {height: 200px;}
  .header_area.sticky .stellarnav>ul {padding-top: 0px;}
  .header_area.sticky .main_header_area {height: 200px;}
  .nav-header {text-align: center;}
  .me_tp_features {margin: 0px 0 0 0; margin-top: 57px;}

  .stellarnav li {text-align: center;width: 100px;}
  .pageIndex .nav-brand img {max-width: 0px;}
  .pageIndex .main_header_area {height: 120px; background: #454545;}
  .pageIndex .header_area.sticky .main_header_area {height: 120px;}
  
  .nav-brand {margin-top: 0px;}
  .nav-brand:after {transform: translateX(-100px);}
  .pageIndex .nav-brand {margin-top: 22px;}
  .pageIndex .nav-brand:after {transform: translateX(-100px);}
  .pageIndex .me_tp_features a.tp_btn_cart, .pageIndex .me_tp_features a.tp_btn_notice {text-shadow:none;}
  .pageIndex .stellarnav > ul > li > a > b {text-shadow: none;}
  /*.pageIndex .nav-brand:after {display: none;}*/
  .pageIndex .header_area.sticky .navigation {width: 80%;}

  .me_tp_features {text-align: center;margin-top: 10px;}
  .nav-brand img {margin-top: 13px;}
}
@media screen and (max-width: 768px) {
.pageIndex .main_header_area {height: 75px;}
.stellarnav > ul > li > a{text-shadow:none;}
.header_area.sticky .main_header_area {height: 170px;}
.main_header_area {height: 170px;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {display: inline-block;}
.pageIndex .header_area.sticky .main_header_area {height: 170px;}
.pageIndex .header_area.sticky .navigation {width: 100%; margin: 0 auto; background: #4c4c4cd4; border-radius: 0;}
.pageIndex .me_tp_features {margin: 0px 0 10px 0;}

/*漢堡選單展開*/
.stellarnav.mobile > ul > li > a {padding: 12px 43px 14px 15px;}
.stellarnav.mobile > ul > li.has-sub > a {padding: 12px 43px 14px 15px;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 8px !important;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {background: #5f5f5f; border-right: 0px #a2a2a2 solid; box-shadow: 1px 1px 10px #504c47ad;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #5f5f5f;}
.stellarnav.mobile > ul > li {border-bottom: 1px #5a5a5a solid;}
.stellarnav li {width: 100%; text-align: left;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px; padding-left: 10px;}
.stellarnav > ul > li > a {color: #ffffff;}
.stellarnav > ul > li > a:hover {color: #ffffff;}
.stellarnav.mobile li.open li.open {background: #c3c7c8;}
.stellarnav ul ul ul {right: unset; left: 100%; top: 0px;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #b4b4b4;}
.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #b4b4b4;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {color: #ffffff;}
.stellarnav .icon-close:after {border-bottom: solid 2px #b4b4b4;}
.stellarnav .icon-close:before {border-bottom: solid 2px #b4b4b4;}
.stellarnav a {color:#b4b4b4;}
.stellarnav li li:last-of-type {border-bottom-width: 0px;}

.stellarnav.mobile ul {background: #c3c7c8;}
.stellarnav.mobile li.open {background: #7d7d7d;}
.stellarnav li li {border: 0px #c3c7c8 solid; background: #474747;}
.stellarnav li a {color: #ffffff;}
}

@media screen and (max-width: 480px) {
.box_search {display: block; margin: 0 auto; margin-bottom: 10px;}
.pageIndex .me_tp_features {margin: 0px 0 0 0;}
.pageIndex .main_header_area {height: 105px;}
.main_header_area {height: 200px;}
.header_area.sticky .main_header_area {height: 200px;}
.pageIndex .navigation {padding: 0px 0 52px 0px;}
}

@media screen and (max-width: 375px) {
.box_search {margin-right: 0px; display: block; max-width: 160px; width: 100%; margin: 0 auto; margin-bottom: 5px;}
}


/*Footer/＝＝＝＝＝*/

.footer_info {margin-bottom: 40px;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 0 0;;}
.footer {padding: 30px 0 0;font-size: 14px;background: #ffffff;position: relative;z-index: 99;}
.footer_menu {display: inline-block; grid-template-columns: repeat(auto-fit, minmax(min(120px,100%), 1fr));  gap: 3px; width: 100%; text-align: center; margin: 0 auto;}/*footer按鈕最小寬度100px*/
.footer_menu a {  color: #3e3a39;  letter-spacing: 2px;margin: 0;text-align: center;padding: 7px 11px 8px 4px;border: 0;border-right: 1px #3e3a39 solid;background: transparent;transition: all 0.3s;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}


.footer_menu a {
    position: relative;
    display: inline-block;
    color: #fff;
    background: #000000;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

/* 漸變變色 */
.footer_menu a:hover {
    color: #ffffff;
    background: #000000;
    transition: all 0.4s ease-in-out;
}

/**/

.copy {background: #000000;color: #fff;border:none; padding: 10px 0;margin: 10px 0 0;}
.copy a{color: #fff;transition:all 0.3s;}
.copy a:hover {color: #3e3a39;}

.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #3e3a39;  color: #bbb;}
.box_link {display: none;}
.footer_logo img {max-width: 200px;}
.footer_logo {text-align: left; margin: 0 20px;}
.footer_info ul {width: 100%; display: flex;width: 100%;flex-direction: column;align-items: center;}
.footer_info li {padding: 10px 2%; display: inline-block;}
.footer_info li p {text-align: left;display: block; color: #ffffff; letter-spacing: 2px; margin: 2px 8px;}
.footer_info li p:before{margin: 0;color: #3e3a39;font-weight: bold;}

.footer_info li p a {color: #3e3a39;}
.footer_info li:nth-child(1) {display: flex; flex-wrap: wrap;justify-content: center;}
.footer_info li:nth-child(2) {}


.footer:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
    background: url(https://pic03.eapple.com.tw/nsl/footer.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 100px;
    display: block;
    z-index: -1;
    -webkit-animation: scroll_left 25s steps(5124) infinite normal;
    animation: scroll_left 25s steps(5124) infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


@-webkit-keyframes scroll_left {

 0% { background-position: 0; }
 100% {  background-position: -5124px;}
}
@keyframes scroll_left {
0% {background-position: 0;}
100% {background-position: -5124px;}
}


/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*相簿管理*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{max-width: 100%; width: 100%;  margin: 0 auto; padding: 5px 0px 60px 0px;}
.album_page .show_content, .album_class_page .show_content, .album_info_page .show_content {padding: 0;}

/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {display: grid;  grid-template-columns: 1fr 1fr 1fr;  gap: 0px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px 0px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{  display: block;  position: relative;  overflow: hidden;  height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic  {  padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
  display:block;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  transform: translate(-50%,-50%);}
.show-list .item .show_name {  color: #000; }
.show-list .item:hover .show_name {  color:#000;}
.other_album {max-width: 1775px; width: 100%; margin: 0 auto; padding: 0 25px;}
.other_album_choice li {  background: #c3c7c8; border-radius:0;}
.subalbum-menu h2{  color: #F4F2F0;font-size: 24px; display: none;}
.subalbum-menu {margin: 0px 0; padding: 0 0px;}
.other_subalbum li {background: none;}
.other_subalbum li p {  margin-top: 10px; text-align: center; font-weight: 400;}
.show-list .show_pic img, .other_subalbum li a img, .pic-list .show_pic img {border-radius: 0px;}
.show-list .item:hover .overlay {border-radius: 0px; opacity: 0;}

/*特*/
.overlay {background: rgb(255 255 255 / 30%); display: none;}
.show-list .show_name {text-align: center; font-weight: 400; letter-spacing: 0px; transition: 0.3s ease;} 
.album_page .show-list .show_pic img {transform: scale(1); -webkit-filter: grayscale(0) contrast(1.2); transition: 0.5s ease;}
.album_page .show-list .show_pic img:hover {transform: scale(1.05); -webkit-filter: grayscale(1) contrast(1); transition: 0.5s ease;}
.show-list .show_pic {border-radius: 0px;}
.album_info_page .show-list .show_pic img , .album_info_page .other_subalbum li a img, .album_info_page .pic-list .show_pic img{left: 50%; top: 50%;}
/*.album_class_page .other_subalbum li a img {transform: unset;}*/
.block {display: none;}
.album_fixed_title {background: none;}
.album_class_page .other_subalbum li a img {-webkit-filter: grayscale(0) contrast(1.2); transition: all .5s ease-out; transform: translate(0%, -100%) scale(1) !important;}
.album_class_page .other_subalbum li a img:hover {-webkit-filter: grayscale(1) contrast(1);  transform: scale(1.05); transition: all .5s ease-out; }

/*.album_class_page .show-list .item {transition: all .5s ease-out;}
.album_class_page .show-list .item:hover {transform: scale(1.03); transition: all .5s ease-out;}*/

@media screen and (max-width: 480px) {
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr;}
}


/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.contact_page .main_part{padding: 0px 20px; max-width: 1450px;}
.contact_content {padding: 70px 10px 40px 10px; max-width: 100%;}
.contact_le_map a {background: #233a5c;}
.contact_form li.last cite {background: #233a5c;}
.contact_content .information_left {width: 100%;}
.contact_content .information_right {width: 100%; padding-left: 0px; background: none; padding: 50px 0px; margin-top: 40px; margin: 0 auto;}
.contact_form li input.noborder {border:1px #f7f7f7 solid; background: #ffffff;}
.contact_form li textarea.noborder {border: 1px #f7f7f7 solid; background: #ffffff;}
.red {color: #c44e4e;}
.contact_form li.last blockquote {background: #fff;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 0px #dfd4c3 solid;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 2px;}
.blank_letter {font-family: unset; padding-top: 10px; color: #233a5c;}
.contact_form li .form__label {background: none; font-weight: 500;}
.animated-arrow {background: #c3c7c8;}

@media screen and (max-width: 768px) {
.list_before.info li {width: 100%;}
}

@media screen and (max-width: 480px) {
  .contact_content .information_right {padding: 50px 0px;}
  .list_before.info li {width: 100%;}
  .contact_form li {grid-gap: 0px;}
}


/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1600px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; padding: 0px 0px;}
.product_page .product_menu_list { position: relative; width:300px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 0vw; margin-bottom: 50px;}
.product_page .products-list{ width:calc(100% - 350px) !important;}
.product_page .products-list,
.product-wrapper { width: 100%;}
ul.page { width: 100%;}

.product-layer-two li a {background: #ffffff; color: #565656; text-align: left; border: 0px #dadada solid; border-bottom: 1px #ececec solid; padding: 10px 16px;transition:all ease .3s;}
.product-layer-two li a:hover {background: #f6f6f6;transition:all ease .3s;}
.product-layer-two li.active a {border: 0px #ccc solid;}
.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;  background:#e5e0da;}
.product-layer-two li li:hover > a { background:#e5e0da; color:#c3c7c8;}
.product-layer-two > li { width: 300px; max-width:100%; padding:0; text-align:left; border-bottom:0px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.products-list .name {text-align: center; height: 20px;}
.product-layer-two li i.close::before {color: #c5b6a6;}
.product-layer-two ul {grid-gap: 0px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#e5e0da;}

.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;}

.products-list .more { border: 1px solid #cdcdcd; color: #c3c7c8; background: #233a5c; font-weight: 500; opacity: 1; transition: 0.3s ease;} 
.prod_part {padding: 100px 20px 100px 20px; background: url(https://pic03.eapple.com.tw/anxinlife/BBG.jpg)no-repeat top; background-size: cover;}

/*詳細資料*/
.products-list .item a:hover .more {background: #c3c7c8; transition: 0.3s ease;} /*1*/

/*滿版*/
.products-list {grid-gap:20px; grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));}

/*相關推薦*/
.prod_related h6 span:before {color: #000;}
.lastPage {background:#253b5a;}
.prod_related {background: none; padding: 100px 15px 70px 15px;}

/*內頁*/
#prod_thumbSwiper .swiper-slide::before {background:#ffffff;}
.pd_tabTitle li.activeTab::after {height: 0px;}
.pd_tabTitle li.activeTab a {color:#000;}
.swiper-button-next, .swiper-rtl .swiper-button-prev {right: var(--swiper-navigation-sides-offset, 15px);}
.swiper-button-prev, .swiper-rtl .swiper-button-next {left: var(--swiper-navigation-sides-offset, 15px);}
.proImgSwiper {background: none;}
.sidebarBtn {border: 5px #f4f4f4 solid; background: #f4f4f4;}
.pd_tabTitle li {border-bottom: 1px solid #d7d7d7;}

/*特*/
.sidebarBtn h2
.products-list .pic {color: #c3c7c8;}
.products-list .pic img {transform: scale(1); /*-webkit-filter: grayscale(0) contrast(1.2);*/ transition: 0.5s ease;}
.products-list .pic img:hover {transform: scale(1.1); /*-webkit-filter: grayscale(1) contrast(1);*/ transition: 0.5s ease;}
.products-list .pic img{left: 50%; top: 50%;}

.products-list .price .sp_price {text-align: left;}
.products-list .price b{text-align: right; font-weight: 500; font-size: 15px;}
.fa-circle-plus::before {color: #c5b6a6;}

/*.inquiry_a1{background: #7c7c7c;}
.inquiry_a2{background: #7c7c7c;}*/
.inquiry_a2{ display: none;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {border-radius: 0px;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {background: #253b5a;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #de911c;}

.products-list .price b , .ori_price {color: #d39513; font-weight: 700;}
.products-list .price .sp_price , .sp_price {color: #d55c4e; font-weight: 700;}
.sidebarBtn .sp_price {color: #d55c4e;}

/*購物車隱藏局部*/
.inquiry_a3 , 
.me_tp_features a.tp_btn_notice , 
.me_tp_features a.tp_btn_cart {display: none;}

@media screen and (max-width: 1200px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));}
.products-list .price b {text-align: center !important; width: 100%; display: block;}
.products-list .price .sp_price {text-align: center;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
.mobile_product_name {text-align: center;}

.product-layer-two {grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));}
.product-layer-two > li {width: 100%;}
.product-layer-two li a {text-align: left;}
.product_menu_list>h5 {padding: 7px 16px;}

.product_page .products-list {width: 100% !important;}
#prod_thumbSwiper img {max-width: 150px; width: 100%;}
}
@media screen and (max-width: 480px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));}
#prod_thumbSwiper .swiper-slide {height: 100px !important;} /*TEST*/
.product_page .main_part {padding: 50px 20px 10px;}
.products-list .price b {text-align: center !important;}
.prod_part {padding: 60px 20px 60px 20px;}
}



/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*首頁的*/
/*.i_prod_tit h2 , .i_prod_tit span , .i_blog_ri em{display: none;}*/
.i_prod_tit span, .i_video_tit span {font-size: 32px; font-weight: 700; color: #223b59;}
.i_blog_ri h5 {padding: 5px 0; color:#c3c7c8;}
.i_prod_b {max-width: 1400px;}
.i_blog_b {max-width: 1400px;}
.blog_list_le, .i_blog_le {border: 0px solid #f4f2f0;}
/*.blog_list_le:hover, .i_blog_le:hover {border: 3px solid #c8b8a7; }*/
.i_blog_le img, .blog_list_le img {border: 0px solid #e0e0e0;}
.i_blog_b a {display: none;}
.module_i_news .title_i_box h6 {font-size: 26px; font-weight: 900; color: #e1e1e1;}
.module_i_news .title_i_box h6:after {content: '恩賜復健科日誌'; font-size: 28px; font-weight: 500; color: #c3c7c8;}
.module_i_news .title_i_box h4 {font-size: 28px; font-weight: 500; color: #c3c7c8; display: none;}
.module_i_news {padding: 100px 20px 100px 20px;}
.news_related h6 span:before {color: #140d0d;}
.news_related {background:none;}


.blog_page .main_part , .blog_in_page .main_part {max-width: 1400px;}
h4.blog_category_title{font-size: 28px; color: #140d0d;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {  display: grid;  gap: 20px;}
.module_i_news li , .subbox_item {  width: 100%;}
.module_i_news li a , .subbox_item a {  padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; border: 0px #ddd solid;}
.subbox_item a:after {background: none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {  width: 100%;}
.blog_list_ri {padding: 10px 2px;}
.i_blog_le , .blog_list_le{  position: relative;  padding-bottom: 100%;  height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le img{
	display:block;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);}
	
/*側邊*/
.blog_le .accordion {background: #fff; border:none; border-bottom: 1px #dcdcdc solid;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: #f2f2f2 !important;}
.submenu a:hover {background: #af9c89;}
.submenu {/*font-family:"Montserrat","Noto Serif TC";*/ background: none;}

/*首*/
.module_i_news ul{max-width: 1400px; width: 100%;	grid-template-columns:1fr 1fr 1fr 1fr;}

/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr 1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_back a{color: #ffffff;}
.blog_back a.article_btn_prev{background: #c3c7c8;}
.blog_back a.article_btn_back{background: #c3c7c8;}
.blog_back a.article_btn_next{background: #c3c7c8;}

.blog_search input[type=search] {border:solid 1px #dcdcdc; background: #fff; border-radius:0;}
.blog_le .accordion {}
.pageIndex h5.blog_le_t span {display:none;}
h5.blog_le_t em , .blog_list_ri em {display:none;}
.blog_list_ri h5 {font-weight: 500; padding: 5px 0;}
.blog_ri {width: 100%;}
.subbox_item {margin-bottom: 30px; border-bottom: 0px #eee solid;}


/*特效*/
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: #a0a1a2;}
h5.blog_le_t span {display:none;}
h5.blog_le_t em , .i_blog_ri em {display:none !important;}
.module_i_news li a:before , .subbox_item a:hover:before , .subbox_item a:hover:after {opacity: 1;}
.subbox_item a:before , .module_i_news li a:before {opacity: 1; right: auto; left: 7px; bottom: -25px;}
.pageIndex .blog_list_ri p {display: none;}
.blog_list_ri p {line-height: 160%; margin-top: 0px; text-align: justify;}
.i_blog_ri p {margin-top: 6px; display: none;}
.i_blog_ri , .blog_list_ri {padding: 6px 5px 5px 5px;}
.module_i_news li a:after {background: none;}

.blog_list_le , .i_blog_le {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;}
.subbox_item a:hover .blog_list_le img , .module_i_news a:hover .i_blog_le img{transform: translate(-50%, -50%) scale(1.1); /*-webkit-filter: grayscale(0) contrast(1);*/}
.blog_list_le img , .i_blog_le img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*-webkit-filter: grayscale(1) contrast(1.2);*/
  transition: all .8s;}
.module_i_news li a:before , .subbox_item a:before {
  content: 'READ MORE >';
  font-size: 13px;
  color: #cacaca;
  /*ackground: #a2a2a2;*/
  padding: 5px 3px;}
.subbox_item a {display: block;}
.accordion li+li .link {border-top: 0px solid #ccc;}
.blog_shareData {flex-direction: row;}


/*主選單*/
.blog_le {width: 100%;}
.blog_le .accordion {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-radius: 0;
  padding: 0 10px;
  overflow: inherit;
  background: none;}
.blog_le .accordion li {
  float: left;
  position: relative;
  text-align: center;}
.fa-chevron-down::before{display: none;}
.submenu a{letter-spacing: 0px; background: #f2f2f2;}
.news_tags {margin:30px 0;}
.news_tags a {color: #cf9a1f;}

.blog_le a.news_menu_toggle {display: none !important;}

@media screen and (max-width: 768px) {
.blog_subbox {grid-template-columns: 1fr 1fr 1fr;}
}
@media screen and (max-width: 500px) {
  .blog_subbox {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 375px) {
  .blog_subbox {grid-template-columns: 1fr;}
  .blog_le .accordion li {width: 100%;}
}
  

/* = = = 下拉分頁 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.other_select_page .promotion_title {display: none;}
.other_select_page .other_promotion {display: none;}
.other_select_page .page {display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
#bottom_menu {display: none; } /*隱藏*/
#to_top { bottom:29px;}

/*漢堡選單*/
.stellarnav.mobile {padding: 10px;}
.stellarnav .menu-toggle:after {color: #a2a2a2;}
.stellarnav .menu-toggle span.bars span {height: 1px;background: #a2a2a2;}
}

@media screen and (max-width: 600px) { 
}




