.widget-content-section
{
	font-family: 'Nanum Gothic', "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
	width: 100%;
	padding: 10px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	box-shadow: 0 0.125em 0.075em 0 rgba(0,0,0,0.125);
}

.widget-content-section .widget-header
{
	border-bottom : 1px solid #eeeeee;
	padding-bottom : 10px;
}

.widget-content-section .widget-header::after
{
	clear:both;
	content:"";
	display:block;
}

.widget-content-section .widget-header .widget-title-wrapper
{
	float: left;
}

.widget-content-section .widget-header .widget-title-wrapper .widget-title
{
	font-weight: bold;
	color: #666666;
	font-size: 14px;
}

.widget-content-section .widget-header .widget-more-btn-wrapper
{
	float: right;
}

.widget-content-section .widget-header .widget-more-btn-wrapper .widget-more-btn-link
{
	text-decoration: none;
	color: #aaaaaa;
}

#left-content .widget-content-section
{
	border: 1px solid #C0C0C0;
	box-shadow: unset;
}
#left-content .widget-header
{
	border-bottom : 1px solid #C0C0C0;
}
