@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n)

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.edit_part {padding: 0;}
.header_area{background: #faf9f8;    transition: all 0.3s ease;padding:10px 0 0;}
.pageIndex  .header_area{background: #ffffffe0;position: fixed;}
.header_area.sticky { position:fixed;background: #FFF;}


/*上方選單右邊設定 臉書/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}
*/
/*網站全域設定/＝＝＝＝＝*/
:root {
    --MainColor: #757575; /*網站主要色系*/
    --SubColor: #2B2B2B; /*網站輔助色系1*/
    --SubColor2: #202020; /*網站輔助色系2*/
    --SFont: "Noto Sans TC", sans-serif;/*特殊字體*/
    --SFontE: "Julius Sans One", sans-serif;/*英文字體*/
    --pd100:100px 0;
    --m100:100px;
    --m50:50px;
    --m30:30px;
    --f48:48px;
    --f40:40px;
    --f36:36px;
    --f32:32px;
    --f28:28px;
    --f24:24px;
    --f22:22px;
    --f20:20px;
    --f18:18px;
    --f17:17px;
  }
  @media (max-width:1024px) {
  :root{
    --m50:40px;
    --m30:25px;
    --f48:40px;
    --f40:36px;
    --f36:32px;
    --f32:28px;
    --f28:24px;
    --f24:22px;
    --f22:20px;
  }
  }
  @media (max-width:768px) {
  :root{
    --pd100:70px 0;
    --m100:70px;
    --m50:30px;
    --m30:20px;
    --f48:32px;
    --f40:28px;
    --f36:26px;
    --f32:24px;
    --f28:20px;
    --f24:20px;
    --f20:18px;
    --f18:17px;
    --f17:16px;
  }
  }
  @media (max-width:600px) {
  :root{
    --pd100:50px 0;
    --m100:50px;
    --m50:25px;
    --f48:28px;
    --f40:24px;
    --f36:22px;
    --f32:20px;
    --f28:18px;
    --f24:18px;
    --f22:18px;
    --f20:17px;
    --f18:16px;
    --f17:15px;
  }
  }
  @media (max-width:375px) {
  :root{
    --f48:24px;
    --f40:20px;
    --f36:18px;
    --f32:18px;
    --f28:17px;
    --f24:17px;
    --f22:17px;
    --f20:16px;
    --f18:15px;
  }
  }
  /*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  *{
    font-family: var(--SFont);
  }
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
  background-color: #444;
  color: #fff;}

::selection{
  background-color: #444;
  color: #fff;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.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;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/
/*banner01*//*第一張大圖的偽元素*//*依樣可以放before+after 兩個*/

.bannerindex .swiper-slide:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/tengfly3797/banner-01.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/tengfly3797/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):after { animation: slide-top  3s 0.3s 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;}
/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.me_tp_features { display: none;}
.swiper-pagination {left: 50%;margin-left: 0;transform: translate(-50% , 0);}

.news_part .title_i_box h4 {
    font-family: 'Noto Serif TC', serif;
    font-size: 28px;
    font-weight: 600;
    color: #757575;}

.module_i_news .title_i_box h4 {
    font-family: 'Noto Serif TC', serif;
    font-size: 28px;
    font-weight: 600;
    color: #757575;}

.module_i_news .title_i_box h6 {
    font-size: 24px;
    color: #757575;
    font-weight: 400;
    margin-top: 100px;}

.module_i_news .title_i_box h6:before {
    content: "COLUMN";
    font-family: "Julius Sans One", serif;
    position: absolute;
    margin: -60px 0 0px -60px;
    font-size: 48px;
    color: #2B2B2B;}

.module_i_album .title_i_box h6 {
    font-size: 24px;
    color: #757575;
    font-weight: 400;
    margin-top: 100px;}

.module_i_album .title_i_box h6:before {
    content: "PROJECT";
    font-family: "Julius Sans One", serif;
    position: absolute;
    margin: -60px 0 0px -55px;
    font-size: 48px;
    color: #2B2B2B;}

.module_i_news .title_i_box h4{display: none;}
.module_i_album .title_i_box h4{display: none;}

.module_i_album section {width: 100%;max-width: 100%;}
.i_album_list li a p {height: 2.5em;}
.animated-arrow { background: #333333;}
.animated-arrow:hover {background: #EEEEEE;}
.fa-arrow-right::before {content: "\f105";}
.pageIndex .i_blog_b * {padding-left: 8px;}

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.swiper-banner .swiper-slide img {width: 100%;height: auto;}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}}

.promotion_title {display: none;}
.other_promotion {display: none;}

/*banner*/



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.page li { color: #9999;}

/*選單設定*/
.nav-menu {margin: 0;}
.main_header_area .container {max-width: 80%;transition: all 0.3s ease;}
.sticky .main_header_area .container { max-width: 90%;}

.nav-menu>li:not(.tp_links) { padding-right: 15px;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a { color: #757575;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a { color: #757575;}
.nav-dropdown>li { text-align: center;}
.tp_links{display: none;}

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 100px 1fr;
    grid-gap: 0 20px;
    justify-items: center;
    transition: all 0.3s ease;align-items: center;}

.sticky .navigation {
    grid-template-rows: none;
    grid-template-columns: 100px 1fr;}

.stellarnav ul {
    text-align: center;
    transition: all 0.3s ease;}

.sticky .stellarnav ul {text-align: right;}
.nav-header { max-width: 100px;}
.sticky .nav-header {top: 10px;}
.sticky .nav-brand img { max-width:80px; transition: all 0.3s ease;}

.stellarnav > ul > li > a {
    padding: 0 17px 0 0;
    color: #666;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 15px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;}

.sticky .stellarnav > ul > li > a {margin: 40px 15px 0;}
.stellarnav li.has-sub > a:after {border-top: 6px solid #d9cc9b;}
.stellarnav ul ul {background: #00000063;}

.stellarnav li li a {
    letter-spacing: 0.1em;
    padding: 10px 10px;
    display: block;
    color: #fff;
    transition: all 0.3s;}

.stellarnav li li {
    border: 0.5px #777 solid;
    margin-bottom: -1px;}

.stellarnav li li a::before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    margin: 5px;
    border-radius: 3px;
    background-color: #fff;
    vertical-align: middle;
    opacity: 0;
    transition: all 0.3s;}

.stellarnav li li a:hover:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 5px;
    border-radius: 3px;
    background-color: #fff;
    opacity: 1;
    transition: all 0.3s;}

.stellarnav > ul > li:hover > a {color: #3fbff0;font-weight: 600;}

/*下拉*/
.nav-dropdown>li>a { background: #f7f5f5; transition: 0.2s; letter-spacing: 1.5px; width: 100%;}
.nav-dropdown>li>a:hover {transition: 0.2s;background-color: #757575;color: #fff}
.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {border-color: transparent #fff #fff transparent;}


/*LOGO設定*/
.nav-brand {display: inline-block; width:unset;}
.sticky .nav-brand img{transition: all 0.3s;}
.stellarnav > ul > li > a b {letter-spacing: 0.1em;}

@media screen and (max-width: 1280px) {
.sticky .navigation {grid-template-columns: 240px 1fr;}}

@media screen and (max-width: 1240px) {
.sticky .main_header_area .container { max-width: 100%;}
.sticky .navigation {grid-template-rows: none;grid-template-columns: none;}
.navigation {justify-content: center; }
.header_area.sticky .me_tp_features {
        text-align: center;
        padding-right: 0;
        padding-top: 10px;}
.main_header_area .container { max-width: 100%;}
.stellarnav > ul > li > a {padding: 0;}
.stellarnav ul {width: 100%;}}

@media screen and (max-width: 1024px) {
    .stellarnav > ul > li > a {padding: 0;}
    .nav-header {position: relative;}
    .main_header_area .navigation {padding: 0;}
    .sticky .main_header_area .navigation {padding: 0;}
    .stellarnav ul {padding: 0;}
    .main_header_area .container {max-width: 100%;}}

@media screen and (max-width:900px) {
    .stellarnav > ul > li > a {font-size: 14px;margin: 0 10px;}}

@media screen and (max-width: 768px) {
.nav-header {top: 10px;}
.navigation {grid-template-rows: none;grid-template-columns: none;}
.nav-brand img {max-width: 260px;}
.stellarnav .menu-toggle span.bars span { background: #191A1E;}
.stellarnav .menu-toggle:after { display: none;}
.main_header_area .container {max-width: 90%;}
.stellarnav.mobile.left .close-menu {background: #ede7e5;color: #fff;}
.stellarnav.mobile {
        position: absolute;
        left: auto;
        top: 18px;
        width: auto;
        display: inline-block;
        right: 0;}
.stellarnav.mobile > ul > li > a b:last-child {display: none;}
.stellarnav .icon-close:after {border-bottom: solid 3px #fff;}
.stellarnav .icon-close:before { border-bottom: solid 3px #fff;}
.stellarnav ul {padding: 0;}
.stellarnav > ul > li > a { color: #757575;}
.stellarnav.mobile > ul > li > a {padding: 10px 43px 10px 10px;}
.stellarnav.mobile ul ul { background-color: transparent;}
.stellarnav li li {border: none;}
.stellarnav li li a {
        padding: 10px 10px;
        border: none;
        margin-bottom: -1px;
        color: #757575;}
}

@media screen and (max-width: 768px) {
.nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
.nav-brand-m img {    max-width: 200px;    width: 100%;}
.stellarnav.mobile {
    left: none;
    right: 0;
}
}

@media screen and (max-width: 425px) {
.nav-brand img , .sticky .nav-brand img{
    max-width: 180px;
}
.nav-header {
    text-align: start;
}
}

/*Footer*/
.footer {background:#fff; padding: 80px 0 0;border-top: 1px solid #EFEBE8;}
.center {max-width: 1400px;padding: 0 4%;}
.footer_logo {width:150px; margin: 0;}
a.info_fix_default.info_fix_mail {display: none;}
.info_fix_links a:hover {background: #3fbff0;}
.footer_info {display: flex;flex-direction: row;}
.footer_info, .footer_info li {padding: 0;}

.footer_info li p.tel:before {content: '服務專線：';}
.footer_info li p.phone:before {content: '服務專線：';}

.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;}

.footer_info ul {
    letter-spacing: 0;
    display: flex;
    flex-flow: row wrap;
    width: calc(100% - 100px);
    margin-bottom: 40px;
    padding-left: calc(50% - 325px);
    flex-direction: row;}

.footer_info li:before {
    color: #727171;
    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: #727171;
    line-height: 175%;
    display: block;
    margin-bottom: 15px;
    font-weight: 400;}

.footer_info li p a {color: #727171;width: max-content;}
.footer_info li p:before {color: #727171;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: #727171;
	background: transparent;
	width: max-content;
	text-align: left;
	margin: 0;
	line-height: 175%;
	transition: all 0.3s;}

.footer_menu a:hover {background: transparent;color: #ff94a6;}
.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: #3fbff0;}

.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: 0 6%;}
    .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;}
    .footer_logo img {max-width: 200px;}
    .footer_info ul {margin-top: 10px;}}

@media screen and (max-width: 768px) {
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}

/*===聯絡我們===*/
.contact_form li:has(input[type=radio]) .form__insert {
    display: flex;}
.contact_content .information_left {
    width: 320px;
}
.contact_page .main_part {
    max-width: 1400px;
}
.contact_content .information_right {
    width: calc(100% - 360px);
    padding-left: 30px;
}
.contact_le_nomap iframe {
    filter: grayscale(1);
}

.blank_letter {color: #757575;}
.contact_form li.last cite {background: #333;}

@media screen and (max-width: 1100px) {
.footer_info li:nth-child(2) {
    position: relative;
    }
    .footer_menu a:nth-child(2) {
        border-left: 1px #ccc solid;
    }
    }
    @media screen and (max-width: 768px) {
    .contact_content .information_right {
        width: 100%;}}
@media screen and (max-width: 600px) {
.blank_letter {
    padding-top: 0;}
    .contact_form li .form__label {
        background: rgb(195 179 146 / 15%);
    }

.contact_content {
    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: #327BBF !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%);}
  .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: #327BBF;}
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: #329FDC;color: #fff;}
.blog_back a.article_btn_prev:hover {background: #327BBF;}
.blog_back a.article_btn_back{background: #329FDC;color: #fff;}
.blog_back a.article_btn_back:hover {background: #327BBF;}
.blog_back a.article_btn_next {background: #329FDC;color: #fff;}
.blog_back a.article_btn_next:hover {background: #327BBF;}
.blog_search input[type=search] {border-radius: 15px;}
.news_related {background: #F5FCFE;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: #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_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: 15px 5px 5px 5px;}
.i_blog_ri h5{color:#444;}
.module_i_news .title_i_box h4 {color: #327BBF;}
.blog_list_ri h5 {color:#444;}
.blog_le .accordion li i {color: #fff;}
.blog_le .accordion li.open i {color: #fff;}
.lastPage { background: #327BBF;}
.articel_mainPic img {
  display: none;}
@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;}}


/*購物車*/
.pageIndex .products-list li:nth-child(n+5) a{display: none;}
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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:#ede7e5;}
.product-layer-two > li {margin: 0 10px;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 .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:#ede7e5;}
.product-layer-two li a {background: #faf9f8;}
.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 li {justify-content: center;align-items: flex-start;}
body.product_info_page.bodyDesktop .product_menu_list>ul { display: flex;}
/*按鈕顏色*/
.products-list .price b {color: #E89C45;font-weight: 500;}
.products-list .more {
    border: 1px solid #333333;
    color: #333333;}
.products-list .item a:hover .more {background: #333333;}
.product-layer-two li a:hover { background: #ede7e5;color: #fff;}
.video-layer-two li a:hover { background: #ede7e5;color: #fff;}
@media screen and (max-width: 768px) {
.me_tp_features {display: none;}
.show_content {padding: 0;}
.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 .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;}}



/*   相簿管理(有分類)  */
/*大分類*/
.album_page .main_part {max-width: 1600px;}
.show-list{display: flex;flex-wrap: wrap;}
.show-list .item {width: 32%;padding: 2%;margin: 0;}
.show-list .item:hover .show_name {color: #666;}
.show-list .show_name {text-align: center;font-weight: 500;}
.overlay {-webkit-transform: scale(1);transform: scale(1);}
.show-list .show_pic img{min-height: 20vw;object-fit: cover;}
/*次分類*/
.album_class_page .main_part {max-width: 1600px;}
.subalbum-menu h2 {color: #555;text-align: center;display: block;}
.other_subalbum{display: flex;flex-wrap: wrap;}
.other_subalbum li {width: 32%;padding: 2%;margin: 0;}
.other_subalbum li p{text-align: center;margin-top: 10px;color: #555;letter-spacing: 2px;}
.other_subalbum li div{height: 0;padding-bottom: 75%;overflow: hidden;}
.other_subalbum li img{min-height: 20vw;object-fit: cover;transition: all .5s;}
.other_subalbum li:hover img{opacity: .6;}
/*相片頁*/
.album_info_page .main_part {max-width: 1600px;}
.pic-list{display: flex;flex-wrap: wrap;}
.pic-list .item {padding: 0;margin: 10px;width: 32%;padding: 2%;margin: 0;}
.pic-list .item h6{font-weight: 500;}
.pic-list .show_pic img {min-height: 20vw;object-fit: cover;}
.other_album{margin-top: 200px;}
.album_fixed_title {background: transparent;font-size: 15px;}
.other_album_choice li {background: #555;border-radius: 3px;font-size: 12px;}



/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*主分類*/
.show-list .item{padding: 1%;}
/*次分類*/
.subalbum-menu{padding: 0;margin: 0;}
.other_subalbum {
    /* display: block; */
    column-count: 3;width: 100%;}
.other_subalbum li{width: 100%;}
.other_subalbum li div {height: auto;padding-bottom: 0;overflow: inherit;}
.other_subalbum li a img{width: 100%;}
/*相片頁*/
.pic-list {column-count: 3;display: block;}
.pic-list .item{padding: 1%;width: 100%;}
.other_album_choice li {background: #757575;}
.pic-list .show_pic {overflow: inherit;height: auto;padding-bottom: 0;aspect-ratio: auto;}


@media screen and (max-width: 768px){
	/*主分類*/
	.show-list .item {width: 48%;}
	.show-list .show_pic img{min-height: 35vw;}
	/*次分類*/
	.other_subalbum li{width: 48%;}
	.other_subalbum li img{min-height: 35vw;}
	/*相片頁*/
	.pic-list .item {width: 100%;}
	.pic-list .show_pic img {min-height: 35vw;}
    .pic-list {column-count: 2;}
}

@media screen and (max-width: 450px) { 
	/*相簿*/
	.show-list .show_pic img{min-height: 140px;}
	.other_subalbum li img{min-height: 140px;}
	.pic-list .show_pic img {min-height: 140px;}
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 980px) {
        @media screen and (max-width: 768px) {
            .mobile_product_name {
                display: none;
            }
        }
    }
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 980px) {
        @media screen and (max-width: 768px) {
            @media screen and (max-width: 600px) {
                .main_part {
                    padding: 20px 10px 10px;
                }
            }
        }
    }
}