@charset "UTF-8";
.header {
  background: #fff;
  position: relative;
  z-index: 999;
}
.header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7.5rem;
}
@media (max-width: 900px) {
  .header .header-top {
    height: 4.375rem;
    border-bottom: 1px solid #cdd1d5;
  }
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.5rem;
  color: #797d7d;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 150%;
}
.header-right .nav-item:hover {
  color: #33363d;
}
.header .lang-wrap {
  display: flex;
  position: relative;
  z-index: 9999;
}
@media (max-width: 900px) {
  .header .lang-wrap {
    margin-bottom: 5px;
  }
}
.header .lang {
  position: relative;
}
.header .lang .ctrl-tnb {
  display: block;
  position: relative;
  border-radius: 9em;
  padding: 1rem 1.875rem 1rem 2.625rem;
  background: #f4f4f4;
  font-weight: 400;
  z-index: 0;
  margin-left: 0.125rem;
  font-family: "NotoSans", "맑은고딕", Malgun Gothic, "Noto Sans KR", sans-serif;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  color: #464c53;
}
@media (max-width: 900px) {
  .header .lang .ctrl-tnb {
    padding: 0.625rem 2rem 0.625rem 2rem;
    font-size: 0.8125rem;
  }
}
.header .lang .ctrl-tnb span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -1px;
}
@media (max-width: 900px) {
  .header .lang .ctrl-tnb span {
    font-size: 13px;
  }
}
.header .lang .ctrl-tnb:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  background: url(../../assets/images/icon/ico_tnb_lang02.svg) no-repeat 50% 50%;
  left: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
  background-size: contain;
}
@media (max-width: 900px) {
  .header .lang .ctrl-tnb:before {
    width: 1.25rem;
    height: 1.25rem;
    left: 0.5rem;
  }
}
.header .lang .ctrl-tnb.infoBox:before {
  background: url(../../assets/images/icon/ico_tnb_lang01.svg) no-repeat 50% 50%;
  left: 0.21875rem;
  margin-left: 0.1875rem;
}
@media (max-width: 900px) {
  .header .lang .ctrl-tnb.infoBox:before {
    left: 0.1875rem;
  }
}
.header .lang .ctrl-tnb:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../../assets/images/icon/ico_dropdown.svg) no-repeat 50% 50%;
  right: 0.46875rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -0.0625rem;
  transition: 0.3s all;
}
@media (max-width: 900px) {
  .header .lang .ctrl-tnb:after {
    width: 1rem;
    height: 1rem;
    right: 0.375rem;
  }
}
.header .lang .ctrl-tnb.close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  display: none;
}
.header .lang ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  background: #fff;
  margin-top: 0.15625rem;
  border: 1px solid #ddd;
  border-radius: 0.625rem;
  visibility: hidden;
  opacity: 0;
  z-index: -999999;
  transition: 0.3s all;
  margin-top: -1.25rem;
  padding: 0;
  list-style: none;
}
.header .lang ul li {
  list-style: none;
}
.header .lang ul li a {
  display: block;
  padding: 0.75rem 1rem;
  color: #464c53;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background-color 0.2s;
}
@media (max-width: 900px) {
  .header .lang ul li a {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
  }
}
.header .lang ul li a:hover {
  background-color: #f5f7fa;
}
.header .lang.on .ctrl-tnb.close {
  display: block;
  opacity: 1;
  background: transparent;
  color: transparent;
}
.header .lang.on .ctrl-tnb.close:after, .header .lang.on .ctrl-tnb.close:before {
  display: none;
}
.header .lang.on ul {
  visibility: visible;
  opacity: 1;
  z-index: 0;
  margin-top: 0.15625rem;
}
.header .lang.on .ctrl-tnb:after {
  transform: rotate(-180deg) translateY(50%);
}
.header .lang.Other_lang {
  z-index: 1;
}
.header .lang.Other_lang ul {
  left: auto;
  width: 50rem;
  padding: 0.3125rem 0 0.3125rem 0.75rem;
  text-align: left;
  z-index: 999;
}
@media (max-width: 900px) {
  .header .lang.Other_lang ul {
    left: 0;
    width: 330px;
  }
}
.header .lang.Other_lang ul li {
  width: 16%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.header .lang.Other_lang ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  margin-top: 20px;
}
.header .lang.Other_lang ul li a {
  padding-left: 0.3125rem;
}
.header .mobile-menu-trigger-wrapper {
  display: none;
}
@media (max-width: 900px) {
  .header .mobile-menu-trigger-wrapper {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 900px) {
  .header .nav-item {
    display: none;
  }
}
.header .gnb {
  align-items: center;
  border-top: 0.0625rem solid #cdd1d5;
  border-bottom: 0.0625rem solid #cdd1d5;
  background: #fff;
}
.header .gnb-list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 0.875rem 0;
}
.header .gnb-item {
  flex: 1;
  color: #464c53;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}
.header .gnb-item .gnb-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
}

