@charset "utf-8";
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');



#txtcontainer{
	color: #666;
	font-size: 16px;
	font-weight:700;
	text-align:center;
	padding: 0px 10px;	
	position:relative;
	width: 100%;
	top: -30px;
	
	
	font-family:³ª´®°íµñ,NanumGothic, sans-serif;
	text-shadow:1px 1px 0 rgba(255,255,255,0.5);
}

#txtcontainer1{
	color: #df2525;
	font-size: 24px;
	font-weight:700;
	text-align:center;
	padding: 0px 10px;	
	position:relative;
	width: 100%;
	top: -30px;
	
	
	font-family:³ª´®°íµñ,NanumGothic, sans-serif;
	text-shadow:1px 1px 0 rgba(255,255,255,0.5);
}



@media screen and (max-width:480px) {

#txtcontainer{
	color: #878787;
	font-size: 12px;
	font-weight:700;
	text-align:center;
	padding: 0px 0px;	
	position:relative;
	width: 100%;
	top: -30px;
	
	
	font-family:³ª´®°íµñ,NanumGothic, sans-serif;
	text-shadow:1px 1px 0 rgba(255,255,255,0.5);
	}

#txtcontainer1{
	color: #df2525;
	font-size: 12px;
	font-weight:700;
	text-align:center;
	padding: 0px 0px;	
	position:relative;
	width: 100%;
	top: -30px;
	
	
	font-family:³ª´®°íµñ,NanumGothic, sans-serif;
	text-shadow:1px 1px 0 rgba(255,255,255,0.5);
	}

}