@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}
*/



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
.pageIndex .main_part{border-top:none;}
body{  font-family: 'Noto Sans TC', sans-serif;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.animated-arrow { background:#929487 ;}
.swiper-pagination {    left: 50% !important;    margin-left: 0;    transform: translate(-50% , 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;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
  background-color: #444;
  color: #fff;
}
::selection{
  background-color: #444;
  color: #fff;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 選單變化 */
.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0px;
    left: 0;
    transition: all 0.3s;
    padding: 0;
}
.pageIndex .header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    /* top: 50px; */
    left: 0;
    transition: all 0.3s;
    background: linear-gradient(#2d2d2d, #2d2d2d00);
}
.pageIndex .header_area.sticky {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0px;
    left: 0;
    transition: all 0.3s;
    padding: 0;
}
.header_area.sticky {
    transition: all 0.3s;
}


.header_area .main_header_area {
    background: #394836;
    padding: 10px 0;
    transition: all 0.3s;
}
.header_area.sticky .main_header_area {
    background: #394836d6;
    box-shadow: 1px 1px 5px rgba(0,0,0,0);
    padding: 0px 0;
    transition: all 0.3s;
}
.pageIndex .header_area .main_header_area {
    background: transparent;
    padding: 0;
    transition: all 0.3s;
}
.pageIndex .header_area.sticky .main_header_area {
    padding: 0;
    background: #394836cf;
    box-shadow: 1px 1px 5px rgba(0,0,0,0);
    transition: all 0.3s;
}
.stellarnav {
    z-index: 0;
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.nav-brand img {max-width: 100%;/* filter: brightness(1.5); */}
.footer_logo {
    display: inline-block;
    vertical-align: top;
    flex: 2;
    text-align: center;
}
.footer_logo img {
    width: 220px;
}

.header_area .nav-header {
    z-index: 123;
    max-width: 180px;
    transition: all 0.3s;
}

.header_area.sticky .nav-header{max-width: 150px;}

/* LOGO變化 */
.header_area .nav-brand {
    display: inline-block;

    transition: all 0.3s;
}
.header_area.sticky .nav-brand {
    display: inline-block;

    transition: all 0.3s;
}



@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%;}
}



/*選單設定*/



.nav-menu {    margin: 0;}
.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: #5B5E43;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #5B5E43;}
.nav-dropdown>li {    text-align: center;}
.me_tp_features{
    display: block; 
}
.me_tp_features a {
    color: #fff;
    margin-left: 16px;
}
.tp_links{
    display: none;
}


.navigation {
    width: 100%;
    position: relative;
    padding: 20px 0;
    transition: all 0.3s;
}

.header_area.sticky .navigation{ padding: 12px 0;}
/* .stellarnav > ul > li:nth-child(2) {
    display: none;
} */
.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}

.stellarnav > ul > li > a {
    padding: 0;
    margin: 0 16px;
}
.stellarnav > ul > li > a b {
    letter-spacing: 0.1em;
    color: #E1AD74;
    font-weight: 100;
}
.stellarnav > ul > li > a b {
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 100;
}
.stellarnav li.has-sub > a:after {
    display: none;
}
.stellarnav > ul > li:nth-child(5) > ul{
    display: none !important;
}


/* icon */
.stellarnav > ul > li::before {
    content: "";
    display: block;
    width: 100%;
    height: 180px;
    background: linear-gradient(180deg, #a39b7859, transparent);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0px, -80px);
    opacity: 0;
    transition: all 1s;
}
.stellarnav > ul > li:hover:before {
    opacity: 1;
    transition: all 1s;

}
/*  */


@media screen and (max-width: 1440px) {
    .stellarnav > ul > li > a {
        margin: 0 7px;
    }
}

@media screen and (max-width: 1024px) {
    .header_area {
        position: relative;
    }
    .header_area .main_header_area {
        transition: none;
        transition-timing-function: none;
        position: relative;
        background: #394836;
    }
    .header_area .nav-header {
        position: relative;
        z-index: 123;
        left: 0;
    }
    .header_area.sticky .nav-header {
        top: 12px;
        position: relative;
    }
    .navigation {
        width: 100%;
        position: relative;
        padding: 20px 0;
    }
    .stellarnav ul {
        text-align: center;
    }
    
}


@media screen and (max-width: 768px) {
        .main_header_area .container {
        max-width: 98%;
    }
    .header_area .nav-header {
        position: relative;
        z-index: 0;
        top: 4px;
        left: 0;
    }
    .header_area.sticky .nav-header {
        top: 0;
        z-index: 0;
    }
    .header_area .nav-brand {
        width: 160px;
    }

    .header_area .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 0px;
        width: auto;
        display: inline-block;
    }

    .stellarnav > ul > li::before{
        display: none;
    }
    .stellarnav .menu-toggle {
    padding: 24px 8px;
}
}






/*下拉*/

/*  */
.stellarnav ul ul {
    background: transparent;
    border: 0;
}
.stellarnav > ul > li > ul > li{
    border: 0;
    overflow: hidden;
}
.stellarnav > ul > li > ul > li > a {
    background-color: #00000080;
    border: none;
    padding: 15px 10px;
    color: #fff;
    text-align: left;
    font-weight: 100;
    font-size: 14px;
    transition: all 0.3s;
}
.stellarnav > ul > li > ul > li > a:hover {
    padding-left: 16px;
    color: #fff;
    transition: all 0.3s;
}

.stellarnav > ul > li > ul > li > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent, #ffffff21, transparent);
    opacity: 0;
    animation: show 2s infinite;
    transition: all 0.3s;
}
.stellarnav > ul > li > ul > li > a:hover:before {
    opacity: 1;
    transition: all 0.3s;
}

