.o-header-sub-nav {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #D5D5D5;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
}
@media (max-width: 980px) {
  .o-header-sub-nav {
    display: none !important;
  }
}
.o-header-sub-nav__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 1080px;
  transform: translateX(72px);
}
@media (max-width: 1280px) {
  .o-header-sub-nav__list {
    max-width: 820px;
    transform: translateX(56px);
  }
}
.o-header-sub-nav__list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  padding: 20px 18px;
  overflow: hidden;
  border-right: 1px solid #EEEEEE;
}
@media (max-width: 1280px) {
  .o-header-sub-nav__list-item {
    padding: 18px 12px;
  }
}
.o-header-sub-nav__list-item:last-child {
  border-right: 0 none;
}
.o-header-sub-nav__list-item a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #777777;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-decoration: none;
}
.o-header-sub-nav__list-item a:hover {
  color: #333333;
}
.o-header:hover .o-header-sub-nav {
  opacity: 1;
  pointer-events: auto;
}
/*# sourceMappingURL=eb936220b2a951f31de1cdde9f6ff5dca7b46b9a.HeaderSubNav.scss.map */
