@charset "utf-8";

/*●●●●●●●●●●●●●●●●●●●●●●●●   隱藏內容   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.box_link{display:none;}
.tp_links{display:none;}
.path p, .path p a { display: none;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
*{letter-spacing: .1rem;}
*{font-family: /*"Kosugi Maru", sans-serif;*/}
:root{
	/*顏色*/
	
	--ColorMain:#F7A8B8/*粉*/;
	--ColorMain2:#BFA2DB /*紫*/;
	--ColorMain3:#81D8D0 /*綠*/;
	
	--ColorSub:#d5c4ad /*米*/;
	--ColorSub2:#78503d/*咖*/;
	--ColorSub3:#626952/*綠*/;
	--ColorSub3:#F6F3EE/*灰*/;
	
	--textColor: #333333; /*文字*/
	
	/* 字型 */
	--ffmain: "微軟正黑體"; --ffsub:"Noto Sans TC", sans-serif;
}

#content_main { margin-top: 0; background: #1f1f1f;}
@media screen and (max-width: 1024px){}  
@media screen and (max-width: 768px) {}         
@media screen and (max-width: 450px) {}

/*●●●●●●●●●●●●●●●●●●●●●●●●   浮動按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.info_fix_links{ display:block !important;}/*保持展開*/
.info_fix>span { display: none;}/*隱藏展開鈕*/

.info_fix_links a { opacity: 0.7; background:var(--ColorMain);}
.info_fix_links a:hover { opacity: 1; background:var(--ColorMain); animation: move2 2s; animation-timing-function: ease-out;}

.info_fix_links a:nth-of-type(even) { opacity: 0.7; background:var(--ColorMain2);}
.info_fix_links a:nth-of-type(even):hover { opacity: 1; background:var(--ColorMain2);}

@keyframes move2{	0%{transform: rotateY(0deg);}	100%{transform:  rotateY(360deg);}}

