/**
 * @autor: Blim - Koo Chi Hoon(kkh975@naver.com)
 */

html, body { 
	font-family: 'µ¸¿ò', dotum, sans-serif;
	font-size: 15px; 
	color: #444;
}
* { 
	margin: 0px; 
	padding: 0px; 
}
li, dd { 
	list-style: none; 
}
img {
	vertical-align: top;
	border: 0px;
	font-size: 0px;
}
#wrap { 
	/*min-width: 320px;*/
	position: relative;
}
#header {
	height: 40px;
	background-color: #444444; 
}
#header h1 {
	margin-left: 10px;
	padding-top: 12px;
}
#header h1 img {
	width: 133px;
}
#container { 
	background-color: #fff; 
}
#contents { 
}
.dot {
	color: #d80647;
}

.bubble-box { 
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	position: absolute; 
	top: 3px;
	right: 15px;
	width: 95px; 
	height: 33px;
	padding: 0 3px;
	background: url(../../images/shop/bg-bubble.png) no-repeat 0 0; 
	background-size: 95px 33px;
	text-align: center;
	font-size: 12px;
	color: #fff; 
	letter-spacing: -1px;
}
.table-box table { 
	table-layout: fixed; 
	width: 100%; 
	vertical-align: top;
	border-collapse: collapse; 
	border-bottom: 1px solid #eeeeee; 
}
.table-box caption {  
	padding-left: 28px;
	height: 35px;
	line-height: 35px; 
	background: url(../../images/shop/dot-title.gif) no-repeat 10px center;
	text-align: left; 
	font-weight: bold; 
	color: #d80647; 
}
.table-box col.nth-1 { 
	width: 150px; 
}
.table-box col.nth-2 { 
	width: auto; 
}
.table-box th { 
	padding-left: 28px; 
	border-top: 1px solid #fff; 
	border-left: 1px solid #eeeeee; 
	background-color: #f7f7f7; 
	text-align: left; 
}
.table-box th.require .dot {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: -12px;
	width: 12px;
}
.table-box td { 
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 15px;
	border-top: 1px solid #fff; 
	border-right: 1px solid #eeeeee; 
	background-color: #f7f7f7; 
	text-align: left; 
}
.table-box td input,
.table-box td select { 
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	width: 100%;
	height: 35px;
	padding-left: 10px;
	border: 1px solid #ddd; 
	background-color: #fff;
	color: #444;
}
.table-box td .txt-wrap {
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	border: 1px solid #ddd; 
	background-color: #fff;
	color: #d80647;
}
.table-box tr.nth-1 th,
.table-box tr.nth-1 td { 
	border-top-color: #eee;
}
.btns { 
	margin-top: 10px; 
	text-align: center; 
}
.footer { 
	overflow: hidden;
	margin-top: 10px;
	background-color: #dddddd; 
}
.footer ul { 
	overflow: hidden;
	margin-top: -6px;
	padding: 12px 14px;
}
.footer ul li { 
	margin-top: 6px; 
	padding-left: 10px;
	text-indent: -10px;
}