@charset "UTF-8";
.text_right {
  float: right;
}
.input-size {
  width: 100%;
}
.login-copyright {
  color: rgb(227, 227, 227);
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
}
/*@page {size:21cm 29.7cm;margin: 15px}*/
@media print {
  /* .main-menu, .navbar, footer {display:none} */
  html,
  body {
    margin: 0;
    padding: 0;
    page-break-after: avoid;
    page-break-before: avoid;
  }
  .body,
  .page {
    margin-top: -1px;
  } /*서브픽셀 해결1*/

  .page:first-child {
    page-break-before: auto;
    page-break-inside: avoid;
  }
  .page {
    overflow: hidden;
    position: relative;
    width: 210mm;
    height: 297mm; /*서브픽셀 해결1 사용시*/
    height: calc(297mm - 1px); /*서브픽셀 해결2 - IE는 미지원*/
    page-break-before: always;
  }
  .page > .content {
    /*img를 .page안에 꽉차게 */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .page > .watermark {
    position: absolute;
    top: 45%;
    left: 25%;
    width: 50%;
    height: 10%;
    z-index: 50;
  }
}
@page {
  size: 210mm 297mm; /*A4*/
  margin: 0mm;
}

/******************************************************
 * 2022 05 kim ha eun 
 *		trade .regis , .sale
 *****************************************************/

.regis.table th {
  font-weight: normal;
}

.regis.table.regis tD {
  width: 10rem;
}
.regis.unit {
  width: 50px;
}
.regis.box_name {
  float: left;
  text-align: center;
}
.regis.table.sale_index_tbl_detail_chart {
  background-color: #363636;
  color: #ffffff;
  display: none;
}
.regis.table.sale_index_tbl_detail_chart th {
  border: 1px solid #ffffff;
  height: 6px;
  width: 90px;
}
.regis.table.sale_index_tbl_detail_chart td {
  border: 1px solid #ffffff;
  text-align: center;
}
.regis.open-chart-btn {
  float: left;
  height: 40px;
  text-align: center;
  margin-left: 15px;
  padding-top: 0px;
  width: 7rem;
  font-weight: 600;
}
.sale.head-row {
  width: 100%;
  height: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 2px solid #434544;
  margin-bottom: 4px;
  line-height: 30px;
}
.sale.head-row-box {
  border: 2px solid #434544;
  background-color: #434544;
  padding: 3px;
  font-weight: bold;
  font-size: larger;
  padding-left: 1rem;
}
.sale.left,
.right {
  width: 20%;
}
.sale.center {
  width: 59%;
}
.sale.rigth-group-name {
  float: right;
  padding-right: 1rem;
}
.sale.btn-container {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
  /* height: 40px; */
}
.sale.btn-box {
  margin-right: 5px;
  width: 10rem;
  text-align: center;
  /* 
  0deg : 아래에서 위로
  45deg : 아래 왼쪽에서 위 오른쪽 
  90deg : 왼쪽에서 오른쪽 
  180deg : 위에서 아래로 */

  background:
    linear-gradient(-135deg, transparent 10px, #58a 0) right,
    linear-gradient(135deg, transparent 10px, #58a 0) left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  /* line-height:50px; */
}
.sale.btn-box:active {
  background:
    linear-gradient(-135deg, transparent 10px, rgb(57, 111, 147) 0) right,
    linear-gradient(135deg, transparent 10px, rgb(57, 111, 147) 0) left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.sale.btn-prove-items {
  padding-left: 43%;
}
.sale.body-box {
  border: 2px solid #434544;
}
.sale#purchase-list {
  display: block;
}
.sale#charge-info {
  display: none;
}
.sale#stat-hour-chk {
  display: none;
}

/* .sale#purchase-list > th, td  {
  border: 2px solid #434544;
} */
.sale.input-size {
  width: 100%;
}
.sale.input-size-98 {
  width: 98%;
}
.sale.body-box table {
  margin: auto;
  width: 97%;
  margin-top: 20px;
}
.sale.change-status {
  height: 42px;
  width: 115px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #f6bb42;
  margin-left: 15px;
  font-weight: 400;
}
.sale.prove-btn:disabled {
  background-color: #323232;
}
.sale#DEPOSIT_CD:disabled {
  background-color: #323232;
}
/******************************************************
 * 2022 05 kim ha eun 
 *			common search box  .search
 *****************************************************/
.search.search-box-outline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.search.search-box-left {
  width: 70rem;
  display: flex;
  flex-direction: flex-start;
  justify-content: evenly;
  flex-wrap: wrap;
}

.search.search-box-right {
  width: 18rem;
  height: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 0.3rem;
}

.search.select-box {
  width: 11.5rem;
}

.search.search-box-left-tbl tr:nth-child(1) th {
  /*background-color:#FFFF44;*/
  width: 9rem;
}
/******************************************************
 * 2022 05 kim ha eun 
 *			tradePurchase  .purchase
 *****************************************************/
