.site-language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "IBM Plex Sans KR", "Inter", "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
  color: #244d58;
  z-index: 1040;
}

.site-language-current {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 132px;
  height: 38px;
  padding: 0 14px;
  border: 1px solid #9fb3b8;
  background: #fff;
  color: #244d58;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.site-language-label {
  flex: 1;
  text-align: left;
  white-space: nowrap;
}

.site-language-chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid #2d5661;
  border-bottom: 2px solid #2d5661;
  transform: rotate(45deg) translateY(-2px);
}

.site-language-menu {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  display: none;
  min-width: 176px;
  max-height: 314px;
  padding: 8px 0;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #9fb3b8;
  box-shadow: 0 18px 32px rgba(24, 52, 59, 0.12);
}

.site-language-switcher:hover .site-language-menu,
.site-language-switcher:focus-within .site-language-menu {
  display: block;
}

.site-language-option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 42px;
  padding: 0 14px;
  color: #244d58;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.site-language-option:hover,
.site-language-option:focus,
.site-language-option.is-active {
  background: #eef5f6;
  color: #163e49;
}

.site-language-option span {
  flex: 1;
  text-align: left;
}

.nav-language-item {
  display: flex;
  align-items: center;
  min-height: 104px;
  padding: 0 14px;
}

.myoffice-layout .nav-language-item {
  min-height: 104px !important;
  padding: 0 10px !important;
}

@media (max-width: 1100px) {
  .nav-language-item,
  .myoffice-layout .nav-language-item {
    display: block !important;
    min-height: 0 !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #e5ecea;
  }

  .site-language-switcher {
    display: flex;
    width: 100%;
  }

  .site-language-current {
    width: 100%;
    min-width: 0;
    height: 44px;
  }

  .site-language-menu {
    position: static;
    width: 100%;
    min-width: 0;
    max-height: none;
    margin-top: 8px;
    box-shadow: none;
  }
}
