@charset "utf-8";

html {
  margin-top: 0 !important;
}

#contents {
  margin-top: -32px !important;
}

/* #main_menu {
  background-color: #0A4B6A !important;
} */

.logo_wrp {
  display: flex;
  align-items: center;
  gap: 20px;
}
.logo_wrp .logo_txt{
  font-weight: bold;
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
}

.entry_btn01 {
  background: #00A0E9 !important;
}

footer {
  position: relative !important;
}

footer .entry_wrp div a {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

footer .entry_wrp div a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 1;
  pointer-events: none;
}

footer .entry_wrp div a:hover {
  opacity: 1;
}

footer .entry_wrp div a:hover::before {
  opacity: 1;
}

footer .entry_wrp div a.term_3 {
  background: #00A0E9 !important;
}
footer .entry_wrp div a.term_2 {
  background: #3F53D9 !important;
}
footer .footer_link {
  background: #050038 !important;
}