@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body {font-family: "Noto san TC", serif;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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}
*/

/*Loading*/

.bannerindex::after{
  content: "";
  display: block;
  background-image: url(https://pic03.eapple.com.tw/imoniedu/logo.jpg);
  background-size: cover;
  width: 200px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000000000000000000001;
  pointer-events: none;
  animation: banner-logo 1.5s forwards;
  
}

.bannerindex::before {
  content: "";
  display: block;
  background: #FCF8F5;
  background-size: cover;
  width: 200%;
  height: 200%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1000000000000000000000;
  animation: banner-bg 2s forwards;
}

/*電腦LOGO*/

.nav-brand img { max-width: 100%;}

/*手機LOGO
.nav-brand-m {}
*/


/*all*/

#content { padding-top: 13px;}


/*頁面導覽列*/
/*.path p, .path p a {
display: none;
}*/

.promotion_title {
    display: none;
}
.other_promotion {
    display: none;}
/*ul.page {
    display: none;
}*/

/*.other_select_page ul.page {
    display: none;
}*/

@keyframes banner-logo {
  0% {
      opacity: 0;
      filter: blur(0);
  }

  25% {
      opacity: 1;
      filter: blur(0);
  }

  50% {
      filter: blur(0);
      opacity: 1;
  }

  80% {
      filter: blur(0);
      opacity: 1;
  }

  100% {
      filter: blur(10);
      opacity: 0;

  }
}

@keyframes banner-bg {
  0% {}

  50% {}

  80% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}



/*LOGO*/

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    grid-template-columns: 200px 1fr;
    grid-gap: 0 20px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.nav-brand {
    width: 350px;
    margin-top: 5px;
    transition: all 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}

.nav-header {
  max-width: 38%;
  transition: all 0.3s;
}

/*首頁文章*/
.module_i_news .title_i_box h4 { display: none;}
.module_i_news {  padding: 0 50px 20px;}

/*產品搜尋*/


.box_search input[type=text] {
  top: 6px;
  right: 10px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  top: 6px;
  right: 10px;
}

.shop_search_btn {
  background: #CDB9AF;
}

/*HEADER*/

.main_header_area .container {
  max-width: 90%;
}

.header_area {background: #fff;}
.header_area.sticky { width: 100%; z-index: 9999; background: rgb(255 255 255); padding-top: 8px;}
/*.me_tp_features a { color: #363636; letter-spacing: 1px; font-weight: 500; text-shadow: 0px 0px 30px #ffffff, 0px 0px 7px #ffffff, 0px 0px 6px #ffffff;}*/
.tp_links { display: none;}

.tp_links a {
    font-size: 15px;
    color: #b6beab;
    transition: all .4s;
}

.tp_links a:hover {
  color: #eeffe1;
}

/*header購物車*/

.me_tp_features {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: -101px;
    flex-direction: row;
    align-items: flex-start;
   
    padding-bottom: 104px;
    margin-left: 81px;
}

.me_tp_features a {
    color: #d7d7d7;
    letter-spacing: 1px;
    font-weight: 300;
    text-shadow: 0px 0px 30px #ffffff, 0px 0px 7px #ffffff, 0px 0px 6px #ffffff;
font-size: 12px;
}

/*---*/
/*.me_tp_features {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-top: 8px;
    z-index: 9999;
    flex-direction: row;
    align-items: center;
	display: none;
}*/

.box_search {
    position: relative;
    display: none;
    vertical-align: top;
    width: 160px;
    margin-bottom: 5px;
}

/*第一層*/

.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li.has-sub > a { padding-right: 0px;}
.stellarnav ul li:nth-of-type(1) li:nth-of-type(n+5) { display: none;}
.stellarnav > ul > li > a {
	letter-spacing: 2px;
    color: #93535C;
    font-weight: 400;
    font-size: 17px;
    padding: 0px 2px;
    position: relative;
    margin: 0px 1px;
    text-shadow: 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff;
	font-family: 'Noto San TC';
}

.stellarnav > ul > li { display: inline-block; padding: 0 26px; padding-top: 15px;}
.stellarnav > ul > li > a:hover { font-weight: 400; }


/*
.stellarnav > ul > li:after {
    content: '';
    background: #D89B3F;
    z-index: -1;
    width: 5%;
    height: 25px;
    left: 6px;
    position: absolute;
    bottom: 11px;
    transition: height 0.5s ease;
    border-radius: 63px;
}
*/

.stellarnav > ul > li:hover:after { height: 4px; transition: height 1s ease;}
.stellarnav > ul > li { display: inline-block; padding: 0 20px;}
/*.stellarnav > ul > li > a:nth-last-child(1) { padding: 0px 8px; margin: 1px 8px;text-shadow: 0px 0px 4px #000000, 0px 0px 4px #000000, 0px 0px 4px #000000; }
.stellarnav > ul > li:nth-last-child(1):after {
  left: 0px;
  width: 125%;
}*/


/*第二層*/
.stellarnav li.drop-left ul ul {  left: 160px; right: auto;}
.stellarnav ul {  margin: 0; padding: 0; text-align: center; padding-top: 8px;}
.stellarnav ul ul { background: #4125178c; max-height: 700px; width: 170px; /*overflow-y: scroll;*/ left: 0px; padding-top: 0px; font-family: 'Noto San TC';}
/* 自定義滾動條 */
.stellarnav ul ul::-webkit-scrollbar { width: 10px; /* 滾動條的寬度 */}
.stellarnav ul ul::-webkit-scrollbar-thumb { background-color: #b2b9ac; /* 滾動條顏色 */}
.stellarnav ul ul::-webkit-scrollbar-track { background: #f1f1f1; /* 滾動條背景顏色 */}
.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: 1px; font-size: 15px;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { color: #5a5a5a; padding: 13px 5px 13px 22px; background: #ffffff; border: none;}
.stellarnav li a { color: #ffffff;}
.stellarnav li li > a:before { content: ''; position: absolute; left: -14px; opacity: 0; transition: all 0.8s; width: 0px; height: 1px; background: #b0005c; top: 33px;}
.stellarnav li li:hover > a:before{ opacity: 1; left: 21px; width: 90px; background: #CDB9AF;  top: 35px;}
/*首頁商品*/
.animated-arrow { background: unset; color: #CDB9AF; border-radius: 50px; border: 1px solid #CDB9AF;}
.pageIndex .products-list { grid-template-columns: repeat(3, 1fr);}

/*footer*/
.footer {
	border-top: 1px #CCC solid;
	background: #94535f;
	padding: 30px 0 0;
}
.footer_logo {     background-size: 243px;
	text-align: center;
}
.footer_info li p.add2:before { content: '營業時間：';}
.footer_info li p.phone:before { content: '電話：';}
.footer_info li p.taxid:before {  content: '手機：';}
.footer_info li:nth-child(1) { padding-bottom: 20px; max-width: 800px; display: grid;  justify-items: start; grid-template-columns: repeat(2, 1fr); gap: 1px;}
.footer_logo a{
}

p.phone {
    display: none;
}
.footer_logo img {
	max-width: 100%;
}
.footer_info li p, .footer_info li p a{
	color:#FFF;
}

.box_link {display: none; }
.footer_menu {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

	/*footer按鈕最小寬度100px*/
.footer_menu a {
	margin: 0;
	text-align: center;
	padding: 3px 10px;
	transition: all 0.3s;
	background: unset;
    border: unset;
	margin: 0 5px 4px 5px;
	color: #FFF;
	font-weight: 600;
	border-radius: 30px;
letter-spacing: 1px;
}
.footer_menu a:hover {  background: #c5a576;  border: none; color: #ffffff;}



.copy {
    background: #94535f;
	color: #fff;
	border:none;
}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link a{
	transition:all 0.3s;
	border: 1px #FFF solid;
    color: #FFF;
}
.box_link a:hover {
	background: #f3941d;
    color: #FFF;
}




.footer_info li:nth-child(1) {
    padding-bottom: 20px;
	max-width: 800px;
}
.footer_info li p {
    width: 100%;
}

.footer_info li:nth-child(2) {
	border-top: 1px rgba(255,255,255,0.1) solid;
    padding: 15px 0px 10px;
	margin: 0px;
}



.box_link {
    /*right: 60px;*/
}

/*頁尾LOGO*/
.footer_logo {
    text-align: center;
    background: url(https://pic03.eapple.com.tw/imoniedu/logo-07.png) no-repeat center center;
    background-size: 240px;
    height: 100%;
    filter: brightness(0) invert(1);
    margin: 10px;
}
.footer_logo img {
    width: 0px;
}
.footer_logo {
	text-align: center;
}


/*大圖特效*/

#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-banner .swiper-slide img{width:100%;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}

@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
	.stellarnav li a {  color: #c9949d;}
	.me_tp_features { display: none;}
    }


  @keyframes fade-in-top {
    0% { -webkit-transform: translateY(-50px); transform: translateY(-50px); opacity: 0; }
    100% { -webkit-transform: translateY(0);  transform: translateY(0);  opacity: 1; }
  }

  
  @keyframes wave-reveal {
    0% {clip-path: ellipse(0% 0% at 100% 100%); }
    100% { clip-path: ellipse(100% 100% at 50% 50%); }
  }



/*購物車側選單*/



/* 動畫背景 */

/*.product-layer-two li a {
  position: relative;
  padding: 10px 16px;
  color: #391911;
  background: #cdb9af36;
  border-radius: 13px;
  z-index: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.product-layer-two li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cdb9af;
  border-radius: 13px;
  transform: translateX(100%);
  transition: transform 0.6s ease;
  z-index: -1;
  pointer-events: none;
}

.product-layer-two li a:hover::after {
  transform: translateX(0);
}

.product-layer-two li a > * {
  position: relative;
  z-index: 1;
}

.product-layer-two li i {
  top: 4px;
  color: #b0978b;
  transition: 0.3s;
}
.product-layer-two li a::after {
  z-index: -1; 
}

.product-layer-two li a > * {
  position: relative;
  z-index: 1;
}

.product-layer-two li.active a {
  border: none;
  font-weight: 400;
}

.product-layer-two li i {
  top: 4px;
  color: #b0978b;
  transition: 0.3s;
}

.product-layer-two li i:hover {
  filter: drop-shadow(2px 2px 3px #4f5a47);
  transform: rotate(45deg);
  color: #FFF;
  transition: 0.3s;
}

.product-layer-two li.active li a {
  font-weight: 400;
  letter-spacing: 2px;
  color: #444;
  background: transparent;
}

.product-layer-two li li a {
  padding: 5px 10px;
  color: #444;
  transition: all 0.4s;
}

.product-layer-two li ul a::after {
   display: none;}

.product-layer-two > li 
{ width:100%; max-width:100%; padding:0; text-align:left; padding-bottom: 5px;}

*/
.product-layer-two li >a:hover {
    color: #fff;
    background: #cdb9af;
}

.product-layer-two li li a:hover {
    background: #FAF7EF!important;
    color: #666;
}

/*.product-layer-two li {
    padding: 5px 0px;
}*/

.product-layer-two li.active a {

    font-weight: 500;
    color: #f7f7f7;
    font-family: serif;
    letter-spacing: 2px;
    position: relative;
    background: #ccb9b0;
    border: none;
}
/*.product-layer-two li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    color: #444;
	background: #f3f3f300;
    
}*/

.product-layer-two li a {
    display: block;
    position: relative;
    color: #666;
    padding: 20px 12px 20px 8px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    word-break: break-all;
    line-height: 1.25;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}
.fa-circle-plus::before {
    content: "\f077";
}

.product-layer-two li i.close::before {
    content: '\f077';
    color: #fff;
}



.product-layer-two li i {
   position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #444;
    transition: all 0.4s ease;
    width: 45px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.product-layer-two li a {
    background: #fff;
    border-top: 1px solid #ccc;
}
/*-----*/







/*浮動按鈕*/
.info_fix_links { display: flex !important;  padding: 0;  align-items: flex-end;}
.info_fix>span{ display: none;}
.info_fix_links a { background: #D89B3F;}
.info_fix_links a:hover {#CDB9AF;}
.info_fix_links a+a+a+a+a { display: none;}
.info_fix_links a+a+a+a { display: none;}
.info_fix_links a.info_fix_default {
    display: none;
}



/*商品外觀*/

.products-list .price b {
  color: #6a6a6a;
  letter-spacing: 1px;
  font-weight: 400;
}
.products-list .name {
  font-size: 16px;
  color: #444;
  letter-spacing: 1px;
  font-weight: 400;
  height: 28px;

}

.products-list .more {
  display: none;
}

.products-list .item a {
  padding-bottom: 0px;
  position: relative;

}

  .products-list .pic img {
    border-radius: 5px;
}

.products-list .pic:before {
    content: "看更多";
    letter-spacing: 11px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    line-height: 230%;
    background: #CDB9AF;
    opacity: 1;
    transition: all 0.3s;
    font-size: 14px;
    width: 100%;
    color: #ffffff;
    height: 50px;
    padding: 10px;
}

.products-list .pic img {
  border-radius: 5px;
  transition: all 0.6s;
}

.products-list a:hover .pic:before {
  opacity: 0;
}

.products-list a:hover .pic img {
  transform: translate(0%, 0%) scale(1.1);
  filter: none;
  transition: all 0.6s;
}


/*商品內頁側邊單*/
.sidebarBtn {
  border: none;
}
.product_info li .txt_box {
  color: #000000;
}
.sidebarBtn .price span {
  color: #ffffff;
  font-weight: 500;
  background: #CDB9AF;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  margin: 8px;
}

.sidebarBtn h2 {
  color: #000000;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 500;
}

.sidebarBtn .price {
  color: #444;
    font-size: 18px;
    font-weight: 400;
  border-bottom: 1px solid #adb8a4;
}

.radio-inline__input:checked + .radio-inline__label {
  background: #000000;
  color: #FAF7EF;
}

.inquiry_a3 {
  background: #92525f;
}

.inquiry_a3:hover {
  letter-spacing: 2px;
  background: #f0cd51;
}

/*商品推薦*/


.prod_related {
  background: #ffffff;
  padding: 25px 15px;
}

.related_list li a { background: #FAF7EF; height: 100%; padding: 11px; border-radius: 10px; transition: all 0.5s;}

.related_list li a:hover { box-shadow: 3px 3px 3px #afafaf45; transform: translate(0%, 0%) scale(1.1); transition: all 0.5s;}


.prod_related h6 span:before {  font-size: 21px; color: #ffffff; font-weight: 400; letter-spacing: 5px;}

.pd_tabTitle li a { background: #CDB9AF00; color: #CDB9AF;}
.pd_tabTitle li.activeTab a { color: #CDB9AF;}
.pd_tabTitle li.activeTab::after {display: none;}
.pd_tabTitle li { border-bottom: unset;}
.prod_related h6 { max-width: 100%; margin: 0px auto 48px; background: #CDB9AF; text-align: center; padding: 8px 0px;}
.related_list li a p { padding-top: 10px;}
.lastPage { color: #fff; background: #96545f; border-radius: 50px; padding: 10px 20px; margin: 55px auto 40px; text-align: center; transition: all 0.3s;}
.lastPage:hover{ background:#f0cd51; transition: all 0.3s;}

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 50px 20px}
/* .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: 257px; 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: 13px 0px; /*display:block !important;*/ width:100%; margin-left:0; border-top: 1px solid #e5e5e5;}
.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:hover > a { background:#fff; color:#868686;}
.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: 23px;}
.product-layer-two li li:hover > a:before { background:#6f2618;}

.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) {


  /*FOOTER*/

.footer_info {
    padding: 0 44px 0 0;
}
.footer_info ul {
    padding-left: 46px;
}

}

@media screen and (max-width: 900px) {
  .footer_info ul {
      display: flex;
      vertical-align: top;
      width: 100%;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }
  }

@media screen and (max-width: 720px) {
   .module_i_news {
    padding: 10px 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
    }

@media screen and (max-width: 835px) {
	.footer_info {
    padding: 0;
    display: flex;
    flex-direction: column;}
	
	.footer_logo {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin: 0;
	background-size: 33%;
	height: 120px;
}

.footer_info li:nth-child(1) {
    gap: 0 50px;
}
	 }

@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; font-size: 20px; font-weight: 400; letter-spacing: 1px;}
.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;}

/*FOOTER*/
.footer_info ul {
  padding-left: 10px;
}
.footer.with_shopping_mode { padding:30px 0 70px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}



}
@media screen and (max-width: 600px) {
}


@media screen and (max-width: 429px) {
	.footer_info li:nth-child(1) {
    display: block;
    justify-items: start;
}

.footer_logo {
        background-size: 51%;
        height: 64px;
    }
	
	 }


@media screen and (max-width: 370px) {
	.footer_info { padding: 0; }
	.footer_menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(120px, 100%), 1fr));
    gap: 6px;
    padding-left: unset;
    justify-items: left;
}
	
	
}


@media screen and (max-width: 375px) {
  /*購物車/＝＝＝＝＝*/
  .footer_menu {max-width: 300px;}}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
/*.banner { background: url(https://pic03.eapple.com.tw/imoniedu/all_banner.jpg);
  background-position: bottom;
  background-size: cover;
  padding: 140px 0px;}*/
  .banner h5 {
    font-size: 22px;
    letter-spacing: 4px;
    color: #78696A;
    font-weight: 400;
    position: relative;
    z-index: 5;
    width: 236px;
    margin: auto;
    text-align: center;
    padding: 4px;
}
.other_page .banner.banB {
    display: none;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banF {background: url(https://pic03.eapple.com.tw/imoniedu/banner-02.jpg);
  background-position: bottom;
  background-size: cover;
  padding: 140px 0px;}
  
.article_a .banner {
    background: url(https://pic03.eapple.com.tw/imoniedu/banner-01.jpg);
    background-position: bottom;
    background-size: cover;
    padding: 140px 0px;
}

.article_b .banner {
    background: url(https://pic03.eapple.com.tw/imoniedu/banner-03.jpg);
    background-position: bottom;
    background-size: cover;
    padding: 140px 0px;
}


/*.banner.banblog { background: url(https://pic03.eapple.com.tw/imoniedu/banner-01.jpg);
    background-position: bottom;
    background-size: cover;
    padding: 140px 0px;}*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章測選單*/

.blog_le .accordion {
  border-radius: 0px;
  border: none;
}

.accordion li .link a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
  background: #cdb9af !important;
}

.submenu a {
    background: #ccb9b014;
}

.submenu li.on_this_category a, .submenu a:hover {
  background: #FAF7EF;
  color: #666;
  padding-left: 35px;
}

.submenu a i {
  left: -30px;
  transition: all 0.4s;
}

.submenu a:hover  i {
  left: 5px;
  transition: all 0.4s;
}

/*文章內文*/
.articel_mainPic img {
    display: none;
    max-width: 100%;
}

.news_tags {
    display: inline-block;
    margin: 20px 0;
}
.news_tags a {
    margin-right: 10px;
    color: #96545f99;
}

/*聯絡我們*/
.contact_le_map a {  background:#6c0c22;}
.contact_form li.last cite { background: #CDB9AF;}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #CDB9AF solid;}
.contact_form li.last blockquote { color: #CDB9AF;}
.contact_content .information_left { display: none;}
.contact_content { margin: auto; padding: 0;  text-align: center;}


@media screen and (max-width: 1200px) {
    @media screen and (max-width: 980px) {
        @media screen and (max-width: 768px) {
            @media screen and (max-width: 600px) {
                .contact_form li .form__label {
                    background: rgb(126 8 8 / 92%);
                    color: #fff;
                }
            }
        }
    }
}



/*聯絡資訊*/
li.info_FAX { display: none;}
.info_TEL:before { content: "商家";}
.info_TAXID:before { content: "Line";}



/*文章外層*/

.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
    background: transparent;
    padding-bottom: 50px;
    border-bottom: 1px #eee solid;
}


.subbox_item a:before {
    /*background: #ccb9b0;*/
    padding: 3px 10px;
    border-radius: 50px;
    color: #cdb9af;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 14px;
	display: none;
}

.subbox_item a {
    display: flex;
    position: relative;
    grid-gap: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.subbox_item a:after {
    transform: translateX(0);
    width: 100%;
    bottom: -40px;
    right: 0;
    opacity: 0;
    padding: 10px;
	background: #c6afa5d9;
    color: #fff;
	transition: 0.3s;
	content: 'READ MORE';
    position: absolute;
    z-index: 999;
	font-size: 15px;
	height: 50px;
	top: 87%;
	align-content: center;
	
}


/*.subbox_item a:after {
    content: '看更多';
    font-size: 20pt;
    background: #f1e0d57a;
    letter-spacing: 1px;
    border: 1px #cdb9af solid;
    text-align: center;
    transition: all .5s;
    align-content: center;
    font-family: "Cinzel", serif;
    color: #a4767a;
    backdrop-filter: blur(23px);
}*/

.subbox_item a:hover:after {animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1.000) both}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.subbox_item a:before{opacity: 1}
.subbox_item a:hover:before{opacity: 0}

.blog_list_ri h5 {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  letter-spacing: 1px;
}

.blog_list_ri p {
  font-size: 15px;
  color: #666;
  letter-spacing: 1px;
}

.blog_list_le {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog_list_le img {
  border-radius: 10px;
}

/*文章內頁*/

.blog_box_edit * {
  font-family: "Noto Sans TC", serif;
  /*font-weight: 400;*/
  letter-spacing: 1px;
}

.blog_back a.article_btn_back {
  background: #98555e;
}

.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
  background: #cdb9af;
}
h4.blog_category_title {
    color: #666;
    font-size: 25px;
    font-weight: 400;
    border-left: 5px #cdb9af solid;
    background: #faf6f4;
    padding-left: 30px;
}

.blog_page h4.blog_category_title{display: none;}

/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 1300px) {

  .stellarnav > ul > li {
    padding: 0 14px;
}


.me_tp_features { margin-top: -56px;  padding-bottom: 62px; margin-left: 0px;}

/*.me_tp_features {
  width: 98.5%;
}*/


.nav-header {
  max-width: 200px;
}

#content {
  padding-top: 14px;
}


/*.stellarnav > ul > li > a:nth-last-child(1) {
padding: 0px;
margin: 0px 8px;
}*/


.stellarnav > ul > li:after {left: -2px;}

.main_header_area .container {
  max-width: 98%;
}

}

@media screen and (max-width: 1024px) {

.me_tp_features {  align-items: flex-start; margin-left: -43px;}
/*.stellarnav > ul > li:after { background: linear-gradient(180deg, #ffffff00, #ffffff00, #ffffff00, #CDB9AF2e, #ffffff00, #ffffff00);}*/
/*.bannerindex { padding-top: 130px;}*/

}

@media screen and (max-width: 960px) {
  .subbox_item {
      width: 100%;
      border-bottom: none
  }
}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
/*#bottom_menu {display: block; }*/
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.stellarnav .menu-toggle:after { color: #000000;}
.stellarnav .menu-toggle span.bars span { background: #000000;}
.header_area.sticky .nav-header { width: 170px; transition: all 0.3s;}
.stellarnav > ul > li:after { display: none;}
.header_area.sticky {
    background: #ffffff;
}

/*.stellarnav > ul > li > a:nth-last-child(1) {
  padding: 10px 43px 10px 10px;
}
*/

.stellarnav.mobile.left > ul { background: #ffffff; border: none; box-shadow: 6px 0px 10px rgb(97 97 97 / 50%);}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #CDB9AF; color: #fff;}
.stellarnav.mobile li.open { background: #ccb9b047; padding: 0px;}
.stellarnav.mobile > ul > li { border: none;}
.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 2px #cdb9af;}
.stellarnav.mobile > ul > li > a { font-size: 20px; font-weight: 500;}
#bottom_menu li a { background: #93535C; letter-spacing: 1px; color: #fff;}
.stellarnav .icon-close:before { border-bottom: solid 3px #ffffff;}
.stellarnav .icon-close:after { border-bottom: solid 3px #ffffff;}

}

@media screen and (max-width: 600px) { 

  .me_tp_features {
    margin: 15px 0;
}

/*大圖*/

/*.bannerindex .swiper-slide img { display:none; }*/
.bannerindex .swiper-slide {/*height: 130vw;*/  width: 100% !important; }/*圖片比例*/
/*.bannerindex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/gogofun7/rwd01-1.jpg); background-position: top; background-size:cover;}/*個別換背景*/
/*.bannerindex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/gogofun7/rwd02-1.jpg); background-position: top; background-size:cover;}*/


  @keyframes fade-in-left {
    0% {
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }

}



@media screen and (max-width: 600px) { 

.blog_subbox {
    grid-template-columns: 1fr 1fr;
}

}

@media screen and (max-width: 420px) {
#to_top {  bottom: 137px; margin-left: 17px; }

}