@charset 'UTF-8';
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* HTML5 Boilerplate styles  */
html {
  *overflow: hidden;
  height: 100%;
}
body {
  *overflow: hidden;
  height: 100%;
  min-height: 100%;
  width: 100%;
  font-size: 12px;
  font-family: "Malgun Gothic", sans-serif;
  margin: 0 auto;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* Base */
* {
  font-style: normal;
  font-family: "Malgun Gothic", sans-serif;
}
body {
  line-height: 1.5;
  color: #333;
}
pre,
table {
  font-size: 1em;
}
table {
  border-collapse: collapse;
}
a {
  text-decoration: none;
  color:#0A6ED1;
}
a:link,
a:visited {
  cursor: pointer;
}
img {
  border: 0;
}
hr {
  display: none;
}
em {
  color: #e00;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
dd,
dl,
dt,
li,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li img {
  vertical-align: top;
}
.brclear,
.clear {
  display: block;
  clear: both;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.blind {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  opacity: 0;
}
button,
fieldset,
form {
  border: none;
  margin: 0;
  padding: 0;
}
caption {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: -1;
}
/* 간격, 폰트 */
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt65 {
  margin-top: 65px;
}
.mt70 {
  margin-top: 70px;
}
.ml2 {
  margin-left: 2px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr55 {
  margin-right: 55px;
}
.mr60 {
  margin-right: 60px;
}
.mr65 {
  margin-right: 65px;
}
.mr70 {
  margin-right: 70px;
}
/* 정렬 */
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.taL {
  text-align: left;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clr {
  clear: both;
}
/* Padding */
.no_pad {
  padding: 0px !important;
}
.no_vpad {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.no_hpad {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* form */
input,
select {
  font-size: 12px;
  height: 20px;
  line-height: 15px;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
  margin: 0;
  padding: 0;
}
textarea {
  font-size: 12px;
  border: 1px solid #bfbfbf;
  padding: 5px;
}
input[type='checkbox'],
input[type='radio'] {
  width: 15px;
  height: 20px;
  border: 0px solid #bfbfbf;
  display: inline-block;
  margin-right: 0px;
  margin-left: 7px;
}
input[type='button'],
input[type='submit'] {
  padding-left: 5px;
  padding-right: 5px;
}
input[readonly] {
  border: 1px solid #dfdfdf;
  background: #efefef !important;
}
td.s_label {
  color: #027ebe;
}
/* Search Option */
.so_label3 {
  width: 100px;
  vertical-align: middle;
  display: inline-block;
  color: #606060;
}
.so_label1 {
  width: 100px;
  vertical-align: middle;
  display: inline-block;
  color: #606060;
}
.so_label2 {
  width: 100px;
  vertical-align: middle;
  display: inline-block;
  color: #606060;
}
label.so_label3 {
  padding-left: 3px;
}
/* input */
.input1_text {
  border: 1px solid #D3D3D3;
  text-align: left  ;
  padding-left: 3px;
}
.input1_date {
  border: 1px solid #1E90FF;
  text-align: center;
  width: 80px;
}
.input1_num {
  border: 1px solid #9ACD32;
  text-align: right ;
  padding-right: 3px;
}
.input_date_option,
.input_month_option {
  border: 1px solid #bfbfbf;
  text-align: center;
  width: 70px;
}
.input_date_month_option {
  width: 58px;
  font-size: 10px;
  text-align: center;
}
.input_keyword_option {
  width: 199px;
}
.input_keyword_option_multi {
  width: 176px;
}
.input_status_option {
  width: 100px;
}
.input_code_option {
  width: 100px;
}
.input_user_option {
  width: 100px;
}
.input_lov_option {
  width: 176px;
}
.input_lov_option_multi {
  width: 153px;
}
.input_lov_option_code {
  width: 45px;
}
.input_lov_option_display {
  width: 128px;
}
.input_lov_option_showNameOlny {
  width: 175px;
}
.input_check_option {
  margin-left: 7px;
}
.input_radio_option {
  margin-left: 7px;
}
.input_hidden {
  color: #999999 !important;
  background: #efefef !important;
}
.input_range_option {
  width: 100px;
}
.input_none {
  background-color: #fff;
  border-right: 0 solid;
  border-top: 0 solid;
  border-left: 0 solid;
  border-bottom: 0 solid;
  height: 19px;
}
.mandatory {
  background-color: #FFFFEE;
}
/* 
    Entry Style
*/
.entry_back {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin-bottom: 10px;
}
.entry_back:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.entry_grouptable {
  border: 1px solid #E0E0E0;
  width: 100%;
  margin-bottom: 5px;
  float: left;
}
.entry_back .row {
  border: none;
  float: left;
  position: relative;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.entry_back .row .subnav {
  padding-left: 0px;
}
.entry_back .grid_header_btn {
  position: relative;
  right: 0;
  bottom: 0;
  float: right;
  text-align: right;
  display: inline;
  padding-top: 10px;
  width: auto;
}
.entry_back .grid_header_btn_bottom {
  position: relative;
  right: 0;
  bottom: 0;
  float: right;
  text-align: right;
  display: inline;
  padding-bottom: 5px;
  width: auto;
}
.entry_back .grid_header_btn .row_btn {
  float: left;
  margin-right: 3px;
  cursor: pointer;
}
.entry_back .bar_btn {
  float: left;
  padding-left: 2px;
  color: #c1d7f5;
  font-size: 12px;
}
.entry_back table {
  float: left;
}
/* Table */
.td_label {
  color: #000000;
  background: #F7F7F7;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 20px;
  width: 18%;
  height: 27px;
  text-align: right;
}
.td_label0 {
  color: #000000;
  background: #F7F7F7;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 20px;
  height: 27px;
  text-align: right;
}
.td_label2 {
  color: #000000;
  background: #F7F7F7;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 20px;
  width: 9%;
  height: 27px;
  text-align: right;
}
.td_label3 {
  color: #000000;
  background: #F7F7F7;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 20px;
  width: 9%;
  height: 27px;
  text-align: right;
}
.td_input {
  color: #333333;
  background: #FFFFFF;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  width: 32%;
  height: 27px;
}
.td_input0 {
  color: #333333;
  background: #FFFFFF;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  height: 27px;
}
.td_input1 {
  color: #333333;
  background: #FFFFFF;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  width: 18%;
  height: 27px;
}
.td_input2 {
  color: #333333;
  background: #FFFFFF;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  width: 16%;
  height: 27px;
}
.td_input3 {
  color: #333333;
  background: #FFFFFF;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  width: 82%;
  height: 27px;
}
.td_label10 {
  color: #000000;
  background: #F7F7F7;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
  width: 30%;
  height: 27px;
  text-align: center;
}
.td_input10 {
  color: #333333;
  background: #FFFFFF;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
  width: 30%;
  height: 27px;
}
.td_label11 {
  color: #000000;
  background: #F7F7F7;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
  width: 10%;
  height: 27px;
  text-align: center;
}
.td_input11 {
  color: #333333;
  background: #FFFFFF;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
  width: 10%;
  height: 27px;
  text-align: center;
}
.td_label12 {
  color: #000000;
  background: #F7F7F7;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
  width: 25%;
  height: 27px;
  text-align: center;
}
.td_input12 {
  color: #333333;
  background: #FFFFFF;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
  width: 25%;
  height: 27px;
}
.td_label13 {
  color: #000000;
  background: #F7F7F7;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
  width: 20%;
  height: 27px;
  text-align: center;
}
.td_input13 {
  color: #333333;
  background: #FFFFFF;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
  width: 20%;
  height: 27px;
  text-align: right;
}
.td_label14 {
  color: #000000;
  background: #F7F7F7;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
  width: 15%;
  height: 27px;
  text-align: center;
}
.td_input14 {
  color: #333333;
  background: #FFFFFF;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
  width: 15%;
  height: 27px;
  text-align: center;
}
.td_grid_entry_btn {
  text-align: right;
  padding-top: 5px;
  height: 25px;
}
.td_grid_entry {
  vertical-align: text-top;
  text-align: center;
  padding: 5px 0px 5px 0px;
  height: 200px;
}
/* group */
.groupfix {
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  padding-top: 5px;
  padding-left: 20px;
  line-height: 160%;
  height: 28px;
  background: url(../images/v3/entry/icon_grouptitle_fix.gif) no-repeat 0px 60%;
}
.groupopen {
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  padding-top: 5px;
  padding-left: 20px;
  line-height: 160%;
  height: 28px;
  background: url(../images/v3/entry/icon_grouptitle_open.gif) no-repeat 0px 60%;
}
.groupclose {
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  padding-top: 5px;
  padding-left: 20px;
  line-height: 160%;
  height: 28px;
  background: url(../images/v3/entry/icon_grouptitle_close.gif) no-repeat 0px 60%;
}
.groupgridopen {
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  padding-top: 5px;
  padding-left: 20px;
  line-height: 160%;
  height: 28px;
  background: url(../images/v3/entry/icon_grouptitle_open.gif) no-repeat 0px 60%;
  margin-top: 10px;
}
.groupgridclose {
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  padding-top: 5px;
  padding-left: 20px;
  line-height: 160%;
  height: 28px;
  background: url(../images/v3/entry/icon_grouptitle_close.gif) no-repeat 0px 60%;
  margin-top: 10px;
}
.groupmore {
  font-size: 10px;
  font-weight: normal;
  color: #A4A4A4;
  padding-left: 5px;
}
/* Tab */
.div_tab {
  /*display:none;*/
}
#table_tab {
  width: 100%;
}
#table_tab_title {
  padding: 10px 0px 0px 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #5cb0e8;
  box-shadow: 0 1px 0 #dbdbdb;
  width: 100%;
}
#table_tab_title td {
  height: 29px;
}
.td_tab_on {
  margin-top: 10px;
  height: 25px;
  text-align: center;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
.td_tab_on td {
  padding: 0px 30px 0px 30px;
  background: url(../images/v3/tab/new/tab_bg.gif) 0px 55%;
}
.td_tab_off {
  margin-top: 10px;
  height: 25px;
  text-align: center;
  border-top: 1px solid #e3e2e2;
  border-right: 1px solid #e3e2e2;
  border-left: 1px solid #e3e2e2;
  font-size: 12px;
  font-weight: normal;
  color: #888888;
}
.td_tab_off td {
  padding: 0px 30px 0px 30px;
}
.table_tab_grid {
  width: 100%;
  border: solid 1px #E3E3E3;
}
.td_tab_grid_btn {
  text-align: right;
  padding: 10px 10px 0px 10px;
  height: 30px;
}
.td_tab_grid {
  vertical-align: text-top;
  text-align: center;
  padding: 10px 15px 10px 15px;
  height: 360px;
}
/* ETC */
/* 
Layout css 
*/
/* IE7에서 min-height값은 header,footer높이를 뺀값 대입, position:relative는 IE외 브라우져에 min값을 넣을수 있도록 하기위함 */
#Wrap {
  position: relative;
  height: 100%;
  min-width: 300px;
  min-height: 100px;
  margin: 0px;
}
#Header {
  position: absolute;
  *position: static;
  top: 0;
  width: 100%;
  height: 56px;
  display: inline;
  padding-left: 223px;
  padding-right: 13px;
}
/* header,footer의 높이를 top,bottom 에 삽입, height:auto 는 IE외 브라우져에선 절대위치로 크기를 잡아야해서 */
/*#Container{position:absolute;*position:static;top:56px;bottom:12px;width:100%;height:auto;*height:100%;display:inline-block;padding:10px 15px 0 15px;}*/
#Container {
  position: absolute;
  *position: static;
  top: 56px;
  bottom: 12px;
  width: 100%;
  height: auto;
  *height: 100%;
  display: inline-block;
  padding: 10px 15px 0 0px;
}
#Container:after {
  content: "";
  display: block;
  clear: both;
}
#Container_entry {
  display: block;
  width: 100%;
  height: 100%;
  *height: 100%;
  padding: 0px 15px 5px 15px;
  background: #ffffff;
}
/*tab*/
#Container_entry:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
#Footer {
  *position: static;
  bottom: 0;
  width: 100%;
  height: 10px;
  padding: 0 15px;
}
#LayerLeft {
  overflow: hidden;
  position: relative;
  float: left;
  width: 99%;
  margin-right: 2px;
  height: 100%;
  padding-left: 15px;
}
#Nav {
  overflow: hidden;
  position: relative;
  float: left;
  width: 188px;
  margin-right: 2px;
  height: 100%;
  _margin-right: -3px;
  background: #fff url(../images/v3/theme/blue/box-c3.png) left bottom no-repeat;
}
.left_hidden {
  width: 17px;
  float: left;
  margin-left: -2px;
  position: relative;
  left: 0px;
  top: 40px;
}
.todolist_btn {
  float: left;
  display: block;
  text-align: right;
  padding-top: 7px;
  height: 23px;
}
.todolist_btn img {
  vertical-align: top;
}
/* 세로 스크롤 필요할시 overflow-y:auto 추가 */
#Content {
  overflow: hidden;
  position: relative;
  height: 100%;
  border: 1px solid #568ebd;
  padding: 0 15px 5px 15px;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: #bcbcbc 1px 1px 1px;
  -moz-box-shadow: #bcbcbc 1px 1px 1px;
  box-shadow: #bcbcbc 1px 1px 1px;
  zoom: 1;
  background-image: url(../images/v3/content_bgline.gif);
  background-repeat: repeat-x;
  background-position: left 30px;
  background-color: #fff;
  width: auto;
}
#Content:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
#Content_entry {
  margin: 0;
  width: 100%;
  background: #ffffff;
  height: 100%;
  display: block;
  float: left;
}
#ContentTab {
  overflow: hidden;
  position: relative;
  height: 98%;
  z-index: 99999;
  background: #fff;
}
#Content_main {
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
  height: 100%;
  /*border: 1px solid @border-color ;*/
  padding: 15px 15px 45px 15px;
  /* -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; */
  /*-webkit-box-shadow: #bcbcbc 1px 2px 1px;-moz-box-shadow: #bcbcbc 1px 2px 1px;box-shadow: #bcbcbc 1px 2px 1px;*/
  zoom: 1;
  background: #ffffff;
}
#Content_entry .title_area .grid_header_btn {
  padding-top: 5px;
}
.content_body {
  display: inline-block;
  width: 100%;
  z-index: 30;
  padding: 5px 0px 0px 0px;
}
.content_body .ContentFooter {
  position: relative;
  float: left;
  display: inline;
  font-family: "NanumGothic", sans-serif;
  font-size: 11px;
  overflow: hidden;
  z-index: 30;
  width: 100%;
  padding: 0px;
  margin-top: 3px;
}
.content_body .ContentFooter .div_total {
  position: relative;
  float: left;
  display: inline;
  overflow: hidden;
  z-index: 30;
  width: 100%;
  margin-bottom: 5px;
  background-color: #EEEEEE;
  height: 25px;
}
.content_body .ContentFooter .div_total div {
  float: left;
  font-family: "NanumGothic", sans-serif;
  color: #666666;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 0px 0px 10px;
}
.content_body .ContentFooter .div_total div font {
  color: red;
}
/*.content_body .ContentFooter .div_paging {padding-top:3px;}*/
.bgline {
  background: #ffffff url(../images/v3/content_bgline.gif) left 0px repeat-x;
}
.title_area {
  float: left;
  display: inline-block;
  width: 100%;
  height: 30px;
}

