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

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

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

.clk_text {
	width: 120px;
	text-align: center;
}
.clk_box {
	background: url(../img/spr-wc-d.png) no-repeat;
	width: 120px;
	height: 120px;
	position: relative;
	margin-bottom: 10px;
}
.clk_box.night {
	background: url(../img/spr-wc-n.png) no-repeat;
}
.clk_box.night .hour {
	background: url(../img/spr-wc-n.png) no-repeat -120px 0;
}
.clk_box.night .min {
	background: url(../img/spr-wc-n.png) no-repeat -240px 0;
}
.clk_box.night .sec {
	background: url(../img/spr-wc-n.png) no-repeat -359px 0;
}
.clk_box.night .dot {
	background: url(../img/spr-wc-n.png) no-repeat -480px 0;
}
.clk_box div {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
}
.clk_box .hour {
	background: url(../img/spr-wc-d.png) no-repeat -120px 0;
}
.clk_box .min {
	background: url(../img/spr-wc-d.png) no-repeat -240px 0;
}
.clk_box .sec {
	background: url(../img/spr-wc-d.png) no-repeat -359px 0;
}
.clk_box .dot {
	background: url(../img/spr-wc-d.png) no-repeat -480px 0;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 57px;
	top: 57px;
}
@media (-webkit-min-device-pixel-ratio: 1.3),
	(min-device-pixel-ratio: 1.3),
	(min-resolution: 1.3dppx) {
	.clk_box {
		background-image: url(../img/spr-wc-d-2x.png) !important;
		background-size: auto 120px;
	}
}
@media (-webkit-min-device-pixel-ratio: 1.3),
	(min-device-pixel-ratio: 1.3),
	(min-resolution: 1.3dppx) {
	.clk_box.night {
		background-image: url(//c.tadst.com/gfx/n/cl/spr-wc-n-2x.png) !important;
		background-size: auto 120px;
	}
}

.clk_city {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
}

.clk_country {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
}

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

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

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