@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=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/*預設解除背景輪播*/
#content_main { margin:0;z-index: 1;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 
.me_tp_features{display: none;}
.edit_part {padding: 0;}

/*版面*/
.subalbum-menu h2 {display: none;}

/*背景*/
#content {
    margin: 0;
    background: url(https://pic03.eapple.com.tw/shangji/46759.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.navigation{grid-template-columns: 12% 1fr;}
.nav-header{max-width: 100%;width: 100%;}
.nav-brand img{max-width: 100%;}
.header_area{
    padding: 0;
    top: 0;
    left: 0;
    width: 100vw;
    background: transparent;}

.header_area.sticky{background: rgb(255 255 255 / 80%);}
.stellarnav ul{ padding:2% 0 0;}
.stellarnav > ul > li > a {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    font-weight:600;
    letter-spacing: 2px;
    color: #1F375D;}

.stellarnav > ul > li{
    margin-right: 3%;
    text-align: center;}

.main_header_area .container{ max-width: 84%;}
.stellarnav li.has-sub > a:after{
    border-top: 6px solid #347180;
    right: 4px;}

.stellarnav li.has-sub > a::before {
    content: none;
    border: 1px solid #347180;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(0%) translateY(-50%);}

.stellarnav > ul > li.has-sub > a{padding-right: 25px;}
.stellarnav > ul > li.drop-left:last-child {
    background: #1F375D;
    position: relative;
    width: 165px;
    padding: 4px 0;}

.stellarnav > ul > li.drop-left:last-child::after {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/shangji/top_link.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    right: 10%;
    top: 50%;
    display: flex;
    z-index: 2;
    background-position: right top;
    transform: translate(-50%, -50%);}

.stellarnav > ul > li.drop-left:last-child a{
    color: #ffffff;
    padding-right: 6%;}

.stellarnav ul ul{border-radius: 20px;width: 230px;}
.stellarnav li li {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    width: 90%;
    margin: 0 auto;}

.stellarnav li li:last-of-type{border-bottom: none;}
.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #777;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;}
.stellarnav ul ul li  a:hover{color: #0f6a7f;}


/*bannerindex/＝＝＝＝＝*/
.bannerindex { position:sticky; }/*custom原本有寫*/
.bannerindex .swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.bannerindex .swiper-slide:before ,.bannerindex .swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}



.bannerindex .swiper-slide:nth-child(1):before {
     background: url(https://pic03.eapple.com.tw/shangji/banner-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}

.bannerindex .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/shangji/banner-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);}


.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before { animation: fade-in-elegant  2.5s ease-in-out both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {animation: slide-fade-in 3s 0.3s both;}
/*上升特效*/
@keyframes slide-top {
    0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
              transform: translateY(100%);
              opacity:0;/*透明度0*/}
    100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
              transform: translateY(0);
              opacity:1;/*透明度顯示*/}
    }
  
    @keyframes fade-in-elegant {
      0% {
          opacity: 0;
          transform: translateY(20px); /* 從下方滑入 */
      }
      100% {
          opacity: 1;
          transform: translateY(0); /* 最終位置 */
      }
  }
  
  @keyframes slide-fade-in {
      0% {
          opacity: 0;
          transform: translateX(-20px); /* 從左側滑入 */
      }
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }
    @keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }
    
    @media screen and (max-width: 768px) {
      .bannerindex {
          padding-bottom: 0%;
      }}
      .bannerindex .swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}


/*banner*/
.banner.banB {display: none;}
.banner.banF h5::after{content: "PRODUCT SHOWCASE";}
.blog_page .banner.banblog h5::after{content: "NEWS";}
.banner.banE h5::after{content: "PROJECT CASES";}

