/* Common */
h3 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 24px;
  vertical-align: middle;
}

.mb30 {
  margin-bottom: 30px;
}

.h400 {
  height: 400px;
}

.span_item {
  display: inline-block;
  width: 5px;
  height: 19px;
  background-color: #2b316a;
  margin-right: 7px;
  vertical-align: middle;
}

.btn-add {
  color: #fff;
  background: #4682b4;
  padding: 5px 20px;
  border-radius: 6px;
}

.btn-remove {
  color: #fff;
  background: #ff8c00;
  padding: 7px 20px;
  border-radius: 6px;
}

/* LayOut */
.bb-after-side {
  padding-top: 108px;
}

.div-area-status {
  position: absolute;
  left: 35px;
  top: 35px;
  z-index: 50;
  display: none;
}

.div-status-container {
  gap: 10px;
  margin-bottom: 10px;
}

.div-status {
  border: 1px solid #c6c6c6;
  background: #f0f1f3;
  border-radius: 6px;
  padding: 10px 20px;
  flex: 1;
  height: 60px;
}

.div-status .status-title {
  text-align: center;
}

.div-status .status-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.div-status .status-content .bold {
  font-weight: bold;
  font-size: 22px;
}

.div-tool {
  margin-bottom: 10px;
}

/* color */
.color-area {
  color: rgba(102, 102, 102, 1);
  border-color: rgba(102, 102, 102, 1);
}

.color-absorption {
  color: rgba(46, 204, 113, 1);
  border-color: rgba(46, 204, 113, 1);
}

.color-tree-storage {
  color: rgba(0, 105, 92, 1);
  border-color: rgba(0, 105, 92, 1);
}

.color-soil-storage {
  color: rgba(141, 110, 99, 1);
  border-color: rgba(141, 110, 99, 1);
}

.color-emissions {
  color: rgba(0, 32, 96, 1);
  border-color: rgba(0, 32, 96, 1);
}

.color-reduce {
  color: rgba(0, 176, 240, 1);
  border-color: rgba(0, 176, 240, 1);
}

/* 지도화면 */
.bb-custom-map {
  position: relative;
}

