@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 {}
*/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Fjalla+One&family=Great+Vibes&family=Noto+Sans+TC:wght@100..900&family=Orbitron:wght@400..900&family=Pinyon+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.edit_part{padding:0;}

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; 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;}
}

.header_area{background: #fff;box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);}
.header_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	    background: #fff;
}
.header_area.sticky .main_header_area .container {
    max-width: 80%;
    transition: all 0.3s;
}

.swiper-banner .swiper-slide img {
    height: auto;
}
.nav-brand img {
    max-width: 120%;
}
.stellarnav > ul > li > a{    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
	    padding: 5px 20px 5px 20px;}
.stellarnav > ul > li:hover > a {
    color: #3c52b7;    transition: .3s;
}
.stellarnav li.has-sub > a:after{top: 60%;}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;font-size:15px;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #ffffff;
    padding-left: 10px;
    background: #3c52b7;
}

/*下拉隱藏*/
.stellarnav > ul > li:nth-child(5) ul{display:none !important;}
.stellarnav li.has-sub > a:after{display:none;}

/*聯絡*/
.contact_le_map a{    background: #027cfe;}
.contact_form li.last cite {
    background: #027cfe;}
.contact_form li.last blockquote, .contact_form li.last cite{border: 1px #c7e3f0 solid;}
.info_FAX:before {
    content: "營業時間";
}
.list_before.info li {
    padding-left: 60px;
}
.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: 55px;}
.list_before{display: flex;
    flex-direction: column;}
.list_before li:nth-child(3) {
    order: 5;
}

/*footer*/
.box_link a{display:none;}
.footer{    background: #c7e3f0;}
.copy{    background: #80acd6;color: #fff;
    border-top: 0px #ddd solid;}
.copy a{color:#fff;}
.footer_menu a{color: #5d90c0;
    background: #c7e3f0;    border: 0px #ccc solid;
    border-bottom: 1px #80acd6 solid;}
.footer_menu a:hover {
    background: #c7e3f0;
    color: #007dfe;
}
.footer_info li {
    display: flex;
    flex-direction: column;}
.footer_info li p:nth-child(3){order:5;}

.footer_info li p.fax:before {
    content: '營業時間：';
}


/*文章*/
.blog_list_le img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}
.blog_list_ri {
    width: 100%;
    padding: 0 2%;
}
.subbox_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
    background: #017eff;
}
.blog_back a.article_btn_next {
    background: #01aaff;
}
.blog_back a.article_btn_prev {
    background: #01aaff;
}
.blog_back a.article_btn_back {
    background: #f9f8c2;
    color: #000;
}
.lastPage{    background: #01aaff;}

	

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner{    padding: 125px 0;}
.banner.banblog h5,.banner h5 {
	
	font-family: Noto Sans TC;
        position: absolute;
    bottom: 35%;
    color: #297efe;
    background: #fff;
    font-size: 30px;
    font-weight: 400;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    padding: 40px 0px;
    letter-spacing: 0px;
	}
.banner h5:before { 
font-family: "Anton", sans-serif;
 	display: block;  
 	font-size:20px; 
    color: #007efe;
  font-weight: 400;
  font-style: normal;
 	}
.banner.banA {}
.banner.banB {display:none;}
.banner.banC {background: url(https://pic03.eapple.com.tw/yiszbei/banner_001.jpg) no-repeat;
    height: 400px;
    background-position: center !important;
    background-size: cover !important;
    position: relative;}
.banner.banC h5:before{content: "CONTACT";}	
.banner.banD {}
.banner.banE {}
.banner.banblog {background: url(https://pic03.eapple.com.tw/yiszbei/banner_002.jpg) no-repeat;
height: 400px;
    background-position: center !important;
    background-size: cover !important;
    position: relative;}
.banner.banblog h5:before{content: "CASE";}	

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




@media screen and (max-width: 1024px) {
.sticky .main_header_area{margin:0px;}
.header_area{padding:0px;}
.header_area {
        padding: 10px;
    }
}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{    background: #c7e3f0;}
.blog_subbox {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 600px) { 
.nav-brand img {
    max-width: 90%;
}
.header_area.sticky .main_header_area .container {
    max-width: 100%;}
.footer_logo img {
    max-width: 75%;
}
}
@media screen and (max-width: 500px) { 
.me_tp_features{display:none;}
.header_area {
        padding: 10px;
    }
}




