@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

body{
	overflow-x:hidden;
	font-family:"Archivo Black","Noto Sans TC";
	font-weight: 400;
  letter-spacing: 1px;
}




/*滾動條全域設定---------- */

/*寬度*/
::-webkit-scrollbar {
    width: 6px;
}

/*軌道顏色*/
::-webkit-scrollbar-track{
    background-color: #353535;
    border-radius: 3px;
}

/*滑塊*/
::-webkit-scrollbar-thumb {
    background-color: #A68A60;
    border-radius: 3px;
}


/* ▼ HEADER---START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/* 購物車隱藏 */
.me_tp_features a i {display: none;}
.me_tp_features {display: none;}

/*Logo ----------*/

/*logo定位 */
.nav-header {
    top: 16px;
    left: 2vw;
    max-width: 280px;
}

/*logo大小*/
.header_area .nav-brand {
    max-width: 230px;
    width: 100%;
}

/*header樣式*/

.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #f0f0f000;
}

.main_header_area {
    background: #dfd9c500;
    box-shadow: 1px 1px 10px rgb(105 83 83 / 0%);
    transition: .5s ease-out;
    margin: 0;
    border-radius: 0;
}

/*header下拉後底色磨砂感*/
.sticky .main_header_area.animated {
    background: #ffffff;
    backdrop-filter: saturate(93%) blur(10px);
    border-radius: 10vw;
    margin: 1vw 5vw;
}

.header_area.sticky{    background: #ffffff00;}



/*選單文字*/
.stellarnav > ul > li > a {
    color: #353535;
    font-family:"Sorts Mill Goudy","Noto Sans TC";
    font-size: 15px;
    letter-spacing: 0.15rem;
    text-align: center;
    transition: .5s ease-out;
    height: 50px;
    margin: 0px 0px 1px 0px; /*選單高度*/
    padding: 20px 10px 0 10px; /*選單間距*/
    font-weight: 600
}

.stellarnav > ul > li > a :hover {
    color: var(--second-color);
}

.navigation { padding: 30px 0 10px 0px; grid-template-columns: 290px 1fr;}
.stellarnav a.dd-toggle .icon-plus:before{    border-bottom: solid 2px #A68A60;}
.stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px #A68A60;}
.stellarnav .icon-close:before{border-bottom: solid 2px #ffffff;}
.stellarnav .icon-close:after {border-bottom: solid 2px #ffffff;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: #A68A60;}
.stellarnav a {color: #ffffff;}
.stellarnav.mobile ul {    background: #f7f7f7;}

/*選單圖示 ---------- */

/*通用設定*/
.stellarnav > ul > li > a:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/mimi2024/header.png) no-repeat;
    width: 30px;
    height: 28px;
    background-size: contain;
    position: absolute;
    left: 50%;
    transition: .5s ease-out;
    transform: translate(-50%);
    bottom: 10px;
    opacity: 0;
}

.stellarnav > ul > li > a:hover::before {
    transform: translate(-50%);
    bottom: 25px;
    transition: .5s ease-out;
    opacity: 1;
}

/*圖示替換*/

.stellarnav > ul > li:nth-child( 2n ) > a:before {
    background: url(https://pic03.eapple.com.tw/mimi2024/header1.png) no-repeat;
    background-size: contain;
}


/*文字底線-中間往左右*//*
.stellarnav > ul > li:after {
    content: "";
    width: 0;
    height: 1px ;
    position: absolute;
    bottom: 15px; /*底線垂直位置
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent-color);
    transition: all .3s;
}

.stellarnav > ul > li:hover::after {
    width: 80%;
}

/*文字底線-左到右*/
.stellarnav > ul > li:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    width: calc(100% - 2 * 2px);
    height: 2px;
    background: var(--accent-color);
    overflow: hidden;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.76,0,.24,1);
}

.stellarnav > ul > li:hover::after {
    transform-origin: 0 50%;
    transform: scaleX(1);
}

/*下拉的欄位 ---------- */

.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #bea15c;
}

/*下拉符號-隱藏*/
.stellarnav li.has-sub > a:after {
    display: none;
}



/*次選單 ---------- */

/*次選單樣式-半透明底色*/
.stellarnav ul ul ,
.stellarnav ul ul ul {
    overflow: auto;
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 7px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 12%);
    backdrop-filter: saturate(180%) blur(5px);
    width: 215px;/*加寬*/
    max-height: 400px;
}

/*第三層滾動條設定*/
.stellarnav ul ul ul {
    overflow-x: hidden;
    /*overflow-y: scroll;*/
    scrollbar-gutter: stable;
}

/*次選單欄位邊框*/
.stellarnav li li {
    border: 0px var(--light-gray) solid;
}

/*次選單文字樣式*/
.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: var(--dark-gray);
    font-size: var(--f15);
}

