#header-top .toggle-head .layout {
  justify-content: space-between;
}
@media (max-width: 1000px) {
  #header-top .toggle-head .layout {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1000px) {
  #header-top .toggle-head .layout .nuri-txt {
    font-size: 1.4rem;
  }
}
#header-top .toggle-head .layout .help-text {
  display: flex;
  align-items: center;
  padding: 0.6rem 0;
  min-height: 3.2rem;
  color: #1D1D1D;
  font-size: 1.4rem;
  line-height: 1.1;
  opacity: 1;
  transition: opacity 0.35s ease;
}
@media (max-width: 1000px) {
  #header-top .toggle-head .layout .help-text {
    padding-left: 3.2rem;
    padding-bottom: 1.2rem;
    padding-top: 0;
    margin-top: -0.6rem;
    display: inline-block;
  }
}
#header-top .toggle-head .layout .help-text.help-text--before-widget {
  display: none !important;
}
#header-top .toggle-head .layout .help-text.help-text--translating {
  opacity: 0;
}
#header-top .toggle-head .layout .help-text b {
  font-weight: bold;
  color: #002A4B;
  letter-spacing: -0.03rem;
  text-decoration: underline;
}
#header-top .toggle-head .layout:after {
  display: none;
}

/*# sourceMappingURL=acego.custom.css.map */
