@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');


/*字形-英-Bellefair*/
@import url('https://fonts.googleapis.com/css2?family=Bellefair&display=swap');
/*font-family: "Bellefair", serif;*/

/*
關於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 Sans TC', sans-serif;
    letter-spacing: 1px;
}

/* = = = = = = = 大圖滿版 = = = = = = = =*/
.swiper-banner .swiper-slide img {
    width: 100%;}

/* = = = = = = = 大圖文字 = = = = = = = =*/
.pageIndex .swiper-slide:nth-child(1):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/feixuanmark/web_t_1.svg) no-repeat;
    background-position: center;
    background-size: cover;
} 
.pageIndex .swiper-slide:nth-child(2):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/feixuanmark/web_t_2.svg) no-repeat;
    background-position: center;
    background-size: cover;
} 

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;
}
.me_tp_features {display: none;}
/*LOGO*/
.nav-header {
    max-width: 150px;
    transition: 0.5s;
}

/*header排版*/
.main_header_area .container {
    max-width: 95%;}  

.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: var(--ColorW);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 23px;
}
.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: var(--ColorGD);
    position: sticky;
    transition: 0.5s;
    box-shadow: 0 0 5px #43434394;
}
.header_area.sticky .nav-header {
    max-width: 130px;
    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 {
    color: var(--ColorA);
    margin: 0 15px;
    line-height: 30px;
    height: 30px;
}
.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: var(--ColorB);
    border-radius: 50px;
}
.stellarnav > ul > li:last-child a{
    color: #fff;
}

/* = = = = = = = footer = = = = = = = =*/
/*footer icon按鈕隱藏*/
.box_link {display: none;}
.footer_menu a:nth-of-type(1) {display: none;}

/*footer logo*/
.footer_logo {max-width: 260px; margin-left: 10px; order: 2;}
.footer_logo a::before {
    content: "";
    background: url(https://pic03.eapple.com.tw/feixuanmark/footer_logo.png) left center;
    background-size: cover;
    display: block;
    width: 250px;
    background-repeat: no-repeat;
    height: 119px;
}
.footer_logo img {display: none;}

/*樣式*/
.footer {
    background: var(--ColorB);
    padding: 80px 0 0;
}
.footer_info li p, .footer_info li p a {color: var(--ColorGD);}
.footer_menu a {
    display: inline-block;
    padding: 5px 0px;
    border: 0px #4f4f4f solid;
    margin: 0 15px 4px 0;
    font-size: 14px;
    line-height: 100%;
    color: #a9a9a9;
    background: #343131;
    transition: 0.5s;
}
.footer_info li:nth-child(2) {
    margin-top: 50px;
}
.footer_menu a:hover {
    background: #343131;
    color: #fff;
}
.footer .center {max-width: 90%;}
.footer_info {
    grid-template-columns: 1fr 260px;
    justify-content: space-between;
}
.copy {
    color: #7d7d7d;
    border: none;
    text-align: right;
    padding: 24px 0 75px;
    padding-right: 110px;
    max-width: 90%;
    margin: auto;
    font-size: 12px;
    justify-content: flex-end;
}
.copy a {
    color: #7d7d7d;
    transition: all 0.3s;
}
.copy a:hover {
    color: #7d7d7d;
    transition: all 0.3s;
}
.privacyLinks a+a {
    border-left: 1px solid #7d7d7d;
}

/*置頂按鈕*/
#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 {
    background: var(--ColorW);
    height: 340px;
    max-width: 1400px;
    margin: auto;
    justify-content: flex-start;
    padding: 0;
}
.banner h5 {
    font-size: var(--f17);
    font-weight: 400;
    letter-spacing: 2px;
    color: #5D5D5D;
    text-align: left;
    position: relative;
}
.banner h5::after {
    content: "";
    width: 75px;
    height: 1px;
    display: block;
    background: #BBBBBB;
    position: absolute;
    bottom: 35px;
    left: 0;
}
.banner h5::before {
    content: "";
    color: #333131;
    font-size: var(--f45);
    font-family: "Bellefair", serif;
    display: block;
    padding-bottom: 16px;
}
.banner.banC h5::before {
    content: "CONTACT";
}
.banner.banblog h5::before {
    content: "JOURNAL";
}
.banner.banE h5::before {
    content: "PORTFOLIO";
}
.banner.banB h5::before {
    content: "SERVICE";
}
.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;
    background: var(--ColorG);
}
.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;
}

