@charset "UTF-8";
@import url(utils.css);
/* MODE-LIGHT */
/* MODE-HIGH-CONTRAST */
/* HIGH CONTRAST BORDER WIDTH */
/* RESPONSIVE-PC */
/* RESPONSIVE-MOBILE */
/* SEMANTIC */
/* ========== 공통 ========== */
/* 기존 CSS 초기화 */
#vueCtrl input {
  text-align: inherit;
}

#vueCtrl td {
  line-height: inherit;
}

.strm-wrap td *,
.strm-wrap div *,
.strm-wrap span *,
.strm-wrap p * {
  vertical-align: middle;
}
.strm-wrap input {
  text-align: inherit;
}
.strm-wrap .alldam-form-select::-ms-expand {
  display: none;
}
.strm-wrap h3,
.strm-wrap h4,
.strm-wrap h5,
.strm-wrap h6 {
  all: revert;
}
.strm-wrap h3::before,
.strm-wrap h4::before,
.strm-wrap h5::before,
.strm-wrap h6::before {
  display: none;
}
.strm-wrap h3::after,
.strm-wrap h4::after,
.strm-wrap h5::after,
.strm-wrap h6::after {
  display: none;
}

/* // 기존 CSS 초기화 */
.strm-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 0;
  overflow: hidden;
}
.strm-wrap .strm-sub-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.strm-wrap .strm-sub-title-wrap h3.strm-sub-title {
  margin-bottom: 0;
}
.strm-wrap h3.strm-sub-title {
  position: relative;
  margin: 0;
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #464c53;
  text-align: left;
}
.strm-wrap h3.strm-sub-title:after {
  display: none;
}
.strm-wrap h3.strm-sub-title::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.3rem;
  left: 0;
  width: 3px;
  height: 1.3rem;
  background: #ea3c3c;
}
.strm-wrap .modal-sub-title {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 0.625rem;
  background: transparent;
  font-size: 1rem;
  font-weight: 500;
}
.strm-wrap .modal-sub-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 11%;
  left: 0;
  width: 3px;
  height: 65%;
  background: #ea3c3c;
}

.strm-title-wrap {
  margin-bottom: 2.4rem;
}
.strm-title-wrap h3.strm-title {
  position: relative;
  margin: 0;
  margin-bottom: 1rem;
  padding-left: 1.6rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
}
.strm-title-wrap h3.strm-title:after {
  display: none;
}
.strm-title-wrap h3.strm-title::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 1rem;
  height: 1.5rem;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='24' viewBox='0 0 16 24' fill='none'%3E%3Cg clip-path='url(%23clip0_3070_1147)'%3E%3Cpath d='M8 8.71024C10.7259 8.71024 13.1302 10.0127 14.5727 12C15.4701 10.7649 16 9.26341 16 7.64488C16 3.42439 12.4196 0 8 0C3.5804 0 0 3.42439 0 7.64488C0 9.26341 0.526799 10.7649 1.42726 12C2.87289 10.0127 5.27718 8.71024 8.00306 8.71024H8Z' fill='%23EA3C3C'/%3E%3Cpath d='M8.00013 15.2898C5.27425 15.2898 2.86996 13.9873 1.42433 12C0.526932 13.2351 -0.00292969 14.7366 -0.00292969 16.3551C-0.00292969 20.5785 3.57747 24 7.99707 24C12.4167 24 15.9971 20.5785 15.9971 16.3551C15.9971 14.7366 15.4703 13.2351 14.5698 12C13.1242 13.9873 10.7199 15.2898 7.99707 15.2898H8.00013Z' fill='%23FFC900'/%3E%3Cpath d='M8.00012 15.2897C10.726 15.2897 13.1303 13.9873 14.5729 12C13.1272 10.0126 10.7229 8.71021 8.00012 8.71021C5.2773 8.71021 2.86995 10.0126 1.42432 12C2.86995 13.9873 5.27424 15.2897 8.00012 15.2897Z' fill='%238AD1CD'/%3E%3Cpath d='M8.00012 15.2897C10.726 15.2897 13.1303 13.9873 14.5729 12C13.1272 10.0126 10.7229 8.71021 8.00012 8.71021C5.2773 8.71021 2.86995 10.0126 1.42432 12C2.86995 13.9873 5.27424 15.2897 8.00012 15.2897Z' fill='%23F26E75'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3070_1147'%3E%3Crect width='16' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.strm-title-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid #cdd1d5;
  background: #f4f5f6;
  border-radius: 0.5rem;
}
.strm-title-desc .desc-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.strm-title-desc .desc-title i {
  margin-right: 0.25rem;
}
.strm-title-desc ul span {
  font-size: 0.9375rem;
  color: #6d7882;
}

