@font-face {
  font-family: 'Lilita One';
  font-style: normal;
  font-weight: 400;
  src: url(../vendor/googlefonts/LilitaOne-Regular.ttf) format("truetype");
}

body {
  background: #025e9e url(../images/bg.png) no-repeat left top/100% 22.1875rem;
  background-attachment: fixed;
}

.c-body-login {
  background: url(../images/bg_login.png) no-repeat center/cover;
  background-attachment: fixed;
}

@media (max-width: 360px) {
  html, body {
    font-size: .96rem;
  }
}

@media (max-width: 320px) {
  html, body {
    font-size: .8533rem;
  }
}

@media (min-width: 411px) {
  html, body {
    font-size: 1.096rem;
  }
}

@media (min-width: 700px) {
  html, body {
    font-size: 1.8667rem;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.cicon-menu::after {
  -webkit-mask-image: url(../images/icon_menu.svg);
          mask-image: url(../images/icon_menu.svg);
}

.cicon-back::after {
  -webkit-mask-image: url(../images/icon_back.svg);
          mask-image: url(../images/icon_back.svg);
}

.cicon-close::after {
  -webkit-mask-image: url(../images/icon_close.svg);
          mask-image: url(../images/icon_close.svg);
}

.cicon-task {
  background-image: url(../images/icon_task.svg);
}

.cicon-bookcase {
  background-image: url(../images/icon_bookcase.svg);
}

.cicon-state {
  background-image: url(../images/icon_state.svg);
}

.cicon-leaderboard {
  background-image: url(../images/icon_leaderboard.svg);
}

.cicon-setting {
  background-image: url(../images/icon_setting.svg);
}

.cicon-prev::after {
  -webkit-mask-image: url(../images/icon_prev.svg);
          mask-image: url(../images/icon_prev.svg);
}

.cicon-next::after {
  -webkit-mask-image: url(../images/icon_next.svg);
          mask-image: url(../images/icon_next.svg);
}

.cicon-unit {
  background-image: url(../images/icon_unit.svg);
}

.cicon-activity {
  background-image: url(../images/icon_activity.svg);
}

.cicon-experience {
  background-image: url(../images/icon_experience.svg);
}

.cicon-gold {
  background-image: url(../images/icon_gold.svg);
}

.cicon-language {
  background-image: url(../images/icon_language.svg);
}

.cicon-logic {
  background-image: url(../images/icon_logic.svg);
}

.cicon-knowledge {
  background-image: url(../images/icon_knowledge.svg);
}

.cicon-technology {
  background-image: url(../images/icon_technology.svg);
}

.cicon-charm {
  background-image: url(../images/icon_charm.svg);
}

.cicon-vitality {
  background-image: url(../images/icon_vitality.svg);
}

.cicon-life {
  background-image: url(../images/icon_life.svg);
}

.cicon-toughness {
  background-image: url(../images/icon_toughness.svg);
}

.cicon-schedule {
  background-image: url(../images/icon_schedule.svg);
}

.cicon-learned {
  background-image: url(../images/icon_learned.png);
}

.cicon-expired {
  background-image: url(../images/icon_expired.png);
}

.cicon-password {
  background-image: url(../images/icon_password.svg);
}

.cicon-getmedal {
  background-image: url(../images/icon_getmedal.svg);
}

.cicon-bulletin {
  background-image: url(../images/icon_bulletin.svg);
}

.cicon-membership {
  background-image: url(../images/icon_membership.svg);
}

.cicon-privacy {
  background-image: url(../images/icon_privacy.svg);
}

.cicon-aboutus {
  background-image: url(../images/icon_aboutus.svg);
}

.cicon-logout {
  background-image: url(../images/icon_logout.svg);
}

.cicon-number {
  background-image: url(../images/icon_number.svg);
}

.cicon-simple {
  background-image: url(../images/icon_simple.png);
}

.cicon-medium {
  background-image: url(../images/icon_medium.png);
}

.cicon-difficulty {
  background-image: url(../images/icon_difficulty.png);
}

.cicon-first {
  background-image: url(../images/icon_first.png);
}

.cicon-second {
  background-image: url(../images/icon_second.png);
}

.cicon-third {
  background-image: url(../images/icon_third.png);
}

.cicon-star {
  background-image: url(../images/icon_star.svg);
}

.cicon-pen::after {
  -webkit-mask-image: url(../images/icon_pen.svg);
          mask-image: url(../images/icon_pen.svg);
}

.cicon-camera::after {
  -webkit-mask-image: url(../images/icon_camera.svg);
          mask-image: url(../images/icon_camera.svg);
}

.cicon-arrow {
  background-image: url(../images/icon_arrow.svg);
}

.ctext-fill::after {
  -webkit-mask-image: url(../images/text_fill.svg);
          mask-image: url(../images/text_fill.svg);
}

.ctext-radio::after {
  -webkit-mask-image: url(../images/text_radio.svg);
          mask-image: url(../images/text_radio.svg);
}

.ctext-checkbox::after {
  -webkit-mask-image: url(../images/text_checkbox.svg);
          mask-image: url(../images/text_checkbox.svg);
}

.ctext-chooseone::after {
  -webkit-mask-image: url(../images/text_chooseone.svg);
          mask-image: url(../images/text_chooseone.svg);
}

.ctext-recall::after {
  -webkit-mask-image: url(../images/text_recall.svg);
          mask-image: url(../images/text_recall.svg);
}

.ctext-filter::after {
  -webkit-mask-image: url(../images/text_filter.svg);
          mask-image: url(../images/text_filter.svg);
}

.ctext-task::after {
  -webkit-mask-image: url(../images/text_task.svg);
          mask-image: url(../images/text_task.svg);
}

.ctext-bookcase::after {
  -webkit-mask-image: url(../images/text_bookcase.svg);
          mask-image: url(../images/text_bookcase.svg);
}

.ctext-state::after {
  -webkit-mask-image: url(../images/text_state.svg);
          mask-image: url(../images/text_state.svg);
}

.ctext-leaderboard::after {
  -webkit-mask-image: url(../images/text_leaderboard.svg);
          mask-image: url(../images/text_leaderboard.svg);
}

.ctext-setting::after {
  -webkit-mask-image: url(../images/text_setting.svg);
          mask-image: url(../images/text_setting.svg);
}

.ctext-study::after {
  -webkit-mask-image: url(../images/text_study.svg);
          mask-image: url(../images/text_study.svg);
}

.ctext-other::after {
  -webkit-mask-image: url(../images/text_other.svg);
          mask-image: url(../images/text_other.svg);
}

.ctext-mine::after {
  -webkit-mask-image: url(../images/text_mine.svg);
          mask-image: url(../images/text_mine.svg);
}

.ctext-class::after {
  -webkit-mask-image: url(../images/text_class.svg);
          mask-image: url(../images/text_class.svg);
}

.ctext-school::after {
  -webkit-mask-image: url(../images/text_school.svg);
          mask-image: url(../images/text_school.svg);
}

.ctext-activity::after {
  -webkit-mask-image: url(../images/text_activity.svg);
          mask-image: url(../images/text_activity.svg);
}

.ctext-new::after {
  -webkit-mask-image: url(../images/text_new.svg);
          mask-image: url(../images/text_new.svg);
}

.ctext-review::after {
  -webkit-mask-image: url(../images/text_review.svg);
          mask-image: url(../images/text_review.svg);
}

.ctext-expired::after {
  -webkit-mask-image: url(../images/text_expired.svg);
          mask-image: url(../images/text_expired.svg);
}

.ctext-login::after {
  -webkit-mask-image: url(../images/text_login.svg);
          mask-image: url(../images/text_login.svg);
}

.ctext-start::after {
  -webkit-mask-image: url(../images/text_start.svg);
          mask-image: url(../images/text_start.svg);
}

.ctext-confirm::after {
  -webkit-mask-image: url(../images/text_confirm.svg);
          mask-image: url(../images/text_confirm.svg);
}

.ctext-confirmsend::after {
  -webkit-mask-image: url(../images/text_confirmsend.svg);
          mask-image: url(../images/text_confirmsend.svg);
}

.ctext-close::after {
  -webkit-mask-image: url(../images/text_close.svg);
          mask-image: url(../images/text_close.svg);
}

.ctext-cancel::after {
  -webkit-mask-image: url(../images/text_cancel.svg);
          mask-image: url(../images/text_cancel.svg);
}

.ctext-send::after {
  -webkit-mask-image: url(../images/text_send.svg);
          mask-image: url(../images/text_send.svg);
}

.ctext-save::after {
  -webkit-mask-image: url(../images/text_save.svg);
          mask-image: url(../images/text_save.svg);
}

.ctext-next::after {
  -webkit-mask-image: url(../images/text_next.svg);
          mask-image: url(../images/text_next.svg);
}

.ctext-nextcard::after {
  -webkit-mask-image: url(../images/text_nextcard.svg);
          mask-image: url(../images/text_nextcard.svg);
}

.ctext-finish::after {
  -webkit-mask-image: url(../images/text_finish.svg);
          mask-image: url(../images/text_finish.svg);
}

.ctext-experience::after {
  -webkit-mask-image: url(../images/text_experience.svg);
          mask-image: url(../images/text_experience.svg);
}

.ctext-gold::after {
  -webkit-mask-image: url(../images/text_gold.svg);
          mask-image: url(../images/text_gold.svg);
}

.ctext-language::after {
  -webkit-mask-image: url(../images/text_language.svg);
          mask-image: url(../images/text_language.svg);
}

.ctext-logic::after {
  -webkit-mask-image: url(../images/text_logic.svg);
          mask-image: url(../images/text_logic.svg);
}

.ctext-knowledge::after {
  -webkit-mask-image: url(../images/text_knowledge.svg);
          mask-image: url(../images/text_knowledge.svg);
}

.ctext-technology::after {
  -webkit-mask-image: url(../images/text_technology.svg);
          mask-image: url(../images/text_technology.svg);
}

.ctext-charm::after {
  -webkit-mask-image: url(../images/text_charm.svg);
          mask-image: url(../images/text_charm.svg);
}

.ctext-vitality::after {
  -webkit-mask-image: url(../images/text_vitality.svg);
          mask-image: url(../images/text_vitality.svg);
}

.ctext-life::after {
  -webkit-mask-image: url(../images/text_life.svg);
          mask-image: url(../images/text_life.svg);
}

.ctext-toughness::after {
  -webkit-mask-image: url(../images/text_toughness.svg);
          mask-image: url(../images/text_toughness.svg);
}

.ctext-Lv10::after {
  -webkit-mask-image: url(../images/text_Lv10.svg);
          mask-image: url(../images/text_Lv10.svg);
}

.ctext-Lv20::after {
  -webkit-mask-image: url(../images/text_Lv20.svg);
          mask-image: url(../images/text_Lv20.svg);
}

.ctext-Lv30::after {
  -webkit-mask-image: url(../images/text_Lv30.svg);
          mask-image: url(../images/text_Lv30.svg);
}

.ctext-Lv40::after {
  -webkit-mask-image: url(../images/text_Lv40.svg);
          mask-image: url(../images/text_Lv40.svg);
}

.ctext-Lv50::after {
  -webkit-mask-image: url(../images/text_Lv50.svg);
          mask-image: url(../images/text_Lv50.svg);
}

.ctext-Lv60::after {
  -webkit-mask-image: url(../images/text_Lv60.svg);
          mask-image: url(../images/text_Lv60.svg);
}

.ctext-Lv70::after {
  -webkit-mask-image: url(../images/text_Lv70.svg);
          mask-image: url(../images/text_Lv70.svg);
}

.ctext-Lv80::after {
  -webkit-mask-image: url(../images/text_Lv80.svg);
          mask-image: url(../images/text_Lv80.svg);
}

.ctext-Lv90::after {
  -webkit-mask-image: url(../images/text_Lv90.svg);
          mask-image: url(../images/text_Lv90.svg);
}

.ctext-Lv100::after {
  -webkit-mask-image: url(../images/text_Lv100.svg);
          mask-image: url(../images/text_Lv100.svg);
}

.ctext-unit::after {
  -webkit-mask-image: url(../images/text_unit.svg);
          mask-image: url(../images/text_unit.svg);
}

.ctext-hint::after {
  -webkit-mask-image: url(../images/text_hint.svg);
          mask-image: url(../images/text_hint.svg);
}

.ctext-schedule::after {
  -webkit-mask-image: url(../images/text_schedule.svg);
          mask-image: url(../images/text_schedule.svg);
}

.ctext-number::after {
  -webkit-mask-image: url(../images/text_number.svg);
          mask-image: url(../images/text_number.svg);
}

.ctext-attribute::after {
  -webkit-mask-image: url(../images/text_attribute.svg);
          mask-image: url(../images/text_attribute.svg);
}

.ctext-medal::after {
  -webkit-mask-image: url(../images/text_medal.svg);
          mask-image: url(../images/text_medal.svg);
}

.ctext-congratulation::after {
  -webkit-mask-image: url(../images/text_congratulation.svg);
          mask-image: url(../images/text_congratulation.svg);
}

.ctext-answer::after {
  -webkit-mask-image: url(../images/text_answer.svg);
          mask-image: url(../images/text_answer.svg);
}

.ctext-award::after {
  -webkit-mask-image: url(../images/text_award.svg);
          mask-image: url(../images/text_award.svg);
}

.ui-task .swiper-button-lock {
  display: block;
}

.ui-task .swiper-button-prev, .ui-task .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  padding: .6875rem .75rem .9375rem;
  width: 100%;
  height: 3.8125rem;
  text-align: center;
  background-color: #0b264e;
  border: .125rem solid black;
  border-radius: .75rem;
  -webkit-filter: drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.25));
}

