.article_info {margin-top:5px;color:#999;font-size:11px}
.article_info .line {padding:0 5px;color:#ddd}

/* list */
#bbslist {
	margin:0;
	padding:0
}

#bbslist .top {
	margin-bottom:45px;
	padding-top:10px;
	padding-left:0px
}
	#bbslist .top span.count {
		font-size:13px;
		background:url(/layouts/designercr/image/common/bu_dot_gray.png) no-repeat 5px center;
		padding-left:15px;
		display:block;
		float:left
	}
	#bbslist .top .button {
		float:right
	}

#bbslist .list {
	border-top:1px solid #eee;
	overflow:hidden;
	padding:30px 10px;
	cursor:pointer
}
	#bbslist .mouseover { /* mouse over */
		border-top:1px solid #eee;
		overflow:hidden;
		padding:30px 10px;
		cursor:pointer;
		background:#fff
	}
		#bbslist .mouseover h4 {
			text-decoration:underline;
			color:#f47181
		}
		#bbslist .mouseover .thumb {
			border:3px solid #f47181
		}
		#bbslist .mouseover .subtitle {	
			color:#e1905a
		}
	#bbslist .thumb {
		float:left;
		width:120px;
		border:3px solid #fbfbfb
	}
	
	#bbslist .info {
		float:left;
		margin-left:20px;
		width:560px
	}
		#bbslist .info .subject {
			clear:both;
			padding-top:5px
		}
			#bbslist .list .info .subject span {
				color:#aeaeae
			}
			#bbslist .info .subject h4 {
				color:#555;
				font-size:15px;
				padding-top:5px
			}

		#bbslist .info .profile ul {
			clear:both;
			margin-top:13px
		}
			#bbslist .info .profile ul li {
				clear:both;
				display:block
			}
		#bbslist .info .profile ul li span {
			display:block;
			line-height:180%
		}
			#bbslist .info .profile ul li .q {
				font-weight:bold;
				float:left;
				width:40px;
				color:#333
			}
			#bbslist info .profile ul li .a {
				float:left;
				width:420px;
				color:#6b6b6b
			}

			#bbslist .info .memo {
				clear:both;
				padding-top:10px;
				line-height:180%;
				color:#9a9a9a
			}

#bbslist .bottom {
	clear:both;
	padding:20px 0 30px 0;
	text-align:center;
	position:relative;
	border-top:1px solid #eee;
	overflow:hidden
}
	#bbslist .bottom a {
		float:right
	}

#list-type-gallery {padding:0px 0 0px 0;overflow:hidden}
#list-type-gallery table {width:100%}
#list-type-gallery .boxgrid {width: 225px;height: 150px;float:left;background:#2b2b2b;overflow: hidden;position: relative;cursor:pointer;margin:7px}
#list-type-gallery .boxgrid img{position: absolute;top: 0;left: 0;border: 0;}
#list-type-gallery .boxcaption{float: left;position: absolute;height: 150px;width: 100%}
#list-type-gallery .thumb {position:relative;width:225px;height:150px;float:left;padding:20px}
#list-type-gallery .maker {padding-bottom:5px;display:block;color:#ee3232}
#list-type-gallery .subject {height:50px;display:block;width:80%}
#list-type-gallery .subject a {font-size:14px;font-weight:normal;color:#e6e6e6}
#list-type-gallery .price {font-size:22px;font-weight:normal;color:#fff;letter-spacing:-1px}
#list-type-gallery .soldout {position:absolute;bottom:45px;left:-10px;display:block;color:#fff;text-align:center;width:100%}
#list-type-gallery .profile span {line-height:150%}

/* view */
#bbsview {
	overflow:hidden;
	margin:30px 0 0 0;
	padding:0
}
#bbsview .btn00 {border:none}

#bbsview h5 {
	font-size:16px;
	color:#333;
	padding-bottom:20px
}
#bbsview .section {
	clear:both;
	line-height:150%;
	border-bottom:1px solid #eee;
	padding:30px 0
}
#bbsview .content {
	overflow:hidden;
	line-height:180%
}