.title_area .row .subNav {padding-top: 5px;}
.searchoption_area {
  float: left;
  display: inline-block;
  width: 100%;
  padding-top: 12px;
}
.searchoption_area:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.searchoptionall {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  padding: 3px 0px 0px 0px;
}
/* 메인페이지 Layout 스타일 적용 */
.dhxlayout_base_material div.dhx_cell_layout {
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  cursor: default;
  z-index: 0;
  box-shadow: none !important;
}
.dhxlayout_base_material div.dhx_cell_layout div.dhx_cell_hdr.dhx_cell_hdr_hidden {
  height: 0;
  line-height: 0;
  border: none!important;
  overflow: hidden;
}
.dhxlayout_base_material div.dhx_cell_layout div.dhx_cell_cont_layout {
  position: absolute;
  border: none!important;
  z-index: 0;
}
/* 
    상단 메뉴 CSS
*/
.toplogo {
  position: absolute;
  left: 15px;
  bottom: 3px;
  display: block;
  width: 210px;
  height: auto;
}
.toplogo h1 {
  margin: 0;
  padding: 0;
}
.toplogo h1 img {
  vertical-align: bottom;
}
.topbtn {
  float: right;
  display: block;
  width: 100%;
  height: 24px;
  text-align: right;
  padding-top: 2px;
}
.topbtn ul.loginbar {
  margin: 0;
  padding: 0;
  z-index: 50;
  position: relative;
  display: inline;
}
.topbtn ul.loginbar > li {
  display: inline;
  list-style: none;
  padding-bottom: 15px;
}
.topbtn ul.loginbar > li > a,
.topbtn ul.loginbar > li > a:hover {
  color: #7c8082;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "NanumGothic", sans-serif;
}
.topbtn ul.loginbar li.devider {
  top: -1px;
  padding: 0;
  font-size: 8px;
  position: relative;
  margin: 0 9px 0 5px;
  font-family: "NanumGothic", sans-serif;
  border-right: solid 1px #bbb;
}
.topbtn ul.loginbar li i.icon-globe {
  color: #bbb;
}
.topmenu {
  float: left;
  display: block;
  width: 100%;
}
#quick_chart {
  position: relative;
  float: right;
}
/* UI Object
    - Menu Common 
*/
.toplogo {
  position: absolute;
  left: 15px;
  bottom: 3px;
  display: block;
  width: 180px;
  height: auto;
}
.toplogo h1 {
  margin: 0;
  padding: 0;
}
.toplogo h1 img {
  vertical-align: bottom;
}
.topbtn {
  float: right;
  display: block;
  width: 100%;
  height: 24px;
  text-align: right;
  padding-top: 2px;
  padding-right:4px;
}
.topbtn ul.loginbar {
  margin: 0;
  padding: 0;
  z-index: 50;
  position: relative;
  display: inline;
}
.topbtn ul.loginbar > li {
  display: inline;
  list-style: none;
  padding-bottom: 15px;
}
.topbtn ul.loginbar > li > a,
.topbtn ul.loginbar > li > a:hover {
  color: #7c8082;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "NanumGothic", sans-serif;
}
.topbtn ul.loginbar li.devider {
  top: -1px;
  padding: 0;
  font-size: 8px;
  position: relative;
  margin: 0 9px 0 5px;
  font-family: "NanumGothic", sans-serif;
  border-right: solid 1px #bbb;
}
.topbtn ul.loginbar li i.icon-globe {
  color: #bbb;
}
.menu {
  overflow: visible;
  position: relative;
  font-size: 14px;
  line-height: normal;
  white-space: nowrap;
  *zoom: 1;
}
.menu:after {
  display: block;
  clear: both;
  content: "";
}
.menu .inset {
	height:32px;
  overflow: visible;
  padding-left: 5px;
  position: relative;
  z-index: 2;
  background-image: url(../images/v3/theme/blue/bg_bar.png);
  background-repeat: repeat-x;
  _background-image: none;
  *zoom: 1;
}
.menu .inset:after {
  display: block;
  clear: both;
  content: "";
}
.menu ul {
  float: left;
  margin: 0px 0px;
  padding: 0;
  list-style: none;
}
.menu ul:after {
  display: block;
  clear: both;
  content: "";
}
.menu li {
  float: left;
  position: relative;
  z-index: 1;
}
.menu a {
  float: left;
  position: relative;
  margin-bottom: 0px;
  padding: 7px 0 8px 0;
  text-decoration: none !important;
  cursor: pointer;
}
.menu a span {
  height: 22px;
  padding: 0 20px;
  font-weight: bold;
  color: #fff;
  vertical-align: top;
}
.menu .gradient {
  display: none;
  _display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg_bar.png', sizingMethod='scale');
}
.menu .shadow {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 1px -1px;
  border-top: 0;
  font-size: 0;
  line-height: 0;
}
.menu .major {
  float: left;
  position: relative;
  z-index: 2;
  padding-left: 10px;
}
.menu .major a {
  overflow: hidden;
  line-height: 1;
}
.menu .major span {
  border-left: 1px solid;
  border-right: 1px solid;
  _zoom: 1;
}
.menu .major li.active a:hover {
  /*padding-left: 1px;*/
  /*padding-right: 1px;*/
  background-image: url(../images/v3/bg_bar_active_hover.png);
  _background-image: none;
}
.menu .major li.active a:hover span {
	border-left: 1px solid transparent;
  color: #A3DB1D;
}
.menu .major li.active {
  z-index: 2;
  margin: 0 0px;
  _margin: 0;
  _border: 0;
}
.menu .major li a:hover,
.menu .major li a:active,
.menu .major li a:focus {

  background-image: url(../images/v3/bg_bar_hover.png);
  _background-image: none;
}
.menu .major li.active a {

  background-image: url(../images/v3/bg_bar_active_hover.png);
  _background-image: none;
}
.menu .major.m0 .m0 a,
.menu .major.m1 .m1 a,
.menu .major.m10 .m10 a,
.menu .major.m11 .m11 a,
.menu .major.m12 .m12 a,
.menu .major.m2 .m2 a,
.menu .major.m3 .m3 a,
.menu .major.m4 .m4 a,
.menu .major.m5 .m5 a,
.menu .major.m6 .m6 a,
.menu .major.m7 .m7 a,
.menu .major.m8 .m8 a,
.menu .major.m9 .m9 a {

  background: url(../images/v3/bg_bar_active.png) repeat-x;
}
.menu .major li.active span,
.menu .major.m0 .m0 span,
.menu .major.m1 .m1 span,
.menu .major.m10 .m10 span,
.menu .major.m11 .m11 span,
.menu .major.m12 .m12 span,
.menu .major.m13 .m13 span,
.menu .major.m14 .m14 span,
.menu .major.m15 .m15 span,
.menu .major.m2 .m2 span,
.menu .major.m3 .m3 span,
.menu .major.m4 .m4 span,
.menu .major.m5 .m5 span,
.menu .major.m6 .m6 span,
.menu .major.m7 .m7 span,
.menu .major.m8 .m8 span,
.menu .major.m9 .m9 span {

}
/* Menu Aside */
.menu .aside {
  float: right;
  position: relative;
  z-index: 2;
  background: url(http://html.nhncorp.com/data/ui_library/src/pattern/gnb/jcm/img/bg_bar_end.png);
  _background: none;
}
.menu .aside ul {
  padding-left: 5px;
  padding-right: 10px;
}
.menu .aside a {
  padding-left: 10px;
  *padding-top: 7px;
  opacity: 0.7;
}
.menu .aside a:hover,
.menu .aside a:active,
.menu .aside a:focus {
  opacity: 1;
}
.menu .aside span {
  padding: 0 12px 0 18px;
  font-weight: normal;
  line-height: 130%;
  *color: #eee;
  *zoom: 1;
}
.menu .aside a:hover span,
.menu .aside a:active span,
.menu .aside a:focus span {
  *color: #fff;
}
.menu .aside li span {
  display: inline-block;
  height: 17px;
}
.menu .aside .m1 span {
  background: url(http://html.nhncorp.com/data/ui_library/src/pattern/gnb/jcm/img/ico_history.png) no-repeat 0 center;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ico_history.png', sizingMethod='crop');
}
.menu .aside .m2 span {
  background: url(http://html.nhncorp.com/data/ui_library/src/pattern/gnb/jcm/img/ico_setup.png) no-repeat 0 center;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ico_setup.png', sizingMethod='crop');
}
/* Menu Color Variation */
.mc_purple .inset {
  /* background-color: #6eaed4; */
}
.mc_purple .major li:first-child span {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.mc_purple .major span {
  border-left-color: #66abde;
  border-right-color: #4090c3;
  border-right: none;
}
.mc_purple .major li.active,
.mc_purple .major.m0 .m0,
.mc_purple .major.m1 .m1,
.mc_purple .major.m10 .m10,
.mc_purple .major.m11 .m11,
.mc_purple .major.m12 .m12,
.mc_purple .major.m13 .m13,
.mc_purple .major.m14 .m14,
.mc_purple .major.m15 .m15,
.mc_purple .major.m2 .m2,
.mc_purple .major.m3 .m3,
.mc_purple .major.m4 .m4,
.mc_purple .major.m5 .m5,
.mc_purple .major.m6 .m6,
.mc_purple .major.m7 .m7,
.mc_purple .major.m8 .m8,
.mc_purple .major.m9 .m9 {
  border-color: #4090c3;
}
/* 그리드 */
.gridarea {
  float: left;
  width: 100%;
  height: 100%;
}
.grid_l1 .gridarea {
  float: left;
  width: 100%;
  position: relative;
}
.grid_l1 .row {
  border: none;
  float: left;
  position: relative;
  width: 50%;
}
.grid_l1 .row .subnav {
  padding-left: 0px;
}
.grid_l1 .grid_header_btn {
  position: relative;
  right: 0;
  bottom: 0;
  float: right;
  text-align: right;
  display: inline;
  width: auto;
}
.grid_l1 .grid_header_btn .row_btn {
  float: left;
  margin-right: 3px;
  cursor: pointer;
}
.grid_l2 {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
.grid_v1 .gridarea {
  float: left;
  width: 100%;
  position: relative;
  height: 250px !important;
}
.grid_v2 {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
.grid_v1 .row {
  border: none;
  float: left;
  position: relative;
  width: 50%;
}
.grid_v1 .row .subnav {
  padding-left: 0px;
}
.grid_v1 .grid_header_btn {
  position: relative;
  right: 0;
  bottom: 0;
  float: right;
  text-align: right;
  display: inline;
  width: auto;
}
.grid_v1 .grid_header_btn .row_btn {
  float: left;
  margin-right: 3px;
  cursor: pointer;
}
.grid_h1 {
  float: left;
  width: 50%;
  height: 100%;
}
.grid_h2 {
  float: left;
  width: 50%;
  height: 100%;
  padding-left: 20px;
}
.grid_r1 {
  float: left;
  width: 100%;
  padding-top: 10px;
}
.grid_r2 {
  float: left;
  width: 100%;
}
.grid_release_btn {
  width: 100%;
  text-align: center;
  padding: 5px 0px 5px 0px;
}
.grid_btn_position .grid_header_btn {
  float: left;
  left: 413px;
}
/* Content 영역 CSS */
.row {
  float: left;
  width: 60%;
  text-align: left;
  display: inline-block;
  /* height: 30px; */
  background: #fff;
  margin-bottom: 8px;
}
.row .subNav {
  padding-top: 10px;
  padding-left: 0px;
}
.row .subNav span.currentPage {
  display: inline-block;
  padding: 0 0 0 0px;
  font-weight: bold;
  color: #333333;
  font-size:16px;
}
.row .subNav span {
  display: inline-block;
  color: #a5a5a5;
}
.row .subNav img {
  vertical-align: middle;
}
.row .subNav span img {
  vertical-align: middle;
  padding-bottom: 2px;
}
.btn {
	display: flex;
  align-items:center;
  position: relative;
  background: #aaa;

  padding: 3px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
    border-radius:2px;
}
.btn * {
  font-style: normal;
  /* background-image: url(../images/v3/btn2.png);
  background-repeat: no-repeat; */
    
  position: relative;

}
.btn i {
	display:none;
  background-position: top left;
  position: absolute;
  margin-bottom: -3px;
  top: 0;
  left: 0;
  width: 3px;
  height: 3px;
}
.btn span {
	padding: 0px 8px 0px 8px;
  /* background-position: bottom left;
  left: -3px;
  padding: 1px 2px 2px 8px;
  margin-bottom: -3px; */
}
.btn span i {
	
  background-position: bottom right;
  margin-bottom: 0;
  position: absolute;
  left: 100%;
  width: 6px;
  height: 100%;
  top: 0;
}
.btn span span {
  background-position: top right;
  position: absolute;
  right: -6px;
  margin-left: 6px;
  top: -3px;
  height: 0;
}
.btn span img {
	display:none;
  background: none;
}
* html .btn span,
* html .btn i {
  float: left;
  width: auto;
  background-image: none;
  cursor: pointer;
}
* html .btn {
  border: 3px double #aaa;
}
* html .btn.blue {
  border-color: #2ae;
}
* html .btn.green {
  border-color: #3fbb86;
}
* html .btn.white {
  border-color: #fff;
}
* html .btn:hover {
  border-color: #a00;
}
.btn.blue {
  background: #247FC2;
  border:1px solid #247FC2;
  font-weight: bold;
  height: 22px;
}
.btn.green {
  background: #50c491;
  height: 22px;
}
.btn.white {
  background: #fff;
  color: #6b727a;
  height: 22px;
  border:1px solid #CBCBCB;
}
.btn:hover {
  background-color: #156fb2;
}
.btn:active {
  background-color: #1b79bd;
}
.btn.green:hover {
  background-color: #0fa965;
}
.btn.green:active {
  background-color: #0fa965;
}
.btn.white:hover {
  background-color: #f4f4f4;
}
.btn.white:active {
  background-color: #f4f4f4;
}
.btn[class] {
  /* background-image: url(../images/v3/shade.png);
  background-position: bottom;
  background-repeat: repeat-x; */
}
.btn.disable {
  background: #CCCCCC;
}
.btn.disable:hover {
  background-color: #CCCCCC;
}
.btn.disable:active {
  background-color: #CCCCCC;
}
.s_option_toggle {
  position: absolute;
  z-index: 40;
  bottom: 7px;
  left: 50%;
  line-height: 1;
}
.btn_minimize {
  position: absolute;
  width: 100%;
}
.grid_control_btn {
  position: relative;
  float: left;
}
.grid_control_btn .row_btn {
  float: left;
  margin-right: 3px;
  cursor: pointer;
}
.grid_header_btn {
  position: relative;
  float: right;
}
.icon_btn {
  margin-right: 4px;
  vertical-align: top;
}
.box_type01 {
  width: 100%;
}
.box_type01 td {
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
}
/* 
    페이지영역 CSS
*/
.showtype {
  float: left;
  position: relative;
  height: 20px;
  text-align: left;
  display: inline;
  width: auto;
  color: #696969;
}
.showtype span {
  float: left;
  line-height: 20px;
  display: inline-block;
  padding-right: 7px;
}
.showtype select {
  line-height: 20px;
  height: 20px;
}
.showtype select,
.showtype option {
  font-family: "NanumGothic", sans-serif;
  font-size: 11px;
}
.paging {
  float: left;
  display: block;
  line-height: 20px;
  height: 20px;
  padding-left: 15px;
  color: #696969;
}
.paging strong {
  color: #F00;
}
.paging input {
  height: 20px !important;
  line-height: 160%;
  vertical-align: top;
}
.grid_icon_btn {
  float: right;
  display: inline-block;
  width: auto;
  margin-left: 40px;
  height: 20px;
  overflow: hidden;
  vertical-align: middle;
}
.grid_icon_btn h3 {
  display: none;
}
.grid_icon_btn ul {
  float: right;
}
.grid_icon_btn li {
  float: left;
  padding: 0 0 0 1px;
  background: url(../images/v3/fn1msep.gif) no-repeat 0 50%;
}
.grid_icon_btn li.none {
  float: left;
  padding: 0 0 0 1px;
  background: none;
}
.grid_icon_btn li a {
  float: left;
  padding: 3px 10px 2px 10px;
  color: #666 !important;
  white-space: nowrap;
}
.pagination {
  margin: 0 auto;
  min-width: 100px;
  text-align: center;
  padding: 0;
  display: block;
}
.pagenum {
  display: inline-block;
  padding: 0 9px;
  margin-right: 4px;
  font-size: 12px;
  font-weight: 400;
  font-family: "NanumGothic", sans-serif;
  text-decoration: none;
  color: #717171;
  text-shadow: 0 1px 0 #ffffff;
}
.pagenum.active {
  border: none;
  background: #616161;
  color: #f0f0f0;
}
.page {
  display: inline-block;
  padding: 0 9px;
  margin-right: 4px;
  border-radius: 3px;
  border: solid 1px silver;
  background: #fefefe;
  font-weight: 700;
  font-size: 11px;
  text-decoration: none;
  color: #2279af;
  text-shadow: 0 1px 0 #ffffff;
}
.page:hover {
  background: #e9e9e9;
}
#modal {
  border: 1px solid #b0b0b0;
  box-shadow: 0 1px 5px #b0b0b0;
  border-radius: 5px;
  font-family: "NanumGothic", sans-serif;
  margin-top: 25px;
  overflow: hidden;
}
#modal .box_header {
  background: #fefefe url(../images/v3/panel_headerbg.png) repeat-x left 100%;
  box-shadow: 0 1px 2px #b0b0b0;
  padding: 5px;
}
#modal h1 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0 1px 2px #fff;
  color: #396ca5;
  line-height: 17px;
  text-align: center;
}
#modal .box_section {
  padding: 10px 30px;
  font-size: 12px;
  line-height: 175%;
  color: #333;
}
/* 리스트 Function버튼 style */
.dropdown-func {
  position: absolute;
  z-index: 40;
}
.dropdown-func .dropdown-func-menu {
  width: 250px;
  max-width: 360px;
  list-style: none;
  background: #fff;
  border: solid 2px #44b382;
  border: solid 2px rgba(68, 179, 130, 0.9);
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: visible;
  padding: 4px 0;
  margin-right: 15px;
}
.dropdown-func.dropdown-func-tip {
  margin-top: 25px;
  margin-left: -5px;
}
.dropdown-func.dropdown-func-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #44b382;
  border-bottom-color: rgba(85, 185, 141, 0.9);
  display: inline-block;
}
.dropdown-func.dropdown-func-tip.dropdown-func-anchor-right:before {
  left: auto;
  right: 24px;
}
.dropdown-func.dropdown-func-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  display: inline-block;
}
.dropdown-func.dropdown-func-tip.dropdown-func-anchor-right:after {
  left: auto;
  right: 25px;
}
.dropdown-func.dropdown-func-scroll .dropdown-func-menu {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.dropdown-func .dropdown-func-menu LI {
  list-style: none;
  padding: 0 0;
  margin: 0;
  line-height: 18px;
  text-align: left;
}
.dropdown-func .dropdown-func-menu LI > A {
  display: block;
  color: #555;
  text-decoration: none;
  line-height: 18px;
  padding: 3px 15px;
  white-space: nowrap;
  background: url(../images/v3/bu_dot.png) 4px 50% no-repeat;
}
.dropdown-func .dropdown-func-menu LI > A:hover {
  background-color: #08c;
  color: #fff;
  cursor: pointer;
}
.dropdown-func .dropdown-func-menu .dropdown-func-divider {
  font-size: 1px;
  border-top: solid 1px #e5e5e5;
  padding: 0;
  margin: 5px 0;
}
/*텝 버튼*/
.tab_button {
  overflow: hidden;
  display: inline;
  float: left;
  margin-right: 2px;
  margin-top: 5px;
}
.tab_button:after {
  clear: both;
  display: block;
}
.tab_button a {
  float: left;
  font: bold 1em/23px Arial, dotum, Helvetica;
  height: 25px;
  text-decoration: none;
  color: #333;
  padding: 0 0 0 15px;
  background: linear-gradient(180deg, #F2F2F2 0%, #ECF0F1 45.83%, #EDEEEE 100%);
border: 1px solid #D2D8DA;
border-radius: 2px 2px 0px 0px;
  
  
}
.tab_button a:hover {
  text-decoration: none;
  color: #fff;
}
.tab_button a span {
  display: block;
  padding: 0 15px 0 0;
}
.tab_button a,
.tab_button a span,
.tab_button a:active,
.tab_button a:active span,
.tab_button a:hover,
.tab_button a:hover span {
  /* background: #fff url(../images/v3/entry/tab_button_bg.gif) no-repeat; */
 	
}
.tab_button a:hover {
	color: #4296ce;
  background-position: left -60px;
}
.tab_button a:active {
  background-position: left -60px;
}
.tab_button a span {
  background-position: right top;
}
.tab_button a:hover span {
  background-position: right -60px;
}
.tab_button a:active span {
  background-position: right -60px;
}
.tab_button .active {
  color: #fff;
  border: 1px solid #4296CE;
	box-shadow: inset 0px 1px 0px 1px rgba(66, 171, 249, 0.19);
  background: linear-gradient(180deg, #5AADE6 0%, #4199D4 42.19%, #67ACDB 100%);
	border-radius: 2px 2px 0px 0px;
}
.tab_button .active:hover {
  color: #fff;
  background-position: left -60px;
}
.tab_button .active span {
  background-position: right -30px;
}
.tab_button .active:hover span {
  background-position: right -60px;
}
/* menu scroll */
.txt-img-block,
.txt-img-block-right {
  position: relative;
  display: block;
  float: left;
  margin: 0 0 0 10px;
}
.first {
  margin: 0;
}
.img-holder {
  float: left;
}
/* 
jquery.smoothDivScroll-0.9-min.js css 
*/
div.scrollingHotSpotLeft {
  width: 30px;
  height: 31px;
  position: absolute;
  z-index: 100;
  left: 0;
  cursor: pointer;
}
/* Visible left hotspot */
div.scrollingHotSpotLeftVisible {
  opacity: 0.4;
  -moz-opacity: 0.4;
  background: #021f31;
}
div.scrollingHotSpotLeftVisible .arrow {
  width: 30px;
  height: 31px;
  margin: 0;
  background: url(../images/v3/arrow-left.png) center center no-repeat;
}
* html div.scrollingHotSpotLeftVisible .arrow {
  background: 0 0;
}
/* Invisible right hotspot */
div.scrollingHotSpotRight {
  width: 30px;
  height: 31px;
  position: absolute;
  z-index: 200;
  right: 2px;
  cursor: pointer;
}
* html div.scrollingHotSpotRight {
  right: -1px;
}
/* Visible right hotspot */
div.scrollingHotSpotRightVisible {
  text-align: center;
}
div.scrollingHotSpotRightVisible .arrow {
  width: 30px;
  height: 31px;
  margin: 0;
  background: url(../images/v3/arrow-right.png) right center no-repeat;
}
* html div.scrollingHotSpotRightVisible .arrow {
  background: 0 0;
}
div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 31px;
}
div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
}
#makeMeScrollable {
  position: relative;
  padding-right: 40px;
}
/* overlay */
#overlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
  opacity: 0.5;
  background-color: #000;
}
#overlay div {
  width: 0;
  margin: 0 auto;
  background-color: #fff;
  border: 0 solid #000;
  padding: 0;
  text-align: center;
}
/* 
    공용 css
*/
#ContentHeader {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 20;
  padding: 5px;
  width: 100%;
  height: auto;
  border: 1px solid #528BB5;
  margin-bottom: 8px;
  padding: 10px 10px 10px 10px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: #dcdcdc 0px 1px 0px;
  -moz-box-shadow: #dcdcdc 0px 1px 0px;
  box-shadow: #dcdcdc 0px 1px 0px;
  background: #FAFAFA;
  zoom: 1;
}
#calendar_div_layout {
  z-index: 99;
}
.lookup {
  cursor: pointer;
}
.calendar {
  cursor: pointer;
}
.clock {
  cursor: pointer;
  color: #458db6;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  height: 17px;
  line-height: 17px;
}
.layoutObj {
  position: relative;
}
.search_btn {
  float: right;
  display: inline-block;
  width: 100%;
  text-align: right;
  min-height: 20px;
  padding-top: 5px;
}
.tabbg00 {
  /*background-attachment: fixed;*/
  background-image: url(../images/v3/tab/tab_bg_line.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 9pt;
  font-weight: bold;
  color: #333333;
  padding-top: 3px;
}
.tabbg01 {
  /*background-attachment: fixed;*/
  background-image: url(../images/v3/tab/tab_top01.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 9pt;
  color: #666666;
  padding-top: 3px;
  font-weight: bold;
}
.tabbg02 {
  /*background-attachment: fixed;*/
  background-image: url(../images/v3/tab/tab_top03.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 9pt;
  font-weight: bold;
  color: #333333;
  padding-top: 3px;
}
#attach_file {
  padding: 5px 0px 0px 0px;
  margin-top: 10px;
  border-top: 1px solid #5cb0e8;
  width: 100%;
}
.lov_tab_size {
  width: 150px;
}
.customtable {
  width: 99%;
  border: 1px solid #9db4d6;
  margin: 5px;
}
.customtable td {
  padding: 5px;
}
.customtable td.hdr {
  background-color: #DCE7F7;
  font-weight: bold;
  color: #055a78;
  text-align: center;
}
.customtable td.sum_title {
  background-color: #E9F1FD;
  font-weight: bold;
  color: #055a78;
  text-align: center;
}
.customtable td.sum_value {
  background-color: #E9F1FD;
  font-weight: bold;
  color: #055a78;
  text-align: right;
}
.grayscale {
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.multiSelect {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 11px;
  border: 1px solid #9db4d6;
  background-color: #fff;
  padding-left: 2px;
  padding-right: 4px;
}
/* realgrid context menu */
.rg-popup-menu {background: #fff ;border: 1px solid #ccc; box-shadow: rgba(0, 0, 0, 0.08) 2px 0px 5px; border-radius:3px; font-family: NanumGothic, sans-serif;font-style: normal;font-variant: normal;font-weight: 400;font-size: 13px;padding: 5px;margin: 0;}
.rg-popup-item {padding:6px 0; height: auto;cursor: pointer; color:#444;}
.rg-popup-item span {float:left;}
.rg-popup-item:after {content:""; display:block; clear:both;}
.rg-popup-item:hover {background-color: #3a7da5; color:#fff;}
.rg-popup-item span:first-child {width:34px; position:relative; top:1px;}
.rg-popup-item span:first-child:after {display:block; font:normal normal normal 13px/1 FontAwesome; text-align:center;}
.rg-popup-item:nth-child(1) span:first-child:after {content:"\f0c5";}
.rg-popup-item:nth-child(2) span:first-child:after {content:"\f1c3";}
.rg-popup-item:nth-child(4) span:first-child:after {content:"\f0b0";}
.rg-popup-item:nth-child(5) span:first-child:after {content:"\f05c";}
.rg-popup-item:nth-child(7) span:first-child:after {content:"\f07d";}
.rg-popup-item:nth-child(8) span:first-child:after {content:"\f05c";}
.rg-popup-item:nth-child(10) span:first-child:after {content:"\f07e";}
.rg-popup-item:nth-child(11) span:first-child:after {content:"\f05c";}
.rg-popup-item:nth-child(13) span:first-child:after {content:"\f009";}
.rg-popup-separator {border-top: 0;}
.rg-popup-separator-hr {margin-top:5px; margin-bottom:5px;display: block;}
.rg-popup-group1 {background: #ffd800;}

/* top menu css */
#shortcut .ui-menu-item {
  text-align: left;
  padding-left: 5px;
}
.ui-autocomplete-category {
  font-weight: bold;
  font-size: 14px;
}
.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000 !important;
}
.shortcut {
  height: 20px;
  font-size: 11px;
  border-radius: 3px;
  background-color: #efefef;
}
/* 좌측메뉴(S) */
#cssmenu,
#cssmenu a,
#cssmenu li,
#cssmenu ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  font-family: NanumGothic;
  font-size: 12px;
  position: relative;
}
#cssmenu {
  width: 100%;
  padding-bottom: 5px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:first-child {
  background: #E8F0F8;
  border-bottom: none;
  border-left: none;
  border-right: none;
  height: 36px;
  border-bottom: 1px solid #BBD0DC;
}
#cssmenu > ul > li:first-child > div {
  padding: 5px 10px;
  border: none;
  border-top: 1px solid #BBD0DC;
  font-family: 'Malgun Gothic';
  text-align: left;
  font-size: 15px;
  color: #292929;
  display:flex;
  align-items:center;
  height:100%;
  font-weight: 700;
}
#cssmenu > ul > li:first-child > div > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
  background: #e1f0fe;
}
#cssmenu > ul > li {
  background: #f6f6f6;
}
#cssmenu > ul > li:hover {
  background: #f1f1f1;
}
#cssmenu > ul > li > a {
  font-size: 12px;
  width:100%;
  color: #000;
  border: 1px solid #d9dbe2;
  border-top: none;
  border-left: none;
  border-right: none;
  height: 32px;
  display: block;
  
}
#cssmenu > ul > li > a > span {
  height:100%;
  display:flex;
  align-items:center;
  padding: 5px 10px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  background: #5486C0;
  border-bottom: none;
  border-collapse: collapse;
}
#cssmenu > ul > li:first-child.active {
  background: #c3dae8;
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  font-size: 12px;
  color: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
}
#cssmenu > ul > li:first-child.active > a {
  font-size: 12px;
  color: #000;
  border: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(../images/v3/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(../images/v3/icon_minus.png) 96% center no-repeat;
}
#cssmenu ul ul {
  display: none;
  background: #fff;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #D9DBE2;
  border-top: none;
  background: #fff;
}
#cssmenu ul ul li:last-child {
  /* border-bottom: none; */
}
#cssmenu ul ul a {
  padding: 5px 10px 3px 25px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: 400;
}
#cssmenu ul ul a.active {
  color: #2A6BB4;
}
#cssmenu ul ul a:before {
  content: '-';
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  left: 12px;
  top: 2px;
  color: #95c4df;
}
#cssmenu ul ul a:hover {
  color: #016db5;
}
.round-cornered {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 10px;
  width: 100%;
  float: left;
  overflow: hidden;
}
.round-cornered .c1 {
  height: 110px;
  padding: 10px;
  text-align: left;
  font-size: 12px;
  vertical-align: middle;
  border-left: 1px solid #608DBC;
  border-right: 1px solid #608DBC;
  clear: both;
}
.round-cornered .c1 strong {
  color: #1d60ae;
}
.round-cornered .c2 {
  margin-top: 0;
  border-right: 1px solid #608DBC;
}
.round-cornered .in {
  left: 0;
  top: 116px;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border-left: 1px solid #608DBC;
  border-right: 1px solid #608DBC;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  background: #fff;
  height: -moz-calc(-33%);
  height: -webkit-calc(-33%);
  height: calc(100% - (100px + 33px));
}
.tab01,
.tab01:link {
  background: url(../images/v3/theme/blue/left_tab01.gif) left top no-repeat;
  width: 95px;
  height: 26px;
}
.tab02,
.tab02:link {
  background: url(../images/v3/theme/blue/left_tab02.gif) left top no-repeat;
  width: 93px;
  height: 26px;
}
ul#tabsdemo {
  height: 26px;
  text-align: left;
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul#tabsdemo li {
  display: inline;
  margin: 0;
  padding: 0;
  margin-right: 0;
}
ul#tabsdemo li a {
  padding: 0 0;
  display: inline-block;
  font: normal 12px Verdana;
  text-decoration: none;
  color: #222;
  border-bottom: none;
  outline: 0;
  position: relative;
}
ul#tabsdemo li a:link,
ul#tabsdemo li a:visited {
  color: #222;
}
ul#tabsdemo li a:hover {
  border-color: #ddd;
}
ul#tabsdemo li.active a {
  color: #000;
  font-weight: 400;
  z-index: 3;
}
ul#tabsdemo li.active .tab01 {
  background: url(../images/v3/theme/blue/left_tab01_on.gif) left top no-repeat;
}
ul#tabsdemo li.active .tab02 {
  background: url(../images/v3/theme/blue/left_tab02_on.gif) left top no-repeat;
}
ul#tabsdemo li.active a:hover {
  text-decoration: none;
}
div#tabsdemo-panel-container {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: visible;
}
div#tabsdemo-panel-container > div {
  padding: 0 0;
  display: block;
  margin: 0;
}
/* 좌측메뉴(E) */
/* 메인 포틀릿 화면 CSS(S) */
.portlet-header {
  padding: 4px 0.3em 3px 10px;
  margin-bottom: 0;
  position: relative;
}
.portlet-content {
  border-top: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.portlet_grid {
  margin-right: 10px;
  width: 95%;
  height: auto;
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
}
.daily_wrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
}
.daily_table {
  width: 100%;
}
.daily_title {
  width: 100%;
  text-align: left;
  font-weight: bold;
  padding-left: 5px;
}
.daily_more {
  width: 100px;
  text-align: right;
}
.daily_line {
  border-bottom: 1px solid #cfcfcf;
}
.daily_line_content {
  border-bottom: 1px dotted #cfcfcf !important;
}
.daily_line_ed {
  border-bottom: 0 !important;
}
.daily_td_st {
  padding-left: 10px;
}
.daily_more,
.daily_td_ed {
  padding-right: 10px;
}
.noticeDIV {
  width: 50%;
  padding: 10px 10px 10px 0px;
  float: left;
}
.noticeContainer {
  min-width: 838px;
  margin: 0;
  padding: 0;
  height: auto;
}
.notice {
  margin-right: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-top: 5px;
}
.notice label {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding-left: 15px;
  background: url(../images/bullets/m_title_01.gif) 0 60% no-repeat;
  position: relative;
}
.notice .new {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding-left: 15px;
  background: url(../images/bullets/icon_new.jpg) 0 60% no-repeat;
  position: relative;
}
.notice .portlet-content {
  position: relative;
  height: 150px;
}
.notice .portlet-content ul {
  position: relative;
  list-style: none;
  font-size: 12px;
  height: auto;
  width: auto;
}
.notice .portlet-content ul li,
.notice .portlet-content ul li a {
  position: relative;
  display: block;
  zoom: 1;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
}
.notice .portlet-content ul li {
  width: 100%;
  background: url(images/main/bu_notice.gif) 5px;
}
.notice .portlet-content ul li a {
  width: 80%;
  padding-left: 10px;
  padding-right: 5px;
  text-align: left;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-word-wrap: break-word;
  word-break: break-all;
  -ms-word-break: break-all;
  float: left;
}
.notice .portlet-content ul li a:hover {
  color: #4f87f4;
}
.notice .portlet-content ul li .datetime {
  color: #0078b6;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 13px;
  line-height: 26px;
}
.notice img,
div.portlet div {
  cursor: pointer;
}
.notice img {
  position: absolute;
  top: -26px;
  right: 0;
}
.content {
  background: #fff;
  border: 1px solid #9db4d6;
  width: 100%;
  height: 150px;
  background-image: linear-gradient(to bottom, #eff4fa, #fff);
}
#dashboard {
  font-size: 11px;
  float: left;
  width: 100%;
}
#dashboard .infoTxt {
  float: left;
  width: 100%;
}
#dashboard .infoTxt DL {
  width: 100%;
  overflow: hidden;
}
#dashboard .infoTxt DL DT {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  background: #d9e6f4;
  border-top: 1px solid #9db4d6;
  border-bottom: 1px solid #9db4d6;
}
#dashboard .infoTxt DL DD {
  line-height: 16px;
  overflow: hidden;
  clear: both;
  padding: 3px 0;
}
#dashboard .infoTxt DL DD.end {
  padding-bottom: 15px;
}
#dashboard .infoTxt DL DD .title {
  color: #333;
  float: left;
  display: inline-block;
  padding-left: 7px;
  width: 110px;
  margin-left: 8px;
  background: url(images/main/left_dot02.gif) 0;
}
#dashboard .infoTxt DL DD .info {
  padding-left: 2px;
  padding-right: 10px;
  float: right;
  display: inline-block;
  width: 50px;
  text-align: right;
  background: url(images/main/dada.gif) 0;
}
#dashboard .infoTxt DL DD .info02 {
  padding-left: 2px;
  padding-right: 5px;
  display: inline-block;
  width: 100%;
  text-align: right;
  background: 0 0;
}
#dashboard .infoTxt .clock {
  color: #458db6;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  height: 17px;
  line-height: 17px;
  padding-top: 2px;
  padding-left: 5px;
}
#dashboard .link {
  float: left;
  width: 100%;
}
.Tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  list-style: none;
  font-style: normal;
  font-weight: 700;
  font-family: "NanumGothic";
}
.Tabs,
.font12 {
  font-size: 12px;
}
.Tabs a,
.Tabs li {
  float: left;
}
.Tabs a {
  position: relative;
  background: #eceded;
  text-decoration: none;
  color: #444;
  border-radius: 5px 0 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  height: 22px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
}
.Tabs a:focus,
.Tabs a:focus::after,
.Tabs a:hover,
.Tabs a:hover::after {
  background: #fff;
}
.Tabs a:focus {
  outline: 0;
}
.Tabs a::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: -0.5em;
  bottom: 0;
  width: 1em;
  background: #eceded;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  transform: skew(10deg);
  border-radius: 0 5px 0 0;
}
.Tabs #current a,
.Tabs #current a::after {
  background: #60b4ea;
  z-index: 3;
}
/* 차트 */
.chartContainer {
  width: 313px;
  height: 350px;
  float: left;
  overflow: hidden;
}
.chart {
  width: 300px;
  height: 300px;
}
.chart_active {
  background-color: #488EB7;
}
.GaugeMeter {
  position: Relative;
  text-align: Center;
  overflow: Hidden;
  cursor: Default;
  display: inline-block;
  padding-left: 5px;
  padding-top: 0;
}
.GaugeMeter B,
.GaugeMeter SPAN {
  font-family: "NanumGothic";
}
.GaugeMeter B,
.GaugeMeter SPAN {
  width: 54%;
  position: Absolute;
  text-align: Center;
  display: Inline-Block;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 100;
  overflow: Hidden;
  white-space: NoWrap;
  text-overflow: Ellipsis;
  margin: 0 23%;
}
.GaugeMeter[data-style=Semi] B {
  width: 80%;
  margin: 0 10%;
}
.GaugeMeter S,
.GaugeMeter U {
  text-decoration: None;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.6;
}
.GaugeMeter B {
  color: #000;
  font-weight: 200;
  opacity: 0.8;
}
/* 대시보드 템플릿 CSS */
.pt6 {
  padding-top: 6px !important;
}
.font12 {
  font-weight: 700;
}
.font13 {
  font-size: 13px;
}
.font18 {
  font-size: 18px;
}
.font22 {
  font-size: 22px;
  font-weight: 700;
}
.font_blue {
  color: #5d88df;
}
.tableContent {
  width: 100%;
  border: 0;
}
#CT_FLOW .content {
  background: #fff;
  border: 1px solid #9db4d6;
  width: 100%;
  height: 150px;
}
#PP_FLOW {
  width: 100%;
  height: 305px;
  background-image: url(images/v3/img_bg01.gif);
  clear: both;
}
#PP_FLOW .content {
  width: 185px;
  height: 305px;
}
#PP_FLOW .content .td0 {
  width: 185px;
  height: 15px;
}
#PP_FLOW .content .td1 {
  width: 185px;
  height: 28px;
  text-align: center;
  padding: 0 0 0 80px;
}
#PP_FLOW .content .td2 {
  width: 185px;
  height: 65px;
  text-align: center;
}
#PP_FLOW .content .td3 {
  width: 185px;
  height: 60px;
  text-align: center;
}
#PP_FLOW .content .td4 {
  width: 185px;
  height: 102px;
  text-align: center;
  font-weight: 700;
}
#OC_FLOW {
  width: 742px;
  height: 233px;
  background-image: url(images/v3/img_bg07.gif);
  clear: both;
}
#OC_FLOW .content {
  width: 371px;
  height: 233px;
}
#OC_FLOW .contentTitle {
  height: 46px;
  padding: 30px 0 0 30px;
  font-weight: 700;
  font-size: 16px;
}
#OC_FLOW .contentBody {
  height: 187px;
  padding: 0 0 0 30px;
}
#OC_FLOW .content .td1 {
  width: 205px;
}
#OC_FLOW .content .td2 {
  width: 134px;
  vertical-align: top;
  text-align: right;
  padding: 0 20px 0 0;
}
#OC_FLOW .content .tr1 {
  height: 54px;
}
#OC_FLOW .content .tr2 {
  height: 133px;
}
#CONTAINER {
  width: 742px;
  height: 144px;
  background-image: url(images/v3/img_bg06.gif);
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}
#CONTAINER .content {
  width: 720px;
  height: 144px;
}
#CONTAINER .contentTitle {
  height: 19px;
  font-weight: 700;
  margin-left: 10px;
}
#CONTAINER .contentBody {
  width: 722px;
  height: 105px;
}
#CONTAINER .content .td1 {
  width: 400px;
  border: 1px solid #dfe8f4;
}
#CONTAINER .content .td2,
#CONTAINER .content .td3 {
  width: 150px;
  border: 1px solid #dfe8f4;
  text-align: right;
}
#CONTAINER .content tr {
  height: 29px;
}
#CONTAINER .content th {
  background-color: #dfe8f4;
}
#CUSTOMS {
  width: 742px;
  height: 305px;
  background-image: url(images/v3/img_bg05.gif);
  clear: both;
  margin-bottom: 10px;
}
#CUSTOMS .content {
  width: 247px;
  height: 305px;
}
#CUSTOMS .content .td0 {
  width: 247px;
  height: 15px;
}
#CUSTOMS .content .td1 {
  width: 247px;
  height: 28px;
  text-align: center;
  padding: 0 0 0 110px;
}
#CUSTOMS .content .td2 {
  width: 247px;
  height: 65px;
  text-align: center;
}
#CUSTOMS .content .td3 {
  width: 247px;
  height: 50px;
  text-align: center;
}
#CUSTOMS .content .td4 {
  width: 247px;
  height: 102px;
  text-align: center;
  font-weight: 700;
}
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 19px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #93add2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider.round {
  border-radius: 16px;
}
.slider.round:before {
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #2196f3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(11px);
  -ms-transform: translateX(11px);
  transform: translateX(11px);
}
.subconBody {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  float: left;
  width: 100%;
}
.aboutTabDiv01 {
  font-size: 11px;
  float: left;
  width: 100%;
}
.aboutTabDiv01 .detailInfoBox {
  overflow: hidden;
  margin-top: 0px;
  position: relative;
}
.aboutTabDiv01 .detailInfoBox .infoTxt {
  float: left;
  width: 100%;
}
.aboutTabDiv01 .detailInfoBox .infoTxt DL {
  width: 100%;
  overflow: hidden;
}
.aboutTabDiv01 .detailInfoBox .infoTxt DL DT {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  background: #D9E6F4;
  border-top: 1px solid #9DB4D6;
  border-bottom: 1px solid #9DB4D6;
}
.aboutTabDiv01 .detailInfoBox .infoTxt .clock {
  color: #458DB6;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  height: 17px;
  line-height: 17px;
  padding-top: 2px;
  padding-left: 5px;
}
.pt6 {
  padding-top: 6px !important;
}
.aboutTabDiv01 .detailInfoBox .infoTxt DL DD {
  line-height: 16px;
  overflow: hidden;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 0px;
  clear: both;
}
.aboutTabDiv01 .detailInfoBox .infoTxt DL DD.end {
  padding-bottom: 15px;
}
.aboutTabDiv01 .detailInfoBox .infoTxt DL DD .title {
  color: #333;
  float: left;
  display: inline-block;
  padding-left: 7px;
  width: 110px;
  margin-left: 8px;
}
.aboutTabDiv01 .detailInfoBox .infoTxt DL DD .info {
  padding-left: 2px;
  padding-right: 10px;
  float: right;
  display: inline-block;
  width: 50px;
  text-align: right;
}
.aboutTabDiv01 .detailInfoBox .infoTxt DL DD .info02 {
  padding-left: 2px;
  padding-right: 5px;
  display: inline-block;
  width: 100%;
  text-align: right;
  background: none;
}
.aboutTabDiv01 .detailInfoBox .link {
  float: left;
  width: 100%;
}
/* right css */
.chartContainer {
  width: 313px;
  height: 350px;
  float: left;
  overflow: hidden;
}
.chart {
  width: 300px;
  height: 300px;
}
/* 메인 포틀릿 화면 CSS(E) */
.text {
  cursor: text;
}
.pointer {
  cursor: pointer;
}
/*UI컴포넌트 CSS 커스터 마이징(S) */
.ui-widget-header {
  background: url(../images/v3/theme/blue/box-head1.jpg) repeat-x !important;
}
.ui-widget-content {
  border: 1px solid #9DB4D6 !important;
}
.dhxlayout_base_material div.dhx_cell_layout div.dhx_cell_hdr div.dhxlayout_arrow {
  background-image: url(../images/v3/theme/blue/left_open.png) !important;
}
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_cont_tabbar {
  border: 0px !important;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv,
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv_dis {
  background-color: #538CB6 !important;
  color: #ffffff !important;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab div.dhxtabbar_tab_text {
  color: #777;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_base div.dhxtabbar_tabs_line {
  background: #538CB6 !important;
}
.dhtmlx_skin_dhx_blue div.dhtmlx_window_active div.dhtmlx_wins_body_outer {
  border: #538CB6 1px solid !important;
}
/*UI컴포넌트 CSS 커스터 마이징(E) */


.datepicker-inline {
    width: 190px !important;
    font-size:12px !important;
}

.datepicker .clear{
  font-size: 12px !important;
}

/*                  */
/*      Filter      */
/*                  */
.rg-filterselector {background: #fff ;border: 1px solid #ccc; box-shadow: rgba(0, 0, 0, 0.08) 2px 0px 5px; border-radius:3px; font-family: NanumGothic, sans-serif;font-style: normal;font-variant: normal;font-weight: 400;font-size: 13px;padding: 5px;margin: 0;}
.rg-filter-all {height: auto;cursor: pointer; color:#444; font-size:12px; margin-top:2px; text-align:left;}
.rg-filter-all hr {margin:5px 0 3px !important;}
.rg-filter-item {height: auto;cursor: pointer; color:#444; font-size:12px; text-align:left;}
input[type="checkbox"].rg-filter-all-check,
input[type="checkbox"].rg-filter-item-check {margin:0; margin-right:3px;}
.rg-filter-all-label,
.rg-filter-item-label {position:relative; top:-2px;}
.rg-filter-items {padding-bottom:5px; margin-bottom:5px; border-bottom:1px solid #222;}
.rg-filter-buttons {height:auto;}
.rg-filter-buttons > label {float:left;; display:block; width:calc(50% - 2px); margin-right:4px; padding:3px 0; text-align:center; border:1px solid #ccc; border-radius:3px; box-sizing:border-box;}
.rg-filter-buttons > label:last-child {margin-right:0;}
.rg-filter-buttons:after {content:""; display:block; clear:both;}
.rg-filter-search-input{width: 100% !important;}