@charset "utf-8";
/* Margin/Padding */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, select,
table, th, td {
margin: 0;
padding: 0;
border: 0;
font-family: "NanumGothic", 나눔고딕, "돋움", dotum;
font-style:normal;
}
/* Title */
h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}
/* border */
fieldset, img, abbr,acronym { border:0 none; }
/* List */
ol, ul { list-style:none; }
li{ float:left; }
/* Table */
table {
border-collapse: collapse;
border-spacing:0;
border:0 none;
}
caption, th, td {
text-align:left;
font-weight: normal;
}
/* Text */
address, caption, strong, em, cite {
font-weight:normal;
font-style:normal;
}
ins { text-decoration:none; }
del { text-decoration:line-through; }
/* 인용문 */
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote,q { quotes:"" ""; }
/* line */
hr { display:none; }
/* Link */
a:link, a:visited, a:active , a:hover { color:#353535; border:0; padding:0; margin:0; cursor:pointer; }
a:link, a:visited, a:active { text-decoration:none; }
a:hover { text-decoration:none; }
/* Align */
img{ border:0px; margin:0; padding:0; }
div img { vertical-align:middle; }
li img { vertical-align:middle; }
p input { vertical-align:middle; }
section{overflow:hidden;}