.selectartist {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:1px solid #f4f4f4;
	width:calc(100% - 30px);
	margin:0 15px 20px;
	padding:7px;
	font-size:12px;
	border-radius: 0px;
	background-image: url("http://img.artnshop.net/bg/selectbg.gif");
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 12px 24px;
	background-color:#ffffff;
	letter-spacing: -0.5px;
}

.category-title {
	font-size:24px;
	font-weight: 300;
	letter-spacing: -2px;
	text-align: center;
	margin:30px 0 0;
	
}

p.product-count {
	font-size:12px;
	margin:0px;
	letter-spacing: -1px;
	font-weight: 400;
	color:#888888;
}

p.subtitle {
	font-size:14px;
	letter-spacing: 2px;
	font-weight:500;
	color:#888888;
	margin:0 0 15px 0;
}

p.list-product-title, p.list-product-title a {
	font-size:11px;
	margin:4px 2px 0;
	line-height: 120%;
	padding:0px;
	text-decoration: none;
	color:#000000;
	cursor:pointer;
	overflow-x:hidden;
	white-space:nowrap;
	letter-spacing: -1px;
}

p.list-product-etitle, p.list-product-etitle a {
	font-size:10px;
	margin:2px 0px 0;
	padding:0px;
	line-height: 100%;
	text-decoration: none;
	color:#999999;
}

p.list-product-artist {
	font-size:10px;
	margin:3px 4px 0px;
	padding:0px;
	line-height: 100%;
	color:#888888;
	letter-spacing: -1px;
}

p.list-product-type {
	font-size:12px;
	margin:15px 10px 0;
	padding:0px;
	line-height: 100%;
}

p.list-product-size {
	font-size:11px;
	margin:5px 10px 0;
	padding:0px;
	line-height: 100%;
	color:#666666;
}

p.list-product-price {
	font-size:11px;
	margin:7px 0 15px 0;
	padding:0px;
	line-height: 100%;
	color:#4499aa;
	font-weight:400;
	letter-spacing: 0.5px;
}

.besticon {
	position:absolute;
	margin-top:-2px;
	margin-left:-2px; 
	font-size:9px;
	font-weight: 500;
	padding:1px 4px 2px 3px;
	background-color:#0099aa;
	line-height: 100%;
	color:#ffffff;
	letter-spacing: 0px;
}

.newicon {
	position:absolute;
	margin-top:-2px;
	margin-left:-2px; 
	font-size:9px;
	font-weight: 500;
	padding:1px 4px 2px 3px;
	background-color:#ffcc00;
	line-height: 100%;
	color:#000000;
	letter-spacing: 0px;
}

.trendbg {
	width:100%;
	text-align: center;
	background-size:auto 264px;
	background-position: center center;
	background-repeat: no-repeat;
	margin:0 0 10px 0;
}

.description {
	text-align:center;
	letter-spacing: -1px;
	margin:0 20px;
}

p.trend_description {
	margin-bottom:25px;
	font-size:13px;
	font-weight: 300;
	line-height: 140%;
}

/*********************************************/

.grid {
	width:100%;
}

.grid-sizer,
.grid-item {
  width: calc(50% - 5px);
}

.grid-item img {
	display:block;
	width:100%;
	border-radius: 3px;
	border:1px solid #f4f4f4;
}

/*********************************************/

/* 썸네일 */


/* 2019.8.13 added 아티스트 작품 목록 */

p.artistIntroduce {
	font-size:12px;
	letter-spacing: -1px;
	padding:0 20px;
	margin:20px auto 0;
	text-align: left;
}

.artistMasterpiece {
	width: 100%;
	height:200px;
	margin:-30px 0 30px;
	background-position:center center;
	background-size:cover;
}

.artistProfile {
	width:80px;
	height:80px;
	margin:0 auto 10px;
	border-radius:50px;
	background-size:cover;
}

div.viewTitle {
	position:fixed;
	width:calc(100% - 20px);
	padding:11px 10px;
	background-color:#fafafa;
	border-bottom:1px solid #dddddd;
	z-index:99999999;
}

div.viewTitle a {
	text-decoration: none;
	color:#000000;
	font-size:15px;
	letter-spacing:-1px;
	line-height: 130%;
}

.floatright {
	float:right;
	font-size:13px;
	line-height: 100%;
}