@charset "utf-8";


/* Tag Definition */
/* { font-style: normal; font-family:Dotum,돋움,sans-serif;} */
* { font-family:'Malgun Gothic','맑은 고딕',"돋움",Dotum,Verdana,Arial,helvetica,clean,sans-serif; }

/* 전체 선택자 사용시 위 속성 외에는 지정하지 마세요. */
* html { overflow: scroll; overflow-x: auto; }/* [IE] 프레임안의가로스크롤문제해결 */
html, body { min-height: 100%; margin: 0; padding: 0; background: #fff; } /* [IE] 배경색을지정해서화면이뭉개지는문제해결 */
html { height: 100%; } 
h1,h2,h3,h4,h5,h6,input,button,textarea,select,table{font-family:'Malgun Gothic','맑은 고딕',"돋움",Dotum,Verdana,Arial,helvetica,clean,sans-serif;font-size: 1em; }

* html body { height: 100%; }
body{text-align: left;font-size: 13px !important /* 12px */; line-height:1.4em; font-family:'Malgun Gothic','맑은 고딕',"돋움",Dotum,Verdana,Arial,helvetica,clean,sans-serif; }
:root body {font-size: 1em;  }
table, pre { font-size: 1em; } /* DOCTYPE 없으면 속성 상속 안됨 */
a:link,a:visited{text-decoration:none; color:#333 }
a:hover,a:focus,a:active{text-decoration:none; }

img,fieldset,iframe{border:0 none}

.dpn { display: none !important; display: table-caption;}

ul {list-style:none; padding:0; margin:0; }
ul li{list-style:none; padding:0; margin:0  }

dl {padding:0px; margin:0px;}
dt {padding:0px; margin:0px;}
dd {padding:0px; margin:0px;}

a,area { blr:expression(this.onFocus=this.blur())}
:focus { -moz-outline-style: none; }

p { margin:0; padding:0;}
strong { font-weight: bold; }
em { color: #f75; } em em { color: #c09; } 
sup, sub { font-size: .92em; }
pre /* 형식 유지 컨텐츠 자동개행 */
{ 
white-space: pre-wrap; /* css3 */ 
white-space: -moz-pre-wrap; /* Mozilla, since1999 */ 
white-space: -pre-wrap; /* Op4-6 */ 
white-space: -o-pre-wrap; /* Op7 */ 
word-wrap: break-word; /* IE 5.5+ */ 
}

select{ border:1px solid #cdcdcd; padding:3px; font-size:1em; color:#666; background:#fff;padding:5px 3px; }
input {background:#fff; border:1px solid #d2d2d2; padding:0; margin:0;}
input[type="checkbox"]{border:0;padding:0;  margin:0;vertical-align:middle;}


.png24 { tmp:expression(setPng24(this)); } /* [IE6] PNG-24 투명 이미지  */