@media (max-width: 900px) {
  .header-right {
    display: none;
  }
}
/****************************************************************
	TNB
****************************************************************/
.tnbWrap {
  display: block;
  position: relative;
  border-bottom: 1px solid #ddd;
  z-index: 1000;
  padding: 0.3em 0;
}

.tnbWrap .tnb {
  display: block;
  position: relative;
  float: left;
}

.tnbWrap .lang {
  display: block;
  position: relative;
  float: right;
  font-family: "Roboto", sans-serif;
  order: 1;
}

.tnbWrap .lang button span {
  font-size: 0.7em;
}

#google_translate_element {
  display: block;
  position: relative;
  float: right;
}

.tnbWrap a span,
.tnbWrap button span {
  font-size: 0.75em;
  text-align: center;
  vertical-align: middle;
}

.tnbWrap button span {
  display: block;
}

.tnbWrap a,
.tnbWrap button {
  height: 2.1em;
}

.tnbWrap a {
  line-height: 1.8em;
}

.tnbWrap .tnb li a.tour {
  color: #D22259;
}

.tnbWrap a, .tnbWrap button {
  height: 2.1em;
}

caption, .hide, .hidden, legend {
  position: absolute;
  width: 0;
  height: 0 !important;
  text-indent: -9999px;
  overflow: hidden;
}

.gnb {
  position: relative;
  z-index: 1000;
  --radius-medium2: 0.375rem;
  --color-primary-pr01: #d8e4f3;
}
.gnb-container {
  max-width: 1280px;
  margin: 0 auto;
}

.gnb-main {
  background: #ffffff;
}
.gnb-main-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
  height: 3.5rem;
}
.gnb-main-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  padding: 0 1rem;
  height: 3.5rem;
  width: 10.5625rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Pretendard GOV", sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #4B4D4D;
  transition: all 0.2s ease;
  text-decoration: none;
  position: relative;
}
.gnb-main-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 4px;
  background: #244874;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
.gnb-main-link:hover {
  background: #ECF2F9;
}
.gnb-main-link:active {
  background: #D8E4F3;
  outline: none;
  border: none;
}
.gnb-main-link.selected {
  background: #ffffff !important;
  color: #244874 !important;
  font-weight: 700 !important;
}
.gnb-main-link.selected::after {
  width: 100%;
}
.gnb-main-link.selected .icon-arrow-down {
  transform: rotate(180deg);
}
.gnb-main-text {
  flex: 1;
  text-align: left;
  white-space: nowrap;
}
.gnb-main-icon {
  transition: transform 0.3s ease;
}
.gnb-main .icon-arrow-down {
  transition: transform 0.3s ease;
}

.gnb-dim {
  position: fixed;
  top: 11rem;
  left: 0;
  width: 100%;
  height: calc(100% - 11rem);
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}
.gnb-dim.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 900px) {
  .gnb-dim {
    top: 3.75rem;
    height: calc(100% - 3.75rem);
  }
}

.gnb-sub {
  background: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  border-top: 1px solid #cdd1d5;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: max-height 0.35s ease-out, opacity 0.25s ease-out, transform 0.35s ease-out, visibility 0s linear 0.35s;
}
.gnb-sub[hidden] {
  max-height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: scaleY(0) !important;
  overflow: hidden !important;
}
.gnb-sub:not([hidden]) {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition: max-height 0.35s ease-out, opacity 0.25s ease-out, transform 0.35s ease-out, visibility 0s linear 0s;
  max-height: none;
  overflow: visible !important;
}
.gnb-sub-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 1rem 0 2rem 0;
  gap: 1.5rem;
}
.gnb-sub-title {
  width: 19.125rem;
  padding-right: 1.5rem;
}
.gnb-sub-title-text {
  font-family: "Pretendard GOV", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1e2124;
  margin: 0;
  padding: 1rem 0.25rem;
}
.gnb-sub-menu {
  width: 19.125rem;
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0.25rem;
}
.gnb-sub-item {
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}
.gnb-sub-item.selected {
  background: #ECF2F9;
  font-weight: 700;
  color: #18304D;
}
.gnb-sub-item:hover {
  background: #ECF2F9;
}
.gnb-sub-item:active {
  background: #D8E4F3;
  outline: none;
  border: none;
}
.gnb-sub-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 1rem 1rem;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 0.5rem;
  color: inherit;
}
.gnb-sub-link:focus {
  background: #f8fafc;
}
.gnb-sub-link:hover {
  background: #ECF2F9;
}
.gnb-sub-link:hover .gnb-sub-text {
  font-weight: 700;
}
.gnb-sub-link:active {
  background: #D8E4F3;
}
.gnb-sub-link.selected {
  background: #ECF2F9;
  color: #244874;
}
.gnb-sub-link.selected .gnb-sub-text {
  font-weight: 700;
}
.gnb-sub-text {
  flex: 1;
  font-family: "Pretendard GOV", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2124;
  text-align: left;
}
.selected .gnb-sub-text {
  font-weight: 700;
  color: #052b57;
}

