@charset "utf-8";

@import url("font.css");
@import url("vue-simple-context-menu.css");


body { font-family:'suit-m'; font-size: 15px !important; color:#000; }

a {
  text-decoration: none;
  color: #666;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
  color: #4b53a1;
}
footer {
  border-top: solid 1px #dfdfdf;
  border-right: solid 1px #ededed;
  border-left: solid 1px #ededed;
  padding-bottom: 2rem;
  color:#9c9c9c
}
footer a {
  color:#9c9c9c;
  display: inline-block;
  padding:0 0.3rem;
}

.top-wrap {
  padding:0.8rem 0;
}
.home {
  background: url(../images/logo.png) left center no-repeat;
  display: inline-block;
  background-size: auto 100%;
  width: 50%;
}
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.nav-util a { 
  display: inline-block;
  padding: 0.88rem;
  position: relative;
  margin: 0 0.25rem;
}
.nav-util .vr {
  vertical-align: super;
}
.nav-util-alarm {
  background: url(../images/ic-alarm.png) center no-repeat;
  background-size: 60% auto;
}
.nav-util-my {
  background: url(../images/ic-my.png) center no-repeat;
  background-size: 52% auto;
}
.nav-util-set {
  background: url(../images/ic-set.png) center no-repeat;
  background-size: 71% auto;
}
.nav-util-out {
  background: url(../images/ic-out.png) center no-repeat;
  background-size: 49% auto;
  cursor: pointer;
}

.nav-util-news {
  background:#ff943d;
  display: inline-block;
  border-radius: 1rem;
  width: 6px;
  height: 6px;
  position: absolute;
  top:0;
  right:5px;
  text-indent: -100000px;
}
.nav-top {
  background-color: #003366;
}
.nav-top nav a { 
  color:#fff;
  display: inline-block;
  padding:0.6rem 2.3rem;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .nav-top { 
    display: none;
  }
}
.nav-top nav a:hover, .nav-top nav a:focus, .nav-top nav a:active { 
  text-decoration: none;
  color:#dae5ff;
}
.nav-top-allmenu {
  background-color: #315198;
  display: flex;
  align-items: center;
  padding:0 0.8rem;
  vertical-align: middle;
  border:0;
}
.nav-top-allmenu-icon {
  background:url('../images/ic-menu.png') center repeat-x;
  background-size: 100%;
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.nav-m-allmenu {
  padding:0.5rem 0.55rem 0.1rem 0.55rem;
  border:solid 1px #003366;
  border-radius: 0.3rem;
  background-color: #fff;
}
.nav-m-allmenu-icon {
  background:url('../images/ic-menu-b.png') center repeat-x;
  background-size: 100%;
  display: inline-block;
  width: 0.85rem;
  height: 0.85rem;
}
@media (min-width: 992px) {
  .nav-m-allmenu { 
    display: none;
  }
}
@media (max-width: 992px) {
  .nav-util { 
    display: none;
  }
}

.aside {
  border-left: solid 1px #ededed;
  border-right: solid 1px #ededed;
  background:url('../images/pttn-side.png') top repeat-x;
  background-size: 220px auto;
  padding:0 0 3rem 0;
}
.aside-inner {
  margin-top: 18px;
  white-space: nowrap;
}
.aside-inner-title {
  color: #315198;
  font-family: 'suit-b';
  padding:1.5rem 0.8rem;
  font-size: 1.1rem;
  border-bottom: 1px solid #ededed;
}

.accordion-item {
  border:0;
  background-color: #fff;
  border-bottom: solid 1px #ededed;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  font-family: 'suit-b';
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 0;
}
.accordion-button:focus {
  box-shadow: inherit;
}
.accordion {
--bs-accordion-btn-icon: url('../images/ic-down.png');
--bs-accordion-btn-active-icon: url('../images/ic-down.png');
--bs-accordion-border-radius:0;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #315198;
}
.accordion-button::after {
  background-size: 65% auto;
  background-position-y: center;
  background-position-x: center;
}
.accordion-submenu {
  list-style: none;
  padding:0;
  font-size: 0.9rem;
}
.accordion-submenu .active {
  font-family: 'suit-b';
  color: #315198;
}
.accordion-submenu li {
  padding-left: 10px;
  background: url(../images/ic-arw.png) left top no-repeat;
  background-size: auto 0.5rem;
  background-position-y: 0.3rem;
  white-space: wrap;
}
.accordion-icon-normal::after  {
  background-image: none !important; 
}
.accordion-icon-normal:not(.collapsed) {
  box-shadow: none;
  color: #315198;
  background-image: none !important;
}



.content {
  border-left: solid 1px #b2c1d1 ;
  border-right: solid 1px #ededed ;
  position: relative;
}
.aside-btn button {
  position: absolute;
  top:50%;
  left:-1px;
  width:8px;
  border:solid 1px #dcdcdc;
  border-radius: 0 3px 3px 0;
  padding:1.5rem 0;
  background: #fff url(../images/ic-fold.png) center no-repeat;
  background-size: 90% auto;
  margin:0;
}
.aside-btn button:hover {
  background-color: #f5f5f5;
  border:solid 1px #dcdcdc;
}
.aside-btn .collapsed {
  background-image: url(../images/ic-open.png) ;
}
@media (max-width: 992px) {
  .aside-btn { 
    display: none;
  }
  .aside { 
    display: none;
  }
}
.content-title-wrap {
  background-color: #e5eaef;
  padding:0.75rem;
}
@media screen and (max-width:992px) {
  .content-title-wrap {
    padding:0 !important;
  }
  .content-title-wrap div:first-child {
    background-color: #003366 !important;
  }
  .content-title {
    background: url(../images/ic-donut-w.png) left center no-repeat !important;
    color: #fff !important;
    padding:0.5rem 0;
    background-size: auto 45% !important;
  }
  .content-title-wrap .breadcrumb { 
    margin: 0.6rem !important;
  }
}
.content-title {
  background: url(../images/ic-donut.png) left center no-repeat;
  font-size: 1.05rem;
  color: #315198;
  font-family: 'suit-b';
  padding-left:1.7rem;
  background-size: auto 75%;
}
.breadcrumb-item { margin-top:0.1rem}
.breadcrumb-item+.breadcrumb-item::before {
  background: url(../images/ic-angle.png) center left no-repeat;
  background-size: auto 70%;
  padding-right: 20px;
  content: "";
  height: 20px;
  display: inline-block;
}
.breadcrumb {
  float: right;
  font-size: 0.9rem;
  color: #67696c;
  margin:0;
  padding:0;
}
.breadcrumb li:first-child {
  background: url(../images/ic-home.png) center left no-repeat;
  background-size: auto 70%;
  padding-left:1.7rem;
}


.content-wrap {
  padding:1rem 0.5rem 1rem 1rem;
  margin:1rem 0;
}
.register-wrap {
  border-top:solid 2px #003366;
  border-bottom:solid 1px #003366;
  padding:1rem 0.3rem 0 0.3rem;
}
.register-wrap .band {
  background-color: #fafafa;
  padding:0.7rem 0.3rem;
}
.accordion-body-register {
  background-color: #fafafa;
  border-top:solid 1px #e1e1e1;
}
.accordion-button-register {
  --bs-accordion-btn-icon: url('../images/ic-plus-lg.png');
  --bs-accordion-btn-active-icon: url('../images/ic-minus-lg.png');
  --bs-accordion-border-radius:0;
  --bs-accordion-btn-icon-transform:none;
  background-position: center;
  border-top:solid 1px #e1e1e1 !important;
  }


  .form-control, .form-select {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
    padding-left: 0.75rem !important;
    border-radius: 3px;
    border:solid 1px #ccd4dc;
  }
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #315198;
  --bs-btn-border-color: #315198;
  --bs-btn-hover-bg: #4f75ca;
  --bs-btn-hover-border-color: #4f75ca;
}
.btn {
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.95rem;
  --bs-btn-border-radius: 0.3rem;
  margin: 0.1rem;
}

.offcanvas {
  bottom:inherit;
  --bs-offcanvas-height: inherit !important;
}

.offcanvas-backdrop {
  top: 103px;
}
.offcanvas-body {
  background:url('../images/allmenu-bg.png') top repeat-x;
}
.allmenu-d01 {
  margin: 0 0 1.8rem 0;
  font-size: 1.1rem;
  font-family: 'suit-b';
  border-right: solid 1px #e5e9ed;
  text-align: center;
}
.allmenu-icon-01 {
  background:url('../images/ic-allmenu-01.png') left center no-repeat;
  background-size: auto 80%;
  padding:0 1.8rem 0 1.8rem;
}
.allmenu-icon-02 {
  background:url('../images/ic-allmenu-02.png') left center no-repeat;
  background-size: auto 80%;
  padding:0 1.8rem 0 1.8rem;
}
.allmenu-icon-03 {
  background:url('../images/ic-allmenu-03.png') left center no-repeat;
  background-size: auto 80%;
  padding:0 1.8rem 0 1.8rem;
}
.allmenu-icon-04 {
  background:url('../images/ic-allmenu-04.png') left center no-repeat;
  background-size: auto 80%;
  padding:0 1.8rem 0 1.8rem;
}
.allmenu-icon-05 {
  background:url('../images/ic-allmenu-05.png') left center no-repeat;
  background-size: auto 80%;
  padding:0 1.8rem 0 1.8rem;
}
.allmenu-icon-06 {
  background:url('../images/ic-allmenu-06.png') left center no-repeat;
  background-size: auto 80%;
  padding:0 1.8rem 0 1.8rem;
}
.allmenu-d02 {
  border-right:solid 1px #e5e9ed;
  padding-left:0rem;
  list-style: none;
  height: 90%;
}
.allmenu-d02 li {
  border-bottom:solid 1px #e5e9ed;
  padding:0.5rem;
  font-size: 1rem;
}
.allmenu-d02 li:last-child {
  border-bottom: 0 !important;
}
.allmenu-d02 li a {
  color:#000 !important;
  font-family: 'suit-b';
}
.allmenu-d03 {
  list-style: none;
  padding:0;
  margin-top: 0.5rem;
}
.allmenu-d03 li {
  border-bottom: 0 !important;
  font-size: 0.9rem;;
  padding:0.3rem !important;
}
.allmenu-d03 li a {
  padding-left: 0.6rem;
  background: url('../images/ic-arw.png') left center no-repeat;
  background-size: auto 40%;
  font-family: 'suit-r';
}
.btn-close {
  --bs-btn-close-bg: url('../images/ic-close.png');
  --bs-btn-close-opacity: 1;
}
.logo-m { 
  background: url('../images/logo.png') no-repeat;
  display: inline-block;
  background-size:auto 100%;
  width: 50%;
}
@media screen and (max-width:992px) {
  .offcanvas-body {
   background:none;
  }
  .allmenu-d01 {
    margin: 0 0 0 0;
    border-right:0;
    text-align: left;
  }
  .allmenu-d02 {
    border-right:0;
  }
  .offcanvas.offcanvas-top {
    top: 0;
  }
  .offcanvas-backdrop {
    top: 0;
  }
}
@media screen and (max-width:768px) {
  .allmenu-d01 {
    font-size: 1rem;
  }
  .allmenu-d02 a {
    font-size: 0.9rem;
  }
  
}
.offcanvas-header-m {
  display: block;
}
.nav-util-m a { 
  display: inline-block;
  padding: 0.88rem;
  position: relative;
  margin: 0 0.25rem;
}
.nav-util-m .vr {
  vertical-align: super;
}
.nav-util-alarm-m {
  background: url(../images/ic-alarm.png) center no-repeat;
  background-size: 60% auto;
}
.nav-util-my-m {
  background: url(../images/ic-my.png) center no-repeat;
  background-size: 52% auto;
}
.nav-util-set-m {
  background: url(../images/ic-set.png) center no-repeat;
  background-size: 71% auto;
}
.nav-util-out-m {
  background: url(../images/ic-out.png) center no-repeat;
  background-size: 49% auto;
}
.nav-util-news-m {
  background:#ff943d;
  display: inline-block;
  border-radius: 1rem;
  width: 6px;
  height: 6px;
  position: absolute;
  top:0;
  right:5px;
  text-indent: -100000px;
}
.offcanvas-header-pttn {
  background:url('../images/pttn-side.png') center bottom repeat-x;
  background-size: 50% auto;
  padding:0.7rem 0;
  border-bottom: solid 2px #003366;
}
@media (min-width: 992px) {
  .offcanvas-header-m {
    display: none;
  }
  
}


.search-wrap {
  border-top:solid 1px #b2c1d1;
  border-left:solid 1px #b2c1d1;
  border-right:solid 1px #b2c1d1;
  border-radius: 0.3rem 0.3rem 0 0;
  padding:0.8rem 1rem 0 1rem;
  background: #fff;
}
.search-detail-wrap {
  background: #f3f6f9;
  background-size: 200px auto;
  height: 0.8rem;
  border-left:solid 1px #b2c1d1;
  border-right:solid 1px #b2c1d1;
  border-bottom:solid 1px #b2c1d1;
  border-radius: 0 0 0.3rem 0.3rem;
}
.btn-search { 
  padding:0.2rem 2.5rem !important;
}
.search-detail-wrap2 {
  background: #f3f6f9;
  background-size: 200px 100%;
  min-height: 0.8rem;
  border-left: solid 1px #b2c1d1;
  border-right: solid 1px #b2c1d1;
  border-bottom: solid 1px #b2c1d1;
  border-radius: 0 0 0.3rem 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-detail {
  width: auto !important;
  background: transparent !important;
  padding: 0.3rem 0 0.1rem 0 !important;
  font-size: 0.8rem !important;
  color: #003366;
}
.btn-detail::after {
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  background: url(../images/ic-detail.png) center no-repeat !important;
  background-size: 60% !important;
  margin-left:0.5rem !important;
}
.detail-body {
  border-left: solid 1px #b2c1d1;
  border-right: solid 1px #b2c1d1;
  padding:0 1rem 0 1rem !important;
}
.table-list {
  border-top:2px solid #315198;
}
.table-list table {
  border-bottom:1px solid #315198 !important;
}
.table-list table th {
  border-bottom:1px solid #ccd6e0;
  padding:0.8rem 0.5rem;
  font-weight: normal;
  font-family: 'suit-b';
}
.table-list table td {
  border-bottom:solid 1px rgb(204, 214, 224, 0.4);
  padding:0.5rem;
  text-align: left;
}
.table-list table tr:last-child td {
  border-bottom: none;
}

.tree-table-list {
  border-top:2px solid #315198;
}
.tree-table-list table td {
  border-bottom:solid 1px rgb(204, 214, 224, 0.4);
  padding:0.5rem;
}

.table-btn-group button {
  padding:0.4rem 0.7rem 0.3rem 1.3rem !important;
  margin-left:0.7rem;
  font-size: 0.9rem;
  border:0;
}
.table-btn-group button:hover { border:0 !important; text-decoration: underline;  }
.table-btn-group-list { 
  background: url(../images/ic-s-list.png) left center no-repeat;
  background-size: 10px auto;
}
.table-btn-group-stage { 
  background: url(../images/ic-s-stage.png) left center no-repeat;
  background-size:10px auto;
}
.table-btn-group-email { 
  background: url(../images/ic-s-email.png) left center no-repeat;
  background-size:14px auto;
}
.table-btn-group-excel { 
  background: url(../images/ic-s-excel.png) left center no-repeat;
  background-size:16px auto;
}
.table-btn-group-pdf { 
  background: url(../images/ic-s-pdf.png) left center no-repeat;
  background-size:16px auto;
}
.table-btn-group-print { 
  background: url(../images/ic-s-print.png) left center no-repeat;
  background-size:16px auto;
}
.table-btn-group-clear { 
  background: url(../images/ic-s-clear.png) left center no-repeat;
  background-size:14px auto;
}
.table-btn-group-capture { 
  background: url(../images/ic-s-capture.png) left center no-repeat;
  background-size:14px auto;
}
.text-in { 
  font-size: 0.8rem;
  text-align: center;
  border:solid 1px #ddd;
  border-radius: 0.5rem;
  padding:0 0.5rem;
  width: 100%;
  display: inline-block;
}
.text-positive { 
  color:#1cc778 !important;
}
.text-negative { 
  color:#f99e4d !important;
}
.text-unknown { 
  color:#ada4b7 !important;
}
.text-neutral { 
  color:#329ad9 !important;
}
.pagination {
  --bs-pagination-color:#000;
}
.btn-in {
  padding: 0 0.2rem;
  margin: 0;
  border: 0;
  font-size: 0.8rem;
  border: solid 1px #ddd;
}
.btn-in:hover {
  border: solid 1px #ddd;
}

.modal-header {
  border-bottom: solid 2px #003366;
  background-color: #e5eaef;
  color:#315198;
  font-family: 'suit-b';
  font-size: 0.9rem;
  padding: 0.7rem 1rem !important;
}
.btn-s-search {
  background:#efefef url(../images/ic-search.png) center no-repeat;
  border: solid 1px #ccd4dc;
  border-radius: 0.3rem;
  margin: 0;
  background-size: auto 70%;
}
.btn-s-search:hover {
  background:#efefef url(../images/ic-search.png) center no-repeat;
  border: solid 1px #ccd4dc;
  border-radius: 0.3rem;
  margin: 0;
  background-size: auto 70%;
}
.btn-s-clear {
  background:#efefef url(../images/ic-s-clear.png) center no-repeat;
  border: solid 1px #ccd4dc;
  border-radius: 0.3rem;
  margin: 0;
  background-size: auto 70%;
}
.btn-s-clear:hover {
  background:#efefef url(../images/ic-s-clear.png) center no-repeat;
  border: solid 1px #ccd4dc;
  border-radius: 0.3rem;
  margin: 0;
  background-size: auto 70%;
}
.table th {
  font-weight: normal;
  font-family: 'suit-b';
}
.btn-sm {
  --bs-btn-padding-y: 0.2rem !important;
}
.btn-s-tb {
  background:#efefef ;
  border: solid 1px #ccd4dc;
  border-radius: 0.3rem;
  margin: 0;
  background-size: auto 70%;
  color:#3d58a5;
  font-family: 'suit-b';
  padding:0.1rem 0.75rem;
}
.btn-s-tb:hover {
  background:#efefef ;
  border: solid 1px #ccd4dc;
  border-radius: 0.3rem;
  margin: 0;
  background-size: auto 70%;
}
.form-check-input:checked {
  background-color: #315198;
  border-color: #315198;
}
.form-control:disabled {
  background-color: var(--bs-gray-100);
  opacity: 1;
}


.alarm-headline-wrap {
  background: #fafafa url('../images/pttn-side.png') center repeat-x;
  background-size: 200px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alarm-headline {
  background-color:#fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0.6rem !important;
}
.alarm-headline label {
  width: 40%;
  margin: 0;
}
.alarm-headline input {
  width: 60%;
  color: #3d58a5;
  font-family: 'suit-b';
}
.alarm-card { 
  border:solid 2px #b7c1db;
  background-color: #fafafa;
  border-radius: 0.5rem;
}
.alarm-card-head {
  color:#315198;
  font-size: 1rem;
  font-family: 'suit-b';
  padding: 0.7rem 1rem;
}
.alarm-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-top: solid 1px #ccd4dc;
  padding:1rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.alarm-card-stitle {
  background-color:#e5eaef;
  padding:0.6rem 1rem;
}
.alarm-week {
  background-color:#fff;
  padding:1rem;
  border-right:dotted 2px #ccd4dc;
  align-self: stretch!important;
}
.alarm-week label{
  white-space: nowrap;
}

.stage {
  font-size: 0.8rem !important;
  padding: 0.2rem 0.6rem;
  border:solid 1px #ddd;
  border-radius: 0.3rem;
  min-width: 70px;
  display: inline-block;
  text-align: center;
  font-family: 'suit-b';
}
.stage-pi {
  color:#de7882;
}
.stage-up {
  color:#77bdcb;
}
.stage-co {
  color:#f4cd5c;
}
.stage-cl {
  color:#6dbb7e;
}
.stage-om {
  color:#96999f;
}
.stage-wo {
  color:#598fc6;
}

.bg-primary-subtle {
  background-color: #fafafa!important;
}
.text-primary {
  color: #3d58a5!important;
}
.fw-semibold { 
  font-family: 'suit-b';
}


.btn-code, .btn-code:hover {
  padding:0.2rem 0.8rem !important;
  font-size: 0.9rem;
  color: #003366;
  background-size: 10px auto;
  border:solid 1px #ccd4dc !important;
}
.btn-code:active {
  border:solid 1px #3d58a5 !important;
}
.btn-code.active {
  border:solid 1px rgb(61, 88, 165, 0.5) !important;
  background-color:rgba(229, 234, 239, 0.5);
}
.btn-code2, .btn-code2:hover {
  padding: 0.5rem 0.8rem !important;
  font-size: 0.9rem;
  color: #003366;
  background-size: 10px auto;
  border:solid 1px #ccd4dc !important;
}
.btn-code2:active {
  border:solid 1px #3d58a5 !important;
}
.btn-code2:focus {
  border:solid 1px #3d58a5 !important;
  color:#03A9F4;
}
.btn-code2 input:focus {
  outline: 0;
  color:#03A9F4;
}
.btn-code2:focus-within {
  border:solid 1px #3d58a5 !important;
}

.btn-code2-active, .btn-code2-active:hover {
  border:solid 1px #3d58a5 !important;
}
.btn-code2-active span {
  color:#03A9F4;
}
.text-blue {
  color:#03A9F4;
}
.btn-code2 button:focus span {color:#03A9F4;}

.ic-code-save {
  padding:0.3rem 0.5rem;
  background: url(../images/ic-code-save.png) left center no-repeat;
  background-size: 10px auto;
  border:0;
  display: inline-block;
}
.ic-code-plus {
  padding:0.3rem 0.5rem;
  background: url(../images/ic-code-plus.png) left center no-repeat;
  background-size: 10px auto;
  border:0;
  display: inline-block;
}
.ic-code-edit {
  padding:0.3rem 0.5rem;
  background: url(../images/ic-code-edit.png) left center no-repeat;
  background-size: 10px auto;
  border:0;
  display: inline-block;
}
.ic-code-del {
  padding:0.3rem 0.5rem;
  background: url(../images/ic-code-del.png) left center no-repeat;
  background-size: 10px auto;
  border:0;
  display: inline-block;
}
.ic-code-man {
  padding:0.3rem 0.5rem;
  background: url(../images/ic-code-man.png) left center no-repeat;
  background-size: 10px auto;
  border:0;
  display: inline-block;
}
.code-subtitle {
  background-color: #fafafa!important;
  color: #3d58a5!important;
  font-family: 'suit-b';
  padding:0.7rem 1.1rem;
  margin:0;
}
.dropdown-menu {
  width: 100%;
  border-radius: 0;
  border: solid 1px #767676;
  padding:0
}
.dropdown-item {
  text-decoration: none !important;
  padding: 0rem 0.7rem;
}
.dropdown-item:hover {
  color: #fff;
  background-color: #1967d2;
}

.border-end{
  border-right-color: #ccd4dc !important;
}

.radio-btn-toggle {
  background-color: #fafafa;
}
label.btn {
  border-radius: 0;
  font-size: 0.9rem;
  font-family: 'suit-b';
  color:#8a8a8a;
  margin:0;
}
.btn-check:checked+.btn {
  color: #3d58a5;
  border-color:#ccd4dc;
  background: #fff url('../images/ic-check.png') 0.7rem center no-repeat;
  background-size: 10px auto;
}
.btn-favorite {
  margin: 0;
  color: #8a8a8a;
  background: url('../images/ic-favorit.png') left center no-repeat;
  background-size: 3rem auto;
  width: 100%;
  border: solid 1px #ccd4dc !important;
  padding: 0.1rem 0.75rem;
  border-radius: 3px;
}

.btn-favorite.active {
  background: url('../images/ic-favorit-on.png') left center no-repeat;
  background-size: 3rem auto;
  color: #3d58a5;
}

.photo-wrap { 
  background: #fff;
  border: solid 1px #ccd4dc;
  border-radius:0.2rem;
  padding:1rem 1rem 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.photo {
  border-radius: 70%;
  overflow: hidden;
  width:7rem;
  height:7rem;
  text-align: center;
}
.photo img {
  width: 100%;;
}
.ic-photo {
  padding:0.6rem;
  background: url(../images/ic-photo.png) left center no-repeat;
  background-size: 17px auto;
  border:0 !important;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 0.3rem;
}
.btn-photo {
  border: 0 !important;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.btn-photo:active {
  border: 0 !important;
}

.stage { 
  font-size: 0.7rem;
  text-align: center;
  border:solid 1px #b8d4d9;
  border-radius: 0.2rem;
  padding:0.1rem 0.5rem;
  min-width: 5rem;
  display: inline-block;
  font-family: 'suit-b';
}
.stage-pipeline { 
  color:#de7882 !important;
}
.stage-upside { 
  color:#77bdcb !important;
}
.stage-commit { 
  color:#f4cd5c !important;
}
.stage-won { 
  color:#598fc6 !important;
}
.stage-close { 
  color:#6dbb7e !important;
}
.stage-omit { 
  color:#96999f !important;
}
.stage-lost { 
  color:#b698dd !important;
}

.btn-code-new { 
  margin:0;
  border-radius: 0;
  background-color:#fafafa;
  border-bottom:solid 1px #dee2e6;
  border-right:solid 1px #dee2e6;
  width: 50%;
  color:#3d58a5;
  font-family: 'suit-b';
  padding:0.8rem 0;
}
.btn-code-new:hover { 
  background-color:#fafafa;
  border-bottom:solid 1px #dee2e6;
  border-right:solid 1px #dee2e6;
}
.btn-code-down { 
  margin:0;
  border-radius: 0;
  background-color:#fafafa;
  border-bottom:solid 1px #dee2e6;
  width: 50%;
  color:#3d58a5;
  font-family: 'suit-b';
  padding:0.8rem 0;
}
.btn-code-down:hover { 
  background-color:#fafafa;
  border-bottom:solid 1px #dee2e6;
  border-right:solid 1px #dee2e6;
}
.ic-code-new {
  padding:0.45rem 0.7rem;
  background: url(../images/ic-code-new.png) left center no-repeat;
  background-size: auto 100%;
  border:0;
  display: inline-block;
}
.ic-code-down {
  padding:0.45rem 0.7rem;
  background: url(../images/ic-code-down.png) left center no-repeat;
  background-size: auto 100%;
  border:0;
  display: inline-block;
}
.dotline-b {
  border-bottom:dotted 2px #ccd4dc;
}


.tree-btn {
  border: 0;
  background-color: #fff;
}
.tree-deptth-1 {
  margin-left: 1rem;
}
.tree-deptth-2 {
  margin-left: 1rem;
}
.tree-deptth-3 {
  margin-left: 2.8rem;
}
.tree-btn:before {
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2em;
  content: "";
  background: url(../images/ic-plus.png) left center no-repeat;
  background-repeat: no-repeat;
  background-size:100%;
  display: inline-block;
}
.tree-btn:not(.collapsed):before {
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2em;
  content: "";
  background: url(../images/ic-minus.png) left center no-repeat;
  background-repeat: no-repeat;
  background-size:100%;
  display: inline-block;
}
.tree-text-bg { 
  background-color: #ddd; 
  cursor: pointer;
  padding: 0 0.3rem;
  border-radius: 0.3rem;
}

.form-company {
  border-radius: 3px 0 0 3px!important;
  border-right:dotted 2px #dee2e6
}

.form-team {
  border-radius: 0 0 0 0!important;
  border-left:0 !important;
}
.form-team-none { 
  color:#bdc9d6 !important;
}
input::placeholder {
  color:#bdc9d6 !important;
}
input:focus::placeholder {
  color:transparent !important;
}

.btn-favorite-s {
  margin: 0;
  background: url('../images/ic-favorit.png') center no-repeat;
  background-size: 200%;
  border: solid 1px #ccd4dc !important;
  padding: 0.7rem;
  border-radius: 3px;
}
.btn-favorite-s.active {
  background: url('../images/ic-favorit-on.png') center no-repeat;
  background-size: 200%;
}

.btn-dragdrop-wrap {
  border:dotted 2px #ddd;
  border-radius: 0.5rem;
  width: 100%;
  height: 10rem;
  background-color: #fff;
}
.btn-dragdrop-wrap:hover {
  border:dotted 2px #ddd;
  background-color: #fff !important;
}

.dragdrop-list-wrap {
  border:dotted 2px #ddd;
  border-radius: 0.5rem;
  width: 100%;
  background-color: #fff;
}
.ic-file {
  margin: 1rem;
  padding: 1.5rem;
  background: url('../images/ic-file.png') center no-repeat;
  background-size: 100%;
}

.btn-del {
  margin: 0;
  background: url('../images/ic-close.png') center no-repeat;
  background-size: 50%;
  border: solid 1px #ccd4dc !important;
  padding: 0.4rem 0.6rem;
  border-radius: 3px;
}

.border-top-primary {
  border-top:solid 2px #315198;
}

.sch-sm-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border:solid 1px #ccd4dc;
  border-radius: 0.3rem;
}
.sch-sm-group .sch-sm-item {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  padding:1rem 1rem 0.7rem 1rem;
}
.sch-sm-group .sch-sm-btn {
  position: relative;
  z-index: 2;
  border: 0;
  border-radius: 0 0.3rem 0.3rem 0;
}
.sch-sm-group .sch-sm-btn:active {
  background-color: #e1e1e1;
}
.ic-sch {
  padding:1rem;
  background: url(../images/ic-search.png) center no-repeat;
  background-size: 20px auto;
  border:0;
  display: inline-block;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,.1)!important;
}
.bg-danger-subtle {
  background-color:#fdf6f7 !important;
}
.bg-quota-subtle {
  background-color:#e8e8e8 !important;
}
.fs-sm {
  font-size: 12px;
  font-family: sans-serif;
  display: block;
}

.ic-level {
  background: url(../images/ic-level.png) 10% no-repeat;
  background-size: 13px auto;
  padding:0 0.5rem;
}

.col {
  padding: calc(var(--bs-gutter-x)* .5) !important;
  padding-top: 0 !important;
}

.row > div.collapse:not(.show) + .col-lg-10 { width: 100% !important; transition: width .35s ease }
.row > div.collapse.show + .col-lg-10 { width: 83.33333333% !important; transition: width .35s ease }

@media (max-width: 992px) {
  .row > div.collapse.show + .col-lg-10 { width: 100% !important; transition: width .35s ease }
}

/* 캡쳐 시 배경 어둡게 */
#screenshot_background {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	opacity: 0.3;
	text-align: center;
	box-sizing: border-box;
	z-index: 2147483647;
	border-color: black;
	border-style: solid;
}

/* 캡쳐 영역만 밝게 하기 위한 요소 */
#screenshot:before, #screenshot:after {
	border: none !important;
	content: "" !important;
	height: 100% !important;
	position: absolute !important;
	width: 100% !important
}
	
#screenshot:before {
	border-right: 1px solid white !important;
	border-bottom: 1px solid white !important;
	left: -100% !important;
	top: -100% !important
}
	
#screenshot:after {
	border-top: 1px solid white !important;
	border-left: 1px solid white !important;
	left: 0 !important;
	top: 0 !important
}
	
