﻿@charset "utf-8";
/* CSS Document */


/* Tag Definition */
* {font-style:normal /* em, dfn, var, cite, address */; font-family:"맑은 고딕", "Malgun Gothic", "돋움", dotum, sans-serif; margin:0; padding:0;}

/* 전체 선택자 사용시 위 속성 외에는 지정하지 마세요. */
* html  {overflow: scroll; overflow-x: auto; }/* [IE] 프레임안의가로스크롤문제해결 */
html, body {min-height:100%; margin:0; padding:0; background:#fff;} /* [IE] 배경색을지정해서화면이뭉개지는문제해결 */
html {height:100%;} 
* html body {height:100%;}
body {background: #fff; color:#545454; font-size:0.75em !important /* 12px */; }
:root body {font-size:0.75em;}
table, pre {font-size:1em;} /* DOCTYPE 없으면 속성 상속 안됨 */
td {color:#545454;}
a, a:link {color:#545454; text-decoration:none;}/* cursor: pointer; 안씀.. a태그에 href 없어도 손모양 커서 나오므로  */
a:visited {color:#545454;}
a:hover, a:active, a:focus {color:#2a71d8; text-decoration:underline;} /* a:focus추가 */
img {margin:0; border:0; padding:0; vertical-align:middle;}
input{margin:0; padding:0; vertical-align:middle;}
select{vertical-align:middle;}

.dpn {display:none !important; display:table-caption;}

ul {list-style:none; }
ul li{list-style:none;  }

#accessibility {position:fixed;top:0;left:0;width:100%;z-index:999;}
#accessibility ul {margin:0;padding:0;list-style-type:none;}
#accessibility li {margin:0;padding:0;list-style-type:none;}
#accessibility a {display:block;position:absolute;top:-9999px;left:0;width:100%;height:20px;line-height:20px;text-align:center;background:#333;color:#fff;text-decoration:none;font-size:12px;}
#accessibility a:focus, #accessibility a:active {top:0;padding:5px 0;font-weight:600;}
.skip, caption {position:absolute;font-size:0;width:0;height:0;line-height:0;margin:0;padding:0;background:none;overflow:hidden;}

p { }
strong {font-weight:600; }
em {color:#666; }
sup, sub {font-size:0.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+ */ 
}



.png24 {tmp:expression(setPng24(this));} /* [IE6] PNG-24 투명 이미지  */