.swal2-title {
  font-family: 'Titillium';
  position: relative;
  z-index:1;
  max-width: 100%;
  margin: 0 0 0.2em;
  padding: 0;
  color: #ddd;
  font-size: 33px;
  line-height:33px;
  letter-spacing:-3px;
  font-weight: 700;
  text-align: center;
  text-transform:uppercase;
  word-wrap: break-word;
}

.swal2-html-container { 
  font-size:14px !important;
  color:#888 !important;
  word-break:keep-all !important;
  margin:0px !important;
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.45em;
  border-style: double;
  border-radius: 100%;
  border-color: #2d3650 transparent #2d3650 transparent;
}


.sw-progress{
  width:100%;
}

@keyframes progress-bar-stripes{
  0%{background-position-x:1rem}
}

.sw-progress{
  --bs-progress-height:1rem;
  --bs-progress-font-size:0.75rem;
  --bs-progress-bg:#e9ecef;
  --bs-progress-border-radius:0.175rem;
  --bs-progress-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color:#fff;
  --bs-progress-bar-bg:#2d3650;
  --bs-progress-bar-transition:width 0.7s ease;
  display:flex;
  height:var(--bs-progress-height);
  overflow:hidden;
  font-size:var(--bs-progress-font-size);
  background-color:var(--bs-progress-bg);
  border-radius:var(--bs-progress-border-radius);
  font-weight: bold;
}
.sw-progress-bar{
  display:flex;
  flex-direction:column;
  justify-content:center;
  overflow:hidden;
  color:var(--bs-progress-bar-color);
  text-align:center;
  white-space:nowrap;
  background-color:var(--bs-progress-bar-bg);
  transition:var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion:reduce){
  .sw-progress-bar{transition:none}
}

.sw-progress-bar-striped{
  background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size:var(--bs-progress-height) var(--bs-progress-height)
}

.sw-progress-bar-animated{
  animation:1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce){
  .sw-progress-bar-animated{
      animation:none
  }
}

/* custom */
.swal2-html-container,
.swal2-popup{font-size: 1.2rem;}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation{background: rgba(37, 39, 43, 0.4);}
.swal2-container.swal2-center > .swal2-popup{border-radius: 8px;}
.swal2-styled{border-radius: 4px !important;}
.swal2-styled.swal2-confirm{width:100px; height:45px; font-size:0.9rem; background: #2a58d4;}
.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-confirm:hover{background: #4573f2; box-shadow: 0 0 10px rgba(39, 91, 235, 0.2);}
.swal2-styled.swal2-cancel{color: #fff;}
.swal2-styled.swal2-cancel:focus,
.swal2-styled.swal2-cancel:hover{background: #fff; box-shadow: 0 0 10px rgba(39, 91, 235, 0.2);}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image: none;}


.swalForm .swal2-title{height: 54px; line-height: 54px; padding:0 20px; text-align: left; background: var(--subColor); font-size: 18px; color: #fff; border-radius: 8px 8px 0 0;}
.swalForm .swal2-actions{margin: 15px 0;}
.swalForm .swal2-html-container{padding: 15px; margin: 0; text-align: left;}
.swalForm .swal2-popup{padding: 0;}

/* 커스텀 팝업사이즈 */
.userSch .swal2-modal{width: 800px;}
.prodSch .swal2-modal{width: 640px;}