@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Anton&family=Bellefair&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Oxygen:wght@300;400;700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&display=swap');
/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/*色彩與文字大小*/
:root {
    --MainColor: #3C574E; /*網站主要色系*/
    --SubColor_1: #BBAD98; /*網站輔助色系 1*/
    --SubColor_2: #705D3F; /*網站輔助色系 2*/
    --FontColor_1: #222222; /*內文顏色 1*/
    --FontColor_2: #444444; /*內文顏色 2*/
    --FontColor_3: #666666; /*內文顏色 3*/
    --FontColor_4: #ffffff; /*內文顏色 4*/
    --FontColor_5: #888888; /*內文顏色 5*/
    --BorderColor: #cccccc; /*框線顏色*/
    --SFontE: "Philosopher", sans-serif; /*特殊字體 英文/全域字體*/
    --SFontC: "Noto Serif TC", "微軟正黑體", sans-serif; /*特殊字體 中文*/
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --f15: 15px;
    --f14: 14px;
}
@media (max-width:1024px) {
  :root{
    --f48: 40px;
    --f40: 36px;
    --f36: 32px;
    --f32: 28px;
    --f28: 24px;
    --f24: 22px;
    --f22: 20px;
  }
}
@media (max-width:768px) {
  :root{
    --f48: 32px;
    --f40: 28px;
    --f36: 26px;
    --f32: 24px;
    --f28: 20px;
    --f24: 20px;
    --f20: 18px;
    --f18: 17px;
    --f17: 16px;
  }
}
@media (max-width:600px) {
  :root{
    --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;
  }
}

/*反白顏色*/
::-moz-selection{ background-color: var(--SubColor_1); color: var(--FontColor_4);}
::selection{ background-color: var(--SubColor_1); color: var(--FontColor_4);}
.linkBox_Open + span i { transform: rotate(45deg);}

/*滾輪*/
::-webkit-scrollbar { width: 7px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 4px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: transparent;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 4px; background-color: var(--MainColor); border: 1px solid var(--BorderColor);}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*Main*/
body { }
.services_page .main_part, .pageIndex .main_part, .other_page .main_part, .other_select_page .main_part, .contact_page .main_part { width: 100%; max-width: 100%; margin: auto; padding: 0px; margin-top: -1px;}
.contact_page .contact_editbox { padding: 0;}
.main_part { max-width: 1400px;width: 90%; margin: auto; padding: 100px 0;}
.show_content { max-width: 100%; width: 100%; padding: 0px; top: -1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;}

/*頁面內容*/
div#page { }
#content_main { background:#fffef3;}
#content { background: #E9E4DB;}
.services_page #content, .other_page #content, .other_select_page #content { }
.module_i_news { }
.path { display: none;}
.other_page #content, .other_select_page #content { min-height: auto;}

.product_page #content { position: relative;}
.product_page a[name] { position: absolute; top: -155px;}