/* left list */
#bbsview .otherlist {
	float:left;
	width:169px
}
#bbsview .list {
	clear:both;
	border-bottom:1px solid #eee;
	padding:10px 0;
	cursor:pointer;
	overflow:hidden
}
	#bbsview .list .thumb {
		float:left;
		width:50px;
		height:50px;
		overflow:hidden;
		border:2px solid #fbfbfb
	}
		#bbsview .current .thumb{ /* 선택시 */
			border:2px solid #f16464
		}
	
	#bbsview .list .info {
		float:left;
		margin-left:15px;
		width:100px;
		padding-top:3px
	}
		#bbsview .list .info span.episode {
			color:#999;
			font-size:11px
		}
		#bbsview .list .info p.title {
			color:#333;
			margin-top:5px
		}
			#bbsview .current .info p.title { /* 선택시 */
				color:#c81515
			}


/* right view */
#bbsview .view {float:right;width:715px}
#bbsview .more a {display:block;float:right;margin-top:-37px}
#bbsview .more a:hover {text-decoration:underline}

	#bbsview .view .subject {
		margin-bottom:20px;
		overflow:hidden
	}
		#bbsview .view .subject span {
			color:#999;
			padding-bottom:5px;
			display:block
		}
		#bbsview .view .subject h4 {
			color:#333;
			font-size:23px;
			font-weight:normal;
			float:left
		}
	
	#bbsview .view .profile { /* profile */
		clear:both;
		background:#ededed;
		border:1px solid #e3e3e3;
		padding:30px;
		overflow:hidden
	}
		#bbsview .view .profile .thumb {
			width:280px;
			height:185px;
			float:left;
			background:#fff
		}
			#bbsview .view .profile .thumb img {
				width:280px;
				height:185px
			}

		#bbsview .view .profile .info {
			float:left;
			margin-left:30px;
			width:335px
		}
			#bbsview .view .profile .info ul li {
				display:block;
				clear:both;
				line-height:180%
			}
			#bbsview .view .profile .info ul li .q {
				color:#333;
				width:30px;
				float:left;
				margin-right:10px
			}
			#bbsview .view .profile .info ul li .a {
				color:#999;
				width:270px;
				float:left
			}
	#bbsview .video,#bbsview .video iframe,#bbsview .video object,#bbsview embed {
		width:715px;
		height:360px
	}
#bbsview .item {padding:0px 0 0px 0;overflow:hidden}
#bbsview .item .boxgrid {width: 149px;height: 134px;float:left;background:#2b2b2b;overflow: hidden;position: relative;cursor:pointer;margin:14px}
#bbsview .item .boxcaption{float: left;position: absolute;width:149px;height: 134px}
#bbsview .item .thumb {position:relative;width:149px;height:134px;float:left;padding:20px}
#bbsview .item .maker {padding-bottom:5px;display:block;color:#23abf1}
#bbsview .item .subject {height:30px;display:block;width:80%;line-height:130%}
#bbsview .item .subject a {font-size:12px;font-weight:normal;color:#e6e6e6}
#bbsview .item .price {font-size:14px;font-weight:normal;color:yellow;letter-spacing:-1px}
#bbsview .item .soldout {position:absolute;bottom:45px;left:-10px;display:block;color:#fff;text-align:center;width:100%}


#bbsview .bottom {
	clear:both;
	padding:20px 0 30px 0;
	text-align:center;
	position:relative;
	overflow:hidden
}
	#bbsview .bottom a {
		float:left;
		margin-left:5px
	}


/* write */
#bbswrite {
	margin:0;padding:0
}
#bbswrite input.text1 {width:30%;color:#666}
#bbswrite textarea {width:98%}
#bbswrite select {border:1px solid #eee;padding:5px}
#bbswrite table {width:100%}
#bbswrite table tr.over {color:#ee3232}
	#bbswrite table tr.over input,
	#bbswrite table tr.over textarea {background:#f7f7f7;color:#000}
	#bbswrite table tr.over label {color:#666}
#bbswrite table label {margin-left:20px}
#bbswrite table td {padding:5px 0}
#bbswrite table td.q {
	width:10%;
	text-align:right
}
#bbswrite table td.a {
	width:90%;
	padding-left:15px
}
#bbswrite .iconbox {border-left:#e0e0e0 solid 1px;border-top:#e0e0e0 solid 1px;border-right:#e0e0e0 solid 1px;background:#f9f9f9;padding:6px 0 8px 7px;}
#bbswrite .iconbox a {padding:0 3px 0 3px;font-size:11px;font-family:dotum;color:#333;}
#bbswrite .iconbox a:hover {color:#7899C7;}
#bbswrite .iconbox a img {position:relative;top:2px;left:-2px;margin-right:3px;}
#bbswrite .iconbox .split {padding:0 2px 0 2px;margin-bottom:-1px;}
#bbswrite .bottombox {text-align:center;padding:20px 0 20px 0;margin:15px 0 0 0;border-top:#efefef solid 1px;}
#bbswrite .bottombox .btngray {font-weight:bold;width:60px;height:25px;}
#bbswrite .bottombox .btnblue {font-weight:bold;width:80px;height:25px;}

