@charset "utf-8";


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.path {display: none;}
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*網站按鈕*/
.animated-arrow {width: 180px;height: 60px;color: #222;position: relative;overflow: hidden;display: inline-block;text-align: center;background: #ccc;margin-top: 0;}
.animated-arrow:hover {color: var(--mainColor);background: #fff;}
.animated-arrow b{display: flex;font-size: 18px;padding: 0;font-weight: normal;width: 100%;height: 100%;justify-content: center;align-items: center;}
.animated-arrow::before, 
.animated-arrow::after, 
.animated-arrow b::before, 
.animated-arrow b::after{content: ''; position: absolute; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; background: #1F72A6;}
.animated-arrow::before, .animated-arrow::after{width: 2px; height: 100%;}
.animated-arrow::before {left: 0; top: 0; -moz-transform: translateY(100%); -ms-transform: translateY(100%); -webkit-transform: translateY(100%); transform: translateY(100%);}
.animated-arrow::after {right: 0px; bottom: 0; -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -webkit-transform: translateY(-100%); transform: translateY(-100%);}
.animated-arrow b::before, .animated-arrow b::after{width: 100%; height: 2px;}
.animated-arrow b::before {left: 0; top: 0; -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%); transform: translateX(-100%);}
.animated-arrow b::after { right: 0; bottom: 0; -moz-transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%); transform: translateX(100%);}
.animated-arrow:hover::before, .animated-arrow:hover::after {-moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0);}
.animated-arrow:hover b::before, .animated-arrow:hover b::after {-moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0);}

.animated-arrow i {display: none;}

@media screen and (max-width: 1024px) {
.animated-arrow b{font-size: 17px;}
}
@media screen and (max-width: 768px) {
.animated-arrow {width: 150px;height: 45px;}
.animated-arrow b{font-size: 16px;}
}
@media screen and (max-width: 600px) {
.animated-arrow b{font-size: 15px;}
}
@media screen and (max-width: 500px) {
.animated-arrow {width: 130px;}
.animated-arrow b{font-size: 14px;}
}
	

