/************************************************************************************************
°£Çà¹° ¸®½ºÆ® (periodical/list.html)
************************************************************************************************/

/************************************************
¸®½ºÆ®
************************************************/
#con_list dl {
	float: left;
	margin: 15px 0 0 0;
}

#con_list dt {
	margin: 10px 0 8px 0;
	padding: 0 0 5px 74px;
	float: right;
	width: 414px;
	font: bold 14px dotum;
	color: #333;
	border-bottom: 1px dotted #ABABAB;
}
#con_list dd.img img {
	float: left;
	margin-right: 15px;
	border: 1px solid #DDD;
}

#con_list dd.txt {
	line-height: 140%;
}
#con_list dd.price {
	margin: 5px 0;
	font: bold;
	color: #F26521;
}
#con_list dd.btn {
	margin-left: 111px;
	padding-bottom: 7px;
	border-bottom: 1px solid #DDD;
}

/************************************************
°£Çà¹° ±¸ºÐ ¾ÆÀÌÄÜ
************************************************/
.icon01 {
	background: url(/images/periodical/icon/icon01.gif) no-repeat 0 0;
}
.icon02 {
	background: url(/images/periodical/icon/icon02.gif) no-repeat 0 0;
}
.icon03 {
	background: url(/images/periodical/icon/icon03.gif) no-repeat 0 0;
}

/************************************************************************************************
°£Çà¹° ÀÚ¼¼È÷º¸±â (periodical/detailview.html)
************************************************************************************************/

/************************************************
ÀÚ¼¼È÷ º¸±â
************************************************/
#detail_wrap {
	margin-top: 15px;
	width: 525px;
	border: 1px solid #ADCADC;
	background: #EDF6F8;
	padding: 5px;
}
#detail {
	height: 200px;
	background: #FFF;
	padding: 10px;
}

#detail dt {
	margin-top: 0px;
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #DDD;
	float: right;
	width: 380px;
	font: bold 16px dotum;
	letter-spacing: -1px;
	color: #333;
}
#detail dd.img img {
	float: left;
	margin-right: 15px;
	border: 1px solid #DDD;
}
#detail dd.btn {
	text-align: right;
	margin-left: 113px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
}

#detail dd table {
	margin: 8px 0;
}
#detail dd table th {
	height: 25px;
	width: 60px;
	text-align: left;
	font: bold;
	color: #5B98BC;
	background: url(/images/periodical/arr/arr06.gif) no-repeat 6 6;
	padding-left: 13px;
}
#detail dd table td {
	height: 25px;
}

/************************************************
¸ñÂ÷º¸±â
************************************************/
.detail_title {
	font: bold 14px dotum;
	letter-spacing: -1px;
	margin: 24px 0 7px 0;
	padding: 0 0 0 18px;
	background: url(/images/periodical/arr/arr07.gif) no-repeat 0 0;
}
.detail_con {
	width:520px;
	line-height: 160%;
	padding: 14px 10px;
	background: #F8F8F8;
}