/*SubMenu*/
.shop_search_btn { background: #5a5f5b;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: var(--MainColor);}

.me_tp_features { margin: 0; padding: 7px 0;}
.me_tp_features a { color: var(--FontColor_1);}/*購物車搜尋欄*/

/*按鈕*/
.animated-arrow { background: var(--MainColor); border-radius: 10px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: var(--SubColor_1); transition: .3s ease-in-out;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: var(--FontColor_3); border-radius: 100%; color: var(--FontColor_4); font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: var(--FontColor_5); border: 1px solid #aaa; transition:all 0.3s;}
.page li.next a:hover { background: var(--MainColor); border: 1px solid var(--MainColor);}
.page strong, .page a:hover { background: var(--MainColor); border: 1px solid var(--MainColor);}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) { }

/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = */

#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;}
}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.bannerindex { background: #E9E4DB; margin-bottom: -5px;}

.pageIndex .swiper-slide:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 41%;
    left: -25%;
    width: 100%;
    height: 36%;
  background: url(https://pic03.eapple.com.tw/yumuorganicoil/index_text001.png) no-repeat center;
  background-size: contain;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-animation: FadeIn 2s ease-in-out both;
  animation: FadeIn 2s ease-in-out both;
}

.pageIndex .swiper-slide:nth-child(2)::after {
  content: "";
  position: absolute;
 top: 41%;
    left: -25%;
    width: 100%;
    height: 36%;
  background: url(https://pic03.eapple.com.tw/yumuorganicoil/index_text001.png) no-repeat center;
  background-size: contain;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-animation: FadeIn 2s ease-in-out 4s both;
  animation: FadeIn 2s ease-in-out 4s both;
}

.pageIndex .swiper-slide:nth-child(1) img, .swiper-slide:nth-child(2) img { position: relative;}

/*淡入*/
@-webkit-keyframes FadeIn { 0% { opacity: 0;} 100% { opacity: 1;}}
@keyframes FadeIn { 0% { opacity: 0;} 100% { opacity: 1;}}


/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner {
    background-position: center!important;
 background-size: cover;  background-repeat: no-repeat; min-height: 450px;
}
.banner h5 {color: #fff;letter-spacing: 2px;
    font-family: 'Noto Serif TC', serif;font-size:30px;}
.banner h5:before{display:block; color: #fff;letter-spacing: 5px;
    font-family: 'Noto Serif TC', serif;font-size:20px;}
.banner.banA {
  background-position: center;
  background: url(https://pic03.eapple.com.tw/yumuorganicoil/banner_bg002.png) no-repeat;
}
.banner.banB { display: none; }
.banner.banF {background-position: center;
  background: url(https://pic03.eapple.com.tw/yumuorganicoil/banner_bg004.png) no-repeat;}
 .banner.banF h5::before{content: "PRODUCT";}
.banner.banC {background-position: center;
  background: url(https://pic03.eapple.com.tw/yumuorganicoil/banner_bg001.png) no-repeat;}
 .banner.banC h5::before{content: "CONTACT";}
.banner.banblog {
  background-position: center;
  background: url(https://pic03.eapple.com.tw/yumuorganicoil/banner_bg003.png) no-repeat;
}
.banner.banA h5::before{content: "NEWS";}
.banner.banblog h5::before{content: "BLOG";}
body.other_select_page.bodyDesktop .banner{display:none;}

@media screen and (max-width:768px) {
    .banner { min-height: 250px; }
	body.other_select_page.bodyMobile .banner{display:none;}
}
@media screen and (max-width:500px) {
     .banner {height: 35vh; background-position: 56% 87%!important;}
	 .banner h5{font-size: 20px;}
	 .banner h5:before{font-size: 15px;}
	 
}


/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) { 
  .banner { height: 400px;}
}

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/

.header_area{    background: rgb(224 214 205);padding:0px;}

.pageIndex .header_area {  background: rgb(233 226 220 / 63%); position: fixed; width: 95%; margin: 30px 2.5% 0; transition: all 0.5s 0.1s;}
.pageIndex .header_area.sticky{ width: 100%; margin: 0;background:rgb(247 243 228);}
.header_area .main_header_area {    
 border-radius: 10px; transition: all 0.5s 0.1s;}
.header_area.sticky .main_header_area { background: rgb(224 214 205); border-radius: 0; transition: all 0.5s 0.1s;}
.main_header_area .container { max-width: 100%;}
.navigation { padding: 5px 30px; display: grid; grid-template-columns: 200px 1fr; gap: 0 30px; align-items: center;}

/*logo*/
.nav-header { position: static; grid-row: 1 / 3; z-index: 1;}
.header_area .nav-brand { position: relative; margin: 0; top: -8px; max-width: 100%; width: 150px; height: 84px; transition: .3s ease-in-out;}
.header_area.sticky .nav-brand { top: -13px; width: 150px; transition: .3s ease-in-out;}
.header_area .nav-brand::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://pic03.eapple.com.tw/yumuorganicoil/LOGO_001.png) no-repeat center;
  background-size: contain;
  -webkit-animation: FadeIn 2s ease-in-out both;
  animation: FadeIn 2s ease-in-out both;
}
.nav-brand img { display: none;}

/*menu*/
.stellarnav > ul > li > a b{font-weight: 600;}
.stellarnav > ul { display: grid; align-items: center; grid-template-columns: repeat(7, 1fr); width: 65%; margin: 0 0 0 auto;}
.stellarnav > ul > li { text-align: center;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a {position: relative; padding: 0; color: var(--FontColor_1); font-size: 17px;font-family: "Noto Serif TC", serif;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: var(--MainColor);}
.stellarnav li > a b:last-of-type { font-family: var(--SFontE);    color: #5a5f5b;
    font-weight: bold;}/*第二格名稱*/
.stellarnav > ul > li.has-sub > a { padding-right: 20px;}
.stellarnav li.has-sub > a::after { border-top: 6px solid  var(--FontColor_5);}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { border-top: 6px solid var(--MainColor);}/*下拉箭頭*/

/*--下拉頁面---------------------------------------*/

/*外框*/
.stellarnav ul ul, .stellarnav ul ul ul { background: transparent; backdrop-filter: blur(10px);}
.stellarnav > ul > li.drop-left > ul { right: auto; left: 50%; transform: translateX(-50%);}
.stellarnav li.drop-left ul ul { left: 100%; right: auto;}
.stellarnav li li { border: 1px solid transparent; margin-bottom: 5px; background: #f9f9f9ee;}

/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid  var(--FontColor_5);}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid var(--FontColor_4); border-top: 6px solid transparent;}

/*項目*/
.stellarnav li.has-sub > ul > li.has-sub > a, .stellarnav li.has-sub > ul > li > a { color: var(--FontColor_5); padding: 7px 20px 7px 5px; font-family: "微軟正黑體", sans-serif;}
.stellarnav li li > a, .stellarnav li li.has-sub > a { color:  var(--FontColor_5); font-size: 15px; font-weight: normal; padding: 7px 5px; border-left: 1px solid transparent; background: transparent; transition: all 0.3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { color: var(--MainColor); padding-left: 10px; transition: all 0.3s;}
.stellarnav li ul:hover li, .stellarnav li ul li.has-sub ul:hover li { opacity: .5; transition: .3s ease-in-out;}
.stellarnav li ul:hover li:hover , .stellarnav li ul li.has-sub ul:hover li:hover { opacity: 1; transition: .3s ease-in-out;}
.stellarnav li ul:hover li > a, .stellarnav li ul li.has-sub ul:hover li > a { opacity: .5; transition: .3s ease-in-out;}
.stellarnav li ul:hover li:hover > a, .stellarnav li ul li.has-sub ul:hover li:hover > a { opacity: 1; transition: .3s ease-in-out;}

/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: var(--MainColor);}
.stellarnav .menu-toggle:after { display: none; color: var(--MainColor);}


/*展開*/
.stellarnav.mobile.left > ul { background: #ffffffcc;}
.stellarnav.mobile > ul > li { border-bottom: 1px solid var(--BorderColor);}
.stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block;}
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: var(--FontColor_2); padding: 20px 30px 20px 40px;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a:hover { color: var(--FontColor_4);}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: var(--MainColor); color: var(--FontColor_4);}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px var(--FontColor_4);}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: 3px solid var(--FontColor_5);}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px var(--MainColor);}
.stellarnav > ul > li.has-sub:hover a.dd-toggle { background: transparent;}

/*下拉*/
.stellarnav.mobile li.open { background: #E9E4DB88; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid var(--BorderColor);}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
  .swiper-pagination { display: none;}
  .stellarnav > ul { display: grid; align-items: center; grid-template-columns: repeat(7, 1fr); width: 80%; margin: 0 0 0 auto;}
}

@media screen and (max-width: 1024px) { 
  /*header*/
  .main_header_area .container { max-width: 100%;}
  .me_tp_features { text-align: right; padding: 7px 30px;}

  /*logo*/
  .header_area .nav-brand { max-width: 100px; transition: .3s ease-in-out;}
  .header_area.sticky .nav-brand { transition: .3s ease-in-out;}
  .nav-header { grid-row: unset;}

  /*menu*/
  .stellarnav { padding: 0 0 10px;}
  .stellarnav ul { margin: auto; width: 96%;}
  .header_area.sticky .stellarnav > ul::before { width: 100%;}
  .stellarnav.mobile > ul > li > a.dd-toggle, .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) {

  .navigation { grid-template-columns: 150px 1fr 30px; gap: 20px;}
  .stellarnav.mobile { position: relative; grid-column: unset; margin-top: 0; padding-top: 0; border-top: none;}

  .pageIndex .header_area { position: relative; width: 100%; margin: 0;}
  .pageIndex .header_area.sticky { position: sticky; width: 100%; margin: 0; transition: all 0.5s 0.1s;}
  .pageIndex .header_area .main_header_area { border-radius: 0; background: #E9E4DB;}
  .header_area .nav-brand{max-width: 100%;    top: 0;}
  .header_area .nav-brand::before{    top: 0;
    left: 50%;}
	

  /*logo*/
  .nav-header { position: static;}

  /*menu*/
  .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
  .stellarnav li li { border: none; background: transparent;}
  .stellarnav > ul > li > a b:last-child { display: none;}
  .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px;}
  .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;}
  .stellarnav.mobile ul ul, .stellarnav.mobile ul ul ul { backdrop-filter: none;}

  .stellarnav > ul > li > a, .stellarnav li.has-sub > a, .stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: var(--FontColor_1);}
}

