@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap");
.graph01-wrap{background: #F2F4F6; padding: 20px 12px; width: 100%; max-width: 100%;margin: 0 auto; border-radius: 8px; }
#graph01{ width: 100%; max-width: 100%; height: 160px; }
.graph01-wrap .highcharts-series-label-0{ display: none;}
.graph01-wrap .highcharts-series-label-1{ display: none;}
.graph01-wrap h5{color: #222222; font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.graph01-wrap .series{ display: flex;  width: 100%;   align-items: flex-start;}
.graph01-wrap .series ul{ width: 100%; display: flex; flex-wrap: wrap;}
.graph01-wrap .series li{ color: #222222; font-size: 16px;  width: 50%;}
.graph01-wrap .series li p{ font-size: 12px; display: block; width: 100%;flex-shrink: 0; margin-right: 0;}
.graph01-wrap .series li.first{ padding-right: 10px; border-right: 1px solid #CACACA; }
.graph01-wrap .series li.last{ padding-left: 10px;}
.graph01-wrap .series li em{ display: inline-block; }
.graph01-wrap .data-live{ background: #ffffff; padding: 0 14px; height: 72px; overflow: hidden; border: 1px solid #D7D7D7; border-radius: 4px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px;}
.graph01-wrap .data-live p{ color: #222222; font-size: 14px; width: 48px; flex-shrink: 0; margin-right: 12px;}
.graph01-wrap .data-live p i{font-size: 14px; display: block; margin-top: 6px;}
.graph01-wrap .data-live span{ display: block; color: #2D2161; font-size: 25px; font-weight: bold; margin-top: 8px; }
.graph01-wrap .data-live span i{ color: #2D2161; font-size: 18px; font-weight: 500; }
.graph01-wrap .series li.last span{ color: #D7D7D7; }
.graph01-wrap .series li.last span i{ color: #D7D7D7; }
.tooltip-wrap{ position: relative; padding: 5px; display: flex;  flex-direction: column-reverse; background: #ffffff; border: 1.5px solid #c9c9c9; border-radius: 6px;}
.tooltip-series .series-name{font-size: 12px; margin-right: 4px; display: inline-block; color: #222222;}
.tooltip-series{ height: 18px; width: 100%; min-width: 73px; font-size: 14px; font-weight: 600; display: flex; align-items: center;}
@media all and (max-width: 300px){
	.graph01-wrap .data-live span{font-size: 22px;}
}
@media (prefers-color-scheme: dark) {
.graph01-wrap{background: #222222!important;}
.tooltip-wrap{background: #222222!important;}
.highcharts-series-0 .highcharts-graph{stroke: #666666!important;}
.highcharts-series-1 .highcharts-graph{stroke: #9A87B7!important;}
.graph01-wrap .data-live span , .graph01-wrap .data-live span i{color: #CABAE0!important;}
.graph01-wrap .series li.last span{ color: #D7D7D7!important; }
.graph01-wrap .series li.last span i{ color: #D7D7D7!important; }
.graph01-wrap h5, .graph01-wrap .series li, .graph01-wrap .data-live p,.tooltip-series .series-name{color: #ffffff!important;}
.graph01-wrap .data-live{background: #535353!important; border: 1px solid #6D6D6D!important;}
.tooltip-series:nth-child(2){ color: #CABAE0!important}
}
