@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

:root{
    --f40: 40px;
    --f35: 35px;
    --f30: 30px;
    --f28: 28px;
    --f25: 25px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f16: 16px;
    --f15: 15px;
    --f14: 14px;
    --f12: 12px;
    --colorM: #B75246;
}

@media screen and (max-width:1024px) {
    :root{
        --f40: 35px;
        --f35: 30px;
        --f30: 25px;
        --f28: 25px;
        --f25: 23px;
    }
}
@media screen and (max-width:768px) {
    :root{
        --f40: 32px;
        --f35: 27px;
        --f30: 23px;
        --f28: 23px;
        --f25: 22px;
        --f22: 20px;
        --f20: 18px;
        --f18: 17px;
    }
}
@media screen and (max-width:600px) {
    :root{
        --f40: 30px;
        --f35: 25px;
        --f30: 20px;
        --f28: 20px;
        --f25: 19px;
        --f22: 18px;
        --f20: 16px;
        --f18: 16px;
    }
}


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;
    background: #F9F7F4;
    color: #525252;
    font-weight: 400;
}

.animated15 {animation: none;}

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;
    list-style: none;
}

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: "Noto Sans TC", sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* -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;
}

img {
    max-width: 100%;
}

.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*/
}

.yp_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.yp_flex_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

}

/* 共用回到頂端 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;
    font-weight: 100;
    cursor: pointer;
    color: #421F02;
    border: 1px #421F02 solid;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: .3s;
}

.f_gotop i {
    transform: scaleX(1.1);
    transition: .3s;
}

.f_gotop:hover {
    background: #421F02;
    color: #FFFFFF;
}

.f_gotop:hover i {
    transform: scaleX(1.5);
}

/* 共用 Animations */
[data-animate-in] {
    opacity: 0;
    transition: transform 1.5s ease, opacity 1.5s ease;
}

[data-animate-in="up"] {
    transform: translate3d(0, 10%, 0);
}

/*由下往上*/
[data-animate-in="left"] {
    transform: translate3d(-50%, 0, 0);
}

/*由左往右*/
[data-animate-in="right"] {
    transform: translate3d(50%, 0, 0);
}

/*由右往左*/
[data-animate-in="down"] {
    transform: translate3d(0, -10%, 0);
}

/*由上往下*/
[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0);
}

/*淡入*/
[data-animate-in="scaleIn"] {
    transform: scale(.3);
}

/*放大淡入*/
[data-animate-in="rotateIn"] {
    transform: scale(.3) rotate(-10deg);
}

/*放大淡入*/
[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transition: transform 1.6s ease, opacity 1.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 {
    background: #F1ECEA;
    padding: 70px 20px 45px;
    color: #666;
}

.footer a{
    color: #666;
}

.footer section {
    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-start;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

.at_ft_copy {
    font-style: normal;
    font-size: 12px;
    color: #545454;
    letter-spacing: .1em;
    line-height: 1;
    max-width: 1300px; 
    margin: 0 auto;
}
.f_copy{
    letter-spacing: 0;
}

.footer_logo {
    width: 100%;
    max-width: 290px;
}
.footer_logo > a{
    display: block;
    width: fit-content;
    font-weight: normal;
}

.footer_logo figure{
    margin-top: 30px;
    font-weight: normal;
}
.footer_logo figure p{
    margin-top: 10px;
}
.footer_logo figure p span{
    display: inline-block;
    width: 90px;
    letter-spacing: 1px;
}
.footer_logo figure p span:after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #CD7265;
    margin: 0 10px;
}

.footerContent {
    width: 510px;
    max-width: calc(100% - 290px);
    justify-content: flex-end;
}

.footerMenu {
    width: 100%;
    list-style: none;
    padding: 0;
    justify-content: flex-end;
}

.footerMenu li {
    width: fit-content;
    max-width: 33.33%;
    margin: 5px 0 5px 15px;
    text-align: left;
}

.footerMenu li a {
    color: #666666;
    font-size: 16px;
}

.footerMenu li a:hover {
    color: #CD7265;
}

.footerIcon {
    list-style: none;
    width: 140px;
    justify-content: space-between;
    margin-top: 30px;
    display: none;
}


/* 共用聯絡浮動 */

.fix_ri {
    width: 60px;
    box-sizing: border-box;
    position: fixed;
    bottom: 95px;
    right: 0;
    z-index: 999999;
    text-align: center;
}

.fix_ri>a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 60px;
    height: 60px;
    border-radius: 10px 0 0 10px;
}

.fix_ri>a+a {
    margin-top: 10px;
}

.fix_ri>a.fix_line {
    background: #B75246;
}
.fix_ri>a.fix_line:hover{
    background: #A02929;
}

.fix_ri>a.fix_mail {
    background: var(--colorM);
}

.fix_ri>a.fix_fb {
    background: #0059B2;
}

.fix_ri>a.fix_mess {
    background: #2DB200;
}

.fb_box {
    max-width: unset;
}

/* 共用內頁 */
.box_container {width:100%; border:0; text-decoration:none; overflow:hidden; margin: auto; letter-spacing: 1px;}
.box_container img{width:auto; max-width:100%;}
.box_container * {box-sizing: border-box; max-width:100%;  padding:0; margin:0; line-height: 160%;}
.box_container a{text-decoration:none;}
.box_container ul{list-style:none;}
.box_container i, .box_container em, .box_container dfn, .box_container var{font-style: normal;line-height: 0px;}
.box_container u{text-decoration:none;}

.content_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.paper_content {
    padding: 60px 20px;
}

.paper_body {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.paper_body * {
    max-width: 100%;
}

.path {
    display: flex;
    max-width: 1200px;
    margin: 25px auto;
    text-align: right;
    padding: 0 15px;
    line-height: 110%;
    letter-spacing: .5px;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
}

.path>*+* {
    margin-left: 7px;
}

.path a {
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    color: #000000;
    line-height: 140%;
    align-items: flex-end;
    align-content: flex-end;
}

.path a:hover {
    color: var(--colorM);
}

.path a.path_home:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    background: url(../images/icon_home.png) center bottom;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
}

.path span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
    color: #000000;
}

h3.edit_title {
    font-size: var(--f25);
    color: #333;
    text-align: center;
    padding: 25px;
    margin: 50px auto;
    position: relative;
}

h3.edit_title:after {
    content: '';
    width: 100px;
    height: 5px;
    background: #E22F5A;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.paper_edit {
    padding: 10px;
}


/* 共用標題 */
.alltimes_title.yp_flex {
    flex-direction: column;
}

.alltimes_title h6 {
    color: var(--colorM);
    font-weight: 500;
    line-height: 120%;
}

.alltimes_title h5 {
    font-size: 35px;
    font-weight: 400;
    color: #333333;
    line-height: 160%;
    letter-spacing: .05em;
    font-size: var(--f35);
}

.alltimes_title p{
    margin-top: 30px;
    font-size: var(--f20);
}
.alltimes_title p:before,
.alltimes_title p:after{
    content: '';
    background: url(../images/new_img/con_01.png) no-repeat center;
    width: 12px;
    height: 11px;
    display: inline-block;
    margin: 0 7px;
}

/* 共用分頁 */
.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 {
    border-color: #999999;
}

.page_list a.action {
    border-color: transparent;
    font-weight: 1000;
}

.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/alltimes_bg01.png) repeat;
}

.banner_s {
    margin: 0 auto;
}

/* 首頁 */
.alltimes_i_c {
    margin: 0 auto;
}


.alltimes_i_title {
    flex-direction: column;
    text-align: center;
}


/* Style the tab */
.i_article {
    max-width: 100%;
    background: url(../images/allTime_index_bg01.jpg) top center no-repeat;
    padding: 75px 20px 50px;
    display: none;
}

.i_articleList {
    width: 920px;
    max-width: 100%;
    margin: 20px auto 0;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.tab {
    width: 160px;
    max-width: 20%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    display: block;
    width: 100%;
    height: 47px;
    color: black;
    border: 1px solid #ECBC74;
    border-radius: 10px;
    padding: 10px;
    line-height: 100%;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    letter-spacing: 0;
}

.tab button span {
    letter-spacing: 0;
}

.tab button+button {
    margin-top: 20px;
}

.tab button:hover {
    background-color: var(--colorM);
    border-color: var(--colorM);
}

.tab button.active {
    background-color: var(--colorM);
}

/* Style the tab content */
#renews {
    padding: 0px 12px;
    max-width: 79%;
    width: 720px;
    border-left: none;
    height: 300px;
}

.tabcontent li {
    border-bottom: 1px solid var(--colorM);
}

.tabcontent li a {
    justify-content: space-between;
    padding: 16px 0 14px;
    font-size: 15px;
    color: #B27117;
}

.tabcontent li:hover a {
    background: rgba(255, 176, 26, .05);
}


