@import url(../inc/nanumbarungothic.css);
html, body {
height: 100%;
}
body {
 font-family: 'Malgun Gothic', sans-serif;
 font-size: 14px;
 letter-spacing: 0;
 margin: 0;
 padding: 0;
 color: #333;
}
img {
 max-width: 100%;
 height: auto;
 vertical-align: middle;
}
table {
 width: 100%;
 border-collapse: collapse;
 word-break: break-all;
}
ul, ol, dl, dd, p {
 padding: 0;
 margin: 0;
}
ul li {
 list-style: none;
}
h1, h2, h3, h4, h5, h6 {
 font-family: 'Nanum Barun Gothic', sans-serif;
 margin: 0;
 line-height: normal;
}
a {
 text-decoration: none;
}
a:link, a:active, a:visited {
 color: #333;
}
a:hover {
 color: #666;
}
input[type=checkbox], input[type=radio] {
 vertical-align: middle;
}
.f-left {
 float: left;
}
.f-right {
 float: right;
}
.clear {
 clear: both;
}
.f-nanum {
 font-family: 'Nanum Barun Gothic', sans-serif;
}
.f-bold {
 font-weight: bold;
}
.f-italic {
 font-style: italic;
}
.t-center {
 text-align: center;
}
.t-left {
 text-align: left !important;
}
.t-right {
 text-align: right !important;
}
.li-link {
 cursor: pointer;
}
.c-insadal {
 color: #e50054;
}
.margin-0 {
 margin: 0 !important;
}