/*---------------------------------------------------------------------
  base.css (coded by TKOL version 0.9.2015.08.31)

  설명: CSS 기초정의화일
----------------------------------------------------------------------*/
@charset "utf-8";

html{
	width:100%;
	height:100%;
	min-width:1000px;
	min-height:575px;
}

body{
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	font-family: sans-serif/*, WKLChongbong, 'PRK P Chongbong'*/;
	background:#fff;
}

table {
	font-size: 12px;
	line-height: 1.2em;
}

form,ul,li {
	margin: 0;
	padding: 0;
}
li img {
	vertical-align: middle; /* for IE img margin */
}

ul {
	list-style:none;
}

hr {
	display: none;
}

p, div, th, td, select {
	color: #333;
	font-family: sans-serif/*, WKLChongbong*/;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

img, input.type-image {
	border: 0 none;
}

input.type-text, textarea {
	border-top: 1px solid #797979;
	border-right: 1px solid #D4D1C8;
	border-bottom: 1px solid #D4D1C8;
	border-left: 1px solid #797979;
	background: #fff;
}

input.type-text:hover,
input.type-text:focus,
textarea:hover,
textarea:focus {
	background-color: #FFFFCE;
}

input, select, textarea {
	vertical-align: middle;
	font-size: 1em;
	color: #333;
}

span.button,
img.button,
a.button {
	cursor: pointer;
	vertical-align: middle;
}

button {
	font-family: arial/*, WKLGothic, 'PRK P Gothic'*/;
	font-size: 12px;
}

p{
	padding:0;
	margin:0;
	text-indent:20px;
}