@media screen and (max-width: 425px) {
  /*.pageIndex .header_area { margin: 10px 2.5% 0;}*/
  .navigation { display: block; padding: 5px 0;}
  .stellarnav.mobile { position: absolute;}
  .me_tp_features { text-align: center; padding: 0;}
}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.footer{background: #e9e2dc;}
.box_link{display:none;}
.footer_logo img{    width: 200px;}
.footer_menu a{width: 100px;
    text-align: center;
    background: #dfd6cd;}
.footer_info{    padding-right: 0;}
.footer_info li p.line:before {
    content: '官方Line ID：';}
.footer_info li p.tel:before {
    content: '服務專線：';}
.footer_info li p.phone:before {
    content: '服務專線：';
}
.footer_info li p.mail:before {
    content: '服務信箱：';
}
.footer_info li p.add:before {
    content: '店家地址：';
}
.footer_info li {
    display: flex;
    flex-direction: column;}
.footer_info li p:nth-child(4){order:-6;}
.footer_info li p:nth-child(3){order:-5;}
.footer_info li p:nth-child(2){order:-4;}

/*版權*/
.copy { position: relative; z-index: 2; color: var(--FontColor_1); border: none; padding: 20px 0 60px; text-align: right; width: 96%; margin: 0 auto; max-width: 1600px;}
.copy a{ color: var(--FontColor_1); transition:all 0.3s;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) {
  .footer_info li p { width: 100%;}

  .footer_menu { display: grid; grid-template-columns: repeat(3, 1fr);}
}

@media screen and (max-width: 768px) {
  /*footer*/
  .footer_info { justify-content: center;}
  .footer_logo { text-align: center;max-width: 100%;}
  .footer_logo::before { bottom: -15px; right: auto; left: 50%; transform: translateX(-50%); width: 50%;}
  .footer_info ul { width: 100%; flex-direction: column;}
  .footer_menu a{width:auto;}
  .footer_menu{grid-template-columns: 1fr 1fr;}

  .footer_info li:nth-child(2) { width: 100%; margin-top: 25px;}

  /*版權*/
  .copy { padding: 30px 0; width: 90%; text-align: center;}

  /*底部按鈕*/
  #to_top { bottom:60px;}
  #bottom_menu {display: flex; }
  .footer.with_shopping_mode { padding:30px 0 70px;}
}

/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--首頁、外層 共同設定---------------------------------------*/

.products-list { display: grid; gap: 10px; grid-template-columns: repeat(4,1fr); margin: auto;}
.products-list::before { content:none;}
.products-list .item { width: 100%;}
.products-list .item .pic { overflow: hidden;}
.products-list .item .pic img { transition: .3s ease-in-out;}
.products-list .item:hover .pic img { transform: scale(1.1); transition: .3s ease-in-out;}

/*--首頁區塊---------------------------------------*/

.prod_part { max-width: 1600px; width: 100%;}
.prod_part .i_prod_tit { margin-bottom: 20px;}

/*英文標題*/
.prod_part .i_prod_tit h2 { display: none; color: var(--FontColor_2);}

/*中文*/
.prod_part .i_prod_tit span { position: relative; color: var(--MainColor); font-weight: 600; letter-spacing: 1px; padding: 10px 20px; background: var(--FontColor_4);}
.prod_part .i_prod_tit span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: 1px;
    background: var(--SubColor_1);
    z-index: -1;
}

/*按鈕*/
.i_prod_b a.animated-arrow { background: transparent; border-radius: 15px; transition: .3s ease-in-out;}
.i_prod_b a.animated-arrow:hover { background: transparent;}
.i_prod_b a.animated-arrow b { color: var(--FontColor_3); font-weight: normal; letter-spacing: 3px; transition: .3s ease-in-out;}
.i_prod_b a.animated-arrow:hover b { transition: .3s ease-in-out;}
.i_prod_b a.animated-arrow i { color: var(--FontColor_5);}

/*--購物車/外層---------------------------------------*/

/*顏色*/
.products-list .more { display: none; border: 1px solid var(--MainColor); color: var(--MainColor);}
.products-list .item a:hover .more { background: var(--MainColor);}

/*名稱*/
.products-list .name { color: var(--MainColor); font-size: var(--f16); font-weight: 600; font-size: 16px; height: 51px;}

/*價格*/
.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: var(--MainColor);}
.products-list .price b.ori_price { font-size: 14px; color: var(--FontColor_5);}
.products-list .price b.sp_price { color: var(--MainColor);}

