@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 {
    padding: 10px 10px 5px;
    position: fixed;
	background: linear-gradient(to bottom, #ffffffb3 0%, #ffffff6b 55%, #ffffff00 100%);
    background: -moz-linear-gradient(to bottom, #ffffffb3 0%, #ffffff6b 55%, #ffffff00 100%);
    background: -webkit-linear-gradient(to bottom, #ffffffb3 0%, #ffffff6b 55%, #ffffff00 100%);
    background: -ms-linear-gradient(to bottom, #ffffffb3 0%, #ffffff6b 55%, #ffffff00 100%);
	transition: ease 1s;
}
.header_area.sticky {
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid;
}
.pageIndex .header_area { height: 10vw;}
.pageIndex .header_area.sticky { height: auto;}

.navigation {
    grid-template-columns: 200px 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: 60px;
    margin: 0;
}


@media screen and (max-width: 1024px) {
.pageIndex .header_area { height: 142px; border-bottom: 1px solid;}
.me_tp_features { display: none;}
.main_header_area .container { padding: 0;}
.header_area { padding: 10px 10px 0;}
.nav-brand { position: relative; margin: 5px 0 0;}
}
@media screen and (max-width: 768px) {
header.header_area, .pageIndex .header_area { height: 74px;}
.nav-brand { margin: 0; max-width: 45px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕字體設定*/
.stellarnav ul {
    margin-top: 35px;
}
.stellarnav li { padding: 0 .5vw;}
.stellarnav > ul > li > a {
    color: #111;
    font-size: 15px;
    letter-spacing: .03em;
    line-height: 35px;
    min-width: 80px;
}
/*.stellarnav > ul > li:nth-child(4) > a { pointer-events: none;}  相簿主按鈕 點擊關閉*/
.stellarnav > ul > li > a:hover, 
.stellarnav.desktop li.has-sub li a:hover, 
.stellarnav li li a:hover {
    color: #01b0e7;
    font-weight: bold;
    transform: scale(1);
}
.stellarnav > ul > li > a b { font-weight: 600;}

.stellarnav ul ul { margin-top: 0;}
.stellarnav.desktop li.has-sub li a, 
.stellarnav li li a {
    color: #111;
	font-size: 14px;
    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.mobile ul li.has-sub a.dd-toggle {
    padding: 10px 0;
    margin: 0 -12px;
    pointer-events: auto;
}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer設定*/
.footer {
    background: url(https://pic03.eapple.com.tw/zhendeglass/02_bg01.jpg), linear-gradient(to top, #ffffff 30%, #dff7ff 100%);
	background: url(https://pic03.eapple.com.tw/zhendeglass/02_bg01.jpg), -moz-linear-gradient(to top, #ffffff 30%, #dff7ff 100%);
	background: url(https://pic03.eapple.com.tw/zhendeglass/02_bg01.jpg), -webkit-linear-gradient(to top, #ffffff 30%, #dff7ff 100%);
	background: url(https://pic03.eapple.com.tw/zhendeglass/02_bg01.jpg), -ms-linear-gradient(to top, #ffffff 30%, #dff7ff 100%);
    background-size: cover;
	background-position: center;
    background-blend-mode: multiply;
	border-top: solid 1px #333;
	padding: 40px 0 0;
}
.footer .center {
    max-width: 768px;
}
.footer_logo {
    text-align: center;
    padding: 0;
    max-width: 240px;
    margin: 0 auto;
}
.footer_logo img {
    width: 100%;
    max-width: 90px;
}
.footer_logo:before {
    content: "振德玻璃裝修有限公司";
    font-size: 18px;
    font-weight: 600;
	position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -115px;
}
.footer_logo:after {
    content: ": : :　聯絡資訊　: : :";
    display: block;
    margin-top: 50px;
}

.footer_info {
    grid-template-columns: 1fr;
    grid-gap: 0;
	padding-right: 50px;
}
.footer_info ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_info li {
    width: 100%;
    max-width: 1200px;
    padding: 7px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_info li:nth-child(1) {
    max-width: 650px;
}
.footer_info li:nth-child(2) {
    padding-top: 13px;
}
.footer_info li p, .footer_info li p a {
    color: #333;
    letter-spacing: .1vw;
}
.footer_info li p {
    padding: 0 13px;
}
.footer_info li p:before {
    margin: 0;
}

/*footer聯絡資訊設定*/
p.tel { order: -3;}
p.phone { order: -2;}
p.tel2 { order: -1;}
.footer_info li p.tel:before { content: '公司電話：';}
.footer_info li p.phone:before { content: '電話：';}
.box_link { display: none;}


/*footer按鈕設定*/
.footer_menu {
    text-align: center;
}
.footer_menu a {
    background: #222;
    color: #fff;
    border: 1px #fff solid;
    border-radius: 0;
    padding: 3px 10px;
    margin: 0 2px 10px 0;
    letter-spacing: .03em;
    font-weight: 600;
}
.footer_menu a:hover {
    background: #fff;
    color: #333;
    border: 1px #333 solid;
}

/*版權欄位設定*/
.copy { background: #222;}
.copy a { color: #999;}
.copy a:hover { color: #c9d5e1;}

@media screen and (max-width: 768px) {
.footer_logo:before { margin-left: -100px;}
.footer_info li+li { margin: 0;}

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding: 30px 0 55px;}
#to_top { bottom: 65px;}
#bottom_menu li:last-child { border: none;}

/*手機板下方按鈕 換其它顯示文字*/
#bottom_menu li a em { display: none;}
#bottom_menu li:nth-child(n):after { font-size: 12px; line-height: 10px; display: block; margin: 0 0 15px;}
#bottom_menu li:nth-child(2) { display: none;} /*公司電話隱藏*/
#bottom_menu li:nth-child(1) { order: -2;}
#bottom_menu li:nth-child(4) { order: -1;}
#bottom_menu li:nth-child(1):after { content: '回首頁';}
#bottom_menu li:nth-child(3):after, 
#bottom_menu li:nth-child(4):after { content: '電話';}
#bottom_menu li:nth-child(5):after { content: 'FB';}
}
@media screen and (max-width: 600px) { 
.footer_logo:before { margin-left: -90px;}
.footer_logo { padding: 0 2vw;}
.footer_info { padding: 0 10px;}
.footer_info li:nth-child(2) { max-width: 94%;}
.copy { padding-top: 8px;}
}
@media screen and (max-width: 300px) { 
.footer_logo:before { font-size: 6.5vw; margin-left: -32vw;}
.footer_info { padding: 0;}
.footer_logo:after, .footer_info ul { font-size: 4.7vw;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們 聯絡資訊*/
.contact_form li.last blockquote, 
.contact_form li.last cite { border: 1px #066c87 solid;}
.contact_form li.last blockquote { color: #066c87;}
.contact_form li.last cite { background: #29a4cf;}

@media screen and (max-width: 600px) {
.contact_form li { grid-gap: 5px;}
.contact_form li .form__label { background: none; padding: 5px 5px 0 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
#content {
    background: no-repeat top center url(https://pic03.eapple.com.tw/zhendeglass/02_bg01.jpg);
    background-size: cover;
}
.bannerindex { position: sticky; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
.swiper-wrapper:before, .swiper-wrapper:after {
    position: absolute;
    font-family: 'Noto Serif TC', 'serif';
    font-size: 30px;
    text-align: right;
    color: #000000;
	padding: 15px 25px;
    bottom: 200px;
    left: 0;
    width: 36%;
    z-index: 9999;
}
.swiper-wrapper:before {
    font-family: 'ZCOOL XiaoWei';
	content: "Zoom into Detail, Deliver with Pride";
}
.swiper-wrapper:after {
    content: "聚焦細節，驕傲交付";
	background: #ffffff80;
    color: #0087b1;
    letter-spacing: .07em;
	padding: 50px 20px 0 0;
    bottom: 150px;
    left: 0;
    height: 110px;
	z-index: 0;
}
@media screen and (max-width: 1600px) {
.swiper-wrapper:before, .swiper-wrapper:after { font-size: 26px;}
.swiper-wrapper:before { bottom: 155px;}
.swiper-wrapper:after { bottom: 115px; height: 100px; padding: 50px 20px 0 0; background: #ffffffa8;}
}
@media screen and (max-width: 1400px) {
.swiper-wrapper:before, .swiper-wrapper:after { font-size: 24px; width: 40%;}
.swiper-wrapper:before { bottom: 120px;}
.swiper-wrapper:after { bottom: 85px; height: 90px; padding: 42px 20px 0 0;}
}
@media screen and (max-width: 1200px) {
.swiper-wrapper:before, .swiper-wrapper:after { width: 45%;}
.swiper-wrapper:before { bottom: 100px;}
.swiper-wrapper:after { bottom: 65px; padding: 45px 20px 0 0;}
}
@media screen and (max-width: 1024px) {
.bannerindex { border-top: 140px solid #fff;}
.swiper-wrapper:before, .swiper-wrapper:after { width: 56%;}
.swiper-wrapper:before { bottom: 80px;}
.swiper-wrapper:after { bottom: 45px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0; border-top: 74px solid #fff;}
.swiper-wrapper:before, .swiper-wrapper:after { font-size: 22px; width: 67%;}
.swiper-wrapper:before { bottom: 60px;}
.swiper-wrapper:after { bottom: 32px; height: 78px; padding: 38px 20px 0 0;}
}
@media screen and (max-width: 600px) {
.swiper-wrapper:before, .swiper-wrapper:after { width: 85%;}
}
@media screen and (max-width: 480px) {
.swiper-wrapper:before, .swiper-wrapper:after { font-size: 4.5vw; width: 100%; text-align: center;}
.swiper-wrapper:before { bottom: 8vw; padding: 10px 15px;}
.swiper-wrapper:after { bottom: 0; padding: 8vw 12px 0 0; background: #ffffff94; height: 18vw;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    padding: 160px 20px 50px;
	min-height: 230px;
	background: #fff center center / cover;
}
.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, .banner.banblog { 
	background-image: url(https://pic03.eapple.com.tw/zhendeglass/ban01.jpg);
}
.banner h5 {
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-size: 28px;
    color: #222;
    line-height: 1.5;
    letter-spacing: 0.07em;
    margin: 10px 0;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #fff;
}
.banner h5:after {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    letter-spacing: .4em;
    line-height: 2;
}
.services_page .banner h5:after { content: "SERVICE";}
.album_page .banner h5:after, 
.album_class_page .banner h5:after, 
.album_info_page .banner h5:after { content: "PROJECT";}
.promotions_page .banner h5:after { content: "NEWS";}
.blog_page .banner h5:after { content: "FAQ";}
.contact_page .banner h5:after { content: "CONTACT";}

@media screen and (max-width: 1024px) {
.banner { padding: 200px 20px 30px;}
}
@media screen and (max-width: 768px) {
.banner { padding: 90px 20px 0; min-height: 200px;}
.banner h5 { font-size: 26px;}
.banner h5:after { font-size: 14px;}
}
@media screen and (max-width: 480px) {
.banner h5 { font-size: 24px;}
.banner h5:after { font-size: 13px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*功能頁 共同設定*/
.blank_letter { font-size: 22px; letter-spacing: .01em; color: #222;}

/*文章設定*/
h5.blog_le_t { font-size: 20px; letter-spacing: .01em; font-weight: 300;}
h5.blog_le_t span { padding-left: 6px;}
.promotion_title span { margin: 0 2px 5px 0;}
.promotion_title em { margin: 0 12px 5px 0;}
.promotion_title h2, h4.blog_category_title {
    font-family: "Noto Serif TC", serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}
.blog_list_ri h5 {
    font-family: "Noto Serif TC", serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
h4.blog_category_title { font-size: 28px;}
.blog_shareData { width: fit-content; margin: -60px 0 20px auto;}
.other_promotion li a:hover { background: #def7ff85;}
.blog_back a.article_btn_back, .lastPage { background: #29a4cf;}
.news_related {
    background: #fff url(https://pic03.eapple.com.tw/zhendeglass/01_bg02.jpg) no-repeat center;
    background-size: cover;
}
.news_related h6 span:before { color: #333333;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*工程實績 相簿設定*/
.subalbum-menu h2 {
    font-family: Noto Sans TC;
    font-size: 22px;
    font-weight: 500;
    color: #222;
    letter-spacing: 1px;
}
.other_album_choice li { background: #486e94;}
.album_fixed_title { background: none;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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) {
}

