@charset "utf-8";
body {
  font-family: "Spectral", serif, "Noto Sans TC", sans-serif;
}

/* 捲軸寬度及高度 */

&::-webkit-scrollbar {
  background: #ffffff;
  width: 5px;
}

/* 捲軸兩側頂端的按鈕 */

&::-webkit-scrollbar-button {
  display: none;
}

/* 滑桿顏色 */

&::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
  border-radius: 2px;
  transition: all 0.3s;
}

&::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a0;
  transition: all 0.3s;
}

/* 軌道背景底色 */

&::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.path p,
.path p a {
  display: none;
}

/*footer*********************************/

.footer_menu a {
    padding: 5px;
}

.footer_info li p:before {
    font-family: "Spectral", serif, "Noto Sans TC", sans-serif;
    font-size: 12px;
}

.footer_info h6::after {
    width: 10px;
}

.ft_qrcode a img {
    border: 1px solid #a4a4a4;
}

@media (max-width: 1024px) {
  .footer_logo {
    max-width: 150px;
}
}

@media (max-width: 768px) {

      .footer_logo {
        order: 2;
        position: absolute;
        right: 22px;
        top: 100px;
        width: 130px;
    }
    .footer_info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ft_qrcode {
        order: 2;
        margin-right: auto;
    }
}


@media (max-width: 425px) {
      .footer_info {
        gap: 30px 20px;
    }
      .footer_logo {
        top: 75px;
    }
}

/*大圖特效**********************************************************/

/*大圖*/

#content_main {
  margin: 0;
}

.bannerindex {
  position: relative;
  height: auto;
}

.swiper-banner {
  position: static;
  margin: 0;
  height: auto;
}

.swiper-slide {
  padding: 0px !important;
}

.swiper-slide img {
  height: auto;
}

.swiper-pagination {
  display: none;
}

.swiper-slide {
  position: relative;
}

.bannerindex:before {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
}

.bannerindex:after {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
}

.bannerindex .swiper-slide.swiper-slide-active:before {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
}

.bannerindex .swiper-slide.swiper-slide-active:after {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .bannerindex {
    padding: 0;
    margin: 0;
  }
}

/*框*/

