.sweet-container .sweet-alert {
  border-radius: 2px;
  z-index: 1050;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.34901961);
  background-color: #404447 !important;
}
.sweet-container .sweet-alert h2,
.sweet-container .sweet-alert .sweet-content > p {
  font-family: 'Noto Sans KR';
  font-size: 14px;
  line-height: 30px;
  color: #EEEEEE;
  font-weight: 400;
}
.sweet-container .sweet-alert .sweet-content {
  word-break: break-all;
  font-family: 'Noto Sans KR';
  font-size: 14px;
  line-height: 30px;
  color: #EEEEEE;
  font-weight: 400;
}
.sweet-container .sweet-alert hr {
  height: 10px;
  color: transparent;
  border: 0;
  margin: 0;
}
.sweet-container .sweet-alert button {
  font-family: 'Noto Sans KR';
  font-size: 14px;
  padding: 6px 20px;
  box-shadow: none;
  font-weight: 500;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 2px;
  background-color: #5D7595 !important;
  min-width: 74px;
  min-height: 36px;
}
.sweet-container .sweet-alert button.btn-default,
.sweet-container .sweet-alert button.sweet-cancel {
  background-color: #333639 !important;
}
.sweet-container .sweet-alert button.btn-default:focus,
.sweet-container .sweet-alert button.sweet-cancel:focus,
.sweet-container .sweet-alert button.btn-default:hover,
.sweet-container .sweet-alert button.sweet-cancel:hover {
  color: #EEEEEE;
  background-color: #333639 !important;
  border-color: #333639 !important;
}
.sweet-container .sweet-alert button.btn-danger {
  background-color: #E25E5E !important;
  border-color: #E25E5E;
}
.sweet-container .sweet-alert button.btn-danger:focus,
.sweet-container .sweet-alert button.btn-danger:hover {
  background-color: #E25E5E !important;
  border-color: #E25E5E !important;
}
.sweet-container .sweet-alert button:hover {
  background-color: #475F80 !important;
  border-color: #475F80 !important;
}
.sweet-container .sweet-alert .icon:before {
  top: -8px;
  background: #404447;
}
.sweet-container .sweet-alert .icon:after {
  top: -10px;
  background: #404447;
}
.sweet-container .sweet-alert .icon .fix {
  background: #404447;
}
.sweet-container .sweet-alert .icon .x-mark .line {
  height: 5px;
  width: 30px;
  top: 18px;
}
.sweet-container .sweet-alert .icon .x-mark .left {
  left: 5px;
}
.sweet-container .sweet-alert .icon .x-mark .right {
  right: 5px;
}
.sweet-container .sweet-alert .icon.info:before {
  bottom: 16px;
  height: 19px;
}
.sweet-container .sweet-alert .icon.info:after {
  top: 29px;
}

/*# sourceMappingURL=sweet-alert-custom.css.map */