.map-tool {
  position: absolute;
  top: 40px;
  right: 35px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

.map-legend {
  position: absolute;
  bottom: 40px;
  left: 35px;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  height: unset !important;
  z-index: 2;
}

.map-legend > div {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.map-legend .span_symbol {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #0a529d;
}

.carbon-total-results-report .bb-custom-map {
  width: 100%;
  height: 340px;
  background-color: #ff0000;
}

.layer-tool button {
  margin-top: 5px;
  display: block;
}

.toggle-btn.active {
  background: #000;
  color: #fff;
}

.toggle-btn.active .ico-add01 {
  background-image: url(../images/ico-add01-on.png);
}

.toggle-btn.active .ico-add02 {
  background-image: url(../images/ico-add02-on.png);
}

.toggle-btn.active .ico-add03 {
  background-image: url(../images/ico-add03-on.png);
}

.map-tool .btn {
  height: 30px;
  padding: 5px 10px;
}

.ol-overlaycontainer {
  z-index: 5;
}

.ol-delete-overlay {
  width: 24px;
  height: 24px;
  background-color: #0000ff;
  border-radius: 8px;
  text-align: center;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
  z-index: 9999;
}

/* 테이블 */
.tableFixHead {
  min-height: 200px;
  overflow-y: auto;
}

.tableFixHead thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.table tbody tr.new_row {
  border: 2px solid rgba(0, 0, 255, 0.5);
}

.table tbody tr.selected {
  border: 3px solid rgba(255, 0, 0, 0.5) !important;
}

.table tbody .numeric {
  text-align: right;
}

.table tbody input {
  width: 60px;
}

.table tbody input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.table tbody td.td-bldg-nofl input, .table tbody td.td-won-unit input {
  width: 45px;
}

.table tbody select {
  width: 100%;
}

.table button.btn {
  height: 30px;
  padding: 5px 10px;
}

.table input {
  width: 75px;
}

/* 레이어 도구 */
.layer-tool {
  position: absolute;
  top: 40px;
  right: 35px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

a.btn-next.disabled {
  background: #ccc;
}

/* 차트 툴팁 */
.tooltip-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.tooltip-content {
  display: flex;
  justify-content: space-between;
}

.tooltip-content * {
  line-height: 20px;
}

.tooltip-value {
  font-weight: bold;
  margin-left: 10px;
}

.btn-nav .btn-reduce-simulation {
  color: #fff;
  background: #4caf50;
  padding: 0 24px;
}

/* 탄소 총량 보고서 */

.carbon-total-export-report .report_page,
.carbon-before-export-report .report_page {
  margin-top: 50px;
}

.carbon-total-export-report h1,
.carbon-before-export-report h1 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.carbon-total-export-report h2,
.carbon-before-export-report h2 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
}


.carbon-total-export-report .txt-content,
.carbon-before-export-report .txt-content {
  font-size: 16px;
}


.carbon-total-export-report .table-status tr,
.carbon-before-export-report tr {
  height: 38px;
}

.modal-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2.4rem;
  margin-bottom: 4rem;
  background: #d5d6e1;
  border-radius: 0.6rem;
  text-align: center;
}

.modal-info p {
  font-size: 15px;
}

.modal-content {
  width: 100%;
  height: 620px;
  overflow-y: auto;
}

.btn-pdf {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  height: 3rem;
  padding: 0 1.4rem;
  border: 1px solid #2b316a;
  color: #2b316a;
  border-radius: 1.6rem;
  background: #fff;
}

.ico-pdf {
  width: 1.7rem;
  height: 1.6rem;
  background-image: url("../images/ico-pdf-17@16.png");
}

.loading-container {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.loading {
  height: 100px;
  position: relative;
  top: 50%;
  left: 50%;
  width: 100px;
  border-radius: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent #FF9800 transparent #FF9800;
  -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  -moz-transform-origin: 50% 50%;
  -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  -o-transform-origin: 50% 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container span {
  color: #fff;
  font-size: 16px;
  font-family: 'Pretendard', serif;
  font-weight: 500;
  line-height: 0;
}

.loading-container .loading {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#loading-text {
  top: 50%;
  left: 50%;
  /*     -moz-animation: loading-text-opacity 1.5s linear 0s infinite normal; */
  /*     -o-animation: loading-text-opacity 1.5s linear 0s infinite normal; */
  /*     -webkit-animation: loading-text-opacity 1.5s linear 0s infinite normal; */
  /*     animation: loading-text-opacity 1.5s linear 0s infinite normal; */
  margin-top: 43px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}

.swal2-info {
  width: 3rem;
  height: 3rem;
}

.swal2-icon-content {
  font-size: 2.75rem !important;
}

.swal2-title {
  font-size: 2.1rem
}

.div-comment {
  text-align: right;
}

/* toast message size */
.toast.custom-toast {
  width: 500px !important; /* 너비 조절 */
  height: auto !important; /* 높이 자동 조절 */
}

/* toast message */
.toast.custom-toast .toast-message {
  color: #fff;
  font-size: 30px; /* 글자 크기 */
}

.div-result-tab {
  display: flex;
  border: 1px solid #e8e8e8;
  background: #f0f0f0;
  padding: 2px;
  border-radius: 6px;
}

.div-result-tab .tab-item.active {
  border: 1px solid #dedede;
  border-radius: 4px;
  color: #000;
  background: #fff;
}

.div-result-tab .tab-item {
  font-size: 15px;
  color: #8e8e8e;
  padding: 10px 12px;
  cursor: pointer;
}

.btn-infomation {
  background-color: #0086d9;
  padding: 4px 10px;
  font-size: 15px;
  margin-left: 5px;
  color: #fff;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.btn-infomation em {
  color: #fff;
}

.btn-infomation i {
  background-image: url(../../images/new_sub/i02@18x18.png);
  width: 18px;
  height: 18px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.modal-infomation.modal-info {
  display: none;
  background: unset;
}

.modal-infomation .modal--head {
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  background: #000;
  padding: 0 3rem;
  border-radius: 0.6rem 0.6rem 0 0;
}

.modal-infomation .modal--inner {
  padding: 0;
}

.modal-infomation .modal--content {
  padding: 3rem;
}

.modal-infomation .modal--close {
  width: 2rem;
  height: 2rem;
  background-image: url(../../images/modal/white-close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}