@charset "utf-8";
/*
= 기본 초기화
*/

html, body {height:100%; margin:0; padding:0; font-size:12px; color:#464646;line-height:1.4; _line-height:1.3; font-family: "Verdana","arial",sans-serif;}

div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, fieldset,legend {margin:0; padding:0; font-size:100%, }

ul, ol, li {list-style:none; }

form {display:inline;}

img, fieldset {border:0;}

em {font-style:normal;}

input, textarea {color: #464646; padding:0; margin:0; font-size:12px;font-family: "Verdana","arial",sans-serif;}

:focus { outline: 0; }

.png { behavior: url("/iepngfix.htc"); }

a,a:visited {color: blue; }
a:hover {color: #ff793e; }
a { outline: 0 }

.clearfix:after, .container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix, .container {display: inline-block;}
.clearfix, .container {display: block;}

.nobr {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