.strm-cont-wrap {
  position: relative;
}
.strm-cont-wrap .strm-cont-box {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.strm-top {
  margin-bottom: 1.25rem;
}
.strm-top .strm-btn-wrap {
  margin: 0 -0.25rem;
}
.strm-top .strm-btn-wrap button,
.strm-top .strm-btn-wrap .form-conts {
  margin: 0 0.25rem;
}

.strm-tail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1.25rem;
}

.strm-total {
  margin-right: 1.25rem;
  border: 1px solid #cdd1d5;
  overflow: hidden;
  border-radius: 0.375rem;
}
.strm-total dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.strm-total dl .strm-total-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.strm-total dl dt {
  padding: 0.5rem 0.75rem;
  background: #fdeaea;
}
.strm-total dl dd {
  min-width: 5rem;
  padding: 0.5rem 0.75rem;
  color: #ea3c3c;
  text-align: right;
}

.strm-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.strm-form-group .form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1.25rem;
}
.strm-form-group .form-group:last-of-type {
  margin-right: 0;
}

/* ========== 도움말 ========== */
.info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem;
  background-color: #fff7f7;
  border-radius: 1rem;
}
.info-box .info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  font-size: 1.1875rem;
  color: #8c5656;
}
.info-box .info-desc {
  font-size: 0.9375rem;
  color: #464c53;
}
.info-box .info-con .alldam-info-list {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  padding-left: 2.5rem;
  border-top: 1px dashed #8a949e;
}

/* ========== modal02 ========== */
.alldam-modal02 {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 96%;
  max-width: 860px;
  max-height: 96vh;
  display: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.122);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.122);
  overflow: hidden;
  z-index: 9999;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.625rem;
}
.alldam-modal02.is-open {
  display: block;
  visibility: visible;
}
.alldam-modal02.wide {
  max-width: 1024px;
}
.alldam-modal02.small {
  max-width: 640px;
}
.alldam-modal02 .modal-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1rem;
  background-color: #ea3c3c;
  color: #ffffff;
  border-radius: 0.625rem 0.625rem 0 0;
}
.alldam-modal02 .modal-header .modal-title {
  font-size: 1rem;
}
.alldam-modal02 .modal-header .btn-close {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.alldam-modal02 .modal-header .alldam-contextual-help .tooltip-popover {
  display: none !important;
}
.alldam-modal02 .modal-header .alldam-contextual-help .tooltip-popover:hover {
  display: block !important;
}
.alldam-modal02 .modal-header .alldam-contextual-help:hover .tooltip-popover {
  width: 360px;
  display: block !important;
}
.alldam-modal02 .modal-desc {
  margin-bottom: 0.5rem;
  font-weight: 300;
  color: #464c53;
}
.alldam-modal02 .modal-conts {
  padding: 1rem;
}
.alldam-modal02 .modal-conts .conts-area {
  min-height: 200px;
  max-height: 74vh;
  margin-bottom: 1rem;
  overflow: hidden;
  overflow-y: auto;
}
.alldam-modal02 .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.alldam-modal02 .btn-wrap button {
  margin-left: 0.5rem;
}
.alldam-modal02 .cont-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}
.alldam-modal02 .cont-row:last-of-type {
  margin-bottom: 0;
}
.alldam-modal02 .cont-row.cont-row-multi {
  margin: 0 -0.5rem 1.25rem;
}
.alldam-modal02 .cont-row.cont-row-multi .cont-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0.5rem;
}
.alldam-modal02 .cont-row .cont-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1003;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
}

.bgMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(5px);
}

.loading {
  position: fixed;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  z-index: 999999;
}

/* file upload */
.strm-file-upload-btn {
  position: relative;
  margin: 0.75rem 0;
}
.strm-file-upload-btn label {
  width: 100%;
  min-height: 42px;
  display: block;
  padding: 0.5rem 0.75rem;
  border: 1px solid #cdd1d5;
  border-radius: 0.375rem;
}
.strm-file-upload-btn .file-upload-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.strm-upload-btn-wrap {
  position: relative;
}

