@charset "utf-8";


@import url("../css/webfont.css");

/* Tag Definition */
* {font-style:normal /* em, dfn, var, cite, address */; font-family:"S-Core", "Noto Sans", "Noto Sans KR", "GmarketSans","맑은 고딕", "MalgunGothic", sans-serif; /*margin: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:#666; font-size:1em !important; /*font-size:0.9em !important;*/ 
	-webkit-text-size-adjust: 100%;/*아이폰으로 접속시 글자 크게 나오는 문제 조절*/
	 margin:0; padding:0; letter-spacing:-0.5px;
}
:root body {font-size:1em;}
table, pre {font-size:1em;} /* DOCTYPE 없으면 속성 상속 안됨 */
td {color:#666;}
a, a:link {color:#666; text-decoration:none;}/* cursor: pointer; 안씀.. a태그에 href 없어도 손모양 커서 나오므로  */
a:visited {color:#666;}
a:hover, a:active, a:focus {color:#006bb9; 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; padding:0; margin:0;}
ul li{list-style:none; padding:0;}


p { }
strong {font-weight:bold; }
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 투명 이미지  */
  

