@charset "utf-8";
/* CSS Document */

html{ height:100%}
body{font-family:tahoma, arial, san-serif; height:100%; margin:0; padding:0}

img{border:0}
input{background-color:#f9f9f9; border:1px solid #d7d7d7; color:#444; margin:2px; padding:2px 3px; font-size:0.9em; line-height:1.2em;font-family:'Nanum Gothic','맑은 고딕',돋움,dotum,sans-serif;}

ul, li{ list-style:none}

a:link, a:visited{ text-decoration:none; color:#3b3b3b}
a:hover, a:active{ text-decoration:none; color:#33a9a1}

.clear{clear:both; height:0; margin:0; padding:0;}

/* cursor:hand */
.cursor_hand { cursor:hand }

.margin_top30{ margin-top:30px}
.margin_top50{ margin-top:50px}
.margin_topbottom30{ margin:30px 0}
.margin_topbottom50{ margin:50px 0}
.padding_topbottom30{ padding:30px 0}
.padding_topbottom50{ padding:50px 0}