@charset "utf-8";

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.header_area {
    padding: 10px 10px 5px;
    background: #fff;
    box-shadow: 0px 0px 20px #000000d9;
}
.pageIndex .header_area {
    position: fixed;
}
.header_area.sticky { background: rgba(255, 255, 255, .9);}
.navigation { grid-template-columns: 300px 1fr;}
.main_header_area .container { max-width: unset; padding: 0 3vw;}

.tp_links { padding: 0 10px; display: none;}


/*電腦LOGO*/
.nav-header, .nav-brand, .nav-brand img {
    width: 100%;
    max-width: unset;
}
.nav-brand {
    max-width: 240px;
    margin: 7px 0 3px;
}

/*手機LOGO
.nav-brand-m {}
*/

@media screen and (max-width: 1024px) {
.me_tp_features { display: none;}
.main_header_area .container { padding: 0;}
.header_area { padding: 10px 10px 0;}
.pageIndex .header_area { position: sticky;}
.nav-brand { width: 90%; margin: 5px 0 0;}
}
@media screen and (max-width: 768px) {
.header_area { padding: 10px 10px 5px;}
.nav-brand { max-width: 220px; margin: 3px 0 0;}
}
@media screen and (max-width: 375px) {
.navigation { padding: 0 0 0 40px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕字體設定*/
.stellarnav ul { margin-top: 15px;}
.stellarnav li { padding: 0 .5vw;}
.stellarnav > ul > li > a {
    color: #111;
    font-size: 15px;
    letter-spacing: .03em;
    line-height: 35px;
    height: 35px;
    min-width: 80px;
}
.stellarnav > ul > li > a:hover, 
.stellarnav.desktop li.has-sub li a:hover, 
.stellarnav li li a:hover {
    color: #0069d5;
    font-weight: bold;
    transform: scale(1);
}
.stellarnav li.has-sub > a:after { top: 60%;}
.stellarnav > ul > li > a b { font-weight: 600;}

.stellarnav ul ul { margin: 0;}
.stellarnav.desktop li.has-sub li a, 
.stellarnav li li a {
    color: #111;
	font-size: 14px;
	font-weight: 600;
    line-height: 34px;
    margin: 0;
	height: auto;
    line-height: 20px;
    padding: 6px 10px;
}
@media screen and (max-width: 1024px) {
.stellarnav ul { margin: 0;}
}
@media (max-width: 768px) {
.stellarnav.mobile > ul > li > a b { margin-right: 5px;}
.stellarnav .menu-toggle { padding: 0;}
.stellarnav.mobile > ul > li > a.dd-toggle { min-width: auto; padding: 8px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer設定*/
.footer {
    background: linear-gradient(to bottom, #ffffff 0%, #0000001a 80%);
	background: -moz-linear-gradient(to bottom, #ffffff 0%, #0000001a 80%);
    background: -webkit-linear-gradient(to bottom, #ffffff 0%, #0000001a 80%);
    background: -ms-linear-gradient(to bottom, #ffffff 0%, #0000001a 80%);
	border-top: solid 1px #33333305;
	box-shadow: 0px 0px 5vw #0000002b;
}
.footer_logo {
    padding: 0 30px 0 0;
    margin: auto;
    text-align: center;
    max-width: 340px;
}
.footer_logo img { width: 100%; max-width: 220px;}

.footer .center {
    max-width: 1400px;
}
.footer_info {
    grid-template-columns: 1fr;
    grid-gap: 0;
	padding: 0 65px;
}
.footer_info ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_info li {
    padding: 7px 0;
}
.footer_info li:nth-child(1) {
    display: inline-flex;
    flex-wrap: wrap;
	justify-content: center;
	max-width: 700px;
}
.footer_info li:nth-child(2) {
    text-align: center;
}
.footer_info li p {
    margin-right: 30px;
}
.footer_info li p:last-child {
    margin-right: 0;
}
.footer_info li p, .footer_info li p a {
    color: #333;
    letter-spacing: .07vw;
}

/*footer聯絡資訊隱藏*/
.box_link { display: none;}

/*footer按鈕設定*/
.footer_menu a {
	background: #222;
    color: #fff;
    border: 1px #222 solid;
    border-radius: 0;
    padding: 3px 1vw;
	margin: 0 3px 8px 0;
	letter-spacing: .2vw;
	min-width: 100px;
    text-align: center;
}
.footer_menu a:hover { 
	background: #fff;
    color: #222;
}

/*版權欄位設定*/
.copy { background: #4b4b4b;}
.copy a { color: #999;}
.copy a:hover { color: #72b3c7;}

@media screen and (max-width: 1600px) {
.footer_logo { padding: 0 3vw 0 0;}
}
@media screen and (max-width: 768px) {
.footer_info li+li { margin: 0;}

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding: 30px 0 55px;}
#to_top { bottom: 65px;}
#bottom_menu li:last-child { display: none;}
}
@media screen and (max-width: 600px) { 
.footer_logo { padding: 0 2vw;}
.footer_info { padding: 0 10px;}
.footer_info li:nth-child(2) { max-width: 94%;}
.copy { padding-top: 8px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們 聯絡資訊*/
.list_before.info li {
    padding-left: 40px;
    letter-spacing: .05vw;
}
.list_before.info li:before {
    letter-spacing: .05vw;
}
.info_LINE:before {
    content: "Line";
    letter-spacing: 0;
}
.contact_le_nomap {
    height: 33vh;
}

/*聯絡資訊 表單寬度 100%呈現
.contact_content .information_left, .contact_content .information_right { width: 100%; padding: 10px;}
.contact_form { margin-top: 20px;}*/

.contact_form {
    grid-gap: 15px;
}
.contact_form li .form__label {
    max-width: 90px;
	margin-left: -10px;
}
.contact_form li:has(input[type=checkbox]) .form__insert {
    padding-left: 5px;
}
.contact_form li:has(input[type=checkbox]) .form__insert, 
.contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(160px, 1fr));
}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #194b7f solid;}
.contact_form li.last blockquote { color: #194b7f;}
.contact_form li.last cite { background: #194b7f;}

@media screen and (max-width: 768px) {
.contact_content { max-width: 630px;}
}

@media screen and (max-width: 600px) {
.contact_form li .form__label { max-width: unset; margin-left: 3px; 
	display: flex; flex-direction: row-reverse; justify-content: flex-end;}
.contact_form li { grid-gap: 5px;}
.contact_form li .form__label { background: none; padding: 5px 5px 0 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before, 
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before, 
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after, 
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    content: "三十年工藝傳承，守護每一棟建築的安全與美感";
    position: absolute;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-align: right;
    color: #222;
    padding: 20px 70px 56px 0;
    bottom: 7vw;
    width: 800px;
    height: 120px;
    z-index: 9999;
	border-right: 10px solid #0060a3;
	animation: fade-in-left 1.5s .75s both;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before, 
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
	animation: fade-in-right 1.5s .75s both;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after, 
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    content: "防水工程｜外牆拉皮整修｜耐磨地坪｜結構補強｜外牆塗料";
	font-family: 'Noto Serif TC', 'serif';
    font-size: 22px;
    font-weight: 600;
    border: 1px solid #ffffff69;
    background: #ffffffa6;
    color: #0060a3;
    letter-spacing: .07em;
    padding: 70px 40px 0 0;
    z-index: 0;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    content: "堅持品質，用實力讓建築更持久";
	letter-spacing: .05em;
    padding: 20px 80px 56px 0;
    width: 630px;
} 
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    content: "從防水修繕到外牆整新，每個細節都做到最好";
	width: 630px;
	background: #ffffffc2;
}

@media screen and (max-width: 1600px) {
.swiper-banner .swiper-slide img { width: 120vw; max-width: 120vw; margin-left: -10vw;}
}

@media screen and (max-width: 1240px) {
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before, 
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after { 
	font-size: 28px; padding: 15px 50px 46px 0; width: 680px; height: 100px;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after { 
	font-size: 20px; padding: 58px 40px 0 0;}
}
@media screen and (max-width: 1024px) {
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before, 
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after { 
	font-size: 25px; padding: 13px 50px 42px 0; width: 620px; height: 90px;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after { 
	font-size: 18px; padding: 52px 35px 0 0;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before, 
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after { 
	font-size: 28px; padding: 15px 80px 40px 0; width: 550px; height: 100px; bottom: 5vw;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after { 
	font-size: 20px; padding: 57px 40px 0 0;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding: 0;}
}
@media screen and (max-width: 680px) {
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before, 
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after { 
	font-size: 3.8vw; padding: 2.5vw 4vw 7vw 0; bottom: 5vw; width: 91%; height: 15vw; border-right: 1vw solid #0060a3;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after { 
	font-size: 2.8vw; padding: 8.3vw 4.8vw 0 0;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before, 
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after { 
	font-size: 3.9vw; padding: 2.2vw 5vw 6.5vw 0; bottom: 4vw; width: 70%; height: 14.5vw; border-right: 1vw solid #0060a3;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before { 
	/*border-bottom: 3px solid #0060a3;*/}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after { 
	font-size: 2.8vw; padding: 8vw 4.5vw 0 0;}
}

/*大圖進場動畫設定*/
@keyframes fade-in-left {
    0% {
      -webkit-transform: scale(1.2) translate(-12%,-1%);
              transform: scale(1.2) translate(-12%,-1%);
              opacity:0;
    }
    100% {
      -webkit-transform: scale(1) translate(0,0);
              transform: scale(1) translate(0,0);
              opacity:1;
    }
}

@keyframes fade-in-right {
    0% {
      -webkit-transform: translate(15%,12%) scale(1.5);
              transform: translate(15%,12%) scale(1.5);
              opacity:0;
    }
    100% {
      -webkit-transform: translate(0,0) scale(1);
              transform: translate(0,0) scale(1);
              opacity:1;
    }
  }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
#content_main, #content {
    background: url(https://pic03.eapple.com.tw/shengx/00-bg01.jpg) no-repeat center / cover;
}
.banner {
	background: linear-gradient(to top, #ffffff7d 20%, #0000003d 100%);
	background: -moz-linear-gradient(to top, #ffffff7d 20%, #0000003d 100%);
    background: -webkit-linear-gradient(to top, #ffffff7d 20%, #0000003d 100%);
    background: -ms-linear-gradient(to top, #ffffff7d 20%, #0000003d 100%);
	background: #fff0;
    padding: 50px 20px 10px;
	box-shadow: 0px 0px 150px #0000004a;
	border-bottom: solid 1px #33333361;
}
.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, .banner.banblog { 
	background-image: url(https://pic03.eapple.com.tw/shengx/);
}
.banner h5 {
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-size: 30px;
    color: #333;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin: 10px 0;
}
.banner h5:before {
    display: block;
    font-size: 17px;
    font-weight: 300;
    color: #818181;
    letter-spacing: 0.15em;
}
.banner h5:after {
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    letter-spacing: .6vw;
    line-height: 2.5;
}
.banner.banB h5:before { content: "SERVICE";}
.banner.banB h5:after { content: "三十年工藝傳承";}
.banner.banblog h5:before { content: "NEWS";}
.banner.banblog h5:after { content: "空間重建價值與安心";}
.banner.banE h5:before { content: "WORKS";}
.banner.banE h5:after { content: "值得託付的建築修繕夥伴";}
.banner.banC h5:before { content: "CONTACT";}
.banner.banC h5:after { content: "歡迎隨時與我們聯繫";}

@media screen and (max-width: 1024px) {
.banner { padding: 30px 20px 0; min-height: 200px;}
}
@media screen and (max-width: 768px) {
.banner { padding: 20px 10px 0; min-height: 170px;}
.banner h5 { font-size: 26px; line-height: 1.4;}
.banner h5:before { font-size: 15px;}
.banner h5:after { font-size: 13px; letter-spacing: .5vw;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁共同設定*/
h5.blog_le_t em, .subalbum-menu h2, .blank_letter {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #222;
    letter-spacing: .05em;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #0060a3 !important;
}
h5.blog_le_t { text-align: center;}
h5.blog_le_t span {
    padding-left: 10px;
    letter-spacing: 0;
    color: #00000069;
}

.blog_subbox {
    grid-gap: 0 30px;
}
.subbox_item {
    border-bottom: 1px #00000026 solid;
}
.subbox_item a {
    padding: 15px 10px;
}
.blog_list_ri h5 {
    font-weight: 600;
}
.blog_list_ri em {
    color: #bbbaba;
}
.blog_list_ri p {
    color: #666;
    line-height: 1.5;
}
.subbox_item a:before {
    color: #0060a3;
    right: 15px;
}
.subbox_item a:after {
    border: 1px #ddddddbd solid;
    border-bottom: 0;
}

.news_related {
	background: #00000033;
    box-shadow: 0 0 8vw #00000080 inset;
    padding: 60px 15px 25px;
}
.news_related_list {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.news_related h6 span:before {
    color: #fff;
	text-shadow: 2px 1px 12px #000;
}
.lastPage {
    background: #194b7f;
}
.blog_back {
    padding-bottom: 30px;
}

@media (max-width: 1000px) {
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
}
@media (max-width: 768px) {
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));}
}
@media screen and (max-width: 400px) {
.subbox_item { max-width: 260px; margin: auto;}
.news_related_list li { max-width: 240px; margin: auto;}
}
@media screen and (max-width: 345px) {
.blog_subbox, .news_related_list { grid-template-columns: 1fr;}
.subbox_item a { padding: 15px 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿設定*/
.other_subalbum li { background: #fff0;}
.other_subalbum li a p {
    line-height: 1.5;
    color: #222;
    padding: 6px 0;
    font-weight: 500;
    text-align: center;
}
.other_album_choice li { background: #486e94;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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) {
}
