@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #ADA17E /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#content_main, #content{min-height: 50vw;}

/*Header*/
.header_area {
    position: sticky;
    top: 0;
   background: #fff;
}
.header_area.sticky {
    background: rgb(255 255 255 / 84%);
}
.main_header_area .container {
    width: 95%;
    max-width: 1600px;
}
.navigation {
    grid-template-columns: 70px 1fr;
	align-items: center;
}

/*Logo*/
.nav-header {
    transition: all 0.3s;
    max-width: 200px;
	grid-row: 1;
}

/*選單*//*第一層*/
.stellarnav > ul > li > a {
    transition: all 0.3s;
    margin: 0 20px;
    color: #222;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 17px;
}
.header_area.sticky .stellarnav > ul > li > a{ color: #222;}
.stellarnav > ul > li.has-sub > a {   padding-right: 0;}
.stellarnav li.has-sub > a:after{  display: none;}

.stellarnav > ul > li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0px;
    height: 2px;
    background: #0071bc;
	border-radius: 99em;
	transition: cubic-bezier(0.4, -0.01, 0.58, 1) 350ms;
}
.stellarnav > ul > li:hover:after {
	width: 50px;
}

/*第二層*/
.stellarnav ul ul {
	left: -15%;
    border: 1px solid #0000001c;
    border-radius: 8px;
	text-align: center;
}
.stellarnav li li {    border: 0px;}
.stellarnav li a {
    text-align: center;
    color: #333;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #fff;
    background: #0370ba;
    border-radius: 8px;
}

/* 商品下拉超過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;}

/* SubMenu */
.me_tp_features {    display: none;}


@media screen and (max-width: 1024px) {
.nav-header {
    max-width: 100px;
}
.header_area.sticky .nav-header{
	max-width: 60px;
}

/*大圖*/
.bannerindex, .bannerindex .swiper-banner{max-height: 500px; position: relative;}

}
@media screen and (max-width: 768px) {
.main_header_area .container {
    width: 100%;
}
.nav-header {
    max-width: 70px;
}

.header_area.sticky .nav-header{
	max-width: 40px;
}

/*大圖*/
.bannerindex {
    height: auto;
    padding-bottom: 0;
}
.bannerindex .swiper-banner .swiper-slide img {
    height: 100%;
}

/*選單*/
.stellarnav ul ul {    left: 0;}
.stellarnav > ul > li:after{display: none;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    max-width: 300px;
    box-shadow: 0 0 15ch #00000029;
}
.stellarnav.mobile > ul > li > a {
    color: #666;
    font-size: 16px;
    display: flex;
    margin: 5px;
    letter-spacing: 2px;
    justify-content: flex-end;
    flex-direction: row-reverse;
	align-items: flex-end;
	gap: 5px;
}
.stellarnav.mobile > ul > li > a b:first-of-type {
    font-size: 13px;
    color: #aaa;
    letter-spacing: 1px;
}
.stellarnav.mobile li a {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    font-size: 15px;
    color: #666;
    padding: 10px 15px;
}
}
@media screen and (max-width: 600px) {
/*大圖*/
.bannerindex, .bannerindex .swiper-banner {
    height: 215px;
}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* Footer */

.footer {
    background: #0061a4;
    /*background-image: url("https://pic03.eapple.com.tw/baiqingclean/footer_bg.jpg");
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;*/
}
.footer .center {    max-width: 1200px;}
.footer_logo{max-width: 100px;}
.footer_logo img{filter: contrast(0) brightness(100);}
.footer_info {
    grid-template-columns: 100px 1fr;
    padding-right: 0;
}
.footer_info li p, .footer_info li p a {
    color: #ffffffcf;
}
.footer_info ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.footer_menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}
.footer_menu a {
    padding: 8px 0;
    transition: all 0.3s;
    border: 1px #ffffff69 solid;
    color: #fff;
    background: #ffffff00;
    text-align: center;
    border-radius: 99em;
}
.footer_menu a:hover {
    letter-spacing: 2px;
    background: #fff;
    color: #0061a4;
}
.footer_menu a:nth-child(1){display: none;}
.box_link{display: none;}
.copy {
    font-size: 11px;
    border-top: 0;
    background: #024777;
    padding: 10px 0;
    margin-top: 20px;
}
.copy , .copy a {color: #ffffff5c;}

/* 麵包屑 */
/*.path{	display: none;}*/

/* 頁碼 */
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page a:hover{ color: #ADA17E; background: #00000000;}
.page strong,  .page li.active {    background: #ADA17E;border: 1px solid #ADA17E; border-radius: 99em;}
li.pre_page, li.next_page {    width: auto !important;}

@media screen and (max-width: 768px) {
.footer {    
	padding: 40px 0 55px;
	}
.footer_info, .footer_info ul {
	grid-template-columns: 1fr;
}
.footer_info ul {    
	margin: 0;
	}
.footer_menu {
    max-width: 450px;
    grid-template-columns: repeat(3, 1fr);
}
.box_link
	{display: none;
	}
}
@media screen and (max-width: 480px) {
.footer_info ul {
    gap: 0;
    flex-direction: column;
}	
.footer_info ul {
    max-width: 370px;
}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 購物車 */
.product_page .main_part { max-width:1500px;}
.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}

.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists ul {}
.Prods_Menulists > ul > li { width: 100%; flex-wrap: wrap;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a {}
.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: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}
@media screen and (max-width: 768px) {
.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*聯絡我們/＝＝＝＝＝*/
.animated-arrow {
    background: #999;
    border: 1px #ccc solid;
    width: 100%;
    max-width: 180px;
    height: 40px;
    line-height: 40px;
}
.last .animated-arrow {
    margin: 0;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