.strm-calender .ui-datepicker {
  width: 100%;
  min-height: 330px;
  padding: 0;
  border: 1px solid #cdd1d5 !important;
  background: #fbfbfb;
}
.strm-calender .ui-datepicker * {
  vertical-align: baseline;
}
.strm-calender .ui-datepicker .ui-widget-header {
  background: #f4f4f4;
}
.strm-calender .ui-datepicker .ui-datepicker-calendar > tbody > tr > td > a {
  font-size: 1rem !important;
}
.strm-calender .ui-datepicker .ui-datepicker-title {
  font-size: 1rem !important;
}
.strm-calender .ui-datepicker .ui-datepicker-prev,
.strm-calender .ui-datepicker .ui-datepicker-next {
  top: 5px;
}

.strm-result-list {
  padding: 0.625rem;
  border: 1px solid #cdd1d5;
  background: #fbfbfb;
  border-radius: 0.375rem;
}
.strm-result-list.scroll {
  max-height: 300px;
  overflow-y: auto;
}
.strm-result-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem;
  border-bottom: 1px dashed #ddd;
  font-size: 0.9375rem;
}
.strm-result-list li:last-child,
.strm-result-list li:last-of-type {
  border-bottom: 0;
}

.strm-tab-wrap {
  position: relative;
}
.strm-tab-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b1b8be;
}

.strm-custom-select-wrap {
  position: relative;
}
.strm-custom-select-wrap .selectInnerWrap {
  position: absolute;
  left: 0;
  top: calc(100% + 0.25rem);
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 99;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.122);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.122);
  display: none;
}
.strm-custom-select-wrap .selectInnerWrap .selectInput {
  margin-bottom: 0.5rem;
}
.strm-custom-select-wrap .selectInnerWrap .selectChoiceList {
  max-height: 350px;
  overflow-y: scroll;
}
.strm-custom-select-wrap .selectInnerWrap .selectChoiceList li {
  padding: 0.25rem;
  cursor: pointer;
}
.strm-custom-select-wrap .selectInnerWrap .selectChoiceList li:hover {
  background-color: #f7f7f7;
}
.strm-custom-select-wrap.is-open .selectInnerWrap {
  display: block;
}

/* ========== 자동보고서 ========== */
.report-wrap .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.report-wrap .result .alldam-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.report-wrap .result .alldam-btn {
  margin-left: 0.5rem;
}

/* ========== 보고서 아이프레임 ========== */
/* 아이프레임 */
.iframeWrap > iframe {
  width: 100%;
  height: 100vh;
  margin: 1.25rem 0;
}

/* ========== 급식비 간편산출 팝업 ========== */
.filterPop input.won {
  padding-right: 30px !important;
  background-image: url(/images/sp/iconWon.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 14px;
}
.filterPop .result {
  position: relative;
}
.filterPop .result .add-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.filterPop .strm-result-list {
  max-height: 380px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: scroll;
}
.filterPop .filter01 .alldam-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filterPop .filter01 .alldam-form-group .won {
  margin-left: 0.5rem;
}
.filterPop .onClickBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filterPop .onClickBox .dayCheckBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.filterPop .onClickBox .dayCheckBox input[type="checkbox"]:checked + label {
  background: #8e2424;
  color: #fff;
}
.filterPop .onClickBox .dayCheckBox > input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  width: 0;
  overflow: hidden;
}
.filterPop .onClickBox .dayCheckBox label {
  width: 4rem;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.25rem;
  padding: 0.5rem;
  background: #dedede;
  font-size: 1rem;
  color: #767676;
  text-align: center;
  cursor: pointer;
  border-radius: 0.375rem;
}
.filterPop > button {
  width: 170px;
  height: 45px;
  background: #e1e1e1;
  font-size: 16px;
  line-height: 43px;
  color: #767676;
  text-align: center;
  border-radius: 0.375rem;
}
.filterPop > button.active {
  background: #ea3c3c;
  color: #fff;
}
.filterPop .toggleBox {
  position: relative;
  width: 32.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dadada;
  z-index: 1;
  background: #dedede;
  border-radius: 0.375rem;
}
.filterPop .toggleBox label {
  letter-spacing: -0.05rem;
  white-space: nowrap;
}
.filterPop .toggleBox.disabled {
  cursor: default;
}
.filterPop .toggleBox.disabled label {
  color: #565656 !important;
}
.filterPop .toggleBox.disabled input:checked + label {
  color: #f1f1f1 !important;
}
.filterPop .toggleBox.disabled .colorBlock {
  border-color: #888;
  background: #888;
}
.filterPop .toggleBox input[type="radio"] {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.filterPop .toggleBox input[type="radio"] + label {
  position: relative;
  width: 50%;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  background: transparent;
  font-size: 1rem;
  line-height: 45px;
  color: #767676;
  text-align: center;
  cursor: pointer;
  border-radius: 0.375rem;
}
.filterPop .toggleBox input[type="radio"]:checked + label {
  font-weight: 400;
  color: #d83535;
}
.filterPop .toggleBox .colorBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border: 1px solid #ea3c3c;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
  background: #fdeaea;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.375rem;
}
.filterPop .toggleBox input#auto:checked ~ .colorBlock {
  left: 0;
}
.filterPop .toggleBox input#manual1:checked ~ .colorBlock {
  left: 50%;
}
.filterPop .toggleBox input#auto2:checked ~ .colorBlock {
  left: 0;
}
.filterPop .toggleBox input#manual2:checked ~ .colorBlock {
  left: 50%;
}
.filterPop .toggleBox input#auto3:checked ~ .colorBlock {
  left: 0;
}
.filterPop .toggleBox input#manual3:checked ~ .colorBlock {
  left: 50%;
}

