@charset "utf-8";
/* ================================================
    tag reset style
    source file: reset.css
    target: CSS Level 2.1
    make date : 2013.06.24
================================================ */


/* reset ... add html5 tag */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0; padding:0; border:0; outline:0; font-size:100%; background:transparent;} /*vertical-align:baseline;*/

html, body {width:100%; height:100%; background:#fff; color:#444; line-height:1;}
body {color:#444; -webkit-text-size-adjust:none}
html, body {font-size:12px; font-family:'Nanum Gothic', Helvetica, AppleGothic, Dotum; line-height:130%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
ul, li {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:"";content:none;}
del {text-decoration:line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}
table {border-collapse:collapse; border-spacing:0;}
hr {display:none;}
img {vertical-align:middle;max-width:100%;}
em {font-style:normal;}
input, select {font-size:12px; font-family:nanumG; vertical-align:middle;border:1px solid #d2d2d2;}
input {height:17px; padding:3px 4px 2px 4px; border:1px solid #d2d2d2;}
input [type=radio] {border:0;}
input [type=checkbox] {border:0;}
select {height:23px;} /*  -webkit-appearance:listbox; */
textarea {padding:2px 4px; border:1px solid #d2d2d2; font-family:nanumG;}

input[type='checkbox'] {background:#fff; border:solid 1px #ddd; height:16px; width:16px; -webkit-appearance:none; -webkit-border-radius:3px; padding:0; border:0 \0/IE8+9;}
input[type='checkbox']:checked {background:#fff; border:solid 1px #ddd; border:0 \0/IE8+9;}
input[type='checkbox']:checked:after {content:""; display:block; width:8px; height:8px; background:#666; position:relative; top:3px; left:3px; -webkit-border-radius:0px;}
input[type='radio'] {background:#fff; border:solid 1px #ddd; height:16px; width:16px; -webkit-appearance:none; -webkit-border-radius:10px; padding:0; border:0 \0/IE8+9;}
input[type='radio']:checked {background:#fff; border:solid 1px #ddd; border:0 \0/IE8+9;}
input[type='radio']:checked:after {content:""; display:block; width:8px; height:8px; background:#666; position:relative; top:3px; left:3px; -webkit-border-radius:5px;}



/* anchor style */
a:link, a:visited {text-decoration:none; color:#666;}
a:active, a:hover, a:focus {text-decoration:none; color:#333;}


legend, caption {
 display:none;
 clear:both; }
