@charset "utf-8";
/* CSS Document */

body {
	position: relative;
	min-width: 1200px;
	font-family: FontAwesome, 'Open Sans', Helvetica, Arial, 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	line-height: 1.33;
	font-size: 13px;
	color: #5a524f;
	background: #fff;
}

a { color: inherit; text-decoration: none;
	transition: 0.3s ease; 
	transition-property: color, border-color, background-color, opacity, box-shadow, text-shadow, outline, filter, transform;
}
a:hover, a:focus { outline: 0; }
/*a:hover{ color: #ea9898;}*/

/* 常用樣式 */
.button {
	background-color: #eeeeee;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	border: 0;
	padding: 0px 20px;
	text-decoration: none;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-family: inherit;
}
.button.disabled, .button.disabled:hover, .button.disabled:active, input.button:disabled, button.button:disabled {
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	background: #EEE;
	border: 1px solid #dddddd;
	text-shadow: 0 1px 1px white;
	color: #CCC;
	cursor: default;
	-webkit-appearance: none;
}

.font2{ font-family: FontAwesome, Jaldi, Helvetica, Arial, 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif; }
.f13 { font-size: 13px;}
.f15 { font-size: 15px;}
.f18 { font-size: 18px;}
.fbold { font-weight: 600; }
.ov { overflow: hidden;}
.p0 { padding: 0 !important;}
.m0 { margin: 0 !important;}
.ml5{ margin-left: 5px;}
.col { color: #000;}
.pTable { display: table;}
.pTableRow { display: table-row;}
.pTableCell { display: table-cell; line-height: 18px;}
.pTable .center { text-align: center;}
.w60 { width: 60px;}
.w80 { width: 80px;}
.w90 { width: 90px;}
.w100 { width: 100px;}
.w150 { width: 150px;}
.w200 { width: 200px;}
.w250 { width: 250px;}
.w300 { width: 300px;}
.w830 { width: 830px;}
.wfull {width: 100%;}
.none { display: none;}
.inline { display: inline;}

/*.bgColor{ background-color: #e9b6b3; }*/
.bgF3 { background-color: #f9f9f9;}
.Red { color: #DA0000;}
.pink{ color: #000;}
.gray{ color: #CCC;}
.grayBtn{ background-color: #E8E8E8; color: #666; cursor: pointer;}
.pinkBtn{ background-color: #e9b6b3; color: #FFF; cursor: pointer;white-space:nowrap;}
.pinkBtn:hover, .grayBtn:hover{ text-decoration:underline; }
.button.grayBtn2{ cursor: pointer; border: 1px solid #ddd; border-radius: 3px;}
.grayBtn2{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.grayBtn2:hover{ box-shadow: inset 2.5px 2px 2px rgba(0,0,0,.06);
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(53%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/* icon */
.icon:before, .fa-line:before{ 
	content: ""; display: inline-block; vertical-align: middle; width: 1em; height: 1em; background: center center no-repeat; background-size: contain; 
}
.icon-cart:before{ background-image: url(../images/icon_cart.svg); }
.icon-bag:before{ background-image: url(../images/icon_bag.svg); }
.icon-heart:before{ background-image: url(../images/icon_heart.svg); }
.icon-user:before{ background-image: url(../images/icon_user.svg); }
.icon-search:before{ background-image: url(../images/icon_search.svg); }
.icon-line:before{ background-image: url(../images/icon_line.svg); font-size: 1.1em; }
.icon-layout-2x:before{ background-image: url(../images/icon_layout-2x.svg); }
.icon-layout-3x:before{ background-image: url(../images/icon_layout-3x.svg); }
.icon-layout-4x:before{ background-image: url(../images/icon_layout-4x.svg); }
.icon-minus:before{ background-image: url(../images/icon_minus.png); }
.icon-plus:before{ background-image: url(../images/icon_plus.png); }
.fa-line:before{ background-image: url(../images/line_bubble_dark.svg); margin-top: -0.2em; font-size: 0.95em; }

/* 圖片裁切置中 */
.proImg{ position: relative; overflow: hidden; display: block; height: 0; padding-top: 127.5%; text-align: left;} /*所有商品圖的比例下在這裡*/
.thumbnailImg{ position: relative; overflow: hidden; display: block; width: 70px; padding-top: 70px; text-align: left;} /*預覽小縮圖*/
.imgbox{ position: relative; overflow: hidden; text-align: left;} /*其他需要裁切的圖 (比例須個別另下) */
.imgbox img, .proImg img, .thumbnailImg img{ position: absolute; top: 0; width: 100%; height: 100%; object-fit: cover;}

/* 假GIF */
.cataList_gif img{ opacity: 0; }
.cataList_gif img.cataList_gif_cover { opacity:1; }
.cataList_gif .animate{ opacity: 1; }
/* .cataList_gif .animate{ animation-name: fakeGif; animation-duration: 2s; animation-iteration-count: infinite; }
.cataList_gif1 .animate{ animation-duration: 2.3s; }
.cataList_gif2 .animate{ animation-duration: 2.6s; }
.cataList_gif3 .animate{ animation-duration: 2.9s; }
.cataList_gif4 .animate{ animation-duration: 3.2s; } */
.cataList_gif:hover .cataList_gif_hoverImg{ z-index: 2; opacity: 1; display: block\9; }
@keyframes fakeGif {
	0% { opacity: .4;}
	100% { opacity: 1; }
}

/* 促銷活動小標籤 */
.tag_v1{ display: inline-block; color: #fff; background-color: #e9b6b3; line-height: 22px;text-align: center;margin-right: 4px; padding: 0 5px;}

/*【TAB設定 + 當卷軸超過一定距離跑出時,TAB置頂 + flex設定】*/
.idTabs, .flexbox{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex;}
.idTabs li, .toplinks li, .flex1{-webkit-flex:1 1 auto; -moz-flex:1 1 auto; -ms-flex:1 1 auto; flex:1 1 auto;}
.flex_center{ -webkit-align-items:center; -moz-align-items:center; align-items:center; -webkit-justify-content:center; -moz-justify-content:center; justify-content:center;}
.flex-wrap{ -ms-flex-wrap: wrap; flex-wrap: wrap; }
.justify-content-between{ -ms-justify-content: space-between; justify-content: space-between; }
.align-items-center{ -ms-align-items: center; align-items: center; }

/* 標題 */
.subTitle{ margin: 20px 0 40px; font-size: 18px; text-align: center; color: #444;}

/* tooltip(hover顯示title內容) */
.tooltip{ position: relative; color: #0387e4; cursor: pointer; }
.tooltip.fa{ margin: 0.3em; color: #0387e4; }
.tooltip[data-title]:after{ display: none; content: attr(data-title); position: absolute; left: 100%; top: 0; width: 200px; margin-left: 5px; padding: 0.5em; 
	font-size: 12px; line-height: 1.6; text-align: left;
	color: #fff; background: #333; text-shadow: -1 0 #333; border-radius: 3px; }
.tooltip:hover:after{ display: block; }

/* slick */
.slick-dots.slick-dots li{ width: auto; height: auto; margin: 0 1px; }

/* 主架構設定 */
#wrap{ min-height: 72vh; *display: table; /* For IE7 Hack */ *height: 600px; /* For IE7 Hack */}
.inner, #footer, .footer, .fo-copy { clear: both; max-width:1200px; margin: 0 auto;}
#main { position: relative; padding: 0 30px; background: #fff; overflow: hidden; transition: all 0.3s ease;}
.mainCenter { margin: 0 auto; overflow: hidden; max-width: 1000px; }
.mainLeft{ float: left; width: 190px; }
.mainRight, .mainRight-wide{ margin-left: 220px; overflow: hidden; }
.mainRight{ max-width: 1000px; }
.mainRight-wide{ max-width: 1325px; }
#shoppingWrap, .w1000{ width: 1000px; margin: 0 auto; box-sizing: border-box;}
/* @media (min-width: 1540px) {
	#main{ padding-right: 190px; }
	.mainRight, #mainRight { margin: 0 auto; }
} */

/* head */
.header_wrap{ height: 100px;}
.idxTop .header_wrap{ height: 0; }
.header { position: fixed; z-index: 999; top: 0; left: 0; right: 0; height: 100px; padding: 0 27px; font-size: 12px; box-sizing: border-box; transition: background .3s ease; background-color: #FFF; }
.header.fixed{ background: rgba(255,255,255); }
.header .inner{ height: 100%; max-width: 1400px;}
.logo { float: left;}
.logo img{ max-height: 40px; width: auto; margin-top: -2px; vertical-align: middle;}

.topLink_w{ margin-left: auto; }
.toplinks{ white-space: nowrap; }
.toplinks li { position: relative; display: inline-block; vertical-align: middle; padding: 0.5em; white-space: normal; }
.toplinks li>a { color: inherit; }
.toplinks .icon{ position: relative; font-size: 2em; color: #e08f8a; }
.toplinks .topCart{ position:relative;}
.toplinks .icon-cart b{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 1em; line-height: 1em; 
	margin: auto; padding: 0 0 0.5em 0.2em; font-size: 0.6em; text-align: center; }
.toplinks .icon-bag b{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 1em; line-height: 1em; 
	margin: auto; padding: 0.6em 0 0; font-size: 0.55em; letter-spacing: -0.05em; text-align: center; }
/*.header.fixed .icon{ -webkit-filter: brightness(0.55); filter: brightness(0.55); }*/
/*.header.fixed .icon{ filter: brightness(2) grayscale(1); }*/
.toplinks_dropdown{ display: none; position: absolute; top: 100%; right: 0; padding: 0.5em 0; border: #eee 1px solid; background: #fff; }
.toplinks li:hover .toplinks_dropdown{ display: block; }
.toplinks_dropdown a{ display: block; padding: 0.2em 1em; white-space: nowrap; }

#topCartList { display: none; position: absolute; top: 100%; right: 0px; z-index: 1000; width: 400px; padding-top: 15px; 
	font-size: 13px; line-height: 1.33; border: #eee 1px solid; background: #fff;}
.topCartCont{ margin: 8px 5%; max-height: 324px; overflow: auto;}
.topCartTable { width: 100%;}
.topCartTable th { padding: 0 10px 10px 3px; border-bottom: #CCC 1px solid; color: #000;}
.topCartTable td, .topCartTable td a { color: #999999; padding: 10px 10px 10px 3px;}
.checkout { display: block; width: 90%; border-top: #E8E8E8 1px solid; margin: 8px 5%;}
.checkout a { display: block; margin: 10px 0; padding: 8px 0; text-align: center; border-radius: 3px;}

/* 搜尋BAR */
.toplinks_search{ display: block; opacity: 0; max-width: 0; top: 0; background: #fff0ef; border: 0; overflow: hidden; transition: all .8s ease, opacity .3s ease-in-out; }
.toplinks li:hover .toplinks_search, .toplinks_search.open{ opacity: 1; max-width: 30em; }
.search { padding: 0 0.8em; white-space: nowrap; }
.search form { border-bottom: solid 1px; }
.search .input-text, .search .button{ display: inline-block; height: 25px; line-height: 25px; padding: 0; margin: 0; border:0; outline: 0; background:transparent;}
.search .input-text { width: 12em; }
.search .button { width: 25px; cursor: pointer;}

/* 跑馬燈 */
.runType_W { float:left; height:20px; margin:26px 20px 0; font-size:13px; line-height:20px; overflow: hidden;}
.runTypeTit{ float: left; margin-right: 0.5em;}
.runType{ position: relative; overflow: hidden; height: 20px; width: 27em;}
.runType ul{ position:absolute;}
.runType li{ display: block; text-align:left; height: 20px;}
.runType li a:hover { text-decoration: underline;}


/* 會員登入 */
#loginBox { display: none; background-color: #FFF; width: 600px; z-index: 1001;}
#loginBox h3 { color: hsl(0, 0%, 0%); font-size: 18px; margin-bottom: 20px;}
#loginBox h3 em { color: #CCCCCC;}
#loginBox .pTableCell { display: block; margin: 5px 0;}
#loginBox .pwd-wrapper { position: relative;}
#loginBox .fa-eye,
#loginBox .fa-eye-slash { position: absolute; right: 12px; top: 12px; font-size: 18px; cursor: pointer;}
#loginBox .loginLeft { padding-bottom: 20px; border-bottom: #CCC 1px dashed;}
#loginBox .loginLeft .pTable { font-size: 15px; width: 100%; }
#loginBox .loginLeft .pTableRow { height: 35px;}
#loginBox .loginLeft .pTableRow .pTableCell input { padding: 0 8px;}
.login-form-input { height: 40px; line-height: 40px;}
#loginBox .loginRight {padding-top: 20px;}
#loginBox .loginRight a { display: block; font-size: 16px; border: #D5D5D5 1px solid; padding: 12px 14px; text-align: center; margin-bottom: 6px; line-height:130%; color: #000;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#loginBox .loginRight a em { font-size: 13px; color: #C0C0C0; padding-top: 5px;}
#loginBox .loginRight .lineBtn{
	background-color: #06c755;
	color: #FFF;
	letter-spacing: 2px;
}
#loginBox .loginRight .lineBtn__icon{
	display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/line_btn_base.png) -3px -1px no-repeat;
}
#loginBox i.fa-user { font-size: 1.3em; vertical-align: middle; margin-right: 2px; }
#loginBox i.fa-facebook-square { font-size: 1em; vertical-align: middle; margin-right: 2px; }
.captcha { vertical-align: middle; marffgin-leftf: 5px;}
.facebookBtn {background-color: #0171c5; border-color: #3a5078 #3a5078 #324567; color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased; line-height: normal; letter-spacing: 2px;}
.emailBtn{ display: block; padding: 12px 14px; border-radius: 3px; text-align: center; letter-spacing: 2px; }
.loginBtn_glay{ background-color: #E8E8E8;}
/* 會員登入 - 忘記密碼 */
#memForget { width: 600px;}
#ForgetForm h3 { color: hsl(0, 0%, 0%); font-size: 18px; margin-bottom: 20px;}
#ForgetForm h3 em { color: #CCCCCC;}
#ForgetForm .pTableCell { display: block; margin: 5px 0;}
#ForgetForm .pTable { font-size: 15px; width: 100%; margin-bottom: 20px;}
#ForgetForm a { display: block; font-size: 15px; border: #D5D5D5 1px solid; padding: 12px 14px; text-align: center; margin-bottom: 6px; line-height:130%; color: #000;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#ForgetForm a.pinkBtn { color: white;}
.forget-form-input { height: 40px; line-height: 40px;}

/* 加入會員 */
#joinBox { display: none; background-color: #FFF; width: 600px; z-index: 1001;}
#joinBox h3 { color: hsl(0, 0%, 0%); font-size: 18px; margin-bottom: 20px;}
#joinBox h3 em { color: #CCCCCC;}
#joinBox .loginRight a { display: block; font-size: 16px; border: #D5D5D5 1px solid; padding: 12px 14px; text-align: center; margin-bottom: 6px; line-height:130%; color: #000;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#joinBox .loginRight .lineBtn{
	padding: 20px 14px;
	background-color: #06c755;
	color: #FFF;
	letter-spacing: 2px;
}
#joinBox .loginRight .lineBtn__icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/line_btn_base.png) -3px -1px no-repeat;
}
#joinBox i.fa-facebook-square { font-size: 1em; vertical-align: middle; margin-right: 2px; }
#joinBox .loginRight .facebookBtn{
	padding: 20px 14px;
}

/* 主選單 */
.menu{ margin: 0 1em; font-size: 14px; line-height: 1.2; text-transform: uppercase; }
.menu a{ display: block; padding: 0.5em; }
.menu_item{ position: relative; display: inline-block; text-align: center; }
.menu_txt{ max-height: 2em; opacity: 1; overflow: hidden; transition: opacity ease .3s; }
.menu_hovertxt{ max-height: 0; opacity: 0; overflow: hidden; transition: opacity ease .3s; }
/*.menu_item a:hover, .menu_item.cur>a { color: #ed1c24;}*/
.menu_item:hover>a{ margin-bottom: -1px; border-bottom: solid 1px; }
.menu_item:hover .menu_hovertxt:not(:empty){ max-height: 2em; opacity: 1; }
.menu_item:hover .menu_hovertxt:not(:empty)+.menu_txt{ max-height: 0; opacity: 0; }

.menu_category { display: none; position: absolute; top: 100%; left: 50%; width: auto; margin-left: -5em; padding: 1em 0; font-size: 0.875em; text-align: left; 
	background: #fff; border: solid 1px #00000021; transform: translateY(1px); z-index:100;}
.menu_category a{ padding: 0.6em 1.5em; white-space: nowrap; }
.menu_sub_category { display: none; position: absolute; left: 50%; width: auto;  margin-left: 3.5em; margin-top:-3.5em; padding: 1em 0; font-size: 0.875em; text-align: left; 
	background: #fff; border: solid 1px #00000021; z-index:101;}
.menu_sub_category a{ padding: 0.6em 1.5em; white-space: nowrap; }

/* 左邊選單 */
.left_menu_cont { margin-top: 1.5em; font-size: 14px; line-height: 1.2; color: #000; }
.left_menu_cont .category { margin: 1.5em 0; }
.left_menu_cont a{ display: block; padding: 0.5em 0; }
.left_menu_cont a:hover{ text-decoration: underline; }
.category.here>h4{ margin: 0 -0.5em 0.5em; padding: 0 0.5em; /*background: #e9b6b3; color: #fff;*/ font-weight: 700; text-decoration-line: underline; text-underline-position: under; }
/* .left_menu_cont .down>a:after{ content: "\f107"; margin-left: 3px; vertical-align: -1px; font-size: 16px; font-weight: normal;}
.left_menu_cont .down.open>a:after{content: "\f106";}
.left_menu_cont .open{ background: #333; color: #fff;} */

.nav_category{ position: relative; color: #919191; }
.nav_category a { padding: 0.35em 0; font-size: 0.9em;}
.here .nav_category{ display: block;}
.here2 a{ color: #000 !important; font-weight: bold;}

/* 導航 */
.navigation{ margin: 2em -5px; color: #727272; }
.navigation a{ padding:0 5px; }
.navigation a:hover{ text-decoration:underline; }

/* 折扣活動頁-啟用且顯示之折扣活動導覽列 */
.act-list-box {
	max-width: 1200px;
	margin: 0 auto;
}
.act-list {
	display: table;
}
.act-list__heading {
	display: table-cell;
    font-size: 16px;
    font-weight: bold;
    color: #111;
    white-space: nowrap;
    padding-right: 36px;
}
.act-list__list {
	display: table-cell;
}
.act-list__list__item {
	display: inline-block;
    margin-right: 36px;
    margin-bottom: 16px;
}
.act-list__list__item > a {
	display: inline-block;
	padding: .5em;
	border: white solid 1px;
}
.act-list__list__item:hover > a {
	border-bottom: rgb(90, 82, 79) solid 1px;
}

/* 首頁 */
/*.idxTop{ padding-bottom: 3em; }*/
.slides { position: relative; height:auto; overflow: hidden;}
.in_slider{ margin-bottom: 0 !important; background: #fff; }
.in_slider li, .in_slider img { vertical-align: middle; width: 100%; }
.in_slider .imgbox{ display: block; padding-top: 100vh; padding-top: 49.238%\9; /*1920x800*/ }
.in_slider .slick-dots{ bottom: 10px;}

.inban_W{ clear: both; }
.inban{ -ms-flex-wrap: wrap; flex-wrap: wrap; }
.inban>li { width: 33.33%; }
.inban .imgbox{ display: block; padding-top: 70.175%; }

/* 彈跳視窗 輪播BANNER */
.lightboxban{ position: fixed; z-index: 999; top: 0; left: 0; right: 0; bottom: 0; }
.lightboxban:before{ content: ""; position: fixed; z-index: 999; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.7); }
.lightboxban_body{ position: relative; z-index: 999; max-width: 890px; margin-top: -5%; padding: 0px; 
	/*background: #ffeae9;*/ background: #fff; box-sizing: border-box; }
.lightboxban .closebtn{ position: absolute; top: -40px; right: -10px; margin: 1em; cursor: pointer; color: white;}
.light_ban{ margin-bottom: 0 !important; }
.light_ban li{ width: 40vw; padding: 0px; box-sizing: border-box; }
.light_ban li:nth-child(2)~li{ display: none; }
.light_ban .imgbox{ display: block; padding-top: 100%;}
@media (min-width: 1000px) {
	.light_ban li{ width: 600px; }
}

/* 首頁-視差捲動 */
.parallaxScrolling{ padding-top: 32.8125%; background: url(https://gs.seoulmate.com.tw/BANNER/seoulmate888-251203.jpg) center center fixed; background-size: cover; }
/* 首頁-NEWS */
.inNews{ margin: 3em 1%; font-size: 16px; letter-spacing: 0.05em; text-align: center; }
.inNews .inNewsTit{ padding: 0.5em; font-size: 2em; font-weight: 700; }
.inNews ol{ color: #fff; text-shadow: 1px 1px 2px #00000021; }
.inNews li{ width: 22%; margin: 1% 1.5%; }
.inNews .imgbox{ display: block; padding-top: 66.66%; }
.inNews_txt{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; -ms-flex-direction: column; flex-direction: column; }
.inNewsSub{ display: inline-block; max-width: 80%; padding: 0.5em 1em; text-align: center; border: solid 1px; box-sizing: border-box; }
.inNewsTime{ margin-top: 0.5em; font-size: 0.9em; text-align: center; }
.follow_link{ position: absolute; bottom: 0; width: 100%; height: 57px; line-height: 57px; font-size: 16px; text-align: center; color: #878787; border-top: #ebebeb 1px solid;}
.follow_link a{ width: 27px; height: 27px; line-height: 27px; border: solid 1px #bdbdbd; border-radius: 50%;}
.follow_link .fa-comment{ font-size: 15px;}


#index_headercont{ margin:100px 0; text-align: center; }
/*.inListBox, .cataListBox{ clear: both; }*/
.inListBox{ margin: 100px 0; }
.inTitle{ margin: 1.5em 0; line-height:1; font-size:14px; letter-spacing: 0.15em; text-align: center; text-transform: uppercase; }


/* 商品列表 */
.cataList{ margin: 0 -10px; font-size: 14px; line-height:1.2; letter-spacing: 0; }
.cataList li { position: relative; display:inline-block; vertical-align:top; width: 33.33%; margin-right: -4px; padding: 0.8em 10px 1.5em; letter-spacing: 0.05em; text-align: center; box-sizing: border-box;}
.cataList-2x li{ width: 50%; }
.cataList-3x li{ width: 33.33%; }
.cataList-4x li{ width: 25%; }
.cataList p { display: block; margin: 0.5em 0; }
.cataList .info{ /*min-height: 2.4em;*/ margin-top: 1em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cataList_spec.cataList_spec{ margin-left: -0.5em; margin-right: -0.5em; }
.cataList_spec span{ display: inline-block; margin: -0.2em 0; padding: 0.5em; font-weight: 600; }
.cataList_spec span.product-sizes-hint { border-bottom: 2px #5a524f solid; padding-right: .3em; padding-bottom: 0px; padding-left: .3em; font-size: 12px; cursor: pointer; font-weight: bold; }
.cataList_spec i.product-sizes-hint__icon { margin-left: 2px; vertical-align: middle; }
.price, .cataList .price{ font-size: 0.857em; letter-spacing: .1em; }
.proprice, .cataList .proprice { margin-right: 1em; color: #C0C0C0; text-decoration: line-through; }
.cataList .salePrice{ color: #d64141; font-weight: 700; }
.cataList .price_sale{ color: #f46d6d; }
.salenum, .cataList .salenum{ margin-top: .8em; font-size: 0.9em; color: #e9b6b3; }
.label{ margin: 0 -1px; }
.cataList .label{ position: absolute; top: -1px; left: 0; right: 0; margin: 0.8em 10px; padding: 0px; text-align: left; }
.cataList .label img { width: 85px;}
.label img{ margin: 0px; vertical-align: middle;}
.label i{ display: inline-block; vertical-align: middle; margin: 0px; padding: 3px 7px 2px; font-size: 12px; font-style: normal; line-height: 1; color: #fff; background: #a4c5d9;}
.list_label img{ margin: 0px; vertical-align: middle; max-width: 35%; width: 85px;}
.list_label i{ display: inline-block; vertical-align: middle; margin: 1px; padding: 3px 7px 2px; font-size: 12px; font-style: normal; line-height: 1; color: #fff; background: #a4c5d9;}
.soldout{position: relative;}
.soldout:before{ content: ""; position: absolute; z-index: 3; top: 0px; left: 0px; right: 0; bottom: 0; background: url(../images/_soldout.png?20190920) center center no-repeat; background-size: cover; }
/* 商品列表-置左版本 */
.cataList-align-left li{ text-align: left; }
.cataList-align-left .salenum{ float: right; margin: 1.2em 0 0.2em 1em; }

/* 首頁-最新商品 */
.inProList-new{ margin: 4em 1.5%; font-size: 14px; letter-spacing: 0.05em; text-align: center; }
/*.inProList-new .inTitle{ margin: 2em 0; font-size: 1.5em; font-weight: 700; letter-spacing: 0.1em }*/
/*.inProList-new .cataList{ color: #fff; text-shadow: 1px 1px 2px #00000021; }*/
.inProList-new li{ width: 25%; }
.inProList-new li>a{ position: relative; display: block; }
.inProList-new .imgbox{ display: block; padding-top: 66.66%; }
/*.inProList_txt{ position: absolute; top: 60%; left: 0; right: 0; bottom: 0; -ms-flex-direction: column; flex-direction: column; }*/
.inProList_txt .info{ margin-top: 1.5em; }
/*.inProList_txt .info{ display: inline-block; max-width: 90%; margin: 0 auto; padding: 0.5em 1em; font-size: 1.142em; text-align: center; border: solid 1px; box-sizing: border-box; }*/

/* 商品列表頁 */
.cataTitle{ margin: 30px 0; font-size: 2.2em; letter-spacing: 0.1em; text-align: center; color: #888;}
.cataTopBanner img{ display: block; width: 100%; height: auto; margin: 30px 0;}
.cateTop{ margin: 2em 0; line-height: 2em; letter-spacing: .1em; color: #999; 
	-ms-display: flex; display: flex; 
	-ms-flex-wrap: wrap; flex-wrap: wrap; 
	-ms-justify-content: space-between; justify-content: space-between; 
	-ms-align-items: center; align-items: center;
}
.cateTop .navigation{ float: left; margin: 0 1em 0 -5px; }
.cateTop_cont{ float: right; }
/*.cateTop_total{ padding: 0.25em 0.5em; border: solid 1px #e5e5e5; }*/
.cateTop_sort{ vertical-align: middle; margin: -0.2em 1em 0 1.5em; padding: 0 0.5em; height: 1.8em; line-height: 1.5em; color: #999; border: solid 1px #e5e5e5; }
.cateListSel{ margin: 0 1em;}
.cateListSel a{ margin:0 2px;}
.cateTop_layout{ display: inline-block; vertical-align: middle; margin-top: -0.15em; font-size: 2em; vertical-align: -0.15em; }
.cateTop_layout .icon{ opacity: .3; cursor: pointer; }
.cateTop_layout .icon.active{ opacity: .8; }

/* 列表頁次選單 */
.secMenu{ padding-bottom: 10px; text-align: center; font-size: 14px; /*border-top: 1px solid #ddd;*/ }
.secMenu li{ position: relative; display: inline-block;}
.secMenu a{ display: inline-block; padding: 1em 1.5em; /*background: url(../images/cate_bg.gif) 2em 1em no-repeat;*/}
.secMenu .here{ color: #e8958f; }
.secMenu .here a{ text-decoration-line: underline; text-underline-position: under; }
.secMenuUl .down:after{ content: ""; position: absolute; bottom: 0; left: 50%; margin-left: -6px; width: 0; height: 0; border: solid transparent; border-width: 0 6px 7px; border-bottom-color: #ddd;}
/* 列表頁第3層選單 */
/*.triMenu{ display: inline-block; min-width: 300px; margin-bottom: 40px; padding: 0.5em 1.2em; font-size: 14px; border: solid 2px #ddd;}
.triMenu a{ padding: 0.5em 1em;}
*/
.tMenu:hover, .grayBtn:hover{ text-decoration:underline; }

/* 產品詳細 */
.proLeft { width: 66.66%; /*margin-right: 325px;*/ text-align: center; }
/*.proLeft_mainPic{ max-width: 800px; margin: 0 auto; }*/
.proLeft_mainPic a{ display: block; }
.proLeft_mainPic img{ width: 100%; height: auto; margin: 0 auto; transition: height .3s ease;}
.proImgmore { margin: 0 -20px; padding: 3px 13px 3px 23px; overflow:hidden;}
.proImgmore li { float: left; padding: 10px 10px 3px 3px; box-sizing: border-box; }
.proImgmore .thumbnailImg { opacity: 0.4; width: 100%; height: 0; padding-top: 100%; text-align: left; outline: #aaa 1px solid; outline-offset: 2px; cursor: pointer; }
.proImgmore .slick-current .thumbnailImg{ opacity: 1; outline-color: #898989;}
.proImgmore .slick-arrow{ position: absolute; z-index: 2px; top: 50%; margin: -1.5em 0; width: 20px; height: 3em; line-height: 3em; font-size: 20px; text-align: center; cursor: pointer; }
.proImgmore .slick-left{ left: 0; }
.proImgmore .slick-right{ right: 0; }

.proImgFancybox_close.proImgFancybox_close{ 
	position: absolute; top:0; right: 0; margin: -0.8em; padding: 0.15em; width: 1em; height: 1em; line-height: 1; font-size: 20px; text-align: center;
	color: #000; background: #fff; border: solid 3px; border-radius: 50%; 
}
.proImgFancybox{ position: relative; }
.proImgFancybox:before{ position: absolute; z-index: 2; top: 0; right: 0; left: 0; bottom: 0;
	margin: auto; width: 0.5em; height: 0.5em; line-height: 0.5em; font-size: 74px; text-align: center; text-indent: -0.25em; 
	color: #F00; background: #fff;
}
.proImgmore .proImgFancybox:before{ font-size: 55px; }

.proRight { float: right; width: 29.166%; }
.proTitle { font-size:18px; line-height: 1.5em; color: #5a5a5a; }
.proTopBox { padding-bottom: 20px; margin-bottom: 20px; font-size: 13px; line-height: 22px; border-bottom: #E8E8E8 1px solid;}
.proTopBox .label{ margin-bottom: 1em; text-align: left;}
.proTopBox .pronumber { display: block; margin: 10px 90px 2em 0; color: #C0C0C0; font-size: 13px;}
.addToAny{ float: right; margin-top: 1em; }

.proexplain { margin-bottom: 2em; font-size: 13px; line-height: 1.55em; color: #666666;}
.proTopBox .proprice_area { margin-top: 0.8em; /*padding-top:20px; border-top: #E8E8E8 1px solid;*/}
.proprice_area .proprice { color: #C0C0C0; /* text-decoration: line-through; */ font-size: 15px; margin-right:15px;}
.proprice_area .prosell { font-size: 15px; color: #000; /* font-weight: 800; color: #C50000; */}
.proprice_area .proprice:before{ content: "NT.";} /* 原價 */
.proprice_area .prosell:before{ content: "NT.";} /* 售價 */
.proprice_area .prosale_price:before{ content: "NT.";} /* 折扣價 */
.proprice_area .pro-sale-num{ float: right; text-decoration: none; font-size: 12px; color: #934E0B; text-align: right; margin-left: 15px;}


/*.proTable { display: table; width: 100%; }*/
.proTable--group2 { border-style: solid; border-color: #E8E8E8; border-width: 1px; padding: 15px; margin-bottom: 20px;}
.proTable--group2-plus-icon { position: relative; margin-bottom: 60px;}
.proTable--group2-plus-icon:after { content: "\f067"; position: absolute; bottom: -40px; left: 50%; margin-left: -0.5em; font: 20px/1 FontAwesome;}
.proTable .prorow { font-size: 13px; color: #666666; /*display: table-row;*/ }
.proTable .procell { margin: 1.2em 0; /*display:table-cell;*/}
.proTable .procell--group2-row { margin-top: 0; margin-bottom: 1.2em;}
.proTable .procell--group2-col { margin-top: 0; margin-bottom: 0;}
.proTable .th{ white-space: nowrap;}

.proColorName{ min-height: 1.5em; line-height: 1.5; letter-spacing: 1px; font-size: 11px; }
.proColorName--group2{ padding: 0 6px;}
.proTable .pro_color,
.proTable .pro_color--group2,
.proTable .pro_size,
.proTable .pro_size--group2{ display:inline-block; vertical-align: middle; margin: 5px 10px 5px 4px; 
	text-align: center; outline: solid 1px #ddd; outline-offset: 2px; }
.proTable .pro_color,
.proTable .pro_color--group2{ padding: 2px; min-width: 22px; height: 22px; line-height: 22px; }
.proTable .pro_size,
.proTable .pro_size--group2{ padding: 6px 6px 5px; min-width: 14px; line-height: 1.2; }
.proTable .pro_size--soldout { color: #ddd !important;}
.proTable .pro_sizes-hint { display: inline-block; vertical-align: middle; outline: solid 1px #ddd; outline-offset: 2px; margin: 5px 10px 5px 4px; padding: 6px 6px 5px; line-height: 1.2; cursor: pointer;}
.proTable .pro_color > span,
.proTable .pro_color--group2 > span{ padding: 0 8px;}
.proTable .pro_color img,
.proTable .pro_color--group2 img{ height: 100%; width: auto; /*vertical-align: middle;*/}
.proTable .selected { color: #000; outline-color: #000; position: relative;}
.proTable .selected--soldout { color: #ddd; }
.proTable .selected i{ position: absolute; bottom: 0; right: 0; margin: -2px; width: 12px; height:12px; background: url(../images/pro_selected_bg.png?20190701) no-repeat; z-index: 99;}

.proTable .fa2 { color:#bbb; cursor:pointer; vertical-align:middle; display:inline-block;}
.proTable .fa2:hover { color:#333;}
.proTable .faa-plus{ width: 22px; background: url(../images/cart-add.jpg) -22px 0px no-repeat; height: 31px;}
.proTable .faa-minus{ width: 22px; height: 31px; background: url(../images/cart-add.jpg) 0px 0px no-repeat;}
#qty{ width: 50px; height: 31px; margin: 0 -5px; padding: 7px; text-align: center;}

.pro_input{ display: inline-flex; display: inline-block\9; vertical-align: middle; margin-right: -4px; min-width: 114px; height: 30px; line-height: 30px; border: solid 1px #ddd; }
.pro_input+.pro_input{ margin-left: 4%; }
.pro_input select, .pro_input input{ display: inline-block; vertical-align: middle; width: 100%; height: inherit; line-height: inherit; font-size: 12px; border: 0; padding: 0; }
/*.proTable select { line-height: 30px; height: 30px; padding:0 10px;}*/
.pro_input-qty{ text-align: center; }
.pro_input-qty input{ margin: 0 -30px; padding: 0 30px; text-align: center; }
.pro_input-qty .icon{ position: relative; display: inline-block; vertical-align: middle; width: 30px; height: inherit; font-size: 14px; cursor: pointer; }
.pro_input-qty .icon:before{ background-size: 9px; }
.pro_input-qty .icon:hover{ background: #f7f7f7; }

.proTable .hv { border: #E8E8E8 1px solid;}
.pro_btn { margin: 1.5em 0 2.5em; }
/*.pro_btn a { display: inline-block; margin-left: 5px; width: 125px; height: 125px; line-height: 125px; font-size: 13px; font-weight: bold; text-align: center; border: solid 1px; border-radius: 50%; }*/
.pro_btn a { display: inline-block; width: 48%; margin-right: -4px; margin-left: 4%; padding: 0.4em 0; font-size: 13px; text-align: center; border: solid 1px; box-sizing: border-box; }
.pro_btn a>span{ display: inline-block; vertical-align: middle; line-height: 1.3; }
.pro_btn .fa{ margin-right: 0.3em; }
.pro_btn .proBtnCart { margin-left: 0; color: #fff; background: #e9b6b3; border-color: #e9b6b3; }
.pro_btn a:hover:not(#add_soldout) { background-color: #242c43; border-color: #242c43; color:#fff;}
.pro_btn .fa-heart{ color: #eca09b; }
.pro_btn #add_soldout{ cursor: not-allowed; }

/*.pro_activity { margin-top: 0.5em; }*/
.pro_activity a { display: block; margin-top: 0.6em; font-size:13px; color: #e89590; }
.pro_activity a:hover { text-decoration: underline;}
.pro_activity a .fa { padding:0 0.5em;}

.pro_btmBuy{ width: 880px; margin: 50px auto; border: solid 8px #e8e8e8;}
.pro_btmBuy td{ width: 45%; padding: 30px 50px;}
.pro_btmBuy td+td{ width: 400px; vertical-align: middle;}
.pro_btmBuy .prosell{ margin: 0 15px 0 0; font-size: 20px;}
.pro_btmBuy .pro_btn{ border: 0; padding: 20px 0 0;}

.protab { overflow: hidden; padding-top: 55px;}
.protabox{ margin:10px 0; padding: 0 1px;}
.protabox a { display: block; margin: 0 -1px; padding: 0.5em; font-size: 14px; text-align: center; color: #999; border-bottom: #E8E8E8 solid 1px; cursor: pointer; }
.protabox .selected { position: relative; border-color:#333; color: #666;}
/*.protabox a:hover { position: relative; background-color: #ed1c24; border-color:#ed1c24; color:#fff;}*/
.protab section{ padding:40px 0;}
.tab_item{ margin: 3em 0; font-size: 15px;}
.proqaTop { padding: 25px 0 15px 0; text-align: center; color: #666; font-size: 15px;}
.proqaTop a { display: inline-block; margin-top: 20px; padding: 8px 15px; border-radius: 3px;}
.proqatable { font-size: 13px; color: #666; margin: 5px auto 40px auto; width:95%; border: solid 1px #eee;}
.proqatable .pTableCell { padding: 10px 8px; border-top: #E8E8E8 1px dashed;}
.proqatable .pTableRow:first-child .pTableCell { border-top:0;}
.proqatable .bgF3 { background-color:#fafafa;}

.proreco { margin: 50px 0 0; text-align: center;}
.proreco h3 { margin-bottom: 0.5em; font-size: 18px; font-weight: 400; letter-spacing: 0.1em;}
.proreco .info{ margin: 1.3em 0 1em; letter-spacing: 0.1em; }

#qaBoxWin{ display: none; width: 500px;}
.Tab { width: 100%; font-size: 13px; color: #666; border: #E8E8E8 1px solid;}
.Tab input, .Tab select, .Tab textarea { padding: 3px;}
.Tab textarea{ width: 95%;}
.Tab tr, .Tab td, .Tab th { padding: 10px 8px; border-bottom: #E8E8E8 1px solid; vertical-align: middle;}
.qaBoxWinBtn{ margin: 10px 0; display: block; text-align: center;}

.ProdStock{ border-top:#E4E4E4 1px solid; border-bottom:#E4E4E4 1px solid; margin-top:20px;}
.ProdStock table{ width:100%; text-align:center; border-collapse:separate;border-spacing:3px;}
.ProdStock table th{ background-color:#EDEDED; padding:8px; font-weight:bold}
.ProdStock table tr td{ border-bottom:1px #CCC dashed; padding:5px;}
.ProdStock p{ line-height: 150%; font-weight: bold; color: #949494; margin: 10px; font-size: 13px;}

/* 購物車流程 */
#order_main{ max-width: 98%; min-width: 98%; height: auto; padding: 0;}
.shoppTab input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]), .shoppTab select, 
.cart_list input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]), .cart_list select{ 
	padding: 0 5px; height: 2em;}

.shoppTab { width: 100%; font-size: 13px; color: #666; margin-bottom: 40px; border: #EAE8E8 1px solid;}
.shoppTab tbody{ padding: 20px; margin: 20px;}
.shoppTab .largelabel{ height: 100%; padding: 0 !important;}
.shoppTab .largelabel label{ display: block; padding: 20px;}
.shoppTab tr, .shoppTab td, .shoppTab th { padding: 15px 10px; border-bottom: #E8E8E8 1px solid; vertical-align: middle; word-wrap: break-word; word-break: break-word; }
.shoppTab tr.no-bottom-line { border-bottom: none;}
.shoppTab td.no-bottom-line { border-bottom: none;}
.shoppTab td a { /*line-height: 150%;*/ cursor: pointer;}
.shoppTab td a:hover { text-decoration: underline;}
.shoppTab td em { font-size: 13px; color: #A5A5A5;}
.shoppTab td.bono, .shoppTab tr.bono { border-bottom: 0;}
.shoppTab th { background-color: #f9f9f9; height: 20px; line-height: 20px; font-weight: bold; font-size: 14px;}
#use_coupon { min-width: 400px;}
/* 會員註冊表單 */
.shoppTab.customer-register-table * { box-sizing: border-box; }
.shoppTab.customer-register-table tr,
.shoppTab.customer-register-table tr td{ border-bottom: none; }
.shoppTab.customer-register-table tr td:first-child { padding-left: 80px; width: 180px; }
.shoppTab.customer-register-table tr td:last-child { padding-right: 20px; }
.shoppTab.customer-register-table tr:first-child td { padding-top: 40px; }
.shoppTab.customer-register-table tr:last-child td { padding-bottom: 60px; }
.shoppTab.customer-register-table select { background-color: white; }
.shoppTab.customer-register-table .fa-eye,
.shoppTab.customer-register-table .fa-eye-slash { margin-left: -25px; font-size: 16px; cursor: pointer;}
.shoppTab.customer-register-table em { display: block; margin: 5px 0 0;}
.shopCircuit { margin-bottom: 15px; text-align: center; overflow: hidden;}
.shopCircuit li { display: inline-block; padding: 0 20px;}
.cartNext { margin: 50px 0; text-align: center;}
.cartNext a { display: inline-block; margin: 0 15px; padding: 10px 40px; font-size: 15px; border-radius: 5px;}
.cartNext .fa-caret-right{ margin-right: -10px;}
.cartNext--gap{ margin-top: 25px;}
.shoppTab .cart-sale{ display: inline-block; color: #B06767; font-size: 12px}
/*.shoppTab .cart-sale{ color: #B06767; padding-top:10px; font-family: "新細明體"; font-size: 12px}*/

.Tit { margin: 8px 0; font-size: 18px; line-height: 20px;}
.step_pay_select_list { clear: both; overflow: hidden;}
.step_pay_select_list .orderEndTit{ text-align: center; margin: 20px 0; color: #C50000;}
.step_pay_select_list .orderEndTit em{ color: #999999;font-size: 13px; display: block; line-height: 30px;}
.pay_select li { display: inline-block; padding: 15px 25px; border: #E8E8E8 1px solid; text-align: center; margin: 0 15px 15px 0; font-size: 15px; color: #666;}
.pay_select li:hover { color: #fff; background-color: #e9b6b3; border-color: #e9b6b3; cursor: pointer;}
.pay_select li.on { border-color: #000; background-color: #000; color: #FFF;}
.pay_select li:last-child{ margin-right: 0; }
.galleryImg{ width: 70px;}
.tex_remark { width: 99%; margin: 0 0.5% -0.5%;}
.pay_select{ margin-top: 8px; overflow: hidden;}


/* 結帳完成的"訂單處理中，請稍後"視窗 */
#loadingDiv{ position: fixed; left:0; top:0; right:0; bottom:0; z-index: 99999; text-align:center; font-size:14px; height:80px; width:300px; max-width: 80%; 
	margin: auto; padding-top:30px; background-color:#fff; border: 5px solid #333;}
#popup_overlay{ position: fixed; z-index: 99998; left:0; top:0; right:0; bottom:0; background: rgba(0,0,0,.4);}


/* 會員註冊 */
.yesjoin { background-color: #FFF; margin-bottom: 100px; padding: 10px 25px 10px 80px; font-size: 13px; line-height: 22px; border-radius: 5px; color: #666;}
.yesjoin label { display: block; line-height: 1.2; margin: 1em 0; padding-left: 21px; text-indent: -21px;}

/* 幾件幾折 */
.saleTopBanner{ text-align: center;}
.saleTopBanner img { max-width:100%; height:auto;}
.saleTop { border: #E8E8E8 1px solid; margin: 20px 0; padding: 10px; overflow: hidden;}
.any_info{ float:left; width:70%; padding-bottom: 16px; color: #242424; font-size: 16px; margin: 10px 20px 0px 20px;}
.saleTop .saleAddBtn { float: right; margin-top: 3px; font-size: 16px; }

.saleListUl_W{ position: relative; overflow: hidden; height: 190px; margin: 0 34px;}
.saleListUl{ position: absolute; top:0;}
.SelectSaleList{ position: relative; float: left; clear: both; border-top: 1px solid #f0f0f0; width: 100%; padding-top: 20px;}
.SelectSaleList a{ display: inline-block;}
.SelectSaleList li{ float: left; width: 120px; height:100%; margin: 0 5px;}
.onSaleProductData{ display: block; margin-top: 0.3em; height: 2.8em; font-size: 13px; line-height: 1.4; text-align: center; color: #666666;}
.SaleListleft_arr{ font-size: 1.5em; color: #CCCCCC; position: absolute; top: 80px; left: 5px;}
.SaleListright_arr{ font-size: 1.5em; color: #CCCCCC; position: absolute; top: 80px; right: 5px;}

.saleList{ overflow: hidden; margin-bottom: 80px; margin: 0 -8px; }
.saleList li { float: left; width: 30%; width: 322px\9; height: 555px\9; margin: 8px; padding: 10px 10px 15px; font-size: 13px; line-height:1.5; text-align: center; border: #FFFFFF 1px solid;}
.saleList li.on { border: #ffa698 1px solid;}
.saleList .price { margin-bottom: 0.8em; color: #ef6e66; font-weight: 600; }
.saleList .proprice { font-weight: 400; }
.saleList .saleselect select, .saleList .saleselect input{ height: 2.15em; line-height: 2.15em; padding: 0 0.5px; }
.prodsel, .select_item{ width: 50%;}

/* 頁數 */
.pager { margin: 30px 0; text-align: center; color: #999; clear: both; }
.pager a { padding: 2px 8px; font-size: 13px; margin: 0 2px;}
.pager a:hover { color: #ed1c24;}
.pager a.this { color: #000; font-weight: bold;}

/* 問與答 */
#qa_menu{ font-size: 14px; }
.qa_menuUl{ }
.qa_menuUl li{ margin-bottom:20px; color: #222;}
.qa_menuUl .here{ color: #e08f8a; font-weight: 600; }
.qa-submenu{ margin-left:10px;}
.qa-submenu li{ margin:0.5em 0; font-size: 13px; color: #777;}
.qa-submenu li a:hover{ color: #333;}

#qaBox{ }
.qaTitle, .customTitle{ font-size: 20px; margin-bottom: 1.5em; padding-bottom: 0.5em; border-bottom: solid 1px #e8e8e8;}
.qaTitle .fa, .customTitle .fa{ color: #e9b6b3;}
/*#qaBox .qa{ line-height: 130%; padding: 25px 0; border-bottom: #e8e8e8 1px dashed;}
#qaBox .qa .qa_q{ font-size: 16px; font-weight:bold; color: #FF9999; line-height:1.5em; text-indent: -1.7em;}
#qaBox .qa .qa_a{ font-size: 13px; color: #666666;}
#qaBox .qa .qa_a p{ padding-top: 20px;}
#qaBox .qa .qa_a:before{ content: "\f086"; font: normal normal normal 18px 'FontAwesome'; float:left; margin:20px 0 0 -25px; color:#ffa698 ;}
.qaTop{ text-align: center; width: 100%; font-size: 13px; width: 100%; display: block; padding: 20px;}
*/

/* 自訂HTML頁 + 圖文編輯器 */
.htmlBox{ line-height: 1.7;}
.htmlBox *{ word-wrap: break-word; word-break: break-word;}
.htmlBox b, .htmlBox strong{ font-weight: bold;}
.htmlBox em, .htmlBox i{ font-style: italic;}
.htmlBox img{ max-width:100%; height: auto !important;}
.htmlBox u{ text-decoration: underline;}
.htmlBox table{ width: 100% !important; word-wrap: break-word; word-break: break-word; }
@media screen and ( max-width:720px) and (max-device-width:720px){
	.htmlBox video{ max-width: 100%; }
	.htmlBox iframe{ max-width: 100%;}
	.htmlBox iframe[src*="youtube"], .htmlBox iframe[src*="vimeo"], .htmlBox iframe[src*="facebook"], .htmlBox iframe[src*="instagram"]{ 
		width: 100%; /*height: 56.25%;*/
		height: -webkit-calc( (100vw - 40px) * 0.5625); height: -moz-calc( (100vw - 40px) * 0.5625); height: calc( (100vw - 40px) * 0.5625);
	}
}

#about_menu{ font-size: 14px; }
#about_menu li{ margin-bottom:10px; color: #222;}


/* 最新消息 */
#news_menu{ width: 180px; float: left; margin-left: 20px; font-size: 14px; margin-bottom: 40px; line-height: 130%;}
#news_menu li{ border-bottom: #E8E8E8 1px dashed; padding:10px 0;}
#news_menu li a{ color: #969696; font-size: 13px;}
#news_menu li a:hover{ color: #666666;}
#news_menu li span{ font-weight: bold;}
.news_top{ padding:15px 0; border-bottom: #E5E5E5 1px solid;}
.news_top .news-tit{ text-align: left; font-size: 22px; font-weight: bold; line-height: 28px;}
.news_top .news-time{ color: #CCC; line-height: 22px;}
.newshtmlBox{ min-height: 250px; padding-bottom:30px; padding-top:15px; font-size: 15px; }
.news_send{ text-align: center; padding: 15px 0;}
.news_send a{ padding: 10px 35px; border-radius: 3px;}

.news-list-table{ width: 100%; margin-bottom: 50px ; color: #8a8a8a;}
.news-list-table th{ padding: 10px 5px; background: #F4F4F4; border-bottom: #E5E5E5 1px solid; border-top: #E5E5E5 1px solid; font-weight: bold;}
.news-list-table tr,.news-list-table td{ padding: 0 8px; vertical-align: middle;}
.news-list-table tr{ border-bottom: #F4F4F4 1px solid;}
.news-list-table tr:hover{ background: #FEFFF4;}
.news-list-table a{ display: block; padding: 10px 0;}
.news-list-table a:hover{ text-decoration: underline;}



/* 頁尾 */
#footer_w{ position: relative; margin-top: 60px; border-top: solid 1px #bcbec0; clear:both;}
.footer { position: relative; padding: 20px 20px 8px; text-align: center; }
.footer:before{ content: ""; position: absolute; z-index: -1; top: -61px; left: 0; right: 0; bottom: -45px; background: #fff;}
.fo-cola { display: inline-block; vertical-align: top; min-width: 80px; padding: 15px 30px 0; color: #666;}
.fo-cola h3 { color: #000; font-size: 16px; ; line-height: 18px; font-weight: 300; padding-bottom: 12px;}
.fo-cola ul { padding-bottom: 9px;}
.fo-cola li { padding: 0 0 4px 1px;}
.fo-cola li a { text-decoration: none; display: block; zoom: 1; font-size: 13px; line-height: 16px;}
#fo-sns{ margin-left: 20px; }
.fo-copy { margin: 2px auto 0; padding: 1em 0; font-size: 12px; text-align: center; color: #777; }
.fo-copy a{ color:inherit;}
#Pushbutton-mi-link{ display: block; width: 130px; height: 21px; background: url(../images/Pushbutton-mi-link.png) no-repeat center center;  margin:0 auto;  }

/* 頁尾 - 左下角LINE連結按鈕 */
.line-link {
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: 120px;
	border-radius: 12px;
	background-color: white;
	/* 技術債，要比soldout浮水印還高。*/
	z-index: 3;
}
.line-link__title {
	position: relative;
	top: 10px;
	text-align: center;
}
.line-link__title > span {
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.line-link__logo {
	text-align : center;
}
.line-link__logo > img {
	width: 100px;
	vertical-align: middle;
}

/* 會員專區 */
/*#memberAd{ width: 1000px; margin: 0 auto;}*/
#memberAd .memberAdUl{ overflow: hidden; margin-top: 30px; border-bottom: #333 1px solid; margin-bottom: 10px; text-align: center; }
#memberAd li+li{ margin-left: -1px; }
#memberAd li a{ display: block; padding: 10px 30px; font-size: 15px; color: #999; border: solid 1px #e8e8e8; border-bottom: 0;}
#memberAd li a:hover{ background-color: #e9b6b3; border-color: #e9b6b3; color: #fff;}
#memberAd li a.selected{ color: #FFFFFF; background-color: #000; border-color: #000;}
.memSum{ margin: 50px auto; margin-bottom:50px; overflow: hidden; font-size: 13px; width: 100%; text-align: center;}
.memSumL{ border-right: #E8E8E8 1px solid; display: inline-block; padding: 5px 35px; text-align: center;}
.memSumL_b{ display: inline-block; text-align:center; color: #777777;}
.memSumL_b2 a{ font-size: 13px; color: #333; margin-top: 8px;}
.memSumL_b2 a:hover{ color: #57c5a0;}
.memSumL_b2{ font-size: 22px; color: #e08f8a; margin-top: 8px;}
.mapnum{ border: #BDBDBD 1px solid; padding: 4px 8px; vertical-align: middle;}
.a-btn{ color:#FA84A8;}
#MebForm .fa-eye,
#MebForm .fa-eye-slash { margin-left: -25px; font-size: 16px; cursor: pointer;}

/* 退貨步驟 */
/*.returnStepBtn{ display: inline-block; height: 2.5em; line-height: 2.5em; font-size: 13px; border: solid 1px #ddd; }*/
.returnStepBtn{ padding: 1em; color: #15c; text-decoration: none;}
.returnStepBtn.returnStepBtn:hover{ text-decoration: none;}
.returnStepBtn span{ border-bottom: solid 1px;}
.shoppTab .returnStepBtn{ float: right; padding: 0.5em 1em; }
.returnStep{ /*max-width: 650px;*/ max-width: 730px; margin: 0 auto; font-size: 15px; text-align: center; }
.returnStep .Tit{ margin-bottom: 1em; font-size: 1.1em; }
.returnStep ul{ border: solid 1px #aac5d8; }
.returnStep li{ position: relative; display: inline-block; vertical-align: top; margin: 15px; }
.returnStep li+li:before{ content: "\f054"; position: absolute; top: 80px; left: -15px; margin: -0.5em; 
	line-height: 1; font-size: 20px; font-family: "Fontawesome"; color: #aac5d8; }
.returnStep_img{ display: block; width: 120px; height: auto; margin: 15px auto; background: #aac5d8; border-radius: 50%; }
.returnStep p{ margin: 1em 0; }
.returnStep_note{ margin: 1em; font-size: 14px; text-align: left; }
.returnStep .btn{ display: block; max-width: 5em; margin: 0.3em auto; padding: 0.3em 0.5em; border-radius: 3px; font-size: 13px; }
.returnStep .backLightbox{ margin-top: 1em; padding: 0 3em; border-radius: 3px; }

/* 優惠卷 */
.couponTab { width:550px; color:#333; margin: 20px 0 20px 45px;}
#news_menu .couponTit{ font-size:20px; color:#8a1b71; border-bottom: #8a1b71 2px solid; padding:15px 3px; text-align: center;}
.couponTab tr ,.couponTab td{ padding:10px;}
.couponTab tr{}
.couponTab strong{ font-weight:bold; color:#747474;}

/* 電子折價卷 */
.coupon_wrap{ display: block; width: 600px; border: #E9E9E9 1px solid; margin: 0 auto; margin-top: 20px; margin-bottom: 40px;box-shadow: #ECECEC 0px 1px 3px;}
.coupon_wrap h4{ width: 100%; height: 60px; background-color: #f3cac4; text-align: center; line-height: 60px; color: #FFF; font-size: 18px;}
.Coupon_txt_w{ font-size: 14px; color: #9E9E9E; line-height: 18px; margin-top:20px; padding:10px; border-top: #E7E7E7 1px solid;
margin-left: 40px; padding-bottom: 25px; width: 500px;}
.Coupon_txt_tit{ font-weight: bold; margin-bottom: 5px;}
.Coupon_txt_list{ list-style: disc; padding-left: 20px;}
.CouponBtn{ padding: 15px; margin: 10px 0 0 120px; width: 250px; background: #A81616; border: solid 1px #7C1919;
font-size: 18px; font-weight: bold; color: #FFF; cursor: pointer; font-family:"微軟正黑體", Helvetica, sans-serif;
-webkit-transition: all 0.1s; -moz-transition: all 0.1s; -webkit-box-shadow: 0px 5px 0px #811D27;
-moz-box-shadow: 0px 5px 0px #811D27; box-shadow: 0px 5px 0px #811D27; 
-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.CouponBtn:hover{ background: #991818; -webkit-box-shadow: 0px 2px 0px #811D27; 
-moz-box-shadow: 0px 2px 0px #811D27; box-shadow: 0px 2px 0px #811D27;}

.CouponBtn_no{ padding: 15px; margin: 10px 0 0 120px; width: 250px; background: #9E9E9E; border: solid 1px #8D8D8D; font-family:"微軟正黑體", Helvetica, sans-serif;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-size: 18px; font-weight: bold; color: #FFF;}


/* 聯絡我們 */
.contact_w{ margin: 30px auto 10px; overflow: hidden; border: #ddd 1px solid; padding: 25px 40px; font-size: 14px; color: #333;}
.contact_w table{ margin: 2% auto; }
.contact_w th{ width: 200px; text-align: left; color: #565656; padding-top: 23px; vertical-align: middle;} 
.contact_w tr, .contact_w td,.contact_w th{ padding: 10px 10px; height: 30px; border-top: 1px solid #eaeaea;}
.contact_w caption{ font-size: 20px; padding: 15px 0; font-weight: bold; color: #727272;}
.contact_txt{ padding: 8px 0 8px 8px; border: 1px solid #c6c6c6; font-size: 12px; color: #959595;}
.contact_txtar{ overflow: hidden; overflow-y: auto; width: 550px; min-height: 79px; padding: 12px 11px; border: 1px solid #c6c6c6; font-size: 12px;
line-height: 18px;color: #333;text-align: left;vertical-align: middle; resize: none;}
.contact_w .contact_select{ padding: 8px 0 8px 8px; border: 1px solid #c6c6c6; color: #959595;}
.contact_w .sendbtn{ display: block; padding: 10px 25px; width: 200px; text-align: center; margin: 30px auto;
height: 30px; line-height: 30px; font-size: 15px;-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}

/* 跟屁蟲 */
/*#slideR{ position: absolute; right: 0; top: 70px; bottom: 0; width: 130px; background: #fff; outline: 1px solid #ddd; box-sizing: border-box;}*/
/*#slideR{ position: absolute; right: 0; top: 70px; bottom: 0; width: 130px; box-sizing: border-box;}*/
#slideR{ position: absolute; z-index: 99; left: 50%; top: 0; bottom: 0; padding-top: 70px; margin-left: 650px; box-sizing: border-box; width: 130px;}
.slideRbox{ padding: 50px 20px 20px;}
/*.slideRbox.sticky { float: none; position: fixed; top: 90px; bottom: 0; z-index: 6; left: auto;}*/
.slideR_top .fa{ display: block; margin: 0 auto 7px; width: 40px; height: 40px; line-height: 40px; font-size: 26px; text-align: center; 
	color: #fff; background: #aac5d8; border-radius: 50%;}
.slideR_top .last_fa{ margin-bottom: 15px;}
.slideR_top .fa:hover{ background: #ffd8e0;}
.slideR_top img{ display: block; max-width: 100%; height: auto; margin: 10px 0;}

.slideR_center li{ height: 90px; padding: 5px 0;overflow: hidden;}
.slideR_center img{ display: block; width: 100%; height: auto;}
.slideR_center .fa{ display: block; height: 15px; line-height: 15px; font-size: 16px; text-align: center;}

.slideR_bottom{ margin: 10px 0; text-align: center; font-size: 14px; line-height: 1.5;}
.slideR_bottom .fa{ font-size: 30px;}

#back-to-top{ position: fixed; z-index: 10; bottom: 0; right: 0; margin: 100px 50px; width: 50px; height: 50px; line-height: 50px; text-align: center; 
	color: #fff; background: #e9b6b3; border-radius: 50%; cursor: pointer;}
#back-to-top span{ display: inline-block; vertical-align: middle; line-height: 1; margin-top: -0.2em; }
#back-to-top .fa{ font-size: 20px; line-height: .5; }
#back-to-top:hover{ background: #242c43; }



/* 網站地圖 */

.sitemap{ display: block; width: 950px; overflow: hidden; margin: 0 auto; padding-top: 100px;}
.sitemap li{ float: left; font-weight: bold; width: 150px; height: 200px; margin-top: 50px; padding-right: 15px; padding-left: 25px;}
.sitemap li h4{ font-size: 15px; color: #0C0C0C; padding: 8px 0; border-bottom: #CCC 1px dashed;}
.sitemap li ul{ overflow: hidden; margin-top: 5px; padding-top: 5px; padding-bottom:20px;}
.sitemap li ul li{ float: left; width: 150px; height: 25px; padding: 0; margin: 0; border-bottom: 0; font-size: 14px; font-weight: normal; color: #838383;} 


/* 加入購物車圖示 */
.added_cart{ position: fixed; z-index: 999; top: 50%;left: 50%;margin-top: -46px;margin-left: -51px; bottom: 0; right: 0; width: 102px; height: 92px; text-align: center; 
	cursor: pointer;background: url(../images/add_to_cart.png);display:none;background-size: 100%;}

/* Insider InStory */

/* InStory透過API拿到資料後就直接插入到網頁之中，後面一點才套用隱藏樣式，導致使用者看到它顯示然後一下就消失，所以強制改成隱藏。 */
.ins-stories.ins-sortable-container {
	display: none !important;
}