.guidePop .tab > ul {
  overflow-y: hidden;
}
.guidePop .conts-area {
  height: 75vh;
  padding: 0.5rem;
  overflow: auto;
  background: #fdeaea;
}
.guidePop .conts-area img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
  border-radius: 5px;
}
.guidePop .desc {
  margin: 0.5rem 0 3rem 0;
  padding: 1rem;
  background: #fff;
  border-radius: 5px;
}
.guidePop .desc:last-of-type {
  margin-bottom: 0;
}
.guidePop .desc > p {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #dedede;
  font-weight: 400;
  color: #464646;
  text-indent: 0.5rem;
}
.guidePop .desc > p.noLine {
  border-bottom: none;
}
.guidePop .desc > p:last-child {
  border-bottom: none;
}
.guidePop .desc > p span {
  color: #ea3c3c;
}

/* ========== 주민등록 인구현황 ========== */
.pop-upload-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pop-upload-wrap .strm-file-upload-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0.5rem;
}
.pop-upload-wrap .strm-file-upload-btn label {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 4rem 0.25rem 0.75rem;
}

/* ========== 청년 인구현황 ========== */
.youthPop .alldam-form-chip-outline {
  min-width: 15rem;
}

.youth .alert-text {
  font-size: 0.9375rem;
  color: #58616a;
}

/* ========== 미세먼지 자동보고 ========== */
.air .strm-top .strm-btn-wrap {
  margin-top: 1.25rem;
}

.airReportPop ul.date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.35rem 1rem 0.5rem 1rem;
  background: #e0eeee;
  border-radius: 30px;
}
.airReportPop ul.date li:first-child {
  margin-right: 0.5rem;
  color: #045858;
}
.airReportPop ul.date li:last-child {
  color: #045858;
}
.airReportPop .map {
  position: relative;
  text-align: center;
}
.airReportPop .map:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(/images/sp/dust/bgMapGray.png) no-repeat center center/35vh;
}
.airReportPop .map svg {
  position: relative;
  max-height: 35vh;
  z-index: 2;
}
.airReportPop .airDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0.5rem 0 1rem 0;
}
.airReportPop .airDesc dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}
.airReportPop .airDesc dl dt {
  width: 80px;
  height: 30px;
  margin-right: 0.5rem;
  background: #ececec;
  line-height: 30px;
  color: #262626;
  text-align: center;
  border-radius: 30px;
}
.airReportPop .airDesc dl dd {
  margin-right: 0.5rem;
}
.airReportPop .airDesc dl dd.blue {
  color: blue;
}
.airReportPop .airDesc dl dd.green {
  color: green;
}
.airReportPop .airDesc dl dd.orange {
  color: orange;
}
.airReportPop .airDesc dl dd.red {
  color: red;
}
.airReportPop .prediction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0;
  padding: 0.75rem;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ececec), to(transparent));
  background: linear-gradient(to right, transparent, #ececec, transparent);
  border-radius: 30px;
}
.airReportPop .prediction b {
  margin: 0 0.25rem;
  padding: 0.25rem 0.75rem;
  background: #f2f3f5;
  color: #fff;
  border-radius: 30px;
}
.airReportPop .prediction b.blue {
  background: blue;
}
.airReportPop .prediction b.green {
  background: green;
}
.airReportPop .prediction b.orange {
  background: orange;
}
.airReportPop .prediction b.red {
  background: red;
}
.airReportPop .prediction b.gray {
  background: #787878;
}
.airReportPop .land.blue {
  fill: #87d5ff;
}
.airReportPop .land.green {
  fill: #93ef9b;
}
.airReportPop .land.orang {
  fill: #ffb76e;
}
.airReportPop .land.red {
  fill: #ff9595;
}