.gnb-third {
  flex: 1;
  align-self: stretch;
  border-left: 1px solid #cdd1d5;
  padding: 0.5rem 1.5rem;
}
.gnb-third-title {
  margin-bottom: 1rem;
}
.gnb-third-title-text {
  font-family: "Pretendard GOV", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1e2124;
  margin: 0;
  padding: 0.5rem 0;
}
.gnb-third-items:empty {
  display: none;
}
.gnb-third-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 18.625rem;
}
.gnb-third-item-wrp {
  display: flex;
  flex-wrap: wrap;
}
.gnb-third-item {
  display: flex;
  align-items: center;
  gap: var(--gap-2, 4px);
  align-self: stretch;
  border-radius: var(--radius-medium2, 6px);
  background: var(--color-action-secondary, rgba(255, 255, 255, 0));
  position: relative;
  transition: all 0.2s ease;
  min-width: 275px;
}
.gnb-third-item.selected {
  background: #ECF2F9;
}
.gnb-third-item.selected .gnb-third-text {
  color: #244874 !important;
  font-weight: 700 !important;
}
.gnb-third-item::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}
.gnb-third-item:hover {
  border-radius: var(--radius-medium2, 6px);
  background: var(--color-primary-pr01, #d8e4f3);
}
.gnb-third-item:hover .gnb-third-text {
  color: #3c79c2 !important;
  font-weight: 700 !important;
}
.gnb-third-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: var(--padding-4, 18px) var(--padding-3, 8px);
  padding-left: 22px;
  text-decoration: none;
  color: inherit;
}
.gnb-third-link:focus {
  outline: none;
}
.gnb-third-link:focus-visible {
  outline: 2px solid #244874;
  outline-offset: 2px;
}
.gnb-third-text {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #121212;
  line-height: 1;
}