/*外層版面*/
.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-layer-two li { margin: 0 0 10px; width: 100%; padding: 0 10px;}
.product-layer-two li a { color: var(--FontColor_2); padding: 5px 25px; border: none; border-bottom: 1px dotted transparent; background: transparent; font-weight: 600; line-height: 200%; padding-left: 25px; transition: all 0.3s;}
.product-layer-two li:hover a { color: var(--MainColor);}
.product-layer-two li.active a { color: var(--FontColor_4); border: none;}

.product-layer-two li.active { background: var(--SubColor_1); border-radius: 10px;}
.product-layer-two li.active li a { color: var(--FontColor_4); border: unset;}
.product-layer-two li:hover a:before { background: var(--MainColor); color: var(--FontColor_4);}
.product-layer-two li.active > a:before { background: var(--FontColor_4); color:var(--SubColor_1);}
.product-layer-two > li > a:before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    padding: 0 0 0 2px;
    font-size: 10px;
    text-align: center;
    color: var(--MainColor);
    background: var(--FontColor_4);
    transition: 0.3s ease-in-out;    
}

/*次分類*/
.product-layer-two li ul { position: relative; padding-top: 1px;}
.product-layer-two li:hover ul { border: none;}
.product-layer-two li li { border: none; background: transparent; transition: .3s ease-in-out;}
.product-layer-two li li a { background: transparent; color: var(--FontColor_3); transition: .3s ease-in-out;}
.product-layer-two li li:hover a { color: var(--MainColor); transition: .3s ease-in-out;}
.product-layer-two li.active li:hover a { color: var(--MainColor);}

/*次分類hover箭頭*/
.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 8px;
    background: var(--SubColor_1);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    opacity: 1;
    transition: .3s ease-in-out;
}
.product-layer-two li li:hover > a:before { opacity: 1; transition: .3s ease-in-out;}
.product-layer-two li.active li > a:before {background: var(--FontColor_4);}

/*次分類直接開啟*/
.product-layer-two li li { display: block;}

