@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: #ffffff; transition: all 0.3s ease;padding: 10px 0 0;}
.pageIndex  .header_area{background: #ffffff;position: sticky;box-shadow: 0px 0px 5px #aaaaaa8f;}
.header_area.sticky { position:fixed;background: #ffffff;}


/*上方選單右邊設定 臉書/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;
}


/* #content{background: url(https://pic03.eapple.com.tw/chengedesign/bg-05.jpg) no-repeat fixed ;background-position: center top;}

.pageIndex #content_main {
    margin: 0;
    background: url(https://pic03.eapple.com.tw/chengedesign/bg-06.jpg) no-repeat fixed;
    background-position: center top;
} */
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.header_area.sticky .me_tp_features {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: #E37B32;
    border-radius: 100px;
}
.animated-arrow:hover {
    background: #000;
}
.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) {

.header_area {padding: 0;}
.bannerindex { padding:0; margin:0;}
}

/*banner*/
.banner {
    padding: 240px 0 240px 0;
    text-align: center;
    background: repeat center center #f9f9f9;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: none;
    background-position: center center;}

.banner {background-image: url(https://pic03.eapple.com.tw//banner-01.jpg);}

.banner h5 {
    text-shadow: 0.1em 0.1em 3px #333333;
    font-family: 'Noto Serif TC';
    color: #ffffff;
    font-weight: 600;
    font-size: 36px;}

.other_page .banner.banB {display: none;}
.product_info_page .banner.banF {display: none;}  
.banner.banC{display: none;}
.banner.banblog {background-image: url(https://pic03.eapple.com.tw/yjfoodtw/banner-01.jpg);}  
.banner.banE {background-image: url(https://pic03.eapple.com.tw/yjfoodtw/banner-02.jpg);}  
.banner.banA {background-image: url(https://pic03.eapple.com.tw/yjfoodtw/banner-03.jpg);}  
@media screen and (max-width: 768px) {
.banner {padding: 120px 0 80px 0;}}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.news_part {padding: 50px 20px 80px;}
.animated-arrow {margin-top: 50px;}
.page li {color: #9999;}
/*選單設定*/
.nav-menu {    margin: 0;}
.main_header_area .container {    max-width:100%;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;
}

.sticky .navigation {
    grid-template-rows: none;
    grid-template-columns: 100px 1fr;
}

.stellarnav ul {
    background: #ffe6c1;
    text-align: center;
    transition: all 0.3s ease;
}

.sticky .stellarnav ul {
    background: none;
    text-align: right;}

.nav-header { max-width: 240px;}
.sticky .nav-header {top: 10px;}
.sticky .nav-brand img { max-width:60px;}
.sticky .stellarnav > ul > li > a {margin:50px 15px 0;}

.stellarnav > ul > li > a {
    padding: 0 15px;
    color: #391911;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 5px 15px 0;
    overflow: hidden;
    cursor: pointer;
    text-align: center;}

.stellarnav li.has-sub > a:after {border-top: 6px solid #d9cc9b;}
.stellarnav ul ul {width: 220px;}
.stellarnav li li a {
    background: #00000063;
    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 {
    border-radius: 15px;
    background: #E37B32;
    color: #ffffff;
    font-weight: 500;}

/*下拉*/
.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 img {
    max-width:60px;
    transition: all 0.3s;}

/* .footer_logo img {    
    width: 0px;    
    display: none;
}
.footer_logo a {
    display: block;
    width: 200px;
    height: 100px;
    margin: 0px auto;
    background-image: url(https://pic03.eapple.com.tw/chengedesign/logo-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */

.nav-brand {
    text-align: center;
    display: inline-block;
    width: 240px;}

.sticky .nav-brand img{transition: all 0.3s;}
.footer_logo {display: none;}

@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;
    }}

@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: 768px) {
    .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #fff;}
    .stellarnav a.dd-toggle .icon-plus:before{border-bottom: solid 3px #fff;}
    .stellarnav.mobile.left > ul {background: #00000075;}
    .stellarnav > ul > li:hover > a {
        border-radius: unset;}
    .sticky .stellarnav > ul > li > a {margin:0px;}
    .nav-header { top: 10px; }
    .navigation { grid-template-rows: none; grid-template-columns: none;}
    .nav-brand img { max-width: 60px; margin: 15px;}
    .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: #E37B32; 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;        color: #fff;
    }
    .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: #fff;
    }
}




@media screen and (max-width: 768px) {
.nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}

.stellarnav.mobile {
    left: none;
    right: 0;
}
}

@media screen and (max-width: 425px) {

.nav-header {
    text-align: start;
}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/

.copy {
    border-top: none;
    background: #E37B32;
    color: #ffffff;
}
.copy a{color: #ffffff;}
.footer_menu a:hover {
    border-radius: 5px;
    background: #E37B32;
    color: #fff;
    font-weight: 400;}

.footer_menu a {    
    display: inline-block;
    padding: 5px 15px;
    border: none;
    margin: 0px 4px 4px 0px;
    font-size: 14px;
    line-height: 100%;
    color: #391911b3;
    background: none;
    transition: all 0.3s;}

.footer .fix_ri a{
    transition: all 0.3s;
}
.footer .fix_ri a:hover {
    transform: scale(1.3);
    transition: all 0.3s;
}
.box_link{
    display: none;
}


.footer {
    background: #F1B735;
    border-top: 1px solid #E4E4E4;}

.footer_info ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;}

.footer_info li {
    display: block;
    padding: 10px 0 10px 0;}

.footer_info li p {color: #391911;font-weight: 400;}
.footer_info li p a {color: #391911;}

.footer .center {
    position: relative;
    max-width: 90%;}

.footer .center {
    position: relative;
    max-width: 90%;
    padding: 30px 0;}

.footer_info {
    padding: 0;
    display: flex;
    grid-gap: 20px;
    padding-right: 0;
    flex-wrap: wrap;}

.footer_info li:nth-child(2) {
    position: absolute;
    right: 0;
    top: 14px;}

.footer_menu a:nth-child(1) {display: none;}
.footer_menu a:nth-child(2) { border: none;}
/*===聯絡我們===*/
.contact_form li:has(input[type=radio]) .form__insert {
    display: flex;}
.contact_content .information_left {
    width: 320px;
}
.contact_page .main_part {
    max-width: unset;
}
.contact_content .information_right {
    width: calc(100% - 360px);
    padding-left: 30px;
}
.contact_le_nomap iframe {
    filter: grayscale(1);
}
.contact_form li.last cite {
    background: #E37B32;}
.contact_editbox {padding: 0;}
.contact_le_map a {
    display: none;}
.contact_content {
    max-width: 1300px;padding: 20px 10px 90px;}
.blank_letter {
    background-position: left bottom;
    background-repeat: no-repeat;
    font-family: 'Noto Serif TC', serif;
    font-size: 28px;
    font-weight: 600;
    color: #757575;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    border-radius: 50px;
}
@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 {padding: 20px 3% 90px;}
.contact_content .information_left { width: 100%;}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}
}

@media screen and (max-width: 600px) {
.blank_letter {
    padding-top: 0;}
    .contact_form li .form__label {
        background: rgb(195 179 146 / 15%);
    }
}
/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */

/* +++ 通用 -------------------- */

/* 圖片 */
.blog_list_le,
.i_blog_le,
.news_related_list li figure{
    border-radius: var(--br);
    overflow: hidden;
}

.blog_list_le img,
.i_blog_le img,
.news_related_list li a img {
    transform: scale(1);
    filter: saturate(1);
    -webkit-filter: saturate(1);
    transition: var(--tr);
}

.subbox_item:hover img,
.module_i_news li:hover img,
.news_related_list li:hover img{
    transition: var(--tr);
    transform: scale(1.05);
    filter: saturate(1.5);
    -webkit-filter: saturate(1.5);
}

/* 文章標題 */
.blog_list_ri h5,
.i_blog_ri h5,
.news_related_list li a p{
    color: var(--f1-color);
}

.subbox_item:hover h5,
.module_i_news li:hover h5,
.news_related_list li:hover p{
    color: var(--ac-color);
    transition: var(--tr);
}


/* +++ 側邊欄 -------------------- */

.blog_le {
    padding: 0 7px;
}

/* 文章文字區塊 ---------- */
h5.blog_le_t {
    text-align: center;
    margin-bottom: 0;
}

/* 隱藏-文章文字 */
h5.blog_le_t em,
h5.blog_le_t span {
    display: none;
}

/* 搜尋欄位 */
.blog_search input[type=search] {
    border-radius: 4px;
}

/* 分類區塊外框 ---------- */
.blog_le .accordion {
    border-radius: 4px;
}

/* 主分類文字 */
.accordion li .link a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .6rem;
    text-align: center;
}

/* +++ 目錄頁 (blog_page) -------------------- */

/*隱藏-分類副標*/
.blog_page h4.blog_category_title {
    display: none;
}

.blog_subbox {
    grid-template-columns: 1fr;
}

.subbox_item a {
    background: #fff;
    grid-template-columns: 200px 1fr;
    align-items: center;
    gap: 50px;
}

.subbox_item a:before {
    content: 'READ MORE >>';
    font-size: 12px;
    padding: 5px 20px;
    color: var(--ac-color);
}

/* 隱藏-原遮罩 */
.subbox_item a:after {
    display:  none;
}

/* 文字區塊 ---------- */

/* 時間 */
.blog_list_ri em {
    font-size: 12px;
    color: var(--f2-color);
}

/* 概述 */
.blog_list_ri p {
    font-weight: 400;
    letter-spacing: .2rem;
    line-height: 160%;
    font-size: 12px;
    margin-top: 20px;
    color: var(--f2-color);
}

/* +++ 首頁嵌入 (module_i_news) -------------------- */

/* 隱藏-原遮罩 */
.module_i_news li a:after{
    display: none;
}

.module_i_news li a:before{
    content: 'READ MORE >>';
    color: var(--ac-color);
}


/* 文字區塊 ---------- */
.i_blog_ri{
    padding: 2rem 1rem;
}

/* 日期 */
.i_blog_ri em{
    color: var(--f2-color);
}
/* 概述 */
.i_blog_ri p{
    color: var(--f2-color);
}

/* +++ 文章頁 (blog_in_page) -------------------- */

h4.blog_category_title {
    padding: 0;
    font-size: 20px;
    letter-spacing: .4rem;
    margin-bottom: 0;
}

.blog_shareData {
    border-bottom: 1px solid var(--f3-color);
    padding-bottom: 10px;
}

/* 分享到 */
.toShareNews b {
    font-size: 12px;
    font-weight: 400;
}

/* sns icon */
.toShareNews a object {
    max-width: 20px;
}


/*按鈕 ---------- */

.blog_back {
    gap: 0;
}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: transparent;
    color: var(--f2-color);
    border: 1px solid var(--f2-color);
    font-size: 14px;
    padding: 12px;
}

.blog_back a.article_btn_back {
    color: #000;
    background: var(--f2-color);
    padding: 12px;
}

/* 相關文章 ---------- */

.news_related {
    background: transparent;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #E37B32 !important;
}
/* "相關文章"文字 */
.news_related h6 span:before {
    font-size: 18px;
    letter-spacing: .6rem;
    color: var(--f1-color);
}

/* 上一頁按鈕 */
.lastPage {
    background: var(--ac-color);
    font-size: 16px;
}

.lastPage:hover{
    filter: grayscale(1);
    transition: var(--tr);
}
#content {
    background: url(https://pic03.eapple.com.tw/yjfoodtw/wallpaper.jpg) no-repeat center;
    background-size: cover;
    }

@media screen and (max-width: 768px) {

    /*側邊*/
    .blog_le {
        padding: 0;
    }

    /*分類頁*/
    .subbox_item a {
        grid-template-columns: 100px 1fr;
        align-items: start;
        gap: 30px ;
        padding: 15px 0;
    }

    .blog_list_ri {
        padding: 0;
    }

    .blog_list_ri h5 {
        font-size: 16px;
    }

    /*文章頁*/
    .blog_le,
    .blog_ri {
        margin-bottom: 50px;
    }

    .blog_back a.article_btn_prev,
    .blog_back a.article_btn_next,
    .blog_back a.article_btn_back {
        font-size: 12px;
    }

    .lastPage {
        font-size: 12px;
    }
}


/*===促銷===*/
.other_promotion {grid-template-columns: 1fr;}
.other_promotion li a:hover {background: rgb(255, 247, 210);}
.other_promotion li a {border-color:#E37B32;}
.other_promotion li a:before {border:none;}
.promotion_title h2 {color: #E37A32;
    font-size: 30px;
    font-family:"Noto Serif TC", serif;
    line-height: 1.5;
    padding-right: 10px;}

    .promotion_title {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: flex-end;}

/*購物車*/
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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:#E37B32;}
.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 .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:#E37B32;}
.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;}

/*按鈕顏色*/
.products-list .price b {color: #E89C45;font-weight: 500;}
.products-list .more {
    border: 1px solid #E37B32;
    color: #E37B32;}
.products-list .item a:hover .more {background: #E37B32;}
.product-layer-two li a:hover { background: #E37B32;color: #fff;}
.video-layer-two li a:hover { background: #E37B32;color: #fff;}
@media screen and (max-width: 768px) {
    .stellarnav.mobile > ul > li > a {
        margin: 0;}
    .show-list {
        justify-items: center;grid-template-columns: 1fr;}
.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 { width: 100%;display: grid;}
	.show-list .item {width: 80%;}
	.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;
                }
            }
        }
    }
}