@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{
    font-family: "微軟正黑體","Inter", sans-serif;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}
.info_fix { display: none;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.main_header_area .container {
    max-width: 1600px;
    padding: 0 5%;
    transition: all 0.5s ease;
}

.sticky .main_header_area .container {
    max-width: 1700px;
}

.main_header_area {
    background: rgba(255, 255, 255, .88);
    transition: all 0.5s ease;
}

.sticky .main_header_area {
    backdrop-filter: blur(5px);
    box-shadow: 0 0 12px rgba(0, 0, 0, .09);
}

.header_area {
    padding: 0;
    transition: all 0.5s ease;
}

.header_area.sticky {
    position: fixed;
    padding: 20px;
}

.header_area,
.header_area.sticky {
    background: transparent;
}

.navigation {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav-header {
    max-width: 160px;
    padding: 8px 0 10px;
    transition: all 0.5s ease;
}

.sticky .nav-header {
    max-width: 160px;
}

.nav-brand,
.nav-brand img {
    display: block;
}

.me_tp_features,
.swiper-pagination {
    display: none;
}
.stellarnav li.has-sub>a:after {
    content: none;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    font-size: 16px;
    padding: 0 2px;
    color: #414141;
    display: block;
    font-weight: bold;
    margin: 0 20px;
    text-transform: none;
    height: 100%;
    line-height: 86px;
    letter-spacing: 1px;
    transition: all ease 0.3s;
}

.sticky .stellarnav>ul>li>a,
.sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    line-height: 76px;
}

.stellarnav>ul>li:hover>a,
.stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) {
    color: #48B3D8;
}

.stellarnav>ul>li:not(:first-of-type):before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    transform: translate(-50%, -50%);
    position: absolute;
    left: -3px;
    top: calc(50% + 0px);
    background: rgba(0, 0, 0, .15);
}


.stellarnav ul ul{ left: 12px;}
.stellarnav li a{ color: #414141;}
.stellarnav li a:hover{ color: #48B3D8;}



/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #333333;}
.stellarnav .menu-toggle:after { color: #333333;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #fff;
    color: #333333;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #333333;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #333333;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
    top:-7px;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #FDD03A;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #FDD03A;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: 5px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: transparent;
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(239, 239, 239, 0.5) solid;
  }

  /* .stellarnav.mobile li a{ border-bottom: 0px; color: #3C5947; background: #fff;} */

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}

@media screen and (max-width:1024px) {
    .navigation{ gap: 0px;}
    .stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle){ line-height: 52px;}
    .sticky .stellarnav>ul>li>a, .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle){ line-height: 41px;}
}

@media screen and (max-width:768px) {
    .nav-header{ max-width: 130px;}
    .stellarnav.mobile{ top: 11px;}
    .stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle){padding: 0px 10px; }
    .stellarnav li a{ padding: 7px 29px;}
}

