@charset "utf-8";

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*header*/
.main_header_area .container {max-width: 90%; transition: 0.5s;}
.header_area { background: #fff; padding: 8px;}
.navigation {justify-content: space-between;grid-template-columns: 1fr;}
.stellarnav { width: fit-content; text-align: right;}
.stellarnav>ul { position: relative; }
.header_area.sticky .stellarnav>ul { position: relative; padding-top: 0px;}

.stellarnav > ul > li > a { margin: 0 30px 0 0; font-weight: 600; letter-spacing: 2px; color: #667a89; transition: 0.5s;}
.footer_info li:nth-child(2) { min-height: 130px; max-height: 130px;}
.stellarnav > ul > li:hover > a { letter-spacing: 5px;}
.header_area.sticky .container { max-width: 95%;}
.header_area.sticky { padding: 3px 0; background: rgb(255 255 255 / 100%);}
.header_area.sticky .stellarnav > ul > li > a { color: #667a89;font-size: 15px;}
.stellarnav > ul > li.has-sub > a { padding-right: 0px;}
.stellarnav li.has-sub > a:after{display: none;}

.header_area:before { content: "";  background: #637987; height: 3px; width: 5%;
    position: absolute; left: 0;  bottom: 0; transition: 0.8s;}
.header_area:after { content: ""; background: #c7bd76;  height: 3px;  width: 0%;
    position: absolute;  right: 0;  bottom: 0; transition: 0.8s;}

header.header_area.sticky:before {  width: 45%;}
header.header_area.sticky:after {  width: 55%;}

.me_tp_features { display: none;}

/*下拉*/
.stellarnav > ul > li:nth-of-type(5)>ul { overflow: hidden; height: 0;}
.stellarnav > ul > li:nth-last-child(1) { display: none;}
.stellarnav li:nth-child(4) li:nth-child(1) { display: 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;}


/*footer*/
.footer {background: #fff;}
.footer .center { max-width: 1500px; padding: 10px;}
.footer_info {grid-template-columns: 1fr;  padding-right: 0px; border-top: 1px solid #b8b8b8;   padding-top: 40px;}
.footer_info ul { display: grid; width: 100%; grid-template-columns: 1fr 430px;  grid-gap: 20px;}
.footer_info li:nth-child(1) { display: grid;  grid-template-columns: 1fr 1fr;}
.footer_info li p.line {  display: none;}
.footer_info li p.fax:before { content: '服務時間：';}
.box_link { position: relative;  right: 0px;  width: auto;  max-width: fit-content; padding-left: 105px;order: 1;flex-direction: row;}
.box_link:before { content: "CONTACT :"; font-size: 15px; color: #000; left: 10px;  top: 50%; transform: translateY(-50%); position: absolute;letter-spacing: 1px;}
.box_link a {  width: auto; border: unset; padding: 8px;  font-size: 20px;  text-align: center;  margin: 0px 5px;  border-radius: 99em;
    display: flex;  align-items: center; justify-content: center;  transition: 0.3s;  color: #888;}
.box_link a:hover { color: #4a6c81;}
.footer_menu { display: flex; gap: 12px; align-items: flex-start;  flex-direction: row;}
.footer_menu a { writing-mode: vertical-lr; margin: 0;  padding: 15px 10px; transition: all 0.3s;  background: transparent;
    border: none;  position: relative;  letter-spacing: 1px;  text-align: left; }    
.footer_menu a:hover { background: transparent; color: #637987; letter-spacing: 3px;}
.footer_menu a:after { content: ""; background: #888888; width: 100%; position: absolute; top: 0;  left: 0;  height: 1px;}
.footer_menu a:hover:after {background:#637987;}
.copy {padding: 12px 0;color: #ffffff; border-top: unset; margin-top: 25px; background: #637987;}
.copy a , .copy a:hover {  color: #fff;}
.footer_menu a:nth-last-child(1) {  display: none;}

/*LOGO*/
.nav-header { max-width: 270px;  padding: 10px 0 0px;}
.footer_logo { max-width: 100%; border-bottom: 1px solid #b8b8b8;  width: 100%;  padding-bottom: 25px; display: none;}
.header_area.sticky .nav-header { max-width: 200px;}

/*大圖*/
.swiper-banner .swiper-slide img { width: 100%;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}

.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; 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;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*ALL*/
.main_part {  max-width: 1500px;}
.path {display: none;}

/*內頁BANNER 設定*/
.banner {height: 600px; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important;padding: 20px 6vw;text-align: left; justify-content: flex-start;font-family: "Noto Serif TC Medium";position: relative;}
.banner h5 {color: #fff; font-size: 25px; letter-spacing: 5px; text-indent: 5px; position: relative; filter: drop-shadow(2px 4px 6px black);animation: slide-top 0.8s 0.5s both;font-weight: 500;}
.banner h5:after { font-size: 65px; display: block; bottom: -98px; position: absolute; letter-spacing: 7px; white-space: nowrap; animation: slide-top 1.2s 0.5s both;}
 .banner.banB { background: url(https://pic03.eapple.com.tw/makergungho/banner-08.jpg);}
.article_b .banner { background: url(https://pic03.eapple.com.tw/makergungho/banner-01.jpg); background-position: right;}
.banner.banA { background: url(https://pic03.eapple.com.tw/makergungho/banner-04.jpg);}
.banner.banF { background: url(https://pic03.eapple.com.tw/makergungho/banner-05.jpg);}
.banner.banC  { background: url(https://pic03.eapple.com.tw/makergungho/banner-06.jpg);}
.article_a .banner { background: #f6f5f1;}

.article_a .banner { height: 600px; background-position: center;  background-repeat: no-repeat; background-size: cover;  padding: 20px 6vw;  text-align: center;  justify-content: center;}
.article_a .banner h5 {color: transparent; font-size: 25px;  letter-spacing: 5px; 
        position: relative;   filter: unset;  animation: slide-top 0.8s 0.5s both;  font-weight: 500; width: 100%; top: -70px; text-indent: 5px;}
.article_a .banner:after {  content: "共好平台"; font-size: 20px;  letter-spacing: 8px;  bottom: 35%;  position: absolute;animation: slide-top 1.3s 0.8s both;}
.article_a .banner:before {
        content: "";  background: url(https://pic03.eapple.com.tw/makergungho/banner-02_be.svg);  position: absolute;  width: 100%; height: 0;
        background-position: center;  background-repeat: no-repeat; background-size: contain; padding-bottom: calc(100% / 1 * 0.25);}
.article_a .banner h5:before {  position: absolute;  content: "創客共好商務中心";  color: #000;  left: 50%;  transform: translateX(-50%); width: 100%;}/*最新消息*/

.article_a .banner h5:after { content: "NEWS";color: #000;  font-size: 65px; bottom: -100px;  white-space: nowrap; 
    left: 50%; transform: translateX(-50%) !important; text-align: center;font-family: "Noto Serif TC Medium"; font-weight: 700;}/*最新消息*/
.banner.banA h5:after { content: "Service";}/*服務項目*/
.banner.banF h5:after { content: "Reserve";}/*場地租借*/
.article_b .banner h5:after { content: "Introduce";}/*分店據點*/
.banner.banC  h5:after { content: "Contact";}/*立即預約*/
.banner.banB h5:after { content: "提供專業的商業價值，成為創業客戶的共好夥伴"; font-size: 20px;  bottom: -50px;}/*關於我們*/

/*動畫*/
@keyframes slide-top {
    0% { -webkit-transform: translateY(100%);transform: translateY(100%); opacity:0; }
    100% {-webkit-transform: translateY(0); transform: translateY(0); opacity:1;}
}

/*下拉編輯頁*/
.other_select_page .promotion_title , .other_select_page ul.other_promotion , .other_select_page ul.page{ display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章設定1*/
/*首頁*/
.module_i_news { padding: 40px 20px ;background: #fff;}
.module_i_news section {  max-width: 1500px;}

.module_i_news ul { grid-template-columns: 1fr 1fr 1fr;}
.module_i_news li:nth-child(n+4) { display: none;}
.module_i_news li a { grid-template-columns: 1fr; grid-gap: 10px;}
.module_i_news_list, .module_i_news_list.swiper {  padding: 90px 0 30px;}
.module_i_news .title_i_box {position: relative; }
.module_i_news .title_i_box:after {  content: ""; background: url(https://pic03.eapple.com.tw/makergungho/news_title02.svg);  width: 31px;  height: 4px;  position: absolute;
    left: 50%; transform: translateX(-50%);  top: 100px;  background-size: contain;}
.module_i_news .title_i_box h4 {  margin: 0 auto; font-size: 23px; color: #222222; letter-spacing: 5px;  position: relative;  text-indent: 5px;  z-index: 9;  font-family: "Noto Serif TC Medium";}
.module_i_news .title_i_box h4:after { content: "News"; position: absolute; transform: translateX(-50%);  left: 50%;  top: 30px;  font-weight: 500; 
     font-size: 40px;  letter-spacing: 2px; font-family: "Noto Serif TC Medium"; color: #637987; text-indent: 2px;}

.i_blog_ri { min-height: 120px; padding: 15px 20px; transition: 0.5s; display: flex ; flex-direction: column; justify-content: flex-start; min-height: 180px; }
.i_blog_ri h5 { letter-spacing: 2px; font-family: "Noto Serif TC Medium";}
.i_blog_ri em { font-size: 14px; color: #555;}
.i_blog_ri p {color: #444; padding-top: 10px;  margin-top: 10px; border-top: 1px solid;}
.module_i_news li a:before { left: 20px; right: 0; text-align: left; bottom: 0px;  opacity: 1; transition: 0.5s;}
.module_i_news .i_blog_b a { background: #637987;}

/*hover*/
.module_i_news li a:after { display: none;}
.module_i_news li a:hover .i_blog_le img {  transform: scale(1.1);transition: 0.8s;}
.module_i_news li:hover a:before , .subbox_item:hover a:before {  letter-spacing: 2px;}

/*列表*/
.blog_in_page .main_part { max-width: 1500px;}

/*側邊*/
.blog_search input[type=search] {  border-radius: 0px;}
.blog_le .accordion { border-radius: 0px;}
.submenu { background: #fff;}
h5.blog_le_t {  font-size: 22px; letter-spacing: 3px;  margin-bottom: 15px; position: relative;  color: #222;font-family: "Noto Serif TC Medium";}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: #637987 !important;}
.submenu li.on_this_category a, .submenu a:hover { background: #fff; color: #979797; letter-spacing: 4px;}
.submenu a {padding: 12px;}
.submenu a i { display: none;}


/**/
.blog_subbox { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 60px 30px;}
.subbox_item a { grid-template-columns: 1fr;}
.blog_list_ri { min-height: 200px;}
.blog_list_ri h5 {  font-weight: 500; letter-spacing: 2px;  font-size: 20px;  color: #000; font-family: "Noto Serif TC Medium";}
.blog_list_ri p { border-top: 1px solid #444; padding-top: 10px; margin-top: 10px; font-size: 15px; color: #444;}
.blog_list_ri em { color: #555;}
/*hover*/
.subbox_item a:after{display: none;}
.blog_list_le { overflow: hidden;}
.subbox_item:hover .blog_list_le img { transform:scale(1.1);  transition: 0.8s;}
.subbox_item a:before { left: 0px; opacity: 1;}

/*內頁*/
.blog_in_page .main_part { max-width: 1500px; padding: 50px 20px 80px;}
.articel_mainPic img { max-width: 500px;}
.blog_shareData {justify-content: flex-end;}
h4.blog_category_title { margin-bottom: 5px;}
.blog_box_edit { border-top: 1px solid #c2c2c2;}

/*按鈕顏色*/
.blog_back a.article_btn_back { background: #637987;}
.blog_back a.article_btn_prev ,.blog_back a.article_btn_next { background: #b6b6b6;}

/*相關文章*/
.news_related_list { max-width: 1500px;}
.news_related { background: url(https://pic03.eapple.com.tw/makergungho/new_bg.jpg);  padding: 80px 15px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.lastPage { background: #637987;}


/*文章設定2-分館據點*/
.article_b .blog_box { padding: 7px 15px;}

/*側邊*/
.article_b .blog_search , .article_b h5.blog_le_t { display: none;}
.article_b .blog_le { width: 100%; padding: 0; padding-top: 50px;}
.article_b .blog_le .accordion { border-radius: 0px; display: flex;  border: none;  justify-content: center;}
.article_b .blog_le { width: 100%; padding: 0; padding-top: 50px;}
.article_b .blog_le .accordion li { border: 1px solid #b6b6b6; margin: 0 10px;  width: 100px;  text-align: center;}
.article_b .blog_le { width: 100%; padding: 0; padding-top: 50px;display: none;}
.article_b  .blog_list_ri h5 { font-weight: 500;  letter-spacing: 3px;font-size: 22px; color: #444;}
.article_b .blog_list_ri em {  display: none;}
.article_b .blog_list_ri p {line-height: 170%;}
.article_b .subbox_item a:before { left: 10px; right: auto;}
.article_b .accordion li .link a { padding: 10px; color: #555; font-size: 16px; letter-spacing: 4px; text-indent: 4px; font-weight: 700;}
.article_b  .accordion li+li .link { border-top: unset;}

/*次分類不顯示*/
.article_b ul.submenu {overflow: hidden;  height: 0;}
.article_b .blog_le .accordion li .link>i { display: none;}
/*hover*/
.article_b .blog_le .accordion > li:hover, .article_b  .blog_le .accordion > li.on_this_category { border: 1px solid #637987;}

/*圖片*/
.article_b .blog_ri {width: 100%; padding: 0px;  min-height: 75vh;}
.article_b .module_i_news_list, .article_b .module_i_news_list.swiper {  padding: 80px 0 30px;}
.article_b .blog_list_ri { min-height: 120px;  padding: 0px 10px 50px;  transition: 0.5s;}

/*內頁*/
.article_b .blog_shareData , .article_b .blog_back , .article_b .articel_mainPic img { display: none;}
.blog_in_page.article_b .main_part { padding: 50px 20px 0px;}
.blog_in_page.article_b .blog_box { padding: 7px 0px;}
.blog_in_page.article_b .blog_ri { padding-top: 30px;}
.blog_in_page.article_b h4.blog_category_title { text-align: center; margin-bottom: 35px; position: relative; font-size: 26px; letter-spacing: 3px; 
    text-indent: 3px;width: fit-content; margin: 0 auto;font-family: "Noto Serif TC Medium"; font-weight: 500;}
.blog_in_page.article_b .blog_box_edit { border-top: unset;}

/*相關文章*/
.blog_in_page.article_b .news_related { background: transparent; padding: 20px 15px 100px;  max-width: 1500px;  margin: 0 auto;}
.blog_in_page.article_b .news_related h6 { max-width: 1500px; margin: 0 auto 80px; text-align: left; display: block;}
.blog_in_page.article_b .news_related h6 span { position: relative; display: block; width: 100%;height: 17px;}
.blog_in_page.article_b .news_related h6 span:before { content: '相關據點'; font-size: 19px; color: #ffffff; background: #637987; letter-spacing: 5px;
     padding: 5px 15px; left: 0; position: absolute; font-family: "Noto Serif TC Medium"; font-weight: 500;}
.blog_in_page.article_b .news_related h6 span:after { content: ""; background: #bdbdbd;  width: calc(100% - 200px);  height: 1px;  position: absolute;  top: 100%;  right: 0;}
.blog_in_page.article_b .lastPage { display: none;}
.blog_in_page.article_b .news_related_list {grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
.blog_in_page.article_b .news_related_list li a {padding: 0px; background: transparent;position: relative;}
.blog_in_page.article_b .news_related_list li a p { color: #ffffff; line-height: 2; position: absolute;  bottom: 5px; /*z-index: 999;*/  text-align: center;font-size: 15px; letter-spacing: 1px;transition: 0.5s;width: 100%;}
.blog_in_page.article_b .news_related_list li figure { position: relative; }
.blog_in_page.article_b .news_related_list li figure:before { content: "";  background: linear-gradient(to top, #00000082, #00000000);  position: absolute;  left: 50%;  top: 50%;  transform: translate(-50%, -50%);
    width: 100%;  height: 100%;}

/*hover*/
.blog_in_page.article_b .news_related_list li:hover a p { bottom: 20%;}    
.blog_in_page.article_b .news_related_list li:hover figure:before { background: linear-gradient(to top, #000000, #00000000);}

/*購物車******************* */

/*側邊*/
.product_menu_list ul { padding-top: 20px;}
.product-layer-two li a { background: transparent; color: #444; transition: 0.5s; letter-spacing: 2px; position: relative;}
.product-layer-two li a:after { content: ">"; right: 15px; position: absolute;  color: #999;}
.product_page .product_menu_list:before { content: "場地地點"; font-size: 22px;letter-spacing: 3px; color: #637987;font-weight: 800;}
.product_page .product_menu_list:after { content: ""; background: url(https://pic03.eapple.com.tw/makergungho/news_title01.svg); width: 23px;
    height: 20px; background-position: left; background-repeat: no-repeat; background-size: contain;  z-index: -1;  left: 0px;  top: -4px;  position: absolute;}

/*hover*/
.product-layer-two li:hover a { letter-spacing: 7px;color: #02408d;}
.product-layer-two li:hover a:after { right: 5px; color: #637987;}
/*商品*/
.products-list { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
.products-list .item a { padding-bottom: 0px;}
.products-list .more { display: none;}

/*hover*/
.products-list .item a .pic:before {  position: absolute;  font-size: 30px;  background: #637987;  color: #ffffff;  width: 60px;  height: 60px;  display: flex;  border-radius: 99em;  transition: all .6s;
    justify-content: center; align-items: center;  content: "+";  opacity: 0;right: 15px;  bottom: 15px;z-index: 9;}
.products-list .item a:hover .pic:before {  opacity: 1;}
.products-list .item a .pic img { transition: 0.8s;}
.products-list .item a:hover .pic img { transform:scale(1.1);  transition: 0.8s;}
/*內頁*/
.sidebarBtn { border: 1px #ddd solid;}
.pd_tabTitle li.activeTab a {color: #637987;}
.pd_tabTitle li.activeTab::after { height: 2px; background: #637987;;}
.pd_tabTitle li a {  font-size: 19px; letter-spacing: 2px;  font-weight: 800;}

/*按鍵*/
.inquiry_a1 { background: #c7bd76;}
.inquiry_a2 { background: #637987;}

/*相關推薦*/
.prod_related { background: url(https://pic03.eapple.com.tw/makergungho/new_bg.jpg); padding: 80px 15px; background-position: center; background-repeat: no-repeat; background-size: cover;}

/*聯絡我們*********************/
/*首頁*/
.contact_content { display: block !important;}/*首頁顯示*/
.pageIndex .i_contact_box section { max-width: 1500px;}
.pageIndex .blank_letter { text-align: center; padding-top: 0px; font-size: 26px; color: transparent;  position: relative;}
.pageIndex .blank_letter:before { position: absolute; font-size: 19px; color: #637987;  content: "立即預約";  left: 50%;  transform: translateX(-50%);
    letter-spacing: 2px;  text-indent: 2px;top: 5px;}
.pageIndex .blank_letter:after { content: "歡迎填寫表單與我們聯絡，我們將有專人為您服務";  position: absolute;  left: 50%;  transform: translateX(-50%);  font-size: 16px;
    top: 35px;  color: #777;  font-weight: 500;  letter-spacing: 2px;}
.pageIndex .note {font-size: 13px; text-align: center;  display: block; padding-top: 26px; } 

.contact_form li.last cite { background: #637987; color: #fff;}

/*聯絡資訊*/
.contact_page .contact_content .information_left { width: 100%; display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap;}
.pageIndex .contact_content .information_right {display: none;}

/*表格*/
.pageIndex .contact_form {grid-template-columns: repeat(12, 1fr);  grid-gap: 10px;  align-items: start;border: 1px solid #d2d2d2; padding: 40px 35px;}
.pageIndex .contact_form li { grid-template-columns: 1fr; grid-column: auto / span 3; grid-gap: 5px;}
.pageIndex .contact_form li .form__label { max-width: 100%;  text-align: left;}
.pageIndex .contact_form li:nth-last-of-type(3) { grid-column: auto / span 12;}
.pageIndex .contact_form li:nth-last-of-type(2), .contact_form li:nth-last-of-type(1) { grid-column: auto / span 6;}
.pageIndex .form select { width: 100%;}

/*聯絡內頁*/
.contact_page .blank_letter { width: 100%; font-size: 23px; color: #222; font-weight: 500; letter-spacing: 5px; position: relative; text-indent: 5px; z-index: 9;  padding-top: 0; font-family: "Noto Serif TC Medium";}
.contact_page .blank_letter:after {
    content: "Contact Us"; position: absolute;  left: 0%; top: 30px; font-weight: 500;
    font-size: 40px; letter-spacing: 2px; font-family: "Noto Serif TC Medium"; color: #637987; text-indent: 2px;}
.contact_page .blank_letter:before {
    content: ""; background: url(https://pic03.eapple.com.tw/makergungho/news_title02.svg);
    width: 31px; height: 4px; position: absolute; left: 6px; top: 100px; background-size: contain;}
.contact_page h4.blank_letter.f { position: relative; width: 100%;}
.contact_content { display: flex; flex-direction: row;  justify-content: space-between; width: 100%;}
.contact_content form { width: 100%;}
.contact_page .contact_content .information_left { width: 100%; display: flex; flex-direction: row; justify-content: space-between;}
.contact_page .contact_content .information_right { display: none;}
.list_before { margin-top: 100px; margin-bottom: 20px; font-size: 15px; color: #444; display: block; width: 40%; position: relative;}
.contact_le_nomap {  width: 60%;}

/*表格*/
.contact_page ul.contact_form.form { grid-template-columns: repeat(12, 1fr); grid-gap: 15px 20px; align-items: start; padding: 20px; margin-top: 50px;}
.contact_page ul.contact_form.form li {grid-template-columns: 1fr; grid-column: auto / span 6;  grid-gap: 5px;}
.contact_page .contact_form li .form__label { max-width: 100%;  text-align: left;}
.contact_page .contact_form.form select { width: 100%;}
.contact_page ul.contact_form.form li:nth-last-of-type(3) { grid-column: auto / span 12;}
.contact_page .star { padding: 0px;}

/*聯絡資訊*/
.contact_page .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: fit-content;left: 15px;}
.contact_page .info_TEL:after, .info_TEL2:after, .info_PHONE:after, .info_LINE:after, .info_FAX:after, .info_TAXID:after, .info_MAIL:after, .info_ADD:after, .info_ADD2:after {
    content: "";  width: 5px;  height: 5px;  background: #c7bd76;  left: 0;  top: 50%;  transform: translateY(-50%);  position: absolute;}
.contact_page .list_before.info li {padding-left: 85px;margin: 10px 0;}
.info_FAX:before { content: "服務時間";}
.info_LINE:before { content: "LINE ID";}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1300px) {
/*購物車*/
.blog_in_page.article_b .news_related_list{ grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
}
@media screen and (max-width: 1080px) {
/*footer*/
.footer_info li:nth-child(1) { grid-template-columns: 1fr;}

/*banner*/
.banner { height: 400px;}
.article_a .banner { height: 400px;}
.article_a .banner h5 {font-size: 20px;}
.article_a .banner h5:before {top: 25px;}
.article_a .banner h5:after { font-size: 40px; bottom: -80px;}
.article_a .banner:after { bottom: 32%;}

/*文章*/
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}

/*購物車*/
.blog_in_page.article_b .news_related_list {  grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 980px) {
/*文章*/
/*首頁*/
.module_i_news ul { grid-template-columns: 1fr 1fr; grid-gap: 50px 20px;}
.module_i_news li:nth-child(n+4) { display: block;}
}
@media screen and (max-width: 960px) {
/*購物車*/
.blog_subbox { grid-template-columns: 1fr 1fr;}
.subbox_item { border-bottom: unset; }
/*文章*/
.subbox_item {  border-bottom: unset; }
}
@media screen and (max-width: 768px) {
/*header*/
.header_area {padding: 15px;}
.header_area.sticky { padding: 10px 0;}
.nav-header {padding: 0px;}
.nav-header {  max-width: 200px;}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{ padding: 0px;}

/*側邊選單*/
.header_area.sticky .stellarnav>ul {  position: fixed;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{width: 100%; max-width: 100%;background: rgb(255 255 255 / 90%);}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #667a89;  color: #fff;}
.stellarnav > ul > li > a {font-size: 15px;}
.stellarnav.mobile > ul > li > a.dd-toggle{ margin: 0 auto;}
.stellarnav.mobile li.open { background: transparent;}
.stellarnav.mobile ul {background: transparent;}
.stellarnav.mobile li a { border-bottom: unset; padding-left: 25px; font-size: 14px;}
.stellarnav li li { border: unset;}
.stellarnav a.dd-toggle .icon-plus:after , .stellarnav a.dd-toggle .icon-plus:before { border-bottom: solid 3px #667a89;}

/*footer*/
.footer_info {padding-left: 0;}
.footer_info ul { grid-template-columns: 1fr; max-width: 370px;margin: 0 auto;}
.footer_menu { align-items: flex-start;}

/*banner*/
.banner ,.article_a .banner {height: 300px;}
.banner h5 {width: 100%; text-indent: 0px;}
.banner.banB h5:after { font-size: 16px; letter-spacing: 3px;bottom: -60px; white-space: normal; bottom: -60px;  line-height: 140%;}
.banner h5:after {bottom: -50px; font-size: 35px;letter-spacing: 2px; }
.article_a .banner:before { background-size: cover;  padding-bottom: calc(100% / 1 * 0.35);}


/*購物車*/
.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;}

.blog_in_page.article_b .news_related {  padding: 20px 15px 50px;}

/*文章*/
.blog_in_page .blog_ri { padding: 0px;}
.blog_in_page.article_b .blog_ri {  padding-top: 0px;}
.module_i_news li {border-bottom: unset;}

/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none !important;}
.footer.with_shopping_mode { padding:30px 0 50px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) {
/*大圖*/
.bannerindex .swiper-backface-hidden .swiper-wrapper { width: 100% !important; aspect-ratio: 8 / 10;}
.bannerindex .swiper-slide img { height: auto; aspect-ratio: 8 / 10; object-fit: cover;}
/*banner*/
.article_a .banner:before { background-size: cover;  padding-bottom: calc(100% / 1 * 0.5);}
/*文章*/
/*首頁*/
.module_i_news ul { grid-template-columns: 1fr;}
.module_i_news li { border-bottom: unset;}

/*購物車*/
.blog_subbox {grid-template-columns: 1fr;grid-gap: 30px 0px;}
}

@media screen and (max-width: 470px) {
/*banner*/
.article_a .banner:before { background-size: cover;  padding-bottom: calc(100% / 1 * 0.65);}
}