.ui-task .swiper-button-prev::before, .ui-task .swiper-button-next::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: .3125rem;
  background: #16396f;
  background: -webkit-gradient(linear, left top, left bottom, from(#16396f), to(#104782));
  background: linear-gradient(to bottom, #16396f, #104782);
  border-radius: .75rem;
  -webkit-filter: drop-shadow(0 0.125rem 0 rgba(4, 22, 49, 0.4));
          filter: drop-shadow(0 0.125rem 0 rgba(4, 22, 49, 0.4));
}

.ui-task .swiper-button-prev::after, .ui-task .swiper-button-next::after {
  display: none;
}

.ui-task .swiper-button-prev.swiper-button-disabled, .ui-task .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

.ui-task .swiper-button-prev.swiper-button-disabled .cicon::after, .ui-task .swiper-button-next.swiper-button-disabled .cicon::after {
  background-color: #4aacf7;
  opacity: .75;
}

.ui-task .swiper-button-prev .cicon, .ui-task .swiper-button-next .cicon {
  display: block;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.1875rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.1875rem 0 black);
}

.ui-task .swiper-button-prev .cicon::after, .ui-task .swiper-button-next .cicon::after {
  content: "";
  display: block;
  width: .875rem;
  height: 1.5625rem;
  background-color: white;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.ui-task .swiper-button-prev .cicon-prev, .ui-task .swiper-button-next .cicon-prev {
  margin-right: .3125rem;
}

.ui-task .swiper-button-prev .cicon-next, .ui-task .swiper-button-next .cicon-next {
  margin-left: .3125rem;
}

.c-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

.navbar {
  --bs-navbar-padding-y: 0;
  --bs-navbar-brand-margin-end: 0;
  --bs-navbar-brand-padding-x: 1.0625rem;
  --bs-navbar-brand-padding-y: 0;
  --bs-navbar-brand-color: var(--bs-white);
  --bs-navbar-brand-hover-color: var(--bs-white);
  --bs-navbar-brand-font-size: 1.6875rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.ui-navbar {
  height: 4.125rem;
  background: #025e9e url(../images/bg.png) no-repeat left top/100% 22.1875rem;
  background-attachment: fixed;
}

.ui-navbar .nav-link {
  position: relative;
  -webkit-filter: drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, 0.3));
}

.ui-navbar .nav-link .cblock-navbarimg {
  padding: .5625rem 1.1875rem .75rem .9375rem;
  background-color: #413754;
  -webkit-mask: url(../images/bg_navbar.svg) no-repeat center/contain;
          mask: url(../images/bg_navbar.svg) no-repeat center/contain;
}

.ui-navbar .nav-link .cblock-navbarimg::before {
  content: "";
  position: absolute;
  left: 0;
  right: .0625rem;
  top: 0;
  bottom: .25rem;
  background-color: #574e68;
  -webkit-mask: url(../images/bg_navbar.svg) no-repeat center/contain;
          mask: url(../images/bg_navbar.svg) no-repeat center/contain;
}

.ui-navbar .nav-link .cicon {
  display: block;
  -webkit-filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.45));
          filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.45));
}

.ui-navbar .nav-link .cicon::after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background-color: white;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.ui-navbar .nav-link .ctext {
  display: block;
}

.ui-navbar .nav-link .ctext::after {
  content: "";
  display: block;
  width: 2.625rem;
  height: 1.25rem;
  background-color: #1e4a77;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.ui-navbar .nav-right {
  padding: .625rem .75rem .8125rem .875rem;
  background-color: #8ba5ed;
  border: .125rem solid black;
  border-width: .125rem 0 .125rem .125rem;
  border-radius: .5rem 0 0 .5rem;
  -webkit-filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, 0.3));
}

.ui-navbar .nav-right::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: .1875rem;
  background-color: white;
  border-radius: .5rem 0 0 .5rem;
}