.purchase.head-row {
  width: 100%;
  height: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 2px solid #434544;
  margin-bottom: 4px;
  line-height: 30px;
}
.purchase.head-row-box {
  border: 2px solid #434544;
  background-color: #434544;
  padding: 3px;
  font-weight: bold;
  font-size: larger;
  padding-left: 1rem;
}
.purchase.left,
.purchase.right {
  width: 20%;
}
.purchase.center {
  width: 59%;
}
.purchase.rigth-group-name {
  float: right;
  padding-right: 1rem;
}
.purchase.btn-container {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
  /* height: 40px; */
}
.purchase.btn-box {
  margin-right: 5px;
  width: 10rem;
  text-align: center;
  /* 
  0deg : 아래에서 위로
  45deg : 아래 왼쪽에서 위 오른쪽 
  90deg : 왼쪽에서 오른쪽 
  180deg : 위에서 아래로 */

  background:
    linear-gradient(-135deg, transparent 10px, #58a 0) right,
    linear-gradient(135deg, transparent 10px, #58a 0) left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  /* line-height:50px; */
}
.purchase.btn-box:active {
  background:
    linear-gradient(-135deg, transparent 10px, rgb(57, 111, 147) 0) right,
    linear-gradient(135deg, transparent 10px, rgb(57, 111, 147) 0) left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.purchase.btn-prove-items {
  padding-left: 43%;
  display: flex;
  height: 43px;
}
.purchase.prove-btn:disabled {
  background-color: #323232;
}
.purchase#DEPOSIT_CD:disabled {
  background-color: #323232;
}
/* .purchase.settle_status {
	width: 13rem;
} */
.purchase.change-status {
  height: 42px;
  width: 115px;
  border-radius: 5px;
  background-color: #f6bb42;
  margin-left: 15px;
  font-weight: 400;
}
.purchase.body-box {
  border: 2px solid #434544;
}
.purchase#purchase-list {
  display: block;
}
.purchase#charge-info {
  display: none;
}
.purchase#stat-hour-chk {
  display: none;
}
/* .purchase#purchase-list > th, td  {
  border: 2px solid #434544;
} */
.purchase.input-size {
  width: 100%;
}
.purchase.input-size-98 {
  width: 98%;
}
.purchase.body-box table {
  margin: auto;
  width: 97%;
  margin-top: 20px;
}
/* .steps4_container {

} */
.steps4_box {
  height: 6rem;
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrop;
  justify-content: space-around;
  margin-top: 10px;
  /* border : 1px solid #ffffff;	
	background-color : #575757; */
  text-align: center;
  align-items: center;
  font-weight: bold;
  font-size: large;
}
.steps4_item {
  height: 3rem;
  width: 10%;
  border: 1px solid #ffffff;
  color: #ffff;
  border-radius: 14%;
}
.steps4_item.one {
  background-color: #3e170b;
}
.steps4_item.one.active {
  background-color: #b1401e;
}
.steps4_item.two.dis {
  background-color: #2b2a2a;
}
.steps4_item.two.active {
  background-color: #959595;
}
.steps4_item.three.dis {
  background-color: #092b2f;
}
.steps4_item.three.active {
  background-color: #269caa;
}
.steps4_item.four.dis {
  background-color: #23320e;
}
.steps4_item.four.active {
  background-color: #7cb136;
}
.steps4 {
  margin: 0px;
}
/******************************************************
 * 2022 05 kim ha eun 
 *			traderoom 거래방 .troom
 *****************************************************/

.troom.left-scroll {
  height: 95%;
  width: 39.7rem;
  overflow: hidden;
  overflow-y: scroll;
}
.troom.left-box {
  border: 2px solid #434544;
}
.troom.left {
  height: 54rem;
  width: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border: 2px solid #434544;
  align-items: flex-start;
}
.troom.right {
  height: 54rem;
  width: 54rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 20px;
  border: 2px solid #434544;
}
.troom.room-section {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
}
.troom.left_title {
  width: 40rem;
}
.troom.room_index_tbl {
  border: 1px solid #8c8c8c;
  width: 38rem;
  margin-top: 5px;
}
.troom.room_index_tbl:hover {
  background-color: #3c3c3cc6;
}
.troom.room_index_tbl:active {
  background-color: #555454c6;
}
.troom.room_index_tbl td {
  border: 1px solid #434544;
  text-align: center;
  width: 5rem;
  height: 2rem;
}
.troom.room_index_tbl_detail {
  border: 1px solid #8c8c8c;
  width: 50rem;
  margin-left: 2rem;
}
.troom.room_index_tbl_detail td {
  border: 1px solid #8c8c8c;
  text-align: center;
  width: 8rem;
  height: 3rem;
}

.troom.sale_index_tbl {
  border: 1px solid #8c8c8c;
  width: 38rem;
  margin-top: 7px;
  margin-left: 4px;
}
.troom.sale_index_tbl:hover {
  background-color: #3c3c3cc6;
}
.troom.sale_index_tbl:active {
  background-color: #555454c6;
}
.troom.sale_index_tbl td {
  border: 1px solid #434544;
  text-align: center;
  width: 5rem;
  height: 2rem;
}
.troom.sale_index_tbl_detail {
  border: 1px solid #8c8c8c;
  width: 50rem;
  margin-left: 2rem;
}
.troom.sale_index_tbl_detail td {
  border: 1px solid #8c8c8c;
  text-align: center;
  width: 8rem;
  height: 2rem;
}
.troom.back-btn-small {
  color: #ffff;
  background-color: #32a852;
  margin-right: 15px;
  padding-top: 4px;
  height: 30px;
  /* float: right; */
}
.troom.input-size {
  width: 100%;
}
.troom.text_right {
  float: right;
}
.troom.enter-btn {
  background-color: #7986cb;
  color: #ffffff;
  margin-right: 10px;
  border-radius: 8px;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  height: 40px;
  float: right;
  min-width: 87px;
}
.troom.box_name {
  padding-left: 15px;
}
.troom#left-1,
.troom#right-1 {
  display: block;
}
.troom#left-2,
.troom#right-2 {
  display: none;
}
.troom.open-chart-btn {
  height: 40px;
  text-align: center;
  margin-top: 30px;
  margin-left: 15px;
  padding-top: 0px;
  width: 7rem;
  font-weight: 600;
}
/* .troom.sale_index_tbl_detail_chart {
	display:none;
} */
.troom.table {
  border: 1px solid #434544;
  width: 94%;
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
}
.troom.table th {
  border: 1px solid #434544;
  width: 5rem;
}
.troom.table td {
  border: 1px solid #434544;
}
.troom.save-btn {
  margin-right: 30px;
}
.troom.tbl_container {
  display: none;
  overflow-y: scroll;
  height: 235px;
  margin-top: 10px;
}
.troom.tbl_input {
  width: 50px;
  height: 23px;
}
/******************************************************
 * 2022 06 kim ha eun 
 *			trade > profit (dash)  .profit
 *****************************************************/
.profit.profit-left-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #434544;
  height: 17.5rem;
  border-radius: 30px;
  margin-top: 10px;
}
.profit.profit-left-box-div:nth-child(3) {
  border-top: 2px solid #434544;
}

.profit.profit-left {
  width: 55rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 30px;
  /* margin-top : 20px; */
}
.profit.profit-right {
  width: 45rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 10px;
  /* margin-top : 30px; */
}
.profit.profit-right-box {
  border: 2px solid #434544;
  border-radius: 30px;
  height: 17.5rem;
}
.profit.profit-diplay {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: -30px;
}
.profit.profit-box_name {
  margin-left: 30px;
}
.profit#tradeProfit_chart1 {
  border: 2px solid #434544;
  width: 22rem;
  margin-left: 0rem;
}

.profit#tradeProfit_chart2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: 0rem;
}
.profit#tradeProfit_chart3 > svg > g:nth-child(1) > g.brush-treemap > text {
  fill: #ffffff;
}