/* ========== 재난 일일상황 보고서 데이터 ========== */
.disaster .disaster-link .alldam-btn {
  min-width: 5rem;
  margin-right: 0.25rem;
}
.disaster .strm-btn-wrap {
  vertical-align: middle;
}

/* ========== 주민등록 인구 현황 ========== */
.residents .resd-select {
  position: relative;
  width: 100%;
  font-family: inherit;
  /* open */
}
.residents .resd-select.open .resd-select-btn {
  border-color: #ea3c3c;
  color: #1e2124;
  border-width: 0.125rem;
}
.residents .resd-select {
  /* completed */
}
.residents .resd-select.completed .resd-select-btn {
  color: #464c53;
}
.residents .resd-select {
  /* error */
}
.residents .resd-select.is-error .resd-select-btn {
  border-color: #e65100;
  border-width: 0.125rem;
}
.residents .resd-select {
  /* disabled */
}
.residents .resd-select.is-disabled .resd-select-btn {
  border-color: #b1b8be;
  background-color: #cdd1d5;
  color: #6d7882;
  cursor: not-allowed;
}
.residents .resd-select.is-disabled .resd-select-btn::after {
  background-image: url(../images/icon/ico_angle_disabled.svg);
}
.residents .resd-select.is-disabled .resd-select-list {
  display: none;
}
.residents .resd-select {
  /* medium */
}
.residents .resd-select.medium .resd-select-btn {
  height: 3rem;
  padding: 0 1.5rem 0 0.625rem;
  font-size: 1rem;
  line-height: 3rem;
  border-radius: 0.375rem;
}
.residents .resd-select.medium .resd-select-btn::after {
  right: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem;
}
.residents {
  /* select button */
}
.residents .resd-select-btn {
  position: relative;
  width: 100%;
  height: 2.5rem;
  padding: 0 2.125rem 0 0.625rem;
  border: 0.0625rem solid #58616a;
  vertical-align: middle;
  background-color: #ffffff;
  color: #8a949e;
  text-align: left;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.residents .resd-select-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/icon/ico_angle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.residents .resd-select-btn .placeholder {
  color: #8a949e;
}
.residents {
  /* dropdown */
}
.residents .resd-select-list {
  position: absolute;
  top: calc(100% + 0.125rem);
  left: 0;
  width: 100%;
  max-height: 280px;
  border: 0.0625rem solid #58616a;
  overflow-y: auto;
  z-index: 20;
  background-color: #ffffff;
}
.residents {
  /* item */
}
.residents .resd-select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 0.625rem;
  cursor: pointer;
}
.residents .resd-select-item:hover {
  background-color: #f4f5f6;
}
.residents .resd-select-item input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.residents .resd-select-item input[type="radio"]:checked + .month-text {
  font-weight: 500;
  color: #1e2124;
}
.residents .month-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #1e2124;
}
.residents .month-state {
  margin-left: 0.5rem;
  font-size: 1rem;
}
.residents .month-state.has {
  color: #ea3c3c;
}
.residents .month-state.none {
  color: #8a949e;
}
@media (max-width: 768px) {
  .residents .resd-select.medium .resd-select-btn {
    font-size: 1rem;
  }
}
.residents .report-btn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.residents .report-btn-wrap button {
  position: relative;
  margin-right: 0.5rem;
  padding: 1rem 6rem 2rem 1rem;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  border-radius: 5px;
}
.residents .report-btn-wrap .btnPpt {
  background:
    url(/images/sp/dust/iconPpt.svg) no-repeat 92% 92%/32px,
    #c63d19;
}
.residents .report-btn-wrap .btnHwp {
  background:
    url(/images/sp/dust/iconHanguel.svg) no-repeat 92% 92%/32px,
    #209ddf;
}

