/* CSS 공통소스 */
/* 원본 */

/*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,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption,
{margin: 0; padding: 0; border: 0; outline: 0; vertical-align-: baseline; background-color: transparent; font-size:12px; text-decoration:none; line-height:130%; color:#555;}
ol, ul {list-style:none;}
a {color:inherit;}

body {font-size:12px; font-family:'돋움', 'Dotum', Dotum, sans-serif; line-height:auto;}*/


/* 변경 */
body, div, span, p, ol, ul, li, img {margin:0px; padding:0px; border:0px; line-height:18px; color:#555;}
img {vertical-align:middle;}
ol, ul, li {list-style:none;}
a {color:inherit; text-decoration:none; color:#555;}
body {font-size:12px; font-family:'돋움', 'Dotum', Dotum, sans-serif; line-height:auto;}
