@charset "utf-8";


body {
    font-family:"Noto Serif TC", serif;
}

/*#content:not(.other_select_page #content){
  min-height: ;
  background: url(https://pic03.eapple.com.tw/frankfu/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
z-index: 1;
}*/


.path p, .path p a{display: none;}



/* 開場動畫 */
.pageIndex .bannerindex::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    backdrop-filter: grayscale(1)  blur(7px);
    z-index: 1000000000000010000000;
    animation: action-bg 4.3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    pointer-events: none;
}

.pageIndex .bannerindex::after{
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/huangdunpro/LOGO-0601.png );
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 10%;
    height: 0;
    padding-bottom: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100000000000001000000000;
    transform: translate(-50%,-50%) ;
    pointer-events: none;
    animation: action-logo 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}


.pageIndex .swiper-wrapper {
    transform: scale(0.8);
    animation: action-banner 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards ;
}

@keyframes action-bg {
    0%{
        backdrop-filter: grayscale(1)  blur(7px);
    }
    100%{
        backdrop-filter: grayscale(0)  blur(0px);
    }
}


@keyframes action-banner {
    0%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
    
}

@keyframes action-logo {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}




/*大圖*/
#content_main {  margin: 0;}
.bannerindex { position: relative; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}
.bannerindex:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    }




/*圖1*/

.bannerindex .swiper-slide.swiper-slide:nth-child(1):after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw//huangdunpro/title01.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 8%;
    left: 0%;
    width: 28% !important;
    height: 90% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-top 3s cubic-bezier(.39, .575, .565, 1.000) both;
    animation-delay: .3s;
}
@keyframes fade-in-top {
    0% {
        transform: translateY(-200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


@keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
}

/*圖2*/

.bannerindex .swiper-slide.swiper-slide:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw//huangdunpro/title02.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 21%;
    left: 3%;
    width: 26% !important;
    height: 66% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-top 3s cubic-bezier(.39, .575, .565, 1.000) both;
    animation-delay: .3s;
}




/*header格式*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main_header_area .container {
    max-width: 80%;
}

.header_area {
    position: relative;
    background: #fff;
    position: sticky;
    top: 0px;
    transition: all 0.5s ease-in-out;
}

.header_area.sticky {
    background: #ffffffb4;
}

.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
}

.me_tp_features {
display: none;
}

.tp_links a {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.me_tp_features a i {
    position: relative;
    z-index: 1;
}



/*Logo*/

.nav-brand img {
    max-width: 70%;
}

/*header文字*/

.stellarnav > ul > li > a{
    font-size: 14px;
    letter-spacing: 2px;
    color: #444;
    position: relative;
    padding: 0px 15px;
}
.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;  
    height: 100%;
    background-color: #f5e3c9;
    border-radius: 5px;
    z-index: -1;   
    opacity: 0;
    transform: scaleX(1); 
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.stellarnav > ul > li > a:hover::before {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
}

.stellarnav > ul > li > a b:nth-of-type(2){
    font-size: 10px;
}

/*第二層*/
.stellarnav li li {    border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 8px 9px;
    transition: all 0.3s;
    color: #444;
    font-size: 14px;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    background: #d2d979;
    color: #444;
}


/*footer*/

.footer_info li p.tel2:before {
    display: none;
}
.tel2{
    pointer-events: none;
}
.footer_menu a:nth-of-type(1) {
    display: none;
}

.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 0px 30px 10px;
    width: 80%;
    gap: 5px 50px;
}

.footer_info li:nth-child(2) {
    padding: 0px;
    padding-top: 15px;
}

.footer {
    background: #ffffff;
}
.album_class_page .footer,.blog_page .footer  {background: #e8e3d0;}

.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    padding: 50px;
}

.footer_info ul {
    width: 80%;
}

.footer_info li p {
    font-size: 12px;
}

.footer_menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer_menu a {
    margin: 0;
    text-align: justify;
    transition: all 0.3s;
    border: none;
    margin-top: 13px;
    color: #444;
    background: transparent;
    font-size: 12px;
    position: relative;
}