/* ========== 수당지급 간소화 ========== */
.strm-search-wrap {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.strm-search-wrap .form-conts {
  margin-top: 0;
}
.strm-search-wrap .form-conts.btn-ico-wrap .alldam-btn {
  right: 0.75rem;
}
.strm-search-wrap .alldam-form-select {
  width: auto;
  margin-right: 0.3rem;
}

.allowanceWrap {
  overflow: hidden;
}
.allowanceWrap .eventInfoTitle {
  width: 100%;
}
.allowanceWrap .eventInfoTitle:hover {
  text-decoration: underline;
}
.allowanceWrap.myEventDetail tr td select,
.allowanceWrap.myEventDetail tr td input {
  min-width: 6rem;
}
.allowanceWrap.myEventDetail .alldam-badge {
  width: auto;
}
.allowanceWrap .alldam-badge {
  width: 100%;
  max-width: 120px;
  height: auto;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.9375rem;
  text-align: center;
  white-space: normal;
  word-break: break-all;
}
.allowanceWrap .alldam-badge.statOrange {
  background: #ffd3a1;
}
.allowanceWrap .alldam-badge.statPurple {
  background: #edd3ff;
}
.allowanceWrap .alldam-badge.statNavy {
  background: #d9dcff;
}
.allowanceWrap .alldam-badge.statGreen {
  background: #dcfff2;
}
.allowanceWrap .alldam-badge.statPink {
  background: #ffeaf2;
}
.allowanceWrap .alldam-badge.statSkyblue {
  background: #eef9ff;
}
.allowanceWrap .alldam-badge.rbtnBlue {
  background: #d9e6ff;
}
.allowanceWrap .alldam-badge.rbtnGrey {
  background: #e9e9e9;
}
.allowanceWrap .alldam-badge.rbtnGreen {
  background: #dcfff2;
}
.allowanceWrap .alldam-badge.rbtnOrange {
  background: #ffd3a1;
}
.allowanceWrap .alldam-badge.rbtnMiniGreen {
  background: #20a989 !important;
  color: #fff;
}
.allowanceWrap .alldam-badge.department {
  background: #e6fbe6;
  color: #2b7c2a;
}
.allowanceWrap table {
  width: 100%;
}
.allowanceWrap .alldam-table-wrap.scroll .tbl {
  width: auto;
  min-width: 100%;
}
.allowanceWrap .alldam-table-wrap.focus tr:hover td {
  background-color: #f4f5f6;
}
.allowanceWrap .alldam-table-wrap.focus .alldam-table-wrap tr td {
  background-color: #fff;
}
.allowanceWrap .alldam-table-wrap.focus .alldam-table-wrap tr:hover td {
  background-color: #fff;
}
.allowanceWrap .essential {
  position: relative;
}
.allowanceWrap .essential:before {
  content: "*";
  position: absolute;
  top: -5px;
  right: -8px;
  font-size: 14px;
  color: red;
}
.allowanceWrap .updownBox {
  position: absolute;
  top: 50%;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allowanceWrap .updownBox button:first-child {
  width: 10px;
  height: 10px;
  padding: 0;
  background: url(/images/sp/iconSelect.png) no-repeat center center/cover;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.allowanceWrap .updownBox button:last-child {
  width: 10px;
  height: 10px;
  padding: 0;
  background: url(/images/sp/iconSelect.png) no-repeat center center/cover;
  cursor: pointer;
}
.allowanceWrap .slide {
  position: absolute;
  top: 0;
  right: -700px;
  width: 700px;
  height: 70%;
  padding: 15px;
  -webkit-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.15);
  z-index: 11;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.allowanceWrap .slide .tab.full .btn-tab {
  height: 2.5rem;
  font-size: 1rem;
}
.allowanceWrap .slide .btnSlide {
  position: absolute;
  top: 70px;
  left: -30px;
  width: 30px;
  height: 60px;
  background: #ea3c3c;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
}
.allowanceWrap .slide .btnSlide:before {
  content: "<";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) scaleX(0.6);
  -ms-transform: translate(-50%, -50%) scaleX(0.6);
  transform: translate(-50%, -50%) scaleX(0.6);
}
.allowanceWrap .slide .btnSlide.active:before {
  content: ">";
}
.allowanceWrap .slide .btnSlide.hide {
  display: none;
}
.allowanceWrap .slide.show {
  right: 0;
}
.allowanceWrap .slide.hide {
  right: -700px;
}
.allowanceWrap .slide [class*="btnSlideCont"].show {
  border: 1px solid #ea3c3c;
  color: #ea3c3c;
}
.allowanceWrap .slide [class*="slideCont"] {
  height: 90%;
  display: none;
  padding: 0;
  overflow-y: auto;
  font-size: 12px;
}
.allowanceWrap .slide .slideCont1.show {
  display: block;
}
.allowanceWrap .slide .slideCont1 p {
  padding: 0 !important;
  padding-left: 5px !important;
  text-indent: -5px;
}
.allowanceWrap .slide .slideCont1 p:before {
  content: "";
  width: 2px;
  height: 2px;
  display: inline-block;
  margin: 0 3px 2px 0;
  background: #444;
}
.allowanceWrap .slide .slideCont1 > ul {
  margin-top: 15px;
  padding: 20px 10px 10px;
  background: #f5f5f5;
}
.allowanceWrap .slide .slideCont1 ul li {
  margin: 6px 0;
  padding-left: 12px;
  color: #444;
  text-indent: -12px;
}
.allowanceWrap .slide .slideCont1 ul li:nth-child(10),
.allowanceWrap .slide .slideCont1 ul li:nth-child(12) {
  padding-left: 20px;
  text-indent: -20px;
}
.allowanceWrap .slide .slideCont2.show {
  display: block;
}
.allowanceWrap .slide .slideCont2 > div {
  margin-bottom: 20px;
}
.allowanceWrap .slide .slideCont2 p {
  padding: 0 !important;
  padding-left: 5px !important;
  text-indent: -5px;
}
.allowanceWrap .slide .slideCont2 p:before {
  content: "";
  width: 2px;
  height: 2px;
  display: inline-block;
  margin: 0 3px 2px 0;
  background: #444;
}
.allowanceWrap .slide .slideCont2 ul {
  margin-top: 10px;
  padding: 10px;
  background: #f5f5f5;
}
.allowanceWrap .slide .slideCont2 ul li {
  padding-left: 13px;
  color: #444;
  text-indent: -13px;
}
.allowanceWrap.myEventDetail .allowanceCont .slide {
  height: 63.5%;
}
.allowanceWrap .inputNumber {
  position: relative;
}
.allowanceWrap .attendeeListPop tr {
  cursor: pointer;
}
.allowanceWrap .attendeeListPop tr:hover td {
  background-color: #f4f5f6;
}
.allowanceWrap .attendeeListPop tr.added_data td {
  background-color: #fdeaea;
}
.allowanceWrap .calcPop .modal-conts .conts-area {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  background-color: #f7f7f7;
}
.allowanceWrap .bgMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(5px);
}
.allowanceWrap .bsnsIntaxYn-btn::before {
  margin-right: 0 !important;
}
.allowanceWrap .attendTimePop {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% + 320px);
  width: 100%;
  max-width: 320px;
  padding: 1rem;
  border: 2px solid #ddd;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.122);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.122);
  z-index: 999;
  background: #fff;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  border-radius: 0.254rem;
}
.allowanceWrap .attendTimePop .myEventDetail {
  left: calc(50% + 180px);
}
.allowanceWrap .attendTimePop .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.allowanceWrap .attendTimePop .modal-header {
  text-align: right;
}
.allowanceWrap .attendTimePop .modal-conts p {
  font-size: 0.9rem;
}

