@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..700;1,300..700&display=swap');
/* 英文字體 Outfit */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&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: #1c3459; */
--MainColor: #9C93BA; /*網站主要色系*/
--SubColor: #151515; /*網站文字色*/
--SubColor1: #beaac5; /*網站輔助色系1*/
--SubColor2: #FDF8F4; /*網站輔助色系2*/
--SubColor3: #E4DCEB; /*網站輔助色系3*/
--SubColor4: #B78CC5; /*網站輔助色系4*/  
--SubColor5: #8F8B81; /*網站輔助色系5*/ 
--SubColor6: #AAAAAA; /*網站輔助色系6*/ 
--SFontE: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
--SFontE2: "Outfit", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
--SFontEN: "Cormorant Garamond", serif;/*英文字體*/
--SFontC: "Noto Serif TC", serif;/*內文中字*/
--SFont: "Noto Sans TC", sans-serif;/*內文黑體字*/
--pd100:100px 0;
--m100:100px;
--m80:80px;
--m50:50px;
--m30:30px;
--f80:80px;
--f70:70px;
--f60:60px;
--f52:52px;
--f48:48px;
--f44:44px;
--f40:40px;
--f36:36px;
--f32:32px;
--f28:28px;
--f24:24px;
--f22:22px;
--f20:20px;
--f18:18px;
--f17:17px;
--f16:16px;
}
@media (min-width:1600px) {
:root{
--f48:40px;
}
}
@media (max-width:1024px) {
:root{
--f80:70px;
--f70:60px;
--m50:40px;
--m30:25px;
--f52:48px;
--f48:40px;
--f44:38px;
--f40:36px;
--f36:32px;
--f32:28px;
--f28:24px;
--f24:22px;
--f22:20px;
--f20:18px;
}
}
@media (max-width:768px) {
:root{
--pd100:70px 0;
--m100:70px;
--m50:30px;
--m30:20px;
--f80:60px;
--f70:50px;
--f52:44px;
--f48:32px;
--f44:30px;
--f40:28px;
--f36:26px;
--f32:24px;
--f28:22px;
--f24:20px;
--f20:17px;
--f18:16px;
--f17:16px;   
--f16:15px;
}
}
@media (max-width:600px) {
:root{
--pd100:50px 0;
--m100:50px;
--m50:25px;
--f80:44px;
--f70:38px;
--f52:36px;
--f48:28px;
--f44:26px;
--f40:24px;
--f36:22px;
--f32:20px;
--f28:20px;
--f24:19px;
--f18:16px;
--f17:15px;  
}
}
@media (max-width:400px) {
:root{
--f80:40px;
--f70:34px;
--f52:32px;
--f48:24px;
--f44:22px;
--f40:20px;
--f36:18px;
--f32:18px;
--f28:18px;
--f24:18px;
--f22:17px;
--f20:16px;
--f18:15px;  
--f16:14px;
}
}
/*網站全域設定/＝＝＝＝＝*/


/*反白顏色*/
/* ::-moz-selection { background-color: #060303; color: #fff; }
::selection { background-color: #060303; color: #fff; } */