/*欄位尺寸*/
.stellarnav li li > a ,
.stellarnav li li.has-sub > a {
    padding: 7px 5px;
    transition: .5s ease-out;
    border-left: 2px solid transparent ;
}

/*欄位hover樣式*//*
.stellarnav li li:hover > a ,
.stellarnav li li.has-sub:hover > a {
    color: #bea15c;
    border-color:#bea15c ;
}
*/

/*hover欄位樣式-向右滑動*/
.stellarnav li.has-sub ul li a:hover{
    color: #aba07d;
}

/*文字底色透明*/
.stellarnav.desktop li.has-sub ul a {
    background: transparent;
    transition: .5s ease-out;
    letter-spacing: .1rem;
    position: relative;
}

@media screen and (max-width: 1440px) {.navigation {
    padding: 20px 7px 10px 20px;}}


@media screen and (max-width: 1024px) {
    .main_part {
        padding: 40px 20px;
    }


/*關掉-header下拉效果*/
.sticky .main_header_area.animated {
    border-radius: 0vw;
    margin: 0px;
}

.navigation {
    padding: 20px 0 0 0;
}

.stellarnav > ul > li > a {
    margin: 0px;
    padding: 0px 10px 0 10px;
    height: 35px;
}

/*隱藏-風扇插圖*/
.stellarnav > ul > li > a:before{
    display: none;
}

}



/*●●●●●●●●●●●●●●●●●●●●●●●●   BANNER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*banner01*//*第一張大圖的偽元素*//*依樣可以放before+after 兩個*/
#content_main { margin:0;   background-color: #F2F2F2;}/*custom原本有寫*/
.bannerindex { position:sticky; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide img { height:auto;    animation: none;}/*custom原本有寫*/
.bannerindex .swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.bannerindex .swiper-slide:before ,.bannerindex .swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/



@keyframes swiff {
    0%,100%{
        transform: scale(1.2) rotateZ(0deg) translate(0px,0);
    }
    50%{
        transform: scale(1.3) rotateZ(2deg) translate(-100px,0);
    }

}
/* 文字 */
.bannerindex .swiper-slide:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/mimi2024/banner-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}

.bannerindex .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/mimi2024/banner-04.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}



.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {animation: slide-fade-in 3s 0.3s  both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after { animation: slide-top  2s 0.2s both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {animation: slide-top 2s 0.2s ease both;}

@keyframes slide-in-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/*上升特效*/
  @keyframes slide-top {
  0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
            transform: translateY(100%);
            opacity:0;/*透明度0*/}
  100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
            transform: translateY(0);
            opacity:1;/*透明度顯示*/}
  }

  @keyframes fade-in-elegant {
    0% {
        opacity: 0;
        transform: translateY(20px); /* 從下方滑入 */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* 最終位置 */
    }
}

