/* body */
body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'Noto Sans CJK KR';
    overflow-y: hidden;
}

input, button {
    font-family: 'Noto Sans CJK KR';
}

@media(min-width: 992px) {
    .web-hide {
        display: none;
    }
}

/* 모듈 */
.ml-1 { margin-left: 10px; }
.ml-2 { margin-left: 20px; }
.ml-3 { margin-left: 30px; }
.mr-1 { margin-right: 10px;}
.mr-2 { margin-right: 20px;}
.mt-2 { margin-top: 20px !important; }
.mt-3 { margin-top: 30px !important; }
.mt-4 { margin-top: 40px !important; }
.mb-3 { margin-bottom: 30px !important; }
.mb-4 { margin-bottom: 40px !important; }
.p-0 { padding: 0 !important;}
.m-0 { margin: 0 !important; }
.mx-0 {margin-left: 0px; margin-right:0px !important; }

.fs-20 {font-size: 20px;}
.w-30 {width: 30% !important;}
.w-33 {width: 33% !important;}
.w-70 {width: 70% !important;}
.w-100 {width: 100% !important;}

.shadow { box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04); !important; }
.shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none { box-shadow: none !important; }
.shadow-sm { box-shadow: 0 0.125rem 0.25rem 0 rgb(58 59 69 / 20%) !important; }

.d-flex {display: flex;}
.justify-content-between {justify-content: space-between;}
.justify-content-start {justify-content: flex-start;}
.justify-content-end {justify-content: flex-end;}
.align-items-center {align-items: center;}
.text-center {text-align: center;}

.radius-bottom {border-radius: 0 !important; border-bottom-left-radius: 6px !important; border-bottom-right-radius: 6px !important;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #333333;
    font-weight: 700;
    line-height: 1.2;
}
.h1 { font-size:20px; }

.row {
  display: flex;
  flex-wrap: wrap;
}

