@charset "UTF-8";
@import url("/assets/common/css/font.css");

* {
    font-family: Noto Sans KR;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
}

.mocean_vehicle_list {
    position: absolute;
    top: 41px;
    width: 800px;
}

.green-arrow-up {
    position: relative;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #028b2b;
}

.red-arrow-down {
    position: relative;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #e91b1b;
}

.conditionalFormatting {
    background: white !important;
}