.banner {
    background-image: url(https://pic03.eapple.com.tw/shangji/A-01.jpg );
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center ;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;}


  .banner h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1F375D;
    font-size: 50px;
    font-weight:600;
    letter-spacing: .3em;
    text-indent: .3em;
    padding: 10px 0;
    display: flex;
    border-bottom: 1px #1F375D solid;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;}
  
  .banner h5::after {
    content: "";
    display: block;
    font-size: 16px;
    color: #1F375D;
    letter-spacing: .2em;
    text-indent: .2em;}


/*麵包屑*/
.path p, .path p a {display: none;}



/*頁腳*/
.footer {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: linear-gradient(188deg, #78b9ff 2.45%, #1f375d 77.79%);
    padding: 4% 0 0 0;
}

.box_link{
    display: none;
}
.footer_info li p,.footer_info li p a{
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ffffff;
}
.footer_menu a{
    border: none;
    font-size: 16px;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
    color: #ffffff;
    background: transparent;
    letter-spacing: 2px;
}
.footer_menu a:hover{
    background: transparent;
    color: #aad6dd;
}
.footer_menu a:nth-child(1){
    display: none;
}
.footer_info {
    grid-template-columns: 17% 1fr;
    padding-bottom: 4%;
    padding-right: 0;
}
.footer_info ul {
    display: flex;
    width: 100%;
    padding-left: 10%;
    flex-direction: row;
    justify-content: space-between;
}
.footer .center{
    width: 100%;
    max-width: 86%;
}
.footer_logo{
    width: 100%;
    max-width: 100%;
}
.footer_logo img {display: none;}

.copy {
    font-size: 14px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    color: #ffffff;
    border-top: 1px #d9eaed solid;
    letter-spacing: 2px;
    padding: 2% 0;
}
.copy  a{
    font-size: 14px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
}
.copy a:hover{
    color: #7be1dd;
}


@media screen and (max-width: 1700px) {
.swiper-banner .swiper-slide:nth-child(1)::before{
    background-size: 80%;
    background-position: center;
    bottom: 34%;
}     
.swiper-banner .swiper-slide:nth-child(2)::before {
   background-size: 80%;
    background-position: center bottom;
    bottom: 34%;
}}

@media screen and (max-width: 1280px) {
.swiper-banner .swiper-slide:nth-child(1)::before {
    right: 0;
    background-size: 70%;
}

.swiper-banner .swiper-slide:nth-child(2)::before {
     background-size: 70%;
    background-position: center bottom;
}

.stellarnav > ul > li > a,.stellarnav > ul > li.drop-left:last-child a{
    font-size: 15px;
}
.stellarnav > ul > li.drop-left:last-child{
    padding: 0;
    width: 140px;
}
.stellarnav > ul > li.drop-left:last-child::after {
    background-size: 70%;
    background-position: center top;
}
.stellarnav > ul > li > a{
    height: auto;
}

/*頁腳*/
.footer_menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.footer_info{
    grid-template-columns: 20% 1fr;
    align-items: center;
}
.footer_info li p, .footer_info li p a{
    font-size: 15px;
}
.footer_menu a{
    font-size: 15px;
}

}
@media screen and (max-width: 1024px) {
.header_area {
    position: relative;
    padding: 10px 0 0 0;
}
.nav-brand{
    max-width: 26%;
}
.stellarnav > ul > li > a{
    line-height: 30px;
}
.swiper-banner .swiper-slide:nth-child(1)::before {
    right: 0;
    background-size: 60%;
}

.swiper-banner .swiper-slide:nth-child(2)::before {
    background-size: 60%;
    background-position: center bottom;
    bottom: 40%;
}



}
@media screen and (max-width: 920px) {


}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu li a em{display: none;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.bannerindex { padding:0; margin:0;}
.nav-brand {
    max-width: 30%;
    padding: 0 0 1% 0;
}
.main_header_area .container{
    max-width: 96%;
}
.stellarnav li.has-sub > a::before{
    display: none;
}
.stellarnav > ul > li.drop-left:last-child{
   padding: 0;
    width: 100%;
    border-radius: 0; 
}
#bottom_menu .fa-house::before,#bottom_menu .fa-phone-volume::before,#bottom_menu .fa-square-facebook:before{
    color: #12768a;
    font-size: 20px;
}



/*頁腳*/
.footer_info{
    grid-template-columns: 1fr;
}
.footer_logo{
    text-align: center;
    padding-bottom: 4%;
    padding-top: 4%;
}
.footer_info ul {
    display: flex;
    width: 100%;
    padding-left: 0;
    flex-direction: column;
    justify-content: space-between;
}
.footer_menu{
    grid-template-columns: 1fr 1fr;
}

}
@media screen and (max-width: 480px) {
.header_area{
    padding: 4% 0;
}
.nav-brand {
    max-width: 50%;
    padding: 0 0 1% 0;
}

#bottom_menu .fa-house::before, #bottom_menu .fa-phone-volume::before, #bottom_menu .fa-square-facebook:before{
    font-size: 14px;
}}

