﻿@charset "utf-8";


@import url(forms.css); /* 폼 */ 
@import url(custom.css);/* 일반 */ 

/* CSS Reset */
body, html { margin: 0px; padding: 0px; width: 100%; }
body, input, select, option, textarea, caption, label { font-family: 돋움, 돋움체, Dotum, Verdana, sans-serif; font-size: 12px;  color: #606060; line-height: 20px; }
fieldset, table { clear: both; }
td, th { font-size: 12px; }
form { margin: 0px; padding: 0px; }
a img { border: none; }

#head fieldset { margin: 0px; padding: 0px; border: none; }
#head legend { display: none; }

table {padding:0px; margin:0px; border:0px; border-collapse:collapse; border-spacing:0px;}