
.sliderContainer {
    flex: 0 0 80px;
    order: 2;
    flex-flow: row;
    margin-left: 5px;
    margin-right: 5px;
}

.sliderInnerContainer {
    flex: 1 1 auto;
    order: 2;
    flex-direction: column;
    justify-content: center;

}

.calcite-panels .panel-body {
    padding: 15px;
    width: 350px;
    min-height: 50px;
    max-height: 500px;
    font-size: 13px;
    overflow-x: hidden;
}

.rangeWrapper {
    flex: 1 1 auto;
    order: 2;
    position: relative;
    margin-top: 0px;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    border-spacing: 2px;
    border-color: grey;
    width: 100%;
    margin-bottom: -8px;
}

pre code, table {
    background-color: transparent;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

td, th {
    padding: 0;
}

td {
    display: table-cell;
    vertical-align: inherit;
}

.calcite-panels .panel-body button, .calcite-panels .panel-body input, .calcite-panels .panel-body select, .calcite-panels .panel-body textarea {
    font-size: 13px;
}

.sliderButton {
    background: none;
    border: none;
    width: 15px;
}

button:focus, .btn {
    outline: none;
}

form, select, button, input {
    font-family: "나눔바른고딕";
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button {
    text-rendering: auto;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    box-sizing: border-box;
}

.slider {
    width: 100%;
    border: none !important;
}

#timeSlider {
    -webkit-appearance: none;
}

span {
    color: white;
}

#selectDate {
    color: white;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

#footerSpan {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    float: right;
    color: white;
    margin-top: 6px;
}

/*======================================================================================*/

input[type='range'] {
    box-sizing: border-box;
    border: 0px solid transparent;
    width: 300px;
    cursor: pointer;

    background: repeating-linear-gradient(90deg, white, white 2px,
    transparent 0px, transparent 49.6px) no-repeat 0% 55%;

    background-size: 300px 13px;
    font-size: 16px;

    /*margin-left: 13px;*/
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
}

/*컨트롤 바*/
input[type='range']::-webkit-slider-runnable-track {
    box-sizing: border-box;
    width: 200px;
    height: 2px;
    border-radius: 2px;
    background: white;
}

/*컨트롤러*/
input[type='range']::-webkit-slider-thumb {
    box-sizing: border-box;
    padding: 0px;
    height: 18px;
    width: 18px;
    border-radius: 20px;
    border: 1px solid lightgrey;
    margin-top: -8px;
    background: #EEE;
}

/*컨트롤러*/
input[type='range']:hover::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 18px;
    width: 18px;
    border-radius: 20px;
    border: 1px solid red;
    margin-top: -8px;
    background: red;
}

input[type='range']:focus {
    outline: none;
}

.rangeWrapper {
    padding: 0px;
    position: relative;
}

#dateMark {
    color: white;
    word-spacing: 11px;
    font-size: 13px;
}

.setDate {
    position: absolute;
    top: -35%;
    left: 72%;
    width: 70px;
    height: 40px;
    text-align: center;
    color: red;
    font-weight: bold;
    white-space: nowrap;
}

#dateMark {
    margin-left: 14px;
}

.container {
    padding: 0px;
    position: relative;
}

output{
    display: block;
    color: black;
    float: left;
    position: absolute;
    height: 20px;
    width: 100px;
    text-align: left;
    left: 100%;
    margin: 2px 0px 0px -34px;
    font-weight: bold;
}

#divOutput{
    display: none;
    float: left;
    position: absolute;
    top: -30px;
    height: 20px;
    width: 280px;
}

output:before{
    font-family: 나눔바른고딕;
}

body{
    font-family: 나눔바른고딕 !important;
}
