@charset "UTF-8";
/** element */
.paging-first {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11'%3E%3Cpath fill='%23A0A8AB' fill-rule='evenodd' d='m13.182 9.268-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L9.414 5.5l3.768 3.768Zm-6 0-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L3.414 5.5l3.768 3.768Z'/%3E%3C/svg%3E");
}
.paging-prev {
  background-image: url("data:image/svg+xml;charset=utf8, %0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11'%3E%3Cpath fill='%23A0A8AB' fill-rule='evenodd' d='m7.182 9.268-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L3.414 5.5l3.768 3.768Z'/%3E%3C/svg%3E");
}

/*===== ui-fix =====*/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.width-80 {
  width: 8rem;
}
.width-170 {
  width: 17rem;
}
.width-190 {
  width: 19rem;
}
.width-195 {
  width: 19.5rem;
}
.width-290 {
  width: 29rem;
}
.width-370 {
  width: 37rem;
}
.width-585 {
  width: 58.5rem;
}

.height-265 {
  height: 26.5rem;
}

.mr-auto {
  margin-right: auto;
}
.mr-20 {
  margin-right: 20px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-120 {
  margin-right: 120px;
}
.ml-auto {
  margin-left: auto;
}
.ml-3 {
  margin-left: 3px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-60 {
  margin-left: 60px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-190 {
  margin-top: 190px !important;
}
.mt-200 {
  margin-top: 200px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pd-5 {
  padding: 50px;
}
.pr-auto {
  padding-right: auto;
}
.pr-120 {
  padding-right: 12rem;
}
.pl-auto {
  padding-left: auto;
}
.pl-10 {
  padding-left: 1rem;
}
.pl-20 {
  padding-left: 2rem !important;
}
.pl-30 {
  padding-left: 3rem;
}
.pl-40 {
  padding-left: 4rem;
}
.pt-10 {
  padding-top: 1rem;
}
.pt-20 {
  padding-top: 2rem;
}
.pt-30 {
  padding-top: 3rem;
}
.pt-40 {
  padding-top: 4rem;
}
.pt-45 {
  padding-top: 4.5ren;
}
.pt-50 {
  padding-top: 5rem;
}
.pt-60 {
  padding-top: 6rem !important;
}
.pt-65 {
  padding-top: 6.5rem;
}
.pt-70 {
  padding-top: 7rem;
}
.pt-75 {
  padding-top: 7.5rem;
}
.pt-80 {
  padding-top: 8rem;
}
.pt-90 {
  padding-top: 9rem;
}
.pt-95 {
  padding-top: 9.5rem;
}
.pt-115 {
  padding-top: 11.5rem;
}
.pt-120 {
  padding-top: 12rem;
}
.pt-130 {
  padding-top: 13rem;
}
.pt-140 {
  padding-top: 14rem;
}
.pt-150 {
  padding-top: 15rem;
}
.pb-60 {
  padding-bottom: 6rem;
}
.pb-90 {
  padding-bottom: 9rem;
}
.pb-120 {
  padding-bottom: 12rem;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-80 {
  padding-left: 8rem;
  padding-right: 8rem;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-20 {
  padding: 20px !important;
}

.txt-depth--01 {
  font-size: 24px;
}
.txt-depth--02 {
  font-size: 22px;
}
.txt-depth--03 {
  font-size: 2rem;
}
.txt-depth--04 {
  font-size: 18px;
}
.txt-depth--05 {
  font-size: 16px;
}
.txt-depth--06 {
  font-size: 14px;
}
.txt-depth--07 {
  font-size: 12px;
}

.font-size__14 {
  font-size: 14px !important;
}
.font-size__15 {
  font-size: 15px !important;
}
.font-size__16 {
  font-size: 16px !important;
}
.font-size__18 {
  font-size: 18px !important;
}
.font-size__20 {
  font-size: 20px !important;
}
.font-size__30 {
  font-size: 30px !important;
}
.font-weight__200 {
  font-weight: 200 !important;
}
.font-weight__l, .font-weight__400 {
  font-weight: 400 !important;
}
.font-weight__r, .font-weight__500 {
  font-weight: 500 !important;
}
.font-weight__500 {
  font-weight: 500;
}
.font-weight__600 {
  font-weight: 600 !important;
}
.font-weight__m {
  font-weight: 600;
}

.bg-gray {
  background-color: #f8f8f8;
}
.bg-darkgray {
  background-color: #f3f5fb;
}

.color-black {
  color: #000000;
}
.color-red {
  color: #eb1f1f;
}
.color-blue {
  color: #3c50a2;
}
.color-skyblue {
  color: #0367b0;
}
.color-gray {
  color: #999999;
}
.color-deepgray {
  color: #747478;
}

.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

/* img */
.img-alert {
  width: 16.8rem;
  height: 16.8rem;
  margin: 0 auto;
  background: url(../image/common/img-alert--border.png);
  background-size: 16.8rem;
}
.img-check {
  width: 22.1rem;
  height: 22rem;
  margin: 0 auto;
  background: url(../image/common/img-check.png);
  background-size: 22.1rem 22rem;
}

.icon-book {
  display: inline-block;
  width: 15px;
  height: 18px;
  background: url(../images/icon/icon-book.png);
}
.icon-edu {
  display: inline-block;
  width: 35px;
  height: 26px;
  background: url(../images/icon/icon-edu.png);
}
.icon-caution {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon-caution.png);
}
.icon-caution__yellow {
  width: 25px;
  height: 23px;
  background: url(../images/icon/icon-caution__yellow.png);
}

.flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
.flex-4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}
.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.border-top--gray {
  border-top: 1px solid #dfe0e2;
}
.border-radius--3 {
  border-radius: 3rem;
}

.hide {
  display: none;
}

@media (max-width: 1400px) {
  .mt-20 {
    margin-top: 2rem;
  }
  .mt-30 {
    margin-top: 3rem;
  }
  .mt-40 {
    margin-top: 4rem;
  }
  .mt-50 {
    margin-top: 5rem;
  }
  .mt-60 {
    margin-top: 6rem;
  }
  .mt-80 {
    margin-top: 8rem;
  }
  .txt-depth--01 {
    font-size: 2.4rem;
  }
  .txt-depth--02 {
    font-size: 2.2rem;
  }
  .txt-depth--03 {
    font-size: 2rem;
  }
  .txt-depth--04 {
    font-size: 1.8rem;
  }
  .txt-depth--05 {
    font-size: 1.6rem;
  }
  .txt-depth--06 {
    font-size: 1.4rem;
  }
  .txt-depth--07 {
    font-size: 1.2rem;
  }
}
.line-height__l {
  line-height: 24px;
}

.paging-first {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11'%3E%3Cpath fill='%23A0A8AB' fill-rule='evenodd' d='m13.182 9.268-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L9.414 5.5l3.768 3.768Zm-6 0-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L3.414 5.5l3.768 3.768Z'/%3E%3C/svg%3E");
}
.paging-prev {
  background-image: url("data:image/svg+xml;charset=utf8, %0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11'%3E%3Cpath fill='%23A0A8AB' fill-rule='evenodd' d='m7.182 9.268-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L3.414 5.5l3.768 3.768Z'/%3E%3C/svg%3E");
}

/*===== ui-button =====*/
/* button */
.btnWrap {
  position: relative;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.btnWrap .ui-buttons__right {
  position: absolute;
  right: 0;
}

.ui-button {
  width: auto;
  height: 44px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  border-radius: 25px;
  line-height: 100%;
}
.ui-button:disabled {
  background-color: #f2f2f2 !important;
  color: #b2b2b2 !important;
}
.ui-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px;
}
.ui-buttons .ui-button {
  margin: 5px;
}
.ui-buttons__half {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
.ui-buttons__half .ui-button {
  max-width: calc(50% - 2rem);
  margin: 1rem;
}
.ui-buttons__thirds {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1rem;
}
.ui-buttons__thirds .ui-button {
  max-width: calc(33.3333333333% - 2rem);
  margin: 1rem;
}
.ui-buttons__fourth {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1rem;
}
.ui-buttons__fourth .ui-button {
  max-width: calc(25% - 2rem);
  margin: 1rem;
}
.ui-buttons__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ui-buttons__column .ui-button + .ui-button {
  margin-top: 2rem;
  margin-left: 0rem;
}
.ui-buttons .ui-form__direct {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 1rem;
}
.ui-buttons .ui-form__direct .ui-input {
  width: 100%;
  padding-left: 4rem;
  border: 0.4rem solid #d8dce2;
}
.ui-buttons .ui-form__cell__text {
  margin-right: 7rem;
}
.ui-buttons__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ui-buttons__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ui-buttons__small .ui-button {
  width: 45px;
  height: 27px;
}
.ui-button__width-auto {
  width: auto;
  padding: 0 4.8rem;
}
.ui-button__width--40 {
  width: 40px !important;
  padding: 0 !important;
}
.ui-button__width--45 {
  width: 45px !important;
  padding: 0 !important;
}
.ui-button__width--67 {
  width: 67px !important;
  padding: 0 !important;
}
.ui-button__width--81 {
  width: 81px !important;
  padding: 0 !important;
}
.ui-button__width--120 {
  width: 120px !important;
}
.ui-button__width--146 {
  width: 146px !important;
  padding: 0 !important;
}
.ui-button__width--150 {
  width: 150px;
}
.ui-button__width--300 {
  width: 300px;
}
.ui-button__height--27 {
  height: 27px !important;
  line-height: 26px !important;
}
.ui-button__height--35 {
  height: 35px !important;
  line-height: 35px !important;
}
.ui-button__height--46 {
  height: 46px !important;
  line-height: 46px !important;
}
.ui-button__height--50 {
  height: 50px;
  line-height: 50px;
}
.ui-button__right {
  margin-left: auto;
}
.ui-button__bg--blue {
  background-color: #203c7d;
  color: #ffffff;
  border: 0;
}
.ui-button__bg--skyblue {
  background-color: #8db6ef;
  color: #ffffff;
  border: 0;
}
.ui-button__bg--gray {
  background-color: #9c9c9c;
  color: #ffffff;
}
.ui-button__bg--deepgray {
  background-color: #6f7789;
  color: #ffffff;
}
.ui-button__border--gray {
  border: 1px solid #d9d9d9;
  background: #ffffff;
  font-weight: 500;
}
.ui-button__border-blue, .ui-button__border--blue {
  border: 1px solid #203c7d;
  background: #ffffff;
  color: #203c7d;
}
.ui-button__font--18 {
  font-size: 18px !important;
}
.ui-button__font-xxs {
  font-size: 4.6rem;
}
.ui-button__font-xs {
  font-size: 5rem;
}
.ui-button__font-s {
  font-size: 5rem;
}
.ui-button__color-gray {
  color: #777777;
}
.ui-button__color--blue {
  color: #203c7d;
}
.ui-button__radius-s {
  border-radius: 1rem;
}
.ui-button-modify {
  position: relative;
  font-size: 4.8rem;
  color: #9196a5;
}
.ui-button__icon {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ui-button__icon::before {
  display: inline-block;
  margin-right: 4.5rem;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  content: "";
}
.ui-button__left {
  padding: 0 4rem;
  text-align: left;
}
.ui-button__badge {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 7rem;
  padding: 0rem 2.8rem;
  font-size: 4rem;
  font-weight: 500;
  background: #4b62c3;
  color: #ffffff;
  border-radius: 3.5rem;
  line-height: 7.1rem;
}
.ui-button__line-height--n {
  line-height: 6.5rem;
}
.ui-button__day {
  height: 17.6rem;
  line-height: 17.7rem;
  font-size: 5.5rem;
}
.ui-button__text--line-s {
  display: inline-block;
  margin-top: 1.6rem;
  line-height: 5.2rem;
}
.ui-button__disabled {
  color: #bbbbbb !important;
  background: #f6f6f6 !important;
  cursor: default !important;
  border: 1px solid #d7d7d7 !important;
}
.ui-button__disabled * {
  color: #bbbbbb;
}
.ui-button[aria-disabled=true], .ui-buttondisabled {
  color: #c1c1c1 !important;
  background: #f6f6f6 !important;
  border: 1px solid #d7d7d7 !important;
  cursor: default !important;
}
.ui-button__plus {
  width: 14px;
  height: 14px;
  padding: 0;
  border-radius: 0px;
  background: url(../images/icon/icon-plus.png) no-repeat center;
}
.ui-button__reset {
  width: 15px;
  height: 16px;
  padding: 0;
  border-radius: 0px;
  background: url(../images/icon/icon-reset.png) no-repeat center;
}
.ui-button__choice.is-click {
  background: #3cab11;
  color: #ffffff;
}

.button-more {
  padding: 3rem 4rem;
  font-size: 5rem;
  color: #9196a5;
  background: #eff0f5;
  border-radius: 2rem;
}

.page-bottom button {
  height: 15rem;
  line-height: 15.1rem;
  border-radius: 2rem;
}

@media (max-width: 1024px) {
  .btn--download {
    width: 11.7rem;
    height: 4rem;
    padding-left: 3rem;
    font-size: 1.6rem;
    background-size: 1.8rem 1.8rem;
    background-position: 2rem center;
  }
  .btn--list {
    width: 13.2rem;
    height: 5.4rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .btn-wrap .btn {
    font-size: 14px;
  }
}
.paging-first {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11'%3E%3Cpath fill='%23A0A8AB' fill-rule='evenodd' d='m13.182 9.268-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L9.414 5.5l3.768 3.768Zm-6 0-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L3.414 5.5l3.768 3.768Z'/%3E%3C/svg%3E");
}
.paging-prev {
  background-image: url("data:image/svg+xml;charset=utf8, %0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11'%3E%3Cpath fill='%23A0A8AB' fill-rule='evenodd' d='m7.182 9.268-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L3.414 5.5l3.768 3.768Z'/%3E%3C/svg%3E");
}

/*===== ui-table =====*/
.ui-table__inner {
  border-top: 2px solid #000000;
  border-bottom: 1px solid #b6b5b5;
}
.ui-table tr:first-child td {
  border-top: 0;
}
.ui-table tr.tr-average td {
  background: #f9f7f3;
  font-weight: 600;
}
.ui-table th {
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  line-height: 26px;
  background: #f6f7f9;
  border-bottom: 1px solid #b6b5b5;
}
.ui-table th + th {
  border-left: 1px solid #e8e8e8;
}
.ui-table th.bg-skyblue {
  background: #b9edfb;
}
.ui-table th.bg-gray {
  background: #e8ecf0;
}
.ui-table th.thead-top {
  color: #243b7c;
  background: #e8ecf0;
  font-size: 18px;
  font-weight: 600;
}
.ui-table td {
  padding: 20px 10px;
  font-size: 18px;
  border-top: 1px solid #e8e8e8;
}
.ui-table td + td {
  border-left: 1px solid #e8e8e8;
}
.ui-table td.bg-skyblue {
  background: #f4fcfe;
}
.ui-table th.color-blue, .ui-table td.color-blue {
  color: #243b7c;
}
.ui-table th.font-weight__500, .ui-table td.font-weight__500 {
  font-weight: 500;
}
.ui-table th.font-weight__600, .ui-table td.font-weight__600 {
  font-weight: 600;
}
.ui-table__ver tr {
  height: 65px;
  border-bottom: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ui-table__ver tr:nth-last-child(1) {
  border-bottom: 0;
}
.ui-table__ver tr.tr-height__46 {
  height: 46px !important;
}
.ui-table__ver.tr-height__46 {
  height: 46px !important;
}
.ui-table__ver th {
  padding-left: 20px;
  background: #f2f4f8;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
}
.ui-table__ver th + td {
  border-left: 1px solid #b8b8b8;
}
.ui-table__ver td {
  padding: 10px;
}
.ui-table__height--auto tr {
  height: auto;
}
.ui-table__auto {
  table-layout: auto !important;
}
.ui-table__with--form th, .ui-table__with--form td {
  padding: 5px 20px;
}

.paging-first {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11'%3E%3Cpath fill='%23A0A8AB' fill-rule='evenodd' d='m13.182 9.268-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L9.414 5.5l3.768 3.768Zm-6 0-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L3.414 5.5l3.768 3.768Z'/%3E%3C/svg%3E");
}
.paging-prev {
  background-image: url("data:image/svg+xml;charset=utf8, %0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11'%3E%3Cpath fill='%23A0A8AB' fill-rule='evenodd' d='m7.182 9.268-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L3.414 5.5l3.768 3.768Z'/%3E%3C/svg%3E");
}

/*===== ui-form =====*/
.ui-form input {
  border: 2px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 25px;
  line-height: 44px;
  font-size: 16px;
}
.ui-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ui-form__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 5rem;
}
.ui-form__cell .ui-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ui-form__cell--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ui-form__cell--col .ui-form__text {
  margin-bottom: 5rem;
  margin-right: 0;
  font-size: 5rem;
}
.ui-form__cell--col .ui-form__cell {
  font-size: 5rem;
}
.ui-form__cell--row + .ui-form__cell--row {
  margin-left: 10px;
}
.ui-form__flex--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ui-form__flex--row + .ui-form__flex--row {
  margin-top: 2rem;
}
.ui-form__flex--row .ui-form__cell + .ui-form__cell {
  margin-left: 4rem;
}
.ui-form__flex--row .ui-form__cell--margin-l {
  margin-left: 7rem !important;
}
.ui-form__flex--row .ui-form__cell--s {
  font-size: 4.8rem;
}
.ui-form__flex--row .ui-form__cell--s + .ui-form__cell--s {
  margin-left: 2rem;
}
.ui-form__flex--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ui-form__text {
  margin-right: 10rem;
  font-size: 5rem;
}
.ui-form__text-cancel {
  margin-right: 16.5rem;
}
.ui-form__text--right {
  margin-right: 0;
  margin-left: 2rem;
}
.ui-input {
  width: 100%;
  height: 44px;
  padding: 0 28px;
  font-size: 16px;
  text-indent: 0;
  line-height: 44px;
  background: #f5f6f7;
}
.ui-input.is-inputed {
  background-color: #ebf7ff !important;
  border-color: #0367b0;
  color: #0367b0;
}
.ui-input:focus-visible {
  outline: 0;
}
.ui-input__full {
  width: 100%;
}
.ui-input__width--67 {
  width: 67px;
}
.ui-input__width--330 {
  width: 330px;
}
.ui-input__width--443 {
  width: 443px !important;
}
.ui-input__width--545 {
  width: 545px;
}
.ui-input__width--590 {
  width: 590px;
}
.ui-input__height--27 {
  height: 27px;
  line-height: 27px;
}
.ui-input__bg--white {
  background: #ffffff;
}
.ui-input__radius--3 {
  border-radius: 3px;
}
.ui-input::-webkit-input-placeholder {
  font-size: 16px;
  color: #a8a8a8;
}
.ui-input::-moz-placeholder {
  font-size: 16px;
  color: #a8a8a8;
}
.ui-input:-ms-input-placeholder {
  font-size: 16px;
  color: #a8a8a8;
}
.ui-input::-ms-input-placeholder {
  font-size: 16px;
  color: #a8a8a8;
}
.ui-input::placeholder {
  font-size: 16px;
  color: #a8a8a8;
}
.ui-input.js-datepicker-range__min, .ui-input.js-datepicker-range__max {
  font-size: 4.8rem;
}
.ui-input.js-datepicker-range__min::-webkit-input-placeholder, .ui-input.js-datepicker-range__max::-webkit-input-placeholder {
  font-size: 4.8rem;
}
.ui-input.js-datepicker-range__min::-moz-placeholder, .ui-input.js-datepicker-range__max::-moz-placeholder {
  font-size: 4.8rem;
}
.ui-input.js-datepicker-range__min:-ms-input-placeholder, .ui-input.js-datepicker-range__max:-ms-input-placeholder {
  font-size: 4.8rem;
}
.ui-input.js-datepicker-range__min::-ms-input-placeholder, .ui-input.js-datepicker-range__max::-ms-input-placeholder {
  font-size: 4.8rem;
}
.ui-input.js-datepicker-range__min::placeholder, .ui-input.js-datepicker-range__max::placeholder {
  font-size: 4.8rem;
}
.ui-input-block--date {
  position: relative;
}
.ui-input__date {
  background: url(../images/icon/icon-calendar.png) no-repeat right 15px center;
}
.ui-select {
  width: 100%;
  min-width: 160px;
  height: 44px;
  padding-left: 28px;
  font-size: 16px;
  text-indent: 0;
  border: 2px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f6f7 url(../images/icon/icon-select.png) no-repeat right 20px center;
  background-size: 15px 9px;
  border-radius: 25px;
  text-indent: 0;
  line-height: 100%;
}
.ui-select__width--120 {
  width: 120px;
  min-width: unset;
}
.ui-select__width--140 {
  width: 140px;
  min-width: unset;
}
.ui-select__width--200 {
  width: 200px;
}
.ui-select__width--250 {
  width: 250px;
}
.ui-select__width--277 {
  width: 277px;
}
.ui-select.ui-selected {
  color: #000000;
}
.ui-textarea {
  width: 100%;
  height: 140px;
  padding: 10px 15px;
  resize: none;
  -moz-appearance: none;
       appearance: none;
  line-height: normal;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 3px;
  line-height: normal;
  font-size: 14px;
}
.ui-textarea__height-230 {
  height: 23rem;
}
.ui-textarea__height-265 {
  height: 26.5rem;
  padding: 6rem;
}
.ui-textarea__height-650 {
  height: 65rem;
}
.ui-textarea::-webkit-input-placeholder {
  color: #9196a5;
}
.ui-textarea::-moz-placeholder {
  color: #9196a5;
}
.ui-textarea:-ms-input-placeholder {
  color: #9196a5;
}
.ui-textarea::-ms-input-placeholder {
  color: #9196a5;
}
.ui-textarea::placeholder {
  color: #9196a5;
}
.ui-radio input[type=radio] {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  outline: none;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin: -4px 5px 0px 0px;
  line-height: 32px;
}
.ui-radio input[type=radio]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 50%;
  background: #fff;
}
.ui-radio input[type=radio]:checked {
  background: #fff;
  border: 6px solid #203c7d;
}
.ui-radio label {
  font-size: 18px;
  color: #747478;
  line-height: 32px;
}
.ui-radio__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ui-checkbox {
  margin-top: 15px;
}
.ui-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  outline: none;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  vertical-align: middle;
  margin: -5px 5px 0px 0px;
}
.ui-checkbox input[type=checkbox]:checked {
  background: #203c7d url(../images/icon/icon-check.png) no-repeat center;
  border-color: #203c7d;
}
.ui-checkbox label {
  font-size: 18px;
  color: #747478;
}

.attach-file__top {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.attach-file__bottom {
  margin-top: 1.5rem;
  padding: 1.5rem 2rem;
  border: 1px solid #d2d5dc;
}
.attach-file__name {
  line-height: normal;
}

.form-title {
  margin-bottom: 5rem;
  font-size: 6rem;
  font-weight: 500;
}
.form-item.form-item {
  margin-top: 10rem;
}

.placeholder-black::-webkit-input-placeholder {
  color: #000;
}

.placeholder-black::-moz-placeholder {
  color: #000;
}

.placeholder-black:-ms-input-placeholder {
  color: #000;
}

.placeholder-black::-ms-input-placeholder {
  color: #000;
}

.placeholder-black::placeholder {
  color: #000;
}

.js-datepicker-range__min, .js-datepicker-range__max {
  background-position: 90% center;
  font-size: 4.8rem;
}
.js-datepicker-range__min::-webkit-input-placeholder, .js-datepicker-range__max::-webkit-input-placeholder {
  font-size: 4.8rem;
}
.js-datepicker-range__min::-moz-placeholder, .js-datepicker-range__max::-moz-placeholder {
  font-size: 4.8rem;
}
.js-datepicker-range__min:-ms-input-placeholder, .js-datepicker-range__max:-ms-input-placeholder {
  font-size: 4.8rem;
}
.js-datepicker-range__min::-ms-input-placeholder, .js-datepicker-range__max::-ms-input-placeholder {
  font-size: 4.8rem;
}
.js-datepicker-range__min::placeholder, .js-datepicker-range__max::placeholder {
  font-size: 4.8rem;
}

/* datepicker */
.bootstrap-datetimepicker-widget.dropdown-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  margin: 6px 0;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #b8c0cb;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.bottom::after,
.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.bottom::before {
  display: none;
}

.bootstrap-datetimepicker-widget .datepicker {
  position: relative;
  z-index: 0;
}

.bootstrap-datetimepicker-widget table {
  table-layout: fixed;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-datetimepicker-widget table tr {
  border: 0;
}

.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td {
  padding: 0;
  width: auto;
  height: auto;
  background: #ffffff;
  border: 0;
  text-align: center;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: auto;
  border-radius: 4px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  vertical-align: middle;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
  border-radius: 4px;
  background-color: #f5f6f8;
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-left,
.bootstrap-datetimepicker-widget .glyphicon-chevron-right {
  display: block;
  width: 24px;
  height: 27px;
  border-radius: 4px;
  background: no-repeat 50% 50%;
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-right {
  margin-left: auto;
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='24'%3E%3Cg data-name='ic_prev_n' style='opacity:.9'%3E%3Cpath data-name='패스 3499' d='m1832 103 5 5 5-5' transform='rotate(90 968.25 -856.75)' style='fill:none;stroke:%23232931;stroke-width:1.5px'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='24'%3E%3Cg data-name='ic_next_n' style='opacity:.9'%3E%3Cpath data-name='패스 3499' d='m1832 103 5 5 5-5' transform='rotate(-90 874.75 974.25)' style='fill:none;stroke:%23232931;stroke-width:1.5px'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.bootstrap-datetimepicker-widget th.prev.disabled .glyphicon-chevron-left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='24'%3E%3Cg data-name='ic_prev_n' style='opacity:.9'%3E%3Cpath data-name='패스 3499' d='m1832 103 5 5 5-5' transform='rotate(90 968.25 -856.75)' style='fill:none;stroke:%23232931;stroke-width:1.5px'/%3E%3C/g%3E%3C/svg%3E%0A");
  opacity: 0.3;
}

.bootstrap-datetimepicker-widget th.next.disabled .glyphicon-chevron-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='24'%3E%3Cg data-name='ic_next_n' style='opacity:.9'%3E%3Cpath data-name='패스 3499' d='m1832 103 5 5 5-5' transform='rotate(-90 874.75 974.25)' style='fill:none;stroke:%23232931;stroke-width:1.5px'/%3E%3C/g%3E%3C/svg%3E%0A");
  opacity: 0.3;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th.prev,
.bootstrap-datetimepicker-widget table thead tr:first-child th.next {
  padding: 0;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th.prev:hover,
.bootstrap-datetimepicker-widget table thead tr:first-child th.next:hover {
  background: none;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th.prev:hover .glyphicon-chevron-left,
.bootstrap-datetimepicker-widget table thead tr:first-child th.next:hover .glyphicon-chevron-right {
  border-radius: 4px;
  background-color: #f5f6f8;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th.prev.disabled:hover .glyphicon-chevron-left,
.bootstrap-datetimepicker-widget table thead tr:first-child th.next.disabled:hover .glyphicon-chevron-right {
  background-color: transparent;
}

.bootstrap-datetimepicker-widget table thead th.dow,
.bootstrap-datetimepicker-widget table tbody td[colspan="7"] {
  padding-top: 12px;
}

.bootstrap-datetimepicker-widget table thead th.dow {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: inherit;
}

.bootstrap-datetimepicker-widget table td.day {
  width: auto;
  height: auto;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
  text-align: center !important;
}

.bootstrap-datetimepicker-widget table td.day.weekend:first-child {
  color: #c52727;
}

.bootstrap-datetimepicker-widget table td.day.weekend:last-child {
  color: inherit;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: none;
}

.bootstrap-datetimepicker-widget table td.day,
.bootstrap-datetimepicker-widget table td.hour,
.bootstrap-datetimepicker-widget table td.minute,
.bootstrap-datetimepicker-widget table td.second,
.bootstrap-datetimepicker-widget table td.today,
.bootstrap-datetimepicker-widget table td.day.today,
.bootstrap-datetimepicker-widget table td.active {
  position: relative;
  text-align: center;
}

.bootstrap-datetimepicker-widget table td.day:hover:before,
.bootstrap-datetimepicker-widget table td.hour:hover:before,
.bootstrap-datetimepicker-widget table td.minute:hover:before,
.bootstrap-datetimepicker-widget table td.second:hover:before,
.bootstrap-datetimepicker-widget table td.day.today:before,
.bootstrap-datetimepicker-widget table td.active:before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0px 0px 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #f5f6f8;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td.active.day.weekend:first-child,
.bootstrap-datetimepicker-widget table td.active.day.weekend:first-child:hover,
.bootstrap-datetimepicker-widget table td.active.day.weekend:last-child,
.bootstrap-datetimepicker-widget table td.active.day.weekend:last-child:hover {
  color: #fff;
  text-shadow: none;
  background: none;
}

.bootstrap-datetimepicker-widget table td.active:before,
.bootstrap-datetimepicker-widget table td.active:hover:before {
  background-color: #4b62c3;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  opacity: 0.6;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  opacity: 0.2;
}

.bootstrap-datetimepicker-widget table td.disabled:before,
.bootstrap-datetimepicker-widget table td.disabled:hover:before {
  display: none;
}

.bootstrap-datetimepicker-widget table td.day.today:before {
  border: 1px solid #4b62c3;
  bottom: auto;
  right: auto;
  background-color: transparent;
}

.bootstrap-datetimepicker-widget table td.day.today:hover:before {
  background-color: #f5f6f8;
}

.bootstrap-datetimepicker-widget table td.day.today.active:before {
  background-color: #4b62c3;
}

.bootstrap-datetimepicker-widget table tbody td[colspan="7"]:after {
  content: "";
  display: table;
  clear: both;
}

.bootstrap-datetimepicker-widget table td span.month,
.bootstrap-datetimepicker-widget table td span.year,
.bootstrap-datetimepicker-widget table td span.decade {
  display: block;
  float: left;
  width: 25%;
  height: auto;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  padding: 13px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.bootstrap-datetimepicker-widget table td span.month:hover,
.bootstrap-datetimepicker-widget table td span.year:hover,
.bootstrap-datetimepicker-widget table td span.decade:hover {
  background: none;
}

.bootstrap-datetimepicker-widget table td span.month:hover:before,
.bootstrap-datetimepicker-widget table td span.month.active:before,
.bootstrap-datetimepicker-widget table td span.year:hover:before,
.bootstrap-datetimepicker-widget table td span.year.active:before,
.bootstrap-datetimepicker-widget table td span.decade:hover:before,
.bootstrap-datetimepicker-widget table td span.decade.active:before {
  content: "";
  display: block;
  position: absolute;
  margin: -9px 5px 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #f5f6f8;
}

.bootstrap-datetimepicker-widget table td span.month.active,
.bootstrap-datetimepicker-widget table td span.year.active,
.bootstrap-datetimepicker-widget table td span.decade.active {
  text-shadow: none;
  background: none;
  color: #000000;
}

.bootstrap-datetimepicker-widget table td span.month.active:before,
.bootstrap-datetimepicker-widget table td span.month.active:hover:before,
.bootstrap-datetimepicker-widget table td span.year.active:before,
.bootstrap-datetimepicker-widget table td span.year.active:hover:before,
.bootstrap-datetimepicker-widget table td span.decade.active:before,
.bootstrap-datetimepicker-widget table td span.decade.active:hover:before {
  background-color: #4b62c3;
}

.bootstrap-datetimepicker-widget table td span.month.disabled,
.bootstrap-datetimepicker-widget table td span.month.disabled:hover,
.bootstrap-datetimepicker-widget table td span.year.disabled,
.bootstrap-datetimepicker-widget table td span.year.disabled:hover,
.bootstrap-datetimepicker-widget table td span.decade.disabled,
.bootstrap-datetimepicker-widget table td span.decade.disabled:hover {
  opacity: 0.2;
}

.bootstrap-datetimepicker-widget table td span.month.disabled:before,
.bootstrap-datetimepicker-widget table td span.month.disabled:hover:before,
.bootstrap-datetimepicker-widget table td span.year.disabled:before,
.bootstrap-datetimepicker-widget table td span.year.disabled:hover:before,
.bootstrap-datetimepicker-widget table td span.decade.disabled:before,
.bootstrap-datetimepicker-widget table td span.decade.disabled:hover:before {
  display: none;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  font-size: 14px;
  line-height: 16px !important;
  height: 62px;
  padding-left: 10px;
  padding-right: 10px;
}

.bootstrap-datetimepicker-widget table td span.decade {
  width: 33.333333%;
}

.bootstrap-datetimepicker-widget table td span.decade:hover:before,
.bootstrap-datetimepicker-widget table td span.decade.active:before {
  margin: -10px 0 0 -4px;
  width: 52px;
  height: 52px;
}

.bootstrap-datetimepicker-widget table td span:empty {
  display: none;
}

.paging-first {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11'%3E%3Cpath fill='%23A0A8AB' fill-rule='evenodd' d='m13.182 9.268-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L9.414 5.5l3.768 3.768Zm-6 0-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L3.414 5.5l3.768 3.768Z'/%3E%3C/svg%3E");
}
.paging-prev {
  background-image: url("data:image/svg+xml;charset=utf8, %0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11'%3E%3Cpath fill='%23A0A8AB' fill-rule='evenodd' d='m7.182 9.268-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L3.414 5.5l3.768 3.768Z'/%3E%3C/svg%3E");
}

/*===== ui-modal =====*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-scrollable .modal-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog__width--372 {
  width: 372px;
}
.modal-dialog__width--804 {
  width: 804px;
}
.modal-dialog__width--804 .modal-content {
  width: 100%;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  min-width: 401px;
  margin: 0 auto;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 10px;
  outline: 0;
}
.modal-content__size--l {
  width: 800px;
}
.modal-content__padding--24 .modal-header {
  padding: 14px 24px;
}
.modal-content__padding--24 .modal-body {
  padding: 24px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.66;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  border-bottom: 1px solid #d1d1d1;
}
.modal-header .btn-close {
  padding: 0;
  margin: 0;
  opacity: 1;
}
.modal-header__with--close {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 14px 24px;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
  background: #ebebeb;
  border-bottom: 0;
}
.modal-header__with--close .btn-close {
  width: 40px;
  height: 40px;
  margin-left: auto;
  padding: 0;
  background: url(../images/icon/icon-modal__close.png);
  opacity: 1;
}
.modal-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px 1rem;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  text-align: center;
}
.modal-body__padding--24 {
  padding: 24px;
}
.modal-body .ui-table td {
  color: #000000;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  padding-bottom: 30px;
  border-top: 0;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
.modal-footer > * {
  margin: 0;
}
.modal-footer__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modal-item__title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  text-align: left;
}
.modal-item__title2 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
.modal-item .ui-table th, .modal-item .ui-table td {
  font-size: 16px;
  line-height: 22px;
}
.modal-item .ui-table th.thead-top {
  padding: 16px 0;
  color: #243b7c;
  background: #e8ecf0;
  font-size: 18px;
  font-weight: 600;
}
.modal-item .ui-table td {
  padding: 14px 10px;
  color: #000000;
  font-weight: 400;
}
.modal-text {
  text-align: left;
}
.modal .modal-body.surveyTable .modalInnerTable {
  overflow-y: scroll !important;
  height: 371px !important;
}
.modal .modal-body.surveyTable .modalInnerTable::-webkit-scrollbar {
  width: 6px;
}
.modal .modal-body.surveyTable .modalInnerTable::-webkit-scrollbar-thumb {
  background-color: #203c7d;
  border-radius: 10px;
}
.modal .modal-body.surveyTable .modalInnerTable::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  border-radius: 10px;
}
.modal .modal-body.surveyTable .modalInnerTable thead tr {
  height: 40px;
}
.modal .modal-body.surveyTable .modalInnerTable thead tr th {
  padding-left: 10px;
}
.modal .modal-body.surveyTable .modalInnerTable tbody tr {
  height: 40px;
}
.modal .modal-body.surveyTable .modalInnerTable tbody tr td {
  vertical-align: middle;
  line-height: 1.2rem;
}
.modal .modal-body.surveyTable th {
  text-align: center;
}
.modal .modal-body.surveyTable .ui-input {
  padding: 0 10px;
  background: #fff;
}
.modal .modal-body .ui-button {
  width: auto;
  height: 35px;
  margin: 0;
  padding: 0 21px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
}
.modal .modal-body .ui-button + .ui-button {
  margin-left: 3px;
}
.modal .modal-body .modal-item.part .ui-table td {
  padding: 5px 20px;
}
.modal .modal-body .modal-item .ui-input {
  width: 140px;
  height: 35px;
  padding: 0 15px;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 3px;
}
.modal .modal-body .modal-item .ui-input__width--67 {
  width: 67px;
}
.modal .modal-body .board-top .ui-button {
  width: auto;
  height: 35px;
  margin: 0;
  padding: 0 21px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
}
.modal .modal-body .board-top .ui-button + .ui-button {
  margin-left: 3px;
}
.modal .modal-body .setting-board .ui-button {
  width: auto;
  height: 35px;
  margin: 0;
  padding: 0 21px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
}
.modal .modal-body .setting-board .ui-button + .ui-button {
  margin-left: 3px;
}
.modal .modal-body .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal .modal-body .form-flex .form-flex-cell + .form-flex-cell {
  margin-left: 5px;
}
.modal .modal-body .ui-radio {
  margin-left: -20px;
}
.modal .modal-body .ui-radio label {
  font-size: 14px;
  color: #747478;
  line-height: 32px;
}
.modal .modal-body .ui-radio input[type=radio] {
  margin: 0px 5px 0px 0px;
}
.modal .modal-body .ui-radio .rBtn {
  margin-left: 20px;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .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;
  }
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down.modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down.modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down.modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down.modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.paging-first {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11'%3E%3Cpath fill='%23A0A8AB' fill-rule='evenodd' d='m13.182 9.268-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L9.414 5.5l3.768 3.768Zm-6 0-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L3.414 5.5l3.768 3.768Z'/%3E%3C/svg%3E");
}
.paging-prev {
  background-image: url("data:image/svg+xml;charset=utf8, %0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11'%3E%3Cpath fill='%23A0A8AB' fill-rule='evenodd' d='m7.182 9.268-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L3.414 5.5l3.768 3.768Z'/%3E%3C/svg%3E");
}

/*===== ui-element =====*/
.container {
  max-width: 100%;
  padding: 0;
}
.container__sub {
  padding: 0 5rem 10rem 5rem;
}
.container__sub--p-0 {
  padding: 0;
}
.container__sub--pb-0 {
  padding-bottom: 0;
}
.container__sub.h-100 {
  padding-bottom: 12rem;
}
.container-core {
  /* 이전 다음 버튼 겹침?? */
}
.container-core__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.sub {
  /** sub-title */
  /* sub-item */
  /* sub-list */
}
.sub-title {
  font-size: 8rem;
  font-weight: 500;
  text-align: center;
}
.sub-title2 {
  font-size: 6.6rem;
  line-height: 10.2rem;
  text-align: center;
}
.sub-title65 {
  font-size: 6.5rem;
  line-height: 9rem;
  text-align: center;
}
.sub-title3 {
  margin-bottom: 4rem;
  font-size: 5.5rem;
}
.sub-title4 {
  font-size: 4.6rem;
}
.sub-title__underline {
  position: relative;
  padding-bottom: 3.6rem;
  margin-bottom: 7rem;
  font-size: 6.4rem;
  font-weight: 600;
}
.sub-title__underline::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4rem;
  background: #000000;
  content: "";
}
.sub-text {
  font-size: 6rem;
  line-height: 10rem;
}
.sub-item {
  padding: 0 5rem;
}
.sub-item + .sub-item {
  margin-top: 7rem;
}
.sub-item__title {
  margin-bottom: 6rem;
  font-size: 6rem;
  font-weight: 600;
}
.sub-item__title--des {
  margin-left: 1rem;
  font-size: 6rem;
}
.sub-item__title--subs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 5.4rem;
  font-weight: 600;
}
.sub-item__title--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-item__gray {
  margin-bottom: 34.8rem;
  padding: 10rem 5rem;
  background: #f6f8fb;
}
.sub-item__blue {
  padding: 12rem 8rem;
  background-color: #4b62c3;
}
.sub-item__box {
  position: relative;
}
.sub-item__box--gray {
  padding: 8rem;
  background: #f3f5fb;
  border-radius: 3rem;
}
.sub-item__box--border {
  padding: 8rem;
  border: 1px solid #d8dce2;
  border-radius: 3rem;
}
.sub-item__box--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-item__btn--view {
  font-size: 4.8rem;
  color: #9196a5;
}
.sub-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-dl + .sub-dl {
  margin-top: 4rem;
}
.sub-dl__center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-dt, .sub-dd {
  font-size: 5.6rem;
  letter-spacing: -0.5px;
}
.sub-dt *:not(button):not(.des-text2), .sub-dd *:not(button):not(.des-text2) {
  font-size: 5.6rem;
  letter-spacing: -1px;
}
.sub-dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #575c62;
  letter-spacing: -1px;
}
.sub-dt__width {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.sub-dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sub-dd__right {
  text-align: right;
}

.page-bottom {
  margin-top: auto;
}
.page-bottom__inner {
  margin-top: 10rem;
}
.page-bottom__padding {
  padding: 0 5rem 10rem 5rem;
}

/* list */
.ui-list-dot li {
  position: relative;
}
.ui-list-dashed li {
  position: relative;
  padding-left: 2.7rem;
  line-height: 7rem;
}
.ui-list-dashed li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "-";
}

.text-ex {
  margin-top: 7rem;
  font-size: 4.6rem;
  color: #9196a5;
}
.text-ex--small {
  font-size: 4.8rem;
  line-height: 1.5;
}

/* hidden text style */
.for-a11y {
  display: block;
  margin: 0;
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  color: transparent;
  border: none;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: none;
}

/* ui-require */
.ui-require {
  position: relative;
  width: 0;
  height: 0;
}
.ui-require::before {
  left: 2px;
  width: 4px;
  height: 4px;
  content: "*";
  color: #ff0000;
}

.ui-txt--blue {
  color: #4b62c3;
  margin-left: 1rem;
}

.line-gray__xsmall {
  width: calc(100% + 10rem);
  margin-left: -5rem;
  margin-right: -5rem;
  height: 0.5rem;
}
.line-gray__small {
  width: calc(100% + 10rem);
  margin-left: -5rem;
  margin-right: -5rem;
  height: 1rem;
}
.line-gray__large {
  width: calc(100% + 10rem);
  margin-left: -5rem;
  margin-right: -5rem;
}

.date-box {
  padding: 5rem;
}

.js-datepicker-range .ui-button {
  font-size: 4.6rem;
}

.acordion-notice__btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 8.5rem 6rem;
  padding-right: 16rem;
  font-size: 5.6rem;
  font-weight: 500;
  color: #222;
  background: url("../image/sub/icon/icon-down.png") no-repeat 95% center;
  background-size: 5.3rem 2.9rem;
  border-bottom: 1px solid #e9eaec;
  line-height: 1.2;
  text-align: left;
}
.acordion-notice__btn.is-click {
  background: url("../image/sub/icon/icon-up--blue.png") no-repeat 95% center;
  background-size: 5.3rem 2.9rem;
}
.acordion-notice__view {
  position: relative;
  display: none;
  padding: 7.5rem 6rem;
  font-size: 4.8rem;
  font-weight: 500;
  color: #222;
  line-height: 1.5;
  border-bottom: 1px solid #e9eaec;
  background-color: #f6f8fb;
}
.acordion-notice--faq .acordion-notice__btn {
  padding-left: 14rem;
}
.acordion-notice--faq .acordion-notice__btn::before {
  position: absolute;
  top: 8rem;
  left: 6rem;
  margin-right: 4.5rem;
  font-size: 5.6rem;
  font-weight: 600;
  color: #4b62c3;
  content: "Q";
}
.acordion-notice--faq .acordion-notice__btn.is-click + .acordion-notice__view::before {
  top: 6.5rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.acordion-notice--faq .acordion-notice__view {
  padding-left: 14rem;
}
.acordion-notice--faq .acordion-notice__view::before {
  position: absolute;
  top: 0;
  left: 6rem;
  margin-right: 4.5rem;
  font-size: 5.6rem;
  font-weight: 600;
  color: #f46b76;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  content: "A";
}

.normal-text {
  font-size: 5.5rem;
  word-break: keep-all;
  line-height: 8rem;
  letter-spacing: -0.5px;
}

.hidden {
  position: absolute;
  left: -99999999px;
  width: 1px;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
}

/* 부트스트랩 datepicker */
.ui-input__datepicker + .bootstrap-datetimepicker-widget table th.picker-switch {
  font-size: 7rem;
  font-weight: 500;
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table th.dow {
  padding: 0;
  padding-top: 2rem;
  font-size: 5.5rem;
  line-height: 18.4rem;
  text-align: center;
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table th.prev, .ui-input__datepicker + .bootstrap-datetimepicker-widget table th.picker-switch, .ui-input__datepicker + .bootstrap-datetimepicker-widget table th.next {
  height: 13.5rem;
  vertical-align: middle;
  text-align: center;
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table td.day {
  position: relative;
  padding: 0;
  font-size: 5.5rem;
  line-height: 18.4rem;
  text-align: center;
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table td.day:hover::before {
  width: 100%;
  height: 100%;
  margin: 0;
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table td.day.today::before {
  width: 100%;
  height: 100%;
  margin: 0;
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table td.day.new {
  display: none;
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table td.day.old {
  color: #959595;
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table td.active {
  position: relative;
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table td.active::before {
  width: 100%;
  height: 100%;
  margin: 0;
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table td.active:hover::before {
  background-color: #4b62c3;
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table td span.month {
  position: relative;
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table td span.month.active {
  position: relative;
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table td span.month.active::before {
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table td span.month:hover::before {
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
  background: transparent;
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table .glyphicon-chevron-left,
.ui-input__datepicker + .bootstrap-datetimepicker-widget table .glyphicon-chevron-right {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 2.4rem 4.4rem;
  background-position: center;
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table .glyphicon-chevron-left {
  background-image: url(../image/common/icon/chevron-left.png);
}
.ui-input__datepicker + .bootstrap-datetimepicker-widget table .glyphicon-chevron-right {
  background-image: url(../image/common/icon/chevron-right.png);
}

/**/
.layout-header {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding: 0 40px;
  background: #ebebeb;
  font-size: 22px;
  font-weight: 600;
  color: #243b7c;
}
.layout-container {
  max-width: 1200px;
  margin: -80px auto 0 auto;
  background: #ffffff;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
}
.layout-container.no-title {
  margin-top: -260px;
}
.layout-body {
  padding: 40px;
}

/* ui-scroller */
.ui-scroller > .simplebar-track {
  background: #f4f4f4;
}
.ui-scroller > .simplebar-track .simplebar-scrollbar::before {
  top: 10px;
  bottom: 10px;
  left: 6px;
  right: 6px;
  border-radius: 2px;
  background: #9cb8dd;
  margin: 4px 0;
}
.ui-scroller > .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.ui-scroller > .simplebar-track.simplebar-horizontal {
  height: 17px;
}
.ui-scroller > .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 100%;
}
.ui-scroller > .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  left: 10px;
  right: 10px;
  top: 6px;
  bottom: 6px;
  height: auto;
}
.ui-scroller > .simplebar-track.simplebar-vertical {
  right: -20px;
  width: 6px;
  margin: 0px;
  border-radius: 3px;
}
.ui-scroller > .simplebar-track.simplebar-vertical.simplebar-scrollbar::before {
  top: 10px;
  bottom: 10px;
}
.ui-scroller .simplebar-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #203c7d;
  border-radius: 3px;
}

/* tab */
.tab-content {
  display: none;
}
.tab-content.is-active {
  display: block;
}
.tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.tab-menu__li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 58px;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}
.tab-menu__li.is-active {
  position: relative;
  border: 1px solid #243b7c;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.tab-menu__li.is-active::before {
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 27px;
  height: 17px;
  background: url(../images/etc/tab-arrow.png);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
.tab-menu__li.is-active .tab-menu__link {
  color: #ffffff;
  background: #243b7c;
  font-weight: 500;
}
.tab-menu__li .tab-menu__link {
  font-size: 20px;
}
.tab-menu__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #8a90a0;
  text-align: center;
  background: #ffffff;
  line-height: 58px;
}

.ui-button__custom--print {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 31px;
  height: 27px;
  background: url(../images/icon/icon-print.png);
}

/* 그래프 */
.chart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px;
}
.chart-item {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 5px;
  padding: 20px;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.chart-item.flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* badge */
.ui-badge {
  display: inline-block;
  height: 23px;
  font-size: 12px !important;
  line-height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.ui-badge__notice {
  margin-right: 10px;
  padding: 6px 10px;
  background: #8db6ef;
  border-radius: 11.5px;
  color: #ffffff;
}

/* download */
.link-download {
  position: relative;
  color: #203c7d;
  font-size: 14px;
}
.link-download::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  background: #203c7d;
  width: 100%;
  content: "";
}

/* list */
.list-dot li {
  position: relative;
  padding-left: 8px;
}
.list-dot li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 2px;
  height: 2px;
  background: #000000;
  content: "";
}
.list-square li {
  position: relative;
  padding-left: 12px;
}
.list-square li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 3px;
  height: 3px;
  background: #000000;
  content: "";
}

/* ========== reponsive =========== */
/*
* xs: 576px,// Small screen / phone
* sm: 768px,// Medium screen / tablet
* md: 1024px,// Large screen / desktop
* lg: 1280px,// Extra large screen / wide desktop
* ml: 1400px,// middle screen
* xl: 1600px,
* up:min-width / down:max-width / only:(min-width,max-width)
*/