.bannerindex .swiper-slide.swiper-slide:before {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
  background: url(https://pic03.eapple.com.tw//powenlaw/frame.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0%;
  right: 0%;
  width: 100% !important;
  height: 100% !important;
  background-position: left;
  padding-bottom: calc(100% / 1 * 0.12);
}

/*人*/

.bannerindex .swiper-slide.swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
  background: url(https://pic03.eapple.com.tw//powenlaw/people01.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0%;
  left: 0%;
  width: 51% !important;
  height: 87% !important;
  background-position: left;
  padding-bottom: calc(100% / 1 * 0.12);
  animation: fade-in-left 1.8s cubic-bezier(.39, .575, .565, 1.000) both;
}

/*title*/

.bannerindex:before {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
  background: url(https://pic03.eapple.com.tw//powenlaw/title01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 15%;
  left: 5%;
  width: 15% !important;
  height: 24% !important;
  background-position: left;
  padding-bottom: calc(100% / 1 * 0.12);
  animation: fade-in-top 2s cubic-bezier(.39, .575, .565, 1.000) both;
  animation-delay: 1.5s;
}

@keyframes fade-in-top {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/*簽名*/

.bannerindex:after {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
  background: url(https://pic03.eapple.com.tw//powenlaw/name01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 2%;
  left: 9%;
  width: 6% !important;
  height: 14% !important;
  background-position: left;
  padding-bottom: calc(100% / 1 * 0.12);
  animation: fade-in-left 1.2s cubic-bezier(.39, .575, .565, 1.000) both;
  animation-delay: .8s;
}

@keyframes fade-in-left {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
    .bannerindex .swiper-slide img {
        display: none;
    }
    .bannerindex .swiper-slide {
        height: 117vw;
        width: 100% !important;
    }
    .bannerindex .swiper-slide:nth-child(1) {
        background-image: url(https://pic03.eapple.com.tw/powenlaw/rwd_banner01.jpg);
        background-position: top;
        background-size: cover;
    }
    .bannerindex .swiper-slide:nth-child(2) {
        background-image: url(https://pic03.eapple.com.tw/powenlaw/rwd_banner02.jpg);
        background-position: top;
        background-size: cover;
    }

/*框*/
.bannerindex .swiper-slide.swiper-slide:before {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
  background: url(https://pic03.eapple.com.tw//powenlaw/rwd_frame.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 1px;
  right: 0%;
  width: 100% !important;
  height: 100% !important;
  background-position: left;
  padding-bottom: calc(100% / 1 * 0.12);
}

/*人物*/


.bannerindex .swiper-slide.swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw//powenlaw/people01.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0%;
    left: 12%;
    width: 95% !important;
    height: 67% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-left 1.8s cubic-bezier(.39, .575, .565, 1.000) both;
}

/*簽名*/
.bannerindex:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw//powenlaw/name01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 7%;
    left: 13%;
    width: 23% !important;
    height: 11% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-left 1.2s cubic-bezier(.39, .575, .565, 1.000) both;
    animation-delay: .8s;
}

/*標題*/
.bannerindex:before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw//powenlaw/title01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 45%;
    left: 5%;
    width: 32% !important;
    height: 24% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-top 2s cubic-bezier(.39, .575, .565, 1.000) both;
    animation-delay: 1.5s;
}




    }




/*HEADER*******************************************/

.main_header_area .container {
  max-width: 95%;
}

.header_area {
  background: #fff;
  transition: all .4s ease-in-out;
  padding: 20px 0px;
  position: sticky;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  transition: all .5s;
}

.header_area.sticky {
  background: #f6f6f6;
  transition: all .5s;
}

.me_tp_features {
  display: none;
}

/*LOGO*/

.nav-header {
  max-width: 100%;
  width: 250px;
}

.navigation {
  grid-template-columns: 250px 1fr;
}

/*第一層*/

.stellarnav li.has-sub>a:after {
  display: none;
}

.stellarnav>ul>li>a {
  letter-spacing: 3px;
  color: #222;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 27px 0px;
  margin: 0px;
  position: relative;
  z-index: 1;
  transition: all .5s;
}

.stellarnav > ul > li.has-sub > a{
    padding-right: 27px;
}

.stellarnav>ul>li>a:hover {
  color: #363636;
  padding-top: 12px;
  transition: all .5s;
}

.stellarnav>ul>li:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 16px;
  width: 1px;
  height: 15px;
  background-color: #424242;
}

.stellarnav>ul>li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border: 1px solid #a1a1a1;
  border-radius: 500px;
  top: -15%;
  left: 49%;
  transform: translate(-50%, -50%) scale(0);
  transition: all .8s;
}

.stellarnav>ul>li:hover:before {
  transform: translate(-50%, -50%) scale(1.5);
  top: 22%;
  transition: all .8s;
}

.stellarnav>ul>li>a b:nth-of-type(2) {
  font-size: 12px;
  color: #a1a1a1;
  font-weight: 600;
  letter-spacing: 1px;
}

.stellarnav>ul>li:nth-last-child(1):after {
  display: none
}

/*第二層*/

.stellarnav ul ul {
  background: #ffffff;
  box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);
  border-radius: 10px;
  width: 170px;
}

.stellarnav li li {
  border: none;
}

.stellarnav li li>a,
.stellarnav li li.has-sub>a {
  padding: 10px 12px;
  transition: all 0.3s;
  border: none;
  position: relative;
  letter-spacing: 2px;
  font-size: 14px;
}

.stellarnav li li:hover>a,
.stellarnav li li.has-sub:hover>a {
  color: #3d3d3d;
  background: #f5f5f5;
  border: none;
  margin: 7px;
  border-radius: 10px;
}

@media screen and (max-width: 1200px) {
.stellarnav>ul>li>a {
    padding: 5px 20px 0px;
  }
}

@media screen and (max-width: 1024px) {
  .stellarnav ul {
    text-align: center;
  }
  .main_header_area .container {
    max-width: 95%;
  }
}

@media screen and (max-width: 900px) {
  .stellarnav ul {
    text-align: center;
  }
  .nav-header {
    top: 0px;
  }
  .pageIndex .nav-header {
    top: 0px;
  }
  .header_area.sticky .nav-brand {
    backdrop-filter: none;
    width: 170px;
    margin: 0px auto 15px;
  }
  .nav-header {
    position: relative;
    text-align: center;
  }
  .header_area.sticky .nav-header {
    transition: all .4s ease-in-out;
  }
  .nav-brand {
    position: static;
    display: block;
    margin: 15px 0px 20px;
    padding: 0px;
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .pageIndex .header_area {
    animation: none;
    position: sticky;
    top: 0px;
    width: 100%;
    border-radius: 0px;
    left: 14px;
  }
  .header_area.sticky .nav-brand {
    backdrop-filter: none;
    width: 170px;
    margin: 0px auto;
  }
  .pageIndex .nav-header {
    top: 0px;
  }
  .nav-brand {
    margin: 0px;
  }
}

@media screen and (max-width: 500px) {
  .header_area {
    padding: 20px 0px;
  }
}

/*文章(首頁連動)****************************************/

.module_i_news {
    padding: 80px 20px 0;
    background: #f6f6f6;
}

.module_i_news02 section {
  display: grid;
  gap: 20px 60px;
}

.module_i_news_list,
.module_i_news_list.swiper {
  padding: 0px;
}

.module_i_news02 .title_i_box {
  width: fit-content;
  margin-bottom: 0px;
  position: relative;
}

.module_i_news02 .title_i_box:after {
    content: "";
    width: 1px;
    height: 70%;
    background: #afafaf;
    display: block;
    margin: 30px auto 0px;
}

.module_i_news02 .i_blog_b {
  max-width: 100%;
  grid-column: span 2;
  margin-right: 0;
}

.module_i_news02 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
}

.module_i_news02 .title_i_box h4 {
  font-size: 24px;
  color: #202020;
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
}

.module_i_news02 .title_i_box h6 {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 400;
}

.module_i_news02 li a {
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.module_i_news02 .i_blog_ri h5 {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    color: #222;
}

.module_i_news02 .i_blog_ri p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 170%;
}

.module_i_news02 .i_blog_ri em {
  color: #999;
  font-family: "Noto Sans TC", sans-serif;
  background: #5555;
  color: #fff;
  padding: 4px 10px;
}

.module_i_news02 .i_blog_le img {
  z-index: 9;
}

.module_i_news02 li a {
  position: relative;
  overflow: hidden;
}

.module_i_news02 li a:before {
  content: 'MORE';
  bottom: unset;
  right: unset;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  font-size: 15px;
  color: #999;
  background: #ffffff;
  transition: all .6s;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  border: 2px solid #e2e2e2;
}

.module_i_news02 li a:hover:before {
  transform: translate(-50%, 0%);
  opacity: 1;
  transition: all .5s ease-in-out;
}

.module_i_news02 li a:after {
  content: '';
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  background: #ffffff;
  opacity: 0;
  border: 2pt solid #e2e2e2;
}

.module_i_news02 li a:hover:after {
  opacity: 1;
  width: 100%;
  transition: all 500ms;
}

.module_i_news02 .i_blog_ri{
  z-index: 9999;
}

.animated-arrow {
  margin: 0px 0 40px 0px;
  height: 38px;
  line-height: 38px;
  width: 220px;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  color: #444;
  z-index: 0;
  transition: all .7s;
}

.animated-arrow::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: #ccc;
    transition: all .5s;
}

