/* -----------------------------------------------------
WRITER : Technical Kimbuyong
EMAIL : byk@rightbrain.co.kr
---------------------------------------------------------*/
@charset "UTF-8";

@import "base.css";

html {
	background: #c2d7a0 url(../../images/memopad/total_bg.gif) no-repeat;
}
body {
	background: none;
}
#wrap {
	margin: 0 0 0 150px;
	height: 796px;
	background: url(../../images/memopad/bg.gif) no-repeat;
}
#head {
	position: relative;
}
#head h1 {
	position: absolute;
	left: 91px;
	top: 81px;
}
#head p {
	position: absolute;
	left: 91px;
	top: 176px;
}
#body {
	position: relative;
}
#body p.btn {
	position: absolute;
	left: 96px;
	top: 241px;
}
#body h2.stt01 {
	position: absolute;
	left: 172px;
	top: 318px;
}
#body p.stext01 {
	position: absolute;
	left: 104px;
	top: 377px;
}
#body h2.stt02 {
	position: absolute;
	left: 444px;
	top: 272px;
}
#body p.stext02 {
	position: absolute;
	left: 371px;
	top: 356px;
}
#body h2.stt03 {
	position: absolute;
	left: 169px;
	top: 520px;
}
#body p.stext03 {
	position: absolute;
	left: 104px;
	top: 583px;
}
#body h2.stt04 {
	position: absolute;
	left: 454px;
	top: 493px;
}
#body p.stext04 {
	position: absolute;
	left: 383px;
	top: 542px;
}
#footer {
	position: relative;
}
#footer p.notice {
	position: absolute;
	left: 83px;
	top: 671px;
}
#footer p.apply {
	position: absolute;
	left: 83px;
	top: 735px;
}
#footer p.info {
	position: absolute;
	left: 316px;
	top: 735px;
}