html {
  scroll-padding-top: 100px;
}
html body header #global_nav ul li div {
  display: block;
  color: #444;
}
html body header #global_nav ul li div.alpha:hover {
  filter: none;
  opacity: unset;
}
html body header #global_nav ul li div span {
  color: #444;
  font-size: min(2.5rem, 40px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  html body header #global_nav ul li div span {
    font-size: 20px;
  }
}
html body header #global_nav ul li div span::after {
  content: attr(data-subtitle);
  display: block;
  font-size: min(1.125rem, 18px);
  font-weight: 400;
  margin-top: min(1.042vw, 20px);
}
html body .paginate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(0.26vw, 5px);
  margin: min(3.125vw, 60px) auto 0;
  position: relative;
}
html body .paginate .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(0.875rem, 14px);
  height: min(1.563vw, 30px);
  width: min(1.563vw, 30px);
}
html body .paginate span:not(.dots) {
  background: #000;
  color: #fff;
}

div.mw_wp_form {
  width: 100%;
}
div.mw_wp_form.mw_wp_form_input .btn_submit {
  background-image: url(../img/btn_confirm.png) !important;
}
div.mw_wp_form:not(.mw_wp_form_input) .wp_form_input {
  display: none !important;
}
div.mw_wp_form:not(.mw_wp_form_confirm) .wp_form_confirm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  html body .paginate {
    gap: min(1.163vw, 5px);
    margin: min(6.977vw, 30px) auto 0;
  }
  html body .paginate .page-numbers {
    width: min(6.977vw, 30px);
    height: min(6.977vw, 30px);
  }
  html body .paginate span:not(.dots) {
    background: #000;
    color: #fff;
  }
}

/*# sourceMappingURL=added.css.map */
