/*
	- Project : makeshop
	- Author : makeshop MJ [Á¶°æ¼ö]
	- Description : makeshop kt style
	- Create : 2010-01-11
	- Modify : yyyy-mm-dd
	- Version : ver 1.2
	
	* ¼öÁ¤ ÁÖ¼®Ã³¸® ¼ø¼­ : ³¯Â¥ ÀÌ¸§ ¼öÁ¤»çÇ×
*/
/* global rest */
html, body, h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, li, ol,
th, td, p, blockquote,
form, fieldset, legend {
	margin: 0;
	padding: 0;
}
q, blockquote {
	quotes: none;
}
q:before, q:after {
	content:"";
}
img, fieldset {
	border: 0 none;
}
dl, ul, ol, li {
	list-style: none;
}
caption, legend, hr {
	display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
dfn, em, cite, address {
	font-style: normal;
}
input, select, textarea, button {
	font-size: 100%;
	vertical-align: middle;
}
button {
	border: 0 none;
	padding: 0;
	background: none;
	cursor: pointer;
}
body, th, td, input, select, big, button, textarea {
	font-size: 12px;
	line-height: 16px;
	font-family: applegothic, "µ¸¿ò", dotum, sans-serif;
}


/* common */
	/* block , lnline */
	.d-block {
		display: block;	
	}
	.d-inline {
		display: inline;
	}
	/* float ÇØÁ¦ */
	.fclear {
		*zoom: 1;
	}
	.fclear:after {
		content: ""; 
		display: block; 
		clear: both;
	}	
	/* image replacement */
	.ir * {
		z-index:-1;
		position: absolute;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}
	/* hidden text link */
	.h-link a {
		overflow: hidden;
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		white-space: no-wrap;
	}
	.h-link a:hover {
		text-decoration: none;
	}
	.h-link a span {
		display: block;
		position: absolute;
		left: 0;
		top: 0;	
		width: 100%;
		height: 100%;
		cursor: pointer;
	}		
	.h-img {
		overflow: hidden;
		position: relative;
	}
	.h-img span {
		position: absolute;		
		display: block;
		width: 100%;
		height: 100%;
	}
/* detail style */
#wrapper {
	color: #fffffa;
	width: 785px;
	padding-top: 508px;
	text-align: left;
	background: url(../images/bg_it_header.jpg) no-repeat 0 0;
    margin : 10px 0 30px;
}
#header {
	height: 505px;
	background: url(../images/bg_it_content.jpg) no-repeat 0 0;
}
#mainContent {
	background: #3e3e36;
}
#mainContent .txt-hope  {
	height: 85px;
	padding: 20px 0;
}
#mainContent .txt-hope span {
	left: 0;
	top: 0;
	background: #222 url(../images/txt_it_hope.gif) no-repeat 50% 50%;	
}
#mainContent .sponsorLink {
	width: 356px;
	height: 57px;
	margin: 32px 214px 0;	
}
#mainContent .sponsorLink li {
	float: left;
	width: 171px;
	height: 57px;
}
#mainContent .sponsorLink li span {
	background: url(../images/btn_it_link.gif) no-repeat 0 0;	
}
#mainContent .sponsorLink li.once {
	margin-right: 14px;
}
#mainContent .sponsorLink li.once span {
	background-position: 0 0;
}
#mainContent .sponsorLink li.periodic span {
	background-position: -185px 0;
}
#mainContent .account-info {
	width: 100%;
	height: 61px;
}
#mainContent .account-info span {
	background:#3e3e3e url(../images/txt_it_account.gif) no-repeat 50% 50%;
}


#wrapper #footer {
	height: 79px;
	border-bottom: 1px solid #80a3ce;
	background: #343434;
}
#wrapper #footer span {
	background:#343434 url(../images/txt_it_footer.gif) no-repeat 50% 50%;
}