.footer_menu a:before {
    content: '';
    font-size: 10px;
    color: #d7b380;
    letter-spacing: 1px;
    display: block;
    text-align: justify;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.footer_info li p.phone:before {
    content: 'Line：';
}
.footer_info li p.line:before {
    content: '官方Line：';
}

.footer_menu a:hover {
    background: transparent;
    color: #444;
}

.box_link {
    display: none;
}

.copy {
    background: transparent;
    color: #606060;
    border: none;
    font-size: 10px;
    justify-content: flex-start;
    width: 1300px;
    max-width: 100%;
    margin: auto;
    padding: 20px 50px;
}

.copy a {
    color: #a5a5a5;
    transition: all 0.3s;
}

.copy a:hover {
    color: #b51c20;
}

.footer_logo img {
    width: 200px;
}


@media screen and (max-width: 1480px) {
    .footer_menu {
        grid-template-columns: repeat(auto-fit, minmax(min(60px, 100%), 1fr));
    }
}

@media screen and (max-width: 1024px) {

    .footer_info li:nth-child(1) {
        grid-template-columns: 1fr;
    }
    .footer_info li:nth-child(2) {
        padding-top: 35px
    }
}

@media screen and (max-width: 768px) {
        .footer_info {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .footer_logo img {
        width: 164px;
    }
    .footer_info li:nth-child(1) {
        width: 100%;
    }
    .footer_info li:nth-child(2) {
        width: 100%;
        text-align: center;
    }
    .footer_menu {
        margin: 0;
        gap: 0px 20px;
        justify-content: center;
    }
    .box_link {
        position: relative;
        right: 0;
        top: 0;
        text-align: left;
        padding: 15px 0;
    }
    .copy {
        padding: 8px 3% 0 3%;
        text-align: center;
        border-top: 1px solid #d8d8d8;
        font-size: 9px;
        justify-content: center;
    }
    .footer {
        padding: 40px 0 30px;
    }
    .footer_info {
        flex-direction: column;
    }
    .footer_info ul {
        text-align: center;
        margin: 10px 0;
        border: none
    }
    .footer_logo {
        width: 134px;
        margin: 10px auto;
        margin-bottom: 9px;
        justify-content: center;
    }
    .footer_info li:nth-child(1) {
        border-left: none;
        padding: 0px 0px 30px;
    }
    .footer_info li:nth-child(2) {
        padding: 10px 0px 10px;
    }
    .footer_info {
            padding:40px;
    }

#bottom_menu li a em{
    display: none;
}

#bottom_menu li {
    background: #d2d979;
}
#bottom_menu li a i {
    color: #f3eeea;
}

#bottom_menu li a {
    padding: 10px 5px;
}

}


/* 商品下拉超過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;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.product_page .main_part { max-width:1500px;}

.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}

.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists ul {}
.Prods_Menulists > ul > li { width: 100%; flex-wrap: wrap;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a {}

.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: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}

}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.BannerHome02 { height: auto;}
.BannerHome02 .swiperBan02 { position: static; margin: 0;}
.BannerHome02 .swiperBan02 .swiper-slide img { height: auto;}
/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}
@media (max-width:1400px) { 
	.BannerHome02 { height: auto;}
}
@media (max-width:1024px) { 
	.BannerHome02 { height: auto;}
}
@media (max-width:768px) { 
	.BannerHome02 { height: auto;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們/＝＝＝＝＝*/
.contact_content {display: block !important}
.contact_editbox {    padding: 0;}
.contact_content {
    padding: 80px 10px 10px;
    background-color: #e8e3d0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact_content::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url("https://pic03.eapple.com.tw/huangdunpro/texture.png");
    background-repeat: repeat;
    opacity: 0.6; 
    z-index: -1;
}


