/* font */
@font-face{
	font-family:"Nanum Gothic";
	font-style:normal;
	font-weight:400;
	src:url('/plugin/font/NanumGothicRegular.eot');
	src:url('/plugin/font/NanumGothicRegular.eot?#iefix') format('embedded-opentype'),
		url('/plugin/font/NanumGothicRegular.woff') format('woff'),
		url('/plugin/font/NanumGothicRegular.ttf') format('truetype');
		url('/plugin/font/NanumGothicRegular.svg#NanumGothicRegular') format('svg')
	src:local(※), url('/plugin/font/NanumGothicRegular.woff') format('woff');
}

@font-face{
	font-family:"Nanum Gothic";
	font-style:normal;
	font-weight:600;
	src:url('/plugin/font/NanumGothicBold.eot');
	src:url('/plugin/font/NanumGothicBold.eot?#iefix') format('embedded-opentype'),
		url('/plugin/font/NanumGothicBold.woff') format('woff'),
		url('/plugin/font/NanumGothicBold.ttf') format('truetype');
		url('/plugin/font/NanumGothicBold.svg#NanumGothicBold') format('svg')
	src:local(※), url('/plugin/font/NanumGothicBold.woff') format('woff');
}

@font-face{
	font-family:"Nanum Gothic";
	font-style:normal;
	font-weight:800;
	src:url('/plugin/font/NanumGothicExtraBold.eot');
	src:url('/plugin/font/NanumGothicExtraBold.eot?#iefix') format('embedded-opentype'),
		url('/plugin/font/NanumGothicExtraBold.woff') format('woff'),
		url('/plugin/font/NanumGothicExtraBold.ttf') format('truetype');
		url('/plugin/font/NanumGothicExtraBold.svg#NanumGothicExtraBold') format('svg')
	src:local(※), url('/plugin/font/NanumGothicExtraBold.woff') format('woff');
}

html, body {
	min-width:100%;
	min-height:100%;
}
html {
	overflow-y:scroll;
}
html, body, div, p, h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd, table, th, td, pre, blockquote, thead, tfoot
form, fieldset, legend, input, textarea, button, select {
	margin:0;
	padding:0;
}

body, div, table, th, td, pre, blockquote, thead, tfoot
input, button, textarea, ol, li, ul, dl, dt, dd {
	font-family:'나눔고딕','Nanum Gothic','맑은고딕','Malgun Gothic','gulim','arial', 'Dotum', 'AppleGothic', sans-serif;
	font-weight:400;
	letter-spacing:-0.5px;
}

body, div, table, th, td, pre, blockquote, em {
	font-weight:normal;
	font-style:normal;
	color:#333;
}

body, div, table, th, td, pre, blockquote {
	font-size:12px;
}

h1, h2, h3, h4, h5, h6 {font-weight:600;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

img, table, thead, tfoot, fieldset, legend, iframe {
	border:none;
}

label, input, button, textarea, select, img {
	vertical-align:middle;
}

textarea {
    display:block;
    width:100%;
}

input, textarea {
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
			   -webkit-appearance;
	      -webkit-border-radius:0;
	              border-radius:0;
				  background:none;
}

button {
	background-color:transparent;
	cursor:pointer;
	border:0;
}

legend {
	position:absolute;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-9999em;
	overflow:hidden;
}

hr {
	display:none;
}

select {
	font-size:12px;
	height:23px;
	padding:1px;
	border:1px solid #ddd;
}

/* 목록 */
ol, li, ul, dl, dt, dd {
	list-style-type:none;
	list-style:none;
	text-align:left;
	position:static;
	overflow:hidden;
}

a:link, a:visited {
	color:#333;
	text-decoration:none;
}

a:hover, a:focus, a:active {
	color:#333;
	text-decoration:underline;
}

/* 테이블, 표*/
table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}

table caption {
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
}

table th {
	background-color:#f8f8f8;
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height:1.3;
}

table, th, thead, tfoot {
	outline:0;
}

thead, tfoot {
	font-size:12px;
	line-height:1em;
	vertical-align:baseline;
}

.goods_stats_vertical{
	width:400px;

}

.goods_stats_vertical thead tr th {
	text-align : center;
	padding: 10px;
    font-weight: bold;
    vertical-align: bottom;
    color: #369;
    border-bottom: 3px solid #036;
	background-color:#fff;
}

.goods_stats_vertical tbody tr th {
	text-align : right;
	padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    background: #f3f6f7;
}
.goods_stats_vertical tbody tr td {
	text-align : right;
}

.align_button{
	border-radius: 5px; 
	margin-right:-4px;
	border: 1px solid #1876fb; 
	background-color: rgba(0,0,0,0); 
	color: #1876fb; 
	padding: 5px;
}


.align_button:hover{
	color:white; 
	background-color: skyblue;
}

.goods_stats_horizental{
	width:100%;
	background-color: white;
	
}

.goods_stats_horizental thead tr th{
	text-align: left;
	background-color: white;
	line-height : 40px;
}

.goods_stats_horizental tbody tr th{
	text-align: center;
	background-color: white;
	 border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
     border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
     background: #f3f6f7;
	font-weight: bold;
}

.goods_stats_horizental tbody tr td{
	text-align: right;
	background-color: white;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

pre{
	overflow: auto;
	white-space: pre-wrap; /* pre tag내에 word wrap */
}  


.mart10 td {
	border-color:#9a9a9a;

	border: 1px solid rgba(154, 154, 154, .1); /*.5는 alpha 투명값이다.*/
}