#top_right_sns {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#all_nav {
  background: #fff;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

#nav > ul > li > a {
  color: #111;
  font-weight: 600;
}

#nav > ul > li:hover > a,
#nav > ul > li.active > a {
  color: #0b5bd3;
}

.header-kakao {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: #fee500;
  color: #3b1d1d;
  font-weight: 600;
  font-size: 13px;
  border-radius: 999px;
  border: 1px solid rgba(59, 29, 29, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}

.header-kakao:hover {
  filter: brightness(0.98);
}

.header-livechat {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: #0b5bd3;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  border-radius: 999px;
  border: 1px solid rgba(11, 91, 211, 0.35);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.header-livechat:hover {
  filter: brightness(0.98);
}

.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-te-gadget,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
iframe.VIpgJd-ZVi9od-ORHb-OEVmcd,
iframe.goog-te-banner-frame,
iframe[id*=".container"] {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

body {
  top: 0 !important;
}

.hanw-lang {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.hanw-lang__icon {
  width: 18px;
  height: 18px;
  color: #0b5bd3;
  display: inline-block;
}

.hanw-lang::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.hanw-lang__select {
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  padding: 6px 26px 6px 12px;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.hanw-lang__select:focus-visible {
  outline: 2px solid #0b5bd3;
  outline-offset: 2px;
}

body.aos-disabled [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

.main-slider,
.main-slider .swiper-wrapper,
.main-slider .swiper-slide {
  height: auto;
}

.main-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.j-foot-menu a[data-kakao-link] {
  color: #3b1d1d;
  font-weight: 600;
}

.j-foot-menu a[data-livechat-link] {
  color: #0b5bd3;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .header-kakao {
    padding: 6px 10px;
    font-size: 12px;
  }

  .header-livechat {
    padding: 6px 10px;
    font-size: 12px;
  }

  .hanw-lang__select {
    padding: 6px 22px 6px 10px;
    font-size: 11px;
  }
}
