@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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;background: #FBF7F2;}
#content {background: #FBF7F2;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin: 0 0 -5px 0; height:auto;} 
.swiper-slide img { height:auto;}
.swiper-pagination {transform: translateX(-50%);margin-left: 0;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/

.pageIndex .main_part {
    border-top: 0px solid #ccc;}

/*中間小標刪除*/
.path { display:none;}

/*按鈕*/
.animated-arrow{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background: unset;
    border-bottom: 1px solid #926941;
    color: #926941;
    height: 55px;
    line-height: 55px;
    letter-spacing: 1px;
    transition: 3s ease;}

/*頁數*/
.page {margin: 40px 0;}
.page li {color: #926941;}
.page li a {
    width: 35px;
    height: 25px;
    line-height: 23px;
    color: #926941;}
.page strong, .page a:hover {
    background: #926941;
    color: #fff;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.pageIndex .header_area {position: fixed;width: 100%;}
.main_header_area {background: #ffffffcf;transition: all 0.3s;}
.main_header_area .container {max-width: 1450px;}
.me_tp_features {display: none;}
.navigation {padding: 0px 0 0px 250px;}
/*LOGO*/
.nav-header {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;}
.header_area .nav-brand {
    width: 250px;
    padding: 5px 0;
    transition: all 0.3s;}

/*選單*/
.stellarnav > ul > li > a {
    padding: 40px 0 40px 25px;
    letter-spacing: 2px;
    color: #3e3a39;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 0;
    height: 0;
    margin: 0;
    transition: all 0.5s;}
.stellarnav > ul > li:hover>a, .stellarnav > ul > li.active>a, .stellarnav > ul > li.focus>a {color: #926941;transition: all 0.5s;}
.stellarnav > ul > li > a:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    background: url(https://pic03.eapple.com.tw/nailcrystal/menu_icon.svg);
    background-size: contain;
    transform: translate(-50%, -50%);
    top: 35%;
    left: 20%;
    opacity: 0.5;
    z-index: -1;
    transition: all 0.6s;}
.stellarnav > ul > li:hover>a:before {
    transform: translate(-50%, -50%) rotateY(360deg);
    opacity: 1;
    transition: 0.6s all;}


/*下拉*/
.stellarnav > ul > li.drop-left > ul {right: unset;}
.stellarnav ul ul {transform: translateX(-50%);left: 50%;min-width: 200px;}
.stellarnav ul ul ul {left: 200px;transform: translate(0%);}
.stellarnav li.has-sub > a:after {display: none;}
/*下拉選單*/
.stellarnav li li {border: unset; margin-bottom: 0;}
.stellarnav li li a {padding: 15px 0;padding: 15px 0;text-align: center; background: #DED0C8;color: #000000;;}
.stellarnav li li a:hover {background: #926941; color: #ffffff;}

@media screen and (max-width: 1400px) {
.main_header_area .container {max-width: 95%;}
}

@media screen and (max-width: 1135px) {
.main_header_area .container {padding: 0;}
.navigation {padding: 0;}
.pageIndex .header_area {position: relative;}
.stellarnav > ul > li > a {font-size: 15px;padding: 35px 0px 25px 15px;}
.stellarnav > ul > li > a:before {top: 30%;left: 10%;}
}
@media screen and (max-width: 1024px) {
.nav-header {padding-top: 10px;}
}
@media screen and (max-width: 768px) {
.main_header_area .container {max-width: 100%;}
.nav-header {    
    display: flex;
    padding: 15px 0;
    justify-content: center;}
.header_area .nav-brand {width: 175px;}
.stellarnav.mobile {
    display: flex;
    width: auto;
    height: 100%;
    padding: 0 5px;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    background: #926941;}
.stellarnav .menu-toggle span.bars span {
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background: #ffffff;
    margin: 0px auto 5px;}
.stellarnav .menu-toggle:after {
    font-size: 10px;
    color: #fff;
    transform: unset;
    letter-spacing: 1px;
    margin-top: 10px;}
.stellarnav.mobile.left > ul {background: #ffffff;padding: 0;border-top: unset;}
.stellarnav.mobile > ul > li {border-bottom: 1px #eee solid;}
.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav > ul > li > a {padding: 18px 40px;color: #000;}
.stellarnav > ul > li > a:before, .stellarnav > ul > li:hover > a:before {display: none;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 10px;top: 6px;}
.stellarnav.mobile li.open {background: #fffbf7;padding: 0;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #000;}
.stellarnav.mobile ul ul{background: #926941;}
.stellarnav li li {border: unset;}
.stellarnav li li a {padding: 15px 5px;}
.stellarnav .icon-close {margin-right: 6px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { 
    color: #fff;
    letter-spacing: 2px;
    background: #926941;
    border-bottom: unset;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 3px #fff;}
}

@media screen and (max-width: 400px) {
.stellarnav .menu-toggle { padding: 15px;}
.stellarnav.mobile {padding: 0;}
.stellarnav .menu-toggle span.bars span {width: 20px;}
.stellarnav .menu-toggle:after {font-size: 8px;}
.header_area .nav-brand {width: 150px;padding: 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖*/
.swiper-container-fade .swiper-slide:nth-child(1):before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/nailcrystal/大圖_word-03.svg);
    width: 22%;
    top: 36%;
    left: 18%;
    aspect-ratio: 415 / 190;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    transform: translate(-50%, -50%);}
.swiper-container-fade .swiper-slide:nth-child(2):before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/nailcrystal/大圖_word-04.svg);
    width: 23%;
    top: 60%;
    right: -5%;
    aspect-ratio: 490 / 210;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    transform: translate(-50%, -50%);
    animation-delay: 5s;}


/*內頁BANNER 設定*/
.banner {
    background: unset;
    padding: 150px 0 30px;}
.banner.banblog {}
.banner.banE {}
.banner:after {}
.banner h5 {
    font-size: 25px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #91673F;}
.services_page .banner.banB, .other_page .banner.banB, .contact_page .banner.banC, .other_select_page .banner {display: none;}
.banner h5:before {
    content: '';
    display: block;
    color: #A78666;
    font-size: 18px;
    padding-bottom: 5px;}
.banner.banA h5:before {content: 'News';}
.banner.banF h5:before {content: '';}
.banner.banE h5:before {content: 'Album';}
.banner.banblog h5:before {content: 'Blog';}
.banner.banC h5:before {content: '';}
.banner.banC {}
.banner.banF {}

@media screen and (max-width: 1024px) {
.banner {padding: 100px 0 30px;}
}
@media screen and (max-width: 768px) {
.banner {padding: 60px 0 30px;}
}
@media screen and (max-width: 600px) {
.banner h5 {font-size: 22px;}
.banner h5:before {font-size: 16px;}
}
@media screen and (max-width: 400px) {
.banner {padding: 50px 0 10px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.double_key {    width: 100%;}
.copy {
    padding: 15px 0;
    letter-spacing: 1px;
    border-top: unset;
    background: #cdbbab;
    color: #ffffff;}
.copy a {color: #ffffff;}

#to_top {
    bottom: 35px;
    right: 10px;
    left: unset;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #6b462e;
    box-shadow: unset;
    border-radius: 22px;}
#to_top i.top {height: 15px;}
#to_top i.top:before, #to_top i.top:after {
    height: 12px;
    background: #fff;
    width: 2px;}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
#to_top {width: 40px;right: 5px;border-radius: 25px;}
}
@media screen and (max-width: 400px) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁促銷方案*/
.news_part {
    max-width: 1700px;
    padding: 0 5%;
    margin: 100px auto 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.news_part .title_i_box {
    order: 1;
    max-width: 100%;
    width: 20%;
    margin: 0;}
.news_part .title_i_box h4 {
    font-size: 25px;
    letter-spacing: 2px;
    color: #926941;
    text-align: left;}
.news_part .title_i_box h4:before {
    content: 'News';
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    color: #A68566;
    font-weight: 500;}
.news_list {
    order: 3;
    max-width: 100%;
    width: 70%;
    margin: 0;}
.i_news_b {
    order: 2;
    position: absolute;
    width: 20%;
    bottom: 0;
    max-width: 100%;
    margin: 0;
    text-align: left;}
.i_news_b a b {font-weight: normal;}
.news_list ul {padding: 0;}
.news_list ul li {border: unset;margin-bottom: 0;background: unset;border-bottom: 1px #926941 solid;padding-bottom: 30px;margin-bottom: 30px;}
.news_list ul li:hover {border-bottom-color: #926941;}
.news_list ul li:last-child {margin-bottom: 0;}
.news_list ul li a {display: flex;align-items: center;justify-content: space-between;}
.news_list ul li a:hover {background: unset;}
.news_list ul li span {
    padding: 0;
    font-size: 16px;
    text-align: left;
    color: #926941;
    font-weight: 600;
    letter-spacing: 2px;}
.news_list ul li p {
    font-size: 18px;
    color: #3e3a39;
    letter-spacing: 2px;
    white-space: inherit;
    padding: 0px 130px 0px 0;}
.news_list ul li a:hover p {color: #926941;}
.news_list ul li p:after {
    content: 'READ MORE';
    font-size: 14px;
    color: #926941;
    letter-spacing: 1px;}
.news_list ul li a:hover p:after {right: 0;font-weight: 800;}

@media screen and (max-width: 1024px) {
.news_part {flex-direction: column;align-items: flex-end;margin: 50px auto;}
.news_part .title_i_box {width: 100%;}
.news_list {order: 2;width: 100%;margin: 30px 0 0;}
.i_news_b {width: 350px;order: 3;position: relative;margin: 0 0 0 auto;}
}

@media screen and (max-width: 768px) {
.news_list ul li {
    border-top: 1px #926941 solid;
    border-bottom: unset;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;}
.news_list ul li a {flex-direction: column;}
.news_list ul li p {        
    padding: 15px 0;
    text-align: left;}
.news_list ul li p:after {
    margin-top: 20px;
    width: 100%;
    text-align: left;
    position: relative;}
.news_list ul li span {width: 100%;}
.news_list ul li p { width: 100%;}
}

@media screen and (max-width: 450px) {
.news_part .title_i_box h4 {font-size: 20px;}
.news_part .title_i_box h4:before {font-size: 20px;}
.news_list {margin: 5px 0 0;}
.news_list ul li a {padding: 0;}
.news_list ul li span, .news_list ul li p { width: 100%;}
.news_list ul li span {font-size: 14px;padding: 5px 0;}
.news_list ul li p {padding: 10px 0px;font-size: 16px;}
.i_news_b {width: 100%;margin: auto;}
.i_news_b a {margin-top: 30px;}
}

/*促銷方案*/
.promotions_page .main_part {
    max-width: 1500px;
    padding: 50px 5% 100px;}
.promotions_page .main_part .show_content {padding: 0;}
.promotion_title {
    padding-bottom: 15px;
    border-bottom: 1px #cdbbab solid;}
.promotion_title span{
    border: unset;
    padding: 0 20px 0 0;
    margin: 0;
    font-size: 18px;
    color: #A68566;
    letter-spacing: 1px;}
.promotion_title em {display: none;}
.promotion_title h2 {
    font-size: 25px;
    letter-spacing: 1px;
    color: #926941;}
.promotions_page .edit{
    color: #3e3a39;
    line-height: 200%;
    letter-spacing: 1px;
    padding: 20px 0;}

.other_promotion li {width: 100%;margin-left: 0;}
.other_promotion li a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 20px 0 0;
    padding: 20px 5%;
    border: unset;
    outline: 2px  #cdbbab dashed;
    background: unset;
    transition: .3s ease-out;}
.other_promotion li a:after, .other_promotion li a:before {border: unset;}
.other_promotion .pmtTime { display: inline-block;}
.other_promotion .pmtTime span {display: none;}
.other_promotion .pmtTitle {display: flex;align-items: center;}
.other_promotion .pmtTitle h3 {
    margin: 0;
    font-size: 18px;
    height: 25px;
    letter-spacing: 2px;
    color: #3e3a39;
    transition: .3s ease-out;}
.other_promotion .pmtTitle span{display: none;}
.other_promotion li a:hover {
    background: unset;
    outline: 2px #A68566 dashed;
    transition: .3s ease-out;}
.other_promotion li a:hover .pmtTitle h3, .other_promotion li a:hover .pmtTime span {color: #926941;transition: .3s ease-out;}

@media screen and (max-width: 768px) {
.promotions_page .main_part {padding: 50px 5%;}
.promotion_title span {font-size: 16px;margin: 0 0 10px 0;}
.promotion_title h2 {font-size: 20px;}
.other_promotion .pmtTitle h3 {font-size: 16px;-webkit-line-clamp: 1;}
.promotions_page .edit span { font-size: 16px !important;}
}
@media screen and (max-width: 400px) {
.promotions_page .edit {line-height: 180%;font-size: 15px;padding: 20px 0 0;}
.promotion_title h2 {font-size: 18px;}
.other_promotion li a {padding: 20px;margin: 20px 0 0;}
.other_promotion .pmtTitle h3 {font-size: 16px;line-height: 180%;-webkit-line-clamp: 1;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
/*版面-內頁滿版調整*/
.album_page .main_part, .album_info_page .main_part {
    max-width: 100%;padding: 50px 0 100px;}
.album_page .main_part .show_content, .album_info_page .main_part .show_content {padding: 0;}
ul.show-list.clearfix, ul.pic-list.clearfix {
    display: flex;
    flex-wrap: wrap;}
.clearfix:before, .clearfix:after {display: none;}
.overlay {
    opacity: 1;
    background: #f4eadf3b;
    -webkit-transform: unset;
    transform: unset;
    z-index: 1;}
.show-list .item:hover .overlay {
    opacity: 0;
    -webkit-transform: unset;
    transform: unset;}
.show-list .item a {display: flex;justify-content: center;align-items: center;}
.show-list .show_pic, .pic-list .show_pic {
    padding-bottom: unset;
    aspect-ratio: 9 / 6;
    height: 100%;}
.show-list .show_pic img, .pic-list .show_pic img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transform: scale(1);
    position: relative;
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);}
.show-list .item:hover .show_pic img {transform: scale(1.05);transition: all .4s 100ms cubic-bezier(.42,0,.58,1);}
.show-list .item, .pic-list .item {
    margin: 0;
    padding: 0;
    width: 33.333%;
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);}
.show-list .item .show_name {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    font-weight: 500;
    text-align: center;
    margin-top: 0px;
    color: #ffffff;
    background: #926941;
    padding: 5px 50px;
    line-height: 230%;
    justify-content: center;
    align-items: center;
    opacity: 0;}
.show-list .item:hover .show_name {
    opacity: 1;background: #926a41ab;
    color: #ffffff;
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);}
.pic-list .item:hover .show_pic img {transform: scale(1.05);transition: all .4s 100ms cubic-bezier(.42,0,.58,1);}
.pic-list .item h6 {padding: 0;}

/*相簿最內頁*/
.other_subalbum li {    overflow: hidden;}
.other_subalbum li a {
    display: block;
    overflow: hidden;}

/*更多作品*/
.other_album {
    max-width: 1500px;
    margin: auto;
    padding: 0;}
.other_album_choice li {
    border-radius: 5px;
    letter-spacing: 1px;
    padding: 8px 20px 10px;
    background: #926941;}

.album_fixed_title {color: #926941;background: unset;}

@media screen and (max-width: 1024px) {
.show-list .item, .pic-list .item { width: 50%;transition: all .4s 100ms cubic-bezier(.42,0,.58,1);}
}

@media screen and (max-width: 768px) {
.album_page .main_part { padding: 0;}
.album_info_page .main_part {padding: 0;}
.show-list .item, .pic-list .item { width: 100%;transition: all .4s 100ms cubic-bezier(.42,0,.58,1);}
.overlay {opacity: 1;}
.show-list .item:hover .overlay {opacity: 0;}
}

@media screen and (max-width:500px) {
.show-list .item .show_name {font-size: 15px;height: 45px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*首頁文章*/
.module_i_news {
    max-width: 100%;
    background-color: #ffffff66;
    padding: 50px 5% 100px;
    margin: auto;
    position: relative;}
.module_i_news .title_i_box h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    letter-spacing: 2px;
    color: #926941;
    margin-bottom: 30px;}
.module_i_news .title_i_box h4:before {
    content: 'Blog';
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    color: #A68566;
    font-weight: 500;}
.module_i_news ul{
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 30px auto;}
.module_i_news li{
    width: 25%;
    padding: 5px;
    margin: 0 0 20px 0;
    border: 1px dotted #C8C9C9;}
.module_i_news li:nth-child(n+5){display: none;}
.module_i_news li a {display: flex;flex-direction: column;overflow: hidden;background: #92694108;}
.module_i_news li a:before {
    transform: translate(-50%, 0%);
    left: 50%;
    right: 0;
    bottom: -15%;
    letter-spacing: 2px;
    height: 48px;
    line-height: 48px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #926941;
    width: 100%;
    text-align: center;}
.module_i_news li a:hover:before{bottom: 0;}
.module_i_news li a:after {display: none;}
.i_blog_le{width: 100%; padding: 0;padding-bottom: 100%;height: 0;overflow: hidden;position: relative;}
.i_blog_le img {
    position: absolute;
    transform: translate(-50% , -50%);
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;}
.i_blog_ri {
    width: 100%;
    background: unset;
    min-height: 130px;
    padding: 10px 10px;}
.i_blog_ri h5{font-size: 18px;font-weight: 500 !important;color: #926941 !important;}
.i_blog_ri em {color: #C8C9C9 !important;}
.i_blog_ri p{line-height: 160%;font-size: 14px;-webkit-line-clamp: 2;}
.i_blog_b {max-width: 300px;}
.i_blog_b a {justify-content: center;transition: .3s ease-out;margin-top: 0;}
.i_blog_b a b {font-weight: normal;}
@media screen and (max-width: 768px){
.module_i_news {padding: 50px 5%;}
.module_i_news li {width: 50%;margin:0;}
}

@media screen and (max-width: 500px){
.module_i_news .title_i_box h4, .module_i_news .title_i_box h4:before {font-size: 20px;}
.module_i_news li { width: 100%;} 
.module_i_news li a {align-items: center;}
}

/*文章設定*/
/*(新)文章分類*/
/*文章管理*/
.blog_page .main_part, .blog_in_page .main_part {max-width: 1500px; padding: 50px 5%;}
h5.blog_le_t {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Quicksand', 'sans-serif', 'Noto Sans TC', 'sans-serif';
    color: #926941;}
h5.blog_le_t em {padding-right: 5px;}
/*大分類*/
.blog_box {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;}
.blog_le { width: 18%;padding: 0;}
.blog_ri { width: 78%;padding: 0;}
.blog_subbox{display: flex;flex-wrap: wrap;}
.subbox_item{
    width: 33.333%;
    padding: 5px;
    margin: 0 0 20px 0;
    border: 1px dotted #C8C9C9;}
.subbox_item a {display: flex;flex-direction: column;overflow: hidden;background: #92694108;}
.subbox_item a:before {
    transform: translate(-50%, 0%);
    left: 50%;
    right: 0;
    bottom: -15%;
    letter-spacing: 2px;
    height: 48px;
    line-height: 48px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #926941;
    width: 100%;
    text-align: center;}
.subbox_item a:hover:before{bottom: 0;}
.subbox_item a:after {display: none;}
.blog_list_le{width: 100%; padding: 0;padding-bottom: 100%;height: 0;overflow: hidden;position: relative;}
.blog_list_le img {
    position: absolute;
    transform: translate(-50% , -50%);
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;}
.blog_list_ri {
    width: 100%;
    background: #ffffff00;
    padding: 10px 10px;}
.blog_list_ri h5{font-size: 18px;font-weight: 500 !important;color: #926941 !important;}
.blog_list_ri em {color: #C8C9C9 !important;}
.blog_list_ri p{line-height: 160%;min-height: 45px;font-size: 14px;-webkit-line-clamp: 2;}
.blog_page h4.blog_category_title, .blog_in_page h4.blog_category_title {font-weight: 500;color: #926941;border-bottom: 1px #C8C9C9 solid;}
.blog_le .accordion {border-radius: 0;border: unset;background: unset;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #926941 !important;}
.accordion li .link {text-align: center;font-weight: normal;letter-spacing: 1px;}
.blog_le .accordion li .link:last-child {border-bottom: 1px solid #C8C9C9;}
.accordion li .link a {color: #3e3a39;}
.blog_search input[type=search] {border-radius: 5px;letter-spacing: 1px;padding: 10px 35px 10px 20px;}
.blog_box_edit * {line-height: 180%;}
.blog_box_edit * iframe {min-height: 500px;}
/*文章內頁按鈕*/
.blog_back {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: space-between;}
.blog_back a {
    width: 33%;
    padding: 15px;
    border-radius: 5px;
    letter-spacing: 2px;}
.blog_back a.article_btn_back {    background: #ffffff; border: 1px solid #926941; color: #926941;}
.blog_back a.article_btn_back:hover {background: #a68566;border: 1px solid #a68566;color: #ffffff;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next  {background: #926941;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover  {background: #a68566;}

@media screen and (max-width: 1024px){
.blog_box {flex-direction: column;}
.blog_le, .blog_ri {width: 100%;}
}

@media screen and (max-width: 768px){
.blog_page .main_part {padding: 30px 5%;}
.subbox_item {width: 50%;margin: 0;}
.blog_page h4.blog_category_title{display: none;}
h4.blog_category_title {font-size: 22px;}
.blog_box_edit * {font-size: 16px !important;}
}

@media screen and (max-width: 475px){
.subbox_item { width: 100%;} 
.subbox_item a {align-items: center;}
.blog_box_edit * iframe {min-height: 250px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.contact_editbox {padding: 0;}
.contact_content {
    margin: auto;
    padding: 100px 5%;
    max-width: 1500px;}
.contact_content .information_left {display: none;}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
    padding: 0;}
.blank_letter {font-family: auto;font-size: 25px;color: #3e3a39;padding-top: 0;}
.red {color: #c34a09;font-size: 14px;}
.contact_form {
    display: flex;
    margin-bottom: 0;
    color: #3e3a39;
    font-size: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;}
.contact_form li {
    display: flex;
    flex-wrap: wrap;
    width: 49%;
    padding: 0 0 10px 0;
    margin: 0px 0 10px;
    padding-left: 0;
    border-bottom: unset;}
.contact_form li .form__label {
    display: flex;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    margin-left: 0;
    padding-right: 0;
    flex-direction: row-reverse;
    justify-content: flex-end;}
.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: unset;padding: 10px 5px;border-radius: 5px;}
.form select {width: 100%;padding: 6px 25px 6px 6px;border-radius: 5px;margin-bottom: 0;}
.contact_form li.last {width: 100%;justify-content: space-between;}
.contact_form li.last blockquote, .contact_form li.last cite {width: 49%;border-radius: 5px;}
.contact_form li.last blockquote {color: #3e3a39;border: 1px solid;}
.contact_form li.last cite {background: #916840;color: #fff; border: 1px solid;}

@media screen and (max-width: 768px) {
.contact_form li {width: 100%;}
}

@media screen and (max-width: 425px) {
.contact_content {padding: 50px 5%;}
.blank_letter {font-size: 22px;}
.contact_form {font-size: 15px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none;}
.footer.with_shopping_mode {padding: 30px 0 0;}

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/
}

@media screen and (max-width: 600px) { 
}