.ui-navbar .nav-text .ctext {
  display: inline-block;
  margin-right: 1rem;
  margin-top: .125rem;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.ui-navbar .nav-text .ctext::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1.1875rem;
  background-color: #0eeef1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.navbar-brand {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 0;
  font-weight: bold;
  padding-left: var(--bs-navbar-brand-padding-x);
  padding-right: var(--bs-navbar-brand-padding-x);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar-brand .logo {
  margin-top: .25rem;
  height: 2.9375rem;
  -webkit-filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.navbar-brand .nav-value {
  margin-left: .75rem;
  vertical-align: .1875rem;
  color: white;
  font-size: 1.4375rem;
  font-family: 'Lilita One', cursive;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.c-main {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}

.c-main-2 {
  --bs-body-line-height: 1.5;
  --bs-body-font-weight: 400;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-body-font-family: var(--bs-font-sans-serif);
  line-height: var(--bs-body-line-height);
  font-weight: var(--bs-body-font-weight);
  font-family: var(--bs-body-font-family);
  background: #025e9e url(../images/bg.png) no-repeat left top/100% 22.1875rem;
  background-attachment: fixed;
}

.c-main-result {
  background-color: #000f3b;
}

.c-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.c-footer-result .ui-btnbar::after, .c-footer-login .ui-btnbar::after {
  display: none;
}

.ui-tabbar {
  --bs-gutter-x: .5625rem;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding: 0.8125rem calc(.5 * var(--bs-gutter-x)) 0;
  height: 6.5rem;
}

.ui-tabbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9.5rem;
  pointer-events: none;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#025e9e));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #025e9e);
}

.ui-tabbar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2rem;
  background-color: #0e233d;
  border-top: .125rem solid black;
}

.ui-tabbar .tab-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.ui-tabbar .cblock-tabbarimg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: .5rem;
  bottom: -.875rem;
  background: #185293;
  background: -webkit-gradient(linear, left top, left bottom, from(#185293), to(#0b264e));
  background: linear-gradient(to bottom, #185293, #0b264e);
  border: .125rem solid black;
  border-radius: .5rem;
  -webkit-filter: drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.25));
}

.ui-tabbar .cblock-tabbarimg::after {
  content: "";
  position: absolute;
  left: .125rem;
  right: .125rem;
  top: .8125rem;
  bottom: -.5rem;
  background: #16396f;
  background: -webkit-gradient(linear, left top, left bottom, from(#16396f), to(#104782));
  background: linear-gradient(to bottom, #16396f, #104782);
  border-radius: .5rem;
  -webkit-filter: drop-shadow(0 0.125rem 0 rgba(4, 22, 49, 0.4));
          filter: drop-shadow(0 0.125rem 0 rgba(4, 22, 49, 0.4));
}

.ui-tabbar .tab-img {
  position: relative;
  z-index: 2;
}

.ui-tabbar .tab-img .cicon {
  display: block;
  margin: 0 auto .5rem;
  width: 2.6875rem;
  height: 2.4375rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.3));
}

.ui-tabbar .tab-title {
  position: relative;
  z-index: 2;
}

.ui-tabbar .tab-title .ctext {
  display: block;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.ui-tabbar .tab-title .ctext::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 3.125rem;
  height: 1.0625rem;
  background-color: white;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.ui-tabbar .active .cblock-tabbarimg::before {
  background: #8343d3;
  background: -webkit-gradient(linear, left top, left bottom, from(#8343d3), to(#461c8d));
  background: linear-gradient(to bottom, #8343d3, #461c8d);
}

.ui-tabbar .active .cblock-tabbarimg::after {
  background: #6c39c4;
  background: -webkit-gradient(linear, left top, left bottom, from(#6c39c4), to(#8d47da));
  background: linear-gradient(to bottom, #6c39c4, #8d47da);
  -webkit-filter: drop-shadow(0 0.125rem 0 rgba(40, 10, 90, 0.4));
          filter: drop-shadow(0 0.125rem 0 rgba(40, 10, 90, 0.4));
}

.ui-btnbar {
  --bs-gutter-x: .5625rem;
  margin-right: calc(.5 * var(--bs-gutter-x));
  margin-left: calc(.5 * var(--bs-gutter-x));
  padding: .8125rem 0;
}

.ui-btnbar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2rem;
  background-color: #0e233d;
  border-top: .125rem solid black;
}

.ui-btnbar .btn {
  position: relative;
  z-index: 1;
}

.ui-btnbar .btn .ctext {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
}

.ui-btnbar .btn .ctext-login {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fixfixed .c-header {
  position: absolute;
}

.fixfixed .c-main {
  padding-bottom: 0 !important;
}

.fixfixed .c-footer {
  position: relative;
}

.form-container .form-check {
  margin-bottom: .5rem;
  padding-left: 0;
}

.form-container .form-check:last-child {
  margin-bottom: 0;
}

.form-container .form-check-input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.form-container .form-check-input:checked + .form-check-label .checkbox-item {
  background-color: #0b7ee7;
  border-color: white;
  -webkit-box-shadow: 0 0 .25rem 0 white;
          box-shadow: 0 0 .25rem 0 white;
}

.form-container .form-check-label {
  display: block;
}

.form-container .checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: .5625rem .5rem .5625rem .5625rem;
  background-color: #0e2851;
  border: .125rem solid #023875;
  border-radius: .375rem;
  cursor: pointer;
}

.form-container .checkbox-itemimg {
  margin-right: .75rem;
}

.form-container .checkbox-itemimg .cicon {
  display: block;
  width: 1.8125rem;
  height: 1.8125rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.45));
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.45));
}

.form-container .checkbox-itemtitle {
  color: white;
  font-size: 1.375rem;
}

.form-container .checkbox-itemtitle .ctext {
  display: block;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.form-container .checkbox-itemtitle .ctext::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1.4375rem;
  background-color: white;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.form-container .checkbox-itemtitle .ctext-experience::after {
  width: 4.625rem;
}

.filter-container > .row {
  --bs-gutter-x: .4375rem;
}

.filter-container .col-6:nth-last-child(2) .form-check {
  margin-bottom: 0;
}

.filter-container .col-6:last-child .form-check {
  margin-bottom: 0;
}

.filter-container .col-6 .form-check {
  margin-bottom: .5rem;
}

.btn {
  --bs-btn-padding-x: 0.375rem;
  --bs-btn-padding-y: 1rem;
  display: block;
  position: relative;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  text-align: center;
  background-color: var(--bs-btn-bg);
  border: .125rem solid black !important;
  border-radius: .625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-filter: drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.3));
}

.btn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: .25rem;
  border-radius: .625rem;
}

.btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: .1875rem;
  top: 0;
  bottom: 1.875rem;
  border-radius: .625rem .375rem .5rem 0;
}

.btn:active {
  background-color: var(--bs-btn-active-bg);
}

.btn:hover {
  background-color: var(--bs-btn-hover-bg);
}

.btn .cblock-btnleftimg {
  line-height: 1;
}

.btn .cblock-btnleftimg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: .25rem;
  width: .625rem;
  height: 1.625rem;
  border-radius: 0 0 0 .625rem;
  -webkit-mask: url(../images/bg_btnleft.svg) no-repeat left top/100% auto;
          mask: url(../images/bg_btnleft.svg) no-repeat left top/100% auto;
}