.animated-arrow:hover::before {
    background: #393939;
      transition: all .5s;
}

.animated-arrow:hover {
  border-color: #393939;
  transition: all .7s;
}

.i_blog_b * {
  font-size: 15px;
  font-weight: 400;
}

.i_blog_b a i.fa-solid.fa-arrow-right {
  display: none;
}

@media screen and (max-width: 1024px) {
.module_i_news02 .i_blog_ri h5 {
    font-size: 14px;
}
.module_i_news02 li a {
    display: grid;
}
.module_i_news02 ul {
    grid-template-columns: 1fr;
}
.module_i_news02 li a:before{
  display: none;
}
}

@media screen and (max-width: 768px) {
      .module_i_news02 ul {
        grid-template-columns: 1fr 1fr;
    }
    .module_i_news02 section {
    gap: 20px 20px;
}
.module_i_news02 .title_i_box h4 {
    font-size: 20px;
}
.module_i_news02 li {
        border-bottom:none;
    }
.module_i_news02 .title_i_box:after {
    height: 95%;
}
}
@media screen and (max-width: 600px) {
      .module_i_news02 ul {
        grid-template-columns: 1fr;
    }
        .module_i_news02 .title_i_box h4 {
        font-size: 17px;
    }
    .module_i_news02 .title_i_box h6 {
    font-size: 15px;
    color: #a1a1a1;
    font-weight: 400;
}
    .module_i_news02 .title_i_box:after {
        height: 98%;
    }
}
/*文章(法律知識)****************************************/

