@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過30個變大 */
/*
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
*/
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*
#content {
    background-image: url(https://pic03.eapple.com.tw//.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

*/

.edit_part {
    padding: 0;
}

/*預設解除背景輪播*/
#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;}
}

.header_area{background:#FAF9F7;}
.nav-brand img{    width: 150px;}

.main_header_area .container {
    max-width: 95%;}
.stellarnav > ul > li > a{	
    color: #626262;    
    margin: 0px 15px;    
    letter-spacing: 1px;    
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
}
.stellarnav > ul > li > a:hover {
    color: #888;
    transition: .5s;
}
.stellarnav > ul > li::after {
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    background: #AE9576;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
    right: 0;
}
.stellarnav > ul > li:hover::after {
    width: 100%;
    transition: all 0.3s;
    left: 0;
}

/*關閉首頁購物車上排顯示*/
.me_tp_features{display: none;}
.navigation{    display: flex;
    align-items: center;}


/*第二層*/
.stellarnav li li {    border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 7px 10px;
    transition: all 0.3s;
    background: #fff;
    color: #5F5353;
    font-weight: bold;
	font-size: 14px;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    background: #AD9475;
    padding-left: 10px;
    color: #fff;
}
.stellarnav li li.has-sub > a:after{    border-left: 6px solid #888;}
.stellarnav li li.has-sub > a:after:hover{    border-left: 6px solid #fff;}


.linksBtn {
    display: none;
}
	
/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link {
    position: absolute;
    top: 0%;
    right: 0px;
    width: auto;
    max-width: 150px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    max-height: 100%;
    justify-content: flex-end;
    z-index: 10;
}

.box_link a{border: 1px #848181 solid;    color: #848181;}
.box_link a:hover {
    border: 1px #fff solid;
    color: #fff;
}
.footer {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    background: #EDE7E0;
    z-index: 99;
}
.footer .center {
    position: relative;
    max-width: 90%;
    padding: 60px 0;
    font-size: 13px;
}
.footer_info {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    flex-direction: column;
    gap: 20px;
    font-family: var(--SFontE);
}
.footer_logo{
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer_logo img {
    max-width: 70%;
}

.footer_info ul {
    position: relative;
    border-top: 1px solid #c8c8c8;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
/* 聯絡資訊 */
.footer_info li{
    padding: 0;
}
.footer_info li p {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
    color: #848181;
}
.footer_info li p a{
    color: #848181;
}

/* 網頁連結 */
.footer_info li:nth-child(2) {
    right: 0;
    top: 0;
}
.footer_menu {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.footer_menu a:first-child{
    display: none;
}
.footer_menu a {
    color: #848181;
    background: transparent;
    border: 0;
    letter-spacing: 1.25px;
    margin: 0 0 10px;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
}

.footer_menu a:hover {
    background: transparent;
    color: #AE9576;
}

@media screen and (max-width: 1200px) {
    .footer_menu {
        display: flex;
        margin-left: auto;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .footer_info ul {
        position: relative;
        border-top: 1px solid #c8c8c8;
        padding: 15px 0;
        display: flex;
        flex-direction: column;
    }

    .footer .center {
        padding: 25px 0;
    }
}


/**/
.copy {background:transparent; color: #838383; border:none; padding: 10px 0;margin: 10px 0 0;}
.copy a{color: #838383;transition:all 0.3s;}
.copy a:hover {color: #a0a0a0;}
.box_link a {
    display: block;
    width: 40px;
    border: 0px #ccc solid;
    border-radius: 5px;
    padding: 5px;
    font-size: 24px;
    text-align: center;
    margin: 2px;
}
.box_link {display: none;}

/*文章*/
.blog_le .accordion {  border-radius: 0px;  border: none;}
.accordion li .link a { font-weight: 500;color: #444;;padding: 15px 20px;}
.blog_le .accordion li.open i.fa-chevron-down::before {  color:#6f6f6f;}
.submenu li.on_this_category a, .submenu a:hover { background: #8a776800; color: #6a5e52;}
.submenu {  background: #090909;}
.fa-circle-chevron-right::before { color: #fff;font-size: 11px;}
.subbox_item a { grid-template-columns: 100%;    background: rgba(255, 255, 255, 0.9);    border: 1px #AD9475 solid;
    padding: 10px;}
.submenu a {  color: #ffffff;}
.subbox_item a { display: flex; justify-content: space-between;  align-items: center;color: #fff;flex-direction: column;}
.blog_list_ri {  padding: 0px 10px 25px 10px;width: 100%;}
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));grid-gap: 30px;}
.subbox_item a:before { font-weight: 500;opacity: 1;  font-size: 15px; color: #AD9475;font-family: "Oswald";}
.subbox_item a:hover:before {  color: #AD9475; transition:.5s;}
h5.blog_le_t em { color: #444;  font-size: 20px;font-family: 'Noto Sans TC';margin: 10px;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #6a6561 !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  color: #fff !important;}
.blog_search input[type=search] { border-radius: 3px;border: solid 1px #000000;}
.fa-circle-plus::before { font-size: 14px;}
.subbox_item a:after { content: ''; width: 100%;}
.blog_list_le { width: 100%;}
.blog_list_ri h5 {  font-weight: 500;  font-size: 20px; margin-bottom: 15px;  font-family: "Oswald",'Noto SAns TC'; color: #5F5353;}
.subbox_item a:after {  background: transparent; border-bottom: none;border:none;}
.blog_list_ri p {  letter-spacing: 1px;  font-size: 13px;  color: #adadad;  line-height: 150%;  font-family: 'Noto Sans TC';  font-weight: 400;}
.blog_list_ri em { font-size: 14px;  color: #adadad;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {  background-color:#AD9475;color: #fff !important;}
.fa-chevron-down::before { color: #565656;}
.submenu li.on_this_category a, .submenu a:hover {  background: #8a776800;color: #6a5e52;}
.accordion li+li .link { border-top: 1px solid #212121;}
.submenu li+li {  border-top: 1px solid #212121;}

/*文章圖片放大*/
.subbox_item a img {
    transition: all 0.5s;
}
.subbox_item a:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.blog_list_le {
    overflow: hidden;
    padding: 0;
}
.subbox_item a:after{    background: rgb(255 255 255 / 0%);}

/*文章內頁*/
.blog_back a.article_btn_back {
    background: #ede7e0;
    color: #5F5353;
}
h4.blog_category_title { font-family: 'Noto Sans TC'; color: #5F5353;  font-size: 25px;  font-weight: 500;  letter-spacing: 1px; border-bottom: 0;  padding: 10px 0; margin-bottom: 20px;}
.blog_shareData {  margin-bottom: 0px; display:none;}
.blog_back a.article_btn_next { background: #d5cabd;  color: #fff;font-weight: 500;}
.blog_back a.article_btn_prev {  background: #d5cabd; color: #fff;font-weight: 500;}
.news_related {
    background: #ffffff;
}
.news_related h6 span:before { color: #1e1d1d; font-family: 'Noto Sans TC';  font-weight: 600;    font-size: 20px; display:none;}
.news_related h6 {  margin: 20px auto 40px;}
.news_related_list li a p {  margin: 10px 0px; color: #fff;font-weight: 600;  font-size: 20px;  letter-spacing: 1.3px;   font-family: "Oswald";}
.news_related_list li a { background: #2d2823;padding: 8px;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i { color: #ccc;}
.articel_mainPic:nth-child(1) img {  display: none;}/*首圖隱藏*/
.blog_le, .blog_ri { margin-top: 80px;}
.blog_box_edit .edit img {   border-radius: 20px;}
.blog_back {  margin-bottom: 100px;}
.blog_in_page .edit { color: #444;  font-size: 22px; font-weight: 500;}
.lastPage{background: #d4cabe;}
div#tab01 {
    text-align: center;
}

/* = = = 相簿 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁*/
.module_i_album{    padding: 80px 20px;}
.pageIndex .module_i_album section{max-width: 1500px;}
/*標題*/
.module_i_album .title_i_box h4:before {
    content: "PROJECT";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin: 0 auto;
    font-size: 40px;
    color: #ab9479;
    letter-spacing: 2px;
    font-family: "Oswald", sans-serif;
    transform: translate(-50%, -50%);
    font-weight: 400;
}
.module_i_album .title_i_box h4 {
    font-size: 20px;
    color: #5F5454;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    padding-top: 60px;
}

.module_i_news .title_i_box h4:before {
    content: "NEWS";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin: 0 auto;
    font-size: 40px;
    color: #ab9479;
    letter-spacing: 2px;
    font-family: "Oswald", sans-serif;
    transform: translate(-50%, -50%);
    font-weight: 400;
}
.module_i_news  .title_i_box h4 {
    font-size: 20px;
    color: #5F5454;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    padding-top: 60px;
}
.i_album_list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1vw;
}
.i_album_list li a p{    height: 4em;    letter-spacing: 2px;    color: #fff;text-shadow: 0 0 5px #444;font-size: 18px;font-weight: 600;    background: #ede7e0; backdrop-filter: blur(2px);}

.animated-arrow {
    background: #ac9477;
    color: #fff;
}

/*相本分類全版面 ( 限制最寬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;}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}


/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1600px; width: 100%;    margin: 0 auto;}

/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 100%;    margin: 0 auto;}
.subalbum-menu { margin: 0px 0;    padding: 0 5%;}
/*版面*/
ul.show-list, .other_subalbum{    display: grid;    grid-template-columns: 1fr 1fr 1fr; }
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {display: none;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}

.other_subalbum li {background: transparent;}

.show-list .show_pic img , .other_subalbum li a 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: 0%;  top: 0%;  transition: 0.8s;}
.other_subalbum li a div:hover img , .show-list .show_pic:hover img { transform: scale(1.05);  }

.show-list .show_name {
    font-size: 18px;
    color: #5F5252;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 26px;
    text-align: center;
}
.show-list .item:hover .show_name { color: #AD9475;}
.subalbum-menu h2{  display: none;}
.other_subalbum li a p{text-align: center;margin-top: 20px;}
.other_subalbum li:hover p:after { width: 100%;}
.album_page .other_album, .album_class_page .other_album ,.album_info_page .other_album ,.album_page .overlay {display: none;}


@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
ul.show-list, .other_subalbum{    grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
ul.show-list, .other_subalbum{    grid-template-columns: 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; 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) {
}


/*購物車*/
.product-layer-two li a{background: #f3f3f300;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: ">";
    color: #fff;
    background: #797367;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 12px;
}
.product-layer-two li a {
    color: #333333;
    border: none;
    background: transparent;
    transition: all 0.3s;
    line-height: 200%;
    padding-left: 25px;
    transition: all 0.3s;
    font-weight: 400;
}
.products-list .more {
    border: 1px solid #444;
    color: #444;}
.products-list .item a:hover .more {
    background: #444;}
	
.product-layer-two > li{border-bottom: 1px dotted #666;}
.prod_related h6 span:before{    letter-spacing: 2px;    font-size: 18px;}

/*隱藏價格*/
.products-list .price{display:none;}
.sidebarBtn .price{display:none;}

/*隱藏尋駕車按鈕*/
.inquiry_a1, .inquiry_a2, .inquiry_a3{display:none;}



/*聯絡我們*/

.contact_page .path p, .path p a {
    display: none;
}

.contact_content .information_left {
    width: 295px;
    display: none;
  }
  .contact_editbox {
    margin: auto;
    padding: 0;
  }
  
  .contact_content .information_right {
    width: 90%;
    margin: 80px auto;
    padding: 0 10px;
    display: block;
  }
  .contact_content .information_right {
    max-width: 1000px;
  }
  
  .contact_form li.last cite {
    background: #ac9477;
    color: #fff;
  }
  
  .contact_content {
    margin: auto;
    padding: 20px 10px;
    background: #f9f8f6;
    margin-top: -10px;
  }
  
  .contact_form li.last blockquote {
    color: #ffffff;
    background: #ccc3b7;
  }

  .contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    display: flex;
    grid-template-columns: 90px 1fr;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(100px, 1fr));
    align-items: center;
}
  
  @media (max-width: 1024px) {
    .footer_info {
        flex-direction: column;
    }
  }
  
  .car_page .information_left {
      display: block;
  }
  body.car_page .footer_info li p:before{
      position: initial;
      display: inline;
  }

  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/

.banner {
    background: url(https://pic03.eapple.com.tw/annch/bn_01.jpg);
    font-size: 40px;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    min-height: 400px;
    border-radius: 0 0 100px 100px;
}
.banner h5 {
    position: relative;
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;
    width: 300px;
    right: 30%;
    padding: 40px 0px;
    text-align: left;
}

.banner h5:before{
    font-optical-sizing: auto;
    font-style: normal;
    display: block;
    font-size: 18px;
    color: #ede7e0;
    font-weight:bold;
    text-align: left;
}

.banner.banA {}
.banner.banB {}
.banner.banC {display: none;}
.banner.banD {}

.banner.banE h5:before {
    content: "PROJECT";
}
.banner.banF h5:before {
    content: "PRODUCTS";
}

.banner.banblog h5:before {
    content: "ARTICLE";
}

.banner.banblog {}

@media screen and (max-width: 768px) {
.banner {
    min-height: 210px;
    border-radius: 0 0 50px 50px;
}
}

@media screen and (max-width: 500px) {
.banner.banE{height: auto;}
.banner h5{    bottom: 5%;font-size: 25px; right: 0%;}
.banner.banF{height: auto;}

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { 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: 1300px) {

}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.footer_logo img{    width: 170px;}
.stellarnav.mobile > ul > li:nth-child(5) .dd-toggle{
    display: none;}
.stellarnav.mobile li:nth-child(5).open {
    background: #fff;}
.stellarnav li li > a, .stellarnav li li.has-sub > a{    background: #dfdfdf;}
.header_area.sticky{backdrop-filter: none;}
.stellarnav{display: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{background: #ede7e0;}
#bottom_menu li:last-child{    display: none;}
#bottom_menu li:nth-child(2) {
    display: none;
}

.contact_form li .form__label {
    background: rgb(255 255 255 / 0%);
}

}

@media screen and (max-width: 600px) { 
.nav-brand img {
    width: 120px;
}
.blog_le, .blog_ri {
    margin-top: 0px;
}
}




