@charset "UTF-8";
@import url(../css/reset.css);
@import url(../css/responsive.css);
@import url(../css/font.css);
@import url(./lib/swiper.min.css);
@import url(./lib/fullpage.css);
@import url(./lib/bootstrap.min.css);
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes dung {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
}
@-webkit-keyframes arrowRight {
  0% {
    -webkit-transform: translateX(0, 0px);
            transform: translateX(0, 0px);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@-webkit-keyframes introArrowRight {
  0% {
    -webkit-transform: translateX(0, 0px);
            transform: translateX(0, 0px);
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@-webkit-keyframes introCategoryBorder {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/** element */
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes dung {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
}
@-webkit-keyframes arrowRight {
  0% {
    -webkit-transform: translateX(0, 0px);
            transform: translateX(0, 0px);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@-webkit-keyframes introArrowRight {
  0% {
    -webkit-transform: translateX(0, 0px);
            transform: translateX(0, 0px);
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@-webkit-keyframes introCategoryBorder {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*===== 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;
}

.height-25 {
  height: 2.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-5 {
  margin-left: 0.5rem;
}

.ml-10 {
  margin-left: 1rem;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 4.5rem !important;
}

.ml-60 {
  margin-left: 60px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mt-7 {
  margin-top: 0.7rem !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.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-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.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-0 {
  padding-left: 0rem !important;
}

.pl-10 {
  padding-left: 1rem;
}

.pl-20 {
  padding-left: 2rem !important;
}

.pl-30 {
  padding-left: 3rem;
}

.pl-40 {
  padding-left: 4rem;
}

.pt-0 {
  padding-top: 0 !important;
}

.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-10 {
  padding-bottom: 1rem;
}

.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-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !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__13 {
  font-size: 13px !important;
}

.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__300 {
  font-weight: 300 !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: #e32a2a;
}

.color-tomato {
  display: inline-block;
  color: #f76060;
}

.color-darkblue {
  color: #2986cf;
}

.color-blue {
  color: #4886ff;
}

.color-lightblue {
  color: #1764e7;
}

.color-skyblue {
  color: #0367b0;
}

.color- {
  color: #1764e7;
}

.color-gray {
  color: #999999;
}

.color-deepgray {
  color: #747478;
}

.color-yellow {
  color: #dfa801;
}

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

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

.text-center {
  text-align: center !important;
}

/* 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 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.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 !important;
      -ms-flex: none !important;
          flex: none !important;
}

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

.border-radius--3 {
  border-radius: 3rem;
}

.hide {
  display: none;
}

.min-height__unset {
  min-height: unset !important;
}

.line-height__l {
  line-height: 24px;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes dung {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
}
@-webkit-keyframes arrowRight {
  0% {
    -webkit-transform: translateX(0, 0px);
            transform: translateX(0, 0px);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@-webkit-keyframes introArrowRight {
  0% {
    -webkit-transform: translateX(0, 0px);
            transform: translateX(0, 0px);
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@-webkit-keyframes introCategoryBorder {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
button {
  cursor: pointer;
}

/*===== ui-button =====*/
/* button */
.ui-button {
  width: auto;
  min-width: 12.6rem;
  height: 5rem;
  padding: 0 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
  border-radius: 0.3rem;
  line-height: 5rem;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ui-button:disabled {
  background-color: #f2f2f2 !important;
  color: #b2b2b2 !important;
}

.ui-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.2rem;
}

.ui-buttons .ui-button {
  margin: 0.2rem;
}

.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-buttons__order {
  margin: 0 -0.5rem;
}

.ui-buttons__order .ui-button {
  margin: 0 0.5rem;
}

.ui-buttons__left-right {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.ui-buttons__left-right .ui-buttons__right {
  margin-left: auto;
}

.ui-button__min-width--none {
  min-width: unset;
}

.ui-button__width-auto {
  width: auto !important;
  padding: 0 1.4rem;
}

.ui-button__width--full {
  width: 100%;
}

.ui-button__width--40 {
  min-width: unset;
  width: 4rem;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui-button__width--45 {
  width: 45px !important;
  padding: 0 !important;
}

.ui-button__width--70 {
  width: 7rem;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.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__right {
  margin-left: auto;
}

.ui-button__bg--default {
  background-color: #006a79;
  color: #ffffff;
}

.ui-button__bg--blue {
  background-color: #7ea5ee;
  color: #ffffff;
}

.ui-button__bg--blue:hover {
  background-color: #779bde;
}

.ui-button__bg--skyblue {
  background-color: #4886ff;
  color: #ffffff;
  border: 0;
}

.ui-button__bg--skyblue:hover {
  background-color: #336fe6;
}

.ui-button__bg--gray {
  background-color: #9c9c9c;
  color: #ffffff;
}

.ui-button__bg--gray:hover {
  background-color: #969696;
}

.ui-button__bg--lightgray {
  font-weight: 500;
  background: #d7d9de;
  color: #545454;
}

.ui-button__bg--lightgray:hover {
  background-color: #c4c6cb;
}

.ui-button__bg--deepgray {
  background-color: #7a8082;
  color: #ffffff;
}

.ui-button__border--gray {
  border: 1px solid #eaedf3;
  background: #ffffff;
  font-weight: 500;
}

.ui-button__border--gray:hover {
  background: #f6f6f6;
}

.ui-button__border--blue {
  font-weight: 500;
  border: 1px solid #4886ff;
  background: #ffffff;
  color: #4886ff;
}

.ui-button__border--blue:hover {
  background: #eff4ff;
}

.ui-button__color--gray {
  color: #545454;
}

.ui-button__color--blue {
  color: #203c7d;
}

.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__icon--right::after {
  display: inline-block;
  margin-left: 1rem;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
}

.ui-button__icon--right.ui-button__icon--plus::after {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23000000' d='M24 10H14V0h-4v10H0v4h10v10h4V14h10z'/%3E%3C/svg%3E");
  background-size: 0.9rem;
  content: "";
  vertical-align: unset;
}

.ui-button__icon--right.ui-button__icon--plus-blue::after {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%234886FF' d='M24 10H14V0h-4v10H0v4h10v10h4V14h10z'/%3E%3C/svg%3E");
  background-size: 0.9rem;
  color: #4886FF;
  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;
  background-size: 10px;
}

.ui-button__minus {
  width: 14px;
  height: 14px;
  padding: 0;
  border-radius: 0px;
  background: url(../images/icon/icon-minus.png) no-repeat center;
  background-size: 10px 2px;
}

.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;
}

.ui-button__accordion {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  background: url(../images/icon/icon-accordionDown.png) no-repeat center;
  background-size: 9px 6px;
  border: 1px solid #eaeaee;
  border-radius: 100%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ui-button__accordion:hover {
  border-color: #bbbbbb;
  -webkit-box-shadow: 1px 1px 0.4rem rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 0.4rem rgba(0, 0, 0, 0.1);
}

.ui-button__circle {
  width: 23px;
  min-width: unset;
  height: 23px;
  padding: 0;
  border: 1px solid #eaeaee;
  border-radius: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ui-button__circle:hover {
  border-color: #bbbbbb;
  -webkit-box-shadow: 1px 1px 0.4rem rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 0.4rem rgba(0, 0, 0, 0.1);
}

.ui-button__arrow--top {
  background-image: url(../images/icon/icon-accordionDown.png);
  background-size: 9px 6px;
}

.ui-button__arrow--top:hover {
  -webkit-box-shadow: 1px 1px 0.4rem rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 0.4rem rgba(0, 0, 0, 0.1);
}

.ui-button__arrow--bottom {
  background-image: url(../images/icon/icon-accordionDown.png);
  background-size: 9px 6px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ui-button__arrow--bottom:hover {
  -webkit-box-shadow: 1px 1px 0.4rem rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 0.4rem rgba(0, 0, 0, 0.1);
}

.ui-button__close {
  background-image: url(../images/icon/icon-close.png);
  background-size: 0.9rem;
}

.ui-button__th {
  width: auto;
  padding: 0 1rem;
  margin-left: 1rem;
  font-size: 12px;
  font-weight: 400;
  color: #586376;
  line-height: 2.2rem;
  border-radius: 2px;
}

.ui-button__th:hover {
  background: #ffffff;
  border-color: #cdcdcd;
}

.button-caution {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 3.9rem;
  height: 3.9rem;
  background: url(../images/icon/icon-caution.png) no-repeat center;
  background-size: cover;
  z-index: 99;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes dung {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
}
@-webkit-keyframes arrowRight {
  0% {
    -webkit-transform: translateX(0, 0px);
            transform: translateX(0, 0px);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@-webkit-keyframes introArrowRight {
  0% {
    -webkit-transform: translateX(0, 0px);
            transform: translateX(0, 0px);
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@-webkit-keyframes introCategoryBorder {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*===== ui-table =====*/
.ui-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-top: 1px solid #020202;
}

.ui-table .col-code {
  width: 11%;
}

.ui-table .col-name {
  width: auto;
}

.ui-table .col-no {
  width: 10%;
}

.ui-table .col-exam {
  width: 11%;
}

.ui-table .col-stat {
  width: 9%;
}

.ui-table .col-date {
  width: 12%;
}

.ui-table th,
.ui-table td {
  height: 6.1rem;
  padding: 0.6rem 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
  word-break: keep-all;
  line-height: normal;
  border-bottom: 1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui-table th {
  font-weight: 500;
  background: #f5fdff;
}

.ui-table__hor {
  position: relative;
}

.ui-table__hor::before {
  position: absolute;
  top: 0;
  right: -1px;
  width: 2px;
  height: 100%;
  background: #ffffff;
  content: "";
}

.ui-table__hor th, .ui-table__hor td {
  text-align: center;
  border-right: 1px solid #dfdfdf;
}

.ui-table__ver .ver-th {
  width: 16rem;
}

.ui-table__ver th, .ui-table__ver td {
  text-align: left;
}

.ui-table__ver td {
  padding-left: 2rem;
  padding-right: 2rem;
}

.board-bottom {
  margin-top: auto;
}

.board-bottom__inner {
  margin-top: 2rem;
}

.board-bottom__with--button, .board-bottom__with--form {
  position: relative;
}

.board-bottom__with--button .board-bottom__inner, .board-bottom__with--form .board-bottom__inner {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.board-bottom__with--button .pagination, .board-bottom__with--form .pagination {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pagination__inner {
  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;
}

.pagination .paging {
  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: 3.5rem;
  height: 3.5rem;
  font-size: 1.3rem;
  color: #747478;
  border: 1px solid #dce3e5;
  border-radius: 100%;
  text-decoration: none;
}

.pagination .paging + .paging {
  margin-left: 3px;
}

.pagination .paging.is-active {
  color: #ffffff;
  background: #7ea5ee;
  border-color: #7ea5ee;
}

.pagination .paging.paging-prev {
  background: url(../images/icon/icon-prev.png) no-repeat center;
  background-size: 6px 10px;
}

.pagination .paging.paging-next {
  background: url(../images/icon/icon-next.png) no-repeat center;
  background-size: 6px 10px;
}

/*====================================================================================*/
/*================================= responsive =======================================*/
/*====================================================================================*/
@media (max-width: 720px) {
  .ui-table th, .ui-table td {
    padding: 0.6rem 2rem;
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes dung {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
}
@-webkit-keyframes arrowRight {
  0% {
    -webkit-transform: translateX(0, 0px);
            transform: translateX(0, 0px);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@-webkit-keyframes introArrowRight {
  0% {
    -webkit-transform: translateX(0, 0px);
            transform: translateX(0, 0px);
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@-webkit-keyframes introCategoryBorder {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*===== ui-form =====*/
.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-form-box__width--180 {
  max-width: 18rem;
  width: 100%;
}

.ui-form-box__width--200 {
  max-width: 20rem;
  width: 100%;
}

.ui-form-box__width--230 {
  max-width: 23rem;
  width: 100%;
}

.ui-form-box__width--240 {
  max-width: 24rem;
  width: 100%;
}

.ui-form-box__width--340 {
  max-width: 34rem;
  width: 100%;
}

.ui-form-box__width--350 {
  max-width: 35rem;
  width: 100%;
}

.ui-form-box__max-width--230 {
  max-width: 23rem;
  width: 100%;
}

.ui-input {
  width: 100%;
  height: 4.8rem;
  padding: 0 1rem;
  font-size: 1.6rem;
  text-indent: 0;
  line-height: 4.8rem;
  border: 1px solid #e3e3e3;
  background: #ffffff;
  border-radius: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ui-input::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #aeb3b7;
}

.ui-input::-moz-placeholder {
  font-size: 1.4rem;
  color: #aeb3b7;
}

.ui-input:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #aeb3b7;
}

.ui-input::-ms-input-placeholder {
  font-size: 1.4rem;
  color: #aeb3b7;
}

.ui-input::placeholder {
  font-size: 1.4rem;
  color: #aeb3b7;
}

.ui-input.is-inputed {
  background-color: #ebf7ff !important;
  border-color: #0367b0;
  color: #0367b0;
}

.ui-input__full {
  width: 100%;
}

.ui-input__date {
  width: 15rem;
  background: #ffffff url(../images/icon/icon-calendar.png) no-repeat right 1rem center;
  background-size: 18px;
}

.ui-input__date:hover {
  background-image: url(../images/icon/icon-calendar__hover.png);
}

.ui-input__width--459 {
  width: 100%;
  max-width: 45.9rem;
}

.ui-input__width--full {
  width: 100%;
}

.ui-input__height--25 {
  height: 2.5rem;
  line-height: 2.5rem;
}

.ui-input__height--27 {
  height: 27px;
  line-height: 27px;
}

.ui-input__bg--white {
  background: #ffffff;
}

.ui-input__radius--2 {
  border-radius: 0.2rem;
}

.ui-input__radius--3 {
  border-radius: 3px;
}

.ui-input-block--date {
  position: relative;
}

.ui-select {
  width: 18rem;
  height: 5rem;
  padding: 0 2rem;
  font-size: 1.6rem;
  text-indent: 0;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='6'%3E%3Cpath fill='%23555' fill-rule='evenodd' d='M3.5 5.1 0 0h6.1L3.5 5.1Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 0.7rem 0.6rem;
  border-radius: 0.3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #555555;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ui-select::-webkit-input-placeholder {
  color: #aeb3b7;
}

.ui-select::-moz-placeholder {
  color: #aeb3b7;
}

.ui-select:-ms-input-placeholder {
  color: #aeb3b7;
}

.ui-select::-ms-input-placeholder {
  color: #aeb3b7;
}

.ui-select::placeholder {
  color: #aeb3b7;
}

.ui-select:hover {
  border-color: #bcc2c7;
}

.ui-select__width--110 {
  width: 11rem;
  min-width: unset;
}

.ui-select__width--120 {
  width: 120px;
  min-width: unset;
}

.ui-select__width--140 {
  width: 140px;
  min-width: unset;
}

.ui-select__width--150 {
  width: 15rem;
  min-width: unset;
}

.ui-select__width--174 {
  width: 17.4rem;
  min-width: unset;
}

.ui-select__width--200 {
  width: 20rem;
}

.ui-select__width--250 {
  width: 250px;
}

.ui-select__width--277 {
  width: 277px;
}

.ui-select__width--full {
  width: 100%;
}

.ui-select__color--deepgray {
  color: #545454;
}

.ui-select.ui-selected {
  color: #000000;
}

.ui-textarea {
  width: 100%;
  height: 140px;
  padding: 1rem;
  resize: none;
  -moz-appearance: none;
       appearance: none;
  line-height: normal;
  border: 1px solid #cdd2d6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0.6rem;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  color: #545454;
  line-height: 2.4rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ui-textarea:hover {
  border-color: #bcc2c7;
}

.ui-textarea__height--100 {
  height: 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui-textarea__height--140 {
  height: 14rem;
}

.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-textarea-box {
  padding: 0.9rem;
  border: 1px solid #cdd2d6;
  border-radius: 0.6rem;
  background: #ffffff;
  -webkit-transition: all 0.2;
  transition: all 0.2;
}

.ui-textarea-box:hover {
  border-color: #bcc2c7;
}

.ui-textarea-box .ui-textarea {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.ui-textarea-box .ui-textarea:focus {
  outline: 0;
}

.ui-textarea-box .ui-textarea__placeholder--red::-webkit-input-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  color: #f76060;
}

.ui-textarea-box .ui-textarea__placeholder--red::-moz-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  color: #f76060;
}

.ui-textarea-box .ui-textarea__placeholder--red:-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  color: #f76060;
}

.ui-textarea-box .ui-textarea__placeholder--red::-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  color: #f76060;
}

.ui-textarea-box .ui-textarea__placeholder--red::placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  color: #f76060;
}

.ui-textarea-box__height--100 {
  height: 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui-textarea-box__height--140 {
  height: 14rem;
}

.ui-textarea::-webkit-scrollbar {
  width: 0.3rem;
  height: 8px;
  background-color: #e3eeff;
  border-radius: 2rem;
}

.ui-textarea::-webkit-scrollbar-thumb {
  background: #8cb0f4;
  border-radius: 2rem;
}

.ui-checkbox__inner {
  margin: -0.5rem -1rem;
}

.ui-checkbox-object {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: solid 1px #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.3rem;
  background: no-repeat 50% 50% #fff;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  vertical-align: top;
}

.ui-checkbox__item {
  display: inline-block;
}

.ui-checkbox:focus + .ui-label .ui-checkbox-object,
.ui-checkbox:focus + .ui-label .ui-radio-object {
  outline-width: 1px;
  outline-style: dotted;
}

.ui-checkbox-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.ui-checkbox-input:checked + .ui-label .ui-radio-object {
  border: 5px solid #4568a9;
}

.ui-checkbox__list--bipartite .ui-checkbox-block {
  width: 50%;
}

.ui-checkbox__list--tripartition .ui-checkbox-block {
  width: 33.3333333333%;
}

.ui-checkbox__list--col8 .ui-checkbox-block {
  width: 12.5%;
  max-width: 12.4rem;
}

.ui-checkbox__list--column .ui-checkbox__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ui-checkbox__inner {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ui-checkbox-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.ui-checkbox-block .ui-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  border: 0;
  width: 0px;
}

.ui-checkbox-block .ui-checkbox-object {
  display: inline-block;
}

.ui-checkbox-block .ui-label {
  margin: 0;
}

.ui-checkbox-block .ui-label__reverse .ui-label__text {
  margin-left: 0rem;
  margin-right: 0.9rem;
}

.ui-checkbox-block__width--full {
  width: 100%;
}

.ui-checkbox:checked + .ui-checkbox-object, .ui-checkbox:checked + .ui-label .ui-checkbox-object {
  background-image: url("../images/icon/icon-check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.4rem 1.1rem;
}

.ui-label {
  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;
  font-size: 1.6rem;
  line-height: normal;
  cursor: pointer;
}

.ui-label__text {
  margin-left: 0.9rem;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #000000;
}

.ui-radio__inner {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1rem;
}

.ui-radio-block {
  position: relative;
  padding: 1rem;
  z-index: 0;
  font-size: 0;
  line-height: 0;
}

.ui-radio-block .ui-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.ui-radio-block .ui-label__text {
  margin-left: 1rem;
  font-size: 1.4rem;
  color: #545454;
}

.ui-radio-object {
  position: relative;
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  border: solid 1px #cdd2d6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  background: no-repeat 50% 50% #fff;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  vertical-align: top;
}

.ui-radio-object::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #4886ff;
  border: 3px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.ui-radio[disabled]:checked + .ui-label .ui-radio-object::before {
  background-color: #abb2bd;
}

.ui-radio:checked + .ui-label .ui-radio-object {
  border-color: #4886ff;
}

.ui-radio:checked + .ui-label .ui-radio-object::before {
  margin: 0;
  opacity: 1;
}

.ui-radio__list--full .ui-radio-block {
  width: 100%;
}

.ui-radio__list--tripartition .ui-radio-block {
  width: 33.3333333333%;
}

.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;
}

.form-flex {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: -0.25rem;
}

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

.form-flex__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-flex__cell {
  margin: 0.25rem;
}

.form-email {
  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;
}

.form-email .ui-input {
  max-width: 14.3rem;
  width: 100%;
}

.form-email .ui-button {
  width: 14.3rem;
  height: 4.8rem;
  margin-left: 0.5rem;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes dung {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
}
@-webkit-keyframes arrowRight {
  0% {
    -webkit-transform: translateX(0, 0px);
            transform: translateX(0, 0px);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@-webkit-keyframes introArrowRight {
  0% {
    -webkit-transform: translateX(0, 0px);
            transform: translateX(0, 0px);
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@-webkit-keyframes introCategoryBorder {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*===== ui-modal =====*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-open {
  overflow: hidden;
}

.modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  min-height: calc(100% - 4rem);
  margin: 2rem auto;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-dialog-scrollable {
  height: 100%;
  margin: 0;
  padding: 2rem 0;
  min-height: unset;
}

.modal-dialog-scrollable .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-dialog-scrollable .modal-body {
  max-height: 70rem;
  overflow-y: auto;
  margin-right: -1rem;
  padding-right: 1rem;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  display: block;
  width: 0.5rem;
  height: 100%;
  background-color: #e3eeff;
  border-radius: 2rem;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  background: #8cb0f4;
  border-radius: 2rem;
}

.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--701 {
  width: 70.1rem;
}

.modal-dialog__width--701 .modal-content {
  width: 100%;
}

.modal-dialog__width--804 {
  width: 804px;
}

.modal-dialog__width--804 .modal-content {
  width: 100%;
}

.modal.fade.in {
  display: block;
  opacity: 1;
}

.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;
  max-width: 80%;
  margin: 0 auto;
  padding: 2rem;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 1.2rem;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0.6rem 0.6rem 1.2rem 1.2rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.6rem 0.6rem 1.2rem 1.2rem rgba(0, 0, 0, 0.16);
}

.modal-content__width--530 {
  width: 53rem;
}

.modal-content__width--600 {
  width: 60rem;
}

.modal-content__width--640 {
  width: 64rem;
}

.modal-content__width--680 {
  width: 68rem;
}

.modal-content__width--800 {
  width: 80rem;
}

.modal-content__width--701 {
  width: 70.1rem;
}

.modal-content__width--922 {
  width: 92.2rem;
}

.modal-content__width--950 {
  width: 95rem;
}

.modal-content__max-20 {
  max-width: calc(100% - 4rem);
}

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

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

.modal-backdrop.fade.in {
  opacity: 0.5;
}

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

.modal-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;
  margin-bottom: 2rem;
}

.modal-header__mb--10 {
  margin-bottom: 1rem;
}

.modal-close {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  background: url(../images/icon/icon-modalClose.png);
  background-size: 1.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.modal-close:hover {
  background-image: url(../images/icon/icon-modalClose__hover.png);
}

.modal-title {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: normal;
}

.modal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  text-align: center;
}

.modal-body__item + .modal-body__item {
  margin-top: 2rem;
}

.modal-body .contents-tab {
  margin: 0;
}

.modal-body .contents-tab__header {
  height: 5rem;
}

.modal-body .contents-tab__lists {
  padding: 0;
}

.modal-body .contents-tab__list.is-active .contents-tab__link::after {
  top: 1.1rem;
  left: 1.1rem;
}

.modal-body .contents-tab__link {
  padding: 0 1rem;
}

.modal-body .search-bar {
  padding: 1.5rem 0;
}

.modal-body .search-bar__key {
  padding-left: 0rem;
  text-align: left;
}

.modal-body .search-bar__row {
  margin: 0;
}

.modal-body .search-bar__row--modal {
  margin: 0 -1rem;
}

.modal-body .search-bar__row--modal .search-bar__item {
  padding: 0 1rem;
}

.modal-body .search-bar__item {
  padding-left: 0;
}

.modal-body .search-bar__item--width-100 {
  width: 100%;
}

.modal-body .search-bar__val--flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.modal-body .ui-table td .tit-link {
  padding-left: 0;
}

.modal-des {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  line-height: 100%;
}

.modal-des__red {
  color: #f76060;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes dung {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
}
@-webkit-keyframes arrowRight {
  0% {
    -webkit-transform: translateX(0, 0px);
            transform: translateX(0, 0px);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@-webkit-keyframes introArrowRight {
  0% {
    -webkit-transform: translateX(0, 0px);
            transform: translateX(0, 0px);
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@-webkit-keyframes introCategoryBorder {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*===== ui-element =====*/
/* list */
.ui-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-list a {
  text-decoration: none;
}

.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: "-";
}

.ui-des {
  font-size: 1.6rem;
  color: #555555;
}

.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 {
  display: inline-block;
  margin-left: 1px;
  color: #e9153d;
  font-size: 1.6rem;
  vertical-align: baseline;
  content: "*";
}

.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: -110px 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);
}

/* 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: "";
}

/* ui-icon */
.ui-icon__question {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  background: url(../images/icon/icon-question.png);
  background-size: 1.6rem;
}

/* ui-tooltip */
.ui-tooltip {
  position: absolute;
  bottom: 100%;
  left: 100%;
  width: 0;
  height: auto;
  margin-left: -1rem;
  margin-bottom: 0.3rem;
  padding-bottom: 0.6rem;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}

.ui-tooltip::before {
  position: absolute;
  left: 0.6rem;
  bottom: 0;
  width: 1.3rem;
  height: 0.6rem;
  background: url(../images/icon/icon-tooltip.png);
  background-size: 1.3rem 0.6rem;
  content: "";
}

.ui-tooltip__parent {
  position: relative;
}

.ui-tooltip__parent:hover .ui-tooltip {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 1;
}

.ui-tooltip__inner {
  position: relative;
  display: inline-block;
  padding: 0.6rem 1rem;
  background: #4886ff;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  border-radius: 0.3rem;
}

.ui-hyphen {
  display: inline-block;
  margin: 0 1rem;
  font-size: 1.6rem;
  color: #555555;
}