@charset "utf-8";

body {font:normal 12px/18px '나눔고딕','NanumGothicWeb','NanumGothic', '돋움' ,Dotum ,Helvetica ,Verdana ,Arial, "Apple SD Gothic Neo", sans-serif;color:#686868; width:90px; height:30px;}

/* 요소(element) 여백 초기화  */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, select,
table, th, td,address {
	margin:0;
	padding:0;
}

/* 제목요소 */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	line-height:1;
}

/* 테두리 없애기 */
fieldset, img, abbr,acronym {border:0 none; }

/* 목록 */
ol, ul {list-style:none; }

/* hr 제거 */
hr {display: none; }

/* img를 포함한 a요소의 보더, 패딩 초기화 설정 */
img, fieldset {
    border: 0 none;
	vertical-align:top;
}

/* 테이블 - 마크업에 'cellspacing="0"' 지정 함께 필요 */
table {
	border-collapse:collapse;
	border-spacing:0;
	border:0 none;
	padding:0;
	}

caption, th, td {
	text-align:left;
	font-weight: normal;
}

/* 텍스트 관련 요소 초기화 */
address, caption, strong, em, cite {
	font-weight:normal;
	font-style:normal;
	}
ins {text-decoration:none; }
del {text-decoration:line-through; }

/* 인용문 */
blockquote:before, blockquote:after, q:before, q:after {content:""; }
blockquote,q {quotes:"" ""; }

/* 수평선*/
hr {display:none; }

hr, legend, caption {
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -10000em;
	visibility: hidden;
	width: 0;
}

a, a:link, a:hover, a:visited, a:active {
	color: #555;
	text-decoration: none;
	background-color:transparent;
}

/* form */
input {vertical-align:middle;}
select {vertical-align:middle;}

.over_pointer{cursor:pointer;}


 /*	weather_banner	*/
.weather{width:90px;height:30px;float:right;}
.weather a{display:block;width:90px;height:30px;}
.weather .icon{cursor:pointer;}
.weather span{display:inline-block;line-height:16px; color:#6b614c;}
.weather span:first-child{vertical-align:bottom;padding-right:8px;}

.banner_yoil{ color:#6b614c; font-family:'나눔고딕','NanumGothicWeb','NanumGothic'}
.banner_yoil2{ color:#ffffff; font-family:'나눔고딕','NanumGothicWeb','NanumGothic'}
.banner_temp{ color:#7c7255; font-family:'Helvetica';}
.banner_temp2{ color:#ffffff; font-family:'Helvetica';}