.hidden {
    display:none;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (max-width: 992px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  outline: 0;
}

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

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 8px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e3e6f0;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

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

.modal-title {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e3e6f0;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 485px;
    margin: 1.75rem auto;
  }
  .modal-dialog-alert {
    max-width: 420px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10.5px 22px;
    font-size: 13px;
    font-family: 'Noto Sans CJK KR';
    line-height: 1.5;
    font-weight: 500;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.noInline-btn {
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10.5px 22px;
    font-size: 13px;
    font-family: 'Noto Sans CJK KR';
    line-height: 1.5;
    font-weight: 500;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-primary {
    color: #fff;
    background-color: #0052CC;
}
.btn-danger {
  color: #D77070;
  background-color: #FFE0E0;
}
.btn-danger:hover {
  color: #fff;
  background-color: #e02d1b;
}
.btn-info {
  color: #4084A0;
  background-color: #D6F3FF;
}
.btn-info:hover {
  color: #fff;
  background-color: #2c9faf;
}
.btn-gray {
    color: #636363;
    background-color: #EFEFEF;
}
.btn-activate {
  color: #37B578;
  border: none;
}

.btn-green {
  color: #3BB143;
  background-color: #D0F0C0
}

.btn-inactivate-gray {
    color: #636363;
    background-color: #EFEFEF;
}
.btn-admin {
  color: #0052CC;
  border: none;
}
.btn-add {
  color: #6281CA;
  background: #E1EAFF;
}

.btn-delete {
    color: #fff;
    background: #FF7171;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #2E3A59;
    background: transparent url('../img/btn_close.svg') center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

.btn-wrap {
    text-align: center;
    padding: 28px 28px;
}

.text-total-drive {
    color: #6281CA;
}

/* Card */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding-bottom: 4px;
}
.card-header {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    padding: 24px 32px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-header-end {
  width: 100%;
  max-width: 150px;
}

.card-header-search {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-group {
    display: flex;
    justify-content: space-between;
}

/* 테이블 */
.table .thead {
  font-size: 12px;
  line-height: 44px;
  font-weight: 700;
  color: #999999;
  text-align: center;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e8e8e8;
}

.table .tbody {
  font-size: 14px;
  line-height: 52px;
  font-weight: 500;
  color: #444444;
  text-align: center;
  background-color: #fff;
  border: none;
}

.tbody ul {
  border-bottom: 1px solid #e8e8e8;
}

.tbody ul:last-child {
  border: none;
}

.thead ul li,
.tbody ul li {
  padding: 0;
}

.table.pointer .tbody .row{
    cursor: pointer;
}

.table.pointer .tbody .row:hover{
    background-color: #f9f9f9;
}

.text-date {
  color: #999999;
}

/* 탑바 */
.topbar {
    height: 58px;
    padding: 0.5rem 1rem;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%);
    z-index: 99;
}
.top-logo-wrap {
    display: inline-block;
    margin-left: 1rem;
}
.top-logo-wrap a {
    color: #26282a;
    padding-left: 43px;
    font-size: 15px;
    font-weight: 700;
    background: url(../img/index/logo.png) left center no-repeat;
}

.topbar .menu-group {
   height: 36px;
   display: flex;
   flex-direction: row;
   align-items: center;
   padding-left: 0;
   margin-left: auto;
   margin-bottom: 0;
   color: #444444;
   font-size: 14px;
   font-weight: 500;
   list-style: none;
}

.menu-group li {
    display: inline-block;
}

.topnav-item-wrap {
    display: inline-block;
}


/* 사이드바 네비게이션 */

.sidebar {
    width: 260px;
    height: calc(100vh - 58px);
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    overflow-anchor: none;
    position: fixed;
    left: 0;
}

.sidebar-company-logo {
    height: 4.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    color: #000000;
    padding: 1.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    z-index: 1;
}

.sidebar ul li {
    position: relative;
}

.sidebar .nav-item {
    width: 100%;
    display: block;
    text-align: left;
    padding: 1rem 1.5rem;
}
.sidebar .nav-item a{
    color: #666666;
    font-size: 14px;
    font-weight: 500;
}
.sidebar .nav-item a:hover {
    color: #0052CC;
}

.company-code {
    position: absolute;
    bottom: 0;
    width: 200px;
    height: 40px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    background-color: #B6C1D0;
    border-radius: 4px;
    bottom: 0;
    margin: 30px 30px;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company-code .code {
    font-size: 15px;
    font-weight: 700;
}

.sidebar-overlay {
    background-color: #37404a;
    opacity: .2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 98;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.sidebar-opened .sidebar-overlay{
    display: block;
}

/* Content 영역 */
#content-wrapper {
    height: calc(100vh - 58px);
    display: flex;
    flex-direction: column;
    margin-left: 260px;
    background-color: #fff;
    overflow-y: auto;
}


/* 컨테이너 */
.container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/*  모바일 공통  */
@media(max-width: 1024px) {
    .m-hide {
        display: none !important;
    }
    .top-logo-wrap {
        margin-left: 0;
    }
    .sidebar {
        display: none;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
    .sidebar-opened .sidebar {
        display: block;
        z-index: 999;
    }
    #content-wrapper {
        margin-left: 0;
    }
    .card-group {
        display: block;
    }

    .card-header {
        padding: 12px 20px;
    }
}


/* Modal 공통 */
.modal-header {
    font-weight: 700;
}

.modal-body {
    padding: 20px 28px 0 28px;
}

.modal-body.warning::before {
    content: '';
    width: 150px;
    height: 100px;
    margin: 0 auto;
    display: inline-block;
    background: transparent url('../img/alert_warning.png') no-repeat;
    background-size: 60px 60px;
    background-position: center center;
}

.modal-body.success::before {
    content: '';
    width: 150px;
    height: 100px;
    margin: 0 auto;
    display: inline-block;
    background: transparent url('../img/alert_success.png') no-repeat;
    background-size: 60px 60px;
    background-position: center center;
}

#alertBody {
    padding: 28px 28px;
}

.alert-btn-wrap {
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding: 0;
}

.alert-btn-wrap button {
    width: 50%;
    padding: 15px 0;
    border-radius: 0;
}

.alert-btn-wrap button:first-child {
    border-bottom-left-radius: 6px;
}

.alert-btn-wrap button:last-child {
    border-bottom-right-radius: 6px;
}

/* form 공통 */

.form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
}

.form-control::placeholder {
    color: #B8B8B8;
    font-family: Noto Sans CJK KR;
    font-size: 14px;
    font-weight: 500;
}

.form-check-input[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 14px;
}

.form-check-input {
    width: 3em !important;
    height: 1.5em !important;
    margin-top: 0.194em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #e9e9e9;
    border-radius: 2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    -webkit-transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.form-check-input:checked {
  background-color: #0052CC;
}

.form-select {
    color: #B8B8B8;
    padding-right: 1.25rem;
    font-family: Noto Sans CJK KR;
    font-size: 14px;
    font-weight: 500;
    background-image: url(../img/arrow_line_down.png) !important;
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 28px 26px;
}

select option[value=""][disabled] {
    display: none;
}

select option {
    color: #212529;
}

.form-label {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.input-group-btn {
    width: 80px;
    height: 43px;
    line-height: 43px;
    padding: 0 6px;
    margin-left: 12px;
    border-radius: 4px;
    color: #fff;
    background: #A2B7D4;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}

.input-group-btn.lg{
    width: 120px;
}

.search-input-wrap {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    padding: 0 12px;
    border-radius: 6px;
    background-color: #f3f3f3;
}

.search-input-wrap .form-control {
  background: transparent;
  padding: 0;
}

.search-icon {
    display: flex;
    align-items: center;
    color: #69707a;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

/* 로그인 팝업 */
.signin-remember {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

.find-password {
    color: #888888;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.btn-default {
    width: 100%;
    padding: 15px 0;
    border-radius: 4px;
    text-align: center;
    background-color: #0052CC;
    color: #fff;
}

.deco-line {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 1px;
    position: relative;
    top: 7px;
    background-color: #E0E0E0;
}

.deco-line-txt {
    color: #ACACAC;
    font-size: 14px;
    font-weight: 500;
    margin: 0 6px;
}

.signup-wrap {
    margin-top: 26px;
    text-align: center;
}

.signup-wrap a {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
}

.login-form > input,
.signup-form > input {
  margin-top: 8px;
}

.login-form > div,
.signup-form > div {
  margin-top : 8px
}


/* 우측 레이어 팝업 */
.endbar {
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgb(49 58 70 / 10%), 0 1px 0 0 rgb(49 58 70 / 8%);
  box-shadow: 0 0 24px 0 rgb(49 58 70 / 10%), 0 1px 0 0 rgb(49 58 70 / 8%);
  display: block;
  position: fixed;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%;
  max-width: 500px;
  z-index: 999;
  float: right!important;
  right: -510px;
  top: 0;
  bottom: 0;
}

.endbar-wrapper.opened .endbar {
  right: 0px;
}

.endbar-overlay {
    background-color: #37404a;
    opacity: .2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 998;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.endbar-wrapper.opened .endbar-overlay {
  display: block;
}

.endbar-header {
  height: 80px;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5em
}

.endbar-title {
    height: 80px;
    line-height: 80px;
    border-bottom: 4px solid #2B63F5;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
}

.endbar-body {
  height: calc(100% - 160px);
  padding: 40px 40px;
  overflow-y: auto;
}

.endbar-form .form-label {
  margin-bottom: 40px;
}

.endbar-form .row {
    margin: 8px 0;
}
.endbar-form .row:first-child {
    margin-top: 0;
}


.endbar-form-label {
  color: #999999;
  font-weight: 700;
  font-size: 12px;
  flex: 0 0 25%;
  max-width: 25%;
  line-height: 43px;
}

.endbar .form-control {
  max-width: 75%;
}

.endbar-footer {
  width: 100%;
  height: 80px;
  padding: 14px 2em;
}

.btn-group {
    display: flex;
    justify-content: space-between;
}

@media(max-width: 568px) {
    .endbar {
        max-width: 320px;
    }

    .endbar .endbar-form-label {
        display: none;
    }

    .endbar .form-control {
        max-width: 100%;
        margin-bottom: 8px;
    }
}

.form-check {
    display: block;
    min-height: 1.35rem;
    padding-left: 1.612em;
}

.checkbox-remember {

}

.bottomUl {
    color: white;
    list-style-type: none;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    justify-content: center;}

.pagination li {
  padding : 6px 8px;
  box-shadow: 0px 8px 16px rgb(0 0 0 / 4%);
  border: 1px solid #e8e8e8;
}

.pagination li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination li a {
  color: #2d81ff;
}

.add-history {
    color: #0acf97;
    cursor:pointer;
}

.del-history {
    color: #fa5c7c;
    cursor:pointer;
}

.tooltip {
  position: relative;
  display: block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  color: #36a6c7;
  background-color: rgba(57,175,209,.18);
  border-color: rgba(57,175,209,.25);
  text-align: center;
  border-radius: 6px;
  padding: 4px 4px;

  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 5px;
}

.tooltip .tooltip-left {
  top: -10px;
  right: 120%;
}

.tooltip .tooltip-left::after {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-color: transparent transparent transparent rgba(57,175,209,.25);
}

.focus {
  background: yellow !important;
}

.anchor-agreement {
      text-decoration: underline;
      font-size: 12px;
      line-height: 16px;
      margin-left: 6px;
}