.profit.chart6_tbl td {
  border: 1px solid #828181;
  border-collapse: collapse;
  width: 10rem;
  height: 3rem;
  text-align: center;
  font-size: 17px;
}
.profit.chart3_tbl.tbl_info td {
  border-collapse: collapse;
  width: 13rem;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
}
.profit.chart3_tbl.tbl_info td:nth-child(1) > i {
  color: #155dd1;
}
.profit.chart3_tbl.tbl_info td:nth-child(2) > i {
  color: #11bd1f;
}
.profit.chart3_tbl.tbl_info td:nth-child(3) > i {
  color: #db8216;
}
.profit.chart3_tbl.tbl_info td:nth-child(4) > i {
  color: #9ede00;
}
/******************************************************
 * 2022 06 kim ha eun 
 *			dashboard_operator 1001/1002 .dash1
 *****************************************************/
.dash1.containor {
  display: flex;
  margin-top: -30px;
}
.dash1.left {
  width: 63rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 30px;
  /* margin-top : 20px; */
}
.dash1.right {
  width: 36rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 20px;
  /* margin-top : 20px; */
}
.dash1.left-box-above {
  width: 33rem;
  height: 10rem;
  background-color: #434544;
  border-radius: 30px;
  line-height: 120%;
  margin: 5px;
}
.dash1.left-box-above:first-child > p {
  color: #ffffff;
}
hr.dash1 {
  border: 1px solid #ffffff;
  width: 28rem;
  padding: 0px;
  margin: 0px;
}
.dash1.left-box:first-child {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  border: 2px solid #434544;
}
.dash1.left-box:nth-child(2) {
}
.dash1.left-box:nth-child(3) {
  height: 17rem;
}
.dash1.left-box {
  /*background-color:#323232;*/
  border-radius: 30px;
  border: 2px solid #434544;
}
.dash1.right-box:first-child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: #434544;
  /*height:10rem;*/
  border: 2px solid #434544;
}
.dash1.right-box:nth-child(2) {
  min-height: 400px;
}

.dash1.right-box:nth-child(3) {
  height: 17rem;
}
.dash1.right-box {
  border: 2px solid #434544;
  border-radius: 30px;
}
.dash1.right-box-above {
  width: 12.5rem;
  height: 6.5rem;
  background-color: #434544;
  border-radius: 30px;
  margin: 5px;
}
.dash1.content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.dash1.text_right {
  float: right;
  color: #ffffff;
  margin-right: 21px;
}
.dash1.box_name {
  font-size: 20px;
  margin-left: 30px;
  margin-top: 3px;
}
.dash1.eg_year_total {
  float: right;
  color: #ffffff;
  font-size: 20px;
  margin-right: 21px;
  margin-top: 3px;
}
.dash1#dash1_left_tbl {
  width: 96%;
  border-collapse: collapse;
  margin-left: 20px;
}
.dash1.dash1_left_tbl_scroll {
  overflow-y: auto;
  height: 350px;
}

.dash1#dash1_left_tbl tr {
  border-bottom: 1px solid #8c8c8c;
  text-align: center;
}
.dash1#dash1_left_tbl td {
  border-bottom: 1px solid #8c8c8c;
  height: 40px;
}
.dash1#dash1_right_rank {
  overflow-y: auto;
  height: 200px;
}
.dash1.dash1_right_rank_scroll {
  overflow-y: hidden;
  height: 80px;
}

.dash1#dash1_right_tbl {
  width: 95%;
  line-height: 2.5;
  font-size: 13px;
  margin-left: 15px;
  border: 1px solid #8c8c8c;
  border-collapse: collapse;
}
.dash1#dash1_right_tbl tr {
  border-bottom: 1px solid #8c8c8c;
  text-align: center;
}
.dash1#dash1_right_tbl td {
  border: 1px solid #8c8c8c;
}
.dash1.alarm > a {
  font-size: 2rem;
  font-weight: 400;
  text-decoration: underline;
  text-underline-position: under;
  color: rgb(82, 226, 231);
  cursor: pointer;
}
.dash1.box_name.eg_name {
  padding-bottom: 15px;
}
.dash1.text_right.eg_lastMonth_total {
  float: right;
}
hr.dash1 {
  margin: 5px 0px 5px 15px;
}
div ::-webkit-scrollbar {
  width: 16px;
}
::-webkit-scrollbar-track {
  background-color: #363636;
}
::-webkit-scrollbar-thumb {
  background-color: #777777;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #77777799;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  width: 16px;
  height: 16px;
  background: #363636;
}
/******************************************************
 * 2022 06 kim ha eun 
 *			dashboard_custom 1003 .dash2
 *****************************************************/
 .toastui-chart-tooltip-container{
     z-index:10000 !important; 
 }
body.dash2 > div.dash2.app-content.content.container-fluid > div.dash2.content-wrapper {
  padding-top: 20px;
}
.dash2.e4101,
.dash2.e4102 {
  display: none;
}
.dash2.left {
  width: 36rem; /*  38  */
  /* display : flex; */
  flex-direction: column;
  justify-content: space-around;
  margin-left: 30px;
  margin-top: 20px;
}
.dash2.right {
  width: 62rem;
  /* display : flex; */
  flex-direction: column;
  justify-content: space-around;
  margin-left: 20px;
  margin-top: 20px;
}
.dash2.left-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #434544;
  height: 27.5rem;
  border-radius: 30px;
}
.dash2.left-box-div:nth-child(3) {
  border-top: 2px solid #434544;
}
.dash2.right-box:first-child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: #434544;
  /*height:10rem;*/
  border: 2px solid #434544;
}
.dash2.right-box:nth-child(2) {
  height: 10.5rem;
  margin: 10px 0px;
}
.dash2.right-box:nth-child(3) {
  height: 10.5rem;
}
.dash2.right-box {
  border: 2px solid #434544;
  border-radius: 30px;
}
.dash2.right-box-above {
  height: 5rem;
  background-color: #434544;
  border-radius: 20px;
}
.dash2.right-box-above:first-child {
  width: 15rem;
}
.dash2.right-box-above:not(:first-child) {
  width: 11.3rem;
}
.dash2.row-box-byenergy {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.dash2.text_right_space {
  float: right;
  margin-right: 23px;
}
.dash2.text_right_above {
  float: right;
  margin-right: 23px;
  margin-top: -22px;
}
.dash2#dash2_left_tbl {
  border: 2px solid #434544;
  width: 22rem;
  margin-left: 1.5rem;
}