@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 21px;}
    .stellarnav.mobile > ul > li > a:hover{    color: #48B3D8; }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*Footer/＝＝＝＝＝*/
.center {   max-width: 85%;}
.footer { padding: 40px 0 0; background: #fff;}
.footer_info {  display: flex; flex-wrap: wrap;  align-items: center;  justify-content: center; padding-right: 0px; grid-gap:5px;}
.footer_info ul {  width: calc(100% - 300px);}
.footer_info li:nth-child(1) {  display: flex;  flex-wrap: wrap;  justify-content: flex-start;}
.footer_info ul>li>p {  width: 49%;  color: #040404; line-height: 175%;}
.footer_info ul>li>p>a { color: #040404;}
.footer_info li p.add:before{ content: '公司地址：';}
.footer_info li p.add2:before{ content: '廠房地址：';}



.footer_menu { border-top: 1px solid #e1d7cdab;  padding-top: 15px;    width: 90%;}
.footer_menu a {  margin: 0;  padding: 5px 12px 5px 12px;  border: none;  background: transparent;  transition: all 0.3s;  color: #FFC22F;}

.footer_menu a:hover {  background:#FFC22F;  letter-spacing: 2px;  transition: 0.5s;  font-weight: bold;color: #fff; }
.footer_info li:nth-child(2) {  padding-bottom: 2%;}
.box_link { display: none; }
.copy, .copy a {  color: #E6F3F3;  background: #84CEE7; border-top: none;}
.footer_logo { width: 170px;  padding-right: 20px;}
.footer_logo img{ width: 100%;}

@media screen and (max-width: 1440px) {
    .center {  max-width: 100%; width: 100%;}
    }
@media screen and (max-width: 1200px) {
    /*footer*/
    .footer_logo { padding-right: 0px; text-align: center;}
    .footer_menu { width: 100%;}
    .footer_info {  padding: 0px;}
    .footer_info ul {  width: 100%;}
    .footer_info li:nth-child(1) {  display: flex;  flex-wrap: wrap;  justify-content: flex-start;  flex-direction: column;  align-items: center;  width: 100%;}
    .footer_info li:nth-child(2) { padding-bottom: 2%; text-align: center;}
    .footer_info ul>li>p { width: 100%;  text-align: center;}
    .box_link {  width: auto;  flex-wrap: nowrap;  position: sticky;  margin-top: 1%;}
}

@media screen and (max-width: 768px) {    
    #to_top { bottom:60px;}
    .footer.with_shopping_mode { padding:30px 0 0px; }
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center; margin-bottom: 10px;}
    .footer_menu { text-align: center; display: flex; flex-direction: row;  flex-wrap: wrap;  justify-content: center;}
    .footer_menu a { border: 1px solid #ffffff; margin: 3px; width: 105px; padding: 5px;}
    }
    
    @media screen and (max-width: 600px) {
    .box_link {    text-align: center;}
    }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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_menu_list { 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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {height: 450px; display: flex; align-items: center; justify-content: center ;position: relative; background-size: cover; background-position:center; background-repeat: no-repeat;}
.banner h5 { font-family: "微軟正黑體", sans-serif ; font-size: 28px; color: #48ABD0; display: flex; flex-wrap: wrap; justify-content: center ; width: 375px; z-index: 12;}
.banner.banA { background-image: url(https://pic03.eapple.com.tw/kgsound/banA.jpg); }
.banner.banC { background-image: url(https://pic03.eapple.com.tw/kgsound/banC.jpg); }
.banner.banblog { background-image: url(https://pic03.eapple.com.tw/kgsound/banblog.jpg);}
.banner.banB { display: none; }


.banner h5:before {font-size: 60px; padding-bottom: 15px; line-height: 105%;color: #F7AB34; font-family: "Inter", sans-serif ;}
.banner.banC h5:before{ content: "CONTACT";}
.banner.banblog h5:before{ content: "EVENT HIGHLIGHTS";}
.banner.banblog h5,.banner.banA h5{  width: 290px; }
.banner.banA h5:before{ content: "NEWS";}

@media screen and (max-width:550px) {
    .banner h5:before{ font-size: 60px;}
    .banner h5{ width: 282px;}
    .banner.banblog h5,.banner.banA h5{  width: 234px; }
}

@media screen and (max-width:500px) {
    .banner{ height: 180px;  background-position: bottom;}
    .banner h5{font-size: 26px;}
    .banner h5:before{ font-size: 44px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.blog_page #content, .blog_in_page #content{  background-image: url(https://pic03.eapple.com.tw/kgsound/in-bg.jpg);
    background-position:right;
     background-size: cover;
    font-family: "微軟正黑體","Inter", sans-serif;}
/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

/* 首頁文章 */
.module_i_news{padding: 60px 20px; }
.module_i_news .title_i_box { display: flex;flex-direction: column-reverse;justify-content: center;align-items: center; margin: 0px auto 40px; max-width: 300px;}
.module_i_news .title_i_box h4{font-size: 28px; color: #48ABD0; font-weight: bold; text-align: center;  font-family: "微軟正黑體", sans-serif;}
.module_i_news .title_i_box h4::before{
    content: "EVENT HIGHLIGHTS";
    font-size: 60px;
     font-family: "Inter", sans-serif;
     font-weight: bold;
     color: #F7AB34;
     text-align: center;
}
.animated-arrow{ background: #F5C83A; width: 200px; margin-top: 60px;}
.i_blog_ri{ display: flex;flex-direction: column; justify-content: center;}

.i_blog_ri h5{
  font-size: 20px;
    color: #48ABD0;
    display: block;
    font-weight: bold;
 }
 .i_blog_ri em{ color: #a9a9a9;}
 .i_blog_ri p{  margin-top: 10px;
    line-height: 180%;
    color: #000;
    -webkit-line-clamp: 3;
    min-height: 90px;
	letter-spacing: 1px;
  font-size: 15px;
}

.module_i_news li a{ transition: 0.3s;}
.module_i_news li a:before {
    display: block;
    font-size: 17px;
    bottom: -44px;
    right: 0;
    letter-spacing: 2px;
    opacity: 1;
    color: #ffffff;
    background: #F5C83A;
    border-radius: 0px;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-family: "Inter", sans-serif;
}
.module_i_news_list li a:hover:before {
    background: #FFBA2F; color: #fff;}
.module_i_news li a:after { 
    border:3px #fff0c1db dashed;
    background: transparent;
}

.i_blog_le img{  transform: scale(1);opacity: 0.85; overflow: hidden; transition: 0.3s;}
.module_i_news_list a:hover .i_blog_le img{  transform: scale(1.15);opacity: 1;}

@media screen and (max-width:450px) {
    .module_i_news .title_i_box h4::before{ font-size: 48px;}
}



/* 文章管理 */
h5.blog_le_t{ color: #283153;  font-family: "微軟正黑體","Inter", sans-serif;}
h4.blog_category_title{font-size: 28px; color: #48ABD0;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 80px 10px;}
.module_i_news li , .subbox_item {    width: 100%;border-bottom: unset;}
 .subbox_item a {
	padding: 5px;
	display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri {    width: 100%;}
.blog_list_le { width: 100%;  overflow: hidden;}
.blog_list_ri {  width: 100%;  padding: 0 0 0 10px;  position: relative; margin-bottom: 45px; }

.blog_list_le img{  transform: scale(1);opacity: 0.85; overflow: hidden;}
.subbox_item a:hover .blog_list_le img{  transform: scale(1.15);opacity: 1;}

.i_blog_le , .blog_list_le{    /*position: relative;    padding-bottom: 100%;    height: 0;*/}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */

.blog_list_ri h5 {
    font-size: 20px;
    color: #48ABD0;
    display: block;
    font-weight: bold;
}
.blog_list_ri em{
  color: #a9a9a9;
}
.blog_list_ri p {
    margin-top: 10px;
    line-height: 180%;
    color: #000;
    -webkit-line-clamp: 3;
    min-height: 56px;
	letter-spacing: 1px;
  font-size: 15px;
}


.subbox_item a:before {
    display: block;
    font-size: 17px;
    bottom: 0;
    right: 0;
    letter-spacing: 2px;
    opacity: 1;
    color: #ffffff;
    background: #F5C83A;
    border-radius: 0px;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-family: "Inter", sans-serif;
}
.subbox_item a:hover:before {
    background: #FFBA2F; color: #fff;}
.subbox_item a:after {
    border:3px #fff0c1db dashed;
}

/*側邊*/
.blog_le .accordion {
    border: unset;
    border-radius: 0px;
}
.blog_le .accordion > li{transition:all 0.3s;border-bottom: 1px solid #808080;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #F5C83A !important; border-radius: 0px;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {color: #fff!important;}
.submenu a:hover {    background: #F5C83A;color: #fff; border-radius: 6px; }
.submenu li.on_this_category a, .submenu a:hover{ background: #F5C83A; color: #fff;border-radius: 6px;}

/*首*/
.module_i_news ul{ grid-template-columns:1fr 1fr 1fr;}
.module_i_news ul li a{ display: flex; flex-direction: row; }
/*功*/
.blog_subbox{ grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back, .blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: #F5C83A;
    color: #fff;
    border: 0px;
    border-radius: 0px;
    transition:.3s;
}

.blog_back a.article_btn_back:hover, .blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
    background: #F5C83A;
    color: #fff;
}

.subbox_item a:after {  background: rgb(255 255 255 / 0%); }

.news_related {
  background: transparent;
  padding: 36px 15px 20px;
}
.news_related h6 span:before{
  color: #999999;
}
.lastPage{
  background: #F5C83A; border-radius: 0px; transition: 0.3s;
}
.lastPage:hover{
    background: #F5C83A;
    color: #fff;
}

@media screen and (max-width: 1200px) {
  /*文章管理*/
  .blog_list_ri h5 {
      margin-top: 0;
      font-size: 20px;
  }
  
  .blog_list_ri p {
      margin-top: 10px;
  }
  }
  
  @media screen and (max-width: 1024px) {
    /*文章管理/＝＝＝＝＝*/
    .blog_subbox{grid-template-columns:1fr 1fr;}
    .module_i_news ul{grid-template-columns:1fr 1fr;}
    .header_area {  padding: 0px; }
    }
    @media screen and (max-width: 980px) {
    /*文章管理/＝＝＝＝＝*/
    .blog_subbox{/*grid-template-columns:1fr 1fr;*/}
    }
  @media screen and (max-width:980px) {
   
  }
  @media screen and (max-width: 768px) {
      
      /*文章管理/＝＝＝＝＝*/
      h4.blog_category_title{font-size: 24px;}
      h4.blog_category_title span{font-size: 20px;}
       .module_i_news ul{grid-template-columns:1fr; }
  }

  @media screen and (max-width: 600px) {
    /*文章管理/＝＝＝＝＝*/
    .module_i_news ul , .blog_subbox{grid-template-columns:1fr 1fr;}
    .module_i_news ul li a{ flex-direction: column;}
    h4.blog_category_title{font-size: 20px;}
    h4.blog_category_title span{font-size: 18px;}
    
    .blog_list_le {
        width: 100%;
    }
    .blog_list_ri {
        padding: 20px 10px 30px 10px;
        width: 100%;
    }
    .blog_list_ri h5 {
        font-size: 18px;
    }
    .blog_list_ri em {
        position: inherit;
    }
    
    .blog_list_ri p {
        margin-top: 15px;
        font-size: 14px;
        min-height: unset;
    }
    }

    @media screen and (max-width:430px) {
      .module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
    }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.promotions_page #content{
    background-image: url(https://pic03.eapple.com.tw/kgsound/in-bg.jpg);
    background-position:right;
     background-size: cover;
    font-family: "微軟正黑體","Inter", sans-serif;
}

/* 促銷方案 */
/* 促銷方案背景 */
.promotions_page .edit { color: #000; padding: 40px 0 80px;  font-family: "微軟正黑體","Inter", sans-serif;}

/*上面那排標題*/
.promotion_title{ font-family: "微軟正黑體","Inter", sans-serif;}
.promotions_page .promotion_title em{ border: 0px ;    padding: 16px 16px;   background: #F5C83A;  color: #fff;}
.promotions_page .promotion_title span{ display: none;}
.promotions_page  .promotion_title h2{color: #48ABD0; font-size: 28px;padding-left: 16px; line-height: 50px; font-weight: bold;  font-family: "微軟正黑體","Inter", sans-serif;}
/* 下方sitemap */
.other_promotion li a{ background: #fff; border: 0px; color: #A6D0DC; transition: 0.2s;}
.other_promotion li a:hover{ background: transparent; color: #ECC73C;}
.other_promotion .pmtTitle h3{ color: #271d1d;}

@media screen and (max-width:1024px) {
    .promotions_page #content{
        background-position: left;
    }
}

@media screen and (max-width:768px) {
    .promotions_page .promotion_title h2{ padding-left: 0px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.contact_page #content{
    background-image: url(https://pic03.eapple.com.tw/kgsound/in-bg.jpg);
    background-position:right;
    background-size: cover;
    font-family: "微軟正黑體","Inter", sans-serif;
}


/* 聯絡我們 */
.list_before{ display: none;}
.contact_le_map a {display: none;}

.contact_le_map a{ display: none;}

.contact_form{ grid-gap:17px; }
.contact_form li.last cite{ background: #F5C83A; border: 1px solid #F5C83A;}
.contact_form li.last blockquote{ color: #F5C83A; border: 1px solid #F5C83A;}


@media screen and (max-width:600px) {
  .contact_form li .form__label{ background: transparent;}
}




.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




