@charset "utf-8";

/*共同設定*/
:root {
	/* 顏色 */
	--textColor: #111;
	--hoverColor: #B20000;
	--mainColor: #725c4a;
	--subColor: #8b7064;
}
body { font-size: 17px; font-weight: 400; line-height: 1.7; letter-spacing: .03em; color: var(--textColor);}
.header_area, .header_area.sticky, .tp_links a, .stellarnav > ul > li > a, 
.path p, .path p a, #content_main, #content, 
.footer_info li p, .footer_info li p a, .footer, .footer_menu a, 
h5.blog_le_t, .subalbum-menu h2, .product_menu_list>h5, 
.prod_related h6 span:before, .module_i_album .title_i_box h4, 
.blank_letter, .contact_form, .list_before, 
.products-list .name, .sidebarBtn h2 { color: inherit; background: unset;}
.path p, .path p a, .list_before, .contact_form { color: unset;}
.edit { line-height: 1.9;}
.path p a:hover { color: var(--hoverColor);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.header_area {
    position: fixed;
	background: #fff0;
	padding: 10px 10px 0;
	transition: ease 1s;
}
.header_area.sticky, .pageIndex .header_area.sticky {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 0 30px #2e3135a8;
}
.pageIndex .header_area { 
	/*height: 10vw;*/
	background: linear-gradient(to bottom, #b0d2f3ed 10%, #b0d2f3c7 50%, #b0d2f300 100%);
    background: -moz-linear-gradient(to bottom, #b0d2f3ed 10%, #b0d2f3c7 50%, #b0d2f300 100%);
    background: -webkit-linear-gradient(to bottom, #b0d2f3ed 10%, #b0d2f3c7 50%, #b0d2f300 100%);
    background: -ms-linear-gradient(to bottom, #b0d2f3ed 10%, #b0d2f3c7 50%, #b0d2f300 100%);
	background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 30px #2e3135a8;
}
.navigation {
    grid-template-columns: 280px 1fr;
}
.main_header_area .container { max-width: unset; padding-left: 50px;}

.me_tp_features {
    position: absolute;
    display: inline-flex;
    margin: -1px 0 0 auto;
    flex-direction: row-reverse;
    flex-wrap: wrap;
	z-index: 99999;
}
.tp_links { padding-right: 10px;}


/*電腦LOGO*/
.nav-header, .nav-brand, .nav-brand img { width: 100%; max-width: unset;}
.nav-header { z-index: 999999;}
.nav-brand { max-width: fit-content;}

@media screen and (max-width: 1440px) {
.pageIndex .header_area { position: sticky;}
}
@media screen and (max-width: 1200px) {
.nav-brand { max-width: 260px;}
}
@media screen and (max-width: 1024px) {
.main_header_area .container { padding: 0;}
.header_area { padding: 10px 10px 0;}
.nav-header { max-width: fit-content;}
.nav-brand { position: relative; margin: auto; max-width: 220px;}
.me_tp_features { flex-direction: row; justify-content: space-between; margin-top: 4px; padding-left: 5px;}
.box_search { width: 145px;}
}
@media screen and (max-width: 768px) {
.header_area, .pageIndex .header_area { padding: 10px 10px 2px;}
.nav-brand { margin: 0; max-width: 200px;}
.me_tp_features { margin-top: 6px; padding-left: 45px;}
.tp_links { padding-right: 3px;}
}
@media screen and (max-width: 580px) {
.nav-header, .me_tp_features { padding: 0;}
.me_tp_features { position: relative; flex-direction: row-reverse; justify-content: center; margin-top: 3px;}
.tp_links { padding: 0 10px;}
}
@media screen and (max-width: 480px) {
.nav-brand { max-width: 180px;}
}
@media screen and (max-width: 345px) {
.nav-header, .me_tp_features { padding-left: 30px;}
.nav-brand { width: 95%;}
.tp_links { display: none;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕字體設定*/
.stellarnav ul { margin-top: 22px;}
.stellarnav li { border-bottom: 1px solid #3330;}
.stellarnav li:hover { /*border-bottom: 1px solid #333;*/}
.stellarnav > ul > li > a {
    color: var(--textColor);
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
	margin: 0 .8vw;
	padding: 0 .5vw;
}
.stellarnav > ul > li > a:hover, .stellarnav.desktop li.has-sub li a:hover, .stellarnav li li a:hover {
    color: var(--hoverColor);
}
.stellarnav li.has-sub > a:after { transform: translateY(-20%);}

.stellarnav ul ul { margin-top: 0;}
.stellarnav.desktop li.has-sub li a, .stellarnav li li a {
    color: var(--textColor);
	font-size: 14px;
    line-height: 34px;
    margin: 0;
	height: auto;
    line-height: 20px;
    padding: 6px 10px;
}
@media screen and (max-width: 1024px) {
.stellarnav ul { margin: 0;}
}
@media (max-width: 768px) {
.stellarnav.mobile, .stellarnav.mobile.active { z-index: 999999;}
.stellarnav .menu-toggle { padding: 0;}
.stellarnav .menu-toggle span.bars span { background: #666; margin: 0 auto 5px;}
.stellarnav .menu-toggle:after { color: #333;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { font-size: 10px; background: #f1f1f1;}
.stellarnav.mobile ul { background: #fffffff7;}
.stellarnav.mobile li.open, .stellarnav.mobile li.open:hover { background: #e9e9e9;}
.stellarnav.mobile > ul > li { bborder-bottom: 0;}
.stellarnav.mobile li:hover { background: #bfd3eb1c;}
.stellarnav.mobile > ul > li > a { margin-right: 5px;}
.stellarnav.mobile > ul > li > a:nth-child(2) { font-size: 11px; margin-left: 3px; line-height: 2.1;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { width: 10px; border-bottom: solid 2px #777;}
.stellarnav.mobile li li { border: 0; border-bottom: 1px #efefef solid;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer設定*/
.footer {
	background: #9eadc01c url(https://pic03.eapple.com.tw/yuhaorecycle/ban01.jpg) center 75% / cover;
	border-top: solid 1px #797979eb;
	padding: 60px 0 0;
	overflow: hidden;
}
.footer .center {
    max-width: unset;
}
.footer_logo {
    text-align: center;
    padding: 0;
    max-width: 240px;
    margin: 0 auto;
}
.footer_logo img {
    width: 100%;
}
.box_link {
    flex-direction: row;
    max-width: 300px;
    top: 30px;
    left: calc(55% - 100px);
}
.box_link a {
    width: 26px;
    font-size: 13px;
    margin: 3px;
    padding: 3px 1px 4px 2px;
    border-radius: 18px;
    color: #fff;
    background: #333;
    border: 1px #333 solid;
}
.box_link a:nth-child(4) {
    /* display: none; */
}
.box_link a:hover {
    color: #333;
    background: #fff;
}

.footer_info {
    grid-template-columns: 1fr;
    grid-gap: 0;
	padding-right: 60px;
}
.footer_info ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_info li {
    display: flex;
    flex-wrap: wrap;
}
.footer_info li:nth-child(1) {
    justify-content: center;
    padding: 15px 10px 5px;
}
.footer_info li:nth-child(2) {
    padding-bottom: 25px;
}
.footer_info li p, .footer_info li p a {
    color: #222;
    letter-spacing: .15vw;
}
.footer_info li p a:hover {
    color: #000;
    font-weight: 700;
    letter-spacing: .14vw;
}
.footer_info li p.add a:hover {
    letter-spacing: .145vw;
}
.footer_info li p {
    padding: 0 1.2vw;
}
.footer_info li p:before {
    margin: 0 15px 0 0;
	font-weight: 600;
    color: #222;
}

/*聯絡資訊改字*/
.footer_info li p.tel:before, .info_TEL:before { content: '市話';}
.footer_info li p.phone:before, .info_PHONE:before { content: '聯絡電話';}
.footer_info li p.taxid:before, .info_TAXID:before { content: '統編';}
.footer_info li p.add:before, .info_ADD:before { content: '營業地址';}
.footer_info li p.add2:before, .info_ADD2:before { content: '服務地區';}
.footer_info li p.mail:before, .info_MAIL:before { content: '信箱';}
.footer_info li p.line:before, .info_LINE:before { content: 'Line ID';}
.footer_info li p.line:after, .info_LINE:after { content: '';}


/*footer聯絡資訊設定*/
p.tel, li.info_TEL { order: 1;}
p.phone, li.info_PHONE { order: 2;}
p.taxid, li.info_TAXID { order: 3;}
p.add, li.info_ADD { order: 4;}
p.add2, li.info_ADD2 { order: 5;}
p.mail, li.info_MAIL { order: 6;}
p.line, li.info_LINE { order: 7;}
/* { display: none;}*/


/*footer按鈕設定*/
.footer_menu {
    text-align: center;
	display: inline-flex;
    flex-wrap: wrap;
}
.footer_menu a {
    background: #fff0;
    color: #333;
    font-weight: 500;
    letter-spacing: 4px;
    margin: 0;
    padding: 8px 1vw;
    border: 0;
    border-top: 1px #cdcdcd dashed;
    border-radius: 0;
    transition: all .1s ease-out;
}
.footer_menu a:hover {
    background: #222;
    color: #fff;
    font-weight: 700;
    border-top: 1px #222 solid;
}

/*版權欄位設定*/
.copy { background: #262626; font-size: 12px; letter-spacing: .03vw; margin-top: 10px;}
.copy a { color: #999;}
.copy a:hover { color: #c9d5e1c4;}
.privacyLinks a+a { border-left: 1px solid #999;}


@media screen and (max-width: 1920px) {
.footer { background-size: 1920px;}
}
@media screen and (max-width: 1500px) {
.box_link { left: calc(59% - 100px);}
}
@media screen and (max-width: 1300px) {
.footer_info li:nth-child(1) { max-width: 800px;}
}
@media screen and (max-width: 1024px) {
.box_link { top: 20px; left: calc(60% - 100px);}
.footer_info li:nth-child(1) { max-width: 700px;}
.footer_info li p { padding: 0 15px 2px;}
.footer_info li p, .footer_info li p a { letter-spacing: 2px;}
.footer_info li p a:hover { letter-spacing: 1.8px;}
.footer_info li p.add a:hover { letter-spacing: 1.9px;}
.footer_menu a { letter-spacing: 1px;}
}
@media screen and (max-width: 768px) {
.box_link { display: none;}
.footer { background-size: 1500px; background-position-y: 100%;}
.footer_logo { max-width: 220px;}
.footer_info ul { align-items: flex-start; padding: 0 0 10px;}
.footer_info li+li { margin: 0;}
.footer_info li:nth-child(n) { margin: auto;}
.footer_info li:nth-child(1) { justify-content: center; flex-direction: column; align-items: center; padding: 15px 0;}
.footer_info li:nth-child(2) { padding: 10px 0; max-width: 500px;}
.footer_info li p, .footer_info li p a { display: inline-block; text-align: center; letter-spacing: .4vw; padding: 0;}
.footer_info li p a:hover { letter-spacing: .37vw;}
.footer_info li p.add a:hover { letter-spacing: .395vw;}
.footer_menu { justify-content: center;}
.footer_menu a { letter-spacing: .5vw; padding: 8px 3vw;}

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding: 65px 0 55px;}
#to_top { bottom: 65px;}
#bottom_menu li:last-child { border: none;}

/*手機板下方按鈕 換其它顯示文字
#bottom_menu li a em { display: none;}
#bottom_menu li:nth-child(n):after { font-size: 12px; line-height: 10px; display: block; margin: 0 0 15px;}
#bottom_menu li:nth-child(2) { display: none;} 
#bottom_menu li:nth-child(1) { order: -2;}
#bottom_menu li:nth-child(4) { order: -1;}
#bottom_menu li:nth-child(1):after { content: '回首頁';}
#bottom_menu li:nth-child(3):after, 
#bottom_menu li:nth-child(4):after { content: '電話';}
#bottom_menu li:nth-child(5):after { content: 'FB';}
*/
}
@media screen and (max-width: 600px) { 
.footer_info { padding: 0 30px 0 10px;}
.footer_info li:nth-child(2) { padding-right: 10px;}
.copy { padding-top: 8px;}
}
@media screen and (max-width: 450px) { 
.footer.with_shopping_mode { padding: 45px 0 55px;}
.footer_logo { width: 96%; max-width: 200px;}
.footer_info { padding: 0 15px 0 10px; max-width: 380px; margin: 0 auto;}
.footer_info ul { padding: 0;}
.footer_info li:nth-child(1) { padding: 10px 0;}
.footer_info li p:before { margin: 0 10px 0 0;}
.footer_info li p, .footer_info li p a { font-size: 13px; letter-spacing: .1vw;}
.footer_info li p a:hover, .footer_info li p.add a:hover { font-weight: unset; letter-spacing: unset;}
.footer_menu a { font-size: 13px; letter-spacing: .1vw; padding: 7px 7px 8px;}
.footer_menu a:hover { font-weight: unset;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們 聯絡資訊
.contact_page .path, .contact_content {
    max-width: 1200px;
    margin: auto;
}
.contact_content form {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_content .information_left {
    width: 350px;
}
.contact_content .information_right {
    width: calc(100% - 370px);
	padding-left: 4vw;
}
.list_before {
    display: flex;
    flex-direction: column;
    margin: 18px 0 0;
}
.list_before.info li {
    margin: 3px 0;
    padding-left: calc(60px + 15px);
    letter-spacing: 3px;
    font-size: 14px;
    color: #000;
}
.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: 60px;
    min-width: max-content;
    letter-spacing: 1px;
    color: var(--textColor);
    text-align: right;
}
.info_LINE:before {
    letter-spacing: 1px;
}
.contact_le_nomap {
    height: 490px;
    margin: 20px 0;
}

@media screen and (max-width: 1024px) {
.contact_page .main_part { background-position: 26% bottom; background-size: 230%;}
}
@media screen and (max-width: 980px) {
.contact_content .information_right { padding-left: 1vw;}
}
@media screen and (max-width: 850px) {
.contact_page .main_part { background-size: 1800px;}
.contact_content form { flex-direction: column;}
.contact_content .information_left, .contact_content .information_right { width: 100%; padding: 0;}
.contact_content .information_left { display: inline-flex; flex-wrap: wrap; justify-content: space-between;}
.blank_letter { width: 100%;}
.list_before.info { margin: 12px 0 0; width: 50%; padding-right: 3%;}
.list_before.info li { letter-spacing: .2vw;}
.contact_le_nomap { height: 320px; width: 50%; margin: -30px 0 0;}
}
@media screen and (max-width: 600px) {
.contact_page .path, .contact_content { padding: 0 3vw;}
.list_before.info, .contact_le_nomap { width: 100%; margin: 12px 3%;}
.contact_le_nomap { height: 40vh; margin-bottom: 10%;}
}
@media screen and (max-width: 450px) {
.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, .list_before.info li { letter-spacing: 0;}
}
@media screen and (max-width: 345px) {
.contact_content { padding: 50px 15px;}
.list_before.info { margin: 0 auto 12px; max-width: 250px;}
.list_before.info li { display: flex; flex-direction: column; align-items: center; margin: 1px 0; padding: 25px 0 0;}
.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, .list_before.info li { top: 5px; left: unset; text-align: left; align-items: flex-start; margin: 2px 0;}
}*/


/*聯絡我們 聯絡資訊
.note { 
	font-family: "微軟正黑體"; font-weight: 500; text-shadow: none; 
	letter-spacing: 0; display: inline-block; padding-left: 10px;
}
.contact_form {
	margin-top: 20px;
	display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px 2vw;
    width: 100%;
}
.contact_form li {
    grid-template-columns: 1fr;
    justify-items: start;
	grid-gap: 0;
	grid-column: 1 / 5;
	padding: 10px 0;
	color: var(--textColor);
}
.contact_form li .form__label {
    display: flex;
    flex-direction: row-reverse;
	max-width: unset;
	font-weight: 600;
    color: #222;
}*/
.contact_form li:nth-child(1), .contact_form li:nth-child(3), .contact_form li:nth-child(7), .contact_form li:nth-child(11) { /*grid-column: 1 / 3;*/}
.contact_form li:nth-child(2), .contact_form li:nth-child(4), .contact_form li:nth-child(8), .contact_form li:nth-child(12) { /*grid-column: 3 / 5;*/}
/*
.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: 0;
    border-bottom: 1px solid;
	background: #fff0;
}
.contact_form li:has(input[type=checkbox]) .form__insert, 
.contact_form li:has(input[type=radio]) .form__insert {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.contact_form li:has(input[type=checkbox]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(90px, 1fr));
}
.contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(70px, 1fr));
}
.contact_form li.last {
    grid-gap: 10px;
}
.tncode {
    width: 100%;
    max-width: 260px;
}

@media screen and (max-width: 850px) {
.contact_form { margin: 15px 0 35px;}
}
@media screen and (max-width: 600px) {
.contact_form { grid-gap: 0 2vw;}
.contact_form li { grid-template-columns: 1fr;}
.contact_form li .form__label { background: none; padding: 0; justify-content: flex-end;}
}
@media screen and (max-width: 500px) {
.contact_form li:nth-child(n) { grid-column: 1 / 5;}
}
@media screen and (max-width: 350px) {
.contact_form li.last blockquote, .contact_form li.last cite { max-width: unset;}
}*/



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0; min-height: 60vh;}
#content { background: url(https://pic03.eapple.com.tw/yuhaorecycle/bg00.jpg) no-repeat center / cover;}
.bannerindex { position: sticky; height:auto; position: relative;}
.swiper-banner { position:static; margin:0; height:auto;} 

@media screen and (max-width: 1024px) {
.swiper-fade .swiper-slide img { width: 130vw; max-width: 130vw;}
.swiper-fade .swiper-slide:nth-child(2) img { margin-left: -10vw;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding: 0;}
}
@media screen and (max-width: 600px) {
.swiper-fade .swiper-slide img { width: 150vw; max-width: 150vw;}
.swiper-fade .swiper-slide:nth-child(1) img { margin-left: -5vw;}
.swiper-fade .swiper-slide:nth-child(2) img { margin-left: -15vw;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    background: #b7c2cb center 35% / cover;
    background-blend-mode: overlay;
    border-bottom: 1px solid #33333347;
    padding: 160px 0 20px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}
.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, .banner.banblog { 
	background-image: url(https://pic03.eapple.com.tw/yuhaorecycle/ban01.jpg);
}
.banner h5 {
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
    font-size: 30px;
    color: #222;
    line-height: 1.4;
    letter-spacing: 0.07em;
    margin: 10px 0;
}
.banner h5:before {
    font-family: "Noto Sans TC", sans-serif;
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #999;
    letter-spacing: 0.3em;
}
.banner h5:after {
    display: block;
    font-family: "微軟正黑體";
    font-size: 14px;
    font-weight: 400;
    color: #000;
    letter-spacing: .6vw;
    padding: 12px;
}
.banner.banF h5:before { content: "ITEMS";}
.banner.banB h5:before { content: "PROCESS";}
.banner.banblog h5:before { content: "CARS";}
.banner.banE h5:before { content: "WORKS";}
.banner.banC h5:before { content: "CONTACT";}
.banner.banF h5:after { content: "資源重生再利用";}
.banner.banB h5:after { content: "專業派車到場作業";}
.banner.banblog h5:after { content: "長期合作回收夥伴";}
.banner.banE h5:after { content: "機械設備回收專家";}
.banner.banC h5:after { content: "一通電話立即到場";}

@media screen and (max-width: 1440px) {
.banner { background-size: 1440px; padding: 190px 0 15px;}
}
@media screen and (max-width: 1024px) {
.banner h5 { font-size: 28px; padding: 0 0 3px;}
.banner h5:after { padding: 8px;}
}
@media screen and (max-width: 768px) {
.banner { padding: 120px 0 10px; min-height: unset; background-size: 1000px;}
.banner h5 { font-size: 24px; padding: 0 0 6px; color: #000000b0;}
.banner h5:before { font-size: 14px;}
.banner h5:after { font-size: 13px; padding: 8px;}
}
@media screen and (max-width: 600px) {
.main_part { padding: 25px 10px;}
}
@media screen and (max-width: 480px) {
.banner { padding: 90px 0 5px;}
.banner h5 { font-size: 22px; padding: 0 0 5px;}
.banner h5:before { font-size: 13px;}
.banner h5:after { font-size: 12px; padding: 1vw;}
}
@media screen and (max-width: 375px) {
.banner h5 { padding: 0 0 5px; text-align: center;}
}


/*聯絡我們 banner設定*/
.contact_page .main_part {
    max-width: unset;
	overflow: hidden;
	margin-top: -470px;
}
.banner.banC {
    position: relative;
	display: flex;
    align-content: flex-end;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffffba 50%, #ffffff00 100%);
    background: -moz-linear-gradient(to bottom, #ffffff 0%, #ffffffba 50%, #ffffff00 100%);
    background: -webkit-linear-gradient(to bottom, #ffffff 0%, #ffffffba 50%, #ffffff00 100%);
    background: -ms-linear-gradient(to bottom, #ffffff 0%, #ffffffba 50%, #ffffff00 100%);
    border-bottom: 0;
    z-index: 1;
}
.contact_page .banner h5 {
    width: 100%;
    max-width: 1500px;
}
.contact_page .path {
	display: none;
}
.contact_editbox {
    padding: 0;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*功能頁 共同設定*/
.sb_marquee {
    position: absolute;
}
.other_page .main_part {
    display: flex;
    justify-content: center;
}
.other_page .path {
    position: absolute;
	display: block;
    width: 100%;
	max-width: 1300px;
	padding: 50px 20px 0;
    margin: auto;
    z-index: 1;
}
h5.blog_le_t, .blank_letter, .promotion_title h2, h4.blog_category_title, .subalbum-menu h2, 
.news_related h6 span:before, .prod_related h6 span:before, .module_i_album .title_i_box h4 {
    font-family: "Noto Serif TC", serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
	color: #222;
}
.news_related, .prod_related, .module_i_album {
    background: url(https://pic03.eapple.com.tw/yuhaorecycle/02-bg01.jpg) no-repeat center top / cover;
}
.news_related, .prod_related { padding: 80px 15px 40px; margin-top: 50px;}
.i_album_b a b { font-weight: normal;}
.module_i_album { margin-top: 0; padding: 6vw 1vw;}
.animated-arrow:hover { background: #00528fc7;}

.news_related_list, .related_list {
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.news_related_list li figure, .related_list li figure {
    margin: 10px;
}
.news_related_list li a, .related_list li a {
    border: 1px solid #2151758a;
    box-shadow: 8px 8px 12px #2151755e;
}
h4.blog_category_title { font-size: 28px;}
.blog_shareData { width: fit-content; margin: -60px 0 20px auto;}

.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #417aa3 solid;}
.contact_form li.last blockquote { color: #417aa3;}
.contact_form li.last cite { background: #6194b9;}
.other_promotion li a:hover { }
.blog_back a.article_btn_back { background: #00528fbf;}
.lastPage, .animated-arrow { background: #00528f78;}

@media screen and (max-width: 768px) {
.news_related_list, .related_list { grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));}
.news_related_list li figure, .related_list li figure { margin: 3px;}
}
@media screen and (max-width: 340px) {
.news_related_list, .related_list { grid-template-columns: auto;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
h5.blog_le_t span {
    font-family: "微軟正黑體";
    font-size: 15px;
    color: #66666696;
    letter-spacing: 5px;
    padding-left: 12px;
}
.promotion_title span { margin: 0 2px 5px 0;}
.promotion_title em { margin: 0 12px 5px 0;}

.blog_list_le {
    padding: 4px;
}
.blog_list_le img {
    border: 1px solid;
    border-radius: 12px;
}
.blog_list_ri {
    padding: 12px 0 0;
}
.blog_list_ri h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .02em;
    color: var(--textColor);
}
.blog_list_ri em {
    color: #66666696;
}
.blog_list_ri p {
    font-size: 15px;
    line-height: 1.4;
}
.subbox_item a:before {
    font-size: 13px;
    letter-spacing: 5px;
    color: #836b46;
}
.subbox_item a:after {
    border-radius: 15px;
    border: 1px dashed #836b46a3;
    background: #ffffffde;
    transform: scale(1.02, 1.06);
}

@media screen and (max-width: 1120px) {
.blog_box { max-width: 825px;}
}
@media screen and (max-width: 960px) {
.subbox_item { border-bottom: none;}
}
@media screen and (max-width: 768px) {
.blog_box { max-width: 565px;}
}
@media screen and (max-width: 640px) {
.blog_box { max-width: 510px;}
.subbox_item a { grid-gap: 10px; grid-template-columns: 140px 1fr;}
.subbox_item a:before { font-size: 12px;}
.blog_list_ri { padding: 8px 0 0;}
.blog_list_ri>*+* { margin-top: 5px;}
.blog_list_ri h5 { font-size: 18px;}
.blog_list_ri em { font-size: 13px;}
.blog_list_ri p { font-size: 14px;}
}
@media screen and (max-width: 340px) {
.blog_subbox { grid-template-columns: auto; grid-gap: 30px;}
.subbox_item a { grid-template-columns: 1fr; max-width: 210px; margin: auto;}
.subbox_item a:after { transform: scale(1.06, 1.04);}
.blog_list_le, .blog_list_ri { padding: 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿設定*/
.album_page #content, .album_class_page #content, .album_info_page #content {
    background-position-y: top;
}
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    max-width: 1760px;
}
.show-list, .pic-list {
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    grid-gap: 10px;
}
.show-list .show_pic, .pic-list .show_pic {
    aspect-ratio: 10 / 9;
}
.pic-list .show_pic {
	margin-bottom: -10px;
}
.show-list .show_name, .other_subalbum li a p {
    font-size: 15px;
    font-weight: 500;
    color: var(--textColor);
    letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 20px;
}
.show-list .item:hover .show_name, .other_subalbum li a:hover p {
    color: #b9a88e;
}
.pic-list .show_pic img {
    transition: ease .5s;
}
.pic-list .show_pic:hover img {
    transform: scale(1.05) rotate(1deg);
}
.other_subalbum li {
    background: #fff0;
}
.other_album_choice li {
    border: 1px #575757 solid;
    background: #333333ad;
}
.album_fixed_title { background: none; display: none;}


/*相簿首頁設定*/
.module_i_album section {
	width: 95%;
    max-width: 1500px;
}
.i_album_list {
    grid-gap: 2vw;
}
.i_album_list_box {
    padding: 0;
}
.i_album_list li {
    border: 1px solid #2151758a;
    box-shadow: 8px 8px 12px #2151755e;
}
.i_album_list li div {
    aspect-ratio: 1 / 1;
}
.i_album_list li a {
	border: 12px solid rgba(255, 255, 255);
}
.i_album_list li a p {
    background: rgba(255, 255, 255, 1);
    bottom: -10px;
}
.i_album_list li a:hover p {
    background: rgba(255, 255, 255, .8);
	bottom: 0;
}

@media screen and (max-width: 1500px) {
.show-list, .pic-list { grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));}
}
@media screen and (max-width: 1024px) {
.show-list, .pic-list { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));}
.module_i_album { padding: 60px 0;}
.i_album_list li a { border: 10px solid rgba(255, 255, 255);}
.i_album_list li a p span { font-size: 15px;}
}
@media screen and (max-width: 768px) {
.i_album_list { grid-gap: 3vw;}
}
@media screen and (max-width: 600px) {
.show-list, .pic-list { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));}
}
@media screen and (max-width: 450px) {
.show-list, .pic-list, .i_album_list { grid-template-columns: auto;}
.i_album_list { justify-items: center; grid-gap: 20px;}
.i_album_list li { width: 90%; max-width: 240px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*商品頁設定*/
.product-layer-two > li { padding: 5px 0; border-bottom: 1px dashed #836b464d;}
.product-layer-two li a { font-size: 14px; background: #dbdad836;}
.product-layer-two li a:hover { font-weight: 600; transform: scale(1.04) translateX(2px);}
.products-list .name { color: var(--textColor); height: 1.5em;}
.products-list .price { margin: 5px 0;}
.products-list .price b { font-size: 15px; color: #976a55;}
.products-list .more { font-size: 15px; line-height: 27px; border: 1px solid #b1a487;}
.products-list .item a:hover .more { background: #c5bca8;}

.sidebarBtn { border: 5px #f1f0f0 solid;}
.product_info li .txt_box { color: #333;}
.sidebarBtn h2 { letter-spacing: .01em;}
.inquiry_a1 { background: #c99e8a;}
.inquiry_a2 { background: #bdb4a2;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*共同附加設定*/
.me_tp_features, .box_link, .contact_content { display: none;}



