@charset "utf-8";

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: "SimSun",arial,sans-serif;
	font-size:small;
	font-size: 12px;
	color:#000;
	width: 100%;
	letter-spacing: 1px;
}

.popupWindow {background: none !important;}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
input,textarea,select {font-family: Dotum, "돋움",arial,sans-serif;font-size: 12px;}
table { border-spacing: 0; border-collapse: collapse;}
address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal; }
ol,ul ,li { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
abbr,acronym { border:0; }
hr{clear:both;display:none;} /* 레이아웃 구분시만 사용 */
legend, caption{position:absolute;visibility:hidden;overflow:hidden;line-height: 0;width:0;height:0;margin:0;padding:0;font:0/0 Arial;}
img, fieldset{border:0 none;}
label{cursor:pointer;}
a{color:#000;text-decoration:none;}
a:link, a:visited{color:#686868;text-decoration:none;}
a:hover, a:active{text-decoration:none;}



.content {position:relative; float: left; width: 207px; height: 92px; background: url('../images/index/bg_weather.gif') left top no-repeat;}
.content .date {color: #4e6f8b; letter-spacing: 0px;}
.content .time {color: #4e6f8b; font-family: "Arial Unicode MS"; letter-spacing: 0px;}
.content .temperature {float: left; font-size: 14px; padding-top: 12px; width: 128px;}
.content .temperature .low {color: #00a6ca;}
.content .temperature .high {color: #ff7c9f;}
.content .temperature span {font-family: "arial";}
.content .weather {float: left;}
.content .weatherMore {clear: both; position: relative; top: -3px;}