.header-inner {
  padding: 28px;
  width: 1120px;
  max-width: 1500px;
  margin: 0 auto;
}

.header-box-shadow {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.nav-max-width {
  width: 1300px;
}

.header {
  top: 0;
  height: var(--height-toolbar);
  background: white;
  z-index: 1000;
  position: sticky;
}

#search-icon,
.nav-item,
.dropdown-item {
  cursor: pointer;
}

.dropdown-menu.show {
  display: flex !important;
  flex-direction: column;
  border-radius: 12px;
  text-align: start;
  /* padding: 28px 111px 28px 28px; */
  padding: 28px;
  align-items: center;
  /* display: inline-flex; */
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.08);
}

.user-dropdown-menu.show {
  right: 0;
  position: absolute;
  inset: 0px auto auto 0px;
  /* transform: translate3d(0px, 42px, 0px); */
  transform: translateX(-80%) translateY(42px);
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  text-align: end;
  padding: 28px 28px 28px 68px;
  align-items: center;
  /* display: inline-flex; */
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
/* 드롭다운 아이콘 회전 */
.dropdown-toggle::after {
  transition: transform 0.2s ease-in-out;
}

.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
  color: var(--color-point);
}

.nav-pills .nav-link.active {
  background-color: white;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link .txt-color.active {
  color: var(--color-point) !important;
}
/* .nav-pills .show > .nav-link.active {
  color: var(--color-point) !important;
} */

.nav-item .input-group {
  border-radius: 100px;
  border: 0.5px solid var(--color-sub-1);
}

.search-input {
  &::placeholder {
    color: var(--color-sub-2);
    /* GNB_2depth */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
  }
}

.m_depth {
  padding: 28px 36px;
}

#search-bar {
  border-radius: 100px;
  border: 0.5px solid var(--Sub-1, #6ba6f6);
  position: relative;
}

.search-icon {
  position: absolute;
  right: 5%;
}

@media (min-width: 1439px) {
  .header-nav {
    display: block;
  }
  .mo-nav {
    display: none;
  }
  .header-menu-btn {
    display: none;
  }
}

@media (max-width: 1440px) {
  .header {
    height: auto;
  }

  .header-inner {
    padding: 16px 24px 16px 24px;
    width: 100%;
    /*max-width: 1120px;*/
    margin: 0 auto;
    position: fixed;
  }

  .header-menu-btn:checked + .mo-nav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
  }

  .search-icon {
    right: 3%;
  }

  .header-nav {
    display: none !important;
  }

  .moblie-nav {
    display: none;
  }

  .dropdown-item {
    white-space: normal;
  }

  /* 햄버거 버튼 */
  .header-menu-btn {
    all: unset;
    display: block;
    height: 28px;
    width: 28px;
    background: url("/HTML/styleI/0086_act/contents/images/close.svg") no-repeat center center;
    background-size: 28px;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .header-menu-btn:checked {
    height: 28px;
    background-image: url("/HTML/styleI/0086_act/contents/images/open.svg");
    background-size: 28px;
    position: relative;
  }

  .header-menu-btn:checked + .moblie-nav {
    /* padding-top: 24px; */
    padding: 24px;
    display: inherit;
    position: fixed;
    top: 75px;
    right: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    height: 100%;
  }
}