.article_a .main_part,
.blog_in_page.main_part {
  max-width: 1000px;
}

.article_a h4.blog_category_title {
  display: none;
}


/*側邊選單*/

.blog_le {
    padding: 0px;
}

.article_a h5.blog_le_t {
  margin-bottom: 15px;
  font-weight: 400;
  margin-left: 10px;
  color: #4e4e4e;
}

.article_a h5.blog_le_t span {
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 20px;
  color: #a1a1a1;
  font-weight: 400;
}

.article_a .blog_search input[type=search] {
  border-radius: 0px;
}

.article_a .blog_le {
  width: fit-content;
  display: flex;
  flex-direction: column;
  padding-left: 40px;
}

.article_a .blog_le .accordion {
  border: none;
  border-radius: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 15px;
}

.article_a .accordion li .link a {
  font-weight: 400;
  padding: 0px 10px;
  border-left: 1px solid #444;
}

.article_a .accordion li .link:has(i.fa) a {
  border: none;
}

.article_a .accordion li+li .link {
  border: none;
}

.article_a .accordion li .link:has(i.fa) {
  padding-right: 22px;
  border: none;
}

.article_a .accordion li .link {
  padding: 2px 0;
  color: #444;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 2px;
  border: 0;
  font-weight: normal;
}

.article_a .blog_le .accordion li .link i {
  font-size: 12px;
  color: #7e7e7e;
  justify-content: unset;
  width: 24px;
}

.article_a .blog_le .accordion>li:hover .link,
.article_a .blog_le .accordion>li.on_this_category .link {
  color: #444 !important;
  background: #eeeeee;
}

.article_a .blog_le .accordion>li:hover,
.article_a .blog_le .accordion>li.on_this_category {
  background: transparent !important;
}

.article_a .blog_le .accordion>li:hover .link a,
.article_a .blog_le .accordion>li.on_this_category .link a {
  color: #444 !important;
}

.article_a .blog_le .accordion>li:hover .link i,
.article_a .blog_le .accordion>li.on_this_category .link i {
  color: #444 !important;
}

.article_a .submenu a {
  background: #fff;
  padding: 10px;
}

.article_a .submenu li.on_this_category a,
.article_a .submenu a:hover {
  background: #FFF;
  color: #444;
}

.article_a .submenu a i {
  display: none;
}

/*文章外觀*/

.article_a .blog_subbox {
  grid-template-columns: 1fr;
}

.article_a .blog_ri {
  width: 100%;
  padding: 0;
}

.article_a .subbox_item a:after {
  display: none;
}

.article_a .subbox_item a:before {
  content: 'READ MORE －';
  position: static;
  display: flex;
  background: #d9d9d9;
  color: #fff;
  padding: 5px;
  padding-bottom: 10px;
  opacity: 0;
  transform: translateX(60px);
  transition: all 1s;
  font-size: 12px;
  word-break: break-word;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.article_a .subbox_item a:hover:before {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s
}

.article_a .subbox_item a {
  grid-gap: 15px;
  width: 100%;
  display: flex;
}

.article_a .subbox_item a:hover {
  transform: scale(0.95);
}

.article_a .blog_list_le {
  aspect-ratio: auto;
}

.article_a .blog_list_ri {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 55px;
  padding-left: 30px;
  position: relative;
}

.article_a .blog_list_ri:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #33333333;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
.article_a .subbox_item{
  border-bottom: none;
}
}

@media screen and (max-width: 600px) {
.article_a .subbox_item a {
    flex-direction: column;
}
.article_a .subbox_item a:before {
    writing-mode: unset;
}
.article_a .blog_list_ri {
    padding-left: 0;
}
.article_a .blog_le {
    padding-left: 0;
}
.news_related_list {
    padding: 20px 0;
}
.news_related h6:before {
    margin-top: 20px;
}
.article_a .blog_list_ri h5 {
    font-size: 16px;
}
}

/*文章文字*/

.article_a .blog_list_ri h5 {
  letter-spacing: 1px;
  color: #222;
  font-weight: 400;
  font-size: 18px;
  -webkit-line-clamp: 4;
}

.article_a .blog_list_ri em {
  position: absolute;
  top: 0px;
  margin: 0;
  border: 1px solid #3333;
  padding: 5px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  font-size: 12px;
}

