@charset "utf-8";
/* CSS Document */
.btnCart {
	background-image: url(../images/cartWhite.svg);
	background-position: left 34.5% center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}
.btnMsg, .btnMsg:hover {
	background-image: url(../images/chat.svg);
	background-position: left 36.5% center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-color: #ff5f8c;
	color: #fff;
	border: 1px solid #ff5f8c
}
/*-----------------------order----------------------*/
#order {
	text-align: right;
}
#order a {
	margin: 0 2px;
}
/*------------- sort--------------*/
#left {
	display: none;
	width: 90%;
	font-family: "Roboto", "微軟正黑體", sans-serif;
}
#sort a {
	font-size: 17px;
	width: AUTO;
	display: block;
	padding: 15px 0;
	background-image: url(../images/closeItem.svg);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: right center;
	cursor: pointer;
	color: #333;
}
#sort a.itemOpen {
	background-image: url(../images/openItem.svg);
}
#sort dl {
	border-bottom: 1px solid #E0E0E0;
}
#sort dd {
	border-top: 1px solid #E0E0E0;
	padding: 15px;
}
#sort dl:last-child {
	border-bottom: none;
}
.sortList li {
	margin-bottom: 4px;
}
.sortList li:last-child {
	margin-bottom: 0;
}
/*--------- shopList --------------*/
#shopList li {
	margin-bottom: 10px;
	padding: 15px 10px;
	background: #F2F2F2;
}
#shopList li:last-child {
	margin-bottom: 0;
}
#shopList li div.shopListLeft {
	float: left;
	width: 35%;
	text-align: center;
}
#shopList li div.shopListLeft p {
	margin-top: 10px;
}
#shopList li div.shopListRight {
	width: auto;
	margin-left: 40%;
}
#shopList li div.shopListRight p.gray {
	margin: 10px 0;
}
#shopList li a {
	color: #333;
}
#shopList li dl, #prodList li dl {
	margin-top: 10px;
}
#shopList li dd {
	float: left;
	width: 20%;
	text-align: center;
	border-left: 1px solid #ccc;
	color: #0071bc;
}
#shopList li dd p {
	color: #333;
}
#shopList li dd:first-child, #prodList li dd:first-child, #blogList li dd:first-child, #chargeList li dd:first-child {
	border: none
}
p.favor, p.addfavor, p.view, p.shareprod {
	width: 16px;
	height: 16px;
	background-image: url(../images/favor.svg);
	background-size: cover;
	display: inline-block;
}
p.addfavor {
	background-image: url(../images/favorGray.svg);
}
p.view {
	background-image: url(../images/view.svg);
}
p.shareprod {
	background-image: url(../images/share.svg);
}
/*--------- productList --------------*/
#prodList li {
	float: left;
	width: 48%;
	margin: 0 4% 20px 0;
	line-height: 100%;
}
#prodList li:nth-child(even) {
	margin-right: 0;
}
#prodList li div {
	margin-bottom: 10px;
}
#prodList li h3 {
	margin: 10px 0;
	color: #631216;
	text-align: center;
}
#prodList li .btnStyle {
	width: 100%;
	text-align: center;
}
#prodList li dd, #chargeList li dd, #blogList li dd {
	float: left;
	width: 33%;
	text-align: center;
	border-left: 1px solid #ccc;
	color: #666;
}
#prodList li dd p, #chargeList li dd p, #blogList li dd p, .favorWrapper p {
	display: inline-block;
	font-size: 12px;
}
/*-----------gemlsit--------------*/
dl.gemlsit dd {
	border: 1px solid #e0e0e0;
	margin-bottom: 5px;
	padding: 10px;
	position: relative;
}
dl.gemlsit dd:last-child {
	margin-bottom: 0;
}
dl.gemlsit dd div {
	position: absolute;
	right: 10px;
	top: 10px;
}
dl.gemlsit dd ul {
	overflow: auto;
}
dl.gemlsit dd ul li {
	display: block;
	float: left;
	width: 50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 3px;
}
dl.gemlsit dd ul li span {
	background: #EFECE7;
	padding: 0px 5px;
	display: inline-block;
}
/*--------blog---------*/
#blogLeft {
	width: 66%;
	float: left;
	position: relative;
}
#blogRight {
	width: 30%;
	float: right;
}
#blogLeft #order {
	top: 0;
}
#blogList li {
	padding: 10px;
	border: 1px solid #E0E0E0;
	margin-bottom: 10px;
}
#blogList li a {
	color: #333;
}
#blogList li:last-child {
	margin-bottom: 0;
}
#blogList .shoplogo {
	height: 50px;
	line-height: 50px;
	font-weight: bold;
}
#blogList .shoplogoLeft {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}
#blogList .ChangeLineHeight {
	overflow-wrap: break-word;
	display:block;
	float:left;
	width:80%;
	line-height:170%;
}