.dash2#dash2_left_pie {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: 1.5rem;
}
.dash2.ENERGY_DIRECT_BTN {
  background-color: rgb(132, 132, 132);
  border-radius: 10px;
  padding: 1px 30px 1px 30px;
  color: #ffffff;
  cursor: pointer;
  display: none;
}
.dash2.ENERGY_DIRECT_BTN:hover {
  background-color: rgb(240, 176, 26);
}
.dash2.head-btn-box-d {
  margin-left: 50px;
}
.dash2.head-btn-box-d:th {
  width: 10rem;
}
.dash2.row-box-byenergy-container {
  display: flex;
}
.dash2.row-box-byenergy {
  flex-direction: column;
  display: flex;
}
.dash2.row-box-byenergy-in {
  display: none;
}
span.dash2.fgname {
  color: #d7def0;
  margin-left: 10px;
}
span.dash2.fname_item {
  color: #84cfe4;
  margin-left: 10px;
}
.dash2.box_name {
  padding: 0;
  font-size: 17px;
  margin-left: 30px;
}
.dash2.left_tbl_container {
  float: right;
  padding-right: 1rem;
  overflow-y: auto;
  height: 16rem;
}
.dash2.left-box-div:nth-child(3) {
  height: 4rem;
}
span.dash2.left_tbl {
  font-size: 20px;
  margin-left: 20px;
}
span.dash2.above {
  padding: 0px;
  font-size: 27px;
  margin-right: 7px;
}
table.dash2.summary th:nth-child(odd) {
  width: 15rem;
}
table.dash2.summary th:nth-child(even) {
  width: 20rem;
}
.dash2.flist td {
  color: aquamarine;
  width: 5rem;
}
.dash2.flist {
  text-align: center;
}

/******************************************************
 * 2021 05 kim ha eun 
 *		admin user .user
 *****************************************************/
.user.table-bordered {
  width: 23.5rem;
}

/******************************************************
 * 2021 05 kim ha eun 
 *		admin menu .admn
 *****************************************************/
ul.admn,
.admn#menuTree {
  list-style-type: none;
}

.admn#menuTree {
  margin: 0;
  padding: 0;
}
.admn.line {
  width: 1rem;
  height: 2.3rem;
}
.admn.li_d1,
.li_d2,
.li_d3 {
  line-height: -4rem;
}
.admn.menuicon {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
  padding-left: 15px;
}

.admn.menuicon::before {
  /* content: "\25B6"; */
  color: black;
  display: inline-block;
  margin-right: 6px;
}

.admn.menuicon-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);
}

.admn.nested {
  display: none;
}

.admn.active {
  display: block;
}
.admn.menubox-left {
  background-color: #dae9eb;
  height: 600px;
  width: 320px;
  overflow-y: scroll;
  padding-top: 15px;
}
.admn.tbl_border th {
  border-color: #00000000;
}
/******************************************************
 * 2022 06 kim ha eun 
 *		mypage > myfactory .myfactory
 *****************************************************/
.myfactory.save-btn-my {
  margin: 4px;
  margin-right: 5px;
  float: right;
  width: 6rem;
  padding-top: 0px;
  height: 25px;
  text-align: center;
  background-color: rgb(117, 173, 223);
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  border-radius: 0.18rem;
  transition: all 0.2s ease-in-out;
}
/******************************************************
 * 2022 06 kim ha eun 
 *			info > rtrader > troom  .infroom
 *****************************************************/
.infroom.card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 0px;
}

.infroom.box_name {
  /*padding-left:10%;*/
  /*width:85%;*/
  color: white;
  margin-top: 10px;
  font-weight: bold;
}
.infroom.table th {
  font-weight: normal;
}

.infroom.unit {
  width: 50px;
}

