@charset "utf-8";

/* "Noto Sans TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/* "Noto Serif TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');


/* 英文字體 Cormorant Garamond */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

/* 英文字體 Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
  /* --Color: #f0ede9; */
  /* border-bottom: 1px solid #a68d6fcc; */
  --MainColor: #e1ad88; /*網站主要色系*/
  --SubColor: #272422; /*網站輔助色系1*/
  --SubColor2: #ede5d2; /*網站輔助色系2*/
  --SubColor3: #fcfcf4; /*網站輔助色系3*/
  --SFontE: "Cormorant Garamond", serif;/*英文字體*/
  --SFontE2: "Inter", "Noto Sans TC", sans-serif;/*英文字體-無襯線*/
  --SFont: "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;
  --f17:17px;
}
@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;
  --f17:16px;
}
}
@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;
  --f17:15px;
}
}
@media (max-width:375px) {
:root{
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
}
}


/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#page {
  position: relative;
  background: var(--SubColor2);
  background-size: auto;
  background-image: url(https://pic03.eapple.com.tw/chengs/bg-contents.png);
}
/* .main_part{max-width: 1400px;width: 90%;margin: auto;padding: var(--m100) 0;} */
.main_part {
  max-width: 100%;
  width: 100%;
  padding: 0;
  /* background: url(https://pic03.eapple.com.tw/tongnglasses/bg01.jpg) no-repeat center top; */
  background-size: cover;
}

.show_content {
  padding: 80px 4%;
}
.blog_page .show_content, .blog_in_page .show_content, .product_page .show_content, .product_info_page .show_content{
  max-width: 1300px;
}

/* .stellarnav > ul > li:last-of-type , .footer_menu a:last-of-type{display: none;} */
/* .stellarnav > ul > li:nth-child(n+7){  display: none;} */
/* .footer_menu a:first-of-type{display: none;} */


/*卷軸/＝＝*/
html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(102, 102, 102, 0.6);}
::-webkit-scrollbar-thumb {
  background-color: var(--MainColor);
}

/*反白顏色/＝＝*/
::-moz-selection{  background-color: #444;  color: #fff;}
::selection{  background-color: #444;  color: #fff;}
.linkBox_Open + span i {transform:rotate(45deg);}






/*Header/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.header_area {
    width: 100%;
    display: block;
    position: fixed;
    background: transparent;
}
.main_header_area {
    background: transparent;
    transition: all 0.3s ease-in-out;
}
.main_header_area .container {
    max-width: 2000px;
}

.navigation {
    /* display: grid;
    grid-template-columns: 2fr minmax(600px, 7fr) 2fr; */
    padding: 0;
    /* width: 95%; */
    margin: auto;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px #fff solid; */
    transition: all 0.3s ease-in-out;
    width: 100%;
    display: flex;
    z-index: 3;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    height: 80px;
}


/*第一層*/
.stellarnav {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    z-index: 0;
    width: fit-content;
    padding: 16px 0;
    margin: auto;
}
.stellarnav ul {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.stellarnav > ul > li {
    transition: all 0.6s;
    vertical-align: top;
    position: relative;
}
.stellarnav > ul > li > a, .stellarnav.desktop > li.has-sub > a {
    transition: all 0.3s;
    font-size: 14px;
    padding: 0 10px 0 10px;
    font-weight: bold;
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    /* font-family: var(--SFont); */
}
/* 箭頭BTN */
.stellarnav li.has-sub > a:after {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #272422 #272422 transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border .2s;
  transition: border .2s;
  margin: 0px;
  top: 16px;
  right: .1em;
}


/* hover效果 */
.stellarnav ul:hover li a {
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.active>a, .stellarnav > ul > li.focus > a {
    color: var(--SubColor);
}
.stellarnav ul li:hover a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}


/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    
  padding: 7px 5px;    
  transition: all 0.3s;
  border-left:1px solid transparent;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
  color: var(--MainColor);	
  padding-left:10px;
  border-color:var(--MainColor) ;
}
.stellarnav > ul >li >ul{    
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  background: transparent;
  width: 100%;
  padding: 0;
  min-width: 100px;
}
.stellarnav li li{
  text-align: center;
  border: none;
  background: #fff;
}
.stellarnav li li > a {    
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #272422;
  border: none;
  padding: 6px 5px 10px;
}
.stellarnav li li > a:hover{
  background: #faf7f2;
  font-weight: 400;

}

/*SubMenu-輔助選單＝＝*/
.tp_links {
    display: none;
}
.me_tp_features {
    width: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    order: 2;
    margin-right: 15px;
    /* margin-left: 10px; */
    /* padding-top: 27px;*/
}
.box_search {
    margin-bottom: 0;
    /* margin-right: 15px; */
    width: fit-content;
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.box_search input[type=text] {
  border: 1px solid #e2e2e2;
  border-radius: 0;
  width: 50px;
  font-size: 11px;
  padding: 4px 40px 3px 25px;
  background: url(../images/search-icon.png) no-repeat 5px center #fff;
  background-size: 16px;
}
.shop_search_btn {
  background: none;
  color: #a3a3a3;
  border-left: 1px solid #e2e2e2 !important;
  font-size: 12px;
  height: auto;
  top: 0px;
  border-radius: 0;
  padding: 6px 8px;
}

.me_tp_features a {
    color: #f4f4f4;
    font-size: 15px;
    color: var(--SubColor);
    /* min-width: 80px;*/
    margin: 0 5px 0 0;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.me_tp_features a:hover {
  color: var(--MainColor);
}
.me_tp_features a span{
    display: none;
}



/*header首頁樣式＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*/
/* .pageIndex .header_area .nav-brand{max-width: 190px;} */
/* .pageIndex .header_area.sticky .nav-brand{max-width: 75px;} */
/* .pageIndex .header_area .main_header_area{  background: transparent; transition: all 0.5s ease;} */
/* .pageIndex .header_area{   position: absolute;  z-index: 9999;  top: 2%;  width: 100%;  transition: 0.6s;} */
/* .pageIndex .header_area.sticky {  position: fixed;  top: 0;  left: 0;  width: 100%;  z-index: 9999;} */
/* .pageIndex .main_header_area {  background: #ffffff;  max-width: 1400px;  margin: auto;  width: 90%;  border-radius: 50px;  padding: 0 40px;  transition: 0.6s;    padding: 10px 30px;} */
/* .pageIndex .header_area.sticky .main_header_area {  max-width: 100%;  border-radius: 0;  padding: 0 20px; transition: 0.6s;  width: 100%;}*/  
body.pageIndex .bannerindex:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  background: linear-gradient(180deg, #ffffff 2%, #ffffff00 100%);
  /* mix-blend-mode: color-burn; */
  transition: all 0.3s ease-in-out;
  opacity: .8;
  z-index: 2;
}





/*Header下滑樣式/＝＝*/
.header_area.sticky .main_header_area {
  background: transparent;
  transition: 0.6s;
  /* opacity: 0.9; */
}
/*下滑背景出現*/
.main_header_area .container:before {
    -webkit-backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-100%);
    backdrop-filter: blur(10px);
    background-color: hsla(0, 0%, 100%, .5);
    content: "";
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.sticky .main_header_area .container:before {
    transform: translateY(0);
}



/*Footer/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.box_link {
  display: none;
}

.footer_info li:nth-child(1) {
  /* padding-top: 70px; */
}

.footer {
  background: var(--SubColor3);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  width: 100%;
}

.footer:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://pic03.eapple.com.tw/tetsugakuoptical/f_bg_bot.jpg);
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  pointer-events: none;
}

.footer_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  width: 100%;
  margin: auto;
  padding: 80px 0 0px;
}

