@charset "utf-8";

/*字形-中-Noto Sans*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/*↓↓↓↓↓↓↓此網站更改↓↓↓↓↓↓↓↓*/
/*= = = = = = = = 顏色定義 = = = = = = = =*/
body {
	--ColorA: #333333;
	--ColorB: #343131;
	--ColorG: #F4F4F4;
    --ColorGD: #F1EFEF;
	--ColorW: #ffffff;
}

/*
顏色
.calss {background-color: var(--ColorA);}
*/

/*= = = = = = = = 文字大小 = = = = = = = =*/
body {
    --f13: 13px;
    --f14: 14px;
    --f15: 15px;
    --f16: 16px;
    --f17: 17px;
    --f20: 20px;
    --f23: 23px;
    --f45: 45px;
}

/* = = = = = = = 字型 = = = = = = = =*/
body {
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 1px;
}

/* = = = = = = = 大圖滿版 = = = = = = = =*/
.swiper-banner .swiper-slide img {
    width: 100%;}

.edit_part {
    padding: 0;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/* = = = = = = = header = = = = = = = =*/
/*小icon隱藏*/
.tp_links {
    display: none;
}
/*LOGO*/
.nav-header {
    max-width: 170px;
    transition: 0.5s;
}

/*header排版*/
.main_header_area .container {
    max-width: 90%;}  

.navigation {grid-template-columns: 200px 1fr;}

.stellarnav li.has-sub > a:after {
    content: '+';
    margin-left: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #898989;
    font-size: var(--f18);
}

/*樣式 */
.stellarnav > ul > li > a {
    color: #545454;
    margin: 4px 15px 0px 15px;
    line-height: 30px;
    height: 30px;
}
.stellarnav ul ul li a {
    font-size: 12px;
    letter-spacing: 2px;
    border-bottom: 1px solid #4d4d4d;
    transition: 0.5s;
}
.stellarnav ul ul {background: #252525cf; width: 133px;}
.stellarnav li li:last-of-type {
    border-bottom-width: 0px;
}
.stellarnav li li {border: 0px #eee solid;}
.stellarnav li a {color: var(--ColorW);}
.news_classes>li:hover>a, .prod_classes>li:hover>a, .news_classes>li.focus>a, .album_classes>li:hover>a {
    transform: translateX(4px);
}
.news_classes > li > a {transition: all .5s;}

/* = = = = = = = header = = = = = = = =*/
.header_area {
    background: #ffffff;
    position: sticky;
    transition: 0.5s;
    box-shadow: 0 0 5px #43434394;
}
.header_area.sticky .nav-header {
    max-width: 190px;
    padding-top: 0px;
    transition: 0.5s;
}
.stellarnav {
    padding-top: 22px;
    transition: 0.5s;
}

.header_area.sticky .stellarnav {
    padding-top: 18px;
    transition: 0.5s;
}
.header_area.sticky {
    background: #f4f4f4bf;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 0px #43434394;
}
.stellarnav > ul > li > a b:nth-child(2) {
    font-family: "Bellefair", serif;
    line-height: 35px;
    height: 35px;
}

/*logo*/

.stellarnav > ul > li > a b {
    line-height: 30px;
    height: 30px;
}
.stellarnav > ul > li > a:hover b {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
}
.stellarnav > ul > li:last-child {
    background: #B1491F;
    border-radius: 50px;
}
.stellarnav > ul > li:last-child a{
    color: #fff;
}


/*footer*/
/*.footer_logo img{width: 100%;filter: contrast(2.5);}*/
.footer { padding: 55px 0px 30px 0px; background: #f7f7f7;}
.footer .center {  max-width: 86%;}
.footer_info {
    display: flex;
    padding: 0;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.footer_info ul {  display: flex;  flex-direction: column-reverse;}

.footer_info li:nth-child(1) { padding-top: 0;display: flex;  flex-direction: column;}
.footer_info li:nth-child(2) { padding-top: 0;}
.footer_info li p,
.footer_info li p a {  color: #31291c;  font-size: 14px;  line-height: 230%; font-weight: 400;}
.footer_menu a:first-child {  display: none;}
.footer_menu:nth-child(2) {  padding: 0 10px; padding-left: 0;}
.footer_menu a {  margin: 20px 10px 20px 0px;  text-align: left;   transition: all 0.3s;  color: #ece6dc;  border: none;   text-transform: uppercase;font-weight: 400;font-size: 14px;background-color: #764621;     padding: 8px 20px;}
.footer_menu a:hover {  background: #B1491F; color: #ece6dc;}
.copy {   color: #31291c;  border: none;  text-align: right;  padding: 10px 0 0px;   max-width: 87%;  margin: auto;  font-size: 10px;justify-content: right;position: absolute;
    right: 6%; bottom: 15%;}
.copy a {  color: #31291c;  transition: all 0.3s;z-index: 99999999999999999;  position: relative;}
.copy a:hover {  color:#555;}
.box_link {  display: flex;  right: 0%;  top: 100%;   width: 100%;  justify-content: flex-start; display:none;}
.box_link a {
    transition: all 0.3s;
    border: none;
    color: gray;
    margin: 0 2px;
    width: auto;
    text-align: right;
    font-size: 20px;
    font-size: 16px;
}
.box_link a:hover {  background: transparent;  opacity: .8;}
.box_link a:first-child { padding-left: 10px;}

@media screen and (max-width: 1200px) {
    .footer_menu a { margin: 10px 5px 12px 0px; font-size: 12px;  background-color: #764621;   padding: 7px 10px;}
}

@media screen and (max-width: 990px) {
    /*footer*/
.footer_info li:nth-child(2) {  width: 100%;}
.copy {     position: relative; position: relative;  text-align: center;  padding: 50px 0px 10px 0px;   justify-content: center;right: unset;}
}

@media screen and (max-width: 850px) { 
    .footer_menu a { margin: 0px 5px 10px 0px;}
    .footer_info { grid-gap: 0px;}
    .footer_info li:nth-child(1) { margin-top: 10px;}
    
}


/*Logo/＝＝＝＝＝*/

.footer_logo {  width: 185px;  margin: 0; display: none;}
.footer_logo img {  max-width: 180px;  width: 100%; display:none;}
.footer_logo>a {
    background: url() no-repeat;
    display: inline-block;
    width: 100%;
    height: 100px;
    background-size: contain;
    background-position: top right;
    margin-top: 10px;
}

@media screen and (max-width: 600px) {
/*header*/
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice { display: inline;}
.me_tp_features {   justify-content: center;}
.box_search input[type=text] { font-size: 10px;}
.main_header_area .container {  max-width: 100%;}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {  margin: 0px 8px;}

.footer_info li p, .footer_info li p a {  font-size: 12px;}
/*.me_tp_features {max-width: 100%;}*/
.box_search {  display: block;   margin-right: 15px;  text-align: center; margin-bottom: 0px;}
.me_tp_features a i, .me_tp_features a span {  margin: 0 1px; font-size: 13px;  letter-spacing: 1px;font-size: 10px;}
/*聯絡我們*/
.contact_form li .form__label {  padding: 5px; background: rgb(243 241 238 / 0%); max-width: 100%;font-weight: 400;color:#31291c;}
.contact_form li { grid-gap: 0px;display: flex; flex-direction: column;margin-top: 0px;}
.contact_form { grid-gap: 5px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {  display: grid;  margin-top: 10px;}
.contact_form li.last blockquote, .contact_form li.last cite {  margin-bottom: 10px;}
.contact_page .blank_letter {   padding-top: 5px;font-size: 20px;}
/*文章*/
.blog_list_ri p {  font-size: 12px;}
/*內頁*/
.main_part {  padding: 20px 15px 10px; }
/*footer*/
.box_link { display: none;}
 #to_top {    background-color: #ffffff;  font-size: 10px;     width: 40px; height: 40px;padding-top: 7px;}
 #to_top i.top { width: 14px;  height: 14px;}
.total_view {  line-height: 1.8em;}

}
@media screen and (max-width: 470px) {
.blog_subbox {  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}

}
@media screen and (max-width: 400px) {
.subbox_item { padding-bottom: 15px;padding: 15px 0px;}
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p { font-size: 12px;}
.copy {  padding: 10px 0px 10px 0px;}
}

/*置頂按鈕*/
#to_top {
    color: var(--ColorB);
    background: var(--ColorGD);
    font-family: "Bellefair", serif;
}
#to_top i:before, #to_top i:after {
	background: #797979;
}
#to_top i.top:before, #to_top i.top:after {
	width: 1px;
}

/* = = = = = = = banner = = = = = = = =*/
.path {display: none;}
.banner {
    margin: auto;
    padding: 0 180px;
    background: url(https://pic03.eapple.com.tw/douganmr/bn01.jpg) center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    min-height: 240px;
}

.banner h5 {
    font-size: 22px;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: left;
    position: relative;
}
.banner h5::after {
    content: "";
    width: 95px;
    height: 1px;
    display: block;
    background: #ffffff;
    position: absolute;
    bottom: 40px;
    left: 0;
}
.banner h5::before {
    content: "";
    color: #ffffff;
    font-size: 40px;
    font-family: "Playfair Display", serif;
    display: block;
    padding-bottom: 20px;
}

.banner.banC h5::before {
    content: "CONTACT";
}
.banner.banblog h5::before {
    content: "NEWS";
}
.banner.banE h5::before {
    content: "PORTFOLIO";
}
.banner.banB h5::before {
    content: "SERVICE";
}
.banner.banF h5::before {
    content: "PRODUCT";
}

.banner.banC {
    display: none;
}

.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


/* = = = = = = = 表單 = = = = = = = =*/
.contact_content .information_left {display: none;}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
    max-width: 1400px;
    margin: auto;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.contact_page .blank_letter {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: var(--f17);
    font-weight: 400;
    letter-spacing: 2px;
    color: #5D5D5D;
    text-align: left;
    position: relative;
    margin-bottom: 75px;
}
.contact_page .blank_letter::after {
    content: "";
    width: 75px;
    height: 1px;
    display: block;
    background: #BBBBBB;
    position: absolute;
    bottom: 35px;
    left: 0;
}
.contact_page .blank_letter::before {
    content: "FORM";
    color: #333131;
    font-size: var(--f45);
    font-family: "Bellefair", serif;
    display: block;
    padding-bottom: 16px;
}
.contact_content {
    margin: auto;
    padding: 70px 10px 100px;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    padding: 4px;
    border: 1px #AAAAAA solid;
    border-radius: 50px;
    width: 135px;
}
.contact_form li.last cite {
    background: var(--ColorB);
    color: #fff;
}
.contact_form li .form__label {
    max-width: 100%;
    text-align: left;
}
.contact_form li {
    grid-template-columns: 1fr;
}
.contact_form {grid-template-columns: 1fr 1fr;}
.form select {width: 100%; border: 1px #ddd solid;}
.contact_form li:nth-child(5) {
    grid-column: 1 / span 2;
}
.contact_form li:nth-child(6) {
    grid-column: 1 / span 2;
}
.contact_form li.last i {
    display: none;
}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {
    letter-spacing: 5px;
}

.contact_editbox {
    margin: auto;
    padding: 0;
}

/* = = = = = = = 文章/購物車相關推薦 = = = = = = = =*/
.news_related, .prod_related {
    background: var(--ColorGD);
    padding: 75px 15px;
}
.news_related h6 span:before, .prod_related h6 span:before {
    color: var(--ColorB);
    font-weight: 400;
    font-size: var(--f23);
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 25px;
}
.news_related_list li a, .related_list li a {
    padding: 10px;
}
.lastPage {
    background: var(--ColorGD);
    color: var(--ColorB);
    border-radius: 50px;
    border: 1px solid #aaa;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.news_related h6 {
    max-width: 1400px;}
.news_related_list {max-width: 1400px;}  

/* = = = = = = = 文管 = = = = = = = =*/
/*改排版-直式*/
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}
.subbox_item a {grid-template-columns: 1fr; padding: 10px;}

@media screen and (max-width: 1100px) {
    .blog_subbox {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 500px) {
.blog_subbox {
    grid-template-columns: 1fr;
}
}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.products-list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    grid-gap: 20px;
}
.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.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: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
.products-list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 20px;
}

}
@media screen and (max-width: 600px) {
    .me_tp_features {
        width: auto;
}
}

/*購物車設定*/
.product-layer-two li a {
    position: relative;
    border: 1px #d3c3b8 solid;
    background: #F1EFEF;
    padding: 15px 16px;
    display: block;
    font-size: 18px;
    color: #744526;
}
.product-layer-two li.active a {
    font-weight: bold;
    border: 1px #764621 solid;
}
.product-layer-two li i {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #764621;
}
.product-layer-two li.active li a {
    font-weight: normal;
    color: #764621;
}
.product-layer-two li li:hover > a {
    background: #fff;
    color: #764621;
}
.product-layer-two li li:hover > a:before {
    background: #764621;
}
.products-list .name {
    font-size: 20px;
    font-weight: 600;
    font-family: noto serif TC;
    color: #545454;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3em;
}
.products-list .more {
    border: 1px solid #764621;
    color: #764621;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}
.products-list .item a:hover .more {
    background: #b0491f;
    color: #fff;
    letter-spacing: 2px;
    border: none;
}

/*改排版-直式結束*/

.blog_page .main_part, .blog_in_page .main_part {
    max-width: 1400px;
    padding: 50px 0;
}
h5.blog_le_t {display: none;}
.blog_le .accordion {border-radius: 50px;}
.accordion li .link a {
    padding: 10px;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
}
.blog_list_ri h5 {
    font-weight: 400;
    font-size: 20px;
    color: var(--ColorB);
}
.blog_list_ri em {
    font-size: 16px;
    color: #ababab;
}

.blog_list_ri p {
    font-size: 16px;
}

.subbox_item a:before {
    font-size: var(--f13);
    font-family: "Bellefair", serif;
}            
.blog_page h4.blog_category_title {
    display: none;
}
.toShareNews b {
    font-weight: 400;
    font-size: var(--f13);
}
h4.blog_category_title {
    color: var(--ColorB);
    font-size: var(--f23);
    font-weight: 400;
    border-bottom: 1px #ccc solid;
    border-top: 1px solid #ccc;}
.blog_back a {
    border-radius: 50px;
    letter-spacing: 1px;
    transition: 0.5s;
}
.blog_back a:hover {
    letter-spacing: 5px;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: var(--ColorW);
    color: var(--ColorB);
    border: 1px solid #ddd;
}
.blog_back a.article_btn_back {
    background: var(--ColorGD);
    border: 1px solid #ddd;
    color: var(--ColorB);
}
.blog_le .accordion > li {
    transition: 0.3s;
}

.products-list .price b {
    color: #b1491f;
    font-size: 18px;
    width: calc(50% - 10px);
}

.news_related_list li a p {
    font-size: 18px;
    color: #333;
    line-height: 2;
}

/*按鈕*/
.lastPage::before {
    content: '';
    width: 100%;
    height: 47px;
    background-color: #cfcfcf;
    position: absolute;
    bottom: -47px;
    left: 0;
    transition: .5s;
    z-index: -1;
}
.product_info li .txt_box {
    display: inline-block;
    vertical-align: top;
    color: #ad4727;
}
.lastPage:hover::before {
    bottom: 0;
}

.inquiry_a3 {
    background: #b0491f;
}


/* = = = = = = = 首頁-文管 = = = = = = = =*/ 
.module_i_news {
    background-image: url(https://pic03.eapple.com.tw/douganmr/bgn_01.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.module_i_news .title_i_box h6 {
    color: #333131;
    font-size: var(--f45);
    font-family: "Bellefair", serif;
    display: block;
    padding-bottom: 16px;
    font-weight: 400;
}
.module_i_news .title_i_box h4 {
    font-size: 25px;
    letter-spacing: 2px;
    color: #764621;
    display: inline-block;
    border-top: 1px solid #bbb;
    padding-top: 12px;
}
.module_i_news section {max-width: 100%;}
.module_i_news .animated-arrow{
    background: #b0491f;
    color: #fff;
}
.module_i_news .animated-arrow::before {
    content: "";
    background-color: #d9d9d9;
    z-index: 0;
}
.module_i_news li a:before {
    font-size: var(--f13);
    font-family: "Bellefair", serif;
}
.i_blog_ri h5 {
    font-weight: 400;
    font-size: var(--f17);
    color: var(--ColorB);
}
.i_blog_ri em {
    font-size: 12px;
    color: #ababab;
}
.i_blog_ri p {
    font-size: var(--f14);
}
.module_i_news_list {padding: 30px 0 50px;}


/*改排版-直式*/
.module_i_news ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.module_i_news li a {grid-template-columns: 1fr; padding: 10px;}

@media screen and (max-width: 1100px) {
    .module_i_news ul {
    grid-template-columns: 1fr 1fr 1fr;
}
}

@media screen and (max-width: 768px) {
    .module_i_news ul {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 500px) {
.module_i_news ul {
    grid-template-columns: 1fr;
}
}

/*改排版-直式結束*/

/* = = = = = = = page = = = = = = = =*/
.page, .page li a {color: var(--ColorB);}/*數字顏色*/
.page strong, .page a:hover {
    color: var(--ColorW);
    background: var(--ColorB);
}
.activeN {/*當前頁面數字*/
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 25px;
    height: 25px;
}



/* = = = = = = = 不同尺寸 = = = = = = = =*/

@media screen and (max-width: 1480px) { 
    .banner {padding: 0 5%;}
/*    表單*/
.contact_content {padding: 70px 5% 100px;}

/*文管*/
.blog_page .main_part, .blog_in_page .main_part {
    padding: 50px 5%;
}

/*相簿*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    padding: 50px 5%;
}

}

@media screen and (max-width: 1200px) { 
}

@media screen and (max-width: 1024px) { 
/*header */
.stellarnav {
    padding-top: 10px;}

/*相簿*/
.pic-list { 
    -moz-column-count:2; 
    -moz-column-gap:10px; 
    -webkit-column-count:2; 
    -webkit-column-gap:10px; 
    column-count:2; 
    column-gap:10px; 
    width:100%; 
    margin:0 auto; 
    text-align: center;
}


}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#to_top { bottom:60px;}

/*banner*/
.banner {height: 250px;}
.banner h5::after {
    bottom: 30px;
    width: 68px;
}
/*文字*/
body {
    --f17: 15px;
    --f23: 19px;
    --f45: 35px;
}

/*相簿*/
.show-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px;
}
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    padding: 0px 5% 50px;
}


/*header*/
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 14px;}
.stellarnav .menu-toggle:after {
    color: #919191;
    font-family: "Bellefair", serif;
    padding-top: 5px;
}
.header_area.sticky {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.header_area.sticky .stellarnav {
    padding-top: 0;}
.stellarnav .menu-toggle span.bars span {height: 1px;}    
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: var(--ColorB); font-family: "Bellefair", serif;}
.stellarnav a {
    color: var(--ColorW);
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {
    border-bottom: solid 1px var(--ColorW);
}
.stellarnav.mobile > ul {
    border-top: 0px solid rgba(255, 255, 255, .15);
}
.stellarnav.mobile ul {background: var(--ColorB);}
.stellarnav > ul > li > a {
    color: var(--ColorGD);
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {border-right: 0px #eee solid; box-shadow: 0 0 5px #43434394;}
.stellarnav.mobile > ul > li {border-bottom: 0px #000000 solid;}
.stellarnav a.dd-toggle .icon-plus:after, .stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 2px #777;}
.stellarnav.mobile li.open {
    background: #312f30;}
.stellarnav {
    padding-top: 10px;
}  
.stellarnav.mobile > ul > li > a b {vertical-align: sub;}  
.stellarnav.mobile > ul > li > a b:nth-child(2) {
    color: #959595;
}

}

@media screen and (max-width: 600px) { 
/*    表單*/
.contact_page .blank_letter {margin-bottom: 40px;}
.contact_form li .form__label {
    font-weight: 400;
    padding: 0px;
    background: rgb(140 168 218 / 0%);
}
.contact_form {grid-template-columns: 1fr;}
.contact_form li:nth-child(5), .contact_form li:nth-child(6) {
    grid-column: 1;
}

/*文管*/
.blog_page .main_part, .blog_in_page .main_part {padding: 0 5% 50px;}

/*相簿*/
.show-list {
    grid-template-columns: 1fr;
}
.pic-list { 
    -moz-column-count:1; 
    -moz-column-gap:10px; 
    -webkit-column-count:1; 
    -webkit-column-gap:10px; 
    column-count:1; 
    column-gap:10px; 
    width:100%; 
    margin:0 auto; 
    text-align: center;
}


@media screen and (max-width: 480px) { 
/*    表單*/
.contact_content {padding: 50px 5% 85px;}

}

@media screen and (max-width: 375px) { 
}

/*↑↑↑↑↑↑↑↑此網站更改結束↑↑↑↑↑↑↑↑*/






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.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: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */