@charset "utf-8";

/*字形-中-Noto Serif*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

/*字形-en-DM Serif Display*/
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/*↓↓↓↓↓↓↓此網站更改↓↓↓↓↓↓↓↓*/
/*= = = = = = = = 顏色定義 = = = = = = = =*/
body {
	--ColorA: #1c1c1e;
	--ColorBL: #107e89;
    --ColorBD: #28494e;
    --ColorD: #353535;
    --ColorL: linear-gradient(90deg, #107e89, #28494e);
	--ColorW: #ffffff;
}

/*
顏色
.calss {background-color: var(--ColorA);}
*/

/*= = = = = = = = 文字大小 = = = = = = = =*/
body {
    --f13: 13px;
    --f14: 14px;
    --f15: 15px;
    --f16: 16px;
    --f17: 17px;
    --f20: 20px;
    --f23: 23px;
    --f25: 25px;
    --f32: 32px;
    --f140: 140px;
}

/* = = = = = = = 字型 = = = = = = = =*/
body {
    font-family: 'DM Serif Display', 'Noto Serif TC', sans-serif;
    letter-spacing: 1px;
}

/* = = = = = = = 大圖滿版 = = = = = = = =*/
.swiper-banner .swiper-slide img {
    width: 100%;}   

/* = = = = = = = 背景 = = = = = = = =*/
#content {
    background: url(https://pic03.eapple.com.tw/fushengcar/all_bg.jpg) center top;
    background-repeat: repeat-y;
    background-size: cover;
}


/* = = = = = = = header = = = = = = = =*/
/*小icon隱藏*/
.tp_links {
    display: none;
}
.me_tp_features {
    display: none;}

/*LOGO*/
.pageIndex .nav-header {
    max-width: 100px;
    padding-top: 15px;
}
.nav-header {
    max-width: 85px;
    padding-top: 5px;
}

/*背景*/
#content_main {background: #050505;}

/*header排版*/
.main_header_area .container {
    max-width: 95%;}
.pageIndex .header_area {
    background: transparent;
    position: sticky;
    box-shadow: 0 0 0px #43434300;
    padding: 0;
}   
.header_area {
    background: #171717;
    box-shadow: 0 0 5px #43434394;
}
.pageIndex .stellarnav {padding-top: 10px;}
.stellarnav {padding-top: 20px;}
.bannerindex {margin-top: -121px;}
.navigation {grid-template-columns: 115px 1fr;}

/*樣式 */
.stellarnav > ul > li > a {
    color: var(--ColorW);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 23px;
}
.stellarnav>ul>li:hover:after {
    width: 100%;
}
.stellarnav>ul>li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 2px;
    width: 0%;
    background: var(--ColorBL);
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}
.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; overflow: hidden;}
.stellarnav li a {color: var(--ColorW);}
.news_classes>li:hover>a, .prod_classes>li:hover>a, .news_classes>li.focus>a {
    transform: translateX(4px);
}
.news_classes > li > a {transition: all .5s;}

/* = = = = = = = 下滑header = = = = = = = =*/
.header_area.sticky {
    background: var(--ColorA);
    position: sticky;
    transition: 0.5s;
    box-shadow: 0 0 5px #43434394;
}
.header_area.sticky .nav-header {
    max-width: 85px;
    padding-top: 0px;
    transition: 0.5s;
    font-size: 0;
}
.header_area.sticky .stellarnav {
    padding-top: 20px;
    transition: 0.5s;
}


/* = = = = = = = footer = = = = = = = =*/
/*footer icon按鈕隱藏*/
.box_link {display: none;}
.footer_menu a:nth-of-type(1) {display: none;}

/*footer logo*/
.footer_logo {max-width: 135px; margin-left: 10px;}