.tabcontent li h6 {
    width: 515px;
    max-width: calc(100% - 90px);
    overflow: hidden;
    line-height: 120%;
    display: -webkit-box;
    letter-spacing: .1em;
    font-weight: normal;
    color: #000000;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 首頁商品 */

.i_prodc {
    padding: 100px 20px;
    text-align: center;
}

.i_prodc ul {
    max-width: 100%;
    list-style: none;
    width: 1450px;
    margin: 40px auto 0;
    text-align: center;
    align-items: stretch;
}

.i_prodc li {
    display: flex;
    width: 352px;
    max-width: calc(25% - 20px);
    justify-content: center;
    align-items: center;
    margin: 40px 10px;
}

.i_prodc a {
    display: block;
    position: relative;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
}

.i_prodcImg {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.i_prodcImg img {
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.i_prodc .pd_name1 {
    padding: 25px 20px;
    font-size: 16px;
    color: #545454;
    text-align: center;
}

.i_prodc .prodcImg{
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    background: #fffcf2;
    overflow: hidden;
    border: 1px #eee solid;
}
.i_prodc .prodcImg img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.i_prodc .prodcImg:before {
    content: '';
    background: rgba(183, 82, 70, .7);
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
    z-index: 5;
}
.i_prodc a:hover .prodcImg:before{
    width: 100%;
    height: 100%;
}

.i_prodc figure {
    margin: 0;
    width: 100%;
    height: 100%;
    background: rgba(183,82,70,.8);
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
}

.i_prodc a:hover figure {
    transform: translate(-50%, -50%) scale(1);
}

.i_prodc figure span {
    padding: 10px 30px;
    background: rgba(255, 255, 255, .7);
    text-align: center;
    font-family: 'Noto Serif TC', serif;
    color: #6B3906;
    font-size: 17px;
    line-height: 1;
    border-radius: 5px;
}

a.i_pd_more {
    display: flex;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    border: 1px solid var(--colorM);
    background: #FFFFFF;
    flex-direction: column;
}

a.i_pd_more::after {
    content: '';
    width: 80px;
    height: 12px;
    background: url(../images/al_i_pdArrow01.png) bottom left no-repeat;
    transition: .6s;
}

a.i_pd_more:hover {
    background: var(--colorM);
}

a.i_pd_more:hover::after {
    background: url(../images/al_i_pdArrow02.png) bottom left no-repeat;
    margin-left: 30px;
    margin-right: -30px;
}

/* 關於我們 */

@keyframes shake{
	25%{transform: rotate(-4deg);}
	75%{transform: rotate(4deg);}
}
@-webkit-keyframes shake{
	25%{-webkit-transform: rotate(-4deg);}
	75%{-webkit-transform: rotate(4deg);}
}

	.abg01{
		width: 94%;
		max-width: 1740px;
		position: relative;
		padding: 205px 5% 250px;
		margin: 0 auto;
		z-index: 4;
	}
	.abg01 h4{
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		font-size: var(--f40);
		color: var(--colorM);
		letter-spacing: 10px;
		font-weight: 500;
		width: fit-content;
		margin: 0 auto;
		line-height: 130%;
	}
	.abg01 h4 p{
		font-size: var(--f12);
		color: #777777;
		letter-spacing: 1.5px;
		margin-left: 10px;
		margin-top: 5px;
		font-weight: normal;
		line-height: 130%;
	}
	.abg01 i,
	.abg01 u,
	.abg01 s{
		display: inline-block;
		position: absolute;
		z-index: -1;
	}
	.abg01 i{
		width: 40vw;
		max-width: 685px;
		left: 0;
		top: 0;
	}
	.abg01 u{
		width: 20vw;
		max-width: 357px;
		right: 0;
		top: 0;
	}
	.abg01 s{
		width: 30vw;
		max-width: 560px;
		right: 6%;
		top: 165px;
		animation: shake 10s linear infinite;
		-webkit-animation: shake 10s linear infinite;
	}
	.abg02{
		padding: 0 5%;
		position: relative;
		z-index: 3;
	}
	.abg02 ul{
		max-width: 1540px;
		margin: 0 auto;
	}
	.abg02 ul li{
		max-width: 1295px;
		align-items: flex-start;
	}
	.abg02 ul li figure{
		width: 770px;
		padding: 0 0 10% 10%;
		margin-right: 3%;
		position: relative;
		text-align: right;
	}
	.abg02 ul dl{
		position: absolute;
		width: 35vw;
		max-width: 516px;
		left: 0;
		bottom: 0;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.abg02 ul dl dd{
		width: 20vw;
		max-width: 334px;
	}
	.abg02 ul dl dt{
		width: 10vw;
		max-width: 186px;
		animation: shake 5s linear infinite;
		-webkit-animation: shake 5s linear infinite;
	}
	.abg02 ul li section,
	.abg03 ul li section,
	.abg05 dl section{
		width: 435px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 50px 0;
	}
	.abg02 ul section h5,
	.abg03 ul section h5,
	.abg05 dl section h5{
		writing-mode: vertical-lr;
		-webkit-writing-mode: vertical-lr;
		font-size: var(--f30);
		color: #333333;
		font-weight: 500;
		letter-spacing: 5px;
		line-height: 130%;
	}
	.abg02 ul section h5 span,
	.abg03 ul section h5 span,
	.abg05 dl section h5 span{
		display: block;
		font-size: var(--f16);
		letter-spacing: 0;
		padding-right: 3px;
		margin-right: 20px;
		border-right: 1px solid #CBB8B0;
		min-height: 180px;
	}
	.abg02 ul section p,
	.abg03 ul section p,
	.abg05 dl section p{
		width: 280px;
		margin-left: 5%;
		margin-top: 70px;
	}
	.abg02 ul section p span,
	.abg03 ul section p span,
	.abg05 dl section p span{
		display: block;
		font-size: var(--f22);
		color: #333333;
		margin-bottom: 25px;
	}
	.abg03{
		padding: 0 5%;
		margin: -100px auto;
		position: relative;
		z-index: 2;
	}
	.abg03 ul{
		max-width: 1625px;
		margin: 0 auto;
	}
	.abg03 ul li{
		max-width: 1373px;
		margin-left: auto;
	}
	.abg03 ul li section{
		position: relative;
		width: 555px;
		margin-right: 3%;
	}
	.abg03 ul li section p{
		width: 390px;
	}
	.abg03 ul li section s{
		position: absolute;
		width: 10vw;
		max-width: 155px;
		left: -300px;
		top: -3%;
	}
	.abg03 ul li section u{
		position: absolute;
		width: 25vw;
		max-width: 404px;
		left: -360px;
		bottom: -145px;
		animation: shake 7s linear infinite;
		-webkit-animation: shake 7s linear infinite;
	}
	.abg03 ul li i{
		display: block;
		position: relative;
		width: fit-content;
	}
	.abg03 ul li i em{
		position: absolute;
		width: 50vw;
		max-width: 724px;
		left: -30%;
		top: -15%;
		z-index: -1;
	}
	.abg04{
		position: relative;
		z-index: 1;
		padding: 80px 5% 0;
	}
	.abg04:before{
		content: '';
		background: #F1ECEA;
		width: 100%;
		height: 90%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.abg04 i{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: -1;
	}
	.abg04_1{
		max-width: 1300px;
		margin: 0 auto;
	}
	.abg04_1 section h5{
		margin-bottom: 25px;
		font-size: var(--f30);
		color: #333;
		line-height: 125%;
		font-weight: 500;
	}
	.abg04_1 section h5 span{
		display: block;
		font-size: var(--f16);
		letter-spacing: 0;
		padding-bottom: 8px;
		margin-bottom: 15px;
		border-bottom: 1px solid #CBB8B0;
		max-width: 180px;
	}
	.abg04_1 ul{
		display: grid;
		grid-template-columns: repeat(4,1fr);
		column-gap: 4%;
		margin-top: 55px;
	}
	.abg04_1 ul li{
		flex-direction: row-reverse;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.abg04_1 ul li p{
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		color: #666;
		padding-left: 10px;
		padding-top: 30px;
		position: relative;
	}
	.abg04_1 ul li p:before{
		content: '';
		background: var(--colorM);
		width: 33px;
		height: 1px;
		position: absolute;
		left: -15px;
		top: 13px;
	}
	.abg04_1 ul li p span{
		display: block;
		font-size: var(--f20);
		color: #333;
		line-height: 130%;
	}
	.abg04_1 ul li p b{
		font-weight: normal;
	}
	.abg05{
		padding: 180px 5%;
	}
	.abg05 dl{
		max-width: 1300px;
		margin: 0 auto;
	}
	.abg05 dl section p{
		width: 400px;
	}
	.abg05 dl dt{
		max-width: 1220px;
	}
	.abg05 dl dt section{
		width: 540px;
		margin-left: 3%;
		position: relative;
	}
	.abg05 dl dt section u{
		position: absolute;
		width: 30vw;
		max-width: 592px;
		right: -385px;
		top: -110px;
	}
	.abg05 dl dt section u em{
		display: block;
		width: 40vw;
		max-width: 557px;
		animation: shake 10s linear infinite;
		-webkit-animation: shake 10s linear infinite;
	}
	.abg05 dl dt section u s{
		width: 8vw;
		max-width: 115px;
		position: absolute;
		right: 0;
		bottom: 58%;
	}
	.abg05 dl dd{
		max-width: 1265px;
		margin-left: auto;
		margin-top: 90px;
		flex-direction: row-reverse;
	}
	.abg05 dl dd section{
		width: 540px;
		margin-right: 3%;
		position: relative;
	}
	.abg05 dl dd section u{
		position: absolute;
		width: 30vw;
		max-width: 424px;
		left: -320px;
		top: 13%;
	}
	.abg05 dl dd section u em{
		width: 25vw;
		max-width: 398px;
		margin-left: 5%;
		display: block;
	}
	.abg05 dl dd section u s{
		width: 8vw;
		display: block;
		max-width: 116px;
		animation: shake 8s linear infinite;
		-webkit-animation: shake 8s linear infinite;
	}

@media screen and (max-width:1900px) {
	.abg01{padding: 15vw 5% 10vw;}
	.abg03{margin: -5vw auto;}
}

@media screen and (max-width:1024px) {
	.abg02 ul li,
	.abg05 dl dt,
	.abg05 dl dd{flex-direction: column-reverse;}
	.abg02 ul li section,
	.abg05 dl dt section,
	.abg05 dl dd section{padding: 0; margin: 0 auto 50px;}
	.abg03{margin: 70px auto -5vw;}
	.abg03 ul li{flex-direction: column;}
	.abg03 ul li section{padding: 0; margin: 0 auto 50px 30%; max-width: 70%;}
	.abg03 ul li section s {width: 20vw; left: -23vw; top: -3%;}
	.abg03 ul li section u {width: 35vw; left: -28vw; bottom: -14vw;}
	.abg04_1{max-width: 700px;}
	.abg04_1 ul{grid-template-columns: 1fr 1fr; gap: 40px 5%;}
	.abg04_1 ul li{max-width: 290px;}
	.abg05{padding: 150px 5%;}
	.abg05 dl dd section u{width: 35vw; left: -20vw; top: 10vw;}
	.abg05 dl dd section u em{width: 30vw;}
	.abg05 dl dd section u s{width: 10vw;}
	.abg05 dl dt section u{right: -25vw; top: -10vw;}
	.abg05 dl dt section u s{bottom: 80%; width: 15vw;}
	.abg05 dl dt section u em{width: 45vw;}
}

@media screen and (max-width:768px) {
	.abg02 ul li section,
	.abg03 ul li section,
	.abg05 dl section{flex-direction: column;}
	.abg02 ul section h5,
	.abg03 ul section h5,
	.abg05 dl section h5{writing-mode: unset; -webkit-writing-mode: unset;}
	.abg02 ul section h5 span,
	.abg03 ul section h5 span,
	.abg05 dl section h5 span{padding: 0 0 3px; margin: 0 0 15px; min-height: unset; border-right: none; border-bottom: 1px solid var(--colorM);}
	.abg02 ul section p,
	.abg03 ul section p,
	.abg05 dl section p{margin: 30px 0 0; position: relative; z-index: 10;}
	.abg03 ul li section,
	.abg05 dl dd section{margin: 0 auto 50px; width: fit-content; max-width: 100%;}
	.abg03 ul li section s{left: unset; right: -15vw; top: -10vw;}
	.abg03 ul li section u{bottom: -35vw; z-index: 10;}
	.abg05{padding: 100px 5%;}
	.abg05 dl dd section u{top: 90%;}
	.abg05 dl dt section u{right: -10vw;}
}

@media screen and (max-width:600px) {
	.abg02 ul li section{width: fit-content;}
	.abg02 ul dl{width: 40vw;}
	.abg02 ul dl dd{width: 50vw;}
	.abg02 ul dl dt{width: 30vw;}
	.abg03 ul li section u{left: -25vw; animation-duration: 3s; -webkit-animation-direction: 3s;}
	.abg05{padding: 70px 5%;}
	.abg05 dl dd{margin-top: 70px;}
}

@media screen and (max-width:480px) {
	.abg01 h4 p{margin-left: 5px; line-height: 120%;}
	.abg01 i{left: -6vw;}
	.abg01 s{right: 2vw;}
	
	.abg03 ul li section s{right: -3vw; width: 30vw;}
	.abg03 ul li section u{left: -10vw;}
	.abg04_1 ul li{flex-direction: column;}
	.abg04_1 ul li p{writing-mode: unset; -webkit-writing-mode: unset; padding: 15px 0;}
	.abg04_1 ul li p:before{top: 0; left: 0;}
	.abg04_1 ul li p b{display: inline-block;}
	.abg05 dl{position: relative;}
	.abg05 dl dd section{position: unset;}
	.abg05 dl dd section u{left: -5vw; width: 50vw; top: 91.5%;}
	.abg05 dl dd section u s{width: 15vw;}
	.abg05 dl dd section u em{width: 40vw;}
	.abg05 dl dt section u{right: -2vw; top: 0; width: 45vw;}
}

/* 文章分享 */
.article_body {
    /* background: url(../images/at_blog_bg.jpg) top center repeat-y; */
    padding: 60px 20px;
}

.article_content_page .article_body {
    background: url(../images/article_info_bg) top center repeat_y;
}

.blog_box {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    min-height: 10vw;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.blog_le,
.blog_ri {
    margin-bottom: 2vw;
}

.blog_le {
    width: 220px;
}

.blog_ri {
    width: 910px;
    max-width: calc(100% - 240px);
    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;
    overflow: hidden;
}

.accordion li .link {
    cursor: pointer;
    display: block;
    padding: 15px 0px;
    font-size: 15px;
    border-bottom: 1px solid #CCC;
    position: relative;
    transition: .5s;
}

.accordion li .link a {
    color: #333333;
    transition: unset;
}

.blog_le .accordion li {
    position: relative;
    border-bottom: 1px #ddd solid;
}

.blog_le .accordion li .link::before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: -10px;
    transform: translateY(-50%);
    top: 50%;
    color: var(--colorM);
    transition: .6s;
}

.blog_le .accordion li .link:last-child {
    border: none;
}

.blog_le .accordion li.open .link {
    color: #999;
}

.blog_le .accordion li.on_this_category .link,
.blog_le .accordion li.open .link,
.accordion li:hover .link {
    padding-left: 10px;
}

.blog_le .accordion li.on_this_category .link a,
.blog_le .accordion li.open .link a,
.accordion li:hover .link a {
    color: var(--colorM);
}

.blog_le .accordion li.open .link::before,
.blog_le .accordion li:hover .link::before {
    left: 0;
}


.blog_le .accordion li i {
    font-size: 15px;
    color: var(--colorM);
    transition: all 0.4s;
    position: absolute;
    left: -5px;
}

.blog_le .accordion li:hover i {
    left: 0;
}

.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 {
    color: var(--colorM);
}

.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 {
    color: #333;
    font-size: var(--f30);
    border-bottom: 1px #F0EBE9 solid;
    padding: 10px 0 15px;
    margin-bottom: 30px;
    font-weight: normal;
}


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;
}

.blog_subbox {}

.blog_subbox * {
    transition: all 0.6s ease;
}

.subbox_item {
    display: block;
    width: 33.333%;
    margin-bottom: 45px;
    position: relative;
}

.subbox_item a {
    display: block;
    position: relative;
    padding: 10px;
    border: 1px solid rgba(199,180,172,.0);
}

.subbox_item a:hover {
    border-color: rgba(199,180,172,1);
}

.blog_img {
    position: relative;
    width: auto;
    padding-top: 100%;
    background: #fffcf2;
    overflow: hidden;
}

.blog_img img {
    max-width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.blog_list_ri {
    width: 100%;
    margin-top: 20px;
}

.blog_list_ri h5 {
    font-weight: 500;
    font-size: var(--f20);
    color: var(--colorM);
    letter-spacing: .1em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.blog_list_ri em {
    font-size: var(--f14);
    color: #AAAAAA;
    font-style: normal;
    display: block;
    margin: 10px 0;
    letter-spacing: .1em;
    font-weight: normal;
}

.blog_list_ri p {
    margin-top: 15px;
    font-size: var(--f16);
    color: #111111;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    font-weight: normal;
}

/* hover */
.subbox_item a:hover {
    position: relative;
    z-index: 5;
}

.subbox_item a:hover:after {
    opacity: 1;
    width: 100%;
    transition: all 500ms;
    border-color: rgba(199,180,172,1);
}


/* article search */
.blog_search {
    position: relative;
    margin: 10px 0 15px;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: var(--f16);
    color: #777777;
    border: solid 1px #F0EBE9;
    border-radius: 5px;
    padding: 13px 35px 13px 13px;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 45px;
    height: 100%;
    background: url(../images/blog_serch.png) no-repeat center center;
    border: none;
    cursor: pointer;
}

.blog_search input[placeholder] {
    letter-spacing: .2em;
    color: #777777;
}

.blog_search input[type=search]:focus {
    letter-spacing: 0;
    color: #888888;
}


.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;
}

.blog_back a {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    width: 32%;
}

.blog_back a.article_btn_prev {
    background: #333;
}

.blog_back a.article_btn_back {
    background: #958377;
}

.blog_back a.article_btn_next {
    background: #333;
}

/* search details */
.blog_box_edit {
    padding: 40px 0;
    border-bottom: 1px solid #F0EBE9;
    position: relative;
    margin-bottom: 40px;
}

.blog_box_edit * {
    max-width: 100%;
    font-size: 17px;
    word-wrap: break-word;
    line-height: 160%;
    letter-spacing: .1em;
}

.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);
    }
}

.blog_article_change {
    width: 430px;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}

.blog_article_change a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #333;
    letter-spacing: .1em;
    width: 130px;
    max-width: 32%;
    height: 40px;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #CBB8B0;
}

.blog_article_change a:nth-child(2) {
    background: #CBB8B0;
}

.blog_article_change a:hover {
    background: #CBB8B0;
}
.blog_article_change a:nth-child(2):hover {
    background: #B75246;
    color: #fff;
}

/* 最新消息 */
.news_mainPart {
    background: url(../images/news_bg01.jpg) bottom 25px center no-repeat;
    padding: 60px 20px 120px;
}

.paper_body.news_body {
    margin: 0px auto;
}

.news_banner {
    background: url(../images/news_banner.jpg) top center no-repeat;
    background-size: cover;
    height: 26vw;
}

.news_class {
    margin-bottom: 90px;
}

.news_class li {
    margin: 10px;
    max-width: calc(50% - 20px);
    box-sizing: border-box;
}

.news_class li a {
    width: 157px;
    max-width: 100%;
    height: 47px;
    border: 1px solid #ECBC74;
    border-radius: 10px;
    box-sizing: border-box;
    color: #000000;
    letter-spacing: 0.295em;
    padding: 5px 10px;
}

.news_class li a:hover {
    background: var(--colorM);
}

.news_title {
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--colorM);
}

.news_time {
    font-size: 15px;
    color: #B27117;
    letter-spacing: .1em;
    width: 100px;
}

.news_title h6 {
    width: calc(100% - 110px);
    justify-content: flex-start;
    font-size: 22px;
    color: #000000;
    letter-spacing: .1em;
    font-weight: normal;
    line-height: 100%;
}

.news_title h6 b {
    font-weight: normal;
    font-size: 17px;
    color: #502602;
    letter-spacing: .295em;
    justify-content: space-between;
    margin-right: 18px;
}

.news_title h6 b::after {
    content: '';
    width: 7px;
    height: 20px;
    border-right: 1px solid var(--colorM);
    border-left: 1px solid var(--colorM);
    display: block;
    margin-left: 10px;
}

.news_edit {
    padding: 50px 0;
    border-bottom: 1px solid var(--colorM);
    position: relative;
}

.news_edit::after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid var(--colorM);
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.other_news {
    margin: 50px auto;
    justify-content: flex-start;
}

.other_news li {
    width: 33.333%;
    margin: 20px 0;
    padding: 0 20px;
}

.other_news a {
    display: block;
    width: 100%;
    height: 162px;
    padding: 25px 40px;
    border-radius: 30px;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 2px 2px 8px rgba(204, 204, 204, .65);
    color: #000000;
}

.other_news li:hover a {
    border: 1px solid var(--colorM);
    background: #FFFCF7;
}

.other_news a>* {
    padding-left: 16px;
}

.otherNewsTime {
    position: relative;
    margin-bottom: 20px;
}

.otherNewsTime::before {
    content: '';
    width: 7px;
    height: 100%;
    border-width: 0 1px 0 1px;
    border-color: var(--colorM);
    border-style: solid;
    position: absolute;
    left: -7px;
    top: 0;
}

.otherNewsTime p {
    color: #B27117;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: .1em;
}

.otherNewsTime span {
    display: block;
    font-size: 17px;
    color: #502603;
    letter-spacing: .295em;
    line-height: 150%;
}

.otherNewsTitle {
    font-size: 20px;
    color: #000000;
    letter-spacing: .1em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
}

/* 產品介紹 */
.proIntro_ban {
    background: url(../images/pdIntro_ban.jpg) top center no-repeat;
    height: 540px;
    justify-content: flex-end;
}

.proIntro_ban p {
    width: 1065px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.proIntro_ban p img {
    max-width: 40vw;
}

.ProIntro_paper {
    padding: 60px 20px;
}

.ProIntro_paper .paper_body {
    width: 1065px;
}

.ProIntro_content+.ProIntro_page_list {
    margin-top: 70px;
}

.ProIntro_content>li {
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.ProIntro_content>li+li {
    margin-top: 100px;
}

.ProIntro_content>li>article {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.proIntro_title h6 {
    font-size: 20px;
    font-weight: bold;
    color: #CF8233;
    letter-spacing: .2em;
    line-height: 180%;
}

.proIntro_title h5 {
    font-size: 50px;
    color: #502602;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 150%;
}

.proIntro_info {
    margin: 20px 0 10px;
    letter-spacing: .1em;
    line-height: 140%;
    font-size: 26px;
    color: #000000;
}

.proIntro_info li+li {
    margin-top: 10px;
}

.proIntro_info li p {
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
}

.proIntro_info li p::before {
    content: '●';
    position: absolute;
    left: 0;
    top: 0;
    color: #222222;
}

.proIntro_info li span {
    display: block;
    font-size: 15px;
    color: #502601;
    line-height: 150%;
    letter-spacing: .05em;
}

.proIntro_info p.pdComingSoon {
    display: flex;
    min-height: 375px;
    flex-direction: column;
    justify-content: center;
}

.proIntro_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 240px;
    height: 47px;
    border: 1px solid var(--colorM);
    border-radius: 10px;
    color: #401F00;
    font-size: 17px;
    letter-spacing: 0.295em;
    padding-left: 0.295em;
}

.proIntro_link a:hover {
    background: var(--colorM);
}

.ProCatoImg {
    width: 580px;
    padding-top: 55%;
    overflow: hidden;
    max-width: 55%;
    position: relative;
}

.ProCatoImg>img {
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
}

/* 聯絡我們 */

.paper_contact {
    background: url(../images/contact_bg.jpg) bottom center no-repeat;
    padding: 110px 20px;
}

.paper_contact .paper_body {
    width: 1300px;
}

.contact_info {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto auto;
    border-top: 1px solid #CBB8B0;
    position: relative;
    padding: 30px 0 85px;
    text-align: center;
    line-height: 170%;
}

.contact_info section{
    margin-top: 25px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.contact_info section a{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 3%;
    margin: 7px 1%;
    background: #F3EEE9;
    color: #333;
    line-height: 130%;
    border-radius: 50px;
    transition: all .4s;
}
.contact_info section a:hover{
    background: #F1E2DE;
}

.con_star {
    color: var(--colorM);
    font-weight: normal;
    padding: 0 5px;
}

.starNote {
    text-align: right;
    padding: 20px 0;
    font-size: var(--f12);
    letter-spacing: .1em;
}

.style1{
    background: #fff;
    padding: 75px 5%;
    border-radius: 10px;
}

@media screen and (max-width: 500px) {
    .paper_contact{
        padding: 70px 20px;
    }
    .contact_info{
        padding: 25px 0 60px;
    }
    .style1{
        padding: 50px 5%;
    }
}

.box_cont_top01 dl {
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    line-height: 180%;
    padding: 15px 0;
}

.box_cont_top01 dt {
    width: 100px;
    font-size: 15px;
    padding: 6px 0;
    box-sizing: border-box;
    line-height: 100%;
}

.box_cont_top01 dd {
    width: calc(100% - 110px);
    justify-content: flex-start;
}

.box_cont_top01 dd.yp_flex p+p {
    margin-left: 10px;
}

.box_cont_top01 input,
.box_cont_top01 textarea {
    width: 100%;
    border: 0;
    padding: 10px;
    color: #444444;
    letter-spacing: .1em;
    font-size: 15px;
    border: 1px solid #EFEAE7;
    letter-spacing: 0;
}

.box_cont_top01 input::placeholder,
.box_cont_top01 textarea::placeholder {
    color: #CCCCCC;
}

.box_cont_top01 textarea {
    height: 200px;
}

.code_text input[type="text"] {
    width: 70px;
}

.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;
}

.box_cont_top02 {
    width: 280px;
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2%;
}


.box_cont_top02 li {
    width: 130px;
}

.box_cont_top02 .btn_reset{
    border: none;
    background: #E7825B;
    color: #fff;

}
.box_cont_top02 .btn_submit{
    border: none;
    background: #B75246;
    color: #fff;
}

.box_cont_top02 .btn_reset:hover{
    background: #E16231;
}
.box_cont_top02 .btn_submit:hover{
    background: #A02929;
}

.btn_reset,
.btn_submit {
    font-size: 17px;
    text-align: center;
    letter-spacing: .1em;
    padding: 10px 20px;
    border: none;
    color: #000000;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid var(--colorM);
    transition: .3s;
}

.box_cont_top02 li input:hover, .box_cont_top02 li input:focus {
    background: var(--colorM);
    cursor: pointer;
}



/* 商品左邊用選單 */
.accordion {}

.accordion_header,
.accordion_body {}

.accordion_item {
    padding: 10px 0;
    transition: .3s;
}

.accordion_item+div {
    border-top: 1px solid #CCCCCC;
}

.accordion_item a {
    color: #000;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px;
    display: inline-block;
}

.accordion_item:hover a.category_one_a {
    color: var(--colorM);
}

.accordion_header {
    color: #000;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 1px;
    transition: all .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

a.category_one_a {
    color: #333333;
    font-size: 15px;
    letter-spacing: .05em;
    padding: 0;
    position: relative;
    line-height: 120%;
}

a.category_one_a::before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -30px;
    top: 0px;
    color: var(--colorM);
    opacity: 0;
}

.accordion_item.active, .accordion_item:hover {
    color: var(--colorM);
    padding-left: 15px;
}

.accordion_item.active a.category_one_a{
    color: var(--colorM);
}
.accordion_item:hover a.category_one_a::before, .accordion_item.active a.category_one_a::before {
    left: -10px;
    opacity: 1;
}

.accordion_item .accordion_item.le_prods_item.active {
    background: #f6f6f6;
    border: 2px #c3c3c3 solid;
}

.accordion_header:hover {
    position: relative;
    z-index: 5;
    color: var(--colorM);
}

.accordion_header:hover a,
.accordion_item.active .accordion_header a.category_one_a {
    color: var(--colorM);
}

.accordion_body {
    display: none;
    color: #353535;
    font-size: 15px;
    margin-top: 5px;
}

.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: '';
    background: url(../images/pd_list_arrow02.png) center no-repeat;
    width: 22px;
    height: 22px;
    transition: .3s;
}

.accordion_item:hover>.accordion_header:after, .accordion_item.active>.accordion_header:after {
    background: url(../images/pd_list_arrow01.png) center no-repeat;
}

a.no_category_a {
    display: block;
    padding: 10px 0;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 120%;
}

a.no_category_a:hover {
    color: var(--colorM);
}


/* 商品總列表 */
/* .pd_mainList .paper_content, .pd_serch_fin .paper_content {
    background: url(../images/pd_mainList_bg.jpg) bottom center no-repeat, #FFFFFF;
} */

.pd_i_box {
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.prodc_title {
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 20px;
    margin: 0 auto;
}

.prodc_title .path {
    margin: 0;
}

.pd_i_box.pd_serchFin_box {
    justify-content: center;
}

.pd_le {
    display: inline-block;
    vertical-align: top;
    width: 190px;
}

.pd_le .alltimes_title {
    margin-bottom: 10px;
}

.pd_ri {
    vertical-align: top;
    width: 940px;
    max-width: calc(100% - 250px);
}

.pd_list_category {
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 30px;
}

.pd_list_category .path {
    margin: 0;
}

h3.pd_i_category_name {
    font-size: var(--f20);
    color: #333;
    font-weight: 400;
    padding: 3px 7px 3px 13px;
    text-align: left;
    max-width: 100%;
    border-left: 5px solid var(--colorM);
}

.pd_serchFin_box h3.pd_i_category_name {
    background-image: url(../images/pd_serch_icon.png);
}


h3.pd_i_category_name span {
    display: inline-block;
    color: #FF7F00;
}

.pd_i_lists {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    width: 1200px;
    margin: 0 auto 0;
    text-align: center;
    justify-content: center;
}

.pd_i_lists li {
    width: 31%;
    margin: 0 1% 25px;
}


.pd_i_lists p {
    color: #000;
    font-size: 15px;
    font-weight: 1000;
    line-height: 125%;
}

.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: #333333;
    font-weight: 400;
    line-height: 180%;
    margin-top: 10px;
}

.pd_i_lists p.pd_name3 {
    color: #666;
    line-height: 180%;
    letter-spacing: .05em;
    font-weight: normal;
}

/* .pd_i_lists li a:hover {
    box-shadow: 3px 3px 5px rgba(187, 187, 187, .65);
} */

.pd_i_lists li a span {
    width: 100%;
    text-align: center;
    font-size: var(--f12);
    background: #F0EBE9;
    color: #666;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 7px 7px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}

.pd_i_lists li a:hover span {
    background: var(--colorM);
    color: #fff;
}

.pd_i_lists li a .pd_img {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    background: #fffcf2;
    overflow: hidden;
    border: 1px #eee solid;
}
.pd_i_lists li a .pd_img:before{
    content: '';
    background: rgba(183,82,70,.7);
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s;
    z-index: 5;
}
.pd_i_lists li a:hover .pd_img:before{
    width: 100%;
    height: 100%;
}

.pd_img img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

/*產品詳細頁*/
.pd_detail_page .paper_content {
    background: url(../images/pd_det_bg01.jpg) top center no-repeat, #FFFFFF;
    padding: 60px 0;
}

.prodc_page {
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
}

.pd_detail_page .pd_i_box>*, .pd_detail_page .tab_menu_c {
    width: 1200px;
    max-width: calc(100% - 40px);
}

.prod_info_show {
    margin: 50px auto 150px;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.prod_info_show:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
}

.prod_info_show .box_le,
.prod_info_show .box_ri {
    float: unset;
}

.prod_info_show .box_le {
    width: 580px;
    max-width: 49%;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.prod_info_show .box_ri {
    width: 520px;
    max-width: 49%;
}

.prod_info_show .box_ri section {
    width: 375px;
    max-width: 100%;
}

.tabgroup,
.tabs {
    vertical-align: middle;
    width: 48%;
}

.pdinfo {
    width: 580px;
    max-width: 100%;
    position: relative;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.pdinfo * {
    list-style: none;
    max-width: 100%;
}

.pdinfo .tabgroup {
    width: 450px;
    background: #FFFFFF;
}

.pdinfo .tabgroup img {
    max-width: 100%;
    display: block;
}

.pdinfo .tabs {
    width: 105px;
    justify-content: flex-start;
}

.pdinfo .tabs li+li a {
    margin-top: 10px;
}


.pdinfo .tabs a {
    display: block;
    width: 100%;
    border: 0px var(--colorM) solid;
    background: #FFFFFF;
}

.pdinfo .tabs a img {
    display: block;
    max-width: 100%;
}

.pdinfo .tabs a.active {
    border: 2px var(--colorM) solid;
    padding: 1px;
}

.ps_note,
.pd_price,
.dropdown_pd_item,
.click_buy,
.click_noticeme,
.pd_promo_info,
.stock_p,
.share_box {
    margin-bottom: 16px;
}

.prod_info_show h2 {
    font-size: var(--f25);
    color: #525252;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 200%;
}

.ps_note {
    display: inline-flex;
    color: var(--colorM);
    background: #FFD7D7;
    min-width: 168px;
    padding: 8px 20px;
}

.pd_price {
    font-size: var(--f25);
    color: #666;
    line-height: 150%;
    letter-spacing: .05em;
    border-bottom: 1px solid #CBB8B0;
    padding-bottom: 5px;
}

.pd_price span {
    font-size: 14px;
    text-decoration: line-through;
    color: #333333;
    margin-left: 5px;
}

.dropdown_pd_item {
    position: relative;
}

.dropdown_pd_item[data-content="商品規格"] {
    font-size: 15px;
    line-height: 120%;
    color: #333;
}

.dropdown_pd_item[data-content="商品規格"] article {
    display: inline-block;
    vertical-align: text-top;
    color: #333;
    line-height: 160%;
}

.dropdown_pd_item[data-content="商品規格"]::before {
    font-size: 15px;
    color: #333;
}

.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;
    line-height: 160%;
}

.click_buy {
    width: 340px;
    justify-content: space-between;
}

.click_buy a {
    width: 165px;
    height: 35px;
    max-width: 49%;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 7px 10px;
    text-align: center;
    border-radius: 4px;
}

.click_buy a:hover, .click_noticeme a:hover {
    box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .2);
}

.click_buy a.goadd {
    background-color: #E7825B;
    color: #fff;
}
.click_buy a.goadd:hover{
    background: #E16231;
}

.click_buy a.gopay {
    background-color: var(--colorM);
    color: #fff;
}
.click_buy a.gopay:hover{
    background-color: #A02929;
}

.click_noticeme {
    width: 340px;
}

.click_noticeme a {
    width: 100%;
    height: 35px;
    background: no-repeat center center #FF8000;
    font-size: 15px;
    color: #fff;
    padding: 7px 10px;
    text-align: center;
    border-radius: 4px;
}

.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;
}

.stock_p p span {
    margin: 0 5px;
}

.pd_promo_info {
    color: #A56C20;
    font-size: 15px;
    line-height: 120%;
}

.pd_promo_info::before {
    content: attr(data-content);
    display: block;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 10px;
}

.pd_promo_info ul {}

.pd_promo_info li {
    padding-left: 28px;
    position: relative;
}

.pd_promo_info li::before {
    content: '●';
    position: absolute;
    left: 0;
    top: 0;
}

.pd_promo_info li+li {
    margin-top: 5px;
}

.share_box {}

.share_box:before {
    content: attr(data-content);
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #421F02;
    margin-right: 10px;
}

.share_box a {
    display: inline-block;
    vertical-align: middle;
    background-color: #FFFFFF;
    background: center no-repeat;
    width: 32px;
    height: 32px;
    border: 1px solid var(--colorM);
    border-radius: 30px;
}

.share_box a+a {
    margin-left: 5px;
}

.share_box a:hover {
    background-color: var(--colorM);
}

.share_box a.share_to_line {
    background-image: url(../images/pd_detl05.png);
}
.share_box a.share_to_line:hover{
    background-image: url(../images/pd_detl05_1.png);

}

.share_box a.share_to_fb {
    background-image: url(../images/pd_detl06.png);
}


/*數量點擊加總*/
.box_p_add {
    margin: 10px auto 25px;
    justify-content: flex-start;
}

.box_p_add:before {
    content: attr(data-content);
    display: inline-block;
    font-size: 12px;
    color: #421F02;
    margin-right: 10px;
    vertical-align: middle;
}

.input-number {
    display: inline-flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.input-number input {
    width: 100px;
    height: 30px;
    text-align: center;
    background: none;
    outline: none;
    font-size: 15px;
    color: #375057;
    border-width: 1px 0 1px 0;
    border-color: #DDDDDD;
    border-style: solid;
    background: #FFFFFF;
}

.input-number button {
    width: 30px;
    line-height: 24px;
    background: #FFFFFF;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
    border: 1px solid #DDDDDD;
}

/* 產品編輯頁籤 TABS */
.pd_tab_box {
    border-top: 1px #CBB8B0 solid;
    background: #fff;
    max-width: 1300px;
    margin: 0 auto;
}

.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: 49%;
    height: 60px;
    transition: 0.3s all;
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #545454;
    line-height: 120%;
}

.tab_menu_c button.tab_menu_btn.on {}

.tab_menu_c button.tab_menu_btn.on:before {
    content: '';
    position: absolute;
    width: 140px;
    height: 4px;
    background: var(--colorM);
    bottom: 0;
    left: 50%;
    margin-left: -70px;
}

.tab_box_c {
    width: 90%;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}

.tab_box {
    display: none;
    padding: 80px 0;
    margin: 0 auto;
}

.tab_box.on {
    display: block;
}

.pd_info_edit {
    font-size: 17px;
    color: #333333;
    line-height: 200%;
    letter-spacing: .1em;
}

.pd_info_edit * {
    max-width: 100%;
}

/* 產品詳細-購物流程 */

.prod_tab_payinfo {
    font-size: var(--f16);
    color: #666;
    line-height: 150%;
    letter-spacing: .03em;
    max-width: 725px;
    margin: 0 auto;
}

.prod_tab_payinfo div>h4 {
    font-size: 35px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 180%;
    margin-bottom: 40px;
}

.pd_info_proc{
    position: relative;
}
.pd_info_proc:before{
    content: '';
    background: #EFEAE7;
    width: 3px;
    height: calc(90% - 30px);
    top: 15px;
    left: 23px;
    position: absolute;
}

.pd_info_proc li {
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    padding-left: 130px;
    position: relative;
}
.pd_info_proc li:before{
    content: '';
    background: url(../images/new_img/pro_00.png) no-repeat center;
    width: 51px;
    height: 51px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.pd_info_proc li+li {
    margin-top: 50px;
}

.pd_info_proc li dl {
    width: calc(100% - 65px);
    max-width: 510px;
    margin-left: 10px;
}

.tab_box_c dt {
    font-size: var(--f20);
    color: var(--colorM);
    line-height: 160%;
    margin-bottom: 12px;
    letter-spacing: 0;
}

.tab_box_c dt span{
    display: inline-block;
    margin-right: 10px;
    line-height: 160%;
}

.tab_box_c dd p{
    line-height: 180%;
}

a.alltimes_line {
    width: 100%;
    max-width: 180px;
    background: #2DB200;
    padding: 10px;
    margin-top: 15px;
    color: #fff;
    letter-spacing: 0;
    transition: all .4s;
}
a.alltimes_line img{
    margin-right: 7px;
}
a.alltimes_line:hover{
    background: #218400;
}


/* 產品詳細-相關產品 */
h3.pd_related_category_name {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    margin: 30px auto 50px;
    text-align: center;
    letter-spacing: .1em;
    color: #333;
    font-weight: bold;
}

h3.pd_related_category_name:before {
    content: '';
    background: url(../images/pd_icon.png) no-repeat center center;
    width: 39px;
    height: 46px;
    margin-right: 12px;
    margin-top: -10px;
}

.pd_related_lists {
    background: #FFFFFF;
    padding: 50px 10px;
    display: none;
}

.pd_related_lists ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 1250px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.pd_related_lists li {
    width: 285px;
    max-width: calc(25% - 20px);
    margin: 0 10px 25px;
}

.pd_related_lists li img {
    border: 1px #eee solid;
    display: block;
    margin-bottom: 10px;
}

.pd_related_lists p {
    color: #000;
    font-size: 15px;
    font-weight: 1000;
    line-height: 125%;
}

.pd_related_lists p.pd_name1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 180%;
    margin-top: 10px;
}

.pd_related_lists p.pd_name3 {
    font-size: 12px;
    color: #A56C20;
    line-height: 180%;
    letter-spacing: .15em;
}


.pd_related_lists li a span {
    text-align: center;
    font-size: 15px;
    background: #FFB019;
    color: #421F02;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 7px 7px 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 100%;
}

.pd_related_lists li a:hover span {
    background: #421F02;
    color: #FFB019;
}

/* 購物流程 */
.shoproc_page.paper_content {
    padding: 100px 20px;
}

.shoproc_body {
    width: 1320px;
}

.shoproc_body article blockquote {
    display: block;
    margin: 50px auto;
}

.shoproc_body h3 {
    font-size: 35px;
    color: #333333;
    text-align: center;
    padding: 60px 0;
    letter-spacing: .1em;
    line-height: 200%;
}

.shoproc_body ul {
    align-items: flex-start;
    align-content: flex-start;
}

.shoproc_body li {
    width: 440px;
    max-width: 33%;
    color: #333333;
    font-size: 17px;
    letter-spacing: .1em;
    line-height: 150%;
    position: relative;
    margin: 60px 0;
}

.shoproc_body li+li::before {
    content: '';
    width: 74px;
    height: 28px;
    background: url(../images/shopoces01.png) right bottom no-repeat;
    position: absolute;
    left: -37px;
    top: 70px;
}

.shoproc_body li dl {
    margin-top: 10px;
    width: 310px;
    max-width: 100%;
    letter-spacing: 0;
}

.shoproc_body li dt {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 180%;
    letter-spacing: .2em;
}

.shoproc_body li a {
    width: 232px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    margin: 30px auto 0;
    position: relative;
    transition: ease-in .3s;
    left: 0;
    top: 0;
}

.shoproc_body li a:hover {
    left: -3px;
    top: -3px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .3);
}

/* 退換貨須知 */
.return_page .paper_content {
    padding: 100px 20px;
}

.return_body blockquote {
    font-size: 17px;
    color: #333333;
    line-height: 150%;
    letter-spacing: .1em;
}

.return_body blockquote.note165 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    border-top: 1px dashed var(--colorM);
    padding: 50px 0;
}

