@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{overflow-x:hidden; font-family: 'Cormorant+Garamond', Noto Serif TC;}


/*網站全域設定/＝＝＝＝＝*/
:root {
  --MainColor: #966e44; /*網站主要色系*/
  --SubColor: #966e44; /*網站輔助色系1*/
  --SubColor2: #dfd9c5; /*網站輔助色系2*/
  --SFont:'Ibarra Real Nova','Noto Serif TC', serif;/*特殊字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f48:48px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
}
@media (max-width:1024px) {
:root{
  --m50:40px;
  --m30:25px;
  --f48:40px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --m50:30px;
  --m30:20px;
  --f48:32px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:20px;
  --f24:20px;
  --f20:18px;
  --f18:17px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f48:28px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:18px;
  --f24:18px;
  --f22:18px;
  --f20:17px;
  --f18:16px;
}
}
@media (max-width:375px) {
:root{
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
}
}

/*變數*/
:root {
    --transition: 0.5s ease-out;/*變化 var(--transition)*/
    --transition2: all 3s cubic-bezier(0.190, 1.000, 0.220, 1.000);/*變化 var(--transition2)*/
    --border-radius: 4px;/*var(--border-radius)*/
}


/*  = 預設解除背景輪播 =  */

#content_main {
    margin: 0;    background: #f4f4f4;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}




@media screen and (max-width: 768px) {
    header.header_area.sticky {  position: fixed;}
    
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}


/*網站全域變數設定*/
:root {
    --bg-color: #fff; /*背景色-白 var(--bg-color)*/
    --first-color: #004783; /*主色-藍 #bea15c*/
    --second-color: #b3c8da; /*輔色-淺藍 var(--second-color)*/
    --third-color: #e8eff4; /*輔色-橘 var(--third-color)*/
    --accent-color: #966e44; /*強調色-紅 var(--accent-color)*/
    --dark-gray: #333;  /* 深灰 var(--dark-gray)*/
    --medium-gray: #aaa; /* 中度灰 var(--medium-gray)*/
    --light-gray: #d9d9d9;  /* 淺灰 var(--light-gray)*/
    --f32:32px;/*var(--f32)*/
    --f24:24px;/*var(--f24)*/
    --f21:21px;/*var(--f21)*/
    --f17:17px;/*var(--f17)*/
    --f15:15px;/*var(--f15)*/
    --f14:14px;/*var(--f14)*/
    --f12:12px;/*var(--f12)*/
}

@media screen and (max-width: 968px) {
:root {
    --f32:28px;
    --f24:20px;
    --f21:18px;
    --f17:15px;
    --f15:13px;
    --f14:13px;
    --f12:10px;
}
}

body{
    font-weight: 400;
}
/*背景色*/
#content {
    background-color: var(--bg-color);
}

::selection {
    color: rgb(255, 255, 255);
    background: #bea15c;
}

/*滾動條全域設定---------- */

/*寬度*/
::-webkit-scrollbar {
    width: 6px;
}

/*軌道顏色*/
::-webkit-scrollbar-track{
    background-color: #d1d1d1;
    border-radius: 3px;
}

/*滑塊*/
::-webkit-scrollbar-thumb {
    background-color: #966e44;
    border-radius: 3px;
}

/*版面寬度*/
.main_header_area .container{
    max-width: 1200px;
    width: 100%;
}

.album_page .main_part ,
.album_class_page .main_part,
.album_info_page .main_part,
.share_page .main_part,
.product_page .main_part,
.product_info_page .main_part,
.contact_page .main_part,
.inquiry_page .main_part,
.work_page .main_part ,
.work_class_page .main_part,
.work_info_page .main_part{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.main_part {padding: 145px 20px;}


/* top */

#to_top {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 600;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 1000;
    color: #966e44;
    text-align: center;
    text-decoration: none;
    background: #dfd9c7;
    box-shadow:none;
    border-radius: 100%;}

    #to_top i:before, #to_top i:after {    background: #966e44;}
    #to_top i.top:before, #to_top i.top:after{height: 12px;width: 2px;top: 0;left: 50%;}