#screenshot {
	height: 100% !important;
	position: fixed !important;
	width: 100% !important;
	z-index: 2147483648 !important
}

/* 캡쳐 시 마우스 커서 모양 변경 */
body.edit_cursor {
	cursor: crosshair;
}


.edittxt {
  padding: 0.2rem;
  border: 0;
  border-bottom:solid 1px #ccd4dc !important;
}
input.edittxt {
  padding: 0;
  margin: -1px;
}

.reddot {
  background:#f0577a;
  border-radius: 3rem;
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  margin-right: 0.3rem;
  position: absolute;
  top:1rem;
  left:0.5rem;
}
.table-msr-wrap {
  border-radius: 0.3rem;
  border:solid 1px #b2c1d1;
}
.table-msr {
  padding-bottom: 0;
  margin-bottom: 0;
}
.table-msr th {
  vertical-align: top;
  border-bottom: 0;
  background: url(../images/pttn-side.png) bottom repeat-x;
  background-size: 200px 100%;
  min-height: 0.8rem;
  border-right:solid 1px #b2c1d1;
  position: relative;
  padding-left: 1rem;
}
.table-msr th:last-child {
  border-bottom: 0 !important;
}
.table-msr td {
  border-bottom: 0;
  border-right:solid 1px #b2c1d1;
  text-align: right;
  font-family: 'suit-b';
  padding-top:1rem;
}
.table-msr td:last-child {
  border-bottom: 0 !important;
}
.bg-red {
  background-color:#faecef !important;
}
.fc-red {
  color:#ef476f !important;
}