.note165 a {
    color: #333333;
}

.return_body blockquote+blockquote {
    margin-top: 60px;
}

.return_body blockquote h3 {
    font-size: 35px;
    color: #333333;
    text-align: center;
    padding: 60px 0;
    letter-spacing: .1em;
    line-height: 200%;
}

.return_body blockquote h4 {
    display: inline-block;
    font-size: 22px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    border: 1px solid var(--colorM);
    padding: 0 .3em 0 .5em;
    line-height: 180%;
    letter-spacing: .2em;
    margin-bottom: 20px;
    border-radius: 5px;
}

.return_body blockquote p+p {
    margin-top: 10px;
}

.return_body blockquote p b, .return_body blockquote li b {
    color: #B77925;
}

.return_body ol {
    list-style: decimal-leading-zero;
    padding-left: 45px;
}

.return_body li {
    list-style: inherit;
    line-height: 180%;
}

.return_body li+li {
    margin-top: 10px;
}

.return_body li::marker {
    font-size: var(--f25);
    font-weight: 500;
    color: #C4924D;
    font-family: 'Noto Serif TC', serif;
}

.note165 article {
    justify-content: space-between;
}

.note165 article::before {
    content: '';
    width: 20px;
    height: 20px;
    background: var(--colorM);
    border-radius: 20px;
    border: 1.5px solid var(--colorM);
    box-shadow: inset 0px 0px 0px 3px #FFFFFF;
}

