body, div, span, p {
	font-family: 'NanumSquare', sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.unified {
	margin-left: 2px !important;
	margin-right: 2px !important;
}

.clock_title {
	font-size: 16px;
	font-weight: 600;
	padding-top: 20px;
	margin-bottom: 10px;
}

.select_regions {
	font-size: 16px;
	font-weight: 600;
	margin: 10px;
}

.clk_box {
	text-align: center;
	min-width: 120px;
	padding: 4px 12px 4px 12px;
	margin-bottom: 4px;
	background-color: #E7E7E7;
	border: 1px solid #999999;
}

.clk_city {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #333333;
}

.clk_country {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: #333333;
}

.clk_date {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #333333;
}
.clk_day {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #333333;
}

.clk_hm {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	color: #333333;
}
.clk_s {
	font-size: 14px;
	right: 11px;
	top: 28px;
	color: #333333;
}

.clk_ampm {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
}

.clk_hm_no {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	color: #333333;
}

.clk_hm_no.afternoon {
	background-color: #eaeaea;
}

.clk_hm_no.daytime {
	background-color: #fffefc;
}

.clk_hm_no.night {
	background-color: #ececec;
}

.clk_hm_no.current {
	/* background-color: #ffcece; */
	/* background-color: #fff3d3; */
	background-color: #ffe5d3;
}

.clk_line {
	width: 100%;
	height: 1px;
	background-color: #999999;
}
