html, body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);


body {
	text-align: center;
	font-family:"Nanum Square"
}

h1 {
	font-size: 28pt;
	letter-spacing: 12px;
	margin: 0;
}



#container {
	color: #555;
}

#countdown_dashboard {
	height:50px;
	float:right;
	width: 50%;
	box-sizing: border-box;
}

.dashboard_inner {
	float:right;
	line-height: 50px;
	padding-right:4%;

}

.dash {
	height: 100%;
	float: left;
	position: relative;
}
.colon{
	float: left;
	font-size: 2em;
	width:10px;
	color:#000;
}

.dash .digit {
	font-size: 2em;
	font-weight: bold;
	font-family:"Nanum Square";
	float: left;
	width: 18px;
	text-align: center;
	font-family: Times;
	color: #555;
	position: relative;
	color:#000;
}


.magam {
	width:100px;

}

.magam strong{
	font-size: 1.5em;
	vertical-align: bottom;
	color:#000;
}


.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 9pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: none;
	color:#000;
}


.dash_title2 {
	color:#000;
	font-weight: bold
}

.dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 40px 10px;
}

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
}

#subscribe_button {
	font-size: 14pt;
	color: #333;
	padding: 4px 8px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}



@media all and (max-width: 720px){

}