.btn .ctext {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.btn .ctext::after {
  content: "";
  display: block;
  width: 6.0625rem;
  height: 1.4375rem;
  background-color: white;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.btn .cword {
  display: inline-block;
  position: relative;
  color: white;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: bold;
  z-index: 1;
}

.btn-sky {
  --bs-btn-bg: #2161ff;
  --bs-btn-active-bg: #2161ff;
  --bs-btn-hover-bg: #2161ff;
}

.btn-sky::before {
  background: #1877ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#1877ff), to(#28a1ff));
  background: linear-gradient(to bottom, #1877ff, #28a1ff);
}

.btn-sky::after {
  background-color: #30b8ff;
}

.btn-sky .cblock-btnleftimg::before {
  background-color: #30b8ff;
}

.btn-blue {
  --bs-btn-bg: #013c78;
  --bs-btn-active-bg: #013c78;
  --bs-btn-hover-bg: #013c78;
}

.btn-blue::before {
  background: #024785;
  background: -webkit-gradient(linear, left top, left bottom, from(#024785), to(#0467b2));
  background: linear-gradient(to bottom, #024785, #0467b2);
}

.btn-blue::after {
  background-color: #057acb;
}

.btn-blue .cblock-btnleftimg::before {
  background-color: #057acb;
}

.btn-yellow {
  --bs-btn-bg: #e97500;
  --bs-btn-active-bg: #e97500;
  --bs-btn-hover-bg: #e97500;
}

.btn-yellow::before {
  background: #f3940a;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3940a), to(#fbc222));
  background: linear-gradient(to bottom, #f3940a, #fbc222);
}

.btn-yellow::after {
  background-color: #ffdc30;
}

.btn-yellow .cblock-btnleftimg::before {
  background-color: #ffdc30;
}

.btn-green {
  --bs-btn-bg: #008b58;
  --bs-btn-active-bg: #008b58;
  --bs-btn-hover-bg: #008b58;
}

.btn-green::before {
  background: #229543;
  background: -webkit-gradient(linear, left top, left bottom, from(#229543), to(#40be18));
  background: linear-gradient(to bottom, #229543, #40be18);
}

.btn-green::after {
  background-color: #50d500;
}

.btn-green .cblock-btnleftimg::before {
  background-color: #50d500;
}

.btn-purple {
  --bs-btn-bg: #5e1ca9;
  --bs-btn-active-bg: #5e1ca9;
  --bs-btn-hover-bg: #5e1ca9;
}

.btn-purple::before {
  background: #7510bc;
  background: -webkit-gradient(linear, left top, left bottom, from(#7510bc), to(#a026d6));
  background: linear-gradient(to bottom, #7510bc, #a026d6);
}

.btn-purple::after {
  background-color: #b833e4;
}

.btn-purple .cblock-btnleftimg::before {
  background-color: #b833e4;
}

.btn-white {
  --bs-btn-bg: #8ba5ed;
  --bs-btn-active-bg: #8ba5ed;
  --bs-btn-hover-bg: #8ba5ed;
}

.btn-white::before {
  background: #bcccf5;
  background: -webkit-gradient(linear, left top, left bottom, from(#bcccf5), to(#e7ecfb));
  background: linear-gradient(to bottom, #bcccf5, #e7ecfb);
}

.btn-white::after {
  background-color: white;
}

.btn-white .cblock-btnleftimg::before {
  background-color: white;
}

.btn-white .ctext {
  -webkit-filter: none;
          filter: none;
}

.btn-white .ctext::after {
  background-color: #1e4a77;
}

.btn-white .cword {
  color: #1e4a77;
}

.tab-container {
  margin: 0 .625rem .9375rem;
  background-color: #002b55;
  border: .125rem solid black;
  border-radius: .5rem;
  -webkit-filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, 0.3));
}

.tab-container .nav-link {
  position: relative;
  padding: .8125rem 1rem .9375rem;
  line-height: 1;
}

.tab-container .nav-link .ctext {
  display: inline-block;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.tab-container .nav-link .ctext::after {
  content: "";
  display: block;
  width: 2.9375rem;
  height: 1.5rem;
  background-color: #4aacf7;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.tab-container .nav-link .ctext-new::after, .tab-container .nav-link .ctext-review::after, .tab-container .nav-link .ctext-expired::after {
  width: 4.4375rem;
}

.tab-container .nav-link .count {
  position: absolute;
  left: calc(50% + calc(2.9375rem / 2));
  top: -.5625rem;
  padding: .25rem .4375rem;
  color: white;
  font-size: 1rem;
  font-family: 'Lilita One', cursive;
  background-color: #b10138;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.3125rem 0.125rem #e1064a, 0 0 0.5625rem 0 rgba(225, 6, 74, 0.5), 0 0 0.25rem 0.0625rem #e1064a inset;
          box-shadow: 0 0 0.3125rem 0.125rem #e1064a, 0 0 0.5625rem 0 rgba(225, 6, 74, 0.5), 0 0 0.25rem 0.0625rem #e1064a inset;
}

.tab-container .active {
  position: relative;
}

.tab-container .active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5.875rem;
  height: .375rem;
  background-color: white;
  -webkit-mask: url(../images/line_tabactive.svg) no-repeat center/contain;
          mask: url(../images/line_tabactive.svg) no-repeat center/contain;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.tab-container .active .ctext::after {
  background-color: white;
}

.bookcase-container {
  margin: 0 .625rem;
}

.bookcase-container .bookcase-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .75rem;
  background-color: #045e9d;
  border: .125rem solid #043064;
  border-radius: .75rem;
  text-decoration: none;
  -webkit-filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, 0.25));
}

.bookcase-container .bookcase-link:last-child {
  margin-bottom: 0;
}

.bookcase-container .bookcase-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin-right: .5rem;
  width: 5.8125rem;
  height: 6.25rem;
  -webkit-filter: drop-shadow(0.125rem 0 0 #043064);
          filter: drop-shadow(0.125rem 0 0 #043064);
}

.bookcase-container .bookcase-img .cblock-bookcaseimg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ee5b15;
  background: radial-gradient(circle, #ee5b15, #852b0e);
  border-radius: .5625rem 0 0 .5625rem;
  -webkit-mask: url(../images/bg_bookcase.svg) no-repeat center/contain;
          mask: url(../images/bg_bookcase.svg) no-repeat center/contain;
}

.bookcase-container .bookcase-img .cblock-bookcaseimg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.125rem;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#0b74ce));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #0b74ce);
  z-index: 1;
}

.bookcase-container .bookcase-img .cblock-noimg::before {
  display: none;
}

.bookcase-container .bookcase-img .cicon {
  display: block;
  position: absolute;
  left: 43%;
  top: 49.5%;
  width: 4.75rem;
  height: 4.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bookcase-container .bookcase-img .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: .625rem 0 0 .625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-mask: url(../images/bg_bookcase.svg) no-repeat center/contain;
          mask: url(../images/bg_bookcase.svg) no-repeat center/contain;
}

.bookcase-container .bookcase-title {
  display: -webkit-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: white;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bookcase-container .bookcase-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 .5rem;
  width: 5rem;
  height: 5.3125rem;
  background-color: #02518f;
  border: .125rem solid #024481;
  border-radius: .5rem;
}

.bookcase-container .bookcase-itemimg .cicon {
  display: block;
  margin: -.0625rem auto .0625rem;
  width: 2.625rem;
  height: 2.625rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.bookcase-container .bookcase-itemvalue {
  text-align: center;
  color: white;
  font-size: 1.6875rem;
  font-family: 'Lilita One', cursive;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.card-container {
  margin: 0 .625rem;
}

.card-container .card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .75rem;
  background-color: #045e9d;
  border: .125rem solid #043064;
  border-radius: .75rem;
  text-decoration: none;
  -webkit-filter: drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.25));
}

.card-container .card-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3.75rem;
  background-color: #043064;
  border-radius: .5rem 0 0 .5rem;
}

.card-container .card-link:last-child {
  margin-bottom: 0;
}

.card-container .card-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin-right: .9375rem;
  width: 3.75rem;
}

.card-container .card-img .cicon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3.25rem;
  height: 3.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 rgba(0, 0, 0, 0.25));
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card-container .card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: .4375rem 0 .3125rem;
}

.card-container .card-title {
  color: white;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
}

.card-container .card-category {
  color: #8bdcef;
  font-size: 1.25rem;
  font-weight: bold;
}

.card-container .card-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin: 0 .625rem;
  padding: .5rem .5rem .3125rem .5625rem;
  background-color: #8cdcf4;
  border: .125rem solid black;
  border-radius: .5rem;
}

.card-container .card-btn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: .25rem;
  bottom: 0;
  background-color: white;
  border-radius: .5rem;
}

.card-container .card-go {
  position: relative;
  color: black;
  font-size: 1.375rem;
  font-family: 'Lilita One', cursive;
}

.leaderboard-container {
  margin: 0 .625rem;
}

.leaderboard-container .leaderboard-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: .75rem;
  background-color: #045e9d;
  border: .125rem solid #043064;
  border-radius: .75rem;
  -webkit-filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, 0.25));
}

.leaderboard-container .leaderboard-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3.75rem;
  background-color: #043064;
  border-radius: .5rem 0 0 .5rem;
}

.leaderboard-container .leaderboard-link:last-child {
  margin-bottom: 0;
}

.leaderboard-container .leaderboard-blue {
  background-color: #1db1ff;
}

.leaderboard-container .leaderboard-blue::before {
  background-color: #178bf1;
}

.leaderboard-container .leaderboard-sort {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: 3.75rem;
}

.leaderboard-container .leaderboard-ranking {
  position: absolute;
  left: 50%;
  top: 50%;
  color: white;
  font-size: 1.6875rem;
  font-family: 'Lilita One', cursive;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.leaderboard-container .leaderboard-ranking .cicon {
  display: block;
  width: 3.75rem;
  height: 3.125rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(0 0.0625rem 0 black);
          filter: drop-shadow(0 0.0625rem 0 black);
}

.leaderboard-container .leaderboard-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin-right: .4375rem;
  width: 5rem;
  height: 4.375rem;
  -webkit-filter: drop-shadow(-0.125rem 0 0 #043064) drop-shadow(0.125rem 0 0 #043064);
          filter: drop-shadow(-0.125rem 0 0 #043064) drop-shadow(0.125rem 0 0 #043064);
}

.leaderboard-container .leaderboard-img .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-mask: url(../images/bg_leaderboard.svg) no-repeat center/contain;
          mask: url(../images/bg_leaderboard.svg) no-repeat center/contain;
}

.leaderboard-container .leaderboard-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 .625rem 0 0;
}

.leaderboard-container .leaderboard-name {
  display: -webkit-box;
  color: white;
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: bold;
  word-break: break-all;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.leaderboard-container .leaderboard-value {
  text-align: right;
  color: white;
  font-size: 1.8125rem;
  line-height: 1;
  font-family: 'Lilita One', cursive;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.setting-container {
  position: relative;
  margin: 0 .625rem .25rem;
  padding: 1.25rem .875rem 1.375rem;
  background: #012a58;
  background: -webkit-gradient(linear, left top, left bottom, from(#012a58), to(#012a5e));
  background: linear-gradient(to bottom, #012a58, #012a5e);
  border: .125rem solid black;
  border-width: .0625rem .125rem .125rem .125rem;
  border-radius: 0 0 .5rem .5rem;
  -webkit-filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
}

.setting-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: .3125rem;
  bottom: .375rem;
  border-radius: 0 0 .5rem .5rem;
  background-color: #023875;
}

.setting-container .setting-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: .9375rem;
  background-color: #092147;
  border: .0625rem solid black;
  border-radius: .4375rem;
  text-decoration: none;
  z-index: 1;
}

.setting-container .setting-link:last-child {
  margin-bottom: 0;
}

.setting-container .setting-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin-right: .5rem;
  width: 4.4375rem;
  height: 3.3125rem;
}

.setting-container .setting-img .cblock-settingimg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #08172f;
  border-radius: .4375rem 0 0 .4375rem;
  -webkit-mask: url(../images/bg_setting.svg) no-repeat center/contain;
          mask: url(../images/bg_setting.svg) no-repeat center/contain;
}

.setting-container .setting-img .cicon {
  display: block;
  position: absolute;
  left: 43%;
  top: 49.5%;
  width: 2.4375rem;
  height: 2.4375rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.3));
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.setting-container .setting-title {
  display: -webkit-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: white;
  font-size: 1.375rem;
  font-weight: bold;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.setting-container .setting-arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 1rem;
}

.setting-container .setting-arrow .cicon {
  display: block;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black);
}

.setting-container .setting-arrow .cicon::after {
  content: "";
  display: block;
  width: .625rem;
  height: 1.125rem;
  background-color: white;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.bulletin-container .bulletin-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 .625rem 1rem;
  padding: 1.25rem 1.125rem 1.125rem;
  background: #045496;
  background: -webkit-gradient(linear, left top, left bottom, from(#045496), to(#012a5e));
  background: linear-gradient(to bottom, #045496, #012a5e);
  border: .125rem solid black;
  border-radius: .5rem;
  -webkit-filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
  text-decoration: none;
}

.bulletin-container .bulletin-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: .25rem;
  bottom: .375rem;
  border-radius: .5rem;
  background-color: #023875;
}

.bulletin-container .bulletin-link:last-child {
  margin-bottom: 0;
}

.bulletin-container .bulletin-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  color: white;
  font-size: 1.125rem;
  z-index: 1;
}

.bulletin-container .bulletin-arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin-left: 1rem;
  z-index: 1;
}

.bulletin-container .bulletin-arrow .cicon {
  display: block;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black);
}

.bulletin-container .bulletin-arrow .cicon::after {
  content: "";
  display: block;
  width: .625rem;
  height: 1.125rem;
  background-color: white;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.mb-3b {
  margin-bottom: .875rem !important;
}

.pt-2b {
  padding-top: .4375rem !important;
}

.login-container {
  margin: 1.1875rem 1.8125rem 1rem;
}

.login-container .login-image {
  text-align: center;
}

.login-container .login-image .logo {
  margin-bottom: .375rem;
  height: 11.375rem;
}

.login-container .login-input {
  position: relative;
  margin-top: 1.4375rem;
  margin-bottom: 1.125rem;
  z-index: 1;
}

.login-container .cblock-inputimg {
  position: relative;
  margin-bottom: 1.125rem;
  padding-top: .25rem;
  background-color: #8cdcf4;
  border: .125rem solid black;
  border-radius: .5rem;
}

.login-container .cblock-inputimg:last-child {
  margin-bottom: 0;
}

.login-container .cblock-inputimg .form-control, .login-container .cblock-inputimg .form-select {
  display: block;
  width: 100%;
  padding: .5625rem .875rem;
  color: black;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: white;
  background-clip: padding-box;
  border: 0;
  border-radius: .5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.login-container .cblock-inputimg .form-control::-webkit-input-placeholder, .login-container .cblock-inputimg .form-select::-webkit-input-placeholder {
  color: black;
}

.login-container .cblock-inputimg .form-control::-moz-placeholder, .login-container .cblock-inputimg .form-select::-moz-placeholder {
  color: black;
}

.login-container .cblock-inputimg .form-control:-ms-input-placeholder, .login-container .cblock-inputimg .form-select:-ms-input-placeholder {
  color: black;
}

.login-container .cblock-inputimg .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-image: var(--bs-form-select-bg-img);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 1.25rem .9375rem;
}

.login-container .login-code {
  position: absolute;
  right: .5rem;
  top: .75rem;
  height: 2rem;
  overflow: hidden;
}

.login-container .login-code img {
  height: 2rem;
  vertical-align: top;
}

.schedule-container {
  position: relative;
  margin: 0 .625rem 1.25rem;
  background-color: #16396f;
  border: .125rem solid black;
  border-radius: .75rem;
  -webkit-filter: drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.25));
}

