.cmp__dj-section-02 {
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 767px) {
.cmp__dj-section-02 {
    opacity: 1;
    visibility: visible;
}
}
.cmp__dj-section-02-placeholder {
  display: none;
}
.cmp__dj-section-02 .responsive__layout {
  align-items: center;
  display: flex;
  height: 52px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.cmp__dj-section-02 .responsive__layout::-webkit-scrollbar {
  display: none;
}
.cmp__dj-section-02 .responsive__layout .nav-wrap {
  -ms-flex-line-pack: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-content: center;
  display: flex;
  gap: calc(var(--rpx, 1px) * 48);
  justify-content: space-between;
  padding: 9px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
.cmp__dj-section-02 .responsive__layout .nav-wrap {
    justify-content: flex-start;
}
}
.cmp__dj-section-02 .responsive__layout .nav-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: calc(var(--rpx, 1px) * 48);
  position: relative;
}
.cmp__dj-section-02 .responsive__layout .nav-list .nav-item {
  flex-shrink: 0;
}
.cmp__dj-section-02 .responsive__layout .nav-list .nav-item a {
  word-wrap: normal;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1pc;
  font-weight: 500;
  line-height: 1pc;
  position: relative;
}
.cmp__dj-section-02 .responsive__layout .nav-list .nav-item.active a {
  color: #000;
}
.cmp__dj-section-02 .responsive__layout .nav-list .underline {
  background: #000;
  bottom: -9px;
  height: 2px;
  position: absolute;
  transition: all 0.3s ease;
}
.cmp__dj-section-02 .responsive__layout .btn-container {
  -ms-flex-negative: 0;
  display: flex;
  flex-shrink: 0;
  gap: calc(var(--rpx, 1px) * 12);
}
@media screen and (max-width: 767px) {
.cmp__dj-section-02 .responsive__layout .btn-container {
    padding-right: var(--gutter);
}
}
.cmp__dj-section-02 .responsive__layout .btn-container .btn {
  -ms-flex-negative: 0;
  backdrop-filter: blur(8.1956272125px);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.95);
  border-radius: 4px;
  color: #000;
  flex-shrink: 0;
  font-size: 9pt;
  font-weight: 500;
  line-height: 22px;
  padding: 5px 20px;
}