@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=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Serif+TC:wght@200..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@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;
}
.swiper-wrapper .swiper-slide:nth-child(1):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/chengyilawyer/bgt01.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.swiper-wrapper .swiper-slide:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/chengyilawyer/bgt01.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}









/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 選單變化 */
.pageIndex .header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0px;
    left: 0;
    transition: all 0.3s;
    padding: 0;
}
.header_area {position: sticky; padding:0px;}
.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: #292d30;
    padding: 0 0 20px 0;
    transition: all 0.3s;
}
.header_area.sticky .main_header_area {
    background: #4f4f4fa8;
    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: #292d30cc;
    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;
}
.footer_logo img {
    width:150px;
}

.header_area .nav-header {
    position: absolute;
    z-index: 123;
    top:-10px;
    left: 0;
}

/* LOGO變化 */
.pageIndex .header_area .nav-brand {
    display: inline-block;
	max-width:150px;
    transition: all 0.3s;
}
.header_area .nav-brand {
    display: inline-block;
	max-width:120px;
    transition: all 0.3s;}

.header_area.sticky .nav-brand {
    display: inline-block;
    max-width:100px;
    transition: all 0.3s;
}

.nav-header {
max-width:150px;
}
@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: 24px 0;
    transition: all 0.3s;
}
/* .stellarnav > ul > li:nth-child(2) {
    display: none;
} */
.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}

.stellarnav > ul > li > a {
    padding: 0;
	color: #FFF;
    margin: 0 16px;
}
.stellarnav > ul > li > a b {
    letter-spacing: 0.1em;
    color: #FFF;
    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: 150px;
    background: linear-gradient(180deg, #ffffff61, 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;
    }
	.pageIndex .header_area .main_header_area {
    background:#292d30 ;
    padding: 0;
    transition: all 0.3s;}
    .header_area .main_header_area {
        transition: none;
        transition-timing-function: none;
        position: relative;
	    padding: 0 0 0px 0;
        background: #292d30;
    }
    .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 0 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;
        left: 0;
    }
	.header_area {
    position: relative !important;}
    .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 #535353 solid; background: #000; margin:0px;}
.copy a{color: #ffffff;}
.footer_menu a:hover {
    background: none;
    color: #978558;
    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: #ccc;
    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: #292d30;

}
.footer_info ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;

}

.footer_info li {
    display: block;
    padding: 10px 0 10px 0px;
}

