@charset "utf-8";



/* = = = MJ = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');

body{
	overflow-x:hidden;
	font-family: 'Saira', "Noto Sans TC","微軟正黑體","arial","sans-serif";
	font-weight: 400;
  background: #f0d8c1;
}

body{overflow-y: scroll; overflow-x:hidden; max-height: 100%;}
body::-webkit-scrollbar {width: 4px;}
body::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);}
body::-webkit-scrollbar-thumb {background-color: #050304; border: 1px solid #050304;}


/*網站全域設定/＝＝＝＝＝*/

/*
  #050304 /*網站主要色系
  #FFE4B5 /*網站輔助色系1
  #FFE4B5; /*網站輔助色系2*/



@media screen and (min-width: 780px) {
.bannerindex {
      top: 110px;
      left: 60px;
      width: calc(100% - 120px);
      overflow: hidden;}
}
 @media screen and (max-width: 1440px) { 
    .bannerindex {top: 0px;}
}


/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設解除背景輪播*/
/*#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}*/



/*點點樣式*/
.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: var(--swiper-pagination-bottom, 55px);}
.swiper-pagination-bullet {width: 40px; height: 5px; border-radius: 0px; background: #ffffff;}
.swiper-pagination-bullet-active {background: #050304;}

/*隱藏大圖輪播點點按鈕*/
.swiper-pagination-clickable .swiper-pagination-bullet {
	display: none;
}




@keyframes ani_SC {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
            opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
            opacity:1;
  }
}
@keyframes ani_TtoB {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
            opacity:1;
  }
}
@keyframes ani_LtoR {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}
@keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}

@keyframes ani_SRtoL {
  0% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}


/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


#content_main {background: #f0d8c1;}
#content {background: #f0d8c1;}


/*加字*/
.banner h5:before {font-size: 18px; letter-spacing: 6px; margin-bottom: -6px; font-weight:400; text-align: left; padding-left: 0px; text-shadow: 1px 1px 10px #0000008c; color:#ffffff; display: block;}
/*.album_page .banner h5:before , .album_class_page .banner h5:before , .album_info_page .banner h5:before{content: '作品相簿';} */
.projects_page .banner h5:before , .projects_detaild_page .banner h5:before {content: '— 作品相簿';} 
.blog_page .banner h5:before , .blog_in_page .banner h5:before {content: '— 最新消息';}

.banner h5:after {
    content: '';
    background: #c0a893;
    height: 1px;
    position: absolute;
    left: 0;
    width: 30vw;
    display: none;}

@keyframes ani_BtoT {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
            opacity:1;
  }
}






.banner h5{font-size: 44px; color: #ffffff; padding-top: 0px;font-weight:400; text-align: left; letter-spacing: 1px; max-width: 1680px; width: 100%; text-shadow: 1px 1px 10px #0000008c;
  -webkit-animation: puff-in-center 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	animation: puff-in-center 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation-delay: 0.5s; z-index: 99; }
.banner{ height:500px; width: 100%;}





/*內頁BANNER特效*/

.banner {
    padding: 20px;
    text-align: center;
    background: repeat center center #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    min-height: 240px;
    width: 100%;
    height: 60vh;
    background: #444444;
    position: relative;
    overflow: hidden;}

.banner:before {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/muyitw/SBN1.jpg);
    background-repeat: no-repeat;
    background-position: center;}