.article_a .blog_list_ri p {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 180%;
}

/*內頁*/

.blog_in_page h4.blog_category_title {
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0px;
}

.blog_shareData {
    position: absolute;
}

.toShareNews{
  gap: 10px;
}

.toShareNews b {
  display: none;
}

.toShareNews a{
  margin: 0;
}

.blog_in_page.article_a .blog_le {
  padding: 0;
}

.articel_mainPic img {
    max-width: 70%;
    margin-top: 50px;
}

.edit {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 180% !important;
    padding-top: 50px;
    color: #444;
}


.blog_back a.article_btn_back {
    background: #c6c6c6;
    border-radius: 5px;
}

.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
    border: 1px solid #adadad;
    background: transparent;
    color: #444;
    border-radius: 5px;
}


/*相關文章*/

.news_related_list li a img {
    padding-bottom: 10px;
}
.news_related {
	background: #d3d3d317;
	border-top: 1px solid #4444;
}
.news_related h6 span:before {
	font-size: 19px;
	color: #424242;
	letter-spacing: 1px;
	font-weight: 400;
}
.news_related h6:before {
    content: 'READ MORE';
    display: block;
    margin-top: 30px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 300;
    color: #444;
}
.news_related_list{    padding: 50px 0;}
.news_related_list li a {
    transition: all .5s;
    padding: 10px;
    border: 1px solid #e3e3e3;
}
.news_related_list li a:hover {
	transform: translateY(-20px);
	transition: all .5s;
}
.news_related_list li a p {
    font-size: 14px;
    color: #333;
    line-height: 180%;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lastPage {
	background: #353535;
	margin: 20px auto 30px;
	font-size: 14px;
	padding: 2px 20px;
}

/*文章2(成功案例)******************************************/



.article_b .main_part{
  max-width: 1000px;
}

.blog_in_page.article_b .main_part{
  max-width: 1200px;
}

/*側邊選單*/

.article_b h5.blog_le_t em {
	font-weight: 400;
}
.article_b .blog_search input[type=search] {
	border-radius: 0px;
}
.fa-circle-chevron-right::before {
	content: "\f105";
}
.article_b .blog_le .accordion {
	border-radius: 0px;
	border: none;
}
.article_b .accordion li .link a {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	transition: all 1s;
	color: #505050;
	padding: 10px 10px;
}
.article_b .blog_le .accordion li .link i {
    color: #444;
    font-size: 14px;
  }

.article_b .blog_le .accordion li.open .link {
    background: transparent;
}

.article_b .submenu {
    background: transparent;
}

.article_b .accordion li.open .link a{
  color: #505050;
}

.article_b .blog_le .accordion li.open .link i {
    color: #000000;
}
.article_b .accordion li+li .link {
    border-top: 1px solid #ccc;
}
.article_b .blog_le .accordion>li:hover, .article_b .blog_le .accordion>li.on_this_category {
    transition: all 1s;
    background: transparent !important;
}
.article_b .blog_le .accordion>li:hover .link a, .article_b .blog_le .accordion>li.on_this_category .link a {
	color: #444!important;
	padding-left: 25px;
}
.article_b .blog_le .accordion>li:hover .link i,.article_b .blog_le .accordion>li.on_this_category .link i {
	color: #000 !important;
}
.article_b .submenu a {
    background: #fff;
    padding: 10px 5px 5px 15px;
}

.article_b .submenu li:nth-last-of-type(1) a {
margin-bottom: 20px;
}
.article_b .submenu li.on_this_category a,
.article_b .submenu a:hover,
.article_b .submenu li:nth-last-of-type(1).on_this_category a,
.article_b .submenu li:nth-last-of-type(1) a:hover {
	background: #9f9f9f;
	color: #fff;
	padding-left: 35px;
	font-weight: 300;
}
.article_b .submenu a i {
	left: -30px;
	transition: all 0.4s;
}
.article_b .submenu a:hover i {
	left: 10px;
	transition: all 0.4s;
}
.article_b .submenu a:hover i,.article_b .submenu li.on_this_category a i {
	left: 10px;
	transition: all 0.4s;
}
.article_b h5.blog_le_t {
    margin-bottom: 15px;
    font-weight: 400;
    margin-left: 10px;
    color: #4e4e4e;
}
.article_b h5.blog_le_t span {
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 20px;
    color: #a1a1a1;
    font-weight: 400;
}

.article_b .submenu li{
    border: none !important;  
}


/*文章外觀*/


.blog_page.article_b h4.blog_category_title {
	display: none;
}
.article_b .subbox_item a {
    display: grid;
    padding: 15px;
    background-image: url(https://pic03.eapple.com.tw/powenlaw/pro_bg.jpg);
    background-position: center;
    background-size: auto;
    border: 1px solid #bcbcbc;
}
.article_b .blog_subbox {
    grid-template-columns: 1fr;
}


.article_b .blog_list_ri h5 {
    font-weight: 400;
    font-size: 18px;
    -webkit-line-clamp: 2;
    color: #444;
}
.article_b .blog_list_ri p {
	font-size: 13px;
	color: #a9a9a9;
	letter-spacing: 1px;
	line-height: 180%;
}

.article_b .blog_list_le{
  position: relative;
}

.article_b .subbox_item a:before {
    position: absolute;
    z-index: 19;
    display: flex;
    font-weight: 600;
    width: 100%;
    height: 10%;
    align-items: center;
    letter-spacing: 5px;
    opacity: 0;
    transition: all .6s ease;
    background: transparent;
    content: '◄';
    justify-content: flex-end;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #444;
}
.article_b .subbox_item:hover a:before {
    right: 3%;
    opacity: 1;
    transition: all .6s ease;
    transition-delay: .4s;
}

.article_b .subbox_item a:after {
    opacity: 0;
    background: #e4e4e48a;
    width: 0%;
    left: unset;
    right: 0px;
}

.article_b .subbox_item:hover a:after {
    width: 10%;
    opacity: 1;
    transition: all .6s ease;
    border-left: 1px solid #bcbcbc;
}

@media screen and (max-width: 600px) {
  .article_b .blog_list_ri h5 {
    font-size: 16px;
}
}

@media screen and (max-width: 500px) {
  .article_b .blog_list_ri h5 {
    font-size: 16px;
}
.article_b .subbox_item a {
    display: flex;
    flex-direction: column;
}
}

/*促銷方案(最新消息)***************************************/

.promotions_page .main_part {
  max-width: 800px;
}

.promotion_title {
  display: flex;
  flex-direction: column;
}

.promotion_title em {
  position: relative;
  border: none;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
}

.promotion_title em:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 1.1px;
  background: #747474;
  transform: translateY(-50%);
}

.promotion_title span {
  color: #444;
  margin: 0;
  border: 1px solid #cccccc;
  padding: 5px 15px;
  margin-bottom: 25px;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.promotion_title h2 {
  font-size: 20px;
  color: #444;
}

.promotions_page .edit {
    position: relative;
    letter-spacing: 0.5px;
    line-height: 180% !important;
    font-weight: 400;
    font-size: 14px;
    background-image: url(https://pic03.eapple.com.tw/powenlaw/pro_bg.jpg);
    background-position: center;
    background-size: auto;
    padding: 75px 20px 20px 20px;
    margin: 40px 0px;
    border: 1px solid #bcbcbc;
    font-family: "Noto Sans TC", sans-serif;
}

.promotions_page .edit * {
    font-size: 15px !important;
}

.promotions_page .edit::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 25px;
  width: 89px;
  height: 37px;
  background-image: url(https://pic03.eapple.com.tw/powenlaw/pro_deco_2.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
  opacity: .5;
}

@keyframes writeReveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}

.promotions_page .edit::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 40px;
  width: 22px;
  height: 55px;
  background-image: url(https://pic03.eapple.com.tw/powenlaw/pro_deco.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
  transform: rotate(19deg);
  filter: drop-shadow(2px 0px 2px rgba(0, 0, 0, 0.089));
}

/*下方相關*/

.other_promotion {
  grid-template-columns: 1fr;
}

.other_promotion li {
  display: flex;
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid #bcbcbc8c;
  padding: 0;
  font-family: var(--SFont);
}

.other_promotion li a {
  padding: 15px;
  width: 100%;
  margin: 0;
  position: relative;
  border: 0;
  transition: .5s;
}

.other_promotion li a:hover {
  background: transparent;
}

.other_promotion li a:before {
  content: none;
}

.other_promotion li a:after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 25%;
  transform: translateY(-50%);
  color: #9c9c9c;
  font-size: 20px;
  transition: all .5s;
  font-weight: 200;
  bottom: unset;
  width: 0px;
  height: 0px;
  border: none;
}

.other_promotion li a:hover:after {
  width: 0%;
  right: 30px;
  height: 0%;
}

.other_promotion .pmtTime {
  float: left;
  font-size: 13px;
  font-style: normal;
  padding-right: 7px;
}

.other_promotion .pmtTime span {
  float: left;
  font-style: normal;
  padding-right: 7px;
  letter-spacing: 0.04em;
}

.pmtTitle span {
  float: left;
  padding: 0px 15px;
  color: #444;
  border: 1px solid #cccccc;
}

.other_promotion .pmtTitle h3 {
  letter-spacing: 0.04em;
  font-weight: normal;
  font-size: 15px;
  height: auto;
  min-height: auto;
  margin: 0;
  padding: 0 20px;
}

/* 商品下拉超過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;
}


/*線上表單(聯絡我們)********************************************/

.contact_page .main_part {
    max-width: 1000px;
}


.blank_letter {
    text-align: center;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px;
    position: relative;
    margin: 0 20px;
    padding: 35px 30px 50px 30px;
}

.blank_letter.i {display: none;}
.contact_content .information_left {
display: none;
}

.contact_content .information_right {
    display: flex;
    justify-content: center;
    padding: 0px;
    width: 100%;
}

.contact_form {
    width: 50%;
}
.contact_form li {
    padding-bottom: 0px;
    grid-gap: 0px;
    display: flex;
    flex-direction: column;
}
.contact_form li .form__label {
    max-width: 50%;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2.2em;
    position: relative;
    text-align: left;
    font-weight: 300;
    color: #000;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    letter-spacing: 1px;
    text-align: justify;
    gap: 13px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}
.red {
    color: #676767;
    position: absolute;
    left: -17px;
}
.blank_letter span {
    left: 30px;
    top: 67px;
}
.contact_form li input.noborder {
    border: 1px solid #a9a9a9;
    background-image: url(https://pic03.eapple.com.tw/powenlaw/pro_bg.jpg);
    background-position: center;
    background-size: auto;
}
.form select {
    background-color: #fafafa;
    border: 1px solid #a9a9a9;
    font-size: 13px;
    letter-spacing: 1px;
}
.contact_form li.last {
    gap: 0px;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 80px;
}
.contact_form li.last cite {
    background: #919191;
    border: none;
}
.contact_form li.last blockquote {
    border: 1px #919191 solid;
}

.contact_form li textarea.noborder {
    border: 1px solid #a9a9a9;
    background-image: url(https://pic03.eapple.com.tw/powenlaw/pro_bg.jpg);
    background-position: center;
    background-size: auto;
}

.contact_form li.last input {
    font-size: 14px;
    padding: 0px;
}

.contact_form li.last blockquote, .contact_form li.last cite {
    padding: 5px;
    height: 30px;
}


@media screen and (max-width: 768px) {
    .contact_content .information_left {
    width: 100%;
    margin-top: 0px;
    height: 600px;
}
.contact_content .information_right {
    width: 95%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 50px;
    align-content: center;
}
.red {
    left: -18px;
}
    .note {
        top: 67px;
        left: 50% !important;
        transform: translateX(-50%);
    }
.contact_content .information_left::before {
    top: -18%;
}
    .contact_form {
        width: 85%;
        margin: auto;
    }
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        padding: 0px;
        background: transparent;
    }
}

@media screen and (max-width: 500px) {
    .contact_content .information_right {
        padding-left: 0px;
    }
    
}

@media screen and (max-width: 400px) {
    .contact_content .information_right {
        padding-left: 0px;
        width: 100%;
    }
}

/*分隔線*******************************************************/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */

.product_page .main_part {
  max-width: 1500px;
}

/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.product_page .product_menu_list {
  position: relative;
  width: 220px;
  letter-spacing: 1px;
  /*border-right: 1px solid #ccc;*/
  min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
  width: calc(100% - 270px);
}

ul.page {
  width: 100%;
}

.product-layer-two li ul {
  position: static;
  margin-top: 5px;
  /*display:block !important;*/
  width: 100%;
  margin-left: 0;
}

.product-layer-two li:hover ul {
  border: none !important;
  /*display:block !important;*/
}

.product-layer-two li li {
  display: block;
  padding: 0;
  transition: all ease .3s;
}

.product-layer-two li li a {
  padding: 5px 10px;
}

.product-layer-two li li:hover>a {
  background: #fff;
  color: #ad925e;
}

.product-layer-two>li {
  width: 100%;
  max-width: 100%;
  padding: 0;
  text-align: left;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
}

.product-layer-two>li ul>li+li {
  margin-top: 5px;
}

.product_info_page .product-layer-two {
  display: none;
}

.product_info_page .products-list,
.product-wrapper {
  width: 100%;
}

.product-layer-two li li:hover {
  margin-left: 15px;
}

.product-layer-two li li>a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  background: transparent;
  left: 0;
  margin-left: -20px;
  top: 50%;
  margin-top: -4px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
  background: #ad925e;
}

.product_info_page .half_box {
  width: 100%;
  float: none;
  padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
  margin-top: 50px;
  justify-content: space-between;
  display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
  width: calc(50% - 10px);
  background-image: none;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
  .product_menu_list,
  .products-list,
  .product-wrapper {
    width: 100%;
  }
  .product-layer-two {
    margin-right: 0;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 5px;
  }
  .product_page .product-layer-two,
  .product_page .products-list {
    width: 100%;
    border-right: none;
  }
  .product_page .product_menu_list>h5 {
    display: block;
  }
  .product_page .show_content>a {
    order: 1;
  }
  .product_page ul.products-list {
    order: 2;
  }
  .product_page ul.page {
    order: 3;
  }
  .product_page .product_menu_list {
    width: 100%;
    order: 0;
    min-height: unset;
  }
}

@media screen and (max-width: 600px) {}

/********分隔線**************************************************************/

/*預設解除背景輪播*/

#content_main {
  margin: 0;
}
.bannerindex {
  position: relative;
  height: auto;
}
.swiper-banner {
  position: static;
  margin: 0;
  height: auto;
}