/* = = = = = = = 文章/購物車相關推薦 = = = = = = = =*/
.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;
}
}

/*改排版-直式結束*/


.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;
}
.blog_list_ri h5 {
    font-weight: 400;
    font-size: var(--f17);
    color: var(--ColorB);}
.blog_list_ri em {
    font-size: 12px;
    color: #ababab;}
.blog_list_ri p {
    font-size: var(--f14);}
.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;
}

/*按鈕*/
.lastPage::before {
    content: '';
    width: 100%;
    height: 47px;
    background-color: #cfcfcf;
    position: absolute;
    bottom: -47px;
    left: 0;
    transition: .5s;
    z-index: -1;
}
.lastPage:hover::before {
    bottom: 0;
}


/* = = = = = = = 相簿 = = = = = = = =*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    max-width: 1400px;
    padding: 50px 0;
}
.show-list .show_name {
    font-size: var(--f16);
    color: #5D5D5D;
    font-weight: 400;
}
.show-list .show_pic {
    aspect-ratio: 4 / 5.5;
}
.show-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 45px;
}
.show-list .item:hover .show_name {
    color: #000000;
}
.subalbum-menu {padding: 0;}
.subalbum-menu h2 {
    display: block;
    vertical-align: middle;
    color: var(--ColorB);
    font-size: var(--f23);
    font-weight: 400;
    border-bottom: 1px #ccc solid;
    border-top: 1px solid #ccc;
    padding: 7px 0;
}
.other_subalbum li a p {
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 10px;
    transition: 0.5s;
}
.album_fixed_title {
    display: block;
    vertical-align: middle;
    color: var(--ColorB);
    font-size: var(--f23);
    font-weight: 400;
    border-bottom: 1px #ccc solid;
    border-top: 1px solid #ccc;
    padding: 7px 0;
}
.album_fixed_title i {display: none;}
.other_album_choice li a i {display: none;}
.other_album_choice li a {
    color: var(--ColorB);
    z-index: 1;
    position: relative;
}
.other_album_choice li {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 15px;
    display: inline-block;
    border-radius: 18px;
    padding: 7px 20px;
    margin: 0 7px 7px 0;
    position: relative;
    overflow: hidden;
}
.other_album_choice {
    margin: 40px auto 7px;
}

/*hover*/
.show-list .item:hover .show_pic img {
    transform: scale(1);
    object-position: 60%;
    opacity: .6;
}
.show-list .show_pic img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: 30%;
    transition: 3s ease, opacity 1s ease-out;
}
.overlay {display: none;}

/*按鈕*/
.other_album_choice li::before {
    content: '';
    width: 100%;
    height: 40px;
    background-color: var(--ColorGD);
    position: absolute;
    bottom: -40px;
    left: 0;
    transition: .5s;
    z-index: 0;
}
.other_album_choice li:hover::before {
    bottom: 0;
}

.show-list .show_pic::before {
    content: "VIEW MORE";
    font-family: "Bellefair", serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffffc7;
    display: block;
    padding: 10px 20px;
    line-height: 100%;
    border-radius: 50px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}
.show-list .item:hover .show_pic::before {
    opacity: 1;
}

.show-list .item:hover a p {
    color: #000;
}

/*hover結束*/

/*瀑布流*/
.pic-list { -moz-column-count:3; -moz-column-gap:10px; -webkit-column-count:3; -webkit-column-gap:10px; column-count:3; column-gap:10px; width:100%; margin:0 auto; text-align: center;}
.pic-list .item { width:100%; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; padding: 0; margin: 0;}
.pic-list .show_pic { height:auto; padding:0; aspect-ratio: 0;}
.pic-list {
    display: inline-block;}