@keyframes show{
    0%{
        left: -200px;
    }
    100%{
        left: 200px;
    }
}


.stellarnav li li.has-sub > a {
    padding: 15px 10px;
}


/*        */
.stellarnav > ul > li > ul > li > ul{
    border: 0;
}
.stellarnav > ul > li > ul > li > ul > li{
    border: 0;
}
.stellarnav > ul > li > ul > li > ul > li > a {
    background-color: #00000033;
    border: 1px #5B5E43 solid;
    padding: 15px 10px ;
    color: #fff;
    text-align: left;
    transition: all 0.3s;
}
.stellarnav > ul > li > ul > li > ul > li > a:hover {
    padding-left: 16px;
    color: #fff;
    transition: all 0.3s;
}



@media screen and (max-width: 768px) {
    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }
    .stellarnav .menu-toggle:after {
        color: #fff;
    }
    .me_tp_features{
        display: none;
    }
    
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #978558;
        color: #fff;
    }
    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        border-right: 0px #eee solid;
        background-color: #171717e0;
    }

    .stellarnav.mobile > ul > li > a {
        padding: 25px 10px;
        border: 0;
    }
    .stellarnav > ul > li:nth-last-child(1) > a {
        margin: 0 7px;
    }
    .stellarnav.mobile > ul > li > a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }
    .stellarnav.mobile li.open {
        background: #171717e0;
    }
    .stellarnav.mobile ul ul {
        background-color: #171717e0;
    }
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #484941 solid;
    }
    .stellarnav.mobile li a {
        border-bottom: 1px solid #5B5E43;
        background-color: transparent;
    }
    .stellarnav > ul > li > ul > li > a {
        background-color: #00000033;
        border: 0;
    }
    .stellarnav > ul > li > ul > li {
        border: 0;
        background-color: #00000033;
    }
    .stellarnav.mobile ul ul li{
        background-color: #171717e0;
    }
    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        border: 0;
    }
    .stellarnav.mobile > ul {
        border-top: 0;
    }
    .stellarnav.mobile li a {
        border-bottom: 0;
        background-color: transparent;
    }
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.copy {color: #ffffff;border-top: 1px #ffffff3b solid;}
.copy a{color: #ffffff;}
.footer_menu a:hover {
    background: none;
    color: #ffffff;
    font-weight: 500;
}
.footer_menu a {
    display: inline-block;
    padding: 5px 7px 5px 15px;
    border: none;
    margin: 0px 4px 4px 0px;
    font-size: 14px;
    line-height: 100%;
    color: #e5e2d6;
    background: none;
    border-left: 1px #ccc solid;
    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: #a39b76;
}
.footer_info ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;

}

.footer_info li {
    text-align: center;
    display: block;
    padding: 20px 0;
}

.footer_info li p {
    color: #ffffff;
}

.footer_info li p a {
    color: #ffffff;
}
.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;
    justify-content: center;
}
.footer_info li:nth-child(2) {
}
.footer_menu a:nth-child(1) {
    display: none;
}
.footer_menu a:nth-child(2) {
    border: none;
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    height: 130px;
    min-height: 180px;
    padding: 0;
    background-image: none;
    position: relative;
    background-color: #fff;
}
.banner::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #394836;
    font-size: 24px;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    letter-spacing: 1em;
}
.banner h5 {
    display: none;
}