/*============== BANNER================================================================================================== */
.banB {display: none;}
.banF {background-image: url(https://pic03.eapple.com.tw/amoonears/bn2.jpg);}
.banner.banblog{background-image: url(https://pic03.eapple.com.tw/amoonears/bn3.jpg);}
.banC{background-image: url(https://pic03.eapple.com.tw/amoonears/bn1.jpg);}
.banA {display: none;}

/* ▼ 大圖 (基本) START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*大圖固定比例*/
.swiper-slide img {
    height: auto;
}

/*demo滿版*/
.edit_part {
    max-width: inherit;
    margin: auto;
    padding: 0;
}

/*SubMenu*/
.shop_search_btn {
   background-color:#3d7ac4;
}
/* ▲  大圖 (基本) END ▲ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ▼ PAGE (基本) START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 麵包屑 -------------------- */
.path p,
.path p a {
    color: var(--medium-gray);
    letter-spacing: .1rem;
}

.path p a:hover {
    color: #bea15c;
}

/*分頁頁標*/
.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:.5s ease-out;
}

.page strong,
.page a:hover {
    background: #bea15c;
    border: 1px solid #bea15c;
}


/* ▲ PAGE (基本) END ▲ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ▼ HEADER---START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/* 購物車隱藏 */
.me_tp_features a i {display: none;}
.me_tp_features {display: none;}

/*Logo ----------*/

/*logo定位 */
.nav-header {
    top: 16px;
    left: 2vw;
}

/*logo大小*/
.header_area .nav-brand {
    max-width: 230px;
    width: 100%;
}

/*header樣式*/

.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.main_header_area {
    background: #dfd9c5;
    box-shadow: 1px 1px 10px rgb(105 83 83 / 23%);
    transition: .5s ease-out;
    margin: 0;
    border-radius: 0;
}

/*header下拉後底色磨砂感*/
.sticky .main_header_area.animated {
    background: #dfd9c5;
    backdrop-filter: saturate(93%) blur(10px);
    border-radius: 10vw;
    margin: 1vw 5vw;
}

.banner {display: none;}

/*選單文字*/
.stellarnav > ul > li > a {
    color: #966e44;
    font-family: var(--ff);
    font-size: var(--f15);
    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: 25px 0 10px 210px;}
.stellarnav > ul > li:nth-child(9), .stellarnav > ul > li:nth-child(10){display:none;}
.stellarnav a.dd-toggle .icon-plus:before{    border-bottom: solid 2px #966e44;}
.stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px #966e44;}
.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: #966e44;}
.stellarnav a {color: #ffffff;}
.stellarnav.mobile ul {    background: #f7f7f7;}

/*選單圖示 ---------- */

/*通用設定*/
.stellarnav > ul > li > a:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/amoonears/header.png) no-repeat;
    width: 30px;
    height: 30px;
    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/amoonears/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:nth-child(8) { display: none;}
.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: #966e44;
}

/*文字底色透明*/
.stellarnav.desktop li.has-sub ul a {
    background: transparent;
    transition: .5s ease-out;
    letter-spacing: .1rem;
    position: relative;
}

@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;
}

}
/* ▲ 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;}
    .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;}
}



/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
.footer_info li p.mail { display: none; }
.box_link a { display: none; }
.footer {background: url(https://pic03.eapple.com.tw/amoonears/footer.jpg) no-repeat bottom center;     padding: 10px 0 0; }

.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: #434343;
    display: block;
    width: fit-content;
}
.footer_menu a:before {    content: "．";}
.footer_menu a:nth-child(1) {    display: none;}
.footer_menu a:hover {    background: transparent;color:#966e44;}
.copy {
	background: #dfd9c6;
	color: #966e44;
	border:none;
	margin-top: 0px;
	position: relative;
	padding: 15px 0;
}
.copy a{
	color: #966e44;
	transition:all 0.3s;
}

.copy a:hover {
    color: #8f4b07;
}

.footer_info li { padding: 25px; }
.footer_info ul>li:before {
    font-size: 115%;
    color: #966e44;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #966e44;
    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: "網站選單 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: #434343;
	letter-spacing: 0.15em;
}
.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;
}

@media screen and (max-width: 600px) {
.footer_info li {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

.footer {background: url(https://pic03.eapple.com.tw/amoonears/footer_s.jpg) no-repeat bottom center;}

}







/*▼ 首頁(促銷方案) ---START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝   */
.animated-arrow {background: #966e44;border-radius: 15px;}

/* ▼ 小撇步(促銷方案) ---START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
body.promotions_page.main_part{padding: 70px 20px;}
.promotion_title {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px 10px;
}

.pmtTitle {color: #966e44;font-weight: 800;}
.promotion_title h2 {color: #966e44; font-weight: 800;}
.other_promotion .pmtTitle h3 {color: #966e44;font-weight: 800;}

/*日期*/
.time {
    display: flex;
    text-align: left;
    align-items: baseline;
    flex-direction: row;
    color: #966e44;
    padding: 3px 5px;
}

/*年份*/
.promotion_title span {
    border: none;
    padding: 0;
    margin: 0;
    color: #966e44;
}


/*關掉小字*/
.promotion_title h2 span,
.promotion_title em{
    display: none;
}

/*內文*/
.share_page .edit,
.promotions_page .edit {
    margin: auto;
    width: 100%;
    padding: 30px 10px;
    color: #966e44;
}

/*文章布局-----------------*/
.other_promotion {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
    gap: 20px;
}

.other_promotion li {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}


/*卡片區塊*/
.other_promotion li a {
    background: var(--bg-color);
    border-radius: var(--border-radius);
    border: none;/*覆蓋預設*/
    margin: 0;/*覆蓋預設*/
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    width: 100%;
    padding: 20px;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/*hover內陰影*/
.other_promotion li a:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
}

/*卡片裝飾線*/
.other_promotion li a:before {
    left: 5%;
    top: 80%;
    width: 20%;
    height: 0%;
    border-top: 1px #966e44 solid;
    transition: var(--transition);
}

/*hover延長*/
.other_promotion li a:hover:before {
    width: 90%;
    height: 0%;
    border-radius: 0;
    border-top: 1px #966e44 solid;
    z-index: 1;
}

.other_promotion li a:after,
.other_promotion li a:hover:after,
.other_promotion .pmtTime:after {
    display: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display:none;
}

/*日期*//*
.other_promotion .pmtTime {
    color: #966e44;
}

/*年份*/
.other_promotion .pmtTime span {
    color: #966e44;
    padding-right: 10px;
}

/*隱藏-網站公告字樣(none會連標題一起隱藏)*/
.pmtTitle {
    color: #966e44;font-weight:600px;
}

/*文章卡片標題*/
.other_promotion .pmtTitle h3 {
    line-height: 2.5;
    text-align: left;
    margin: 0 0 10px 0;
    -webkit-line-clamp: 1;/*一行*/
    text-overflow: ellipsis;/**/
    color:#966e44;
}

.other_promotion .pmtTime div {
    padding: 0 10px;
}

/*最多顯示3個*/
.other_promotion li:nth-child(n+4){
    display:none;
}

/* +++ 首頁崁入小撇步 ▼ -------------------- */


/*最多顯示4個*/
.news_list ul li:nth-child(n+5){
    display:none;
}

/*底色*/
.news_list ul li a:hover {
    background: #fff;
}

/*底線*/
.news_list ul li{
    border-bottom:1px dotted #966e44;
}

.news_list ul li:hover{
    border-bottom-color:transparent;
}

.news_list ul li a:hover p{color: #966e44;}

/*日期 & read more*/
.news_list ul li span,
.news_list ul li p:after{
    color: #966e44;
    letter-spacing: .15rem;
}

.news_list ul li p:after {
    content: '>>';
}

/*文章標題*/
.news_list ul li p{
    color: #968e87;
    font-weight: 600;
}
.news_part .title_i_box h4{  color: #886546;font-weight: 600;}

@media screen and (max-width: 768px){
.news_part .title_i_box{
    margin-bottom: 10px;
}

/*蓋掉預設*/
.pageIndex .news_list ul li{
    border: none;
    background: none;
    border-bottom: 1px dotted #966e44;
    margin-bottom: 0px;
}

/*隱藏 >>*/
.news_list ul li p:after{
    display: none;
}

.news_list ul li a{
    display: flex;
    flex-direction: row;
}

.news_list ul li span{
    width: min(40%,150px);
}

.news_list ul li p{
    text-align: left;
    padding: 15px 0;
}

/*日期 & read more*/
.news_list ul li span,
.news_list ul li p:after{
    color: #966e44;
    font: bold 12px / 1.5 var(--ff);
    letter-spacing: .15rem;
}
}

@media screen and (max-width: 600px){
/*關掉-日期*/
.news_list ul li span{
    display: none;
}
/*調整高度*/
.news_list ul li a{
    padding: .5rem;
}

}

/* +++ 首頁崁入小撇步 ▲ -------------------- */

/* ▲ 小撇步(促銷方案)---END ▲ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */







/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

 #content { 
    background: url(https://pic03.eapple.com.tw/amoonears/bg.jpg)no-repeat center;} 

/*============文章===========================================================*/
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: var(--f28);}
h4.blog_category_title span{font-size: var(--f24);}
h4.blog_category_title {color: #ac8c5a;}
h5.blog_le_t {    display: none;}
.blog_le .accordion a{    color: #966e44;}

/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;border: none;}
.module_i_news li a, .subbox_item a {    padding: 5px;    display: flex;    align-items: center;}
.module_i_news li a:before , .subbox_item a:before , .module_i_news li a:after , .subbox_item a:after{content:none;}
.i_blog_le:before, .blog_list_le:before {
    content: url(https://pic03.eapple.com.tw/amoonears/deco_logo.png);
    aspect-ratio: 1/1;
    position: absolute;
    z-index: 1;
    right: -30px;
    top:-30px;
    animation: rotate360 10s infinite linear;
}


@keyframes rotate360{    0%{transform: rotate(0);}    100%{transform: rotateZ(360deg);}}

.i_blog_ri, .blog_list_ri {    width: 60%;    padding-left: 50px;}
.i_blog_le, .blog_list_le {
    width: 50%;
    position: relative;
    height: auto;
    aspect-ratio: 1/1;
}
.i_blog_le img , .blog_list_le 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;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);    border-radius: 500px 500px 0 0;}

.blog_list_ri h5 { font-size: 24px; color: #bea15c; font-weight: 700;}
.blog_list_ri em { padding-bottom: 10px;    border-bottom: 1px dotted #d4bb7e ;    margin-bottom: 50px;}
.blog_list_ri p{line-height: 200%;}
/*側邊*/
.blog_le {    margin-top: 40px;width: 220px;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #966e44!important;}
.submenu a:hover {    background: var(--SubColor2);}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {color: #ffffff !important;}
/*首*/
.module_i_news ul{width: 90%;}
/*功*/
.blog_subbox , .module_i_news ul{grid-template-columns:1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: var(--MainColor);}
.blog_back a.article_btn_prev , .blog_back a.article_btn_next{background: var(--SubColor);}


@media screen and (max-width: 1024px) {
    .i_blog_le:before, .blog_list_le:before {
        content: url(https://pic03.eapple.com.tw/amoonears/deco_logo_s.png);
        aspect-ratio: 1/1;
        position: absolute;
        z-index: 1;
        right: -35px;
        animation: rotate360 10s infinite linear;
    }}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 650px) {
	.module_i_news li a, .subbox_item a{flex-direction:column;}
	.i_blog_le, .blog_list_le{ width: 100%; }
	.i_blog_ri, .blog_list_ri{ width: 100%;padding: var(--m30) 0 0; }
	}
	/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
	@media screen and (max-width: 600px) {
	/*Footer/＝＝＝＝＝*/
	.box_link {    text-align: center;}}

   

    



/* =====================尋價車 =================================================*/

.products-list .item a:hover .more {
    background: #966e44;
    color: #fff;
    letter-spacing: 2px;
}
.products-list .more {
    border: 1px solid #966e44;
    color: #966e44;}

.products-list .name {
        color: #966e44;
        height: 50px;
        font-weight: 600;}

/* =====================尋價車內頁 =================================================*/
.products-list .moreborder{    border: 1px solid #966e44;color: #966e44;} 
.inquiry_a1 {background: #966e44;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #8b7d6f;}
.inquiry_a2 {background: #b3a691;}

.lastaction {color: #ffffff;background-color: #cac2b4;}
.nextaction {color: #fff; background-color: #966e44;}
.lastPage {       margin: 110px auto; background: #966e44;}




/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*表單最大寬度設定*/
.contact_content .information_right { max-width: 1400px; padding-left: 105px; }

/*標題*/
.blank_letter { font-family: 'Cinzel', 'Noto Serif TC', sans-serif; color: #966e44;line-height: 30px;padding-top: 0px;text-align: center;}

/*側邊資訊*/
.list_before { margin-top: 25px;    color: #777777; }

/*表格樣式*/
.contact_form li input.noborder { border: none; border-bottom: 1px #d4d4d4 solid; background: transparent;}/*文字欄*/
.contact_form li textarea.noborder { background: transparent; border: 1px #d4d4d4  solid;}/*文字區塊*/
.form select { background: transparent;}/*下拉式*/
input[type="checkbox"], input[type="radio"] { margin: 0 10px;}/*複選、單選*/

/*驗證碼對齊*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px #d4d4d4 solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_form li.last blockquote { border: 1px #d4d4d4 solid;border-radius: 50px;}
.contact_le_map a {   display: none;}
.contact_form li.last cite {background: #966e44;border-radius: 50px;}
.red {color: #966e44;}
.contact_form li.last cite:hover{background: #cec9b8;}

/* 表格間距 */
.contact_form li{    padding: 0 0 35px 0;}

/* 資訊標題顏色 */
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before{    color: #959595;}

/* 聯絡我們信箱隱藏 */
li.MAIL {display: none;}


/*聯絡資訊間距 */
.list_god li {padding-left: 38px;}

@media screen and (max-width: 425px){
    /*聯絡表單*/
    .contact_form li { padding-left: 0;}
    .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
    .contact_form li .form__insert { width: 100%;}

    .contact_content .information_right {    padding-left: 0px;}
}

/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1200px) { }
@media screen and (max-width: 1024px) { }
@media screen and (max-width: 768px) { }
@media screen and (max-width: 600px) { }
@media screen and (max-width: 425px) { }




/* =====================浮動按鈕========================================================== */
.info_fix{    display: none;}





/*  ===創業技術課程底部分頁隱藏================================================*/
body.other_select_page ul.other_promotion.clearfix{display:none;}
body.other_select_page .page{display:none;}





/* 漢堡顏色 */
.stellarnav .menu-toggle span.bars span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 6px;
    background: #966e44;
    margin: 0 auto 4px;
}

.stellarnav .menu-toggle:after {
    content: 'MENU';
    font-size: 12px;
    color: #ad8c5b;
    display: block;
    transform: scale(0.9);
}


/* 相簿================================================================== */

/* ▼ 相簿 (無邊界版) 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: #bea15c;
}

/*hover-文字變色*/
.show-list .item:hover .show_name ,
.other_subalbum li:hover p {
    color: #bea15c;/*沒設定會是黃色*/
}


/*黑色透明色塊*/
.overlay{
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    background: rgba(0, 0, 0, .2);
    transition: var(--transition);
}

/*hover-淡出*/
.show-list .item a:hover .overlay{
    opacity: 0;
}



/* 相簿圖片 -------------------- */
.show-list .show_pic img,
.other_subalbum li a img {
    transition: var(--transition) ;
    display: block;
    object-fit: cover;
    min-width: 100%;
    height: 100%;
    position: absolute;
    transition: var(--transition2);
}

/*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: var(--transition2);
}

/*滿版*//*
.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 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 ▲ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;margin: 0px 0px 30px 0px;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {
	border: 1px solid #b9b2a0;
	background: #b9b2a0;
    color: #FFFFFF;
	line-height: 40px;
	/*display:none;*/
}
.products-list .item a:hover .more {
	background: #bea15c;
    border: 1px solid #bea15c;
}
.products-list .pic {
    /*overflow: hidden;
    background: #FFFFFF;*/
	line-height: 0px;
    /*border-radius: 40px;*/
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0px;
    height: 100%;
    transition: .5s;
}

.products-list .pic::before {
    content: "+";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    z-index: 999;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px #FFFFFF solid;
    opacity: 0;
    transition: .5s;
}

.products-list .pic::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: .5s;
}

.products-list a:hover .pic::before, .products-list a:hover .pic::after {
    opacity: 1;
}

.products-list .pic img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: unset;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    transition: .5s;
    transform: scale(1);
}

.products-list a:hover .pic img {
    transform: scale(1.05);
}

.products-list .item a .name {
    text-align: center;
    transition: .5s;
}

.products-list .item a:hover .name {
    /*color: #c98625;*/
}

/*價格*/
.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: #ADA17E;}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/
.product_page .main_part {    width: 100%;	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 0px;}
.product-layer-two > li.active {    background: #eeeeee;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #966e44;    border: none;    background: transparent; font-weight: 600;   transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{
	color: #FFF;
    background: #bea15c;
    padding-left: 25px;
}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #bd2321; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 10px;
    content: "";
    color: #ADA17E;
    background: #cccccc;
    width: 10px;
    text-align: center;
    position: absolute;
    left:8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
	display:none;
}
/**/
.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: #7aa497;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;
}

.bx-wrapper .bx-controls-auto {
	display: none;
}



/*按鈕顏色*/
.inquiry_a1{background: #bea15c;}
.inquiry_a2{background: #bea15c;}
.inquiry_a3{background: #bea15c;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #475e4a;}
.lastaction, .nextaction, .lastPage {    
	color: #FFFFFF;
	background: #bea15c;
	transition:.3s;
}

.lastaction:hover, .nextaction:hover, .lastPage:hover {    
	background: #475e4a;
}

/*商品側邊規格*/
.sidebarBtn {
    border: unset;
    background: unset;
}
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}
.prod_related {
    background: unset;
}
.related_list li a {
    background: unset;
}


/*--RWD---------------------------------------*/

@media screen and (max-width: 1200px) { .products-list { grid-template-columns: repeat(3,1fr);}}
@media screen and (max-width: 1024px) { .product_page .products-list { grid-template-columns: repeat(2,1fr);}}
@media screen and (max-width: 768px) { 
    .products-list { grid-template-columns: repeat(2,1fr);}
    .product_page .products-list, .product-layer-two { width:100%;}
    .prod_related h6 span:before { font-size: 24px;}
    /*順序*/
    .product_page .products-list { order: -1;}
}
@media screen and (max-width: 600px) { 
    .prod_related h6 span:before{font-size: 20px;}
    .related_list { grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 375px) { .products-list, .product_page .products-list  { grid-template-columns: 1fr;}}

