@font-face {
  font-family: 'S-CoreDream-4Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff')
    format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream-5Medium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff')
    format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream-6Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff')
    format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SpoqaHanSansNeo-Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff')
    format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SpoqaHanSansNeo-Medium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Medium.woff')
    format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SpoqaHanSansNeo-Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Bold.woff')
    format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SpoqaHanSansNeo-Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff')
    format('woff');
  font-weight: normal;
  font-style: normal;
}

.header {
  background: #fff;
  height: 100px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  display: flex;
  z-index: 15;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.header_content {
  width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
}

.logo {
  width: 209px;
  height: auto;
  display: flex;
  margin: auto 0;
  cursor: pointer;
}

.logo img {
  width: 100%;
  margin: 28px auto 36px;
  cursor: pointer;
}

.flow {
  display: flex;
}

.flow .flowMenu {
  display: flex;
  margin: 0 54px 0 0;
}

.flow .flowMenu:nth-child(4) {
  display: flex;
  margin: 0 auto 0 0;
}

.flow .flowMenu a {
  width: 100%;
  height: 100%;
  display: flex;
}

.flow .flowMenu a p {
  font-family: SpoqaHanSansNeo-Medium;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  margin: 41px auto 37px;
  cursor: pointer;
}

.flow .flowMenu.active a p {
  font-family: SpoqaHanSansNeo-Medium;
  font-size: 18px;
    font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #da291c;
  margin: 41px auto 37px;
}

.flow .circleArea,
.flow .textArea {
  width: auto;
  height: 100%;
  display: flex;
}

.flow .circleArea .stepArea {
  display: flex;
  position: relative;
}

.flow .circleArea .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #9c9c9c;
  display: inline;
  z-index: 1;
  margin: 0 auto;
}

.flow .circleArea .circle.on {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #00979c;
  display: inline;
  z-index: 1;
  margin: 0 auto;
}

.flow .circleArea .s_circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #9c9c9c;
  display: inline;
  z-index: 1;
  margin: auto;
}

.flow .circleArea .s_circle.on {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00979c;
  display: inline;
  z-index: 1;
  margin: auto;
}

.flow .circleArea .circleText1,
.flow .circleArea .circleText2,
.flow .circleArea .circleText3 {
  width: 120px;
  font-family: SpoqaHanSansNeo-Bold;
  font-size: 12px;
  position: absolute;
  bottom: -20px;
  left: -20px;
  margin: 0;
}

.flow .circleArea .circleText2 {
  left: -36px;
}

.flow .circleArea .circleText3 {
  left: -28px;
}

.flow .circleArea .line {
  width: 120px;
  height: 0px;
  border: solid 2px #9c9c9c;
  margin: auto 0;
}

.flow .circleArea .line.on {
  width: 120px;
  height: 0px;
  border: solid 2px #00979c;
  margin: auto 0;
}
.login_user_box {
  display: flex;
  align-items: center;
}
.login_user {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
}

.login_user p {
  font-family: SpoqaHanSansNeo-Regular;
  font-size: 14px;
  /* font-weight: 700; */
  line-height: 20px;
  text-align: right;
  color: #595959;
  margin: 0;
}

.login_user p:last-child {
  font-family: SpoqaHanSansNeo-Medium;
  color: #222;
}

.menuBtn {
  width: 44px;
  height: 44px;
  display: flex;
  margin: 0;
  display: flex;
  margin: auto 0;
  cursor: pointer;
  border-radius: 50%;
  background-color: #da291c;
  position: relative;
}

.menuBtn.noLogin {
  width: auto;
  height: auto;
  display: flex;
  background: none;
}

.menuBtn.noLogin .loginMove {
  width: 98px;
  height: 40px;
  margin: auto;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #da291c;
  display: flex;
}

.menuBtn.noLogin .loginMove a {
  width: 100%;
  height: 100%;
  display: flex;
}

.menuBtn.noLogin .loginMove a p {
  font-family: SpoqaHanSansNeo-Bold;
  font-size: 18px;
    font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: auto;
}

.menuBtn .onlyPC,
.menuBtn .onlyMobile,
.menuBtn .admin_only {
  display: flex;
}

.menuBtn .onlyPC.hide,
.menuBtn .onlyMobile.hide,
.menuBtn .admin_only.hide {
  display: none;
}

.menuBtn:hover {
  background-color: #f34639;
  cursor: pointer;
}

.menuBtn:active {
  background-color: #9c0f04;
  cursor: pointer;
}

.menuBtn .menu_hover {
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin: auto;
  display: block;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 44px;
  right: 0px;
  width: 150px;
  height: auto;
  overflow: auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  color: #222;
}

.dropdown-content .admin_only.hide {
  display: none;
}

.dropdown-content a,
.dropdown-content div {
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  font-family: SpoqaHanSansNeo-Medium;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.12px;
  text-align: center;
  color: #595959;
  justify-content: center;
}

.dropdown-content a:hover,
.dropdown-content div:hover {
  background-color: #e0e0e0;
}

.dropdown-content.on {
  display: block;
}

@media (max-width: 1023px) {
  .logo {
    width: 198px;
    height: auto;
    display: flex;
    margin: auto auto auto 16px;
    cursor: pointer;
  }

  .menuBtn {
    width: 36px;
    height: 36px;
    margin: auto 16px auto 0;
  }

  .menuBtn.noLogin {
    width: auto;
    height: auto;
    display: flex;
    margin: 32px 16px 28px auto;
    background: none;
  }

  .flow {
    display: none;
  }
}

@media (max-width: 600px) {
  .header {
    background: #fff;
    height: 52px;
    box-shadow: 0 0 10px 0 rgba(89, 89, 89, 0.16);
    background-color: #fff;
    position: fixed;
    width: 100%;
    display: flex;
    z-index: 15;
  }

  .header_content {
    width: 100%;
  }

  .logo {
    width: 142px;
    height: auto;
    display: flex;
    margin: auto auto auto 16px;
    cursor: pointer;
  }

  .logo img {
    width: 100%;
    margin: auto;
    cursor: pointer;
  }

  .login_user {
    display: none;
  }

  .menuBtn {
    width: 36px;
    height: 36px;
    margin: auto 16px auto 0;
  }

  .menuBtn.noLogin {
    margin: auto 16px auto auto;
  }

  .menuBtn.noLogin .loginMove {
    width: 64px;
    height: 24px;
    margin: auto;
    border-radius: 13px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    background-color: #da291c;
    display: flex;
  }

  .menuBtn.noLogin .loginMove a p {
    font-family: SpoqaHanSansNeo-Medium;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }

  .menuBtn .menu_nohover,
  .menuBtn .menu_hover {
    width: 20px;
    height: 20px;
  }
}
