.header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
@media (min-width: 1000px) {
  .header {
    position: relative;
  }
}

.header-1 {
  background-color: #ffffff;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  z-index: 1;
}
.header-1__content-box {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 25px;
}
@media (min-width: 480px) {
  .header-1__content-box {
    padding-left: 40px;
    padding-right: 45px;
  }
}
@media (min-width: 1000px) {
  .header-1__content-box {
    padding: 0 40px;
  }
}
.header-1__logo-box {
  align-items: center;
  color: #202020;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.header-1__logo-box div {
  background-color: #077d93;
  height: 30px;
  -webkit-mask: url('/dae-gu/asset/img/header-logo.svg') no-repeat center/contain;
  mask: url('/dae-gu/asset/img/header-logo.svg') no-repeat center/contain;
  width: 30px;
}
.header-1__logo-box span {
  margin-left: 8px;
}
.header-1__heading-box {
  display: none;
  grid-template: 100% / repeat(5, 110px);
  height: 100%;
  margin-left: auto;
  position: relative;
}
@media (min-width: 1000px) {
  .header-1__heading-box {
    display: grid;
  }
}
.header-1__menu-heading {
  align-items: center;
  color: #202020;
  display: flex;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  padding-left: 10px;
  position: relative;
}
.header-1__menu-heading span {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
}
.header-1__highlight-bar {
  background-color: #202020;
  bottom: 18px;
  height: 3px;
  pointer-events: none;
  position: absolute;
  transform-origin: center;
  transform: translateX(0) scaleX(0);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 1px;
}
.header-1__login {
  align-items: center;
  border: 1px solid #077d93;
  color: #077d93;
  display: none;
  font-size: 15px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  line-height: 22px;
  margin-left: 30px;
  width: 80px;
}
@media (min-width: 1000px) {
  .header-1__login {
    display: flex;
  }
}
.header-1__open-drawer {
  align-items: center;
  border: 1px solid #077d93;
  color: #077d93;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 20px;
  width: 80px;
}
@media (min-width: 1000px) {
  .header-1__open-drawer {
    display: none;
  }
}

.header-2 {
  background-color: #ffffff;
  border-bottom: 1px solid #dfdfdf;
  bottom: 0;
  left: 0;
  position: absolute;
  transform: translateY(0);
  transition: transform 0.4s;
  width: 100%;
}
.header-2._open {
  transform: translateY(100%);
}
.header-2__content-box {
  display: grid;
  grid-template-columns: repeat(6, 110px);
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 40px;
}
.header-2__menu-list {
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  width: 110px;
}
.header-2__menu-item {
  align-items: center;
  color: #202020;
  display: flex;
  font-size: 15px;
  height: 32px;
  line-height: 22px;
}
.header-2__menu-item:hover {
  font-weight: 700;
}
.header-2__menu-item:not(:first-child) {
  margin-top: 10px;
}

.nav-drawer {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.nav-drawer._open {
  pointer-events: auto;
}
.nav-drawer._open:before {
  opacity: 1;
}
.nav-drawer:before {
  background: rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.4s;
  width: 100%;
}
.nav-drawer__content-box {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  right: 0;
  transform: translateX(110%);
  transition: transform 0.5s;
  width: 320px;
}
._open .nav-drawer__content-box {
  transform: translateX(0);
}
.nav-drawer__row-1 {
  align-items: center;
  background-color: #4eb3d1;
  display: flex;
  justify-content: space-between;
  min-height: 80px;
  padding: 0 20px;
}
.nav-drawer__close-drawer {
  cursor: pointer;
}
.nav-drawer__row-2 {
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  justify-content: center;
  min-height: 80px;
  padding: 0 20px;
}
.nav-drawer__row-2 a {
  align-items: center;
  border: 1px solid #077d93;
  color: #077d93;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  line-height: 22px;
  width: 100%;
}
.nav-drawer__menu-group {
  border-bottom: 1px solid #dfdfdf;
}
.nav-drawer__menu-heading {
  align-items: center;
  color: #202020;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 47px;
  justify-content: space-between;
  line-height: 23px;
  padding: 0 20px;
  font-weight: 700;
}
.nav-drawer__menu-heading:not(:only-child):after {
  content: url('/dae-gu/asset/img/drawer-arrow.svg');
  height: 17px;
  transform: rotateZ(0deg);
  transition: transform 0.4s;
  width: 10px;
}
._open > .nav-drawer__menu-heading:not(:only-child):after {
  transform: rotateZ(90deg);
}
.nav-drawer__menu-list {
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
}
.nav-drawer__menu-item {
  align-items: center;
  background-color: #dfdfdf;
  color: #202020;
  display: flex;
  font-size: 15px;
  height: 50px;
  line-height: 22px;
  padding: 0 30px;
}
.nav-drawer__menu-item:hover {
  background-color: #ffffff;
  font-weight: 700;
}