.footer .center {
  max-width: 100%;
}

.footer_info ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.footer_info li:nth-child(2) {
  width: 100%;
  max-width: 100%;
  order: 0;
  padding: 0;
  padding: 1rem 0 1rem 0;
}

/*footer資訊*/
.footer_info li p:before {
  position: initial;
  width: auto;
  display: initial;
  font-size: 14px;
  letter-spacing: initial;
  font-weight: initial;
}

.footer_info li p,.footer_info li p a {
  color: #272422;
  position: relative;  
  font-size: 14px;
  font-family: var(--SFontE2);
}

.footer_menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.footer_menu a:nth-child(1) {
  display: none;
}

.footer_menu a:nth-child(1):after,
.footer_menu a:nth-child(7):after {
  background: url(https://pic03.eapple.com.tw/chengs/f_m_bg_01.jpg);
  background-size: cover;
  background-position: center;
}

.footer_menu a:nth-child(2):after {
  background: url(https://pic03.eapple.com.tw/chengs/f_m_bg_02.jpg);
  background-size: cover;
  background-position: center;
}

.footer_menu a:nth-child(3):after {
  background: url(https://pic03.eapple.com.tw/chengs/f_m_bg_03.jpg);
  background-size: cover;
  background-position: center;
}

.footer_menu a:nth-child(6):after {
  background: url(https://pic03.eapple.com.tw/chengs/f_m_bg_04.jpg);
  background-size: cover;
  background-position: center;
}

.footer_menu a:nth-child(5):after {
  background: url(https://pic03.eapple.com.tw/chengs/f_m_bg_05.jpg);
  background-size: cover;
  background-position: center;
}

.footer_menu a:nth-child(4):after {
  background: url(https://pic03.eapple.com.tw/chengs/f_m_bg_06.jpg);
  background-size: cover;
  background-position: center;
}

.footer_menu a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: -5;
  transition: all 0.3s ease-in-out;
}

.footer_menu a {
  flex: 1 1 auto;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* background: url(https://pic03.eapple.com.tw/tetsugakuoptical/f_m_bg_01.jpg); */
  border: none;
  font-size: min(max(2.875vw, 16px), 15px);
  letter-spacing: 0.50em;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  height: auto;
  aspect-ratio: 9 / 9;
  overflow: hidden;
  width: 100%;
  background: transparent;
  font-family: var(--SFont);
}

.footer_menu a:hover {
  color: #fff;
  background-size: 150%;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.8em;
  transition-delay: 0.1s;
}


.footer_menu a:before {
  background: #1a1613;
  content: '';
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  /* mix-blend-mode: overlay; */
  z-index: -10;
}

.footer_menu a:hover:before {
  /* background: transparent; */
  transition: all 0.3s ease-in-out;
}

.footer_menu a:hover:after {
  transform: scale(1.0618);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.copy {
  background: rgb(67 67 67);
  color: var(--SubColor3);
  border: none;
  margin: 0;
  padding: 26px 10px 26px;
  margin: 54px 0 0;
  font-size: 10px;
  letter-spacing: .08em;
  font-weight: 300;
  font-family: var(--SFontE2);
  line-height: 1.8;
}

.copy a {
  color: var(--SubColor3);
  transition: all 0.3s;
}
.copy a:hover {
  color: var(--MainColor);
}
.box_link a {
  transition: all 0.3s;
  color: #c6c7b0;
}

.box_link a:hover {
  background: #192821;
  color: #c6c7b0;
}

@media screen and (max-width: 1024px) {
  .footer_info li:nth-child(1) {
      /* padding-top: 50px; */
  }

  .footer_menu {
    flex-wrap: wrap;
    width: 80%;
  }
  .footer_menu a {
    font-size: 14px;
    width: 33.3333%;
  }
}

@media screen and (max-width: 768px) {
  .footer_menu {
    flex-wrap: wrap;
    width: 80%;
  }
  .footer_menu a {
    width: 100%;
    aspect-ratio: 9 / 3.2;
    margin-bottom: 5px;
  }
  .footer_menu a:nth-child(1):after,
  .footer_menu a:nth-child(7):after {
    background: url(https://pic03.eapple.com.tw/chengs/f_bg_01.jpg);    
    background-size: cover;
    background-position: center;
  }
  .footer_menu a:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/chengs/f_bg_02.jpg);
    background-size: cover;
    background-position: center;
  }
  .footer_menu a:nth-child(3):after {
    background: url(https://pic03.eapple.com.tw/chengs/f_bg_03.jpg);
    background-size: cover;
    background-position: center;
  }
  .footer_menu a:nth-child(6):after {
    background: url(https://pic03.eapple.com.tw/chengs/f_bg_04.jpg);
    background-size: cover;
    background-position: center;
  }
  .footer_menu a:nth-child(5):after {
    background: url(https://pic03.eapple.com.tw/chengs/f_bg_05.jpg);
    background-size: cover;
    background-position: center;
  }
  .footer_menu a:nth-child(4):after {
    background: url(https://pic03.eapple.com.tw/chengs/f_bg_06.jpg);
    background-size: cover;
    background-position: center;
  }

  .footer_info {
    padding: 40px 0 0px;
  }
  .footer_info ul {
    flex-direction: column;
    align-items: center;
  }
  .footer_info li p, .footer_info li p a {
    font-size: 12px;
  }

  .copy {
    margin: 30px 0 0;
    padding: 16px 5px 16px;
  }
}








/*Logo/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.nav-header {
  font-size: 0;
  position: relative;
  min-width: 280px;
}
a.nav-brand {
    width: 280px;
    transition: all 0.3s;
    margin-left: 15px;
}
.nav-brand img {
  max-width: 100%;
}



/* 底部logo/ = = = = */
.footer_logo {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: auto;
}
.footer_logo a {    
  display: block;    
  width: 100%;    
  max-width: 350px;
}
.footer_logo a img{
  /* filter: brightness(100); */
  /* display: none; */
  width: 100%;
}





/*大圖/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main {
  /* height: 1000px; */
  margin: 0;
  /* background-color: #ede5d2; */
  background: transparent;
}

.bannerindex {
  position: relative;
  height: auto;
  /* background-color: var(--SubColor2); */
}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { 
  height:auto;
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}


/* 大圖內文 */
.swiper-slide:before , .swiper-slide:after {   
  position: absolute;
  z-index: 1;
  color: #272422;
  letter-spacing: 0.1em;
  width: fit-content;
  /* text-shadow: 0 0 20px rgba(44, 18, 2, 0.8); */
  /* box-shadow: -10px -4px 0 var(--SubColor2), -10px 0 0 var(--SubColor2), 10px 0 0 0px var(--SubColor2), 10px -4px 0px var(--SubColor2); */
  background: rgb(237 229 210 / 85%);
  padding: 5px 12px 0;
  left: 5%;
  line-height: 150%;
  font-family: var(--SFontE), var(--SFont);
  transition: all 0.5s;
}

/* BANNER01 */
.swiper-slide:before{    
  font-weight: 500;
  content: "眼鏡，不再只是讓您看清晰的工具";    
  font-size: var(--f40);    
  bottom: 18%;
}
.swiper-slide:after {    
  content: "而是展現您個人魅力的配件";    
  font-size: var(--f28);    
  top: 84%;
}

.swiper-slide:nth-child(2):before{
  content: "把客人當作家人是我們的原則";  
}
.swiper-slide:nth-child(2):after{
  content: "讓每位朋友都能細心挑選到喜歡的眼鏡"; 
}


.swiper-slide.swiper-slide-active:before{animation: ani_TtoB 1.5s 0.5s both;}
.swiper-slide.swiper-slide-active:after{animation: ani_BtoT 1.5s 1s both;}

@keyframes ani_TtoB {
    0% {
      transform:translateY(-5vw);
      opacity:0;
    }
    100% {
      transform:translateY(0);
      opacity:1;
    }
  }
@keyframes ani_BtoT {
    0% {
      transform:translateY(5vw);
      opacity:0;
    }
    100% {
      transform:translateY(0);
      opacity:1;
    }
  }






/*輪播白點移除*/
.swiper-pagination { display: none;}




@media screen and (max-width: 1200px) {
  .swiper-slide:before{    bottom: 16%;}
  .swiper-slide:after {    top: 85%;}
}

@media screen and (max-width: 768px) {
  .swiper-slide:before, .swiper-slide:after{
    padding: 4px 8px 0;
  }
  .swiper-slide:before {    
    content: "眼鏡，\A不再只是讓您看清晰的工具，";    
    white-space: pre;
  }
  .swiper-slide:before{    
    bottom: 22%;
  }
  .swiper-slide:after { 
    font-size: var(--f20);   
    top: 80%;
  }
}
@media screen and (max-width: 600px) {
  .swiper-slide:before{    bottom: 21%;}
  .swiper-slide:after {    top: 80.5%;}
}






/* .swiper-pagination {   display: none; margin: 0;    transform: translateX(-50%);} */


/*內頁Banner/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.banner {
  background-size: cover;
  background-position: bottom;
  height: 400px;
  padding: 100px 0;
  position: relative;
  background-image: url(https://pic03.eapple.com.tw/chengs/banner_all.jpg);
}
.banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(19 20 19 / 20%);
  filter: grayscale(1);
}

.banner h5 {
  color: #ffffff;
  background: transparent;
  height: 70px;
  padding: 26px 0 0 0;
  position: absolute;
  z-index: 5;
  bottom: min(max(3vw, 12vw), 8vw);
  right: 6vw;
  font-size: min(max(3vw, 16px), 28px);
  min-width: 200px;
  text-align: left;
  letter-spacing: 2rem;
  font-family: 'Noto Serif TC', serif;
  font-weight: 400;
}
.banner h5:after {
  content: "PICK THE BEST EYEGLASSES FOR YOUR FACE SHAPE";
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  font-size: clamp(0.6rem, 0.7rem + 0.05vw, 1rem);
  text-align: left;
  max-width: 200px;
  -webkit-animation: imgSlideUpAnimation 1s 0.1s ease-in-out forwards;
  animation: imgSlideUpAnimation 1s 0.1s ease-in-out forwards;
  opacity: 0;
  font-family: var(--SFontE);
  font-weight: 200;
  letter-spacing: .2em;
  line-height: 160%;
  margin-top: 10px;
}

.contact_page .banner {
  background-position: right;
  background-image: url(https://pic03.eapple.com.tw/tongnglasses/banner_02.jpg);
}
.contact_page .banner:before {
  background: #ffffff40;
  filter: grayscale(0);
}
.contact_page .banner h5 {
  color: var(--MainColor);
}


@-webkit-keyframes imgSlideUpAnimation {
  0% {
      opacity: 0;
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

@keyframes imgSlideUpAnimation {
  0% {
      opacity: 0;
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}











/*Footer/＝＝＝＝＝*/
/*浮動按鈕/ = = = = */
/* .info_fix{display: none;} */
.info_fix_links {
  display: block !important;
}

#to_top { border-radius: 0;}






















/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path {
  border-bottom: 1px solid #a68d6f1a;
  padding: 26px 45px 25px 50px;
}
.path p, .path p a {
  line-height: 24px;
  font-family: var(--SFontE2);
  color: #5C5C5C;
  border-bottom: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  text-align: left;
  line-height: 40px;
  font-size: 13px;
  letter-spacing: .08em;
  font-weight: 500;
  transition: 0.5s;
}
.path p a:hover {    
  transition: 0.5s;
  color: #5C5C5C;
  /* color: var(--MainColor); */
  opacity: .5;
}

/*頁碼＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: var(--MainColor);border: 1px solid var(--MainColor);}




/*購物車/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.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%;
  padding: 0 5px;
  margin: 0 0 20px 0;
}


/*購物車/外層＝＝＝＝＝*/
/*顏色*/
.products-list .item a:hover .pic{
  opacity: 0.7 !important;
  transition: 0.5s;
}
.products-list .more {
  border: 1px solid var(--MainColor);
  color: var(--MainColor);
  display: none;
}
.products-list .item a:hover .more {    background: var(--MainColor);}
/*價格文字*/
.products-list .price {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: none;
}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: var(--MainColor);}
.products-list .price b.ori_price {    font-size: 14px;}

.products-list .name {
    font-size: var(--f17);
    letter-spacing: 0.04em;
    color: var(--SubColor);
    font-family: var(--SFont);
    font-weight: 500;
    /* text-align: center; */
    margin: 10px 0;
    height: fit-content;
    transition: 0.3s ease all;
}


/*外層版面*/
/* .product_page .main_part {    width: 90%;	max-width: 1500px;} */
.product_page .show_content {
  /* max-width: 1400px; */
  /* display: flex; */
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  /* margin: 0 40px; */
}
.product_page .products-list {
    width: 100%;
    padding: 0;
}
.product-layer-two {
    padding: 5px;
    /* width: 220px; */
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {
    margin: 0;
    /* width: 100%; */
    padding: 0 10px;
    pointer-events: all;
    padding: 0 5px;
    min-width: auto;
    list-style: none;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    cursor: pointer;
}
.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 {
    font-family: var(--SFontE2);
    color: #333;
    font-weight: 500;
    border: none;
    background: transparent;
    /* border-bottom: 1px solid #a68d6fcc; */
    line-height: 200%;
    transition: all 0.3s;
    /* font-size: var(--f17); */
    letter-spacing: 0.1em;
    display: block;
    border-radius: 100px;
    min-width: auto;
    border: 1px solid #a68d6fcc;
    padding: 6px 40px;
    line-height: 24px;
    font-weight: 700;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}
.product-layer-two > li > a {
    /* border-bottom: 1px solid #a68d6fcc; */
    /* padding-left: 25px; */
    min-width: 150px;
    text-align: center;
}

.product-layer-two li:hover > a{
    /* border: 0; */
    color: #B28146;
    background: #fef8f1;
    /* border-bottom: 1px solid #a68d6fcc; */
}
.product-layer-two li.active > a {
    font-weight: 400;
    color: var(--SubColor3);
    background: #D7A06C;
    border: 1px solid #D7A06C;
}
/* .product-layer-two li:hover > a:before, .product-layer-two li.active > a:before {
  background: #B28146;
  color: #fff;
} */
.product-layer-two > li > a:before {
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 18px;
  content: "＞";
  color: #272422;
  background: #FCFCF4;
  width: 18px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  padding-left: 4px;
  font-size: 10px;
  content: 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: var(--MainColor);}





/* 商品hover效果 */
.products-list .pic:before{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #B28146cc;
  opacity: 0;
  transition: 0.4s ease all;
  z-index: 2;
}
.products-list .pic:after{
  position: absolute;
  content: "VIEW ALL";
  left: 0%;
  top: 50%;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1em;
  letter-spacing: .05em;
  font-weight: 400;
  font-family: var(--SFontE);
  color: #fff;
  opacity: 0;
  z-index: 4;
  transition: 0.4s ease all;
}
.products-list .item a:hover .pic:before, .products-list .item a:hover .pic:after{
  opacity: 1;
  transition: 0.4s ease all;
}

.products-list .pic img {
  transition: 1600ms cubic-bezier(0.215, 0.61, 0.355, 1) all;
  max-width: 100%;
}
.products-list .item a:hover .pic img {
  transition: 1600ms cubic-bezier(0.215, 0.61, 0.355, 1) all;
  opacity: 1;
  transform: scale(1.2);
}

.products-list .item a:hover .name {
  transition: 0.3s ease all;
  color: #B28146;
}


/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}






/*購物車/內層＝＝＝＝＝＝＝*/
/* .product_info_page .main_part {    width: 90%;} */
.product_info_page .show_content {    
  width: 90%;
  max-width: 1400px;
}




/*按鈕顏色*/
.inquiry_a1{
  background: var(--SubColor);
}
.inquiry_a2{
    background: var(--SubColor2);
    color: var(--SubColor);
}
.inquiry_a3{background: var(--MainColor);}

.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{
  letter-spacing: 1px;
  background: var(--MainColor);
  color: #fff;
}
.half_box li.btn_blankTop {
  margin-top: 180px;
  text-align: end;
}
.productBtn {
  text-align: center;
  border-radius: 4px;
  max-width: 140px;
  padding: 0;
}
.lastaction {
  color: #B28146;
  background-color: #fdf9f0;
  background-image: none;
  margin-right: 10px;
}
.nextaction {
  background-color: #B28146;
  background-image: none;
}
.lastPage {
  border-radius: 4px;
  background: var(--MainColor);
  margin: auto;
  width: 140px;
  z-index: 1;
  color: #fff;
  height: 40px;
  overflow: hidden;
  text-align: center;
  position: relative;
  font-weight: 800;
  letter-spacing: 1px;
}
.lastPage::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  border-radius: 3px;
  background: #B28146;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transition: 0.4s ease all;
  transform: scale(0, 1);
  transform-origin: left top;
  opacity: 0;
}
.lastPage:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

/*商品側邊規格*/
/* 右文字 */
.sidebarBtn {
  padding: 15px;
  border: 1px rgb(166 141 111 / 40%) solid;
  background: #FCFCF4;
}
.sidebarBtn h2 {
  font-family: var(--SFont);
  color: #272422;
  font-size: 24px;
}
.product_info li .txt_box {   
  width: 100%;
  font-size: 12px;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
.sidebarBtn .sp_price {   color: var(--SubColor);}
.mobile_product_name {
  font-size: var(--f18);
  color: #5C5C5C;
  padding-right: 0.4em;
  text-align: right;
  margin-bottom: 10px;
}

ul.prod li h3.prod-thumb {
  background: transparent;
  font-family: var(--SFont);
  border-bottom: 1px rgb(166 141 111 / 40%) solid;
  margin-bottom: 20px;
  text-align: left;
  color: var(--SubColor);
  /* font-size: var(--f28); */
  font-size: clamp(24px, 26px, 28px);
  letter-spacing: 0.04em;
  font-weight: 600;
}
body.product_info_page .prod-panel p {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  line-height: 160%;
  padding-bottom: 10px;
  text-align: justify;
  color: var(--SubColor);
  /* letter-spacing: 0.04em; */
}

/* 左圖片 */
.product_pic #bx-pager h6{
  display: none;
}

/*商品Q&A*/
.qaform .breakF {
  border: 1px rgb(166 141 111 / 40%) solid;
  background: #fff;
  border-radius: 4px;
}


/*相關推薦*/
.prod_related{
  position: relative;
  background: transparent;
  /* background: url(https://pic03.eapple.com.tw/chengs/bg-texture.png) no-repeat center top; */
  /* background-size: cover; */
  padding: 0;
}
.prod_related:before {
  position: absolute;
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  background: url(https://pic03.eapple.com.tw/chengs/bg-texture.png) repeat center top;
  background-size: contain;
  aspect-ratio: 20 / 11;
  mix-blend-mode: overlay;
  z-index: 0;
}
.prod_related h6 {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  padding: 50px 0 10px;
  margin: 0 auto 20px;
  text-align: center;
}
.prod_related h6 span:before {
  font-size: clamp(24px, 26px, 28px);
  color: #5C5C5C;
  font-family: var(--SFont);
  letter-spacing: 0.04em;
  font-weight: 600;
}
.prod_related_b_box {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding-bottom: 60px;
}
.related_list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  /* margin: 0 10px; */
}
.related_list li {
  width: 100%;
  margin: 0;
  /* border: 1px solid #cccccc70; */
  border-radius: 4px;
  box-shadow: none;
  /* background: #fff; */
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 15px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.related_list li a {
  display: block;
  padding: 6px;
  background: #fff;
  border-radius: 4px;
}
.related_list li a p {
  padding: 5px;
  font-size: 15px;
  color: var(--SubColor);
  font-family: var(--SFontE2);
}
.related_list li:hover a {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}


/*文章管理/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*文章管理/首頁＝＝*/
.module_i_news{
  padding-top: 80px;
}
.module_i_news .title_i_box h4:before {
  content: 'NEWS';
  font-family: 'Cinzel', serif;
  font-size: 28px;
  font-weight: normal;
  padding-right: 10px;
}
.module_i_news .title_i_box h4 {
  font-size: 28px;
  color: #202020;
  font-weight: 500;
  font-family: 'Noto Serif TC', serif;
  letter-spacing: 0.1em;
}

.module_i_news .i_blog_ri h5 {
  margin: 15px 0 10px;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.module_i_news li a:before{
  font-family: var(--SFontE);
  font-weight: 500;
  text-align: center;
  width: 100%;
  bottom: 0;
  top: auto;
  transform: none;
  left: 0;
  font-size: 14px;
  line-height: 160%;
  transition: all .5s;
  overflow: hidden;
  padding: 0;
  height: 0;
  background: #ffffffe0;
  color: #555;
  letter-spacing: 2px;
}
.module_i_news li a:after{
  content: none;
}
.module_i_news li a.subbox_item a:hover:before {
  transform: none;
  padding: 8px 4px;
  height: 40px;
}

.module_i_news li .i_blog_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%;
  transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transform: translate(-50%, -50%) scale(1);
}
.module_i_news li:hover .i_blog_le img{
  transform: translate(-50%, -50%) scale(1.05);
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease;
}
.module_i_news .i_blog_le {
  display: block;
  position: relative;
  text-align: center;
  height: auto;
  aspect-ratio: 9 / 9;
  overflow: hidden;
  padding-bottom: 0;
  width: 100%;
}
.module_i_news li a:hover:before{
  transform: none;
  padding: 8px 4px;
  height: 40px;
}




/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.module_i_news li, .subbox_item {
    width: 100%;
    margin-bottom: unset;
}
.module_i_news li a , .subbox_item a {    padding: 5px;}

.subbox_item a:before{
  font-family: var(--SFontE);
  font-weight: 500;
  text-align: right;
  width: 100%;
  bottom: 0;
  top: auto;
  transform: none;
  left: 0;
  font-size: 14px;
  line-height: 160%;
  transition: all .5s;
  overflow: hidden;
  padding: 10px;
  height: 0;
  /* background: #ffffffe0; */
  color: #555;
  letter-spacing: 2px;
  opacity: 0;
}

.subbox_item a:hover:before{
  opacity: 1;
  transform: none;
  padding: 10px;
  height: 40px;
}
/* .module_i_news li a:after , .subbox_item a:after{pointer-events:none;} */
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.blog_list_ri {
  background: var(--SubColor3);
  padding: 12px 10px;
}
.blog_list_ri em{
  color: #ababab;
  display: block;
  letter-spacing: 0.04em;
  font-size: 13px;
}
/* .i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;} */
.blog_list_le {
  display: block;
  position: relative;
  text-align: center;
  height: auto;
  aspect-ratio: 9 / 9;
  overflow: hidden;
  padding-bottom: 0;
  width: 100%;
}
.subbox_item .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%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
}
.subbox_item:hover img {
  transform: translate(-50%, -50%) scale(1.05);
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease;
}


/*側邊*/
h5.blog_le_t, h4.blog_category_title {
  font-size: 22px;
  margin-bottom: 0;
}
h4.blog_category_title{
  font-size: var(--f28);
  letter-spacing: 0.08em;
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
}
h4.blog_category_title span{font-size: var(--f24);}

h5.blog_le_t {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
  color: #333333;
}
.blog_search input[type=search] {
  border-radius: 0;
}

.blog_le .accordion{
  background: #EDE5D2;
  border-radius: 0;
}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover {    
  background: #B28146 !important;
}
.blog_le .accordion > li.on_this_category {
  background: #B28146 !important;
}
.submenu a:hover {    background: var(--SubColor);}
.blog_le .accordion > li:hover .link a{
  color:#fff !important;
}
.blog_list_ri h5 {
  position: relative;
  margin: 0;
  font-size: var(--f20);
  letter-spacing: 0.04em;
  color: var(--SubColor);
  font-family: var(--SFont);
  font-weight: 500;
}
/*首*/
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}
/*功*/
/* .blog_subbox{grid-template-columns:1fr 1fr 1fr;} */
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_box_edit *{
  line-height: 160%;
  letter-spacing: 0.04em;
}
.blog_back a.article_btn_back{
  background: var(--MainColor);  
  transition: all 0.3s ease-in-out;
}
.blog_back a{
  letter-spacing: 0.08em;
}
.blog_in_page h4.blog_category_title{
  color: var(--SubColor);
  /* font-size: var(--f28);   */
  font-size: clamp(24px, 26px, 28px);
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: clamp(10px, 15px, 20px);
  padding: 0 0 10px;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next{

  background: #fff;
  color: #404040;
}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover{
  opacity: .6;
  transition: all 0.3s ease-in-out;
}
.blog_back a.article_btn_back:hover{
  background: #a77a33;
  transition: all 0.3s ease-in-out;
}

/*相簿/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*作品展示*/
.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;}
/*版面*/
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 {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;    padding-bottom: 75%;}
.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;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

.show-list .item:hover .show_name {    color: var(--MainColor);}
.other_album_choice li {    background: var(--MainColor);}
.subalbum-menu h2{    color: var(--SubColor);font-size: var(--f24);}
.other_subalbum li p {    margin-top: 10px;}
/**/

/*促銷方案/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: var(--MainColor);    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:var(--MainColor);}



/*聯絡資訊/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.contact_le_map a {    
  background: var(--MainColor);
}

.contact_content{
  max-width: 1400px;  
  padding: 40px 5% 80px;
}
.contact_content .information_left{
  width: 30%;
}
.contact_content .information_right {
  padding-left: 50px;
  width: 65%;
}

.contact_form li {
  display: flex;
  align-items: center;
  width: 100%;  
  padding: 0 0 10px;
  margin: 0;
  border-bottom: unset;
  flex-direction: column;
}
.contact_form li.last {
  justify-content: flex-end;
  flex-direction: row;
  align-items: flex-start;
}
.contact_form li .form__label {
  text-align: left;
  margin-left: 0;
  padding-right: inherit;
  width: 100%;
}
.blank_letter {
  letter-spacing: 0.08em;
  font-family: 'Noto Serif TC', serif;
  font-size: 28px;
  font-weight: 500;
  color: #333;
}


.contact_form li.last cite {
  background: var(--MainColor);
  border-radius: 50px;
  width: 100%;
}
.contact_form li.last blockquote {
  border: none;
  background: #fff;
  color: #404040;
  border-radius: 50px;
  width: 100%;
  margin-right: 20px;
}
.noborder {
  padding: 8px 5px;
}

.list_before.info li{
  padding-left: 70px;
}
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {
  width: 60px;
  letter-spacing: 0.04em;
}
.FAX:before {
  content: "營業時間";
}
.list_before {
  margin-top: 20px;
  margin-bottom: 30px;
}
.contact_form {
  margin-top: 20px;
}

.last .fa-solid {
  position: absolute;
}
.last .fa-arrow-right::before {
  content: " ";
  position: absolute;
  background: url(https://pic03.eapple.com.tw/tongnglasses/arrow2.svg) no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  z-index: 100;
  top: 12px;
  background-size: 100% auto;
}



/*會員/＝＝＝＝＝*/
.send_simple{background-color: var(--MainColor);}
.rewrite_simple{background-color: var(--SubColor);}
.member_title p {    border-top: 2px var(--MainColor) solid;}
.login_mem_submit{background: var(--MainColor);}
.login_mem_other_link a{color: var(--MainColor);}
.member_login_regist a{background: var(--MainColor);}
.mem_regist_title_s {    background: var(--SubColor);    color: #fff;}





















/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/* header/ = = = =  */
.box_search {
  /* display: none; */
}


/* BN大圖/ = = = =  */
.swiper-slide img {
  height: 80vh;
  /* width: fit-content; */
  /* overflow: hidden; */
  object-fit: cover;
  object-position: center;
}




/*購物車/＝＝＝＝＝*/
/* .products-list {    grid-template-columns: 1fr 1fr 1fr;} */

/*文章管理/＝＝＝＝＝*/
.module_i_news ul, .blog_subbox {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

/*聯絡資訊/＝＝＝＝＝*/
.contact_content .information_left {
  width: 100%;
  margin-bottom: 40px;
}
.contact_content .information_right {
  padding-left: 0;
  width: 100%;
}
}



/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
  
/* main/= = = = =  */
.show_content {
    padding: 60px 4%;
}

/*Header/＝＝＝＝＝*/
.header_area {
  position: relative;
  background-color: #f3f0e9;
}
.navigation {
  flex-wrap: wrap;
  flex-direction: column;
  height: auto;
}
.nav-header {
  position: relative;
  margin: auto;
  min-width: fit-content;
  width: 100%;
  background-color: #434343;
}
.nav-brand img {
  filter: contrast(0) brightness(10);
}



/* .pageIndex .header_area{   position: relative;   width: 100%;   margin: 0;   transition: 0s;}
.pageIndex .header_area .main_header_area{   background: #fff;  border-radius: 0;  width: 100%;}
.pageIndex .header_area.sticky .main_header_area{   position: fixed;   background: #fff;  } */

/*Header-nav/＝＝＝＝＝*/
.stellarnav{
  margin: auto;
  padding: 0;
}
.stellarnav ul {
  text-align: right;
}
.stellarnav > ul > li{
  transition: all .2s ease-in;
}
.stellarnav > ul > li:hover {
  background-color: #fff;
}
.stellarnav > ul > li > a {
  margin: 10px 4px;
  padding: 0 10px 0;
  /* height: auto; */
  line-height: 4;
}
.stellarnav > ul > li.has-sub > a {
  padding: 0 20px 0 10px;
}
.stellarnav li.has-sub > a:after {
  top: 41%;
  right:calc(10px + .1em);
}


/*SubMenu-輔助選單＝＝*/
.me_tp_features{
  display: none;
}





/*Logo/＝＝＝＝＝*/
/* .pageIndex .header_area .nav-brand{  max-width: 220px;  margin-top: 6px;} */
/* .pageIndex .nav-brand {  padding-top: 0px;  max-width: 80px;} */
/* .stellarnav > ul > li:after{content:none;} */


/* BN大圖/ = = = =  */
body.pageIndex .bannerindex:before{
  display: none;
}
.swiper-slide img {
  height: 60vh;
}










/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {   
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 0px; */
}
.products-list .item{
    padding: 0;
}


}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

/*購物車/＝＝＝＝*/
.product_main {
  width: 100%;
  padding-top: 0;
}
.sidebarBtn {
  width: 100%;
}

}


/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {

/*麵包屑＝＝*/
.path{    
    padding: 21px 20px 22px 25px;
}
.path p, .path p a {
    line-height: 19px;
    font-size: 12px;
}
/* main＝＝*/
.show_content {
    padding: 40px 4%;
}

/*Header/＝＝＝＝＝*/
.header_area {
  position: relative;
  background-color: #434343;
}
.header_area .main_header_area{
  backdrop-filter: none;
}
.main_header_area .container:before{
  display: none;
}
.navigation {
  height: 80px;
}




.stellarnav .menu-toggle {
  position: fixed;
  right: 10px;
  top: 20px;
  padding: 10px 10px;
}
.stellarnav > ul > li > a::before{content: none;}



/*Logo/＝＝＝＝＝*/
.nav-header {
  padding: 0;
  width: fit-content;
  background-color: transparent;
  margin-left: 15px;
}
.nav-brand{ 
  margin-top: 0px;
  height: auto;
}



/*側邊選單/＝＝＝＝＝*/
.me_tp_features {        
  text-align: center;        
  margin: 0;
  padding-bottom: 5px;
}
.me_tp_features a {
  display: none;
}

.stellarnav.mobile.active {
  z-index: 200;}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
  background-color: #f7f7f77a;        
  height: 40px;
}
.stellarnav.mobile.left > ul{  
  background-color: var(--SubColor2);
  max-width: 100%;
  border: 0;
}
.stellarnav.mobile > ul > li{ 
  font-size: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.stellarnav.mobile li.open {
    padding: 0;
    background: var(--SubColor3);
}

.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
.stellarnav>ul>li>a b:nth-child(2) {  display: none;}






.stellarnav .menu-toggle span.bars span{  
  width: 36px;
  height: 1px;
  background: #fffc;
  margin: 0 auto 8px;
}
.stellarnav .menu-toggle span.bars span:last-of-type{
    display: none;
}

.stellarnav .menu-toggle:after{ content: none;}
.stellarnav.mobile > ul > li > a:first-of-type {
  margin: 20px auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 40px;
}
.stellarnav.mobile ul ul{
  background: transparent;
}
.stellarnav ul li a, .stellarnav ul li:hover a {
  border: none !important;
}
.stellarnav > ul >li >ul{
  top: 0;
}
/* +符號 */
.stellarnav.mobile > ul > li > a.dd-toggle {
  top: 10px;
}





/* BN大圖 */
.bannerindex{
    padding-bottom: 0%;
}
body.pageIndex .bannerindex:before{
  content: none;
}

.swiper-slide{
  height: 115vw;
}

.swiper-slide:nth-child(1) {
  background-image: url(https://pic03.eapple.com.tw/chengs/BNm01.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-slide:nth-child(2) {
  background-image: url(https://pic03.eapple.com.tw/chengs/BNm02.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-slide img {
  height: auto; 
  display: none;
}





/*Footer/＝＝＝＝＝*/
/* #to_top { bottom:74px;}
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 40px; border-bottom: 1px solid #414141;}
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}
.copy{  padding-bottom: 50px; }

.footer_info ul {
  justify-content: center;
}
}
.footer_info li:nth-child(2) {
  width: 100%;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  margin: 10px 0;
}
.footer_menu a{
  font-size: 13px;
  letter-spacing: 0.08em;
} */

/* 內頁BN */
.banner {
  height: 350px;
}
.banner h5 {
  padding: 0;
}

/*購物車/＝＝＝＝＝*/
.product_page .products-list{
  width: 100%;
  padding: 0;
}
.products-list , .product_page .products-list  {    
  grid-template-columns: 1fr 1fr;
}
.products-list .item {
    padding: 0;
    margin: 0;
}
.product-layer-two > li > a {
    min-width: 80px;
}
/*購物車內層/＝＝＝＝＝*/
.product_pic {
  padding-top: 0;
}
.product_pic #bx-pager {
  padding-left: 0;
}
.product_pic .bx-wrapper {
  padding: 0;
}
.bx-wrapper .bx-viewport {
  border: 4px solid #fcfcf4;
}
/*商品Q&A*/
.half_box{
  width: 100%;
  padding: 0;
}

/*相關推薦*/
.related_list {
  margin: 0 15px;
}
.related_list li {
  flex: 0 0 50%;
  max-width: 50%;
}
.half_box li.btn_blankTop {
  margin-top: 20px;
}


}


/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/* BN大圖 */
.swiper-slide img {
  max-height: 110vw;
}

/*Footer/＝＝＝＝＝*/


/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}

/*購物車/＝＝＝＝＝*/
/* .products-list , .product_page .products-list  {    grid-template-columns: 1fr;} */
/*購物車內層/＝＝＝＝＝*/
.product_pic #bx-pager {
  padding-top: 10px;
}

}



/*RWD480/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 480px) {

}


/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {

/*Logo/＝＝＝＝＝*/
a.nav-brand { width: 65vw;}
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}

}








/* 底部按鈕 */
#bottom_menu li:first-child:nth-last-child(2), #bottom_menu li:first-child:nth-last-child(2) ~ li{
  /* background-color: #CCAB5D; */
  /* border-right: 1px solid #aaa; */
}
#bottom_menu li:first-child:nth-last-child(2)~li {
  border: none !important;
}
#bottom_menu li a{  
  color: #444;
  padding: 12px 5px;
}
#bottom_menu li a em{
  font-size: 13px;
  font-family: var(--SFont);
  letter-spacing: 0.1rem;
  /* font-weight: 500; */
  line-height: 180%;
}
/* #bottom_menu li a i{ display: none;} */







