/** override class **/
.header-item {
  width: 960px !important;
  justify-content: start !important;
  column-gap: 1.5rem !important;
}
.header-item .header-title {
  font-size: x-large !important;
}
#footer, .footer {
  padding: 0 !important;
}
.outline-footer {
  width: 960px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-navigation {
  min-width: 960px !important;
}
.footer-navigation-top,
.footer-navigation-middle {
  margin: auto;
  padding: 0 !important;
  border-bottom: 3px solid #ffffff;
}
.footer-navigation-inner,
.footer-navigation-bottom {
  width: 960px !important;
  margin: auto;
}
.footer-navigation-inner li {
  display: block !important;
  padding-left: 1em !important;
  font-size: 1em !important;
  line-height: 2.0 !important;
  text-align: left !important;
  border-left: none !important;
}
.footer-navigation-inner li:before {
  content: ">";
  display: inline-block;
  margin-right: 5px;
}
.footer-navigation-inner a:hover {
    opacity: 0.5;
}

/** add class **/
.ss-visual__compact {
    height: 141px;
    margin: 0 0 50px 0;
}

.ss-visual {
    position: relative;
    background: #1975e6;
    background: -moz-linear-gradient(-45deg, #1975e6 22%, #1d8be3 53%, #0e6ce0 85%);
    background: -webkit-linear-gradient(-45deg, #1975e6 22%, #1d8be3 53%, #0e6ce0 85%);
    background: linear-gradient(135deg, #1975e6 22%, #1d8be3 53%, #0e6ce0 85%);
}

.ss-global-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    /* height: 61px; */
    padding: 52px 0 0;
    line-height: 1;
}

.ss-logo {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
}

header h1 {
    width: 960px;
    margin: 0 auto;
    color: #fff;
    font-weight: normal;
}

.ss-logo a {
    color: #fff;
    text-decoration: none;
}
header h1 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    color: #3f3f3f;
    font-weight: bold;
    text-decoration: none;
}
h2 {
  font-size: 1.4rem!important;
}
h2#SA_SearchRank_title {
  padding-left: 0px;
}
.sideNav-title {
    font-size: 1.4rem;
    font-weight: bold;
}
.form-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.Search_description {
  padding-bottom: 20px;
  font-size: 13px;
}
.ss-footer-items__btn-inquiry {
    display: block;
    width: 200px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    color: #AD0026 !important;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 3px 0 rgba(125, 0, 27, 1);
    font-size: 12px;
    margin-top: 10px;
    position: relative;
}
#hot-items .hot-item:nth-child(n+4),
#important-items div:nth-child(n+4) {
  display: none;
}
span.important_sort.active,
span.access_sort.active {
  font-weight: bold;
}

@media (max-width: 767px) {
  .header-items__logo img {
    width: 97px!important;
  }
  .header-item {
    padding: 5px 10px !important;
    width: 100% !important;
    
  }
  .outline-footer,
  .footer-navigation,
  .footer-navigation-inner,
  .footer-navigation-bottom {
    width: 100% !important;
    min-width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-navigation {
    padding: 0px!important;
  }
  .footer-navigation-inner {
    padding: 10px!important;
  }
  .header-item .header-title {
  font-size: 1.1rem !important;
  }
  #important-items {
    margin-bottom: 0px;
  }
  #SearchCategory,
  .Search_description {
    display: none;
  }
  ul#SA_SearchRank li:nth-child(n+4) {
    display : none;
  }
  img {
    max-width: 100%;
  }
}