/*樣式*/
.footer {background: #191919;}
.footer_info li p, .footer_info li p a {color: var(--ColorW);}
.footer_info li p {
    line-height: 235%;
    letter-spacing: 2px;
}
.copy {border-top: 0px #ddd solid;}
.copy a {
    color: #999;
}
.copy a:hover {
    color: #999;
}
.privacyLinks a+a {
    border-left: 1px solid #999;
}
.footer .center {max-width: 1600px; padding: 35px 3%;}    
.footer_menu::before {
    content: "相關連結";
    display: block;
    color: #41b0bb;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}
.footer_info li:nth-child(1)::before {
    content: "聯絡方式";
    display: block;
    color: #41b0bb;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}
.footer_menu a {
    padding: 5px 0px;
    border: 0px #ccc solid;
    margin: 0 10px 4px 0;
    font-size: 14px;
    line-height: 100%;
    color: var(--ColorW);
    background: transparent;
    letter-spacing: 2px;
}
.footer_info ul {
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.footer_menu a:hover {
    background: transparent;
    color: #bfbfbf;
}


/*資訊*/
.footer_info li p.line:before {
    content: 'LINE ID：';
}
.footer_info li p.add2:before {
    content: '營業時間：';
}
.footer_info li p.fax:before {
    content: 'LINE ID：';
}

/*順序*/
.footer_info li p.tel {
    order: 1;
}
.footer_info li p.mail {
    order: 2;
}
.footer_info li p.add {
    order: 3;
}
.footer_info li p.add2 {
    order: 4;
}
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

/*置頂按鈕*/
#to_top {
    color: var(--ColorW);
    font-weight: 400;
    background: #656565;
}
#to_top i:before, #to_top i:after {
	background: var(--ColorW);
}
#to_top i.top:before, #to_top i.top:after {
	width: 2px;
}

/* = = = = = = = banner = = = = = = = =*/
.path {display: none;}
.banner {
    background: url(https://pic03.eapple.com.tw/fushengcar/ban_bg.jpg) center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}
.banner h5 {
    color: var(--ColorW);
    font-size: var(--f20);
    font-weight: 500;
    border-bottom: 2px solid #107E89;
    padding-block: 0 5px;
    margin-top: -25px;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


.banner h5::before {
    content: "";
    display: block;
    font-size: var(--f140);
    border-bottom: 1px solid #107E89;
    margin-bottom: 5px;
}
.banner.banC h5::before {
    content: "CONTACT";
}
.banner.banblog h5::before {
    content: "NEWS";
}
.banner.banF h5::before {
    content: "WORKS";
}
.services_page .banner.banB h5::before {
    content: "SERVICES";
}
.other_page .banner.banB h5::before {
    content: "OPTIMIZATION";
}

/*
.blog_page.article_b .banner.banblog h5::before, .blog_in_page.article_b .banner.banblog h5::before{
    content: "FAQ";
}
.blog_page.article_a .banner.banblog h5::before, .blog_in_page.article_a .banner.banblog h5::before {
    content: "NEWS";
}
.banner.banF h5::before {
    content: "WORKS";
}


.banner h5::after {
    content: "";
    width: 72px;
    height: 4px;
    background: var(--ColorB);
    display: block;
    margin: 40px auto 0;
}

.other_page .banner, .services_page .banner {display: none;}*/

/* = = = = = = = 文管 = = = = = = = =*/
/*改排版-直式*/
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}
.subbox_item a {grid-template-columns: 1fr;}

@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;
}
}

/*改排版-直式結束*/

/*樣式*/
h5.blog_le_t {display: none;}
.blog_search input[type=search] {
    color: var(--ColorW) !important;
    border: solid 1px #7f7f7f;
    background: var(--ColorA);
    border-radius: 0;
}
.blog_le .accordion {
    border-radius: 0;
    border: 1px #7f7f7f solid;
}
.accordion li .link a {
    color: #e3e3e3;
    font-weight: 400;
    letter-spacing: 2px;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #2d2d2d !important;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: var(--ColorB) !important;
}
.blog_le {margin-top: 33px;}
.blog_page .main_part, .blog_in_page .main_part {max-width: 1600px;}
.blog_list_ri h5 {
    font-weight: 400;
    font-size: 18px;
    color: var(--ColorW);
    -webkit-line-clamp: 5;
}
.blog_list_ri em {display: none;}
.blog_list_ri p {color: #c1c1c1;}
.blog_list_ri {text-align: center;}    
.subbox_item {
    background: #313131b5;
    padding: 10px;
}
.subbox_item a:after {
    background: #313131b5;
    border: 0px #ddd solid;
}
.subbox_item a:before {color: var(--ColorBL);}
h4.blog_category_title {
    color: var(--ColorW);
    font-size: var(--f25);
    font-weight: 400;
}
.articel_mainPic {display: none;}
.blog_in_page .blog_le {
    margin-top: 12px;
}
.blog_back a.article_btn_next, .blog_back a.article_btn_prev {
    background: var(--ColorBD);
}
.toShareNews b {
    color: #d9d9d9;
    font-weight: 300;
}
.blog_box_edit {
    color: #e5e5e5;
}
.blog_back a.article_btn_back {
    background: #5f5f5f;
}
.news_related {
    background: #464646;
    padding: 75px 15px;
}
.news_related h6 span:before {
    font-size: var(--f25);
    color: var(--ColorW);
    font-weight: 400;
}   
.news_related_list li a {
    padding: 5px;
    background: #2f2f2f;
}
.news_related_list li a p {color: #d5d5d5;}
.news_related h6 {
    max-width: 1600px;
    margin: 0 auto 45px;}
.news_related_list {max-width: 1600px; grid-template-columns: 1fr 1fr 1fr 1fr;}
.lastPage {
    font-size: 15px;
    color: #fff;
    background: #333333;
}    

/* = = = = = = = 作品 = = = = = = = =*/
.product-layer-two > li {border-bottom: 0px dotted #ccc; text-align: center;}
.product-layer-two li a {
    border: 1px #000 solid;
    background: #000;
    color: var(--ColorW);
    transition: 0.5s;
    font-weight: 400;
}
.product-layer-two li a:hover {
    color: var(--ColorW);
    background: var(--ColorBL);
}
.product_page .main_part {
    max-width: 1800px;
}
.products-list {grid-template-columns: 1fr 1fr 1fr;}
.products-list .pic {aspect-ratio: 3 / 2;}
.products-list .name {
    font-size: var(--f18);
    color: var(--ColorW);
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;}
.products-list .more {display: none;}    
.products-list .item a:hover figure img {
    transform: scale(1.05);
}
.products-list .item a figure img, .products-list .item a .name {
    transition: 0.5s;
}
.product-layer-two li.active a {
    font-weight: 400;
    border: 1px #252525 solid;
    color: var(--ColorW);
    background: var(--ColorBL);
}

/*內*/
.sidebarBtn {
    border: 0px #ddd solid;
    background: transparent;
}
.sidebarBtn h2, .pd_tabTitle li.activeTab a {
    color: var(--ColorW);}
.product_info li .txt_box, .product_info li span {
    color: var(--ColorW);}    
.pd_tabTitle li.activeTab::after {
    background: var(--ColorBL);
}    
.pd_tabTitle li {border-bottom: 1px solid var(--ColorBL);}
.pd_tabInner_contain {color: var(--ColorW);}


/*推薦*/
.prod_related h6 span:before {
    font-size: var(--f25);
    color: var(--ColorW);
    font-weight: 400;
}
.prod_related {
    background: #464646;
    padding: 75px 15px;
}
.related_list li a {
    padding: 5px;
    background: #2f2f2f;
}
.related_list li a p {color: #d5d5d5;}
.related_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1600px;
}

/* = = = = = = = 表單 = = = = = = = =*/
.blank_letter {
    font-family: 'Noto Serif TC', sans-serif;
    padding-top: 0;
    padding-bottom: 0;
    font-size: var(--f32);
    color: var(--ColorW);
    letter-spacing: 2px;
    font-weight: 600;
    border-left: 5px solid var(--ColorBL);
    padding-left: 20px;
}
.list_before.info li { color: var(--ColorW); padding-left: 80px;}
.list_before.info li a { color: var(--ColorW);}
.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-weight: 400;
    width: 90px;
}
.info_ADD2:before {
    content: "營業時間";
}
.info_FAX:before {
    content: "LINE";
}
.contact_form {color: var(--ColorW);}
.contact_form li input.noborder {
    border: 0px #ddd solid;
    background: #000;
    color: #fff;
}
.contact_form li textarea.noborder {
    border: 0px #ddd solid;
    background: #000;
}
.form select {
    border: 0px solid #C2BCB4;
    color: #fff;
    background: #252525;
    width: 100%;
}
.contact_form li {grid-template-columns: 110px 1fr;}
.contact_form li .form__label {max-width: 100px;}
.contact_form li.last blockquote {
    color: var(--ColorW);
}
.contact_form li.last blockquote, .contact_form li.last cite {
    border: 0px #dfd4c3 solid;
    background: var(--ColorD);
}
.contact_form li.last cite {
    background: var(--ColorBL);}
.contact_content .information_left {
    width: 100%;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
    padding-top: 75px;
}    

/* = = = = = = = page = = = = = = = =*/
.page, .page li a {color: #d9d9d9;}/*數字顏色*/
.page strong, .page a:hover {
    color: #fff;
    background: #000;
}
.activeN {/*當前頁面數字*/
    border: 1px solid #797979;
    border-radius: 100%;
    width: 25px;
    height: 25px;
}


/* = = = = = = = 不同尺寸 = = = = = = = =*/

@media screen and (max-width: 1400px) { 
/*footer*/
.footer_info {grid-template-columns: 170px 1fr;}
}

@media screen and (max-width: 1280px) { 
/*footer*/
.footer_info {grid-template-columns: 175px 1fr;}
.footer_info li:nth-child(1) {
    width: 46%;
}

}

@media screen and (max-width: 1024px) { 
/*header */
.bannerindex {
    margin-top: 0;
}
.pageIndex .header_area {
    background: var(--ColorA);
    box-shadow: 0 0 5px #43434394;
}
.pageIndex .nav-header {
    max-width: 85px;
    padding-top: 5px;
    font-size: 0;
}
.pageIndex .header_area {padding: 10px;}
.header_area.sticky .stellarnav {
    padding-top: 10px;}

/*footer*/
.footer_info li:nth-child(1) {
    width: 100%;
}
.footer_info {grid-template-columns: 130px 1fr;} 

/*文字*/
body {
    --f13: 12px;
    --f14: 13px;
    --f15: 14px;
    --f16: 15px;
    --f17: 16px;
    --f20: 18px;
    --f23: 20px;
    --f25: 22px;
    --f32: 29px;
    --f140: 120px;
}

/*banner   */
.other_page .banner.banB h5::before {
    font-size: 100px;
}

/*購物車*/
.products-list {
    grid-template-columns: 1fr 1fr;
}


}

@media screen and (max-width: 960px) {
/*文管*/
.subbox_item {border-bottom: 0px #eee solid;}

}

@media screen and (max-width: 830px) { 
/*header */
.stellarnav > ul > li > a {margin: 0 10px;}

/*footer*/
.footer_info {grid-template-columns: 1fr;}
.footer_info ul {flex-direction: column;}
.footer_logo {
    max-width: 125px;
}


}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
#bottom_menu {background: var(--ColorA);}
#bottom_menu li a {color: #999999;}
#bottom_menu li {border-right: 1px solid #515151;}

/*= = = = = = = = 文字大小 = = = = = = = =*/
body {
    --f23: 17px;
    --f140: 80px;
    --f32: 27px;
}

/*banner*/
.banner {height: 300px;}
.other_page .banner.banB h5::before {
    font-size: 70px;
}


/*header*/
.stellarnav .menu-toggle:after {color: #f7f7f7;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: var(--ColorB);}
.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(--ColorA);}
.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 .menu-toggle span.bars span {
    background: var(--ColorBL);
}

/*footer*/
.footer_logo {margin-left: 0;}    

/*排序*/
.news_related_list, .related_list {
    grid-template-columns: 1fr 1fr;
}

/*購物車*/
.mobile_product_name {color: #fff;}


/*精選案例*/
.products-list {grid-template-columns: 1fr 1fr;}
.product_menu_list a.pd_menu_toggle {color: var(--ColorW); font-size: var(--f25);}
.product_page .product_menu_list>h5::before {
    content: "案例分類";
    color: var(--ColorW);
    font-weight: 400;
    font-size: var(--f25);
}
.product_page .product_menu_list>h5 {
    color: #ffffff00;
    font-size: 0;
}

}

@media screen and (max-width: 600px) { 
/*表單*/
.contact_form li .form__label {
    max-width: 110px;
    font-weight: 400;
    padding: 5px;
    background: rgb(140 168 218 / 0%);
}
.contact_page .main_part {padding: 25px 10px 10px;}
.contact_content .information_right {
    padding-left: 0;
    padding: 10px;
}

/*精選案例*/
.products-list {grid-template-columns: 1fr;}

/*= = = = = = = = 文字大小 = = = = = = = =*/
body {
    --f140: 60px;
    --f32: 25px;
}
/*banner   */
.other_page .banner.banB h5::before {
    font-size: 50px;
}

}

@media screen and (max-width: 430px) { 
}

@media screen and (max-width: 375px) { 

/*= = = = = = = = 文字大小 = = = = = = = =*/
body {
    --f140: 50px;
    --f32: 23px;
}

/*banner   */
.other_page .banner.banB h5::before {
    font-size: 40px;
}

}

/*↑↑↑↑↑↑↑↑此網站更改結束↑↑↑↑↑↑↑↑*/






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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_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-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 235px);}
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; 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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */