#lhkexw-mscivoloi .titleHeader{
    font-size: 52px;
    line-height: 1;
    margin-bottom: 0.4em;
    font-weight: 500;
}


#lhkexw-mscivoloi .linebreak{
    display: block;
    margin: 18px auto 18px 0;
    width: 160px;
    height: 1px;
    background-color: #e62742;
}

#lhkexw-mscivoloi .dateCate{
    margin-top: 15px;
    font-weight: 600;
}

#lhkexw-mscivoloi .yAxis{
    font-weight: 600;
    color: #13426b;
    font-size: 16px;
}

#lhkexw-mscivoloi .xLbl{
    color: #13426b;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

#lhkexw-mscivoloi .legend_wrapper {
    display: flex;
}

#lhkexw-mscivoloi .legend_wrapper .legend[data-legend=vo]:before{
    background-color: #13426b;
}

#lhkexw-mscivoloi .legend_wrapper .legend[data-legend=oi]:before{
    background-color: #02fffd;
}

#lhkexw-mscivoloi .legend_wrapper .legend:before{
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0px;
}

#lhkexw-mscivoloi .legend_wrapper .legend{
    position: relative;
    margin-right: 20px;
    padding-left: 30px;
}


@media screen and (max-width: 767px) {
	#lhkexw-mscivoloi .xLbl{
		font-size: 11px;
		font-weight: 300;
	}
	
	#lhkexw-mscivoloi .yAxis{
		font-weight: 300;
		font-size: 11px;
	}
}