﻿@charset "utf-8";

/* 리포트 페이지 공통 스타일 */
*,*:after,*:before { box-sizing: border-box; }
html { text-shadow: 1px 1px 1px rgba(0,0,0,0.004); min-width: 1500px; font-size: 62.5%; }
html, body { width:100%; height:100%; background: #fff; color: var(--navy-color); }
body { font-family: 'Noto Sans KR','Sans-serif'; font-size: 1.4rem; letter-spacing: -0.5px; background-color: #fff; text-rendering: auto; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { text-decoration:none; color: var(--navy-color);cursor:pointer; }

/*폼 요소*/
input, textarea,option, button { font-family: 'Noto Sans KR','Sans-serif'; font-size: 1.3rem; letter-spacing: -0.5px; }
input[type=text],input[type=password],textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0; }
select { font-family: 'Nanum Square','Sans-serif'; font-size: 1.3rem; letter-spacing: -1px; width: 150px; height: 30px; padding-left: 5px; padding-right: 5px; }

input::-ms-input-placeholder { color: #ccc; }
input::-webkit-input-placeholder { color: #ccc; } 
input::-moz-placeholder { color: #ccc; }

/*숨김처리*/
.blind { position:absolute; font-size:0; line-height:0; height:0; }

/*테스트*/
.testBorder { border:1px solid red !important; }
.testBg { background-color:yellow !important; }

/*클리어픽스*/
.clearFix { display:block; clear:both; font-size:0; height:0; }
.clearfix:after { display: block; clear: both; height: 0; content: ''; }

/* 헤더 */
#header_container { /* height: 180px; */ background: #fff; position: fixed; z-index: 20; left: 0; top: 0; width: 100%; min-width: 1500px; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1); z-index: 199;}


#info_container { background: #f2f2f7; }


/* highchart no data font-size */
.highcharts-loading-inner {font-weight: bold !important;font-size : 14px !important;color:#2b3245;opacity:1;}


.scroll-unset { overflow: unset !important; }
.scroll-unset #info_container { height: unset !important; position: relative; }
.scroll-unset #info_container .tree-wrap { height: unset !important; }
.scroll-unset #info_container .board-area { height: unset !important; }
.scroll-unset #info_container .report-content-area { height: unset !important; }