.infroom#fboxlist {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evely;
  width: 100%;
  border: 1px solid #ffffff;
  item-align: center;
}
.infroom.scroll-box {
  /* height: 10rem; */
  /* overflow: auto; */
}
.infroom.fbox_containor {
  display: flex;
  flex: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.infroom.fbox_containor_ {
  text-align: center;
  /*margin-left:10%;*/
  width: 100%;
  border: 1px solid #ffffff;
}
.infroom.fbox {
  text-align: center;
  width: 11.72rem;
  height: 3rem;
  border: 1px solid #ffffff;
  padding: 0px;
  line-height: 20px;
}
.infroom.buy {
  background-color: #1d748c70;
}
.infroom.sale {
  background-color: #4d1d8c70;
}
/******************************************************
 * 2022 06 kim ha eun 
 *			mypage > noti  .mnoti
 *****************************************************/
.mnoti.color-tag-main {
  border-radius: 3px;
  border: 1px solid #0bf;
  color: #0bf;
  width: 30px;
  height: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.mnoti.color-tag-normal {
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #ddd;
  width: 30px;
  height: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

/*2022 TESS 수정 추가 (bhkim) */
/* css_chart.css */
input {
  background: #2f2f2f;
  border: 1px #535353 solid;
  color: #fff;
}
.search.search-box-outline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.search.search-box-right {
  width: 18rem;
  height: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.search.search-box-left {
  width: calc(100% - 215px);
  display: flex;
  flex-direction: flex-start;
  justify-content: evenly;
  flex-wrap: wrap;
  padding-right: 0px;
}
.select-filter-radio {
  border: 0;
  background-color: #2f2f2f;
}
.steps4_box {
  margin-top: 30px;
  margin-bottom: 30px;
}
.steps4_item {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 0;
  position: relative;
}
.steps4_item p.steps4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
}
.steps4_item.one {
  background-color: #e64a4a;
}
.steps4_item.two {
  background-color: #a6a6a6;
}
.steps4_item.three {
  background-color: #3bafda;
}
.steps4_item.four {
  background-color: #58bb62;
}
.steps4 + p {
  position: absolute;
  bottom: -42px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  font-size: 16px;
}
.admn.menubox-left {
  background: #363636;
}
.admn.menubox-left input.menu-btn-opacity {
  color: #fff;
  background: 0;
  border: 0;
}
.troom.room_index_tbl td {
  border: 1px solid #707070;
}
.troom.enter-btn {
  background-color: #3bafda;
  float: none;
  border-radius: 30px;
  border: 0;
}
.troom.back-btn-small {
  border-radius: 30px;
}
.troom.input-size {
  background: #2f2f2f;
  border: 1px #535353 solid;
  color: #fff;
}
.dash1.left {
  width: 63rem;
}
.dash1.left-box {
  padding: 10px 0;
  margin: 10px 0;
  border-radius: 10px;
}
.dash1.left-box-above {
  margin: 5px 0 5px 20px;
  border-radius: 10px;
}
.dash1.left-box-above:last-child {
  margin-right: 20px;
}
.dash1.box_name {
  margin-left: 20px;
}
.dash1.box_name.eg_name {
  padding-bottom: 12px;
  margin-left: 14px;
  display: inline-block;
}
.dash1.eg_year_total {
  margin-top: 0px;
}
.dash1#dash1_left_tbl thead tr th,
.dash1#dash1_right_tbl thead tr th {
  background-color: #363636;
  color: #fff;
}

.dash1.right {
  width: 37rem;
}
.dash1.right-box {
  padding: 10px;
  border-radius: 10px;
}
.dash1.right-box > div:not(.right-box-above):nth-child(2) > .dash1.box_name {
  margin-top: 10px;
  display: inline-block;
}
.dash1.right-box-above {
  border-radius: 10px;
}
.profit.profit-box_name {
  display: inline-block;
  margin-top: 20px;
}
.profit.chart4_tbl {
  margin-top: -18px;
}

.troom.sale_index_tbl {
  background-color: #1f1f1f !important;
}
.troom.sale_index_tbl td {
  border: 1px solid #8c8c8c;
}
button.dt-button {
  border: 1px #404040 solid;
  background: #353535;
}
button.btn.delete-btn.btn-warning {
  margin-top: 32px;
}

/* css_comm.css */
.tbl-btn-container {
  position: relative;
  right: auto;
  width: 100%;
  float: none !important;
}
.tbl-bottom-center {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 30%);
  width: auto;
}
.bottom-btn {
  position: absolute;
  top: auto;
  right: 23px;
}
.bottom-btn-2 {
  position: absolute;
  top: auto;
  right: 23px;
}
.bottom-btn-3 {
  position: absolute;
  top: auto;
  right: 23px;
}
.card-header {
  width: 100%;
  height: auto;
  border: 0;
  border-top: 1px #fff solid;
  border-bottom: 1px #707070 solid;
  background-color: #1f1f1f;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  opacity: 1;
  background: #494949;
  height: 20px;
  line-height: 18px;
  width: 10px;
}

table#myFactoryInfo tbody tr {
  border-top: 0 !important;
}
table.table#table-alarm-info {
  width: 100% !important;
}
textarea#txt-board-desc {
  background: #2f2f2f !important;
  color: #fff !important;
  width: 100%;
  margin-left: 0;
}
textarea {
  background: #2f2f2f;
  border: 1px #535353 solid;
  color: #fff;
  margin-left: 0;
}
.admn.openAll.menu-switch {
  margin-top: 36px;
}
.date-btn {
  padding-right: 4px;
}
.tstyle .input-box-2 {
  background: #2f2f2f;
  color: #fff;
  margin-left: 0;
}

.table-post .div-max.inner-single.td-double,
.table-post .div-max.inner-single.td-single {
  text-align: left;
  padding-left: 0; /*float:left*/
}
.table-post td.td-double .div-max input[type='checkbox'] {
  margin-left: 0;
}
.table .div-max input[type='checkbox'] {
  width: 32px;
  margin: 0;
}

.table td#td-use-flag {
  padding-left: 6px;
}
.table #div-use-flag {
  text-align: left;
}
.table .div-max.inner-single input[type='checkbox'].inner-single {
  margin-left: 0;
}

/* .tstyle.dataTable td .checks {padding-left:20px} */
/* .infroom.table td { text-align: left; padding-left: 20px; } */
table.table.dataTable tbody td {
  padding-left: 0;
  text-align: center;
}
/* table.table.user.table-bordered td { padding-left: 20px; text-align: left; } */
/* input.input-box-2 {margin-left:20px } */
/* input[type="check"].inner-single {margin-left:7px;} */
table.tstyle.notice textarea#txt-board-desc {
  width: 100%;
  margin-left: 0;
}

/*상세부분*/

/* datatables.min.css */
table.dataTable {
  width: 100% !important;
}
.dataTables_scrollHeadInner {
  width: calc(100% - 15px) !important;
}

/* bootstrap.css */
.btn-outline-info {
  margin: 0 5px;
}
.page-link {
  padding: 0rem 0.65rem;
  margin: 0 0.25rem;
  color: #fff;
  background-color: #1f1f1f;
  border: 1px #1f1f1f solid;
}
.page-item.disabled .page-link,
.page-item.disabled .page-link:focus {
  color: #fff;
  background-color: #1f1f1f;
  border: 1px #1f1f1f solid;
}
.page-item.active .page-link,
.page-item.active .page-link:focus {
  background-color: #3bafda;
  border-color: #3bafda;
}
.page-item.active .page-link:hover {
  background-color: #3bafda;
  border-color: #3bafda;
}
.form-control:focus {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #535353;
  outline: 1px #888 solid;
}
.breadcrumb-item {
  float: left;
  color: #828282;
}
.breadcrumb-item.active {
  color: #3bafda;
}
.nav-tabs {
  border-bottom: 1px solid #707070;
}
.form-control {
  color: #fff;
  background: #2f2f2f;
  border: 1px #535353 solid;
}
.list-group-item {
  background-color: #2f2f2f;
  border: 1px solid #535353;
  color: #fff;
}
.list-group-item.active,
.list-group-item.active:focus {
  background-color: #3bafda;
  border: 1px #5fc5eb solid;
}
.list-group-item:hover,
.list-group-item.active:hover {
  background-color: #ffffff00;
  border: 1px solid #3bafda;
}
.sale.btn-box {
  background: #58a;
  border-radius: 10px 10px 0 0;
}
.sale.btn-box:active {
  background: #58a;
}

/* bootstrap-extended.css */
.nav.nav-tabs .nav-item .nav-link {
  text-align: center;
  color: #fff;
  background: #434544;
  border-color: #434544 #434544 #434544;
}
.nav.nav-tabs .nav-item .nav-link.active {
  background-color: #3bafda;
  border-color: #3bafda #3bafda #3bafda;
}
.form .form-control {
  color: #fff;
  background: #434544;
  border: 0;
}
.has-icon-left .form-control.input-lg {
  color: #fff;
  background: #434544;
  border: 0;
}

