/**
 * **********************************************************************
 * 
 * common.css
 * 
 * Consoler
 * 
 * Common Style
 * 
 * @since 2016. 02. 01.
 * @author hotsourcesoft.com
 * 
 * Copyright (c) 2016 Consoler All rights reserved.
 * 
 * **********************************************************************
 */
* {
	margin:0 auto;
	padding:0;
	
	/* Fonts */
	font-family: 'Noto Sans', sans-serif;
	color:#545454;
	color:rgba(84, 84, 84, 1.0);
}
html, body {
	width:100%;
	min-width:1024px;
	height:100%;
/* 	background:rgba(0 ,0, 0, 0.84); */
}



/**
 * **********************************************************************
 * 
 * Default Component
 * 
 * **********************************************************************
 */
.UIFooter {	
	width:100%;
	float:left;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:20px;
	
	text-align:center;
	
	font-size:11px;
	font-size:0.70em;
	color:#AAAAAA;
}

.UIContainer {
	width:100%;
	height:100%;
}

	.UIContainer .Content {
		width:100%;
		max-width:960px;
		min-height:75%;
	}
	
	.UIContainer .Content .Title {
		width:100%;
		padding-top:25px;
		padding-bottom:10px;
		text-align:center;
		
		font-size:24pt;
		font-weight:bold;
		color:#555555;
	}



/**
 * **********************************************************************
 * 
 * Styles
 * 
 * **********************************************************************
 */
.MainBannerSection {
	width:100%;
	
	padding-top:2%;
	padding-bottom:2%;
	
	text-align:center;
}
	.MainBannerSection_old {
		background: rgb(204,204,204); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(153,153,153,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(153,153,153,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	}
	.MainBannerSection .Title {
		font-size:38px;
		font-size:2.4em;
		
		margin-top:30px;
		margin-bottom:30px;
	}


.ad_bottom_container {
	width:100%;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

	.ad_bottom_container .ad_bottom {
		
	}