/* = = = = = = = 首頁-相簿 = = = = = = = =*/    
.module_i_album .title_i_box h6 {
    color: #333131;
    font-size: var(--f45);
    font-family: "Bellefair", serif;
    display: block;
    padding-bottom: 16px;
    font-weight: 400;
}
.module_i_album .title_i_box h4 {
    font-size: var(--f17);
    font-weight: 400;
    letter-spacing: 2px;
    color: #5D5D5D;
    display: inline-block;
    border-top: 1px solid #bbb;
    padding-top: 16px;
}
.module_i_album {padding: 100px 20px;}
.module_i_album section {max-width: 100%;}
.i_album_list li a p {
    position: relative;
    text-align: left;
    justify-content: flex-start;
    padding: 0;
    font-size: var(--f16);
    color: #5D5D5D;
    font-weight: 400;
}
.i_album_list li:hover p {
    height: 2em;
    color: #000;
}
.i_album_list li:hover img {
    transform: none;
}
.i_album_list li img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: 30%;
    transition: 3s ease, opacity 1s ease-out;
}
.i_album_list li:hover img {
    transform: scale(1);
    object-position: 60%;
    opacity: .6;
}
.i_album_list li div {
    aspect-ratio: 4 / 5.5;
}
.i_album_list li:hover div::before {
    opacity: 1;
}
.i_album_list li div::before {
    content: "VIEW MORE";
    font-family: "Bellefair", serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffffc7;
    display: block;
    padding: 10px 20px;
    line-height: 100%;
    border-radius: 50px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}
.animated-arrow {
    background: transparent;
    border: 1px solid #aaa;
    color: var(--ColorB);
    font-size: var(--f17);
    font-family: "Bellefair", serif;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    width: 125px;
    position: relative;
}
.animated-arrow b {
    font-size: 0;
}
.animated-arrow b::before {
    content: "MORE";
    font-weight: 400;
    font-size: var(--f17);
    z-index: 999999;
    position: relative;
}
.animated-arrow::before {
    content: '';
    width: 100%;
    height: 40px;
    background-color: var(--ColorGD);
    position: absolute;
    bottom: -40px;
    left: 0;
    transition: .5s;
    z-index: -1;
}
.animated-arrow:hover::before {
    bottom: 0;
}
.animated-arrow i {
    display: none;
}

@media screen and (max-width: 1100px) {
    .i_album_list {grid-template-columns: repeat(3, 1fr);}
}
@media screen and (max-width: 768px) {
    .i_album_list {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 500px) {
    .i_album_list {grid-template-columns: repeat(1, 1fr);}
}

/* = = = = = = = 首頁-文管 = = = = = = = =*/ 
.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: var(--f17);
    font-weight: 400;
    letter-spacing: 2px;
    color: #5D5D5D;
    display: inline-block;
    border-top: 1px solid #bbb;
    padding-top: 16px;
}
.module_i_news {
    padding: 100px 20px;
    background: var(--ColorGD);
}
.module_i_news section {max-width: 100%;}
.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;}

/*footer*/
.footer_logo a::before {
    width: 180px;
    height: 85px;
}
.footer_logo {
    max-width: 180px;}
.footer_info {
    grid-template-columns: 1fr 180px;}    
.footer {padding: 80px 0 50px;}    
.copy {
    padding-right: 0;
    font-size: 11px;
}

/*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;
}


/*footer*/
.footer_logo a::before {
            width: 140px;
            height: 65px;
        }
.footer_logo {
            max-width: 140px;
        }
.footer_info {
            grid-template-columns: 1fr 140px;
        }      
}

@media screen and (max-width: 480px) { 
/*    表單*/
.contact_content {padding: 50px 5% 85px;}

/*footer*/
.footer_logo {order: 0;}
.footer_info {
            grid-template-columns: 1fr;}
.footer_info li:nth-child(2) {
    margin-top: 30px;
}
.footer_logo {margin-left: 0;}
.copy {
    text-align: left;
    justify-content: flex-start;
}

}

@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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */