
@charset "utf-8";
html, body, blockquote, caption, dd, div, dl, dt, fieldset, form, frame, h1, h2, h3, h4, h5, h6, hr, iframe, input, legend, li, object, ol, p, pre, q, select, table, textarea, ul, tr, td {
    margin: 0;
    padding: 0;
}
fieldset, img {
    border: 0 none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-style: normal;
}
hr {
    display: none;
}
li, ol, ul {
    list-style: none outside none;
}
address {
    font-style: normal;
}
html {
    height: 100%;
}
body {
    background-color: #fff;
    color: #555;
    font-family: "돋움",Dotum,"굴림",Gulim,Verdana,sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 1.3;
    position: relative;
    width: 100%;
}
img {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
input, select, textarea, button {
    font-family: "돋움",Dotum,"굴림",Gulim,Verdana,sans-serif;
    vertical-align: middle;
}
textarea {
    padding: 3px;
}
select {
    border: 1px solid #d2d2d2;
    color: #626262;
    font-family: Arial;
    font-size: 12px;
    height: 19px;
    line-height: 1.2;
    vertical-align: middle;
}
table {
    border: 0 none;
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
}
table input {
    vertical-align: middle;
}
.blind, .skipNavi, legend, caption {
    font-size: 0;
    height: 0;
    left: -5000px;
    line-height: 0;
    position: absolute;
    top: -5000px;
    visibility: hidden;
    width: 0;
}
a {
    color: #252525;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
em {
    font-style: normal;
}
