#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}

.top {
  padding: 20px 40px;
  background-color: #4ebdbf;
}
.top .top_area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .logo_area {
  width: 33.3333333333%;
}
.top .logo_area .logo {
  width: 230px;
}
.top .logo_area .logo :hover {
  cursor: pointer;
}
.top .thetitle {
  width: 33.3333333333%;
  text-align: center;
}
.top .thetitle :hover {
  cursor: pointer;
}
.top .language_area {
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.top .language_area .home img {
  width: 26px;
}
.top .language_area .home:hover {
  opacity: 0.8;
}
.top .language_area .lang_btn {
  padding: 3px 8px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-weight: 400;
  color: #fff;
  font-size: 1em;
}
.top .language_area .lang_btn.active {
  background-color: #fff;
  color: #4ebdbf;
}
.top .language_area .lang_btn:hover {
  opacity: 0.8;
}
.top .language_area .top-btn button {
  position: relative;
  color: #4ebdbf;
  font-size: 0.8em;
  font-weight: 500;
  background-color: #fff;
  border-radius: 20px;
}
.top .language_area .top-btn button::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.top .language_area .top-btn button:hover {
  opacity: 0.7;
  cursor: pointer;
}
.top .language_area .top-btn button.sption {
  padding: 4px 30px 4px 12px;
}
.top .language_area .top-btn button.sption::after {
  top: 8px;
  right: 3px;
  background-image: url("../images/icon/click.png");
}
.top .language_area .top-btn button.last {
  padding: 4px 34px 4px 12px;
}
.top .language_area .top-btn button.last::after {
  top: 9px;
  right: 8px;
  background-image: url("../images/icon/document.png");
}

.gnb {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background: linear-gradient(to bottom, #4ebdbf 0%, rgba(78, 189, 191, 0.95) 15%, rgba(78, 189, 191, 0.85) 30%, rgba(78, 189, 191, 0.65) 45%, rgba(78, 189, 191, 0.45) 60%, rgba(78, 189, 191, 0.28) 72%, rgba(78, 189, 191, 0.15) 84%, rgba(78, 189, 191, 0.05) 94%, rgba(78, 189, 191, 0) 100%);
}
.gnb .gnb_nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnb .gnb_list {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gnb .gnb_item {
  position: relative;
}
.gnb .gnb_item:last-child::after {
  display: none;
}
.gnb .gnb_btn {
  display: inline-block;
  padding: 10px 24px;
  border: none;
  background: transparent;
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.gnb .gnb_btn:hover {
  opacity: 0.7;
  color: #000;
}
.gnb .gnb_panel {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 100;
  width: 100%;
  min-height: 700px;
  padding: 40px 0;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.gnb .gnb_panel.is-active {
  display: block;
}
.gnb .gnb_panel {
  background-color: rgba(0, 0, 0, 0.5);
}
.gnb .gnb_panel_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.gnb .gnb_panel_title {
  flex: 0 0 auto;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}
.gnb .gnb_sub_list {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.gnb .gnb_sub_item {
  display: flex;
  align-items: baseline;
  gap: 40px;
}
.gnb .gnb_sub_name {
  flex: 0 0 140px;
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}
.gnb .gnb_sub_name:hover {
  text-decoration: underline;
}
.gnb .gnb_sub_desc {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.6;
  color: #fff;
}
.gnb .gnb_audio {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 5;
  padding: 4px 10px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
.gnb .audio_toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background-color: #4ebdbf;
  color: #fff;
  font-size: 11px;
  cursor: pointer;
  flex-shrink: 0;
}
.gnb .audio_toggle .icon-pause {
  display: none;
  font-size: 13px;
}
.gnb .audio_toggle .icon-play {
  font-size: 13px;
}
.gnb .audio_toggle.is-playing .icon-play {
  display: none;
}
.gnb .audio_toggle.is-playing .icon-pause {
  display: inline;
}
.gnb .audio_toggle:hover {
  opacity: 0.8;
}
.gnb .audio_progress {
  position: relative;
  width: 120px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  cursor: pointer;
}
.gnb .audio_progress_bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #0068e4;
  border-radius: 2px;
  pointer-events: none;
}
.gnb .audio_time {
  font-size: 12px;
  color: #666;
  min-width: 36px;
  text-align: center;
}

@media (max-width: 1200px) {
  .top .top_inner {
    width: 100%;
    padding: 0 40px;
  }
  .top .language_area .top-btn button {
    width: 30px;
    height: 30px;
    font-size: 0;
  }
  .top .language_area .top-btn button.last {
    padding: 0;
  }
  .top .language_area .top-btn button.last::after {
    top: 7px;
    left: 5px;
  }
  .top .language_area .top-btn button.sption {
    padding: 0;
  }
  .top .language_area .top-btn button.sption::after {
    top: 7px;
    left: 8px;
  }
  .gnb .gnb_btn {
    font-size: 0.8em;
  }
  .gnb .audio_toggle {
    width: 20px;
    height: 20px;
  }
  .gnb .audio_toggle .icon-pause,
  .gnb .audio_toggle .icon-play {
    font-size: 10px;
  }
  .gnb .audio_progress {
    width: 50px;
  }
}
@media (max-width: 900px) {
  .gnb .audio_progress {
    display: none;
  }
  .gnb .audio_time {
    display: none;
  }
}
@media (max-width: 500px) {
  .pcBr {
    display: none;
  }
  .top {
    padding: 20px;
  }
  .top .top_area {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top .logo_area .logo {
    width: 120px;
  }
  .top .thetitle {
    width: 100px;
  }
  .top .language_area {
    width: 100%;
    margin-top: 10px;
    justify-content: end;
  }
  .top .language_area .lang_btn {
    font-size: 14px;
  }
  .gnb {
    padding: 5px;
  }
  .gnb .gnb_list {
    gap: 4px;
  }
  .gnb .gnb_btn {
    padding: 5px 10px;
    font-size: 14px;
    word-break: keep-all;
  }
  .gnb .gnb_panel {
    left: 0;
    padding: 20px 0;
    overflow-y: auto;
    min-height: 0;
    max-height: calc(100dvh - var(--gnb-offset, 160px));
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .gnb .gnb_panel_inner {
    flex-direction: column;
    gap: 30px;
  }
  .gnb .gnb_sub_list {
    gap: 0;
  }
  .gnb .gnb_panel_title {
    font-size: 18px;
  }
  .gnb .gnb_sub_item {
    margin-bottom: 15px;
    flex-direction: column;
    gap: 10px;
  }
  .gnb .gnb_sub_name {
    flex: 0;
    font-size: 16px;
  }
  .gnb .gnb_sub_desc {
    font-size: 14px;
  }
  .gnb .gnb_audio {
    top: -80%;
    left: 12px;
    right: unset;
  }
  .gnb .audio_time {
    display: none;
  }
}/*# sourceMappingURL=header.css.map */