@CHARSET "UTF-8";

.cl-control .main_mdi .main_mdi_header {
  /* 탭 헤더 아이템 */
  height: 38px;
  border-bottom: none 0px;
}


.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item.cl-selected {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  background: #fff;;
  border-color: transparent;
  height: 38px;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item {
  font-size:13px;
  background:#E8E8E8;
  border: solid 1px #bbb;
  white-space: pre;
  vertical-align: middle;
  cursor: pointer;
  color: #666666;
  height: 38px;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item .cl-tabfolder-button {
  margin-left: 3px;
  width: 16px;
  height: 16px;
  background-image: url(images/deco-main/close.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.minWidth1280 {
  min-width: 1280px;
}