@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=El Messiri:ital,wght@0,100..900;1,100..900&display=swap');

body{
	overflow-x:hidden;
	font-family:"El Messiri","Noto Serif TC","Noto Sans TC","Source Sans Pro","微軟正黑體","arial","sans-serif";
	font-weight: 400;
  letter-spacing: 1px;
}
.other_page #content, #content_main {
  margin: 0;
  background: url(https://pic03.eapple.com.tw/yifubio/146639.jpg);
  background-size: cover;
  background-attachment: fixed;
}
/*bannerindex/＝＝＝＝＝*/
.bannerindex { position:sticky; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide img { height:auto;}/*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/yifubio/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);
    mix-blend-mode:screen !important;}

    .bannerindex .swiper-slide:nth-child(1):after {
      background: url(https://pic03.eapple.com.tw/yifubio/banner-02.png);
      background-size: contain;
      background-repeat: no-repeat;
      top: 0%;
      left: 0%;
      width: 100% !important;
      height: 100% !important;
      background-position: left;
      padding-bottom: calc(100% / 1* 0.12);
  }

.bannerindex .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/yifubio/banner-03.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(1):after { animation: slide-fade-in  3s 0.3s both;}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {animation: fade-in-elegant 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;}
/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.path p, .path p a {
  display: none;}
.navigation {grid-template-columns: 220px 1fr;grid-gap: 0 10px;}
.header_area {padding: 0;}
.edit_part {max-width: unset;margin: 0;padding: 0;}
.other_page .main_part {max-width: unset;padding: 0px;margin: 0;width: 100%;}
.main_part{max-width: 1400px;width: 90%;margin: auto;padding: 80px 0;}
.show_content{width: 100%;max-width: 100%;padding: 0;}
.me_tp_features {display: none;}
/*反白顏色/＝＝＝＝＝*/
::-moz-selection{  background-color: #444;  color: #fff;}
::selection{  background-color: #444;  color: #fff;}
.linkBox_Open + span i {transform:rotate(45deg);}
/*Header/＝＝＝＝＝*/
.nav-header {max-width: 150px;}
.main_header_area{
    background: none;
    transition: all ease .6s;}
.nav-brand {margin: 5px 0 0 0;}
.main_header_area .container {max-width: unset;padding: 0 3%;}
.header_area {
  background: none;
  position: fixed;}

/*sticky/＝＝＝＝＝*/
.header_area.sticky {background: #ffffffc7;}
.pageIndex .header_area.sticky .main_header_area{max-width:2000px;margin: auto;background:none;}
.header_area.sticky .nav-brand img{max-width: 80%;}
.stellarnav > ul > li > a {margin:50px 25px 0 14px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.stellarnav > ul > li.has-sub > a {padding-right: unset;}
.stellarnav > ul > li > a {font-size: 15px;}
.stellarnav > ul > li > a:hover{color: #34b3bc;}
.stellarnav li li:hover {padding-left: 5px;transition: all .3s;}
.stellarnav li a:hover {color: #34b3bc;}
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    top: auto;
    width: 450px;
    z-index: 9900;
    text-align: left;
    background: #fff;}
.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;}
.stellarnav.mobile.left .close-menu {background: #34b3bc;}
.stellarnav .icon-close:after { border-bottom: solid 3px #fff;}
.stellarnav .icon-close:before { border-bottom: solid 3px #fff;}
.stellarnav a {color: #fff;}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {
  padding: 10px;}
@media screen and (max-width: 1024px) {
.stellarnav > ul > li > a {font-size: 15px;}
.stellarnav > ul > li:last-child > a { min-width: 80px;}
.nav-header {max-width: 180px;}
.navigation {grid-template-columns: 230px 1fr;}
.stellarnav > ul > li > a {margin: 15px 5px 0;}
.nav-brand {
  margin: 25px 0 0 0;
}}

@media screen and (max-width:768px) {
  .stellarnav > ul > li::before {
    content:unset;}
  .nav-brand {
    margin: 15px 0 5px;
}
#bottom_menu {display:none;}
.stellarnav > ul > li > a {margin:unset;}
.stellarnav.mobile > ul > li > a {padding: 10px 43px 2px 10px;}
.stellarnav > ul > li:last-child > a { border-radius: unset;}
}
@media screen and (max-width:400px) {
  .nav-header {
    max-width: 100px;}
  .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {
    padding: 5px;
}}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.product-layer-two li a {
  border: none;
  background: none;
  font-size: 16px;
  color: #34b3bc;}
  .product-layer-two li a:hover{background: #34b3bc;color: #fff;}
.products-list .price b {color: #999; font-size: 13px;}
.products-list .price .sp_price {
          text-align: right;
          color: #34b3bc
          font-size: 18px;font-weight: 900;}
.inquiry_a1 {background: #34b3bc}
.inquiry_a2 {background: #34b3bc}
.lastPage {background: #34b3bc}
.products-list .item a:hover .more {background: #34b3bc}
.products-list .more {border: 1px solid #34b3bc color: #34b3bc}
.product-layer-two li a:hover {background: #34b3bc 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;}
.product_page .product_menu_list { position: relative; width: 300px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 300px);padding-left: 40px;}
ul.page { width: 100%;}
.products-list .more {
  border: 1px solid #34b3bc;
  color: #34b3bc;}
.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;}
.products-list .item a:hover img {
  transform: scale(1.05);
  transition: all .8s;
  min-height: 412px;
  object-fit: cover;}
.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:#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%;padding: 0;}
.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;padding: 0;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}

/*footer*/
a.info_fix_default.info_fix_mail {display: none;}

.footer {
    background:#34b3bc;
    padding: 80px 0 0;}

.center {
    max-width: 1400px;
    padding: 0 4%;}

.footer_logo {
    width: 280px;
    margin: 0;}

.footer_logo img {
    max-width: 100%;
    display: block;
    filter: contrast(0) brightness(100);
	max-width: 180px;}

.footer_info {
    display: flex;
    flex-direction: row;}

.footer_info, .footer_info li {padding: 0;}
.footer_info ul {
    letter-spacing: 0;
    display: flex
;
    flex-flow: row wrap;
    width: calc(100% - 100px);
    margin-bottom: 40px;
    padding-left: calc(65% - 325px);
    flex-direction: row;}

.footer_info li:before {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 36px;
    display: block;}

.footer_info li:nth-child(1):before {content: "聯絡資訊";}
.footer_info li:nth-child(2):before {
    content: "網站連結";
    left: 0;
    position: absolute;}

.footer_info li:nth-child(1) {width: calc(100% - 215px);}
.footer_info li p {
    letter-spacing: .3px;
    color: #fff;
    line-height: 175%;
    display: block;
    margin-bottom: 15px;
    font-weight: 400;
}
.footer_info li p a {
    color: #fff;
    width: max-content;
}
.footer_info li p:before {
    color: #fff;
    font-weight: 400;
}
.footer_info li:nth-child(2) {width: 190px;position: relative;}
.footer_menu {
    margin-top: 59px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 13px 60px;
}
.footer_menu a {
	padding: 0;
	border: none;
	color: rgba(255,255,255,.7);
	background: transparent;
	width: max-content;
	text-align: left;
	margin: 0;
	line-height: 175%;
	transition: all 0.3s;
}
.footer_menu a:hover {
    background: transparent;
    color: #fff;
}
.footer_menu a:first-of-type {display: none;}

.copy, .copy a, .copy a:hover {color: #fff;}
.copy {
    font-size: 13px;
    white-space: inherit;
    padding: 5px 0;
    border-top: none;
    background: #251f1d85;
}
.box_link {display: none;}

.info_fix_links {
    display: flex !important;}
.info_fix>span {display:none;}
@media screen and (max-width: 768px) {
    .footer.with_shopping_mode { padding:40px 0 59px; }
    #to_top { bottom:68px;}
    
    .center {padding: 30px 6% 0;}
    .footer_logo { width: 220px;}
    .footer_info ul {
        width: 100%;
        margin-bottom: 60px;
        margin-top: 44px;
        padding-left: 0;
    }
    .footer_info li:nth-child(1),
    .footer_info li:nth-child(2) {
        width: 50%;
    }
    .footer_info li:before {padding-bottom: 20px;font-size: 18px;}
    .footer_menu {
        margin-top: 40px;
        grid-gap: 18px 0;
    }
    .list_before {padding-bottom: 1px;}
    
    .footer_info {      flex-direction: column;
    
    
    }}
    
    @media screen and (max-width: 600px) {
    .footer_info li:nth-child(1),
    .footer_info li:nth-child(2)
    {width: 100%;}
    .footer_menu {grid-gap: 16px 0;}
    .footer_info li:nth-child(2) {margin-top: 36px;}}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
  background: #fafbf6;
  width: 100%;
  padding: 0;
  height: 0;
  padding-bottom: 35%;
  background-image: url(https://pic03.eapple.com.tw/yifubio/banner-02.jpg );
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;}

.banner h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: .3em;
  width: 30%;
  text-indent: .3em;
  padding: 10px 0;
  display: flex;
  border-bottom: 1px #fff solid;
  justify-content: center;
  align-items: baseline;
  font-weight: bold;}

.banner h5::after {
  content: "";
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: .2em;
  text-indent: .2em;}

/*  */
.other_select_page .banner.banA{display: none;}

.banF { background-image: url(https://pic03.eapple.com.tw/yifubio/banner-01.jpg );}
.banner.banF h5::after{content: "STORE";}

.banner.banC{background-image: url(https://pic03.eapple.com.tw/yifubio/p4.jpg ); width: 100%; height: 100%;padding-bottom: 40%;}
.contact_page .banner h5{display: none;}
/*  */
.banner[data-banner=news_a_list_3267]{background-image: url(https://pic03.eapple.com.tw/yifubio/banner-02.jpg );}
.banner[data-banner=news_a_list_3267] h5::after{content: "NEWS";}

.banner[data-banner=news_a_list_3268]{background-image: url(https://pic03.eapple.com.tw/yifubio/banner-03.jpg );}
.banner[data-banner=news_a_list_3268] h5::after{content: "PROMOTION";}

.banner.banB {display: none;}
@keyframes banner-line {
  0%{
      width: 0;
      opacity: 0;
  }
  75%{
      width: 300px;
      opacity: .5;
  }
  100%{
      width: 300px;
      opacity: 1;

  }
}

@keyframes banner-text {
  0%{
      opacity: 0;
  }
  100%{
      opacity: 1;
  }
}
@media screen and (max-width: 670px) {
.banner h5 {
  font-size: 30px;
  width: 100%;}}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.promotion_title {display: none;}
.other_select_page .main_part {width: 100%;}
.other_select_page .other_promotion {display: none;}
.other_select_page  ul.page {display: none;}
/*首頁顯示文章*/
.animated-arrow {
  height: 45px;
  width: 200px;
  border-radius: 50px;
  background: #34b3bc;}
.i_blog_ri h5 {color: #fff;}
.module_i_news .title_i_box h4 {color: #ffffff;}
.i_blog_b {margin-top: 30px;}
.module_i_news ul, .blog_subbox {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: #34b3bc !important;}
.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;margin-bottom: 0;}
h4.blog_category_title span{font-size: 24px;}
.blog_ri {padding: 0 0 0 50px;}
/*文章管理/外層＝＝*/
.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 {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;}
/*首*/
.module_i_news {padding: 95px 20px;}
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;padding-left: 40px;}
.blog_subbox:before{content:none;}

/*文章內頁設定*/
.blog_in_page.article_a .articel_mainPic img {display: none;}
.blog_shareData {justify-content: flex-end;}
.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_box_edit * {line-height: 200%;}
.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;}   

.blog_in_page.article_b .blog_box_edit .edit img {
    width: 1076px !important;}
    .articel_mainPic img {
    display: block;
    max-width: unset;
    width: 1076px;
    height: auto;
}
@media screen and (max-width: 1076px) {
    .articel_mainPic img {width: 100%;
}}


@media screen and (max-width: 1024px) {
/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}}

@media screen and (max-width: 768px) {
.blog_subbox { padding-left: 0;}
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
.blog_ri {padding: 0;}
.blog_page .main_part {
  padding: 30px 0;
}
}

@media screen and (max-width: 600px) {
/*文章管理/＝＝＝＝＝*/
.i_blog_le, .blog_list_le {  padding-bottom: 100%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}
.blog_subbox {grid-template-columns: 1fr 1fr ;}}

@media screen and (max-width:400px) {.blog_subbox {grid-template-columns:1fr ;}}
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡資訊/＝＝＝＝＝*/
.contact_content .information_left {display: none;}
.blank_letter { display: none;}
.list_before { display: none;}
.contact_form li.last cite { background: #34b3bc;}
.contact_form li.last blockquote, .contact_form li.last cite {
  border: none;
  padding: 0;
  border-radius: 50px;}
.contact_content {text-align: center; margin: 0;padding: 0;}
.contact_page .main_part {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  flex-direction: column;}
.blank_letter {font-family: "El Messiri", "Noto Serif TC", "Noto Sans TC", "Source Sans Pro", "微軟正黑體", "arial", "sans-serif";}
.contact_editbox {margin: 0; padding: 0;}
.contact_content .information_right {
  max-width: 1400px;
  width: 100%;
  padding: 40px 0 80px;
  margin: auto;}

@media screen and (max-width: 600px) {
  .contact_content .information_right {padding: 40px 5% 80px;}
.contact_form li .form__label {background: none;}
.contact_form li {grid-gap: 0;}}
/*相本分類全版面 ( 限制最寬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: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:0; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}
