p, ul, li, img{
	padding:0px;
	margin:0px;
}

ul, li{
	list-style:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1{
	font-size:0px;
 }

h2{
	font-size:38px;
}
	
h3{
	font-size:30px;
}
	
h4{
	font-size:20px;
}

h5{
	font-size:18px;
}
	
h6{
	font-size:14px;
}				

li{
	list-style:none;
}	

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a
a:focus
a:hover,
a:active {
  outline: none;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  resize:none;
}

input,
select,
textarea {
	outline:none;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input, textarea{
	border-radius:3px;
	moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
}

button{
	padding:0px;
}

body {
  margin: 0;
  padding:0;
  /*font-family:Arial, Helvetica, sans-serif;*/
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #27211f;
  background:#f1f2ea;
}

a {
  color: #408eb5;
  text-decoration: none;
  outline:none;
}

a:hover {
  color: #408eb5;
  text-decoration: none;
}

a:visited {
  color: #408eb5;
}

hr {
  margin: 0 0 15px 0;
  border: 0;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #ffffff;
  width:100%;
  float:left;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 100%;
}

.clear { 
	display: block; 
	float: none; 
	clear: both; 
	width: auto; 
	height: auto; 
}

.clear-left { 
	display: block; 
	float: none; 
	clear: both; 
	width: auto; 
	height: auto; 
}

.clear-right { 
	display: block; 
	float: none; 
	clear: both; 
	width: auto; 
	height: auto; 
}
	
.centered { 
	text-align: center; 
}
	
.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.caret {
    width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ffffff;
	vertical-align:top;
	content: "";
    display: inline-block;
	opacity: 1;
	margin:18px 10px;
}

.fullwidth{
	width:100%;
}

input[type="text"], input[type="password"]{
	color:#9b9b9b;
	padding:0px 10px;
	font-size:14px;
	border:1px solid #e5e6de;
	box-shadow:0px 1px 0px #e5e6de inset;
	-moz-box-shadow:0px 1px 0px #e5e6de inset;
	-webkit-box-shadow:0px 1px 0px #e5e6de inset;
	-o-box-shadow:0px 1px 0px #e5e6de inset;
	-ms-box-shadow:0px 1px 0px #e5e6de inset;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

textarea{
	color:#9b9b9b;
	padding:5px 5px 5px 10px;
	font-size:14px;
	font-family: 'Nanum Gothic', sans-serif;
	border:1px solid #e5e6de;
	box-shadow:0px 1px 0px #e5e6de inset;
	-moz-box-shadow:0px 1px 0px #e5e6de inset;
	-webkit-box-shadow:0px 1px 0px #e5e6de inset;
	-o-box-shadow:0px 1px 0px #e5e6de inset;
	-ms-box-shadow:0px 1px 0px #e5e6de inset;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
	
/* font size */	
.font1{
	font-size:11px;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}