@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.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_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = = = == = = header = = = = =  = = = = = = = == = = */
.header_area {background-color: #fff;}
.tp_links {
    display: none;}
.stellarnav > ul > li > a {    margin: 0 15px;}




/*Header/＝＝＝＝＝*/
.header_area {
    position: sticky;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.nav-header {grid-row: 1 / span 3;}
.nav-brand { width: 100%; max-width: 400px; transition:all 0.3s;}
.nav-brand img {transition: .3s;  margin: 0; padding:0; filter: none;}
.sticky .nav-brand img { transition: .3s; 
filter: contrast(0) brightness(100) drop-shadow(1px 1px 0px #222);}

.header_area {position: relative; background: #ffffff00; padding: 0;box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);}
.header_area.sticky {position: fixed; background: #faf6f0;  transition: 0.6s;}



.sticky.header_area .stellarnav > ul > li > a{
    color: #fff;
}
.sticky.header_area .stellarnav > ul > li > a:hover {
    color: #fff; 
}
.stellarnav a {
    color: #fff;
}
.stellarnav .icon-close:after {    border-bottom: solid 3px #fff;}/* 手機menu裡的x */
.stellarnav .icon-close:before {    border-bottom: solid 3px #fff;}/* 手機menu裡的x */
.stellarnav.mobile > ul > li {border-bottom: 1px #076baf solid;
}
.stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 3px #076baf;}/* 手機menu裡的+ */
.stellarnav a.dd-toggle .icon-plus:before {    border-bottom: solid 3px #076baf;}/* 手機menu裡的+ */
.sticky.header_area .stellarnav > ul > li > a::before {
    background: #fff; /* 底線也變白 */
}

.sticky.header_area .stellarnav.mobile > ul > li > a {
    color: #076baf !important;/* sticky手機版主選單顏色改 */
}
.sticky.header_area .stellarnav.mobile ul li a:hover {
    color: #717171 !important;/* sticky手機版主選單hover顏色改 */
}

.Mobile .stellarnav a {
    color: #fff;
}



/*網站 LOADING 畫面*/
 @keyframes fadeInOut {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
body.pageIndex {
    -webkit-animation: fadeInOut 2.5s;
    animation: fadeInOut 2.5s;}


/*Logo/＝＝＝＝＝*/
.nav-brand {width: 100%;max-width: 200px;}
.header_area .nav-brand {transition: all 0.3s;margin-top: 5px;}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.navigation {padding:10px;}
/*第一層*/
.stellarnav > ul > li > a{transition:all 0.3s;}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #076baf;	padding-left:10px;border-color:#076baf ;}
/*SubMenu*/
.shop_search_btn {    background: #076baf;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #076baf;}

/*選單最大寬度設定*/
.main_header_area { background: #fffdfd;}
.sticky .main_header_area { background: #076baf;}
.main_header_area .container {  max-width: 80%;  transition: all 0.6s;}
.sticky .main_header_area .container { max-width: 70%;}
/*第一層*/
.stellarnav {padding: 5px 0 0;}
.stellarnav li a { color: #333;}
.stellarnav li.has-sub li { border: none;  border-bottom: 0px solid #f3f3f3;}
.navigation {grid-template-columns: 180px 1fr;grid-gap: 0 20px;}
.stellarnav ul {  display: flex;    align-items: baseline;    flex-wrap: wrap;    width: 100%;    justify-content: flex-end;    position: relative;}
.stellarnav > ul > li {  transition: all 0.6s;   vertical-align: top;   position: relative; }


.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: right;
    letter-spacing: .10rem;
}
.stellarnav>ul>li {
    padding: 0px .1rem;
}

/* 滾動條 -------------------- */
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 9px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background-color: #ffffff;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background-color: #076baf;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #076baf;
}

/* 導覽列連結設定 */
.menu-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #cc6600;  /* 線條顏色，可以改 */
  transform: scaleX(0);       /* 預設隱藏 */
  transition: transform 0.3s ease;
  transform-origin: center;
}

.menu-button:hover::after {
  transform: scaleX(1);       /* hover 顯示橫線 */
}

.stellarnav > ul > li > a::before{
    content: "";
    position: absolute;
    height: 1px;
    background:#076baf;
    width: 0;
    transition: all 0.3s;
    right: 0;
    left: 50%;
    transform: translate(-50% , 0);
    bottom: 0;
    width: 0%;.}
.stellarnav > ul > li:hover > a::before{width: 100%;}
.me_tp_features {
    width: 99%;
    text-align: right;
}

/* 主選單 hover */
.stellarnav > ul > li > a:hover {
    transform: scale(1.1);
    color: #076baf;
}
/* 子選單初始隱藏 */
.stellarnav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 0;
    min-width: 180px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    z-index: 999;
}

/* 主選單 hover顯示子選單 */
.stellarnav li.has-sub:hover > ul {
    display: block;
}

/* 子選單 li a 初始樣式 */
.stellarnav ul ul li a {
    display: block;
    padding: 10px 20px;
    color: #076baf;
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* 子選單 hover */
.stellarnav ul ul li a:hover {
    transform: scale(1.05);
    color: #ffff;
    background: #076baf;
}

/* 子選單底線動畫 */
.stellarnav ul ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #d9d9d9;
    transition: width 0.3s ease;
}

.stellarnav ul ul li a:hover::after {
    width: 100%;
}
.stellarnav > ul > li > a {    color: #989898;}
.sticky.header_area  .stellarnav li.has-sub > a:after {    border-top: 6px solid #fff;}/* 子選單三角形變色 */

/* 手機子選單 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #076baf;}
.sticky.header_area .stellarnav .menu-toggle:after {    color: #fff;}
.sticky.header_area .stellarnav .stellarnav a {color: #fff;}
/* contents */
#content {    background: url(https://pic03.eapple.com.tw/jinfa/white.png) no-repeat center top;}


/*服務&流程*/
.path p, .path p a {display:none;}
.banB {display: none;
}
/***** 文章 ******/
.banner.banblog {background-image: url(https://pic03.eapple.com.tw/jinfa/BAN.B.png);
}
.news_related {display: none;}
.accordion li .link a {color: #076baf;}
/* 文章裝飾 */
.blog_list_le:before,
.i_blog_le:before {
    content: 'MORE';
    font-size: 0.8em;
    color: #ccc;
    position: absolute;
    top: 0;
    right: 0;
    background: #989898;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    padding: 0 10px;
    -moz-transform: translate(50px, -40px);
    -ms-transform: translate(50px, -40px);
    -webkit-transform: translate(50px, -40px);
    transform: translate(50px, -40px);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    position: absolute;
    z-index: 1;
    opacity: 0;
    font-family: "Inconsolata", monospace;;
}

.subbox_item:hover .blog_list_le:before,
.module_i_news li:hover .i_blog_le:before {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}


.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #076baf !important;
}
.blog_back a.article_btn_prev {
    background: #076baf;
}
.blog_back a.article_btn_next {
    background: #076baf;
}
.blog_back a.article_btn_back {
    background: #999;
}
h4.blog_category_title {    text-align: center;}
h4.blog_category_title {
    color: #076baf;}
.blog_shareData {    display: none;}
.edit * {    color: #717171;}
.blog_box_edit * {
    line-height: 200%;
}
h5.blog_le_t {    text-align: center;}

/* 文章管理 */
.module_i_news{ padding: 100px 20px; max-width: 1400px; margin: auto;}
.pageIndex .module_i_news .title_i_box h4 {
    color: #076baf; font-size: 32px; font-weight: bold;
    font-family: "Microsoft JhengHei UI";
    letter-spacing: 3px;
}

.animated-arrow{ background: transparent; color: #076baf; border: 1px solid #076baf; width: 180px;height: 41px; line-height: 41px; padding-left: 17px;}
.fa-arrow-right::before{ display: none;}

.blog_page .main_part{ max-width: 1400px;}
.blog_in_page .main_part{ max-width: 1400px;}
h4.blog_category_title{font-size: 28px; color: #076baf;}
h4.blog_category_title span{font-size: 24px;}
h5.blog_le_t{ display: none;}
/*文章管理/外層＝＝*/
.module_i_news {    padding: 100px 20px;}
.module_i_news ul, .blog_subbox {    display: grid;    gap: 0;}
.module_i_news li, .subbox_item {
    width: 100%;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    transition-property: background-color, color;
    transition-duration: .4s;
    transition-timing-function: linear;
}
.i_blog_le img, .blog_list_le img{ opacity: 0.7;}
.subbox_item a:hover img { opacity: 1;}
.subbox_item{margin-bottom: 0;}
.module_i_news li:hover, .subbox_item:hover {
    background-color: #076baf;
    transition: all 0.3s ease-in-out;
}
.module_i_news li:hover:before, .subbox_item:hover:before {    opacity: 0;}
.module_i_news li:hover::after, .subbox_item:hover::after {    opacity: 0;}

.module_i_news li:before, .subbox_item:before, .module_i_news li:after, .subbox_item:after {
    position: absolute;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #076baf;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}
.module_i_news li:before, .subbox_item:before {left: 0;}
.module_i_news li:after, .subbox_item:after  {    right: 0;}

.module_i_news .title_i_box h6 {
    font-size: 17px;
    color: #717171;
    font-family: "Inconsolata", monospace;;
    font-weight: normal;
}
.i_blog_ri h5, .blog_list_ri h5 {
    color: #717171;
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    height: 54px;
}
.i_blog_ri p, .blog_list_ri p {
    color: #076baf;
    font-size: 14px;
    line-height: 190%;
    min-height: 60px;
    -webkit-line-clamp: 2;
}
.module_i_news li a, .subbox_item a {
    padding: 5px;
    padding: 8% 14.28% 7.71% 14.28%;
}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; }
.module_i_news li a:before, .subbox_item a:before {
    display: none;
}
.module_i_news li a:after, .subbox_item a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #0091aa;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
    opacity: 1;
    border: none;
    top: 100%;
}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.blog_list_ri{ padding-top: 15px;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */



.i_blog_le img , .blog_list_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.i_blog_ri em, .blog_list_ri em {
    padding-right: 3.1em;
    font-size: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 14.66%;
    left: 5%;
    color: #24231f;
    font-family: "Noto Serif TC", serif;
}
.module_i_news li a:hover h5, .subbox_item a:hover h5 {    color: #fff;}
.module_i_news li a:hover:before, .subbox_item a:hover:before {    color: #fff;}
.module_i_news li a:hover em, .subbox_item a:hover em {    color: #fff;}
.module_i_news li a:hover  p, .subbox_item a:hover p {    color: #fff;}


/* 卡片滑入效果 */
.product_page .products-list { animation: showleft 1s ease-in-out forwards;}

@keyframes showleft {
    0% { opacity: 0; -webkit-transform: translateX(20px)scale(1); -ms-transform: translateX(20px)scale(1); transform: translateX(20px)scale(1);
    }
  
    100% { opacity: 1; -webkit-transform: translateX(0)scale(1); -ms-transform: translateX(0)scale(1); transform: translateX(0)scale(1);
    }
}
  
.products-list .item a:hover{transform: translateY(-20px);}
.product_pic #bx-pager h6 {display: none;}


/* 相簿-施工案例 */
.banE {
    background-image: url(https://pic03.eapple.com.tw/jinfa/BAN.B.png);}

 .show-list .item:hover .show_name {
color: #076baf;}
.show-list .show_name {    color: #989898;}
.subalbum-menu h2 {    color: #076baf;}
.other_album_choice li {background: #076baf;}
.other_subalbum li {    background: #076baf;}
.album_fixed_title {    color: #076baf;    background: #ffffff00;}
.other_subalbum li a p {    color: #ffff;
    text-align: center;
}


/* 影片 */
.banF {
    background-image: url(https://pic03.eapple.com.tw/jinfa/BAN.B.png);
}
.banner h5 {display: none;}

.video_menu_list>h5 {    color: #076baf;    text-align: center;}
.video-list .vidTitle {   color: #076baf;}
.video-layer-two li a {    background: none;    color: #076baf;}

/* 線上估價 */
.contact_content .information_left {display: none;}
.contact_content .information_right {
    width: 80%;    padding-left: 15%;
}
.contact_form li:has(input[type=checkbox]) .form__insert{    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(1px, 15px) minmax(200px, 1fr));}
.contact_form li .form__label {    max-width: 250px;}
.contact_form li {grid-template-columns: 150px 1fr;}
.contact_form li:has(input[type=radio]) .form__insert {    grid-template-columns: repeat(auto-fit, minmax(1px, 50px) minmax(200px, 1fr));}
.contact_form {    grid-gap: 30px;}
.banC {
background-image: url(https://pic03.eapple.com.tw/jinfa/BAN.B.png);
}
.contact_form li.last cite {background: #076baf;}




/* RWD */
@media screen and (max-width: 1816px) {
    .navigation {
        display: flex
;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
	.stellarnav ul {justify-content: center;}
	.stellarnav>ul>li {padding: 0px .2rem;}
	.stellarnav > ul > li > a {
    margin: 0 10px;
	font-size: 15px;
}
.stellarnav ul {    letter-spacing: unset;}
}

@media screen and (max-width:1500px) {
.module_i_news{ width: 80%;}}

@media screen and (max-width:1237px) {
.stellarnav.desktop.active > ul {width: 25%;}
.main_header_area .container {max-width: 100%;}
.stellarnav>ul>li {padding: 0px .2rem;}   
.stellarnav > ul > li > a {margin: 0 5px;font-size: 14px;}
}

@media screen and (max-width:1055px) {
    .stellarnav.desktop.active > ul {width: 35%;}
.stellarnav > ul > li > a {font-size: 13px;}
.sticky .main_header_area .container {
    max-width: 100%;
}
}

@media screen and (max-width:768px) {
.element.style {display: flex;flex-direction: column;}

.copy {    margin-bottom: 20px;
    padding-bottom: 50px;
}
.headerSticky .stellarnav .menu-toggle span.bars span {    background: #fff;}
.stellarnav .menu-toggle {margin-left: 15px;margin-top: 5px;}
.sticky .nav-brand img {filter: contrast(0) brightness(100);}
.sticky .nav-brand img {transition: unset;}

.banF {
    background-image: url(https://pic03.eapple.com.tw/jinfa/BAN.png);
height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}
.banner.banblog {background-image: url(https://pic03.eapple.com.tw/jinfa/BAN.png);
height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}
.banC {background-image: url(https://pic03.eapple.com.tw/jinfa/BAN.png);
height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}
.banE {background-image: url(https://pic03.eapple.com.tw/jinfa/BAN.png);
height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

}

@media screen and (max-width:670px) {

.contact_form li:has(input[type=checkbox]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(1px, 15px) minmax(80px, 1fr));}

}
@media screen and (max-width:570px) {
.stellarnav .menu-toggle {margin-left: 18px;margin-top: 18px;}
.contact_form li {grid-template-columns: unset
}
.contact_content .information_right {padding: unset;margin: 0 auto;display: block;}
.contact_form li .form__label {max-width: unset;}
.contact_content {padding: unset;}
}

@media screen and (max-width:440px) {
.contact_content .information_right {width: 90%;}
}


@media screen and (max-width: 425px) {
    .fix_ri {
        width: 50px;
        box-sizing: border-box;
        position: fixed;
        bottom: 80px;
        right: 20px !important;
        z-index: 99;
        text-align: center;
    }
    #to_top {    right: 10px;}
}

@media screen and (max-width: 395px) {
.nav-header {    max-width: 120px;}
    .stellarnav .menu-toggle {
        margin-left: 20px;
        margin-top: 15px;}
#content_main {    min-height: 70vh;}
.stellarnav {padding: unset;}

}

@media screen and (max-width:350px) {
.pageIndex .module_i_news .title_i_box h4:before{width: 280px;margin-left: -15px;}
.footer {    font-size: 13px;}
}


@keyframes nav-left {
    0%{left: 590px;}
    100%{left: 0;}}

@keyframes line-up {
    0%{height: 0%;}
    100%{height: 100%;}}



