@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;
}
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
.swiper-banner .swiper-slide img {
    width: 100%;}
.me_tp_features {display: none};
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.header_area {padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: unset;}
.header_area.sticky {background: unset;}
.nav-header {max-width:110px;}
.nav-brand img {margin-top: 10px;width: 100%;}
.navigation {grid-template-columns: 150px 1fr;height:100px;}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.header_area {padding: 0;background: none;}
.nav-brand img {margin-top:5px;width: 100%;}
.header_area.sticky .nav-brand img {filter:none;}
/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.pageIndex .header_area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;}
.header_area.sticky .main_header_area {
    background: #ffffff7a;
    box-shadow: 0 0 8px rgba(0 0 0 / 8%);
    backdrop-filter: blur(6px);}
.main_header_area {
    background: linear-gradient(180deg, #ffffff3b, #00000000);
    transition: all ease .6s;}
.main_header_area .container {max-width: 1800px; padding: 0 72px;}
.nav-header {top: 4px;}
.nav-brand {width: 87px;}
.bannerindex .swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}
.me_tp_features {display: none;}
.stellarnav li li {font-size: 13px;}
/*次分類*/
.stellarnav .menu-toggle span.bars span{background: #fff;}
.stellarnav .menu-toggle:after {color: #fff;}
.stellarnav > ul > li > a {
    transition: all 0.3s;
    color: #715131;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0px 25px 0 25px;
    border-right:none;font-weight: 600;
    margin:35px 0 0 0;}
.pageIndex  .stellarnav > ul > li > a {
    transition: all 0.3s;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0px 25px 0 25px;
    border-right:none;font-weight: 600;
    margin:35px 0 0 0;}
.header_area.sticky .stellarnav > ul > li > a {filter:none;font-weight: 500;color: #715131;}
.stellarnav .menu-toggle span.bars span {background: #ba996e;}
.pageIndex  .header_area.sticky .stellarnav .menu-toggle span.bars span {filter:none;}
.stellarnav .menu-toggle:after {color: #ba996e;}
.pageIndex  .header_area.sticky .stellarnav .menu-toggle:after {filter:none;}
.stellarnav li li.has-sub > a,
.stellarnav li li a:hover,
.stellarnav li li.has-sub > a:hover,
.stellarnav.mobile li li.has-sub a:hover {color: #555;}
.stellarnav .icon-close:after {border-bottom: solid 3px #ffffff;}
.stellarnav .icon-close:before{border-bottom: solid 3px #ffffff;}
.stellarnav > ul > li > ul > li > a,
.stellarnav li li.has-sub > a {
	background: none;
	transition: all .2s;}
.stellarnav > ul > li > ul > li > a:hover,
.stellarnav > ul > li > ul > li > ul > li > a:hover {background:none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #a97a4c;color: #fff;}
.tp_links{display: none;}
.stellarnav.mobile ul {background: #ffffff;}
.stellarnav > ul > li > a b {font-weight: bold;    text-align: left;}
/* 商品下拉超過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;}
/*側邊選單設定*/
.stellarnav.mobile.left > ul {
    background: #ffffffed;}
    .stellarnav.mobile > ul > li > a {
        color: #a97a4c;font-size: 14px;}
.stellarnav.mobile > ul > li { margin: 15px 0;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 0;}    

@media screen and (max-width: 1024px) {
    .main_header_area .container {padding: 0;}
    .pageIndex .header_area {
        position: unset;}
        .navigation {height: unset;}
        .stellarnav > ul > li > a {margin: 15px 0 0 0;}
        .nav-brand img {   margin-top: 15px;}
        .nav-brand {     width: 80px;}
    }



/*選單按鈕隱藏選單*/
.footer_menu a:nth-of-type(1)  {display: none;}

/*隱藏footer右邊按鈕*/
.box_link a { display: none;}

/*聯絡我們*/
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    display: flex
;}
.contact_form li.last cite {background: #a97a4c;}
.contact_content {max-width: 1300px;}
.contact_content .information_left {
    display: none;}
    .contact_content .information_right {
        width: 100%;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.product-layer-two li a {
    border: none;
    background: none;
    font-size: 16px;
    color: #a97a4c;}
.products-list .price b {color: #999; font-size: 13px;}
.products-list .price .sp_price {
            text-align: right;
            color: #a97a4c;
            font-size: 18px;font-weight: 900;}
.inquiry_a1 {background: #ba996e;}
.inquiry_a2 {background: #a97a4c;}
.lastPage {background: #a97a4c;}
.products-list .item a:hover .more {background: #a97a4c;}
.products-list .more {border: 1px solid #ba996e;color: #ba996e;}
.product-layer-two li a:hover {background: #a97a4c;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: 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-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%;}
.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;}
.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 {height: 750px; display: flex; align-items: center; justify-content: center ;position: relative; background-attachment: fixed; background-size: cover; background-position:center; background-repeat: no-repeat;}
.banner:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(to top, #00000091 0, rgba(12, 12, 12, 0.4) 50%, transparent 80%) 0 0 no-repeat;
}
  
  .banner h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: .3em;
    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;}
  
  /*  */
  .banner.banC{display:none;}
  /*  */
  .banner.banblog{background-image: url(https://pic03.eapple.com.tw/yihefloor/banner-01.jpg );}
  .banner.banblog h5::after{content: "NEWS";}

  .banner.banE{background-image: url(https://pic03.eapple.com.tw/yihefloor/banner-02.jpg );}
  .banner.banE h5::after{content: "CASE";}

  .banner.banF{background-image: url(https://pic03.eapple.com.tw/yihefloor/banner-03.jpg );}
  .banner.banF h5::after{content: "STORE";}

  .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%;}}
    @media screen and (max-width:550px) {.banner.banE h5{ width: 300px;}}
    
    @media screen and (max-width:500px) {
        .banner{ height: 180px; background-attachment: unset; background-position: bottom;}
    }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁顯示文章*/
.animated-arrow {
    height: 45px;
    width: 200px;
    background: #a97a4c;}
  .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: #C2B19C !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%);}
    .i_blog_le img, .blog_list_le img {border-radius: 15px;}
    .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: #dd5310;}
  h5.blog_le_t em {display: none;}
  
  /*首*/
  .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;}
  .blog_subbox:before{content:none;}
  
  /*文章管理/內層＝＝*/
  .blog_shareData {justify-content: flex-end;}
  .blog_back a.article_btn_prev {background: #ba996e;color: #fff;}
  .blog_back a.article_btn_prev:hover {background: #a97a4c;}
  .blog_back a.article_btn_back{background: #ba996e;color: #fff;}
  .blog_back a.article_btn_back:hover {background: #a97a4c;}
  .blog_back a.article_btn_next {background: #ba996e;color: #fff;}
  .blog_back a.article_btn_next:hover {background: #a97a4c;}
  .blog_search input[type=search] {border-radius: 15px;}
  .news_related {background: #fff;}
  /*特*/
  .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: #C9C0B8;
    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_le .accordion li .link:last-child {border-bottom:none;}
  .accordion li .link {border-bottom: 1px solid #f5e9d4;}
  .i_blog_ri {padding:0px 5px 5px 5px;}
  .i_blog_ri h5{color:#444;}
  .module_i_news .title_i_box h4 {display: none;}
  .blog_list_ri h5 {color:#444;}
  .blog_le .accordion li i {color: #fff;}
  .blog_le .accordion li.open i {color: #fff;}
  
  @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;}
  .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 ;}}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相簿*/
.other_album_choice li {
    background: #ccc;}
  .album_page .show_content, .album_info_page .show_content{text-align: center;}
  /*相簿下方隱藏*/
  .other_album_choice{display:none;}
  .album_fixed_title{display:none;}
  /*大分類頁*/
  .album_page .show_content,.album_info_page .show_content {width: 90%;}
  .show-list .item{text-align: center;width: 47%;}
  .show-list .item a .show_pic {transition: all .8s;}
  .show-list .item a .show_pic img {transform: scale(1);transition: all .8s;min-height: 412px;object-fit: cover;}
  .show-list .item a:hover .show_pic img {transform: scale(1.05);}
  .show-list .item .show_name {color: #666;letter-spacing: 1px;font-size:15px;}
  .show-list .item:hover .show_name {color: #555;letter-spacing: 2px;}
  .overlay{display: none;}
  .other_subalbum li a p {line-height: 4;}
  .subalbum-menu h2 {display: none;}
  /*內頁*/
  .other_subalbum li a img{transform: scale(1);transition: all .8s;object-fit: cover;}
  .other_subalbum li a img{transition: all .8s;}
  .other_subalbum li a:hover img{filter: grayscale(0);}
  
  /*相簿230413改*/
  .album_page .main_part, .album_info_page .main_part{max-width: 1440px;}
  
  
  @media screen and (max-width: 1200px){
  .album_page .show-list .item{width: 47%;}
  }
  @media screen and (max-width:768px){
    .show-list .item a { max-width: 80%;}   
  ul.show-list, .pic-list, .other_subalbum {column-count: 1;}}

  @media screen and (max-width: 600px){
  .album_page .show-list .item{width: 100%;}	
  .album_page .show-list .item{margin:auto;}
  .show-list .item{margin:auto;}
  .show-list .item a .show_pic img{min-height: 278px;}
  
  }
  
  /*特*/
  .show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
  /*特*/
  .album_page .show-list .show_name:before {
    background-color: #444444;
    position: absolute;
    left: 0;
    content: '';
    height: 1px;
    width: 40px;
    transition: all 0.3s ease-in-out;
    top: 95.3%;
    bottom: 50%;
    transform: translateY(-50%);}
  .overlay {background: rgb(255 255 255 / 30%); display: none;}
  .show-list .show_name {padding-left: 50px;}
  .album_page .show-list .item:hover .show_name {padding-left: 60px;}
  .album_page .show-list .show_pic img {transform: scale(1); transition: 0.3s ease;}
  .album_page .show-list .show_pic img:hover {transform: scale(1.03); transition: 0.3s ease;}
  .show-list .show_pic {border-radius: 15px;}
  .album_info_page .show-list .show_pic img , .album_info_page .other_subalbum li a img, .album_info_page .pic-list .show_pic img{left: 50%; top: 50%;}
  .album_class_page .other_subalbum li a img {transform: unset;}
  .block {display: none;}
  .album_fixed_title {background: none;}
  .show-list .show_pic, .other_subalbum li a div, .pic-list .show_pic {border-radius: 15px;}
  
  
  /*相簿瀑布流*/
  
  ul.show-list,
  .pic-list,
  .other_subalbum {
    display: block;
    column-count: 3;
    column-gap: 20px;
  }
  
  .show-list .item, 
  .other_subalbum li, 
  .pic-list .item {
    background: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    break-inside: avoid;
  }
  
  .pic-list .show_pic, 
  .show-list .show_pic, 
  .other_subalbum li a div{
    padding: 0;
    height: auto;
  }
  
  .album_info_page .pic-list .show_pic img, 
  .album_page .show-list .show_pic img, 
  .show-list .show_pic img, 
  .other_subalbum li a img {
    position: relative;
    transform: unset;
    left: 0;
    top: 0;
    height:100%;
    width:100%;
  }
  
  .album_page .show-list .show_pic img:hover, 
  .album_class_page .other_subalbum li a img:hover{
    transform: scale(1.1);
  }

  /*相簿小圖*/
.fa-image::before {display: none;}
.fa-right-from-bracket::before{display: none;}
.other_album_choice li a i.fa-solid.fa-right-from-bracket {display: none !important;}
.other_album_choice li {padding: 7px 24px 7px 22px; margin: 0 0px 7px 0;/*width: 30%;*/}
.other_album_choice {margin: 7px;}
@media screen and (max-width: 480px) {
.other_album_choice li {width: 100%;}
}

  
/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width:1024px) {
.pageIndex .stellarnav > ul > li > a{margin:0;}
/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}}

@media screen and (max-width: 980px) {
    /*文章管理/＝＝＝＝＝*/
    .blog_subbox{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;}
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}



#content {background: #F2EEEB;}
.edit_part {padding: 0;}
.path p, .path p a {display: none;}
@media screen and (max-width:768px){
  ul.show-list, .pic-list, .other_subalbum {column-count: 1;}}


  /*Footer/＝＝＝＝＝*/
.footer {
    padding: 30px 0;
    font-size: 14px;
    background: #a97a4c;
    position: relative;
    z-index: 99;}
.footer_logo {width: 110px; opacity: 0;    position: relative;z-index: 999;margin-left: 400px;}
.footer_logo img { width: 100%;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: space-between;flex-direction: column;padding: 0;}
.footer_info ul { position: absolute;   display: flex; flex-wrap: wrap;     justify-content: space-between;width: calc(100% - 150px);}
.footer_info li p {  color: #fff;}
.footer_info li p a {  color: #fff;}
.footer_menu {    display: grid;    grid-template-columns: 1fr 1fr 1fr; gap: 5px;}
.footer_menu a {    
  margin: 0;	
  text-align: left;	
  padding: 5px 5px 5px 30px;
  transition: all 0.3s;
  border: none;
  color: #ffffff;
  background: #ffffff00;
  position: relative;
}
.footer_menu a:hover {    background:#ffffff00;color: var(--SubColor);}
.footer_menu a:hover::after{
  transform: rotateY(360deg);
	transition: .5s ease-in-out;
  filter: brightness(0) saturate(100%) invert(79%) sepia(47%) saturate(480%) hue-rotate(339deg) brightness(103%) contrast(101%);
}
.footer_menu a:nth-child(11), .footer_menu a:nth-child(10){display: none;}
.footer_info ul>li:nth-child(1){  width: 45%;}
.footer_info ul>li:nth-child(2){  width:30%;}
.footer_info li p.phone{display: none;}

/*footer*/
.footer .center {max-width: 1700px;}
.footer_info li {padding:5px 30px 5px 0;}
.footer_info li h6{
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;}
.footer_menu {text-align: right;}
.footer_menu a {
    letter-spacing: 1px;
    border: 1px #fff solid;
    border-radius: 7px;
    color: #fff;
    background: none ;
    padding:8px 13px 4px 13px;
    text-align: center;
    width: 130px;
    margin: 3px;
    transition: .5s ease-out;}
.footer_menu a:hover {
    border: unset;
    color: #a97a4c;
    background: #fff;}
.footer_info li p {
    line-height: 175%;
    letter-spacing: 1px;
    color:#fff;}
.footer_info li p a {color: #fff;}
.linksBtn {
    display: none;}
/*版權*/
.copy {
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    background: #a97a4c;
    color: #fff;
    border-top: 1px #fff solid;
    margin-top: 0px;
}
.copy a {   color: #fff; }
.copy a:hover {   color: #747474; }
@media screen and (max-width: 1450px) {
    .footer_logo {margin-left: 300px;}}

    @media screen and (max-width: 1300px) {
        .footer_info ul>li:nth-child(2) { width: 40%;}
        .footer_logo {margin-left: 0px;}}

@media screen and (max-width: 1024px) {
    .footer_info ul {width: calc(100% - 50px);}
    .footer_info {align-content: flex-end;}
    .footer_info ul {flex-direction: column;}
    .footer_menu {    width: 48%;  }
    .footer_logo {  margin-bottom: 0px;        margin-right: 70px;}
    .footer_info li p {  width: 100%;}
    .footer_info li:nth-child(1) {   width: 50%;}
    .copy { margin-top: 100px;}
}
@media screen and (max-width:768px) {
.footer_logo {margin-left: 600px;}
.footer_info ul>li:nth-child(1) {
    width: 100%;
}}


@media screen and (max-width:450px) {
    .footer_logo {margin-right: 0px;}
.footer_logo img {
    width: 70%;}
.footer_menu a {    width: 100px}
    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }
        .copy {
        margin-top: 170px;
    }
}


@media screen and (max-width:375px) {
    .footer_menu a {    width: 90px}}


    .P_C:before{line-height: 100% !important;width: 100%;text-align: center;}
    .P_C_contentbox{padding: 120px 5% 70px !important;}