@charset "utf-8";
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*共同設定*/
:root {
    color: #d3d3d3;
    background: #333;
}
.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: unset; background: unset;}
.edit { line-height: 1.9;}
a { color: #fff;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.header_area { position: fixed; padding: 6px 12px 0; transition: ease 1s;}
.header_area.sticky { background: #ffd633e6; box-shadow: 0 0 50px #000;}
.main_header_area .container { max-width: 1800px; padding: 0 0 0 2vw; transition: ease 1s;}
.header_area.sticky .container { /*max-width: 1200px;*/}
.navigation { grid-template-columns: 400px 1fr;}
.tp_links { padding: 0 10px; display: none;}
.me_tp_features { position: absolute; top: 48px; right: 20px; display: inline-flex; flex-wrap: wrap; justify-content: flex-end;}
.me_tp_features a { font-size: 13px; text-shadow: 1px 1px 6px #000, 1px 1px 2px #000;}
.box_search { order: 3; margin: -4px 0 0 8px; width: 150px;}

/*電腦LOGO*/
.nav-header, .nav-brand, .nav-brand img { width: 100%; max-width: unset;}
.nav-header { padding: 0 0 10px; margin: -35px 0 -65px;}
.nav-brand { margin: 0; transition: ease 1s;}

@media screen and (max-width: 1200px) {
.navigation { grid-template-columns: 240px 1fr;}
.main_header_area .container { max-width: unset; padding: 0;}
.header_area.sticky .container { max-width: unset;}
.nav-header { transform: translateX(-10px) scale(1.3); margin: -40px 0 -65px;}
.box_search { margin: 0 0 0 8px;}
}
@media screen and (max-width: 1024px) {
.header_area { position: sticky; background: #000;}
.me_tp_features { display: inline-flex; flex-wrap: wrap; top: -3px; right: 0; text-align: right;}
.navigation { align-items: flex-start;}
.main_header_area .container { padding: 0;}
.nav-header { max-width: 240px; margin: -16px 0 0; padding: 0;}
}
@media screen and (max-width: 768px) {
.me_tp_features { justify-content: flex-start; top: -9px; left: 30px;}
.navigation { padding: 0;}
.header_area { background: #111; padding: 10px 10px 5px; box-shadow: 0 0 50px #000; height: 44px;}
.nav-header { margin: -15px 18px 0 auto; width: 80%;}
}
@media only screen and (max-width: 540px) {
.header_area { height: 90px; position: relative;}
.navigation { align-items: flex-end;}
.me_tp_features { justify-content: flex-end; top: 60px; right: 0; left: unset;}
.box_search input[type=text] { max-width: unset; width: 100%;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice { display: block;}
}
@media screen and (max-width: 350px) {
.header_area.sticky { background: #333;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕字體設定*/
.stellarnav ul { margin-top: 5px; transition: ease 1s;}
/* .stellarnav > ul > li:nth-child(4) > a { pointer-events: none;}  相簿主按鈕 點擊關閉*/
.stellarnav > ul > li > a {
    margin-top: -15px;
    color: #ffd633;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 1;
    padding: 8px 18px 0;
}
.header_area.sticky .stellarnav li a {
    color: #000;
}
.stellarnav > ul > li > a:hover, 
.header_area.sticky .stellarnav li a:hover {
    color: #fff;
    transform: scale(1.05);
}
.stellarnav > ul > li > a b {
    font-weight: 400;
    border-bottom: solid 6px #ffd633;
    height: 42px;
	padding-left: 5px;
}
.header_area.sticky .stellarnav li a b {
    border-bottom: solid 6px #ffffff70;
}
.stellarnav > ul > li > a:hover b {
    font-weight: 600;
    letter-spacing: .2em;
}
.stellarnav li.has-sub > a:after {
    top: 70%;
    border-top: 6px solid #ffffff8a;
}

.stellarnav ul ul {
    margin: 0;
    width: max-content;
    max-width: 180px;
	min-width: 120px;
}
.stellarnav li li {
    padding: 0;
	margin: 0;
}
.stellarnav li li:hover {
    background: #ffd339;
}
.stellarnav.desktop li.has-sub li a, 
.stellarnav li li a {
    color: #111;
	font-size: 14px;
    line-height: 34px;
    margin: 0;
	height: auto;
    line-height: 20px;
    padding: 6px 10px;
}
.stellarnav.desktop li.has-sub li a:hover, 
.stellarnav li li a:hover {
    color: #111;
}

@media screen and (max-width: 1200px) {
.stellarnav ul { margin: 6px 0 4px;}
.stellarnav > ul > li > a { padding: 8px 16px 0;}
}
@media screen and (max-width: 1024px) {
.stellarnav ul { margin: 25px 0 -9px;}
.stellarnav > ul > li > a { padding: 0 18px; margin: -30px 0 14px; height: 30px;}
.stellarnav > ul > li > a:hover { padding: 0 16px 0; margin: -16px 0 6px;}
.stellarnav > ul > li > a:hover b { transform: translateY(-52px); -webkit-transform: translateY(-52px); -moz-transform: translateY(-52px);}
.header_area.sticky .stellarnav li a b { border-bottom: solid 6px #fff;}
.stellarnav li.has-sub > a:hover:after { top: 40%;}
}
@media (max-width: 768px) {
.stellarnav .menu-toggle { padding: 0;}
.stellarnav .menu-toggle span.bars { top: 2px;}
.stellarnav .menu-toggle span.bars span { margin: 0 auto 5px;}
.header_area .stellarnav .menu-toggle span.bars span, 
.header_area.sticky .stellarnav .menu-toggle span.bars span { background: #fff;}
.stellarnav .menu-toggle:after { content: '';}

.stellarnav.mobile.left > ul { background: #1c1c1ceb; margin: 0;}
.stellarnav.mobile li.open { padding: 0; background: #3f371d;}
.stellarnav.mobile > ul > li { border: 0;}
.stellarnav.mobile > ul > li:hover { background: #444;}
.stellarnav.mobile > ul > li > a { margin: 0;}
.header_area.sticky .stellarnav li a { color: #ffd633;}
.stellarnav > ul > li > a:hover, 
.header_area.sticky .stellarnav li a:hover {  transform: none;}
.stellarnav.mobile > ul > li > a b, 
.header_area.sticky .stellarnav li a b { border: 0;}
.stellarnav.mobile > ul > li > a:hover { padding: 10px;}
.stellarnav.mobile > ul > li > a:hover b { transform: none; letter-spacing: .15em;}
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 8px 0;}
.stellarnav.mobile ul ul { max-width: unset;}
.stellarnav li li a, 
.header_area.sticky .stellarnav li li a { color: #111; padding: 6px 15px;}
.stellarnav > ul > li > li a:hover, 
.header_area.sticky .stellarnav li li a:hover { color: #111; transform: none;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer設定*/
.footer {
    background: #333 repeat-x left 45% url(https://pic03.eapple.com.tw/sinchenciche/footer-bg.png);
    background-size: 75%;
    border-top: 1px #fbdb5e4f solid;
	box-shadow: 0 0 250px #000, 0 0 250px #000;
}
.footer .center {
    max-width: unset;
}
.footer_logo {
    padding: 8px 8px 2px;
    margin: 0 0 0 auto;
    text-align: center;
    max-width: 275px;
    position: absolute;
    top: 4.5vw;
    right: 245px;
    background: no-repeat url(https://pic03.eapple.com.tw/sinchenciche/LOGO_Y.png);
    background-size: contain;
}
.footer_logo img { width: 100%; opacity: 0;}

.footer_info {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding: 20px 150px 0 40px;
}
.footer_info ul {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin: auto;
}
.footer_info li {
    width: 100%;
    display: flex
;
    flex-direction: column;
}
.footer_info li:nth-child(1) {
    max-width: 360px;
	padding: 0;
}
.footer_info li:nth-child(2) {
    margin-right: 5%;
    padding: 0 0 2vw;
}
.footer_info li p {
    letter-spacing: .2vw;
    line-height: 1.8;
}
.footer_info li p a {
    font-weight: bold;
}
.box_link {
    position: static;
    width: 90%;
    max-width: 888px;
    flex-direction: row;
    border-bottom: 1px dashed #bfbfbf;
    padding: 0 0 10px;
    margin: auto;
	display: none;
}
.box_link a {
    width: 32px;
    font-size: 18px;
    border-radius: 17px;
    margin: 2px;
    padding: 4px;
    border: 0;
}
.box_link a:hover {
    color: #e7c349;
    background: none;
}

/*footer聯絡資訊隱藏*/
p.tel, li.info_TEL, li.info_TAXID, .box_link a:nth-child(4) { display: none;}

p.phone { order: -1;}
p.phone:after { content: " (阿彰)";}
p.line:after { content: " (鑫辰國際汽車影音)";}


/*footer按鈕設定*/
.footer_menu {
    display: flex;
    flex-direction: column;
	width: 100%;
}
.footer_menu a {
    background: #fff0;
    border: 1px #9990 dashed;
    padding: 3px 8px;
    margin: 0 10px 10px 0;
    letter-spacing: .2vw;
    width: fit-content;
	transition: ease .3s;
}
.footer_menu a:hover {
	color: #ffd633;
    background: #2220;
    border: 1px #2220 solid;
    transform: translateX(7px);
    letter-spacing: .4vw;
}
.footer_menu a:before, .footer_menu a:after {
    content: "＋";
    font-size: 19px;
    line-height: .5;
    color: #e7c349;
    display: none;
}
.footer_menu a:hover:before, .footer_menu a:hover:after {
    display: contents;
}


/*版權欄位設定*/
.copy { background: #222; border-top: 1px #dddddd4d solid;}
.copy a { color: #999;}
.copy a:hover { color: #72b3c7;}

@media screen and (max-width: 1500px) {
.footer_logo { top: 5.5vw;}
}
@media screen and (max-width: 1024px) {
.footer { background-size: 88%;}
.footer_info { padding: 20px 80px 0 40px;}
.footer_logo { top: 7vw; right: 150px;}
.footer_info li:nth-child(1) { max-width: 320px;}
}
@media screen and (max-width: 768px) {
.box_link { justify-content: center;}
.box_link a { padding: 7px 4px;}
.footer { background-size: cover;}
.footer_logo { right: unset; top: 215px; left: 30px;}
.footer_info { padding: 0 80px 0 40px;}
.footer_info ul { display: flex; flex-direction: column-reverse;}
.footer_info li:nth-child(1) { padding-top: 200px; max-width: unset;}
.footer_info li:nth-child(2) { margin: 0; padding: 0;}
.footer_menu { flex-direction: row; flex-wrap: wrap;}
.footer_menu a { line-height: 1.2; margin: 0 0 0 2vw; max-width: 30px; width: calc(80% / 7);}
.footer_menu a:hover { transform: translateY(18px);}
.footer_menu a:before, .footer_menu a:after { display: contents; color: #e7c34900; font-size: 14px;}
.footer_menu a:hover:before, .footer_menu a:hover:after { display: contents; color: #e7c349;}

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding: 30px 0 55px;}
#to_top { bottom: 65px;}
#bottom_menu li:nth-child(2) { border: none;}
#bottom_menu li:last-child { display: none;}
#bottom_menu li a { color: #333;}
}
@media screen and (max-width: 600px) { 
.copy { padding-top: 8px;}
}
@media screen and (max-width: 425px) { 
.footer_info { padding: 0 20px;}
.footer_logo { left: 5px;}
}
@media screen and (max-width: 340px) { 
.footer_info { padding: 0 10px;}
.footer_menu a { margin: 0 0 0 1.5vw;}
p.line:after { display: block;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們 聯絡資訊*/
.contact_page .path {
    max-width: 1150px;
    margin: auto;
}
.contact_page .main_part {
    background: #222 no-repeat left top url(https://pic03.eapple.com.tw/sinchenciche/contact-bg.jpg);
    background-size: cover;
    max-width: unset;
	padding: 50px 20px 15vw;
}
.contact_content {
    width: 100%;
    max-width: 1300px;
	padding-top: 100px;
	padding: 6vw 40px 20px 40px;
}
.contact_page .blank_letter, 
.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 { display: none;}
.list_before { display: inline-flex; flex-wrap: wrap; justify-content: center;}
.list_before.info li {
    width: 90px;
    height: 90px;
    font-size: 0;
    margin: 8px;
    background: #ffffff2b;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 20px;
	text-shadow: 3px 3px 8px #000;
}
.list_before.info li:hover {
    background: #000000;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 20px 24px;
    background-blend-mode: luminosity;
    color: #dfdfdf;
}
.list_before.info li.info_PHONE {
    width: auto;
    font-family: "Noto Serif TC", serif;
    font-weight: 700;
    font-size: 28px;
    color: #f7c938;
    letter-spacing: .1em;
    padding: 23px 40px 23px 110px;
    background-image: url(https://pic03.eapple.com.tw/sinchenciche/call.png);
    background-position-x: 40px;
}
.list_before.info li.info_PHONE:hover { padding-top: 27px;}
.list_before.info li.info_PHONE:hover, .list_before.info li.info_LINE, 
.list_before.info li.info_MAIL, .list_before.info li.info_ADD { color: #dfdfdf;}
.list_before.info li.info_LINE { background-image: url(https://pic03.eapple.com.tw/sinchenciche/line.png);}
.list_before.info li.info_MAIL { background-image: url(https://pic03.eapple.com.tw/sinchenciche/mail.png);}
.list_before.info li.info_ADD { background-image: url(https://pic03.eapple.com.tw/sinchenciche/map.png);}
.contact_le_nomap { filter: grayscale(.5); margin: 0 13px 0 8px;}
.contact_le_nomap:hover { filter: grayscale(0.2);}

/*聯絡資訊 表單寬度 100%呈現*/
.contact_content .information_left, .contact_content .information_right { width: 100%; padding: 10px;}
.contact_content .information_left { max-width: 700px; text-align: center;}
.contact_form { margin-top: 20px;}
.contact_form li input.noborder, 
.contact_form li textarea.noborder { border: 1px #ffffff21 solid;}
.noborder { background: #ffffff08;}
.contact_form li.last blockquote, 
.contact_form li.last cite { border: 1px #fbdb5e82 solid;}
.contact_form li.last blockquote { color: #fbdb5ed1;}
.contact_form li.last cite { background: #e6c34845;}
.contact_content .information_right { display: none;}  /*表單隱藏*/

@media screen and (max-width: 850px) {
.contact_content { padding: 0 5vw;}
.list_before.info li { width: 80px; height: 80px; background-size: 40px;}
.list_before.info li:hover { background-size: 40px;}
.list_before.info li.info_PHONE { font-size: 24px; padding: 23px 30px 23px 80px; background-position-x: 25px;}
}
@media screen and (max-width: 600px) {
.contact_form li { grid-gap: 5px;}
.contact_form li .form__label { background: none; padding: 5px 5px 0 0;}
}
@media screen and (max-width: 415px) {
.contact_page .main_part { background-position-x: center; padding: 50px 5px 15vw;}
.contact_content { padding: 0;}
.list_before { justify-content: center;}
}
@media screen and (max-width: 335px) {
.list_before.info li { width: 27%; background-position-x: center; margin: 2vw;}
.list_before.info li:hover { background-position: center 24px;}
.list_before.info li.info_PHONE { width: 90%; height: 110px; padding: 66px 15px 0; background-position: center 20px; font-size: 23px; letter-spacing: .07em; text-align: center;}
.list_before.info li.info_PHONE:hover { padding-top: 68px; background-position: center 22px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { 
	margin:0;
	background: #222 no-repeat right top url(https://pic03.eapple.com.tw/sinchenciche/index-bg01.jpg);
    background-size: cover;
}
#content {
    background: #222 repeat-Y center url(https://pic03.eapple.com.tw/sinchenciche/sv_bg01.jpg);
    background-size: 135%;
}
.bannerindex { position: sticky; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

@media screen and (max-width: 1024px) {
.bannerindex { position: relative;}
}
@media screen and (max-width: 768px) {
.bannerindex { margin-top: 0; position: relative; padding: 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    padding: 160px 20px 20px;
    margin-top: -100px;
    box-shadow: 0px 0px 5vw #0000004a;
    border-bottom: solid 1px #333;
    background: #c9c9c9 url(https://pic03.eapple.com.tw/sinchenciche/ban-00.jpg);
    background-size: cover;
    background-blend-mode: hard-light;
}
.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, .banner.banblog { 
	background-image: url(https://pic03.eapple.com.tw/sinchenciche/ban-00.jpg);
}
.banner h5 {
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
    font-size: 30px;
    color: #dfb200;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin: 10px 0;
}
.banner h5:before {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #7f7759;
    letter-spacing: 0.3em;
}
.banner h5:after {
    display: block;
    font-size: 14px;
    font-weight: 200;
    color: #d3d3d3;
    letter-spacing: .6vw;
    line-height: 3;
}
.services_page .banner h5:before { content: "SERVICE";}
.services_page .banner h5:after { content: "極致影音‧馭見非凡";}
.product_page .banner h5:before { content: "PRODUCT";}
.product_page .banner h5:after { content: "鑫辰國際‧汽車影音";}
.album_page .banner h5:before, 
.album_class_page .banner h5:before, 
.album_info_page .banner h5:before { content: "PROJECT";}
.album_page .banner h5:after, 
.album_class_page .banner h5:after, 
.album_info_page .banner h5:after { content: "音質締造‧影音升級";}
.blog_page .banner h5:before, 
.blog_in_page .banner h5:before { content: "NEWS";}
.blog_page .banner h5:after, 
.blog_in_page .banner h5:after { content: "鑫辰國際‧聲動未來";}
.contact_page .banner h5:before { content: "CONTACT";}
.contact_page .banner h5:after { content: "聯絡鑫辰‧預約科技";}

@media screen and (max-width: 1024px) {
.banner { padding: 150px 20px 20px; margin-top: -105px;}
}
@media screen and (max-width: 768px) {
.banner { justify-content: flex-start; margin: 0; padding: 30px 10px 0 16vw; min-height: 160px;}
.banner h5 { font-size: 26px; line-height: 1.4;}
.banner h5:before {  font-size: 12px;}
.banner h5:after { font-size: 13px; line-height: 2.5;}
}
@media screen and (max-width: 450px) {
.banner { justify-content: center; padding: 30px 10px 0;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*功能頁 共同設定*/
.accordion li .link a { color: #fcda61;}
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 { font-family: "Noto Serif TC", serif; font-weight: 500; letter-spacing: 1px;}
h4.blog_category_title, .subalbum-menu h2, .blank_letter { color: #fff; font-size: 24px; font-weight: 500; margin: 0;}
h5.blog_le_t span { margin-left: 8px; font-size: 16px; color: #7f7759;}
.toShareNews { color: #d7d7d7;}

@media screen and (max-width: 600px) {
h5.blog_le_t em, .subalbum-menu h2, .product_menu_list>h5, 
.prod_related h6 span:before, .module_i_album .title_i_box h4 { font-size: 18px;}
h4.blog_category_title, .promotion_title h2 { font-size: 21px;}
}
@media screen and (max-width: 450px) {
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿設定*/
.album_fixed_title { color: unset; background: #fff0;}
.other_subalbum li { background: #fff0;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*最新消息 文章設定*/
.module_i_news {
    padding: 100px 20px;
}
.module_i_news .title_i_box h4 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 2px;
    text-align: center;
    font-family: Noto Sans TC;
    font-size: 24px;
    font-weight: 500;
    color: #ff7b00;
    letter-spacing: 1px;
    border-top: solid 2px;
    border-bottom: solid 2px;
}
.blog_box {
    padding: 1.5vw;
}
.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category {
    background: #d3b037 !important;
}
.blog_subbox {
    grid-gap: 20px;
}
.blog_list_le {
    max-width: unset;
}
.blog_le {
    padding: 0 3vw 0 0;
}
.blog_subbox, .module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 2vw;
	justify-items: center;
}
.subbox_item a, 
.module_i_news li a {
    display: flex;
    flex-direction: column;
	grid-gap: 5px;
}
.subbox_item a:before, 
.module_i_news li a:before {
    font-family: Noto Serif TC;
    font-size: 16px;
    color: #fff;
    letter-spacing: .1vw;
    bottom: 65%;
    right: 28%;
}
.subbox_item a:after, 
.module_i_news li a:after {
    border: 0;
	background: #695614c2;
}
.blog_list_le, 
.i_blog_le {
    border: 1px solid #fcd95e30;
    padding: 3px;
}
.blog_list_ri, 
.i_blog_ri {
    padding: 3px;
    font-family: 'Noto Sans TC', 'sans-serif', '微軟正黑體';
}
.blog_list_ri h5, 
.i_blog_ri h5 {
    font-size: 18px;
    font-weight: 300;
    color: #fcd95e;
}
.blog_list_ri em, 
.i_blog_ri em {
    font-size: 13px;
    color: #6d5a3f;
}
.blog_list_ri p, 
.i_blog_ri p {
    color: #d7d7d7;
    line-height: 1.5;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: #757575;}
.blog_back a.article_btn_back, .lastPage { background: #333;}

.news_related {
    background: #e1e1e1 center url(https://pic03.eapple.com.tw/sinchenciche/bg-news.jpg);
    background-size: 1000px;
    background-blend-mode: multiply;
}
.news_related h6 span:before { color: #333;}
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));}
.news_related_list li a { border: 1px solid #e5e0d8; padding: 10px 10px 2px;}
.news_related_list li a p { line-height: 1.4; padding: 6px 0;  text-align: left;}

@media screen and (max-width: 1350px) {
.module_i_news ul { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
}
@media screen and (max-width: 1200px) {
.blog_subbox, .module_i_news ul { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
.blog_list_ri h5, .i_blog_ri h5 { font-size: 19px;}
}
@media screen and (max-width: 1100px) {
.subbox_item, .module_i_news li { border: 0;}
}
@media screen and (max-width: 1024px) {
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));}
.blog_subbox, .module_i_news ul { grid-gap: 4vw;}
}
@media screen and (max-width: 850px) {
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));}
}
@media screen and (max-width: 768px) {
.blog_subbox { margin: auto; max-width: 610px;}
.module_i_news ul { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); margin: auto; max-width: 650px; grid-gap: 10px;}
}
@media screen and (max-width: 640px) {
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));}
}
@media screen and (max-width: 450px) {
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));}
}
@media screen and (max-width: 380px) {
.blog_subbox { grid-template-columns: 1fr; max-width: 240px;}
.subbox_item a { grid-template-columns: 1fr;}
.subbox_item a:before { font-size: 16px;}
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));}
.module_i_news ul { grid-template-columns: 1fr; max-width: 240px;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*分享文章設定*/
.promotion_title * { color: #fbdb5e;}
.promotion_title span, .promotion_title em { border: 1px dashed;}
.promotion_title span { margin: 0 2px 4px 0;}
.promotion_title em { margin: 0 15px 4px 0;}
.promotion_title h2 {
    font-weight: 500;
    color: #fff;
}
.other_promotion {
    margin-top: 50px;
}
.other_promotion li a, 
.other_promotion li a:hover {
    background: #fbdb5e1a;
    border: 1px #fbdb5e4f dashed;
}
.other_promotion li a span {
    color: #fbdb5e9c;
}
.other_promotion li a:before {
    border: 1px #fbdb5e solid;
    border-bottom: none;
    border-right: none;
}
.other_promotion li a:after {
    border: 1px #fbdb5e solid;
    border-top: none;
    border-left: none;
}
.other_promotion .pmtTitle h3 {
    color: unset;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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;}


/*購物車 主頁設定*/
.product_page .product_menu_list {
    width: 100%;
	min-height: auto;
}
.product_page .product_menu_list ul {
    display: inline-flex;
	flex-wrap: wrap;
}
.product-layer-two > li {
	height: 42px;
    width: max-content;
    margin: 0 7px;
    border: 0;
    padding: 0;
}
.product-layer-two li a {
    padding: 4px 7px;
    background: #ffffff2b;
    color: #ffd633;
    border: 1px #ffd6333d solid;
	transition: ease .1s;
}
.product-layer-two li a:hover {
    background: #000000;
    color: #dfdfdf;
    border: 1px #dfdfdf solid;
    transform: translateY(3px);
}
.products-list .price b {
    display: none;
}
.products-list .more {
    background: #ffffff2b;
    color: #ffd633;
    border: 1px #ffd6333d solid;
	font-size: 15px;
    line-height: 28px;
}
.products-list .item a:hover .more {
    letter-spacing: 2px;
    background: #000000;
    color: #dfdfdf;
    border: 1px #dfdfdf solid;
}

/*購物車 單頁設定*/
.sidebarBtn { border: 5px #dddddd0d solid; background: #ffffff17;}
.inquiry_a1 { background: #cfac23;}
.toShare { border-top: 1px solid #e6e6e661;}
.prod_related { background: #f3f3f32e;}
.blog_back a.article_btn_back, .lastPage { background: #111; border: 1px #dddddd8a solid;}

@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) {
}

