body {
	margin-top:30px;
	font-family:'바탕', serif !important;
	font-size:10pt;
	width:100%;
	*position:static;
	*margin-left:0;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*#cont {
	*zoom:80%;
}*/
div {
    /*page-break-inside: avoid;*/
}	
a[href]:after {
	content: "";
}
h2 { 
	font-size: 1.7em !important;
	word-break:break-all;
}
h3 {
	font-size: 1.5em !important;
	word-break:break-all;
}
h4 {
	font-size: 1.3em !important;
	word-break:break-all;
}
#print_title {
	display:block;
	font-size: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
#header_wrapper,
#footer,
#skin_list_bottom,
#skin_toolbar,
#footer_wrapper,
h1,
.media-body .fright,
.hidden-print
{
	display:none;
}
.visible-print {
	display:block;
}


.container .row,
.container .row-fluid,
#cont,
#skin_cont
{
	width:100% !important;
	margin-left: 0;
	font-family:'바탕', serif !important;
	font-size:10pt !important;
	_width:650px !important;
	_font-size:9pt !important;
}
/* 2 columns */
#cont.col-md-12 .row .col-md-6,
#cont.col-md-8 .row .col-md-4,
#cont.col-md-6 .row .col-md-3,
#cont .row-fluid .col-md-6 {
	float: left;
	width: 48.5%;
	margin-right: 2.5%;
	margin-left: 0;
}
#cont.col-md-12 .row .col-md-6:nth-child(2n),
#cont.col-md-8 .row .col-md-4:nth-child(2n),
#cont.col-md-6 .row .col-md-3:nth-child(2n),
#cont .row-fluid .col-md-6:nth-child(2n) {
	margin-right: 0;
}
/* 1/3 columns */
#cont.col-md-12 .row .col-md-4,
#cont.col-md-9 .row .col-md-3,
#cont .row-fluid .col-md-4 {
	float: left;
	width:32%;
	*width:31%;
	margin-right: 2%;
	margin-left: 0;
}
#cont.col-md-12 .row .col-md-4:nth-child(3n),
#cont.col-md-9 .row .col-md-3:nth-child(3n),
#cont .row-fluid .col-md-4:nth-child(3n) {
	margin-right: 0;
	margin-left: 0;
}
/* 2/3 columns */
#cont.col-md-12 .row .col-md-8,
#cont.col-md-9 .row .col-md-6,
#cont .row-fluid .col-md-8 {
	float: left;
	width:62%;
	margin-right: 2%;
	margin-left: 0;
}
/* 4 columns */
#cont.col-md-12 .row .col-md-3,
#cont .row-fluid .col-md-3 {
	float:left;
	width:23.5%;
	margin-right: 1.5%;
	margin-left: 0;
}
#cont.col-md-12 .row .col-md-3:nth-child(4n),
#cont .row-fluid .col-md-3:nth-child(4n) {
	margin-right: 0;
	margin-left: 0;
}