<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    *
    * Wijmo Library 5.20152.84
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    * 
    * Licensed under the Wijmo Commercial License. 
    * sales@wijmo.com
    * http://wijmo.com/products/wijmo-5/license/
    *
    */
.wj-content {
    display: inline-block;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px;
    background-color: #fff;
    outline: none;
    box-sizing: border-box;
}

.wj-control {
    outline: none;
}

.wj-header {
    background-color: #eaeaea;
    color: #444;
    font-weight: bold;
}

.wj-state-selected:not(.noneColor .UserSelect) { /*aaaa*/
    background-color: #8a1c22;
    color: #fff;cursor:pointer
}


.wj-state-multi-selected {
    /*background-color: #80adbf;*/
    /*color: #fff;*/
}

.wj-state-disabled {
    opacity: .5;
}

.wj-control[disabled] {
    opacity: .5;
    background-color: #eee;
    pointer-events: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    overflow: visible;
   /* border-radius: inherit;*/
    cursor: pointer;
}

.wj-btn {
    display: block;
    padding: 3px 7px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.wj-btn-default {zoom:1;-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
           -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
           box-shadow: inset 0 1px 0 rgba(238, 238, 238, 0.2), 0 3px 4px rgba(0, 0, 0, 0.05);
           background: -ms-linear-gradient(#ffffff, #cfcfcf);/* for ie10 */
           background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D6D6D6)); /* for webkit browsers */
           background: -moz-linear-gradient(top,  #ffffff,  #cfcfcf); /* for firefox 3.6+ */
	       background-color :#f0f0f0;border:1px solid #999999;cursor:pointer;
           font-size:13px;font-weight:bold
	   }

    .wj-btn-default:hover{color:#666666;  background-image: none;  background-color: #d4d6d7;  border:1px solid #999999; }

    .wj-btn-default:focus {
        background-color: rgba(0,0,0,.1);
    }

.wj-btn-group, .wj-btn-group-vertical {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    vertical-align: top;
}

    .wj-btn-group &gt; .wj-btn, .wj-btn-group-vertical &gt; .wj-btn {
        position: relative;
        float: left;
    }

        .wj-btn-group &gt; .wj-btn:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

        .wj-btn-group &gt; .wj-btn:first-child {
            margin-left: 0;
        }

            .wj-btn-group &gt; .wj-btn:first-child:not(:last-child) {
                border-right: none;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

        .wj-btn-group &gt; .wj-btn:last-child:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .wj-btn-group .wj-btn + .wj-btn, .wj-btn-group .wj-btn + .wj-btn-group, .wj-btn-group .wj-btn-group + .wj-btn, .wj-btn-group .wj-btn-group + .wj-btn-group {
        margin-left: -1px;
    }

.wj-listbox {
    overflow: auto;
    cursor: default;
}

.wj-listbox-item {
    padding: 3px 10px;
}

    .wj-listbox-item:not(.wj-state-selected):not(.wj-separator):hover {
        background-color: rgba(0,0,0,.05);
    }

.wj-listbox .wj-listbox-item label {
    font-weight: normal;
    margin: 0;
}

.wj-dropdown .wj-listbox {
    padding: 0;
    white-space: nowrap;
}

.wj-listbox-item.wj-state-selected .wj-control {
    background: #fff;
    color: #444;
}

.wj-dropdown {
    vertical-align: middle;
}

    .wj-dropdown .wj-template, .wj-dropdown .wj-dropdown-menu {
        border-radius: inherit;
        display: inline-flex;/*20150115 firefox 추가*/
    }

.wj-template {
    height: 100%;
}

.wj-dropdown-panel {
    outline: none;
    box-shadow: 0 6px 13px rgba(0,0,0,.2);
    z-index: 1500 !important;
}

.wj-inputnumber input[type=number]::-webkit-inner-spin-button, .wj-inputnumber input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input::-ms-clear {
    display: none;
}

button, input, optgroup, select, textarea {
    outline: 0;
}

.wj-inputnumber {
    vertical-align: middle;
}

.wj-input-group-btn, .wj-input-group .wj-form-control {
    box-sizing: border-box;
    display: table-cell;
}

.wj-input {
    height: 100%;
    overflow: hidden;
}

.wj-input-group {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-collapse: separate;
    border-radius: 4px;
    background: inherit;
}

    .wj-input-group .wj-form-control {
        position: relative;
        float: left;
        padding: 4px 8px;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 0;
        background-color: transparent;
        color: inherit;
    }

        .wj-input-group .wj-form-control.wj-numeric {
            text-align: right;
        }

    .wj-input-group div[wj-part='header'] {
        float: none;
        width: auto;
        vertical-align: middle;
    }

.wj-input-group-btn &gt; .wj-btn {
    border-width: 0;width:100%;
}

.wj-input-group-btn:first-child &gt; .wj-btn {
    border-right-width: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.wj-input-group-btn:last-child &gt; .wj-btn {
    border-left-width: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.wj-input-group-btn {
    position: relative;
    width: 25px;
    height: 100%;
    /*vertical-align: top;  운동날짜선택*/
    white-space: nowrap;
}

.wj-pager {
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

    .wj-pager .wj-input-group-btn &gt; .wj-btn {
        min-width: 40px;
    }

    .wj-pager .wj-btn[disabled] span {
        opacity: .5;
        cursor: default;
    }

    .wj-pager .wj-form-control {
        text-align: center;
        border-left: 1px solid rgba(0,0,0,.2);
        border-right: 1px solid rgba(0,0,0,.2);
    }

.wj-calendar-outer {
    display: block;
    padding: 10px;
    width: 100%;
    height: auto;
    cursor: default;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.wj-calendar td {
    text-align: center;
}

.wj-dropdown-panel .wj-calendar-outer {
    border: 0;
    background: none;
}

.wj-calendar-header {
    display: block;
    padding: 0 0 15px 0;
    width: 100%;
}

.wj-month-select {
    display: inline-block;
    float: left;
    cursor: pointer;
}

.wj-calendar-header .wj-btn-group {
    display: inline-block;
    float: right;
    margin-bottom: 7px;
}

    .wj-calendar-header .wj-btn-group .wj-btn {
        padding: 0 8px 1px 8px;
        min-height: 25px;
    }

.wj-calendar-month {
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
    font: inherit;
}

    .wj-calendar-month td {
        width: 14.29%;
        padding: 5px 0;
        border: none;
    }

    .wj-calendar-month .wj-header {
        font-size: 90%;
    }

.wj-calendar-year {
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
    font: inherit;
}

    .wj-calendar-year td {
        width: 25%;
        padding: 8px;
        border: none;
    }

.wj-flexgrid {
    width: 100%;
    overflow: hidden;
    -moz-user-select: none;
}

    .wj-flexgrid .wj-cell {
        position: absolute;
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 3px;
        border-right: 1px solid #c6c6c6;
        border-bottom: 1px solid #c6c6c6;
        outline: none;    font-size: 13px !important;
    }

        .wj-flexgrid .wj-cell.wj-state-selected .wj-control, .wj-cell.wj-state-multi-selected .wj-control {
            color: #444;
        }

    .wj-flexgrid .wj-header.wj-state-multi-selected {
        background-color: #e4e4e4;
        color: #444;
        font-weight: bold;
    }

    .wj-flexgrid .wj-colheaders .wj-header.wj-state-multi-selected {
        border-bottom: 2px solid #0085c7;
    }

    .wj-flexgrid .wj-rowheaders .wj-header.wj-state-multi-selected {
        border-right: 2px solid #0085c7;
    }

    .wj-flexgrid .wj-marquee {
        position: absolute;
        box-sizing: border-box;
        border: 2px solid #0085c7;
    }

    .wj-flexgrid .wj-cell.wj-wrap {
        white-space: normal;
        text-overflow: clip;
    }

    .wj-cell.wj-alt.wj-frozen.wj-frozen-col, 
    .wj-flexgrid .wj-cell:not(.wj-header):not(.wj-group):not(.wj-alt):not(.wj-state-selected):not(.wj-state-multi-selected):not(.grid_check_pink):not(.grid_check_blue) {
        background: #fff;
    }

    .wj-flexgrid .wj-alt:not(.wj-header):not(.wj-group):not(.wj-state-selected):not(.wj-state-multi-selected):not(.grid_check_pink):not(.grid_check_blue) {
        background: #fff;
    }

    .wj-flexgrid .wj-group:not(.wj-state-selected):not(.wj-state-multi-selected) {
        background-color: #ddd;
    }

    .wj-flexgrid .wj-frozen-row {
        border-bottom: 1px solid #666;
    }

    .wj-flexgrid .wj-frozen-col {
        border-right: 1px solid #666;
    }

    .wj-flexgrid .wj-grid-editor {
        padding: 3px;
        border: none;
        width: 100%;
        margin: 0;
    }

    .wj-flexgrid .wj-marker {
        position: absolute;
        background-color: #8a1c22;
        opacity: .5;
    }
  

[dir="rtl"] .wj-cell {
    border-left: 1px solid #c6c6c6;
    border-right: none;
}

[dir="rtl"] .wj-frozen-col {
    border-left: 1px solid #666;
    border-right: none;
}

.wj-filter-on .wj-glyph-filter {
    opacity: .85;
}

.wj-filter-off .wj-glyph-filter {
    opacity: .25;
}

.wj-columnfiltereditor {
    padding: 10px;
    min-width: 230px;
    max-width: 50%;
}

    .wj-columnfiltereditor .wj-control {
        margin-bottom: 6px;
        width: 100%;
    }

    .wj-columnfiltereditor .wj-listbox .wj-listbox-item label {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .wj-columnfiltereditor a[wj-part^="btn-"] {
        background: #e6e6e6;
        padding: 6px 20px;
        color: #444;
        display: inline-block;
        margin-top: 5px;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
    }

        .wj-columnfiltereditor a[wj-part^="btn-"]:hover {
            text-decoration: none;
            background: #e0e0e0;
        }

.wj-grouppanel {
    background-color: #f4f4f4;
    padding: 15px;
}

    .wj-grouppanel .wj-cell {
        margin-right: 10px;
        padding: 6px 16px;
        border: 1px solid #e6e6e6;
        cursor: pointer;
    }

        .wj-grouppanel .wj-cell:hover {
            background: #e0e0e0;
        }

.wj-tooltip {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    pointer-events: none;
    max-width: 400px;
    padding: 6px;
    background-color: #ffffe5;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 6px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.wj-flexchart {
    height: 400px;
    padding: 15px 10px;
    margin-bottom: 12px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
}

    .wj-flexchart .wj-title {
    }

    .wj-flexchart .wj-header {
    }

        .wj-flexchart .wj-header .wj-title {
            font-size: 16pt;
            fill: #666;
            font-weight: normal;
        }

    .wj-flexchart .wj-footer {
    }

        .wj-flexchart .wj-footer .wj-title {
            fill: #666;
            font-weight: normal;
        }

    .wj-flexchart .wj-plot-area {
    }

    .wj-flexchart .wj-legend .wj-label {
        fill: #666;
    }

    .wj-flexchart .wj-data-label {
        fill: #666;
    }

    .wj-flexchart .wj-data-label-border {
        stroke: rgba(128,128,128,.5);
    }

    .wj-flexchart .wj-data-label-line {
        stroke: rgba(128,128,128,1);
    }

    .wj-flexchart .wj-axis-x .wj-title, .wj-flexchart .wj-axis-y .wj-title {
        font-style: italic;
    }

    .wj-flexchart .wj-state-selected {
        stroke-width: 3px;
        stroke-dasharray: 6;
        stroke-linecap: square;
    }

@media(max-width:1025px) {
    .wj-flexchart .wj-state-selected {
        stroke-width: 2px;
        stroke-dasharray: 4;
    }
}

@media(max-width:767px) {
    wj-flexchart .wj-state-selected {
        stroke-width: 1px;
        stroke-dasharray: 3;
    }
}

.wj-flexchart .wj-axis-x {
}

    .wj-flexchart .wj-axis-x .wj-label {
        fill: #666;
    }

    .wj-flexchart .wj-axis-x .wj-line {
        stroke: #aaa;
        stroke-width: 1;
    }

    .wj-flexchart .wj-axis-x .wj-tick {
        stroke: #aaa;
        stroke-width: 1;
    }

    .wj-flexchart .wj-axis-x .wj-gridline {
        stroke: black;
        stroke-width: .25;
    }

    .wj-flexchart .wj-axis-x .wj-tick-minor {
        stroke: #aaa;
        stroke-width: 1;
    }

    .wj-flexchart .wj-axis-x .wj-gridline-minor {
        stroke: black;
        stroke-dasharray: 6;
        stroke-width: .25;
    }

.wj-flexchart .wj-axis-y {
}

    .wj-flexchart .wj-axis-y .wj-label {
        fill: #666;
    }

    .wj-flexchart .wj-axis-y .wj-tick {
        stroke: #aaa;
        stroke-width: 1;
    }

    .wj-flexchart .wj-axis-y .wj-gridline {
        stroke: #777;
        stroke-width: .25;
    }

    .wj-flexchart .wj-axis-y .wj-tick-minor {
        stroke: #aaa;
        stroke-width: 1;
    }

    .wj-flexchart .wj-axis-y .wj-gridline-minor {
        stroke: black;
        stroke-dasharray: 6;
        stroke-width: .25;
    }

.wj-flexchart .wj-chart-rangeslider {
    position: absolute;
    touch-action: none;
    -ms-touch-action: none;
}

    .wj-flexchart .wj-chart-rangeslider button {
        position: absolute;
        text-align: center;
        vertical-align: middle;
        padding: 0;
        line-height: 16px;
        border-radius: 2px;
    }

.wj-flexchart .wj-chart-hrangeslider button {
    width: 16px;
    height: 100%;
}

.wj-flexchart .wj-chart-vrangeslider button {
    height: 16px;
    width: 100%;
}

.wj-flexchart .wj-chart-rangeslider .wj-rangeslider-content {
    background-color: #eaeaea;
    height: 100%;
    position: relative;
}

.wj-flexchart .wj-chart-rangeslider .wj-rangeslider-rangehandle {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    background-color: #bdbdbd;
    height: 100%;
    width: 100%;
}

.wj-flexchart .wj-chart-rangeslider .wj-rangeslider-minhandle, .wj-flexchart .wj-chart-rangeslider .wj-rangeslider-maxhandle {
    border: 1px solid gray;
    display: block;
    position: absolute;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.wj-flexchart .wj-chart-hrangeslider .wj-rangeslider-minhandle, .wj-flexchart .wj-chart-hrangeslider .wj-rangeslider-maxhandle {
    background-color: #bdbdbd;
    cursor: ew-resize;
    height: 22px;
    margin-top: -2px;
    width: 14px;
}

.wj-flexchart .wj-chart-vrangeslider .wj-rangeslider-minhandle, .wj-flexchart .wj-chart-vrangeslider .wj-rangeslider-maxhandle {
    background-color: #bdbdbd;
    cursor: ns-resize;
    width: 22px;
    margin-left: -2px;
    height: 14px;
}

.wj-flexchart .wj-chart-rangeslider .wj-rangeslider-handle-active {
    z-index: 2;
}

.wj-flexchart .wj-chart-hrangeslider .wj-rangeslider-decbtn {
    left: 0;
}

.wj-flexchart .wj-chart-hrangeslider .wj-rangeslider-incbtn {
    right: 0;
}

.wj-flexchart .wj-chart-vrangeslider .wj-rangeslider-decbtn {
    bottom: 0;
}

.wj-flexchart .wj-chart-vrangeslider .wj-rangeslider-incbtn {
    top: 0;
}

.wj-flexchart .wj-chart-rangeslider .wj-glyph-left {
    border-top: 5px solid transparent;
    border-right: 4px solid;
    border-bottom: 4px solid transparent;
    margin-right: 2px;
}

.wj-flexchart .wj-chart-rangeslider .wj-glyph-right {
    border-bottom: 5px solid transparent;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    margin-left: 2px;
}

.wj-flexchart .wj-chart-rangeslider .wj-glyph-down {
    border-top: 5px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-bottom: 3px;
}

.wj-flexchart .wj-chart-rangeslider .wj-glyph-up {
    border-right: 4px solid transparent;
    border-bottom: 5px solid;
    border-left: 4px solid transparent;
    margin-bottom: 4px;
}

.wj-flexchart .wj-chart-rangeselector-container {
    position: relative;
}

    .wj-flexchart .wj-chart-rangeselector-container .wj-chart-rangeslider, .wj-flexchart .wj-chart-rangeselector-container .wj-rangeslider-content {
        background-color: transparent;
        border-color: transparent;
    }

    .wj-flexchart .wj-chart-rangeselector-container .wj-rangeslider-rangehandle {
        opacity: .3;
    }

    .wj-flexchart .wj-chart-rangeselector-container .wj-rangeslider-minhandle, .wj-flexchart .wj-chart-rangeselector-container .wj-rangeslider-maxhandle {
        background-color: transparent;
        opacity: .6;
        border: 2px solid gray;
        border-radius: .5em;
    }

    .wj-flexchart .wj-chart-rangeselector-container .wj-chart-hrangeslider .wj-rangeslider-minhandle, .wj-flexchart .wj-chart-rangeselector-container .wj-chart-hrangeslider .wj-rangeslider-maxhandle {
        height: 100%;
        width: 20px;
    }

    .wj-flexchart .wj-chart-rangeselector-container .wj-chart-vrangeslider .wj-rangeslider-minhandle, .wj-flexchart .wj-chart-rangeselector-container .wj-chart-vrangeslider .wj-rangeslider-maxhandle {
        height: 20px;
        width: 100%;
    }

.wj-flexchart .wj-rangeselector .wj-scroller-center {
    background: rgba(128,128,128,.1);
    position: absolute;
    display: block;
    touch-action: none;
}

.wj-flexchart-touch-disabled {
    -ms-touch-action: none;
}

.wj-flexchart .wj-chart-linemarker {
    background: rgba(128,128,128,.3);
    position: absolute;
    padding: 2px;
}

.wj-flexchart .wj-chart-linemarker-container {
    position: relative;
}

.wj-flexchart .wj-chart-linemarker .wj-chart-linemarker-hline {
    height: 2px;
    background: rgba(128,128,128,1);
    touch-action: none;
    position: absolute;
}

.wj-flexchart .wj-chart-linemarker .wj-chart-linemarker-vline {
    width: 2px;
    background: rgba(128,128,128,1);
    touch-action: none;
    position: absolute;
}

.wj-flexchart.wj-chart-linemarker-draggable, .wj-flexchart .wj-chart-linemarker .wj-chart-linemarker-draggable {
    -moz-user-select: none;
    -khtml-user-drag: element;
    cursor: move;
}

.wj-gauge:focus {
    outline: none;
}

.wj-gauge .wj-face path {
    fill: #f5f5f5;
    stroke: #cbcbcb;
    stroke-width: 1;
    stroke-linejoin: round;
}

.wj-gauge .wj-pointer {
    fill: #0085c7;
}

.wj-gauge .wj-min, .wj-max {
    font-size: 60%;
    opacity: .5;
    user-select: none;
    -moz-user-select: none;
}

.wj-radialgauge .wj-value {
    font-size: 150%;
}

.wj-lineargauge {
    height: 1.2em;
}

.wj-colorpicker {
    width: 420px;
    height: 200px;
    padding: 4px;
}

.wj-colorbox {
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}

.wj-popup {
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    z-index: 1500;
    margin: 2px 0;
}

.wj-popup-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1500;
    background-color: rgba(0,0,0,.5);
}

.wj-glyph-up {
    display: inline-block;
    border-right: .4em solid transparent;
    border-bottom: .5em solid;
    border-left: .4em solid transparent;
    opacity: .75;
    cursor: pointer;
}

.wj-glyph-down {
    display: inline-block;
    border-top: .5em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
    opacity: .75;
    cursor: pointer;
}

.wj-glyph-left {
    display: inline-block;
    border-top: .4em solid transparent;
    border-right: .5em solid;
    border-bottom: .4em solid transparent;
    opacity: .75;
    cursor: pointer;
}

.wj-glyph-right {
    display: inline-block;
    border-top: .4em solid transparent;
    border-bottom: .4em solid transparent;
    border-left: .5em solid;
    opacity: .75;
    cursor: pointer;
}

.wj-glyph-down-left {
    display: inline-block;
    border-top: .65em solid transparent;
    border-left: .65em solid;
    opacity: .75;
    cursor: pointer;
}

.wj-glyph-down-right {
    display: inline-block;
    border-bottom: .65em solid;
    border-left: .65em solid transparent;
    opacity: .75;
    cursor: pointer;
}

.wj-glyph-up-left {
    display: inline-block;
    border-bottom: .65em solid transparent;
    border-left: .65em solid;
    opacity: .75;
    cursor: pointer;
}

.wj-glyph-up-right {
    display: inline-block;
    border-top: .65em solid;
    border-left: .65em solid transparent;
    opacity: .75;
    cursor: pointer;
}

.wj-glyph-circle {
    display: inline-block;
    border: .25em solid;
    border-radius: 1em;
    transform: translateY(-.1em);
    opacity: .75;
    cursor: pointer;
}

.wj-glyph-square {
    display: inline-block;
    border: .25em solid;
    opacity: .75;
    cursor: pointer;
}

.wj-glyph-diamond {
    display: inline-block;
    border: .25em solid;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    opacity: .75;
    cursor: pointer;
}

.wj-glyph-check {
    position: relative;
    display: inline-block;
    width: .75em;
    height: .75em;
    border-right: .3em solid;
    border-bottom: .22em solid;
    transform: rotate(35deg) scaleX(.5);
    opacity: .75;
    cursor: pointer;
}

.wj-glyph-filter {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    top: -.1em;
    width: .5em;
    border-top: .5em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
    opacity: .75;
    cursor: pointer;
}

    .wj-glyph-filter:after {
        position: absolute;
        box-sizing: border-box;
        border: .12em solid;
        width: .12em;
        height: .4em;
        transform: translateX(-50%);
        top: -.2em;
        content: "";
    }

[dir="rtl"] .wj-glyph-filter:after {
    transform: translateX(50%);
}

.wj-glyph-plus, .wj-glyph-minus {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    border-top: .25em solid;
    width: .9em;
    top: -.2em;
    opacity: .75;
    cursor: pointer;
}

    .wj-glyph-plus:after {
        position: absolute;
        box-sizing: border-box;
        border-left: .25em solid;
        width: .25em;
        height: .85em;
        left: .32em;
        top: -.55em;
        content: "";
    }



/******************************2015.10.21 수정***********************************************************/

.wj-input .wj-input-group input[type=tel]{border:0;height:100%; text-align: center; } /*운동량수정 인풋박스 테두리없앰*/
.wj-input .wj-input-group input{ } 
/*.wj-cell.wj-header{font-size:13px !important}*/

/**************************************2015.12.28 wijmo 통계 재정의 ************************************/
/*통계 기간선택 버튼 크기 조절*/
.dl_stats_filter dd span{margin-right: 0  !important}

/*통계 달력 Style 재정의 */
.wj-content.wj-dropdown-panel.wj-control.wj-calendar{color:#555555 !important;font-size:13px !important; letter-spacing:0}
.wj-content.wj-dropdown-panel.wj-control.wj-calendar td{cursor:pointer}
.wj-content.wj-dropdown-panel.wj-control.wj-calendar td:hover{background-color:#e7e7e7;}
.wj-state-selected:not(.noneColor .UserSelect){color:#ffffff !important; background-color:#8a1c22 !important}
/*aaaaa*/
.wj-state-disabled{color:#8a1c22}
.wj-month-select{font-weight:bold;font-size:13px}
.wj-calendar-month .wj-header{border-top: 1px solid #999999;}
/*통계 달력 우측상단 버튼*/
.wj-btn-group &gt; :first-child:not(:last-child).wj-btn{font-size:11px;}

/*통계 inputbox, 버튼 가로길이*/
.datepicker.DataMin, .datepicker.DataMax{width:70px !important}
.wj-input-group-btn &gt; .wj-btn {    width: 24px;height:24px}   /*20160314 선택박스 세로값 없앰*/
.wj-btn.wj-btn-default span.wj-glyph-down, .wj-btn-group &gt; :not(:first-child):not(:last-child).wj-btn,  .wj-btn-group &gt; :last-child:not(:first-child).wj-btn{font-size:10px;vertical-align:middle}


/*통계 inputbox 테두리값 입체*/
.wj-content{    border-top: 1px solid #7F7F7F;    border-right: 1px solid #ADADAD;    border-bottom: 1px solid #ADADAD;    border-left: 1px solid #7F7F7F;    -webkit-border-radius: 3px;}

/*****IE - 달력inputbox Height 사이즈 강제*****/
:last-child.wj-input-group-btn &gt; .wj-btn{}

/*****통계결과 &gt; 페이징버튼******/
#Div_StatsResultUser input[type="button"],
#Div_StatsResultData input[type="button"] { zoom:1;-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
           -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
           box-shadow: inset 0 1px 0 rgba(238, 238, 238, 0.2), 0 3px 4px rgba(0, 0, 0, 0.05);
           background: -ms-linear-gradient(#ffffff, #cfcfcf);/* for ie10 */
           background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D6D6D6)); /* for webkit browsers */
           background: -moz-linear-gradient(top,  #ffffff,  #cfcfcf); /* for firefox 3.6+ */
           font-weight: bold;color:#444444;border-radius:3px;
	       background-color :#f0f0f0;border:1px solid #999999;cursor:pointer;}

#Div_StatsResultUser input[type="button"]:hover,
#Div_StatsResultData input[type="button"]:hover{color:#666666;  background-image: none;  background-color: #d4d6d7;  border:1px solid #999999; }
#Div_StatsResultUser input[type="button"]:active,
#Div_StatsResultData input[type="button"]:active{color:#333333; background-image: none;  background-color: #bac0c4;  border:1px solid #666666; }

#StatsUserGridData_page_text, #StatsDataGridData_page_text{width:100px;font-weight:bold;color:#333}

/*통계결과 테이블 th 볼드 없앰*/
#StatsDataGridData .wj-header,  
#StatsUserGridData .wj-header{ font-weight: normal;}


/**데이터편집 선택날짜 &amp; 운동영양 날짜선택*/
#GridExerciseEdit, #GridNutritionEdit{letter-spacing:0px}
.wj-input-group.wj-input-btn-visible{display:inline-flex}
.wj-input-group.wj-input-btn-visible .wj-form-control{font-size:12px !important}

/*음식추가  + - 버튼, 파이어폭스 정렬. ie는 해당없음*/
.wj-control.wj-inputnumber.wj-content.wj-input-show-spinner{display:inline-flex}
.wj-input, .wj-input-group{  display:inline-flex  }

/*IE 데이터편집 생년월일 inputbox*/
/*#EditMainDiv #Div_EditUserInfo .wj-input,
#EditMainDiv #Div_EditUserInfo .wj-input-group {display:block}*/

/*통계 인풋박스*/
.wj-control.wj-dropdown.wj-content{display:inline-flex !important}
.wj-dropdown.wj-template, .wj-dropdown.wj-dropdown-menu{display:inline-flex !important}



/******************************************************************/
/******************only for edge 엣지 핵 - 20160314 추가**************/
@supports ( -ms-accelerator:true ) {
.wj-input-group.wj-input-btn-visible, 
.wj-control.wj-inputnumber.wj-content.wj-input-show-spinner,
.wj-input, .wj-input-group,
.wj-control.wj-dropdown.wj-content,
.wj-dropdown.wj-template, .wj-dropdown.wj-dropdown-menu, 
.wj-input-group-btn:first-child &gt; .wj-btn, .wj-dropdown .wj-template, .wj-dropdown .wj-dropdown-menu{display:table !important;}
 }



/* 환경설정 운동영양데이터편집 - edit 할때 글자크기*/
.wj-flexgrid.wj-grid-editor, .wj-grid-editor.wj-form-control{font-size:12px !important}

/*데이터편집 ID div 수정*/
#grid_UserData, #grid_RawData, 
#grid_RawEdit, #grid_ModifyEdit{color:#444444}
#GridEditUserInfo{letter-spacing:0}

/*통계 인풋박스 비활성화 배경색*/
.wj-control[disabled] {    background-color: inherit !important;}

/*데이터편집 신장 (+) (-) 버튼 display */
.wj-input-group-btn:first-child &gt; .wj-btn{ display: inline-flex;}   

/*데이터편집 수정*/
.wj-grid-editor.wj-form-control, 
.wj-input-group .wj-form-control.wj-numeric {   font-size: 12px !important;}

</pre></body></html>