@import "/_template/css/layout.css";
@import "/_template/css/member.css";
@import "/_template/css/shop.css";
@import "/_template/css/mypage.css";
@import "/_template/css/content.css";
/* base ************************************************************************************************************************/
html, body {height:100%;}
body, th, td, p{
	font-size:12px;
	font-family:'µ¸¿ò', dotum, arial, verdana, sans-serif;
}
*{
	margin:0;
	padding:0;
	color:#8F8F8F;
	line-height:160%;
}

h1 {font-size: 196%;}
h2 {font-size: 136%;}
h3 {font-size: 126%;}
h4 {font-size: 116%;}
h5 {font-size: 106%;}
h6 {font-size: 96%;}

ul{list-style-type:none;}
table{border-collapse:collapse;}
input{vertical-align:middle;}
img, fieldset{border:0;}
fieldset legend{display:none;}
hr{display:none;}

a, a:hover{text-decoration:none;}
a:hover{color:#000;}
/************************************************************************************************************************ base */

/* etc *************************************************************************************************************************/
.input {
	height:20px;
	border:1px solid #dedfde;
} 
.txta{
	height:100px;
	border:1px solid #dedfde;
}
.btn{
	clear:both;
	padding:10px 0;
	text-align:center;
}
.btn img{cursor:pointer;}
.paging{
	text-align:center;
	padding:10px;
}
.paging li{display:inline;}
.paging li *{
	font-size:14px;
}
.paging li a{
	color:#101010;
}
.paging li a:hover{
	font-size:14px;
	font-weight:bold;
	color:#333;
}
.paging li strong{
	color:#e80000;
}
.paging *{vertical-align:middle;}

.cnt2 p{
	margin:0;
	line-height:140%;
}
.png24{tmp:expression(setPng24(this));}

/*tableType Box*/
table.boxType1 thead tr th{
	height:23px;
	background:#EFEDEB;
	font-weight:normal;
}
table.boxType1 tfoot tr td{
	background:#f8f7f6;
	text-align:right;
	padding:10px 20px;
}
table.boxType1 thead tr td ul{float:right;}
table.boxType1 thead tr td ul li{display:inline;padding:0 5px;}
table.boxType1 thead tr td ul li.last{padding-right:0;}
table.boxType1 thead tr th.prdName{background:#D8D6D4;}
table.boxType1 tbody tr td img{vertical-align:middle;}

table.boxType2 tbody th{
	background:#F7F7F7 url('/_image/member/dot.gif') no-repeat 5px center;
	text-align:left;
	padding:4px 0 4px 12px;
}
table.boxType2 td{padding-left:4px;}
table.boxType2 td *{vertical-align:middle;}
table.boxType2 td img{cursor:pointer;}
/************************************************************************************************************************* etc */

/* common **********************************************************************************************************************/
.completionMsg {font-size:11pt;font-weight:bold;color:#614716;}
/********************************************************************************************************************** common */


