@import '../lib/XEIcon/xeicon.min.css';
/* reset */
html {
    height: 100%;
    overflow: hidden;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
}
button {
    border: 0;
    background: none;
    font-family: inherit;
}
body {
    font-family: 'NotoSansKR', 'Malgun Gothic', '맑은 고딕', '돋움',
        Dotum, Helvetica, 'Apple SD Gothic Neo', Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    word-break: break-all;
    word-wrap: break-word;
}
img,
fieldset,
iframe {
    border: 0 none;
}
li {
    list-style: none;
}
input,
select,
button,
img {
    vertical-align: middle;
}
i,
em,
address {
    font-style: normal;
}
label,
button {
    cursor: pointer;
}
a {
    color: #080808;
    text-decoration: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
legend,
caption {
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}
pre {
    white-space: pre-wrap;
}
* {
    box-sizing: border-box;
}
.highcharts-range-selector {
    height: 20px !important;
}
/* .highcharts-input-group {
    transform: translate(280px, 10px) !important;
}
.highcharts-range-selector[name='min'] {
    left: auto !important;
    right: 105px !important;
}
.highcharts-range-selector[name='max'] {
    right: 0 !important;
} */

.chkbox-wrap {
    display:none;
    position:absolute;
    left:85px;
    top:10px;
    z-index: 1;
    width:130px;
    background: #e6ebf5;
    font-size:13px;
    border-radius: 2px;
    overflow: hidden;
}

.chkbox-wrap.active {
    display:block;
}
.chkbox-wrap .txt {
    line-height: 22px;
    padding:0 0 0 10px;
    position:relative;
    cursor:pointer;
}
.chkbox-wrap .txt:after {
    position:absolute;
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #555;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    content:'';
    right:10px;
    top:50%;
    margin-top:-2px;
}
.chkbox-wrap .txt.active:after {
    border-bottom: 5px solid #555;
    border-top: 5px solid transparent;
    margin-top:-8px;
}
.chkbox {
    display:none;
    background: #d4dceb;
}
.chkbox.active {
    display:block;
}
.chkbox div {
    padding:3px 5px;
}
.chkbox div > * {
    vertical-align: middle;
}
.chkbox div input {
    width:13px;
    height:13px;
    margin-right:4px;
    margin-top:2px;
}
@media screen and (max-width: 1023px) {
    
    /* .highcharts-input-group {
        transform: translate(58%, 10px) !important;
    } */

    .highcharts-range-selector-buttons {
        transform: translate(-20px, 10px);
    }
    .highcharts-announcer-container + div > select {
        left:10px !important;
    }
}

.select_box {
    z-index: 2;
}

.select_box select {
    position: relative;
    padding: 10px;
    font-size: 20px;
    border: 0px;
    border-radius: 5px;
    appearance: none; 
    -moz-appearance:none; /* firefox */
    -webkit-appearance:none; /* chrome */
    background:url(../images/down.png) no-repeat 97% 50%/15px auto;
    background-size: 14px 10px;
    width : 80px;
    height : 40px;
    outline: none;
}

/* .select_box select::-webkit-scrollbar {
    width: 7px;
}
.select_box select::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: #0a4885;
    border-radius: 5px;
}
.select_box select::-webkit-scrollbar-thumb:hover {
    background-color: #062e56;
}
.select_box select::-webkit-scrollbar-track {
    background-color: #d4dceb;
    border-radius: 5px;
}
.select_box select {
    scrollbar-width: thin;
    scrollbar-color: #0a4885 #d4dceb;
} */

.select_box select::-ms-expand{
    display:none; /* IE10,11 */
}

.span_box {
    z-index: 3;
}

.span_box span {
    font-size: 16px;
}

.btn_select {
    width: 23px;
    height: 24px;
    background: url(../images/down.png) no-repeat center center;
    border: none;
    text-indent: -9999px;
    background-size: 100%;
    margin-bottom:10px;
}
.btn_select:hover {
    background-image: url(../images/down_hover.png);
}

.btn_next,
.btn_prev {
    width: 18px;
    height:18px;
    border: none;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
.btn_next {
    background-image: url(../images/next.png);
}
.btn_prev {
    background-image: url(../images/prev.png);
}
.btn_next:hover {
    background-image: url(../images/next_hover.png);
}
.btn_prev:hover {
    background-image: url(../images/prev_hover.png);
}

.btn_play:hover::before,
.btn_stop:hover::before {
    display: block;
    position: absolute;
    left: -70px;
    top: calc(50% - 15px);
    width: 60px;
    padding: 5px 0;
    color: #6a8aaa;
    text-align: center;
    border-bottom: 1px dotted white;
    border-radius: 6px;
    background-color: white;
    z-index: 1;
    box-shadow: 0 7px 29px 0 #64646f33;
    text-indent: 0;
    border: 1px solid #64646f33
}
.on .btn_play:hover::before {
    content: 'Play';
}
.on .btn_stop:hover::before {
    content: 'Stop';
}
.en .btn_play:hover::before {
    content: 'Play';
}
.en .btn_stop:hover::before {
    content: 'Stop';
}
.btn_play:hover::after,
.btn_stop:hover::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    margin-left: -10px;
    border-width: 6px;
    border-style: solid;
    border-color: black transparent transparent transparent;
    border-color: transparent transparent transparent #64646f33;
}

.play_box,
.stop_box {
    position: absolute;
    right: 10px;
    top: 50% !important;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    visibility: hidden;
    z-index: 10;
    opacity: 0;
    /* transition: all .3s; */
}
.play_box.on,
.stop_box.on {
    visibility: visible;
    z-index: 1;
    opacity: 1;
}
.play_box button,
.stop_box button {
    position: relative;
    width: 100%;
    height: 100%;
}
.play_box button:hover i,
.stop_box button:hover i {
    color: #005a93;
}

.play_box i,
.stop_box i {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 28px;
    color: #6a8aaa;
}

.floatText {
    width: 110px;
    font-size: 12px;
    color: #000;
    position: absolute;
    top: 65px;
    text-align: center;
    z-index: 20;
    background: rgba(255,255,255,0.5);
    padding: 5px;
    border-radius: 8px;
}

.floatText b {
    display: block;
    font-size: 15px;
}

.floatText span {
    font-size: 12px;
    font-weight: bold;
    margin-right: 1px;
}

.floatText#leftValue {
    left:0;
}
.floatText#rightValue {
    right:0;
}

/* .highcharts-axis-labels > span div {
       
  // html2canvas에서 지원하지않음  
     writing-mode : vertical-lr;
} */

.highcharts-title {
    display:none;
}


.highcharts-axis-labels .ko{
    line-height:1.3;
    
}

.highcharts-axis-labels .ko > span{
    transform:rotate(0deg) !important;
    display:inline-block;
    
}

.highcharts-axis-labels span hr { 
    font-size: 0;
    height: 7px;
    color: #fff;
    border: 0;
}