.note165 article p {
    width: calc(100% - 40px);
}

/*FQA*/
.qa0{
    border-top: none;
}
.qa0 li{
    background: rgba(255,255,255,.8);
    padding: 5px 15px;
    margin-bottom: 15px;
    border-radius: 7px;
    font-size: var(--f18);
}
.qa0 li:last-child{
    margin-bottom: 0;
}
.qa0 section.click_btn_a {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    transition: 0.4s;
}
.qa0 section p{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    line-height: 180%;
}
.qa0 section span,
.qa_a dl dd{
    display: block;
    min-width: 40px;
    font-size: var(--f25);
    padding-bottom: 5px;
    margin-right: 18px;
    border-right: 1px solid #F0EBE9;
    line-height: 100%;
}
.qa0 section span{
    color: var(--colorM);
}
.qa0 section.active.click_btn_a{
    border-color: #D3A85F;
}
.qa0 section:hover.click_btn_a,
.qa0 section.active.click_btn_a{
    transition: 0.4s;
}
.qa0 section.click_btn_a:after{
    content: '+';
    font-size: var(--f25);
    color: var(--colorM);
    margin-left: 5px;
}
.qa0 section.active.click_btn_a:after{
    content: '-';
    font-size: var(--f30);
}
.qa_a{
    padding: 15px 0;
    color: #666666;
    border-top: 1px solid #F0EBE9;
    display: none;
}
.qa_a dl{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.qa_a dl dd{
    color: #333;
}
.qa_a dl dt{
    line-height: 180%;
}
.qa_a dl dt figure p{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 180%;
}
.qa_a dl dt figure p span{
    margin-right: 10px;
    line-height: 180%;
}

@media screen and (max-width:1024px) {
.qa0 section span,
.qa_a dl dd{min-width: 35px;}
}

@media screen and (max-width:768px) {
.qa0 section span,
.qa_a dl dd{min-width: 30px; margin-right: 15px;}
}

@media screen and (max-width:600px) {
.qa0 li{padding: 5px 10px;}
.qa0 section span,
.qa_a dl dd{min-width: 25px; margin-right: 10px;}
}

/* 常見問題 */
.qa_page .paper_content {
    padding: 100px 20px;
}

.qa_contain h3 {
    font-size: 35px;
    color: #333333;
    text-align: center;
    letter-spacing: .1em;
    line-height: 200%;
    padding: 50px 0;
}

.qa_contain article+article {
    margin-top: 80px;
}

.qa_title01 {
    justify-content: flex-start;
}

.qa_title01 h6 {
    font-size: 22px;
    font-weight: normal;
    color: #401F00;
    display: inline-flex;
    padding: 0 .3em 0 .5em;
    border: 1px solid var(--colorM);
    border-radius: 5px;
    letter-spacing: .2em;
    line-height: 200%;
}

.qa_title02 {
    font-size: var(--f25);
    font-weight: bold;
    color: #B77925;
    letter-spacing: .2em;
    line-height: 180%;
    margin-top: 20px;
}

.qa_title01 h6+b {
    margin-left: 20px;
    color: #B77925;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0;
}

.faq {
    counter-reset: my-sec-counter;
    list-style: none;
    display: block;
}

.faq>li {
    padding: 10px;
    position: relative;
}

.faq li.qa_q {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    font-size: 22px;
    min-height: 44px;
    color: #333333;
    font-weight: bold;
    background: #FFE0A6;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 30px;
    line-height: 100%;
    position: relative;
    padding: 5px 10px;
    padding-left: 45px;
}

.faq li.qa_a::before,
.faq li.qa_q::before {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    color: #401F00;
    font-size: var(--f25);
    font-weight: 500;
    width: 44px;
    height: 44px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 100%;
    font-family: 'Noto Serif TC', serif;
}

.faq li.qa_q::before {
    content: 'Q';
    padding-bottom: 6px;
}


.faq li.qa_q::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/qa_arrow.svg) center no-repeat;
    transform: rotate(0);
    position: absolute;
    right: 15px;
    bottom: 13px;
    transition: .6s;
}