/* ========== 업무 추진비 내역 간편산출 ========== */
.workSpendWrap .alldam-table-wrap.scroll-y {
  max-height: 300px;
}
.workSpendWrap tr.on td {
  background: #fdeaea !important;
}
.workSpendWrap .updownBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}
.workSpendWrap .updownBox button {
  margin: 0 2.5px;
}
.workSpendWrap .alldam-modal02.wide {
  max-width: 1380px;
}
.workSpendWrap .alldam-modal02.wide .alldam-table-wrap.scroll-y {
  max-height: 260px;
}
.workSpendWrap .bizExp-select-wrap {
  position: relative;
}
.workSpendWrap .bizExp-select-wrap .selectInnerWrap {
  position: absolute;
  left: 0;
  top: calc(100% + 0.25rem);
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 99;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.122);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.122);
  display: none;
}
.workSpendWrap .bizExp-select-wrap .selectInnerWrap .selectInput {
  margin-bottom: 0.5rem;
}
.workSpendWrap .bizExp-select-wrap .selectInnerWrap .selectChoiceList {
  max-height: 200px;
  overflow-y: scroll;
}
.workSpendWrap .bizExp-select-wrap .selectInnerWrap .selectChoiceList li {
  padding: 0.25rem;
  cursor: pointer;
}
.workSpendWrap .bizExp-select-wrap .selectInnerWrap .selectChoiceList li:hover {
  background-color: #ddd;
}
.workSpendWrap .strm-filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f7f7;
  padding: 1rem;
  border-radius: 0.5rem;
}
.workSpendWrap .strm-filter-box .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem;
}
.workSpendWrap .strm-filter-box .form-group .form-tit {
  width: auto;
  margin: 0;
  margin-right: 1rem;
}
.workSpendWrap .strm-filter-box .form-group .form-conts {
  margin-top: 0;
}
.workSpendWrap .filter-year {
  max-width: 150px;
}
.workSpendWrap .filter-month {
  max-width: 150px;
}

