@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{
    font-family: "微軟正黑體","Kanit", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix{ display: none;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.pageIndex .main_header_area ,.pageIndex #content_main {
    opacity: 0;
    animation: show-header 1s forwards;
    animation-delay: 1.6s;
}
@keyframes show-header {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

/* 開場動畫 */

.bannerindex{position: relative;}


.bannerindex::after {
      position: absolute;
    width: 233px;
    height: 98px;
    background:url(https://pic03.eapple.com.tw/morningstarurology/show-logo.png) no-repeat center center;
    -webkit-animation: fadeout 2.5s linear;
    animation: fadeout 2s linear;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    opacity: 0;
     z-index: 1000000000000000000000001;
      pointer-events: none;
}

.bannerindex::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
     width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    backdrop-filter: blur(10px);
    animation: banner-show-off 2.5s linear forwards;
    opacity: 1;
     z-index: 1000000000000000000000;
      pointer-events: none;
}


.swiper-banner::after {
    content: "";
    display: block;
    height: 0px;
    background-color: transparent;
    pointer-events: none;
    position: fixed;
    bottom: 240px;
    z-index: 500;
    opacity: 0;
}

@keyframes banner-show-off {
    0%{
        opacity: 1;
        background-color: #ffffff;
        backdrop-filter: blur(20px);
    }
    50%{
        opacity: 1;
        background-color: #ffffff7c;
        backdrop-filter: blur(20px);
    }
    75%{
        opacity: 1;
        background-color: transparent;
    }
    100%{
        opacity: 0;
        background-color: transparent;
        }
}
@keyframes fadeout {
    0%  {      opacity: 1;     }
    60% {      opacity: 1;     }
    100%{      opacity: 0;     }
}


@media screen and (max-width:450px) {
  .bannerindex::after{
    width: 180px;
    height: 72px;
  }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.pageIndex .main_part { border-top: none;}
.header_area { width: 100%;  padding: 0;   background: #cc000000;}
.pageIndex .header_area {  position: fixed; }
.main_header_area {  transition: all 0.5s ease;  border-top: 4px solid #42B6DD;}
.header_area{background: #fff ;   transition: 0.7s;}
.header_area.sticky {  width: 100%;  z-index: 9999;  background: #fff; transition: 0.7s;}
.tp_links{ display:none;}


.main_header_area .container { max-width: 1550px;  margin: auto;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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個但次分類直接顯示-結



/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/

.stellarnav li { font-size: 17px;}
.stellarnav li a { color: #1E150D; padding: 10px 10px;}
.stellarnav > ul > li { padding: 0 5px;}
.stellarnav > ul > li:nth-of-type(1) > ul > li:nth-child(1) { display: none; }

.stellarnav > ul > li.has-sub > a { padding: 30px 8px 0px; }
.stellarnav > ul > li > a {  margin: 28px 5px 24px;  padding: 30px 8px 0px;  position: relative; letter-spacing: 1.5px;  color: #1E150D; transition: all 0.1s;  font-size: 17px;  font-weight: 700; position: relative; height: 60px;}
.stellarnav > ul > li > a b { font-weight: 400;}
.stellarnav > ul > li > a:hover {  color: #42bae1;}
.stellarnav li li a{ transition: all 0.2s ease-in-out;}/*下拉分類滑過前*/
.stellarnav li li a:hover { background: #42bae1; color: #ffffff;}/*下拉分類滑過後*/



/*選單icon*/
.stellarnav > ul > li > a:before {
     content: url(https://pic03.eapple.com.tw/morningstarurology/nav-01.png);
    position: absolute;
    display: inline-block;
    top: 32%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    }

.stellarnav > ul > li:nth-of-type(1) > a:before {
    content: url(https://pic03.eapple.com.tw/morningstarurology/nav-01.png);}   
.stellarnav > ul > li:nth-of-type(2) > a:before {
    content: url(https://pic03.eapple.com.tw/morningstarurology/nav-02.png);}
.stellarnav > ul > li:nth-of-type(3) > a:before {
    content: url(https://pic03.eapple.com.tw/morningstarurology/nav-03.png);}
.stellarnav > ul > li:nth-of-type(4) > a:before {
    content: url(https://pic03.eapple.com.tw/morningstarurology/nav-04.png);}
.stellarnav > ul > li:nth-of-type(5) > a:before {
    content: url(https://pic03.eapple.com.tw/morningstarurology/nav-05.png);}
.stellarnav > ul > li:nth-of-type(6) > a:before {
    content: url(https://pic03.eapple.com.tw/morningstarurology/nav-06.png);}
.stellarnav > ul > li:nth-of-type(6) > a:before {
    content: url(https://pic03.eapple.com.tw/morningstarurology/nav-07.png);}
.stellarnav > ul > li:nth-of-type(9) > a:before {
    content: url(https://pic03.eapple.com.tw/morningstarurology/nav-08.png);}



/*選單下拉三角槓槓*/
.stellarnav li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 2px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stellarnav li.has-sub > a:hover:after {   border-color: #7cd68540;}

/* 選單hover特效 */
.stellarnav > ul > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 0%;
    height: 8px;
    background: #7cd68540;
    transition: 0.5s;
	}
.stellarnav > ul > li > a:hover:after {
	width: 100%;
}

.stellarnav li.has-sub > a:after{
  content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    z-index: -1;
    display: block;
    width: 0%;
    height: 8px;
    background: #7cd68540;
    transition: 0.5s;
    top: unset;
    right: unset;
    transform:rotate(0deg);
}

.stellarnav li.has-sub > a:hover:after{
  	width: 100%;
}

.nav-brand img {  max-width: fit-content;  width: 220px;}
.nav-brand {  max-width: fit-content;}


/*下拉分類橫向箭頭*/
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #CBE0C1 #CBE0C1 transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(-45deg);
}


/*-------------------------------------------------*/

/*第二層*/
.stellarnav li li { border: none !important;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    color: #1E150D;
    padding: 10px 15px!important;
    transition: all 0.3s;
    letter-spacing: 1.5px;
    border-left: 1px solid transparent;
    font-size: 17px;
    font-weight: 500;
    box-shadow: 4px 5px 23px rgb(0 0 0 / 10%);}
	
/*下拉背景*/
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { padding-left: 20px;  border-left: 4px solid #7cd68598 ;}
.stellarnav > ul >li >ul { left: 0px; }
.stellarnav ul ul { width:238px; border: 0 solid transparent;}/*下拉分類寬度/外框*/
.stellarnav li li { border: none;}
.stellarnav li li + li { border-top: 1px solid #eeeeee;}
.stellarnav li.drop-left ul ul { right: 100%;}
.stellarnav ul ul ul { left: 100%;}


/*-------------------*/
/*下拉次分類(箭頭)*/
.stellarnav li.drop-left li.has-sub > a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 1px solid #CBE0C1 ;
    border-bottom: 0px solid transparent;
    border-right: 1px solid #CBE0C1 ;
}
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #CBE0C1 #CBE0C1 transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(45deg);
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.me_tp_features {  display: none;}

/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #4c4c4c;}
.stellarnav .menu-toggle:after { color: #4c4c4c;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background:  #42B6DD;
    color: #fff;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #ECF0E5;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #ECF0E5;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #7cd685;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #7cd685;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: -14px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: rgba(212, 246, 255, 0.3);
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(224, 224, 224, 0.6) solid;
  }

  .stellarnav.mobile li a{ border-bottom: 0px;}

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}



@media screen and (max-width: 1750px){
.nav-header {  padding-left: 20px;}
}
@media screen and (max-width:1400px) {
    .nav-brand img{ margin-left: 60px;}
}
@media screen and (max-width: 1250px){
.stellarnav > ul > li {   padding: 0 0px;}
}
@media screen and (max-width:1089px) {
  .stellarnav > ul > li > a{ font-size: 15px;}
}
@media screen and (max-width: 1024px){	
.navigation {  justify-content: center; padding: 15px 0 0px 0; }
.nav-header {  padding-left: 0px;}
  .header_area {  position: relative !important;  }
.stellarnav > ul > li > a {  margin: 10px 3px; }
.nav-brand img{margin-left: 0px; margin-top: 0px; margin-bottom: -12px;}
}
@media screen and (max-width:948px) {
    .stellarnav > ul > li > a{ margin: 10px 2px;}
}
@media screen and (max-width: 768px){	
    .stellarnav.mobile { top: 15px;}
    .stellarnav > ul > li > a:before{ display: none;}
    .nav-brand img{ margin-bottom: 4px; width: 170px;}
    .navigation{ padding: 0px 0 0px 0 ;}
    .stellarnav > ul > li > a{ font-size: 16px;}
    .stellarnav li li > a, .stellarnav li li.has-sub > a{ font-size: 16px; padding: 10px 9px!important; }
    .stellarnav > ul > li.has-sub > a{ padding: 10px 43px 10px 10px;}
}
@media screen and (max-width: 570px){	
    .stellarnav.mobile { top: 24px; left: 8px;}
}


/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*footer/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.footer { border-top: 0px; padding: 70px 0 0;  font-size: 14px; background: #fff;}
.footer_menu { width: 100%;  display: grid; grid-template-columns: repeat(2, 1fr);}
.footer_menu a { background: #57CFEC;  border: none; text-align: center; color: #ffffff; font-weight: 500; padding: 10px 10px;  transition: all .3s;  border-radius: 100px;   border: 0px;}
.footer_menu a:hover { background: transparent;  color: #42bae1;  border-radius: 100px;  border: 1px solid #7cd685; font-weight: bold;}
.footer_menu a:nth-child(1) { display: none;}

.footer_info ul { display: flex; justify-content: flex-end;    border-left: 1px solid #e2e2e2;}
.footer_info {  padding: 0;  display: grid;    grid-template-columns: 360px 1fr;    grid-gap: 20px;}
.footer_info li { padding: 0px;}
.footer_info li:before { font-size: 18px;  text-transform: uppercase; display: block;  color:#392f26;    font-weight:bold;    margin-bottom: 18px;}
.footer_info li:nth-child(1):before { content: "聯絡資訊"; }
.footer_info li:nth-child(1) { width: 50%;  display: flex;  flex-flow: column;  margin-left: 70px;  padding: 0 17px;  flex-wrap: wrap;  flex-direction: row;}
.footer_info li p {  color: #2c2c2c ; line-height: 150%;  display: inline-block;  width: 100%;  font-size: 15px;}
.footer_info li p a { color: #2c2c2c}
.footer_info li:nth-child(2):before { content: "網站地圖"; }
.footer_info li:nth-child(2) { width:50%;  margin: 0;  border-top: 0px solid #ffffff;  padding-top: 0;}




.footer_info li p.fax:before { content: '服務時間：';}

/*順序*/
.footer_info li p.tel  {order:1 ;}
.footer_info li p.line {order:2;}
.footer_info li p.mail { order: 3;}
.footer_info li p.add  {order:4;}


/*footer_logo*/
.footer_logo {
    background-image: url(https://pic03.eapple.com.tw/morningstarurology/logo.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s ease-in-out;
    background-position: center;
    margin-right: 0;
    height: 100px;
    width: auto;
}
.footer_logo img {  width: 0;  height: 68px;}
.copy { text-align: center;  padding: 20px 0;  font-size: 13px;  border-top: 0px;  margin-top: 50px;  background: #67AE6E;}
.copy a,.copy p,.total_view{ color: #fff; transition: all 0.5s ease-in-out;}
.copy a:hover { color: #eee3d0;}
#to_top { bottom: 30px; color:#ffffff;  background:#7cd685; box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.1);  border-radius: 50px;}
#to_top i:before, #to_top i:after { background: #ffffff;}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.box_link {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    width: 100%;
    left: 0;
    top: 60%;
    flex-direction: row;
}
.box_link a {
    transition: all 0.3s;
    background: #57CFEC;
    width: 20%;
    height: 40px;
    border-radius: 100px;
    font-size: 18px;
    color: #ffffff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_link a:hover { background:#7cd685;}

.box_link a.me_tp_line ,.box_link a.me_tp_call ,.box_link a.me_tp_mail { display: none;} 

a.me_tp_mail { display: none;}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width: 1350px) {
.footer .center { max-width: 90%;}
}
@media screen and (max-width: 1200px) {
.footer_info {  grid-template-columns: 200px 1fr;}
.box_link { max-width: 200px;}
.footer_info li:nth-child(1) { margin-left: 15px;}
}
@media screen and (max-width: 1024px) {
.footer { padding: 32px 0 0;}
.footer .center { max-width: 100%;}
.footer_info { display: flex; flex-direction: column;}
.footer_logo { width: 100%; margin: 0 auto; text-align: center;}
.box_link { left: 40%; top: 34%; }

/*手機板footer*/
.footer_menu a { width: auto; text-align: center;}
.footer_info { padding: 25px 70px 0;}
.footer_info li p { width: calc(100% / 1);}
.footer_info li:nth-child(1) { width: 100%; text-align: justify; padding: 0;}
.footer_info li:nth-child(2) { width: 100%; text-align: left;}
.footer_info ul { width: calc(100% - 0px); margin: 10% 0 0;  border-left: 0px;}
/* #bottom_menu li:nth-child(1) { border-right: 1px solid #ddd;}
#bottom_menu li:nth-child(2) { border-right: 1px solid #ddd;}
#bottom_menu li:nth-child(1) {width: 100%!important; border-right: 1px solid #ddd; }
#bottom_menu li:nth-child(2) { display:none !important;}
#bottom_menu li:nth-child(3) { display:none !important;} */

}
@media screen and (max-width:768px) {
    .box_link{ left: 35%;}
}
@media screen and (max-width:766px) {
.footer_info ul { width: calc(100% - 0px);  margin: 0 0; display: flex; flex-direction: column; }
.footer_info li:nth-child(1) { width: 100%;  text-align: justify;  padding:0px 0px 25px;}
.footer_info li:nth-child(2) { margin-left: 15px; }

/*Footer/＝＝＝＝＝*/
#to_top { bottom:120px;}
/* #bottom_menu {display: block; } */
.footer_info { justify-content: center;}
.footer_logo { height: 80px; margin: 0 0; background-position: left;}
.box_link {  left: 10px; top: 0; justify-content: flex-start;}
.swiper-banner { margin: 40px 0 0;}
}
@media screen and (max-width: 600px) {
.copy{ margin-top: 0px;}
.box_link { text-align: center;}
.footer_info { padding: 20px 25px 16px;}
.footer_info li:nth-child(2) { padding: 20px 0;}
}
@media screen and (max-width: 480px) {
.copy { margin-top: 0;}
.footer_info li:nth-child(2){ margin-left: 5px;}
.footer_info li:nth-child(1){ margin-left: 5px;}
.box_link{ left: 4px;}
}
@media screen and (max-width:350px) {
    .footer_info li:nth-child(1){ text-align: left;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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_menu_list { 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;margin-top: 62px;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width:1024px) {
  .bannerindex{ margin-top: 0px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner { background-image: unset; background: transparent;}
.banner h5 { color: #37AEE0; font-size: 40px; font-weight: bold;}
.banner h5:before{ content: "NEWS"; display: block;  color: #69B676 ; font-size: 80px; font-weight: 400; font-family: "Kanit", sans-serif; text-align: center; margin-bottom: -16px;}
.banner.banA {}
.other_select_page .banner.banA { display: none;}
.banner.banB { display: none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog h5:before{ content: "BLOG";}
.blog_page.article_b .banner.banblog h5:before,.blog_in_page.article_b .banner.banblog h5:before{ content: "CASE";}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  
/*文章管理/ = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
h5.blog_le_t em{ color: #838383; font-family: "Noto Serif TC", "Merriweather", serif;}
.blog_box_edit * {  line-height: 200%;}
.blog_page .main_part, .blog_in_page .main_part {
    max-width: 1400px;
    /* width: 90%; */
    margin: 0 auto;
}

h4.blog_category_title{
    font-size: 28px;
    color: #37aee0;
    letter-spacing: 0.06em;
    line-height: 160%;
    font-weight: bold;
}
h4.blog_category_title span{font-size: 24px;}

/*文章管理-外層/ = = = = = */

.module_i_news ul, .blog_subbox {    display: grid;   gap: 25px; }
.module_i_news li, .subbox_item {
    -webkit-transition: border-color 0.8s;
    transition: border-color 0.8s cubic-bezier(0.16,1,0.3,1);
    position: relative;
    background: transparent;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    border: solid 1px #f0efec;
    box-shadow: 1px 1px 10px #EEEDEE;
    margin: 0;
}
.module_i_news li:hover, .subbox_item:hover {
    border-color: #D8E8CD;
}
.module_i_news li  {    position: relative;    background: #fff; }
.module_i_news li a{ display: flex;flex-direction: column; }
.module_i_news li a, .subbox_item a {
    padding: 8px;
    height: 100%;
}
.subbox_item a{ display: flex; flex-direction: column;}

.module_i_news li a:after{
  background: transparent;
  border: 1px solid #E0EDBB;
}
.module_i_news li a:before{ color: #8fc57c8a;}
.module_i_news li a:after , .subbox_item a:after { pointer-events:none;}
.subbox_item a:before{
    color: #BFDCAC;
    font-family: "Merriweather", serif;
    letter-spacing: 0.04em;
}
.subbox_item a:after {
    content: "";
    position: absolute;
    top: 98%;
    left: 0;
    width: 0;
    opacity: 1;
    border: none;
    border-bottom: 2px #809b6752 solid;
}
.subbox_item a:hover:after {
    width: 100%;
}
.i_blog_ri h5{color: #42B5DC; }
.i_blog_ri p{ color: #000;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_ri, .blog_list_ri {
    padding: 10px;
    padding-bottom: 30px;
}
.i_blog_le, .blog_list_le {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}
.i_blog_le img , .blog_list_le img{
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: 0.4s;
}
.module_i_news li:hover img, .subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}


/*側邊*/
.accordion li .link a {
    letter-spacing: 0.08em;
    color: #8FC57C;
}
.blog_le .accordion{ border-radius: 60px; border: 1px solid #8FC57C;}
.blog_le .accordion > li{
    transition:all 0.3s;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    
    background: #8FC57C !important;
}


/*首*/
.module_i_news .title_i_box h4:before{ content: "BLOG"; display: block; font-weight: 400; color: #69B676; font-size: 80px; text-align: center; font-family:"Kanit", sans-serif; margin-bottom: -16px;}
.module_i_news .title_i_box h4 {    font-size: 40px;    color: #37AEE0; font-weight: bold;}
.module_i_news {
    position: relative;
    padding-top: 100px;
}
.animated-arrow{ background: transparent;width: 181px; height: 41px; line-height: 41px; color: #808080; border: 1px solid #808080; margin-top: 40px; }
.animated-arrow:hover{  background: #8FC57C ; color: #fff; border: 0px;}
/* 
@keyframes balloonFloat {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    25% {
        -webkit-transform: translate3d(-25%, -10%, 0);
        transform: translate3d(-25%, -10%, 0);
    }
    65% {
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(40%, -50%, 0);
        transform: translate3d(40%, -50%, 0);
        opacity: 0.5;
    }

    90% {
        opacity: 0.2;
    }
    99% {
        opacity: 0;
        -webkit-transform: translate3d(0%, -50%, 0);
        transform: translate3d(0%, -50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        opacity: 0;
    }
} */
.module_i_news ul{grid-template-columns:1fr 1fr 1fr 1fr;}

/*功*/
/* 右側圖文 */
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
.blog_list_ri h5 {
    font-weight: 600;
    font-size: 20px;
    color: #37aee0;
    overflow: hidden;
    letter-spacing: 0.04em;
}
.blog_list_ri em {
    font-size: 14px;
    color: #aaa;
    margin: 8px 0;
}
.blog_list_ri p {
    font-size: 15px;
    color: #000;
    line-height: 130%;
    letter-spacing: 0.04em;
    line-height: 1.5;
}

/*文章管理-內層/= = = = = */
.blog_back a.article_btn_back {
    background: #8FC57C; border-radius: 48px;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: transparent; border: 1px solid #8FC57C; color: #8FC57C;border-radius: 48px;
}

.news_related{ background: transparent ;}
.news_related_list li a{ background: transparent;}
.lastPage{background: #8FC57C; border-radius: 60px; }

@media screen and (max-width: 1200px) {
    .blog_subbox{grid-template-columns:1fr 1fr;}

}
@media screen and (max-width: 1024px) {

.module_i_news ul{grid-template-columns:1fr 1fr 1fr;}
.module_i_news:before {      width: 60%;}

.news_part .title_i_box {
    width: 100%;
}
.news_list {
    width: 100%;
    margin-top: 1.2em;
}
.news_list ul {
    border: 0;
    padding: 0;
}
.news_list ul li a {
    padding: 0;
}
.news_list ul li p {
    padding: 10px 50px 10px 0;
}
.news_list ul li span {
    padding: 10px 2em 10px 0;
}

}

@media screen and (max-width: 880px) {
    .blog_subbox{grid-template-columns:1fr;}
}

@media screen and (max-width: 768px) {
/*文章管理/ = = */
.blog_subbox{grid-template-columns:1fr 1fr;}
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
.module_i_news ul , .blog_subbox{grid-template-columns:1fr 1fr;}

}




@media screen and (max-width: 600px) {


.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}


/*促銷方案-首頁/ = = */
.news_list ul li {
    border: 0;
    border-bottom: 1px #eee solid;
    margin-bottom: unset;
    background: transparent;
}
.news_list ul li a {
    display: block;
    text-align: left;
    padding-bottom: 5px;
}
.news_list ul li span {
    padding-bottom: 0;
}
.news_list ul li p {
    width: 100%;
    padding: 5px 40px 5px 0;
    text-align: left;
}
.news_list ul li p:after {
    position: absolute;
    transform: translateY(-50%);
    text-align: unset;
}
.i_news_b{
    margin: 0;
}
.i_news_b .animated-arrow {
    font-size: 14px;
}

}

@media screen and (max-width:450px) {
  .module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* 首頁的促銷方案 */
.news_part{ padding: 50px 0 20px;}
.news_part section{ padding: 0px 26px;}
.news_part .title_i_box h4::before{ content: "NEWS"; display: block; font-weight: 400; color: #69B676; font-size: 80px; text-align: center; font-family:"Kanit", sans-serif; margin-bottom: -16px; }
.news_part .title_i_box h4{ font-size: 40px;    color: #37AEE0; font-weight: bold;}
.news_list ul li span { color: #4c4c4cad;}
.news_list ul li p { color: #040404;}
.news_list ul li a:hover p {color: #8FC57C; font-weight: bold;}
.news_list ul li a:hover{ background: #d3f5ff2e;}
.news_list ul li {border-bottom: 1px #dbdada40 solid;}
.news_list ul li p:after { color: #E0EDBB;}

@media screen and (max-width:600px) {
  .news_list ul li{ background: unset; border: 0px; border-bottom: 1px #e0d6d0d2 solid;}
}


/* 內頁的促銷分享 */
/*詳細頁*/
.show_content .edit{line-height: 180%;font-weight: 400;}
.promotion_title {    border-bottom: 1px solid #e0d6d0d2 ;margin-bottom: 40px; padding-bottom: 20px;}
.promotion_title em{display: none;}
.promotion_title span {border: none;color: #aaa;padding: 0;margin: 0;}
.promotion_title h2{display: block;font-size: 30px; color: #37aee0; padding-top: 16px; font-weight: bold;}
.other_promotion {margin-top: 100px; grid-template-columns:1fr 1fr 1fr;}
/* .other_promotion li{border-bottom: 1px #855337 solid;;width: 100%;margin-left: 0;}
.other_promotion li:last-child{border-bottom: none;}
.other_promotion li a {display: flex;width: 100%;margin: 0;padding: 15px;border: none; color: #000;}
 */
 .other_promotion li a:hover {background: #fff; box-shadow: 0px 0px 3px #00000034;}
.other_promotion li a:before{display: none;}
.other_promotion li a:after{display: none;}
.other_promotion li a {background:#d3f5ff4a; border: 0px; border-radius: 0px; padding: 20px; transition: 0.3s;}
.other_promotion li {width: 100%; background: unset;}
.other_promotion li{border-radius: 0px; border-top: none;}
.other_promotion li:hover {border-top: none;background: #ffffff; }

.other_promotion .pmtTime {width: 150px; color: #4c4c4cb8;}
.other_promotion .pmtTime span{float: left;}
/* .other_promotion .pmtTitle{width: calc(100% - 160px);} */
.other_promotion .pmtTitle span{display: none;}
.other_promotion .pmtTitle h3 {font-size: 14px;height: auto;min-height: auto;margin: 0; color: #000;}
.other_promotion .pmtTitle h3:hover{ color: #8FC57C; font-weight: bold;}
.promotions_page .show_content .edit{ color: #000!important;}

@media screen and (max-width:1024px) {
  .other_promotion {grid-template-columns:1fr 1fr;}
}
@media screen and (max-width: 768px){
	.promotion_title h2 {font-size: 18px;}
   .other_promotion {grid-template-columns:1fr;}
}
@media screen and (max-width: 450px){
	.other_promotion li a {flex-wrap: wrap;}
	.other_promotion .pmtTitle {width: 100%;}
}



/* 其他頁面隱藏 */
.other_select_page .promotion_title,.other_select_page .other_promotion,.other_select_page .page{ display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




