.left-container { position: relative; width: 500px;}
.left-container span { font-size: 24px; margin-left: 24px; line-height: 50px;}
.left-container .left-title { background: url("../img/green_bar.png") no-repeat left; width: 500px; height: 50px; color: white; text-align: left; display: flex; align-items: center;}
.left-container .sample-container { position: absolute; top: 20px; left: 5px; background: url("../img/wireframe_left_1.png") no-repeat left; background-size: 510px 180px; width: 510px; height: 150px;}
.left-container .sample-container .left-title { margin-left: 45px; margin-top: 20px;}
.left-container .sample-summary { color: white; text-align: center; font-size: 36px; margin-top: 10px;}
.left-container .organ-container { position: absolute; top: 160px; left: 5px; padding-left: 10px; width: 503px; height: 440px; background: url("../img/wireframe_left_2.png") no-repeat left; background-size: 503px 440px;}
.left-container .organ-container .left-title { margin-left: 35px; margin-top: 30px;}
.left-container .organ-wrapper { height: 100%; padding: 20px 20px 40px 40px;}
.left-container .table-container { position: absolute; top: 570px; left: 5px; background: url("../img/wireframe_left_3.png") no-repeat left; width: 508px; height: 370px; background-size: 508px 370px;}
.left-container .table-container .left-title { margin-left: 45px; margin-top: 30px;}
.left-container .table-wrapper{ width: 450px; height: 300px; position: absolute; top: 45px; left: 40px;}
.left-container .table-note { display: flex; justify-content: space-between; flex-wrap: wrap; width: 400px; position: absolute; top: 310px; left: 70px;}
.left-container .table-note-item { display: flex; align-items: center; width: 60px; color: #397cbc; height: 20px;}
.left-container .table-note-icon { width: 10px; height: 10px; border-radius: 50%; margin-right: 5px;}
.left-container .animate { transition: all 0.8s;}
.left-container .opacityAnimation { animation: opacityAnimation 1s 1; -webkit-animation: opacityAnimation 1s 1;}
@keyframes opacityAnimation { from {   opacity: 0; } to {   opacity: 1; }}
@-webkit-keyframes opacityAnimation { from {   opacity: 0; } to {   opacity: 1; }}
#lineChart{ width: 480px; height: 300px; left: -36px;}