/*頁碼*/
.product_page .page { width: 100%;}

/*--購物車/內層---------------------------------------*/

.product_info_page .main_part { width: 90%;}
.mobile_product_name { color: var(--MainColor); font-size: var(--f24); text-align: center;}

/*分類*/
.product_info_page .product-layer-two { display: none;}

/*輪播小圖*/
.block { background: var(--MainColor);}

/*按鈕顏色*/
.inquiry_a1 { background: var(--SubColor_1); transition: .3s ease-in-out;}
.inquiry_a2 { background: var(--SubColor_2); transition: .3s ease-in-out;}
.inquiry_a3 { background: var(--MainColor); transition: .3s ease-in-out;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: var(--FontColor_1); color: var(--MainColor); transition: .3s ease-in-out;}

/*商品照輪播*/
.product_main { /*width: 100%;*/ overflow: hidden;}
.product_pic h6 { display: none; color: var(--FontColor_2);}
.product_pic #bx-pager .block { background: var(--FontColor_2);}
.product_pic .bx-wrapper .bx-viewport { background: var(--FontColor_4); border: 1px solid var(--BorderColor); border-radius: 5px;}
.product_pic .bx-wrapper .bx-viewport li img { margin: auto;}

/*商品側邊規格*/
/*.sidebarBtn { display: none;}*/
.sidebarBtn { border: 1px solid var(--BorderColor); background: var(--FontColor_4); border-radius: 5px;}
.sidebarBtn h2 { color: var(--MainColor); font-size: var(--f24);}
div#number_area { color: var(--FontColor_5);}
.sidebarBtn .ori_price { font-size: var(--f16); color: var(--FontColor_5); text-decoration: line-through;}
.sidebarBtn .sp_price { font-size: var(--f16); color: var(--SubColor_1);}

/*.product_info li:nth-of-type(2) { display: none;}數量*/
.product_info li .txt_box { color: var(--FontColor_1); width: 100%;}
.radio-inline__label { color: var(--FontColor_3);}
.product_info li span, .toShare { color: var(--FontColor_3);}

/*區塊*/
.prod li { color: var(--FontColor_1); text-align: center;}
.prod li .prod-panel { color: var(--FontColor_2); margin: 20px 0 40px; text-align: justify;}

/*內文*/
ul.prod li h3.prod-thumb { display: none; background: transparent; color: var(--FontColor_3); border-bottom: 1px solid var(--BorderColor); padding: 5px 5px 15px;}
.prod-panel { color: var(--FontColor_3); letter-spacing: 1px; text-align: justify; line-height: 150%;}

/*Q&A*/
/*.prod li.prod-item:not(.is-active) { display: none;}隱藏*/
.half_box span { color: var(--FontColor_1); font-size: var(--f15);}/*題目*/
.qaform .breakF { background: transparent; counter-reset: var(--FontColor_2); border: 1px solid var(--SubColor_1);}/*輸入框*/
.half_box ul li { text-align: left;}
.half_box ul li img { margin-left: 10px; /*filter: invert(1) brightness(3.4) grayscale(1);*/}/*驗證碼*/

.lastaction { color: var(--FontColor_4); background-color: var(--SubColor_1); transition: .3s ease-in-out;}
.lastaction:hover { color: var(--FontColor_4); background-color: var(--FontColor_1); transition: .3s ease-in-out;}
.nextaction { background-color: var(--MainColor); transition: .3s ease-in-out;}
.nextaction:hover { color: var(--FontColor_4); background-color: var(--FontColor_1); transition: .3s ease-in-out;}

/*相關推薦*/
.prod_related { background: transparent; text-align: center;}
.prod_related h6 { color: var(--MainColor); border-bottom: 2px solid var(--SubColor_1)88; padding: 5px 5px 15px; display: inline-block;}
.prod_related h6 span:before { font-size: var(--f20); color: var(--MainColor);}
.related_list { display: grid; grid-template-columns: repeat(4,1fr);}
.related_list li { padding: 7px 7px 22px; overflow: hidden; width: auto; transition: .3s ease-in-out;}
.related_list li:hover { opacity: 0.6; transition: .3s ease-in-out;}
.related_list li a { max-height: 300px; background: transparent;}
.related_list li a img { max-height: 250px;}
.related_list li a p { margin-top: 10px; color: var(--FontColor_1);}

/*上一頁*/
.lastPage { background: transparent; border: 1px solid var(--MainColor); color: var(--MainColor); transition: all 0.3s;}
.lastPage:hover { color: var(--FontColor_4); background-color: var(--SubColor_1); border: 1px solid var(--SubColor_1); transition: all 0.3s;}

/*--詢價車---------------------------------------*/

/*回產品頁*/
.rewrite_simple { background: var(--SubColor_1) url(../images/simple_left.png) 10% center no-repeat; transition: .3s ease-in-out;}
.rewrite_simple:hover { opacity: 0.6; transition: .3s ease-in-out;}

