@charset "utf-8";

/* --------------------------
	NEWS - 전체속성
--------------------------- */
#news {
	margin: 0;
	padding: 0;
	overflow: hidden
}

/* --------------------------
	NEWS - 좌측영역
--------------------------- */
#news .left-area {
	float: left
}

#news .category {
	float: left;
	width: 88px;
	overflow: hidden;
	border: 1px solid #dfdfdf;
	padding: 10px;
	margin: 0 0 5px 0
}

/* --------------------------
	NEWS - 컨텐츠영역
--------------------------- */
#news .content {
	float: left;
	overflow: hidden;
	width: 720px
}
#news .content-view {
	float: left;
	overflow: hidden;
	width: 595px;
	margin: 0 0 0 10px
}
#news .content .banner {
	clear: both;
	padding: 0 0 20px 0
}
#news .head-line { /* 헤드라인 */
	clear: both;
	overflow: hidden;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #dfdfdf
}
#news .head-line .widget-gallery01 {
	float: left;
	margin: 10px 15px 0 0
}
#news .news-list {
	overflow: hidden
}
#news .widget-review02 {
	padding: 0;
	overflow: hidden;
	height: 230px
}
#news .content .left { /* 왼쪽영역 */
	float: left;
	width: 410px
}
#news .content .left .banner{
	margin: 20px 0 -20px 0
}
#news .content .right { /* 오른쪽영역 */
	float: right;
	width: 282px
}
#news .content .right .widget-review01 {
	float: right;
	width: 280px
} 



/* --------------------------
	NEWS - 우측영역
--------------------------- */
#news .snb {
	width: 240px;
	overflow: hidden;
	float: right
}


/* 웨딩뉴스 */
#news .snb .wedding-news {	
	margin: 6px 0 0 0;
	position: relative;
	border: 1px solid #dfdfdf;
	position: relative
}

/* 태그 */
#news .tag {
	overflow: hidden;
	border: 1px solid #dfdfdf;
	margin-top: 10px
}

/* 파워링크 */
#news .power-link {
	margin-top: 6px
}
#news .power-link li {
	line-height: 170%
}

/* 소호몰 */
#news .soho-mall {
	clear: both;
	margin-top: 6px;
	border: 1px solid #dfdfdf;
	overflow: hidden;
	padding: 15px
}