/* view */
#bbsview {margin:auto;padding:0 0 30px 0;}
#bbsview .viewbox {}
#bbsview .viewbox .icon {position:absolute;width:50px;height:50px;margin:10px 0 0 0;background:url('../../../../../_var/simbol/0.gif') center center no-repeat;}
#bbsview .viewbox .subject {padding:0 0 0 60px;}
#bbsview .viewbox .subject h1 {padding:11px 0 12px 0;margin:0;font-size:14px;font-weight:bold;font-family:dotum;border-bottom:#dfdfdf dotted 1px;}
#bbsview .viewbox .info {padding:10px 0 10px 60px;font-size:10px;font-family:arial;color:#c0c0c0;}
#bbsview .viewbox .info .xleft {float:left;}
#bbsview .viewbox .info .xright {float:right;}
#bbsview .viewbox .info .xright ul {padding:0;margin:0;}
#bbsview .viewbox .info .xright li {list-style-type:none;float:left;}
#bbsview .viewbox .info .xright .g {padding:0 10px 0 0;}
#bbsview .viewbox .info .xright .g img {position:relative;top:3px;right:3px;}
#bbsview .viewbox .info .xright .g a {font-size:11px;font-family:dotum;color:#666;}
#bbsview .viewbox .info .xright .g a:hover {text-decoration:underline;}
#bbsview .viewbox .info .xright div {position:absolute;display:none;}
#bbsview .viewbox .info .xright div ul {position:relative;top:17px;width:79px;border:#dfdfdf solid 1px;background:#ffffff;padding:1px;}
#bbsview .viewbox .info .xright div li {float:none;display:block;padding:3px 0 3px 3px;color:#333;font-size:11px;cursor:pointer;}
#bbsview .viewbox .info .xright div li:hover {background:#ECF0F6;}
#bbsview .viewbox .info .split {padding:0 5px 0 5px;color:#dfdfdf;font-size:10px;}
#bbsview .viewbox .info .han {font-family:dotum;font-size:11px;}
#bbsview .viewbox .info .num {font-family:dotum;font-size:11px;}
#bbsview .viewbox .content {padding:20px 0 20px 0;line-height:160%;}
#bbsview .viewbox .content .tag {padding:10px 0 0 0;}
#bbsview .viewbox .content .tag a {font-size:11px;font-family:dotum;color:#222;}
#bbsview .viewbox .content .tag a:hover {text-decoration:underline;}
#bbsview .viewbox .content .attach {padding:10px 0 0 0;line-height:120%;}
#bbsview .viewbox .content .attach ul {padding:0;margin:0;}
#bbsview .viewbox .content .attach li {list-style-type:none;background:url('../../../../../_core/image/_public/ico_file.gif') left no-repeat;padding:0 0 0 15px;}
#bbsview .viewbox .content .attach li a {font-size:11px;font-family:dotum;color:#666;}
#bbsview .viewbox .content .attach li a:hover {text-decoration:underline;}
#bbsview .viewbox .content .attach li .size {font-size:11px;font-family:arial;color:#999;}
#bbsview .viewbox .content .attach li .down {font-size:11px;font-family:arial;color:#333;}
#bbsview .viewbox .content .scorebox {text-align:center;padding:20px 0 20px 0;}
#bbsview .viewbox .content .snsbox {padding:20px 0 0 0;text-align:right;}
#bbsview .viewbox .content .snsbox img {cursor:pointer;}
#bbsview .bottom {padding:10px 0 0 0;text-align:left;}
#bbsview .comment {padding:0 0 10px 0;color:#c0c0c0;}
#bbsview .comment a {font-weight:bold;color:#3EA9CD;}
#bbsview .comment .icon1 {position:relative;top:3px;}
/* @view */