.footer_info li p {
    color: #ffffff;
}
.footer_info li p:nth-child(1):after{
	content:'Line ID：leolin2';
	display:block;
    color: #ffffff;}

.footer_info li p a {
    color: #ffffff;
}
.footer .center {
    position: relative;
    max-width: 1200px;
	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;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁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: #292d30;
    font-size: 24px;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    letter-spacing: 1em;
}
.banner h5 {
	color: #292d30;
    font-size: 24px;
    font-family: 'Noto Serif TC', serif;
    }

.banner.banA {

}
.banner.banB {
    display: none;
}
.banner.banC::before {
    /* content: "CONTACT"; */

}
.banner.banD {}
.banner.banE::before {
    /* content: "CASE"; */

}
.banner.banblog::before {
    /* content: "AWARD"; */
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.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;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 文章管理 */
/*側邊選單*/
h5.blog_le_t em{font-weight: 400;font-size: 20px;}
h5.blog_le_t span {font-size: 14px;padding-left: 5px;font-weight: 300;}
.blog_search input[type=search]{border-radius: 0;}
.blog_le {width: 250px;padding: 15px;}
.blog_le .accordion {border-radius: 0;border: none;}
.blog_le .accordion li{border-bottom: 1px solid #ddd;}
.blog_le .accordion li:last-child{border-bottom: none;}
.blog_le .accordion li.open {background: #ddd;}
.accordion li .link{padding: 0;border-bottom: none;}
.accordion li .link a{padding: 15px 10px;display: inline-block;font-weight: 300;color: #000;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #ADA17E !important;}
.submenu {background: #fff;}
.submenu a{padding: 12px 12px 12px 30px;}
.submenu a:hover {background: #eee;color: #555;padding: 12px 12px 12px 35px;}
/*分類區塊*/
.blog_ri {width: calc(100% - 260px);padding: 15px 0 0 50px;}
h4.blog_category_title {padding: 0;margin: 0 0 5px 0;font-weight: 300;font-size: 20px;color: #555;}
.subbox_item{width: 100%;}
.subbox_item a {display: flex;justify-content: space-between;align-items: center;}
.subbox_item a:before{display: none;}
.subbox_item a:after{display: none;}
.blog_list_le {width: 30%;}
.blog_list_ri {width: 70%;padding: 0 3%;}
.blog_list_ri h5 {font-size: 24px;font-weight: 400;color: #444;}
.blog_list_ri em { absolute;right: 10px;bottom: 10px;font-weight: 300;}
.blog_list_ri p {font-weight: 300;color: #555;line-height: 180%;}
/*詳細頁*/
.blog_in_page h4.blog_category_title {font-weight: 400;font-size: 24px;border-bottom: 1px solid #ddd;padding-bottom: 15px;
    margin-bottom: 15px;}
.blog_back a {padding: 12px 15px;font-size: 14px;font-weight: 300;}
.blog_back a.article_btn_prev {background: #777;}
.blog_back a.article_btn_back {background: #FFF;}
.blog_back a.article_btn_next {background: #777;}
/*首頁文章管理*/
.pageIndex .blog_list_ri h5 {font-size: 24px;font-weight: 400;color: #444;}

.module_i_news {padding: 80px 20px;background: #f3f3f3;}
.module_i_news ul {display: flex;justify-content: space-around;}
.module_i_news li {width: 25%;padding: 1%;}
.module_i_news li:nth-child(n+5){display: none;}
.module_i_news li a:before{display: none;}
.module_i_news li a:after{display: none;}
.module_i_news .title_i_box h4 {font-size: 30px;color: #333;font-weight: 600;}
.module_i_news .title_i_box h4:before{content: "";display: block;color: #ACACB2;font-size: 16px;font-weight: 400;}
.i_blog_le{width: 100%;}
.i_blog_ri{width: 100%;}
.i_blog_ri h5 {color: #FFF;margin-top: 10px;}
.i_blog_ri p {line-height: 180%;font-size: 14px;font-weight: 300; color:#FFF;}
@media screen and (max-width: 960px){
	/*分類區塊*/
	.subbox_item {border-bottom: none;}
	.blog_list_le {width: 150px;}
	.blog_list_ri {width: calc(100% - 155px);padding-left: 30px;}
	.blog_list_ri h5 {font-size: 18px;}
	.blog_list_ri p {margin-top: 10px;font-size: 12px;}
	.blog_list_ri em {position: relative;right: 0;top: 0;}
	/*詳細頁*/
	.blog_in_page h4.blog_category_title{font-size: 18px;}
}
@media screen and (max-width: 768px) {
	/*側邊*/
	.blog_ri {width: 100%;padding: 0;}
	.blog_le{width: 100%;}
	/*分類區塊*/
	.blog_list_le {width: 40%;}
	.blog_list_le img {object-fit: cover;min-height: 200px;}
	.blog_list_ri {width: 60%;padding: 0 30px;}
	/*首頁文章*/
	.module_i_news ul{flex-wrap: wrap;}
	.module_i_news li{width: 50%;}
}
@media screen and (max-width: 450px){
	/*分類區塊*/
	.subbox_item a {display: block;padding: 10px;}
	.blog_list_le {width: 80%;margin: 0 auto;display: block;}
	.blog_list_ri {width: 100%;padding: 10px;}
	/*詳細頁*/
	.blog_back {margin-top: 80px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*側邊*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #a19384 !important;}
/*首頁文章*/

.module_i_news {background: url(https://pic03.eapple.com.tw/chengyilawyer/i_blog_bg.jpg) no-repeat;padding: 100px 10% 100px 35%;
	display: flex;flex-wrap: wrap;background-size: cover;background-position: center top;}
.module_i_news .title_i_box{width: 100px;}
.module_i_news .title_i_box h4 {font-weight: 400;letter-spacing: 4px; writing-mode: vertical-rl;text-align: left; color:#FFF;font-family:'Noto Serif TC', serif; }
.module_i_news .title_i_box h4:before{content: "ARTICLE";font-size: 14px;color: #C1B19B;display: block;
letter-spacing: 2px;font-weight: 600;}
.module_i_news ul {flex-direction: column;margin: 0 auto;width: calc(100% - 200px);}
.module_i_news li{width: 100%;}
.module_i_news li:nth-child(n+4){display: none;}
.module_i_news li a {display: flex;}
.blog_subbox {grid-template-columns:1fr;}
.i_blog_le {width: 200px;}
.i_blog_ri {width: calc(100% - 200px);padding-left: 5%;}
.i_blog_b {margin: 0 auto 0 auto;}
.i_blog_b .animated-arrow {display: flex;flex-direction: row;width:100%;height: auto;justify-content:center; margin:0 auto; max-width:600px}
.i_blog_b b{letter-spacing: 6px;font-size: 16px;font-weight: 400;}
.i_blog_b a i.fa-solid.fa-arrow-right {margin-top: 18px;}
.i_blog_b a:hover i.fa-solid.fa-arrow-right{ margin:18px 0 0 20px;}
/*文章頁*/
.blog_back {display: flex;justify-content: center;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {background: transparent;border: 1px solid #a19384;color: #a19384;}
.blog_back a.article_btn_back {background: #a19384;border: 1px solid #a19384;}

@media screen and (max-width: 1200px){
	.module_i_news{position: relative;padding: 80px 8%;flex-direction: column;}
	.module_i_news:before{content: "";position: absolute;left: 0;top: 0;background: rgba(0, 0, 0, .5);
	width: 100%;height: 100%;}
	.module_i_news .title_i_box {width: auto;}
	.module_i_news .title_i_box h4 {color: #fff;z-index: 1;position: relative;writing-mode: inherit;
		text-align: center;}    
	.module_i_news ul{z-index: 1;width: 100%;}
	.module_i_news li {background: #fff;margin: 0 0 10px;border-radius: 10px;padding: 10px;}
	.i_blog_b .animated-arrow {flex-direction: row;padding: 0;width: 150px;height: 50px;
    justify-content: center;align-items: baseline;}
    .i_blog_b b {writing-mode: inherit;}
}
@media screen and (max-width: 768px){
	.module_i_news .title_i_box h4{font-size: 24px;}
	.footer .center {padding: 30px 20px;}

}
@media screen and (max-width: 600px){
	/*首頁*/
	.module_i_news li {max-width: 300px;margin: 0 auto 20px;}
	.module_i_news li a {flex-direction: column;}
	.i_blog_ri{width: 100%;}
	.i_blog_le {width: 100%;margin: 0 auto;}

}


@media screen and (max-width: 1024px) {
    .module_i_news ul{grid-template-columns:1fr 1fr;}
    }
    
    @media screen and (max-width: 980px) {
    }

    @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;}
    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: space-between;
    align-items: center;
}
.show-list .item {
    width: 33%;
    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: 0;
    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: 0%;
    transform: scale(1) translate(0,-50%);
    opacity: 0;
    transition: all 0.3s;
}
.show-list .item:hover .overlay {
    top: 50%;
    opacity: 1;
    transform: scale(1) translate(0,-50%);
    transition: all 0.3s;
}



@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;
    opacity: 0;
    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: 100%;
    transform: translate(-50% , -50%) scale(0.85);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

@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: #857A54;
    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;
    }
    }