@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;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: "Noto Sans TC","Roboto", sans-serif;
}
.path { display:none;}
.edit{ padding: 0px 0;}


/* page */
.page li a{ width: 40px; height: 40px; line-height: 36px;}
.page strong, .page a:hover{ background: #d5027a;}
.page li.prev a:hover, .page li.next a:hover{ background: #d5027a; }
.page li.activeN{ color: #d5027a;}


/* 浮動按鈕 */
.info_fix{ bottom: 108px; right: 14px;}
.info_fix>span{display: none !important;}
.info_fix_links{display: flex !important;}
/*
.info_fix>span{ background: #898989;}
.info_fix:hover >span{ background-color: #282828;}
*/
.info_fix_links a{ background: #8a227f; margin-bottom: 16px;}
.info_fix_links a:hover{ background:#d8027a;}
.info_fix_links .info_fix_tel{ order: 3;}
.info_fix_links .info_fix_line { order:2;}
.info_fix_links .info_fix_fb { order:1;}
.info_fix_links .info_fix_tel2,.info_fix_links .info_fix_mail{ display: none;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 上面那條 */
.main_header_area {
    background: #fff;
    box-shadow: 2px 2px 10px -6px #f6f6e4;
}

.main_header_area:before {
    content: "";
    width: 0%;
    height: 6px;
    background: linear-gradient(90deg, #fff, #d6027a, #88227f);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
    animation-timing-function: ease-in;
}

.header_area.sticky .main_header_area:before {
    content: "";
    width: 100%;
}




/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
/* header */
.pageIndex .header_area {position: fixed;width: 100%;}
.main_header_area {background: #fff;box-shadow: 1px 1px 10px rgba(0,0,0,.05);}
.main_header_area .container {max-width: 1600px;padding: 0 3%;}
.nav-header {top: 22px;}
.nav-brand {width: 250px;}
.navigation {padding: 5px 0 5px 230px;}
/*主分類按鈕*/
.stellarnav > ul > li > a {color: #555;padding:15px 6px;height: auto;font-size: 15px;vertical-align: middle;}
.stellarnav > ul > li > a:hover{color: #777;}
.stellarnav li.has-sub > a {padding: 15px 25px 15px 15px;}
.stellarnav li.has-sub > a:after {border-top: 4px solid #040404;border-left: 5px solid transparent;border-right: 5px solid transparent;right: 10px; top: 58%;}
.stellarnav li.has-sub > a:hover:after {border-top: 4px solid #858585;}/*三角形icon*/
/*其他下拉按鈕*/
.stellarnav > ul > li > ul a{background: #fff;color: #555;padding: 15px;font-size: 14px;border-bottom: none;font-weight: 400;transition: all .5s;}
.stellarnav > ul > li > ul a:hover{background: #f1f1f1;padding: 15px 10px 15px 20px;}
.stellarnav > ul > li.has-sub > ul a{padding: 13px;}
.stellarnav li li{border: none;margin-bottom: 0;}
.stellarnav li li.has-sub > a:after {border-left: 5px solid #040404;border-top: 5px solid transparent;border-bottom: 5px solid transparent;right: 10px;}
.stellarnav ul ul{ border: 1px solid #ebebeb;}
.stellarnav ul ul li.has-sub > a:hover:after {border-top: 4px solid transparent;}
.me_tp_features{    margin-bottom: -14px;
  padding-top: 22px;
  padding-right: 18px; }
  .shop_search_btn{ background: #d6027a;}

@media screen and (max-width: 1200px){
	.pageIndex .header_area {position: relative;}
}
@media screen and (max-width: 1024px){
	.nav-header {position: relative; top: 0px;}
}
@media screen and (max-width: 768px) {
	.stellarnav.mobile {top: 33px; left: -14px; }/*漢堡紐*/
	.stellarnav .menu-toggle span.bars span {width: 20px;height: 1px;}
	.nav-header{top: 0;z-index: 0;}
	.nav-brand {  margin-top: -16px;}
	/*主分類*/
	.stellarnav.mobile > ul > li > a {vertical-align: middle;}
	.stellarnav.mobile > ul > li > a.dd-toggle {padding: 0px;width: auto;}
	.stellarnav.mobile > ul > li.has-sub > ul a {padding: 17px;}
	/*其他下拉按鈕*/
	.stellarnav.mobile li.open {padding: 0;}
	.stellarnav.mobile li.open li.open{padding: 3px;background: transparent;}
	.stellarnav.mobile li.open li.open > a{background: rgba(226, 221, 247, 0.5);}
	.stellarnav.mobile li li a.dd-toggle {width: 40px;height: 40px;}
	.stellarnav.mobile li a{border-bottom: none;}
	.stellarnav > ul > li > ul a:hover {background: #fff;}
	/*叉叉按鈕*/
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{color: transparent;}
	.stellarnav .icon-close {position: absolute;right: 51px;}
	
	.navigation {  padding: 13px;}
	.nav-brand { width: 200px;}
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.pageIndex .header_area {top: 0;left: 0;}
.navigation {padding: 0px 0 0px 250px;}
.nav-header {top: 27px;}
.nav-brand {width: 240px;}
.stellarnav > ul > li{position: relative;}
.stellarnav > ul > li:last-child:after{display: none;}
.stellarnav > ul > li > a{position: relative;color: #040404;padding: 25px 8px 12px;letter-spacing: 1px;font-size: 16px;}
.stellarnav > ul > li > a:hover {  color: #d6027a; font-weight: bold;}
/* .stellarnav > ul > li > a:before{content: "";width: 0;height: 1px;background: #d6027a;transition: all .5s;
position: absolute;bottom: 0;left:50%;transform: translateX(-50%);} */
/* .stellarnav > ul > li > a:hover:before{width: 60px;} */
.stellarnav > ul > li > ul a:hover {background: #d6027a;color: #fff;}
.stellarnav li.has-sub > a:hover:after {border-top: 4px solid  #d6027a;}/*三角形icon*/
.stellarnav li.has-sub > a {padding: 25px 25px 12px 6px;}

.stellarnav > ul > li.drop-left > ul {   right: 0;  left: 0; border: 1px solid #ebebeb;}

.stellarnav  > ul > li:nth-of-type(9) {    display: none;}

/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #878787;}
.stellarnav .menu-toggle:after { color: #878787;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #88227f;
    color: #fff;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #fff;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #fff;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #4a8f9a;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #4a8f9a;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
  }
  .stellarnav.mobile li.open{
    background: rgba(236, 236, 236, 0.3);
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(236, 236, 236, 0.6) solid;
  }


.tp_links{ display: none;}

@media screen and (max-width:1080px){
  .stellarnav > ul > li > a{
      padding:20px 8px 12px 6px;
  }
  .stellarnav li.has-sub > a:after{ top: 51%; right: 0px;}
  .stellarnav li.has-sub > a{ padding: 20px 22px 12px 6px;}
}


@media screen and (max-width: 1024px){
	.navigation {padding: 5px;}
	.stellarnav > ul > li > a {padding: 15px 10px;}
	.stellarnav li.has-sub > a {padding: 8px 12px 8px 6px;}
    .stellarnav > ul > li > a{ padding: 8px 12px;}
    .me_tp_features{ margin: -15px 0 0px;}
}


@media screen and (max-width: 768px) {
	.nav-brand {  margin-top: -16px;}	
	.navigation {  padding: 13px;}
	.nav-brand { width: 200px;}
    .stellarnav > ul > li:after{ display: none;}
    .stellarnav > ul > li > a:before{  transform: translateX(-78%);}
    .stellarnav.mobile > ul > li > a{line-height: 320%;}
    .nav-header{ top: 13px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.footer_info li p { color: #000; text-align: center;}
.footer_info li p a { color: #000;}
/* .footer_info li:nth-child(1) {  display: none; width: 59%;}
.copy { display: none;} */
.footer{background: #fff; border-top: 1px solid #e4e4e4;}
.footer .center{max-width: 1500px;width: 100%;overflow: hidden;}
.footer_info{padding: 0px 0px 0px 0;}
.footer_logo{width: 100%;}
.footer_logo img{display: block; width: 100%; max-width: 250px; margin: auto;}
.footer_info ul{display: block; width: 100%;}
.foot_in{display: flex; justify-content: space-between; align-items: flex-start; max-width: 1500px; margin: 40px auto 30px; color: #fff; font-size: 18px; line-height: 180%;}
.foot_in dt h6{font-size: 22px; line-height: 150%;}
.foot_in dt a{display: block; width: fit-content; color: #fff;font-size: 16px;}
.footer_box p span{ font-weight: 400!important;}
.box_link{ display: none;}
.footer_menu{display: grid; grid-template-columns: repeat(7,1fr); column-gap: 20px; row-gap: 8px; justify-content: center; align-items: stretch;}
.footer_menu a:first-child{display: none;}
.footer_menu a{background: #88227f; padding: 8px; margin: 0; font-size: 16px; color: #fff; border: none; text-align: center;}
.footer_menu a:hover{ background: #d6027a;}
.copy{ background: #ececec; border-top: 0px;}
.copy a{ color: #878787;}

.footer_box {
    width: 100%;}
.footer_box:nth-child(2) {
    display: none;
}
.footer_content {    justify-content: center !important;}

/* footer demo */
/*.footer { background: unset; background-image: url(https://pic03.eapple.com.tw/kdgphone/footer.jpg);   max-height: 600px; background-size: 100%; background-position: 100%;  min-height: 32vw; border-top: 0px;}
.footer_logo { display: none;}
.footer_menu { display: none;}
.footer .footer_info{display: none;}
.copy{display: none;}*/

/* ------------- */


@media screen and (max-width: 1200px) {
    .foot_in{font-size: 17px; flex-wrap: wrap; max-width: 650px;}
    .foot_in dt{width: calc(100%/2 - 20px); margin-top: 20px;}
    .foot_in dt h6{font-size: 20px;}
    .footer_menu{column-gap: 10px;}
}
@media screen and (max-width: 768px) {
    .footer{padding: 0;}
    .footer_menu{grid-template-columns: repeat(4,1fr);}
    .box_link{text-align: center;}
    .foot_in{margin: 25px auto auto;}
}
@media screen and (max-width: 700px) {
    .footer_menu{grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 600px) {
    .foot_in{max-width: 320px;}
    .foot_in dt{width: 100%;}
}
@media screen and (max-width: 480px) {
    .foot_in{margin: 0 auto; font-size: 16px;}
    .foot_in dt h6{font-size: 18px;}
    .footer_menu{grid-template-columns: repeat(2,1fr);}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
.product_page .product-layer-two { 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); display: flex; flex-wrap: wrap; align-items: flex-start;}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:10px; 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:5px 10px; transition:all ease .3s;}
.product-layer-two li li a{ padding:0;}
.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;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: #fff; 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) {
.products-list .item { width: calc(100% / 3);}
}
@media screen and (max-width: 980px) {
.products-list .item { width: 50%;}
}
@media screen and (max-width: 768px) {
.product-layer-two,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0;}
.product-layer-two > li { margin-bottom: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two { order: 4;}
}
@media screen and (max-width: 600px) {
.products-list .item { width: 100%; max-width: 350px;margin: 20px auto; display: block;}
}
*/

/* 首頁的商品 */
.i_prod_tit span{ color: #80227f; font-size: 40px; font-weight: bold;}
.animated-arrow{background: unset; color: #b6027a; border: 1px solid #b6027a;}
 
@media screen and(max-width:768px) {
  .module_i_news { border-bottom: 0px;}
}
/* 購物車 */
.product-layer-two li a{
  background: transparent;
  color: #808080;
  border: 1px solid #808080;
}
.product-layer-two li a:hover{
  background: #d5027a;  color: #fff; border: 0px;
}
.product-layer-two li.active a{
  background: #d5027a;  color: #fff; border: 0px;
}
.products-list .name{ color: #111827; text-align: center; font-weight: bold; font-size: 16px;  height: 110px;}
.products-list .price{ text-align: center; margin: -12px 0 10px;}
.products-list .price b{ color: #4a8e99; font-size: 16px; font-weight: 500;}
.products-list .more{ color: #d5027a; border: 1px solid #d5027a; font-size: 14px; font-weight: 300; padding: 4px 0px;margin: auto;}
.products-list .item a:hover .more { background: #d5027a; color: #fff; font-weight: 500;}


/* 圖片hover變大 */
.products-list .item a .pic img {
  transition: .5s;
  transform: scale(1);
}

.products-list .item a:hover .pic img {
  transform: scale(1.05);
}
@media screen and (max-width:405px) {
  .products-list .name{ height: 131px;}
}

@media screen and (max-width:355px) {
  .products-list .name{ height: 134px;}
}


/* @media screen and (max-width:682px) {
  .products-list .name{
      height: 98px;
  }
} */


/* 內頁 */
.sidebarBtn{background: unset; border: 0px;}
.sidebarBtn h2{ font-size: 26px; color: #87227f;}
.sidebarBtn .price{ color: #4a8e99; font-size: 16px;}
.inquiry_a1{ background: #d5027a;}
.inquiry_a2{ background: #d5027a;}
.inquiry_a3{ background: #d5027a;}
.inquiry_a1:hover,.inquiry_a2:hover,.inquiry_a3:hover{ background: #868686;}

ul.prod li h3.prod-thumb{ background: unset; color: #808080; text-align: left; padding: 10px 0;}
ul.prod li .prod-panel{ color: #000;}
.half_box span{ color: #000}
.qaform .breakF{ border: 1px solid #e3e3e3; background: unset;} 
.breakF{ color: #231F20;}
.lastaction{ background: #d5027a; color: #fff; font-size: 14px;}
.nextaction{ background:  transparent; color: #d5027a; border: 1px solid #d5027a!important; font-size: 14px;}

.lastaction:hover,.nextaction:hover,.lastPage:hover{ background:#1c3f80; color: #fff;}

.mobile_product_name{ display: none;}


/* 相關推薦 */
.prod_related{ background: transparent;}
.prod_related h6 span:before{ color: #87227f; font-size: 24px;}
.lastPage{ background: #d5027a; font-size: 14px;}


/* 按鈕 */
.rewrite_simple{ background: #d5027a;}
.send_simple{ background: #1c3f80;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
@media screen and (max-width:1366px) {
  .bannerindex{ margin-top: 110px;}
}
@media screen and (max-width:1200px) {
  .bannerindex{ margin-top: 0px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner { display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 首頁文章 */
.module_i_news .title_i_box h4{ color: #87227f; font-size: 40px; font-weight: bold;} 
.module_i_news li a:before{ color: #b6027a;}
.module_i_news li a:after{ border: 0px;}

/*文章管理*/
.blog_le{width: 20%;}
.blog_ri{width: 79%;}
.blog_list_ri h5{color: #271d1d;font-weight: 700;font-size: 26px;margin: 7% 0;}
.blog_list_ri em{margin: 15px 0;}
.subbox_item{    background: rgba(232,247,255,0.2);}
.subbox_item a:after{ background: #ffffffb3;border: none;}
.subbox_item a:before{background: transparent;color: #d5027a;}
h4.blog_category_title{color: #87227f;border-bottom: none;margin-bottom: 16px;padding: 0 0; letter-spacing: 3px;font-weight: bold;}
.blog_le .accordion{background: #ffffff;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{background: #d5027a !important;}
.blog_back a.article_btn_prev{ background:transparent;color: #d5027a; border: 1px solid #d5027a;}
.blog_back a.article_btn_back{background:#d5027a;color: #fff;}
.blog_back a.article_btn_next{background:transparent;color: #d5027a; border: 1px solid #d5027a;}
.blog_page .subbox_item{width: 100%;height: 327px;}
.blog_list_le {
    width: 37%;
    padding: 0;
}
.blog_list_ri {
    width: 50%;
    padding: 2vw 2vw;
}
.blog_list_ri p{font-size: 16px; letter-spacing:1px;}
.submenu a:hover{background: #75bccd;}

@media screen and (max-width:1200px) {
  .subbox_item{ background: transparent;}
  .blog_page .subbox_item{ height: unset;}
  
}
@media screen and (max-width:768px) {
  .blog_le{ width: 100%;}
  .subbox_item{ border-bottom: 0px;}
  .module_i_news li{ border-bottom: 0px;}
}
@media screen and (max-width:500px) {
  .blog_list_le{ width: 100%;}
  .blog_list_ri{ width: 100%;}
}

@media screen and (max-width:420px) {
  .i_blog_le{ width: 100%;}
  .i_blog_ri{  width: 100%;}
  .module_i_news li{ margin-bottom: 12px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.car_page .information_left {
    display: block;
}
/* .contact_le_map a{background: #2a93d8; } */
.information_left .animated-arrow{ display: none;}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 60px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}