.schedule-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0e233d;
  border-radius: 0 .625rem .625rem 0;
  -webkit-mask: url(../images/bg_schedule.svg) no-repeat right top/auto 100%;
          mask: url(../images/bg_schedule.svg) no-repeat right top/auto 100%;
}

.schedule-container > .row {
  --bs-gutter-x: 0;
}

.schedule-container .col-8 {
  padding: .625rem 1.125rem .75rem;
}

.schedule-container .col-8 > .row {
  --bs-gutter-x: .625rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.schedule-container .schedule-date {
  margin-bottom: .6875rem;
  color: #0eeef1;
  font-size: 1.125rem;
}

.schedule-container .schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 .5625rem;
  background-color: #0e2851;
  border-radius: .375rem;
}

.schedule-container .schedule-item > .d-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.schedule-container .schedule-itemimg {
  margin-right: .75rem;
}

.schedule-container .schedule-itemimg .cicon {
  display: block;
  width: 1.4375rem;
  height: 1.4375rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.45));
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.45));
}

.schedule-container .schedule-itemtitle {
  position: absolute;
  top: -.5625rem;
  color: #76c7ff;
  font-size: .75rem;
  font-weight: bold;
  white-space: nowrap;
}

.schedule-container .schedule-itemvalue {
  margin-top: .25rem;
  color: white;
  font-size: 1.375rem;
  font-family: 'Lilita One', cursive;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.schedule-container .schedule-img {
  position: absolute;
  right: -.3125rem;
  top: -.1875rem;
}

.schedule-container .schedule-img .cicon {
  display: block;
  width: 6rem;
  height: 4.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.schedule-container .schedule-title {
  position: absolute;
  right: 1.3125rem;
  bottom: .5625rem;
}

.schedule-container .schedule-title .ctext {
  display: block;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.schedule-container .schedule-title .ctext::after {
  content: "";
  display: block;
  width: 4.9375rem;
  height: 1.1875rem;
  background-color: #ffe00d;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.ui-task .task-btn {
  --bs-gutter-x: .5625rem;
  margin: 0 calc(.5 * var(--bs-gutter-x)) 0.25rem;
}

.ui-task .task-btn > .row {
  --bs-gutter-x: .5625rem;
  margin-left: 0;
  margin-right: 0;
}

.ui-task .task-btn .col-2 {
  width: 20%;
}

.ui-task .task-btn .col-8 {
  width: 60%;
}

.task-container {
  position: relative;
  margin: 0 .625rem .9375rem;
  background: #045496;
  background: -webkit-gradient(linear, left top, left bottom, from(#045496), to(#012a5e));
  background: linear-gradient(to bottom, #045496, #012a5e);
  border: .125rem solid black;
  border-radius: .5rem;
  -webkit-filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
}

.task-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: .25rem;
  bottom: .375rem;
  border-radius: .5rem;
  background-color: #023875;
}

.task-container .task-header {
  position: relative;
  padding: 1rem 1.125rem .3125rem;
  z-index: 1;
}

.task-container .task-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/line_shadow.png) no-repeat center bottom/100% 1.0625rem;
}

.task-container .task-header > .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.task-container .task-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin-right: .75rem;
  width: 5.5625rem;
  height: 5.75rem;
  background-color: #d45306;
  border: .125rem solid black;
  border-radius: .75rem;
  -webkit-filter: drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.3));
}

.task-container .task-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: .1875rem;
  background: url(../images/bg_task.png) no-repeat left top/100% 100%;
  border-radius: .625rem;
}

.task-container .task-img .cblock-taskimg {
  position: absolute;
  left: .25rem;
  right: .25rem;
  top: .25rem;
  bottom: .4375rem;
  background: #ee5b15;
  background: radial-gradient(circle, #ee5b15, #852b0e);
  border: .0625rem solid #7b260a;
  border-radius: .5rem;
}

.task-container .task-img .cicon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4.375rem;
  height: 4.375rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.task-container .task-img .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: .4375rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.task-container .task-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  margin-bottom: .5rem;
  color: white;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.task-container .task-body {
  position: relative;
  padding: 0 1.3125rem;
  z-index: 1;
}

.task-container .task-body > .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .3125rem;
}

.task-container .task-subtitle .ctext {
  display: inline-block;
  margin-right: .625rem;
  margin-top: .375rem;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.task-container .task-subtitle .ctext::after {
  content: "";
  display: block;
  width: 2.9375rem;
  height: .9375rem;
  background-color: #0eeef1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.task-container .task-subvalue {
  color: white;
  font-size: 1.375rem;
  font-family: 'Lilita One', cursive;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.task-container .task-subtext {
  margin-bottom: .625rem;
  color: #76c7ff;
  font-size: 1.125rem;
}

.task-container .task-footer {
  position: relative;
  padding: 0 1.125rem .25rem;
  z-index: 1;
}

.task-container .task-footer > .row {
  --bs-gutter-x: .625rem;
}

.task-container .task-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: .75rem;
  padding: .5rem .5rem .5rem .5625rem;
  background-color: #0e2851;
  border-radius: .375rem;
}

.task-container .task-white {
  padding: .5625rem .5rem .4375rem .5625rem;
  background-color: #8cdcf4;
  border: .125rem solid black;
  border-radius: .5rem;
}

.task-container .task-white::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: .25rem;
  bottom: 0;
  background-color: white;
  border-radius: .5rem;
}

.task-container .task-white .task-itemimg {
  margin-left: .125rem;
  margin-right: .5rem;
}

.task-container .task-white .task-itemimg .cicon {
  width: 1.625rem;
  height: 1.625rem;
  -webkit-filter: none;
          filter: none;
}

.task-container .task-white .task-itemtitle .ctext {
  -webkit-filter: none;
          filter: none;
}

.task-container .task-white .task-itemtitle .ctext::after {
  width: 2.4375rem;
  height: 1.125rem;
  background-color: black;
}

.task-container .task-itemimg {
  position: relative;
  margin-right: .75rem;
  z-index: 1;
}

.task-container .task-itemimg .cicon {
  display: block;
  width: 1.8125rem;
  height: 1.8125rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.45));
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.45));
}

