@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bellefair&family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&family=Oswald:wght@200..700&family=Oxygen:wght@300;400;700&family=Russo+One&display=swap');


/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/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}
*/


/*電腦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個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}
#content_main{    background: #eeeae387;}
#content {
    background:#f6f3ece6;
}


.header_area {
    background:#fdfdfd;
    padding: 15px 0px 15px;}
.header_area.sticky {
    background: transparent;
}
.header_area.sticky .main_header_area:after {
    width: 100%;
    transition: all 1s ease-in-out;
}
.main_header_area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: saturate(92%) blur(10px);
    width: 0%;
    height: 112px;
    background-color: #f6f3ece6;
    transition: all 1s ease-in-out;
    z-index: -1;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 17px;
}
.stellarnav > ul > li > a {
    letter-spacing: 2px;
    color: #767676;
    font-weight: 400;
    font-size: 15px;
    padding: 0px 18px;
    margin: 0px;}
	
.tp_links{display:none;}
.me_tp_features {
    padding: 0px 16px 5px 0px;
}
.main_header_area .container {
    max-width: 90%;}

.shop_search_btn{background: #2b3159;}
	
/*底線*/
.stellarnav > ul > li::after {
    content: "";
    display: block;
    height: 15.5px;
    width: 0%;
    background:#c1b7a159;
    position: absolute;
    bottom: 10px;
    transition: all 0.5s;
    left: 50%;
    z-index: 1;
}
.stellarnav li a {  z-index: 99999;font-size: 13px;}
.stellarnav > ul > li:hover::after { width: 100%; transition: all 0.3s;left: 0;}
.stellarnav li.has-sub > a:after {top: 54%;}

