/* Shared production shell. Kept compatible with the PHP 5.3-era pages. */
#dropmenudiv {
  position: absolute;
  z-index: 100;
  border: 0;
  border-bottom-width: 0;
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 30px;
}

#dropmenudiv a,
#dropmenudiv span {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 10px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
  text-indent: 2px;
}

#dropmenudiv a:hover,
#dropmenudiv a:focus {
  background-color: #007f86;
  color: #ffffff;
  box-shadow: inset 5px 0 0 #e7ff4f;
}

.top-nav {
  background: #06044e;
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Arial, sans-serif;
}

.top-nav-logo {
  display: block;
  width: 125px;
  height: 82px;
  text-align: center;
}

.top-nav-logo img { margin-top: 8px; }

.top-nav-link {
  display: block;
  box-sizing: border-box;
  height: 82px;
  padding-top: 18px;
  color: #ffffff !important;
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}

.top-nav-link:hover,
.top-nav-link:focus {
  background: #007f86;
  color: #ffffff !important;
}

.top-nav-single { padding-top: 30px; }

.top-nav-brand {
  display: block;
  margin-bottom: 4px;
  color: #72a8c9;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.top-nav-title { display: block; }
.top-nav-title-tight { font-size: 16px; }

.site-english-link {
  position: absolute;
  top: 90px;
  right: 34px;
  z-index: 120;
  display: block;
  padding: 7px 13px;
  background: #ff9f1c;
  color: #06044e;
  border-radius: 3px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}

.mobile-site-header { display: none; }

.site-home-main { text-align: center; }

.site-home-hero {
  width: 1435px;
  height: 791px;
  margin: 0 auto;
  background: url("../images/main/main21.jpg?v=20260705d") center center no-repeat;
  background-size: cover;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer { font-family: Arial, sans-serif; }
.site-footer__cta-cell { padding-left: 26px; }

.site-footer__cta {
  display: inline-block;
  height: 42px;
  padding: 0 22px;
  background: #ff8a00;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 42px;
  text-decoration: none;
}

.site-footer__nav a {
  display: block;
  height: 60px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  text-decoration: none;
}

.site-footer__details { color: #07142b; }

.site-footer__company {
  padding-left: 58px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.site-footer__company span { font-size: 16px; }

.site-footer__contact {
  font-size: 12px;
  font-weight: bold;
  line-height: 19px;
}

.site-footer__legal {
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
}

@media screen and (max-width: 899px) {
  html,
  body {
    width: 100%;
    min-width: 0 !important;
    overflow-x: hidden;
  }

  .top-nav,
  .site-english-link,
  #dropmenudiv {
    display: none !important;
  }

  .mobile-site-header {
    display: block;
    width: 100%;
    background: #06044e;
    font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Arial, sans-serif;
  }

  .mobile-site-bar {
    display: flex;
    align-items: center;
    min-height: 74px;
    padding: 0 16px;
  }

  .mobile-site-logo {
    display: block;
    width: 105px;
    height: 65px;
  }

  .mobile-site-logo img {
    display: block;
    width: 105px;
    height: 65px;
  }

  .mobile-site-english {
    margin-left: auto;
    padding: 8px 10px;
    color: #06044e;
    background: #ff9f1c;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
  }

  .mobile-site-toggle {
    min-width: 62px;
    height: 36px;
    margin-left: 10px;
    padding: 0 10px;
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 3px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
  }

  .mobile-site-nav {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, .22);
  }

  .mobile-site-nav.is-open { display: block; }

  .mobile-site-nav a {
    display: block;
    min-height: 48px;
    padding: 0 20px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    text-decoration: none;
  }

  .mobile-site-nav a:focus,
  .mobile-site-nav a:hover { background: #007f86; }

  table[width] {
    width: 100% !important;
    max-width: 100% !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .site-home-hero {
    display: block;
    width: 100%;
    height: auto !important;
    aspect-ratio: 1435 / 791;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .site-footer,
  .site-footer > tbody,
  .site-footer > tbody > tr,
  .site-footer > tbody > tr > td,
  .site-footer__nav,
  .site-footer__nav > tbody,
  .site-footer__nav > tbody > tr,
  .site-footer__details,
  .site-footer__details > tbody,
  .site-footer__details > tbody > tr {
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  .site-footer__cta-cell {
    height: 76px !important;
    padding: 17px 16px !important;
    box-sizing: border-box;
  }

  .site-footer__cta { width: 100%; box-sizing: border-box; text-align: center; }

  .site-footer__nav td {
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  .site-footer__nav a {
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    line-height: 50px;
  }

  .site-footer__details td {
    display: block;
    width: 100% !important;
    padding: 18px 20px !important;
    box-sizing: border-box;
    text-align: left !important;
  }

  .site-footer__company,
  .site-footer__contact,
  .site-footer__legal {
    font-size: 13px;
    line-height: 21px;
  }

  .site-footer__company { font-size: 18px; }
  .site-footer__company span { font-size: 15px; }

  .draft-wrap,
  .menu3-wrap { width: 100% !important; }

  .draft-main,
  .menu3-main {
    display: block;
    width: auto !important;
    margin: 0;
    padding: 32px 20px 40px;
  }

  .draft-side,
  .draft-content {
    display: block;
    width: auto !important;
    padding-right: 0;
  }

  .side-title { margin-bottom: 18px; font-size: 25px; line-height: 32px; }
  .side-menu { margin-bottom: 30px; }
  .side-menu a { padding: 13px 16px; font-size: 17px; line-height: 23px; }
  .page-title,
  .menu3-title { font-size: 29px; line-height: 38px; }
  .lead,
  .menu3-lead { font-size: 16px; line-height: 27px; }
  .advantage-grid,
  .sound-card-grid { grid-template-columns: 1fr; gap: 16px; }
  .advantage-card,
  .sound-card { min-height: 0; }

  .menu3-hero,
  .menu3-hero-text,
  .menu3-visual { display: block; width: auto; }

  .menu3-hero-text { padding: 24px 20px; }
  .menu3-visual { min-height: 160px; }
  .sound-panel { transform: scale(.78); transform-origin: center top; }
}
