@charset "utf-8";

/* 웹용 나눔글꼴( 다운로드 )
   - 참고: http://www.cmsfactory.net/node/11353
   - 다운로드: https://github.com/hiun/NanumBarunGothic/releases 
   - 사용법: http://api.mobilis.co.kr/webfonts/fmembers.html?family=NanumBarunGothic
*/



/* reset.css - 브라우저 스타일 초기화, 2012 © yamoo9.com	
---------------------------------------------------------------- */

/* 모든 요소 공간 0, 서체 크기 100%, 세로정렬 baseline, 배경색 투명 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	outline: 0;
	border: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* HTML5 새 요소 초기화 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }

/* 본문 기본 설정, 리스트 블릿 제거, 인용 구문 제거 */
body{ 
	/*font: 12px/1.5 "나눔 고딕", "Nanum Gothic", "돋움", "Dotum", Sans-Serief; */
	font-family: "굴림", "Gulim", "돋움", "Dotum", Sans-Serief; 
	/*font-size:1em;*/
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color: #555; 
	}
	/* 영문 설정 */
	.lang-en, :lang(en) { font: 12px/1.5 "Helvetica Neue", Helvetica, Verdana, Arial, Sans-Serief; }

address{ 
	/*font: 12px/1.5 "나눔 고딕", "Nanum Gothic", "돋움", "Dotum", Sans-Serief; */
	font-family: "굴림", "Gulim", "돋움", "Dotum", Sans-Serief; 
	/*font-size:1em;*/
	font-size:12px;
	line-height:17px;
	font-weight:normal;
	font-style:normal;
	color: #666; 
}

/* 목록 및 인용 */
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* hr 제거 */
hr { display: none; }

/* 제목 글꼴 크기 설정 */
h1, h2, h3, h4, h5, h6 { 
	font-family: "굴림", "Gulim", "돋움", "Dotum", Sans-Serief; 
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color: #555; 
}
	/*
	h1 { 
		font-size: 36px; 
		line-height: 1; 
		margin-bottom: 0.5em; 
	}
	h2 { 
		font-size: 24px; 
		margin-bottom: 0.75em;
	}
	h3 { 
		font-size: 18px; 
		line-height: 1; 
		margin-bottom: 1em;
	}
	h4 { font-size: 14px; }
	h5 { margin-bottom: 1.5em; }
	h5, h6 { font-weight: bold; }*/

	h1 img, h2 img, h3 img,
	h4 img, h5 img, h6 img { margin: 0; }

/* 제목, 단락 상.하 공간 설정 */
p { margin: 0 0 1.5em;font-weight:normal;color:#555; }

/* :active, :focus 가상클래스 아웃라인 설정 제거 */
:active, :focus { outline: 0; }

/* 하이퍼링크 기본 스타일 재정의 */
a:link, a:visited {
	text-decoration: none;
	font-weight:normal;
	color: #666;
}
a:hover, a:active {
	color: #222;
}

/* img를 포함한 a요소의 보더, 패딩 초기화 설정 */
a img {
	border: 0; 
	padding: 0;
}

/* insert, delete */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* 테이블 설정 */
table {
	width:100%;
	border-collapse: collapse;
	border-spacing:0;
	border:0 none;
}
table, th, td {font-weight:normal; }
th, td { 
	text-align: left; 
	border:0; vertical-align:top;
}
th{ text-align: center;  }
caption, legend{ 
	width:0px;height:0px;overflow:hidden;visibility:hidden;font-size:0px;line-height:0px;
}

/*폼요소*/
input, label, textarea, select, radio, checkbox{
	vertical-align:middle;	
}

img,fieldset{ vertical-align:top; }

/* 수평선*/
hr { display:none; }

/* 텍스트 관련 요소 초기화 */
address, caption, strong, em, cite {
	font-weight:normal;
	font-style:normal;
	}
ins { text-decoration:none; }
del { text-decoration:line-through; }

/* -------------------------------------------------------------- */
/*	  				        카폐24 공통    	   			          */
/* -------------------------------------------------------------- */
  #search_wrapper img{ position:relative;top:5px; }
  #search_key{margin-right:5px;}  