/*送出詢價*/
.send_simple { background: var(--MainColor) url(../images/simple_right.png) 88% center no-repeat; transition: .3s ease-in-out;}
.send_simple:hover { opacity: 0.6; transition: .3s ease-in-out;}

/*--購物車/訂單設定---------------------------------------*/

.car_page .information_left { display: block;}

/*--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) { 
    .product_page .main_part { padding: 50px 0;}
    .products-list { grid-template-columns: repeat(2,1fr);}
    .product_page .products-list, .product-layer-two { width:100%;}
    /*順序*/
    .product_page .products-list { order: -1;}
}
@media screen and (max-width: 600px) {
    .related_list { grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 375px) { .products-list, .product_page .products-list  { grid-template-columns: 1fr;}}

/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--文章管理/共同設定---------------------------------------*/

/*文章列表*/
.subbox_item a{display: block;}
.module_i_news li, .subbox_item { position: relative; width: 100%; border-bottom: 1px solid var(--BorderColor);}
.module_i_news li a, .subbox_item a { padding: 5px;}
.module_i_news li a::before, .module_i_news li a::after, .subbox_item a::after,.subbox_item a::before { display: none; pointer-events: none;}

.module_i_news li::before, .subbox_item::before { 
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0.3;
    font-size: var(--f15);
    color: #888;
    pointer-events: none;
    transition: all .5s;
}
.module_i_news li::after, .subbox_item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: var(--MainColor);
    opacity: 1;
    transition: all .5s;
}
.module_i_news li:hover::after, .subbox_item:hover::after { opacity: 1; left: 0; width: 100%; transition: all .5s;}
.module_i_news li:hover::before, .subbox_item:hover::before { opacity: 1; transition: all .5s;}

/*文章呈現*/
.i_blog_ri, .blog_list_ri { margin: 20px 0;}

.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri { width: 100%;}
 .i_blog_le, .blog_list_le { position: relative; padding-bottom: 66%; height: 0; overflow: hidden;}/*文章縮圖長寬比例，100% →100:100 = 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%);
    transition: all .5s;
}
.module_i_news li:hover .i_blog_le img, .subbox_item:hover .blog_list_le img { transform: scale(1.1) translate(-46%, -46%); transition: all .5s;}

.i_blog_ri h5, .blog_list_ri h5 { color: var(--MainColor); font-size: var(--f20); letter-spacing: 1px; font-weight: 600;}
.i_blog_ri em, .blog_list_ri em { color: var(--FontColor_5); font-size: var(--f14);}
.i_blog_ri p, .blog_list_ri p { color: var(--FontColor_3); font-size: var(--f15);}

/*--文章管理/首頁---------------------------------------*/

/*區塊設定*/
.module_i_news { width: 90%; margin: auto; padding: 80px 20px 50px;}

/*標題*/
.module_i_news .title_i_box h6 { display: none; color: var(--FontColor_3); font-size: var(--f36);}
.module_i_news .title_i_box h4 { position: relative; color: var(--MainColor); font-weight: 600; letter-spacing: 1px; padding: 10px 20px; background: var(--FontColor_4); display: inline;}
.module_i_news .title_i_box h4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    height: 1px;
    background: var(--BorderColor);
    z-index: -1;
}

/*列表*/
.module_i_news ul { max-width: 100%; width: 100%; display: grid; gap: 10px; grid-template-columns: repeat(4,1fr);}
/*.module_i_news ul li:nth-of-type(n+4) { display: none;}*/

/*按鈕*/
.i_blog_b a.animated-arrow { background: transparent; border-radius: 15px; transition: .3s ease-in-out;}
.i_blog_b a.animated-arrow:hover { background: transparent;}
.i_blog_b a.animated-arrow b { color: var(--FontColor_3); font-weight: normal; letter-spacing: 3px; transition: .3s ease-in-out;}
.i_blog_b a.animated-arrow:hover b { transition: .3s ease-in-out;}
.i_blog_b a.animated-arrow i { color: var(--FontColor_5);}

/*--文章管理/外層---------------------------------------*/

.blog_page .main_part { max-width: 1600px; width: 96%;}

/*列表搜尋*/
h5.blog_le_t { display: none;}

/*分類*/
.blog_le .accordion { border-radius: 5px;}
.blog_le .accordion > li { transition: 0.3s ease-in-out;}
.blog_le .accordion > li:hover { background: var(--MainColor) !important;}
.blog_le .accordion > li.on_this_category { background: var(--MainColor) !important;}
.blog_le .accordion li a { color: var(--FontColor_3); font-weight: normal;}
.blog_le .accordion li i { color: var(--FontColor_3); top: 12px;}
.blog_le .accordion li .link { padding: 0;}
.blog_le .accordion li .link:last-child { border-bottom: 1px solid var(--BorderColor);}
.blog_le .accordion > li .link a, .blog_le .accordion > li.on_this_category .link a { display: block; padding: 7px 10px; margin-right: 55px;}