.task-container .task-itemimg .cicon-language {
  -webkit-filter: drop-shadow(-0.0625rem 0 0 #ccc) drop-shadow(0 -0.0625rem 0 #ccc) !important;
          filter: drop-shadow(-0.0625rem 0 0 #ccc) drop-shadow(0 -0.0625rem 0 #ccc) !important;
}

.task-container .task-itemimg .cicon-knowledge {
  -webkit-filter: drop-shadow(-0.0625rem 0 0 #ccc) drop-shadow(0 -0.0625rem 0 #ccc) drop-shadow(0 0.0625rem 0 #ccc) !important;
          filter: drop-shadow(-0.0625rem 0 0 #ccc) drop-shadow(0 -0.0625rem 0 #ccc) drop-shadow(0 0.0625rem 0 #ccc) !important;
}

.task-container .task-itemtitle {
  position: relative;
  z-index: 1;
}

.task-container .task-itemtitle .ctext {
  display: block;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.task-container .task-itemtitle .ctext::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1.4375rem;
  background-color: white;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.task-container .task-itemtitle .ctext-experience::after {
  width: 4.625rem;
}

.select-container {
  position: relative;
  margin: 0 .625rem 1.25rem;
  padding: .875rem 1.0625rem 1.1875rem 1.125rem;
  background-color: #002b55;
  border: .125rem solid black;
  border-radius: .75rem;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, 0.3));
}

.select-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: .3125rem;
  background-color: #0b74ce;
  border-radius: .75rem;
}

.select-container > .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-container .select-img {
  position: relative;
  margin-right: 1rem;
  z-index: 1;
  -webkit-filter: drop-shadow(-0.125rem 0 0 #00deff) drop-shadow(0.125rem 0 0 #00deff) drop-shadow(0 -0.125rem 0 #00deff) drop-shadow(0 0.125rem 0 #00deff);
          filter: drop-shadow(-0.125rem 0 0 #00deff) drop-shadow(0.125rem 0 0 #00deff) drop-shadow(0 -0.125rem 0 #00deff) drop-shadow(0 0.125rem 0 #00deff);
}

.select-container .select-img .cblock-selectimg {
  padding: .5625rem 1.3125rem .5625rem 1rem;
  background-color: #0058dc;
  -webkit-mask: url(../images/bg_select.svg) no-repeat center/contain;
          mask: url(../images/bg_select.svg) no-repeat center/contain;
}

.select-container .select-img .ctext {
  display: block;
}

.select-container .select-img .ctext::after {
  content: "";
  display: block;
  width: 2.6875rem;
  height: 1.25rem;
  background-color: white;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.select-container .select-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  color: white;
  font-size: 1.125rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}

.select-container .select-arrow {
  position: relative;
  margin-left: 1rem;
  z-index: 1;
}

.select-container .select-arrow .cicon {
  display: block;
  width: 1rem;
  height: .75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.2));
}

.ctest-container {
  position: relative;
  margin: 0 .625rem 1.25rem;
  padding: 1.25rem 1.125rem .375rem;
  background: #045496;
  background: -webkit-gradient(linear, left top, left bottom, from(#045496), to(#012a5e));
  background: linear-gradient(to bottom, #045496, #012a5e);
  border: .125rem solid black;
  border-radius: .5rem;
  -webkit-filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
}

.ctest-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: .25rem;
  bottom: .375rem;
  border-radius: .5rem;
  background-color: #023875;
}

.ctest-container:last-child {
  margin-bottom: .4375rem;
}

.ctest-container .ctest-title {
  position: relative;
  margin-top: -.25rem;
  margin-bottom: .75rem;
  padding: 0 .125rem;
  z-index: 1;
}

.ctest-container .ctest-title:first-child {
  margin-top: 0;
}

.ctest-container .ctest-title h1, .ctest-container .ctest-title h2, .ctest-container .ctest-title h3, .ctest-container .ctest-title h4, .ctest-container .ctest-title h5, .ctest-container .ctest-title h6 {
  margin-bottom: 0.5rem;
  color: white;
  line-height: 1.5;
  font-weight: 500;
}

.ctest-container .ctest-title h1 {
  font-size: 1.75rem;
}

.ctest-container .ctest-title h2 {
  font-size: 1.625rem;
}

.ctest-container .ctest-title h3 {
  font-size: 1.5rem;
}

.ctest-container .ctest-title h4 {
  font-size: 1.375rem;
}

.ctest-container .ctest-title h5 {
  font-size: 1.25rem;
}

.ctest-container .ctest-title h6 {
  font-size: 1.125rem;
}

.ctest-container .ctest-title p {
  margin-bottom: .5rem;
  color: white;
  font-size: 1.125rem;
}

.ctest-container .ctest-title ol, .ctest-container .ctest-title ul {
  margin-bottom: .75rem;
  padding-left: 1.75rem;
}

.ctest-container .ctest-title li {
  margin-bottom: .375rem;
  color: white;
  font-size: 1.125rem;
}

.ctest-container .ctest-fill {
  display: inline-block;
  width: 6.25rem;
  border-bottom: .0625rem solid white;
}

.ctest-container .ctest-image {
  position: relative;
  margin-top: .375rem;
  margin-bottom: 1.125rem;
  padding: .625rem;
  text-align: center;
  background-color: #0e2851;
  border-radius: .375rem;
  z-index: 1;
}

.ctest-container .ctest-image img {
  max-width: 100%;
  margin: 0 auto;
}

.ctest-container .ctest-audio {
  position: relative;
  margin-top: .375rem;
  margin-bottom: 1.125rem;
  padding: .625rem;
  background-color: #0e2851;
  border-radius: .375rem;
  z-index: 1;
}

.ctest-container .ctest-audio audio {
  display: block;
  width: 100%;
}

.ctest-container .ctest-video {
  position: relative;
  margin-top: .375rem;
  margin-bottom: 1.125rem;
  padding: .625rem;
  background-color: #0e2851;
  border-radius: .375rem;
  z-index: 1;
}

.ctest-container .ctest-video video {
  display: block;
  width: 100%;
  height: auto;
}

.ctest-container .ctest-iframe {
  position: relative;
  margin-top: .375rem;
  margin-bottom: 1.125rem;
  padding-bottom: 59%;
  background-color: #0e2851;
  border-radius: .375rem;
  z-index: 1;
}

.ctest-container .ctest-iframe iframe {
  position: absolute;
  left: .625rem;
  top: .625rem;
  width: calc(100% - 1.25rem) !important;
  height: calc(100% - 1.25rem) !important;
}

.ctest-container .ctest-hint {
  position: relative;
  margin-top: .375rem;
  margin-bottom: 1.125rem;
  z-index: 1;
}

.ctest-container .ctest-hintitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .75rem;
  padding: .25rem .8125rem .375rem;
  background-color: #f6a613;
  border-radius: .375rem;
  cursor: pointer;
}

.ctest-container .ctest-hintitem:last-child {
  margin-bottom: 0;
}

.ctest-container .ctest-hintitemimg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: .75rem;
}

.ctest-container .ctest-hintitemimg .cicon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.ctest-container .ctest-hintitemtitle {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: .125rem;
  color: white;
  font-size: 1.375rem;
  font-weight: bold;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.ctest-container .ctest-input {
  position: relative;
  margin-top: .375rem;
  margin-bottom: 1.125rem;
  z-index: 1;
}

.ctest-container .cblock-inputimg {
  margin-bottom: .75rem;
  padding-top: .25rem;
  background-color: #8cdcf4;
  border: .125rem solid black;
  border-radius: .5rem;
}

.ctest-container .cblock-inputimg:last-child {
  margin-bottom: 0;
}

.ctest-container .cblock-inputimg .form-control {
  display: block;
  width: 100%;
  padding: .5625rem .875rem;
  color: black;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: white;
  background-clip: padding-box;
  border: 0;
  border-radius: .5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ctest-container .cblock-inputimg .form-control::-webkit-input-placeholder {
  color: black;
}

.ctest-container .cblock-inputimg .form-control::-moz-placeholder {
  color: black;
}

.ctest-container .cblock-inputimg .form-control:-ms-input-placeholder {
  color: black;
}

.ctest-container .ctest-option {
  position: relative;
  margin-top: .375rem;
  margin-bottom: 1.125rem;
  z-index: 1;
}

.ctest-container .ctest-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .75rem;
  padding: .75rem .875rem;
  background-color: #0e2851;
  border-radius: .375rem;
  cursor: pointer;
}

.ctest-container .ctest-item:last-child {
  margin-bottom: 0;
}

.ctest-container .ctest-item.active {
  background-color: #0b7ee7;
  -webkit-box-shadow: 0 0 0 .0625rem white, 0 0 .375rem 0 white, 0 0 0 .0625rem white inset;
          box-shadow: 0 0 0 .0625rem white, 0 0 .375rem 0 white, 0 0 0 .0625rem white inset;
}

.ctest-container .ctest-itemimg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  margin-right: .75rem;
  width: 1.5625rem;
  height: 1.5625rem;
  text-align: center;
  color: black;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-family: 'Lilita One', cursive;
  background-color: white;
  border-radius: 50%;
}

.ctest-container .ctest-itemtitle {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: white;
  font-size: 1.25rem;
}

.chint-container {
  margin: 0;
  padding: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: linear-gradient(to bottom, transparent, transparent);
  border: 0;
  border-radius: 0;
  -webkit-filter: none;
          filter: none;
}

.chint-container:last-child {
  margin-bottom: -1.125rem;
}

.chint-container .ctest-title {
  text-align: center;
}

.chint-container .ctest-title h1, .chint-container .ctest-title h2, .chint-container .ctest-title h3, .chint-container .ctest-title h4, .chint-container .ctest-title h5, .chint-container .ctest-title h6, .chint-container .ctest-title p, .chint-container .ctest-title li {
  color: #b6bfee;
}

.cresult-container {
  position: relative;
  min-height: 28.75rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.cresult-container .cresult-header {
  position: absolute;
  left: 50%;
  top: 18.3125rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.cresult-container .cresult-theme .ctext {
  display: inline-block;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.cresult-container .cresult-theme .ctext::after {
  content: "";
  display: block;
  width: 7.4375rem;
  height: 1.75rem;
  background-color: #6adf1b;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.cresult-container .cresult-body {
  padding: 23.75rem 1.8125rem 1.625rem;
}

.cresult-container .cresult-body > .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cresult-container .cresult-title {
  margin-bottom: .25rem;
}

.cresult-container .cresult-title .ctext {
  display: inline-block;
  margin-top: .1875rem;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.cresult-container .cresult-title .ctext::after {
  content: "";
  display: block;
  width: 6.125rem;
  height: 1.4375rem;
  background-color: #ffe00d;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.cresult-container .cresult-text {
  margin-bottom: .25rem;
  text-align: center;
  color: white;
  font-size: 1.375rem;
  line-height: 1.3;
}

.cresult-container .cresult-title + .cresult-text {
  margin-left: .8125rem;
}

.cresult-container .cresult-hr {
  margin: .5rem 0;
  border-top: .125rem dashed white;
}

.cresult-container .cresult-footer {
  padding: 0 1.8125rem .875rem;
}

.cresult-container .cresult-footer > .row {
  --bs-gutter-x: .625rem;
}

.cresult-container .cresult-award {
  margin-bottom: 1.0625rem;
}

.cresult-container .cresult-award .ctext {
  display: block;
}

.cresult-container .cresult-award .ctext::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 11.0625rem;
  height: 1.3125rem;
  background-color: #b6bfee;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.cresult-container .cresult-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: .75rem;
  padding: .5rem .5rem .5rem .5625rem;
  background-color: #0e2851;
  border-radius: .375rem;
}

.cresult-container .cresult-white {
  padding: .5625rem .5rem .4375rem .5625rem;
  background-color: #8cdcf4;
  border: .125rem solid black;
  border-radius: .5rem;
}

.cresult-container .cresult-white::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: .25rem;
  bottom: 0;
  background-color: white;
  border-radius: .5rem;
}

.cresult-container .cresult-white .cresult-itemimg {
  margin-left: .125rem;
  margin-right: .5rem;
}

.cresult-container .cresult-white .cresult-itemimg .cicon {
  width: 1.625rem;
  height: 1.625rem;
  -webkit-filter: none;
          filter: none;
}

.cresult-container .cresult-white .cresult-itemvalue {
  color: black;
  font-size: 1.375rem;
  -webkit-filter: none;
          filter: none;
}

.cresult-container .cresult-itemimg {
  position: relative;
  margin-right: .75rem;
  z-index: 1;
}

.cresult-container .cresult-itemimg .cicon {
  display: block;
  width: 1.8125rem;
  height: 1.8125rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.45));
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.45));
}

