
.chart-group { position: relative; min-height: 250px; height: 250px; max-height: 250px; max-width: 100%; }
.chart-group .chart-dim {
	position: absolute; top: 0; left: 0; z-index: 1;
	width: 100%; height: 100%;
	background-color: #fff;
}
.chart-group .chart-dim .loading-group {
	position: absolute; top: 48%; left: 50%;
}

.exchangerate { margin: 15px 0 0; padding: 15px 0 0; border-top: 1px solid #e9e9e9; }
.exchangerate ul {
	padding: 0 0 15px; margin: 0 0 15px;
	border-bottom: 1px solid #eee;
	cursor: default;
}
.exchangerate ul li:after,
.exchangerate ul li .change-group:after { content: ''; display: block; clear: both; }
.exchangerate ul li {
}
.exchangerate ul li * { font-family: 'Nanum Gothic' !important; letter-spacing: -0.07em !important; }
.exchangerate ul li > h2 {
    position: relative; top: 9px;
	float: left; width: 60px;
	font-size: 12px; font-weight: 900 !important;
	text-align: center;
}
.exchangerate ul li span {
	float: left;
	font-size: 15px;
}
.exchangerate ul li .change-group > .rate {
	margin: 0 0 0 10px; width: 100px;
	font-size: 22px; font-weight: 900 !important;
	text-align: right;
}
.exchangerate ul li .change-group > .rate > b {
    position: relative; top: -1px;
	margin: 0 0 0 3px;
	font-size: 14px; font-weight: 700 !important;
	color: #888;
}
.exchangerate ul li .change-group > .change-icon {
    position: relative; top: 3px;
    margin: 0 2px 0 10px;
	font-size: 18px;
}
.exchangerate ul li .change-group > .change-val {
    position: relative; top: 5px;
	font-size: 16px; font-weight: 900 !important;
}

.exchangerate ul li > .maxmin {
	clear: both; margin: 10px 0 0;
}
.exchangerate ul li > .maxmin:after { content: ''; display: block; clear: both; }
.exchangerate ul li > .maxmin > span {
	float: left; padding: 3px 8px; margin: 5px 10px 5px 0;
	border-radius: 5px;
	font-size: 12px; color: #fff; font-weight: 900 !important;
}
.exchangerate ul li > .maxmin > span:nth-of-type(1) { background-color: #dc3545; }
.exchangerate ul li > .maxmin > span:nth-of-type(2) { background-color: #007bff; }
.exchangerate ul li > .maxmin > span:nth-of-type(3) { background-color: #000; }
.exchangerate ul li > .maxmin > span:nth-of-type(4) { background-color: #888; cursor: pointer; }