/*次分類*/
.open .link { background: var(--MainColor);}
.open .link a { color: var(--FontColor_4) !important;}
.submenu { background: #efefef;}

/*次分類展開*/
.blog_le .accordion > li.on_this_category ul li a { color: var(--FontColor_3);}
.blog_le .accordion > li.on_this_category ul li:hover a { color: var(--FontColor_3);}
.blog_le .accordion > li.on_this_category ul li a::before { background: var(--FontColor_3);}
.blog_le .accordion > li.on_this_category ul li:hover a::before { background: var(--FontColor_3);}

/*次分類 hover*/
.blog_le .accordion > li.open:hover { background: var(--FontColor_4) !important;}
.submenu:hover li a { color: var(--FontColor_3);}
.submenu:hover li:hover a { color: var(--FontColor_3); background: var(--SubColor_1);}
.submenu a:hover { color: var(--FontColor_3); background: var(--SubColor_1);}
.submenu a::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 7px;
    height: 10px;
    width: 10px;
    background: var(--FontColor_3);
    clip-path: polygon(100% 50%, 0% 100%, 25% 50%, 0% 0%);
    transition: .3s ease-in-out;
}
.submenu:hover li a::before { background: var(--FontColor_3); transition: .3s ease-in-out;}
.submenu:hover li:hover a::before { background: var(--FontColor_3); transition: .3s ease-in-out;}

/*分類/文章標題*/
h4.blog_category_title { font-size: var(--f24); letter-spacing: 1px; color: var(--MainColor); border-bottom: 1px var(--BorderColor) solid;}

/*文章列表*/
.blog_subbox { margin: auto; display: grid; grid-template-columns: repeat(3,1fr);}
.blog_subbox:before { content:none;}


/*--文章管理/內層---------------------------------------*/

.blog_box { max-width: 1600px; margin: auto;}
.blog_box_edit { color: var(--FontColor_1); max-width: 100%; margin: auto;}

/*回列表*/
.blog_back a.article_btn_back { background: var(--MainColor); border: 1px solid var(--SubColor_1); transition: 0.3s ease-in-out;}
.blog_back a.article_btn_back:hover { background: var(--FontColor_1); border-color: var(--FontColor_1); transition: 0.3s ease-in-out;}

/*上/下一篇*/
.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: transparent; color: var(--SubColor_1); border: 1px solid var(--SubColor_1); transition: 0.3s ease-in-out;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: var(--SubColor_1); color: var(--FontColor_4); transition: 0.3s ease-in-out;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) {
    /*首頁*/
    .module_i_news ul, .blog_subbox { width: 100%; grid-template-columns: repeat(2,1fr);}
}

@media screen and (max-width: 425px) {
    /*首頁*/
    .module_i_news ul, .blog_subbox { grid-template-columns: 1fr;}
}

/* = = = 相簿管理 02 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--作品展示---------------------------------------*/

.work_page .main_part, .work_class_page .main_part, .work_info_page .main_part { max-width: 1400px; width: 90%; margin: 0 auto;}
/*.album_class_page .other_album_choice, .work_info_page .other_album { display: none;}隱藏其他相簿*/

/*--相簿管理/外層---------------------------------------*/

/*版面*/
.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: repeat(2,1fr); gap: 0; max-width: 1000px; margin: auto;}

/*相簿*/
ul.show-list::before, ul.pic-list::before { content: none;}
.overlay { transform: scale(1,0); background: var(--MainColor); z-index: 1;}
.show-list .item:hover .overlay { opacity: .6;}
.show-list .item, .other_subalbum li, .pic-list .item { width: 100%; margin: 0; padding: 0;}


.pic-list .item h6 { color: var(--MainColor);}
.other_subalbum li, .pic-list .item a { 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: 67%;}/*相簿圖片長寬比例，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;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.show-list .show_name { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: var(--f20); color: var(--FontColor_4); font-family: var(--SFontC); opacity: 0; letter-spacing: 0; margin: 0; overflow: inherit; z-index: 5; transition: .5s ease-in-out;}
.show-list .item:hover .show_name { color: var(--FontColor_4); letter-spacing: 0.25em; opacity: 1; transition: .5s ease-in-out;}
.show-list .item a { padding: 5px;}

/*黑白彩色轉換*/
.show-list:hover .item { filter: grayscale(1); transition: .3s ease-in-out;}
.show-list:hover .item:hover { filter: grayscale(0); transition: .3s ease-in-out;}

/*改透明
.show-list:hover .item { opacity: 0.6; transition: .3s ease-in-out;}
.show-list:hover .item:hover { opacity: 1; transition: .3s ease-in-out;}*/

.show-list .item img { transition: .5s ease-in-out;}
.show-list:hover .item:hover img { transform: translate(-50%,-50%) scale(1.1); transition: .5s ease-in-out;}


/*--相簿管理/內層---------------------------------------*/

/*其他相簿*/
.fa-image::before { color: var(--FontColor_3);}
.album_fixed_title { background: transparent;}
.album_fixed_title em { color: var(--FontColor_3);}
.other_album_choice li { background: var(--MainColor);}
.subalbum-menu h2 { color: var(--MainColor); font-size: var(--f24);}
.other_subalbum li p { margin-top: 10px; text-align: center; font-size: var(--f20); font-weight: 600;}
.other_album_choice li a { }