/* ========== 신용카드 사용내역 간편보고 ========== */
.cardDetails .alldam-form-chip-outline {
  min-width: 5rem;
}

/* ========== 여비산출 ========== */
.fare-wrap .fare-form-wrap {
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  margin-top: 1rem;
}
.fare-wrap .strm-form-top {
  margin-bottom: 0.5rem;
}
.fare-wrap .fare-form-row > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.fare-wrap .fare-form-row > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(25% - 0.5rem);
  border-top: 1px dashed #ddd;
  padding: 1rem 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
}
.fare-wrap .fare-form-row.strm-form-top > ul > li {
  border-top: 0;
  padding-top: 0;
}
.fare-wrap .fare-form-row > ul > li.w100 {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.fare-wrap .fare-form-row .mx-datepicker {
  width: auto;
  width: 100%;
}
.fare-wrap .fare-form-row .alldam-form-chip {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 160px;
}
.fare-wrap .fare-form-row .alldam-form-chip-outline {
  width: 100%;
}
.fare-wrap .mileageInfoBox {
  display: inline-block;
  position: relative;
}
.fare-wrap .mileageInfoPop {
  position: absolute;
  left: 50%;
  top: calc(100% + 5px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 99;
  font-size: 0.8rem;
  width: 320px;
  padding: 1rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.122);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.122);
  border-radius: 0.5rem;
}
.fare-wrap .mileageInfoPop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f7f7f7;
  padding: 0.5rem;
  margin: 0.25rem 0;
}
.fare-wrap .mileageInfoPop ul li {
  width: 32%;
}
.fare-wrap .calcDistance label {
  width: 100%;
  line-height: 2.5rem;
}
.fare-wrap .calcDistance p {
  width: 100%;
  line-height: 2.5rem;
}
.fare-wrap .carOthers {
  margin-bottom: 0.5rem;
}
.fare-wrap .carOthers li {
  margin-left: 0.5rem;
}
.fare-wrap .carOthers li:first-child {
  margin-left: 0;
}
.fare-wrap .calcFarePrice {
  border-top: 1px solid #ea3c3c;
  padding: 1rem;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fare-wrap .calcFarePrice h3 {
  margin-right: 0.5rem;
}
.fare-wrap .calcFarePrice p {
  font-size: 1.25rem;
}
.fare-wrap .fareSearchBtn {
  min-width: auto !important;
  max-width: 9rem;
}
.fare-wrap .selected-spot-text {
  padding: 1rem 2.5rem;
  border: 1px solid #ea3c3c;
  background: #f4f5f6;
  font-weight: 500;
  color: #d83535;
  text-align: center;
  border-radius: 0.75rem;
}
.fare-wrap .strm-result-list {
  height: 150px;
}
.fare-wrap .strm-result-list li {
  cursor: pointer;
}
.fare-wrap .strm-result-list li:hover {
  background-color: #f7f7f7;
}
.fare-wrap .error-reply-info {
  background-color: #fafafa;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.fare-wrap .error-reply-info li {
  min-width: 50% !important;
}

/* ========== 사업정산 간편산출 ========== */
.calcSpend .result-table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.calcSpend .result-table-wrap .calc-result-table {
  max-width: 640px;
  margin-top: 0.5rem;
}

/* ========== 사업정산 간편산출 ========== */
.trip-wrap .trip-img-box {
  width: 6rem;
  height: 4rem;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.25rem;
}
.trip-wrap .trip-img-box img {
  width: 100%;
  height: auto;
}
.trip-wrap .selectedImg {
  background: #f7f7f7;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border: 1px dashed #b1b8be;
  border-radius: 0.25rem;
}
.trip-wrap .selectedImg .trip-img-box {
  width: 8rem;
  height: 5rem;
} /*# sourceMappingURL=streamline.css.map */