.banner.banA {

}
.banner.banB {
    display: none;
}
.banner.banC::before {
    /* content: "CONTACT"; */

}
.banner.banD {}
.banner.banE::before {
    /* content: "CASE"; */

}
.banner.banblog::before {
    /* content: "AWARD"; */
}

@media screen and (max-width: 600px) {
.banner {
    height: 0px;
        min-height: 0px;
    }
    }
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {    border: 1px solid #929487 !important;    color: #929487;}
.products-list a:hover .more {    background: #929487;    border-color: #929487;	color: #ffffff;}


/*外層*/
.product-layer-two li a {    color: #929487;    border: 1px solid #929487;    transition: all 0.3s;}
.product-layer-two li:hover > a { background: #929487;    color: #fff;}
.product-layer-two li.active > a {background: #929487;    color: #fff;	font-weight: normal;}

/*內層*/
.lastPage {    background: #929487;}
.nextaction {    background-color: #929487;}
.lastaction {    color: #fff;    background-color: #929487;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 文章管理 */

.blog_page .main_part ,.blog_in_page .main_part { max-width: 1600px;}
h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news {    padding: 100px 20px;}
.module_i_news ul, .blog_subbox {    display: grid;    gap: 0;}
.module_i_news li, .subbox_item {
    width: 100%;
    position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.subbox_item{margin-bottom: 0;}
.module_i_news li:hover, .subbox_item:hover {
    background-color: #909582;
    transition: all 0.3s ease-in-out;
}
.module_i_news li:hover:before, .subbox_item:hover:before {    opacity: 0;}
.module_i_news li:hover::after, .subbox_item:hover::after {    opacity: 0;}

.module_i_news li:before, .subbox_item:before, .module_i_news li:after, .subbox_item:after {
    position: absolute;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #dbdbdb;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}
.module_i_news li:before, .subbox_item:before {left: 0;}
.module_i_news li:after, .subbox_item:after  {    right: 0;}

.module_i_news .title_i_box h6 {
    font-size: 17px;
    color: #626E45;
    font-family: "Tenor Sans", serif;
    font-weight: normal;
}
.module_i_news .title_i_box h4 {
    font-size: 36px;
    color: #24221F;
    font-weight: 500;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 3px;
}
.i_blog_ri h5, .blog_list_ri h5 {
    color: #24231f;
    font-size: 18px;
    padding-top: 7px;
}
.i_blog_ri p, .blog_list_ri p {
    color: #24231f;
    font-size: 14px;
    line-height: 190%;
    min-height: 60px;
    -webkit-line-clamp: 2;
}
.module_i_news li a, .subbox_item a {
    display: flex;
    padding: 16.66% 14.28% 10.71% 14.28%;
    flex-direction: column;
}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; }
.module_i_news li a:before, .subbox_item a:before {
    content: 'DETAIL';
    color: #24231f;
    font-family: "Tenor Sans", serif;
    opacity: 1;
    letter-spacing: .1em;
    font-size: 13px;
    right: 14.28%;
}
.module_i_news li a:after, .subbox_item a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
    opacity: 1;
    border: none;
    top: 100%;
}
.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_ri em, .blog_list_ri em {
    padding-right: 3.1em;
    font-size: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 14.66%;
    left: 5%;
    color: #24231f;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 2px;
}
.module_i_news li a:hover h5, .subbox_item a:hover h5 {    color: #fff;}
.module_i_news li a:hover:before, .subbox_item a:hover:before {    color: #fff;}
.module_i_news li a:hover em, .subbox_item a:hover em {    color: #fff;}
.module_i_news li a:hover  p, .subbox_item a:hover p {    color: #fff;}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #978558 !important;}
.submenu a:hover {    background: #b0b49d;}
/*首*/
.module_i_news ul {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1600px;
}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: #978558;}


@media screen and (max-width: 1024px) {
    .module_i_news ul{grid-template-columns:1fr 1fr;}
    }
    
    @media screen and (max-width: 980px) {
    .blog_subbox{grid-template-columns:1fr 1fr;}
    }

    @media screen and (max-width: 768px) {
    h4.blog_category_title{font-size: 24px;}
    h4.blog_category_title span{font-size: 20px;}
    }

    @media screen and (max-width: 600px) {
    .module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
    .i_blog_le, .blog_list_le {    padding-bottom: 75%;}
    h4.blog_category_title{font-size: 20px;}
    h4.blog_category_title span{font-size: 18px;}
    }


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part , .album_class_page .main_part , .album_info_page .main_part {max-width: 90%;}
.show-list .item:hover .show_name {    color: #fff;}
.show-list .show_pic {
    /* height: 60vh; */
    max-height: 430px;padding-bottom: 0;}
.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    /* height: 50vh; */
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.show_content {
    margin: auto;
    padding: 10px 0px;
}
.album_page .main_part{
    padding: 0;
}

.album_page .main_part .show-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.show-list .item {
    width: 31%;
    padding: 0 5px;
    margin: 0;
}

/*  */
.show-list a .show_name {
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 0;
    display: block;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    font-weight: 400;
    transition: all 0.3s;
}
/* .show-list .item:hover .show_name {    
    color: #fff;
    opacity: 1;
    transition: all 0.3s;
} */
.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 40%;
    display: block;
    background: linear-gradient(90deg, transparent, #00000070, transparent);
    left: 0;
    top: 50%;
    transform: scale(1) translate(0,-50%);
    opacity: 1;
    transition: all 0.3s;
}
.show-list .item .overlay {
    opacity: 1;
    transform: scale(1) translate(0,-50%);
    transition: all 0.3s;
    height: 100%;
    top: 50%;
}
.show-list .item:hover .overlay {
    top: 0%;
}


@media screen and (max-width: 768px) {
    .show-list .item {
        width: 100%;
    }
    
}
/*  */










/*次分類頁面*/
.other_album_choice li {    background: #929487;}
.other_subalbum li p {    line-height: 220%;}
.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
}
.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}


.subalbum-menu h2 {
    display: none;
    color: #929487;
}
.block {
    display: none;
}
.album_fixed_title {
    display: none;
}
.other_subalbum {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.other_subalbum li {
    display: inline-block;
    background: #fff;
    width: 42%;
    margin: 10px 1%;
    border: none !important;
    position: relative;
}
.other_subalbum li a div {
    height: 60vh;
    max-height: 500px;
}

/*  */
.other_subalbum li p {
    line-height: 220%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
}
/* .other_subalbum li:hover p{
    opacity: 1;
    transition: all 0.3s;
} */
.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 80%;
    transform: translate(-50% , -50%) scale(0.85);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.other_subalbum li:hover a div:after {
    height: 120%;
    width: 120%;
}

@media screen and (max-width: 768px) {
    .other_subalbum li a div {
        height: 30vh;
        max-height: 500px;
    }
    .other_subalbum li {
        width: 100%;
    }
}

/*  */

/*照片頁*/

.pic-list { -moz-column-count:3; -moz-column-gap:10px; -webkit-column-count:3; -webkit-column-gap:10px; column-count:3; column-gap:10px; width:100%; margin:0 auto; }
  .pic-list .item { width:100%; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; padding: 0; margin: 0;}
  .pic-list .show_pic { height:auto; padding:0;}

  .pic-list .item img{max-width: 100%;}

  @media screen and (max-width: 600px) {

  	.pic-list {-moz-column-count:2;-moz-column-gap:10px;-webkit-column-count:2;-webkit-column-gap:10px;column-count:2;column-gap:10px;}

  }



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {
    display: block;
    border-bottom: none;
    text-align: left;
    font-size: 33px;
    color: #929487;
}
.promotion_title {
    padding: 13px 0;
    border-bottom: 1px solid #929487;
    /* display: flex; */
    display: block;
    /* align-items: flex-start; */
}
.promotion_title span {
    border: none;
}
.promotion_title em {
    border: none;
    padding: 2px 7px;
    margin: 0 2px 2px 0;
}
/* .edit * {
    word-break: break-all;
    color: #999;
} */

/* 底下分類 */
.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-left: -3px;
}
.other_promotion li a {
    display: block;
    border: none;
    padding: 40px;
    width: 96%;
    margin: 2%;
    position: relative;
    background: transparent;
    transition: all 0.3s;
}
.other_promotion li a:hover {
    background: #0000002e;
    transition: all 0.3s;
}
.other_promotion li a:before{
    display: none;
}
.other_promotion li a:after{
    display: none;
}
.other_promotion .pmtTime span {
    float: left;
    font-size: 13px;
    margin-left: 14px;
}
.other_promotion .pmtTitle h3 {
    font-size: 17px;
    color: #929487;
    margin: 10px 0 0 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .other_promotion li {
        font-size: 13px;
        line-height: 20px;
        color: #666;
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin-left: -3px;
    }
    .other_promotion li a {
        padding: 10px 20px;
    }
}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.nav-menu {    margin: 0;}
.nav-menu>li:not(.tp_links) {    padding-right: 0;}
.nav-dropdown>li {    text-align: left;}
.nav-dropdown>li>a {    width: calc(100% - 45px);}

/*手機版LOGO設定*/
.footer_logo { margin-left: unset; }

}

@media screen and (max-width: 600px) {
    .footer_info li:nth-child(2) {
        position: relative;}
        
        .footer_menu a:nth-child(2) {
            border-left: 1px #ccc solid;
        }

}
.contact_page .main_part {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 0px 20px;
}

.blank_letter {
    font-family: 'Tenor Sans','sans-serif','微軟正黑體';
    padding-top: 0;
    font-size: 26px;
    padding: 30px 0;
    color: #E1AD74;
    background-position: left bottom;
    background-repeat: no-repeat;
    border-bottom: 1px #929487 solid;
}
.list_before.info li {
    padding-left: 32px;
    color: #919386;
}
.contact_form li .form__label {
    max-width: 100%;
    color: #919386;
    background:none;
    text-align: start;
}
.contact_form li {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-gap: 10px;
}
.contact_le_map a {
    background: #929487;
    color: #fff;
}
.contact_form li.last cite {
    grid-template-columns: 120px 1fr;
    background: #929487;
    color: #fff;
    width: 220px;
}

.contact_content .information_left {
    width: 100%;
    margin-bottom: 50px;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
}

.contact_le_nomap {
    transition: all .5s;
}
.contact_le_nomap:hover {
    filter: grayscale(0);
    transition: all .5s;
}


.contact_form li input.noborder {
    border: none;
    /* border-bottom: 1px #929487 solid; */
    background: #0000000a;
    color: #919386;
    transition: all 0.3s;
}
.contact_form li {
    margin-bottom: 0px;
    border-bottom: 1px solid #9193863d;
    padding: 10px 0;
}
/* .contact_form li:nth-child(9) .form__label{
    width: 130px;
    margin-left: -100px;
}
.contact_form li:nth-child(9){
} */
.contact_form li textarea.noborder{
    background: transparent;
    border: 1px #929487 solid;
    color: #919386;
    transition: all 0.3s;
}
.contact_content form {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
}

.form__insert input{
    color: #919386;
}
.contact_form li:nth-child(15) .form__insert{
    width: 290px;
}
.contact_form li:nth-child(33) .form__insert{
    width: 275px;
}


.contact_content {
    margin: auto;
    padding: 0px 10px;
}


@media screen and (max-width: 768px) {
    .contact_form li.last cite {
        width: 160px;
    }
    
}
@media screen and (max-width: 600px) {
    .contact_form li {
        grid-template-columns: 1fr;
    }
    }