@media screen and (max-width: 768px) {
  .bannerindex {
    padding: 0;
    margin: 0;
  }
}

/********分隔線**************************************************************/

/*內頁BANNER 設定*/

.banner {
  display: none;
}

.banner h5 {}

.banner.banA {}

.banner.banB {}

.banner.banC {}

.banner.banD {}

.banner.banE {}

.banner.banblog {}

@media screen and (max-width: 768px) {
  /* 開啟手機板下方按鈕所需設定 */
  #bottom_menu {
    display: flex;
  }
  #to_top {
    bottom: 60px;
  }
  .stellarnav .menu-toggle {
    font-size: 12px;
    margin-top: 2px;
    padding: 8px;
  }
  .stellarnav>ul>li:after {
    display: none;
  }
  .stellarnav>ul>li>a:nth-last-child(1) {
    padding: 10px 43px 10px 10px;
  }
  .stellarnav.mobile ul ul {
    padding: 5px;
  }
  .stellarnav.mobile.left>ul {
    border: none;
    background: rgb(250 250 250);
    box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);
  }
  .stellarnav.mobile.right>ul,
  .stellarnav.mobile.left>ul {
    max-width: 100%;
  }
  .stellarnav .icon-close:before,
  .stellarnav .icon-close:after {
    border-bottom: solid 2px #FFF;
  }
  .stellarnav.mobile.right .close-menu,
  .stellarnav.mobile.left .close-menu {
    background: #424242;
    color: #FFF;
  }
  .stellarnav.mobile li.open {
    background: #ffffff;
    padding: 20px;
  }
  .stellarnav li li:hover>a:before {
    display: none;
  }
  .stellarnav li li:hover>a,
  .stellarnav li li.has-sub:hover>a {
    padding: 20px 5px 20px 10px;
  }
  .stellarnav.mobile li.open li.open {
    padding: 0px;
  }
  .stellarnav.mobile>ul>li {
    border-bottom: 1px #dddddd solid;
    padding: 20px;
  }
  .stellarnav.mobile>ul>li>a.dd-toggle {
    padding-top: 26px;
  }
  .stellarnav a.dd-toggle .icon-plus:before,
  .stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 2px #686868;
  }
  .stellarnav.mobile>ul>li>a {
    font-size: 15px;
    font-weight: 400;
    border: none;
    display: grid;
  }
  .stellarnav>ul>li:before {
display: none;
  }
  #bottom_menu li a {
    background: #FFF;
    letter-spacing: 1px;
  }
  .copy_box {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 600px) {}