﻿/*-------------------------------------------------------------------------------------------
Basic Style Sheet

author: junkyung Kim
email : kk4404@nate.com
-------------------------------------------------------------------------------------------*/
@charset "utf-8";

@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css");


html { overflow: auto; }

body {
	margin : 0;
	padding : 0;
	font-family: "Nanum Gothic" !important;
	/*font-family: "NanumGothic";*/
	font-size: 14px;
}

p, div, form {
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}
p, div, th, td, select, input {
	color: #747474;
	font-family: "Nanum Gothic" !important;
	/*font-family: "NanumGothic" !important;*/
}
a:link, a:visited {
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: none;
}
img,
input.image {
	border: none;
}
input.text, textarea {
	border: 1px solid #c9c9c9;
	background: #fff;
}
input, select, textarea {
	vertical-align: middle;
	font-size: 1em;
	color: #444444;
}
textarea {
    padding: 10px;
}
input, input.type-text {
	padding: 0;
}
select {
	font-size: 11px;
}
img.button {
	cursor: pointer;
	vertical-align: middle;
}
input.type-radio {
	width: 13px;
	height: 13px;
	margin: 0 0 0;
}
input.type-text {
	border: 1px solid #d8d7d7;
	height: 17px;
	font-size: 12px
}
table {
	border-collapse: collapse;
    table-layout: fixed;
}
input.type-checkbox {
	width: 14px;
	height: 14px;
	margin: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
dl,dt,dd {
    margin: 0;
    padding: 0;
}
h1 {
    margin: 0;
    padding: 0;
    line-height: 2.5em;
}
h2 {
    margin: 0;
    padding: 0;
    line-height: 2.0em;
}
h3 {
    margin: 0;
    padding: 0;
    line-height: 2.0em;
}
h4 {
    margin: 0;
    padding: 0;
    line-height: 2.0em;
}
h5 {
    margin: 0;
    padding: 0;
    line-height: 2.0em;
}
img.left {
	float: left;
}
ol {
    margin: 0 0 10px 25px;
    padding: 0;
}
ol li {
    margin: 0;
    padding: 0;
    list-style: decimal;
}
img {
	border: 0;
}
