@charset "utf-8";

html, body, div, span, object, iframe,
p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, font, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, h1, h2, h3, h4, h5, h6,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td 
{margin:0; padding:0; border:0;}

img, input.type-image { border: 0 none; }
ol, ul, li {list-style:none;}
blockquote, q {quotes:none;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-spacing:0;} 
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;}
select{font-size: 1em;}
.radio {margin-bottom:-2px;}

hr{height:0; width:0; font-size:0; line-height:0;text-indent:-5000px;}
legend{height:0; width:0; font-size:0; line-height:0;text-indent:-5000px;}
noscript{height:0; width:0; font-size:0; line-height:0;text-indent:-5000px;}
caption{height:0; width:0; font-size:0; line-height:0;text-indent:-5000px;}

a, a:link{color:#000;text-decoration:none;}
i{font-style:normal;}

/*INPUT*/
input, textarea, button, select, textarea{font-family:'Pretendard',sans-serif;letter-spacing: -0.025em;}
textarea{border:1px solid #d5d5d5;width:100%;}

/*백그라운드, 이미지 깨지는 현상으로 인한 수정코드*/
/*아이폰은 깨져서 주석{image-rendering: -webkit-optimize-contrast;}*/
*{image-rendering: auto;}