/*卷軸*/
&::-webkit-scrollbar { background: #f1f1f1; width: 7px;}
&::-webkit-scrollbar-button { display: none; background: #f1f1f1; border-radius: 0;}
&::-webkit-scrollbar-track-piece { background: #f1f1f1;}
&::-webkit-scrollbar-thumb { /* border-radius: 4px; */ background-color: #c1c1c1;}
&::-webkit-scrollbar-track { box-shadow: transparent;}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* 隱藏BTN= */
.footer_menu > a:first-child {display: none;}

/* header */
.header_area {position: sticky;z-index: 9999;width: 100%;background: #fff;padding: 10px 10px 0;}
.header_area.sticky {background: rgba(255, 255, 255, .95);box-shadow: 0 2px 8px rgba(0, 0, 0, .09);}
.header_area .main_header_area {background: transparent;padding: 0;transition: all 0.3s;position: relative;font-size: 0;}
.header_area.sticky .main_header_area {transition: all 0.3s;}
.main_header_area .container {padding: 0 40px;transition: 0.5s;padding: 0;width: 94%;max-width: 1600px;}
.header_area.sticky .main_header_area .container {width: 98%;}

.pageIndex .header_area {position: fixed;}

.navigation {display: flex;align-items: center;}




/*選單 = =  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav {}
.header_area.sticky .stellarnav {opacity: 1;transition: all 0.3s;pointer-events: unset;height: fit-content;}
.stellarnav.desktop > ul {padding-top: 25px;}

/* 第一層 */
.stellarnav > ul > li {position: relative;padding: 7px 10px;margin: 6px 5px 0;font-size: 0;}
.stellarnav > ul > li.has-sub > a {padding-right: 18px;}
.stellarnav > ul > li > a {font-family: var(--SFontE2);height: 40px;margin: 0;position: relative;padding: 0;display: block;font-size: 16px;font-weight: 600;line-height: 2;letter-spacing: 1px;color: var(--SubColor);transition: all .4s ease;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li > a:hover{color: var(--MainColor);}
.stellarnav ul li:hover a {opacity: 1;transition: all 0.3s ease-in-out;}
.stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {color: #131413;}
.stellarnav > ul > li > a b:last-child {font-size: 14px;}
/* 下拉符號未移除 */
.stellarnav li.has-sub > a:after{position: absolute;top: 36%;right: 2px;width: 9px;height: 9px;border: 0;margin: 0;border-top: 2px solid #1f2b38;border-right: 2px solid #1f2b38;border-left: 2px solid transparent;border-bottom: 2px solid transparent;transform: rotate(135deg);}


/* 第二層 */
.stellarnav.desktop ul ul {left: 50%;transform: translateX(-50%);padding: 0;position: absolute;list-style: none;z-index: 98;white-space: nowrap;background: transparent;box-shadow: 0 3px 5px rgba(0, 0, 0, .1);border: none;width: fit-content;min-width: 140px;margin: 0;padding-top: 4px;}
.stellarnav li li {border: 0;width: 100%;position: relative;text-align: left;background-color: #fff;}
.stellarnav.desktop li li+li {border-top: 1px solid rgba(0, 0, 0, 0.1);}
.stellarnav.desktop li li.has-sub > a:after{content: '';display: block;height: 0px;position: absolute;top: 50%;right: 15px;height: 8px;width: 8px;display: block;border-style: solid;border-width: 0 1px 1px 0;transform: rotate(45deg);transition: border .3s;transform: rotate(-45deg);border-color: transparent #666 #666 transparent;}
.stellarnav.desktop li.has-sub li a {font-weight: 400;font-size: 14px;text-align: center;padding: 8px 10px;white-space: nowrap;font-family: var(--SFont);transition: all .5s;letter-spacing: 1px;transform: translateX(0);text-align: center;color: #666;border: 0;border-right: 3px solid transparent;}
.stellarnav.desktop li.has-sub li a:hover{color: #fff;background: var(--SubColor1);color: #FFF;}
.news_classes > li:hover > a, .news_classes > li:focus > a {color: #fff;background: #808080;}


/* 第三層 */
.stellarnav ul ul ul {top: 0;left: 100%;margin: 0;width: fit-content;transform: unset;}




/* 右上購物BTN */
.me_tp_features {position: absolute;top: 4px;right: 0;z-index: 10000;max-width: max-content;font-family: var(--SFontE2);}
.box_search {margin-bottom: 0;}
.box_search > form {background: #f7f0e8;}
.box_search input[type=text]{border-radius: 0;overflow: hidden;border: none;border-bottom: 1px solid #ccc;
letter-spacing: 0;background: url(https://pic03.eapple.com.tw/yihchengorchid/search-icon.png) no-repeat 8px center transparent;}
.box_search input[type=text]::placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]::-webkit-input-placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]::-moz-placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]:-ms-input-placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]:focus{color: #555;}
.shop_search_btn{/* border-radius: 0; *//* background: #9b9b9b; *//* padding: 0px 8px 2px; */}/*搜尋按鈕*/
.box_search > form {background: #f1f0f1;}
.box_search input[type=text] {border-bottom: none;font-weight: 400;}
.shop_search_btn {background: #b1b1b1;border-radius: 0;background: var(--SubColor6);padding: 0px 8px 2px;font-size: 12px;letter-spacing: 1px;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {color: #82808b;line-height: 2;letter-spacing: .5px;font-weight: 400;transition: .3s;}
.me_tp_features a.tp_btn_cart:hover, .me_tp_features a.tp_btn_notice:hover {color: #8F82BC;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice,.me_tp_features .tp_links {display: none;}





/*LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {width: fit-content;max-width: 170px;padding: 0 10px;transition: all 0.5s;font-size: 0;position: relative;padding-bottom: 10px;}
.sticky .nav-header {}
.nav-brand {margin: 0;height: 100%;background-size: contain;transition: .3s ease-out;}
.sticky .nav-brand {}
.nav-brand img {max-width: 100%;}
.sticky .nav-brand img {}






/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}

.footer {position: relative;margin-top: 0;padding-top: 80px;padding-bottom: 0;background: #efefef;background-color: #fff;background: #8f8b810d;/* color: #fff; */}
.footer .center {width: 100%;max-width: 1300px;margin: 0 auto;padding-left: 20px;padding-right: 20px;padding-bottom: 20px;display: flex;justify-content: space-between;max-width: 1200px;width: 90%;}
.footer_logo  {max-width: 210px;height: fit-content;background-size: contain;padding: 0;margin: 0 auto 10px;}
.footer_logo a {display: block;width: 100%;font-size: 0;}
.footer_logo img {width: 100%;}

/* footer資訊*/
.footer_info {text-align: center;width: 100%;display: flex;grid-template-columns: 1fr;grid-gap: 15px;padding: 0;flex-direction: column;}
.footer_info:nth-child(1) > ul {   }

/* 文字共用 */
.footer_menu a, .footer_info li p{position: relative;padding: 5px 7px;border: 0;margin: 0;color: #8F8B81;background: transparent;padding: 0 20px;font-family: var(--SFontE);font-size: 13px;line-height: 2;letter-spacing: 2px;font-weight: 400;opacity: 1;}
.footer_info li:nth-child(1) {justify-content: center;/* max-width: 1300px; */margin: 0;padding: 20px;display: grid;gap: 4px;display: flex;width: 100%;flex-direction: column;align-items: center;border-top: 1px solid rgba(143,139,129,0.2);}
.footer_info li p {padding: 0;font-size: 13px;font-weight: 400;display: flex;align-items: center;letter-spacing: 1px;line-height: 2;width: fit-content;}
.footer_info li p a {color: #8F8B81;transition: .4s;line-height: 1.6;background-image: linear-gradient(to right, #8F82BC, #8F82BC 50%, #8F8B81 50%);background-position: 100%;background-size: 200% 100%;color: #8F8B81;font-weight: 500;-webkit-background-clip: text;-webkit-text-fill-color: transparent;transition: .4s ease-out;}
.footer_info li p a:hover {background-position: 0;background-size: 200% 100%;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.footer_info li p:before {color: #555;font-family: var(--SFontE);margin-right: 2px;letter-spacing: 1.5px;display: inline-block;line-height: 1.6;font-weight: 500;height: 20px;}
.footer_info li:nth-child(2){border-top: 0;padding: 15px;padding-bottom: 0;padding-top: 15px;border-top: 1px solid rgba(0, 0, 0, 0);}
.footer_menu {font-size: 0;width: 100%;display: flex;gap: 15px;justify-content: center;}
.footer_menu a {line-height: 1.4;margin: 0;text-align: center;padding: 5px;transition: all 0.3s;background: #F3F3F3;color: var(--SubColor5);border: none;letter-spacing: 1px;font-weight: 400;border-radius: 2px;font-size: 13px;padding: 5px 10px;}
.footer_menu a:hover {background: #888;color: #fff;}
.footer_menu a:hover:before {width: 100%;}


/* ------------------------------------------------------------------------------------------------------------ */
.copy {text-align: center;padding: 7px 0;border-top: 0;align-items: center;color: #FFF;display: flex;flex-wrap: wrap;margin-top: 20px;position: relative;justify-content: center;font-family: var(--SFontE);font-size: 10px;
line-height: 2;letter-spacing: 1px;font-weight: 400;background: var(--MainColor);}
.copy a {color: #fff;} 
/* 浮動按鈕 */
.info_fix_line .fa-line:before {  filter: none; }
/* 置頂按鈕 */
#to_top {padding-top: 5px;font-size: 10px;font-family: var(--SFontE2);letter-spacing: 1px;color: #151515;}
#to_top i.top:before, #to_top i.top:after {height: 8px;top: 8px;}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {display: grid;grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));left: 0;width: 100%;position: fixed;padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul {top: 100%;left: 0;width: 100%;background: #efefef;height: auto;max-height: 300px;overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li {margin: 0;}
.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {border-left: 6px solid transparent;border-bottom: unset;border-right: 6px solid transparent;border-top: 6px solid #898989;right: 5px;}

/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
主分類超過30個但次分類直接顯示-結束 */
/* 商品下拉超過30個--結束 */





/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *
/*預設解除背景輪播*/
.bannerindex {position: relative;height: auto;padding: 0;}

/* 大圖尺寸 */
.bannerindex .swiper-banner {position: static;margin: 0;height: auto;}
.swiper-slide {height: 100%;}
.bannerindex .swiper-banner .swiper-slide img, .bannerindex .swiper-banner .swiper-slide-active img{opacity: unset !important;width: auto;object-fit: contain;height: 100%;object-fit: cover;width: 100%;height: 100%;max-width: 100%;}
.bannerindex .swiper-banner .swiper-slide img {height: 100%;}




/* 大圖點點按鈕切換鈕 */
.bannerindex {--swiper-pagination-color: #fff;}
.bannerindex .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .bannerindex .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 8px 4px;width: 15px;height: 5px;border-radius: 2px;}
/* 大圖點點按鈕END */


/* 大圖進場 */
.bannerindex .swiper-banner .swiper-wrapper:before, .bannerindex .swiper-banner .swiper-wrapper:after {content: none;position: absolute;z-index: 100;pointer-events: none;opacity: 0;} 
/* 圖內層 */
.bannerindex .swiper-banner .swiper-slide:before, .bannerindex .swiper-banner .swiper-slide:after {content: '';position: absolute;z-index: 100;pointer-events: none;opacity: 0;   } 


/* animation= */
/* .bannerindex .swiper-slide.swiper-slide-active:before {animation-delay: .2s;animation: NfadeInBottom  1.25s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;} */




@media screen and (min-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}




/* = = = 主設定-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path {/* border-bottom: 1px solid #e5e5e5; */background-color: transparent;margin-bottom: 40px;padding: 20px 25px;padding-top: 0;text-align: right;font-family: var(--SFontEN);margin: auto;max-width: 1400px;display: none;}
.path p a:hover {color: #C3B3CE;}
.path p {width: fit-content;margin: auto;}
.path p, .path p a {text-align: right;color: #999;font-family: var(--SFontE);letter-spacing: .8px;font-size: 0px;font-weight: 400;transition: 0.3s;line-height: 1.5;margin-right: 0;}
.path p a {font-size: 12px;}
.path p a:not(:last-child):after {content: ' > ';color: #999;}
.path p a:hover:after {color: #999;}


/* main */
#content_main, #content {margin: 0;background: #fff;padding: 80px 0 ;background-repeat: repeat;padding: 0;}
.edit_part{padding: 0;}
.main_part {width: 100%;min-width: 100%;margin: auto;padding: 100px 20px;padding-bottom: 100px;}
.show_content {margin: auto;padding: 0 25px;font-family: var(--SFont);width: 95%;max-width: 1400px;margin: 0 auto;padding-top: 0px;}
.subalbum-menu {margin: 0;padding: 0;}


/* 編輯區 */
.edit {color: #262626;margin: auto;padding: 20px 0 40px;line-height: 1.7;letter-spacing: 0.5px;font-weight: 400;}

/* 功能頁下方頁碼 */
ul.page {width: 100%;}
.page {width: 100%;margin: 40px auto 40px;gap: 10px 0;}
.page li a, .page li {font-family: var(--SFontEN);display: inline-block;font-size: 14px;margin: 3px;border-color: transparent;color: #403b28;border-radius: 50px;width: 32px;height: 32px;letter-spacing: .5px;line-height: 32px;text-align: center;padding: 0;transition: all 0.4s ease-in-out;}
.page li a {background: rgb(58 95 141 / 5%);color: var(--SubColor1);margin: 0;}
.page strong, li.activeN {background: #8F82BC;color: #ffffff;border-color: transparent;}
.page strong, .page a:hover {background: var(--SubColor6);color: #ffffff;transition: all 0.1s ease-in-out;}


/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {position: relative;background: #fbfafc;background: transparent;width: 100%;text-align: left;background-size: cover;background-position: 50% 00%;padding: 180px 25px 140px;min-height: fit-content;height: fit-content;max-width: 1800px;gap: 20px;
width: 95%;margin: 10px auto 0;}
.banner:before {content: '';position: absolute;display: block;width: 72%;height: 100%;background: #000;opacity: .4;background: url(https://pic03.eapple.com.tw/yihchengorchid/banA.jpg) no-repeat;background-size: cover;background-position: 100% 20%;bottom: 0;right: 0;border-radius: 500px 0 0 500px;}
.article_b .banner:before {opacity: .6;background: url(https://pic03.eapple.com.tw/yihchengorchid/banD.jpg) no-repeat;background-size: cover;background-position: 100% 20%;}
.article_a .banner:before {opacity: .6;background: url(https://pic03.eapple.com.tw/yihchengorchid/banB.jpg) no-repeat;background-size: cover;background-position: 100% 100%;}
.product_info_page .banner:before, .product_page .banner:before {opacity: .6;background: url(https://pic03.eapple.com.tw/yihchengorchid/banC.jpg) no-repeat;background-size: cover;}
.banner h5 {color: #151515;z-index: 1;font-size: 40px;font-family: var(--SFontC);display: flex;flex-direction: column;gap: 4px;
width: 100%;max-width: 1400px;font-weight: 400;font-size: var(--f36);letter-spacing: 5px;padding: 0;align-items: flex-start;position: relative;max-width: 1400px;padding: 0 25px;}
.banner h5:after {font-weight: 400;z-index: 1;order: -1;color: #726797;font-size: var(--f70);content: 'ARTICLE';letter-spacing: 1.5px;font-family: var(--SFontEN);}
.article_a .banner h5:after {content: 'LATEST NEWS';}
.product_info_page .banner h5:after, .product_page .banner h5:after {content: 'PRODUCT';}
.album_a .banner h5:after {content: 'PORTFOLIO';}



.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}



@media screen and (min-width: 1400px) {}
@media screen and (max-width: 1200px) {
/* 內頁BN */
.banner {min-height: 440px;}
}

@media screen and (max-width: 1024px) {
/* 內頁BN */
.banner {min-height: 380px;}
.banner h5 {padding: 0;gap: 0;}
}
@media screen and (max-width: 768px) {
.banner {min-height: 240px;aspect-ratio: 60 / 27;height: auto;margin: 0;margin-top: 10px;width: 100%;padding: 50px 25px;padding-bottom: 20px;
}

.banner:before {width: 100%;border-radius: 0;}
.banner h5:after {font-weight: 400;letter-spacing: 1px;}
.banner h5 {font-size: var(--f32);text-shadow: 0 0 20px #FFF, 0 0 15px #FFF, 2px 2px 5px #FFF;}
}

@media screen and (max-width: 600px) {
.banner h5 {}
}









/* = = = 主設定-分隔線(上方NAV) = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
@media screen and (max-width: 1400px) {
/* header */
.pageIndex .header_area {position: sticky;}
.main_header_area .container {width: 96%;}
}


/* @1200上方區域_平板版面1200px */
@media screen and (max-width: 1200px) {
/* header */
.stellarnav > ul > li > a {font-size: 15px;}
.stellarnav > ul > li {padding: 4px;}
}


/* @1024上方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* logo*/
.nav-header {max-width: 150px;padding: 5px 0;margin: auto;}
/* = = header = = */
.header_area.sticky { position: fixed; }
.header_area .main_header_area {}
.header_area.sticky .main_header_area{}
.main_header_area .container {width: 98%;}
.navigation {display: grid;grid-template-columns: 1fr;align-items: center;}
/* 導覽列 */
.stellarnav.desktop > ul {text-align: center;padding-top: 0;}
.stellarnav > ul > li {}    
.stellarnav > ul > li > a {letter-spacing: .6px;margin: 0;line-height: 65px;}




}


/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* logo*/    
.nav-header {max-width: 130px;padding: 15px 0;margin: 0 auto;}
.sticky .nav-header {padding: 10px 0;}
.nav-brand img { }
.me_tp_features {position: relative;max-width: inherit;z-index: 0;margin: 0 8px 8px;top: 0;}
.box_search{width: 100%;}
.box_search input[type=text] {max-width: inherit;}
/* = = header = = */
.header_area {height: fit-content;padding: 0;}
.header_area.sticky { background: rgba(255, 255, 255, 1);}
.header_area .main_header_area {padding: 0 10px 0;border: 0;backdrop-filter: none;}
.main_header_area .container {max-width: 96%;width: 100%;}
.navigation {display: flex;justify-content: space-between;flex-direction: column;}

/* 導覽列漢堡選單 */    
.stellarnav.mobile {right: unset;left: 0;top: 20px;}
.stellarnav.mobile .menu-toggle {display: flex;margin: 0 auto;padding: 12px;flex-direction: column;align-items: center;gap: 7px;/* top: 15px; */position: relative;left: 0;transition: .4s;}
.sticky .stellarnav.mobile .menu-toggle {padding-top: 6px;}

/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {text-transform: capitalize;/* content: 'Menu'; */font-size: 11px;color: #333;transform: scale(1);font-family: var(--SFontEN);font-weight: 600;letter-spacing: .4px;}
.sticky .stellarnav .menu-toggle:after {}


@keyframes fillborder {0% {transform-origin: right;transform: scaleX(1);}50% {transform-origin: right;transform: scaleX(0);}51% {transform-origin: left;transform: scaleX(0);}100% {transform-origin: left;transform: scaleX(1);}}
.stellarnav .menu-toggle span.bars:hover span:first-of-type {animation: fillborder .42s both ease-out;}
.stellarnav .menu-toggle span.bars:hover span:nth-of-type(2) {animation: fillborder .42s .124s both ease-out;}
.stellarnav .menu-toggle span.bars:hover span:last-of-type {animation: fillborder .42s .248s both ease-out;}
.stellarnav .menu-toggle span.bars {top: 0px;gap: 5px;display: flex;flex-direction: column;}
.stellarnav .menu-toggle span.bars span {width: 30px;height: 1px;border-radius: 0;background: #6e665c;margin: 0;}
.stellarnav .menu-toggle:after {}


/* 黑色遮罩 */
.stellarnav.mobile::before {content: "";position: fixed;width: 100%;height: 100%;top: 50%;left: 50%;z-index: -5;line-height: normal;background-color: transparent;transform: translate(-50%, -50%) scale(1.05);opacity: 0;transition: 1s;content: none;}
.stellarnav.mobile.active::before {content: "";width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.7);border-radius: 0;opacity: 1;transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);}

/* 導覽列展開 */
.stellarnav.mobile.left > ul:before{display: block;top: 0;left: 0;width: 100%;height: 100%;position: absolute;content: '';background: url(https://pic03.eapple.com.tw/yihchengorchid/navbg.png) no-repeat;mix-blend-mode: multiply;pointer-events: none;opacity: .6;}
.stellarnav.mobile.left > ul {right: unset;left: 0;font-size: 0;max-width: 100%;padding: 10px;border: 0;
/*右滑出現*/left: -100vw;overflow: hidden;transition: all .5s ease;overflow-y: auto;background: #fbfafc;}
/*卷軸*/
.stellarnav.mobile.left > ul::-webkit-scrollbar {background: #eaeaea;width: 4px;height: 15px;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-button {display: none;background: #eaeaea;border-radius: 0;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-track-piece {background: #fbfbfb;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-thumb {background-color: #888;width: 4px;border-radius: 15px;border: 3px solid #6867a1;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-track {border-radius: 6px;height: 6px;background-color: #eaeaea;}
.stellarnav.mobile.left.active > ul{left: 0;max-width: 500px;width: 100%;}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {font-weight: 400;font-size: 17px;color: #333;letter-spacing: 0.6px;height: fit-content;width: fit-content;text-align: right;display: flex;flex-direction: row-reverse;margin: 0;padding: 15px 10px;background: transparent;margin-bottom: 10px;font-family: var(--SFontEN);text-transform: capitalize;/* pointer-events: fill; */}
.stellarnav .icon-close {box-sizing: border-box;width: 18px;height: 12px;position: relative;display: inline-block;margin: 2px 9px 0 3px;opacity: 0;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {width: 18px;height: 0px;border-bottom: solid 1px #fff;}
/* 導覽列選取Hover效果 */
.stellarnav ul:hover li a {opacity: 1;transition: all 0.3s ease-in-out;}


/* 第一層 */
.stellarnav.mobile > ul > li:nth-child(2){border-top: 1px solid #d3bccf85;padding-top: 10px;}
.stellarnav.mobile > ul > li:nth-last-child(-n+2) {/* display: none; */}
.stellarnav.mobile > ul > li {border-bottom: 1px #eee solid;padding: 0;display: block;border-bottom: 0px solid #d3bccf85;display: flex;flex-direction: column;margin: 0;}
.stellarnav.mobile li.open {background: #BEAAC5;background: #fff;padding: 0;padding-bottom: 5px;}
.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav.mobile > ul > li > a:not(.dd-toggle){text-align: left;overflow: auto;height: auto;line-height: 1.5;display: block;color: #333;font-size: 17px;letter-spacing: .5px;padding: 5px 20px;border: 0;display: flex;align-items: center;}
.stellarnav.mobile li.open > a {border: 0;padding-bottom: 0;}    
.stellarnav > ul > li > a:before{content: none;}
.stellarnav.mobile > ul > li > a b {position: relative;;line-height: 1.6;font-family: var(--SFontC);color: #222;/* padding-left: 24px; */}
.stellarnav.mobile > ul > li > a b:first-child {padding-left: 24px;font-size: 16px;letter-spacing: .8px;}
.stellarnav.mobile > ul > li > a b:first-child:before {content: "";display: block;width: 1px;height: 20px;background-color: #d3bccf85;position: absolute;top: calc(50% - 10px);left: 11px;bottom: auto;right: auto;}
.stellarnav.mobile > ul > li > a b:nth-child(2) {font-size: 27px;font-family: var(--SFontEN);color: #726797;font-weight: 500;order: -1;/}

/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {height: 60px;}
.stellarnav.mobile > ul > li.open > a.dd-toggle {}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {width: 16px;height: 0px;border-bottom: solid 1px #c3afc0;transition: all 0.3s;}
.stellarnav li.open > a.dd-toggle .icon-plus {transform: unset;}
.stellarnav li.open > a.dd-toggle .icon-plus:before {transform: rotate(0deg);transition: all 0.3s;}
.stellarnav a.dd-toggle .icon-plus {height: 80%;}
.stellarnav li li a.dd-toggle .icon-plus:before, .stellarnav li li a.dd-toggle .icon-plus:after{border-bottom: solid 1px #b37130;}
.stellarnav li li a.dd-toggle .icon-plus {transform: scale(.8);}
/* +符號修改END = = */


/* 第二層 */
.stellarnav.mobile ul ul {left: unset;width: calc(100% - 10px);margin: auto;left: unset;box-shadow: none;transform: unset;}
.stellarnav li li {font-family: var(--SFont);font-size: 14px;color: #333333;letter-spacing: .5px;padding: 0 5px;}
.stellarnav.mobile li li.has-sub a {padding: 10px 20px 10px 10px;}
.stellarnav li li a {color: #333;}
.stellarnav a.dd-toggle .icon-plus {height: 80%;}
.stellarnav li li a.dd-toggle .icon-plus:before, .stellarnav li li a.dd-toggle .icon-plus:after{border-bottom: solid 1px #ccc;top: 0%;}
.stellarnav.mobile ul li:hover > a {opacity: 1;transition: all 0.3s ease-in-out;background: transparent;color: unset;}
.stellarnav.mobile ul ul>li:hover {background: #eae9f1;}
.stellarnav.mobile ul ul>li>a:hover{color: var(--MainColor);padding-left: 12px;}


/* 第三層 */
.stellarnav.mobile li.open li.open {background: #edf2fa;}
.stellarnav.mobile li.open li.open > a {color: #06264A;}
.stellarnav li li li {border: 0;}
.stellarnav li li li a{font-size: 14px;color: #666;}
}


/* @600上方區域_平板版面600px */
@media screen and (max-width: 600px) {}







/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {max-width: 1400px;padding-top: 80px;margin-top: 10px;}
.product_page .show_content {width: 96%;max-width: 1400px;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: stretch;align-content: flex-start;}

/* 功-外層 = = = = */
/* 左側分類欄位 = = = =  */
.product_page .product_menu_list {position: relative;letter-spacing: 1px;min-height: 30vw;width: 240px;padding-right: 40px;}
.product_page .product-layer-two {position: relative;letter-spacing: 1px;border-right: 0px solid #EEE;min-height: 30vw;height: 100%;}
.product_page .product-layer-two:before {content: '產品分類';font-size: 20px;color: #82808a;font-weight: 600;display: block;letter-spacing: 2px;position: relative;margin: 15px 0;font-family: var(--SFontC);}
.product-layer-two > li {width: 100%;max-width: 100%;text-align: left;margin: 0;border-bottom: .5px solid #c8c7c796;padding: 0;}
.search_txt, #menuTop li ul, .product-layer-two li a {}
.product-layer-two li a {background: transparent;}
.product-layer-two > li + li {}
.product-layer-two li a {padding: 15px 8px;display: block;font-size: 14px;color: #26282d;position: relative;line-height: 1.2;letter-spacing: 1.5px;transition: .3s;border: 0;}
.product-layer-two li i {opacity: 0;pointer-events: none;}
.product-layer-two > li > a:hover, .product-layer-two > li:hover > a {color: #FFF;font-weight: 500;background: #82808a;}
.product-layer-two li.active a {font-weight: 600;border: 0;}
.product-layer-two li.active li a {background: transparent;}
.product-layer-two li.active > a {color: #FFF;font-weight: 500;background: #82808a;}

/* 分類第二層 */
.product-layer-two li ul {position: relative;margin-top: 0;width: 100%;margin-left: 0;display: block !important;border: none !important;}
.product-layer-two li:hover ul {border: none !important;}
.product-layer-two li li:hover {margin-left: 10px;}
.product-layer-two li li {display: block;padding: 5px 10px;transition: all ease .3s;background: transparent;text-align: left;}
.product-layer-two li li.active a {background: transparent;color: #C3B3CE;}
.product-layer-two li li a {background: transparent;font-size: 14px;letter-spacing: .5px;padding: 6px 3px;color: #333;line-height: 1.8;}
.product-layer-two li li:hover > a {background: transparent;color: #C3B3CE;}
.product-layer-two li li > a:before {content: "";position: absolute;width: 8px;height: 8px;background: transparent;left: 0;margin-left: -15px;
top: 50%;margin-top: -4px;clip-path: polygon(0 0, 100% 50%, 0 100%);}
.product-layer-two li li:hover > a:before {background: #C3B3CE;}




/* 右側商品區塊 = = = = */
.products-list {padding: 0;display: grid;flex-wrap: wrap;gap: 0;align-items: flex-start;align-self: flex-start;}
.product_page .products-list, .product-wrapper {width: calc(100% - 240px);}
.product_page .products-list {gap: 40px 20px;}
.products-list .item {position: relative;-webkit-box-sizing: border-box;box-sizing: border-box;width: calc((100% - 60px)/4);width: 100%;margin-bottom: 0;padding-left: 10px;padding-right: 10px;padding: 0;}
.products-list .item a {display: flex;margin: 0 auto;flex-direction: column;justify-content: flex-start;align-items: flex-start;box-sizing: border-box;transition: all 0.5s 
ease-out;position: relative;height: 100%;padding: 0;background-color: transparent;/* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);*/font-family: var(--SFontEN);}
/* 商品圖 */
.products-list .pic {border-radius: 0;aspect-ratio: 75 / 80;}
.products-list .pic::before {content: '';background: #ffffff;pointer-events: none;height: calc(100% - 24px);width: calc(100% - 24px);
display: block;position: absolute;top: 0;left: 0;opacity: 0;transition: 0.6s;position: absolute;top: 12px;
bottom: 12px;left: 12px;right: 12px;background: rgba(0, 0, 0, 0.36);color: #fff;display: flex;align-items: center;justify-content: center;flex-direction: column;pointer-events: none;text-align: center;}
.products-list .item a:hover .pic::before {opacity: 1;}

/* 商品名 */
.products-list .name {font-size: 16px;font-weight: 500;line-height: 1.5;color: #5c5477;letter-spacing: 1px;margin: 0 auto;text-align: left;margin: 15px 0 0;box-sizing: border-box;height: 50px;-webkit-line-clamp: 2;overflow: hidden;align-items: center;overflow: hidden;flex-direction: column;}
.products-list .name .numbering {display: block;margin-top: 0;padding-top: 10px;font-size: 13px;color: #666;letter-spacing: .5px;font-weight: 400;line-height: 1;}
.products-list .price {margin: 0 0 5px;display: flex;justify-content: space-between;align-items: flex-start;align-content: flex-start;flex-wrap: wrap;display: none;}
.products-list .price b {color: #c80014;font-size: 17px;letter-spacing: 0px;margin: 0;}
.products-list .more {border: 1px solid #fff;color: #fff;filter: drop-shadow(0 0 5px #00000093);position: absolute;top: calc((100% - 100px)/2);bottom: unset;left: 50%;font-weight: 500;transform: translateX(-50%);width: max-content !important;height: auto;padding: 2px 20px 0;border-radius: 23px;opacity: 0;font-size: 15px;}
.products-list .item a:hover .more {color: #fff;opacity: 1;letter-spacing: 2px;background: #ffffff00;}
/* BTN */
.i_prod_b {max-width: 1200px;margin: auto;text-align: center;max-height: 50px;font-family: var(--SFontE2);letter-spacing: 1px;}
.i_prod_b .animated-arrow {background: var(--MainColor);color: #fff;border-radius: 0;font-size: 15px;margin-top: 0;transition: .3s ease;display: flex;align-items: center;padding: 0 25px;margin: 0 auto 10px;width: 200px;justify-content: space-between;height: 46px;}
.i_prod_b .animated-arrow:hover {opacity: 0.8;}
.i_prod_b b {font-weight: 400;letter-spacing: 1.5px;font-size: 14px;}
.fa-arrow-right::before {content: "\f061";content: '';background: url(https://pic03.eapple.com.tw/yihchengorchid/c_arrow.svg) no-repeat;
position: relative;right: 0;width: 27px;height: 5px;display: block;opacity: 1;filter: brightness(10);}


/* 功-內層 = = = = */
/*購物車/內層＝＝*/
.product_info_page .show_content{max-width: 1300px;font-family: var(--SFontEN);}
.product_info_page .product_menu_list {display: none;}
.product_info_page .product-wrapper{width: 100%;}
/* 左商品輪播區 */
.product_main {padding: 0 10px;vertical-align: top;width: 64%;padding-right: 60px;float: left;text-align: center;}
.proImgSwiper img {border-radius: 15px;}
#prod_thumbSwiper img {border-radius: 10px;}
/* 右商品資訊區 */
.sidebarBtn {padding: 0;display: inline-block;width: 28%;vertical-align: top;border: 0;background: transparent;width: 35%;float: right;}
.sidebarBtn h2 {color: #151515;font-size: var(--f28);font-weight: 600;letter-spacing: 1px;}
.product_info {margin: 10px 0 25px;}
/*按鈕顏色*/
.inquiry_a1 {background: #9b9b9b;}
.inquiry_a2 {background: #9C93BA;}
.inquiry_a3 {background: #BEAAC5;}
/* .inquiry_a1, .inquiry_a2, .inquiry_a3 {display: none;} */
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #222;}
/*商品側邊規格*/
div#number_area {color: #666;font-size: 13px;margin: 5px 0 0;}
.sidebarBtn .sp_price {color: #c80014;font-size: 18px;letter-spacing: -.5px;}
.sidebarBtn .price span {display: block;font-size: 18px;}
.product_info li .txt_box {color: #464543;width: 100%;font-size: 14px;line-height: 1.6;}
.mobile_product_name {font-size: 24px;}
/* 商品編輯區 */
.pd_tabTitle li.activeTab a {color: inherit;font-size: 17px;}
.pd_tabTitle li {border-bottom: 0;}
.pd_tabTitle li.activeTab::after {height: 2px;background: #ccc;}


/*相關推薦*/
.prod_related {background: #f0edf1;padding: 60px 0;font-family: var(--SFont);}
.prod_related h6 {margin: 0 auto 25px;}
.prod_related h6 span:before {font-size: var(--f28);color: #726797;line-height: 2;font-family: var(--SFontC);font-weight: 500;letter-spacing: 2px;}
.related_list {gap: 18px;}
.related_list li a {transition: .3s ease-out;padding: 10px;background: #fff;border-radius: 5px;}
.related_list li a:hover {opacity: 0.6;}
.related_list li a p {font-size: 15px;color: #666;line-height: 2;padding: 5px 0 0;letter-spacing: 1px;}
.prod_related_b_box {max-width: 1200px;margin: 60px auto 20px;}
.lastPage {color: #333;background: #BEAAC5;padding: 10px 20px;margin: 40px auto 0;width: 180px;font-size: 14px;letter-spacing: 1px;align-items: center;background: rgba(255, 255, 255, 0.15000000596046448);border: 1px solid rgba(22, 21, 21, 0.5);display: flex;flex-direction: row;gap: 0px;height: 46px;justify-content: space-between;padding: 0px 15px 0px 22px;max-width: 100%;transition: .3s cubic-bezier(.4, .4, 0, 1);position: relative;}
.lastPage:after {margin: auto;content: "";display: block;position: absolute;right: 19px;width: 27px;height: 5px;bottom: 42%;opacity: 1;transition: all 0.3s ease-out;background: url(https://pic03.eapple.com.tw/yihchengorchid/c_arrow.svg) no-repeat;}
.lastPage:hover {color: #fff;background: rgb(190 170 197 / 90%);border: 1px solid rgba(22, 21, 21, 0);transition-duration: 350ms;transition-timing-function: linear;}
.lastPage:hover:after {filter: brightness(10);}




/* 首頁 */
.prod_part {padding: 120px 25px 80px;position: relative;}
.prod_part:before {content: '';position: absolute;display: block;width: 100%;height: 500px;top: 0;left: 0;background: linear-gradient(180deg, #FBFAFC, transparent);z-index: -1;}
.prod_part section {max-width: 1400px;margin: auto;width: 95%;padding-bottom: 25px;font-family: var(--SFontEN);}
.i_prod_tit {padding: 20px 0 60px;}
.i_prod_tit h2, .i_video_tit h2 {font-size: var(--f70);color: #726797;font-weight: 500;letter-spacing: 1px;}
.i_prod_tit h2:before {}
.i_prod_tit span {font-size: var(--f28);color: #151515;font-weight: 400;font-family: var(--SFontC);display: block;width: 100%;position: relative;letter-spacing: 1.5px;}
.pageIndex .productsListBox, .productsListBox.swiper {padding: 20px 0 40px;}
.pageIndex .products-list {gap: 25px 0;}
.prod_part .products-list .item {width: 100%;margin-bottom: 20px;padding-left: 10px;padding-right: 10px;}
.prod_part .products-list .name {color: #333;transition: .3s ease-in-out;}
.prod_part .products-list .item:hover .name {color: #5c5477;}




@media screen and (max-width: 1200px) {
/* 外層 */
.product_page .main_part {padding-top: 60px;}
.product-layer-two li li a {padding: 5px 3px;line-height: 1.4;}
}


@media screen and (max-width: 1024px) {
/* 首頁 */
.prod_part section {width: 98%;padding-bottom: 20px;}
.prod_part .products-list .item {}
.pageIndex .productsListBox {padding: 20px 0;}
.pageIndex .products-list {}
.i_prod_tit { padding: 10px 0 40px;}
/* 外層 */
.product_page .products-list {gap: 30px 20px;}
.products-list .item {}
.product-layer-two li li a { line-height: 1.2;}
/* 內層 */
.product_info_page .path {display: none;}
.product_info_page .show_content {width: 100%;}
}


@media screen and (max-width: 768px) {
/* 首頁 */
.prod_part {padding: 80px 20px 60px;}
.pageIndex .productsListBox {padding: 0px 0 20px;}
.prod_part section {width: 100%;}
.i_prod_tit h2:before {font-size: 14px;}
/* 外層 */
.product_page .product-layer-two, .product_page .products-list {width: 100%;border-right: none;}
.product_page .product_menu_list>h5 {display: block;}
.product_page .product_menu_list {width: 100%;order: 0;min-height: unset;}
.product_menu_list, .products-list, .product-wrapper {width: 100%;}
.product_page .product_menu_list {display: none;}
.product_page .products-list {gap: 30px 20px;}
/* 內層 */
.product_main { width: 100%; padding: 0;}
.mobile_product_name {color: #151515;font-size: var(--f36);font-family: var(--SFontC);font-weight: 500;letter-spacing: 2px;line-height: 1.8;}
.sidebarBtn {width: 100%;padding: 20px;background: #edecf370;}
.toShare {border-top: 1px solid #8F82BC7a;font-size: 12px;color: #666;padding-top: 10px;display: flex;align-items: center;}
.prod_tabs {margin-top: 60px;}
.prod_related h6 span:before {font-size: var(--f36);}
.related_list {grid-template-columns: repeat(2, 1fr);grid-gap: 15px;width: 90%;max-width: 600px;}
.prod_related_b_box {max-width: 1200px;margin: 40px auto 20px;}
}


@media screen and (max-width: 600px) {
/* 首頁 */
.prod_part {padding: 60px 20px;}
.products-list .item a {padding: 0;}
.products-list .name {margin: 5px 0;}
.pageIndex .products-list {gap: 10px 20px;grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));}
.prod_part .products-list .item {padding: 0;}
.i_prod_tit span:after {font-size: 24px;}
.i_prod_b .animated-arrow {font-size: 14px;}
/* 外層 */
.products-list .item {width: 100%;max-width: 360px;margin: auto;}
.products-list .name {font-size: 15px;padding: 5px 0;line-height: 1.6;}
}


@media screen and (max-width: 480px) {
/* 首頁 */
.i_prod_tit h2:before {font-size: 13px;}
.prod_part .products-list .item {width: 100%;}
.prod_part {padding-top: 60px;}
/* 內層 */
.prod_related {padding: 40px 0;}
.prod_related h6 {margin: 0 auto 15px;}
.related_list {grid-gap: 15px 10px;}
.related_list li a {padding: 7px;}
.related_list li a p {font-size: 13px;letter-spacing: .5px;}
.lastPage {margin: 0px auto;width: 170px;height: 44px;}
}






/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*A文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* article_a */

/*文章功能頁/ = = = = */
.show_content.blog_box {max-width: 1200px;gap: 10px;width: 95%;padding: 0 20px;display: flex;justify-content: flex-end;flex-wrap: wrap;margin-top: -40px;}
.article_a .path, .article_b .path {max-width: 1300px;}
/* 左側分類欄位 = = */
.blog_le {
position: relative;
width: 100%;
padding: 0;
z-index: 1;
margin: 0;
}
h5.blog_le_t {
text-align: center;
padding: 20px;
padding-top: 15px;
padding-bottom: 15px;
width: 100%;
margin: 0 0 20px;
display: none;
}
h5.blog_le_t em {
font-weight: 500;
font-size: var(--f20);
letter-spacing: 3px;
color: #000;
text-align: center;
font-family: var(--SFont);
}
.blog_search {/* display: none; */margin-bottom: 20px;}
.blog_search input[type=search] {color: #999;border: 0;border-bottom: 1px solid #666;background: #fff;border-radius: 0;padding: 10px 40px 10px 10px;}
.blog_search input[type=search]::placeholder{color: #999;font-size: 14px;letter-spacing: 1.5px;}
.blog_search input[type=submit] {
right: 5px;
bottom: 5px;
top: unset;
width: 30px;
height: 30px;
background: url(https://pic03.eapple.com.tw/yihchengorchid/img_search.png) no-repeat center center;
background-size: 64%;
}
/* 分類列 */
.blog_le .accordion {
border-radius: 0;
font-size: 0;
padding: 0;
display: flex;
gap: 0;
border: 0px #eee solid;
flex-direction: row;
/* display: grid; */
/* grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); */
flex-wrap: wrap;
justify-content: flex-start;
gap: 10px 5px;
}
.blog_le .accordion li {
transition: .3s ease-out;
border: 0;
position: relative;
overflow: unset;
height: fit-content;
/* display: flex; */
width: fit-content;
min-width: fit-content;
display: block;
/* padding: 10px 15px; */
/* font-size: 13px; */
/* color: #81674e; */
/* border: 1px solid #81674e; */
/* letter-spacing: 2px; */
/* text-align: center; */
}
.accordion li .link {
position: relative;
/* width: 100%; */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border: 0;
flex-wrap: wrap;
}
.accordion li+li .link {
border: 0;
/* border-top: 1px solid #eee; */
}
.accordion li .link a {
text-align: center;
line-height: 1.6;
font-weight: 400;
margin: 0;
padding: 10px 20px;
font-family: var(--SFont);
letter-spacing: 2px;
border: 0;
/* border-bottom: 2px solid transparent; */
height: auto;
transition: all 0.3s ease-out;
width: 100%;
display: block;
padding: 9px 15px;
font-size: 14px;
color: #7a7272;
border: 1px solid #CCC;
letter-spacing: 2px;
text-align: center;
}
/* 分類2層-OFF */
.submenu {font-size: 14px;opacity: 1;width: 100%;border: 0;}
.submenu li+li {border-top: 1px solid #ccc !important;}
.submenu a {color: #666;word-break: break-all;line-height: 1;padding: 12px 20px 12px 30px;height: fit-content;font-size: 13px;}
.submenu a i {left: 10px;font-size: 13px;}
.submenu li.on_this_category a, .submenu a:hover {color: #FFF;}
/* 當前頁面 */
.blog_le .accordion > li.on_this_category .submenu {display: none !important;height: 100%;}
.blog_le .accordion > li.on_this_category.open .submenu {display: block !important;height: 100%;}
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {color: #444 !important;}
.blog_le .accordion > li.on_this_category{background: transparent !important;}
.blog_le .accordion > li.on_this_category:hover {color: #3C3C3C !important;}
.blog_le .accordion > li:hover {background: transparent !important;}
.blog_le .accordion > li.on_this_category .link a, .blog_le .accordion > li:hover .link a {
color: #fff !important;background: #a68caf;border-color: #BEAAC5;}


/* 右側圖文區 = = */
.blog_ri {margin: 0;flex-direction: column;font-family: var(--SFontEN);padding: 0;width: 100%;margin-top: 40px;justify-content: flex-start;}
h4.blog_category_title {width: fit-content;font-weight: 500;letter-spacing: 1px;margin: 0;padding: 0;}
/* 圖文區塊 */
.blog_subbox {grid-template-columns: repeat(1, 1fr);width: 100%;gap: 20px;display: grid;grid-gap: 85px 40px;grid-template-columns: repeat(2, 1fr);align-items: stretch;}
.subbox_item {border-radius: 0;overflow: hidden;transition: .5s ease-out;margin: 0;padding-bottom: 0;border: 0;}
.subbox_item:hover {transition: .5s ease-out;}
.subbox_item a {gap: unset;display: grid;grid-template-columns: 1fr;align-items: center;grid-gap: 20px;padding-right: 0;}

.subbox_item a:before, .subbox_item a:after {content: none;}
.subbox_item a:hover:before, .subbox_item a:hover:after {opacity: 1;transition: all .5s;}
/* 圖 */
.blog_list_le {overflow: hidden;aspect-ratio: 520/347;background-color: #000000;width: 100%;/* box-shadow: 6px 6px 0 rgba(0, 0, 0, .04); */position: relative;font-size: 0;}
.blog_list_le img {transition: .6s ease;box-shadow: 6px 6px 0 rgba(0, 0, 0, .04);transform: scale(1);}
.subbox_item a:hover img {transition: all 0.6s ease;opacity: 0.6;transform: scale(1.05);}
.blog_list_le:before {
content: 'READ MORE';
position: absolute;
z-index: 19;
opacity: 0;
height: fit-content;
transition: all .6s;
font-size: 14px;
padding: 5px 18px;
border-radius: 2px;
color: #fff;
bottom: 0;
font-weight: 400;
letter-spacing: 1.5px;
left: 50%;
text-shadow: 0 0 15px rgb(0 0 0 / 60%);
transform: translate(-50%, -50%);
font-family: var(--SFontE2);
top: 50%;
margin-top: 20px;
}
.subbox_item a:hover .blog_list_le:before {opacity: 1;margin: 0;}

/* 文字 */
.blog_list_ri {display: flex;flex-direction: column;justify-content: center;margin: 0;padding: 0;width: 100%;padding-left: 0;max-width: 100%;overflow: hidden;}
.blog_list_ri h5 {line-height: 1.6;font-size: var(--f20);text-align: left;color: #333;font-family: var(--SFontC);font-weight: 500;letter-spacing: 1px;-webkit-line-clamp: 2;margin: 0;height: 70px;padding-bottom: 5px;/* border-bottom: 1px solid #e7e7e7; */}
.subbox_item a:hover .blog_list_ri h5 {color: #726797;}
.subbox_item a:hover .blog_list_ri p {opacity: 0.6;;}
.blog_list_ri em {font-size: 12px;color: #999;margin: 0;letter-spacing: .5px;display: none;}
.blog_list_ri p {font-size: 14px;letter-spacing: 1.25px;line-height: 1.7;font-weight: 400;color: #727171;margin: 5px 0 0;-webkit-line-clamp: 3;}



/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {}
.blog_in_page .blog_ri {/* width: 100%; *//* display: block; *//* padding: 0; *//* margin: auto; *//* min-height: fit-content; *//* align-self: end; */}
.blog_in_page h4.blog_category_title {width: 100%;font-size: 24px;letter-spacing: 1.5px;margin-bottom: 0;text-align: left;padding: 0;font-size: var(--f24);font-family: var(--SFontC);}

/* 上下篇按鈕 */
.blog_back {align-items: center;border-top: 1px solid #eee;padding: 20px 0;display: flex;-ms-flex-wrap: wrap;gap: 10px;width: 100%;display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 9px;}
.blog_back a {font-size: 13px;letter-spacing: 0.08em;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {background: #eee;background: transparent;transition: .5s ease;height: 35px;width: 100%;font-weight: 300;line-height: 35px;border-radius: 4px;border: 1px solid #d2d2d2;color: #666;display: block;font-size: 14px;padding: 0 20px;position: relative;}
.blog_back a.article_btn_prev {text-align: right;}
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before{content: "";width: 10px;height: 10px;border-left: 1px solid #666;border-bottom: 1px solid #666;display: block;position: absolute;top: calc(50% - 5px);}
.blog_back a.article_btn_prev:before{-webkit-transform: rotate(45deg);transform: rotate(45deg);left: 15px;}
.blog_back a.article_btn_next:before{-webkit-transform: rotate(-135deg);transform: rotate(-135deg);right: 15px;}
.blog_back a.article_btn_next {margin-left: auto;text-align: left;}
.blog_back a.article_btn_back {background: #EEE;transition: .5s ease;/* color: #65578c; *//* display: none; */}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {border: 1px solid var(--SubColor6);background: var(--SubColor6);color: #fff;}
.blog_back a.article_btn_back:hover {border: 1px solid #9084b9;background: #9084b9;color: #fff;}
.blog_back a.article_btn_prev:hover:before, .blog_back a.article_btn_next:hover:before  {border-left: 1px solid #fff;border-bottom: 1px solid #fff;}

/* 分享按鈕 = = */
.blog_shareData {display: flex;align-items: center;align-content: center;flex-wrap: wrap;flex-direction: row;margin: 10px 0;width: 100%;padding: 10px 0 10px;border-radius: 5px;border-bottom: 1px solid #eee;border-top: 1px solid #eee;padding-bottom: 10px;justify-content: flex-end;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {font-weight: 400;font-size: 12px;color: #333;letter-spacing: .5px;}
.toShareNews a object {max-width: 20px;}
.toShareNews > a:hover > object {filter: none;}
/* 文章編輯器 */
.blog_box_edit {background: transparent;margin: 10px 0;font-size: var(--f16);color: #2F2F2F;line-height: 1.8;padding: 20px;/* padding: 0; */letter-spacing: .5px;}
.articel_mainPic {/* display: none; */}

/*文章-相關推薦*/
.news_related {display: none;}






@media screen and (max-width: 1200px) {
/* 外層 */
.show_content.blog_box {width: 100%;}
.blog_ri {}
/* 內層 */
}


@media screen and (max-width: 1024px) {
/* 外層 */
.blog_ri {margin-top: 20px;}
.subbox_item a {}
.blog_list_ri {padding-right: 0;}
.blog_subbox {grid-gap: 60px 35px;}
.blog_list_ri h5 {height: 60px;margin-bottom: 10px;}
/* 內層 */
.blog_back {gap: 6px;}
.blog_box_edit {margin: 0;}
}




@media screen and (max-width: 768px) {
/* 外層 */
.blog_le, .blog_ri {width: 100%;padding: 0;margin: 0;}
.blog_le .accordion {display: none;}
.blog_search{ margin-bottom: 30px;}
.blog_subbox {grid-template-columns: repeat(1, 1fr);}
.blog_list_ri h5 {height: auto;padding: 0;}
/* 內層 */
.blog_box_edit {padding: 15px 0;}
.blog_in_page h4.blog_category_title {padding-top: 15px;}
.blog_shareData {padding: 5px 0;}
.toShareNews a {margin-left: 6px;}
.toShareNews a object {max-width: 18px;}
}


@media screen and (max-width: 600px) {
/* 外層 */
.show_content.blog_box {gap: 5px;padding: 0 5px;}
.blog_subbox {grid-gap: 50px 30px;}
.subbox_item a {grid-gap: 10px;}
.subbox_item a:before {font-size: 10px;}
.blog_list_ri em {margin: 0;letter-spacing: 0;opacity: .8;}
.blog_list_ri p {letter-spacing: .5px;}
/* 內層 */
.blog_in_page .show_content.blog_box {gap: 10px;padding: 0 5px;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {font-size: 12px;height: 32px;line-height: 32px;}
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before {width: 6px;height: 6px;top: calc(50% - 2px);}
}


@media screen and (max-width: 480px) {
.blog_list_ri p {font-size: 12px;}
/* 內層 */

}







/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定-OFF  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */






/* = = = 分隔線 相本主分類-ON= = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px ) = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.show-list .item:hover .show_name{}

/*相簿*/
.other_album_choice li {background: #ccc;}
/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}


.show-list .item a .show_pic {transition: all .6s;border-radius: 10px;}

.overlay {background: rgb(244 239 223 / 30%);z-index: 1;display: none;}
.show-list .show_pic {aspect-ratio: 36 / 25;background-color: #000;}
.show-list .item a .show_pic img {transform: scale(1);transition: all 0.3s linear;}
.show-list .item a:hover .show_pic img {transform: scale(1.05);opacity: 0.8;}







/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相本列表*/
.album_page #page, .album_class_page #page, .album_info_page #page{}
.album_page #content, .album_class_page #content, .album_info_page #content{background: transparent;}
.album_page .show_content, .album_info_page .show_content{ 
width: 100%;    
text-align: center;
}

/* 主分類相簿名 */
.subalbum-menu h2 {
text-align: center;
padding-bottom: 20px;
width: 100%;
font-size: 24px;
font-weight: 600;
letter-spacing: 0.2em;
color: var(--SubColor);
display: none;
}
/*大分類頁*/
.album_class_page .show_content, .album_info_page .show_content {/* width: 90%; */}
.album_descrip { display: none;}
.show-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: clamp(20px, 4%, 50px);
gap: 25px;
}
.album_class_page .show-list {grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));}
.show-list .item {text-align: center;width: 100%;background: transparent;}
/* 次分類相簿名 */
.other_subalbum li a p {
margin: 0;
position: relative;
z-index: 1;
display: inline-block;
padding: 16px 0;
font-size: 17px;
font-weight: 600;
line-height: 1;
letter-spacing: 1.5px;
color: #333;
width: 100%;
font-size: 16px;
text-align: center;
transition: .3s ease-in-out;
}
.other_subalbum li a:hover p {color: #726797;}


/*相簿最內頁-.album_info_page = = = = */
.album_info_page{}
.album_descrip p {
font-weight: 700;
text-align: center;
padding-bottom: 20px;
width: 100%;
color: #333;
font-size: 20px;
letter-spacing: .5px;
}
/*相簿瀑布流*/
.album_info_page .pic-list {
-webkit-column-count: 3;
-webkit-column-gap: 10px;
column-count: 3;
width: 100%;
margin: 0 auto;
grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
gap: 20px;
}
.album_info_page .pic-list .item { width: 100%;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
padding: 0;
margin: 0;
}
.album_info_page .pic-list .show_pic {height: auto;padding: 0;aspect-ratio: 4 / 3;border-radius: 5px;}
.pic-list .show_pic img {transition: all 0.4s ease;}
.pic-list .show_pic:hover img {opacity: 0.6;}
.pic-list .item h6 {padding: 0;}





@media (max-width: 1440px){
.album_info_page .pic-list{ -moz-column-count:3; -webkit-column-count:3;  column-count:3;}
}

@media screen and (max-width: 1280px){
.show-list {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 980px){
}

@media screen and (max-width: 768px){
.show-list {grid-template-columns: 1fr ;}
}

@media screen and (max-width: 600px){
.album_class_page .show_content{width: 100%;}
.album_page .show-list .item{width: 100%;}	
.album_page .show-list .item{margin:auto;}
.show-list .item{margin:auto;}
.show-list {gap: 20px;}

.album_info_page .pic-list { grid-template-columns: 1fr; }
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_page .banner {padding: 120px 25px 60px;min-height: unset;}
.contact_page .banner:before {content: none;}
.contact_page  .banner h5:after {content: 'CONTACT US';}
.contact_page  .banner h5 {align-items: center;font-size: var(--f32);gap: 0;}


.contact_page #content {background: #fbfbfb;background: url(https://pic03.eapple.com.tw/yihchengorchid/c_bg.jpg);background-attachment: fixed;}
.contact_page .main_part {padding-bottom: 100px;background: transparent;padding: 0px 20px 140px;position: relative;}
.contact_page .main_part:before {
content: '';
width: 55%;
height: auto;
aspect-ratio: 700/557;
display: block;
position: absolute;
background: url(https://pic03.eapple.com.tw/yihchengorchid/c_bg2.png) no-repeat;
left: 0;
background-size: contain;
max-width: 1000px;
mix-blend-mode: multiply;
bottom: 0;
opacity: .15;
}

.contact_content {width: 95%;max-width: 1400px;padding: 0;margin: 0 auto;padding: 60px 0 120px;padding-left: 20px;padding-right: 20px;/* padding-top: 40px; */}
.contact_content form {display: flex;justify-content: space-between;gap: 40px;}
/* 聯絡資訊 */

.contact_content .information_left .blank_letter, .contact_content .information_left .list_before {display: none;}
.contact_content .information_left {width: 295px;padding: 0;padding-right: 20px;width: 45%;max-width: 560px;flex-direction: column;}
.blank_letter {padding-top: 30px;padding-bottom: 20px;font-size: 26px;color: #333;background-position: left bottom;background-repeat: no-repeat;font-size: var(--f24);font-weight: 500;position: relative;letter-spacing: 2px;margin-bottom: 20px;font-family: var(--SFontC);padding: 0;}
.list_before.info li {padding-left: 0;font-size: 14px;letter-spacing: 1px;line-height: 1.4;margin: 10px 0;display: grid;gap: 5px;grid-template-columns: 40px 1fr;color: #464543;}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {position: relative;display: block;width: 35px;left: 0;font-size: 14px;font-weight: 600;letter-spacing: .5px;color: #1F1B15;}


/* 線上表單 */
.contact_content .information_right {padding-left: 30px;width: calc(100% - 45%);/* max-width: calc(100% - 600px); */width: 60%;border-radius: 15px;padding: 50px;border: 0px solid #e7e7e7;box-shadow: 4px 4px 30px rgb(51 47 53 / 5%);background: #fff;}
.contact_form {
margin-top: 30px;
margin-bottom: 20px;
font-size: 15px;
color: #444;
display: grid;
grid-template-columns: 1fr;
grid-gap: 25px;
}
.contact_form li {display: grid;grid-template-columns: 1fr;grid-gap: 2px;font-family: var(--SFont);}
.contact_form li .form__label {
text-align: left;
color: #333333;
font-size: 15px;
font-weight: 400;
letter-spacing: .5px;
line-height: 1.5;
font-family: var(--SFont);
background: transparent;
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
.contact_form li input.noborder {
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
background: transparent;
padding: 4px;
border-radius: 0;
border-bottom: 1px solid #dddddd;
}
.contact_form li textarea.noborder {
border: 1px #ddd solid;
border: 0;
background: transparent;
border-radius: 0;
border-bottom: 1px solid #dddddd;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {color: #666;font-size: 14px;}

.tncode {
border: 1px solid #dddddd !important;
background: #eee !important;
/* box-shadow: none !important; */
box-shadow: 2px 2px 2px #cccccc5e !important;
width: 100% !important;
color: #333 !important;
font-family: var(--SFont);
letter-spacing: 1px;
}
.tncode:hover {
background: #aaa9a9 !important;
color: #ffffff !important;
}


/* BTN */
.contact_form li.last {justify-content: center;flex-wrap: wrap;display: flex;gap: 25px;margin-top: 40px;}
.contact_form li.last blockquote, .contact_form li.last cite {
text-align: left;
width: 190px;
min-height: 60px;
margin: 0;
max-width: calc((100% - 20px)/2);
padding: 0;
position: relative;
color: #fff;
background: rgb(211 188 207 / 40%);
color: #756F8D;
border-radius: 50%;
display: flex;
border: 1px solid rgb(124 118 145 / 20%);
align-items: center;
}

.contact_form li.last blockquote:hover, .contact_form li.last cite:hover {
background: rgb(232 221 231 / 40%);
border: 1px solid rgb(124 118 145 / 40%);
color: #756F8D;
}
.contact_form li.last blockquote:after, .contact_form li.last cite:after {
margin: auto;
content: "";
display: block;
position: absolute;
right: 25px;
width: 40px;
height: 7px;
bottom: 42%;
opacity: .4;
transition: all 0.3s ease-out;
background: url(https://pic03.eapple.com.tw/yihchengorchid/c_arrow.svg) no-repeat;
}
.contact_form li.last blockquote:hover:after, .contact_form li.last cite:hover:after{opacity: 1;right: 20px;}
.contact_form li.last blockquote {background: transparent;}
.contact_form li.last cite {background: #f9f7f9;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input{letter-spacing: 1.5px;color: #373347;}
.contact_form li.last cite i {display: none;}
.contact_form li.last input {font-weight: 400;font-family: var(--SFontEN);font-size: 14px;color: #333;padding: 12px 20px;text-align: center;width: 100%;padding-right: 39px;letter-spacing: 1.5px;line-height: 1;height: 100%;}



/* 原紅字 */
.red {color: #ed6464;height: fit-content;line-height: 1.2;}
.note {font-size: 11px;letter-spacing: 1px;right: 0;font-family: var(--SFont);position: absolute;}



@media screen and (max-width: 1200px) {
.contact_page .banner {padding: 100px 25px 60px;}
.contact_content {padding: 20px 10px 100px;}
.contact_content form {gap: 20px;}
.contact_content .information_right {padding:40px 30px;}
}


@media screen and (max-width: 1024px) { 
.contact_page .main_part {padding: 0px 20px 100px;}   
.contact_content {max-width: 780px;}
.contact_content form {display: flex;justify-content: space-between;gap: 40px;flex-wrap: wrap;}
.contact_content .information_right {padding: 40px;width: 100%;}
/* 編輯區 */
.contact_content .information_left {width: 100%;padding: 0;max-width: 100%;}
}

@media screen and (max-width: 768px) {
.contact_page .banner h5 {font-size: 26px;text-shadow: none;}
.contact_page .banner h5:after {font-size: 58px;}
}

@media screen and (max-width: 600px) {

.contact_page .banner {padding: 80px 25px 40px;}
.contact_page .banner h5 {font-size: 24px;}
.contact_page .banner h5:after {font-size: 44px;}
.contact_page .main_part {padding: 0px 20px 60px;}
.contact_content {width: 90%;margin: 0 auto;padding: 40px 0 80px;}
.contact_content .information_right {padding: 40px 20px;}
.blank_letter {font-size: 20px;font-weight: 600;}
.contact_form {margin-top: 20px;grid-gap: 15px;margin-bottom: 10px;}
.contact_form li .form__label{font-size: 14px;font-weight: 500;}
.contact_form li input.noborder, .contact_form li textarea.noborder {background: #efefef5c;font-size: 14px;}
.contact_form li.last blockquote, .contact_form li.last cite {text-align: left;width: 165px;min-height: 54px;}
.contact_form li.last {gap: 12px;}
.contact_form li.last input {font-size: 13px;width: 100%;padding-right: 55px;}
.contact_form li.last blockquote:after, .contact_form li.last cite:after {right: 20px;}
}


@media screen and (max-width: 480px) {
.contact_page .banner {
        padding: 60px 25px 40px;
    }
    .contact_content form {
        gap: 20px;
        }
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (min-width: 1400px) {}

/* @1200下方區域_平板版面1200px */
@media screen and (max-width: 1200px) {
/* footer*/
.footer_info {margin: auto;}
.footer_info li:nth-child(1) {-ms-flex-direction: column;flex-direction: column;}
.footer_info li p {margin-left: 0;}
}

/* @1024下方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* 共用 */
.show_content {width: 100%;}
.main_part {padding: 80px 20px 60px;}
/* footer */
.footer_info {text-align: center;position: relative;    grid-gap: 10px;}
.footer_logo a {position: relative;display: block;width: 100%;}
.footer_info ul {grid-template-columns: 1fr;gap: 20px;}
.footer_info li+li{margin-top: 0;}
.footer_info li:nth-child(2) {padding: 0px 0 10px;}
.footer_menu {display: flex;justify-content: flex-start;margin-left: auto;gap: 5px;}
.footer_menu a {padding: 5px 15px;}


}

/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {

/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none    }
.footer.with_shopping_mode {padding: 60px 0 0px;}
#to_top {bottom: 22px;left: 12px;transform: scale(.9);transform-origin: 0 100%;}
/* footer */
.footer .center {padding: 0 0 10px;width: 95%;}
.footer_logo {position: relative;margin: auto;max-width: 190px;}
.footer_logo a {width: 90%;}
.footer_info li:nth-child(1) {gap: 3px;padding: 20px 5px;}
.footer_menu {flex-wrap: wrap;max-width: 500px;margin: auto;gap: 5px;}
.footer_menu a {font-size: 13px;width: calc((100% - 10px) / 3);text-align: center;}

.copy{font-size: 10px;letter-spacing: .25px;}
}



@media screen and (max-width: 600px) {
/* 共用 */
.main_part {width: 100%;padding-bottom: 40px;padding-left: 25px;padding-right: 25px;}
.show_content {padding: 0 0px;width: 100%;}
.page li a, .page li {font-size: 14px;width: 30px;height: 30px;line-height: 30px;}
.path {padding: 0px 0 20px;}
/* footer */
.footer.with_shopping_mode {padding-top: 40px;}
.footer_info {align-items: flex-start;padding: 0 10px;}
.footer_logo {max-width: 170px;margin-left: 0;padding-bottom: 5px;}
.footer_info li:nth-child(1) {padding: 14px 0;align-items: flex-start;}
.footer_info li p,.footer_info li p:before {font-size: 12px;letter-spacing: .5px;}
.footer_info li:nth-child(2) {padding: 0;}

.footer_menu {/* max-width: 400px; */padding-top: 10px;}
.footer_menu a {font-size: 11px;width: calc((100% - 20px) / 3);}
.copy {font-size: 8px;margin-top: 10px;}
.total_view {display: inline;width: fit-content;}
}



@media screen and (max-width: 480px) {
/* 共用 */
.edit {font-size: 14px;}

.footer_menu {/* max-width: 140px; */}
.footer_menu a {/* width: 100%; */}
}
