.header {
  display: flex;
  height: 80px;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 24px 1px;
  position: relative;
}

.header .section {
  display: flex;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 1;
  flex-grow: 1;
  align-self: stretch;
}

.header .logo {
  position: relative;
  width: 160px;
  height: 28px;
}

.header .list-margin {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 0px 0px 56px;
  position: relative;
  flex: 0 0 auto;
}

.header .list {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.header .item {
  border-radius: 8px;
  display: inline-flex;
  height: 70px;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.header .menu {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px 9px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
}

.header .service-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: #424242;
  font-size: 17px;
  letter-spacing: -0.1px;
  line-height: 25.5px;
  white-space: nowrap;
}

.header .div-wrapper {
  display: inline-flex;
  height: 70px;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.header .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6.04px;
  padding: 9.06px 12.08px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--blue-01-main);
  border-radius: 27.17px;
}

.header .label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -0.75px;
  font-family: "Noto Sans KR-Medium", Helvetica;
  font-weight: 500;
  color: var(--white);
  font-size: 18.1px;
  text-align: center;
  letter-spacing: -0.15px;
  line-height: normal;
}

.header .gridicons-external {
  position: relative;
  width: 18.11px;
  height: 18.11px;
  aspect-ratio: 1;
}

.header .vector {
  position: absolute;
  width: 75%;
  height: 75%;
  top: 12.5%;
  left: 12.51%;
}