.faq li.qa_q.qa_open::after {
    transform: rotate(180deg);
}

.faq li.qa_a {
    position: relative;
    display: none;
    font-size: 17px;
    line-height: 150%;
    color: #333333;
    font-weight: normal;
    margin-top: 10px;
    padding: 10px 15px 15px 45px;
}

.faq li.qa_a::before {
    content: 'A';
}

.qa_dec.yp_flex {
    justify-content: space-between;
}

.qa_dec>* {
    width: calc(100% - 40px);
    max-width: 100%;
}

.qa_dec::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: var(--colorM);
    border: 1px solid var(--colorM);
    box-shadow: inset 0 0 0 3px #FFFFFF;
    display: block;
}

.Refund_a01 ul {
    padding-left: 20px;
    margin: 10px 0;
}

.Refund_a01 li {
    position: relative;
}

.Refund_a01 li::before {
    content: '•';
    width: 20px;
    position: absolute;
    left: -20px;
    top: 0;
}

.Refund_a01 li .yp_flex {
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.Refund_a01 li .yp_flex span+span {
    margin-left: 10px;
}

.Refund_a01_note01 {
    padding: 30px 0;
    border-bottom: 1px dashed var(--colorM);
    margin-bottom: 20px;
}

.Refund_a01_note02 {
    margin-top: 20px;
}

.Refund_a01_note02 b {
    font-size: 17px;
    color: #562a01;
}

.faq ol {
    list-style: decimal;
    padding-left: 20px;
}

.faq ol li {
    list-style: inherit;
}

/* 配送方式 */
.delivery_page .paper_content {
    padding: 100px 20px;
}

.delivery_body h3 {
    font-size: 35px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding: 60px 0;
    margin-bottom: 50px;
}

.delivery_body dl {
    font-size: 17px;
    color: #333333;
    letter-spacing: .05em;
    line-height: 150%;
}

.delivery_body dl+dl {
    margin-top: 50px;
}

.delivery_body dt {
    width: 200px;
    border: 2px solid var(--colorM);
    padding: .3em .3em .3em .5em;
    justify-content: space-between;
    font-size: 22px;
    color: #333333;
    letter-spacing: .2em;
    line-height: 180%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.delivery_body dt p {
    width: calc(100% - 65px);
}

.delivery_body dl ol {
    list-style: decimal-leading-zero;
    padding-left: 50px;
}

.delivery_body dl li {
    list-style: decimal-leading-zero;
}

.delivery_body dl li+li {
    margin-top: 20px;
}

.delivery_body dl li::marker {
    font-size: var(--f25);
    color: #C4924D;
    font-weight: 500;
    font-family: 'Noto Serif TC', serif;
}


/* 會員條款 */
.terms_page .paper_content {
    padding: 100px 20px;
}

.terms_body>h3 {
    font-size: var(--f35);
    font-weight: normal;
    color: #3F1F00;
    text-align: center;
    padding: 60px 0 25px;
}

.terms_all {
    font-size: 17px;
    color: #333333;
    line-height: 170%;
    letter-spacing: .1em;
}

.terms_all>h6 {
    font-size: var(--f20);
    font-weight: normal;
    color: var(--colorM);
    text-align: center;
    margin-bottom: 55px;
}

.terms_all>h6 br {
    display: none;
}

.terms01>ol, .terms02 article>ol{
    list-style: decimal-leading-zero;
    padding-left: 50px;
}

.terms01>ol li, .terms02 article>ol li {
    list-style: inherit;
    margin-top: 10px;
}

.terms01>ol>li::marker, .terms02 article>ol>li::marker {
    font-size: var(--f25);
    color: var(--colorM);
    font-weight: 400;
}

.terms01 li dt,
.terms02 li dt {
    color: #333333;
    margin-bottom: 10px;
    line-height: 170%;
}

.terms01 li dd li{
    padding-left: 20px;
    position: relative;
    line-height: 170%;
}

.terms02 li dd li {
    padding-left: 40px;
    position: relative;
    line-height: 170%;
}

.terms01 li dd li span,
.terms02 li dd li span {
    position: absolute;
    left: 0;
    top: 0;
}

.terms01>ol, .terms01>ol>li+li, .terms02 article>ol, .terms02 article>ol>li+li {
    margin-top: 20px;
}

.terms02 {
    padding: 80px 0;
}

.terms02 >dl dt {
    font-size: var(--f28);
    color: var(--colorM);
    letter-spacing: .2em;
    margin-bottom: 30px;
}

.terms02 article {
    margin-top: 50px;
}

.terms02 article h5 {
    font-size: var(--f20);
    font-weight: normal;
    color: #B77925;
    margin-bottom: 20px;
}

/*購物車*/
.product_cart {
    max-width: 1200px;
    margin: 0 auto 0;
}

.product_cart h4 {
    color: #333;
    background: #EFEAE7;
    text-align: center;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    letter-spacing: .1em;
    line-height: 120%;
    font-weight: bold;
    margin: 30px 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: var(--f25);
    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: var(--f25);
    color: #111;
    text-align: center;
    margin: 40px 0 0 0;
    padding: 10px 0;
}
.box_cart_step p img{
    display: block;
    width: fit-content;
    margin: 0 auto 15px;
}

.cart_list_item {
    margin: 30px auto;
}

.cart_list_item table {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
}

.cart_list_item td {
    padding: 10px 16px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px #EFEAE7 solid;
    width: 130px;
}

.cart_list_item td:first-child {
    width: auto;
}

.cart_list_item td:first-child~td {
    width: 150px;
}

.cart_list_item .cart_list_head td {
    background: #EFEAE7;
    color: #525252;
    font-weight: bolder;
    font-size: var(--f18);
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 120%;
    border: 0;
}

.cart_list_item ul {
    list-style: none;
    display: table;
    width: 100%;
}

.cart_list_item li {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.cart_list_item li:nth-child(1) {
    width: 100px;
    background: #FFFFFF;
    padding: 2px;
    border: 1px solid #EEEEEE;
}

.cart_list_item img {
    max-width: 100%;

}

.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;
    background-size: cover;
    width: 22px;
    height: 22px;
    border: none;
    cursor: pointer;
}
.cart_list_item input.cart_list_cut:hover{
    background: url(../images/cart_img01_1.png) no-repeat center;
}

.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;
    border: 0;
}

.cart_list_item .input-number button {
    height: 20px;
    width: 20px;
    font-size: 16px;
    line-height: 100%;
    font-weight: normal;
    background: #421F02;
    color: #fff;
    border-radius: 100%;
    border: 0;
}

.cart_list_item .input-number button:hover{
    background: #B75246;
}

.cart_price {
    justify-content: space-between;
}

.price_le {
    text-align: center;
}

.price_ri {
    width: 495px;
    max-width: 100%;
}



.price_ri table {
    width: 100%;
    font-size: 15px;
    color: #555555;
    letter-spacing: .06em;
    line-height: 120%;
}

.price_ri td {
    padding: 8px;
}

.price_ri td:nth-child(1) {
    text-align: left;
}

.price_ri tr:nth-last-child(2) td {
    padding-bottom: 16px;
}

.price_ri tr:last-child td {
    border-top: 1px dashed var(--colorM);
    padding: 16px 8px 8px;
}

.price_ri td:nth-child(2) {
    width: 180px;
}

.price_ri td:last-child {
    text-align: right;
    width: 115px;
}


.price_ri tr:nth-child(6) td {
    border-top: 1px #ccc solid;
    padding: 15px 7px;
}

.price_ri i {
    display: block;
    padding: 5px;
    background: #FBDDE4;
    font-style: normal;
    font-size: 12px;
    color: #E02D59;
    text-align: center;
}

.price_ri label span {
    margin-right: 7px;
}

.price_ri input[type="text"] {
    text-align: center;
    border: 1px #DDDDDD solid;
    width: 100%;
    padding: 5px;
}

.price_ri input::placeholder {
    font-size: 12px;
    color: #777777;
}

p.buy_price {
    color: #B75246;
    font-size: 18px;
    letter-spacing: 0;
}

tr.buy_discount {
    padding-top: 22px;
    position: relative;
}

tr.buy_discount::before {
    content: attr(data-content);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 22px;
    font-size: 15px;
    color: #333333;
    line-height: 120%;
    letter-spacing: .05em;
}


/*------------------------------------------------*/
/*----------------------- buy --------------------*/
.cart_info_box+.cart_info_box {
    margin-top: 50px;
}

.cart_pay {
    display: block;
    width: 100%;
    list-style: none;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0;
    line-height: 180%;
}

.cart_pay li {
    width: 100%;
    margin-bottom: 10px;
    border: 1px #BDBDAE solid;
    padding: 10px 5%;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.cart_pay li.linePay {
    align-items: flex-start;
    align-content: flex-start;
}

.cart_pay div {
    margin: 5px 0;
}

.cart_pay dd {
    width: calc(100% - 150px);
    max-width: 100%;
    justify-content: flex-start;
}

.cart_pay dd p {
    margin: 5px 0;
    margin-right: 15px;
}


.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: #EEEEEE;
    border: none;
    outline: none;
    width: 160px;
    padding: 5px 10px;
}


.cart_pay input[type="radio"] {
    width: 14px;
    height: 14px;
    appearance: none;
    background: url(../images/cart_img03.png) center center no-repeat;
    background-size: 100%;
    margin-right: 10px;
    vertical-align: middle;
}

.cart_pay input[type="radio"]:checked {
    background-image: url(../images/cart_img04.png);
    background-size: 100%;
}


.cart_form {
    display: block;
    width: 100%;
    list-style: none;
    font-size: 15px;
    color: #666666;
    letter-spacing: .1em;
    line-height: 140%;
}

.cart_form p {
    color: #444444;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 10px;
}

.cart_form li {
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.cart_form li+li {
    margin-top: 10px;
}

.cart_form li>* {
    min-height: 45px;
}


.cart_form li span {
    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%;
    padding: 5px 0;
}

.cart_form li textarea {
    border: none;
    width: 100%;
    min-height: 45px;
}

.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 input[type="checkbox"] {
    display: none;
}

.cart_form input[type="checkbox"]+label {
    padding: 0 10px 0 0;
}

.cart_form input[type="checkbox"]+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="checkbox"]:checked+label span {
    background-image: url(../images/cart_img04.png);
}

/* 修改END */

.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: #EEEEEE;
    padding: 10px;
    color: #333333;
}