/*表格排列版面*/
.contact_content .information_left{display: none;}
.red {color: #6db942;}
.contact_content .information_right {    width: 90%;    padding: 0;    margin: 0 auto 100px;    max-width: 1400px;    display: block;}
.blank_letter {     padding: 0;    font-size: 20px;    color: #3a3a3a;text-align: center;}
.blank_letter .note{display: block;color: #6db942;text-align: center;}
.contact_form {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(400px,100%), 1fr));    gap: 30px;}
.contact_form li{padding: 0;}
.contact_form li .form__label {    display: block;    width: 100%;    text-align: end;    margin: 0 0 5px;    padding: 0;}
.contact_form li.last {    text-align: center;    grid-column: 1/-1;}
.last .animated-arrow{border-radius:50px;    border: 1px #d7b380 solid;    padding: 0px;}
.animated-arrow{background:#d7b380 ;}

@media screen and (max-width: 600px){
    .contact_form li .form__label {
        text-align: justify;
        background: transparent;
        font-weight: 400;
    }  
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.banner {
display: none;
}

.banner h5 {
display: none;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章A*/
h5.blog_le_t em{font-family:"Noto Sans TC", sans-serif;}
h5.blog_le_t {
    display: flex;
    flex-direction: column;
    align-items: center;
}
h5.blog_le_t span {
display: none;
}
.news_related{display: none;}
.submenu {background: #ffffff;}
.blog_page.article_a .blog_box {
    padding: 10px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.h4.blog_category_title {display: none;}
.blog_page.article_a .blog_le {padding: 36px 0 0;}
.blog_page.article_a .blog_le, .blog_ri {margin-bottom: 1vw;}
.blog_page.article_a .blog_subbox {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
}
.blog_page.article_a .blog_box:after, .blog_box:before, .blog_subbox:before {content: none;}
.blog_page.article_a .subbox_item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.4);
    padding: 36px;
}
.blog_page.article_a .subbox_item a {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: nowrap;
    justify-content: center;
}
.blog_page.article_a .blog_list_le {
    width: auto;
    padding: 0;
    height: auto;
    aspect-ratio: 7/5;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.blog_page.article_a .blog_list_le img {
    min-width: 100%;
    display: block;
    width: 300px;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1.2s ease;
    max-width: 100%;
}
.blog_page.article_a .subbox_item a:hover .blog_list_le img{
    transform: scale(1.1);
    transition: all .6s ease;
}
.blog_page.article_a .blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 10px 0px;
    width: calc(100% - 305px);
    position: relative;
}
.blog_page.article_a .blog_list_ri h5 {
    color: #353535;
    font-weight: 400;
}
.blog_page.article_a .blog_list_ri em {
    order: 1;
    font-weight: 400;
    margin: 0;
    color: #afafaf;
    position: relative;
}
.blog_page.article_a .blog_list_ri p {
    line-height: 175%;
    margin: 16px 0;
    -webkit-line-clamp: 2;
    text-align: justify;
}
.blog_page.article_a .subbox_item a:hover .blog_list_ri em:after {letter-spacing: 1.6px;}
.blog_page.article_a .subbox_item a:before, .subbox_item a:after {content: none;}
.blog_le .accordion {border:none;border-radius: 0px;}
.accordion li .link {
    padding: 0px 16px;
    color: #746e6a;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}
.accordion li .link, .accordion li:last-of-type {border-bottom: none;}
.accordion li {
    border-bottom: 1px solid #d2d979;
    transition: all 0.3s ease;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.open:hover,
.blog_le .accordion > li.on_this_category:hover {
    background: #d2d979 !important;
}
.blog_le .accordion > li.open, .blog_le .accordion > li.on_this_category {
    background: #d2d979 !important;
}
.blog_le .accordion > li.open .link a, .blog_le .accordion > li.open .link i {
    color: #404040 !important;
}
.blog_page.article_a .accordion li .link i, .accordion li .link a {
    color: #444 !important;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #444 !important;
}
.blog_page.article_a .submenu {background: #f1e9da;font-size: 14px;}
.blog_page.article_a .submenu a {
    color: #232323;
    letter-spacing: 0;
    font-weight: 400;
    padding: 14px 14px 12px 40px;
    border-left: #FFF 0 solid;
    transition: all .15s;
    background: #ffffff;
    letter-spacing: 1px;
}
.blog_page.article_a .submenu a:before {
    top: 13.5px;
    left: 16px;
    font-weight:var(--fa-style, 900);
}
.blog_page.article_a .submenu a:hover {
    background: #fff;
    color: #787878;
    border-left: #fff 8px solid;
}

.blog_page.article_a .blog_search input[type=search] {
    font-size: 13px;
    border-radius: 0;
    border: 1px solid #ccc;
}
.blog_page.article_a .blog_search input[type=submit] {
    height: 36px;
    /* 修正: 數值改為0-1之間 */
    filter: grayscale(1);
}
.submenu li.on_this_category a, .submenu a:hover {
    background: transparent;
    color: #4b4b4b;
    padding-left: 40px;
}
.accordion li+li .link {
    border-top: none;
}
/*內頁*/
.edit {
    font-weight: 400;
    letter-spacing: 1px;
    color: #444;
    min-height: 0;
}
.blog_in_page h4.blog_category_title {
    display: block;
    border-bottom: 1px #9f9f9f solid;
    padding: 0 0 18px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 24px;
    color: #373737;
    font-weight: 400;
}
.blog_le .submenu li.on_this_category a, .submenu a:hover {
    background: #b1b852;
    color: #FFFfff;
}
.blog_page.article_a .blog_in_page .blog_ri {padding-top: 36px;}
.blog_page.article_a .blog_box_edit * {line-height: 175%;}
.blog_page.article_a .blog_box_edit {
    font-size: 16px;
    color: #666;
}
.blog_page.article_a .blog_back {
    width: 100%;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}
.blog_back a {width: 100%;transition: all .3s ease;}
.blog_back a.article_btn_next , .blog_back a.article_btn_prev, .blog_back a.article_btn_back {
    background: transparent;
    color: #4c3e31;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    border-radius: 40px;
}
.blog_back a:hover {background: #d2d979!important;color: #222222;}
.blog_back {
    grid-gap: 16px;
}

@media screen and (max-width: 1024px) {

.blog_page.article_a .module_i_news ul{grid-template-columns:1fr 1fr;}
.blog_page.article_a .blog_list_ri, .blog_list_le {width: 100%;}
.blog_page.article_a .blog_list_ri {padding: 16px 0;}
.blog_page.article_a .blog_box_edit {font-size: 15px;}
.blog_page.article_a .subbox_item a {
    display: flex;
    flex-wrap: wrap;
    
}

}

@media screen and (max-width: 980px) {
.blog_page.article_a .blog_subbox{grid-template-columns:1fr;}
}

@media screen and (max-width: 768px){
.blog_page.article_a h5.blog_le_t {display: block;}
.h4.blog_category_title{font-size: 24px;}
.h4.blog_category_title span{font-size: 20px;}
.blog_page.article_a .blog_le,.blog_page.article_a .blog_ri {margin-bottom: 0;}
.blog_page.article_a .blog_ri {padding: 0;width: 100%;}
.blog_page.article_a .subbox_item {padding: 32px 0 12px;}
.blog_page.article_a .blog_list_ri p {
line-height: 160%;
margin: 12px 0 16px;
-webkit-line-clamp: 3;
font-size: 14px;
}
.blog_page.article_a .subbox_item:first-of-type {padding-top:18px;}
.blog_page.article_a .blog_le {padding: 22px 0 0;}
.blog_in_page h4.blog_category_title {font-size: 20px;}
.blog_page.article_a .blog_in_page .blog_ri {padding: 16px 0 0 0;}
.blog_page.article_a .blog_list_ri h5 {
font-size: 19px;}

}

@media screen and (max-width: 600px){
.blog_page.article_a .module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.h4.blog_category_title{font-size: 20px;}
.h4.blog_category_title span{font-size: 18px;}


.blog_page.article_a .blog_list_le {
    width: auto;
}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相簿****************************/

/*首頁相簿*/


.module_i_album .title_i_box { display: none;}

/***/

.show-list .item { position: relative;}
.show-list .show_pic {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.show-list li p { display: flex; justify-content: center; align-items: center; box-sizing: border-box;
    position: absolute; left: 0; bottom: 0;
    color: #1a1a1a; font-weight: 400; letter-spacing: 1px; text-align: center; background: #ffffff94; 
	padding: 3px 10px; width: 100%; height: 40px; 
	transition: all 0.3s ease-in-out;    
}
.show-list li:hover p {
    color: #000;
    height: 100%;
    background: #ffffffb4;
}

.subalbum-menu h2 { 
	display: none;
}
.album_fixed_title { 
	color: #fff; 
	background: transparent;
}
.overlay { 
	display: none;
}
.show-list .item:hover .overlay {}

@media screen and (max-width: 600px) {
	.show_content {
		padding: 0 0;
	}	
	.show-list {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	}
}


/*瀑布流*/

ul.show-list,
.other_subalbum {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.pic-list .show_pic img {
    display: block;
    position: relative;
    transform: unset;
    left: 0;
    top: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: unset;
    margin-top: 10px;
    border-radius: 20px;
}

.pic-list .show_pic {
    aspect-ratio: auto;
}

.pic-list {
    display: block;
    column-count: 3;
    column-gap: 10px;
}

.pic-list .item h6 {
    display: none;
}

.album_info_page .main_part {
    max-width: 1500px;
}

/*觀看更多*/

.other_album_choice {
    margin: 7px auto 30px;
}

@media screen and (max-width: 768px) {
    ul.show-list, .other_subalbum {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.pic-list {
    column-count: 2;
}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: flex;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
    .stellarnav.mobile {
        top: 18px;
    }
    .stellarnav > ul > li > a:before{display: none;}

.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 8px 9px 8px 20px;
    border-left: 1px solid #444;
    margin-left: 30px;
}
.stellarnav.mobile li.open li.open {
    padding: 0px;
    background: #ffffff;
}
.stellarnav.mobile li.open {
    background: #ffffff;
    padding: 0;
}
  .stellarnav.mobile ul ul ul {
    margin-left: 30px;
  }
}

@media screen and (max-width: 600px) { 
}