/*●●●●●●●●●●●●●●●●●●●●●●●●   header   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/******************搜尋購物匯款通知*************************************/
.shop_search_btn{background: #ca0b1a;}
.me_tp_features a{color: var(--ColorMain2);}
.me_tp_features a i { color: var(--ColorMain2);}
.box_search input[type=text] { background: url(../images/search-icon.png) no-repeat 9px center #ffffff99; border-radius: 8px;}
.shop_search_btn {border-radius: 0 8px 8px 0;}

/**************************LOGO*************************************/
.navigation { grid-template-columns: 240px 1fr;}

.nav-header { max-width: fit-content; padding: 20px 0 16px;}
.sticky .nav-header { /*padding: 10px 0;*/}

.nav-brand, .nav-brand img { width: 100%; display: block; transition: all ease 0.3s; display: flex; justify-content: flex-end;}
.sticky .nav-brand, .sticky .nav-brand img { width: 95%;}

.header_area .nav-brand img { filter: contrast(0) brightness(100);}
.header_area.sticky .nav-brand img {  filter: none;}

/**************************header底色*************************************/
.me_tp_features { margin-top: 2%;}
.sticky .stellarnav ul { margin: -0.3% 0 .2%;}

.header_area { padding: 0; background: transparent; position: fixed; transition: ease .3s;}
.header_area.sticky { background: transparent;}

.main_header_area { background:linear-gradient(180deg, #221c2d, #21183c47, transparent);}
.main_header_area .container { max-width: 98%; padding:0 2%;}

.sticky .main_header_area.animated { background-image: url(https://pic03.eapple.com.tw/wangmeen/header_bg01.jpg);
    background-position: center;backgroun-size:cover;background-repeat: no-repeat;  opacity: .9; margin: 20px;border-radius: 20px;}
	
/**************************第一層*************************************/	
.stellarnav li.has-sub>a:after { content: none;}
.stellarnav a.dd-toggle .icon-plus {display: none;}

.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    padding: 0 2px; height: 100%; color: white; display: block; font-weight: 500; margin: 0 10px 0 0;font-weight: bold;
    letter-spacing: 1.5px; transition: all ease 0.3s;}

.sticky .stellarnav>ul>li>a, .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {text-shadow: none; color: var(--ColorMain2); font-weight: 800;}
.stellarnav>ul>li:last-of-type>a { margin-right: 0;}

.stellarnav>ul>li>a:hover, .stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle),
.sticky .stellarnav>ul>li>a:hover, .sticky .stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) { font-weight: bold; color: var(--ColorMain);}

.stellarnav>ul>li>a:before {content: "♆"; color: var(--ColorMain); font-size: 18px; font-weight: 100; 
  	position: relative; top: -6px;transition: all .5s ease;}
	
.stellarnav>ul>li:nth-of-type(2)>a:before {content: "⛢";}	
.stellarnav>ul>li:nth-of-type(3)>a:before {content: "♥︎";}	
.stellarnav>ul>li:nth-of-type(4)>a:before {content: "☽";}
.stellarnav>ul>li:nth-of-type(5)>a:before {content: "☥";}
.stellarnav>ul>li:nth-of-type(6)>a:before {content: "♣";}
.stellarnav>ul>li:nth-of-type(7)>a:before {content: "♅";}
	
.stellarnav>ul>li:nth-of-type(even)>a:before{color: var(--ColorMain2);}
.stellarnav>ul>li:hover>a:before { top: -15px;}
.stellarnav > ul > li > a{color: var(--textColor);letter-spacing: .2rem;transition: all .5s;font-weight: bold;line-height: 50px;}
.stellarnav > ul > li > a:hover {color:var(--ColorMain2);}
.stellarnav > ul > li > a:hover b { -webkit-transform: translateY(0);}
.stellarnav > ul > li > a b{font-weight: bold;line-height: 20px; height: 20px;top: -15px; position: relative; color: white;}
.stellarnav > ul > li > a b:nth-of-type(2){opacity: 0.8; font-family: Almendra SC;
    font-size: 20px; font-weight: 100; letter-spacing: 0; opacity: .5;}
.sticky .stellarnav > ul > li > a b{color: #2a3243}

.swiper-pagination { display: none;}
.swiper-banner .swiper-slide img { width: 100%;}

/*次分類*/
.stellarnav ul ul { background: transparent; animation: navi 0.3s;}
@keyframes navi { 0% { opacity: 0; } 100% {opacity: 1;}}

.stellarnav li li {
    background: var(--ColorSub);
    border: none;
    border-bottom: 1px solid #ffffff7F;
    margin-bottom: 0;
    transition: all ease .3s;
}
.stellarnav li li:hover { background: var(--ColorSub2);}
.stellarnav li li:last-of-type {  border: none;}
.stellarnav li li a:not(.dd-toggle), .stellarnav li li.has-sub>a:not(.dd-toggle) {
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    line-height: initial;
    height: auto;
    margin: 0;
    position: relative;
}

.stellarnav>ul>li>ul { left: -25px; bottom: 10px; transform: translateY(100%);}
.sticky .stellarnav>ul>li>ul { bottom: auto; transform: none;}

.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;
}


@media screen and (max-width: 1024px) {
.me_tp_features {  display: none;}
.nav-brand, .nav-brand img {width: 200px;}
.sticky .nav-brand, .sticky .nav-brand img {width: 150px;}

.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {/* line-height: 20px;*/}
.sticky .nav-header {padding: 10px 0 0px;}
.sticky .stellarnav>ul>li>a, .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {/*line-height: 50px;*/}
}

@media screen and (max-width: 768px) {
.nav-brand, .nav-brand img {width: 150px;}
.sticky .nav-brand, .sticky .nav-brand img {width: 100px;}
.stellarnav.mobile > ul > li > a { padding: 30px 43px 30px 10px; color: #A68C7E; text-shadow: none; font-weight: 800; line-height: 150%;}
.pageIndex .stellarnav>ul>li>a, .pageIndex .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {padding: 30px 43px 30px 10px; color: #A68C7E; text-shadow: none; font-weight: 800; line-height: 150%;}
.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle) { line-height: 150%; padding: 30px 43px 30px 10px; font-weight: 800;}
.sticky .stellarnav>ul>li>a, .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) { line-height: 150%;}
}
@media screen and (max-width: 570px) {
	
.stellarnav .menu-toggle { padding: 15px 10px;}
.pageIndex .nav-header { padding: 5px 0 16px;}
.pageIndex .nav-brand, .pageIndex .nav-brand img {/* width: 50px;*/}
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   footer   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.footer { background-image: url(https://pic03.eapple.com.tw/wangmeen/header_bg01.jpg);backgroun-size:cover;
     background-position: center; background-repeat: no-repeat; opacity: .93;padding: 0; }

.footer .center {max-width: 1000px;width: 90%;}

/*LOGO*/
.footer_logo{    margin: auto;}
/*聯絡資料*/
.footer_info {display: flex; flex-direction: column; grid-gap: 10px;padding: 20px 0 0;}
.footer_info ul{display: flex; flex-direction: column; align-items: center;}

.footer_info li {display: flex; flex-wrap: wrap; justify-content: center;text-align: center; gap: 0 15px;padding: 5px;}
.footer_info li:nth-child(1){}
.footer_info li:nth-child(2){}
.footer_info li+li { margin-top: 0;}

.footer_info li p, .footer_info li p a{ color:var(--textColor); font-size: 13px; letter-spacing: 1px;}

.footer_info li p {display: flex;}
.footer_info li p:after { content: '✦'; color: var(--ColorMain); font-size: 10px; margin-right: 3px; order: 1;}
.footer_info li p:before {order: 2;}
.footer_info li p a{order: 3;}


/*按鈕*/
.footer_menu a{background: white; color: var(--textColor);font-size: 12px;padding: 6px 8px;position: relative;z-index: 0; margin: 5px 0;width: 130px;}

.footer_menu a:first-child{display: none;}
.footer_menu a:before{content: "";width: 100%; height: 0; position: absolute; top: 0; left: 0; transition: all .5s; background: var(--ColorMain2);z-index: -1;}
.footer_menu a:hover {background: transparent;}
.footer_menu a:hover:before{bottom: 0; top: auto; height: 100%;transition: all .5s;}

/*copy*/
.copy {padding: 8px 0 10px; margin-top: 5px;background: transparent; border-top: 1px solid var(--ColorSub);}
.copy, .copy a{color: #8b8b8b;letter-spacing: 0;}

/*#to_top*/
#to_top { border: 1px solid #ffffff33; background: #828282b5; box-shadow: none; border-radius: 0; color: #ffffff;bottom: 90px;}
#to_top i:before, #to_top i:after { background: #ffffff;}

/*#bottom_menu*/
#bottom_menu{display:none;background: var(--ColorMain2); box-shadow: none;}

#bottom_menu li { border-right: 1px solid #ffffff;}
#bottom_menu li a i { color: white;}
#bottom_menu li a em {color: #878787;}

@media screen and (max-width: 768px) {
	.footer { /*padding: 0 0 55px;*/}
    #to_top { bottom: 66px; }
}




/**********************************************************************************************/
/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*首頁大圖*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.bannerindex .swiper-banner { position:static; margin:0; height:auto;} 
.bannerindex .swiper-slide img { height:auto;}

/*共用*/
.bannerindex:before, .bannerindex .swiper-banner:before {
    content: " ";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    /*transition-duration: 2s;
    transition-timing-function: linear;*/
    width: 100%;
    background-image: url(https://pic03.eapple.com.tw/wangmeen/cover.png);
    background-size: contain;
    height: 100%;
    background-repeat: repeat-x;
    animation: anime_wave01 120s linear 0s infinite alternate;
    opacity: .6;
}

.bannerindex .swiper-banner:before{ background-image: url(https://pic03.eapple.com.tw/wangmeen/coverf.png);
	background-repeat: no-repeat;opacity: 1;animation-duration: 15s; animation-name: anime_wave02;
}

@keyframes anime_wave01 { from { background-position: 0 0;} to { background-position: -2000px 0;}}
@keyframes anime_wave02 { 
0% { transform: rotateY(0);opacity: 1;}
40% { opacity: 0.3;}
60% { opacity: 0.3;}
100%{ transform: rotateY(180deg);opacity: 1;}}

/*各別*/
.bannerindex .swiper-slide{position: relative;}
.bannerindex .swiper-slide:before, .bannerindex .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    transition-duration: 2s;
    transition-timing-function: linear;
}
.bannerindex .swiper-slide.swiper-slide-active:before,
.bannerindex .swiper-slide.swiper-slide-active:after {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
	top: 0;
    background-size: contain;
    position: absolute;
    z-index: 101;
	
}
.bannerindex .swiper-slide.swiper-slide-active:before{
    background-image: url(https://pic03.eapple.com.tw/wangmeen/BNA1.png);animation: center_pop 3s ease;}
.bannerindex .swiper-slide.swiper-slide-active:after{
    background-image: url(https://pic03.eapple.com.tw/wangmeen/BNA2.png);animation: fade_in 5s ease;}

@keyframes center_pop {
  0% { opacity: 0; transform: scale(1, 0);}
100% { opacity: 1; transform: scale(1, 1);} 
}

@keyframes fade_in {
 0% { opacity: 0;}
 50% { opacity: 0;}
 90% { opacity: 1;}
 95% { opacity: 0;}
 100% { opacity: 1;}
}


/*大圖滑動點*//*
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;}

/*.bannerindex {--swiper-pagination-color: #fff;}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{bottom: auto;top: 50%;left: 2vw;width: 25px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 0px 5px; width: 3px; height: 13px;border-radius: 2px;}*/

/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*內頁大圖*/
.banner{background-image: url(https://pic03.eapple.com.tw/wangmeen/header_bg01.jpg)!important; background-repeat: repeat;
        padding: 5% 5% 0; height: 20vw; justify-content: flex-end;}
.banner h5 {color: var(--ColorMain2);letter-spacing: 6px;margin-top: 2vw;font-size: 22px;text-align: right;}
.banner h5:before{content: "NEWS"; letter-spacing: 0; display: block; font-size: 30px; color: var(--ColorMain);font-family: Almendra SC;}


@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}
@media screen and (max-width: 600px) {
.bannerindex::after {  left: 40%;}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   查看更多按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.animated-arrow {border-radius: 20px;background: unset;transition:.3s;position:relative;overflow:hidden;
    color: #fff; background: #e6e6e6;font-size: 14px;height: 40px; line-height: 40px; margin-top: 2%;}

.animated-arrow b, .animated-arrow i{position:relative; z-index:99;}
.animated-arrow b{ font-weight: normal;}
.animated-arrow::after { background: var(--ColorMain); content:"";position:absolute;width:0px;height:100%;top:0px;left:0px;transition:.5s;}
.animated-arrow:hover {	color: #fff;}
.animated-arrow:hover::after {	width:100%;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   首頁顯示功能   ●●●●●●●●●●●●●●●●●●●●●●●●*/

/*英文*/
.module_i_news .title_i_box h4:before, .i_prod_tit span:before
{content: "NEWS";letter-spacing: 0;display: block;font-size: 30px;color: #d5d5d5;font-weight: 100;}

.i_prod_tit span:before{content: "SHOP";}

/*中文*/
.module_i_news .title_i_box h4, .i_prod_tit span { font-size: 20px; font-weight: bold;}

/*底色*/
.module_i_news, .prod_part {  background: #ededed;padding: 5% !important;}


/*●●●●●●●●●●●●●●●●●●●●●●●●   文章(最新消息)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*首頁顯示*/

.module_i_news ul { grid-template-columns: 1fr; grid-gap: 5px;}
.i_blog_le {  aspect-ratio: 3 / 2;}
.module_i_news_list{ padding: 0;}
.i_blog_ri h5 { font-weight: bold; font-size: 18px; color: #353535;}
.module_i_news li a {  grid-gap: 25px;}	
	
/*文章首頁*/
.subbox_item a:after, .module_i_news li a:after { background: transparent;border: 1px var(--ColorMain2) solid;}
.subbox_item a:before, .module_i_news li a:before {color: #ffffff; background: var(--ColorMain); padding: 10px;}
.subbox_item a, .module_i_news li a { background: #fff;border: 1px solid #e0e0e0;}
.blog_list_ri, .i_blog_ri {  padding: 15px 0;}


/*內頁*/
.blog_back a.article_btn_back{ background: #2a4c97;}
.lastPage {  background: #adadad; border-radius: 5px;}


@media screen and (max-width: 768px) {
.module_i_news li a {grid-template-columns: 200px 1fr; grid-gap: 15px;}

}
@media screen and (max-width: 425px) {
.module_i_news li a {grid-template-columns: 100px 1fr;}
.i_blog_le { aspect-ratio: 2 / 3;}

}



/*●●●●●●●●●●●●●●●●●●●●●●●●   表單(聯絡我們)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*首頁顯示*/


.blank_letter:before{content: "FORM";font-family: Almendra SC;color: var(--ColorMain2);font-size: 30px;}
.blank_letter { display: flex; flex-direction: column; align-items: center;font-size: 24px; padding-top: 0;}
.note {  display: none;}	
	
.i_contact_box { background: #f3f3f3;padding: 0;
        background-image: url(https://pic03.eapple.com.tw/wangmeen/bg_form.jpg); background-repeat: no-repeat;background-size:cover;}
.i_contact_box section { max-width: 800px;}
.contact_content .information_left{display:none;}
.contact_content .information_right { padding: 5%;width: 100%;}

.contact_form li { grid-template-columns: 110px 1fr; grid-gap: 30px;}

.contact_form li .form__label{    max-width: 110px;font-weight: bold;}
.contact_form li:nth-of-type(12) .form__label{color: transparent;}

.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
   grid-gap: 8px; grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(45%, 1fr));}

.contact_form li.last cite { background: var(--ColorMain2);}
.contact_form li.last blockquote, .contact_form li.last cite { border-radius: 30px;}
.contact_form li input.noborder, .contact_form li textarea.noborder {  border: none;}

@media screen and (max-width: 600px) {
.contact_form li .form__label {   background: transparent; }
.contact_form li {  grid-template-columns: 1fr; grid-gap: 0;}
.contact_form li .form__insert {  grid-gap: 3px 8px;}
.contact_form li:nth-of-type(6) .form__insert, .contact_form li:nth-of-type(10) .form__insert, .contact_form li:nth-of-type(11) .form__insert,
.contact_form li:nth-of-type(12) .form__insert {  margin-left: 8px;}

.contact_form li:nth-of-type(12) .form__label {display: none;}

				
}