.other_page .banner{display: none;} 
.services_page .banner{display: none;}
/*.album_page .banner:before , .album_class_page .banner:before , .album_info_page .banner:before {background: url(https://pic03.eapple.com.tw/muyitw/SBN2.jpg) no-repeat center bottom; background-size: cover;}*/
.projects_page .banner:before , .projects_detaild_page .banner:before{background: url(https://pic03.eapple.com.tw/muyitw/SBN2.jpg) no-repeat center bottom; background-size: cover;}
.blog_page .banner:before , .blog_in_page .banner:before {background: url(https://pic03.eapple.com.tw/muyitw/SBN1.jpg) no-repeat center bottom; background-size: cover;}
.path {margin: 10px 0; display: none;}



@keyframes bgScroll{
0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
50% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
}
100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}









@media screen and (max-width: 1440px) {
.banner h5 {padding-left: 1vw;}
}

@media screen and (max-width: 1024px) {
.banner {height: 500px;}
.banner h5 {padding-top: 0px;}
.banner {height: 300px;}
}

@media screen and (max-width: 768px) {
.banner h5 {padding-left: 0px; text-align: center;}
.banner h5:before {text-align: center;}
.banner h5:after {display: none;}
}

@media screen and (max-width: 500px) {
.banner h5:before {line-height:40px; margin-bottom: -5px;}
.banner {height: 310px;background-position: bottom left; background-position: unset; font-size: 22px;}
}


/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.pageIndex .nav-header {display: block; width: 100%; text-align: center; max-width: 208px; margin-top: 18px;}
.nav-header{max-width: 100px ; margin-top: 18px;}
.pageIndex .header_area.sticky .nav-header{margin-top: 0px;}
.pageIndex .nav-brand {width: 100%; display: block; margin-top: 0px; transition:all 0.3s;}
.nav-brand {width: 100%; display: block; transition:all 0.3s;}
.pageIndex .nav-brand img {width:100%; transition: 0.3s ease;}
.nav-brand img {width:100%;max-width: 100px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .nav-brand img {max-width: 70px; padding-top: 0px; transition: 0.3s ease; margin-top: -33px;}
.stellarnav {margin-top: 0px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 10px; transition: 0.3s ease;}
.header_area {padding: 0px; background: none;}

/*.pageIndex .nav-brand:after {content: ''; background: url(https://pic03.eapple.com.tw/dingyiliu/logo-W.png) no-repeat;background-size:contain; width: 100%; height: 52px; max-width: 208px; transition: 0.3s ease; position: absolute;transform: translate(-104px, 17px);margin-top: -40px;}
.nav-brand:after {content: ''; background: url(https://pic03.eapple.com.tw/dingyiliu/logo.png) no-repeat;background-size:contain; width: 100%; height: 52px; max-width: 208px; transition: 0.3s ease; position: absolute; margin-top: -25px;}
.pageIndex .header_area.sticky .nav-brand:after {content: ''; background: url(https://pic03.eapple.com.tw/dingyiliu/logo.png) no-repeat;background-size:contain; width: 100%; height: 52px; max-width: 208px; transition: 0.3s ease; position: absolute;margin-top: -40px;}*/
.pageIndex .header_area.sticky .nav-brand img {max-width: 70px; transition: 0.3s ease;}

@media screen and (max-width: 1024px) {
.pageIndex .header_area.sticky .nav-brand {margin-top: 0px;}
.pageIndex .header_area.sticky .nav-brand img {padding-top: 0px;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 10px;}

}
@media screen and (max-width: 768px) {
.pageIndex .header_area.sticky .stellarnav {margin-top: 0px;}
.pageIndex .nav-header { margin-top: 0px;}
}

/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.pageIndex .header_area.sticky .main_header_area {
  background: /*#fff3e8*/#f0d8c1;
  height: 110px;
  opacity: 1;
  border-bottom: 0px solid #ececec;
  transition: 0.6s ease;
  border-bottom: 0px solid #ececec; transition: 0.6s ease;}
.pageIndex .main_header_area {background: none; height: 110px; opacity:1; border-bottom: 1px solid #ececec36; box-shadow: none; transition: 0.6s ease;}
.main_header_area{background: /*#fff3e8*/#f0d8c1; height: 110px; border-bottom: 0px solid #ececec; /*box-shadow: 1px 1px 6px #d8d8d8e0;*/ transition: 0.6s ease;}
.navigation {padding: 0px 0 0px 0px; grid-template-columns: 100px 1fr;}
.pageIndex .navigation {padding: 0px 0 0px 0px; grid-template-columns: 100px 1fr;}
.pageIndex .header_area.sticky .navigation {padding: 15px 0 0px 0px; transition: 0.6s ease;}

/*選單最大寬度設定*/
.main_header_area .container {max-width:88%;}

/*第一層*/
.pageIndex .stellarnav {width: 100%; transition: 0.3s ease;}
.pageIndex .stellarnav > ul > li > a {color: #050304; transition:all 0.3s; /*text-shadow:1px 1px 4px #000000ed;*/}
.stellarnav > ul > li > a {font-weight:400;font-size: 15px; color: #080404; transition:all 0.3s; padding: 0px 14px 0px 14px; text-shadow:none; height: 35px; /*letter-spacing: 1px;*/}
.pageIndex .header_area.sticky .stellarnav > ul > li > a {color: #050304; text-shadow: none; transition:all 0.3s;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a:hover {color: #050304; text-shadow: none; transition:all 0.3s;}
.pageIndex .stellarnav > ul > li > a:hover {color: #767676; transition:all 0.3s;}
.stellarnav > ul > li > a:hover {color: #767676; transition:all 0.3s;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a b{padding: 0px 14px 0 14px;}
.stellarnav > ul > li > a {padding-right: 0px; padding-left: 0px;}
.stellarnav > ul > li.has-sub > a {padding-right: 4px; padding-left: 0px;}

/*第二層*/
.stellarnav li {text-align: center; width: 190px; border-right: 1px solid #ececec36; border-left: 1px solid #ececec36;}
.stellarnav li a {color: #444444;}
.stellarnav li li > a , .stellarnav li li.has-sub > a b {padding: 10px 15px; letter-spacing:1px; transition: all 0.3s; border-left:1px solid transparent; font-size: 13px; font-weight: 400; letter-spacing: 1px;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #050303; padding-left:12px;border-color:#F0D8C1; background: #f7eadf;}
.pageIndex .stellarnav>ul {padding-top: 36px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .stellarnav>ul {padding-top: 0px; transition: 0.3s ease;}
.stellarnav>ul {padding-top: 36px; transition: 0.3s ease;}
.stellarnav ul {text-align: right;}
.stellarnav ul ul {margin-top: 0px; background: none; left:-3px; width: 190px; /*border: 1px solid #eee;*/
    background: #ffffffa3;
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: blur(10px);}
.stellarnav li li {width: 100%; border: 0px; border-bottom:1px solid #d8d8d8e0; background: #ffffffa3;}
.stellarnav ul ul ul {right: 100%; left: unset; top: -1px;}
.stellarnav > ul > li.drop-left > ul {right: unset;}
.stellarnav li.drop-left ul ul {right: 189px;}

/*SubMenu*/
.shop_search_btn {background: #050304; border-radius: 0;}
.tp_links {display: none;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #050304;}
.me_tp_features {display: block; margin: 25px 0 0 0; height: 30px; text-shadow: 1px 1px 10px #d18f5236; padding-right: 12px; display: none;}
.me_tp_features a {font-size: 15px;}
.pageIndex .me_tp_features a.tp_btn_cart , .pageIndex .me_tp_features a.tp_btn_notice {color: #fff; text-shadow: 1px 1px 10px #d18f5236;}
.pageIndex .header_area.sticky .me_tp_features a.tp_btn_cart , .pageIndex .header_area.sticky .me_tp_features a.tp_btn_notice {color: #050304;  text-shadow: none; }
.me_tp_features a.tp_btn_cart , .me_tp_features a.tp_btn_notice {color: #050304;  text-shadow: none; }
.box_search input[type=text] {border-radius: 0; border: solid 0px #ccc;}
.box_search {margin-right: 5px;}
.me_tp_features a.tp_btn_cart b {background: #050304; color: #fff; padding: 0px 4px; margin-left: 2px; border-radius: 100px; font-size: 14px;}
.me_tp_features a.tp_btn_cart b::before , .me_tp_features a.tp_btn_cart b::after {display: none;}


/*@media screen and (min-width: 769px) {
  .pageIndex .header_area.sticky .main_header_area {
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: blur(10px);
}
.main_header_area{
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: blur(10px);
}
}*/





@media screen and (max-width: 1700px) {
  .stellarnav>ul {padding-left: 0px;}
  /*.stellarnav > ul > li > a {padding: 0px 0px 6px 0px;}*/
  .stellarnav > ul > li > a b {font-size: 15px;}
  .stellarnav > ul > li > a {padding-right: 14px; padding-left: 14px;}
  .stellarnav > ul > li.has-sub > a {padding-right: 14px;padding-left: 14px;}

}
@media screen and (max-width: 1440px) {
  .stellarnav li {width: 130px;text-align: center;}
  .pageIndex .header_area.sticky .nav-brand:after {transform: translate(-104px, 17px);}
  .main_header_area .container {max-width: 90%;}

.bannerindex { position:relative;}
.pageIndex .main_header_area {background: #F0D8C1;}
.swiper-banner { position:static; margin:0; height:auto;} 
}
@media screen and (max-width: 1180px) {
  .stellarnav {width: 100%;}
  .stellarnav li.has-sub > a {padding: 0px 0px 0px 0px;}
  .stellarnav > ul > li > a {margin: 0 0px;}
  .stellarnav > ul > li > a > b {font-size: 14px;}
}
@media screen and (max-width: 1024px) {
  .stellarnav li {width: unset;text-align: left;}
  .pageIndex .stellarnav {width: 100%; margin-top: 0px;}
  .stellarnav {margin-top: 50px;}
  .stellarnav>ul {text-align: center; margin-top: 0px; margin-top: 0px; padding-top: 0px;}
  .main_header_area {height: 160px;}
  .header_area.sticky .stellarnav>ul {padding-top: 0px;}
  .header_area.sticky .main_header_area {height: 160px;}
  .nav-header {text-align: center;}
  .me_tp_features {margin: 0px 0 0 0; margin-top: 57px;}
  .navigation { padding: 5px 0 0px 0px;}
  .stellarnav>ul {margin-top: 0px;}

  .stellarnav > ul > li {border-right: 0px solid #e9e9e9;}
  .pageIndex .main_header_area {height: 160px; background: #F0D8C1; border-bottom: 1px solid #F0D8C1;}
  .pageIndex .header_area.sticky .main_header_area {height: 132px;}
  .pageIndex .nav-brand img {margin-top: 5px;}
  
  .nav-brand {margin-top: 0px;}
  .pageIndex .nav-brand {margin-top: 0px;}
  .pageIndex .me_tp_features a.tp_btn_cart, .pageIndex .me_tp_features a.tp_btn_notice {text-shadow:none;}
  .pageIndex .stellarnav > ul > li > a > b {text-shadow: none;}
  .main_header_area .container {padding-left: 0px;}
  .pageIndex .nav-brand:after {margin-top: -10px;}
  .nav-brand:after {margin-top: -22px; transform: translate(-104px, 0px);}

  .pageIndex .stellarnav>ul {padding-top: 0px;}
  .pageIndex .navigation {padding: 0px 0 0px 0px;}
  .stellarnav > ul > li > a > b {padding: 0px 8px 0px 8px;}
  .stellarnav li.has-sub > a b{padding: 0px 8px 0 8px;}
  .stellarnav {margin-top: 0px;}

  .pageIndex .header_area.sticky .nav-brand:after {margin-top: -18px;}
  .pageIndex .header_area.sticky .stellarnav {margin-top: 67px;}
}
@media screen and (max-width: 768px) {
.pageIndex .stellarnav { margin-top: 0px;}
.pageIndex .main_header_area {height: 110px;}
.stellarnav {margin-top: 0px;}
.stellarnav > ul > li > a{text-shadow:none;}
.header_area.sticky .main_header_area {height: 110px;}
.main_header_area {height: 124px; background: #f0d8c1;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {display: inline-block;}
.pageIndex .header_area.sticky .main_header_area {height: 90px; background: #ffffff; border-bottom: 1px solid #ededed;}
.pageIndex .navigation {padding: 14px 0 0px 0px;}
.navigation {padding: 8px 0 0px 0px;}
/*.pageIndex .nav-brand:after {height: 83px; max-width: 100px; transform: translate(-50px, -6px); margin-top: 0px;}*/
.pageIndex .nav-brand:after {margin-top: -14px;}
.nav-brand:after {margin-top: -6px;}

/*漢堡選單展開*/
.stellarnav.mobile > ul > li > a {padding: 16px 43px 13px 15px; width: 100%;}
.stellarnav.mobile > ul > li.has-sub > a {padding: 16px 43px 13px 15px;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 10px 16px !important; text-align: right; }
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {background: #F0D8C1; border-right: 0px #F0D8C1 solid; box-shadow: 1px 1px 10px #504c47ad;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #F0D8C1;}
.stellarnav.mobile > ul > li {border-bottom:1px #F0D8C1 solid;}
.stellarnav li {width: 100%; text-align: left; border-left: 1px solid #F0D8C1;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px; padding-left: 10px;}
.stellarnav > ul > li > a:hover {color: #ffffff;}
.stellarnav > ul > li {border-bottom: 0px #ddd solid;}
.stellarnav.mobile li.open li.open {background: #00285f;}
.stellarnav ul ul ul {right: unset; left: 100%; top: 0px;}
.stellarnav ul ul {border: 1px solid #00285f;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #ffffff;}
.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #ffffff;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {color: #ffffff; border-color: #00285f; background: #00285f; /*padding-left: 26px;*/}
.stellarnav .icon-close:after {border-bottom: solid 2px #ffffff;}
.stellarnav .icon-close:before {border-bottom: solid 2px #ffffff;}
.stellarnav a {color:#ffffff;}
.pageIndex .stellarnav > ul > li > a{color: #ffffff;}

.stellarnav li li > a, .stellarnav li li.has-sub > a {padding: 15px 15px;}

.stellarnav.mobile ul {background: #F0D8C1;}
.stellarnav.mobile li.open {background: #00285f;}
.stellarnav li li {border: 1px #00285f solid; background: #00285f;}
.stellarnav li a {color: #ffffff;}
.stellarnav > ul > li > a {color: #ffffff;}
.stellarnav.mobile > ul > li > a b {font-size: 14px; padding: 2px;}

.pageIndex .header_area.sticky .stellarnav > ul > li > a {color: #fff;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a:hover {color: #ffffff;}

.main_header_area .container {max-width: 100%;}
.stellarnav.mobile li li.has-sub a {padding: 15px 15px 15px 15px;}

/*主選單按鈕下底線*/
.stellarnav > ul > li:not(.tp_links) > a:after ,
.stellarnav > ul > li > a:after {display: none;}
}

@media screen and (max-width: 375px) {
.box_search {margin-right: 0px; display: block; max-width: 160px; width: 100%; margin: 0 auto; margin-bottom: 5px;}
.pageIndex .header_area.sticky .main_header_area {height: 92px;}
/*.header_area.sticky .main_header_area {height:106px;}*/
}


/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.footer .center {max-width: 87%;}
.footer {background: #F0D8C1;padding:100px 0 0px 0; /*background: url(https://pic03.eapple.com.tw/dingyiliu/FOOTER.jpg) no-repeat center bottom; background-size: cover;*/ /*border-top: 1px solid #ddd;*/}
.footer_info {display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0; padding-bottom: 0px; grid-template-columns: 300px 800px 1fr; flex-direction: row-reverse; grid-gap: 20px;}
.footer_menu {display: grid;  grid-template-columns: 1fr/*repeat(auto-fit, minmax(min(120px,100%), 1fr))*/;  gap: 5px; width: 100%; text-align: left; margin: 0 0 0 0px; max-width: 900px; /*border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;*/}/*footer按鈕最小寬度100px*/
.footer_menu a {color: #ffffff ;margin: 0;	text-align: right;	padding:5px 0px 3px 2px; border:0; border-left: 0px #96c7b7 solid; background: none;  font-size: 12px; transition: all 0.3s;background: none;  border: 0px solid #ebdbdb; border-radius: 0px; font-weight: 600;}
.footer_menu a:hover {background: none; color:#050304;} 
.copy {background:#F0D8C1; color: #fff3e8; border:none;text-align: center; margin: 0 auto; padding: 5px 2px 85px 2px; width: 100%; font-size: 12px; max-width: 87%; justify-content: left;} 
.copy a{color: #fff3e8;transition:all 0.3s;}
.copy a:hover {color: #fff3e8;}
.privacyLinks a+a {border-left: 1px solid #fff3e8;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff;  color: #222;}
.box_link {display: none;}
.footer_logo img {max-width: 110px;}
.footer_logo {text-align: left; width: 100%; max-width: 100%; /*display: none;*/}
.footer_info ul {width: 100%; text-align: center; margin-bottom: 5px; display: flex; border-top: 1px solid #fff3e8; padding-top: 30px;}
.footer_info li {padding: 2px 0 0px 2px; display: inline-block;}
.footer_info li p {font-size: 13px; color:#050304; line-height: 200%; text-align: left; width: 100%; display:inline-block; margin-bottom: 0px; word-break: break-all;}
.footer_info li p a{color:#050304;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {margin-top: 0px; padding: 0 0; margin-bottom: 0px; background:none; width: 30%; margin-top: 0px;}

/*改字*/
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
  width: 74px !important;
  letter-spacing: 1px !important;
  color: #444444;
  font-weight: 500;}
.list_before {margin-top: 20px; margin-bottom: 20px; font-size: 14px;}
.list_before.info li {padding-left: 65px; letter-spacing: 1px; width: 100%; display: inline-block;}
.footer_info li p.line:before {content: 'LINE ID：';}
.footer_menu a:nth-child(1) {display: none;} /*隱藏回首頁*/

/*top*/
#to_top {font-size: 12px; width: 44px; height: 44px; bottom: 60px; right: 0px; left: unset;
    background: #8f8f8f52;
    box-shadow: none;
    border-radius: 2px;
    color: #ffffff;
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: blur(10px);
}
#to_top i.top {margin-bottom: -2px;}
#to_top i.top:before, #to_top i.top:after {height: 9px; background: #ffffff;}

@media screen and (max-width: 1868px) {
.footer_info li:nth-child(1) , .footer_info li:nth-child(2) {width: 100%;}
}

@media screen and (max-width: 1500px) {
.footer_info{display: flex;}
/*.footer_logo {text-align: center; margin: 0 auto;}*/
.footer_info li p {/*text-align: center;*/ width: 100%;}
.footer_menu {width: 100%;text-align: center;margin: 0 auto; max-width: 100%;}
/*.footer_info li {padding: 13px 0 30px 30px;}*/
}

@media screen and (max-width: 1440px) {
.footer_info li {padding: 0px 0px; margin-bottom: 10px;}
.footer_info li p {width: 100%;}
.footer .center {max-width: 80%;}
.copy {max-width: 80%;}
}
@media screen and (max-width: 1380px) {
.footer_info li:nth-child(2) {width: 100%; margin-bottom: 20px;}
.copy {text-align: center; width: 100%;}
.footer_info ul {width: 100%;}
.footer_logo {width: 100%; max-width: 100%;}
.footer_menu {max-width: 100%;}
.footer_info {grid-template-columns: 1fr; padding-bottom: 10px;}
}
@media screen and (max-width: 1100px) {
.footer {padding: 80px 0 0px 0;}
.footer_info li p {width: 100%;}
.footer_info ul {margin-bottom: 0px;}
.footer_info {display: flex; padding-bottom: 10px;}
/*.footer_logo {width: 100%;margin-left: 0px; text-align: center;}*/
.footer_logo a:before {transform: translateX(-140px);}
/*.footer_info li p {text-align: center;}*/
.footer .center {max-width: 86%;}
.copy {max-width: 86%;}
}
@media screen and (max-width: 1000px) {
.footer .center {max-width: 90%;}
.footer_menu {grid-template-columns: 1fr 1fr 1fr; /*border-bottom: 1px solid #c1dbff;*/ padding: 10px 0;}
}
@media screen and (max-width: 768px) {
.footer {padding: 90px 0 0px 0;}
.footer_info li {margin-bottom: 30px;}
}
@media screen and (max-width: 520px) {
.footer_menu {margin-bottom: 0px; grid-template-columns:1fr 1fr; text-align: center;}
.footer_menu a { text-align: center;} 
.footer_info ul {display: block;}
.footer .center {max-width: 78%;}
.copy {max-width: 78%;}
}
@media screen and (max-width: 480px) {
.footer_info li {padding: 15px 0px;}
.footer_menu a {padding: 8px 4px 10px 0px; border: 0px #aca080 solid; border-left: 0px  #80ac9e solid; } 
.footer_info ul {margin-bottom: 0px;}
.footer_info li:nth-child(2) {margin-bottom: 0px;}
.copy {justify-content: center;}
}


/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*相簿管理*/
/*.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{max-width: 1750px; width: 100%;margin: 0 auto; padding: 80px 40px 60px 40px;}
.album_page .show_content, .album_class_page .show_content, .album_info_page .show_content {padding: 0;}*/

/*版面*/
/*ul.show-list, .other_subalbum, ul.pic-list {display: grid;  grid-template-columns: 1fr 1fr 1fr;  gap: 10px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:0px 0px 10px 0px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{  display: block;  position: relative;  overflow: hidden;  height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic  {  padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic 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;
  transform: translate(-50%,-50%);}
.show-list .item .show_name {  color: #444; }
.show-list .item:hover .show_name {  color:#444;}
.other_album { width: 100%; margin: 0 auto; padding: 0 0px;}
.other_album_choice li {  background: #050304; border-radius:0;}
.subalbum-menu h2{  color: #FFE4B5;font-size: 24px; display: none;}
.subalbum-menu {margin: 0px 0; padding: 0 0px;}
.other_subalbum li {background: none;}
.other_subalbum li p {  margin-top: 10px; text-align: center; font-weight: 400; letter-spacing: 1px; margin-top: 0px;}
.show-list .show_pic img, .other_subalbum li a img, .pic-list .show_pic img {border-radius: 0px;}
.show-list .item:hover .overlay {border-radius: 0px; opacity: 0;}
.album_descrip {margin-top: 20px; letter-spacing: 1px; text-align: center;}*/


/*特*/
/*.overlay {background: rgb(255 255 255 / 30%); display: none;}
.show-list .show_name {text-align: center; font-weight: 400; letter-spacing: 0px; transition: 0.3s ease; letter-spacing: 1px !important; font-size: 15px; color: #444; margin-top: 15px;} 
.album_page .show-list .show_pic img {transform: scale(1); transition: 0.5s ease;}
.album_page .show-list .show_pic img:hover {transform: scale(1.05); transition: 0.5s ease;}
.show-list .show_pic {border-radius: 0px;}
.album_info_page .show-list .show_pic img , .album_info_page .other_subalbum li a img, .album_info_page .pic-list .show_pic img{left: 50%; top: 50%;}
.block {display: none;}
.album_fixed_title {background: none;}
.album_class_page .other_subalbum li a img { transition: all .5s ease-out;}
.album_class_page .other_subalbum li a img:hover { transition: all .5s ease-out; }


@media screen and (max-width: 1024px) {
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr 1fr 1fr;}
}
@media screen and (max-width: 768px) {
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr 1fr;}
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {padding: 40px 20px 60px 20px;}
}
@media screen and (max-width: 480px) {
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr;}
}*/


/* = = = 設計作品管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.StoreProjsList {max-width: 1710px !important; padding: 80px 20px 20px 20px !important;}
.projects_page .StoreProjsList {max-width: 1710px !important; padding: 80px 20px 20px 20px !important;}
.projects_detaild_page .StoreProjsList {max-width: 1710px !important; padding: 80px 20px 20px 20px !important;}
.projects_detaild_page .header_area {position: relative !important;}
.StoreProjs_Post {background: #fff; border-radius: 10px;}
.StoreProjs_Post li > a:hover section {height: 100%;}
.StoreProjs_Post li section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 10px;
    position: absolute;
    z-index: 7;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
}
.StoreProjs_Post li section h6 {
    font-size: 17px;
    color: #ffffff;
    width: 100%;
    height: 24px;
    overflow: hidden;
}
.StoreProjs_Post li > a:hover section h6 {
    overflow: auto;
    height: auto;
}
.StoreProjs_Post li > a:hover section h6 strong {
    display: block;
}
.StoreProjs_Post li section h6 strong {
    font-weight: 500;
    letter-spacing: .1rem;
}
.StoreProjs_Post li section h6 strong {
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    margin: 0 0 3%;
    display: none;
}
.StoreProjs_Post li > a:hover section h6 em {
    display: inline-block;
}
.StoreProjs_Post li section h6 em {
    font-size: 13px;
    color: #ffffff;
    font-style: normal;
    padding: 2px 10px;
    border: 1px #ffffff solid;
    border-radius: 30px;
    display: none;
}
.StoreProjs_Post li > a:hover:before {
    opacity: 1;
    bottom: 0;
}
.StoreProjs_Post li > a:before {
    content: '';
    background: url(../images/web_icon65.png) no-repeat center center;
    position: absolute;
    z-index: 8;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 30px;
    opacity: 0;
}
.StoreProjs_Post li > a:hover:after {
    background: #2b221a82;
    height: 100%;
    background: rgb(155 134 121 / 80%);
}
.StoreProjs_Post li > a:after {
    content: '';
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
}
.StoreProjs_Post li {
    border: none;
    background: transparent;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: none;
    width: calc(100% / 3);
    padding: 2.5% 1.5%;
    margin: -1px 0 0 -1px;
    border: 0px #eee solid;
}
.StoreProjs_Post ul {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 1px 1px 20px #cececed4;
}
.StoreProjs_Post li h4 {font-weight: 500;}
.projsTabs li a {color: #ffffff;}
.projsTabs li {width: calc(100% / 3 - 15px); padding: 8px 15px; background: #cbb195; transition: all .6s;}
.projsTabs li:hover {background: #a98c6c; transition: all .6s;}
.projsTabs li span.action {border-top: 5px solid #ffffff;}
.projsTabs li.Now a {color:#fff;}
.soMenu dd a {color: #ffffff; background: #dac1a7; padding: 10px 15px; transition: all .6s;}
.soMenu dd a:hover {color: #cbb195; background: #ffffff; transition: all .6s;}
.NmContt {margin: 5px 0 35px 9px;}
.soMenu {text-align: left;}


/*內*/
.ProjsDetail_Bottom {background: #f0d8c1;}
.ProjsDetail_Bottom a {background: #cbb195;}
.ProjsDetail_Bottom a:hover {background: #a98c6c;}
.ProjsDetail_Title p > a , .ProjsDetail_Title p > a::before{background: #cbb195;}
.ProjsDetail_Intro h6 , .ProjsDetail_Viewpoint {color: #535353;}
.ProjsDetail_Intro h6 strong {color: #9f886f;}
.ProjsDetail_Intro h6 strong:after {background: #cbb195;}
.ProjsDetail_Intro em.TxtHouseType::before, .ProjsDetail_Intro em.TxtHouseType::after {border-left: 3px #f0d8c1 solid; border-bottom: 3px #f0d8c1 solid;}
.ProjsDetail_OtherObjs > h6 {color: #050303; font-weight: 700;}
.ProjsDetail_OtherObjs > h6:after {width: 100%; background: #fff3e8;}
.ProjsDetail_OtherObjs > h6:before {display: none;}
.ProjsDetail_OtherObjs {max-width: 1700px;}

.ProjsDetail_Viewpoint{padding: 10px 30px 10px 30px; background: #fff;}
.ProjsDetail_Intro {padding: 25px 30px; background: #fff;}
.ProjsDetail_Title {position: relative; padding: 45px 20px 25px 30px; background: #fff; border-radius: 10px 10px 0 0;}
.ProjsDetail_Title p {right: 30px; top: 45px; position: absolute;}
.ProjsDetail_Title p > a {transform: scale(0.8);}
.sidebar__inner.StyBoxed01 .ProjsDetail_Title {padding: 45px 155px 25px 30px; background: #fff; border-radius: 10px 10px 0 0;}
.sidebar__inner.StyBoxed01 .ProjsDetail_Title p {right: 30px; top: 45px;}
.ProjsDetail_Bottom a {border: 1px solid #f0d8c1; width: 100%;}
.ProjsDetail_Bottom {display: grid; grid-template-columns: 1fr 1fr 1fr; padding: 0 0 100px 0;}
.ProjsDetail_info_3_5 {padding-top: 55px;}
.ProjsDetail_OtherObjs {padding: 150px 0;}
.ProjsDetail_ImgView ul li a {position: relative; overflow: hidden;}
.ProjsDetail_ImgView li img {transform: scale(1); transition: all .7s; transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);}
.ProjsDetail_ImgView ul li a:hover img {transition: all .7s; transform: scale(1.1); transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);}
.ProjsDetail_OtherObjs li > a {padding: 0 0 250px;}
/*.ProjsDetail_OtherObjs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 100px 0;
}
.ProjsDetail_OtherObjs li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: transparent;
    padding: 10px 10px;
    position: relative;
    overflow: hidden;
}
.ProjsDetail_OtherObjs > li:hover {border-color: #e8e8e8;}
.ProjsDetail_OtherObjs li > a {
    display: block;
    line-height: 0;
    width: calc(25% - 40px);
    margin: 20px;
    padding: 0 0 230px;
    overflow: hidden;
    position: relative;}
.ProjsDetail_OtherObjs li > a img {
    width: 100%;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;}
.ProjsDetail_OtherObjs li > a:hover img {transform: scale(1.2, 1.2); opacity: 0.5;}*/


.sidebar__inner.StyBoxed01 .Projs_slideshow {display: none;} /*隱藏小圖*/
.sidebar__inner.StyBoxed01 .ProjsDetail_Intro dl {width: 100%;}


/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.blog_page .main_part , .blog_in_page .main_part{max-width: 1710px; padding: 100px 20px 50px 20px;}
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 28px; color: #050304; font-weight: 700;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news {padding: 100px 20px;}
.module_i_news section{max-width: 1500px;}
.module_i_news .title_i_box {text-align: left; display: grid;}
.module_i_news .title_i_box:before  {font-size: 20px;color: #1F1F1F;font-weight: 500; order: 2; width: 100%; content: '裝修知識專欄'; width: 100%; text-align: left;}
.module_i_news .title_i_box h6 {font-size: 20px;color: #1F1F1F;font-weight: 500; order: 2; width: 100%;display: none;}
.module_i_news .title_i_box h4 {font-size: 40px; color: #1d447a; font-weight: 500; order: 1; width: 100%; padding-bottom: 5px; }
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;border: none;}
.module_i_news li a, .subbox_item a {    padding: 5px;    display: block;    align-items: center;}
.module_i_news li a:before , .subbox_item a:before , .module_i_news li a:after , .subbox_item a:after{content:none;}
.blog_search input[type=search] , .blog_le .accordion {border-radius: 0px;}
.blog_search input[type=search] {border: solid 1px #eae5de;}
.blog_le .accordion {border: 0px #ccc solid;}
.accordion li+li .link {border-top: 1px solid #c2c2c2;}
.blog_le .accordion li.open i.fa-chevron-down::before {color: #f2e5d7;}
.module_i_news_list{padding: 10px 0;}

@keyframes rotate360{    0%{transform: rotate(0);}    100%{transform: rotateZ(360deg);}}

.i_blog_ri {padding: 15px 5px;}
.i_blog_ri p {line-height: 180%;}
.i_blog_ri em {color: #F0D8C1; margin: 10px 0;}
.i_blog_ri h5 {color: #1F1F1F;}
.i_blog_ri, .blog_list_ri {    width: 100%;}
.i_blog_le, .blog_list_le {
    width: 100%;
    position: relative;
    height: auto;
    aspect-ratio: 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%);    border-radius: 500px 500px 10px 10px;}

.blog_list_ri {padding: 15px 0 5px 0;}
.blog_list_ri h5 {    font-size: 24px;}
.blog_list_ri em {    padding-bottom: 15px;    border-bottom: 0px dotted #aba8a6;    margin-bottom: var(--m50);     margin: 11px 0; color: #beb0a2;}
.blog_list_ri p{line-height: 180%; text-align: justify;}
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #F0D8C1!important;}
.submenu a {font-weight: 600; letter-spacing: 1px;}
.submenu a:hover {background: #fff6ed; color: #050304;}
/*首*/
.module_i_news ul{width: 100%;}
/*功*/
.blog_subbox , .module_i_news ul{grid-template-columns:1fr 1fr 1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a {color: #454545;}
.blog_back a.article_btn_back{background:#cbb195; color:#fff;}
.blog_back a.article_btn_prev , .blog_back a.article_btn_next{background: #cbb195; color:#fff;}
/*相簿/＝＝＝＝＝*/
/*版面*/
.blog_page ul.show-list, .blog_page .other_subalbum {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 30px;}
.other_subalbum {grid-template-columns: 1fr 1fr 1fr 1fr;}
.blog_page ul.show-list:before , .blog_page ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.blog_page .show-list .item , .blog_page .other_subalbum li , .blog_page .pic-list .item{width: 100%;margin:0;padding:0;}
.pic-list .item {    -webkit-column-break-inside: avoid;    page-break-inside: avoid;    break-inside: avoid;    margin-bottom: 15px;}
.blog_page .show-list .show_pic , .blog_page .other_subalbum li a div {    display: block;    position: relative;    overflow: hidden;    height: 0;    padding-bottom: 120%;    border-radius: 300px 300px 0px 0px;}
.blog_page .show-list .show_pic 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%);transition:all 1s;filter:brightness(0.7);}
.other_subalbum li a 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%);transition:all 1s;filter:none;}
.blog_page .show-list .item:hover img{    transform: translate(-50%,-50%) scale(1.1);filter:none;}
.other_subalbum li:hover a img{transform: translate(-50%,-50%) scale(1.1);}
ul.pic-list {    -moz-column-count: 4;    -moz-gap: 10px;    -webkit-column-count: 4;    -webkit-gap: 10px;    column-count: 4;    gap: 15px;    width: 100%;    margin: 0 auto;}
.pic-list .item a {        position: relative;}
.pic-list .show_pic {    height: auto;    padding: 0;}
.pic-list .show_pic img{display: block;transition:all 0.5s;filter:none}
.pic-list .item:hover .show_pic img{filter:brightness(0.7);}
.pic-list .item:hover a:before{opacity: 1;}

.pic-list .item h6{display: none;}
.overlay{display: none;}
.blog_page .show-list .show_name {    height: auto;    position: absolute;    left: 50%;    top: 55%;    pointer-events: none;    z-index: 1;    transform: translate(-50%,-50%);opacity: 1;color: #fff;width: 90%;text-align: center;font-size: 20px;}
.blog_page .show-list .item:hover .show_name {    opacity: 0;color: #fff;}
.other_album_choice li {    background:#F0D8C1;}
.subalbum-menu h2{    display: none;}
.other_subalbum li p {    text-align: center;    font-size: var(--f20); background: none; color: #5a5a5a;   padding: 5px;    line-height: 180%;}
.other_subalbum {grid-template-columns: 1fr 1fr 1fr;}
h5.blog_le_t {display: none;}
.blog_le {margin-top: 40px;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background:#cbb195;}
.submenu {background: #f6f6f6;}
.i_blog_le {border: #F0D8C1 1px solid;}
.i_blog_le img, .blog_list_le img {border-radius: 0px 0px 0px 0px;}
.blog_list_ri h5 {font-size: 22px; color: #0d0909;}
.blog_list_ri p:before {
  content: '';
  height: 1px;
  width: 96%;
  background: #f0d8c1;
  position: absolute;
  margin-top: -15px;}
.blog_in_page .blog_le { margin-top: 0px;}
.blog_shareData {flex-direction: row;}
.news_related h6 span:before {color: #1F1F1F;}
.news_related {background: none; padding: 50px 15px;}
.news_tags a {color: #919191;}
.news_tags {margin-bottom: 30px;}
.blog_ri {padding: 0 0 0 40px;}
.blog_le .submenu {background: #fff7ef;}
.fa-circle-chevron-right::before {color: #F0D8C1;}
.blog_le .submenu li+li {border-top: 1px solid #f0d8c1;}
.accordion li+li .link {border-top: 1px solid #f0d8c1;}

.submenu li.on_this_category a, .submenu a:hover {background: #fff6ed;}
.news_related_list li a p {line-height: 1.5; padding: 10px 5px;}
.blog_in_page .articel_mainPic img {max-width: 60%;} /*電腦版文章內文圖片小一點*/

.animated-arrow{
    border: 1px solid #f0d8c1;
    font-size: 15px;
    background: #fff;
    color: #F0D8C1;
    font-weight: 500;}
.fa-arrow-right::before {
    content: "＋";
    color: #b0a7a4;
    font-weight: 300;
    font-size: 15px;}

.blog_list_le , .i_blog_le {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;}
.subbox_item a:hover .blog_list_le img , .module_i_news a:hover .i_blog_le img{transform: translate(-50%, -50%) scale(1.1);}
.blog_list_le img , .i_blog_le img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .8s;}
.module_i_news {background: #FFFBF7;}
.toShareNews .Boxed.PushTar {display: none;}
.blog_le .submenu li.on_this_category a {background: #b19b82;}

.blog_box {padding: 40px 20px; background: #fff; box-shadow: 1px 1px 20px #cececed4; border-radius: 10px;}
.news_related_list li > a {padding: 10px; border-radius: 10px; background: #ffffff;  box-shadow: 1px 1px 20px #cececed4;}
.news_related_list {max-width: 1670px;}
.lastPage {background: #cbb195;}




@media screen and (max-width: 1440px) {
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
}

@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;}
ul.pic-list {-moz-column-count: 3; -webkit-column-count: 3;column-count: 3;}
.blog_le, .blog_ri {padding: 0px;}
.blog_ri {padding: 0 0 0 0px;}
.blog_subbox{grid-template-columns:1fr 1fr;}
}

@media screen and (max-width: 600px) {
.module_i_news ul , .blog_subbox{grid-template-columns:1fr 1fr;}
.i_blog_le, .blog_list_le {  padding-bottom: 100%;}
h4.blog_category_title{font-size: 26px;}
h4.blog_category_title span{font-size: 18px;}

.module_i_news li a, .subbox_item a {flex-flow: column;}
.i_blog_le, .blog_list_le {width: 100%;}
.i_blog_ri, .blog_list_ri {width: 100%; margin-top: 20px; padding-left: 0px;}
.blog_list_ri p:before {width: 97%;}
.blog_page .main_part , .blog_in_page .main_part {padding: 60px 10px 10px;}
.blog_box {padding: 0px 7px 50px 7px;}
.blog_in_page .articel_mainPic img {max-width: 100%;} /*手機版文章內文圖片恢復正常*/
}

@media screen and (max-width: 480px) {
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.blog_page ul.show-list, .blog_page .other_subalbum {grid-template-columns: 1fr;}
.blog_page ul.pic-list {-moz-column-count: 2; -webkit-column-count: 2;column-count: 2;}
}


/* = = = 促銷方案 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*.promotion_title em , .promotion_title span {
    border: 0px #ccc dashed;
    padding: 4px 9px;
    margin: 0 7px 2px 0;
    background: #F0D8C1;
    border-radius: 50px;
    color:#fff;}
.promotion_title span {padding: 5px 9px; margin: 0 3px 2px 0;}*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
#bottom_menu {display: none; } 
.banner {height: 250px;}

/*漢堡選單*/
.stellarnav.mobile {padding: 10px;}
/*.pageIndex .stellarnav .menu-toggle:after {color: #ada17e; font-size: 12px;}
.pageIndex .stellarnav .menu-toggle span.bars span {height: 1px;background: #ada17e;}*/

.stellarnav .menu-toggle:after {color: #ada17e;font-size: 12px;}
.stellarnav .menu-toggle span.bars span {height: 1px;background: #ada17e;}

/*.header_area.sticky .stellarnav .menu-toggle:after {color: #F0D8C1;}
.header_area.sticky .stellarnav .menu-toggle span.bars span {height: 1px;background: #F0D8C1;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 0px;}*/
}























/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





/*
關於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 {}
*/

/* 商品下拉超過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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */

.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 {}

.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);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
.banner.banDesign { background-color:#333;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:90px 0 0px 0; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}