.cart_form li .box_ri {
    width: calc(100% - 270px);
    padding: 5px 10px;
    border: 1px #ccc solid;
    word-break: break-all;
    color: #666666;
    justify-content: flex-start;
}

.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 {}

.box_ri .tik01 h6 {
    display: inline-block;
    font-size: 15px;
    color: #555555;
    font-weight: 500;
}

.cart_form li:nth-child(7) .box_ri .tik01 input {
    border: 1px #ccc solid;
    padding: 5px;
    width: 250px;
}

.cart_form li:nth-child(7) .box_ri .tik01 i {
    display: block;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0;
    color: #666666;
    padding: 7px 0;
}

.cart_form li:nth-child(8) .box_le,
.cart_form li:nth-child(8) .box_ri {
    height: 180px;
}

.cart_form li:nth-child(8) textarea {
    width: 100%;
    height: 160px;
}

.cart_ps {
    margin-bottom: 50px;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0px;
    line-height: 180%;
    list-style: auto;
    padding-left: 25px;
}

.cart_ps li {
    list-style: inherit;
}

.cart_center {
    width: 290px;
    text-align: center;
    margin: 30px auto;
    max-width: 100%;
    justify-content: space-between;
}

.cart_btn_fb {
    font-size: 16px;
    color: #fff;
    padding: 10px 25px;
    margin: 10px;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
}