/*網站統一設定*/
.main_part {max-width: 1500px;padding: 100px 5%;}
.show_content {padding: 0;}
.page {margin: 50px auto;color: #000;gap: 5px;}
.page li {margin: 0;display: flex;width: 30px;height: 30px;line-height: 30px;border: 1px solid #000;
justify-content: center;align-items: center;align-content: center;text-align: center;transition: .3s;}
.page li a, .page li strong {width: 30px;height: 30px;line-height: 30px;color: #000;border-radius: 0;}
.page strong, .page a:hover {background: #18274b;color: #ffffff;}
.page li.activeN {background: #18274b;color: #ffffff;}

@media screen and (max-width: 1024px) {
.main_part {padding: 80px 5%;}
.page {font-size: 15px;gap: 3px;}
}
@media screen and (max-width: 500px) {
.main_part {padding: 60px 5%;}
.page {font-size: 14px;gap: 2px;}
}
@media screen and (max-width: 425px) {
.main_part {padding: 50px 5%;}
.page {font-size: 13px;gap: 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@-webkit-keyframes in{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes in{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/*HEADER*/
.pageIndex .header_area {background: #ffffffe6;position: fixed;transition: 1s ease;}
.header_area {background: #ffffff;padding: 0 3%;box-shadow: 0 5px 10px #0000000d;transition: 1s ease;
    -webkit-animation: in 1s cubic-bezier(0.61, 0.1, 0.45, 0.86) both;animation: in 1s cubic-bezier(0.61, 0.1, 0.45, 0.86) both;}
.pageIndex .header_area.sticky {background: #ffffff;transition: 1s ease;}
.header_area.sticky {background: #ffffff;transition: 1s ease;}
.me_tp_features {display: none;}
.main_header_area .container {max-width: 1200px;}
.navigation {display: grid;grid-template-columns: 400px 1fr;align-items: center;}

/*LOGO*/
.nav-header {grid-row: 1 / 1;max-width: 315px;}
.nav-brand {display: flex;}

/*選單*/
.stellarnav ul {display: flex;justify-content: flex-end;}
.stellarnav > ul > li > a {display: block;padding: 40px 25px;color: #000000;letter-spacing: 0.15em;transition: 0.3s ease;
    font-size: 18px;margin: 0px -8px;line-height: 1;height: auto;clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);}
.stellarnav > ul > li:hover > a {color: #fff;transition: 0.3s ease;}
.stellarnav > ul > li > a:before {content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 0%;opacity: 0;
    background: linear-gradient(210deg, #69a5c3, #166f9b);z-index: -1;transition: 0.3s ease;}
.stellarnav > ul > li:hover > a:before {opacity: 1;height: 100%;transition: 0.3s ease;}
.stellarnav > ul > li.has-sub > a {padding-right: 25px;}
.stellarnav li.has-sub > a:after {display: none;}

/*下拉選單*/
.stellarnav > ul > li > ul {transform: translateX(-50%);left: 50%;right: 0;box-shadow: 0px 3px 6px #ccc;border-top: 3px solid #166f9b;}
.stellarnav > ul > li > ul > li {border: unset;text-align: center;}
.stellarnav > ul > li > ul > li+li {border-top: 1px solid #69a5c3;}
.stellarnav > ul > li > ul > li > a {padding: 10px 5px;color: #000000;letter-spacing: 0.1em;transition: 0.2s ease;}
.stellarnav > ul > li > ul > li > a:hover {color: #69a5c3;}
.stellarnav > ul > li > ul > li > ul {background: #999;border-radius: 5px;}
.stellarnav > ul > li > ul > li > ul > li {border: unset;}
.stellarnav > ul > li > ul > li > ul > li+li {border-top: 1px solid #69a5c3;}
.stellarnav > ul > li > ul > li > ul > li > a {color: #000000;text-align: center;letter-spacing: 0.1em;padding: 10px;}
.stellarnav > ul > li > ul > li > ul > li > a:hover {color:#69a5c3;}

@media screen and (max-width: 1250px) {
.navigation {grid-template-columns: 250px 1fr;}
.stellarnav > ul > li > a {padding: 35px 15px;font-size: 17px;}
.stellarnav > ul > li.has-sub > a {padding-right: 15px;}
}
@media screen and (max-width: 1024px) {
.pageIndex .header_area {position: sticky;}
.navigation {grid-template-columns: 1fr;justify-items: center;}
.nav-header {max-width: 250px;padding: 15px 0;}
.stellarnav ul {justify-content: center;}
.stellarnav > ul > li > a {padding: 30px 20px;margin: 0;clip-path: unset;letter-spacing: 0.14em;}
.stellarnav > ul > li.has-sub > a {padding-right: 20px;}
}
@media screen and (max-width: 768px) {
.stellarnav.mobile {display: flex;justify-content: center;align-items: center;height: 100%;}
.stellarnav.mobile .menu-toggle {padding: 0px;}
.stellarnav .menu-toggle span.bars {top: 0;}
.stellarnav .menu-toggle:after {font-size: 10px;letter-spacing: 0.15em;color: #0e3a57;transform: unset;}
.stellarnav .menu-toggle span.bars span {width: 33px;height: 1px;background: #0e3a57;margin: 0 auto 5px;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {border: unset;background: #ffffff;max-width: 300px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #999;color: #fff;letter-spacing: 0.15em;padding: 15px;}
.stellarnav .icon-close {width: 20px;height: 11px;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 1px #ffffff;}
.stellarnav.mobile > ul > li {border-bottom: unset;}
.stellarnav.mobile li a {border-bottom: unset;}
.stellarnav.mobile > ul > li > a {padding: 20px 30px;font-size: 16px;}
.stellarnav.mobile > ul > li.has-sub > a {padding-right: unset;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 20px 15px;}
.stellarnav.mobile ul > li > ul {background: unset;}
.stellarnav.mobile > ul > li > ul > li {text-align: left;}
.stellarnav.mobile > ul > li+li, .stellarnav.mobile > ul > li > ul > li+li {border-bottom: 1px solid #0e3a570d;}
.stellarnav.mobile > ul > li, .stellarnav.mobile > ul > li+li, .stellarnav.mobile > ul > li > ul > li+li {border-bottom: 1px solid #333;}
.stellarnav.mobile > ul > li > ul > li > a, .stellarnav.mobile > ul > li > ul > li.has-sub > a, 
.stellarnav.mobile > ul > li > ul > li > ul > li > a {padding: 15px 30px !important;letter-spacing: 0.15em;text-align: left;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #fff;}
.stellarnav.mobile li.open {background: #000000;padding: 0 10px 10px;}
.stellarnav.mobile li.open li.open {background: #000000;padding: 0;}
.stellarnav.mobile li.open li.open > a {background: #111;}
}

@media screen and (max-width: 600px) {
.nav-header {max-width: 220px;}
}
@media screen and (max-width: 450px) {
.header_area {padding: 0 5%;}
.nav-header {max-width: 200px;padding: 10px 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖*/

@-webkit-keyframes toright {
	0% {transform: translateX(-50px);opacity: 0;}
	100% {transform: translateX(0px);opacity: 1;}
}
@keyframes toright {
	0% {transform: translateX(-50px);opacity: 0;}
	100% {transform: translateX(0px);opacity: 1;}
}

@-webkit-keyframes toleft {
	0% {transform: translateX(50px);opacity: 0;}
	100% {transform: translateX(0px);opacity: 1;}
}
@keyframes toleft {
	0% {transform: translateX(50px);opacity: 0;}
	100% {transform: translateX(0px);opacity: 1;}
}

@-webkit-keyframes rotate {
	0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes rotate {
	0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

/*大圖*/

.pageIndex .swiper-fade .swiper-slide:nth-child(2):before {
    content: '';position: absolute;background: url(https://pic03.eapple.com.tw/hochin/大圖文字-05.svg);
    background-size: cover;width: 48%;aspect-ratio: 213 / 160;left:10%;top: 20%;z-index: 999;}

.pageIndex .swiper-fade .swiper-slide:nth-child(2):after {
    content: '';position: absolute;top: 35%;left: 60%;background: url(https://pic03.eapple.com.tw/hochin/大圖文字-06.svg);
    background-size: cover;width: 30%;aspect-ratio: 625 / 470;z-index: 999;}

.pageIndex .swiper-fade .swiper-slide-active:nth-child(2):before{
    -webkit-animation: toright 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
	animation: toright 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;}

.pageIndex .swiper-fade .swiper-slide-active:nth-child(2):after{
    -webkit-animation: toleft 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
	animation: toleft 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;}

/*點點*/
.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: var(--swiper-pagination-bottom, 30px);}

@media screen and (max-width: 600px) {
.swiper-pagination-bullet { width: 8px;height: 8px;}
.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: 5px;}
.pageIndex .swiper-fade .swiper-slide:nth-child(2):after {top: 28%;left: 55%;width: 40%;}
.pageIndex .swiper-fade .swiper-slide:nth-child(2):before {width: 50%;left: 5%;top: 15%;}
}
@media screen and (max-width: 450px) {
.swiper-pagination-bullet { width: 5px;height: 5px;}
}

/*手機大圖*/
@media screen and (max-width: 600px) {}


/*內頁BANNER 設定*/
.banner {position: relative;background: unset;padding: 0 0 50px;align-content: flex-end;}
.banner h5 {font-size: 30px;letter-spacing: 0.08em;font-weight: 600;}
.banner h5:before {content: '';position: absolute;transform: translate(-50%, -50%);
	left: 50%;top: 55%;font-size: 80px;color: #eee;z-index: -1;}
.banner.banA {}
.banner.banB {}
.banner.banC h5:before {content: 'CONTACT';}
.banner.banD {}
.banner.banE {}
.banner.banE h5:before {content: 'EQUIPMENT';}
.banner.banF h5:before {content: 'PRODUCTS';}
.banner.banblog h5:before {content: 'NEWS';}

@media screen and (max-width: 1024px) {
.banner {min-height: 200px;}
.banner h5 {font-size: 28px;}
.banner h5:before {font-size: 65px;top: 50%;}
}
@media screen and (max-width: 768px) {
.banner {min-height: 180px;padding: 0 0 30px;}
.banner h5 {font-size: 25px;}
.banner h5:before {font-size: 60px;top: 60%;}
}
@media screen and (max-width: 600px) {
.banner {min-height: 160px;padding: 0 0 20px;}
.banner h5:before {font-size: 50px;top: 60%;}
}
@media screen and (max-width: 450px) {
.banner {min-height: 125px;padding: 0;}
.banner h5 {font-size: 22px;}
.banner h5:before {font-size: 45px;top: 70%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.footer {padding: 50px 0 0;background: #133b580d;}
.footer .center {width: 90%;max-width: 900px;}
.footer_info {grid-template-columns: 300px 1fr;grid-gap: 0 50px;padding-right: 0;padding-bottom: 50px;}
.footer_logo {display: flex;max-width: 300px;justify-content: center;align-items: center;}

/*ICON*/
.box_link {align-items: flex-start;position: relative;top: 0;right: auto;width: 100%;max-width: unset;flex-direction: row;order: 1;}
.box_link a {transition: .3s ease;border: 0;border-radius: 0;padding: 0;font-size: 18px;text-align: center;margin: 0;color: #000;}
.box_link a:hover {color: #999;}

/*網站資訊*/
.footer_info ul {display: flex;flex-direction: column;justify-content: space-between;grid-row-start: span 2;gap: 15px 0;}
.footer_info li {padding: 0;}
.footer_info li p {line-height: 200%;letter-spacing: 0.08em;color: #000000;font-size: 16px;}
/*選單*/
.footer_menu {display: flex;flex-wrap: wrap;justify-content: flex-start;}
.footer_menu a:nth-child(1) {display: none;}
.footer_menu a {width: 100%;max-width: 100px;padding: 10px;border: 0;letter-spacing: 0.08em;text-align: center;
    margin: 0 5px 5px 0;color: #444;background: #ffffff;transition: 0.3s ease;}
.footer_menu a:hover {background: #0e3a57;color: #fff;transition: 0.3s ease;}

/*COPY*/
.copy {padding: 20px 0;letter-spacing: 0.08em;color: #ddd;margin-top: 0px;border-top: 0;background: #0e3a57;}
.copy a {color: #fff;}

/*TOP*/
#to_top {bottom: 160px;background: #000000;color: #ffffff;left: auto;right: 0;font-size: 14px;
    letter-spacing: 0.1em;padding-left: 2px;box-shadow: unset;border-radius: 0;}
#to_top i.top {left: -1px;width: 15px;height: 10px;}
#to_top i.top:before, #to_top i.top:after {height: 10px;width: 2px;background: #ffffff;}

@media screen and (max-width: 1024px) {
.footer_info {grid-template-columns: 280px 1fr;}
.footer_logo {max-width: 280px;}
.footer_menu a {max-width: 125px;}
}

@media screen and (max-width: 900px) {
.footer_info {grid-template-columns: 250px 1fr;}
}

@media screen and (max-width: 768px) {
#to_top {width: 45px;height: 45px;font-size: 13px;}
.footer_logo {max-width: 250px;}
.footer_info {grid-template-columns: 1fr;grid-gap: 25px 0;padding-bottom: 0;padding: 0 0 50px;justify-items: center;}
.footer_info ul {order: 2;gap: 15px 0;}
.footer_info li+li {margin-top: 0;}
.footer_info li:nth-child(2) {padding-top: 0;}
.footer_info li p {text-align: center;}
.box_link {justify-content: center;}
.box_link a {font-size: 17px;}
.footer_menu {justify-content: center;}
.footer_menu a {max-width: 170px;}
#bottom_menu {display: none;}
}

@media screen and (max-width: 500px) {
.footer {padding: 30px 0 0;}
.footer .center {width: 95%;}
.footer_logo {max-width: 220px;}
.footer_info li p {font-size: 14px;letter-spacing: 0.05em;}
.footer_info li p:before {margin: 0;}
.box_link a {font-size: 16px;}
.footer_menu a {width: 48%;font-size: 12px;padding: 8px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章*/
.module_i_news {padding: 100px 5%;background: #fff;}
.module_i_news section {max-width: 1500px;}
.module_i_news_list, .module_i_news_list.swiper {padding: 0 0 50px 0;}
.module_i_news .title_i_box h4 {font-size: 30px;font-weight: 600;color: #000;letter-spacing: 0.08em;}
.module_i_news .title_i_box {margin-bottom: 50px;}
.module_i_news .title_i_box:before {content: 'News';display: block;line-height: 1.8;font-size: 25px;color: #1F72A6;letter-spacing: 0.05em;font-weight: bold;}
.module_i_news ul {grid-template-columns: repeat(2, 1fr);}
.module_i_news li a {display: grid;align-items: center;padding: 10px;background: #f5f5f5;}
.module_i_news li a:after {border: unset;}
.i_blog_ri {padding: 20px;letter-spacing: 0.08em;}
.module_i_news li a:before {bottom: 15px;right: 35px;color: #18274B;letter-spacing: 0.08em;}
@media screen and (max-width: 1024px) {
.module_i_news {padding: 80px 5%;}
.module_i_news .title_i_box h4 {font-size: 28px;}
.module_i_news ul {grid-template-columns: repeat(1, 1fr);}
}
@media screen and (max-width: 768px) {
.module_i_news {padding: 50px 5%;}
.module_i_news .title_i_box {margin-bottom: 30px;}
.module_i_news .title_i_box h4 {font-size: 25px;}
.i_prod_tit:after {font-size: 17px;}
.module_i_news ul {grid-template-columns: repeat(2, 1fr);}
.i_blog_ri {padding: 0 10px 10px;}
.i_blog_ri h5 {font-size: 18px;}
.i_blog_ri p {-webkit-line-clamp: 1;}
}
@media screen and (max-width: 450px) {
.module_i_news ul {grid-template-columns: repeat(1, 1fr);}
}

/*文章設定*/
h5.blog_le_t {font-size: 25px;font-weight: 400; color: #18274B;letter-spacing: 0.08em;margin-bottom: 10px;}
.blog_search input[type=search] {border-radius: 0;}
.blog_le .accordion {border-radius: 0;border: 0;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #1F72A6 !important;}
.accordion li .link a {font-size: 15px;font-weight: 400;letter-spacing: 0.08em;}

.blog_subbox {grid-template-columns: repeat(3, 1fr);}
.subbox_item a {align-items: center; grid-template-columns: 1fr;padding: 5px;border: 1px solid #f5f5f5;grid-gap: 0;}
.subbox_item a:before {bottom: 20px;right: 35px;color: #ffffff;letter-spacing: 0.08em;}
.subbox_item a:after {border: unset; background: #166f9bcc;}
.blog_list_ri {padding: 15px;}
.blog_list_ri h5 {-webkit-line-clamp: 2;}
.blog_list_ri em {letter-spacing: 0.08em;}
.blog_list_ri p {font-size: 15px;letter-spacing: 0.08em;color: #000000;}
.blog_list_ri>*+* {margin-top: 10px;}

/*文章內頁*/
.blog_in_page h5.blog_le_t {display: none;}
h4.blog_category_title {color: #000000;font-size: 25px;border-bottom: 1px #f5f5f5 solid;padding: 0 0 10px 0;}
.articel_mainPic {padding-bottom: 30px;}
.blog_box_edit * {line-height: 180%;font-size: 18px !important;letter-spacing: 0.08em;}
.news_tags a {color: #18274B;}
.blog_back {padding-top: 30px;}
.blog_back a {font-size: 16px;padding: 15px 0;letter-spacing: 0.08em;}
.blog_back a.article_btn_back {background: #18274B;}
.news_related {padding: 50px 0 0;}

/*相關推薦*/
.news_related {background: #f5f5f5;padding: 50px 0 0;}
.news_related h6 span:before {font-size: 25px;color: #18274B;letter-spacing: 0.08em;font-weight: 500;}
.news_related_list {max-width: 1500px;width: 90%;grid-template-columns: repeat(4, 1fr);}
.news_related_list li a {padding: 5px;transition: .3s ease;}
.news_related_list li a:hover {transform: scale(0.95);}
.news_related_list li a p {display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
    overflow: hidden;letter-spacing: 0.08em;padding-top: 5px;color: #000000;}

@media screen and (max-width: 1024px) {
.blog_subbox {grid-template-columns: repeat(2, 1fr);}
/*相關推薦*/
.news_related_list {grid-gap: 15px;}
}
@media screen and (max-width: 960px) {
.subbox_item {border-bottom: unset;}
}
@media screen and (max-width: 768px) {
h5.blog_le_t {font-size: 20px;padding: 10px 30px;background: #f5f5f5;}
.blog_le a.news_menu_toggle i {width: 4em;}
.blog_le a.news_menu_toggle {color: #18274B;}
.accordion li .link a {padding: 15px 30px;}
h4.blog_category_title {font-size: 20px;}
.blog_box_edit * {font-size: 17px !important;}
/*相關推薦*/
.news_related_list {grid-template-columns: repeat(2, 1fr);}
.news_related h6 span:before {font-size: 22px;}
}
@media screen and (max-width:600px) {
.blog_subbox {grid-template-columns: repeat(1, 1fr);}
.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:450px) {
.module_i_news .title_i_box h4 {font-size: 22px;}
.module_i_news .title_i_box:after {font-size: 16px;padding-top: 5px;}
.blog_list_ri {padding: 0 10px 5px;}
.blog_list_ri h5 {-webkit-line-clamp: 2;}
.blog_list_ri>*+* {margin-top: 5px;}
.blog_box_edit * {font-size: 16px !important;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.show-list, .pic-list {grid-template-columns: repeat(3, 1fr); grid-gap:30px 20px;}
.show-list .item a {padding: 10px;border: 1px solid #17264af2;}
.show-list .show_name, .other_subalbum li a p {position: absolute;width: fit-content;padding: 15px 30px;line-height: 1;margin-top: 0;
    transform: translate(0%, 0%);left: auto;right: 0;top: auto;bottom: 0;height: auto;font-size: 20px;background: #17264af2;
    color: #ffffff;text-align: right;font-weight: 400;-webkit-line-clamp: 1;z-index: 1;transition: all .4s;}
.show-list .item:hover .show_name {color: #ffffff;opacity: 0;}
.overlay {display: none;}
.show-list .show_pic img {transform: scale(1);transition: all .4s;}
.show-list .item:hover .show_pic img {transform: scale(1.1);}

/*次分類*/
.subalbum-menu {margin: 0;padding: 0;}
.subalbum-menu h2 {
    text-align: center;padding: 10px 0;background: #f5f5f5;margin-bottom: 30px;width: 100%;
    font-size: 22px;letter-spacing: 0.08em;font-weight: 500;color: #18274B;}

/*觀看更多*/
.album_fixed_title {font-size: 18px;color: #18274B;background: unset;}
.other_album_choice {margin: 0;}
.other_album_choice li {background: #1F72A6;font-size: 16px;padding: 10px 20px;letter-spacing: 0.08em;line-height: 1;margin: 0 5px 5px 0; border-radius: 0;}

@media screen and (max-width: 1024px) {
.show-list, .pic-list {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
.show-list .show_name, .other_subalbum li a p {font-size: 18px;}
.subalbum-menu h2 {font-size: 20px;}
}
@media screen and (max-width: 600px) {
.show-list, .pic-list {grid-template-columns: repeat(1, 1fr);}
.other_album_choice {display: grid;grid-template-columns: repeat(3, 1fr);}
.other_album_choice li { padding: 10px 8px; font-size: 15px;}
}
@media screen and (max-width: 450px) {
.other_album_choice {grid-template-columns: repeat(2, 1fr);}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/

.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: 18%; letter-spacing: 0.1em;min-height: 30vw;}
.product_page .products-list {width: 78%;grid-template-columns: repeat(3, 1fr);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li a {border: unset;background: unset;padding: 15px;color: #1a1a1a;transition: 0.5s ease;}
.product-layer-two li a:hover {background: #cccc;transition: 0.5s ease;}
.product-layer-two li li {display: block; padding:0;background: #f3f3f3;transition:all ease .3s;}
.product-layer-two li li a{padding: 15px 30px;background: unset;transition:all ease .3s;}
.product-layer-two li li:hover > a {background: unset;color: #999;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc;}
.product-layer-two li i {top: 10px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.product-layer-two li li:hover a {margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px;background: transparent;
    height: 12px; left: 5px;top: 50%; margin-top: -5px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#999;}
.product-layer-two li.active a {border: 0;}

.products-list .item a {text-align: center;padding-bottom: 50px;}
.products-list .name {font-size: 18px;color: #1a1a1a;letter-spacing: 0.08em;line-height: 1.5;
	display: -webkit-box;-webkit-line-clamp: 1;margin-top: 5px;height: auto;}
.products-list .price {display: none;}
.products-list .more {border: 1px solid #666;color: #666;font-size: 16px;font-weight: normal;letter-spacing: 0.1em;line-height: 35px;}
.products-list .item a:hover .more {background: #666;color: #fff;letter-spacing: 0.15em;}

.product_info_page .products-list,
.product-wrapper {width: 100%;max-width: 1200px;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;}
.product_info_page .product_main {width: 70%;}
.product_info_page .product_menu_list {display: none;}

.proImgSwiper img {width: 100%;}
.sidebarBtn {padding: 25px;border: 5px #f3f3f3 solid;letter-spacing: 0.08em;}
.sidebarBtn h2 {color: #1a1a1a;font-size: 22px;}
.sidebarBtn .price {border-bottom: 3px solid #f3f3f3;}
.product_info {margin: 15px 0;}
.product_info li .txt_box {width: 100%;}
.product_info li span {font-size: 13px;color: #999;margin-bottom: 5px;letter-spacing: 0.15em;font-family: auto;}
.radio-inline__label {padding: 5px 10px;margin: 0px 2px 8px 0;border-radius: 0;color: #1a1a1a;border: 1px solid #ccc;}
.product_info li .txt_box .amountNum {height: 30px;line-height: 30px;margin-left: 0;color: #1a1a1a;padding-left: 0;width: 100%;}
.inquiry_a1 {background: #69a5c3;}
.inquiry_a2 {background: #0e3a57;}
.inquiry_a3 { background: #a23733;letter-spacing: 0.1em;}
.inquiry_a3:hover {letter-spacing: 0.15em;background: #1a1a1a;}

.prod_tabs {width: 100%;}

.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;}

.prod_related {background: #f3f3f3;padding: 50px 0 0;}
.prod_related h6 span:before {font-size: 25px;color: #1a1a1a;letter-spacing: 0.1em; font-weight: normal;}
.related_list {width: 90%;max-width: 1200px;grid-template-columns: repeat(4, 1fr);}
.related_list li a {padding: 0;background: unset;}
.related_list li a img {transition:all ease .3s;}
.related_list li:hover a img {transform: scale(1.1);}
.related_list li a p {font-size: 17px;color: #1a1a1a;line-height: 3;letter-spacing: 0.08em;}
.lastPage {background: #1a1a1a;padding: 15px 20px;letter-spacing: 0.15em;margin: 50px auto 0;width: 100%;}


@media screen and (max-width: 1200px) {
.product_info_page .product_main {width: 100%;}
.sidebarBtn {width: 100%;margin-top: 30px;}
}
@media screen and (max-width: 1024px) {
.product_page .product_menu_list, .product_info_page .product_menu_list {width: 35%;}
.product_page .products-list {width: 60%;grid-template-columns: repeat(2, 1fr);}
.related_list {grid-template-columns: repeat(2, 1fr);gap: 20px;}
}
@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;font-size: 1.3em;margin-bottom: 0;}

.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;}
.products-list .price b:first-child:last-child {text-align: center !important;}

.mobile_product_name {display: none;}
}
@media screen and (max-width: 600px) {
.sidebarBtn {padding: 15px;}
}
@media screen and (max-width: 480px) {
.product_page .products-list {grid-template-columns: repeat(1, 1fr);grid-gap: 30px;}
}

/*詢價車頁面*/
.car_page .show_content {position: relative;}
.shopping-cart { min-height: 20vw;}
.shopping-cart .cart_head {background: #166f9b;}
.shopping-cart .cell {padding: 10px 30px;letter-spacing: 0.08em;}
.shopping-cart .cell.product_name {font-weight: normal;}

.small_pic {width: 150px;height: 150px;border-radius: 5px;}
.shopping-cart .cell.product_name p {width: calc(100% - 160px);letter-spacing: 0.1em;font-weight: 400;line-height: 1.5;color: #000;}

.car_page .information_left {display: block;position: absolute;bottom: 0;width: 50%;}
.contact_le_map a {background: #166f9b;border-radius: 5px;}
.contact_le_map a b {letter-spacing: 0.1em;font-weight: 400;}

.total_amount li span {font-family: 'Noto Sans TC';}
.total_amount .rewrite_simple, .total_amount .send_simple {width: 50%;letter-spacing: 0.08em;height: 50px;line-height: 52px;}
.rewrite_simple {background: #69a5c3;}
.send_simple {background: #166f9b;}

@media screen and (max-width: 1200px) {
.car_page .information_left {width: 40%;}
}
@media screen and (max-width: 1024px) {
.total_amount {width: 100%;}
.car_page .information_left {position: relative;width: 100%;padding-top: 30px;}
}
@media screen and (max-width: 768px) {
.shopping-cart .cell:before {font-weight: normal;padding-bottom: 10px;color: #166f9b;}
.amountNum {height: 20px;line-height: 1;}
.shopping-cart .cell.amount:last-child {border-bottom: unset;}
.total_amount .rewrite_simple, .total_amount .send_simple {width: 48%;}
}

@media screen and (max-width: 450px) {
.small_pic {width: 75px;height: 75px;}
.shopping-cart .cell.product_name p {width: calc(100% - 90px);}
.car_page .information_left {padding-top: 0;}
.shopping-cart .cell:before {text-align: left; width: 50px;}
.amountNum {text-align: right;}
}

/*訂購資料*/
.remit_page form.style1 {width: 100%;}
.separate_title {font-size: 16px;letter-spacing: 0.08em;color: #000000;padding: 10px 30px;background: #e3e7ec;}
.formbox_form {margin-top: 15px;margin-bottom: 15px;color: #000000;font-size: 16px;}
.formbox_form li .form__label {letter-spacing: 0.08em;}
.form label .inputbox {filter: hue-rotate(300deg);}
.border200 {width: 100%;border: unset;padding: 5px 10px;border-radius: 5px;background: #f5f5f5;letter-spacing: 0.08em;}
.longer {width: 100%;}
.form label {color: #000000;}
.form label .inputbox {margin-right: 8px;top:2px;}
.form label.Bigcheck .inputbox {background-size: contain;}
.form label .inputbox.Big { width: 18px;height: 17px;}
.remit_page .rewrite_simple, .remit_page .send_simple {width: 49%;height: 50px;line-height: 52px;letter-spacing: 0.08em;}

/*匯款通知*/
.form_content {padding:0;max-width: unset;letter-spacing: 0.1em;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/


@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 450px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.information_left, .information_right {padding: 0;}
.contact_content .information_left {width: 30%;}
.list_before {margin-top: 0;margin-bottom: 30px;font-size: 15px;color: #222;letter-spacing: 0.05em;}
.list_before.info li {padding-left: 40px;margin: 10px 0 0;letter-spacing: 0.1em;color: #222;}
.list_before li+li {padding-top: 10px;border-top: 1px solid #eee;}
.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: 40px;font-size: 15px;font-weight: 400;letter-spacing: 0.1em;color: #18274B;}

.contact_le_nomap {border-radius: 10px;overflow: hidden;}

.contact_content .information_right {width: 65%;padding-left: 0;}
.contact_content form {max-width: 1500px;width: 100%;margin: auto;display: flex;padding: 50px 0;justify-content: space-between;}
.blank_letter {padding-top: 0;font-family: 'Barlow';font-weight: 500;padding-bottom: 30px;font-size: 25px;color: #222;letter-spacing: 0.1em;}
.note {letter-spacing: 0.08em;padding-left: 15px;}
.contact_form {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 15px;
    margin-top: 0;margin-bottom: 0;font-size: 16px;color: #000000;}
.contact_form li {width:100%;padding-left: 0;grid-template-columns: unset;grid-gap: 5px;}
.contact_form li .form__label {max-width: unset;display: flex;width: 100%;text-align: right;margin-left: 0;letter-spacing: 0.08em;
    padding-right: 0;vertical-align: top;flex-direction: row-reverse;justify-content: flex-end;}
.contact_form li input.noborder, .contact_form li textarea.noborder {width: 100%;border-radius: 5px;
    border: 0;padding: 10px;background: #f5f5f5;color: #000;letter-spacing: 0.08em;}
.form select {color: #000000;letter-spacing: 0.08em;width: 100%;padding: 9px 30px 7px 10px;margin-right: 0;margin-bottom: 5px;border-radius: 5px;}
.contact_form li.last {width: 100%;justify-content: space-between;}
.contact_form li.last blockquote, .contact_form li.last cite {padding: 10px;border: unset;width: 49%;max-width: unset;border-radius: 5px;}
.contact_form li.last cite {background: #1F72A6;color: #fff;}
.contact_form li.last blockquote {background: #333;color: #fff;}
.contact_form li.last blockquote:hover, .contact_form li.last cite:hover {background: #18274B;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 5px;}

@media screen and (max-width: 1024px) {
.contact_content .information_left {width: 40%;}
.contact_content .information_right {width: 55%;}
}
@media screen and (max-width: 768px){
.contact_content form {flex-direction: column;align-items: center;padding: 0;gap: 50px;}
.contact_content .information_left, .contact_content .information_right {width: 100%;}
.blank_letter {padding-bottom: 15px;font-size: 22px;}
}
@media screen and (max-width: 600px){
.contact_form li .form__label {font-weight: normal;padding: 0;background: unset;}
}
@media screen and (max-width: 450px){
.blank_letter {padding-bottom: 10px;font-size: 20px;}
.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: 14px;}
.list_before.info li { font-size: 14px;}
.contact_form li .form__label {font-size: 14px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


