@charset "utf-8";
/* CSS Document */
html, body {padding:0; margin:0; background:#fff;}

/* 마진과 패딩의 초기화 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0; padding:0;}

/* 헤더 폰트 사이즈 초기화 */
h1,h2,h3,h4,h5,h6 {font-size:100%;}

/* 리스트의 스타일 제거 */
ol,ul {list-style:none;}

/* 폰트 강조 특성 초기화 */
address, caption, cite, code, dfn, em, th, var {font-style:normal; font-weight:normal;}

/* 테이블 스타일 초기화 */
table {border-collapse:collapse; border-spacing:0;}
td {color:#666; font:12px/140% Tahoma, MS UI Gothic, sans-serif; word-break:break-all; word-wrap:break-word; text-align:justify;}
div {word-break:break-all; word-wrap:break-word; text-align:justify;}
li {word-break:break-all; word-wrap:break-word; text-align:justify;}
p {word-break:break-all; word-wrap:break-word; text-align:justify;}

/* 이미지 및 필드셋에서 보더 표시 초기화 */
fieldset,img { border:0; }
legend {padding:0;font-size:0;line-height:0;}

/* 캡션 텍스트 정렬 초기화 */
caption {text-align:left;}

/* 인용구 표시 초기화 */
q:before, q:after {content:'';}

img.imgMiddle { vertical-align:middle;}

.hidden {text-indent:-2000px;	height:0;	margin:0; widht:0; height:0;	padding:0; font-size:0;	line-height:0; overflow:hidden; display:none;}
hr.groupLine {display:none;}
div.floatClear {clear:both;}

/*폼입력 초기화*/
textarea {border:1px solid #cdcdcd; line-height:140%; width:98%; }
input, textarea {vertical-align:middle; font-size:12px; color:#666; font-family:Tahoma, MS UI Gothic, sans-serif;}
select { font-family:Tahoma, MS UI Gothic, sans-serif; color:#666;}
input.imgBtn { vertical-align:middle;}
input.typeText { height:14px; padding:2px 0 1px 2px; vertical-align:middle;}
input.radio { vertical-align:middle; margin-bottom:2px; margin-right:2px;}

input.typeText, textarea{border:1px solid #cdcdcd; background:#fff;}
input.typeText:hover, 
input.typeText:focus, 
input.searhInput:hover, 
input.searhInput:focus, 
textarea:hover, 
textarea:focus {background-color:#ebeffa;}

BODY{
color:#666666;
font-size:12px;
text-align:center;
font-family:MS UI Gothic;
line-height:16px;
}
a:link{ color:#464646; text-decoration:none;}
a:visited{ color:#464646; text-decoration:none;}
a:hover{ color:#000; text-decoration:underline;}
