dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  color: #333333
}

.list-inline-item:not(:last-child) {
  margin-right: 0.75rem;
}

.disabled-white .form-control:disabled {
    background-color: #fff;
}

.disabled-white .form-floating>.form-control:disabled~label::after,
.disabled-white .form-floating>:disabled~label::after {
    background-color: #fff;
    /* 배경색 */
}

/* 모달 */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 103;
    width: 100vw;
    height: 100vh;
    background-color: rgba(19, 33, 68, 0.25);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    color:#333333;
}

.modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none;
    margin-right: auto;
    margin-left: auto
}

@media (max-width:575.98px) {
    .modal-dialog{
        margin-right:0.5rem;
        margin-left:0.5rem;
    }
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: #333333;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.75rem;
    outline: none;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 2rem 0rem 2rem;
    border-bottom: none;
}

@media (max-width:575.98px) {
    .modal-header{
        padding: 2rem 1.5rem 0rem 1.5rem;
    }
}

.modal-header .btn-close {
    padding: 1rem 1rem;
}

.modal-header .btn-close:focus {
    outline: 0;
    box-shadow: none;
}

.modal-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight:500
}

@media (min-width:1200px) {
    .modal-title {
        font-size: 20px
    }
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem 2rem 32px 2rem;
    border:none;
}

@media (max-width:575.98px) {
    .modal-body{
        padding: 1.5rem 1.5rem 2rem 1.5rem;
    }
}


.modal-body-text {
    font-size: 18px;
    margin-bottom: .5rem
}

@media (max-width:575.98px) {
    .modal-body-text {
        font-size: 16px;
    }
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.75rem 1.75rem 2rem 1.75rem;
    background-color: #fff;
    border-top: none;
}

@media (max-width:575.98px) {
    .modal-footer{
        padding: 1.75rem 1.25rem 2rem 1.25rem;
    }
}

.modal-cancel {
    padding: .375rem 0rem;
    width:100%;
    background:#fff;
    border-radius:0.375rem;
    border: 1px solid #b1b1b1;
    color:#454545;
    font-size:1rem;
}

.modal-cancel:focus{
    border: 1px solid #b1b1b1;
}

.modal-save {
    padding: .375rem 0rem;
    width:100%;
    border:1px solid #0d6efd;
    background:#0d6efd;
    border-radius:0.375rem;
    color:#fff;
    font-size:1rem;
}


@media (max-width:575.98px) {
    .modal-save, .modal-cancel{
        font-size:15px;
    }
}


.modal-save:focus{
    border:1px solid #0d6efd;
}

/* 폼컨트롤 */
.modal .form-control, .modal .form-select {
    border-color: #b1b1b1;
    border-radius: 0.375rem;
}

.modal .form-control:focus {
    border-color: #b1b1b1;
    outline: 0;
    box-shadow: none;
}

.modal .card {
    border-radius:0.375rem;
}

.badge-lg {
  --bs-badge-padding-x: 0.75em;
  --bs-badge-padding-y: 0.5em;
  --bs-badge-font-size: 14px;
  --bs-badge-font-weight: 400;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}



.color-radio input[type="radio"] {
  display: none;
}

.color-radio span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.1s;
}

.color-radio input[type="radio"]:checked + span {
  border: none;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.3);
}


        @media (min-width: 1800px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}