@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.header_area {
    padding: 10px 10px 5px;
    position: fixed;
	background: linear-gradient(to bottom, #ffffffb3 0%, #ffffff6b 55%, #ffffff00 100%);
    background: -moz-linear-gradient(to bottom, #ffffffb3 0%, #ffffff6b 55%, #ffffff00 100%);
    background: -webkit-linear-gradient(to bottom, #ffffffb3 0%, #ffffff6b 55%, #ffffff00 100%);
    background: -ms-linear-gradient(to bottom, #ffffffb3 0%, #ffffff6b 55%, #ffffff00 100%);
	transition: ease 1s;
}
.header_area.sticky {
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px #155785 solid;
}
.pageIndex .header_area { height: 10vw;}
.pageIndex .header_area.sticky { height: auto;}

.navigation {
    grid-template-columns: 300px 1fr;
}
.main_header_area .container { max-width: unset; padding: 0 1vw;}

.me_tp_features { position: absolute;}
.tp_links { padding: 0 10px; display: none;}


/*電腦LOGO*/
.nav-header, .nav-brand, .nav-brand img { width: 100%; max-width: unset;}
.nav-header {
    background: no-repeat right 60% url(https://pic03.eapple.com.tw/lungshibedbed/NAME.png);
    background-size: 220px;
}
.nav-brand { margin: 0 auto 0 0;}
.nav-brand img { max-width: 65px;}

@media screen and (max-width: 1200px) {
.navigation { grid-template-columns: 265px 1fr;}
.nav-header { background-size: 205px;}
.nav-brand img { max-width: 50px;}
}

@media screen and (max-width: 1024px) {
.pageIndex .header_area { height: 20vw;}
.me_tp_features { text-align: right; margin-right: 20px;}
.main_header_area .container { padding: 0;}
.header_area { padding: 10px 10px 0;}
.nav-header { background-position: center; margin-bottom: -8px;}
.nav-brand { position: relative; padding-right: 280px;}
}
@media screen and (max-width: 768px) {
.header_area { padding: 0; min-height: 50px;}
.nav-header { background-position: 50% 18px; width: calc(100% - 100px); padding-right: 280px; margin: 0;}
.nav-brand { padding: 8px 0 0;}
}
@media screen and (max-width: 600px) {
.me_tp_features { text-align: center; position: relative; margin: 0 0 0 30px;}
.nav-header { width: calc(100% - 50px); background-position: 50% 18px; padding-right: 270px; margin: 0 0 0 auto;}
.nav-brand img { max-width: 45px;}
}
@media screen and (max-width: 475px) {
.pageIndex .header_area { position: sticky; height: auto; border-bottom: 1px #155785 solid; background: #fff;}
.me_tp_features { margin: 0;}
.nav-header { background-size: 50vw; background-position: 70% 18px; width: 100%; padding: 0 50vw 0 0; margin: 0 auto;}
.nav-brand img { max-width: 12vw;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕字體設定*/
.stellarnav ul {
    margin-top: 35px;
}
.stellarnav li { padding: 0 .5vw;}
.stellarnav > ul > li > a {
    color: #111;
    font-size: 15px;
    letter-spacing: .03em;
    line-height: 35px;
    min-width: 80px;
}
/*.stellarnav > ul > li:nth-child(4) > a { pointer-events: none;}  相簿主按鈕 點擊關閉*/
.stellarnav > ul > li > a:hover, 
.stellarnav.desktop li.has-sub li a:hover, 
.stellarnav li li a:hover {
    color: #155785;
    transform: scale(1);
}
.stellarnav > ul > li > a b { font-weight: 600;}

.stellarnav ul ul { margin-top: 0;}
.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 li.has-sub > a:after { right: 3%;}

@media screen and (max-width: 1100px) {
.stellarnav li { padding: 0 .3vw;}
.stellarnav > ul > li > a { margin: 0 2px;}
}
@media screen and (max-width: 1024px) {
.stellarnav ul { margin: 0;}
.stellarnav li { padding: 0 .5vw;}
.stellarnav > ul > li > a { height: 34px; margin: 0 5px;}
.stellarnav li.has-sub > a:after { top: 60%;}
}
@media (max-width: 768px) {
.stellarnav.mobile > ul > li > a b { margin-right: 5px;}
.stellarnav.mobile ul li.has-sub a.dd-toggle { padding: 10px 0; margin: 0 -12px; pointer-events: auto;}
}
@media only screen and (max-width: 570px) {
.stellarnav .menu-toggle { padding: 10px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer設定*/
.footer {
    background: url(https://pic03.eapple.com.tw/lungshibedbed/00-bg01.jpg), linear-gradient(to top, #ffffff 60%, #def1ff 100%);
    background: url(https://pic03.eapple.com.tw/lungshibedbed/00-bg01.jpg), -moz-linear-gradient(to top, #ffffff 60%, #def1ff 100%);
    background: url(https://pic03.eapple.com.tw/lungshibedbed/00-bg01.jpg), -webkit-linear-gradient(to top, #ffffff 60%, #def1ff 100%);
    background: url(https://pic03.eapple.com.tw/lungshibedbed/00-bg01.jpg), -ms-linear-gradient(to top, #ffffff 60%, #def1ff 100%);
    background-size: cover;
    background-position: top center;
    background-blend-mode: luminosity;
    border-top: 1px #1557856e solid;
    padding: 40px 0 0;
}
.footer .center {
    max-width: unset;
}
.footer_logo {
    text-align: center;
    padding: 0;
    margin: 0 auto;
}
.footer_logo img {
    width: 100%;
	max-width: 80px;
}
.footer_logo:before {
    content: "";
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -125px;
    background: no-repeat center url(https://pic03.eapple.com.tw/lungshibedbed/NAME.png);
    background-size: contain;
    width: 200px;
    height: 40px;
}
.footer_logo:after {
    content: "::: 聯絡資訊 :::";
    font-size: 15px;
    font-weight: 700;
    display: block;
    color: #1c5d89;
    padding: 2px 16px;
    border-radius: 5px;
    letter-spacing: 6px;
    margin: 65px 0 2px;
}

.footer_info {
    grid-template-columns: 1fr;
    grid-gap: 0;
	padding-right: 50px;
}
.footer_info ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_info li {
    width: 100%;
    max-width: 1200px;
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_info li:nth-child(2) {
    padding-top: 20px;
}
.footer_info li p, .footer_info li p a {
    color: #333;
    letter-spacing: .1vw;
	font-weight: normal;
}
.footer_info li p a:hover {
    color: #2189d1;
}
.footer_info li p.fax a:hover, .footer_info li p.add2 a:hover {
    pointer-events: none;
	color: #333;
}
.footer_info li p {
    padding: 0 15px;
	text-align: center;
}
.footer_info li p:before {
    margin: 0;
}

/*footer聯絡資訊設定*/
p.phone, li.info_PHONE { order: -1;}
p.line, li.info_LINE { order: 5;}
p.add, li.info_ADD { order: 6;}
p.mail, li.info_MAIL { order: 7;}
p.add2, li.info_ADD2 { order: 8;}
.footer_info li p.tel:before, .footer_info li p.phone:before { content: '專人服務：';}
.footer_info li p.add2:before { content: '營業時間：';}
.info_TEL:before, .info_PHONE:before { content: "專人服務";}
.info_ADD2:before { content: '營業時間';}


/*footer按鈕設定*/
.footer_menu {
    text-align: center;
}
.footer_menu a {
    background: #ffffffab;
    color: #155785;
    border: 1px #15578596 solid;
    border-radius: 0;
    padding: 3px 10px;
    margin: 0 1px 6px 0;
    letter-spacing: .1vw;
    font-weight: 600;
    min-width: 11%;
}
.footer_menu a:hover {
    background: #155785;
    color: #fff;
}
.box_link { display: none;}

/*版權欄位設定*/
.copy { background: #222;}
.copy a { color: #999;}
.copy a:hover { color: #c9d5e1;}

@media screen and (max-width: 850px) { 
.footer_info li:nth-child(1) { max-width: 600px;}
}
@media screen and (max-width: 768px) {
.footer_logo img { max-width: 65px;}
.footer_logo:before { margin-left: -104px; top: 90px; width: 180px;}
.footer_logo:after { margin: 60px 0 2px;}
.footer_info li+li { margin: 0;}
.footer_info li:nth-child(2) { max-width: 450px;}

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding: 30px 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; display: block; margin: 0 0 10px; line-height: 1.2;}
#bottom_menu li:nth-child(2), #bottom_menu li:nth-child(6) { display: none;} /*tel fb 隱藏*/
#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 { content: '公司電話';}
#bottom_menu li:nth-child(4):after { content: '專人服務';}
#bottom_menu li:nth-child(4) .fa-phone-volume::before { content: "\f3cd";}
#bottom_menu li:nth-child(5):after { content: 'LINE';}
}
@media screen and (max-width: 650px) { 
.footer_logo:after { margin: 65px 0 3px;}
.footer_info li:nth-child(1) { padding: 5px 2vw;}
.footer_info li:nth-child(2) { max-width: 400px; padding: 20px 20px 0;}
.footer_info li p { max-width: 335px;}
}
@media screen and (max-width: 600px) { 
.footer_logo:before { margin-left: -90px;}
.footer_logo { padding: 0 2vw;}
.footer_info { padding: 0 10px;}
.copy { padding-top: 8px;}
}
@media screen and (max-width: 480px) { 
.footer_info li:nth-child(1) { flex-direction: column; align-items: center;}
}
@media screen and (max-width: 345px) { 
.footer_info, .footer_info li p { padding: 0;}
.footer_info li p, .footer_info li p a { font-size: 13.5px;}
.footer_info li p { max-width: 290px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們 聯絡資訊*/
.list_before { display: flex; flex-direction: column; margin: 20px 0 100px;}
.list_before.info li { padding-left: 115px; font-size: 15px; width: 390px; letter-spacing: 2px; line-height: 1.6;}
.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 { font-size: 15px; width: 120px; letter-spacing: 40px; color: #155785;}
.info_TEL:before, .info_PHONE:before, .info_ADD2:before { letter-spacing: 3.2px;}
.info_LINE:before { letter-spacing: 11.8px;}
.list_before.info li:after { content: "｜"; position: absolute; left: 84px; top: -2px; font-weight: bold; color: #d3e4ef;}

/*MAP地圖設定*/
.contact_le_nomap {
    padding: 15px 15px 12px;
    background: #ffffff69;
    border: 1px solid #598db185;
    box-shadow: 5px 5px 20px #0000005e;
    filter: opacity(.9) saturate(.9);
}

/*聯絡資訊 表單寬度 100%呈現*/
.contact_page #content {
    background: url(https://pic03.eapple.com.tw/lungshibedbed/07-img01.jpg) no-repeat center / cover;
}
.contact_page .main_part { padding: 80px 5vw 0; margin: 0 auto; background: #ffffff96; box-shadow: 0 0 35px #00000033;}
.contact_content { padding: 20px 10px 100px;}
.contact_content .information_left, 
.contact_content .information_right { width: 100%; padding: 0;}
.contact_content .information_left {
    background: url(https://pic03.eapple.com.tw/lungshibedbed/07-img02.jpg) no-repeat 450px -60px / 700px;
}
.contact_content .information_right { padding-top: 100px;}
.contact_form { margin-top: 20px;}
.contact_form li.last { margin-top: 50px;}
.contact_form li.last blockquote, 
.contact_form li.last cite { min-width: 110px; border: 1px #155785 solid;}
.contact_form li.last blockquote { color: #155785; background: #ffffff61;}
.contact_form li.last cite { background: #155785;}


/*線上表單 自選設定*/
.contact_form li {
    padding: 10px 0 5px;
    border-bottom: 1px #1557854f dashed;
}
.contact_form li .form__label {
    max-width: unset;
    color: #155785;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
	align-items: center;
}
.red {
    margin-top: -6px;
}
.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: 0;
    background: #fff0;
}
.contact_form li:has(input[type=checkbox]) .form__insert, 
.contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(60px, 100px));
	padding-left: 10px;
}

@media screen and (max-width: 1024px) {
.contact_content .information_left { background-position-x: 425px;}
}
@media screen and (max-width: 768px) {
.list_before.info { margin: 20px 0 100px;}
.list_before.info li { padding-left: 100px;}
.list_before.info li:after { left: 77px;}
.contact_content { padding: 20px 0 60px;}
.contact_content .information_left { background-position-x: 400px;}
.contact_le_nomap { padding: 10px 10px 7px;}
}
@media screen and (max-width: 600px) {
.list_before { margin-bottom: 20px; align-items: center;}
.list_before.info { margin: 20px 0 30px;}
.contact_content .information_left { background: none;}
.contact_form li .form__label { font-weight: normal; text-align: right; background: none; padding: 3px 0 0; margin: 0 0 -5px; background: none;}
}
@media screen and (max-width: 450px) {
.blank_letter {
	font-size: 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 5px;
    width: 100%;
    max-width: 230px;
    margin: 0 auto 20px;
}
.contact_content .information_right .blank_letter { text-align: center;}
.list_before.info { margin: 15px auto 35px; align-items: center;}
.list_before.info li {
    padding: 32px 15px 9px;
    width: 100%;
    max-width: 290px;
    border-bottom: 2px dotted #d3e4ef;
    line-height: 1.4;
	letter-spacing: 1px;
}
.list_before.info li:last-child { border: 0;}
.list_before.info li:after { display: none;}
.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 { position: relative; margin: -30px auto 5px; letter-spacing: .1em;}

.contact_content .information_right { padding: 100px 0 10px;}
.contact_content .information_left { padding-bottom: 0; background: none;  text-align: center;}
.info_PHONE:after { bottom: -150px; left: 30%;}
.info_MAIL:after { bottom: -74px; left: 50%;}

.contact_form { margin-top: 30px;}
.contact_content .information_right h4 .red {
    position: absolute;
    display: block;
    margin: 10px 0 0;
    width: 100%;
    max-width: 230px;
}
.contact_form li { grid-template-columns: 1fr;}
.contact_form li .form__label { text-align: left;}
}
@media screen and (max-width: 325px) {
.info_PHONE:after { left: 20%;}
.info_MAIL:after { left: 60%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { height:auto; position: sticky;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
.bannerindex .swiper-slide.swiper-slide-active:before, 
.bannerindex .swiper-slide.swiper-slide-active:after {
    content: "";
    position: absolute;
    animation: ss 2s ease backwards;
    display: block;
    z-index: 10000;
    white-space: pre;
    color: #fff;
    line-height: 2;
    text-underline-offset: 0.8vw;
    text-decoration-thickness: 1px;
    font-optical-sizing: auto;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    content: "彈簧是床墊的靈魂";
    font-size: clamp(20px, 2.2vw, 30px);
    font-weight: 400;
    letter-spacing: 1vw;
    bottom: 8vw;
    left: 0;
    padding: 0 0 6px 8vw;
    border-bottom: 1px solid #ffffff94;
    text-shadow: 0 0 30px #000000d6, 0 0 16px #000000d6, 0 0 8px #000000;
    width: 65vw;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    content: "SPRING IS THE SOUL OF THE MATTRESS";
    color: #ffffffbd;
    font-style: italic;
    font-size: 2.65vw;
    font-weight: 100;
    letter-spacing: .1vw;
    bottom: 2.8vw;
    left: 12vw;
    text-shadow: 0 0 30px #000000, 0 0 16px #000000;
}
@media screen and (max-width: 1024px) {
.swiper-banner .swiper-slide img { max-width: unset; width: 140%; margin-left: -20%;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before { font-size: clamp(21px, 3vw, 26px); padding: 0 0 0 10vw; width: 85vw; bottom: 12vw;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after { left: 14vw; bottom: 5vw; font-size: 3.6vw;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding: 0;}
}
@media screen and (max-width: 600px) {
.swiper-banner .swiper-slide img { width: 180%; margin-left: -40%;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before { font-size: clamp(17px, 4.5vw, 21px); letter-spacing: .7vw; bottom: 18vw;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after { bottom: 10.8vw;}
}
@media screen and (max-width: 475px) {
.bannerindex { position: relative; margin-top: -30px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    padding: 200px 18vw 80px 20px;
	background: #fff center top / cover;
	box-shadow: 0 0 4vw #4680a985 inset;
}
.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, .banner.banblog { 
	background-image: url(https://pic03.eapple.com.tw/lungshibedbed/ban01.jpg);
}
.banner h5 {
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
    font-size: 32px;
    color: #4680a9;
    line-height: 1.5;
    letter-spacing: 0.07em;
    margin: 10px 0;
	text-shadow: 0 0 20px #fff, 0 0 40px #ffffff8c;
}
.banner h5:after {
    display: block;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 0.45em;
    line-height: 1.8;
}
.services_page .banner.banB h5:after { content: "SERVICE";}
.banner.banB h5:after { content: "MATTRESS";}
.banner.banF h5:after { content: "PRODUCT";}
.banner.banA h5:after { content: "NEWS";}
.banner.banblog h5:after { content: "FAQ";}
.banner.banC h5:after { content: "CONTACT";}

@media screen and (max-width: 1400px) {
.banner { padding: 14.3vw 18vw 5.7vw 20px;}
}
@media screen and (max-width: 1024px) {
.banner { padding: 21vw 20px 3vw; background-position-y: -9vw;}
.banner h5 { font-size: 30px;}
}
@media screen and (max-width: 768px) {
.banner { padding: 130px 20px 30px; background-position-y: top;}
.banner h5 { font-size: 27px;}
.banner h5:after { font-size: 13px; line-height: 1.5;}
}
@media screen and (max-width: 450px) {
.banner { min-height: unset; padding: 110px 20px 20px;}
.banner h5 { font-size: 25px;}
.banner h5:after { font-size: 12px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*功能頁 共同設定*/
.blank_letter, h5.blog_le_t em { font-size: 22px; font-weight: bold; letter-spacing: .01em; color: #222; padding: 0;}
.animated-arrow { background: #155785; margin-top: 30px;}

/*文章設定*/
h5.blog_le_t { font-size: 20px; letter-spacing: .01em; font-weight: 300;}
h5.blog_le_t span { color: #6897b5; font-size: 20px; padding-left: 10px;}
.promotion_title span { margin: 0 2px 5px 0;}
.promotion_title em { margin: 0 12px 5px 0;}
.promotion_title h2, h4.blog_category_title {
    font-family: "Noto Serif TC", serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}
.blog_list_ri h5 {
    font-family: "Noto Serif TC", serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
h4.blog_category_title { font-size: 28px;}
.blog_subbox { grid-gap: 2vw;}
.blog_list_le { max-width: unset;}
.blog_subbox, .module_i_news ul { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));}
.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-size: 14px;
    color: #fff;
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 1.3;
    bottom: 40%;
    right: 38%;
    width: 70px;
    padding: 15px 0;
    border-radius: 50%;
    text-align: center;
    background: #598db1e6;
}
.subbox_item a:after, .module_i_news li a:after { border: 0; background: #598db12e;}
.blog_shareData { width: fit-content; margin: -60px 0 20px auto;}

.other_promotion { margin: 50px auto 0;}
.other_promotion li a { border: 1px #d0e1ef99 dashed;}
.other_promotion li a:hover { background: #ebf7ff4d;}
.other_promotion li a:before, .other_promotion li a:after { border: 1px #97b7cc solid;}
.other_promotion li a:before { border-bottom: none; border-right: none;}
.other_promotion li a:after { border-top: none; border-left: none;}
.blog_back a.article_btn_back, .lastPage { background: #29a4cf;}

.news_related {
    background: #fff url(https://pic03.eapple.com.tw/lungshibedbed/01_bg02.jpg) no-repeat center;
    background-size: cover;
}
.news_related h6 span:before { color: #333333;}
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));}
.news_related_list li a { border: 1px solid var(--mainBgColor02); padding: 10px 10px 2px; background: #ffffffbd;}
.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: 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));}
}
@media screen and (max-width: 960px) {
.subbox_item { padding: 15px 0;}
}
@media screen and (max-width: 850px) {
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
}
@media screen and (max-width: 768px) {
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); margin: auto; max-width: 600px;}
.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: 1fr; max-width: 280px; margin: auto;}
.subbox_item a { grid-template-columns: 1fr;}
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));}
}
@media screen and (max-width: 380px) {
.module_i_news ul { grid-template-columns: 1fr; max-width: 240px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*工程實績 相簿設定*/
.subalbum-menu h2 {
    font-family: Noto Sans TC;
    font-size: 22px;
    font-weight: 500;
    color: #222;
    letter-spacing: 1px;
}
.other_album_choice li { background: #486e94;}
.album_fixed_title { background: none;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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 a { color: #111;}
.products-list .price { display: none;}  /*價格隱藏*/
.products-list .more { border: 1px #155785 solid; color: #155785; background: #ffffff61;}
.products-list .item a:hover .more { background: #155785;}
.inquiry_a1 { background: #6f6f9d;}
.inquiry_a2 { background: #8cb7d3;}


/* 購物車 首頁設定 */
.prod_part {
    padding: 100px 20px;
	border-top: 1px #1557856e solid;
}
.i_prod_tit, .i_video_tit {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
}
.i_prod_tit h2, .i_video_tit h2 {
    color: #4680a9;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.2em;
    margin: 5px 0;
}
.i_prod_tit span, .i_video_tit span {
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    font-size: 26px;
    position: relative;
    letter-spacing: .1em;
    color: #111;
}
.i_prod_tit span, .i_video_tit span {
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    font-size: 26px;
    position: relative;
    letter-spacing: .1em;
    color: #111;
}
@media screen and (max-width: 600px) {
.prod_part { padding: 80px 10px;}
.i_prod_tit span, .i_video_tit span { font-size: 24px;}
.i_prod_tit h2, .i_video_tit h2 { font-size: 14px;}
}

@media screen and (max-width: 425px) {
.i_prod_tit span, .i_video_tit span { font-size: 23px;}
}