@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{
    font-family:  "Noto Sans TC", "Mukta", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}

.pageIndex #page ,#content_main { background: #f8f4e3;}

.main_part{ margin: 80px auto 0px;  max-width: 1500px;}
.StoreProjsList{  margin: 80px auto 0px;} 

@media screen and (max-width:980px) {
    .main_part{  margin: 120px auto 0px;}
    .StoreProjsList {  margin: 120px auto 0px;}
}
@media screen and (max-width:768px) {
    .main_part{  margin: 64px auto 0px;}
    .StoreProjsList {  margin: 64px auto 0px;}
}

@media screen and (max-width:570px) {
    .main_part{  margin: 55px auto 0px;}
    .StoreProjsList {  margin: 55px auto 0px;}
}

/*浮動按鈕-展開*/
.info_fix_links {    display: flex !important;}
.linksBtn {    display: none;}
.info_fix_links a {
    border-radius: 0;
    margin-bottom: 0;
    background: #bfb6a3 ;
    backdrop-filter: blur(10px);
    opacity: 0;
    animation: con_btn 1s ease-out forwards;
    color: #fff;
    font-size: 18px;
    width: 46px;
    height: 46px;
    border-radius: 6px;
    margin-bottom: 8px;
}
.info_fix{ right: -4px;}
.info_fix_links a:hover {background: #d8d2c4;; }

a.info_fix_default.info_fix_tel{    order: 3;}
a.info_fix_default.info_fix_line {    order: 1;}
a.info_fix_default.info_fix_ig {    order: 2;}
a.info_fix_default.info_fix_mail {    display: none;}

@keyframes con_btn{
    0%{transform: scale(1);opacity: 0;}
    50%{transform: scale(.9);}
    100%{transform: scale(1);opacity: 1;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.bannerindex{ margin-top: 40px;}

@media screen and (max-width:1200px) {
    .bannerindex{ margin-top: 69px;}
}
@media screen and (max-width:1050px) {
   .stellarnav > ul > li > a{ margin: 0 12px;}
}
@media screen and (max-width:1024px) {
    .bannerindex{ margin-top: 116px;}
}


@media screen and (max-width: 768px) {

.bannerindex {
    padding-bottom: 0;
    margin: auto;
    height: auto;
    margin-top: 62px;
}
.bannerindex .swiper-banner {
   height: auto;
    position: static;}
} 


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*上面顏色*/
.stellarnav > ul > li > a {
    color: #333;
	letter-spacing: 3px;
    font-weight: 400;
	    margin: 0 15px;}
		
.header_area {
    background: #f8f4e3;
    transition: all 0.5s ease-in-out;
    position: fixed;
    top: 0px;
    width: 100%;
	padding:0;
}
.main_header_area {
    background:  #f8f4e3;
    transition: all .5s;
    transition-timing-function: ease-in-out;
}
.me_tp_features{    display: none;}
.navigation {
    padding: 5px 0px 5px;
    display: flex;
    align-items: center;
}
.nav-brand img{    width: 300px;}
.nav-header{    max-width: 300px; padding-top: 5px;}


.stellarnav > ul > li > a {
    color: #7a5e3b;
    letter-spacing: 2px;
    font-weight: 400;
	    margin: 0 15px;}

.stellarnav > ul > li:nth-child(4) >  ul >li:nth-child(1) { display: none;}

.main_header_area .container {
    max-width: 94%;
}
.pageIndex .stellarnav li.has-sub > a:after{border-top: 6px solid #7a5e3b; top: 52%;}
.header_area.sticky {    background:  #f8f4e3;
    
    box-shadow: 0 0 0px #43434394;}

.header_area.sticky .main_header_area{    
transition: all .5s;
    transition-timing-function: ease-in-out;
	    background: #f8f4e3;}

.header_area.sticky .stellarnav > ul > li > a {
    color: #7a5e3b;
}
.sticky .stellarnav li.has-sub > a:after {
    border-top: 6px solid #7a5e3b;
}
.pageIndex .sticky .stellarnav li.has-sub > a:after{    border-top: 6px solid #7a5e3b;}
.stellarnav li > ul > li:hover {
    color: #bfb6a3;
    border: 0px;
    transition: .3s;
}
.stellarnav li a{    font-size: 16px; color: #7a5e3b; transition: .3s; }
.stellarnav > ul > li:hover > a {
    opacity: 0.5;
}

.stellarnav li li a:hover{     
    color: #bfb6a3;
    border: 0px;
    transition: .3s;}

.stellarnav ul ul{ left: 6px; background:#f8f4e3;}

.stellarnav > ul > li > a:hover {color: #b3a78f; transition: 0.3s;}



/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #444444;}
.stellarnav .menu-toggle:after { color: #444444;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: transparent;
    color: #8f8e8e;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 1.5px #8f8e8e;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 1.5px #8f8e8e;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #f8f4e3;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #d6c39a;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #d6c39a;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: -19px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: #fefaed;
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px #ffffff solid;
  }

  .stellarnav.mobile li a{ border-bottom: 0px;}

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}


@media screen and (max-width:1050px) {
    .nav-header{max-width: 250px;}
}
@media screen and (max-width:768px) {
    .stellarnav.mobile{ top: 6px;}
    .stellarnav > ul > li > a{ margin: 15px 15px;}
    .stellarnav li a{ padding: 7px 24px;}
    .header_area.sticky{ background: #f4f4f4ed; }
    .nav-brand img{    width: 210px;}
    .nav-header{    max-width: 210px;}
    .stellarnav.mobile ul{ background: transparent;}

}


@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 20px;}
    .nav-brand img{    width: 180px;}
    .nav-header{    max-width: 180px;}
}

/* 商品下拉超過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;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* FOOTER  */

.footer {background: #f8f4e3;padding: 40px 0 0;}
.footer_logo{width: 320px;display: none;}
.footer_logo img{width: 100%;}
.footer_info{padding: 0;grid-template-columns:1fr; }
.footer_info ul {margin:10px auto 20px;display: block;text-align: center;width: 100%; }
.footer_info li:nth-child(1){width: 100% ; display: flex; justify-content: center ; flex-wrap: wrap;}
.footer_menu a:nth-child(1) {  display: none;}
.footer_info li:nth-child(2) {
    width: 100%;
    margin-top: 5px;
}
.footer_info li p {
    font-size: 14px;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
}
.footer_info li p,.footer_info li p a{color: #080808; transition: 0.5s; }
.footer_info li p a:hover{ color: #d8d2c4;}
.footer_info li p.tel{ order: 1;}
.footer_info li p.line{ order: 4;}
.footer_info li p.mail{ order: 5;}
.footer_info li p.add{ order: 3;}
.footer_info li p.taxid{ order: 2;}

.footer_info li p.line:before{content: '官方LINE：';}


.footer_menu a {
    margin: 0;
    text-align: justify;
    transition: all 0.3s;
    border: none;
    color: #b3a78f;
    background: transparent;
    font-size: 13px;
    position: relative;
}
.footer_menu a:last-child{border-right: none;}
.footer_menu a:hover {   background: transparent;  color: #d8d2c4;}
.copy {
    border-top: none;
    color: #fff;
    border-top: 1px solid #e1e1e1;
    margin-top: 10px;
    padding: 5px;
    font-size: 12px;
    background: #A98663;
}
.copy a{color: #fff;}
.footer .box_link {
    display: none;
}

@media screen and (max-width:500px) {
    .footer_info li:nth-child(1){ flex-direction: column;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.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 { background: #f0f0f0;}

.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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 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);}


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
.pageIndex .swiper-wrapper { height: auto;}
/* .edit_part { padding: 300px 0;} */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner { display: none; }
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
.banner.banDesign { background-color:#333;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* 設計作品 */

/* 首頁 */
.ProjSwiper{ max-width: 1500px;}
.module_i_projects .title_i_box h6{ font-size: 22px; color: #535353; font-weight: 500; font-family:  "Mukta", sans-serif; padding: 0px 20px; }
.module_i_projects .title_i_box h4{ font-size: 26px; color: #7A5E3B;  font-weight: 400;   padding: 0px 20px;}
.module_i_projects .title_i_box{ display: flex; flex-direction: column ; align-items: center; justify-content: center;}
.animated-arrow{ width: 155px; height: 40px; line-height: 40px; font-weight: 400; background: transparent;  border: 1px solid #B1A58D;  color: #B1A58D; font-size: 14px; }
.animated-arrow:hover{  background: #B1A58D; color: #fff;}


/* 內頁 */
.StoreProjsList{ max-width: 1650px; }
.projects_page #page,.projects_detaild_page #page{ background: #F8F4E3; }
.ProjSwiper li > a:hover section{ background: #f4e3c3f2; }
.ProjSwiper li > a:hover section h6{ color: #7A5E3B; font-weight:400;}
.ProjSwiper li section h6 strong{ color: #000 ; font-weight: 400;}
.ProjSwiper li section h6{ font-size: 16px;}
.ProjSwiper li section{ background: #7a5e3bdb; height: 46px; }
.ProjSwiper .swiper-button-prev:after,.ProjSwiper .swiper-button-next:after{ font-size: 28px;}

.StoreProjs_Post li{ border: 0px; background: #F8F4E3;}
.StoreProjs_Post li h4{ color: #7A5E3B; font-size: 16px; font-weight: 400;}
.projsTabs li a{ color:#b3a78f ; }
.projsTabs li a:hover{ color:#d8d2c4 ; }
.projsTabs li.Now a { color: #A98663;}
.StoreProjs_Post li > a:hover:after{ background: #ffffff45; backdrop-filter: blur(18px); }
.StoreProjs_Post li > a:hover section h6{ text-shadow: 0px 0px 20px #000000a3; }


.sidebar__inner{ padding: 130px 100px 50px 100px; }
.ProjsDetail_Title h4{ color: #7A5E3B;}
.ProjsDetail_Intro h6 strong,.ProjsDetail_Intro h6{color: #606060; }
.ProjsDetail_Viewpoint{ color: #000; height: calc(90dvh - var(--top-total) - 175px); }
.ProjsDetail_Bottom{ background: transparent ;}
.ProjsDetail_Bottom a{ border: 1px solid #B1A58D; ;color: #B1A58D; background: transparent;}
.ProjsDetail_Bottom a:hover{  background: #B1A58D!important;  color: #fff!important;}
.ProjsDetail_Bottom a.ProjsBtn_Prev img,.ProjsDetail_Bottom a.ProjsBtn_Next img{ display: none; }
.ProjsDetail_info_3_5 .txtEdit { color: #000;}

.ProjsDetail_Title p a{
     color: #fff;
      background: #B1A58D;
}
.ProjsDetail_Title p a::before{  background: #B1A58D; }

@media screen and (max-width:1024px) {
    .sidebar__inner{ padding: 88px 50px 50px 50px;}
}

@media screen and (max-width:500px) {
    .sidebar__inner{ padding: 130px 24px 50px 24px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* 文章管理 */

/*大範圍*/
.blog_box {padding: 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
/*側邊*/
.blog_le {padding: 0;}
h5.blog_le_t{text-align: center;margin-bottom: 0;}
h5.blog_le_t em,h5.blog_le_t span{display: none;}
.blog_search input[type=search]{border-radius: 0;}
.accordion li .link a {font-size: 13px;font-weight: 500;letter-spacing: .3rem;text-align: center;}
.blog_le .accordion {border-radius: 0;}
.blog_le .accordion li{transition: all .8s;}
.blog_le .accordion li .link i {font-size: 12px;}
.blog_le .accordion li.open .link {background: #666;}
.blog_le .accordion li.open .link a{color: #fff;}
.blog_le .accordion li.open .link i{color: #fff;}
.submenu a {padding: 12px 12px 12px 30px;background: #fff;font-size: 12px;}
.submenu a i {font-size: 12px;color: #ccc;left: 10px;transition: all .5s;}
.submenu li.on_this_category a, .submenu a:hover {background: #aaa;}
.submenu li.on_this_category a i, .submenu a:hover i{color: #fff;}
/*分類頁*/
.blog_ri {padding: 0 0 0 50px;}
.blog_page h4.blog_category_title{display: none;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item a {grid-template-columns: 300px 1fr;align-items: center;grid-gap: 50px;padding-right: 50px;}
.subbox_item a:before {font-size: 10px;padding: 5px 20px;background: #c1a383;color: #fff;letter-spacing: 0;
	bottom: auto;right: 0;left: auto;top: 0;}
.subbox_item a:after {background: rgba(256,256,256,.5);border: none;}
.blog_list_ri h5 {color: #444;font-weight: 400;}
.blog_list_ri em {font-size: 12px;}
.blog_list_ri p {font-weight: 400;line-height: 160%;font-size: 12px;margin-top: 20px;}
.blog_list_le {aspect-ratio: auto;}
.blog_list_le img {height: 20vw;max-height: 280px;}
/*文章頁*/
h4.blog_category_title {padding: 0;font-size: 20px;letter-spacing: .4rem;margin-bottom: 0;font-weight: 400;}
.blog_shareData{border-bottom: 1px solid #eee;padding-bottom: 10px;}
.toShareNews b{font-size: 12px;font-weight: 400;}
.toShareNews a object{max-width: 20px;}
.articel_mainPic{display: none;}/*清單縮圖*/
.blog_back {grid-gap: 0;width: 100%;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
	background: transparent;color: #888;border: 1px solid #888;font-size: 13px;padding: 12px;}
.blog_back a.article_btn_back{background: #888;padding: 12px;font-size: 13px;}
.news_related{padding: 60px 0 30px;border-top: 1px solid #333;margin-top: 100px;background: transparent;}
.news_related h6 {max-width: 1400px;margin: 0 auto 30px;}
.news_related h6 span:before {font-size: 18px;letter-spacing: .3rem;font-weight: 500;color: #555;}
.news_related_list {background: transparent;grid-template-columns: repeat(4, 1fr);max-width: 1400px;width: 94%;}
.news_related_list li figure {aspect-ratio: auto;}
.news_related_list li a{padding: 0;}
/* .news_related_list li a img {height: 20vw;
    max-height: 280px;
} */
.news_related_list li a p {font-size: 14px;width: 90%;line-height: 1.4;margin: 10px auto 10px;padding: 0;}
.lastPage {background: #B1A58D;font-size: 12px;}
/*首頁*/
.module_i_news {padding: 80px 0;}
.module_i_news section {max-width: 1800px;width: 94%;}
.module_i_news .title_i_box {margin-bottom: 0;}
.module_i_news ul {grid-template-columns: repeat(4, 1fr);}
.module_i_news li a {grid-template-columns: 1fr;}
.i_blog_le {aspect-ratio: 4 / 3;}
.i_blog_ri h5 {font-size: 18px;letter-spacing: 0;}
.i_blog_ri p {font-size: 13px;line-height: 1.4;}

@media screen and (max-width: 1200px){
	/*分類頁*/
	.blog_list_le img{height: 25vw;}
	/*文章頁*/
	.news_related_list {grid-template-columns: repeat(2, 1fr);}
	/*首頁*/
	.module_i_news ul {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 1024px){
	/*側邊*/
	.blog_le {width: 180px;}
	.accordion li .link a {letter-spacing: .2rem;padding: 12px 10px;}
	/*分類頁*/
	.blog_ri {padding: 0 0 0 30px;width: calc(100% - 200px);}
	.subbox_item a {padding-right: 0;grid-template-columns: 220px 1fr;grid-gap: 30px;}
}
@media screen and (max-width: 960px) {
	/*分類頁*/
    .subbox_item {border-bottom: none;}
}
@media screen and (max-width: 768px){
	/*側邊*/
	.blog_le{padding: 0;width: 100%;}
	/*分類頁*/
	.blog_ri {padding: 0;width: 100%;}
	.blog_list_ri{padding: 0;}
	.blog_list_ri h5 {font-size: 16px;}
	/*文章頁*/
	.blog_le, .blog_ri{margin-bottom: 50px;}
	.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back{font-size: 12px;}
	.lastPage{font-size: 12px;}
	/*首頁*/
	.module_i_news li {border-bottom: none;}
    .blog_le a.news_menu_toggle{ top: -10px;}
}
@media screen and (max-width: 600px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 1fr;}
	.blog_list_le img {height: 280px;}
	/*文章頁*/
    .blog_subbox{ grid-gap:40px; }
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/


.blog_page #content ,.blog_in_page #content { background: #F8F4E3; }
/*側邊選單*/
.accordion li .link a {color: #656565;font-size: 14px;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #B1A58D !important;}
/*分類頁*/
.subbox_item a:before {background: #A98663;}
.subbox_item a:after {background: #f4e3c333;} 
.blog_list_ri h5 {color: #7A5E3B;font-size: 22px;-webkit-line-clamp: 2; font-family: "Noto Sans TC", "Mukta", sans-serif;;}
.blog_list_ri em{ color: #C8C8C8 ;}
.blog_list_ri p {font-size: 16px;color: #3a3a3a;margin-top: 30px;}
/*文章頁*/
h4.blog_category_title {letter-spacing: .2rem;color: #7A5E3B;font-size: 24px; font-family: "Noto Sans TC", "Mukta", sans-serif;;}
.blog_shareData {border-bottom: 1px solid #dedede;}
.toShareNews b {color: #ddd;}
.blog_box_edit .edit{color: #3a3a3a;  font-family: "Microsoft JhengHei UI",  serif;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {color: #B1A58D;border: 1px solid #B1A58D;}
.blog_back a.article_btn_back {background: #B1A58D;color: #fff;}
.news_related {border-top: 1px solid #B1A58D;}
.news_related h6 span:before {color: #8f8e8e;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*表格設定*/

.contact_page #page .main_part{margin: 0px auto 0px; }

.contact_page #page{ background: #F8F4E3; }

.contact_content .information_left {
    display: none;
}

.contact_content {
    max-width: 100%;
    width: 1500px;
}

.contact_content .information_right {
    width: 100%;
    padding-left: 70px;
    padding-top: 40px;
}

button,
input,
optgroup,
select,
textarea {
    outline: none;
}

.contact_form{  grid-gap:18px ;}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
    border: none;
    background: #fff;
}
.last .animated-arrow{ width: 120px; margin: 0 0 0 0px; }
.animated-arrow{ height: 43px; line-height: 37px;  border-radius: 0px;}
.last .animated-arrow.otherSty{ color: #B1A58D;  border: 1px solid #B1A58D; background: transparent;}
.contact_form .animated-arrow{color: #fff; background: #B1A58D; border: 0px; font-size: 14px; }
.contact_form .animated-arrow b { font-weight: 400; }

.contact_form li.last blockquote:hover input,
.contact_form li.last cite:hover input {
    letter-spacing: 4px;
}

.contact_form li:has(input[type=checkbox]) .form__insert,
.contact_form li:has(input[type=radio]) .form__insert {
    display: flex;
}

.form select {
    border: 1px solid #eee;
    padding: 6px 26px 6px 6px;
}

.contact_form li {
    grid-template-columns: 100px 1fr;
    grid-gap: 0px;
    margin-bottom: 8px;
}

.contact_form li .form__label {
    display: block;
    width: 90px;
    max-width: 100%;
    font-size: 15px;
    text-align: start;
}

.blank_letter.f {
    position: absolute;
    top: 0px;
    left: 55px;
    font-size: 20px;
    color: #8c8c8c;
    font-weight: 400;
    font-family: "Mukta", sans-serif, "Noto Sans TC", sans-serif;
}

.note.red {
    position: relative;
}

.red {
    color: #D4C198;
    position: absolute;
    left: 50px;
}

.contact_form li .form__insert {
    font-size: 14px;
    letter-spacing: 2.5px;
}

/*按鈕*/

.contact_form li.last blockquote,
.contact_form li.last cite {
    padding: 4px 0;
    width: 120px;
}

.contact_form li.last input {
    font-size: 12px;
    padding: 0px;
}

@media screen and (max-width: 768px) {
    /*表單設定*/
    .contact_form li {
        grid-gap: 5px;
        grid-template-columns: 140px 1fr;
    }
    .contact_form li .form__label {
        padding-left: 25px;
        width: 85%;
    }
    .red {
        left: 10px;
    }
    .form select {
        margin: 0;
    }
    .contact_form li.last blockquote,
    .contact_form li.last cite {
        padding: 0;
    }
    .contact_form li.last input {
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    .contact_form {
        margin-top: 20px;
    }
    .contact_form li {
        margin-bottom: 10px;
    }
    .contact_form li .form__label {
        background: transparent;
        padding: 0;
        width: 80%;
        font-weight: 400;
        padding-left: 30px;
    }
    .contact_form li:nth-of-type(5) .form__label:after {
        letter-spacing: 5.9px;
    }
    .contact_form li:has(input[type=checkbox]) .form__insert,
    .contact_form li:has(input[type=radio]) .form__insert {
        font-size: 12px;
    }
    .form select {
        font-size: 12px;
    }
    .blank_letter {
        font-size: 16px;
        font-weight: 600;
    }
    .noborder {
        padding: 5px;
    }
}

.contact_form li.last cite {
    background: #000;
}

/*標題*/

@media screen and (max-width: 768px) {
    .contact_content .information_right {
        width: 100%;
        padding-left: 10px;
    }
}

@media screen and (max-width: 600px) {
    .blank_letter {
        font-weight: 500;
    }
}

@media screen and (max-width: 500px) {
    .contact_form li {
        grid-template-columns: 1fr;
    }
    .contact_form li .form__label {
        text-align: start;
        letter-spacing: 1px;
        padding-bottom: 10px;
        padding-left: 0px;
    }
    .contact_form li:nth-of-type(5) .form__label:after {
        display: contents;
        letter-spacing: 1px;
        padding: 0px 0px 0px 20px;
    }
    .contact_content .information_right {
        width: 100%;
        padding: 80px 30px 0 30px;
    }
    .contact_form li:has(input[type=checkbox]) .form__insert,
    .contact_form li:has(input[type=radio]) .form__insert {
        padding-top: 10px;
    }
    .contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    display: grid;
}
    .red {
        color: #ff4c4c;
        position: static;
    }
    .contact_form li:nth-of-type(4) .form__label,
    .contact_form li:nth-of-type(5) .form__label {
        border-bottom: 1px solid #e7e7e7;
    }
}








@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




