html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #ffffff;
  color: #545454;
  font-family: Tahoma, Arial, Gulim, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

a {
  color: #545454;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button {
  font: inherit;
}

.page-shell {
  width: 904px;
  min-height: 100vh;
  margin: 0 auto;
  background: url("assets/images/main_01.gif") repeat-y center top;
}

.site-header {
  display: flex;
  width: 904px;
  height: 77px;
  background: url("assets/images/top_bg.gif") repeat-x left top;
}

.logo-link {
  display: block;
  width: 160px;
  height: 77px;
}

.logo-link img,
.site-footer img,
.quick-banners img {
  display: block;
}

.header-fill {
  width: 300px;
}

.header-tools {
  display: flex;
  width: 444px;
  height: 77px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
  box-sizing: border-box;
  padding-top: 22px;
  padding-right: 0;
  background: url("assets/images/top_04.gif") no-repeat right top;
}

.flash-menu {
  display: flex;
  width: 904px;
  height: 60px;
  align-items: stretch;
  background: linear-gradient(#f9f9f9 0%, #e6e6e6 46%, #cfcfcf 47%, #f4f4f4 100%);
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #b9b9b9;
  box-sizing: border-box;
}

.menu-item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding: 0 10px;
  border: 0;
  border-right: 1px solid #c8c8c8;
  background: transparent;
  color: #4d4d4d;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  cursor: pointer;
}

