@charset "UTF-8";
* {
  color: #000000;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-weight: 400;
}

/* common.css reset */
body {
  min-width: auto;
}

div,
p,
span {
  letter-spacing: -0.5px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  border-style: none;
}

button {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}

button,
input,
select,
optgroup,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: 0;
}

legend {
  color: #000000;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

caption,
hr,
legend {
  width: 0;
  height: 0;
  font-size: 1px;
  text-indent: -9999em;
  line-height: 0;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

a:visited span {
  border: inherit;
}

main {
  display: block;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
}

@supports (text-decoration-style: dotted) {
  abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 점선 밑줄을 지원하는 브라우저에서만 적용 */
  }
}
small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input {
  /* 1 */
  overflow: visible;
}

input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox의 스핀 버튼 제거 */
input[type="number"] {
  -moz-appearance: textfield;
}

/* 포커스 상태 초기화 */
input[type="number"]:focus {
  outline: none;
  box-shadow: none;
}

/*
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/*
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/*
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/*
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/*
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/*
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/*
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "HakgyoansimAllimjangTTF-B";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimAllimjangTTF-B.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HakgyoansimAllimjangTTF-B";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimAllimjangTTF-B.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "S-Core Dream";
  font-weight: 100;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff")
    format("woff");
}
@font-face {
  font-family: "S-Core Dream";
  font-weight: 200;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff")
    format("woff");
}
@font-face {
  font-family: "S-Core Dream";
  font-weight: 300;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff")
    format("woff");
}
@font-face {
  font-family: "S-Core Dream";
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff")
    format("woff");
}
@font-face {
  font-family: "S-Core Dream";
  font-weight: 500;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff")
    format("woff");
}
@font-face {
  font-family: "S-Core Dream";
  font-weight: 600;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff")
    format("woff");
}
@font-face {
  font-family: "S-Core Dream";
  font-weight: 700;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff")
    format("woff");
}
@font-face {
  font-family: "S-Core Dream";
  font-weight: 800;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff")
    format("woff");
}
@font-face {
  font-family: "S-Core Dream";
  font-weight: 900;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff")
    format("woff");
}
:root {
  --hak: "HakgyoansimAllimjangTTF-B" !important;
  --sco: "S-Core Dream" !important;
}

.pop-bgdim {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  z-index: 99;
}

.hope-pop {
  position: fixed;
  width: calc(640px + 640 * (100vw - 720px) / 720);
  padding: 4% 0;
  background: #fff;
  border-radius: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
@media (min-width: 720px) {
  .hope-pop {
    width: 640px;
  }
}
.hope-pop.hope-pop2 {
  padding: 0;
  border-radius: 30px;
  width: calc(710px + 710 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 {
    width: 710px;
  }
}
.hope-pop.hope-pop2 .pop-inner {
  max-height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
}
.hope-pop.hope-pop2 .pop-header {
  position: relative;
}
.hope-pop.hope-pop2 .btn-x {
  position: absolute;
  top: -20%;
  right: 0;
  width: 7%;
  display: block;
}
.hope-pop.hope-pop2 .pop-contents {
  overflow-y: auto;
  flex: 1;
  background-color: #fff;
  padding: 5%;
  border-radius: calc(30px + 30 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .pop-contents {
    border-radius: 30px;
  }
}
.hope-pop.hope-pop2 .tit {
  font-weight: 500;
  font-family: var(--sco) !important;
  font-size: calc(19px + 19 * (100vw - 720px) / 720);
  position: relative;
  padding-left: 4%;
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .tit {
    font-size: 19px;
  }
}
.hope-pop.hope-pop2 .tit::before {
  content: "";
  position: absolute;
  top: -2%;
  left: -2%;
  display: inline-block;
  background: url(../images/pop_caution.png) no-repeat;
  background-size: cover;
  width: calc(30px + 30 * (100vw - 720px) / 720);
  height: calc(30px + 30 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .tit::before {
    width: 30px;
    height: 30px;
  }
}
.hope-pop.hope-pop2 .input-area {
  padding: 7% 0 2%;
  margin-bottom: 3%;
  border-bottom: 1px solid #aeaeae;
}
.hope-pop.hope-pop2 .input-area .form-row {
  display: flex;
  align-items: center;
}
.hope-pop.hope-pop2 .input-area .form-row.data {
  align-items: start;
}
.hope-pop.hope-pop2 .input-area .form-row + .form-row {
  padding-top: 2%;
  margin-top: 2%;
  border-top: 1px solid #d7d7d7;
}
.hope-pop.hope-pop2 .input-area .form-col {
  display: flex;
  align-items: center;
}
.hope-pop.hope-pop2 .input-area .form-col + .form-col {
  margin-left: 10%;
}
.hope-pop.hope-pop2 .input-area .form-col label {
  font-family: var(--sco) !important;
  font-size: calc(18px + 18 * (100vw - 720px) / 720);
  width: calc(60px + 60 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .input-area .form-col label {
    font-size: 18px;
    width: 60px;
  }
}
.hope-pop.hope-pop2 .input-area .form-tit {
  width: calc(130px + 130 * (100vw - 720px) / 720);
  font-family: var(--sco) !important;
  font-weight: 600;
  font-size: calc(18px + 18 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .input-area .form-tit {
    width: 130px;
    font-size: 18px;
  }
}
.hope-pop.hope-pop2 .input-area .form-tit .required {
  color: #38b161;
  vertical-align: text-top;
}
.hope-pop.hope-pop2 .input-area input {
  font-family: var(--sco) !important;
  font-size: calc(18px + 18 * (100vw - 720px) / 720);
  padding: 3%;
  border: 1px solid #aeaeae;
  height: calc(48px + 48 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .input-area input {
    height: 48px;
    font-size: 18px;
  }
}
.hope-pop.hope-pop2 .input-area input.input-name {
  width: calc(270px + 270 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .input-area input.input-name {
    width: 270px;
  }
}
.hope-pop.hope-pop2 .input-area input.input-local {
  width: calc(162px + 162 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .input-area input.input-local {
    width: 162px;
  }
}
.hope-pop.hope-pop2 .input-area .form-input {
  display: flex;
  align-items: center;
}
.hope-pop.hope-pop2 .input-area .form-input.tel-area .ps {
  color: #777777;
  font-family: var(--sco) !important;
  font-weight: 700;
  padding: 0 2%;
}
.hope-pop.hope-pop2 .input-area .form-input.tel-area .gniselect {
  position: relative;
}
.hope-pop.hope-pop2 .input-area .form-input.tel-area .gniselect select {
  font-family: var(--sco) !important;
  padding: 5% 18%;
  background: none;
  border: 1px solid #aeaeae;
  width: calc(130px + 130 * (100vw - 720px) / 720);
  height: calc(48px + 48 * (100vw - 720px) / 720);
  font-size: calc(16px + 16 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .input-area .form-input.tel-area .gniselect select {
    width: 130px;
    font-size: 16px;
    height: 48px;
  }
}
.hope-pop.hope-pop2 .input-area .form-input.tel-area .gniselect .box-arrow {
  position: absolute;
  right: 12%;
  top: 50%;
  transform: translateY(-50%);
}
.hope-pop.hope-pop2 .input-area .form-input.tel-area .gniselect .ico-arrow {
  display: block;
  background: url(../images/ico_select_arrow.png) no-repeat;
  background-size: cover;
  width: calc(16px + 16 * (100vw - 720px) / 720);
  height: calc(9px + 9 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .input-area .form-input.tel-area .gniselect .ico-arrow {
    width: 16px;
    height: 9px;
  }
}
.hope-pop.hope-pop2 .input-area .form-input.tel-area input {
  width: calc(130px + 130 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .input-area .form-input.tel-area input {
    width: 130px;
  }
}
.hope-pop.hope-pop2 .input-area textarea {
  font-family: var(--sco) !important;
  padding: 2%;
  border: 1px solid #aeaeae;
  resize: none;
  line-height: 1.3;
  font-size: calc(18px + 18 * (100vw - 720px) / 720);
  width: calc(490px + 490 * (100vw - 720px) / 720);
  height: calc(225px + 225 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .input-area textarea {
    width: 490px;
    height: 225px;
    font-size: 18px;
  }
}
.hope-pop.hope-pop2 .agree-area {
  padding: 4% 3%;
  background: #f7f7f7;
}
.hope-pop.hope-pop2 .agree-area .agree-tit {
  font-family: var(--sco) !important;
  font-weight: 500;
  font-size: calc(18px + 18 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .agree-area .agree-tit {
    font-size: 18px;
  }
}
.hope-pop.hope-pop2 .agree-area .agree-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hope-pop.hope-pop2 .agree-area .input-chk {
  display: flex;
  align-items: center;
}
.hope-pop.hope-pop2 .agree-area .input-chk + .input-chk {
  margin-left: 30px;
}
.hope-pop.hope-pop2 .agree-area .input-chk label {
  margin-left: 5px;
  padding-top: 5%;
  cursor: pointer;
  font-family: var(--sco) !important;
  font-size: calc(18px + 18 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .agree-area .input-chk label {
    font-size: 18px;
  }
}
.hope-pop.hope-pop2 .agree-area .agree-chk {
  display: flex;
  align-self: center;
}
.hope-pop.hope-pop2 .agree-area .agree-chk input[type="radio"] {
  border: 1px solid #aeaeae;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  width: calc(24px + 24 * (100vw - 720px) / 720);
  height: calc(24px + 24 * (100vw - 720px) / 720);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .agree-area .agree-chk input[type="radio"] {
    width: 24px;
    height: 24px;
  }
}
.hope-pop.hope-pop2 .agree-area .agree-chk input[type="radio"]:checked {
  border: 1px solid #aeaeae;
  background-color: #fff;
}
.hope-pop.hope-pop2 .agree-area .agree-chk input[type="radio"]:checked::after {
  content: "✓";
  display: block;
  text-align: center;
  color: #333;
  font-size: calc(20px + 20 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2
    .agree-area
    .agree-chk
    input[type="radio"]:checked::after {
    font-size: 20px;
  }
}
.hope-pop.hope-pop2 .tbl-area {
  padding-top: 3%;
}
.hope-pop.hope-pop2 .tbl-area table {
  width: 100%;
}
.hope-pop.hope-pop2 .tbl-area table th {
  text-align: center;
  background: #000;
  color: #fff;
  width: 33.3333%;
  padding: 2% 0;
  font-family: var(--sco) !important;
  font-weight: 500;
  font-size: calc(16px + 16 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .tbl-area table th {
    font-size: 16px;
  }
}
.hope-pop.hope-pop2 .tbl-area table td {
  vertical-align: middle;
  padding: 2%;
  text-align: center;
  font-family: var(--sco) !important;
  font-size: calc(16px + 16 * (100vw - 720px) / 720);
  border-bottom: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .tbl-area table td {
    font-size: 16px;
  }
}
.hope-pop.hope-pop2 .tbl-area table td:last-child {
  border-right: none;
}
.hope-pop.hope-pop2 .noti-area {
  padding-top: 3%;
}
.hope-pop.hope-pop2 .noti-area ul li {
  line-height: 1.5;
  font-family: var(--sco) !important;
  font-size: calc(14px + 14 * (100vw - 720px) / 720);
  position: relative;
  padding-left: 2%;
}
@media (min-width: 720px) {
  .hope-pop.hope-pop2 .noti-area ul li {
    font-size: 14px;
  }
}
.hope-pop.hope-pop2 .noti-area ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0%;
}
.hope-pop.hope-pop2 .btn-area {
  margin-top: 5%;
  display: flex;
  align-self: center;
  justify-content: center;
  gap: 20px;
}
.hope-pop.hope-pop2 .btn-area .btn {
  width: 30%;
}
.hope-pop.hope-pop3 {
  box-shadow: 8px 8px 7px 0 rgba(0, 0, 0, 0.2);
  padding: 3% 0 0;
  padding: 0;
  width: calc(545px + 545 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop3 {
    width: 545px;
  }
}
.hope-pop.hope-pop3 .pop-contents {
  display: block;
  padding: 5% 0;
  text-align: center;
}
.hope-pop.hope-pop3 .pop-contents .bottom-txt {
  letter-spacing: -1px;
  font-size: calc(36px + 36 * (100vw - 720px) / 720);
  font-family: var(--sco) !important;
  font-weight: 500;
}
.hope-pop.hope-pop3 .pop-contents .bottom-txt span {
  font-family: var(--sco) !important;
}
@media (min-width: 720px) {
  .hope-pop.hope-pop3 .pop-contents .bottom-txt {
    font-size: 36px;
  }
}
.hope-pop.hope-pop3 .pop-contents .bottom-txt span {
  letter-spacing: -0.5px;
}
.hope-pop.hope-pop3 .pop-contents .bottom-txt .bold {
  position: relative;
  font-size: calc(36px + 36 * (100vw - 720px) / 720);
  font-family: var(--sco) !important;
  font-weight: 600;
}
@media (min-width: 720px) {
  .hope-pop.hope-pop3 .pop-contents .bottom-txt .bold {
    font-size: 36px;
  }
}
.hope-pop.hope-pop3 .pop-contents .bottom-txt .grn {
  color: #6ea424;
  font-size: calc(36px + 36 * (100vw - 720px) / 720);
  font-family: var(--sco) !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media (min-width: 720px) {
  .hope-pop.hope-pop3 .pop-contents .bottom-txt .grn {
    font-size: 36px;
  }
}
.hope-pop.hope-pop3 .pop-contents .bottom-txt .ico-emoge {
  position: absolute;
  top: 10%;
  right: -17%;
  display: inline-block;
  background: url(../images/ico_emoge.png) no-repeat;
  background-size: cover;
  width: calc(42px + 42 * (100vw - 720px) / 720);
  height: calc(42px + 42 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop3 .pop-contents .bottom-txt .ico-emoge {
    width: 42px;
    height: 42px;
  }
}
.hope-pop.hope-pop3 .pop-contents .bottom-img {
  width: 50%;
  margin: 5% auto 0;
}
.hope-pop.hope-pop3 .pop-footer {
  background: #6ea424;
  padding: 3% 6%;
  border-radius: 0 0 25px 25px;
}
.hope-pop.hope-pop3 .pop-footer .footer-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hope-pop.hope-pop3 .pop-footer .chk-area {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
}
.hope-pop.hope-pop3 .pop-footer .chk-area input[type="checkbox"] {
  border: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  width: calc(36px + 36 * (100vw - 720px) / 720);
  height: calc(36px + 36 * (100vw - 720px) / 720);
  border-radius: 5px;
  position: relative;
}
@media (min-width: 720px) {
  .hope-pop.hope-pop3 .pop-footer .chk-area input[type="checkbox"] {
    width: 36px;
    height: 36px;
  }
}
.hope-pop.hope-pop3 .pop-footer .chk-area input[type="checkbox"] + label {
  padding-left: 3%;
}
.hope-pop.hope-pop3
  .pop-footer
  .chk-area
  input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  background: url(../images/chk_on_pc.png) no-repeat;
  background-size: cover;
  width: calc(35px + 35 * (100vw - 720px) / 720);
  height: calc(35px + 35 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop3
    .pop-footer
    .chk-area
    input[type="checkbox"]:checked::after {
    width: 35px;
    height: 35px;
  }
}
.hope-pop.hope-pop3 .pop-footer .chk-area label {
  color: #fff;
  font-family: var(--sco) !important;
  font-weight: 500;
  font-size: calc(24px + 24 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop3 .pop-footer .chk-area label {
    font-size: 24px;
  }
}
.hope-pop.hope-pop3 .pop-footer .btn-close {
  color: #fff;
  font-family: var(--sco) !important;
  font-weight: 500;
  font-size: calc(24px + 24 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop.hope-pop3 .pop-footer .btn-close {
    font-size: 24px;
  }
}
.hope-pop .pop-contents .txt {
  line-height: 1.5;
  text-align: center;
  font-family: var(--sco) !important;
  font-weight: 500;
  font-size: calc(26px + 26 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop .pop-contents .txt {
    font-size: 26px;
  }
}
.hope-pop .pop-contents .grn {
  color: #6ea424;
  font-family: var(--sco) !important;
  font-weight: 600;
  font-size: calc(26px + 26 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hope-pop .pop-contents .grn {
    font-size: 26px;
  }
}
.hope-pop .pop-btn {
  display: flex;
  justify-content: center;
}
.hope-pop .pop-btn .btn-qna {
  display: block;
  width: 50%;
  padding-top: 6%;
} /*# sourceMappingURL=hope_popup.css.map */
