@charset "utf-8";
/* ===================================================================
	KBC
	2014.10.22
	print.css
=================================================================== */
@media print {

body {
	_zoom: 70%;
}

body {
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
	background: none;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 1em auto;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}


/* clearfix */

.clearfix {
	overflow:visible !important;
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0px;
	overflow:visible !important;
}

/*\*/
* html .clearfix{
	height:1em;
	overflow:visible !important;
}
/**/

/* break */

.break {
	page-break-before : always ; 
	}

#TopMvList .slider_wrap,
#TopTv,
#TopRadio{
	overflow:hidden;
}
.TopicSlider .sp-slide{
	float:left;
}

.mainmenu_panel{
	display:none;
}

}