.mode-stage {
  height: 500px;
  display: flex;
  flex-direction: column;
}

.stage-steps-container {
  position: sticky;
  top: 0;
  z-index: 100;
  background: white;
  display: flex;
  padding: 10px 0;
}

.stage-step {
  flex: 1;
  text-align: center;
  position: relative;
}
.stage-step:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -0.3rem;
  left: 0;
  right: -0.7rem;
  height: 20px; 
  padding: 0.4rem;
  background: url(../images/stage-arw.png) bottom right no-repeat;
  background-size: auto 20px;
  z-index: -1;
}
.stage-step-last:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -0.2rem;
  left: 0;
  right: 0rem;
  height: 20px; 
  padding: 0.4rem;
  background: url(../images/stage-line.png) bottom right no-repeat;
  background-size: auto;
  z-index: -1;
}
.stage-title {
  font-family: 'suit-eb';
  text-align: center;  
  color:#000;
  font-size: 0.87rem;
  text-align: center;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 0.8rem;
}
.stage-title:after {
  content: "";
  background-color:#ff436f;
  border-radius: 1rem;
  width: 0.7rem;
  height: 0.7rem;
  display: inline-block;
  position: absolute;
  left: 48%;
  bottom: -2.9rem;
}
.stage-list {
  list-style: none;
  padding:1rem 0.2rem 0 0.2rem;
  width: 100%;
}
.stage-list li {
  border-top:solid 1px #b2c1d1;
  border-left:solid 1px #b2c1d1;
  border-right:solid 1px #b2c1d1;
  padding:0.8rem;
  color: #7f8d93;
  font-size: 0.88rem;
}
.stage-list li:last-child {
  border-bottom:solid 1px #b2c1d1;
}
.stage-list-title {
  font-family: 'suit-b';
  color: #286db2;
  text-align: center;
}
.stage-list-title-sub {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-align: left;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.stage-list-num {
  color:#000;
  font-family: 'suit-b';
  text-align: right;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ic-won {
  background: url(../images/ic-won.png) left center no-repeat;
  background-size:100%;
  display: inline-block;
  padding: 0.5rem;
  margin-right: 0.2rem;
}
.stage-list-txt {
  background: url(../images/ic-arw.png) left 0.3rem no-repeat;
  background-size:auto 5px;
  padding-left: 0.4rem;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
} 


.table-rt {
  border-bottom:1px solid #315198;
  width:100%;
  border-collapse: separate;
  border-spacing: 0;
}
.table-rt th {
  padding:0.8rem 0.3rem;
  font-weight: normal;
  font-family: 'suit-b';
  border-bottom:solid 2px #315198 !important;
  text-align: center;
}
.table-rt td {
  padding:0.3rem;
  white-space: nowrap;
  text-align: right;
  border: none;
  font-size: 0.85rem;
}

.table-rt th:first-child { position:sticky ; left:0; border-right: solid 1px #a5b3c2 !important;}
.table-rt td:first-child { position:sticky ; left:0; border-right: solid 1px #a5b3c2 !important;}

.tr-rt2 th {
  border-top:solid 2px #315198 !important;
  border-bottom:solid 1px #b2c1d1 !important;
  vertical-align: top;
  line-height: 120%;
  min-height: 10rem !important;
  min-width: 7rem !important;
}

.table-rt td.sum {
  border-top: solid 1px #a5b3c2 !important;
  border-bottom: solid 1px #a5b3c2 !important;
  background-color: #fbfcfd;
  font-family: 'suit-b';
  padding:0.5rem 0.3rem;
}
.table-rt .table-item {
  font-size: 0.9rem !important;
  border-right: solid 1px rgb(165, 179, 194, 0.5) !important;
  min-width: 5rem;
  z-index: 10;
  text-align: left;
}

.table-rt .tt {
  background-color: #faecef !important;
}
.table-rt .ht {
  background-color: #ecfaf7 !important;
}
.btn-sm-rt {
  border:solid 1px rgb(165, 179, 194, 0.5);
  padding:0.1rem 1rem 0 1rem;
}
.band td, .band th {
  background-color: #f8f9fa !important;
}
.bb-2 {
  border-bottom:solid 2px #315198 !important;
}
.bb-1 {
  border-bottom:solid 1px #315198 !important;
}
.bt-2 {
  border-top:solid 2px #315198 !important;
}
.total {
  background-color: #f4f5f6 !important;
  font-family: 'suit-b';
  padding-top:1rem !important;
  padding-bottom:1rem !important;
}
.tr-rt th {
  border-top:solid 2px #315198 !important;
  border-bottom:solid 1px #b2c1d1 !important;
  position: relative;
  vertical-align: top;
  line-height: 120%;
  height: 6rem;
  min-width: 7rem;
}
.th-rt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  height: 100%;
  top: 0;
  left:0.3rem;
  right: 0.3rem;
  bottom:0.8rem;
  padding: 0.8rem 0;
  word-break: break-word;
}
.th-sfont {
  font-size: 0.7rem;
  display: block;
  color:#4380bc;
  text-align: center;
  line-height: 120%;
}
.th-ssfont {
  font-size: 0.7rem;
  
  text-align: center;
  line-height: 200%;
}
.text-b-rt {
  color:#d82439 !important;
}
.text-m-rt {
  color:#7ed321 !important;
}
.text-s-rt {
  color:#5797e5 !important;
}
.ball-b {
  background-color: #d82439 !important;
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  border-radius: 1rem;
}
.ball-m {
  background-color: #27AE60 !important;
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  border-radius: 1rem;
}
.ball-s {
  background-color: #5797e5 !important;
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  border-radius: 1rem;
}
.tr-space {
  height: 2rem;
}
.tr-space:hover {--bs-table-hover-bg: rgba(0, 0, 0, 0.0) !important;}
.title-sm {
  font-family: 'suit-b';
  color: #315198;
  font-size: 1.2rem;
  padding:0.5rem;
}
.title-xs {
  font-family: 'suit-b';
  color: #315198;
  font-size: 0.9rem;
  padding:0.3rem;
}
.fs-7 { font-size:0.8rem;}

/* 최대폭 조정시 사용
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1600px;
  }
} */


/* 캡쳐버튼상단이동 */
.nav-util-capture {
  background: url(../images/ic-s-capture.png) center center no-repeat;
  /* background-size: 60% auto; */
  background-size:1.2rem auto;
  position: relative;
  margin-right: 2.2rem !important
}
.nav-util-capture::before {
  content: "캡쳐";
  display: inline;
  position: absolute;
  right: -1.8rem;
  top: 10%;
}
.w-10 { width: 10%;}
.w-15 { width: 15%;}


/* MSR_sO_003수정 */
.table-so-wrap {
  border-radius: 0.3rem;
  border:solid 1px #b2c1d1;
}
.table-so {
  padding-bottom: 0;
  margin-bottom: 0;
}
.table-so th {
  vertical-align: top;
  border-bottom: 0;
  background: #e5eaef;
  min-height: 0.8rem;
  border-right:solid 1px #b2c1d1;
  position: relative;
  padding-left: 1rem;
}
.table-so th:last-child {
  border-right: 0 !important;
}
.table-so td {
  border-bottom: 0;
  border-right:solid 1px #b2c1d1;
  text-align: right;
  font-family: 'suit-b';
  padding-top:1rem;
}
.table-so td:last-child {
  border-right: 0 !important;
}

.stage-list-title {
  font-family: 'suit-b';
  color: #286db2;
  text-align: center;
  padding: 0.6rem 0;
  background: #f2f4f7;
  border-bottom: solid 1px #b2c1d1;
  margin: -0.8rem;
  margin-bottom: 0.6rem;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.stage-title-01 {
  background: #e5eaef;
}
.stage-title-01:before {
  content: " ";
  position: absolute;
  top: 7px;
  bottom: 0;
  right: -0.8rem;
  background: #e5eAef;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(225deg);
  z-index: 1;
}
.stage-title-02 {
  background: #f7f7f7;
}
.stage-title-02:before {
  content: " ";
  position: absolute;
  top: 7px;
  bottom: 0;
  right: -0.8rem;
  background: #f7f7f7;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(225deg);
  z-index: 1;
}
.stage-title-01-last:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.8rem;
  background: #f7f7f7;
  display: inline-block;
  width: 0rem;
  height: 0rem;
  transform: rotate(225deg);
  z-index: 1;
}

.stage-title {
  font-family: 'suit-eb';
  text-align: center;
  color: #000;
  font-size: 0.87rem;
  text-align: center;
  display: inline-block;
  width: 100%;
  min-width: 134px;
  position: relative;
  padding: 0.5rem 0;
}
.stage-title:after {
  content: "";
  background-color: #ff436f;
  border-radius: 1rem;
  width: 0.7rem;
  height: 0.7rem;
  display: inline-block;
  position: absolute;
  left: 48%;
}

.quota-control {
  width:80%;
  padding:0.2rem;
  text-align:right;
}

/*lnb*/ 
.route-active{
  font-family: 'suit-b';
  color: #315198;
}

/*영업기회 Quota 등록 화면에서 제품명 스타일*/
.product-wrap {
  padding:0 0 0 0;
}
.product-lvl3-wrap {
  padding:0 0 0 0.8rem;
}
.product-lvl4-wrap {
  padding:0 0 0 1.6rem;
}
.blank-div{
  width:150px;
  height: 20px; 
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.elip-div{
  height: 20px; 
  max-width: 500px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.elip-div2{
  height: 20px; 
  max-width: 500px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.elip-div-center{
  height: 20px; 
  max-width: 160px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.p-column-title { 
  width: 100%;
}
/* .blank-div span { 
  width: 100%;
  text-align: center;
  display: inline-block;
} */



/*------ primeVue >> tree select component custom ------*/
.p-treeselect-panel ul.p-tree-container {
  padding: 0;
}

.p-treeselect .p-treeselect-label {
  padding-top: 0px;
  padding-bottom: 0px;
}
/*페이징 index*/
.p-ripple-disabled{
  z-index: 1055 !important;
}

.sml-col {
  min-width: 3rem;
  max-width: 3rem;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.mid-col {
  min-width: 6rem;
  max-width: 6rem;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.lg-col {
  min-width: 10rem;
  max-width: 10rem;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/*--------------------------------------------------------*/

body, html { height: 100%;}
.login-id { 
  padding:0.5rem 5rem !important;
  border:solid 1px #003366;
  border-radius: 0.3rem;
  background: url(../images/ic-id.png) 1rem center no-repeat;
  background-size: auto 50%;
}
.login-pw { 
  padding:0.5rem 5rem !important;
  border:solid 1px #003366;
  border-radius: 0.3rem;
  background: url(../images/ic-pw.png) 1rem center no-repeat;
  background-size: auto 50%;
}
.btn-login { 
  width: 100%;
  padding:0.7rem !important;
  background:#003366;
}
.login-wrap { 
  border: solid 1px #b2c1d1 !important;
  padding:3rem 5rem;
}
.login-wrap a { color: #003366 !important; }

/*------ primeVue >> multi select component custom ------*/
.p-multiselect-panel ul.p-multiselect-items {
  padding-left: .25rem;
}
/*--------------------------------------------------------*/

/*-그리드 내용 줄임-*/
.col_summary {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* main */
.main-bg {
  background:#f0f0f0;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 3rem;
  padding-top: 2rem;
}
.m-title {
  font-size: 18px;
  font-weight: bold;
}
.m-sfont {
  font-size: 13px;
  color: #9a9a9a;
}
.btn-link {
  background-color: #fae189;
  border-radius: 3rem;
  font-size: 14px;
  border:solid 1px #fae189;
  text-decoration: none;
  padding:0.1rem 1rem;
}
.btn-link:active, .btn-link:focus {
  background-color: #fae189;
  border:solid 1px #cab465;
}
.m-box-fcst { 
  border:solid 1px #e2e5eb;
  background-color: #fff;
  border-radius: 0.5rem;
  padding:0;
}
.m-box { 
  border:solid 1px #e2e5eb;
  background-color: #fff;
  padding:2rem;
  border-radius: 0.5rem;
}
.m-ic-plus { text-decoration: none !important; color:#000;font-weight: bold; }
.m-ic-plus::after {
  flex-shrink: 0;
  width: 0.55rem;
  height: 0.55rem;
  margin-left: 0.5em;
  content: "";
  background: url(../images/m-ic-puls.png) left center no-repeat;
  background-repeat: no-repeat;
  background-size:100%;
  display: inline-block;
  transition: .3s ease-in-out;
}
.m-ic-plus:hover.m-ic-plus::after  {
  transform: rotate(180deg) scale(1.33);
  transition: .3s ease-in-out;
}
.m-sum {
  text-align: right;
  background-color: #f8f9fa !important;
}
@media (max-width: 992px) {
  .main-bg {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .m-box { 
    padding:1rem;
  }
  .m-box-fcst { 
    padding:1rem;
  }
}
.m-fcst-box {
  border:solid 1px #b2c1d1;
  border-radius: 0.3rem;
  padding:0.5rem;
  color:#aaaaaa;
  font-size: 0.9rem;
}
.m-fs-lg {
  font-size: 2rem;
  font-weight: bold;
}
.m-fs-md {
  font-size: 1.3rem;
  font-weight: bold;
}
.m-fc-blue {
  color:#003366;
}
.m-fc-red {
  color:#ff3548;
}
.m-fc-orange {
  color:#ff7e00;
}
.m-fc-green {
  color:#259d00;
}
.m-fc-yell {
  color:#e2ae03;
}
.m-fc-purple {
  color:#5f55e4;
}
.m-fc-sky {
  color:#007bba;
}
.w-38 {width: 38% !important;}
.w-62 {width: 62% !important;}
@media (max-width: 992px) {
  .w-38 {width: 50% !important;}
  .w-62 {width: 50% !important;}
}
@media (max-width: 992px) {
  .m-commit { margin-bottom:0.5rem !important;}
}
@media (max-width: 1200px) {
  .m-risk { margin-bottom:0.5rem !important;}
}

/* menu dropdown */
.dropdown-item {
  color: #212529 !important;
  padding: 0.3rem !important;
  font-size: 0.9rem !important;
  white-space: normal !important;
}
.dropdown-item:hover {
  background-color: #f5f5f5;
}
.dropdown-menu {
  list-style: none;
  margin:0;
  padding:0.8rem;
  border-color: #b9bec4;
}
.dropdown-submenu {
  list-style: none;
  margin:0;
  padding:0.5rem 0;
  font-size: 0.9rem;
}
.dropdown-submenu li a {
  padding:0.3rem !important;
}
.dropdown-title {
  color: #315198;
  width: 100%;
  font-family: 'suit-b';
}

/* 탑메뉴 관리자 추가 */
.nav-util-admin span {
  position: absolute;
  display: inline-block;
  top: 0.2rem;
  right: 0.3rem;
  word-break: keep-all;
  white-space: nowrap;
}


/* tabel head 고정관련수정 */
.fh-start {
  position: sticky;
  left:0;
}
.fh-top {
  position: sticky !important;
  top:0;
  z-index: 100 !important;
}
.tr-rt th {
  border-top: solid 2px #315198 !important;
  border-bottom: solid 1px #b2c1d1 !important;
}

.table-rt tr {
  position: relative;
}
/* etc */
.aside {
  min-height: 45rem !important;
}
footer {
  border-bottom: solid 1px #dfdfdf;
}
.main-bg {
  margin: 0 -0.75rem;
}
input.dp__input {
  padding-top:2px !important;
  padding-bottom:2px !important;
  border-color: #ccd4dc !important;
}
.p-dropdown {
  border-radius: 0.3rem !important;
  height: 2rem;
}
.p-component {
  font-size: 0.9rem;
}
.p-inputtext {
  padding: 0.2rem 0.75rem;
}

/* 메인그라디언트추가 */
.m-forecast {
  background: linear-gradient(.38turn, #f5f5f5, 30%, #fff);
}
.m-commit {
  background: linear-gradient(.35turn, #fcfefc, 70%, #e9f8e2);
}
.m-risk {
  background: linear-gradient(.35turn, #fffdfd, 70%, #fdeceb);
}
.m-close {
  background: linear-gradient(.25turn, #e6fbfc, 60%, #f8fefe);
}
.m-won {
  background: linear-gradient(.25turn, #ecefff, 60%, #fbfcff);
}
.m-bridge {
  background: linear-gradient(.25turn, #fffcec, 80%, #fffffc);
}

/* 리포트테이블수정 */
.table-rt td { border-left: 1px solid #ddd}
.table-rt td:first-child { border-left: none !important; }
.tr-space td:first-child::after { border-right: none !important; }
.table-rt th { border-left: 1px solid rgba(49, 49, 51, 0.8) !important}
.table-rt th:first-child { border-left: none !important; }
.thbg-01 {background-color: #333f50 !important; color:#fff !important;}
.thbg-02 {background-color: #d7dde4 !important;}
.thbg-03 {background-color: #ffe699 !important;}
.thbg-04 {background-color: #c6e0b3 !important;}
.thbg-05 {background-color: #a8d08f !important;}
.thbg-06 {background-color: #548235 !important; color:#fff !important;}
.thbg-07 {background-color: #92d050 !important; color:#fff !important;}
.thbg-08 {background-color: #305496 !important; color:#fff !important;}
.thbg-09 {background-color: #ffc000 !important;}
.thbg-10 {background-color: #fbe5d7 !important;}
.thbg-11 {background-color: #c55a11 !important; color:#fff !important;}
.thbg-12 {background-color: #f4b184 !important;}
.thbg-13 {background-color: #e7e6e6 !important;}

.table-rt th.tt {
  background-color: #c55a11 !important;
}
.th-sfont {
  color:#000 !important;
}

.stage-tt {
  color: #da600e;
  font-family: 'suit-b';
  padding: 0.5rem !important;
  text-align: center;
  margin:0.25rem;
}
.stage-list {
  margin-bottom: 0 !important;
}

/* 입력폼 간격조정 */
.form-label {
  margin-bottom: 0 !important;
  letter-spacing: -0.3px;
 }
 sup.text-danger {
  font-size: 1.2rem;
  top:-0.2em !important;
  right: -0.1em !important;
 }
 .text-danger2 {
  font-size: 0.8rem;
  top:-0.2em !important;
  right: -0.1em !important;
 }
 .btn-favorite {
  padding: 0.13rem 0.75rem !important;
 }
 .register-wrap .mb-3 {
  margin-bottom: 0.5rem !important;
 }
 .register-wrap .band {
  background-color: #fff !important;
  padding: 0 !important;
}
.register-wrap {
  border-top: solid 2px #003366 !important;
  border-bottom: solid 1px #003366 !important;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem !important;
}
.content-wrap {
  padding: 1rem 0.5rem 1rem 0.5rem !important;
  margin: 0 0 !important;
}
.btn-s-search {
  border-radius: 0.15rem !important;
}
.content-title-wrap {
  padding: 0.5rem !important;
}
.btn-s-tb {
  border-radius: 0.15rem;
}
.accordion-button-register {
  padding: 0.8rem 1rem !important;
}

/* 최대폭 조정 */
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1600px;
  }
}

.p-component {
  font-family: 'suit-m' !important;
}

.table-rt th.bb-0 { border-bottom:0 !important;}
.table-rt th.bt-0 { border-top:0 !important;}
.table-rt td.bb-0 { border-bottom:0 !important;}
.table-rt td.bt-0 { border-top:0 !important;}

.rd-won { 
  font-size: .9rem !important; 
  padding-top: 0.1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.table-pm table {
  margin-bottom:1rem;
}
.table-pm table td {
  border-right: solid 1px #ddd;
}
.table-pm table th {
  border-right: solid 1px #ddd;
  background-color: #f8f9fa !important;
}
.table-pm table td:last-child {
  border-right:0;
}
.table-pm table tfoot {
  border-top: solid 1px #a5b3c2;
}
.table-pm table tfoot td {
  background-color: #fbfcfd;
}

@media (max-width: 576px) {
  .table-rt td {
    white-space:normal;
    border-bottom: solid 1px #ddd;
  }
}
@media screen and (max-width:992px) {
  .content-title-wrap {
    padding:0 !important;
  }
}

.content {
  min-height: 45rem !important;
}

/* 설정 */
.table-cf table {
  margin-bottom: 1rem !important;
  border-collapse: separate;
  border-spacing: 0;
}
.tilde {
  padding:0.3rem;
}
.table-line {
  border-top:solid 1px #fff !important;  
}
.table-line table {
  border-collapse: separate;
  border-spacing: 0;
  border-right:solid 1px #dee2e6;
}
.table-line table td {
  border-bottom:solid 1px #dee2e6;
  border-left:solid 1px #dee2e6;
}
.table-line table th {
  background-color: #f8f9fa;
  border-top:solid 1px #dee2e6;
  border-bottom:solid 1px #dee2e6;
  border-left:solid 1px #dee2e6;
}
.p-inputtext {
  border-radius: 0.3rem;
}

.photo {
  border-radius: 0.3rem !important;
  overflow: hidden;
  width: auto!important;
  height: 7rem;
  text-align: center;
}
.photo img {
  height: 100% !important;
}