@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{font-family: "Noto Serif TC", serif;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*--------------大圖不要亂縮放===================*/

#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: 1024px) { .bannerindex { padding:0; margin:0;}}
.swiper-pagination {left: 50%; margin-left: 0; transform: translate(-50% , 0);}
@media screen and (max-width: 768px) {.bannerindex { padding:0; margin:0;}}


/*上方選單解除滑動固定*/
/*.header_area.sticky { position:relative;}*/

.pageIndex .header_area {position: fixed;}
.nav-brand img {max-width: 60%;}
.nav-brand:hover { transition: .6s all;transition: .6s all;}
.pageIndex .nav-brand img{filter:contrast(0.1);}
.pageIndex .sticky .nav-brand img{filter: none;}
.header_area { border-bottom: 1px solid #E0E0E0;}
.pageIndex .header_area { position: fixed;  width: 100%;border-bottom: none;}
.pageIndex .header_area.sticky{ border-bottom: 1px solid #E0E0E0;transition: .8s all;}
/*.pageIndex .main_header_area {height: 0px; transition: .4s all;}*/
.header_area .main_header_area {height: 70px;background: #fff;}*/
  .header_area {position: fixed;}
/*  .header_area.sticky{ border-bottom: 1px solid #E0E0E0;transition: .8s all;}*/
  .header_area.sticky .main_header_area {height: 70px;transition: .8s all;background: #fff;}
  .main_header_area {height: 0px; transition: .4s all;}
  .navigation {top: 13px;}
  .header_area { position: fixed;  width: 100%;border-bottom: none;padding: 2px;}
  .nav-brand img{filter:contrast(0.1);}
  .sticky .nav-brand img{filter: none;}
  .stellarnav li.has-sub > a:after {border-top: 6px solid #a7a7a7;}
/*上方選單右邊設定 臉書/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}
*/
.tp_links {display: none;}

/*下拉選單*/
.stellarnav li.has-sub > a {position: sticky;}
.stellarnav ul ul {background: #f3f3f3;width: 180px;}
.stellarnav > ul > li.drop-left > ul {right: -50px;}
.stellarnav li li {border: 0px #eee solid;}
.stellarnav li a {text-align: center;font-size: 15px;}
.stellarnav li li:hover {background: #fff;}

/*電腦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個但次分類直接顯示-結束 */

.stellarnav > ul > li:before {content: ""; position: absolute;height: 4px; top: 18px;width: 4px;background: #a7a7a7;border-radius: 8px;}
.stellarnav > ul > li:hover { background: #a7a7a7;height: 40px;top: -1px;border-radius: 1px;transition: all 0.3s;}
.stellarnav > ul > li > a {color: #a7a7a7;margin: 0 20px;transition: 0.3s;}
.stellarnav > ul > li > a:hover {color: #fff;transition: all 0.3s;}
.stellarnav ul {text-align: center;letter-spacing: 2px;}

/*右下浮動*/
.linksBtn {background-color: #10375c;}
.info_fix:hover>.linksBtn {background: #10375c;}
.info_fix_links a:hover {background: #10375cbd;}
/*左下totop*/
#to_top {line-height: 1px;/*box-shadow: none;*/}
#to_top i.top:before, #to_top i.top:after {height: 10px;}
/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




@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;}}

.box_link a {display: none;}
.center {max-width: 1760px;}


.footer {padding: 50px 0px 0px 0px;background-color: #f3f3f3;background-repeat: no-repeat;background-position: right;background-size: cover;}
.footer_logo {margin-top: 5px;}
.footer_info {padding: 0 60px 90px 0;}
.footer_info li p a {color: #888;font-weight: 300;}
.footer_info li:nth-child(1) {width: 100%;display: flex;flex-flow: column;padding: 0 17px;flex-wrap: wrap;flex-direction: row;margin-bottom: 0px;margin-top: 20px;}
.footer_info li:nth-child(2) {position: absolute;right: 0;top: 0;}
.footer_info li p {width: calc(140% / 1);color: #888;font-family: 'Jost', 'Noto Sans TC', sans-serif;letter-spacing: 2px;line-height: 2em;font-size: 13px;}
.footer_menu a {letter-spacing: 1px;padding: 5px 7px;border: none;font-size: 13px;color: #888;background: none;font-weight: 200;}
.footer_menu a:hover {background: none;color: #444; font-weight: 700;}

.copy {color: #888;border-top: none;margin-top: 15px;padding: 30px 0px 23px 0px;background-color: transparent;font-size: 11px;letter-spacing: 1px;font-weight: 100;}
.copy a {color: #888;}
.double_key {text-align: left!important;margin: auto;grid-column: 1 / -1;}

/*--------footer選單hover線條-------------*/

.footer_menu a {margin: 0;text-align: left;transition: all 0.3s;position: relative;padding: 10px 7px;color: #888;font-weight: 500;}
.footer_menu a:after {content: '';display: block;width: 100%;height: 2px;background-color: #b2975700;position: absolute;bottom: 0px;left: 0px;z-index: -1;transition: all .4s;}
.footer_menu a:hover:after {animation-name: line_move;animation-duration: 0.5s;background: #444;}

@keyframes line_move {30% {left: 100%;width: 0}40% {width: 0;left: 0}100% {left: 0;width: 100%}}

@media screen and (max-width: 1550px) {
    .footer_info li:nth-child(2) {right: 10px;}
    .footer_info li:nth-child(1) {padding: 0 0px;}}


@media screen and (max-width: 1024px) {
    .footer_info li:nth-child(1) {margin-top: 50px;}
    .footer_info li p {width: calc(140% / 2);}
    .footer_info ul {margin-left: 12px;}
    .footer_logo {margin: 0 30px;}
    .pageIndex .header_area.sticky .main_header_area {height: 130px;}
    .footer_info { grid-template-columns: 180px 1fr;}
    .header_area .main_header_area {height: 130px;background: #fff;}
    .header_area.sticky .main_header_area {height: 130px;}
/*聯絡我們*/
.contact_content {padding-right: 0;width: 100%;}
.contact_content:before{display: none;}}

@media screen and (max-width: 768px) {
    .pageIndex .header_area.sticky .main_header_area {height: 80px;}
    .footer_info li:nth-child(1) p,
    .footer_info li:nth-child(1) a { color: #888;width: 100%;font-weight: 300;}
    .footer_logo {margin: 10px 17px;}
    .footer_info ul {text-align: center;margin: 0px;}
    .footer_info li:nth-child(1) {flex-flow: column;padding: 0px;flex-wrap: wrap;flex-direction: column;margin-bottom: 60px;}
    .footer_logo {margin: 0px 17px;display: none;}
    .footer_info {padding: 20px 0px;}
    .footer .center {width: 85%;}
    .footer_menu a {padding: 7px;}
    .footer_info li:nth-child(2) {right: unset;top: unset;bottom: 0;border-bottom: solid 1px #fff;width: 100%;}
    .copy { padding: 30px; border-bottom: none;}
    .fa-house::before {color: #1c1c1c;}
    .fa-phone-volume::before {color: #1c1c1c;}
    #bottom_menu li a em {color: #222;}
    #bottom_menu li a {display: none;}
    .footer_info {grid-template-columns: 1fr;}
    .stellarnav.mobile > ul > li > a {text-align: center;}
    .stellarnav > ul > li.drop-left > ul { right: 0px;}
    .header_area .main_header_area {height: 130px;background: #fff;}
/*聯絡我們*/
.contact_page .main_part {padding: 50px 20px;}
.contact_content .information_right{padding: 0;}
.contact_form li {width: 48%;padding: 15px 0 0;}}

@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {padding: 15px 10px;}}


@media screen and (max-width: 600px) {
    .swiper-slide:nth-child(1):after {width: 17vw;}
    .swiper-slide:nth-child(4):after {width: 17vw;}
    .swiper-slide:before {font-size: 1.5vw;}}

    @media screen and (max-width: 450px) {	/*聯絡我們*/
	.blank_letter{padding-top: 0;font-size: 18px;letter-spacing: 2px;}
	.blank_letter.f{margin-top: 50px;}
	.contact_form li{width: 100%;}
	.contact_form li.last{text-align: center;}}

@media screen and (max-width: 400px) {
    .footer_info li:nth-child(1) { margin-bottom: 98px;}
    .stellarnav.mobile>ul>li>a {padding: 15px 10px 10px 10px;font-size: 14px;}
    .footer .center {width: 70%;}
    .footer_info li p {font-size: 12px;}}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {display: none;}/*服務項目+服務流程+聯絡我們*/
.banner.banC {display: none;}
.banner.banD {}
.banner.banE {display: none;}/*施工案例*/
.banner.banblog {display: none;}/*最新消息*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*查看更多*/
.animated-arrow {background: #10375c;}
.animated-arrow:hover {border-radius: 25px;transition: all 0.3s;}
/*文章設定*/
.blog_ri {padding: 60px 0 0 20px;}
.module_i_news .title_i_box h4 {color: #666;}
.i_blog_ri h5 {color: #888;}
一排呈現
.subbox_item { width:100%;}
.subbox_item a:after{border: 0px #ddd solid;}
.accordion li .link a {font-weight: 500;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {font-weight: 800;transition: all 0.5s;color: #fff !important;background: #888;}
.blog_back a.article_btn_prev {background: #666;}
.blog_list_ri h5 {color: #10375c;}
.blog_back a.article_btn_back {background: #10375c;}
.blog_back a.article_btn_next {background: #666;}
.blog_search input[type=search] {border-radius: 15px;}
h5.blog_le_t {text-align: center;}
.lastPage {background: #10375c;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/
.show-list .item:hover .show_name {color: #10375c;}
.other_album_choice li {background: #10375c;}
.overlay {transform: translateX(-400px);transition: all .3s 100ms cubic-bezier(0, 0.23, 0.77, 0.77);}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}}

@media screen and (max-width: 600px) { }



/*=========聯絡我們============*/
/*#content {width: 100%;min-height: 80vh;background-image: url(https://pic03.eapple.com.tw/cxiddesign/bcg3_1.png);}*/
body.contact_page.bodyDesktop {background-image: url(https://pic03.eapple.com.tw/cxiddesign/bcg3_1.png);}
.contact_form li.last cite {background: #10375c;color: #fff;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #10375c solid;}
.contact_form li.last blockquote { color: #10375c;}


/*聯絡我們*/
/*整體設定*/
.contact_content .information_left{width: 100%;padding: 0 0 20px 0;}
.contact_content .information_right{width: 100%;padding-left: 0;}
.blank_letter{font-family: 'Jost','Noto Sans TC', sans-serif;color: #ffffff;}
/*資訊區塊*/
.list_before *{color: #ffffff;}
/*表格區塊*/
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {font-weight: lighter;}
button, input, optgroup, select, textarea{outline: none;}
input[type="checkbox"], input[type="radio"] {margin: 5px 5px 5px 5px;}
input[type="checkbox"]:nth-child(1), input[type="radio"]:nth-child(1) {margin: 5px 5px 5px 5px;}
.contact_form {display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact_form li {width: 30%;display: inline-block;padding-left: 0;padding: 20px 0;}
.contact_form li.last{width: 100%;}
.information_right .contact_form li.last blockquote input {color: #eee;}
.contact_form li input.noborder {padding-left: 10px;background: transparent;border: none;border-bottom: 1px solid #ffffff;}
.contact_form li textarea.noborder{border: 1px solid #ffffff;padding-left: 10px;background: transparent;}
.contact_form li.last cite {margin-left: 10px;background: #10375c;color: #fff;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #ccc solid;}
.contact_form li.last blockquote input {color: #333;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 3px;}
.contact_form li .form__label{color: #eee;width: 100%;text-align: left;margin-left: 0;margin-bottom: 5px;}
.contact_form li .form__insert{color: #eee;width: 100%;}
.noborder {padding: 10px;}
.form select {background: transparent;color: #eee;border: none;border-bottom: 1px solid #ffffff;width: 100%;}
.form select option{background: #10375c;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {justify-items: center;}
body.contact_page.bodyMobile {background-image: url(https://pic03.eapple.com.tw/cxiddesign/bcg3_1.png);}