.cresult-container .cresult-itemimg .cicon-language {
  -webkit-filter: drop-shadow(-0.0625rem 0 0 #ccc) drop-shadow(0 -0.0625rem 0 #ccc) !important;
          filter: drop-shadow(-0.0625rem 0 0 #ccc) drop-shadow(0 -0.0625rem 0 #ccc) !important;
}

.cresult-container .cresult-itemimg .cicon-knowledge {
  -webkit-filter: drop-shadow(-0.0625rem 0 0 #ccc) drop-shadow(0 -0.0625rem 0 #ccc) drop-shadow(0 0.0625rem 0 #ccc) !important;
          filter: drop-shadow(-0.0625rem 0 0 #ccc) drop-shadow(0 -0.0625rem 0 #ccc) drop-shadow(0 0.0625rem 0 #ccc) !important;
}

.cresult-container .cresult-itemvalue {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 1.6875rem;
  line-height: 1;
  font-family: 'Lilita One', cursive;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.cresult-correct {
  background-image: url(../images/bg_correct.png);
}

.cresult-wrong {
  background-image: url(../images/bg_wrong.png);
}

.cresult-wrong .cresult-header {
  top: 14.6875rem;
}

.cresult-wrong .cresult-theme {
  color: #ea2642;
  font-size: 2.25rem;
  line-height: 1;
  font-family: 'Lilita One', cursive;
  white-space: nowrap;
  -webkit-filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.1875rem 0 black);
          filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.1875rem 0 black);
}

.hint-container {
  position: relative;
  margin: 0 .625rem;
  padding: .875rem 1.0625rem .9375rem 1.125rem;
  background-color: #0b74ce;
  border: .125rem solid black;
  border-width: .125rem .125rem 0 .125rem;
  border-radius: .75rem .75rem 0 0;
}

.hint-container > .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hint-container .hint-img {
  margin-right: 1rem;
  -webkit-filter: drop-shadow(-0.125rem 0 0 #00deff) drop-shadow(0.125rem 0 0 #00deff) drop-shadow(0 -0.125rem 0 #00deff) drop-shadow(0 0.125rem 0 #00deff);
          filter: drop-shadow(-0.125rem 0 0 #00deff) drop-shadow(0.125rem 0 0 #00deff) drop-shadow(0 -0.125rem 0 #00deff) drop-shadow(0 0.125rem 0 #00deff);
}

.hint-container .hint-img .cblock-hintimg {
  padding: .5625rem 1.3125rem .5625rem 1rem;
  background-color: #0058dc;
  -webkit-mask: url(../images/bg_select.svg) no-repeat center/contain;
          mask: url(../images/bg_select.svg) no-repeat center/contain;
}

.hint-container .hint-img .ctext {
  display: block;
}

.hint-container .hint-img .ctext::after {
  content: "";
  display: block;
  width: 2.6875rem;
  height: 1.25rem;
  background-color: white;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.hint-container .hint-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: white;
  font-size: .9375rem;
}

.experience-container {
  position: relative;
  margin: 0 .625rem 1.25rem;
  padding: .75rem 1.5625rem 1rem 1.375rem;
  background-color: #002b55;
  border: .125rem solid black;
  border-width: 0 .125rem .125rem .125rem;
  border-radius: 0 0 .75rem .75rem;
  -webkit-filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, 0.3));
}

.experience-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: .3125rem;
  background-color: #013f76;
  border-radius: 0 0 .75rem .75rem;
}

.experience-container > .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.experience-container .experience-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin-right: -.5rem;
  width: 3.1875rem;
  height: 3.3125rem;
  background: url(../images/icon_level.svg) no-repeat center/contain;
  z-index: 1;
  -webkit-filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.25));
}

.experience-container .experience-level {
  text-align: center;
  color: white;
  font-size: 1.6875rem;
  line-height: 3.1875rem;
  font-family: 'Lilita One', cursive;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.experience-container .experience-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  height: 2.1875rem;
  background-color: #08143e;
  border: .125rem solid black;
  border-radius: 0 .375rem .375rem 0;
}

.experience-container .experience-itembar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #009ef9;
  border-radius: 0 .3125rem .3125rem 0;
}

.experience-container .experience-itembar::before {
  content: "";
  position: absolute;
  left: 0;
  right: .1875rem;
  top: 0;
  bottom: 1rem;
  background-color: #00d2ff;
  border-radius: 0 .1875rem .3125rem 0;
}

.experience-container .experience-itemvalue {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: white;
  font-size: 1.25rem;
  font-family: 'Lilita One', cursive;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.gold-container {
  margin: 0 .625rem 1.75rem;
}

.gold-container > .d-flex {
  --bs-btn-padding-x: 1.125rem;
  --bs-btn-padding-y: .8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  cursor: auto;
  -webkit-filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, 0.3));
}

.gold-container .gold-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin-right: 1.375rem;
  padding: .5625rem 1rem;
  background-color: black;
  border-radius: .375rem;
  z-index: 1;
}

.gold-container .gold-title .ctext {
  display: block;
  -webkit-filter: none;
          filter: none;
}

.gold-container .gold-title .ctext::after {
  content: "";
  display: block;
  width: 2.6875rem;
  height: 1.25rem;
  background-color: white;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.gold-container .gold-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin-right: .75rem;
  z-index: 1;
}

.gold-container .gold-img .cicon {
  display: block;
  width: 1.8125rem;
  height: 1.8125rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.45));
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.45));
}

