@charset "utf-8";
/* CSS Document */

button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}/*# sourceMappingURL=normalize.min.css.map */


/*-----------------------------------------------------*/
/*------------------------Reset--------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%; vertical-align: baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased; }
blockquote, q { quotes: none; }
a {text-decoration: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
button {background: transparent;border-radius: 0;border: 0;padding: 0;-webkit-appearance: none;-webkit-border-radius: 0;user-select: none;}
button:focus {outline: 0 none;}
button::-moz-focus-inner {padding: 0;border: 0;}
/*table {border-collapse: collapse;border-spacing: 0;}*/

* { text-decoration:none; font-family:Arail; font-size:16px; padding:0; margin:0; box-sizing:border-box; max-width:100%;
/* -webkit-transition: ease .3s; -moz-transition: ease .3s; -ms-transition: ease .3s; -o-transition: ease .3s;  transition: ease .3s;*/}
* a,
* a * { -webkit-transition: ease .3s; -moz-transition: ease 0.3s; -ms-transition: ease 0.3s; -o-transition: ease 0.3s;  transition: ease 0.3s;}
body { overflow-x:hidden;}
.box_le { float:left;}
.box_ri { float:right;}
.hs_clear:before,
.hs_clear:after { content:"";  display:table; } 
.hs_clear:after { clear:both; }
.hs_clear { *zoom:1;/*IE/7/6*/ }

