@charset "utf-8";
/*溫佳健康生活*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

/*第八版模組產品結帳頁第二頁填寫資訊*/
body.car_page .footer_info li p:before{
  position: initial;
  display: inline;
}
/*大圖不要有特效只有換圖*/
.swiper-banner .swiper-slide img{
      -webkit-animation-duration: unset;
}
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-pagination-bullet{
  background: #008c9c;
}
#to_top{
  background: #ffffff; 
  width: 45px;
  height: 45px;
  padding-top: 6px;
}
.me_tp_features {
  display: none;
  position: absolute;
  right: 0;
  top: 12%;
  width: auto;
  z-index: 9999;
}
/*版面*/
.blog_page #content,.blog_in_page  #content{
  background-position: top;
  background-size: 100%;
  background-image: url(https://pic03.eapple.com.tw/wejoin168/all_bk1.png);
  background-repeat:repeat-y;
  background-size: cover;
}
#content_main{
  background: #ffffff;
}
.album_page #content, .album_class_page #content,.album_info_page  #content{
  background-repeat:repeat-y;
  background-image: url(https://pic03.eapple.com.tw/wejoin168/all_bk2.png);
  background-size: cover;
}
.other_select_page #content {
  display: flex;
  flex-direction: column;
  background: #e5955b;
}
.edit_part{
  padding: 0;
}
.edit_part section{
  max-width: 100%;
}
.promotions_page .main_part{
  width: 100%;
  max-width: 75%;
}
.other_select_page .main_part {
  width: 100%;
  max-width: 100%;
  margin: 0  auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.contact_page  .main_part{
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.blog_page .main_part{
  max-width: 84%;
  width: 100%;
  padding: 8% 0 0 0;
}
.blog_in_page .main_part {
  max-width: 84%;
  width: 100%;
  padding: 8% 0 0 0;
}
.services_page .main_part{
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0;
}
.case_page  .main_part{
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0;
}
.other_page .main_part{
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0;
}
.promotions_page .main_part {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
/*按鈕*/
.animated-arrow {    background: #ADA17E;}
.pageIndex .header_area{
  position: fixed;
  background: #ffffff;
  transition: all 0.3s;
  width: 100%;
  padding: 0;
  height:auto;
}
.header_area{
  position: relative;
  background: #ffffff;
  transition: all 0.3s;
  width: 100%;
  padding: 0;
  height:auto;
}
.header_area.sticky .stellarnav ul{
  padding: 2% 0;
  transition: all 0.3s;
}
.header_area.sticky {
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  transition: all 0.3s;
  top: 0;
  height: auto;
}
.nav-header {
  max-width: 100%;
  width: 100%;
}
.main_header_area .container {
  max-width: 84%;
  width: 100%;
}
.navigation{
  grid-template-columns: 315px 1fr;
}
.stellarnav{
  width: auto;
  display: flex;
  justify-content: flex-end;
}
.stellarnav ul {
  right: 0;
  position: relative;
  margin: 0;
  padding: 2% 0;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  transition: all 0.3s;
}
.nav-brand::before {
  width: 476px;
  height: 158px;
  content: '';
  position: absolute;
  background-image: url(https://pic03.eapple.com.tw/wejoin168/top_logo.png);
  background-repeat: no-repeat;
  background-size: 76%;
  left: 0;
  top: 0;
}
.nav-brand img{
  display: none;
}


.stellarnav > ul > li{
  height: auto;
  padding: 0 2% 0 1%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}



/*服務流程的下拉第1個按鈕隱藏
.stellarnav > ul > li:nth-child(4) >ul> li:first-child{
  display: none;
}*/

.stellarnav > ul > li::after {
  content: '';
  background: url(https://pic03.eapple.com.tw/wejoin168/symbol01.png);
  background-repeat: no-repeat;
  background-size: 84%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  display: flex;
  justify-content: flex-end;
}

.stellarnav > ul > li:nth-child(9)::after{
  display: none;
}
.stellarnav > ul > li:nth-child(10){
  display: none;
}


.stellarnav > ul > li > a {
  transition: all 0.3s;
  color: #8e8e8e;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0;
  margin: 0 auto;
  font-size: 18px;
  height: auto;
  position: relative;
  width: 100%;
}

/*相簿功能-下拉"全部"*/
.stellarnav > ul > li:nth-child(6) ul  li:nth-child(1){
  display: none;
}

.stellarnav ul ul{
  padding: 0;
  background: #ffffff;
}



.stellarnav li li{
  width:auto;
  text-align: center;
}


.stellarnav li li > a, .stellarnav li li.has-sub > a{
  font-weight: 600;
  font-size: 16px;
}


.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
  color: #ffa755;
  border-color: #ffa755;
}


.stellarnav li.has-sub > a:after{
  display: none;
}

.stellarnav > ul > li:hover > a{
  color: #ffa755;
  font-weight:600;
}

.stellarnav > ul > li.has-sub > a{
  padding-right: 0;
}


/*Banner*/

.album_page  .banner,.album_class_page  .banner,.album_info_page .banner{
  display: none;
  
}



.banner{
  background: transparent;
  height: 220px;
  padding: 100px 0 0;
  display: none;
 
}

.other_select_page .banner{
  height: 0;
  padding: 0;
  min-height: max-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.other_select_page .banner h5 {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 3px;
    color: #ffffff;
    margin-top: 2%;
    position: relative;
    width: 100%;
    max-width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.other_select_page .banner h5::before{
  content: '';
  background-color: #ffffff;
  width: 10px;
  height:10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
 
}

.other_select_page .banner h5::after {
  content: '';
  background-color: #ffffff;
  width:10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  
}


/*麵包屑*/
.path{
  display: none;
}




/*文章管理*/

.blog_list_ri em{
 display: none;
}

.blog_le {
  width: 18%;
}

.blog_ri {
  width: calc(100% - 19%);
  padding: 0 0 0 5%;
}

.blog_list_ri {
  padding: 0 4% 0 4%;
  height: 110px;
}

.blog_list_ri h5{
  font-family: 'Noto Sans TC';
  letter-spacing: 1px;
}

.blog_subbox{
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 14px;
  grid-gap: 34px;
}

.subbox_item a{
  grid-template-columns: 1fr;
  
}

.subbox_item a:before{
  opacity: 1;
  color: #ffa755;
  content: 'More';
  font-family: 'Noto Sans TC';
  font-size: 18px;
}


.blog_list_le{
  border-radius: 14px;
}

.blog_list_le img{
  border-radius: 14px 14px 0 0;
  padding: 4% 4% 0 4%;
}

.subbox_item a:after{
  background: transparent;
  border: none;
  position: relative;
}

a.news_menu_toggle i{
  color: #ffffff;
}

.blog_box_edit *{
  color: #ffffff;
  font-family: 'Noto Sans TC';
  line-height: 184%;
  letter-spacing: 1px;
  font-size: 18px;
}

.blog_box{
  padding-bottom:0;
}

h4.blog_category_title{
  color: fff;
  font-size: 28px;
  letter-spacing: 2px;
  font-family: 'Noto Sans TC';
  margin-bottom: 0px;
  font-weight: 500;
}

.accordion li .link a{
  width: 100%;
  font-size: 20px;
  padding: 0;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

h5.blog_le_t em{
  text-align: center;
  color: #ffffff;
  font-family: 'Noto Sans TC';
  font-size: 34px;
  letter-spacing: 2px;
}

h5.blog_le_t {
  font-size: 24px;
  font-weight: 500;
  color: #666;
  font-family: serif;
  letter-spacing: 2px;
  margin-bottom: 7px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
}

h5.blog_le_t span::after {
  content: '最新ニュース';
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 33px;
  font-weight: 800;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  text-align: center;
  justify-content: center;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{
  background: transparent !important;
}

.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{
  color: #f8a75d !important;
}

.accordion > li {
  width: 100%;
  line-height: 350%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.blog_le .accordion{
  border: none;
  border-radius: 0;
}

.subbox_item{
  background: #ffffff;
  border-radius: 14px;
}

.news_related{
  max-width: 90%;
  padding: 0 4% 8% 4%;
  margin: 0 auto;
  background: transparent;
}

.lastPage{
  display: none;
}

.news_related h6 span:before{
  font-family: "Noto Serif TC", serif;
  font-size: 34px;
  letter-spacing: 2px;
}

.news_related h6{
  margin: 0 auto 4% auto;
}

.news_related h6 span:before{
  font-family: "Noto Serif TC", serif;
    font-size: 34px;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 500;
}

.blog_back{
  margin-bottom: 8%;
  grid-gap: 15px;
}

.news_related_list{
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  max-width: 100%;
  width: 100%;
  grid-gap: 40px;
}

.news_related_list li a{
  padding: 14px;
  background: #fff;
  height: 100%;
  border-radius: 8px;
}

.news_related_list li a p{
  font-size: 17px;
  font-family: 'Noto Sans TC';
  letter-spacing: 1px;
  color: #333;
  line-height: 150%;
  margin: 4% 0 0 0;
}

.news_related_list li a:hover{
  opacity: 0.8;
}

.blog_back a.article_btn_prev{
  background: #0d6b77;
  color: #ffffff;
  border-radius: 10px;
}

.blog_back a.article_btn_next{
  background: #0d6b77;
  color: #ffffff;
  border-radius: 10px;
}

.blog_back a.article_btn_back {
  background: #134f57;
  color: #ffffff;
  border-radius: 10px;
}

h4.blog_category_title{
  color: #ffffff;
}

.toShareNews{
  color: #fff555;
}


.blog_list_ri p{
  -webkit-line-clamp: 2;
  margin-bottom: 12%;
  font-family: 'Noto Sans TC';
}

.articel_mainPic img{
  display: none;
}

.blog_box_edit::before {
  content: '';
  position: absolute;
  background: url(https://pic03.eapple.com.tw/wejoin168/boundary_m.png);
  background-repeat: no-repeat;
  width: 94%;
  height: 12px;
  background-size: 100%;
  background-position: center bottom;
  opacity: 0.2;
}



.accordion li .link a::before {
  content: '';
  position: absolute;
  background: url(https://pic03.eapple.com.tw/wejoin168/boundary_s.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 12px;
  background-size: 100%;
  background-position: center bottom;
  left: 0;
  opacity: 0.2;
}

.blog_in_page .edit{
  padding: 30px 0;
}

.page{
  margin: 8% auto 6% auto;
  color: #fcc800;
  font-size: 20px;
}

.page li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page li a, .page li strong {
  background-color: #347787;
  border-radius: 25px;
  width: 30px;
  height: 30px;
  color: #c9e1f0;
}

.page strong, .page a:hover {
  background: #ffa755;
  color: #fff;
}


/*客戶要求邊界線要筆畫的感覺*/
.accordion li+li .link{
  border-top: none;
  width: 100%;
  text-align: center;
}
.accordion li .link{
  position: relative;
  width: 100%;
  text-align: center;
}



/*相簿管理*/
.album_page .main_part{
  max-width:74%;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 7% 0 2% 0;
}
.album_class_page .main_part, .album_info_page .main_part {
  max-width:84%;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 6% 0 4% 0;
}
.show-list .show_name {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  font-family: 'Noto Sans TC';
  letter-spacing: 2px;
  margin-top: 4%;
}
.show-list:hover .show_name{
  color: #ffa755;
  font-weight: 600;
}
.album_page ul.show-list, .other_subalbum{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 160px;
  z-index: 1;
  position: relative;
}
.album_class_page ul.show-list, .other_subalbum{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:40px;
  z-index: 1;
  position: relative;
}
ul.pic-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:0;
  z-index: 1;
  position: relative;
  gap: 40px;
}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {z-index: 1;background: transparent;}
.show-list .item{
  padding: 4% 0;
}
.show-list .show_pic {
  border-radius: 14px;
  outline: 4px solid #ffffff;
  box-shadow: 4px 6px 6px #00000047;
}
.pic-list .show_pic{
  outline: 4px solid #ffffff;
}
.album_page .show-list .item a{
  left: 18px;
}
.other_subalbum{
    overflow: unset;
}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{ 
    display: block;
    position: relative; 
    overflow: hidden;
    height: 0;
}
.pic-list .show_pic{
  border-radius: 22px;
}
.show-list .show_pic, .other_subalbum li a div, .pic-list .show_pic {
  padding-bottom: 75%;
  z-index: 1;
}/*相簿圖片長寬比例，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; left: 50%; top: 50%;transform: translate(-50%,-50%);}
.other_album_choice li {
  background: #7d8e4e;
}
.subalbum-menu h2{color: #cbc0a0;font-size: 24px;}
.subalbum-menu{
  padding: 0;
}
.other_subalbum li{
  background: transparent;
}
.other_subalbum li p {margin-top: 10px;}
.album_class_page .subalbum-menu h2{
  color: #ffffff;
}
.album_fixed_title{
  background: transparent;
  color: #494949;
}

.other_subalbum li a p{
  font-size: 20px;
  color: #ffffff;
  font-family: 'Noto Sans TC';
  letter-spacing: 2px;
  text-align: center;
  font-weight: 600;
}




/*促銷*/
.promotions_page .promotion_title{
  display: none;
}
.promotions_page.bodyDesktop .page{
  margin: 0;
}
.promotions_page .other_promotion{
  display: none;
}
.promotions_page  .show_content{
  padding: 0;
  margin: 0;
}
.promotion_title h2{
  display: none;
  font-family: "Noto Serif TC", serif;
  color: #c68682;
  letter-spacing: 1px;
}
.promotions_page .edit {
  color: #080710;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.15em;
  font-size: 16px;
  padding: 0;
}
.promotions_page .other_promotion{
  padding: 0;
  margin: 0;
}
.promotion_title {
  display: flex;
  flex-direction: column;
}
.promotion_title span{
  border: none;
  padding: 0;
  margin: 0;
}
.promotion_title em{
  border: none;
  padding: 0;
}
.promotion_title * {
  font-size: 24px;
  color: #1a5e79;
  font-family: 'Noto Sans TC';
}

/*下拉*/
.other_select_page  .show_content{
  order: 2;
}
.other_promotion .pmtTime span{
  color: #afafaf;
}
.other_select_page .slowAnimation .pmtTitle {
  position: relative;
  display: contents;
}
.other_select_page .slowAnimation  .pmtTitle span {
  display: none;
}
.other_select_page .slowAnimation .pmtTitle h3{
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}
.other_select_page .slowAnimation .pmtTitle h3:hover,.other_select_page .slowAnimation .pmtTitle:active{
  font-family: 'Noto Sans TC', sans-serif;
  letter-spacing: 1px;
  color: #FFFF00;
  background-color: transparent;
  margin: 0;
}
.other_select_page .slowAnimation .pmtTitle::before {
  position: absolute;
  content: '/';
  color: #fff;
  left: -10px;
  font-size: 23px;
  top: 50%;
  font-weight: lighter;
  transform: translate(0%, -50%);
}
.other_select_page .slowAnimation{
      margin: 0;
}
.other_select_page .slowAnimation:nth-child(1) .pmtTitle::before{
  display: none;
}
.other_select_page .other_promotion {
  text-align: center;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 2% auto;
    display: flex;
    grid-gap: 15px;
    justify-content: center;
    margin-top: 20px;
}
.other_select_page .page{
  display: none;
}
.other_promotion li a:hover{
  background: transparent;
}
.other_promotion li a:before{
  display: none;
}
.other_promotion li a:after{
  display: none;
}
.other_select_page .other_promotion li a{
  border: none;
  background-color: transparent;
}


/*聯絡我們*/
.contact_content .information_left{
  display: none;
}
.contact_content .information_right {
  display: none;
}
.contact_content{
  padding: 0;
}
.contact_editbox{
  margin: auto;
  padding: 0;
}



/*頁腳*/
.footer {
  padding: 42px 0 0 0;
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
}
.footer .center{
  max-width:84%;
  width: 100%;
}
.footer_info ul{
  display: flex;
  padding: 1.6% 0 8% 0;
  max-width: 100%;
  flex-direction: column-reverse;
}
.footer_info {
  grid-template-columns: 500px 1fr;
  padding-right: 0;
}
.footer_menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 5px;
}
.footer_info li p {
  color: #8E8E8E;
  display: inline-block;
  width: auto;
  margin-right: 4%;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 16px;
}
.footer_info li p a{
  color: #8E8E8E;
  padding-left: 10px;
}
.footer_menu a {
  text-align: left;
  transition: all 0.3s;
  border: none;
  background: transparent;
  border: none;
  border-radius: 4px;
  color: #8E8E8E;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  height: auto;
  position: relative;
  width: 100%;
  font-family: "Noto Sans TC", sans-serif;
  padding-left: 15%;
}
.footer_menu a::before {
  content: '';
  background: url(https://pic03.eapple.com.tw/wejoin168/symbol01.png);
  background-repeat: no-repeat;
  background-size: 84%;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  display: flex;
  justify-content: flex-end;
}
.footer_menu a:hover{
  background: transparent;
  color: #ffa755;
  font-weight: 400;
}
.footer_menu a:nth-child(1){
  display: none;
}
.footer_menu a:nth-child(10){
  display: none;
}
.footer_info li:nth-child(1) {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
}
.footer_info li:nth-child(2){
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  font-style: normal;
}
.footer_logo {
  position: relative;
  height: auto;
}
.footer_logo  a{
  width: 350px;
  position: relative;
}
.footer_logo a::before {
  content: '';
  position: absolute;
  background: url(https://pic03.eapple.com.tw/wejoin168/footer_logo.svg);
  background-repeat: no-repeat;
  z-index: 99;
  width: 350px;
  height: 91px;
  left: 0;
  top: 0;
}
.footer_logo img{
  display: none;
}
.copy {
  background: transparent;
  color: #8E8E8E;
  border: none;
  font-size: 15px;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  right: 0;
  bottom: 0;
  width: auto;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
  margin-bottom: 1%;
}
.copy a{  
  color: #8E8E8E;
  transition:all 0.3s;
}
.copy a:hover{
  color: #8E8E8E;
}
.box_link{
  display: none;
}
.box_link a{
  transition:all 0.3s;
}
.box_link a:hover {
  background: #ADA17E;
  color: #fff;
}
.footer_info li p{
  line-height: 170%;
  font-family: "Noto Sans TC", sans-serif;
}
.add{
  order: 1;
}
.tel{
  order: 2;
}
.mail{
  order: 3;
}
.footer_info li p.add:before {
  content: '';
  position: absolute;
  background: url(https://pic03.eapple.com.tw/wejoin168/index_footer01.svg);
  width: 15px;
  height: 15px;
  background-size: cover;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer_info li p.tel:before{
  content: '';
  position: absolute;
  background: url(https://pic03.eapple.com.tw/wejoin168/index_footer02.svg);
  width: 15px;
  height: 15px;
  background-size: cover;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer_info li p.mail:before{
  content: '';
  position: absolute;
  background: url(https://pic03.eapple.com.tw/wejoin168/index_footer03.svg);
  width: 15px;
  height: 15px;
  background-size: cover;
  top: 50%;
  transform: translate(-50%, -50%);
}
#bottom_menu li{
  width: 100% !important;
}
#bottom_menu li:nth-child(2){
  display: none;
}
#bottom_menu li:nth-child(3){
  display: none;
}
#bottom_menu li a{
  color: #496a77;
}
#bottom_menu li a em{
  color: #496a77;
  font-family: "Noto Sans TC", sans-serif;
}

@media screen and (max-width: 1500px) {
.nav-brand{
  margin: 0;
}
.nav-header{
  justify-content: flex-start
}

.stellarnav > ul > li{
  width: 100px;
}
.stellarnav > ul > li::after{
  background-size: 56%;
  background-position: center center;
  right: 0;
  transform: translate(0%, -50%);
}
.nav-header{
  max-width: 92%;
}
.stellarnav > ul > li > a{
  font-size: 17px;
}


/*文章*/
.blog_page .main_part, .blog_in_page .main_part{
  max-width: 90%;
}
.blog_le {
  width: 25%;
}
.blog_ri{
  width: calc(100% - 26%);
}
.news_related_list{
  max-width: 90%;
  width: 100%;
}

/*頁腳*/
.footer_logo a::before{
  background: url(https://pic03.eapple.com.tw/wejoin168/footer_logo.svg);
  background-size: 74%;
  background-repeat: no-repeat;
}
.footer_info{
  grid-template-columns: 280px 1fr;
  padding-right: 0;
  
}
.footer_logo{
  padding: 0;
}



}

@media screen and (max-width: 1280px) {
.pageIndex .header_area .main_header_area{
  position: relative;
}
.pageIndex .header_area{
  position: relative;
}
.nav-header{
  justify-content: flex-start
}
.header_area{
  padding: 0 0 2% 0;
}
.main_header_area .container{
  max-width: 96%;
}
.nav-brand{
  margin: 0;
}
.stellarnav ul{
  width: 100%;
  max-width: 100%;
  padding: 3% 0 0 0;
}
.nav-brand img{
  width: 78%;
}
.stellarnav > ul > li::after{
  background-size: 58%;
  transform: translate(50%, -50%);
}
.nav-brand img {
  width: 100%;
}
.header_area.sticky .nav-brand img{
  width: 90%;
}

.stellarnav > ul > li {
  width: 98px;
  padding: 0;
}
/*下拉*/
.other_select_page .banner h5{
  font-size: 26px;
}

/*版面*/
.album_page .main_part{
  max-width: 80%;
}
.album_page ul.show-list, .other_subalbum{
  gap: 40px;
}




/*相簿*/
.album_page .main_part{
  max-width: 90%;
  padding: 7% 0 0 0;
}
.album_class_page .main_part, .album_info_page .main_part{
  max-width: 90%;
}
.show-list .show_pic{
  border-radius: 40px;
}
.pic-list .show_pic{
  border-radius: 60px;
}



/*頁腳*/
.footer_info li p{
  font-size: 15px;
}
.footer_menu a{
  font-size: 15px;
}
.footer_info {
  grid-template-columns: 1fr;
  padding: 0;
}
.footer_info ul{
  padding: 8% 0;
}
.footer_logo a::before{
  background-size: 80%;
}


}
@media screen and (max-width: 1024px) {
.nav-brand::before {
    width: 100%;
    height: 158px;
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/wejoin168/top_logo.png);
    background-repeat: no-repeat;
    background-size: 35%;
    left: 0;
    top: 0;
    background-position: top center;
}
.nav-brand::before{
  display: flex;
}
.nav-brand{
  height: 120px;
}
.nav-brand  img{
  width: 60%;
}
.nav-header {
  justify-content: center;
}
.header_area {
  height: auto;
  padding: 0 0 1% 0;
}
.header_area.sticky{
  height: auto;
}
.other_promotion{
  display: flex;
  grid-gap: 0;
  justify-content: center;
  flex-direction: row;
}
.stellarnav {
  width: 100%;
}
.header_area.sticky .stellarnav ul{
  padding: 0;
}
.stellarnav ul{
  right: 0;
  text-align: center;
  padding: 0;
}
.stellarnav > ul > li{
  padding: 0 1%;
  width: 95px;
}
.pageIndex .header_area .main_header_area{
  height: auto;
  padding: 0;
}
.other_select_page .slowAnimation .pmtTitle h3{
  font-size: 20px;
}



/*文章*/
h5.blog_le_t em{
  font-size: 30px;
}
h5.blog_le_t span::after{
  font-size: 25px;
}
h5.blog_le_t{
  height: 85px;
}
.blog_ri{
  min-height: 42vh;
}
.blog_subbox{
  grid-template-columns: 1fr 1fr;
  grid-gap: 36px;
}


/*相簿*/
.album_class_page ul.show-list, .other_subalbum{
  grid-template-columns: 1fr 1fr;
}



/*頁腳*/
.footer_info li:nth-child(1){
  width: 100%;
}
.footer_info li:nth-child(2){
  width: 100%;
}
.footer_info ul{
  flex-direction: column;
}





}
@media screen and (max-width: 980px) {
.me_tp_features{
  display: none;
}
.main_header_area .container{
  max-width: 100%;
  width: 100%;
}



/*下拉*/
.other_select_page .banner{
  padding: 45px 0 12px 0;
}
.other_promotion {
  display: flex;
  grid-gap: 0;
  justify-content: center;
  flex-direction: column;
}
.other_select_page .banner h5{
  width: 100%;
  margin-bottom: 3%;
  margin-top: 0;
  font-size: 34px;
}
.other_select_page .slowAnimation .pmtTitle::before {
  display: block;
  left: 0;
  transform: translate(0%, -50%);
}
.other_select_page .slowAnimation .pmtTitle h3{
  font-size: 24px;
}
.other_promotion li a{
  padding: 0;
}
.other_select_page .slowAnimation .pmtTitle h3{
  text-align: center;
}
.other_select_page .other_promotion {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  max-width: max-content;
  width: 100%;
  gap: 0 20px;
  padding:0  0 45px 0;
  margin: 0 auto;
}
.other_select_page .slowAnimation:nth-child(4) .pmtTitle::before{
  display: none;
}





/*頁腳*/  
.footer_info li:nth-child(1){
  display: flex ;
      flex-direction: column;
}
.footer_info li p.add:before,.footer_info li p.tel:before, .footer_info li p.mail:before{
  background-size: cover;
  top: 18%;
  transform: none;
}
.footer_info li p{
  position: relative;
}
.footer_info li p a{
  padding-left: 4%;
}
.footer_menu{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer_info ul {
  padding: 8% 0 0 0;
}


}
@media screen and (max-width: 768px) {
.bannerindex { 
  padding:0;
   margin:0;
}
.nav-brand::before{
  background-size: 36%;
  height: 90px;
}
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.stellarnav a.dd-toggle .icon-plus:before{
  border-bottom: solid 1px #000000;
}
.stellarnav a.dd-toggle .icon-plus:after{
  border-bottom: solid 1px #000000;
}
.stellarnav.mobile li a{
  padding-left:0;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
  background: #76767621;
}
.stellarnav .menu-toggle{
  padding: 30px 10px;
}
.stellarnav ul{
  padding: 0;
  border-radius: 0;
}
.stellarnav.mobile > ul > li{
  width: 100%;
}
.stellarnav.mobile > ul > li > a{
  width: 100%;
  padding: 10px 0 10px 40px;
}
.stellarnav > ul > li:nth-child(2) > a:nth-child(1):before,
.stellarnav > ul > li:nth-child(3) > a:nth-child(1):before,
.stellarnav > ul > li:nth-child(4) > a:nth-child(1):before,
.stellarnav > ul > li:nth-child(5) > a:nth-child(1):before,
.stellarnav > ul > li:nth-child(6) > a:nth-child(1):before,
.stellarnav > ul > li:nth-child(7) > a:nth-child(1):before,
.stellarnav > ul > li:nth-child(8) > a:nth-child(1):before,
.stellarnav > ul > li:nth-child(9) > a:nth-child(1):before{
  top: 15%;
  left: 0;
  transform: translate(0%, 0%);
  animation: unset;
}
.stellarnav.mobile > ul > li > a.dd-toggle {
  padding: 6px;
  position: absolute;
  text-align: right;
  z-index: 999;
  right: 0;
}
.stellarnav li a{
  color: #797979;
}
.stellarnav.mobile li a {
  border-bottom: none;
}
.stellarnav > ul > li > a{
  font-size: 15px;
}
.stellarnav > ul > li::after{
  display: none;
}
.stellarnav > ul > li:hover::before{
  width: 100%;
}
.stellarnav a.dd-toggle .icon-plus:after{
  border-bottom: solid 1px #a9a9a9;
}
.stellarnav a.dd-toggle .icon-plus:before{
  border-bottom: solid 1px #a9a9a9;
}
.nav-brand{
  height: 90px;
}


/*文章*/
.blog_page .main_part, .blog_in_page .main_part{
  max-width: 85%;
}
.banner h5{
  width: 60%;
}
.blog_list_le {
  width: 100%;
}
.subbox_item a{
  display: flex ;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.blog_ri {
  width: 100%;
  padding: 0;
}
.blog_le{
  width: 100%;
}
.blog_subbox{
  grid-template-columns: 1fr;
  grid-gap: 38px;
}
.accordion li .link a::before{
  background: url(https://pic03.eapple.com.tw/wejoin168/boundary_m.png);
}
.blog_list_ri{
  width: 100%;
}
.blog_subbox{
  grid-template-columns: 1fr 1fr;
}

/*相簿*/
.show-list .show_pic, .other_subalbum li a div, .pic-list .show_pic{
  overflow: hidden;
}
.show-list .show_pic{
  aspect-ratio: 2 / 0;
}
/*下拉*/
.other_select_page .slowAnimation .pmtTitle h3{
  font-size: 20px;
}
.other_select_page .banner h5{
  font-size: 30px;
}




/*頁腳*/
#bottom_menu li{
  float: left;
  width: 33.3%;
}
.footer_menu{
  grid-template-columns: 1fr 1fr;
}
.footer_logo img {
  max-width: 33%;
}
.footer_logo {
  height: 90px;
  padding: 0 0 12% 0;
}
.footer_logo a::before {
  background-size: 73%;
}
.footer_info{
  padding: 0;
}
.footer_info ul {
  padding: 0;
}
.footer_menu a{
  padding-left: 8%;
}
.footer_menu a::before{
  background-size: 40%;
}


}
@media screen and (max-width: 600px) { 
/*文章*/
.blog_page .main_part, .blog_in_page .main_part{
  max-width: 85%;
  width: 100%;
}
.blog_subbox{
  grid-template-columns: 1fr;
}
.blog_subbox{
  grid-template-columns: 1fr;
  max-width: 90%;
  margin: 0 auto;
}
.blog_box{
  padding-bottom: 24%;
}
.news_related_list{
  grid-template-columns: 1fr;
}


/*頁腳*/  
.footer_info li p a {
  padding-left: 8%;
}
.news_related h6 span:before{
  font-size: 28px;
}
.news_related{
  padding: 0 4% 16% 4%;
}


/*相簿*/
.album_class_page ul.show-list, .other_subalbum{
  grid-template-columns: 1fr;
}
.album_page .main_part{
  max-width: 84%;
}
.album_class_page .main_part, .album_info_page .main_part{
  max-width: 84%;
}
ul.pic-list{
  display: flex;
  flex-direction: column;
}
.album_page .show-list .item a{
  left: 0;
}
.show-list .item a{
  padding: 0 4%;
}

/*下拉*/
.other_select_page .other_promotion{
  grid-template-columns: repeat(1, 1fr);
}
.other_select_page .slowAnimation .pmtTitle::before{
  display: none;
}
.other_select_page .slowAnimation{
  padding: 2px;
}

/*頁腳*/
.footer_info{
  padding: 0;
}

}
  
@media screen and (max-width: 480px) { 
/*抬頭*/
.nav-brand::before {
  background-size: 60%;
}
/*版面*/
.blog_page .main_part, .blog_in_page .main_part{
  max-width: 90%;
  width: 100%;
}

/*文章*/
.blog_le {
    width: 100%;
}
.blog_page .banner.banblog, .blog_in_page .banner.banblog{
  background-position: 0;
}
.album_page .banner,.album_class_page .banner {
  background-position: -30%;
}
.promotions_page .banner {
  background-position: 20%;
}
.blog_list_ri{
  height: 130px;
}



/*相簿*/
.album_page ul.show-list, .other_subalbum{
  display: flex;
  flex-direction: column;
}
ul.show-list{
  grid-template-columns: 1fr;
}
.album_class_page ul.show-list, .other_subalbum{
  grid-template-columns: 1fr;
}
.show-list .item {
  padding: 0;
}

/*最新消息*/
.promotions_page .main_part{
  max-width: 85%;
}

/*聯絡我們*/
.contact_content .information_left {
  width: 100%;
}
.contact_content .information_right {
  width: 100%;
  padding-left: 0;
}
.contact_form li{
  width: 100%;
}
.contact_form li .form__label{
  background: transparent;
}



}