/* 購物車 */
.inquiry_a3 {background: #1F375D;}
.prod_related {background: #ffffffdb;padding: 80px 15px 25px;}
.product-layer-two li a {
    border: none;
    background: none;
    font-size: 16px;
    color: #1F375D;}
.products-list .price b {color: #333;
    font-size: 15px;
    text-align: right;
}
.products-list .price .sp_price {
            text-align: right;
            color: #1F375D;
            font-size: 18px;font-weight: 900;}
.inquiry_a1 {background: #1F375D;}
.inquiry_a2 {background: #1F375D;}
.lastPage {background: #1F375D;}
.products-list .item a:hover .more {background: #1F375D;}
.products-list .more {border: 1px solid #1F375D;color: #1F375D;}
.product-layer-two li a:hover {background: #1F375D;color: #fff;}
.product_page .main_part { max-width:1500px;}
.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;padding: 100px 10px;}
.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:#1F375D;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#1F375D;}

.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;}
.proImgSwiper {aspect-ratio: unset;}
@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) {
    .product_page .main_part {
        padding: 50px 30px 10px;
    }
}

/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_le_map a {background: #1F375D;}
.contact_form li.last cite {background: #1F375D;}
.animated-arrow {background:linear-gradient(to right, #1F375D 0%, #1F375D 100%);}
.contact_content {max-width: 1000px; padding:0px 10px 60px 10px;}
.contact_content .information_left {width: 100%; margin-bottom: 20px;}
.contact_content .information_right {width: 100%; background: #fff; border-radius: 0px; padding: 30px 50px;}
.contact_editbox {padding: 0px 0px;}
.contact_form li .form__label {text-align: left; width: 100%; margin-left: 0px; margin-bottom: 3px;}
.contact_form li {padding-left: 0px; padding: 0 0 20px 0;}
input[type="checkbox"], input[type="radio"] {margin: 0 4px 0 7px;}
.contact_form li input.noborder, .contact_form li textarea.noborder {border: 1px #f6efe9 solid; background: #f9f9f9; border-radius: 4px; padding: 4px 8px 6px 8px;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 0px #dfd4c3 solid;}
.center {max-width: 1350px;}
.blank_letter {color: #575757;}



/*相簿設定*/
.i_album_list {grid-template-columns: repeat(3, 1fr);}
.i_album_list li a p span {
    color: #1f375d;
    font-size: 18px;
    font-weight: 900;}
.module_i_album {background: #f8fdff;padding: 100px 20px;}
.module_i_album .title_i_box h4 {
    color: #1F375D;
    font-family: "Noto Serif TC", serif;
    font-size: 30px;
    font-weight: 800;}



/*首頁顯示文章*/
.module_i_news {padding: 100px 20px;}
.module_i_news .title_i_box {margin-bottom: 50px;}
.i_blog_b {margin-top: 30px;}
.module_i_news ul,{display: grid;gap: 10px;grid-template-columns: 1fr 1fr 1fr 1fr;}
.module_i_news li , .subbox_item {width: 100%;}
.module_i_news li a , .subbox_item a {padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {width: 100%;}
.i_blog_le , .blog_list_le{position: relative;padding-bottom: 100%;height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.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%);}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {width: 100%;}
.module_i_news ul{width: 90%;grid-template-columns:1fr 1fr 1fr 1fr;}
.module_i_news li a {
        position: relative;
        display: flex;
        flex-direction: column;}
.module_i_news_list, .module_i_news_list.swiper {display: flex;justify-content: center;}
.module_i_news_list{padding: 0;}
/*文章設定*/
.subbox_item a {display: flex;flex-wrap: wrap;grid-gap: 0;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {color: #1F375D !important;padding-left: 20px;transition: all 0.5s;}
.accordion li .link a {font-weight: 500;}

/*首頁文章*/
.module_i_news ul {max-width: 1400px;}
.i_blog_ri em {display: none;}
.i_blog_ri p {line-height: 180%;}


.blog_page .main_part , .blog_in_page .main_part  {max-width: 1400px;}
h4.blog_category_title{font-size: 28px;}
.blog_page h4.blog_category_title{display: none;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {  display: grid;gap:50px 10px;}
.module_i_news li , .subbox_item {  width: 100%;}
.module_i_news li a , .subbox_item a {  padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; border-radius: 15px; border: 1px #f5efe8 solid;}
.subbox_item a:after {border: 0px #ddd solid;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {  width: 100%;}
.i_blog_le , .blog_list_le{  position: relative;  padding-bottom: 100%;  height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.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%);}
  .blog_list_ri p {line-height: 180%; padding-top: 10px;}
  .blog_list_ri {padding: 17px 3px 3px 3px;}
  h5.blog_le_t span {display:none;}
	
/*側邊*/
.blog_le .accordion {border-radius: 15px;border-bottom: 1px #ccc solid;border: 0;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background:none !important;}
.submenu a{padding: 12px 12px 12px 30px; letter-spacing: 1px;}
.submenu a {background:#fff;}
.submenu a:hover {background: #1F375D;}
h5.blog_le_t em {display: none;}

/*首*/
.module_i_news {padding: 95px 20px;}
.module_i_news ul{width: 100%;grid-template-columns:1fr 1fr 1fr 1fr;}

/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_shareData {justify-content: flex-end;}
.blog_back a.article_btn_prev {background: #329FDC;color: #fff;}
.blog_back a.article_btn_prev:hover {background: #1F375D;}
.blog_back a.article_btn_back{background: #329FDC;color: #fff;}
.blog_back a.article_btn_back:hover {background: #1F375D;}
.blog_back a.article_btn_next {background: #329FDC;color: #fff;}
.blog_back a.article_btn_next:hover {background: #1F375D;}
.blog_search input[type=search] {border-radius: 15px;}
.news_related {background: #ffffffdb;padding: 90px 15px 30px;}
/*特*/
.subbox_item a:before {display: none;}
.subbox_item a:after {display: none;}
.blog_page .blog_list_ri::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #1F375D;
  transition: all 0.3s ease-in-out;}
.blog_page .subbox_item:hover .blog_list_ri::before {width: 100%; transition: all 0.3s ease-in-out;}
.blog_list_ri {padding: 15px 3px 8px 3px;}
.blog_le .accordion li .link:last-child {border-bottom: 1px solid #ccc;}
.accordion li .link {border-bottom: 1px solid #f5e9d4;}
.i_blog_ri {padding: 0 5px 5px 5px;}
.i_blog_ri h5{color: #1f375d;font-weight: 800;}
.module_i_news .title_i_box h4 {
    color: #1F375D;
    font-family: "Noto Serif TC", serif;
    font-size: 30px;
    font-weight: 800;}
.blog_list_ri h5 {color: #1F375D;font-weight: 800;}
.blog_le .accordion li i {color: #fff;}
.blog_le .accordion li.open i {color: #fff;}
.lastPage { background: #1F375D;}
.articel_mainPic img {
  display: none;}

/*文章內頁設定*/
.articel_mainPic img {display: none;}
.blog_shareData {justify-content: flex-end;}
h4.blog_category_title {margin-bottom: 0;color: #1F375D;}
.blog_box_edit * {
    font-family: "微軟正黑體";
    line-height: 200%;
    color: #444;} 
.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back {
    background: none;
    color: #333;
    letter-spacing: 1px;}
.blog_back a {width: auto;}
    
.blog_back {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;}
    
.blog_back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #00000017;
    bottom: 56px;}   

@media screen and (max-width: 1024px) {
/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}}

@media screen and (max-width: 768px) {
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}}

@media screen and (max-width: 600px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox {grid-template-columns:1fr 1fr;}
.i_blog_le, .blog_list_le {  padding-bottom: 100%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}}

@media screen and (max-width: 400px) {
  .blog_subbox {grid-template-columns:1fr;}}

@media screen and (max-width: 768px) {
#bottom_menu li:last-child {
    display: none !important;}
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 0; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}