/* bootstrap-extended.css */
form .form-control {
  border: 1px solid #535353;
  color: #fff;
}

/* goal */
.search-box-outline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.search-box-right {
  width: 10rem;
  height: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); /* bottom:7px; */
}

/* color.css */
.btn-info {
  margin: 0 5px;
}
.btn-nav:hover {
  border-color: #666;
  background-color: #666;
  color: #fff !important;
}

/* css_shk.css */
td input:focus,
td textarea:focus {
  outline: 1px #888 solid;
}
.search-box-left-tbl td input:not([type='radio']),
td fieldset {
  background: #2f2f2f;
  color: #fff;
  border: 1px #535353 solid;
}
td input:not([type='radio']),
td fieldset {
  background: #2f2f2f;
  color: #fff;
  border: 1px #535353 solid;
}
td input[type='month'],
td input[type='date'],
td input[type='time'],
td input[type='text'] {
  box-sizing: border-box;
  position: relative;
  border-radius: 0.18rem;
}
td input[type='month']::-webkit-calendar-picker-indicator,
td input[type='date']::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  left: calc(100% - 20px);
  top: 0;
  width: 10px;
  height: 100%;
  margin: 0;
  padding: 0;
}
td input[type='month']::after,
td input[type='date']::after,
td input[type='date']::before,
td input[type='month']::before {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  height: 2px;
  right: 16px;
}
td input[type='month']::before,
td input[type='date']::before {
  background: currentColor;
  width: 2px;
  box-shadow:
    4px 0 0,
    8px 0 0,
    0 4px 0,
    4px 4px 0,
    8px 4px 0;
  top: 12px;
}
td input[type='month']::after,
td input[type='date']::after {
  width: 10px;
  top: 2px;
  right: 8px;
  box-shadow: 0 6px 0 0;
}
td input[type='time']::-webkit-calendar-picker-indicator {
  filter: invert(1);
  padding-right: 5px;
}

.search-box-left .search-list-group {
  background: #333438;
}
.search-box-left .search-list-group .list-group-item {
  color: #fff;
}
.search-box-left .search-list-group.factory li {
  color: #fff;
}
.select-filter-radio {
  border: 0;
  background: #1f1f1f;
}
.select-filter-radio label {
  padding: 0 16px 0 4px;
}

.content-summary {
  background-color: #1f1f1f;
  border: 1px #1f1f1f solid;
}
.tbl-summary td,
.tbl-summary th,
.tbl-summary tr {
  border: 1px solid #707070;
}
.tbl-summary th {
  background: #363636;
  color: #fff;
}
.content-summary .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #00b2db;
  color: #fff;
}
.content-title-div {
  background: #797979 !important;
  color: #fff;
}

/* table 상세 정렬 */
.table th,
.table td {
  padding: 0.25rem 0.5rem;
}
.table td {
  /* text-align: left; */
}
.th-color1 {
  text-align: center !important;
}
td input:not([type='radio']),
td fieldset {
  height: 1.875rem;
}
.table-default select.form-control:not([size]):not([multiple]) {
  height: 1.875rem;
}
.tstyle th .checks,
.tstyle td .checks {
  padding-left: 0;
  text-align: left;
}
.table-default textarea {
  margin-left: 0;
}
textarea {
  width: 100%;
}
.inner-single {
  width: 100%;
}
.admn.box table th,
.admn.box table td {
  text-align: center;
}
table th[rowspan='2'],
table th[rowspan='3'],
table th[rowspan='4'],
table th[rowspan='5'],
table th[rowspan='6'],
table th[rowspan='7'],
table th[rowspan='8'],
table th[rowspan='9'],
table th[rowspan='10'] {
  border-right: 1px #e3ebf3 solid;
  border-left: 1px #e3ebf3 solid;
}
.regis.table th {
  padding: 0;
}
table#table-system td {
  text-align: center;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
  padding: 190px 0 60px;
  background: #1f1f1f url('icon_empty.png') center 66px no-repeat;
  background-size: 103px auto;
}

/*2023 tess*/
/* bootstrap-extended.css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0px 1000px #434544 inset !important;
  -webkit-text-fill-color: #fff !important;
}
.p-1 {
  padding: 0 !important;
  margin: 0;
  color: #33caf1;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.card .card-title {
  line-height: 2;
}
.card-subtitle.line-on-side {
  padding: 0 !important;
  margin: 0;
  line-height: 0.1em;
  border-bottom: 0;
}
.btn-primary {
  border-color: #33caf1;
  background-color: #33caf1;
  color: #ffffff;
}
.btn-primary:active {
  border-color: #33caf1;
  background-color: #33caf1;
}
.btn-primary:hover {
  border-color: #1a86a1;
  background-color: #1a86a1;
  color: #fff !important;
}
.btn-primary:active:hover {
  border-color: #33caf1;
  background-color: #33caf1;
}
.border-grey.border-lighten-3 {
  padding: 50px;
  border: 2px solid #33caf1 !important;
  border-radius: 20px;
  box-sizing: border-box;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
  font-size: 1rem;
}
.header-navbar.navbar-semi-dark .navbar-nav .nav-link {
  padding: 0 6px;
  color: #33caf1;
  font-size: 2.4rem;
  font-weight: 700;
  padding-top: 0.5rem;
}
.header-navbar .navbar-container ul.nav li a.menu-toggle {
  padding: 0;
  margin-top: 10px;
  color: #fff;
}
.header-navbar .navbar-container ul.nav li a.upgrade-to-pro {
  margin-top: 13px;
}
.table th {
  background: #383838;
}

/* vertical-menu.css */
/* body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-header {display:flex; align-items: center;} */