.gnb-third-list {
  position: absolute;
  left: 50%;
  width: 18.625rem;
  overflow: auto;
  background: white;
  border-left: 1px solid #cdd1d5;
  padding: 0.5rem 1.5rem;
  list-style: none;
  margin: 0;
  z-index: 1001;
  padding: 0 24px;
  min-width: 620px;
  top: 1rem;
  height: calc(100% - 32px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}
.gnb-third-list .title {
  margin-bottom: 0.75rem;
  padding: 0rem 0rem;
}
.gnb-third-list .gnb-third-title-text {
  font-size: 1.125rem;
  font-weight: 700;
  color: #18304D;
}
.gnb-sub-item:hover .gnb-third-list, .gnb-sub-item.selected .gnb-third-list {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s;
}

.gnb-sub-content {
  position: relative;
}

.gnb-sub-menu .gnb-sub-item:hover ~ .gnb-third-list,
.gnb-sub-menu .gnb-sub-item.selected ~ .gnb-third-list {
  display: block;
}

@media (max-width: 900px) {
  .gnb {
    display: none;
  }
}
@media (prefers-contrast: high) {
  .gnb-main-link:focus, .gnb-sub-link:focus, .gnb-third-link:focus {
    outline: 3px solid #000;
    outline-offset: 2px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gnb-sub {
    transition: none;
  }
  .gnb-main-link,
  .gnb-sub-item,
  .gnb-third-item {
    transition: none;
  }
}
.gnb-sub-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

:root {
  --mobile-menu-width: 20rem;
  --mobile-menu-header-height: 3.75rem;
  --mobile-menu-z-index: 9999;
  --mobile-menu-overlay-z-index: 9998;
}

.mobile-menu-trigger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 2.5rem;
  height: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
@media (max-width: 900px) {
  .mobile-menu-trigger {
    display: flex;
  }
}
.mobile-menu-trigger-bar {
  width: 100%;
  height: 0.125rem;
  background: #374151;
  border-radius: 0.0625rem;
  transition: all 0.3s ease;
  transform-origin: center;
}
.mobile-menu-trigger.active .mobile-menu-trigger-bar:nth-child(1) {
  transform: rotate(45deg) translate(0, 0.4375rem);
}
.mobile-menu-trigger.active .mobile-menu-trigger-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.mobile-menu-trigger.active .mobile-menu-trigger-bar:nth-child(3) {
  transform: rotate(-45deg) translate(0, -0.4375rem);
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: var(--mobile-menu-overlay-z-index);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: var(--mobile-menu-width);
  height: 100vh;
  background: #ffffff;
  z-index: var(--mobile-menu-z-index);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-header {
  padding: 1.25rem;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0.25rem;
}
.mobile-menu-utility {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
.mobile-menu-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  line-height: 1;
  margin: 0;
}
.mobile-menu-close {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 0.5rem;
  color: #6b7280;
  transition: all 0.2s ease;
}
.mobile-menu-close:hover {
  background: #f3f4f6;
  color: #111827;
}
.mobile-menu-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
}
.mobile-menu-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  padding: 12px 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.mobile-menu-link .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.mobile-menu-link span {
  font-size: 15px;
  font-weight: 500;
  color: #374151;
  line-height: 1;
  white-space: nowrap;
}
.mobile-menu-link:hover {
  background: #f9fafb;
  border-color: #3c79c2;
}
.mobile-menu-link:hover span {
  color: #3c79c2;
}
.mobile-menu-link:active {
  transform: scale(0.98);
}
.mobile-menu-content {
  flex: 1;
  overflow-y: auto;
}

.mobile-nav-section {
  border-bottom: 1px solid #f3f4f6;
}
.mobile-nav-section:last-child {
  border-bottom: none;
}
.mobile-nav-item {
  position: relative;
}
.mobile-nav-item[data-level="1"] > .mobile-nav-toggle,
.mobile-nav-item[data-level="1"] > .mobile-nav-link {
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  line-height: 1;
  background: #ffffff;
  border-bottom: 1px solid #f3f4f6;
}
.mobile-nav-item[data-level="1"] > .mobile-nav-toggle:hover,
.mobile-nav-item[data-level="1"] > .mobile-nav-link:hover {
  background: #f9fafb;
}
.mobile-nav-item[data-level="2"] > .mobile-nav-toggle,
.mobile-nav-item[data-level="2"] > .mobile-nav-link {
  padding: 0.75rem 1.25rem 0.75rem 2.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1f2937;
  line-height: 1;
  background: #fafbfc;
}
.mobile-nav-item[data-level="2"] > .mobile-nav-toggle:hover,
.mobile-nav-item[data-level="2"] > .mobile-nav-link:hover {
  background: #f9fafb;
}
.mobile-nav-item[data-level="3"] > .mobile-nav-link {
  padding: 0.625rem 1.25rem 0.625rem 3.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #374151;
  line-height: 1;
  background: #ffffff;
  position: relative;
}
.mobile-nav-item[data-level="3"] > .mobile-nav-link:hover {
  background: #fafbfc;
}
.mobile-nav-item[data-level="3"] > .mobile-nav-link.selected {
  background: #e6f2fa;
  color: #3c79c2;
  font-weight: 600;
}
.mobile-nav-item[data-level="3"] > .mobile-nav-link.selected::before {
  content: "";
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  background: #3c79c2;
  border-radius: 50%;
}
.mobile-nav-item[data-level="3"] > .mobile-nav-link:not(.selected)::before {
  content: "";
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.125rem;
  height: 0.125rem;
  background: #9ca3af;
  border-radius: 50%;
}
.mobile-nav-toggle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
}
.mobile-nav-toggle[aria-expanded=true] .mobile-nav-arrow {
  transform: rotate(180deg);
}
.mobile-nav-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  text-decoration: none;
  transition: all 0.2s ease;
}
.mobile-nav-text {
  flex: 1;
  text-align: left;
}
.mobile-nav-arrow {
  color: #6b7280;
  transition: transform 0.2s ease;
  margin-left: 0.5rem;
}
.mobile-nav-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mobile-nav-submenu.expanded {
  max-height: 62.5rem;
}
.mobile-nav-submenu[data-level="3"] {
  background: #fafbfc;
}
.mobile-nav-subcategory {
  padding: 0.5rem 0;
}
.mobile-nav-subcategory-title {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6b7280;
  line-height: 1;
  padding: 0.5rem 1.25rem 0.25rem 2.5rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 900px) {
  .mobile-menu {
    width: 100vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-menu,
  .mobile-menu-overlay,
  .mobile-menu-trigger-bar,
  .mobile-nav-arrow,
  .mobile-nav-submenu {
    transition: none;
  }
}
.mobile-menu-content::-webkit-scrollbar {
  width: 0.25rem;
}
.mobile-menu-content::-webkit-scrollbar-track {
  background: #f3f4f6;
}
.mobile-menu-content::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 0.125rem;
}
.mobile-menu-content::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

.mobile-menu-open {
  overflow: hidden;
  height: 100vh;
}

/*# sourceMappingURL=header.css.map */