.cart_center input {
    font-size: 16px;
    padding: 10px 25px;
    cursor: pointer;
    border: 0;
    width: 140px;
    height: 40px;
    max-width: 49%;
    border-radius: 10px;
    transition: .3s;
    line-height: 100%;
}

.cart_center input:hover {
    box-shadow: inset 2px 2px 5px 2px rgba(0, 0, 0, .2);
}

.cart_btn_reset {
    background: #E7825B;
    color: #fff;
}
.cart_btn_reset:hover{
    background: #E16231;
}

.cart_btn_send {
    background: #B75246;
    color: #FFF;
}
.cart_btn_send:hover{
    background: #A02929;
}

.cart_btn_fb {
    background: url(../images/mem_img07.png) no-repeat 30px center #3B5998;
    padding-left: 60px;
}

/*------------------------------------------------*/
/*----------------------- products finish --------------------*/

.buy_fin_body .price_ri td:last-child {
    width: 80px;
}

.buy_fin_body .price_ri {
    width: 380px;
}

.buy_fin_body .cart_form li {
    justify-content: flex-start;
    font-size: 15px;
}

.buy_fin_body .cart_form li p {
    min-width: 142px;
    min-height: unset;
}

/* 會員中心 */

.prod_mem {}

.show_name_money {
    text-align: center;
    margin: 30px 0;
}

.show_name_money p {
    display: inline-block;
    font-style: normal;
    font-size: 18px;
    color: #000000;
    margin: 0 10px;
}

.show_name_money input[type="button"] {
    background: var(--colorM);
    color: #fff;
    font-size: 15px;
    margin: 0 2px 0 0;
    padding: 5px 15px;
    border: none;
    outline: none;
    border: 0;
    border-radius: 5px;
    transition: .3s;
    cursor: pointer;
}

