﻿@charset "utf-8";

html{	margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 { margin:0; padding:0;}
form, ul, li, dl, dt, dd, p { margin:0; padding:0;}
th { text-align: center;}
fieldset, legend { border: none; margin:0; padding:0;}
#accessibility, legend, caption { display: none;}

body{ font-family: dotum, gulim, tahoma; font-size: 12px; color: #666; line-height:160%; margin: 0; padding: 0;}
img { margin: 0px; padding: 0px; border: 0px none; vertical-align:top;}
select { margin: 0; padding: 0;}
input { margin: 0; padding: 0;}
ul li { margin:0px; padding:0px; list-style:none; line-height:160%; vertical-align: middle;}

.ul li{ margin:0px; padding:0px; list-style:none; line-height:160%; vertical-align: middle; float:left;}
.ur li{ margin:0px; padding:0px; list-style:none; line-height:160%; vertical-align: middle; float:right;}
.float { float: left;}
.floatnone { float: none; vertical-align: middle; margin-bottom: 2px;}



a:link{ color: #666; border-style: none; text-decoration : none;}
a:visited{ color: #666; border-style: none; text-decoration : none;}
a:active{ color: #4ba9e5; text-decoration:none;}
a:hover{ color: #4ba9e5; text-decoration:none;}

.clear{
  display:block;
  float:none;
  clear:both;
  height:0;
  width:100%;
  font-size:0 !important;
  line-height:0 !important;
  overflow:hidden;
  margin:0 !important;
  padding:0 !important;
}