.stellarnav > ul > li > ul li a:hover {
    background:#2b305a;color:#fff;}



/*LOGO*/
.nav-header {
    max-width: 250px;
    transition: all 0.3s;
}
.nav-brand {
    width: 150px;
    transition: all 1.5s;
    position: absolute;
    top: -300px;
}
.header_area.sticky .nav-brand {
    transition: all 1.5s;
    top: 18px;
}

/*footer*/
.footer{    background: #2b3157;}
.box_link{display:none;}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.footer_logo {
    display: grid;
    align-items: center;
}
.footer_logo img {
    display: none;
}
.footer_info ul {
    display: flex;
    vertical-align: top;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 109px;
}
.footer_info li {
    display: inline-table;
}
.footer_info li p{    color: #f7f4ee;}
.footer_info li p a{    color: #f7f4ee;}
.footer_menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(120px, 100%), 1fr));
    gap: 5px;
    padding-left: 32px;
    max-width: 484px;
}
.footer_info li:nth-child(1) {
    font-size: 13px;
}
.footer_menu a{    background: #f7f4ee;
    text-align: center;}
.footer_menu a:hover {
    background: #2c3155;
    color: #f7f4ee;
}
.copy{color: #ccc;}
.copy a{color: #ccc;}
	
/*footer隱藏手機*/
.footer_info li p:nth-child(3) {
    display: none;
}

/*購物車*/
.product-layer-two li a{
    padding: 5px 25px;
    border: none;
    border-bottom: 1px dotted transparent;
    background: transparent;
    font-weight: 600;
    line-height: 200%;
    padding-left: 25px;
    transition: all 0.3s;
}
.product-layer-two > li > a:before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    padding: 0 0 0 2px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    background: #2c2f5a;
    transition: 0.3s ease-in-out;
}
.product-layer-two li:hover a {
    color: #2c2f58;
}
.product-layer-two li.active > a:before {
    background: #fff;
    color: #2c2f58;
}
.product-layer-two li.active {
    background: #2c2f58;
    border-radius: 10px;
}
.product-layer-two li.active a {
    font-weight: bold;
    border: 0;
    color: #fff;
}
.product-layer-two li {
    margin: 0 0 10px;
    width: 100%;
    padding: 0 10px;
}
.product-layer-two li:hover a:before {
    background: #fff;
    color: #2c2f58;
}
.products-list .item:hover .pic img {
    transform: scale(1.1);
    transition: .3s ease-in-out;
}
.products-list .item .pic img {
    transition: .3s ease-in-out;
}
.lastPage{background: #888;font-size: 14px;}
.prod_related h6 span:before{    font-size: 18px;
    color: #2c3155;letter-spacing: 2px;}
.prod_related {
    background: #f1ebde;}
.sidebarBtn{    border: 5px #ede6d7 solid;
    background: #f7f4ee;}
	
.products-list .more {
    display: none;}
.products-list .item .pic img {
    transition: .3s ease-in-out;
}
.products-list .item:hover .pic img {
    transform: scale(1.1);
    transition: .3s ease-in-out;
}
.products-list .price b{
    color: #2b3157;}
.inquiry_a3 {
    background: #2a315b;
}
.inquiry_a1 {
    background: #aa918b;
}
.inquiry_a2 {
    background: #6a80a3;
}
.sidebarBtn .sp_price{    color: #2b3157;}
/*購物車開啟*/
.car_page .information_left {
    display: block;
}
/*購物車結帳頁面footer*/
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
	
	
/*文章*/
.subbox_item a {
    display: block;
	    padding: 5px;
    background: #ede6d7;}
.blog_subbox{    grid-template-columns: 1fr 1fr 1fr;grid-gap: 10px;}
.blog_back a.article_btn_next {
    background: #2b3159;
}
.blog_back a.article_btn_prev {
    background: #2b3159;
}
.blog_back a.article_btn_back {
    background: #e4ddca;
    color: #000;
}
.news_related h6 span:before {
    content: '相關文章';
    font-size: 18px;
    color: #2b3159;
    letter-spacing: 2px;
}
.news_related {
    background: #ede6d6;}
.lastPage {
    background: #2b3157;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
    background: #2a315b;
}
.blog_le .accordion{    border-radius: 0px;}


/*文章內頁圖*/
.articel_mainPic img{display:none;}




/*首頁促銷方案*/
.news_part .title_i_box h4 {
    font-size: 25px;
       color: #2b3056;
    font-weight: 600;
    letter-spacing: 0.8px;
}
.news_part .title_i_box h4:before{
    content: 'BRAND NEWS';
    display: block;
    color: #2b3159;
    font-size: 18px;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-weight:400;
}
.news_part{    background: #f2efe8;}
.news_list ul li{    border-bottom: 1px #ccc solid;}
.animated-arrow{width: 200px;    background: #2a3058;    font-size: 14px;}
.news_list ul li p:after{    color: #2c3155;}
.news_list ul li a:hover p:after{    background: #ede6d7;
    padding: 10px;
    border-radius: 3rem;}
	
/*首頁文章*/

.module_i_news .title_i_box h4:before{
	content: 'ARTICLE';
    display: block;
    color: #2b3159;
    font-size: 18px;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-weight:400;
}
.module_i_news .title_i_box h4 {
    font-size: 25px;
    color: #2b3159;
    font-weight: 600;
    letter-spacing: 0.8px;
	}

.module_i_news ul{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.module_i_news li a{    display: block;    padding: 10px;    background: #f0eae2;padding-bottom: 35px;}
.module_i_news li a:hover img, .blog_list_le:hover img {
    transform: scale(1.2) translate3d(0, 0, 0);
}
.i_blog_le img, .blog_list_le img{    transition: opacity 450ms, transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);}
	
.blog_list_le img{transition: opacity 450ms, transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
		object-fit: cover;}
.module_i_news li a:after{background: rgb(255 255 255 / 0%);}

@media screen and (max-width: 500px) { 
.module_i_news ul{grid-template-columns: 1fr;}
}

/*首頁商品*/
.i_prod_tit span:before {
	content: 'PRODUCTS';
    display: block;
    color: #2b3159;
    font-size: 18px;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-weight:400;
}
.products-list .name{    height: auto;}
.i_prod_tit span, .i_video_tit span{color: #2b3056;
    font-weight: 600;
    letter-spacing: 0.8px;}

/*相簿*/

.show-list .item:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    filter: brightness(0.8);
    transition: .5s ease-in-out;
}
.subalbum-menu h2{color: #2c3155;}
.album_fixed_title{    background: #f7f4ee;}
.i_album_list li a p, .show-list .item .show_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--f16);
    font-weight: 400;
    line-height: var(--LineHeight);
    text-align: center;
    color: #ffffff;
    background: transparent;
    z-index: 2;
    transition: .5s ease-in-out;
}
.i_album_list li div::before, .show-list .item .overlay {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: none;
    background: #000000;
    opacity: .3;
    z-index: 1;
    transition: var(--Transition);
}
.show-list .item:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    filter: brightness(0.8);
    transition: .5s ease-in-out;
}
.show-list .item img{position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
	    transition: .5s ease-in-out;}
.i_album_list li div, .show-list .item a {
    position: relative;
}
.i_album_list li:hover div::before, .show-list .item:hover .overlay {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: .2s;
    transition: var(--Transition);
}
.show-list .item:hover .show_name {
    color: #f7f4ee;
}
.other_album_choice li {
    background: #2b3157;}
.other_subalbum li a p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    width: 100%;
    font-weight: 400;
    line-height: var(--LineHeight);
    text-align: center;
    color: #ffffff;
    background: transparent;
    z-index: 2;
    transition: .5s ease-in-out;}
	
/*聯絡*/
.contact_content .information_left{display:none;}

.contact_content .information_right {
    width: 100%;
    padding-left: 0;
	padding:10px;
}
.contact_content{    max-width: 1200px;}
.blank_letter{font-size: 25px;
    color: #29305a;}

.contact_page h4.blank_letter.f:after {
    content: "欲了解優惠訊息請填寫以下表單，將由專人為您詳細介紹優惠和解決方案！";
    position: absolute;
    left: 10px;
    font-size: 16px;
    top: 85px;
    color: var(--tccolor);
    font-weight: 500;
    letter-spacing: 2px;
    color: #666;
}
.contact_page ul.contact_form.form {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 15px 20px;
    align-items: start;
    padding: 0px;
    margin-top: 60px;
}
.contact_form li .form__label{    max-width: 100%;
    text-align: left;}
.contact_page ul.contact_form.form li {
    grid-template-columns: 1fr;
    grid-column: auto / span 4;
    grid-gap: 5px;
}
.contact_form li:nth-last-of-type(2), .contact_form li:nth-last-of-type(1){
    grid-column: auto / span 8 !important;
}
.contact_form li.last cite {
    background: #2b3157;
    color: #fff;
}
.contact_editbox{    padding: 0;}
@media screen and (max-width: 500px) { 
.contact_form {
        display: block;}
.contact_form li .form__label{background: rgb(247 244 238);}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.banner {
	height: 450px;
	display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	background-size: cover;
	background: url(https://pic03.eapple.com.tw/flugger/banner_bg001.jpg)no-repeat center center; }

.banner h5{
	font-size: 30px;
    letter-spacing: 8px;
    font-weight: 600;
    color: #fff;
    max-width: 1600px;
    width: 100%;
    padding: 80px 8vw 0px;
    text-align: -webkit-right;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	line-height: 1.3;
	font-weight: 400;
}

.banner h5::after{
	content: "";
    max-width: 400px;
	width:100%;
    height: 1px;
        background: #666;
    display: block;
    margin: 15px 0px;
}
.banner h5::before {
    font-size: 25px;
    display: block;
	font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
      color: #fff;
}
.banner.banE h5::before{
	content:"CASES";}	
.banner.banA h5::before{
	content:"BRAND NEWS";}	
.banner.banC h5::before{
	content:"CONTACT US";}	
.banner.banF h5::before{
	content:"PRODUCT";}	
.banner.banblog h5::before{
	content:"NEWS";}		
	
.banner.banA {}
.banner.banB {}
.banner.banC {display:none;}
.banner.banF {	background: url(https://pic03.eapple.com.tw/flugger/banner_bg002.jpg)no-repeat center center; }
.banner.banE {background: url(https://pic03.eapple.com.tw/flugger/banner_bg004.jpg)no-repeat center center; }
.banner.banblog {background: url(https://pic03.eapple.com.tw/flugger/banner_bg003.jpg)no-repeat center center; }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1024px) { 
.main_header_area:after{    height: 165px;}
}

@media screen and (max-width: 1200px) { 
.nav-brand{    top: 0;position: relative;}
.header_area.sticky .nav-brand{    top: 0;}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.main_header_area .container {
    max-width: 100%;
}
.footer_menu{    display: block;padding-left: 0;}
.footer_info ul {
    display: block;padding-left: 0;
}
.header_area{    padding: 10px;}
.main_header_area:after {
        height: 110px;
    }
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{    background: #f2efe8;}
.stellarnav.mobile > ul > li > a {
    padding: 15px 43px 15px 10px;
}
.stellarnav.mobile > ul > li > a.dd-toggle{padding: 12px;}
.stellarnav > ul > li:hover::after{display:none;}
}

@media screen and (max-width: 600px) { 
.blog_subbox{grid-template-columns: 1fr 1fr;}
.show-list{grid-template-columns: 1fr;}
}