.show_name_money input[type="button"]:hover {
    color: #FFFFFF;
}

/* 會員 TABS */
.mem_tabs {
    max-width: 1200px;
    margin: 50px auto;
    border-bottom: 1px var(--colorM) solid;
    text-align: center;
}

.mem_tabs a {
    display: inline-block;
    width: 150px;
    margin: 0 35px;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #333;
    padding: 20px 30px;
    line-height: 120%;
    margin-bottom: -1px;
    vertical-align: bottom;
}

.mem_tabs a.on,
.mem_tabs a:hover {
    background: #EFEAE7;
}

.mem_tabs a:before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 5px;
    background: var(--colorM);
    bottom: 0;
    left: 0;
}


/* 會員登入 */
.prod_mem {
    padding: 50px 0;
}

.box_mem_login {
    margin: 100px auto 50px;
}

.mem_login {
    list-style: none;
    text-align: center;
    margin: 0 auto;
    width: 640px;
    max-width: 100%;
    justify-content: flex-start;
}

.mem_login li {
    justify-content: flex-start;
    padding: 10px;
    text-align: left;
    width: calc(100% - 110px);
}

.mem_login li:first-child {
    width: 110px;
}

.mem_login li.bcl_f_check {
    justify-content: flex-start;
}

.mem_login h3 {
    color: #333;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    width: 110px;
    text-align: right;
}

.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 input::placeholder {
    font-size: 15px;
    letter-spacing: .05em;
    color: #858585;
}

.mem_login_link {
    text-align: center;
    margin: 30px auto;
    width: 640px;
    max-width: 100%;
}

.mem_login_link a {
    color: #525252;
    margin: 10px;
    font-size: 15px;
    text-align: center;
    background: transparent;
    border: 1px solid #EFEAE7;
    padding: 5px 10px;
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -ms-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
    width: 130px;
    height: 32px;
    border-radius: 8px;
}

.mem_login_link a::before {
    content: '';
    width: 15px;
    height: 15px;
    background: center no-repeat;
    margin-right: 10px;
}

.mem_login_link a.log_link01::before {
    background-image: url(../images/mem_img01.png);
}

.mem_login_link a.log_link02::before {
    background-image: url(../images/mem_img02.png);
}

.mem_login_link a.log_link03::before {
    background-image: url(../images/mem_img03.png);
}

.mem_login_link a:hover {
    background: #EFEAE7;
}


.mem_login_link input {
    width: 128px;
    height: 35px;
    background: var(--colorM);
    color: #fff;
    text-align: center;
    border: 0;
    border-radius: 8px;
    margin: 10px;
    cursor: pointer;
    transition: all .4s;
    font-size: var(--f15);
}
.mem_login_link input:hover{
    background: #A02929;
}


/* 會員註冊 個人資料修正 */
.box_join {
    margin: 50px auto 0;
    max-width: 640px;
}

.box_join ul {
    display: block;
    list-style: none;
}

.box_join li {
    padding: 10px 0;
    text-align: left;
    justify-content: space-between;
}

.box_join li+li {
    margin-top: 10px;
}

.box_join div:first-child {
    text-align: right;
    color: #401F00;
    width: 140px;
    line-height: 28px;
    padding-right: 10px;
    font-size: 15px;
    letter-spacing: .05em;
}

.box_join li 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: 11px 30px 11px 10px;
    line-height: 20px;
    width: 100%;
}

.box_join input[type="text"] {
    background: url(../images/img_contact02.png) no-repeat left center;
    padding: 9px 7px 9px 50px;
}

.box_join select, 
.box_join select option, 
.box_join input[type="text"]::placeholder{
    font-size: 12px;
    color: #8A8A7A;
    line-height: 100%;
    letter-spacing: .05em;
} */

.box_join input[type="text"],
.box_join input[type="password"],
.box_join input[type="date"],
.box_join select {
    border: 1px #ddd solid !important;
    font-size: 14px;
    color: #333;
    padding: 11px 30px 11px 10px;
    line-height: 20px;
    width: 100%;
}

.box_join input[type="text"] {
    background: url(../images/img_contact02.png) no-repeat left center;
    padding: 9px 7px 9px 50px;
}

.box_join input[type="password"] {
    background: url(../images/img_contact02.png) no-repeat left center;
    padding: 9px 7px 9px 50px;
}

.box_join input[type="date"] {
    background: url(../images/img_contact02.png) no-repeat left center;
    padding: 9px 7px 9px 50px;
}

.box_join select,
.box_join select option,
.box_join input[type="password"]::placeholder,
.box_join input[type="date"]::placeholder,
.box_join input[type="text"]::placeholder {
    font-size: 12px;
    color: #8A8A7A;
    line-height: 100%;
    letter-spacing: .05em;
}

.box_join select {}

.box_join li input[value] {
    color: #8A8A79;
    font-size: 12px;
}

.join_ps {
    text-align: right !important;
    max-width: 640px;
    width: 100% !important;
    margin: 0 auto;
}

.join_ps p {
    font-size: 15px;
    color: #333;
    padding: 7px 10px;
}

.member_star {
    color: var(--colorM);
    margin: 0 5px;
}

.agree_terms {
    color: #444444;
    font-size: 15px;
}

.agree_terms a {
    color: var(--colorM);
}

/* 忘記密碼 */
.forget_ps {
    margin-top: 10px;
}

.forget_ps p {
    color: #525252;
    font-size: 12px;
    line-height: 120%;
    display: inline-block;
    padding-left: 20px;
    background: url(../images/member_tip.png) left center no-repeat;
}

/* 修改密碼 */
.box_mem_passwd {
    max-width: 660px;
    margin: auto;
    padding: 40px 0;
}

.box_mem_passwd table {
    width: 100%;
}

.box_mem_passwd td {
    width: calc(100% - 200px);
    padding: 10px;
    vertical-align: middle;
}

.receive_content .box_mem_passwd td {
    width: calc(100% - 110px);
}

.box_mem_passwd td:first-child {
    text-align: right;
    width: 200px;
}

.receive_content .box_mem_passwd td:first-child {
    width: 110px;
}

.box_mem_passwd p {
    font-size: 15x;
    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: 10px 7px 10px 50px;
} */

.box_mem_passwd input[type="text"],
.box_mem_passwd input[type="password"] {
    background: url(../images/img_contact02.png) no-repeat left center;
    border: 1px #ddd solid;
    width: 100%;
    padding: 10px 7px 10px 50px;
}

.box_mem_passwd input::placeholder {
    font-size: 12px;
    /* font-size: 15px; */
    /* 原始 */
    color: #858585;
    letter-spacing: .05em;
    line-height: 100%;
}

/* 商店殼幣 */
.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 {
    padding: 10px;
}

.box_column_history li.q {
    cursor: pointer;
    justify-content: flex-start;
}

.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;
    letter-spacing: .05em;
    color: #525252;
    padding: 7px;
}

.box_column_history li.q i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-size: 13px;
    color: #000;
    border: 1px #CCCCCC 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: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.box_column_history li.a {
    display: none;
    border: 1px solid #EFEAE7;
    padding: 10px;
    margin-bottom: 20px;
    background: #fff;
}

.history_pd_info {}

.history_pd_info table {
    width: 100%;
}

.history_pd_info td {
    padding: 10px;
    font-size: 12px;
    text-align: center;
}

.history_pd_info th {
    padding: 10px;
    font-size: 12px;
    color: #421F02;
    font-weight: 500;
}

.history_pd_info tr:first-child~tr td:first-child {
    font-size: 15px;
}

.history_pd_info td:first-child {
    text-align: left;
}

.history_pd_info th:first-child~th,
.history_pd_info td:first-child~td {
    width: 100px;
    text-align: center;
}

.history_pd_info td:last-child {
    text-align: right;
    width: 100px;
}

.history_pd_price {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px dotted #EFEAE7;
    justify-content: flex-end;
}

.history_pd_price dl {
    width: 200px;
    padding: 0 10px;
    font-size: 12px;
    justify-content: space-between;
}

.history_pd_price dl+dl {
    margin-top: 10px;
}

.history_pd_price dt {
    width: 80px;
    text-align: left;
}

.history_pd_price dd {
    text-align: right;
    width: calc(100% - 80px);
}

.history_details {
    margin-top: 30px;
    padding: 30px 20px;
    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-end;
}

.history_details dl {
    font-size: 12px;
    justify-content: space-between;
    line-height: 160%;
}

.history_details dl+dl {
    margin-top: 10px;
}

.history_details dt {
    width: 80px;
    font-weight: bold;
}

.history_details dd {
    width: calc(100% - 80px);
    justify-content: flex-start;
}

.history_details dd p+p {
    margin-left: 10px;
}

.shipInfo span {
    margin-right: 10px;
}

.history_returned {
    justify-content: flex-end;
    width: 350px;
}

.history_returned>*+* {
    margin-left: 10px;
}

.history_returned b{
    font-weight: 500;
}

.history_returned a {
    padding: 10px 15px;
    border-radius: 5px;
    overflow: hidden;
    max-width: calc(50% - 10px);
}

.history_returned a:hover {
    box-shadow: 2px 2px 4px 2px rgba(255, 255, 255, .3);
}

a.his_retur_fb {
    background: #0059B2;
}

a.his_retur_line {
    background: #2DB200;
    color: #fff;
}
a.his_retur_line img{
    display: inline-block;
    margin-right: 5px;
}
a.his_retur_line:hover{
    background: #238C00;
}

/* 匯款通知 */
.box_remind {
    max-width: 900px;
    margin: auto;
}

.remind_form {
    max-width: 640px;
    margin: auto;
}

.remind_content .box_column_history li.a {
    padding: 50px 10px;
}

.remind_form+.cart_center {
    margin-top: 20px;
    margin-bottom: 10px;
}

.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: 15px;
    color: #421F02;
    display: inline-block;
}

.remind_form p span {
    font-size: 13px;
    color: #f00;
    display: inline-block;
    ;
    margin: 0 10px;
}

.remind_form input[type="text"],
.remind_form input[type="date"] {
    background: url(../images/img_contact02.png) no-repeat left center;
    border: 1px #ddd solid;
    width: 100%;
    padding: 7px 7px 7px 50px;
}

/* 原始
 .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;
}