/*Google 字體*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300&display=swap');

/* 共用回到頂端 top */
/*
.go-top { position: fixed; z-index:999999; bottom: 10px; right:10px; text-decoration: none; color: #fff; background: #757475; display: none; width:45px; height:45px; text-align:center; line-height:45px; border-radius:100%;}
.go-top:hover {}
*/
.f_gotop { position:fixed; bottom:50px; left:10px; z-index:60; display:none; cursor:pointer; border:1px #ccc solid; border-radius:100%; width:64px; height:64px; text-align:center; padding:22px 0; background:#fff; color:#0e6312;}
.f_gotop:after { content: '▲'; color:#0e6312; position:absolute;  bottom:10px; left:50%; transform:translateX(-50%); font-size:12px;}
.f_gotop.fix { bottom: 70px; transition: 0.5s;}

/* 共用 Animations */
[data-animate-in] { opacity: 0; transition: transform 0.8s ease, opacity 0.8s ease }
[data-animate-in="up"] { transform: translate3d(0, 24px, 0) }
[data-animate-in="left"] { transform: translate3d(-25%, 0, 0) }
[data-animate-in="right"] { transform: translate3d(25%, 0, 0) }
[data-animate-in="down"] { transform: translate3d(0, -24px, 0) }
[data-animate-in="fadeIn"] { transform: translate3d(0, 0, 0) }
[data-animate-in].in-view { opacity: 1; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transition: transform 0.6s ease, opacity 0.6s ease }
.fade-in { opacity: 0; transition: opacity 1s ease }
.page-loaded .fade-in,.page-loaded.fade-in { opacity: 1 }
.isSafari.isTouch [data-animate-in],.isSafari.isTouch [data-animate-in="up"] { opacity: 1; transition: none; transform: none }

/* 頁尾 */
.footer_c { background:url(../images/df_i_bg03.jpg) repeat; padding:30px 0 0; text-align:center;}
.footer_c section { max-width:600px; margin:auto;}
.box_f_1 { margin:20px auto;}
.box_f_1 blockquote { display:inline-block; vertical-align:middle; padding:7px;}
.box_f_1 blockquote a { display:inline-block; padding: 0 10px; border-right:1px #fff solid; color:#eee; font-size:15px;}
.box_f_1 blockquote a:last-child { border:none;}
.box_f_3 { border-top:1px #4faf53 dashed; padding:30px 0 20px;}
.box_f_3 p { font-size:15px; color:#fff; letter-spacing:1px; margin-bottom: 15px;}
.box_f_3 section { padding:10px 0;}
.box_f_3 section a { display:inline-block; margin:10px; background:#fff; color:#298A22; font-size:20px; border:4px #298A22 solid; border-radius:30px; width:44px; height:44px; line-height:36px;}
.box_f_3 section a:hover { border-color:#fff;}
.footer_c em { display: block; padding: 10px; background: #24771E;; font-style:normal; font-size:12px; color:#fff;}

/* 共用內頁 */
.paper_body { max-width:1400px; margin:auto; padding:25px;}
.path { max-width:1200px; margin:25px auto; text-align:right; padding:0 15px;}
.path a { display:inline-block; vertical-align:bottom; font-size:14px; color:#666;}
.path a.path_home:before { content:''; display:inline-block; vertical-align:bottom; background:url(../images/icon_home.png) center center; background-size:cover; width:20px; height:20px; margin: 0 5px 0 0; }
.path span { display:inline-block; vertical-align:bottom; margin: 0 0 0 7px; font-size:14px; color:#666;}

h3.edit_title { font-size:25px; color:#333; text-align:center; padding:25px; margin:50px auto; position:relative;}
h3.edit_title:after { content:''; width:100px; height:5px; background:#27853A; position:absolute; bottom:0; left:50%; transform:translateX(-50%)}
.paper_edit { padding:10px;}

/* 共用分頁 */
.page_list { display:block; width:100%; margin:50px auto 10px; text-align: center;}
.page_list a { display:inline-block; margin:3px; width:30px; height:30px; color:#666; text-align:center; line-height:30px; border-radius:100%; border:1px #ccc solid;}
.page_list a:hover,
.page_list a.action { border-color: #379b76; font-weight:1000; color:#379b76;}
.page_list a.page_arrow1 { text-indent:-9999px; background:url(../images/arrow1.png) no-repeat center center;}
.page_list a.page_arrow2 { text-indent:-9999px; background:url(../images/arrow2.png) no-repeat center center;}
.page_list a.page_arrow3 { text-indent:-9999px; background:url(../images/arrow3.png) no-repeat center center;}
.page_list a.page_arrow4 { text-indent:-9999px; background:url(../images/arrow4.png) no-repeat center center;}

/* 共用 banner */
.banner { /*width:100%; margin:0 auto; background:url(../images/bcl_bg01.png) repeat; padding-top:160px;*/}
.banner_s { /*max-width:1200px; margin:0 auto; padding:30px 20px;*/}

.paper_banner { background: url(../images/df_paper_banner_bg.jpg) center center; text-align: center; height: 300px; position: relative;}
.paper_banner h4,
.paper_banner h4 b { font-size:50px; color:#fff; font-family: 'Noto Serif TC', serif; letter-spacing:2px; text-shadow:0 0 10px #000;}
.paper_banner h4 { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 100%;}
.paper_banner h4 b { font-size:30px; display:block; padding-top: 10px;}

/* 首頁 */
.bcl_i_c { margin:0 auto;}

.i_popular {}
.i_popular ul { list-style:none; display:block; width:100%; position:relative;}
.i_popular ul:before,
.i_popular ul:after { content:''; position:absolute; z-index:0; left:50%; transform:translate(-50%, 0); display:block; width:1200px; height:300px; border-radius:100%; background:#fff;} 
.i_popular ul:before { top:-100px;}
.i_popular ul:after { bottom:-150px;} 

.i_popular li { display:block; position:relative; z-index:1; text-align:center; max-width:1200px; margin:0 auto; }
.i_popular h4 { font-size:30px; color:#002A5A; position:relative; padding: 0 5px 0 30px; width:200px; margin:0 auto 30px; letter-spacing:1px;}
.i_popular h4:before { content:''; position:absolute; left:0; top:0; background:#27853A; width:16px; height:100%;}
.i_popular blockquote { display:block; margin:50px auto;}
.i_popular blockquote a { display:inline-block; width:12%; padding:15px 5px;  margin:0 1% 10px; color:#111; border:1px #ccc solid; border-radius:30px; background:#fff;}
.i_popular blockquote a:hover { background:#27853A; color:#fff;}
.i_flex { display:flex; flex-wrap:wrap; padding:15px; margin-bottom:50px;}
.i_flex_item { display:flex; flex:46%; justify-content:center; align-items:center; margin:25px 2%;}
.i_flex_item a { display:block; overflow:hidden;}
.i_flex_item a:hover img { transform:scale(1.1,1.1)}

.i_prodc { background:url(../images/df_i_bg01.jpg) repeat; background-size:cover; padding:75px 0; text-align:center; }
.i_prodc h4 { font-size:50px; color:#341D19; padding: 5px 0; margin:0 auto; letter-spacing:1px; font-family: 'Noto Serif TC', serif;}
.i_prodc h5 { font-size:30px; color:#341D19; padding: 5px 0; margin:0 auto; letter-spacing:1px; font-family: 'Noto Serif TC', serif;}
.i_prodc ul { list-style:none; display:flex; flex-wrap:wrap; padding:50px 15px 15px; width:1200px; margin:auto; text-align:center;}
.i_prodc li { display:flex; justify-content:center; align-items:center; margin:0 1% 25px; max-width:23%;}
.i_prodc a {}
.i_prodc img { display:inline-block; margin-bottom:15px; border: 1px #D5ECD8 solid;}
.i_prodc p { color:#000; font-size:15px; font-weight:1000; line-height:125%; margin-bottom:5px;}
.i_prodc p em{display: block; font-size: 13px; text-decoration: line-through; font-style: normal; color: #E12E59;}
.i_prodc p.pd_name1 { font-size: 18px; color: #000;}
.i_prodc p.pd_name2 {}
.i_prodc p.pd_name3 {}
.i_prodc p.pd_name4 { font-size: 18px; color: #DAAD13; font-family: 'Noto Serif TC', serif;}
.i_prodc p.pd_name4 b { display: inline-block; vertical-align: middle; padding: 1px;}
.i_prodc span { display:block; font-size:16px; background:radial-gradient(circle farthest-corner at left,#BDD156,#298A22); color:#fff; border-radius:5px; padding:12px; margin:7px 7px 15px; letter-spacing:1px;}
.i_prodc a:hover {}
.i_prodc a:hover span { background:#216B1B; border-color:#d8cbea; letter-spacing:2px;}

.i_news_view { background:url(../images/df_i_bg02.jpg) repeat; background-attachment: fixed; background-size: cover; padding:75px 0; text-align:center; box-shadow:0 0 20px #333;}
.i_news_view h4 { font-size:50px; color:#fff; padding: 5px 0; margin:0 auto; letter-spacing:1px; font-family: 'Noto Serif TC', serif;}
.i_news_view h5 { font-size:30px; color:#fff; padding: 5px 0; margin:0 auto; letter-spacing:1px; font-family: 'Noto Serif TC', serif;}
.i_news_view ul { list-style:none; display:flex; flex-wrap:wrap; padding:50px 15px 15px; width:1200px; margin:auto; text-align:center;}
.i_news_view li { display:flex; justify-content:center; align-items:flex-start; margin:0 1% 25px; max-width:23%;}
.i_news_view a { display: block; background: #fff; box-shadow: 0 0 5px #999;}
.i_news_view blockquote { display: block; padding:10px;;}
.i_news_view h6 { font-size: 18px; color: #000; padding:5px;}
.i_news_view p { font-size: 14px; color: #aaa; padding:5px;}
.i_news_view a:hover { transform: scale(1.02); box-shadow: 0 0 20px #666;}

/* 關於我們-品牌故事 */
.paper_abputs {}
.paper_abo {}
.abo_t { position: relative; padding: 10vw 0 0 0; background: url(../images/abo/df_abo_bg01.png) no-repeat left top #f7f6f4; background-size:80%;}
.abo_t:after { content:''; background: url(../images/abo/df_abo_img07.png) no-repeat left bottom; display: block; width: 20vw; height: 100%; position: absolute; bottom: 0; right: 0;}
.abo_t table { width: 100%; max-width: 1200px; margin: auto;}
.abo_t td { vertical-align: middle; text-align: center; padding: 0 15px;}
.abo_t td h4 { font-size:50px; color:#341D19; letter-spacing:1px; font-family: 'Noto Serif TC', serif;}
.abo_t td h5 { font-size:30px; color:#341D19; letter-spacing:1px; font-family: 'Noto Serif TC', serif; margin-bottom: 25px;}
.abo_t td p { font-size:18px; color:#333;}
.abo_t ul { list-style: none; display: block; max-width: 1200px; margin:0 auto; padding: 75px 10px;}
.abo_t li { display: inline-block; vertical-align: top; width: 19%; padding: 10px;}
.abo_t li:nth-child(2n+1) { padding-top:75px;}
.abo_t li img {}

.abo_c {}
.abo_tt_ad { background: linear-gradient(#298A22,#216B1B); text-align: center; padding: 50px 10px;}
.abo_tt_ad h4 { font-size:50px; color:#fff; padding: 5px 0; margin:0 auto; letter-spacing:1px; font-family: 'Noto Serif TC', serif;}
.abo_tt_ad h5 { font-size:30px; color:#fff; padding: 5px 0; margin:0 auto; letter-spacing:1px; font-family: 'Noto Serif TC', serif;}

ul.abo_c_box1 { list-style: none; display: block; max-width: 1300px; margin: auto; padding: 50px 10px;}
ul.abo_c_box1 li { display: inline-block; vertical-align: top; width: 30%; margin: 50px 1%; padding: 10px; box-shadow: 2px 2px 5px #ddd; position: relative;}
ul.abo_c_box1 li blockquote { display: block; margin-top: -75px; text-align: center; padding: 15px;}
ul.abo_c_box1 li .imghead { display: block; margin: 0 auto 30px; /*position:absolute; top:-50px; left: 50%; transform:translateX(-50%);*/ }
ul.abo_c_box1 li h5 { font-size:26px; color:#288A21;}
ul.abo_c_box1 li h6 { font-size:16px; color:#BDD155; margin-bottom: 25px;}
ul.abo_c_box1 li p { font-size:18px; color:#111; text-align: left; padding: 10px; line-height: 175%; height: 320px; overflow-y: scroll;}
ul.abo_c_box1 li p::-webkit-scrollbar { width:4px;}
ul.abo_c_box1 li p::-webkit-scrollbar-track { background: #fff; }
ul.abo_c_box1 li p::-webkit-scrollbar-thumb { background: #eee; }
ul.abo_c_box1 li p::-webkit-scrollbar-thumb:hover { background: #ddd; }

ul.abo_c_box2 { list-style: none; display:block; max-width: 1260px; margin: auto;}
ul.abo_c_box2 li { display:inline-block; margin-bottom: 75px;}
ul.abo_c_box2 li:nth-child(1) { float: left;}
ul.abo_c_box2 li:nth-child(2) { float: right;}
ul.abo_c_box2 li article,
ul.abo_c_box2 li blockquote,
ul.abo_c_box2 li cite {  width: 31vw; display: block;}
ul.abo_c_box2 li blockquote { padding: 3vw 0;}
ul.abo_c_box2 li article { padding: 3vw 0;}

.abo_box2_le { text-align: left;}
.abo_box2_le h5 { font-size:50px; color:#351D19; margin: 25px 0; letter-spacing:1px; font-family: 'Noto Serif TC', serif;} 
.abo_box2_le p { font-size:18px; color:#111; line-height: 175%;} 
.abo_box2_le h6 { font-size:24px; color:#288A21; margin: 30px 0; display: inline-block; padding-bottom: 15px; border-bottom: 2px #288A21 solid; letter-spacing:1px; font-family: 'Noto Serif TC', serif;}

.abo_box2_ri { text-align: center;}
.abo_box2_ri h5 { font-size:50px; color:#351D19; margin-bottom: 15px; letter-spacing:1px; font-family: 'Noto Serif TC', serif;} 
.abo_box2_ri h4 { font-size:30px; color:#351D19; margin-bottom: 15px; letter-spacing:1px; font-family: 'Noto Serif TC', serif;}
.abo_box2_ri p { font-size:18px; color:#111; line-height: 175%;} 

.abo_b { background: url(../images/abo/df_abo_bg03.jpg) no-repeat; background-size: cover; padding: 150px 20px; box-shadow: 0 0 20px #aaa;}
.abo_b setion { display: block; max-width: 1300px; margin: auto; padding: 2vw; background: #fff; box-shadow: 0 0 30px #999;}
.abo_b_1 { position: relative; padding: 50px 0 50px 40%;}
.abo_b_1 img {}
.abo_b_1 img.abo_b_le { position: absolute; left: 0; top: 0; width: 40%;}
.abo_b_1 img.abo_b_ri {}
.abo_b_1 blockquote { padding: 50px}
.abo_b_1 blockquote h4 { display:inline-block; vertical-align: top; width: 47%; margin: 0 1% 15px; box-shadow: 0 0 5px #bbb; position: relative; padding: 20px 5px 20px 140px; background: #fff;}
.abo_b_1 blockquote h4 span { position: absolute; top: 0; left: 0; width: 100px; height: 100%; background: #BDD156; font-size: 18px; color:#000; padding: 20px;}
.abo_b_1 blockquote h4 span:after { content: ''; background: url(../images/abo/df_abo_bg04.png) no-repeat left bottom; position: absolute; top: 0; left: 99px; width: 25px; height: 100%;}

.abo_b .abo_tt_ad2 { text-align: center; margin: 35px auto; padding: 10px; position: relative;}
.abo_b .abo_tt_ad2:after { content: ''; display: block; width: 100%; height: 1px; border-bottom: 1px #ccc dashed; position: absolute; top: 40px; left: 0;}
.abo_b .abo_tt_ad2 h4 { position: relative; z-index: 2; font-size:30px; color:#351D19; padding: 5px 0; margin:0 auto; letter-spacing:1px; font-family: 'Noto Serif TC', serif; display: inline-block; background:#fff; padding: 10px 20px;}
.abo_b .abo_tt_ad2 h5 { position: relative; z-index: 2; font-size:22px; color:#351D19; padding: 5px 0; margin:0 auto; letter-spacing:1px; font-family: 'Noto Serif TC', serif; font-weight: 100;}

.abo_b ul { list-style: none; display: block; margin: auto; text-align: center;}
.abo_b li { display: inline-block; vertical-align: top; width: 215px;;}

/* 購物須知 */
.paper_notice { overflow:hidden;}

.notis_t { background: url(../images/notice/df_notice_bg01.jpg) no-repeat right top; background-size: cover; padding: 100px 0 0;}
ul.notis_t_box1 { list-style: none; display: table; width: 100%; max-width: 1200px; margin: auto; padding: 50px 10px 200px;}
ul.notis_t_box1 li { display: table-cell; width: 50%; vertical-align: middle; padding: 10px;}
ul.notis_t_box1 blockquote { display: block; position: relative; padding: 20px; margin-bottom: 30px;}
ul.notis_t_box1 blockquote:before,
ul.notis_t_box1 blockquote:after { content:''; position: absolute; bottom: 0; right: 0; background: #298A22;}
ul.notis_t_box1 blockquote:before { width: 100%; height: 1px;}
ul.notis_t_box1 blockquote:after { width: 100px; height: 6px;}
ul.notis_t_box1 blockquote h4 { font-size:50px; color:#351D19; margin-bottom: 15px; letter-spacing:1px; font-family: 'Noto Serif TC', serif;} 
ul.notis_t_box1 blockquote h5 { font-size:30px; color:#351D19; margin-bottom: 15px; letter-spacing:1px; font-family: 'Noto Serif TC', serif;}
ul.notis_t_box1 li p { font-size:17px; color:#111; line-height: 175%; margin-bottom: 10px;}
ul.notis_t_box1 li p span { display: inline-block; vertical-align: top; background: #298A22; border-radius: 30px; width: 26px; height: 26px; line-height: 26px; text-align: center; color: #fff; margin-right: 5px;}

ul.notis_t_box2 { list-style: none; display: block; padding: 200px 10px 150px; background: #fff; position: relative; box-shadow: 0 0 5px #aaa;}
ul.notis_t_box2 .t_box2_le { position: absolute; top: -150px; left: 0;}
ul.notis_t_box2 .t_box2_ri { position: absolute; bottom: -50px; right: 0;}
ul.notis_t_box2 li { display: block; width: 1000px; max-width: 80%; margin: auto; position:relative; z-index:5;}
ul.notis_t_box2 cite { font-style: normal;}
ul.notis_t_box2 cite h4, 
ul.notis_t_box2 cite h5 { display: inline-block; vertical-align: top; font-size:30px; color:#351D19; margin: 0 15px 15px 0; letter-spacing:1px; font-family: 'Noto Serif TC', serif;}
ul.notis_t_box2 li table { border: 1px #f3f3f3 solid; width: 100%; margin: 30px auto;}
ul.notis_t_box2 li td { border: 1px #BDD156 solid; font-size:20px; color:#111; padding: 10px; text-align: center; background: #fff;}
ul.notis_t_box2 li td:nth-child(1) { background: #BDD156;}
ul.notis_t_box2 li h6 { font-size:17px; color:#111; line-height: 150%; position: relative; padding-right: 210px;}
ul.notis_t_box2 li h6 a { position: absolute; top: 0; right: 0; width: 200px; display: inline-block; vertical-align: top; text-align: center; padding: 14px; background: #298A22; font-size: 17px; color: #fff; border-radius: 4px; }

.notis_c { background: url(../images/notice/df_notice_bg03.jpg) no-repeat right top; background-size: cover; background-attachment: fixed; padding: 125px 0;}
.notis_c ul { list-style: none; display: block; max-width: 750px; margin: 0 auto 0 15vw; padding: 75px 10px; background: rgba(255,255,255,0.9); text-align: center;}
.notis_c li { display: block; padding: 20px;}
.notis_c blockquote { display: block;}
.notis_c blockquote h4 { font-size:50px; color:#351D19; letter-spacing:1px; font-family: 'Noto Serif TC', serif;} 
.notis_c blockquote h5 { font-size:30px; color:#351D19; letter-spacing:1px; font-family: 'Noto Serif TC', serif; padding-top: 15px;}
.notis_c cite { display: inline-block; vertical-align: top; width: 230px; border:1px #BDD156 solid; background: #fff; font-style: normal; padding: 20px;}
.notis_c cite p { font-size: 17px; color: #111; padding: 10px;}
.notis_c li em { font-style: normal; font-size: 17px; color: #111; padding: 10px;}
.notis_c li a { width: 200px; display: inline-block; vertical-align: top; text-align: center; padding: 14px; background: #298A22; font-size: 17px; color: #fff; border-radius: 4px; }

.notis_b { box-shadow: 0 0 5px #aaa;}
.notis_b ul { list-style: none; display: table; width: 100%; max-width: 1300px; margin: auto; padding: 50px 10px;}
.notis_b li { display: table-cell; width: 50%; vertical-align: middle; padding:15px;}
.notis_b blockquote { display: block;}
.notis_b blockquote h4 { font-size:50px; color:#351D19; margin-bottom: 15px; letter-spacing:1px; font-family: 'Noto Serif TC', serif;} 
.notis_b blockquote h5 { font-size:30px; color:#351D19; margin-bottom: 15px; letter-spacing:1px; font-family: 'Noto Serif TC', serif;}
.notis_b li p { font-size: 17px; color: #111; padding: 10px;}
.notis_b cite { font-style: normal; display: block;}
.notis_b cite a { width: 200px; display: inline-block; vertical-align: top; text-align: center; padding: 14px; background: #298A22; font-size: 17px; color: #fff; border-radius: 4px; margin-top: 30px;}


/* 聯絡我們 */
.contact_form { background: #fafafa; padding:30px 15px; margin-bottom: 50px;}
.box_cont_top01 { max-width:900px; padding:20px 0; margin:0 auto;}
.box_cont_top01 table { width:100%; position:relative;}
.box_cont_top01 td { padding:15px; vertical-align:middle;}
.box_cont_top01 input[type="text"],
.box_cont_top01 textarea { width:100%; border:1px #ddd solid; padding:10px; color:#ca3e5f; letter-spacing:1px;}
.box_cont_top01 input[type="text"] { padding:10px 7px 10px 50px; background-image:url(../images/img_contact02.png); background-repeat:no-repeat; background-position:left center;}
.box_cont_top01 textarea { height:200px;}

.bcl_f_check { width:auto !important;}
.bcl_f_check input[type="text"] { max-width:150px; margin-right:20px;}
.bcl_f_check a { display:inline-block; background: url(../images/img_contact.png) no-repeat center center; width:30px; height:30px; margin: 0 20px;}

td.c_td_1 { width:200px; text-align:right; color:#202020; padding-right:20px;}

.box_cont_top02 { max-width:600px; padding:20px 0; margin: 0 auto;}
.box_cont_top02 table { width:100%;.}
.box_cont_top02 td { padding:0 10px; vertical-align: middle;}
.btn_reset,
.btn_submit { font-size:15px; text-align:center; padding: 15px 20px; border:none; color:#fff; margin: 0; width:100%;}
.btn_reset { background:#DAAD13;}
.btn_submit { background:#298A22;}

/* 商品左邊用選單 */
.accordion {}

.accordion_header,
.accordion_body {}

.accordion_item { border-bottom: 1px #BDD156 solid;}
.accordion_item a { color: #000; font-size:20px; letter-spacing:1px; padding:10px; display:inline-block;}
.accordion_item a:hover { color:#268539; font-weight:1000;}

.accordion_header { padding:10px; color:#268539; cursor:pointer; font-size:20px; letter-spacing:1px; transition: all .3s;}
.accordion_header a.category_one_a { color: #268539; font-size:20px; letter-spacing:1px; padding:0; font-weight: 600;}

.accordion_item .accordion_item.le_prods_item.active { background:#f6f6f6; border:2px #c3c3c3 solid;}

.accordion_header:hover { position:relative; z-index:5; color:#f00; font-weight:1000;}
.accordion_header:hover a { color:#268539; font-weight:1000;}

.accordion_body { display:none; color:#353535; font-size:15px;}
.accordion_item .accordion_item .accordion_header a,
.accordion_item .accordion_item .accordion_header { color:#353535; font-size:15px;}

.accordion_item.active:last-child .accordion_header { border-radius: none;}
.accordion:first-child > .accordion_item > .accordion_header {}

.accordion_item > .accordion_header:after { content:""; display:inline-block; vertical-align:middle; background:url(../images/pd_arrow2.png) no-repeat center center; width:22px; height:22px; transition:.3s all; transform:rotate(0deg);}
.accordion_item.active > .accordion_header:after { transform: rotate(-180deg);}

.accordion_item.active { background:#fcfcfc;}
.accordion_item.active .accordion_header { background: #57B663;}
.accordion_item.active .accordion_header a.category_one_a { color: #fff;}

a.no_category_a { display:block; padding:10px; color:#333; cursor: pointer; font-size:15px; letter-spacing:1px; border-bottom: 1px #ccc dashed;}
a.no_category_a:hover { color:#000;}
.accordion_body a.no_category_a:last-child { border: none;}

/* 商品總列表 */
.pd_i_box { max-width:1200px; padding:7px; margin:0 auto 70px;}
.pd_le { display:inline-block; vertical-align:top; width:220px; padding: 7px;}
.pd_ri { display:inline-block; vertical-align:top; width:calc(100% - 240px); padding: 0 0 0 20px;}

h3.pd_i_category_name { background:url(../images/pd_icon.png) no-repeat left center; font-size:20px; color:#27853A; margin:15px 0 30px 15px; padding:7px 7px 7px 35px; text-align:left; flex-basis: 100%;}
h3.pd_i_category_name span { display:inline-block; padding: 0 10px; color:#000;}

.pd_i_lists { list-style:none; display:flex; flex-wrap:wrap; padding:15px 0; width:1200px; margin:-80px auto 0; text-align:center; }
.pd_i_lists li { display:inline-block; width:31%; margin:0 1% 25px;}
.pd_i_lists li a { display:inline-block;}
.pd_i_lists li img { display:inline-block; margin-bottom:15px; border: 1px #D5ECD8 solid;}
.pd_i_lists p { color:#000; font-size:15px; font-weight:1000; line-height:125%; margin:5px 0;}
.pd_i_lists p em { display: block; font-size: 13px; text-decoration: line-through; font-style: normal; color: #E12E59;}
.pd_i_lists p.pd_name1 { font-size: 18px; color: #000;}
.pd_i_lists p.pd_name2 {}
.pd_i_lists p.pd_name3 {}
.pd_i_lists p.pd_name4 { font-size: 18px; color: #DAAD13; font-family: 'Noto Serif TC', serif;}
.pd_i_lists p.pd_name4 b { display: inline-block; vertical-align: middle; padding: 1px;}
.pd_i_lists span { display:block; font-size:16px; background:radial-gradient(circle farthest-corner at left,#BDD156,#298A22); color:#fff; border-radius:5px; padding:12px; margin:7px 7px 15px; letter-spacing:1px;}
.pd_i_lists li a:hover {}
.pd_i_lists li a:hover span { background:#216B1B; border-color:#d8cbea; letter-spacing:2px;}

/*產品詳細頁*/
.prodc_page { max-width:100%; padding:15px 0;}
.prod_info_show { margin:50px auto 100px;}
.prod_info_show:after { content:''; display:block; width:100%; height:1px; clear:both;}
.prod_info_show .box_le,
.prod_info_show .box_ri { display:block; width:49%; padding:10px;}
.prod_info_show .box_le { float:left;}
.prod_info_show .box_ri { float:right;}

.tabgroup,
.tabs { display:inline-block !important; vertical-align:middle; width:48%;}

.pdinfo { position:relative;}
.pdinfo * { list-style:none; max-width:100%;}
.pdinfo .tabgroup { width:100%; padding:0 90px 0 0;}
.pdinfo .tabgroup img { border:1px #eee solid;}
.pdinfo .tabs { position:absolute; right:0; top:0; width:85px;}
.pdinfo .tabs a { display:block; width:85px; margin-bottom:10px; border:1px #eee solid; overflow:hidden;}
.pdinfo .tabs a.active { border:1px #000 solid; display:inline-block;}

.prod_info_show h2, 
.ps_note,
.pd_price,
.dropdown_pd_item,
.click_buy,
.click_noticeme,
.stock_p,
.share_box { margin-bottom:25px;}

.prod_info_show h2 { font-size:22px; color:#000;}
.ps_note { font-size:12px; color:#E12E59; background:#FFD7D7; display:inline-block; padding:8px 20px;}
.pd_price { font-size:25px; color:#E12E59;}
.pd_price span{font-size: 14px; text-decoration:line-through; color: #333;margin-left: 5px;}
.dropdown_pd_item { position:relative;}
.dropdown_pd_item select { font-size:15px; color:#333; padding:5px; border:1px #ccc solid;}
.dropdown_pd_item:before{ content:attr(data-content); display:inline-block; font-size:13px; color:#535353; margin-right:10px;}

.click_buy {}
.click_buy input { display:inline-block; background:no-repeat 35px center; font-size:15px; color:#fff; padding:7px; min-width:170px; text-align:center; border-radius:4px;}
.click_buy input.goadd { background-color:#888;}
.click_buy input.gopay { background-color:#27853A;}
.click_buy input.goadd:before,
.click_buy input.gopay:before { content:''; background:no-repeat center center; width:30px; height:24px; display:inline-block; vertical-align:middle;}
.click_buy input.goadd:before { background-image:url(../images/pd_detl01.png);}
.click_buy input.gopay:before { background-image:url(../images/pd_detl02.png);}

.click_noticeme {}
.click_noticeme a { display:block; background:no-repeat center center #FF8000; font-size:15px; color:#fff; padding:7px; text-align:center; border-radius:4px;}
.click_noticeme a:before { content:''; background:url(../images/pd_detl04.png) no-repeat center center #FF8000; width:30px; height:24px; display:inline-block; vertical-align:middle;}

.stock_p { background:url(../images/pd_detl03.png) no-repeat left center; padding:7px 7px 7px 30px;}
.stock_p p { font-size:15px; color:#E02D59;}

.share_box {}
.share_box:before{ content:attr(data-content); display:inline-block; vertical-align:middle; font-size:13px; color:#535353; margin-right:10px;}
.share_box a { display:inline-block; vertical-align:middle; background:no-repeat center center; width:32px; height:32px;}
.share_box a.share_to_line { background-image:url(../images/pd_detl05.png);}
.share_box a.share_to_fb { background-image:url(../images/pd_detl06.png);}

/*數量點擊加總*/
.box_p_add { margin:10px auto 20px;}
.box_p_add:before{ content:attr(data-content); display:inline-block; font-size:13px; color:#535353; margin-right:10px;}
.input-number { display:inline-block;}
.input-number input { width:100px; height:30px; text-align:center; background:#fff; border:1px #ccc solid; outline:none; font-size:15px; color:#375057;}
.input-number button { width:24px; height:24px; line-height:24px; background:#444; border-radius:30px; font-size:20px; color:#fff; cursor:pointer;}

/* 產品編輯頁籤 TABS */
.pd_tab_box { border-top:1px #ccc solid; background:#fff;}

.tab_menu_c { display:block; max-width:1200px; margin:-60px auto 0;}
.tab_menu_c button { background:none; border:0; outline:0; cursor:pointer;}
.tab_menu_c button.tab_menu_btn { width:100%; height:60px; transition:0.3s all; position:relative; text-align:center; font-size:20px; cursor: text;}
.tab_menu_c button.tab_menu_btn.on {}
.tab_menu_c button.tab_menu_btn.on:before { content:''; position:absolute; width:140px; height:3px; background:#27853A; bottom:0; left:50%; margin-left:-70px;}

.tab_box_c { display:block; max-width:1200px; margin:auto;}
.tab_box { display:none; padding:100px 3vw;}
.tab_box.on { display:block;}
.tab_box img { max-width:100%; height:auto !important; }

/*20210809 add*/
.prod_tab_payinfo { max-width:800px; margin:30px auto; padding:20px; text-align:center;}
.prod_tab_payinfo h4 { font-size:40px; color:#db0000; margin-bottom:30px;}
.prod_tab_payinfo p { font-size:18px; color:#333; margin-bottom:15px; line-height:150%;}
.prod_tab_payinfo p span { font-size:18px; color:#db0000;}

.tab_paytxt {}
.tab_paytxt blockquote { text-align:center; background:#F5F4F7; border-radius:15px; width:48%; display:block; min-height:330px; margin:20px 0; padding:20px;}
.tab_paytxt blockquote:nth-child(1){float:left; margin-right:2%;}
.tab_paytxt blockquote:nth-child(2){float:right; margin-left:2%;}
.tab_paytxt img {}
.tab_paytxt h5 { font-size:22px; color:#0035D8; padding:15px 0;}
.tab_paytxt b { display:block; margin-bottom:7px; color:#666; line-height:150%;}
.prod_tab_payinfo h6 { font-size:15px; color:#db0000; float:left; width:100%; line-height:150%;}

/* 產品詳細-相關產品 */

h3.pd_related_category_name { font-size:24px; color:#27853A; line-height:30px; margin:30px auto; text-align:center; letter-spacing:2px; flex-basis:100%;}
h3.pd_related_category_name:before { content:''; background:url(../images/pd_icon.png) no-repeat center center; width:30px; height:30px; display:inline-block; vertical-align:top; margin-right:7px;}

.pd_related_lists { list-style:none; display:flex; flex-wrap:wrap; padding:50px 15px; width:1200px; margin:0 auto; text-align:center; }
.pd_related_lists li { display:inline-block; width:25%; margin:0 0 25px;}
.pd_related_lists li a { display:inline-block; border:5px #fff solid;}
.pd_related_lists li img { display:inline-block; margin-bottom:15px; border: 1px #D5ECD8 solid;}
.pd_related_lists p { color:#000; font-size:15px; font-weight:1000; line-height:125%; margin:5px 0;}
.pd_related_lists p em{display: block; font-size: 13px; text-decoration: line-through; font-style: normal; color: #E12E59;}
.pd_related_lists p.pd_name1 {}
.pd_related_lists p.pd_name2 {}
.pd_related_lists p.pd_name3 {}
.pd_related_lists p.pd_name4 { font-size: 18px; color: #DAAD13; font-family: 'Noto Serif TC', serif;}
.pd_related_lists p.pd_name4 b { display: inline-block; vertical-align: middle; padding: 1px;}
.pd_related_lists span { display:block; font-size:16px; background:radial-gradient(circle farthest-corner at left,#BDD156,#298A22); color:#fff; border-radius:5px; padding:12px; margin:7px 7px 15px; letter-spacing:1px;}
.pd_related_lists li a:hover {}
.pd_related_lists li a:hover span { background:#216B1B; border-color:#d8cbea; letter-spacing:2px;}


/*商品問與答*/
.qa_contain {}
.qa_contain h3 { font-size:25px; color:#333; text-align:center; margin:50px auto;}

#qa_box {}
.faq { counter-reset:my-sec-counter; list-style:none; display:block;}
.faq li { display:block; padding:10px; }
.faq li.qa_q { font-size:17px; color:#333; font-weight:1000; background:#e2dee6; border-radius:30px; border:3px #BCB8C5 solid; cursor:pointer; margin-top:30px; line-height:150%;}
.faq li.qa_q::before { counter-increment: my-sec-counter; content: counter(my-sec-counter); background:#5B7395; color:#fff; font-size:20px; font-weight:400; display:inline-block; width:30px; height:30px; line-height:30px; text-align:center; border-radius:30px; margin-right:7px;}
.faq li.qa_a { position:relative; display:none; font-size:15px; line-height:175%; color:#333; font-weight:1000; letter-spacing:1px; padding:15px 15px 15px 55px;}
.faq li.qa_a::before { position:absolute; top:15px; left:15px; content:'A'; background:#c00; color:#fff; font-size:20px; font-weight:400; display:inline-block; width:30px; height:30px; line-height:30px; text-align:center; border-radius:30px;}

/*20220704 文章功能*/
.blog_box { min-height:10vw; padding:7px;}
.blog_le,
.blog_ri { display:inline-block; vertical-align:top; margin-bottom:2vw; padding:7px;}
.blog_le { width:220px;}
.blog_ri { width:calc(100% - 240px); padding:0 0 0 20px; min-height:50vh; }

h5.blog_le_t { font-size:24px; font-weight:500; color:#666; font-family: serif; letter-spacing:2px; margin-bottom:7px;}
h5.blog_le_t em { display:inline-block; font-style:normal; }
h5.blog_le_t span { display:inline-block;}

.blog_le .accordion { list-style-type:none; margin:auto; background:#fff;}
.accordion li .link { cursor:pointer; display:block; padding:15px 10px; color:#444; font-size:14px; font-weight:700; border-bottom:1px solid #CCC; position:relative;}
.blog_le .accordion li { border-bottom:1px #ddd solid;}
.blog_le .accordion li .link:last-child { border:none;} 
.blog_le .accordion li.open .link { color:#999; }
.blog_le .accordion li i { position: absolute; top: 16px; right: 20px; font-size: 16px; color: #444; transition: all 0.4s ease; }
.blog_le .accordion li a { color:#666;}

.blog_le .accordion li.open i { color:#999;}
.blog_le .accordion li.open i.fa-chevron-down { transform: rotate(180deg);}
.blog_le .accordion li.default .submenu {display: block;}

.blog_le .accordion > li:hover,
.blog_le .accordion > li.on_this_category { background:#666 !important;}
.blog_le .accordion > li:hover .link,
.blog_le .accordion > li.on_this_category .link { color:#fff !important;}
.blog_le .accordion > li:hover .link a,
.blog_le .accordion > li.on_this_category .link a { color:#fff !important;}
.blog_le .accordion > li:hover .link i,
.blog_le .accordion > li.on_this_category .link i { color:#fff !important;}

.submenu { display: none; background:#efefef; font-size:14px; }
.submenu li { background:none !important; border-bottom:1px solid #ccc;}
.submenu a { display:block; position:relative; color:#666; padding:12px 12px 12px 25px; transition: all 0.5s ease;}
.submenu a:before { content:'\f138'; display:block; position:absolute; top:12px; left:7px; font-size:15px;}
.submenu a:hover { background:#ab9383; color:#FFF;}

h4.blog_category_title { text-align: center; color:#333; font-size:30px; padding:10px 0; margin-bottom:20px;}
h4.blog_category_title em { font-style:normal;}
h4.blog_category_title em:after { content:'/'; display:inline-block; vertical-align:middle; font-size:24px; color:#666; margin:0 10px;}
h4.blog_category_title span { font-size:24px; color:#666;}
h4.blog_category_title:after { content:''; width: 100px; height: 5px; background: #298A22; display: block; margin: 15px auto;}

.blog_subbox {}
.blog_subbox * { transition: all 0.6s ease;}

.subbox_item { display:inline-block; vertical-align: top; width:30%; margin:0 1% 15px; position:relative; box-shadow: 0 0 5px #ccc; }
.subbox_item a { display:inline-block; position:relative; display:block; padding:5px;}
.subbox_item a:before { content:'READ MORE'; position: absolute; z-index:19; top:50%; left:50%; width:150px; text-align:center; background:#DAAD13; font-size:18px; color:#fff; padding:10px 5px; transform: translate(-50%, -50%) scale(0,0);}
.subbox_item a:after { content:''; width:0; position:absolute; left:0; top: 0; bottom: 0; z-index:8; background: rgba(255,255,255,0.8); opacity:0; border:1px #ddd solid; }
.subbox_item a:hover {}

.blog_list_le {}
.blog_list_le img { max-width:100%;}

.blog_list_ri { padding: 15px; text-align: center;}
.blog_list_ri h5 { font-weight:500; font-size:18px; color:#000; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; white-space:normal; overflow:hidden;}
.blog_list_ri em { font-size:14px; color:#999; font-style:normal; display:block; margin:7px 0;}

/* hover */
.subbox_item a:hover:before { transform: translate(-50%, -50%) scale(1); transition: all 500ms;}
.subbox_item a:hover:after { opacity: 1; width:100%; transition: all 500ms;}

/* article search */
.blog_search { position:relative; margin-bottom:10px; }
.blog_search input[type=search] { outline:none; box-sizing:border-box; width:100%; font-size: 14px; color:#999; border:solid 1px #ccc; border-radius:30px; padding:10px 35px 10px 10px;}
.blog_search input[type=submit] { outline:none; position:absolute; right:0;top:0; z-index:999; width:38px; height:38px; background: url(../images/img_search.png) no-repeat center center; border:none;}

.blog_search input::-webkit-search-decoration,
.blog_search input::-webkit-search-cancel-button { display: none; }
.blog_search input:-moz-placeholder,
.blog_search input::-webkit-input-placeholder { color: #999;}
.blog_search input[type=search]:focus { color: #000; }

.blog_back { text-align:center; padding: 50px 0;}
.blog_back a { font-size:15px; color:#fff; display:inline-block; padding:15px 15px; width:32%;}
.blog_back a.article_btn_prev { background:#DAAD13;}
.blog_back a.article_btn_back { background:#298A22;}
.blog_back a.article_btn_next { background:#DAAD13;}

/* search details */
.blog_box_edit {}
.blog_box_edit * { line-height:150%;}
.blog_box_edit img { width:auto !important; height:auto !important; max-width:100%;}
.article_img {}

@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@keyframes rotation {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}


/*購物車*/
.product_cart { max-width:1200px; margin:0 auto 0;}
.product_cart h4 { color:#fff; background:#57B663; text-align:center; width:100%; font-size:18px; padding:10px; margin:20px auto;}

.cart_ban_tt {}
.cart_ban_tt { text-align:right; background:#3B3D3D; padding:65px 43px 10px 10px;}
.cart_ban_tt h2 { display:inline-block; font-size:25px; color:#fff;}
.cart_ban_tt h2 span { display:inline-block; margin: 0 10px;}
.cart_ban_tt h2 em { display:inline-block; font-style:normal;}

.box_cart_step { margin: 50px auto; text-align:center;}
.box_cart_step p { font-size:20px; color:#111; text-align:center; margin: 50px 0 0 0; padding:10px 0; font-weight:1000;}

.cart_list_item { margin:30px auto;}
.cart_list_item dl { width:100%; display:table;}
.cart_list_item dl dt,
.cart_list_item dl dd { display:table-cell; background:#fff; padding:10px; text-align:center; vertical-align:middle; border-bottom: 1px #ccc dashed; width:130px;}
.cart_list_item dl dt:first-child,
.cart_list_item dl dd:first-child { width:auto;}
.cart_list_item dl dt:last-child,
.cart_list_item dl dd:last-child { width:85px;}
.cart_list_item dl dt { background:#57B663; color:#fff; font-weight:bolder;}

.cart_list_item .cart_table h5 { text-align: center; width: 100%; padding: 50px;}

.cart_list_item ul { list-style:none; display:table; width:100%;}
.cart_list_item li { display:table-cell; vertical-align:middle;}
.cart_list_item li:nth-child(1) { width:120px;}

.cart_list_item img { max-width:100px;}
.cart_list_item h6 { font-size:16px; text-align:left; line-height:22px;}
.cart_list_item em { display:none; font-style:normal; font-size:15px;}
.cart_list_item p { font-size:15px;}
.cart_list_item span { font-size:13px;}
.cart_list_item select,
.cart_list_item input {}
.cart_list_item input.cart_list_cut { background:url(../images/cart_img01.png) no-repeat center center; background-size:cover; width:25px; height:25px; border:none; cursor:pointer;}

.cart_list_item .box_p_add { margin:0 auto;}
.cart_list_item .input-number { width:100%; display:inline-block;}
.cart_list_item .input-number input { width:50px; text-align:center;}
.cart_list_item .input-number button { height:20px; width:20px; line-height:20px; background:#848484; color:#fff; border-radius:100%;}

.cart_price {}
.price_le { float:left; text-align:center;}
.price_ri { float:right;}
.price_ri table { width:100%;}
.price_ri td { padding:7px; color:#666;}
.price_ri td:nth-child(1) { text-align:left;}
.price_ri td:nth-child(2) {}
.price_ri td:nth-child(3) { text-align:right;}
.price_ri tr:nth-child(6) td { border-top:1px #ccc solid; padding:15px 7px;}
.price_ri td select { width:100%;}
.price_ri i { display:block; padding:5px; background:#FBDDE4; font-style:normal; font-size:12px; color:#f00; text-align:center;}
.price_ri label span { margin-right:7px;}
.price_ri input[type="text"] { text-align:center; border:1px #ccc dashed; width:100%;}
p.buy_price { color:#f00;}



/*------------------------------------------------*/
/*----------------------- buy --------------------*/
.cart_pay { display:block; width:100%; list-style:none;}
.cart_pay li { display:table; width:100%; margin-bottom:10px; border:1px #ccc solid; padding:10px 5%;}
.cart_pay div { display:table-cell; vertical-align:middle; width:200px;}
.cart_pay dd { display:table-cell; vertical-align:middle;}
.cart_pay dd p { display:inline-block; margin:0 7px 7px 0;}
.cart_pay dd p:before { content:attr(data-content); display:inline-block; font-size:15px; color:#535353; margin-right:10px;}
.cart_pay dd p input[type="text"] { background:#f0f0f0; border:none; outline:none; width:160px;}
.cart_pay input[type="radio"] { display:none; }
.cart_pay input[type="radio"] + label { padding: 0 10px 0 0;}
.cart_pay input[type="radio"] + label span { display:inline-block; width:20px; height:20px; margin: 0 3px 0 0; cursor:pointer; vertical-align:middle; background:url(../images/cart_img03.png) no-repeat; }
.cart_pay input[type="radio"]:checked + label span { background-image:url(../images/cart_img04.png); }


/* 正常登入會員 */
.cart_form { display:block; width:100%; list-style:none;}
.cart_form p { color:#333; font-size:17px; letter-spacing:1px; display:inline-block; margin:10px;}
.cart_form li { display:block; width:100%; margin-bottom:10px;}
.cart_form li span { display: inline-block; color:#f00; width:20px;}
.cart_form li table { width:100%;}
.cart_form li td { padding-right:10px;}
.cart_form li input { border:none; width:100%;}
.cart_form li textarea { border:none; width:100%;}
.cart_form button.select_store_send { background:#FF2626; font-size:18px; color:#fff; border-radius:5px; padding:9px 12px; margin: 0 0 20px 0; box-shadow: 2px 2px 0 #aaa; cursor:pointer;}
.cart_form button.select_store_send:hover { margin:1px 0 19px 0;}
.cart_form input[type="radio"] { display:none; }
.cart_form input[type="radio"] + label { padding: 0 10px 0 0;}
.cart_form input[type="radio"] + label span { display:inline-block; width:20px; height:20px; margin: 0 3px 0 0; cursor:pointer; vertical-align:middle; background:url(../images/cart_img03.png) no-repeat; }
.cart_form input[type="radio"]:checked + label span { background-image:url(../images/cart_img04.png); }


.cart_form li .pstxt { background:#eee; font-size:16px; text-align:center; line-height:45px;}
.cart_form li .box_le { width:250px; text-align:right; background:#f3f3f3; padding:10px; height:45px;}
.cart_form li .box_ri { width:calc(100% - 270px); padding:10px; border:1px #ccc solid; min-height:45px; word-break:break-all;}
.cart_form li:nth-child(1) .box_ri { border:none; padding:10px 0;}

.cart_form li:nth-child(7) .box_ri { border:none;} 
.cart_form li:nth-child(7) .box_ri .tik01 {}
.cart_form li:nth-child(7) .box_ri .tik01 h6 { display:inline-block; font-size:15px; color:#111;}
.cart_form li:nth-child(7) .box_ri .tik01 input { border:1px #ccc solid; padding:5px; width:100px; margin:0 10px;}
.cart_form li:nth-child(7) .box_ri .tik01 i { display:inline-block; font-style:normal; font-size:12px; color:#666; padding:7px;}

.cart_form li:nth-child(8) .box_ri { border:none !important; padding:0;}
.cart_form li:nth-child(8) .box_ri span { width:auto !important;}
.cart_form li:nth-child(8) .box_ri select { padding:10px; border:1px #ccc solid; margin-right:10px;}

.cart_form li:nth-child(3) .box_ri { border:none !important; padding:0;}
.cart_form li:nth-child(3) .box_ri span { width:auto !important;}
.cart_form li:nth-child(3) .box_ri select { padding:10px; border:1px #ccc solid; margin-right:10px;}

.cart_form li:nth-child(8) .box_le,
.cart_form li:nth-child(8) .box_ri { height:45px;}
.cart_form li:nth-child(8) textarea { width:100%; height:160px;}


/* FB登入會員 */
.cart_form_fb { display:block; width:100%; list-style:none;}
.cart_form_fb p { color:#333; font-size:17px; letter-spacing:1px; display:inline-block; margin:10px;}
.cart_form_fb li { display:block; width:100%; margin-bottom:10px;}
.cart_form_fb li span { display: inline-block; color:#f00; width:20px;}
.cart_form_fb li table { width:100%;}
.cart_form_fb li td { padding-right:10px;}
.cart_form_fb li input { border:none; width:100%;}
.cart_form_fb li textarea { border:none; width:100%;}
.cart_form_fb button.select_store_send { background:#FF2626; font-size:18px; color:#fff; border-radius:5px; padding:9px 12px; margin: 0 0 20px 0; box-shadow: 2px 2px 0 #aaa; cursor:pointer;}
.cart_form_fb button.select_store_send:hover { margin:1px 0 19px 0;}
.cart_form_fb input[type="radio"] { display:none; }
.cart_form_fb input[type="radio"] + label { padding: 0 10px 0 0;}
.cart_form_fb input[type="radio"] + label span { display:inline-block; width:20px; height:20px; margin: 0 3px 0 0; cursor:pointer; vertical-align:middle; background:url(../images/cart_img03.png) no-repeat; }
.cart_form_fb input[type="radio"]:checked + label span { background-image:url(../images/cart_img04.png); }


.cart_form_fb li .pstxt { background:#eee; font-size:16px; text-align:center; line-height:45px;}
.cart_form_fb li .box_le { width:250px; text-align:right; background:#f3f3f3; padding:10px; height:45px;}
.cart_form_fb li .box_ri { width:calc(100% - 270px); padding:10px; border:1px #ccc solid; min-height:45px; word-break:break-all;}
.cart_form_fb li:nth-child(1) .box_ri { border:none; padding:10px 0;}

.cart_form_fb li:nth-child(3) .box_ri { border:none;} 
.cart_form_fb li:nth-child(3) .box_ri .tik01 {}
.cart_form_fb li:nth-child(3) .box_ri .tik01 h6 { display:inline-block; font-size:15px; color:#111;}
.cart_form_fb li:nth-child(3) .box_ri .tik01 input { border:1px #ccc solid; padding:5px; width:100px; margin:0 10px;}
.cart_form_fb li:nth-child(3) .box_ri .tik01 i { display:inline-block; font-style:normal; font-size:12px; color:#666; padding:7px;}

.cart_form_fb li:nth-child(4) .box_ri { border:none !important; padding:0;}
.cart_form_fb li:nth-child(4) .box_ri span { width:auto !important;}
.cart_form_fb li:nth-child(4) .box_ri select { padding:10px; border:1px #ccc solid; margin-right:10px;}

.cart_form_fb li:nth-child(4) .box_le,
.cart_form_fb li:nth-child(4) .box_ri { height:45px;}
.cart_form_fb li:nth-child(4) textarea { width:100%; height:160px;}









.cart_ps { margin-bottom:50px;}
.cart_ps p { font-size:17px; color:#333; letter-spacing:1px; line-height:165%;}

.cart_center { text-align:center; margin:30px auto; width:100%; width:100% !important; padding: !important; }
.cart_btn_reset,
.cart_btn_send,
.cart_btn_fb { font-size:16px; color:#fff; padding:10px 25px; margin:10px; border:none; letter-spacing:1px; cursor:pointer;}
.cart_btn_reset { background:#DAAD13;}
.cart_btn_send { background:#298A22;}
.cart_btn_fb { background:url(../images/mem_img07.png) no-repeat 30px center #3B5998; padding-left:60px;}


/* 會員中心 */
.prod_mem {}
.show_name_money { text-align:center; margin:30px 0;}
.show_name_money i { display:inline-block; font-style:normal; font-size:15px; color:#333; margin:0 10px;}
.show_name_money input[type="button"] { background:#ED9723; color:#fff; font-size:13px; margin:0 2px 0 0; padding:5px 10px; border:none; outline:none; border:1px #b97314 solid; border-radius:30px;}
.show_name_money input[type="button"]:hover { margin: 0 0 0 2px;}

/* 會員 TABS */
.mem_tabs { display:block; max-width:1200px; margin: 0 auto 50px; border-bottom:1px #ccc solid; text-align:center;}
.mem_tabs a { display:inline-block; position:relative; text-align:center; font-size:17px; color:#333; padding:20px 30px; letter-spacing:1px; border:1px #ddd solid; margin-bottom:-1px; vertical-align:bottom;}
.mem_tabs a.on,
.mem_tabs a:hover { color:#000; font-weight:1000; background:#f6f6f6;}
.mem_tabs a:before { content:''; position:absolute; z-index:0; width:100%; height:3px; background:#27853A; bottom:0; left:0;}


/* 會員登入 */
.box_mem_login { margin:100px auto 50px;}
.mem_login { display:table; list-style:none; text-align:center; margin: 0 auto; width:640px; max-width:100%; }
.mem_login li { display:table-cell; padding:10px 0; text-align:left;}
.mem_login li:nth-child(1) { width:110px;}
.mem_login h3 { color:#1f1f1f; font-size:17px; text-align:left; font-weight:400;}
.mem_login input { width:100%; border:1px #ddd solid; padding:7px 7px 7px 50px; background:url(../images/img_contact02.png) no-repeat left center; }
.mem_login_link { text-align:center; margin: 30px auto; width:640px; max-width:100%; }
.mem_login_link a { color:#6C6C5E; display:inline-block; margin:10px; text-align:left; background: no-repeat right center; padding: 5px 40px 5px 0;
-webkit-transition: ease .5s; -moz-transition: ease .5s; -ms-transition: ease .5s; -o-transition: ease .5s;  transition: ease .5s; }
.mem_login_link a.log_link01 { background-image:url(../images/mem_img01.png);}
.mem_login_link a.log_link02 { background-image:url(../images/mem_img02.png);}
.mem_login_link a.log_link03 { background-image:url(../images/mem_img03.png);}
.mem_login_link a:hover { background-position:10px; padding: 5px 10px 5px 35px; background-color:#27853A; color:#fff; border-radius:40px;}


/* 會員註冊 個人資料修正 */
.box_join { margin: 50px auto 0; max-width:640px;}
.box_join ul { display:block; list-style:none; }
.box_join li { display:block; padding:10px 0; text-align:left;}
.box_join span { color:#f00; margin:5px;}
.box_join div:nth-child(1) { text-align:right; color:#666; width:140px; line-height:28px; padding-right:10px;}
.box_join div:nth-child(2) { width: calc(100% - 145px);}
.box_join div:nth-child(2) input[type="checkbox"] { margin-right:5px;}
.box_join table { width:100%;}
.box_join td { padding:0 3px}
.box_join input[type="radio"] { display:none; }
.box_join input[type="radio"] + label { padding: 0 10px 0 0;}
.box_join input[type="radio"] + label span { display:inline-block; width:20px; height:20px; margin: 0 3px 0 0; cursor:pointer; vertical-align:middle; background:url(../images/cart_img03.png) no-repeat; }
.box_join input[type="radio"]:checked + label span { background-image:url(../images/cart_img04.png); }
.box_join input[type="text"],
.box_join select{ border:1px #ddd solid !important; font-size:14px; color:#333; padding:7px 30px 7px 10px; line-height:20px; width:100%;}
.box_join input[type="text"] { background:url(../images/img_contact02.png) no-repeat left center; padding:7px 7px 7px 50px;}

.join_ps { text-align:right !important; max-width:640px; width:100% !important; margin: 20px auto; }
.join_ps p { display:inline-block; font-size:12px; color:#b67147; background:url(../images/mem_img04.png) no-repeat left center; padding: 7px 0 7px 20px; }

/* 修改密碼 */
.box_mem_passwd { max-width:640px; margin:auto;}
.box_mem_passwd table { width:100%;}
.box_mem_passwd td { padding:10px; vertical-align:middle;}
.box_mem_passwd td:nth-child(1) { text-align:right; width:200px;}
.box_mem_passwd p { font-size:16x; color:#333; display:inline-block;}
.box_mem_passwd p span { font-size:13px; color:#f00; display:inline-block;; margin: 0 10px;}
.box_mem_passwd input[type="text"] { background:url(../images/img_contact02.png) no-repeat left center; border:1px #ddd solid; width:100%; padding:7px 7px 7px 50px;}

/* 商店殼幣 */
.box_storevalue {}
.box_storevalue ul { list-style:none; display:block; max-width:1000px; box-shadow:2px 2px 5px #aaa; margin:20px auto 50px; padding:10px;}
.box_storevalue li { display:block;}
.box_storevalue li h6 { text-align:center; font-size:17px; color:#000; padding:20px 7px;}
.box_storevalue li table { width:100%;}
.box_storevalue li td { width:25%; border-bottom:1px #ccc dashed; padding:10px 5px; text-align:center; font-size:13px; color:#333;}
.box_storevalue li td a { font-weight:1000; background:#5998ca; color:#fff; display:inline-block; padding:6px 10px; border:2px #5998ca solid; border-radius:7px;}
.box_storevalue li td a:hover { border-color:#fff;}
.box_storevalue li tr:last-child td { border:none;}

.show_store_money { background:#55505F; color:#fff; font-size:15px; margin:auto; padding:7px 20px; border-radius:30px; text-align:center; width:200px;}
.show_store_money i,
.show_store_money em { display:inline-block; vertical-align:middle; padding:5px; font-style:normal;}


/* 會員購物金 */
.box_feedback {}
.box_feedback ul { list-style:none; display:block; max-width:1000px; box-shadow:2px 2px 5px #aaa; margin:20px auto 50px; padding:10px;}
.box_feedback li { display:block;}
.box_feedback li h6 { text-align:center; font-size:17px; color:#000; padding:20px 7px;}
.box_feedback li table { width:100%;}
.box_feedback li td { width:25%; border-bottom:1px #ccc dashed; padding:10px 5px; text-align:center; font-size:13px; color:#333;}
.box_feedback li td a { font-weight:1000; background:#5998ca; color:#fff; display:inline-block; padding:6px 10px; border:2px #5998ca solid; border-radius:7px;}
.box_feedback li td a:hover { border-color:#fff;}
.box_feedback li tr:last-child td { border:none;}

/* 歷史清單 */
.box_history { max-width:900px; margin:auto;}
.box_column_history { list-style:none; display:block; width:100%;}
.box_column_history li { display:block; padding:15px; }
.box_column_history li.q { border-bottom: 1px #ccc solid; cursor: pointer;}
.box_column_history li.q:before { content:''; background:url(../images/mem_img06.png) no-repeat center center; width:24px; height:24px; display:inline-block; vertical-align:middle;}
.box_column_history li.q span { display:inline-block; vertical-align:middle; font-size:15px; color:#444; padding:7px;}
.box_column_history li.q i { display:inline-block; vertical-align:middle; font-style:normal; font-size:13px; color:#000; border:1px #999 solid; border-radius:30px; padding:5px 10px;}
.box_column_history li.q:after { content:''; background:url(../images/pd_arrow4.png) no-repeat center center; width:24px; height:24px; display:inline-block; vertical-align:middle;}
.box_column_history li.a { display:none; box-shadow:2px 2px 5px #ccc;}

.history_pd_info {}
.history_pd_info table { width:100%;}
.history_pd_info td { padding:10px; font-size:12px; text-align:center;}
.history_pd_info td:first-child { text-align:left;}
.history_pd_info td:last-child { text-align:right; width:100px;}

.history_pd_price {}
.history_pd_price table { float:right;}
.history_pd_price td { padding:10px; font-size:12px;}
.history_pd_price td:first-child { text-align:left;}
.history_pd_price td:last-child { text-align:right; width:100px;}

.history_details { margin:10px 0; padding:10px 0; border-top:1px #eee solid; background:#f9f9f9;}
.history_details table { width:100%;}
.history_details td { padding:10px; font-size:12px;}
.history_details td:first-child { width:100px;}

.history_returned { text-align:right;}
.history_returned input[type="button"] { background:url(../images/cart_img01.png) no-repeat left center; border:1px #ccc solid; border-radius:20px; line-height:32px; padding:6px 15px 6px 50px; font-size:15px; cursor:pointer;}

/* 匯款通知 */
.box_remind { max-width:900px; margin:auto;}
.remind_form { max-width:640px; margin:auto;}
.remind_form table { width:100%;}
.remind_form td { padding:10px; vertical-align:middle;}
.remind_form td:nth-child(1) { text-align:right; width:120px;}
.remind_form p { font-size:16x; color:#333; display:inline-block;}
.remind_form p span { font-size:13px; color:#f00; display:inline-block;; margin: 0 10px;}
.remind_form input[type="text"] { background:url(../images/img_contact02.png) no-repeat left center; border:1px #ddd solid; width:100%; padding:7px 7px 7px 50px;}






/* 訂單查詢 */
.mem_order { padding:25px 0;}
.order_number { margin:70px auto 0; max-width:1200px;}
.order_number p { background:url(../images/mem_img06.png) no-repeat left center; padding:3px 3px 3px 25px; font-size:15px; color:#333;}

/* 訂單清單 */
.order_lists { max-width:1200px; margin:100px auto;}
.order_lists table { border: 1px solid #ccc; border-collapse: collapse; width: 100%; table-layout: fixed; }
.order_lists table tr { background-color: #f8f8f8; border: 1px solid #ddd; padding: .35em; }
.order_lists table th,
.order_lists table td { padding: 1rem; text-align: center; border: 1px solid #ddd; }
.order_lists table th { color:#333; }
.order_lists table td { color:#666; font-size:13px; background:#fff;}
.order_lists table td a { display:inline-block; color:#5E3A25; text-decoration:underline; padding:3px;}
.order_lists table td a:hover { text-decoration:none; background:#5E3A25; color:#fff;}
.table_f { border: 1px solid #ddd; background:#f8f8f8; text-align:right; padding:1rem;}
.table_f p { color:#999; font-size:12px;}
.table_f span { font-weight:400; margin:0 3px; color:#222; }
@media screen and (max-width: 960px) {
.order_lists table thead { border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.order_lists table tr { border-bottom: 3px solid #ddd; display: block; margin-bottom: .625em; }
.order_lists table td { border-bottom: 1px solid #ddd; display: block; text-align: right; }
.order_lists table td::before { content: attr(data-label); float: left; font-weight: bold; text-transform: uppercase;}
.order_lists table td:last-child { border-bottom: 0; }
}

.lightbox { display: none; position: fixed; z-index: 999; width: 100%; height: 100%; text-align: center; top: 0; left: 0; background: rgba(0, 0, 0, 0.8); }
.lightbox iframe { position:absolute; top:50%; left:50%; margin:-160px 0 0 -160px; width:320px; overflow-y:scroll; height:320px; background: #fff; padding: 40px 20px; border-radius: 15px;  }
.lightbox:target { outline: none; display: block; }

.lightbox iframe::-webkit-scrollbar { width: 1px; }
.lightbox iframe::-webkit-scrollbar::-webkit-scrollbar-track { background: #f1f1f1;  }
.lightbox iframe::-webkit-scrollbar::-webkit-scrollbar-thumb {background: #888; }
.lightbox iframe::-webkit-scrollbar::-webkit-scrollbar-thumb:hover { background: #555; }

@media screen and (max-width: 1024px) {
.lightbox iframe {}
}
@media screen and (max-width: 768px) {
.lightbox iframe {}
}
.ord_deto { text-align:center; padding:10px;}
.ord_deto p { font-size:15px; padding:5px; line-height:160%; color:#666; word-break:break-all;}
.ord_deto p span { font-size:20px; color:#000; display:block; padding:20px 0;}