/*次分類*/
.block { display: none;}
.other_subalbum li p { color: var(--FontColor_2);}
.album_fixed_title i { color: var(--FontColor_2);}
.album_fixed_title span { color: var(--FontColor_2);}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) { .module_i_news ul { grid-template-columns: repeat(2,1fr);}}
@media screen and (max-width: 768px) {
    ul.show-list, .other_subalbum, ul.pic-list { grid-template-columns: repeat(2,1fr);}
    .show-list:hover .item, .show-list:hover .item:hover { opacity: 1;}
    .show-list .show_name { position: relative; color: var(--FontColor_3); opacity: 1; transform: translate(0); left: 0; top: 0; text-align: center;}
    .show-list .item:hover .show_name { color: var(--MainColor); letter-spacing: 0.15em;}

}
@media screen and (max-width: 600px) {
    .module_i_news ul, .blog_subbox { grid-template-columns:1fr;}
    .i_blog_le, .blog_list_le { padding-bottom: 75%;}
}
@media screen and (max-width: 425px) {
    ul.show-list, .other_subalbum, ul.pic-list { grid-template-columns: repeat(1,1fr);}
}

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.contact_page .main_part { padding-bottom: 50px;}

/*表單最大寬度設定*/
.contact_content { max-width: 1600px;}
.contact_content .information_right { width: 100%; background: #ffffffaa; border: 1px solid var(--BorderColor); padding: 10px 30px;}

/*標題*/
.blank_letter { color: var(--FontColor_2); font-size: 19px; letter-spacing: 3px; text-indent: 3px; font-weight: 500;}
h4.blank_letter.i { display: none;}

/*側邊資訊*/
.contact_content .information_left {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 50px 0px 80px; 
}
.contact_le_nomap { width: 48%; order: -1;}
.list_before { width: 40%; padding-top: 120px; margin-top: 0px; margin-bottom: 0px;}
.list_before.info::before  {content: "Contact Us";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 300;
	color: #394841;
    font-size: 50px;
    font-family: "Philosopher", sans-serif;
    font-weight: bold;
    font-style: normal;}
.list_before.info::after {    content: "聯絡資訊";
    position: absolute;
    left: 0;
    top: 60px;
    font-size: 20px;
    color: #394841;
    letter-spacing: 3px;
    text-indent: 3px;
    font-weight: bold;
    font-family: "Noto Serif TC", serif;}
.list_before.info li { padding-left: 40px; color: var(--FontColor_3);}

/*表格樣式*/
.contact_form li { padding: 0; margin-bottom: 20px;}
.contact_form li .form__label { width: 100%; text-align: left; margin-left: 0; padding: 0 0 10px; color: var(--FontColor_2);}/*標題*/
.contact_form li input.noborder { border: none; color: var(--FontColor_1); border-bottom: 1px var(--BorderColor) solid; background: transparent;}/*文字欄*/
.contact_form li textarea.noborder { color: var(--FontColor_1); background: transparent; border: 1px var(--BorderColor) solid;}/*文字區塊*/
.form select { color: var(--FontColor_2); background: transparent;}/*下拉式*/
.form select option { background: var(--FontColor_3);}/*下拉式選項*/
input[type="checkbox"], input[type="radio"] { margin: 0 10px 10px;}/*複選、單選*/

/*驗證碼對齊*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap; /*filter: invert(1) brightness(3.4) grayscale(1);*/}
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px var(--BorderColor) solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_form li.last blockquote input { color: var(--FontColor_2);}/*重新填寫*/
.contact_form li.last cite { color: var(--FontColor_4); background: var(--MainColor); border: 1px solid var(--MainColor);}/*送出*/

.contact_form li.last blockquote { border: 1px var(--BorderColor) solid;}
.contact_le_map a { background: var(--MainColor);}

@media screen and (max-width: 768px) { 
  /*資訊*/
  .contact_content .information_left { width: 96%; margin: auto; padding: 50px 0;}
  h4.blank_letter.i { position: relative; display: block; width: 100%; margin-top: 20px;}
  h4.blank_letter.i::after {content: "GET IN TOUCH"; position: absolute; left: 0; top: 0; font-weight: 300; font-size: 19px; letter-spacing: 2px; text-indent: 2px; font-family: var(--SFontC);}
  .list_before, .list_before.account { width: 100%; padding: 20px 0;}
  .list_before.info::after { display: none;}
  .contact_le_nomap { width: 100%;}

  /*表單*/
  .contact_content .information_right { display: block; width: 96%; margin: auto;}
}

@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%;}
}

/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1200px) { }
@media screen and (max-width: 1024px) { }
@media screen and (max-width: 768px) { 
.stellarnav .menu-toggle{ padding: 15px 10px;}
.footer_logo img{    width: 150px;}
}
@media screen and (max-width: 600px) { }
@media screen and (max-width: 425px) { }
