@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 background:transparent;
}

ol, ul {
	list-style: none outside none;
}

blockquote, q{quotes:none;}
table{border-collapse:collapse;border-spacing:0;}

body, select, input, textarea { font: 15px "돋움",verdana, arial, helvetica, sans-serif; color:#444444; background-color:#eeeeee;}

a { color:#444444; text-decoration:none; }
a:link { color:#444444; }
a:visited { color:#8888888; }
a:hover, a:active { color:#8888888;text-decoration:none; }

input[type="text"]{width:100%;}

/* mobile */
@media all and (min-width:640px) {
}

/* Tablet & Desktop Device */
@media all and (min-width:768px) {
}

/* Tablet Device */
@media all and (min-width:768px) and (max-width:1024px) {
}

/* Desktop Device */
@media all and (min-width:1025px) {
}