/* app.css */
.main-menu.menu-dark {
  color: #fff;
  background: #333438;
}
.main-menu.menu-dark .navigation li a {
  color: #fff;
}
.main-menu.menu-dark .navigation {
  background: #333438;
}
.main-menu.menu-dark .navigation > li.open > a {
  color: #fff;
  background-color: #0bf;
}
.main-menu.menu-dark .navigation > li.hover > a,
.main-menu.menu-dark .navigation > li:hover > a,
.main-menu.menu-dark .navigation > li.active > a {
  color: #fff;
  background-color: #0bf;
}
.main-menu.menu-dark .navigation > li.open > ul {
  background: #333438;
}
.main-menu.menu-dark .navigation > li.open .hover > a {
  background: #1f1f1f;
}
.main-menu.menu-dark .navigation > li > ul {
  background: #333438;
}
.main-menu.menu-dark .navigation > li ul li {
  color: #fff;
  background: #333438;
}
.main-menu.menu-dark .navigation > li ul .open {
  background: transparent;
}
.main-menu.menu-dark .navigation > li ul .open > a {
  color: #fff;
}
.main-menu.menu-dark .navigation > li ul .open > ul .open {
  background: #333438;
}
.main-menu.menu-dark .navigation > li.nav-item.open.has-sub > .menu-content > li.open {
  background: #1f1f1f;
}
.main-menu.menu-dark .navigation > li.nav-item.open.has-sub > .menu-content > li.open.has-sub {
  background: #333438;
}
.main-menu.menu-dark .navigation > li.nav-item.open.has-sub > .menu-content > li.open.has-sub > .menu-content > li.open {
  background: #1f1f1f;
}

/* css_shk.css */
.td-monitor {
  border: 0;
}
.td-monitor-time {
  background-color: transparent;
}
/*1depth*/
.search-box-left .search-list-group {
  margin-right: 20px;
  margin-bottom: 0;
  height: 118px;
  width: 13.5rem;
}
.search-box-left .search-list-group .list-group-item.factory-group .form-check-input {
  margin: 0px 6px 0 -12px;
}
.search-box-left .list-group-item.factory-group,
.search-box-left .list-group-item.factory-group.active,
.search-box-left .list-group-item.factory-group:hover {
  margin: 3px 0;
  height: 35px;
  border: 1px #0bf solid;
  border-radius: 30px;
  background-color: transparent;
}
/*2depth*/
.search-box-left .search-list-group.factory {
  border: 1px #666 solid;
  background: #2f2f2f;
}
.search-box-left .search-list-group.factory .list-group-item {
  height: 29px;
}
.list-group-item.factory {
  padding: 0.75rem 0.25rem;
  border: 0;
}
/*3depth*/
.search-box-left .div-list-up {
  width: 50%;
  height: 118px;
  margin: 0;
  border: 1px #666 solid;
  background: #2f2f2f;
  max-width: 600px;
  float: right;
}
.search-box-left .div-list-up .div-list-one {
  display: inline-block;
  margin: 8px 0 0 8px;
  background: #666;
  border-radius: 6px;
  padding: 4px 8px;
  cursor: pointer;
}
.content-summary .nav-item .nav-link {
  font-size: 1rem;
  padding: 0.5rem 0.7rem !important;
}

/* css_comm.css */
.th-color1 {
  background-color: #383838;
}
.back-btn {
  color: #ffff;
  background-color: #1dbb49;
}
.back-btn > a {
  color: #ffff;
}
.print-btn {
  background-color: #3bafda;
}
.bank-btn {
  background-color: #3bafda;
}
.btn-warning,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:active:hover,
.btn-warning:active:focus {
  border-color: #3bafda !important;
  background-color: #3bafda !important;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:active:hover,
.btn-danger:active:focus {
  border-color: #888 !important;
  background-color: #888 !important;
}
.btn-outline-info,
.btn-outline-info:hover,
.btn-outline-info:active,
.btn-outline-info:active:hover,
.btn-outline-info:active:focus {
  border-color: #3bafda !important;
  background-color: #3bafda !important;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus {
  border-color: #3bafda !important;
  background-color: #3bafda !important;
}
.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:active:hover,
.btn-info:active:focus {
  border-color: #7986cb !important;
  background-color: #7986cb !important;
}

/* color.css */
.header-navbar .navbar-container ul.nav li a.upgrade-to-pro {
  margin-top: 14px;
}
/* .btn-nav:hover, .btn-nav:active:hover, .btn-nav:active:focus { border-color: #666; background-color: #666; } */
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: none;
}
/* .btn-nav:active:hover, 
.btn-nav:active:focus, 
.btn-nav:active.focus, 
.btn-nav.active:hover, 
.btn-nav.active:focus, 
.btn-nav.active.focus, 
.open > .btn-nav.dropdown-toggle:hover, 
.open > .btn-nav.dropdown-toggle:focus, 
.open > .btn-nav.dropdown-toggle.focus { color: #fff; background-color: #7c7d7d; border-color: #e2e2e2; } */
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus,
.btn.focus {
  outline: none;
}
.btn-nav:hover {
  border-color: #666;
  background-color: #666;
  color: #fff !important;
}
.btn-nav:active,
.btn-nav:focus,
.btn-nav:active:hover,
.btn-nav:active:focus {
  border-color: #666;
  background-color: #666;
}

