@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{
    font-family: "微軟正黑體", "Quicksand", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix{ display: none;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* = = = = = = = header = = = = = = = =*/
/*小icon隱藏*/
.tp_links {
    display: none;
}
.box_search {display: none;}

/*logo大小*/
.nav-header {max-width: 220px;}
.navigation {grid-template-columns: 220px 1fr;}
.nav-brand {margin-block: 3px -3px;}

/*header樣式*/
.header_area {background: #fff;}

/*header寬*/
.main_header_area .container {
    max-width: 95%;}

/*header按鈕*/
.stellarnav > ul > li > a {
    color: #222222;
    font-size: 15px;
    margin: 0 15px;
}
.stellarnav li.has-sub > a:after {
    border-top:6px solid #f2c544;
}
/*hover*/
.stellarnav>ul>li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 4px;
    width: 0%;
    background: #f2c544;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}
.stellarnav>ul>li:hover:after {
    width: 100%;
}

.header_area.sticky .stellarnav>ul>li:after{
    background: #f2c544;
}

/*header下拉按鈕*/
.stellarnav ul ul {background:#fff; border: 1px solid #e2e2e2; left: 0px;}
.stellarnav li li {
    border: 1px #e2e2e2 solid;
    transition: 0.6s;
}
.stellarnav li li:last-of-type { border-bottom-width: 0px;}
.stellarnav li a {
    color: #222222;
    font-size: 13px;
}
.stellarnav li li a:hover {
    color: #fff;
}

/*hover*/
.stellarnav li li:hover {
    background: #FB8932;
    transition: 0.6s;
    color: #fff;
}

/*header下拉後.header_area.sticky*/
.header_area {transition: 0.6s;}
.header_area.sticky {
    background: #FFF;
    transition: 0.6s;
}
.nav-header {
    transition: 0.6s;
}

@media screen and (max-width: 900px) { 
/*header*/
.stellarnav > ul > li > a {margin: 0 12px;}
}

@media screen and (max-width: 768px) {
/*header    */
.nav-header, .header_area.sticky .nav-header {
    max-width: 200px;
}
.me_tp_features {display: none;}
.header_area {padding: 10px 10px 5px;}

/*logo*/
.nav-brand {
    margin-block: 3px 0px;
}

/*漢堡*/
.stellarnav .menu-toggle span.bars span {
    background: #E67034;
}
.stellarnav .menu-toggle:after {
    color: #E67034;
}
/*左側選單*/
.stellarnav > ul > li > a,.header_area.sticky .stellarnav > ul > li > a {
    color: #222222;}
.stellarnav > ul > li > a:hover,.header_area.sticky .stellarnav > ul > li > a:hover { color: #f2c544;}
.stellarnav.mobile > ul > li {border-bottom: 1px solid #FFF4DC;}
.stellarnav.mobile > ul > li > a.dd-toggle{ top: 11px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 2px #f6e667;
}  
.stellarnav>ul>li:after {display: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: #EC7F30;
}  
.stellarnav .icon-close:before, .stellarnav .icon-close:after {
    border-bottom: solid 2px #fff;
}
.stellarnav a {
    color: #fff;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { border-right: 0px #eee solid; background: #fff;}
.stellarnav.mobile.left > ul{ top: -1px;}
.stellarnav.mobile li.open {
    background: #ffecc93d;}
    .stellarnav.mobile > ul > li > a{padding: 20px 43px 20px 10px; }
.stellarnav li li{ border: 0px;}
.stellarnav.mobile ul{ border: 0px;}
/* .stellarnav > ul > li.drop-left > ul{ bottom: -5px;} */
.stellarnav li a{ padding: 7px 21px;}
}

@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 10px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* footer */
.footer_logo{ max-width: 250px;}
.box_link{position: unset; max-width: 88px;flex-direction: row;  }
.box_link a{ transition: 0.3s; color: #f2c544; border: 1px solid #f2c544; background: #fff; border-radius: 0px;}
.box_link a:hover{background: #f2c544; color: #fff; }
.box_link a.me_tp_call{ display: none;}
.footer {
    background: #fff;

}
.footer .center {
    padding: 36px 20px 26px;
}
.footer_info {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}
.footer_info ul {
    position: relative;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    flex-direction: column;
}

/* 聯絡資訊 */
.footer_info li{
    padding: 0;
}
.footer_info li:nth-child(1) {
    display: flex;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.footer_info li p.phone{ order: 1;}
.footer_info li p.add{ order: 2;}
.footer_info li p.add2 { order: 3;}
.footer_info li p.line{ order: 4;}
.footer_info li p.phone:before{ content: '手機(Mobile)：';}
.footer_info li p.add:before{ content: '地址(Address)：';}
.footer_info li p.line:before{ content: '官方Line：';}
.footer_info li p.add2:before{ content: '營業日：';}

.footer_info li p,.footer_info li p a {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1px;
    position: relative;
    color: #000;
}
.footer_info li p:before {
    margin: 0;  
}
.footer_info li p:after {
    position: absolute;
    left: 1px;
    top: 50%;
    color: #666;
    font-size: 13px;
    transform: translate(0%, -50%);
}
/* 網頁連結 */
.footer_info li:nth-child(2) {
    width: 100%;
    text-align: center;
    right: 0;
    top: 0;
}
.footer_menu {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    /* display: grid; */
    gap: 0;
    justify-content: center;
}
.footer_menu a:first-child{
    display: none;
}
.footer_menu a {
    background:transparent;
    color: #f2c544;
    border: 1px solid #f2c544;
    letter-spacing: 1px;
    margin:0 8px;
    padding: 0;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
    font-weight: 500;
    position: relative;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 0px;
}

.footer_menu a:hover {
     background: #f2c544;
    color: #000;
}

.copy {
    color: #323232;
    border: none;
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.08em;
    font-weight: 300;
    text-align: center;
    padding: 10px 0 12px;
    background: transparent;
}
.copy a {
    color: #323232;
} 

@media screen and (max-width:768px) {
    .footer_info ul{ gap: 12px;}
    .footer_menu{ flex-wrap: wrap;gap: 10px 0px; }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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_menu_list { 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; margin-top: -45px;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 1400px) {
.bannerindex {   margin-top: -25px;}
}
@media screen and (max-width: 1200px) {
.bannerindex {  margin-top:0px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/scwintkd/in-ban.jpg);
    background-size: cover;background-position: left;
    height: 35vw;
    max-height: 450px;
    min-height: 250px;
    position: relative;
}

.banner.banB { display: none; }

.banner h5 {
    width: 90%;
    max-width: 1500px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    color: #000;
    font-size: 28px;
    text-align: left;
     font-family: "微軟正黑體", "Quicksand", sans-serif;
}
.banner h5:before{ font-family: "Quicksand", sans-serif;content:"NEWS";font-size:72px;display: block;line-height: 100%;letter-spacing: 0.03em; color: #f68432; font-weight: bold;}
.banner.banE h5:before{ content: "WORKS";}

@media screen and (max-width:768px) {
    .banner h5{ bottom: 30px;}
}
@media screen and (max-width:420px) {
    .banner{ min-height: 170px;}
    .banner h5:before{ font-size: 52px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*文章設定*/
.accordion li .link a:hover{  background: #0ab5b0;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{ background: #0ab5b0!important;}
.blog_list_ri h5{ color: #f68432; font-size: 19px; font-weight: bold; }
.blog_list_ri p{ color: #000;}
.subbox_item a:after{ background: rgba(255,255,255,0.6); border: 0px;}
.subbox_item a:before{
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
padding: 5px 20px;
background: #0ab5b0;
border-radius: 6px;
color: #fff;
bottom: auto;
right: auto;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.blog_list_le img{ border-radius: 16px;}

h4.blog_category_title{ font-size: 24px; color: #f68432; }
.articel_mainPic img{ display: none;}
.blog_back a.article_btn_back{ background: transparent;border: 1px solid #0ab5b0; border-radius: 12px; color: #0ab5b0;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next{ background: #0ab5b0;border-radius: 12px;}

.news_related{ background: transparent;}
.lastPage{background: #0ab5b0;border-radius: 12px; }

@media screen and (max-width:960px) {
    .subbox_item{ border-bottom: 0px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* 相簿 */
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/* 首頁 */
.module_i_album .title_i_box h4{font-size: 32px; font-weight: bold;  color: #A67D50; text-align: center; display: flex;flex-direction: column; }
.module_i_album01 .title_i_box h4::before { content: "CASE";  font-family: "Roboto", sans-serif; font-size: 60px; font-weight: 500; text-align: center; color: #1E150D;}
.animated-arrow{ background: #CCA57A; width: 200px; height: 44px; line-height: 44px;}
.i_album_list li a p{ background: rgba(86,62,39,.9); color: #fff;}

/*大分類*/
.album_page .main_part {max-width: 1600px;}
.show-list{grid-template-columns:1fr 1fr;}
.show-list .item {width: 100%;padding: 2%;margin: 0;}
.show-list .item:hover .show_name {color: #CCA57A;}
.show-list .show_name {text-align: center;font-weight: 400; color: #6A6969;}
.overlay {-webkit-transform: scale(1.05);transform: scale(1.05); background: rgba(247,244,237,.3);}
.show-list .show_pic img{min-height: 27vw;object-fit: cover;}

.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: 0;
    padding-bottom: 72%;
}


/*次分類*/
.album_class_page .main_part {max-width: 1400px;}
.subalbum-menu h2 {color: #A67D50;text-align: center;display: block; display: none;}
.subalbum-menu h2 .block{display: none;}
.other_subalbum{grid-template-columns:1fr 1fr;}
.other_subalbum li {width: 100%;padding: 2%;margin: 0; background: none;}
.other_subalbum li p{text-align: center;margin-top: 10px;color: #4da6a7;letter-spacing: 1px; font-weight: bold;}
.other_subalbum li a img {
    width: 100%;
    height: 35vh;
}
.show-list .show_pic{ border-radius: 40px;}
/*相片頁*/
.album_info_page .main_part {max-width: 1400px;}
.pic-list{grid-template-columns:1fr 1fr 1fr;}
.pic-list .item {padding: 0;margin: 10px;width: 100%;padding: 2%;margin: 0;}
.pic-list .item h6{font-weight: 500;}
.pic-list .show_pic{ border-radius: 40px;}
.pic-list .show_pic img {
    /* min-height: 20vw; */
    object-fit: cover;}
.other_album{margin-top: 200px;}
.album_fixed_title {background: transparent;}
.other_album_choice li {background: #CCA57A; border-radius: 0px;}

@media screen and (max-width:1630px) {
    .show-list .show_pic img{ min-height: 32vw;}
}

@media screen and (max-width: 768px){
	/*主分類*/
    .show-list,.pic-list,.other_subalbum{grid-template-columns:1fr 1fr;}
	.show-list .show_pic img{min-height: 35vw;}
	.other_subalbum li a img {max-width: 100%;}
	.show-list .show_name {font-size: 14px; line-height: 20px; height: 40px;}
	/*次分類*/
	.other_subalbum li a img { width: 100%; height: 20vh;}
	.other_subalbum li p {margin-top: 5px; }
	/*相片頁*/
	/* .pic-list .show_pic img {min-height: 35vw;} */
}

@media screen and (max-width:420px) {
    .other_subalbum{grid-template-columns:1fr ;}
    .show-list .show_pic img{ min-height: 66vw;}
    .pic-list .show_pic{ border-radius: 20px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




