@charset "utf-8";

@import url('layout.css');
@import url('ezens.css');

body,div,ul,li,dl,dt,dd,ol,p,h1,h2,h3,h4,h5,h6,form {margin:0;padding:0;border:0; }
body {font-family:'돋움',Dotum,Helvetica,sans-serif;font-size:12px;overflow-y:scroll;}
ul,ol,dl {list-style:none}
ul {list-style:none; padding:0; margin:0;}
img, fieldset, abbr, acronym { border:0;vertical-align:top;}
legend, caption, hr {position:absolute; left:-1000%; top:0; width:1px; height:1px; font-size:0; line-height:0; overflow:hidden;} /**display:none; 을 주면 리더기에서 읽지 않기 때문에 넣으면 안된다**/

/* lnput */
input, select, button, textarea,  {font-family:'돋움',Dotum,Helvetica,sans-serif;font-size:12px; vertical-align:middle; color:#282828; border:1px solid #d8d8d8;}
input.text, input.password { padding:1px; }

/* link */
a { color:#282828; text-decoration:underline;}
a:focus, a:hover, a:active { color:#e40081; text-decoration:underline;}

.line{ height:1px; background:#e7e7e7; font-size:1px; line-height:1px;} /** 기본 라인 **/
.b { font-weight:bold;} /** 굵은 텍스트 **/
.hand { cursor:hand;} /** 이미지에 onClick 처리했을 때 손바닥 모양 만들기 **/
.m_default { cursor:default;} /** 이미지에 onClick 처리했을 때 커서 모양 만들기 **/
.clr { clear:both; font-size:0; line-height:0;} /** 플로팅 된 요소를 clear하기 **/


.space { font-size:1px;line-height:1px;} /** png 상단왼쪽에 생기는 점없에기위한것 **/
.space0 { font-size:0;line-height:0;} /** 라인영역 잡을 때 기본 공백 없애기 **/







