
		@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 {float: left; position: relative;}
.weatherDate {float: left; width: 77px; line-height: 1.5; color: #666; padding-top: 18px;}
.con1 {font-family:"Arial"; font-size: 12px;}
.con2 {font-family: "MS Gothic"; font-size: 12px;}
.temperature {float: left; color: #8a8a8a; line-height: 1.1; padding-top: 18px;}
.temperature strong {color: #000; font-size: 35px; font-family: "Arial";font-weight: normal;}
.weatherImg {float: left; padding-left: 2px;}
.weather {clear: both; float: left;  width: 188px; height: 15px; background-color: #d9d7d7; border: 1px solid #b5b5b5; }
.weather li {float: left;width: 54px;height: 16px;padding: 1px 0 0 8px;}
.weather li img {
	vertical-align: top;
}

