/* 실시간 상품차트 (메인 / 임베드 공용) */
.market-block .block-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 25px;
    width: 100%;
}

.market-block .block-title * {
    line-height: 1;
}

.market-chart-wrap {
    position: relative;
    min-height: 300px;
    width: 100%;
}

.market-chart-wrap canvas {
    width: 100% !important;
    max-height: 300px;
}

/* Mobile ( ~ 767px )*/
@media all and (max-width: 767px) {
    .market-block .block-title h5 {
        font-size: 18px;
    }
}