.gold-container .gold-value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  color: white;
  font-size: 1.6875rem;
  font-family: 'Lilita One', cursive;
  z-index: 1;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.attribute-container {
  position: relative;
  margin: 0 .625rem 1.75rem;
  background: #045496;
  background: -webkit-gradient(linear, left top, left bottom, from(#045496), to(#012a5e));
  background: linear-gradient(to bottom, #045496, #012a5e);
  border: .125rem solid black;
  border-radius: .5rem;
  -webkit-filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
}

.attribute-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: .25rem;
  bottom: .375rem;
  border-radius: .5rem;
  background: #025392;
  background: radial-gradient(circle, #025392, #023875);
}

.attribute-container .attribute-header {
  position: relative;
  padding: .5rem .375rem .625rem;
  z-index: 1;
}

.attribute-container .attribute-header > .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.attribute-container .attribute-img .cicon {
  display: inline-block;
  margin: 0 .125rem;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.attribute-container .attribute-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin-top: -1rem;
  width: 9.4375rem;
  height: 3.875rem;
  background: url(../images/icon_attribute.svg) no-repeat center/contain;
  -webkit-filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.25));
}

.attribute-container .attribute-title .ctext {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 43%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.attribute-container .attribute-title .ctext::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 1.4375rem;
  background-color: white;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.attribute-container .attribute-body {
  position: relative;
  z-index: 1;
}

.attribute-container .attribute-body > .row {
  --bs-gutter-x: .625rem;
  margin-right: calc(.5 * var(--bs-gutter-x));
  margin-left: calc(.5 * var(--bs-gutter-x));
  margin-bottom: .5rem;
}

.attribute-container .attribute-body .col-3:nth-child(4n+1) .cblock-attributeimg::after {
  background: #354d7c;
  background: -webkit-gradient(linear, left top, left bottom, from(#354d7c), to(#8d82a5));
  background: linear-gradient(to bottom, #354d7c, #8d82a5);
}

.attribute-container .attribute-body .col-3:nth-child(4n+2) .cblock-attributeimg::after {
  background: #da8936;
  background: -webkit-gradient(linear, left top, left bottom, from(#da8936), to(#f7df4b));
  background: linear-gradient(to bottom, #da8936, #f7df4b);
}

.attribute-container .attribute-body .col-3:nth-child(4n+3) .cblock-attributeimg::after {
  background: #7c1cd6;
  background: -webkit-gradient(linear, left top, left bottom, from(#7c1cd6), to(#c540e9));
  background: linear-gradient(to bottom, #7c1cd6, #c540e9);
}

.attribute-container .attribute-body .col-3:nth-child(4n) .cblock-attributeimg::after {
  background: #008b81;
  background: -webkit-gradient(linear, left top, left bottom, from(#008b81), to(#60d163));
  background: linear-gradient(to bottom, #008b81, #60d163);
}

.attribute-container .attribute-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.attribute-container .cblock-attributeimg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 4.8125rem;
  height: 4.9375rem;
  background-color: #96aef0;
  border: .125rem solid black;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-filter: drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.25));
}

.attribute-container .cblock-attributeimg::after {
  content: "";
  position: absolute;
  left: 50%;
  top: .125rem;
  bottom: 0.375rem;
  width: 4.5625rem;
  height: 4.5625rem;
  border: .25rem solid white;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.attribute-container .attribute-itemimg {
  position: relative;
  z-index: 2;
}

.attribute-container .attribute-itemimg .cicon {
  display: block;
  margin: .9375rem auto 0;
  width: 2.75rem;
  height: 2.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.1875rem 0 black);
          filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.1875rem 0 black);
}

.attribute-container .attribute-itemtitle {
  position: relative;
  margin-top: -.5rem;
  z-index: 2;
}

.attribute-container .attribute-itemtitle .ctext {
  display: block;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 white) drop-shadow(0.0625rem 0 0 white) drop-shadow(0 -0.0625rem 0 white) drop-shadow(0 0.0625rem 0 white) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 white) drop-shadow(0.0625rem 0 0 white) drop-shadow(0 -0.0625rem 0 white) drop-shadow(0 0.0625rem 0 white) drop-shadow(0 0.125rem 0 black);
}

.attribute-container .attribute-itemtitle .ctext::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 2.125rem;
  height: 1.125rem;
  background-color: black;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.attribute-container .attribute-itemvalue {
  margin: .5rem auto .375rem;
  text-align: center;
  color: white;
  font-size: 1.0625rem;
  font-family: 'Lilita One', cursive;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.medal-container {
  position: relative;
  margin: 0 .625rem .25rem;
  background: #045496;
  background: -webkit-gradient(linear, left top, left bottom, from(#045496), to(#012a5e));
  background: linear-gradient(to bottom, #045496, #012a5e);
  border: .125rem solid black;
  border-radius: .5rem;
  -webkit-filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
}

.medal-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: .25rem;
  bottom: .375rem;
  border-radius: .5rem;
  background: #025392;
  background: radial-gradient(circle, #025392, #023875);
}

.medal-container .medal-header {
  position: relative;
  padding: .5rem .375rem .625rem;
  z-index: 1;
}

.medal-container .medal-header > .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.medal-container .medal-img .cicon {
  display: inline-block;
  margin: 0 .125rem;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.medal-container .medal-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin-top: -1rem;
  width: 9.4375rem;
  height: 3.875rem;
  background: url(../images/icon_medal.svg) no-repeat center/contain;
  -webkit-filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.25rem 0 rgba(0, 0, 0, 0.25));
}

.medal-container .medal-title .ctext {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 43%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.medal-container .medal-title .ctext::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 1.4375rem;
  background-color: white;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.medal-container .medal-body {
  position: relative;
  z-index: 1;
}

.medal-container .medal-body > .row {
  --bs-gutter-x: .625rem;
  margin-right: calc(.5 * var(--bs-gutter-x));
  margin-left: calc(.5 * var(--bs-gutter-x));
  margin-bottom: .5rem;
}

.medal-container .medal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}

.medal-container .medal-itemimg {
  position: relative;
  z-index: 2;
}

.medal-container .medal-itemimg .cicon {
  display: block;
  margin: .9375rem auto 0;
  width: 2.75rem;
  height: 2.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.1875rem 0 black);
          filter: drop-shadow(-0.125rem 0 0 black) drop-shadow(0.125rem 0 0 black) drop-shadow(0 -0.125rem 0 black) drop-shadow(0 0.125rem 0 black) drop-shadow(0 0.1875rem 0 black);
}

.medal-container .medal-itemtitle {
  position: relative;
  margin-bottom: .75rem;
  z-index: 2;
}

.medal-container .medal-itemtitle .ctext {
  display: block;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 white) drop-shadow(0.0625rem 0 0 white) drop-shadow(0 -0.0625rem 0 white) drop-shadow(0 0.0625rem 0 white) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 white) drop-shadow(0.0625rem 0 0 white) drop-shadow(0 -0.0625rem 0 white) drop-shadow(0 0.0625rem 0 white) drop-shadow(0 0.125rem 0 black);
}

.medal-container .medal-itemtitle .ctext::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 3.1875rem;
  height: 2.25rem;
  background-color: black;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.nodata-container {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.nodata-container .nodata-img img {
  max-width: 100%;
}

.nodata-container .nodata-text {
  padding: .25rem 2rem .875rem;
  color: white;
  font-size: 1.125rem;
}

.nodata-container .nodata-text a {
  color: #8bdcef;
  font-size: 1.125rem;
  text-decoration: none;
}

.avatar-container {
  position: relative;
  margin: .9375rem .625rem 0;
  padding: 0 .875rem;
  background-color: #0475b5;
  border: .125rem solid black;
  border-bottom: 0;
  border-radius: .5rem .5rem 0 0;
}

.avatar-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: .25rem;
  bottom: 0;
  border-radius: .5rem .5rem 0 0;
  background-color: #025e9e;
}

.avatar-container > .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.avatar-container .avatar-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin: -1.0625rem .625rem .625rem 0;
  width: 6.25rem;
  height: 6.25rem;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#cecefa));
  background: linear-gradient(to bottom, white, #cecefa);
  border: .0625rem solid black;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.3125rem 0 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.3125rem 0 0 rgba(0, 0, 0, 0.25);
}

.avatar-container .avatar-img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.avatar-container .avatar-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5.375rem;
  height: 5.375rem;
  border: .125rem solid white;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.avatar-container .avatar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  height: 3.125rem;
  background-color: #002b55;
  border: .0625rem solid black;
  border-radius: .5rem;
}

.avatar-container .avatar-name {
  display: -webkit-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 .875rem;
  color: white;
  font-size: 1.375rem;
  font-weight: bold;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.avatar-container .btn {
  --bs-btn-padding-x: .75rem;
  --bs-btn-padding-y: .875rem;
  margin: -.0625rem -.0625rem -.0625rem 0;
  border-width: .0625rem !important;
  border-radius: .5rem;
  -webkit-filter: none;
          filter: none;
}

.avatar-container .btn::before {
  border-radius: .5rem;
}

.avatar-container .btn::after {
  border-radius: .5rem .375rem .5rem 0;
}

.avatar-container .btn .cicon {
  display: block;
  position: relative;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
  z-index: 2;
}

.avatar-container .btn .cicon::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: white;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.avatar-container .avatar-camera {
  position: absolute;
  left: 58%;
  bottom: 12%;
  line-height: 1;
}

.avatar-container .avatar-camera .form-file-label {
  padding: .8125rem;
  line-height: 1;
  background-color: #002b55;
  border: .0625rem solid black !important;
  border-radius: 50%;
}

.avatar-container .avatar-camera .form-file-label .cicon {
  display: block;
  position: relative;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
  z-index: 2;
}

.avatar-container .avatar-camera .form-file-label .cicon::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: white;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.avatar-container .avatar-camera .form-file-input {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3rem;
  height: 3rem;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.personal-container > .d-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.personal-container .avatar-img {
  margin: -1.0625rem 0 .625rem;
}

.personalform-container {
  position: relative;
  margin: 0 .625rem .25rem;
  padding: 1.25rem .875rem 1.375rem;
  background: #012a58;
  background: -webkit-gradient(linear, left top, left bottom, from(#012a58), to(#012a5e));
  background: linear-gradient(to bottom, #012a58, #012a5e);
  border: .125rem solid black;
  border-width: .0625rem .125rem .125rem .125rem;
  border-radius: 0 0 .5rem .5rem;
  -webkit-filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
}

.personalform-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: .3125rem;
  bottom: .375rem;
  border-radius: 0 0 .5rem .5rem;
  background-color: #023875;
}

.personalform-container .mb-3b:last-child {
  margin-bottom: 0 !important;
}

.personalform-container .mb-3b > .row {
  --bs-gutter-x: .875rem;
}

.personalform-container .form-label {
  position: relative;
  padding-left: .875rem;
  color: white;
  font-size: 1.375rem;
  font-weight: bold;
  z-index: 1;
}

.personalform-container .form-input {
  position: relative;
  z-index: 1;
}

.personalform-container .cblock-inputimg {
  margin-bottom: .75rem;
  padding-top: .25rem;
  background-color: #8cdcf4;
  border: .125rem solid black;
  border-radius: .5rem;
}

.personalform-container .cblock-inputimg:last-child {
  margin-bottom: 0;
}

.personalform-container .cblock-inputimg .form-control {
  display: block;
  width: 100%;
  padding: .5625rem .875rem;
  color: black;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: white;
  background-clip: padding-box;
  border: 0;
  border-radius: .5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.personalform-container .cblock-inputimg .form-control::-webkit-input-placeholder {
  color: black;
}

.personalform-container .cblock-inputimg .form-control::-moz-placeholder {
  color: black;
}

.personalform-container .cblock-inputimg .form-control:-ms-input-placeholder {
  color: black;
}

.change-container {
  background: #045496;
  background: -webkit-gradient(linear, left top, left bottom, from(#045496), to(#012a5e));
  background: linear-gradient(to bottom, #045496, #012a5e);
  border-width: .125rem;
  border-radius: .5rem;
}

.change-container::before {
  top: .25rem;
  border-radius: .5rem;
}

.detail-container .detail-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 .625rem 1.25rem;
  padding: 1.25rem 1.125rem .375rem;
  background: #045496;
  background: -webkit-gradient(linear, left top, left bottom, from(#045496), to(#012a5e));
  background: linear-gradient(to bottom, #045496, #012a5e);
  border: .125rem solid black;
  border-radius: .5rem;
  -webkit-filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
}

.detail-container .detail-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: .25rem;
  bottom: .375rem;
  border-radius: .5rem;
  background-color: #023875;
}

.detail-container .detail-box:last-child {
  margin-bottom: 0;
}

.detail-container .detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .875rem;
}

.detail-container .detail-itemimg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin-right: 1rem;
  width: 1.75rem;
  height: 1.75rem;
}

.detail-container .detail-itemimg .cicon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.75rem;
  height: 1.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, 0.3));
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.detail-container .detail-itemtitle {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  color: white;
  font-size: 1.125rem;
  z-index: 1;
}

.detail-container .detail-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  margin-bottom: .875rem;
  z-index: 1;
}

.detail-container .detail-content p {
  margin-bottom: .375rem;
  color: white;
  font-size: 1.0625rem;
}

.detail-container .detail-content p:last-child {
  margin-bottom: 0;
}

.detail-container .detail-content ol, .detail-container .detail-content ul {
  padding-left: 1.75rem;
}

.detail-container .detail-content li {
  margin-bottom: .375rem;
  color: white;
  font-size: 1.0625rem;
}

.detail-container .detail-content li:last-child {
  margin-bottom: 0;
}

.detail-container .detail-image {
  position: relative;
  margin-bottom: .875rem;
  padding: .625rem;
  text-align: center;
  background-color: #0e2851;
  border-radius: .375rem;
  z-index: 1;
}

.detail-container .detail-image img {
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .cresult-container .cresult-header {
    top: 19.8125rem;
  }
  .cresult-wrong .cresult-header {
    top: 16.1875rem;
  }
}

.open-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #051525;
  opacity: 0;
  pointer-events: none;
  z-index: 1050;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.open-backdrop.show {
  opacity: 1;
  pointer-events: auto;
}

.open-window {
  --bs-modal-margin: .625rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  z-index: 1055;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.open-window.show {
  opacity: 1;
}

.open-window.show .open-container {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.open-window.show .open-content {
  pointer-events: auto;
}

.open-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: var(--bs-modal-margin);
  height: calc(100% - var(--bs-modal-margin) * 2);
  min-height: calc(100% - var(--bs-modal-margin) * 2);
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.open-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  max-height: 100%;
  background: #045496;
  background: -webkit-gradient(linear, left top, left bottom, from(#045496), to(#012a5e));
  background: linear-gradient(to bottom, #045496, #012a5e);
  border: .125rem solid black;
  border-radius: .5rem;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.375rem 0 rgba(0, 0, 0, 0.3));
}

.open-content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: .25rem;
  bottom: .375rem;
  border-radius: .5rem;
  background-color: #023875;
}

.open-header {
  position: relative;
  padding: 1.375rem 1.125rem 2rem;
  text-align: center;
  z-index: 1;
}

.open-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/line_shadow.png) no-repeat center bottom/100% 1.0625rem;
}

.open-header .ctext {
  display: inline-block;
  -webkit-filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
          filter: drop-shadow(-0.0625rem 0 0 black) drop-shadow(0.0625rem 0 0 black) drop-shadow(0 -0.0625rem 0 black) drop-shadow(0 0.0625rem 0 black) drop-shadow(0 0.125rem 0 black);
}

.open-header .ctext::after {
  content: "";
  display: block;
  width: 3.25rem;
  height: 1.5625rem;
  background-color: white;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.open-header .cword {
  display: inline-block;
  color: white;
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: bold;
}

.open-body {
  position: relative;
  padding: .5rem 1.125rem;
  overflow-y: auto;
  z-index: 1;
}

.open-footer {
  position: relative;
  padding: 1rem 1.125rem 1.875rem;
  z-index: 1;
}

.open-footer > .row {
  --bs-gutter-x: .6875rem;
}

.swal-height {
  min-height: 340px;
  overflow-y: hidden !important;
  height: 50dvh;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-grid-columns: minmax(0, 100%);
      grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0.5em 0em;
  border: none;
  border-radius: 5px;
  background: none !important;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-actions-2 {
  position: fixed;
  left: 30%;
  bottom: 35%;
  z-index: 1;
}

.app-version {
  position: fixed;
  left: 42%;
  bottom: 12%;
  color: #9d9d9d;
}
/*# sourceMappingURL=layout.css.map */