.menu-item:hover,
.menu-item.active {
  color: #ffffff;
  background: linear-gradient(#5ea4d5, #1f6eaa);
}

.hero-slider {
  position: relative;
  width: 904px;
  height: 364px;
  overflow: hidden;
  background: #cfe7f3;
}

.main-visual {
  display: block;
  width: 904px;
  height: 364px;
  object-fit: cover;
}

.hero-track {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-card {
  position: absolute;
  top: 5px;
  display: block;
  width: 491px;
  height: 332px;
  text-decoration: none;
  transform-origin: center center;
  transition: left 520ms ease, top 520ms ease, opacity 520ms ease, transform 520ms ease;
}

.hero-card img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  image-rendering: auto;
}

.hero-card.active {
  left: 57px;
  top: 5px;
  z-index: 4;
  opacity: 1;
  transform: scale(1);
}

.hero-card.prev {
  left: -118px;
  top: 8px;
  z-index: 2;
  opacity: 0.38;
  transform: scale(0.56);
}

.hero-card.next {
  left: 268px;
  top: 8px;
  z-index: 2;
  opacity: 0.43;
  transform: scale(0.56);
}

.hero-card.far {
  left: 431px;
  top: 8px;
  z-index: 1;
  opacity: 0.34;
  transform: scale(0.56);
}

.hero-arrow {
  position: absolute;
  top: 157px;
  z-index: 8;
  width: 42px;
  height: 54px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #e5fff0;
  font-family: Georgia, serif;
  font-size: 78px;
  line-height: 46px;
  text-shadow: 0 1px 0 #ffffff, 0 0 6px rgba(40, 160, 85, 0.5);
  cursor: pointer;
}

.hero-arrow:hover {
  color: #bff0c5;
}

.hero-arrow-prev {
  left: 72px;
}

.hero-arrow-next {
  right: 64px;
}

.hero-controls {
  position: absolute;
  left: 374px;
  bottom: 18px;
  z-index: 7;
  display: flex;
  gap: 5px;
}

.hero-dot {
  width: 20px;
  height: 5px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1px 2px rgba(40, 86, 108, 0.24);
  cursor: pointer;
}

.hero-dot.active {
  background: #1484c7;
}

.home-body {
  display: grid;
  grid-template-columns: 215px 342px 272px;
  column-gap: 21px;
  min-height: 286px;
  box-sizing: border-box;
  padding: 38px 16px 30px;
  background: url("assets/images/main_01.gif") repeat-y center top;
}

.rate-box {
  width: 215px;
}

.rate-placeholder {
  width: 170px;
  height: 184px;
  margin: 14px auto 0;
  border: 1px solid #d8d8d8;
  background: #fbfbfb;
  box-sizing: border-box;
  padding: 18px 12px;
  color: #777;
  text-align: center;
}

.rate-placeholder strong {
  display: block;
  margin-bottom: 12px;
  color: #4b89ad;
}

.rate-placeholder span {
  display: block;
  line-height: 16px;
}

.news-box {
  width: 342px;
}

.tabs {
  display: flex;
  height: 21px;
  background: #f2f2f2;
  border-bottom: 1px solid #d6d6d6;
}

.tab {
  width: 114px;
  height: 21px;
  border: 0;
  border-right: 1px solid #dedede;
  background: #ececec;
  color: #777;
  font-size: 11px;
  cursor: pointer;
}

.tab.active,
.tab:hover {
  background: #5f9fbe;
  color: #fff;
}

.tab-panel {
  display: none;
  position: relative;
  min-height: 132px;
  padding-top: 13px;
}

.tab-panel.active {
  display: block;
}

.tab-panel a {
  display: block;
  min-height: 20px;
  padding-left: 15px;
  background: url("assets/images/main_icon.gif") no-repeat left 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-panel .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 63px;
  height: 12px;
  padding-left: 0;
  background: none;
  color: #7e9bad;
  font-size: 10px;
  text-align: right;
}

.quick-banners {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5px;
  align-content: start;
  width: 272px;
}

.quick-banners button {
  width: 272px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sub-view {
  background: url("assets/images/main_01.gif") repeat-y center top;
  min-height: 520px;
  box-sizing: border-box;
  padding: 24px 16px 40px;
}

.sub-visual {
  display: block;
  width: 662px;
  height: 77px;
  margin-left: 226px;
  object-fit: cover;
}

.sub-layout {
  display: grid;
  grid-template-columns: 197px 662px;
  column-gap: 29px;
  margin-top: 20px;
}

.side-menu {
  width: 197px;
}

.side-menu button {
  display: block;
  width: 197px;
  min-height: 30px;
  margin: 0 0 1px;
  padding: 0 12px;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  background: linear-gradient(#f7f7f7, #e1e1e1);
  color: #666;
  text-align: left;
  cursor: pointer;
}

.side-menu button.sub {
  min-height: 20px;
  padding-left: 24px;
  background: #ffffff;
  color: #888;
  font-size: 11px;
}

.side-menu button.group {
  margin-top: 8px;
  background: linear-gradient(#eef7fb, #c8e5f1);
  color: #4c88a2;
  font-weight: bold;
}

.side-menu button.group + button.sub {
  border-top: 1px solid #d9edf5;
}

.side-menu button.active,
.side-menu button:hover {
  background: #5f9fbe;
  color: #fff;
}

.content-panel {
  width: 662px;
  min-height: 360px;
}

.content-panel h1 {
  margin: 0 0 14px;
  color: #4f8dad;
  font-size: 20px;
  line-height: 25px;
}

.content-panel h2 {
  margin: 22px 0 10px;
  color: #6cb6c8;
  font-size: 14px;
}

.content-panel p {
  margin: 0 0 12px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 207px);
  gap: 13px;
  margin-top: 12px;
}

.product-card {
  width: 207px;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.product-card img {
  display: block;
  width: 207px;
  height: 304px;
}

.product-card span {
  display: block;
  padding: 8px;
  color: #5f8cac;
  font-weight: bold;
  text-align: center;
}

.list-table {
  width: 100%;
  border-collapse: collapse;
}

.list-table th,
.list-table td {
  height: 28px;
  border-bottom: 1px solid #dedede;
  text-align: left;
}

.list-table th {
  color: #5f8cac;
  font-weight: bold;
}

.site-footer {
  width: 904px;
  min-height: 116px;
  padding-top: 58px;
  background: url("assets/images/main_01.gif") repeat-y center top;
}

@media (max-width: 940px) {
  body {
    overflow-x: auto;
  }
}


.integration-marker {
  margin: 18px 0 0;
  padding: 10px 12px;
  border: 1px solid #d9e8ef;
  background: #f7fbfd;
  color: #607984;
  font-size: 11px;
  line-height: 16px;
}

.integration-marker strong,
.integration-marker span {
  display: block;
}

.integration-marker strong {
  margin-bottom: 3px;
  color: #4f8dad;
}

.integration-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px;
  border: 1px solid #d7e6ec;
  background: #f8fcfd;
  color: #7b98a4;
  font-size: 10px;
  font-style: normal;
  line-height: 14px;
}

.static-form {
  display: grid;
  gap: 8px;
  width: 410px;
  margin-top: 10px;
}

.static-form label {
  display: grid;
  gap: 4px;
  color: #666;
  font-weight: bold;
}

.static-form input,
.static-form textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d6d6d6;
  background: #f7f7f7;
  color: #777;
  font: inherit;
}

.static-form input {
  height: 26px;
  padding: 4px 6px;
}

.static-form textarea {
  height: 84px;
  padding: 6px;
}

.static-form button {
  width: 88px;
  height: 28px;
  border: 1px solid #bfcfd6;
  background: #e8f2f6;
  color: #68808a;
}

.org-chart {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 420px;
  margin: 12px 0;
}

.org-chart div {
  min-height: 34px;
  box-sizing: border-box;
  padding: 8px 10px;
  border: 1px solid #d8e5eb;
  background: #f8fbfc;
  color: #5b8da4;
  font-weight: bold;
  text-align: center;
}


.legacy-title {
  display: block;
  max-width: 100%;
  margin: 0 0 10px;
}

.legacy-strip {
  display: block;
  max-width: 100%;
  margin: 0 0 10px;
}

.legacy-image-stack {
  display: grid;
  gap: 14px;
}

.legacy-image-stack section {
  display: grid;
  gap: 10px;
}

.legacy-wide {
  display: block;
  max-width: 100%;
  height: auto;
}

.legacy-copy {
  width: 650px;
  max-width: 100%;
  margin: 12px 0 16px;
  color: #5f5f5f;
  font-size: 12px;
  line-height: 18px;
}

.legacy-copy p {
  margin: 0 0 10px;
}

.ceo-message {
  padding-top: 56px;
}

.ceo-sign {
  display: block;
  margin: 8px 0 0 auto;
}

.office-panel {
  display: grid;
  gap: 12px;
  width: 649px;
  max-width: 100%;
  margin-top: 16px;
}

.office-row {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: start;
  gap: 12px;
  color: #666;
  font-size: 12px;
  line-height: 18px;
}

.office-row img {
  display: block;
  max-width: 100%;
}

.office-row p {
  margin: 0;
}

.legacy-inquiry-form {
  display: grid;
  gap: 6px;
  width: 520px;
  max-width: 100%;
  margin-top: 18px;
}

.form-line {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  min-height: 24px;
  color: #666;
  font-size: 12px;
}

.form-line span {
  padding-left: 16px;
  background: url("assets/images/icon_01.gif") no-repeat 6px 7px;
  font-weight: bold;
}

.form-line input,
.form-line select,
.form-line textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #cfcfcf;
  background: #f7f7f7;
  color: #777;
  font: inherit;
}

.form-line input,
.form-line select {
  height: 21px;
  padding: 2px 4px;
}

.form-line textarea {
  height: 108px;
  padding: 5px;
  resize: none;
}

.form-line.comment {
  align-items: start;
}

.legacy-form-buttons {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-top: 8px;
}

.legacy-form-buttons button {
  padding: 0;
  border: 0;
  background: transparent;
}

.legacy-form-buttons img {
  display: block;
}
.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 660px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.sitemap-grid section {
  min-height: 120px;
  padding: 8px 10px;
  border-right: 1px dotted #c9c9c9;
}

.sitemap-grid section:last-child {
  border-right: 0;
}

.sitemap-grid h2 {
  margin: 0 0 8px;
  color: #4f8dad;
  font-size: 12px;
  line-height: 18px;
}

.sitemap-grid a {
  display: block;
  min-height: 24px;
  padding-left: 17px;
  background: url("assets/images/site_icon.gif") no-repeat left 8px;
  color: #666;
}
