@charset "UTF-8"; /* default definition */
@import "/gunsan/homeChi/common/css/layout_sub.css";
@import "/gunsan/homeChi/common/css/content.css";
	
* { margin:0; padding:0; color:#656565; font-size:12px; font-family:Arial, Dotum, AppleGothic, sans-serif; line-height:150%;} /*전체 태그에 대하여 마진, 패딩, 서체크기, 서체종류 초기화*/
html, body { height:100%; } /*브라우저 높이 값 초기화*/
body { } /*페이지 여백 초기화*/
a:link { text-decoration:none; color:#666;} /*기본 링크 초기화*/
a:visited { text-decoration:none; color:#666;} /*방문한 링크 초기화*/
a:hover, a:active, a:focus { text-decoration:none; color:#1D53AD;} /*활성 링크 초기화*/
h1 { display:block } /*CI 또는 사이트 로고를 정의*/
h2 {} /*h2 제목태그의 스타일 재정의*/
h3 {} /*h3 제목태그의 스타일 재정의*/
h4 {} /*h4 제목태그의 스타일 재정의*/
p { margin-bottom:1em; }
/* a { selector-dummy : expression(this.hideFocus=true); } /* 텍스트 링크있을시 점선 테두리 삭제 */
IMG {border: none } /* 이미지 보더값 삭제 */
label { cursor:pointer; } /*라벨 텍스트에 대한 커서모양 설정*/
input, textarea { border:1px solid #CCC; padding:1px; cursor:pointer; } /*input, textarea 보더 및 패딩 초기화*/
input.etc { border:none; padding:0; } /*checkbox, radiobutton, image 타입에 적용*/
input.button { border:1px solid #999; padding:0; } /*submit, button, reset 타입에 적용*/
select { border:1px solid #CCC; cursor:pointer; font-size:11px;} /*select 요소의 보더 및 패딩 초기화*/
ol, ul { margin:0; padding:0; list-style:none; } /*초기화*/
li img { vertical-align: middle; } /* for IE imge margin */
em {font-style:normal;}
hr, caption { display:none } /*분리선 초기화*/
form {margin:0} /*form태그 마진 초기화 */
table { border-collapse: collapse; table-layout: fiexd;} /*기본 table 보더 초기화*/
table th, table td { padding: 0; } /*기본 th, td 보더 초기화*/
table th {font-weight:normal;} /*폰트 bold 삭제*/
span.button, img.button, a.button { cursor: pointer; vertical-align: middle; }