/* css_chart.css */
.card-header {
  background: #333438;
  border-radius: 10px !important;
  border: 0;
  box-shadow: 2px 4px 8px rgb(0 0 0 / 60%);
  box-sizing: border-box;
}
.select-filter-radio {
  background: #333438;
}
.dash1.left-box {
  border: 2px solid #333438;
  background: #333438;
  box-shadow: 2px 4px 8px rgb(0 0 0 / 60%);
  box-sizing: border-box;
}
.dash1.left-box:first-child {
  border: 2px solid #333438;
  background: #333438;
  box-shadow: 2px 4px 8px rgb(0 0 0 / 60%);
  box-sizing: border-box;
}
.dash1.left-box-above {
  background-color: transparent;
  line-height: 16px;
}
.dash1.box_name.eg_name {
  padding-bottom: 24px;
  color: #ff7e00;
}
.dash1.left-box-above hr.dash1 {
  margin: 10px 0px 10px 5px;
  border: 1px solid #888;
}
#dash1_left_bar > svg {
  background: #333438 !important;
}
.dash1.right-box {
  border: 2px solid #333438;
  background: #333438;
  box-shadow: 2px 4px 8px rgb(0 0 0 / 60%);
  box-sizing: border-box;
}
.dash1.right-box:first-child {
  border: 2px solid #333438;
  background: #333438;
  box-shadow: 2px 4px 8px rgb(0 0 0 / 60%);
  box-sizing: border-box;
}
.dash1.right-box-above {
  background-color: transparent;
  border: 2px #ff7e00 solid;
}
.dash1#dash1_left_tbl thead tr th,
.dash1#dash1_right_tbl thead tr th {
  background-color: #444;
  color: #fff;
}
.dash1#dash1_right_tbl tr th,
.dash1#dash1_right_tbl tr td {
  border: 1px #8c8c8c solid;
}
#dash1_right_bar > svg,
#dash1_right_rank > svg {
  background: #333438 !important;
}
.profit.profit-left {
  width: calc(55rem - 8px) !important;
}
.profit.profit-right {
  width: calc(45rem - 8px) !important;
  margin-left: 30px;
}
.profit.profit-left-box {
  margin-top: 30px;
  background: #333438;
  border: 2px solid #333438;
  border-radius: 10px;
  box-shadow: 2px 4px 8px rgb(0 0 0 / 60%);
  box-sizing: border-box;
}
.profit.profit-right-box {
  margin-top: 30px;
  background: #333438;
  border: 2px solid #333438;
  border-radius: 10px;
  box-shadow: 2px 4px 8px rgb(0 0 0 / 60%);
  box-sizing: border-box;
}
#tradeProfit_chart1 > svg,
#tradeProfit_chart2 > svg,
#tradeProfit_chart3 > svg,
#tradeProfit_chart4 > svg,
#tradeProfit_chart5 > svg {
  background: #333438 !important;
}
.content-title-div {
  background: 0 !important;
  color: #fff;
  text-align: left;
  margin-top: 50px;
}
.troom.room-section {
  margin-top: 4rem;
}
.troom.left {
  border-radius: 10px;
  padding: 20px;
  border: 2px solid #33caf1;
  background: #333438;
  box-shadow: 2px 4px 8px rgb(0 0 0 / 60%);
  box-sizing: border-box;
}
.troom.left_title {
  width: 100%;
  padding-bottom: 16px;
}
.troom.left_title .troom.box_name {
  padding-left: 0;
  font-size: 1.125rem;
  color: #33caf1;
}
.troom.left_title .troom.text_right {
  padding-right: 0 !important;
}
.troom.left-scroll {
  width: 100%;
  overflow-y: auto;
}
.troom.left-box {
  border: 0;
}
.troom.sale_index_tbl {
  width: 100%;
  margin-left: 0;
}
.troom.right {
  border-radius: 10px;
  padding: 20px;
  border: 2px solid #888;
  background: #333438;
  box-shadow: 2px 4px 8px rgb(0 0 0 / 60%);
  box-sizing: border-box;
}
.troom.right-title {
  width: 100%;
  padding-bottom: 16px;
}
.troom.right-title .troom.box_name {
  padding-left: 0;
  font-size: 1.125rem;
}
.troom.right-box .troom.box_name {
  padding-left: 0;
  margin-top: 10px;
  display: inherit;
}
.byegcd-show .troom.box_name {
  padding-left: 0;
}
.troom.right-box > div:first-child .troom.box_name {
  margin-top: 0;
}
.troom.room_index_tbl {
  width: 100%;
}
.troom.room_index_tbl_detail {
  width: 100%;
  margin-left: 0;
}
.troom.sale_index_tbl_detail {
  width: 100%;
  margin-left: 0;
}
.troom.sale_index_tbl th {
  background: #383838;
}
.troom.save-btn {
  margin-right: 0;
}
.troom.sale_index_tbl th,
.troom.sale_index_tbl_detail th,
.troom.room_index_tbl th,
.troom.room_index_tbl_detail th {
  height: 2.25rem;
  width: 8.5rem;
  background: #383838;
  border: 1px solid #707070;
}
.troom.sale_index_tbl td,
.troom.sale_index_tbl_detail td,
.troom.room_index_tbl td,
.troom.room_index_tbl_detail td {
  height: 2.25rem;
  background: #1f1f1f;
  border: 1px solid #707070;
}
.troom.enter-btn {
  height: 30px;
  padding-right: 17px;
  padding-left: 17px;
  background-color: #3bafda;
}
.troom.open-chart-btn {
  height: 38px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
  border: 1px #7986cb solid;
  background: #7986cb;
  border-radius: 0.18rem;
}
.purchase.body-box,
.sale.body-box {
  padding: 20px;
}
.purchase.body-box table,
.sale.body-box table {
  width: 100%;
}
.purchase.btn-container,
.sale.btn-container {
  margin-top: 40px;
}
.purchase.btn-box,
.purchase.btn-box:active,
.sale.btn-box,
.sale.btn-box:active {
  background: #434544;
  border-radius: 10px 10px 0 0;
  margin-right: 10px;
}
.purchase.btn-box.active,
.sale.btn-box.active {
  background: #3bafda;
}
.purchase.btn-prove-items,
.sale.btn-prove-items {
  padding-left: 0;
  display: block;
  height: 43px;
  position: absolute;
  top: -8px;
  right: 15px;
}
.purchase.change-status,
.sale.change-status {
  height: 38px;
  background-color: #2f2f2f;
  border: 1px #535353 solid;
  color: #fff;
  vertical-align: middle;
}
.tap-list-group .list-group .list-group-item {
  color: #fff;
  border-radius: 5px;
}

/* 
.table th,
.table td {border:1px #888 solid !important; } */
/* 리스트 테이블 */
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  padding: 100px 0 100px;
}
.dataTable th {
  border-top: 1px solid #888 !important;
  border-bottom: 1px solid #888 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.dataTable td {
  border-top: 0 !important;
  border-bottom: 1px solid #888 !important;
}
/* 상세 테이블 */
.tstyle-wid {
  width: 100%;
}
.tstyle-wid th,
.tstyle-wid td {
  border: 1px #888 solid;
}
/* 상세 테이블 구분선*/
.tstyle-wid th.hr-1,
.tstyle-wid td.hr-1 {
  height: 1rem !important;
  border: 0 !important;
  background-color: rgb(31 31 31);
}

.dataTable th.custom_header_border {
  border-right: 1px #e3ebf3 solid !important;
}

.chart_title {
  position: relative;
  z-index: 1;
}

.chart_area {
  margin-left: 10px;
  margin-top: -30px;
}

.search_date {
  min-width: 140px;
}

.dash2_info {
  font-size: 17px;
  position: absolute;
  line-height: 30px;
  margin: 10px 0px 0px 30px;
}

/* fr - > 비율을 뜻함 */
.steps4_container {
  display: grid;
  row-gap: 10px;
  column-gap: 10px;
  grid-template-columns: 1fr 10px 2fr 10px 1fr;
}

.vl {
  border-left: 3px solid white;
  margin: 30px 0px;
}

.pointer {
  cursor: pointer;
}

.chart_settle_grid {
  display: grid;
  row-gap: 10px;
  column-gap: 10px;
}


.emtb td{
  text-align: left;
}