@charset "UTF-8";
/* =============================================================================
      ____    __  __  __  _____
    /\  _ _`\/\ \/\ \/\ \/ ____/
    \ \ \  \ \ \ \ \ \ \ \ \_____
     \ \ \  \ \ \ \ \ \ \ \_____ \
      \ \ \__\ \ \ \/  \/ / ____\ \
       \ \_____/\ \______/ /\_____/
        \/____/  \/_____/  \/____/
        
    Don't Worry Never Crash
   ========================================================================== */
/* =============================================================================
   BASIC
   ========================================================================== */
/*---DEFAULT---*/
html, body { height: 100%; -webkit-text-size-adjust: none; text-size-adjust: none;}
body { background:#FFF; }
body, th, td, input { font-size: 100%; }
a { text-decoration: none; }
p { font-size: 1em; line-height: 1.8em; margin-bottom: 1em; color: #333; }
li { font-size: 1em; line-height: 1.8em; color: #333; }
h1, h2, h3, h4, h5, h6 { font-family: sans-serif; }
h1 { font-size: 2.142em; line-height: 1.1333em; margin-bottom: .2666em; }
h2 { font-size: 1.714em; line-height: 1.1666em; margin-bottom: .4555em; }
h3 { font-size: 1.429em; line-height: 1.4em; margin-bottom: .4em; }
h4 { font-size: 1.143em; line-height: 1.5em; margin-bottom: .4555em; }
h5 { font-size: 1em; line-height: 1.5em; margin-bottom: .5em; }
h6 { font-size: 0.857em; line-height: 1.5em; margin-bottom: .4555em; text-transform: uppercase; }

a:link, a:visited { text-decoration: none;}
::selection { background: #333; color: #FFF;}
	/*SCROLL BAR*/
	body.pc::-webkit-scrollbar{ width:8px; }
	body.pc::-webkit-scrollbar-track{ background:#f1f1f1;}
	body.pc::-webkit-scrollbar-thumb{ background:#7f8d74; }
	body.pc::-webkit-scrollbar-thumb:hover{ background:#333; }

@media only screen and (max-width: 720px) {
	p,li { font-size: 15px; }
}
/*------*/

/*---IMG LOAD---*/
.imgLiquidCenter, .imgLiquidFill{ opacity: 0; transition: opacity 1000ms ease, transform 500ms ease; }
.imgLiquidCenter img, .imgLiquidFill img{ display: none;}
.imgLiquid_ready { opacity: 1; }
div.lazy{ opacity: 0; transition: opacity 1000ms ease, transform 500ms ease; }
div.lazy.imgLiquid_ready{ opacity: 1;}
img.lazy{ opacity: 0; transition: opacity 1000ms ease, transform 500ms ease; }
img.lazy.ed{ opacity: 1;}
/*------*/

/*---SCALE---*/
.mv_16by9 { position: relative; padding-bottom: 56.25%; border-radius: 10px; overflow: hidden;}
.mv_16by9 iframe{  position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}
.mv_21by9 { position: relative; padding-bottom: 42.85%;}
.mv_21by9 iframe{  position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}
.mv_4by3 { position: relative; padding-bottom: 75%; margin-bottom: 30px;}
.mv_4by3 iframe{  position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}
.mv_1by1 { position: relative; padding-bottom: 100%; margin-bottom: 30px;}
.mv_1by1 iframe{  position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}
.item_16by9::before{ content: ''; display: block; padding-bottom: 56.25%;}
.item_4by3::before{ content: ''; display: block; padding-bottom: 75%;}
.item_1by1::before{ content: ''; display: block; padding-bottom: 100%;}
.item .s16by9::before{ display: block; content: ''; padding-bottom: 56.25%;}
.item .s4by3::before{ display: block; content: ''; padding-bottom: 75%;}
.item .s1by1::before{ display: block; content: ''; padding-bottom: 100%;}
/*------*/

/*---ELEMENT---*/
.ie { position: fixed; width: 100%; height: 100%; padding: 10% 20%; text-align: center; left: 0; top: 0; background: #f2f2f2; z-index: 9999; }
.ie .title { color: #333 !important; font-size: 2em; margin-bottom: 20px;}
.ie p { text-align: center; color: #333 !important; font-size: 0.95em; }
.ie a { color: #F36; }
/*------*/

/*---loading_box---*/
.loading_box{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; z-index: 9999;}
.loading_box::after{ display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;  background: url(../images/loading.gif) no-repeat center center; background-size: 60px; }
.loading_box::before{ display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: #54403a;}
.loading_box .icon{ width: 40px; }
.loading_box .icon img{ display: block; width: 100%;}
/*------*/

/* =============================================================================
   BASIC END
   ========================================================================== */


/* =============================================================================
   MODULE
   ========================================================================== */

/*---page width---*/
.inner-width { position: relative; max-width:1200px; margin: auto;}
.txt-width { position: relative; max-width:1000px; margin: auto; }
@media only screen and (max-width: 1280px) {
	.inner-width { max-width: calc(100% - 80px); margin: 0 40px;}
}
@media only screen and (max-width: 992px) {
	.txt-width { margin: 0 40px;}
}
@media only screen and (max-width: 576px) {
	.inner-width { max-width: calc(100% - 40px); margin: 0 20px;}
	.txt-width { margin: 0 20px;}
}
/*------*/

/*---more_bar---*/
.more_bar{ position: relative; z-index: 100; text-align: left;}
.more_bar.center{ text-align: center;}
.more_bar.right{ text-align: right;}
.more_bar.pos_right{ position: absolute; right: 0; top: 0; margin: 0;}
.more_bar.ad{ right: 320px;}
.more_bar .arr{ display: inline-block; margin: 0 20px;  vertical-align: middle; transition: 200ms ease; }
.more_bar .arr:hover{ opacity: 0.5;}
@media only screen and (max-width: 576px) {
	.more_bar.pos_right{ position: relative; right: inherit; top: inherit; }
}
/*------*/

/*---title_bar---*/
.title_bar{ position: relative; text-align: left; margin: 0; padding: 0;}
.title_bar.left{ text-align: left; }
.title_bar.right{ text-align: right; }
.title_bar.center{ text-align: center; }
.title_bar .title{ position: relative; display: block; margin: 0;}
.title_bar .title b{ color: #000; font:400 30px/1.1em 'Monda', 'Noto Serif TC', serif; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; overflow: hidden; margin-bottom: 5px;}
.title_bar .title span{ display: block; color: #D31900; font: 400 12px/1.1em 'Noto Serif TC', serif; letter-spacing: 0.1em;}
.title_bar .title.s1::before{ display: block; content: ''; position: absolute; top: -60px; left: calc(50% - 3px); width: 6px; height: 35px; background: #D31900;}
.title_bar .sub_title{ color: #222222; font: 300 30px/1.2em 'Noto Sans TC', serif; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow: hidden; }
.title_bar .con{ font:400 14px/1.4em sans-serif; color: #666; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;}
.title_bar.w .title b{ color: #FFF; text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);}
.title_bar.w .title span{ color: #FFF; }
.title_bar.w .con{ color: #FFF; }
@media only screen and (max-width: 1200px) {
	.title_bar .title b{ font-size: 34px;}
	.title_bar .title span{ font-size: 16px;}
	.title_bar .con{ font-size: 14px; }
}
@media only screen and (max-width: 992px) {
	.title_bar .title b{ font-size: 30px;}
	.title_bar .title span{ font-size: 15px;}
}
/*------*/

/*---button---*/
.btns .btn_more{ margin: 5px;}
.btn_more{ position: relative; display: inline-block; color: #FFF; min-width: 130px; text-align: center; padding: 0 30px; border-radius: 10px; background: #D31900; letter-spacing: 1px; border: solid 1px #D31900; box-sizing: border-box; vertical-align: middle;
	font: 500 16px/40px 'Monda', sans-serif; overflow: hidden;
	transition: 200ms ease;
}
.btn_more.left{ text-align: left;}
.btn_more.right{ text-align: right; }
.btn_more i.fa{ position: absolute; top: 0; right: 10px; line-height: 40px; font-size: 16px;
	transition: 200ms ease;
}
.btn_more.ileft i.fa{ right: inherit; left: 10px; }
.btn_more:hover, .btn_more:focus{ color: #FFF; border: solid 1px #fc2c10; background: #fc2c10; padding: 0 20px 0 40px;}
.btn_more:hover i, .btn_more:focus i{ right: 15px;}
.btn_more.c1{ background: transparent; color: #FFF; border: solid 1px #FFF;}
.btn_more.c1:hover, .btn_more.c1:focus{ color: #FFF; border: solid 1px #fc2c10; background: #fc2c10; padding: 0 20px 0 40px;}
.btn_more.c2{ background: transparent; color: #714D51; border: solid 1px #714D51;}
.btn_more.c2:hover, .btn_more.c2:focus{ color: #FFF; border: solid 1px #fc2c10; background: #fc2c10; padding: 0 20px 0 40px;}
.send_bar{ position: relative;}
.send_bar>*{ margin: 0 0 5px 0;}
.btn_send{ position: relative; display: inline-block; color: #FFF; min-width: 120px; line-height: 40px; text-align: center; padding: 0 20px; border-radius: 4px; background: #D31900; border: solid 1px transparent; box-sizing: border-box;
	font: 700 16px/40px 'Noto Sans TC', sans-serif;
	transition: 200ms ease;
}
.btn_send.s1{ line-height: 1.4em; padding: 8px 40px; border-radius: 20px; min-width: 200px;}
.btn_send:hover, .btn_send:focus{ color: #D31900; border: solid 1px #D31900; background: #FFF;}
.btn_send.c1{ color: #FFF; background: #6F6F6F; border: solid 1px #6F6F6F; }
.btn_send.c1:hover, .btn_send.c1:focus{ color: #6F6F6F; border: solid 1px #6F6F6F; background: #FFF;}
.btn_send.c2{ color: #FFF; background: #8E8E8E; border: solid 1px #8E8E8E; }
.btn_send.c2:hover, .btn_send.c2:focus{ color: #8E8E8E; border: solid 1px #8E8E8E; background: #FFF;}
.btn_send.c3{ color: #FFF; background: #FF4E63; border: solid 1px #FF4E63; }
.btn_send.c3:hover, .btn_send.c3:focus{ color: #FF4E63; border: solid 1px #FF4E63; background: #FFF;}
.btn_send.c4{ color: #FFF; background: #333; border: solid 1px #333; }
.btn_send.c4:hover, .btn_send.c4:focus{ color: #333; border: solid 1px #333; background: #FFF;}
.btn_send.c5{ color: #FFF; background: #6080BC; border: solid 1px #6080BC; }
.btn_send.c5:hover, .btn_send.c5:focus{ color: #6080BC; border: solid 1px #6080BC; background: #FFF;}
.btn_send.c6{ color: #FFF; background: #F67349; border: solid 1px #F67349; }
.btn_send.c6:hover, .btn_send.c6:focus{ color: #F67349; border: solid 1px #F67349; background: #FFF;}
.btn_send .gr{ display: flex; justify-content: center; align-items: center; height: 40px; }
.btn_send i.fa{ font-size: 24px; margin-left: 5px;}
.btn_send.ileft i.fa{ right: inherit; left: 10px; }
.btn_send.ed{ width: 40px; min-width: inherit; padding: 0; text-align: center;}
.btn_send.ed .gr span{ display: none;}
.btn_send.ed i.fa{ margin-left: 0;}
.btn_send.disabled{ opacity: 0.2; cursor: default;}
.btn_send.sm{ line-height: 32px; padding: 0 20px; min-width: inherit; white-space: nowrap;}
.btn_send.sm i.fa{ line-height: 32px;}
.btn_send.left{ padding: 0 40px 0 20px; text-align: left;}
.btn_clear{ position: relative; display: inline-block; font-size: 1rem; color: #FFF; background: #666; font-weight: 500; line-height: 40px; padding: 0 20px; border-radius: 10px; border: solid 1px #666;
	transition: 200ms ease;
}
.btn_clear:hover, .btn_clear:focus{ color: #FFF; background: #999;}
.btn_clear i.fa{ margin: 0 0 0 2em;}
.btn_clear.disabled{ background: #CCC; cursor: default;}
.btn_clear.sm{ line-height: 32px; padding: 0 20px;}
.btn_clear.sm i.fa{ line-height: 32px;}
.btn_inline{ display: inline-block; color: #B94527;}
.btn_inline:hover{ color: #DF603C;}
/*------*/

.btn_o{ position: relative; display: inline-block; font-size: 24px; color: #FFF; width: 48px; height: 48px; line-height: 48px; border-radius: 24px; text-align: center; background: #C29C60; border: solid 1px transparent; margin: 0 5px;}
.btn_o img{ display: inline-block; width: 24px; filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(104%); margin-top: -5px; }
.btn_o.fb{ background: #385AAF;}
.btn_o.google{ background: #DF603C; }
.btn_o.line{ background: #0AB801;}
.btn_o.twitter{ background: #1EA1F2;}
.btn_o.apple{ background: #222; color: #FFF;}
.btn_o:hover{ background: #FFF; border: solid 1px #B71939; color: #B71939;}
.btn_o:hover img{ filter: invert(18%) sepia(39%) saturate(6013%) hue-rotate(334deg) brightness(85%) contrast(97%);}

.btn_o2{ position: relative; display: inline-block; font-size: 15px; color: #FFF; width: auto; padding: 0 20px; height: 48px; line-height: 48px; border-radius: 24px; text-align: center; background: #C29C60; border: solid 1px transparent;}
.btn_o2 + .btn_o2{ margin: 0 10px;}
.btn_o2 img{ display: inline-block; width: 24px; margin-top: 7px; }
.btn_o2 i{ font-size: 24px; vertical-align: middle;}
.btn_o2 span{ font-size: 15px; display: inline-block; padding: 0 10px;}
.btn_o2.fb{ background: #385AAF;}
.btn_o2.google{ background: #DF603C; }
.btn_o2:hover{ color: #FFF;}
.btn_o2.fb.on{ background: #385AAF; color: #FFF; border: solid 1px #385AAF;}
.btn_o2.google.on{ background: #DF603C; color: #FFF; border: solid 1px #DF603C;}
.btn_o2.fb.off{ background: #385AAF; color: #FFF; border: solid 1px #385AAF; opacity: 0.5;}
.btn_o2.google.off{ background: #DF603C; color: #FFF; border: solid 1px #DF603C; opacity: 0.5;}
.btn_o2.off:hover{ opacity: 1;}

/*---list element---*/
.list .pic{ position: relative;}
.list .pic_16by9 { position: relative; padding-bottom: 56.25%;}
.list .pic_4by3 { position: relative; padding-bottom: 75%;}
.list .pic_1by1 { position: relative; padding-bottom: 100%;}
.tag_list{ position:relative; z-index: 10; display: flex; flex-wrap: wrap;}
.tag_list.postl{ position: absolute; top:0; left: 0; padding: 5px;}
.tag_list.postr{ position: absolute; top:0; right: 0; padding: 5px;}
.tag_list .item{ font-size: 13px; background: #666; padding: 0 8px; line-height: 20px; color: #FFF; border-radius: 4px; margin: 2px;}
.tag_list .item.c1{ background: #F64953;}
.tag_list .item.c2{ background: #F67349;}
.tag_list .item.c3{ background: #a03ce2;}
.tag_list .item.c4{ background: #dc8165;}
.tag_list .item.big{ font-size: 16px; line-height: 2em;}
/*------*/

/*---to_inner---*/
.to_inner{ position: fixed; cursor: pointer; bottom: 20px; left: 50%; margin-left: -15px; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #FFF; font-size: 24px; z-index: 10;
	transition: 300ms ease;
}
.to_inner img{ display: block; position: relative; width: 100%;
	transition: 300ms ease;
	-webkit-animation: bounce .4s  cubic-bezier(.5,.2,.8,.8) infinite alternate ;
	animation: bounce .4s  cubic-bezier(.5,.2,.8,.8) infinite alternate;
	-webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3))
}
.to_inner:hover img{ transform: scale(0.8); }
.to_inner.ed{ bottom: -60px; }
@keyframes bounce {
	0%{top:-5px;}
	100%{top:5px;}
} 
/*------*/

/*---to_top---*/
.to_top{ position: fixed; cursor: pointer; bottom: -40px; right: 20px; width: 40px; height: 40px; line-height: 38px; text-align: center; background: #111; border-radius: 24px; color: #FFF; font-size: 16px; z-index: 100; border: solid 1px #FFF;
	transition: 300ms ease;
}
.to_top:hover{ background: #52979A; color: #FFF;}
.to_top.ed{ bottom: 20px; }
/*------*/

/*---share_bar---*/
.share_bar{ position: relative;}
.share_bar.postr{ position: absolute; top: 0; right:0; }
.share_bar .title{ font-size: 12px; color: #333; padding: 0 5px;}
.share_bar .items { display: flex; justify-content: center; }
.share_bar.postr .items{ justify-content: flex-end; }
.share_bar.postr .title{ text-align: right;}
.share_bar .items a{ color: #333; text-align: center; display: flex; justify-content: center; align-items: center; font-size: 18px; width: 38px; height: 38px; border-radius: 20px; margin: 0;}
.share_bar .items a i{ font-size: 20px; vertical-align: text-top; margin: -1px 0 0 0;}
.share_bar .items a.line img{ width: 20px; vertical-align: text-top; margin: -1px 0 0 0;}
.share_bar .items a.fb:hover{ background: #3B5998;}
.share_bar .items a.tw:hover{ background: #1EA2F2;}
.share_bar .items a.line:hover{ background: #00B901;}
.share_bar .items a.wb:hover{ background: #DF152C;}
.share_bar .items a:hover{ color: #FFF;}
.share_bar .items a.line img{ filter: invert(15%) sepia(1%) saturate(4841%) hue-rotate(14deg) brightness(77%) contrast(79%);}
.share_bar .items a.line:hover img{ filter: invert(100%) sepia(84%) saturate(0%) hue-rotate(200deg) brightness(105%) contrast(102%);}
.share_bar .items a.wb img{ filter: invert(15%) sepia(1%) saturate(4841%) hue-rotate(14deg) brightness(77%) contrast(79%);}
.share_bar .items a.wb:hover img{ filter: invert(100%) sepia(84%) saturate(0%) hue-rotate(200deg) brightness(105%) contrast(102%);}
/*------*/

/*---pager_bar---*/
.pager_bar { padding: 20px 0; text-align: center; }
.pager_bar.right { text-align: right; }
.pager_bar.left { text-align: left; }
.pager_bar a { display: inline-block; line-height: 32px; width: 32px; text-align: center; margin: 0 4px 0 0; color: #333; font-size: 1em; border-radius: 15px; background: #FFF; vertical-align: text-top;
	transition: 300ms ease;
}
.pager_bar select { display: inline-block; line-height: 30px; vertical-align: text-top; padding: 0 30px; margin: 0 4px 0 0; border-radius: 15px;
	transition: 300ms ease;
}
.pager_bar a.arr { background: #FFF; font-size: 1.4em;}
.pager_bar a:hover { color: #FFF; background: #666;}
.pager_bar a.cur { color: #FFF; background: #D31900;}
.pager_bar p{ text-align: center; color: #CCC; font-size: 0.9em; margin: 0 0 10px 0;}
.pager_bar p strong{ color:#333}
/*------*/

/*---items---*/
.items { position: relative;}
/*------*/

/* =============================================================================
   MODULE END
   ========================================================================== */

/* =============================================================================
   BLOCK
   ========================================================================== */
#wrapper { position: relative; z-index: 1; width: 100%; margin:auto; top:0; overflow:hidden;}
#content { position: relative; }
#main_block{ position: relative; }
/* =============================================================================
   BLOCK END
   ========================================================================== */

/* =============================================================================
   HEADER
   ========================================================================== */
#header { position:fixed; z-index:1000; width: 100%; top: 0; left:0; }
#header::before { position:absolute; display: block; content: ''; z-index:-1; width:100%; top:0; left:0; background: rgba(255, 255, 255, 0.8); height: 60px;
	-webkit-backdrop-filter: blur(10px) saturate(150%);
	backdrop-filter: blur(10px) saturate(150%);
	transition: 300ms ease;
}
#header .inner-width{ display: flex; justify-content: flex-end; align-items: center; height: 60px; 
	transition: 300ms ease;
}

/*---logo---*/
#header .logo { position: absolute; top: 0; left: 0; z-index: 1;
	transition: 300ms ease;
}
#header .logo a { display: flex; align-items: center;}
#header .logo b { height: 60px; margin-right: 10px;
	transition: 300ms ease;
}
#header .logo b img { height: 100%; }
#header .logo span { display: flex; align-items: center;}
/*------*/

/*---top_menu---*/
.top_menu{ box-sizing: border-box; margin: 0 20px;
	transition: 300ms ease;
}
.top_menu ul{ display: block; list-style:none; margin:0; padding:0; width:100%; box-sizing: border-box;  text-align: right;}
.top_menu>ul{ display: flex; }
.top_menu>ul>li{ position: relative;}
.top_menu>ul>li+li{ border-left: solid 1px rgba(0, 0, 0, 0.2);}
.top_menu>ul>li>a{ position: relative; display: block; padding: 10px 20px; font: 500 15px/1.1em 'Noto Serif TC', serif; color: #333; letter-spacing: 0.1em;
	transition: 500ms ease;
}
.top_menu>ul>li>a:hover { color: #B71939; background: #FFF; }
.top_menu>ul>li.on>a{ color: #B71939; background: #FFF; }
.top_menu>ul>li.cur>a{ color: #B71939; background: transparent; cursor: default;}

.top_menu .submenu{ position: absolute; top: 40px; left: 0; background: #FFF; min-width: 100%; overflow: hidden; max-height: 0; border-radius: 4px;
	transition: max-height 500ms ease-in-out;
}
	.top_menu .on .submenu{ max-height: 500px;}
	.top_menu .submenu ul li {  border-top: solid 1px rgba(0, 0, 0, 0.1)}
	.top_menu .submenu ul li:first-child { border-top: none;}
	.top_menu .submenu a{ position: relative; display: block; text-align: center; color: #333; padding: 10px 20px; line-height: 24px; margin:0; font-size: 14px; white-space: nowrap;
		transition: 500ms ease;
	}
	.top_menu .submenu a:hover, .top_menu ul.submenu a:focus{ background: #B71939; color: #FFF;}

/*------*/

/*---nav---*/
.nav{ display: flex; list-style:none; margin:0; box-sizing: border-box;
	transition: top 300ms ease;
}
.nav>li{ position: relative;}
.nav>li>a{ position: relative; display: flex; width: 32px; height: 32px; line-height: 32px; border: solid 1px transparent; border-radius: 20px; margin: 0 2px; transition: 300ms ease; font-size: 24px; justify-content: center; align-items: center; color: #484848;}
.nav>li>a img{ width: 20px; }
.nav>li>a span{ display: none;}
.nav>li>a:hover, .nav>li>a.on{ color: #FFF; background: #333;}
.nav>li>a b{ display: block; position: absolute; bottom: -5px; left: -5px; font-size: 12px; width: 22px; height: 22px; line-height: 22px; letter-spacing: -0.5px; text-align: center; background: #B71939; color: #FFF; border-radius: 11px;}

@media only screen and (max-width: 992px) {
	.nav{ padding-right: 50px;}
}

/*------*/

@media only screen and (max-width: 1600px) {
	#header .inner-width{ max-width: 1200px;}
}
@media only screen and (max-width: 992px) {
	#header .inner-width{ margin: 0 10px;}

	/*menu_btn*/
	.menu_btn{ position: absolute; top:5px; right:0; display:block; width:50px; height:50px; z-index:3000; cursor: pointer;} 
	.menu_btn>div{ position:absolute; width:50px; height:2px; background: #333; right:10px; transition: 0.2s ease-in; }
	.menu_btn.on>div{ background: #FFF; }
	.menu_btn .m1{ top:15px; width: 30px;}
	.menu_btn .m2{ top:24px; width: 30px;}
	.menu_btn .m3{ top:33px; width: 30px;}
	.menu_btn.on .m1{ top:23px; right: 10px; width: 30px; transform: rotateZ(45deg) }
	.menu_btn.on .m2{ opacity: 0; width:0; right:10px;}
	.menu_btn.on .m3{ top:23px; right: 10px; width: 30px; transform: rotateZ(-45deg); }
	
	.top_menu{ padding: 60px 10px 40px; margin: 0; position:fixed; top:0 !important; left: initial; right:-100% !important; width:240px;  z-index:100; height: 100%; box-sizing: border-box; letter-spacing: 0.1em; overflow: auto; background: #222;
		transition: right 500ms ease;
	}
	.top_menu ul{ display: block; text-align: left;}
	.top_menu>ul>li{ display: block; border-left:none; margin: 0; padding: 0;}
	.top_menu>ul>li { display: block; border-top: solid 1px rgba(255, 255, 255, 0.2); }
	.top_menu>ul>li:first-child{ border: none;}
	.top_menu>ul>li+li{ border-left: none;}
	.top_menu>ul>li>a{ padding:10px 20px; line-height: 1.2em; color: #FFF;}
	.top_menu>ul>li>a.cur::before{ top: 8px; left: 4px; margin-left: 0; width: 8px; height: 16px; background-size: 100% auto;}
	.top_menu>ul>li>a:hover::before, .top_menu>ul>li.on>a::before, .top_menu>ul>li.cur>a::before { bottom: 0; }
	
	.top_menu.on{ right:0 !important; }
	.top_menu_mask{ display:block; position:fixed; top:0; left:100%;; width:100%; height:100%; z-index:0; opacity:0; background: rgba(0,0,0,0.8); transition: opacity 500ms ease-in; }
	.top_menu_mask.on{ left:0; opacity:1; z-index: 2;}

	.top_menu>ul>li.submenuhead.on { height: auto; }
	.top_menu .submenu{ position: relative; top: inherit; left: inherit; right: inherit; width:100%; background: transparent; margin-bottom: 10px;
		transition: none;  max-height: 100%; height: 100%;
	}
	.top_menu .submenu ul { border-bottom: none; padding: 10px 0;}
	.top_menu .on .submenu{ max-height: 100%; height: 100%;}
	.top_menu .submenu ul li { border: none;}
	.top_menu .submenu li a{  padding: 5px 30px; color: #FFF; text-align: left;}
}
/* =============================================================================
   HEADER END
   ========================================================================== */


/* =============================================================================
   FOOTER
   ========================================================================== */
#footer { position:relative; padding:  40px 0; z-index: 200; background: #3A3A3A;}
#footer .copyright { color: #FFF; text-align: center; font: 500 12px/20px sans-serif; }
#footer .copyright a{ display: inline-block; color: #FFF; text-decoration: underline;}
#footer .attention {display: block; text-align: center; flex: 0 0 50%; padding: 0 0 20px 0;}
#footer .attention a{ display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; font-size: 24px; color: #FFF; margin: 0 5px;
	transition: 300ms ease;
}
#footer .attention a img{ display: inline-block; width: 24px; vertical-align: middle; margin-top: -4px; filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(89deg) brightness(109%) contrast(101%);}
#footer .attention a:hover{ color: #333; background: #FFF;}
#footer .attention a:hover img{ filter: invert(14%) sepia(0%) saturate(1697%) hue-rotate(316deg) brightness(103%) contrast(83%); }

@media only screen and (max-width: 992px) {
	#footer.inx{ margin-top: 100px;}
	#footer>.inner-width{ flex-wrap: wrap;}
	#footer .copyright { flex: 0 0 100%; }
	#footer .attention { flex: 0 0 100%; padding: 0 0 20px 0;}
	#footer .info{ text-align: center;}
	#footer .attention { text-align: center;}
	#footer .copyright { text-align: center;}
}
@media only screen and (max-width: 576px) {
	#footer{ padding-top: 20px;}
	#footer.inx{ margin-top: 120px;}
	#footer .foot_menu { padding: 0;}
	#footer .foot_menu ul{ flex-wrap: wrap; padding:0 10px; margin: 0;}
	#footer .foot_menu ul li { flex: 0 0 calc(100% / 2);}
	#footer .foot_menu ul li a{ font-size: 14px; padding: 5px; margin: 5px; text-align: center;}
	#footer .copyright span{ display: block; font-size: 12px; line-height: 1.8em;}

}
   /* =============================================================================
	  FOOTER END
	  ========================================================================== */

/*---path---*/
#path{ position: relative; box-sizing: border-box; width: 100%; padding:2px 0; background:#54403a; color: #FFF; overflow: auto; 
	transition: 500ms ease;
}
#path.page{ padding-top: 60px;}
#path ul{ display: block; list-style: none; margin: 0 4px; padding: 0;}
#path li { display: inline-block; color: #FFF; font-size: 13px; }
#path li + li:before {  content: "/"; padding:0 5px; color: #FFF;}
#path li a{ color:#FFF; font-size: 13px;}
#path li a i{ font-size: 16px; margin-right: 5px;}
/*------*/

/*---filter_menu---*/
.filter_menu{ position: relative; margin-bottom: 20px;}
.filter_menu ul{ list-style: none; margin: 0; display: flex; flex-wrap: wrap; justify-content: center;}
.filter_menu a{ display: block; padding:0 30px; margin: 5px; color: #333; border-radius: 4px; font: 500 15px/40px sans-serif; white-space: nowrap; border: solid 1px #333;
	transition: background 300ms ease;
}
.filter_menu a:hover{ background: rgba(0, 0, 0, 0.3); color: #FFF;}
.filter_menu a.on{ background: #333; color: #FFF;}
.filter_menu .active a{ background: #dc8165; color: #FFF;}
.filter_menu .form-select {
	text-align: center;
	padding: 0 20px;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 40px;
	color: #FFF;
	background-color: #333;
	background-image: url(../images/sel_arr.svg);
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: none;;
	border-radius: 4px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media only screen and (max-width: 992px) {
	.filter_menu a{ padding:0 15px;}
}
@media only screen and (max-width: 576px) {
	.filter_menu{ margin-bottom: 20px;}
}
/*------*/

/*---top_banner---*/
.top_banner { position: relative; height: 100vh; min-height: 700px; overflow: hidden;}
.top_banner .cover{ position:relative; top:0; left:0; width:100%; height:100%; z-index: 0;}
.top_banner .cover::before{ display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.top_banner img{ position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}
.top_banner .txt{ position:absolute; top:60px; left:0; width:100%; height: calc(100% - 60px);z-index: 100;
	filter: blur(20px); opacity: 0;
	transform: translateX(200px);
	transition: 500ms ease;
}
.top_banner .txt .inner-width{ display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; margin-top: 10%; height:90%; }
.top_banner .txt .title{ flex: 0 1 520px; color: #FFF; }
.top_banner .txt .title b{ display: block; font:400 100px/1.1em 'Noto Serif TC', serif; margin-bottom: 20px; }
.top_banner .txt .title .con{ font-size: 14px; font-weight: 400; margin-bottom: 20px;}
.top_banner .swiper-slide-active .txt{
	filter: blur(0); opacity: 1;
	transform: translateX(0);
}
@media only screen and (max-width: 992px) {
	.top_banner { height: 80vh; }	

	.top_banner .txt .title{ font-size: 24px;}
	.top_banner .txt .title b{ font-size: 48px; }
	.top_banner .txt .title{ flex: 0 1 100%; }
}
@media only screen and (max-width: 576px) {
	.top_banner .txt .title{ font-size: 20px;}
	.top_banner .txt .title b{ font-size: 40px; }
}
/*------*/

/*---page_banner---*/
.page_banner { position: relative; min-height: 400px; overflow: hidden;}
.page_banner .cover{ position:absolute; top:0; left:0; width:100%; height:100%; z-index: 0;}
.page_banner .cover::before{ content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%); z-index: 1;}
.page_banner .pic{position:absolute; top:0; left:0; width:100%; height:100%; }
.page_banner .video{position:absolute; top:0; left:0; width:100%; height:100%; }
.page_banner .video video { z-index: 1; position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; max-width: none; background-size: cover;
    transform: translateX(-50%) translateY(-50%);
}
.page_banner .txt{ position:absolute; top:60px; left:0; width:100%; height: calc(100% - 60px); z-index: 100; }
.page_banner .txt .inner-width{ display: flex; justify-content: flex-start; align-items: center; height:100%; flex-wrap: wrap;}
.page_banner .txt .title{ flex: 0 0 100%;}
.page_banner .txt .title b{ display: block; font: 400 50px/1.1em 'Monda', serif; color: #FFF; margin-bottom: 10px;}
.page_banner .txt .title span{ display: block; font: 400 20px/1.1em 'Monda', serif; color: #FFF;}
@media only screen and (max-width: 992px) {
	.page_banner { min-height: 300px;}
	.page_banner .txt .title{ font-size: 24px;}
	.page_banner .txt .title b{ font-size: 48px; }
}

@media only screen and (max-width: 576px) {
	.page_banner .txt .title{ font-size: 20px;}
	.page_banner .txt .title b{ font-size: 40px; }
}
/*------*/

/*---bg_box---*/
.bg_box{ position: relative; overflow: hidden;}
.bg_box .bg{ position: absolute; z-index: -1; top: -200px; left: 0; width: 100%; height: calc(100% + 200px);}
.bg_box .bg .bg_item{ position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; }
/*------*/

/*---item_box---*/
.item_box{ position: relative;}
.item_box .list{ display: flex; }
.item_box .list .item{ position: relative; flex: 0 0 calc(100% / 3); overflow: hidden;}
.item_box .list .item::before{ display: block; content: ''; padding-bottom: 70%;}
.item_box .list .item .pic{ position: absolute; top: -200px; left: 0; width: 100%; height: calc(100% + 200px);}
.item_box .list .item .pic::before{ display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2);
	transition: 500ms ease;
}
.item_box .list .item .txt{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;
	font: 400 30px/1.1em 'Noto Serif TC', serif; color: #FFF;
}
.item_box .list .item:hover .pic{ transform: scale(1.1); }
.item_box .list .item:hover .pic::before{ background: rgba(0, 0, 0, 0.5);}
@media only screen and (max-width: 576px) {
	.item_box .list{ flex-wrap: wrap;}
	.item_box .list .item{ position: relative; flex: 0 0 100%;}
}
/*------*/

/*---inner_box---*/
.inner_box{ position: relative; padding: 5rem 0; }
.inner_box.bc1{ background: #f2f2f2;}
.inner_box .pic { overflow: hidden; border-radius: 20px;}
.inner_box .pic img{ max-width: 100%;}

@media only screen and (max-width: 992px) {
	.inner_box{ padding: 4rem 0; }
}
@media only screen and (max-width: 576px) {
	.inner_box{ padding: 3rem 0; }
}
/*------*/

/*---faq_box---*/
.faq_box { position: relative; padding: 60px 0;}
.faq_box .list { counter-reset: my-badass-counter my-badass-counter2;}
.faq_box .title { position: relative; display: block; font-size: 18px; color: #000; padding: 10px 40px 10px 80px; border-bottom: solid 1px #CCC; cursor: pointer;}
	.faq_box .title .tag{ display: inline-block; line-height: 20px; padding: 0 5px; margin: 0 5px; color: #FFF; background: #b50105; border-radius: 4px; font-size: 12px;}
	.faq_box .title.on { border: none; }
	.faq_box .title:hover { background: #f2f2f2; }
	.faq_box .title:after { position: absolute; top: 10px; right: 10px; font-size: 24px; color: #CCC; margin: 0 5px 0 0; content: "\f107"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit;
		transition: 500ms ease
	}
	.faq_box .title.on:after { transform:rotate(180deg) }
	.faq_box .title:before { position: absolute; top: 2px; left: 10px; font:400 30px/1.4em 'Monda', sans-serif; color: #222; content: 'Q' counter(my-badass-counter); counter-increment: my-badass-counter;}
.faq_box .txt { position: relative; font-size: 16px; color: #666; padding: 0 20px 0 80px; border-bottom: solid 1px #f2f2f2; overflow: hidden; max-height: 0; transition: 500ms linear; }
	.faq_box .txt:before { position: absolute; top: 5px; left: 10px; font:400 30px/1.4em 'Monda', sans-serif; color: #e26862; content: 'A' counter(my-badass-counter2); counter-increment: my-badass-counter2; }
	.faq_box .txt.on { max-height: 3000px; padding: 10px 20px 20px 80px; }
	.faq_box .txt.on { border-bottom: solid 1px #CCC;}
@media only screen and (max-width: 992px) {
	.faq_box { padding: 40px 0;}
}	
/*------*/

/*---pro_box---*/
.pro_box{ position: relative; height: auto; padding: 60px 0; z-index: 100; background: #f2f2f2;}
.pro_box.inx{ padding-top: 3rem;}
.pro_box .list{ position: relative; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -10px;}
.pro_box .list a{ flex: 0 0 calc(100% / 4 - 20px); margin: 10px; text-align: center; overflow: hidden; border-radius: 10px;
	transition: 300ms ease;
}
.pro_box .list a .pic{ position: relative;}
.pro_box .list a .pic::before{ display: block; content: ''; padding-bottom: 100%;}
.pro_box .list a .txt{ position: relative; z-index: 1; padding: 1rem; background: #FFF;}
.pro_box .list a .name{ color: #111; }
.pro_box .list a .price{ color: #D31900; }

.pro_box .list a:hover { box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);}
.pro_box .list a:hover .pic{ transform: scale(1.06); }
.pro_box .list.col3 a{ flex: 0 0 calc(100% / 3 - 20px);}
@media only screen and (max-width: 992px) {
	.pro_box.inx .list.col3 { flex-wrap: nowrap; overflow: auto; margin: 0 -50px; padding: 0 40px; justify-content: flex-start;}
	.pro_box.inx .list.col3 a{  flex: 0 0 calc(80%/2);}
	.pro_box.inx .list a{ flex: 0 0 calc(100% / 4 - 20px);}
	.pro_box .list a{ flex: 0 0 calc(100% / 3 - 20px);}
}
@media only screen and (max-width: 576px) {
	.pro_box.inx .list.col3 a{  flex: 0 0 calc(80%);}
	.pro_box.inx .list a{  flex: 0 0 calc(100% / 2 - 20px);}
	.pro_box .list a{ flex: 0 0 calc(100% /2 - 20px);}
}
/*------*/

/*---shop_box---*/
.shop_box{ position: relative; padding: 60px 0; }

	/*shop_box list*/
	.shop_box .list{ position: relative; margin: 0 -10px;}
	.shop_box .list ul{ position: relative; display: flex; flex-flow: wrap; list-style: none; margin: 0; width: 100%;}
	.shop_box .list ul li{ position: relative; flex: 0 0 calc(100% / 4);}
	.shop_box .list li a { position: relative; display: block; overflow: hidden; background: #FFF; margin: 10px; border-radius: 10px;}
	.shop_box .list.vr360 li a{ border: solid 1px #A57F74;}
	.shop_box .list li a .pic{ width: 100%; height: 0; padding: 0 0 100% 0; margin: 0; background-color: #FFF;
		transition: opacity 500ms ease, transform 500ms ease;
	}
	.shop_box .list li a .pic.hover{ position: absolute; top: 0; left: 0; width: 100%; height: 0; padding: 0 0 100% 0; margin: 0; background-color: #FFF; opacity: 0; z-index: 1;
		transition: opacity 500ms ease, transform 500ms ease;
	}
	.shop_box .list li a .txt{ position: relative; box-sizing: border-box; padding: 10px 20px; background: #FFF;
		transition: 200ms ease;
	}
	.shop_box .list li a .txt .type{  font-size: 15px; font-weight: 600; color: #666; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow: hidden; }
	.shop_box .list li a .txt .aid{ position: relative; font-size: 12px; line-height: 1.2em; color: #e26862; padding:5px 20px; margin: 0 -20px 5px;
		display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;
	}
	.shop_box .list li a .txt .aid:hover{ background: #e26862;}
	.shop_box .list li a .txt .aid::after{ font-size: 16px; position: absolute; top: 10px; right: 10px;
		font-family: "FontAwesome"; content: "\f24d";
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
	}
	.shop_box .list li a .txt .aid{ position: relative; font-size: 12px; line-height: 1.2em; color: #e26862; padding:5px 30px 5px 20px; margin: 0 -20px 5px;
		display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;
	}
	.shop_box .list li a .control{ position: absolute; top: 0; left: 0; width: 100%;}
	.shop_box .list li a .txt .title{ color: #222; font-size: 18px; font-weight: 600; line-height: 1.5em; margin-bottom: 5px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow: hidden; }
	.shop_box .list li a .txt .sub_title{ color: #714D51; font-size: 14px; line-height: 1.5em; margin-bottom: 5px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow: hidden; }
	.shop_box .list li a .txt .con{ color: #999; font-size: 14px; line-height: 1.4em; margin-bottom: 5px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden; }
	.shop_box .list li a .txt .price{ position: relative; }
	.shop_box .list li a .txt .price s{ color: #999; margin-bottom: 0; font: 400 16px/1rem 'Monda', sans-serif;}
	.shop_box .list li a .txt .price b{ color: #714D51; font: 400 20px/1rem 'Monda', sans-serif;}
	.shop_box .list li a .txt.c1 .sub_title{ color: #F77349;}

	/*hover*/
	.shop_box .list li a:hover .pic.hover { opacity: 1;}
	.shop_box .list li a:hover .txt { background: #4C4847; box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);}
	.shop_box .list li a:hover .txt .type{ color: #FFF;}
	.shop_box .list li a:hover .txt .title{ color: #FFF;}
	.shop_box .list li a:hover .txt .sub_title{ color: #FFF;}
	.shop_box .list li a:hover .txt .con{ color: #FFF;}
	.shop_box .list li a:hover .txt .price s{ color: #FFF;}
	.shop_box .list li a:hover .txt .price b{ color: #FFF;}
	.shop_box .list li a:hover .txt .aid{ color: #FFF;}
	.shop_box .list.add li a:hover .txt { background: #dc8165; }
	.shop_box .list.mem li a:hover .txt { background: #666; box-shadow: none;}
	.shop_box .list.vr360 li a .txt { padding-top: 0;}
	.shop_box .list.vr360 li a:hover .txt { background: #A57F74; box-shadow: none;}

.shop_box .list.center ul{ justify-content: center; }
.shop_box .list.col2 ul li{ flex: 0 0 calc(100% / 2);}
.shop_box .list.col3 ul li{ flex: 0 0 calc(100% / 3);}

.shop_box .list .adds{position:absolute;top:-50px;right:10px;z-index:100;}
.shop_box .list .adds .item img{ max-width: 100%;}
.shop_box .step_list{ position: relative;}


	/*brand*/
	.shop_box.brand .cover{ position: relative; }
	.shop_box.brand .cover .pic{ position: relative;}
	.shop_box.brand .cover .pic::before{ content: ''; display: block; padding-bottom: 30%;}
	.shop_box.brand .cover .txt{ position: absolute; top: 0%; left: 0; width: 100%; height: 70%; z-index: 2;}
	.shop_box.brand .cover .txt .inner-width{ height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column;}
	.shop_box.brand .cover .txt .icon{ max-width: 160px; margin-bottom: 30px;}
	.shop_box.brand .cover .txt .icon img{ max-width: 100%;}
	.shop_box.brand .cover .txt .title{ position: relative; width: 100%; font:400 20px/1.1em 'Faustina', sans-serif; color: #FFF; text-align: center;} 
	.shop_box.brand .list{ margin-top: -120px;}

	.shop_box .tr_total{ font: 500 15px/1.2em sans-serif; color: #333;}
	.shop_box .tr_total span{ color: #CF000E; margin-left: 1em;}
	
	.cart_title{ position: relative; border-bottom: solid 1px #666; display: flex; justify-content: flex-start; margin: 0; }
	.cart_title>div{ padding: 0 0.5rem; font-weight: 700; font-size: 16px; line-height: 60px; height: 60px;}
	.cart_title_sw{ display: none; border-bottom: solid 1px #CCC; cursor: pointer;}
	.cart_title_sw:hover .cart_name{ color: #714D51;}
	.cart_title_sw.on{ display: flex;}

	.cart_title_sw i{ font-size: 20px; margin: 0 4px 0 0; color: #72595C;}

	.cart_item { position: relative; background: #FFF; display: flex; justify-content: flex-start; align-items: center; margin: 0; font-size: 16px;}
	.cart_item+hr.bb{ margin: -1px 0 0 0; height: 1px; background: #111; z-index: 1; }

	.cart_pic { position: relative; padding: 20px 10px 20px 20px;}
	.cart_pic .pic{ width: 100px; padding: 0 0 100% 0;}

	.cart_name{ color: #222; padding: 10px; flex: 1 1 50%;}
	.cart_name.th{ padding: 0 1rem;}
	
	.cart_name .type{ color: #666; font-size: 15px; line-height: 18px;}
	.cart_name .name{ color: #333; font-size: 18px; font-weight: 700;}
	.cart_name .name span+span{ color: #666; font-weight: 400;}
	.cart_name .aid{ position: relative; font-size: 14px; line-height: 1.2em; color: #666; padding:0 20px; margin: 5px -20px; cursor: pointer;
		display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;
	}
	.cart_name .aid::after{ font-size: 14px; margin-left: 10px;
		font-family: "FontAwesome"; content: "\f24d";
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
	}
	.cart_name .aid:hover{ color: #e26862;}
	.cart_name .subtype{ position: relative; font-size: 14px; line-height: 1.2em; color: #666; padding:0;
		display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow: hidden;
	}
	.cart_item.s1 { background: #999; }
	.cart_item.s1  .type{ color: #FFF; }
	.cart_item.s1  .name{ color: #FFF; }


	.cart_num{  flex: 0 0 140px; text-align: center;}
	.cart_subtotal{ flex: 0 0 100px; text-align: right; padding-right: 0.5rem; font: 400 18px/1.2em 'Monda', sans-serif;}
	.cart_price{  flex: 0 0 100px; text-align: center; font: 400 18px/1.2em 'Monda', sans-serif;}
	.cart_del{ flex: 0 0 100px; text-align: center;}
	.cart_del .del{ position: absolute; top: 10px; right: 10px; display: block; font-size: 24px; color: #8A8A8A; cursor: pointer; width: 40px; line-height: 40px; margin: 0; padding: 0; text-align: center; border-radius: 20px;}
	.cart_del .del:hover{ color: #FFF; background: #E7505A;}
	.cart_item.sm{ background: #EDEDED;}
	.cart_item.sm .cart_pic{ width: 130px; padding: 0;}
	.cart_item.sm .cart_pic .pic { width: 70px; padding: 0 0 70px 0;}
	.cart_item.sm .cart_name{ font-size: 15px;}

	.switch_list{ display: none;}
	.switch_list.on{ display: block;}	

	.cart_add{ position: relative; padding: 10px 0; background: #f8f8f8; display: flex; justify-content: flex-start; border-bottom: solid 1px #DADADA;}
	.cart_add+hr.bb{ margin: -1px 0 0 0; opacity: 0.5;}
	.cart_add .add_1{ flex: 1 1 50%; margin-left: 140px; font-size: 15px; font-weight: 700; color: #333; }
	.cart_add .name{ font-size: 15px;}

	.cart_spe{ padding:10px 10px 10px 140px; font-size: 15px; background: #f8f8f8; display: flex; justify-content: flex-start; }
	.cart_spe table{ margin: 0 10px 0 0;}
	.cart_spe+hr.bb{ margin: -1px 0 0 0; opacity: 0.5;}
	.cart_spe .table>:not(caption)>*:last-child>* { border-bottom-width: 0;}

	.total_1{ border-top: solid 1px #f2f2f2; margin: 0; }
	.total_1>div{ padding: 10px 0; background: #FFF; }
	.total_2{ border-top: solid 1px #f2f2f2; margin: 0;}
	.total_2>div{ padding: 10px 0; background: #FFF; font-size: 18px;}
	.amount{ color: #c73246;}
	.freight{ color: #714D51;}
	.discount{ color: #c73246;}
	.final_amount{ color: #C81737; font-weight: 700;}
	.price s{ display: block; font-size: 13px; color: #999; margin-right: 4px; line-height: 14px;}

	.shop_done .cart_pic { padding: 0;}
	.shop_done .cart_pic .pic{ width: 70px; padding: 0 0 100% 0;}
	.shop_done .cart_name .name{ font-size: 16px;}
	.shop_done .cart_add .add_1{ margin-left: 80px; }
	.shop_done .cart_spe { padding-left: 80px; }

	/*---step_bar---*/
	.bg-white { background: #FFF ;}
	.bg-gray{ background:#CCC;}
	.bg-done{ background:#714D51;}
	.step_bar .step-line .step-col { padding: 0 0 40px 0; text-align: center; color:#999;}
	.step_bar .step-line .step-number{ cursor:default; font-size:16px; border-radius:50%; box-sizing: border-box; display:block; margin: 0 auto 8px; line-height: 44px; border:3px solid; border-color:#e5e5e5;position:relative; z-index:5; height:50px; width:50px; text-align:center; color:#FFF;}
	.step_bar .step-line .step-number > i{position:relative;top:50%;transform:translateY(-120%);}
	.step_bar .step-line .step-title{ position: relative; font: 500 15px/1.2em sans-serif; }
	.step_bar .step-line .step-title:after{ content:'';height:3px;width:50%;position:absolute;background-color:#e5e5e5;top:-30px;left:50%;z-index:4;transform:translateY(-100%);}
	.step_bar .step-line .step-title:before{ content:'';height:3px;width:50%;position:absolute;background-color:#e5e5e5;top:-30px;right:50%;z-index:4;transform:translateY(-100%);}
	.step_bar .step-line .first .step-title:before{content:none;}
	.step_bar .step-line .last .step-title:after{content:none;}
	.step_bar .step-line .active .step-number{color:#ffffff !important; border-color: #dc8165 !important;}
	.step_bar .step-line .active .step-title,.step_bar .step-line .active .step-content{color:#999 !important;}
	.step_bar .step-line .active .step-title:after,.step_bar .step-line .active .step-title:before{background-color:#e5e5e5;}
	.step_bar .step-line .done .step-number{color:#ffffff !important;}
	.step_bar .step-line .done .step-title,.step_bar .step-line .done .step-content{color:#714D51 !important;}
	.step_bar .step-line .done .step-title:after,.step_bar .step-line .done .step-title:before{background-color:#e5e5e5;}
	.step_bar .step-line .error .step-number{color:#E7505A !important;border-color:#E7505A !important;}
	.step_bar .step-line .error .step-title,.step_bar .step-line .error .step-content{color:#E7505A !important;}
	.step_bar .step-line .error .step-title:after,.step_bar .step-line .error .step-title:before{background-color:#E7505A;}
	.step_bar .en{float:left;width:100%;opacity:.6;}
	/*------*/

	.shopping_recipient{ padding: 20px;}
	.shopping_recipient + .shopping_recipient{ border-top: solid 1px #CCC;}
	.shopping_recipient p{ font-size: 15px; line-height: 1.4em; color: #666;}
	.shopping_recipient p i{ font-size: 14px;}

	.shop_done{ padding: 30px; border: solid 1px #CCC;}
	.shop_info{ position: relative;}
	.shop_info .sn{ font-size: 12px; line-height: 1.5em; margin-bottom: 15px;}
	.shop_info .sn .sn_con{ font: 400 24px/1em 'Monda', sans-serif; color: #714D51;}
	.shop_info .name{ font-size: 12px; line-height: 1.5em; margin-bottom: 15px;}
	.shop_info .name .name_con{ font:400 15px/1.5em sans-serif; color: #333; margin-bottom: 10px;}
	.shop_info .name .name_con span+span{ margin-left: 5px;}
	.shop_info .name .add{ font:400 15px/1.5em sans-serif; color: #333; margin-bottom: 10px;}

	/*quantity*/
	.shop_box .quantity-row{ display:inline-flex; border-radius: 4px; overflow: hidden;}
	.shop_box .quantity_item[type="text"]{ width:50px; height: 38px; line-height: 38px; text-align:center; border: solid 1px #85676A; border-radius: 0 !important; margin: 0 -1px;}
	.shop_box .quantity_item[type="text"]:focus{ box-shadow: none;}
	.shop_box .button_icon{ width:38px; height: 38px; line-height: 38px; font-size: 12px; text-align:center; color:#85676A; background: transparent; cursor:pointer; border: solid 1px #85676A; border-radius: 4px 0 0 4px;}
	.shop_box .button_icon:hover{ background: #85676A; color: #FFF;}
	.shop_box .quantity_item+.button_icon{ border-radius: 0 4px 4px 0;}


	/*shop_box view*/
.shop_box .view{ position: relative; display: flex; flex-wrap: wrap;}
.shop_box .view .cover { position: relative; width: 50%; }
.shop_box .view .cover .gallery-top { position: relative; width: 100%; overflow: hidden; margin-bottom: 10px; border-radius: 10px;}
.shop_box .view .cover .gallery-top .item{display:block;height:100%;overflow:hidden;padding-bottom:100%;position:relative;width:100%;}
.shop_box .view .cover .gallery-top .item img{position:absolute;top:0;left:0;width:100%; height: 100%; object-fit:contain;}
.shop_box .view .cover .gallery-thumbs { position: relative; overflow: hidden; box-sizing: border-box;}
.shop_box .view .cover .gallery-thumbs .swiper-slide { width: 20%; height: 100%; opacity: 0.2; cursor: pointer; border-radius: 10px; overflow: hidden;
	transition: opacity 500ms ease;
}
.shop_box .view .cover .gallery-thumbs .swiper-slide:hover{ opacity: 0.8;}
.shop_box .view .cover .gallery-thumbs .pic::before{ content: ''; display: block; padding-bottom: 100%;}
.shop_box .view .cover .gallery-thumbs .swiper-slide-active,
.shop_box .view .cover .gallery-thumbs .swiper-slide-thumb-active { opacity: 1 !important; }
.shop_box .view .info{ position: relative;  width: calc(50% - 100px); margin: 20px 50px;}
.shop_box .view .info .name{ font: 400 15px/1.4em sans-serif; color: #666666; margin: 0 0 10px 0;}
.shop_box .view .info .name b{ display: block;  font:500 24px/1.2em sans-serif; color: #714D51; margin-bottom: 10px; max-width: 80%;}
.shop_box .view .info .name span{ display: block; font:400 16px/1.2em 'Monda', sans-serif; color: #666; margin-bottom: 10px;}
.shop_box .view .info .des{ padding: 20px 0; }
.shop_box .view .info .des .title{ font-size: 18px; font-weight: 700; color:#333; margin-bottom: 10px;}
.shop_box .view .info .des ul{ margin-bottom: 0;}
.shop_box .view .info .des li{ font:400 14px/1.7em sans-serif; color: #333;}
.shop_box .view .info .des .marks{ display: block; text-align: right;}
.shop_box .view .info .des .marks img{ display: inline-block; max-width: 100px;}
.shop_box .view .info .price{  color: #714D51; font: 400 30px/1.2em 'Monda', sans-serif; padding: 10px 0;}
.shop_box .view .info .price s { color: #9A9A9A; font-size: 20px; margin-bottom: 5px;}
.shop_box .view .info img{ max-width: 100%;}
.shop_box .view .mod_list{ position: relative; }
.shop_box .view .mod_list .title{ font-size: 18px; font-weight: 700; color:#333; margin-bottom: 10px;}
.shop_box .view .mod_list .items{ position: relative; padding: 20px 0 0 0;}
.shop_box .view .mod_list .items .name{ font-size: 14px; font-weight: 700; color: #333; margin: 4px;}
.shop_box .view .mod_list select{ border: solid 1px #714D51;}
.shop_box .view .mod_list .color_item{ position: relative; display: flex; flex-wrap: wrap;}
.shop_box .view .mod_list .color_item>div{ width: 30px; height: 30px; margin: 2px; border-radius: 15px; overflow: hidden; background-size: cover; border: solid 2px #FFF; cursor: pointer;}
.shop_box .view .mod_list .color_item>div.on{ outline: solid 2px #85676A;}

.shop_box .view .buy_list{ position: relative;}
.shop_box .view .buy_list .title{ font-size: 18px; font-weight: 700; color:#333; margin-bottom: 10px;}
.shop_box .view .buy_list .name{ font-size: 14px; font-weight: 700; color: #333; margin: 4px;}

.shop_box .view .edit{ flex: 0 0 100%; }
.shop_box .view .menu{ text-align: center; font: 20px sans-serif; font-weight: 700; display: flex; flex-wrap: nowrap; justify-content: space-around; color: #C29C60;}
.shop_box .view .menu>div{ line-height: 40px; padding: 0 5px;}
.shop_box .view .calendar{ position: relative;}
.shop_box .view .calendar .week{ position: relative; display: flex; flex-wrap: wrap;}
.shop_box .view .calendar .week>div{ flex: 0 0 calc(100% / 7 - 4px); text-align: center; height: 48px; margin: 2px; font: 15px/48px sans-serif; border-radius: 5px;}
.shop_box .view .calendar .week.day>div{ background: rgba(255,255,255,0.3); box-sizing: border-box;}
.shop_box .view .calendar .week.day>div:hover{ border: solid 2px #ffba79; line-height: 44px; }
.shop_box .view .calendar .week.day>div.sel{ border: solid 2px #C29C60; line-height: 44px; }
.shop_box .view .calendar .week.day>div.ade{ background: #b4e7b3;}
.shop_box .view .calendar .week.day>div.has{ background: #fce189;}
.shop_box .view .calendar .week.day>div.full{ background: #e26862;}
.shop_box .view .calendar .week.day>div.old{ background: #CCC;}
.shop_box .view .calendar .week.day>div.now{ background: rgba(255, 214, 79, 0.6); border: solid 2px #e4b415; line-height: 44px; }
.shop_box .view .cover .pic_main{ position: relative;}
.shop_box .view .cover .pic_main .item{ position: relative;}
.shop_box .view .cover .pic_main img{ width: 100%;}
.shop_box .view .cover .pic_main a{ position: relative; display: block; overflow: hidden;}
.shop_box .view .cover .pic_main a::before{ position: relative; display: block; content: ''; padding-bottom: 100%; }
.shop_box .view .cover .pic_main a img{ display: block !important; opacity: 0 !important; z-index: 1; position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; max-width: 100%; background-size: cover; transform: translateX(-50%) translateY(-50%);}
.shop_box .view .cover .pic_list{ position: relative; margin: 5px -5px 0;}
.shop_box .view .cover .pic_list ul{ display: flex; flex-wrap: wrap; margin: 0; list-style: none;}
.shop_box .view .cover .pic_list li{ flex:0 1 25%;}
.shop_box .view .cover .pic_list .item{  margin:5px; opacity: 0.5; height: 50px; overflow: hidden;}
.shop_box .view .cover .pic_list .item::before{ position: relative; display: block; content: ''; padding-bottom: 100%; }
.shop_box .view .cover .pic_list .item.imgLiquid_ready{ height: auto;}
.shop_box .view .cover .pic_list .item:hover{ opacity: 0.8;}
.shop_box .view .cover .pic_list .item.on{ opacity: 1;}
.shop_box .view .cover .pic_list img{ display: block; max-width: 100%;}

	/*shop_box shop_select*/
	.shop_box .shop_select{ position: relative;}
	.shop_box .shop_select .select_cover{ position: fixed; width: 600px; height: 600px; margin: 0 50px;}
	.shop_box .send_bar{ border-bottom: solid 2px #CCC; text-align: left; padding: 20px 0.5rem; margin: 20px 0; color: #666;}
	.shop_box .send_bar>*+*{ margin-left: 10px;}
	.shop_box p{ font-size: 14px; line-height: 20px; color: #666; margin: 10px 0 0 0;}
	.shop_box .ser{ display: none;}
	.shop_box .ser.on{ display: block;}
	.shop_box .ser2{ display: none;}
	.shop_box .ser2.on{ display: block;}
	.shop_box .con span{ color: #72595C;}
	.shop_box .form-check-input:checked {
		background-color: #714D51;
		border-color: #714D51;
	}
	.form-control:focus {
		border-color: #714D51;
	}

		.info_bar{ position: relative; padding: 10px 0.5rem;}
		.info_bar .con{ font-size: 14px; line-height: 20px; color: #666; margin: 10px 0 0 0;}

		.adds_bar{ position: relative; padding: 0; margin: 10px 0; border-top: solid 2px #CCC; border-bottom: solid 2px #CCC;}
		.adds_bar .item{ display: flex; justify-content: space-between; padding: 10px 0.5rem;}
		.adds_bar .item+.item{ border-top: solid 1px #CCC; }
		.adds_bar .price{ position: relative; text-align: right; font:400 20px/1.2em 'Monda', sans-serif; color: #714D51;}
		
		.all_bar{ position: relative; padding: 10px 0.5rem; }
		.all_bar .name{ position: relative; text-align: right; font:400 15px/1.2em sans-serif; color: #333;}
		.all_bar .price{ position: relative; text-align: right; font:400 30px/1.2em 'Monda', sans-serif; color: #714D51;}

		.shop_box .shop_select .item_list { display: flex; flex-wrap: wrap; }
		.shop_box .shop_select .item_list .item{ position: relative; width: 24px; height: 24px; border-radius: 12px; margin: 5px; background: #FFF; border: solid 1px #CCC; cursor: pointer;}
		.shop_box .shop_select .item_list .item img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 25px;}

		.shop_box .shop_select .item_list .item.on::before{ display: block; content: ''; position: absolute; top: -4px; left: -4px; border: solid 2px #714D51; width: 30px; height: 30px; border-radius: 30px; z-index: 1;}
		.shop_box .shop_select .item_list .item.on::after{ display: block; content: ''; position: absolute; top: -5px; right: -5px; background: url(../images/vr_check.svg) no-repeat; background-size: cover; width: 12px; height: 12px; z-index: 2;}

		/*select_cover*/
		.shop_box .shop_select .select_cover .pic{ position: absolute; top: 0; left: 0; width: 100%; border-radius: 20px; overflow: hidden;}
		.shop_box .shop_select .select_cover .pic::before{ content: ''; display: block; padding-bottom: 100%;}
		.shop_box .shop_select .select_cover .adds{ position: absolute; bottom: 20px; right: 20px; z-index: 100;}
		.shop_box .shop_select .select_cover .quick{ position: absolute; bottom: 20px; left: 20px; z-index: 100;}

		/*select_view*/
		.shop_box .shop_select .select_view{ position: relative; width: 50%; margin-left: 50%; }
		.shop_box .shop_select .select_view .select_list{ position: relative;}
		.shop_box .shop_select .select_view .select_list ul{ display: block; list-style: none; margin: 0%;}
		.shop_box .shop_select .select_view .select_list ul li{ display: block;}
		.shop_box .shop_select .select_view .select_list ul li+li{ border-top: solid 1px #DFDFDF;}
		.shop_box .shop_select .select_view .select_list .select_item{ position: relative; margin: 2px 0; border-radius: 10px; display: flex; padding: 5px; cursor: pointer;
			transition: 300ms ease;
		}
		.shop_box .shop_select .select_view .select_list .select_item .pic{ width: 80px; height: 80px; margin-right: 20px;}
		.shop_box .shop_select .select_view .select_list .select_item .name{ font:700 18px/24px sans-serif; color: #72595C; padding-top: 20px;}
		.shop_box .shop_select .select_view .select_list .select_item .con{ font:400 14px/1.2em sans-serif; color: #666;}
		.shop_box .shop_select .select_view .select_list .select_item .sel_con{ font:700 14px/1.2em sans-serif; color: #333; padding-bottom: 15px;}
		.shop_box .shop_select .select_view .select_list .select_item:hover{background: #F9F4F0;}
		.shop_box .shop_select .select_view .select_list .select_item.on{ background: #dc8165;}
		.shop_box .shop_select .select_view .select_list .select_item.on .name{ color: #FFF;}
		.shop_box .shop_select .select_view .select_list .select_item.on .con{ color: #FFF;}
		.shop_box .shop_select .select_view .select_list .select_item.on::after{ display: block; content: ''; position: absolute; top: calc(50% - 12px); right: 10px; background: url(../images/check_w.svg) no-repeat; background-size: cover; width: 24px; height: 24px; z-index: 2;}
		.shop_box .shop_select .select_view .select_list .select_item .btn_send.on{ display: none;}

		.shop_box .shop_select .select_view .select_list.sty2 .select_item.on{ background: #F9F4F0;}
		.shop_box .shop_select .select_view .select_list.sty2 .select_item.on .name{ color: #72595C;}
		.shop_box .shop_select .select_view .select_list.sty2 .select_item.on .con{ color: #666;}
		
		.shop_box .shop_select .select_view .select_list.sty2 .select_item.on::after{ display: none; }
		.shop_box .shop_select .select_view .select_list.sty2 .select_item .sel_con{ overflow: hidden; height: 0;}
		.shop_box .shop_select .select_view .select_list.sty2 .select_item.on .sel_con{ height: auto;}

		.shop_box .shop_select .select_view .select_list.sty2 .select_item.on.ed{ background: #dc8165;}
		.shop_box .shop_select .select_view .select_list.sty2 .select_item.on.ed .name{ color: #FFF;}
		.shop_box .shop_select .select_view .select_list.sty2 .select_item.on.ed .con{ color: #FFF;}
		.shop_box .shop_select .select_view .select_list.sty2 .select_item.on.ed .sel_con{ color: #FFF;}
		.shop_box .shop_select .select_view .select_list.sty2 .select_item.on.ed::after{ display: block; content: ''; position: absolute; top: calc(50% - 12px); right: 10px; background: url(../images/check_w.svg) no-repeat; background-size: cover; width: 24px; height: 24px; z-index: 2;}

		/*tips_bar*/
		.shop_box .shop_select .tips_bar{ position: fixed; bottom: 0; left: 0; width: calc(50% - 50px); background: rgba(114, 89, 92, 0.95); color: #FFF; padding: 20px; z-index: 100;}
		.shop_box .shop_select .tips_bar .row{ width: 550px; float: right;}
		.shop_box .shop_select .tips_bar .name{ font:400 18px/1.2em sans-serif; }
		.shop_box .shop_select .tips_bar .name .selected{ position: relative; display: flex; margin: 10px 0 0 0; }
		.shop_box .shop_select .tips_bar .name .selected .item{ font:400 14px/1.2em sans-serif; padding: 2px;}
		.shop_box .shop_select .tips_bar .price{ position: relative; text-align: right;}
		.shop_box .shop_select .tips_bar .price span{ display: block; font:400 14px/1.2em 'Monda', sans-serif; margin-bottom: 5px;}
		.shop_box .shop_select .tips_bar .price b{ display: block; font:400 20px/1.2em 'Monda', sans-serif;}

		/*total_bar*/
		.shop_box .shop_select .total_bar{ position: relative; color: #333; padding: 20px 0.5rem;}
		.shop_box .shop_select .total_bar .name{ font:400 24px/1.2em sans-serif; }
		.shop_box .shop_select .total_bar .name .selected{ position: relative; display: flex; margin: 10px 0 0 0; }
		.shop_box .shop_select .total_bar .name .selected .item{ font:400 14px/1.2em sans-serif; padding: 2px;}

		.shop_box .shop_select .total_bar .price{ position: relative; text-align: right;}
		.shop_box .shop_select .total_bar .price b{ display: block; font:400 20px/1.2em 'Monda', sans-serif; color: #714D51;}

		/*select_step*/
		.shop_box .shop_select .select_step{ position: relative; text-align: center; min-height: 80px; }
		.shop_box .shop_select .select_step .title{ font:700 20px/1.2em sans-serif; color: #333; margin-bottom: 20px;}
		.shop_box .shop_select .select_step .bar{ position: relative; width: 100%; max-width: 300px; margin: 0 auto; height: 32px;  display: flex; justify-content: space-between;}
		.shop_box .shop_select .select_step .bar::before{ position: absolute; top: calc(50% - 1px); left: 0; content: ''; width: 99%; height: 2px; background: #714D51; z-index: -1; }
		.shop_box .shop_select .select_step .bar>span{ position: relative; display: block; width: 32px; height: 32px; border-radius: 16px; box-sizing: border-box; background: #999; border: solid 3px #d9d9d9; line-height: 26px; color: #FFF; font-size: 14px; font-weight: 700; cursor: default;}
		.shop_box .shop_select .select_step .bar>span.on{ border: solid 3px #dc8165; cursor: default;}
		.shop_box .shop_select .select_step .bar>span.ed{ background: #714D51;}

		.shop_box .shop_select .select_step .prev{ position: absolute; left: 0; top: calc(50% - 20px); width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 32px; color: #714D51;}
		.shop_box .shop_select .select_step .prev:hover{ color: #dc8165;}
		.shop_box .shop_select .select_step .next{ position: absolute; right: 0; top: calc(50% - 20px); width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 32px; color: #714D51;}
		.shop_box .shop_select .select_step .next:hover{ color: #dc8165;}

		.shop_box .shop_select .select_step .prev.disabled{ opacity: 0.1;}
		.shop_box .shop_select .select_step .next.disabled{ opacity: 0.1;}

		/*select_table*/
		.select_table{ position: relative; margin: 40px 0;}
		.select_table.info{ margin-top: 0;}
		.select_table .title{ position: relative; color: #333; border-bottom: solid 2px #CCC; text-align: left; padding: 10px 0.5rem; }
		.select_table input[type="text"], .select_table input[type="password"], .select_table input[type="email"], .select_table input[type="mail"], .select_table input[type="phone"], .select_table input[type="tel"], .select_table input[type="date"]{ position: relative; border-width: 0 0 1px 0; border-color: #72595C; border-radius: 0;}
		.select_table select{ border-width: 0 0 1px 0; border-color: #72595C; border-radius: 0;}
		.select_table thead{ border-bottom: solid 1px #CCC;}
		.select_table thead th{ color: #333; font-size: 14px; line-height: 1.1em; text-align: center;}
		.select_table th, .select_table td{ padding-top: 20px; padding-bottom: 20px; border: none; }
		.select_table.info td{ text-align: center;}
		.select_table.info th, .select_table.info td{ padding-top: 0.5rem; padding-bottom: 0.5rem; }
		.select_table .bb{ border-bottom: solid 2px #CCC;}
		.select_table .two_pd{ display: none;}
		.select_table .two_pd.on{ display: table-cell;}
		.select_table .link{ position: relative; padding: 0 10px; line-height: 38px; color: #A57F74;}
		.select_table .link i{ margin-left: 5px;}
		
		.select_table .date_pass{ color: #dc8165; font-size: 15px; font-weight: 700; padding: 5px 0.5rem; border-bottom: solid 1px #f2f2f2;
			display: flex; justify-content: space-between;
		}
		.select_table .date_end{ color: #B43844; font-size: 15px; font-weight: 700; padding: 5px 0.5rem; border-bottom: solid 1px #f2f2f2;
			display: flex; justify-content: space-between;
		}
		.select_table .date_update{ color: #666; font-size: 15px; font-weight: 700; padding: 5px 0.5rem; border-bottom: solid 1px #f2f2f2;
			display: flex; justify-content: space-between;
		}
		.select_table .date{ color: #666; font-size: 15px; font-weight: 700; padding: 5px 0.5rem; border-bottom: solid 1px #f2f2f2;
			display: flex; justify-content: space-between;
		}

		/*sel_list*/
		.sel_list{ position: relative; }
		.sel_list .item{ position: relative; display: block;}
		.sel_list .item::after{ display: block; content: ''; position: absolute; top: 8px; left: 9px; width: 20px;  height: 20px; border-radius: 4px; background: #FFF; border: solid 1px #714D51;}
		.sel_list .item .con{ padding: 0 14px 0 39px; height: 38px; line-height: 38px; color: #333; text-align: left;}
		/* .sel_list .item:hover .con{ background: #FFF;} */
		.sel_list .item.on .con{ background: #714D51; color: #FFF; border-radius: 5px; overflow: hidden;}
		.sel_list .item.on::before{ display: block; position: absolute; top: 6px; left: 11px; font-size: 16px; z-index: 1;
			font-family: "FontAwesome"; content: "\f00c"; color: #FFF;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
		}
		.sel_list .item.on::after{ background: #714D51; }
		.sel_list .item.only{  width: 38px; height: 38px;}


@media only screen and (max-width: 1600px) {
	.shop_box .shop_select .select_cover{ width: 500px; height: 500px;}
}

@media only screen and (max-width: 1300px) {
	.shop_box .shop_select .select_cover{ width: 400px; height: 400px;}
	.shop_box .shop_select .tips_bar .row{ width: 100%;}
}
	
@media only screen and (max-width: 1200px) {
	.shop_box.brand .cover .pic::before{ padding-bottom:40%;}
	.shop_box .list ul li{ flex: 0 0 calc(100% / 3 );}
	.shop_box .shop_select .select_cover{ width: 400px; height: 400px;}
}

@media only screen and (max-width: 992px) {
	.shop_box { padding: 40px 0;}
	.shop_box .list ul li{ flex: 0 0 calc(100% / 2 );}

		.shop_box.inx .list{ margin-left: -35px; margin-right: -35px; padding: 0 25px;  overflow-x: auto;}
		.shop_box.inx .list ul{ flex-wrap: nowrap; }
		.shop_box.inx .list ul li{ flex:0 0 calc(80% / 2);}
		.shop_box.inx .list ul li:last-child{ flex: 0 0 calc(80% / 2 + 25px ); padding-right: 25px;}
	
		.shop_box.brand .list{ margin-left: -35px; margin-right: -35px; padding: 0 25px;  overflow-x: auto;}
		.shop_box.brand .list ul{ flex-wrap: nowrap; }
		.shop_box.brand .list ul li{ flex:0 0 calc(90% / 2);}
		.shop_box.brand .list ul li:last-child{ flex: 0 0 calc(90% / 2 + 25px ); padding-right: 25px;}
		.shop_box.brand .cover .pic::before{ padding-bottom:40vh;}

		.shop_box .list.col3 { margin-left: -35px; margin-right: -35px; padding: 0 25px;  overflow-x: auto;}
		.shop_box .list.col3 ul{ flex-wrap: nowrap; }
		.shop_box .list.col3 ul li{ flex:0 0 calc(90% / 2);}
		.shop_box .list.col3 ul li:last-child{ flex: 0 0 calc(90% / 2 + 25px ); padding-right: 25px;}

		.shop_box .view .cover { width: 100%; }
		.shop_box .view .info { width: 100%; padding: 20px 0 0; margin: 20px 0 0;}
		.shop_box .view .info .name{margin:20px 0 10px 0;max-width:inherit;}

		.shop_box .shop_select .select_cover{ position: relative; margin: 0 auto 40px; width: 80%; padding-bottom: 80%; height: auto;}
		.shop_box .shop_select .select_view{ width:80%; margin:0 auto 100px;}
		.shop_box .shop_select .tips_bar{bottom:0;width:calc(100%);padding:10px 20px;}
		.shop_box .shop_select .tips_bar .row{width:auto;float:none;}

		.shop_box .view .info .name b{ max-width: inherit;}

}
@media only screen and (max-width: 720px) {
	.cart_item{ flex-wrap: wrap; padding: 10px 0;}
	.cart_title{ display: none;}
	.cart_pic{flex:0 0 100px; padding:10px;}
	.cart_pic .pic{width:100%;}
	.cart_name{ padding:10px; flex:1 1 50%;}
	.cart_name .name { position: relative; padding-right: 2em;  display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden; font-size: 15px;}
	.cart_name .name::before{ content: ' x '  attr(data-num); position: absolute; top: 0; right: 0; font-size: 15px;}
	.cart_name .type{ margin-bottom:4px; font-size: 13px; min-width: 80px;}
	.cart_name .type.c2{ margin-bottom:0;}
	.cart_num.only{display:none;}
	.cart_price{ margin-left: 95px;}
	.cart_subtotal{display:none;}
	.cart_add{ flex-wrap: wrap; padding: 10px 0;}
	.cart_add .add_1{ position: relative; padding-right: 2em;  display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden; font-size: 15px; margin-left: 110px;}
	.cart_add .add_1::before{ content: ' x '  attr(data-num); position: absolute; top: 0; right: 10px; font-size: 15px;}
	.cart_spe{display:block;padding:10px 10px 10px 110px;}
}
@media only screen and (max-width: 576px) {
	.shop_box.inx .list { margin-left: -30px; margin-right: -30px; padding: 0 20px; }
	.shop_box.inx .list ul li{ flex:0 0 calc(80%);}
	.shop_box.inx .list ul li:last-child{ flex: 0 0 calc(80% + 20px ); padding-right: 20px;}
	.shop_box .list ul li{ flex: 0 0 100%;}
	.shop_box .list.center ul{ justify-content: start; }
	.shop_box.brand .cover .pic::before{ padding-bottom:65vh;}
	.shop_box.brand .cover .more_bar.pos_tr{ position: relative; text-align: center; margin-top: 20px;}
	.shop_box.brand .cover .txt .icon { max-width: 120px; margin-bottom: 20px;}

	.shop_box .list.col3 { margin-left: -30px; margin-right: -30px; padding: 0 20px; }
	.shop_box .list.col3 ul li{ flex:0 0 calc(90%);}
	.shop_box .list.col3 ul li:last-child{ flex: 0 0 calc(90% + 20px ); padding-right: 20px;}

	.shop_box .view .info .des .marks{ text-align: center; margin-top: 20px;}
	.shop_box .shop_select .select_step .bar{ max-width: 240px;}

	.shop_box .shop_select .select_cover{ margin: 0 auto 40px; width: auto; padding-bottom: 100%; }
	.shop_box .shop_select .select_view{ width:auto; margin:0 auto 100px;}
	.shop_box .shop_select .tips_bar{bottom:0; width:calc(100%);padding:10px 20px;}
	.shop_box .shop_select .tips_bar .row{width:auto;float:none;}

	.shop_box .shop_select .select_view .select_list .select_item .pic{flex:0 0 60px;display:flex;align-items:center;margin-right:10px;}
	.shop_box .shop_select .select_view .select_list .select_item .pic img{max-width:100%;}
	.shop_box .shop_select .select_view .select_list .select_item .txt{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 40px 0 0;}
	.shop_box .shop_select .select_view .select_list.sty2 .select_item .txt{ padding:30px 40px 0 0;}

	.shop_box .shop_select .select_view .select_list .select_item .name{padding:0;}

	.table>:not(caption)>*>*{padding:0.5rem 0.2rem;font-size:12px;vertical-align:middle;}
	.select_table thead th{font-size:12px;}
	.select_table select{font-size:12px;}
	.select_table .form-select{padding:0.375rem 1.25rem 0.375rem 0.75rem;background-position:right 0.25rem center;}
	.select_table .link i{font-size:16px;}

	.shop_box .shop_select .select_cover .adds{ bottom: 10px;right: 10px; }
	.shop_box .shop_select .select_cover .adds .item{ width: 60px; }
	.shop_box .shop_select .select_cover .adds .item img{ max-width: 100%;}

	.cart_item{ flex-wrap: wrap; padding: 10px 0;}
	.cart_item.s1 { padding: 0; }
	.cart_title{ display: none;}
	.cart_pic{flex:0 0 100px; padding:0;}
	.cart_pic .pic{ width:100%; margin: 0; }


	.shop_done{padding:10px;}
	.shop_done .cart_pic { flex: 0 0 70px;}
	.shop_done .cart_pic .pic{ width:100%; margin: 5px; }

	.cart_name{ padding:10px; flex:1 1 50%;}
	.cart_name .name { position: relative; padding-right: 2em;  display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden; font-size: 15px;}
	.cart_name .name::before{ content: ' x '  attr(data-num); position: absolute; top: 0; right: 0; font-size: 15px;}
	.cart_name .type{ margin-bottom:4px; font-size: 13px; min-width: 80px;}
	.cart_name .type.c2{ margin-bottom:0;}
	.cart_num.only{display:none;}
	.cart_price{ margin-left: 0; flex: 0 0 100%; padding: 0 10px; text-align: right;}
	.cart_subtotal{display:none;}
	.cart_add{ flex-wrap: wrap; padding: 10px 0;}
	.cart_add .add_1{ position: relative; padding-right: 2em;  display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden; font-size: 14px; margin-left: 110px;}
	.cart_add .add_1::before{ content: ' x '  attr(data-num); position: absolute; top: 0; right: 10px; font-size: 15px;}
	
	.cart_spe{display:block;padding:10px 10px 10px 110px;}
	.cart_add .btn_send  { width: 40px; text-align: center; padding: 0; min-width:inherit;}
	.cart_add .btn_send .gr i{ margin: 0;}
	.cart_add .btn_send .gr span{display:none;}
	.cart_del{ flex: 0 0 100%; text-align: right;}
	.cart_del .del{  margin: 0; width: 30px; line-height: 30px; top: 5px; right: 0; }
	.cart_del .del:hover{ color: #FFF; background: #C81737;}
	.cart_item.sm{ padding: 10px;}
	.cart_item.sm .cart_name{ padding: 0;}
	.cart_item.sm .cart_name .name{ padding: 0;}
	.cart_item.sm .cart_pic{ width: auto; flex: 0 0 auto;}
	.cart_item.sm .cart_pic .pic{display:none;}

	.s1 .cart_item{padding: 0;}
	.s1 .cart_add{padding: 0;}
	
	.shop_info{ padding: 10px;}
	.shop_box .tr_total{ display: none;}

	.select_table .link i { font-size: 24px;}
	.select_table .link span{ display: none;}
	.select_table .link i{ margin-left: 0;}
}
/*------*/

/*---card_box---*/
.card_box{ position: relative; padding: 60px 0;}
.card_box .list{ position: relative; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -10px; padding: 20px 0;}
.card_box .list .card_item{ flex: 0 0 calc(100% / 2 - 20px); margin: 0 10px; border: solid 1px #f2f2f2; background: #FFF; border-radius: 20px; padding: 30px;}
.card_box .list .card_item.c1{ background: #f2f2f2;}
.card_box .list li{font-size:14px;line-height:1.6em;color:#666;}
.card_box .list .card_item .title{ font: 400 15px/1.2em sans-serif; margin-bottom: 10px; color: #333;}
.credit_card>div{ position: relative;}
.credit_card>div+div::after{ display: block; position: absolute; top: 0; left: -10px; color:#666; opacity: 1; z-index: 2; width: 20px; height: 40px; line-height: 40px; text-align: center; font-size: 16px;
	font-family: "FontAwesome"; content: "\f068";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.credit_card_date>div{ position: relative;}
.credit_card_date>div+div::after{ display: block; position: absolute; top: 0; left: -10px; color:#666; opacity: 1; z-index: 2; width: 20px; height: 40px; line-height: 40px; text-align: center; font-size: 24px; content: "/";}
.card_box .list .card_item .form-check.card-check{ margin-bottom: 20px;}
.card_box .list .card_item .form-check-label{ display: block; font-size: 15px;}
.card_box .list .card_item .form-check-label span{ font-size: 14px; color: #666;}
.card_box .list .card_item .card_text{ display: block; padding: 0 20px; margin: 4px 0; background: #666; color: #FFF; font-size: 15px; line-height: 40px; border-radius: 4px;}
.card_box .list .card_item .card_text.c1{ background: #F67349; } 
@media only screen and (max-width: 992px) {
	.card_box{ padding: 40px 0;}
	.card_box .list{ margin: 0;}
	.card_box .list .card_item{ flex: 0 0 100%; margin: 10px 0; padding: 20px;}
}
/*------*/

/*---total_box---*/
.total_box{ position: relative; padding: 60px 0;}
.total_box .items{ padding: 0;}
.total_box .list_item { position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; padding: 5px;}
.total_box .list_item>*{ padding: 10px;}

.shop_done .total_box .list_item>*{ padding: 0 10px;}

.total_box .list_item .name{ font: 500 16px/1.5em sans-serif; color:#333;}
.total_box .list_item .name span{ margin-left: 10px; color: #dc8165;}
.total_box .list_item .name b{ margin-left: 10px; color: #dc8165; font: 400 22px/1.2rem 'Monda', sans-serif;}
.total_box .list_item .price{ color:#333; font: 400 22px/1.2rem 'Monda', sans-serif;}

.total_box .list_item .price.all{ font: 400 30px/1.4em 'Monda', sans-serif; color:#222;}
.total_box .list_item .price.point{ font: 400 30px/1.2rem 'Monda', sans-serif; color:#dc8165; text-align: right;}
.total_box .list_item .other_txt{ width: 100%; text-align: right; padding-top: 0; padding-bottom: 0; font-size: 15px; color: #999;}
.total_box .list_item .other_txt.c1{ font-weight: 700; color: #666; margin-bottom: 10px;}
.total_box .list_item .info{ font: 700 15px/1em sans-serif; color:#FFF; background: #333; border-radius: 4px; margin: 0 0.5rem;}
	/*coupon_list*/
	.coupon_list{ position: relative; display: flex; flex-wrap: wrap; margin: 0 -10px;}
	.coupon_list .item{ flex: 0 0 calc(100% / 4 - 20px); margin: 10px; border: solid 1px #CCC; background: #FFF; border-radius: 10px; overflow: hidden; padding: 0 0 10px 0;}
	.coupon_list.col2 .item{ flex: 0 0 calc(100% / 2 - 20px); }
	.coupon_list .item:hover{ border: solid 1px #666;}
	.coupon_list .item.c1{ background: #EFEFEF;}
	.coupon_list .check{ display: flex; justify-content: space-between; padding-bottom: 6px; padding: 10px; margin-bottom: 6px; border-bottom: 1px dashed #FFF; background: #666;} 
	.coupon_list .check .form-check-label{ flex: 1 1 70%; text-align: right; font-size: 16px; color: #FFF;}
	.coupon_list .check .form-check-input:checked { background-color: #333; border-color: #333;}
	.coupon_list .name{ font: 400 22px/1.4em 'Monda', sans-serif; color: #333; text-align: right; padding: 4px 10px;}
	.coupon_list .info{ display: flex; justify-content: space-between; padding: 0 10px;} 
	.coupon_list .info>*{ font-size: 15px; color: #666;}
	.coupon_list .info .date{ color: #333;}
	.coupon_list .other{ color: #666; font-size: 12px; padding: 0 10px;}
	.coupon_list .other a{ color: #A57F74;}
	.coupon_list .tag{ background: #727272; color: #FFF; padding: 0 5px; line-height: 24px; font-size: 14px; margin-left: -10px;} 
	.coupon_list .tag.c1{ background: #AE8F5D;}
	.coupon_list .tag.c2{ background: #F67349;}
@media only screen and (max-width: 992px) {
	.total_box{ padding: 40px 0;}
	.total_box .coupon_list .item{ flex: 0 0 calc(100% / 2 - 20px); }
	.coupon_list .item{ flex: 0 0 calc(100% / 2 - 20px);}
}
@media only screen and (max-width: 576px) {
	.total_box .coupon_list .item{ flex: 0 0 100%; margin: 0 0 10px 0;}
	.total_box .list_item>*{ padding:10px;}
	.total_box .list_item{padding:0;}
	.total_box .list_item .name{ font: 500 16px/1.5em sans-serif; }
	.total_box .coupon_list{ margin: 0;}
	.total_box .coupon_list .item{ flex: 0 0 100%; margin: 0 0 10px;}
	.total_box .coupon_list.col2 .item{ flex: 0 0 100%; }
	.coupon_list{ margin: 0;}
	.coupon_list .item{ flex: 0 0 100%; margin: 0 0 20px 0;}
	.coupon_list.col2 .item{ flex: 0 0 100%; margin: 0 0 20px 0; }
}
/*------*/

/*---mem_box---*/
.mem_box{ position: relative; padding: 40px 0; background: #f2f2f2;}
.mem_box .list{ position: relative; }
.mem_box .list .item{ background: #FFF; padding: 20px; border: solid 1px #CCC; border-radius: 20px;}
.mem_box .list .item .info{ display: flex; flex-wrap: wrap; padding: 10px 0;}
.mem_box .list .item .info+.info{ border-top: solid 1px #CCC;}
.mem_box .list .item .info .name{ flex: 0 0 auto; margin-bottom: 20px; font:500 20px/30px 'Noto Sans TC', sans-serif; color: #333;}
.mem_box .list .item .info .tel{ flex: 0 0 auto; margin-bottom: 20px; padding-left: 10px; font:500 18px/30px 'Noto Sans TC', sans-serif; color: #B43844;}
.mem_box .list .item .info .mail{ flex: 0 0 100%; font-size: 15px; color: #333; margin-bottom: 5px;}
.mem_box .list .item .info .btns{ flex: 0 0 100%; font-size: 16px; color: #333; margin: 20px 0;}
.mem_box .list .item .info .title{ flex: 0 0 80px; font:500 16px/30px 'Noto Sans TC', sans-serif; color: #333; display: flex; align-items: center;}
.mem_box .list .item .info .title.s1{ flex: 0 0 50%; }
.mem_box .list .item .info .title .title_lv{ color: #B43844; margin: 0 0.5em;}
.mem_box .list .item .info .title .title_lv.lv2{ color: #52CB83;}
.mem_box .list .item .info .title .title_lv.lv3{ color: #2E93B2;}
.mem_box .list .item .info .price{ flex: 1 1 auto; text-align: right; font: 400 20px/1.2rem 'Monda', sans-serif; color: #B43844; }
.mem_box .list .item .info .price.xl{ font: 400 24px/1.2rem 'Monda', sans-serif;  }
.mem_box .list .item .info .price.c1{ color: #CF000E;}
.mem_box .list .item .info .lv{ flex: 1 1 auto; text-align: right; font:700 18px/30px 'Noto Sans TC', sans-serif; color: #B43844; }
.mem_box .list .item .info .lv.lv2{ color: #52CB83; }
.mem_box .list .item .info .lv.lv3{ color: #2E93B2; }
.mem_box .list .item .info .tips{ flex: 0 0 100%; display: flex; font-size: 15px; color: #999;}
.mem_box .list .item .info .tips .con span{ color: #CF000E; font-weight: 700;}
.mem_box .list .item .info .tips .con+.con{ margin-left: 1em;}
.mem_box .list .item .f_title{ position: relative; padding: 20px; margin: -20px -20px 0; background: #B43844; display: flex; justify-content: space-between;}
.mem_box .list .item .f_title.lv2{ background: #52CB83;}
.mem_box .list .item .f_title.lv3{ background: #2E93B2;}
.mem_box .list .item .f_title .name{ font:500 18px/30px 'Noto Sans TC', sans-serif; color: #FFF;}
.mem_box .list .item .f_title .link a{ font:500 18px/30px 'Noto Sans TC', sans-serif; color: #FFF;}
.mem_box .list .item .f_title .link a i{ font-size: 20px; margin-left: 20px;}
.mem_box .mem_table{ position: relative;}
.mem_box .mem_table .title_list{ border-bottom: solid 2px #333;}
.mem_box .mem_table .title_list>*{ font: 500 18px/1.5em 'Noto Sans TC', sans-serif; color:#333; line-height: 30px; padding: 10px; text-align: center;}
.mem_box .mem_table .title_list .set{ min-width: 80px;}
.mem_box .mem_table .con_list{ position: relative;}
.mem_box .mem_table .con_list:nth-child(even){ background: #FFF;}
.mem_box .mem_table .con_list:nth-child(odd){ background: #EBEBEB;}
.mem_box .mem_table .con_list+.con_list{ border-top: solid 1px #CCC;}
.mem_box .mem_table .con_list>*{ font: 500 15px/1.5em 'Noto Sans TC', sans-serif; color:#333; line-height: 52px; padding: 0 10px; text-align: center;}
.mem_box .mem_table .con_list.s1>*{ line-height: inherit; padding: 10px;}
.mem_box .mem_table .con_list .name{ color: #649719;}
.mem_box .mem_table .con_list .name a{ color: #649719; text-decoration: underline;}
.mem_box .mem_table .con_list .name.c1{ color: #F67349;}
.mem_box .mem_table .con_list .sn a{ text-decoration: underline;}
.mem_box .mem_table .con_list .next_point{ color: #F67349;}
.mem_box .mem_table .con_list .set{ min-width: 80px;}
.mem_box .mem_table .con_list .next_price>div{ text-align: left;}
.mem_box .mem_table .con_list .next_price>div span{ display: inline-block; min-width: 110px; text-align: right;}
.mem_box .mem_table .con_list .next_price>div b{ display: inline-block; white-space:nowrap;}
.mem_box .mem_table .con_list .switch_bar{ display: none;}
.mem_box .mem_table .con_list .switch_bar.on{ display: block;}
@media only screen and (max-width: 1200px) {
	.mem_box .mem_table .title_list .next_price{  min-width: 200px;}
	.mem_box .mem_table .con_list .next_price{  min-width: 200px;}
}
@media only screen and (max-width: 992px) {
	.mem_box{ padding: 40px 0;}
	.mem_box .list{ flex-wrap: wrap; margin: 0;}
	.mem_box .list .item{ flex: 0 0 100%; margin: 10px 0; }
	.mem_box .list .item .info .title.s1{flex:0 0 70%;}
	.mem_box .list .item .info .tips{ flex-wrap: wrap;}
	.mem_box .list .item .info .tips .con{ flex: 0 0 100%; margin: 5px 0 0;}
	.mem_box .list .item .info .tips .con+.con{margin-left:0;}
	.mem_box .mem_table .title_list{ display: none;}
	.mem_box .mem_table .title_list .next_price{  min-width: inherit;}
	.mem_box .mem_table .con_list .next_price{  min-width: inherit;}
	.mem_box .mem_table .con_list{ margin: 0; padding: 10px;}
	.mem_box .mem_table .con_list>*{ font-size:15px; text-align: left; line-height: 40px; border-bottom: solid 1px #CCC;}
	.mem_box .mem_table .con_list>*::before{ content: attr( data-thname) ' : '; color: #222; font-size: 16px;}
	.mem_box .mem_table .con_list .btns{ border: none; line-height: 60px; padding: 0;}
	.mem_box .mem_table .con_list .btns::before{ display: none; }
	.mem_box .mem_table .con_list .set::before{ display: none; }
	.mem_box .mem_table .con_list .set{ min-width: inherit; border-bottom: none; line-height: 1em; padding-top: 0; padding-bottom: 0;}
	.mem_box .mem_table .con_list .next_point{ border: none;}
	.mem_box .mem_table .con_list .switch_bar{ border: none;}
	.mem_box .mem_table .con_list .switch_bar::before{ display: none; }
	.mem_box .mem_table .con_list .switch_bar>*{ min-width: 150px; padding: 8px 20px; margin: 2px;}
}
@media only screen and (max-width: 576px) {
	.mem_box .mem_table .con_list{ margin-bottom: 10px; padding: 20px;}
	.mem_box .mem_table .con_list:nth-child(odd){ background: #FFF;}
	.mem_box .mem_table .con_list+.con_list{ border-top: none;}
	.mem_box .mem_table .con_list>*{ display: flex; justify-content: space-between;}
	.mem_box .mem_table .con_list>*::before{ content: attr( data-thname) ' : '; color: #222; font-size: 16px;}
	.mem_box .mem_table .con_list .btns{ padding: 10px 0; justify-content: end;}
	.mem_box .mem_table .con_list .next_price{ flex-wrap: wrap;}
	.mem_box .mem_table .con_list .next_price::before{ width: 100%;}
	.mem_box .mem_table .con_list .next_price>div{ width: 100%;}
	.mem_box .mem_table .con_list .switch_bar>*{ min-width: 100%; margin: 0 0 5px 0;}
}
/*------*/

/*===POPUP===*/
/*---pop_box---*/
.pop_box{ position:fixed; top:0%; left:0; width:100%; height:100%; overflow:auto; -webkit-overflow-scrolling: touch; z-index:1000;
	display: none;
}
.pop_box.on{ top:0; opacity:1;}
.pop_box .mask{  position: fixed; top:0%; left:0; width:100%; height:100%; z-index:1; background:rgba(0,0,0,.7); background-size: cover; opacity:1;
	transition: 800ms ease;
}
.pop_box .txt{ position: relative; max-width:600px; background:#FFF; margin:20vh auto; padding: 40px; z-index:10; box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,0.2); border-radius: 10px;}
.pop_box .txt.xl{ max-width: 1200px; margin: 60px auto;}
.pop_box .txt.sm{ max-width: 350px; padding: 40px 0; background: transparent; box-shadow: none; border: none;}

.pop_box .close_btn{ position: relative; width:24px; text-align:center; z-index:10; opacity:0.5; margin: 20px auto; cursor: pointer;}
.pop_box .close_btn.in{ position: absolute; top: 10px; right: 10px; margin: 0;}
.pop_box .close_btn.fixed{ position: fixed; top: -44px; right: -44px; margin: 0; padding: 10px; width: 44px; height: 44px; background: #C81737;}
.pop_box.on .close_btn.fixed{ top: 5px; right: 5px; opacity: 0.9;}
.pop_box .close_btn img{ display: block; max-width:100%;}
.pop_box .close_btn:hover{ opacity:1;}
.pop_box .checkbox-inline a{ color: #C81737;}

.pop_box .title{ position: relative; top: 0; left: 0; width: 100%; background: #333; color: #FFF; text-align: center; font: 700 24px/60px 'Noto Sans TC', sans-serif; margin-bottom: 20px;}

.pop_box .view{ position: relative; display: flex; flex-wrap: wrap;}
.pop_box .view .cover { flex: 0 0 50%; }
.pop_box .view .cover .pic::before{ display: block; position: relative; content: ''; padding-bottom: 100%;}
.pop_box .view .info{ position: relative; padding: 20px; flex: 0 0 50%;}
.pop_box .view .info .name{ line-height: 1.2em; font: 500 20px/1.8em sans-serif; color: #333; font-weight: 700;}
.pop_box .view .info .price{  color: #C29C60; font: 500 30px/1.2em 'Noto Serif TC', serif; margin-bottom: 20px;}

.pop_box .view .edit{ flex: 0 0 100%; }
.pop_box .view .menu{ text-align: center; font: 20px 'Quicksand', sans-serif; font-weight: 700; display: flex; flex-wrap: nowrap; justify-content: space-around; color: #C29C60;}
.pop_box .view .menu>div{ line-height: 40px; padding: 0 5px; cursor: pointer;}
.pop_box .view .calendar{ position: relative;}
.pop_box .view .calendar .week{ position: relative; display: flex; flex-wrap: wrap;}
.pop_box .view .calendar .week>div{ flex: 0 0 calc(100% / 7 - 4px); text-align: center; height: 48px; margin: 2px; font: 15px/48px 'Quicksand', sans-serif; border-radius: 5px;}
.pop_box .view .calendar .week.day>div{ background: rgba(255,255,255,0.3); cursor: pointer; box-sizing: border-box;}
.pop_box .view .calendar .week.day>div:hover{ border: solid 2px #ffba79; line-height: 44px; }
.pop_box .view .calendar .week.day>div.sel{ border: solid 2px #C29C60; line-height: 44px; }
.pop_box .view .calendar .week.day>div.ade{ background: #b4e7b3;}
.pop_box .view .calendar .week.day>div.has{ background: #fce189;}
.pop_box .view .calendar .week.day>div.full{ background: #e26862;}
.pop_box .view .calendar .week.day>div.old{ background: #CCC;}
.pop_box .view .calendar .week.day>div.now{ background: rgba(255, 214, 79, 0.6); border: solid 2px #e4b415; line-height: 44px; }

.pop_box .view .cover .pic_main{ position: relative;}
.pop_box .view .cover .pic_main .item{ position: relative;}
.pop_box .view .cover .pic_main img{ width: 100%;}
.pop_box .view .cover .pic_main a{ position: relative; display: block; overflow: hidden;}
.pop_box .view .cover .pic_main a::before{ position: relative; display: block; content: ''; padding-bottom: 100%; }
.pop_box .view .cover .pic_main a img{ display: block !important; opacity: 0 !important; z-index: 1; position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; max-width: 100%; background-size: cover; transform: translateX(-50%) translateY(-50%);}
.pop_box .view .cover .pic_list{ position: relative; margin: 5px -5px 0;}
.pop_box .view .cover .pic_list ul{ display: flex; flex-wrap: wrap; margin: 0; list-style: none;}
.pop_box .view .cover .pic_list li{ flex:0 1 25%;}
.pop_box .view .cover .pic_list .item{  margin:5px; opacity: 0.5; cursor: pointer; height: 50px; overflow: hidden;}
.pop_box .view .cover .pic_list .item::before{ position: relative; display: block; content: ''; padding-bottom: 100%; }
.pop_box .view .cover .pic_list .item.imgLiquid_ready{ height: auto;}
.pop_box .view .cover .pic_list .item:hover{ opacity: 0.8;}
.pop_box .view .cover .pic_list .item.on{ opacity: 1;}
.pop_box .view .cover .pic_list img{ display: block; max-width: 100%;}

.pop_box .tip{ justify-content: center;}
.pop_box .tip>div{ font-size: 15px; padding: 4px 8px; margin: 2px; border-radius: 5px;}
.pop_box .tip>div.ade{ background: #b4e7b3;}
.pop_box .tip>div.has{ background: #fce189;}
.pop_box .tip>div.full{ background: #e26862;}
.pop_box .tip>div.old{ background: #CCC;}
.pop_box .tip a{ color: #FFF; text-decoration: underline;}

@media only screen and (max-width: 1200px) {
	.pop_box .txt.xl{ margin:60px 20px;}
}

@media only screen and (max-width: 992px) {
	.pop_box .view .cover{ flex: 0 0 300px; height: 300px;}
	.pop_box .view .info{ flex: 0 0 calc(100% - 300px);}
}
@media only screen and (max-width: 576px) {
	.pop_box .view .cover{ flex: 0 0 100%; height: auto;}
	.pop_box .view .info{ flex: 0 0 100%; padding: 20px 0;}
	.pop_box .txt{ padding: 40px 20px; margin:60px 20px;}
}
/*------*/
/* =============================================================================
   INNER LAYOUT
   ========================================================================== */

/*---EDITOR---*/
.edit img{ max-width: 100%; height: auto !important;}
.edit iframe{ max-width: 100%;}
.edit .text{ padding: 3rem;}
.edit h3{ display: block; color: #333; font: 700 20px/1.1em 'Noto Serif TC', serif; letter-spacing: 0.1em; margin-bottom: 1rem;}
.edit h5{ display: block; color: #222; font: 400 16px/1.1em 'Noto Serif TC', serif; letter-spacing: 0.1em; margin-bottom: 1rem;}

/*---text img---*/
.pic_br20{ display: block; overflow: hidden; border-radius: 20px;}
.pic_center{ display: block; max-width: 100%; margin: 0 auto 20px; padding: 0 0 20px 0; text-align: center; }
.pic_center img{ width: 100%; max-width: 500px; height: auto;}
.pic_center figure{ display: block; text-align: left; color: #333; padding: 10px;}
.pic_center.col2 { overflow: auto;}
.pic_center.col2 a{ width:calc(50% - 20px); max-width: none; margin: 0 10px; float: left;}
.pic_left{ display: block; float:left; margin: 0 40px 20px 0; max-width: 45%; }
.pic_left img{ display: block; width: 100%; height: auto;}
.pic_right{ display: block; float:right; margin: 0 0 20px 40px; max-width: 45%; }
.pic_right img{ display: block; width: 100%; height: auto;}
.pic_full{ display: block; max-width: 100%; margin: 0 auto 2em; text-align: center;}
.pic_full img{ width: 100%; max-width: 1600px; height: auto;}
.pic_full figure{ display: block; text-align: left; color: #333; }
.pic_2col{ position: relative; display: flex; margin: 0 -20px; padding: 0 10px;}
.pic_2col>a{ position: relative; display: block; flex: 0 1 50%; margin: 10px;}
.pic_2col>a img{ position: absolute; top: 0%; left: 0%; width: 100% !important; height: 100% !important; object-fit: cover;}
.pic_2col>a::before{ content: ''; display: block; padding-bottom: 75%;}
.pic_3col{ position: relative; display: flex; margin: 0 -20px; padding: 0 10px;}
.pic_3col>a{ position: relative; display: block; flex: 0 1 50%; margin: 10px;}
.pic_3col>a img{ position: absolute; top: 0%; left: 0%; width: 100% !important; height: 100% !important; object-fit: cover;}
.pic_3col>a::before{ content: ''; display: block; padding-bottom: 75%;}
@media only screen and (max-width: 992px) {
	.edit .text{ padding: 2rem;}
}
@media only screen and (max-width: 720px) {
	.pic_right{ float:none; margin: 0 0 20px 0; max-width: 100%; width: 100%; }
	.pic_left{ float:none; margin: 0 0 20px 0; max-width: 100%; width: 100%; }
	.edit .text{ padding: 1rem;}
}
/*------*/

/*---pho_list---*/
.pho_list{ position: relative; margin:0 -10px; display: flex; flex-wrap: wrap;}
.pho_list a{ position: relative; flex: 0 0 calc( 100% / 3 - 20px); margin: 10px; overflow: hidden; background: #333; border-radius: 4px;}
.pho_list.col4 a{ flex: 0 0 calc( 100% / 4 - 20px); }
.pho_list a figure{ position: absolute; display: block; z-index: 1; bottom: 0; left: 0; width: 100%; box-sizing: border-box; background: rgba(0,0,0,0); color: #FFF; padding: 5px; text-align: center; opacity: 0; font-size: 0.9em;
	transition: 500ms ease-in-out;
}
.pho_list a img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;
	transition: 500ms ease-in-out;
}
.pho_list a::before{ content: ''; display: block; position: relative; color:#FFF; opacity: 0; z-index: 2; top: 0%; left:0%; width: 100%; padding-bottom: 100%; background: #333;
	transition: 500ms ease-in-out;	
}
.pho_list a.paper::before{ padding-bottom: 140%;}
.pho_list a::after{ display: block; position: absolute; color:#FFF; opacity: 0; z-index: 2; top: 50%; left:50%; margin: -16px 0 0 -16px ; width: 32px; height: 32px; line-height: 32px; text-align: center; font-size: 1.2em;
	font-family: "FontAwesome"; content: "\f00e";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	transition: 500ms ease-in-out;	
	text-shadow: 0 0 0 10px rgba(0,0,0,0.2);
}
.pho_list a:hover figure{ background: rgba(0,0,0,0.6); opacity: 1;}
.pho_list a:hover::before{ opacity: 0.4;}
.pho_list a:hover::after{ opacity:1;}
@media only screen and (max-width: 992px) {
	.pho_list a{ position: relative; flex: 0 0 calc( 100% / 2 - 20px); }
	.pho_list.col4 a{ position: relative; flex: 0 0 calc( 100% / 2 - 20px); }
}

/*---links_bar---*/
.links_bar{ position: relative; line-height: 34px; margin: 6px 0;}
.links_bar .title{ display: inline-block;  color: #666; font-size: 16px; border-radius: 5px; background: #f2f2f2; padding: 0 10px; margin: 0 5px 0 0;}
.links_bar a{ display: inline-block;  color: #333; font-size: 14px; }
.links_bar .title::before{ margin-right: 5px;
	font-family: "FontAwesome"; font-weight: 900; content: "\f0c1";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.links_bar a:hover, .links_bar a:focus{ text-decoration: underline;}
@media only screen and (max-width: 992px) {
	.links_bar .title{ display: block;}
}
/*---downloads_bar---*/
.downloads_bar{ position: relative; line-height: 34px; margin: 6px 0;}
.downloads_bar .title{ display: inline-block;  color: #666; font-size: 16px; border-radius: 5px; background: #f2f2f2; padding: 0 10px; margin: 0 5px 0 0;}
.downloads_bar a{ display: inline-block;  color: #666; font-size: 14px; padding: 0 10px; border: solid 1px #CCC; margin: 0 10px 4px 0; border-radius: 4px;}
.downloads_bar .title::before{ margin-right: 5px;
	font-family: "FontAwesome"; font-weight: 900; content: "\f019";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.downloads_bar a:hover, .downloads_bar a:focus{ color: #111; border: solid 1px #000;}
@media only screen and (max-width: 992px) {
	.downloads_bar .title{ display: block;}
	.downloads_bar a{ margin: 10px 2px;}
}
/*---blockquote---*/
blockquote{ background: #FFF; padding: 20px; border-left: 4px solid #CCC;}

/* =============================================================================
   INNER LAYOUT END
   ========================================================================== */

/*---RWD---*/
.desk-show { display: block !important;}
.desk-ib-show{ display: inline-block !important;}
.mobile-show { display: none !important; }
.peload{ opacity:0; transition: opacity 2000ms 3000ms ease;}
.peload.ed{ opacity:1;}
.pehide.ed{ display:none;}
.phone_btn{ display: none;}
.mobile_menu{ display: none;}
@media only screen and (max-width: 720px) {
	.desk-show { display: none!important; }
	.desk-ib-show{ display: none !important;}
	.mobile-show { display: block!important; }
}