#blogList .shoplogoLeft .squareThumb {
	border-radius: 50px;
}
#blogList li .recThumb, #blogList li .blogTime {
	margin: 10px 0;
}
#blogList li div.favorWrapper {
	float: right;
}
/*----------------- videoList --------------------*/
#videoList li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
	position: relative;
}
#videoList li:nth-child(even) {
	margin-right: 0%;
}
#videoList li a {
	color: #333;
}
#videoList li div.favorWrapper {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #fff;
}
/*----------------- chargeList --------------------*/
#chargeList li {
	margin-bottom: 15px;
	position: relative;
	overflow: auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}
#chargeList li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
#chargeList li a {
	color: #333;
}
#chargeList li div.favorWrapper {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #fff;
}
.chargeListLeft {
	margin-bottom: 10px;
}
#chargeList li:nth-child(3n) .chargeListLeft {
	float: left;
	width: 35%;
}
#chargeList li:nth-child(3n) .chargeListRight {
	width: auto;
	margin-left: 38%;
}
#chargeList li:nth-child(3n) div.favorWrapper {
	position: absolute;
	top: 5px;
	left: 5px;
	color: #fff;
}
/*--------prodListMode---------*/
#prodListMode li {
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	overflow: auto;
	padding: 10px 0;
	position: relative;
}
#prodListMode li h4 {
	margin-bottom: 10px;
}
#prodListMode li h3 {
	margin: 10px 0;
	color: #631216;
}
#prodListMode li div.prodListLeft {
	width: 120px;
	float: left;
}
#prodListMode li div.prodListLeft .recThumb {
	padding-bottom: 100%;
}
#prodListMode li div.prodListRight {
	margin-left: 130px;
	width: auto;
}
/*-------------- tabMenu -------------------*/
#tabMenu {
	width: auto;
	border-bottom: 1px solid #E0E0E0;
}
#tabMenu li {
	float: left;
	width: 50%;
}
#tabMenu li a {
	display: block;
	padding: 0 0 15px 0;
	text-decoration: none;
	color: #737373;
	border-bottom: 2px solid #fff;
	text-align: center;
	font-weight: normal;
}
#tabMenu li a:hover {
	border-bottom: 2px solid #E0E0E0;
}
#tabMenu li.active a {
	color: 333;
	font-weight: bold;
	border-bottom: 2px solid #C1B497;
}
/*---------qna--------*/
#qna li p {
	padding: 10px 0 10px 40px;
	cursor: pointer;
	border-top: 1px solid #ddd;
	background-image: url(../images/openItem.svg);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: left top 7px;
	font-size: 15px;
}
#qna li span {
	padding: 10px 0 10px 35px;
	display: block;
	border-top: 1px solid #ddd;
}
#qna li:last-child p, #ExhibitProfile li:last-child span {
	border-bottom: 1px solid #ddd;
}
#qna li p.itemOpen {
	background-image: url(../images/closeItem.svg);
	border-bottom: 0px solid #ddd;
}
.qnaItem {
	overflow: auto;
	display: none;
	padding: 5px 20px 20px 40px;
}
.qnaItem a {
	display: block;
	margin-bottom: 10px;
	font-style: 16px;
}
.qnaItem a:last-of-type {
	margin-bottom: 0;
}
.question {
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	background: #ededed;
	padding: 10px 0;
}
.ans {
	display: none;
	max-width: 600px;
	min-width: 250px
}
