@charset "utf-8";
/* CSS Document */

/* ////////////////////////////////////////////////////////////////////////////////////////////////
		
		* Minple 사이트에 공통으로 들어가는 스타일입니다. 
		* 수정시에 문장과 엘리먼트의 위치를 바꾸거나 순서를 변경하시면 안됩니다.
		* Author: 이정휘 (mail:karmalife@daum.net / Msn:karmalife@hotmail.com)
		
/////////////////////////////////////////////////////////////////////////////////////////////////*/
body {
	background:url(/images/common/body_bg.gif) 0 0 repeat-x;
	}


/* 전체 프레임 구조 영역 */
#wrap {
	width:920px;
	margin:0 auto;
	}
	#body {
		overflow:hidden;
		margin:40px 0 100px;
		}
/* 헤더 디자인 */
#head {
	height:177px;
	width:920px;
	}
#head img {
	margin:0;
	padding:0;
	}
#head ul {
	float:left;
	height:75px;
	width:597px;
	}
#head li {
	float:left;
	height:75px;
	}
#head li img {
	float:left;
	}
#head p {
	margin-top:-41px;
	font-size:11px;
	float:right;
	position:relative;
	}
#head p a {
	padding:0 5px 0 10px;
	color:#666;
	text-decoration:none;
	}
#head fieldset {
	float:right;
	margin-top:27px;
	display:inline;
	}
	#topSch {
		background:url(/images/common/search_bg.gif) 0 0 no-repeat #a2a2a2;
		height:22px;
		width:204px;
		color:#fff;
		}
#foot {
	background:#f7f7f7;
	color:#ddd;
	font-size:11px;
	border-top:1px solid #f0f0f0;
	padding:19px 0 50px;
	overflow:hidden;
	}
#foot p {
	margin-top:23px;
	line-height:160%;
	width:920px;
	margin:0 auto;
	line-height:180%;
	}
#foot a {
	color:#777;
	padding:0 10px;
	text-decoration:none;
	}
#foot span {
	color:#aaa;
	padding:0 10px;
	}

/* 기본 디자인 */
body,fieldset,ul,li,input,textarea,p,h1,h2,h3,h4,h5,h6,dl,dd,dt,select,table,ol,blockquote,caption,form {
	margin:0;
	padding:0;
	}
img,input,textarea,fieldset,select {
	vertical-align:middle;
	}
input,select  {
	line-height:180% !important;
	}
input[type=checkbox],input[type=radio] { 
	border:none;
	}
img,fieldset,input {
	border:0;
	}
li {
	list-style:none;
	}
dt {
	font-weight:bold;
	}
.right {
	float:right	!important;
	}
.left {
	float:left !important;
	}
.noBdr {
	border:none	!important;
	background:none	!important;
	}
.noSpc {
	margin:0 !important;
	padding:0 !important;
	}
#bCtNavi a {
	text-decoration:none;
	}
#bCtNavi img {
	margin:0 7px;
	}
.btn {
	text-align:center;
	margin-top:20px;
	}

.more {
	position:absolute;
	text-align:right;
	}
/* 기본 폰트 디자인 */
body,select,input,textarea {
	font:12px "Apple Gothic", "돋움", "굴림", Verdana, Tahoma, Arial;
	color:#777;
	}
a,a:active,a:link,a:visited {

	color:#119f43;
	}
a:hover {
	text-decoration:underline;
	}
small {
	font-size:11px !important;
	font-weight:normal !important;
	}
select {
	border:1px solid #e3e3e3;
	}
em {
	font-style:normal !important;
	}
	
/* 페이저 */
#pgNavi {
	text-align:center;
	padding-top:40px;
	color:#c8c8c8;
	height:14px;
	}
#pgNavi a {
	padding:0 3px;
	color:#777;
	font-weight:bold;
	text-decoration:none;
	}
#pgNavi a:hover,#pActv {
	color:#fc6800 !important;
	text-decoration:none;
	}
/* //페이저 */
div.moveable {
  cursor: move;
}
div.moveable * {
  cursor: auto !important;
}


.rec td {
	padding:19px 19px;
	background:#f5f5f5;
	}
	.tbTop td {
		border-top:2px solid #e5e5e5;
		}
	.tbBot td {
		border-bottom:2px solid #e5e5e5;
		}
	.rec td:hover {
		background:#caf5d8;
		}
.rec dt {
	float:right;
	width:62px;
	margin-bottom:5px;
	color:#ff6800;
	}
.rec img {
	width:70px;
	height:70px;
	float:left;
	margin-right:11px;
	}
.rec input {
	margin-top:16px;
	}

input.imgbtn {
  border: 0px !important;
}

img.party_icon {
  margin: 0 5px !important;
}
div.msg_loading_area {
  margin: 20px auto;
  text-align: center;
}