@charset "UTF-8";

/*****************************************************
FileName : print.css
******************************************************/

/*	body
-------------------------------------------------------------------*/
body {
	background-color:#fff !important;
	background-image:none !important;
	min-width:690px !important;
}


/*	header
-------------------------------------------------------------------*/
/*--------------- display ---------------*/
#hdNav,
#hdSearch,
#gNav {
	display:none;
}

#hdArea,
#hdInBlock,
#gNavBox {
	margin:0 auto;
	width:690px !important;
}

#hdArea {
	min-width:690px !important;
	height:115px;
}


/*	contents
-------------------------------------------------------------------*/
/*--------------- display ---------------*/
#g_breadCrumb {
	display:none;
}


#coArea {
	margin:0 auto;
	width:690px !important;
}

@media print{
	#g_aSecUtil {
		display:none;
	}
}

#g_aSectionMainCont {
    font-size: 117%;
}


/*	side
-------------------------------------------------------------------*/
#siBlock {
	display:none;
}


/*	footer
-------------------------------------------------------------------*/
#ftSitemap,
#ftUtil {
	display:none;
}

#ftArea {
	margin:0 auto;
	padding:10px 0 25px 0;
	width:690px !important;
}


/*	faq
-------------------------------------------------------------------*/
#ctfaq .g_emBox02,
#ctfaq .g_emBox02.p_nonselect {
	display:block;
}