@keyframes slide-fade-in {
    0% {
        opacity: 0;
        transform: translateX(-20px); /* 從左側滑入 */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fade-in-bck {
    0% {
      -webkit-transform: translateZ(150px);
              transform: translateZ(150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-bck {
    0% {
      -webkit-transform: translateZ(150px);
              transform: translateZ(150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  
  @media screen and (max-width: 768px) {
    .bannerindex {
        padding-bottom: 0%;
    }}

    @media screen and (max-width: 500px) {
        .swiper-slide img {
            width: 200%;
        }
        .swiper-slide:nth-child(1) img {
            position: relative;
            height: auto;
        }
        .swiper-slide:nth-child(2) img {
            position: relative;
            height: auto;
            left: 0%;
        }
        
    }












/* ▲ HEADER---END ▲ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
    .swiper-pagination { display: none;}
}

@media screen and (max-width: 1024px) { 
    /*header*/
    .pageIndex .header_area {    position: relative;}
    .main_header_area .container { max-width: 100%;}
    .header_area {position: relative;}

    /*logo*/
    .header_area .nav-brand { max-width: 200px; margin: 15px 0 10px 0; transition: .3s ease-in-out;}

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0; background:rgb(255 255 255 / 0%);}
    .stellarnav { padding: 0 0 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*下拉箭頭*/
}

@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header { position: static;}
    .header_area.sticky .nav-brand { max-width: 150px; margin-top: 10px; transition: .3s ease-in-out;}    

    /*menu*/
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 10px 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}
    .sticky .main_header_area.animated {backdrop-filter: none;}
}





/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner {}
.banner h5 {letter-spacing: 3px; color:#fff}
.banner.banA {}

.banB {padding: 200px 0 ;background-image: url(https://pic03.eapple.com.tw/mimi2024/banner.jpg);}
.banD {padding: 200px 0;background-image: url(https://pic03.eapple.com.tw/mimi2024/banner.jpg);}
@media screen and (max-width: 768px) { .banner h5 { font-size: 28px;}}
@media screen and (max-width: 600px) { .banner h5 { font-size: 24px;}}


/*Banner/＝＝＝＝＝*/

.banC {
	height: 1000px;
	display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	background: url(https://pic03.eapple.com.tw/mimi2024/banner4.jpg)repeat center center; 
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.banE {
    display: none;
	height: 1000px;
	display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	background: url(https://pic03.eapple.com.tw/mimi2024/banner.jpg)repeat center center; 
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.banF {
    display: none;
	height: 1000px;
	display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	background: url(https://pic03.eapple.com.tw/mimi2024/banner3.jpg)repeat center center; 
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.banblog {
    /*display: none;*/
	height: 1000px;
	display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	background: url(https://pic03.eapple.com.tw/mimi2024/banner2.jpg)repeat center center; 
	background-size: cover;
}


body.other_select_page .banA{
	display:none;
}

body.other_page .banB {
    display: none;
}


body.map_page .banner {
	/*display:none;*/
}

body.services_page .banB h5::before{
	content:"SERVICES";
}

.banE h5::before{
	content:"PHOTO";
}

.banF h5::before{
	content:"PRODUCTS";
}

.banC h5::before, body.map_page .banB h5::before{
	content:"CONTACT";
}

.banblog h5::before {
    content: "NEWS";
}


.banner h5::before{
	font-family: 'Archivo Black', sans-serif;
    font-weight: 500;
	font-size: 65px;
    display: block;
	letter-spacing: 5px;
}

.banner h5{
	font-size: 24px;
    font-family:'Archivo Black',  sans-serif;
    letter-spacing: 8px;
    font-weight: 600;
    color: #4b4a4a;
    max-width: 1600px;
    width: 100%;
    padding: 120px 8vw 0px;
    text-align: left;
	line-height: 1.3;
    text-shadow: 4px 4px 18px #f2f2f2;
}

.banner h5::after{
	content: "";
    max-width: 400px;
	width:100%;
    height: 1px;
    background: #000000;
    display: block;
    margin: 15px 0px;
}


body.map_page .banB h5::after{
	content: "聯絡我們";
    height: unset;
    background: unset;
    border-bottom: 1px #FFFFFF solid;
    margin-top: 0px;
    padding-bottom: 15px;
}


.banner.banF h5 {    text-shadow: unset;}



@media screen and (max-width: 1920px){
	.banner {

	}
}

@media screen and (max-width:1200px) {
	.banner {
		height: 520px;
	}
	
	.banner h5::before {
		font-size: 50px;
	}
	
	.banner h5{
		font-size: 22px;
	}
    .banner {
        height: 450px;
    }
}

@media screen and (max-width:1024px) {
	.banner {
		height: 430px;
	}
	
	.banner h5 {
		padding: 60px 8vw 0px;
	}

   
}

@media screen and (max-width:768px) {
	.banner {
		height: 330px;
	}
	.banner h5::before {
		font-size: 40px;
	}
	.banner h5 {
		font-size: 22px;
	}
	
	.banner h5::after {
		max-width: 340px;
	}

    .header_area.sticky {    position: fixed;}
}


@media screen and (max-width:600px) {
	.banner h5::before {
		font-size: 36px;
		line-height: 1;
    	margin-bottom: 5px;
	}
	
	.banner h5 {
		font-size: 20px;
	}
}

@media screen and (max-width:480px) {
	.banner {
    	height: 200px;
	}
	
	.banner h5 {
		padding: 35px 6vw 0px;
	}
	
	.banner h5::after {
		max-width: 270px;
	}
}


@media screen and (max-width:425px) {

.banner h5::before {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px;
}

.banner h5 {
    font-size: 10px;
}

}

#page{
	/*background: url(https://pic03.eapple.com.tw/jiang/bg.jpg)no-repeat top center;
    background-size: cover;*/
}

#content {
    background: url(https://pic03.eapple.com.tw/mimi2024/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}


    /*  = 預設解除背景輪播 =  */

#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    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;
    }
}



/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/


@keyframes jump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* 像是上移 10px */
    }
    100% {
        transform: translateY(0);
    }
}

.footer {
    background-image: url(https://pic03.eapple.com.tw/mimi2024/footer.jpg);
    padding: 60px 0 0;
}

.footer::before {
    content: '';
    position: absolute;
    background: url(https://pic03.eapple.com.tw/mimi2024/bone_footer.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: 15px;
    width: 25%;
    aspect-ratio: 44 / 25;
    animation: jump 1s infinite linear alternate;
}

.footer_logo img {display: none;}

.footer_logo {display: none;}

.footer_info li p.mail { display: block; }
.box_link a { display: none; }
.footer .center {
    position: relative;
    max-width: 1600px;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
	margin-bottom: 15px;
}
.footer_menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 5px;
}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 0;
    transition: all 0.3s;
    border: none;
    background: transparent;
    color: #353535;
    display: block;
    width: fit-content;
    font-weight: 500;
}
.footer_menu a:before {    content: "．";}
.footer_menu a:nth-child(1) {    display: none;}
.footer_menu a:hover {    background: transparent;color:#A68A60;}
.copy {
	color: #353535;
	border:none;
	margin-top: 0px;
	position: relative;
	padding: 15px 0;
}
.copy a{
	color: #353535;
	transition:all 0.3s;
}

.copy a:hover {
    color: #8f4b07;
}

.footer_info li { padding: 20px; }
.footer_info ul>li:before {
    font-size: 115%;
    color: #353535;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.footer_info ul>li:nth-child(1):before {    content: "聯絡資訊 CONTACT";}
.footer_info ul>li:nth-child(2):before {    content: "B2UTY STUDIO美容美體工作室";}
.footer_info ul>li:last-child { content: "網站選單 MAIN MENU";}

.footer_menu>a:nth-child(13){display: none;}

.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {
	color: #353535;
	letter-spacing: 0.15em;
    font-weight: 500;
}
.footer_info ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));
	gap: 0 20px; 
	letter-spacing: 0.15em;
}
.footer_logo img { max-width: 180px; }
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin: 0px;
}

.footer_info ul{font-family: 'Noto Sans TC';    width: 65%;}

.info_fix {    display: none;}

.footer_info li p.add2:before{display: none;}



@media screen and (max-width: 600px) {
.footer_info li {
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 25px;
	padding-left: 25px;
}
}

@media screen and (max-width: 768px){
.footer::before   { bottom: 100px;}
.footer{bottom: 55px;}
.footer {
    background-image: url(https://pic03.eapple.com.tw/mimi2024/footer_768.jpg);
    padding: 60px 0 0;
}

}


@media screen and (max-width: 425px) {
.footer::before {    bottom: 570px;    width: 50%;}}

@media screen and (max-width: 375px) { .footer::before { bottom: 600px;}}


@media screen and (max-width: 320px) {
.footer::before {    bottom: 610px;    width: 50%;}
.footer_info li {      padding-left: 10px;}}


/* totop */
#to_top { font-family: 'Noto Sans TC'; color: #ffffff; background: #353535; box-shadow:none; border-radius: 20%;}
#to_top i:before, #to_top i:after{  color: #ffffff;  background: #ffffff;}
#to_top i.top:before, #to_top i.top:after{width: 2px}



/* 相簿================================================================== */

/* ▼ 相簿 (無邊界版) START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 版面布局設定 -------------------- */

/*排列*/
ul.show-list,
.other_subalbum {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 3rem;
    margin: 0 auto;
    width: 100%;
}

/*次分類版面微調*/
.subalbum-menu {
    margin: 0;
    padding: 0;
}

ul.show-list:before ,
ul.pic-list:before {
    content:none;
}

/*卡片底色透明*/
.show-list .item ,
.other_subalbum li  {
    width: 100%;
    padding: 0;
    margin: 20px 0;
    background: transparent;
}

/*相簿圖片框*/
.show-list .show_pic ,
.other_subalbum li a div {
    padding-bottom: 75%;
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
}

/*相簿圖片長寬比例，75% →100:75 = 4:3 */


/* 相簿文字 -------------------- */

/*圖片正中心*//*
.show-list .show_name ,
.other_subalbum li p {
    color: var(--bg-color);
    overflow: visible;
    margin-top: 0;
    display: block;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    font-weight: 400;
    transition: var(--transition);
    z-index: 3;
}

/*hover-文字淡出*//*
.show-list .item:hover .show_name ,
.other_subalbum li:hover p {
    color: var(--bg-color);/*沒設定會是黃色
    opacity: 0;
}

/*圖片正中心*/
.show-list .show_name ,
.other_subalbum li p {
    color: #ffffff;
}

/*hover-文字變色*/
.show-list .item:hover .show_name ,
.other_subalbum li:hover p {
    color: #e1dad5;/*沒設定會是黃色*/
}


/*黑色透明色塊*/
.overlay{
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    background: rgba(0, 0, 0, .2);
    transition: transform 0.5s ease-in-out;
}

/*hover-淡出*/
.show-list .item a:hover .overlay{
    opacity: 0;

}



/* 相簿圖片 -------------------- */
.show-list .show_pic img,
.other_subalbum li a img {
    display: block;
    object-fit: cover;
    min-width: 100%;
    height: 100%;
    position: absolute;
    transition: transform 0.5s ease-in-out;
}

/*hover放大圖片*/
.show-list .item a:hover .show_pic img,
.other_subalbum li a:hover img {
    transform: scale(1.1);

}

/* +++ 相簿次分類頁 -------------------- */
/*隱藏--分類標題&標題後方塊*/
.subalbum-menu h2,
.block {
    display: none;
}

/*觀看更多相簿 -------------------- */

/*隱藏-其他次分類區塊*/
.other_album {
    display: none;
}

/*相簿瀑布流----------*/
.pic-list {
  column-count: 2;
  column-gap: 10px;
}

.pic-list .item {
  width: 100%;
  padding: 0;
  margin: 0 ;
}

.pic-list .show_pic {
    height: auto;
    padding: 0;
}

.pic-list .show_pic img {
    display: block;
}

.pic-list .show_pic img:hover {
    transform: scale(1.1);
    transition: transform 0.5s ease-in-out;
}

/*滿版*//*
.album_page .main_part {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.album_page .show_content{
    width: 100%;
    padding: 50px 0;
}


/* RWD＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width: 1240px) {
ul.show-list,
.other_subalbum {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 0.5rem;
}

}


@media only screen and (max-width: 570px) {    .stellarnav .menu-toggle {padding: 15px 10px;}}

@media screen and (max-width: 375px) {
ul.show-list,
.other_subalbum {
    display: block;
    width: 100%;
}

ul.show-list, .other_subalbum {        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}

}

/* ▲ 相簿(瀑布流)---END ▲ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */




/*相簿/＝＝＝＝＝*/
.album_page,.album_class_page,.album_info_page{
  background: #f1f1f1;
}
.other_subalbum li a p {
    line-height: 3;
    text-align: center;
}

/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
.show-list .show_name {
  letter-spacing: 3px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}


/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 1;
  transition: all 0.3s;
}
.overlay:hover {
  background: linear-gradient(0deg, #ffffff, #ffffff00);
  opacity: 1;
    transition: all 0.3s;
}

.show-list .item, .other_subalbum li, .pic-list .item {
  width: 100%;
  margin: 0;
  padding: 15px 15px 5px;
  background: #343633;
  box-shadow: 3px 3px 3px #77777730;
  border-radius: 20px;
}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;    border-radius: 20px;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    transform: translate(0%,0%);}

 .show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img:hover{    left: 0%; top:0%;}  

.show-list .item:hover .show_name {  color: #e2dbd5;}
.other_album_choice li {    background: #3b3b3b;}
.other_album_choice li a:hover i.fa-solid.fa-right-from-bracket {
display: none;
}
.fa-right-from-bracket::before {
  display: none;
}
.other_album_choice li a i.fa-solid.fa-right-from-bracket {
  display: none;
}
.album_fixed_title {
background: transparent;
}
.other_album_choice li:hover {
  transform: translateY(-5px);
  transition: all .4s;
}
.subalbum-menu h2 {
  color: #525252;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  background: #ffffff;
  padding: 8px 10px 8px 18px;
  border-left: 5px solid;
}
.other_subalbum li p {    margin-top: 10px;}

.pic-list .item h6 {
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 13px;
}
.block {
  display: none;
}

.album_descrip{    color: #000000;}

@media screen and (max-width: 1200px){

  .album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    width: 95%;
}

}

@media screen and (max-width: 768px){

  .album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    width: 100%;
}

ul.show-list, .other_subalbum, ul.pic-list {
  grid-template-columns: 1fr 1fr;
}

}

@media screen and (max-width: 600px){


.main_part {
padding: 30px 20px;
}

ul.show-list, .other_subalbum, ul.pic-list {
  grid-template-columns: 1fr;
}

.blog_list_ri h5 {
padding: 10px 0px 0px;
font-size: 18px;
}


.blog_subbox {
grid-gap: 25px;
}

.blog_list_ri p {
font-size: 14px;
letter-spacing: 0.5px;
}

.subbox_item a:before {
height: 29px;
font-weight: 400;
font-size: 15px;
}

.subbox_item a:hover:before {
height: 25px;
}

.blog_list_le {
  width: 50%;
}

}


@media screen and (max-width: 500px){

  .subbox_item a:before {
    content: '';
    background: #ffffff;
    height: 25px;
    }

    .subbox_item a:hover:before {
      background: #616161;
    }

    .blog_list_le {
      width: 100%;
  }

  .subbox_item a {
    flex-wrap: wrap;
    padding: 17px 17px 50px;
}

}



/* = = = 文章管理1 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.blog_page * ,
.blog_subbox * {
    transition: 1s .5s cubic-bezier(0.42, 0, 0.02, 0.92);
}

/* 文章分類 */
.blog_le * {
    transition: all .3s;
}
.blog_le {
    display: block;
    width: 100%;
}
h5.blog_le_t {
    display: none;
}
.blog_search {
    max-width: 220px;
    margin: 0 auto;
}
.blog_search input[type=search] {
    border: solid 2px #efefef;
}
.blog_search input[type=submit] {
    background-image: url(https://pic03.eapple.com.tw/NinisStudio/article_search.svg);
    background-color: #efefef;
    border-radius: 50%;
}
.blog_le .accordion {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: 0;
    border-top: solid 1px #d8d8d8;
    border-radius: 0;
    margin-top: 40px;
}
.blog_le .accordion > li {
    width: calc(100% / 6 - 10px);
    font-family: "Sorts Mill Goudy", Noto Serif TC;

}
.blog_le .accordion > li+li {
    margin-right: 12px;
}
.accordion li+li .link {
    border: 0;
}
.accordion li .link a {
    display: inline-block;
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    color: #525252;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.blog_le .accordion li .link i {
    display: inline-flex;
    position: relative;
    font-size: 18px;
}
.accordion li .fa-chevron-down::before {
    content: "+";
    color: rgb(76, 76, 76);
}
.accordion li.on_this_category .fa-chevron-down::before {
    content: "—";
}
.blog_le .accordion li.on_this_category.open i.fa-chevron-down::before {
    content: "+";
}
.submenu {
    background: #f6f6f6;
}
.submenu li {
}
.submenu li+li {
    border-top: 0;
}
.submenu a {
    padding: 12px 12px 12px 25px;
}
.submenu a i {
    left: 10px;
    top: 45%;
}
.fa-circle-chevron-right::before {
    content: "–";
}

/* 文章分類 - hover */
.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a {
    color: #4c4c4c !important;
}
.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category {
    background: transparent !important;
}
.blog_le .accordion > li:hover .link i, 
.blog_le .accordion > li.on_this_category .link i {
    color: #4c4c4c!important;
}
.blog_le .accordion > li:hover .link a,
.blog_le .accordion > li:hover .link i.fa-chevron-down::before {
    color: rgba(76, 76, 76, 0.7) !important;
}
.fa-chevron-down::before, 
.blog_le .accordion li.open i.fa-chevron-down::before {
    transition: all .3s;
}
.blog_le .accordion li.open i.fa-chevron-down::before {
    content: '—';
    transform: rotate(180deg);
}
.submenu li.on_this_category a, 
.submenu a:hover {
    color: #4c4c4c;
    background: #e5e5e5;
}

/* .blog_le .accordion li.open i.fa-chevron-down::before {
    content: '—';
} */


/* 文章列表 */
.blog_ri {
    width: 100%;
}
.blog_subbox {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px 50px;
}
.subbox_item a {
    grid-template-columns: 1fr;
}
.subbox_item a:before {
    display: none;
}
.subbox_item a:after {
    content: 'READ MORE';
    position: relative;
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    font-size: 12px;
    color: #9A907F;
    text-align: right;
    letter-spacing: 2px;
    border: 0;
    border-bottom: 1px #9A907F solid;
    padding: 15px 0;
    opacity: 1;
}
.subbox_item a:after{background: rgb(255 255 255 / 0%);}
.blog_list_le {
    overflow: hidden;
}
.blog_list_ri em {
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    display: block;
    position: absolute;
    top: -30px;
    width: 100%;
    font-size: 13px;
    text-align: right;
    letter-spacing: 1.5px;
    padding: 0 3px;
}
.blog_list_ri h5 {
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    font-size: 17px;
    color: #525252;
}
.blog_list_ri p {
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    line-height: 150%;
    margin-top: 10px;
    color: #525252;
}

/* 文章列表 - hover */
.blog_list_le:hover img {
    transform: scale(1.1);
}



/* ----blog_in_page---- */
h4.blog_category_title {
    font-size: 22px;
    font-weight: 600;
    color: #4c4c4c;
    letter-spacing: 1px;
}
.blog_shareData {
    flex-direction: row;
}
.blog_back {
    max-width: 500px;
    padding-top: 50px;
    margin: 0 auto;
}
.blog_back * , 
.lastPage * {
    transition: all .3s;
}
.article_related_list * {
    transition: 1s .5s cubic-bezier(0.42, 0, 0.02, 0.92);
}
.blog_back a.article_btn_prev, 
.blog_back a.article_btn_next {
    background: transparent;
    color: transparent;
    position: relative;
}
.blog_back a.article_btn_back {
    position: relative;
    color: #4c4c4c;
    font-weight: bold;
    letter-spacing: 2px;
    background: transparent;
}
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before {
    display: block;
    position: absolute;
    width: 30px;
    top: 30%;
    aspect-ratio: 30 / 7;
    background-repeat: no-repeat;
}
.blog_back a.article_btn_prev:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/mimi2024/left-arrow.svg);
    right: 20px;
}
.blog_back a.article_btn_next:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/mimi2024/right-arrow.svg);
}


/* ----blog_in_page-相關推薦---- */
.news_related {
    background: transparent;
}
.news_related h6 {
    border-top: solid 1px #d8d8d8;
    padding: 20px 0;
}
.news_related h6 span:before {
    content: '其他回饋';
    font-size: 22px;
    font-weight: 600;
    color: #4c4c4c;
    letter-spacing: 1px;
}
.news_related_list li a {
    background: transparent;
}
.news_related_list li a p {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
    padding-top: 10px;
}
.lastPage {
    color: #4c4c4c;
    background: rgba(244 244 244 / 0);
    border: solid 1px #999999;
}

/* ----blog_in_page-hover---- */
.blog_back a:hover {
    opacity: .7;
}
.news_related_list li a:hover img {
    transform: scale(1.1);
}
.lastPage:hover {
    background: rgb(244 244 244);
}


@media screen and (max-width: 1100px) {
    .blog_le .accordion > li {
        width: calc(100% / 4 - 10px);
    }
}

@media screen and (max-width: 960px) {
    .subbox_item {
        border: 0;
    }
}

@media screen and (max-width: 768px) {
    h5.blog_le_t, .blog_le .accordion {
        display: none;
    }
    .blog_search input[type=search] {
        -webkit-appearance: none;
        background: transparent;
    }
    .blog_subbox {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 60px 30px;
    }
}

@media screen and (max-width: 480px) {
    .subbox_item a:after {
        padding: 15px 0 8px;
    }

    .blog_subbox {
    grid-template-columns: repeat(1, 1fr);}
}

@media screen and (max-width: 380px) {
    .blog_subbox {
        grid-template-columns: repeat(1, 1fr);
    }
}


/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {
	border: 1px solid #00436c;
    color: #00436c;
	display:none;
}
.products-list .item a:hover .more {
	background: #00436c;
}

/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #A68A60;}
.products-list .price b.ori_price {    font-size: 14px;color: #888888;    text-align: center !important;}
.products-list .price b.sp_price{ text-align: center !important;}
.products-list .name{    text-align: center;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    /*background: #f2f2f2;*/}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;/*padding-left: 25px;*/}
.product-layer-two li:hover > a , .product-layer-two li.active > a{
	color: #ffffff;
    background: #8F5423;
	padding-left: 25px;
    border-radius: 50px;
}

.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #A68A60; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #ADA17E;
    background: #dddddd;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
	display:none;
}
.product-layer-two li i {    width: 65px;
    height: 45px;}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #A68A60;background: transparent;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
ul.prod li h3.prod-thumb {
    background: unset;
    text-align: left;
}
ul.prod li {
    margin-bottom: 20px;
}

.qaform .breakF {
    border: 1px #cccccc solid;
    background: #FFFFFF;
}
.product_pic #bx-pager h6{
	display:none;
}

.product-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
/*按鈕顏色*/
.inquiry_a1{background: #A68A60;}
.inquiry_a2{background: #A68A60;}
.inquiry_a3{background: #A68A60;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #c0a986;}
.lastaction, .nextaction, .lastPage {    
	color: #FFFFFF;
	background: #A68A60;
	transition:.3s;
}

.lastaction:hover, .nextaction:hover, .lastPage:hover {    
	background: #353535;
}

/*商品側邊規格*/
.sidebarBtn {
    border: unset;
    background: unset;
}
.product_info li .txt_box {    color: #222222;    width: 100%;    margin: 5px 0px;}
.sidebarBtn .price span {
    display: inline-block;
}
.sidebarBtn .price span.ori_price {  color: #777;display: block;text-decoration: line-through;}
.sidebarBtn .price span.sp_price {   color: #c98625;display: block;}
.sidebarBtn .price {
    border-bottom: 1px solid #aaa;
	color: #c98625;
}
.toShare {
    border-top: 1px solid #aaa;
}

.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}
.prod_related {
    background: unset;
}
.related_list li a {
    background: unset;
}

/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}}


@media screen and (max-width: 1024px) {
/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}}

	
@media screen and (max-width: 768px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
.mobile_product_name {
    display: none;
}
.sidebarBtn {
    order: -1;
    margin: 0px auto 20px;
}

.product_pic {
    padding-top: 0px;
}

body.pageIndex .products-list {
    padding: 40px 0 20px;
}

/*順序*/
.product_page .products-list {    order: -1;}}


@media screen and (max-width: 600px) {

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}
.products-list .pic {border: unset;}
}


@media screen and (max-width: 425px) {

img, .other_subalbum li a img, .pic-list .show_pic img {
    border-radius: 30px;
}

.product_page .products-list{grid-template-columns: 1fr 0fr;}

}

@media screen and (max-width: 375px) {

	/*購物車/＝＝＝＝＝*/
	.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}}
	


    /*聯絡我們/＝＝＝＝＝*/
.contact_page .main_part {  max-width: 1500px;}
.contact_content .information_left { display: none;}
.contact_content .information_right {  width: 100%;  padding-left: 0px;}
body.contact_page #content{ background: url(https://pic03.eapple.com.tw/mimi2024/bg.jpg);background-size: cover;background-attachment: fixed;}
.contact_content { margin: auto;  padding: 50px 20px;  background: #d3cabd; background-image: url(https://pic03.eapple.com.tw/mimi2024/contact_bg.png);
    background-position: center;  background-size: contain;  background-repeat: repeat;   border-radius: 0px;}
.contact_content form.style1 { width: 100%; max-width: 1150px;  margin: 0 auto;}
.contact_form { font-family: "Sorts Mill Goudy", "Noto Serif TC", serif;}
.contact_form li .form__label {  width: 105px; text-align: right;  margin-left: -110px;}
.contact_form li {padding: 0 0 15px 0; padding-left: 110px}
.blank_letter { font-family: "Sorts Mill Goudy", "Noto Serif TC", serif; text-align: center; display: flex; font-size: 22px;  color: #525252;flex-direction: column;  align-items: center;position: relative; padding-top: 60px;}
.blank_letter:before {  content: ""; background: url(https://pic03.eapple.com.tw/mimi2024/title_img.png); width: 100px;  height: 43px;  position: absolute;  top: 0;}
.contact_form li input.noborder { border: unset;  border-radius: 0px;padding: 10px 0;margin-top: 5px;}
.contact_form li textarea.noborder {  border: unset;}
.note { padding-top: 10px;}
.contact_le_map a {    background: #a98b8d;}
.contact_form li.last cite {background: #000000;}
.contact_form li.last blockquote, .contact_form li.last cite {  border: 1px #000000 solid;}
.contact_form li.last blockquote { background: #ffffff;}
.contact_form li.last {  text-align: center;}
.red{color: #8e5526;}

/*表格*/
.contact_form li .form__label { width: 100%; text-align: left; margin-left: 0px;}
.contact_form li {padding-left: 0px;padding: 0 0 20px 0;}
.contact_content .information_right { padding: 10px;}
.contact_page .form__insert:has(input[type="checkbox"]), .contact_page .form__insert:has(input[type="radio"]) {
    display: grid;  grid-template-columns: repeat(auto-fill, minmax(15px, 15px) minmax(130px, 1fr));  gap: 3px 5px;padding: 10px;align-items: center;}

