@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;
}

body.scroll-lock {
  overflow: hidden;
}

.hopeaward-wrap .hopeaward {
  width: 100%;
  position: relative;
  max-width: 1920px;
  max-width: 2560px;
  margin: auto;
  overflow: hidden;
}
.hopeaward-wrap .hopeaward .inner {
  width: 100%;
  position: relative;
  max-width: 720px;
  margin: auto;
}
.hopeaward-wrap .hopeaward img {
  display: block;
  width: 100%;
}
.hopeaward-wrap .hopeaward .ob {
  position: absolute;
}
.hopeaward-wrap .hopeaward .grn {
  color: #6ea424;
}
.hopeaward-wrap .hopeaward .grn-label {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  background: #6ea424;
  padding: 0 5%;
  border-radius: 50px;
  color: #fff;
  font-family: var(--hak);
  height: calc(75px + 75 * (100vw - 720px) / 720);
  font-size: calc(36px + 36 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward .grn-label {
    font-size: 36px;
    height: 75px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward1 {
  background: url(../images/hoep1_bg.png) 50% 50% no-repeat;
  background-size: cover;
}
.hopeaward-wrap .hopeaward.hopeaward1 .inner {
  z-index: 2;
}
.hopeaward-wrap .hopeaward.hopeaward1 .logo-flex {
  padding: 4% 4% 0;
  display: flex;
  justify-content: space-between;
}
.hopeaward-wrap .hopeaward.hopeaward1 .logo-flex .hopelogo {
  width: 30%;
}
.hopeaward-wrap .hopeaward.hopeaward1 .logo-flex .gnilogo {
  width: 23%;
}
.hopeaward-wrap .hopeaward.hopeaward1 .ob1 {
  z-index: -1;
  width: 115%;
  top: 0;
  left: -7%;
}
.hopeaward-wrap .hopeaward.hopeaward1 .ob1.on {
  animation: expandUp 1.2s ease both;
}
.hopeaward-wrap .hopeaward.hopeaward1 .ob2 {
  z-index: -1;
  width: 145%;
  top: 3%;
  left: -24%;
}
.hopeaward-wrap .hopeaward.hopeaward1 .ob2.on {
  animation: expandUp 1.2s ease both 0.2s;
}
.hopeaward-wrap .hopeaward.hopeaward1 .t-img {
  position: relative;
  margin-top: 5%;
  display: flex;
  justify-content: center;
}
.hopeaward-wrap .hopeaward.hopeaward1 .t-img .ob3 {
  width: 16%;
  top: 5%;
  left: 18%;
  animation: vibrate-1 1.6s linear infinite;
}
.hopeaward-wrap .hopeaward.hopeaward1 .grn-label {
  margin: 7% auto 0;
}
.hopeaward-wrap .hopeaward.hopeaward1 .t02 {
  line-height: 1.2;
  margin-top: 5%;
  text-align: center;
  font-family: var(--hak);
  font-size: calc(80px + 80 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward1 .t02 {
    font-size: 80px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward1 .t02 .grn {
  font-family: var(--hak);
}
.hopeaward-wrap .hopeaward.hopeaward1 .t02.on {
  animation: fade-in-bottom 0.5s linear both;
}
.hopeaward-wrap .hopeaward.hopeaward1 .t03 {
  text-align: center;
  margin-top: 8%;
  line-height: 1.5;
}
.hopeaward-wrap .hopeaward.hopeaward1 .t03 .t03-1,
.hopeaward-wrap .hopeaward.hopeaward1 .t03 .t03-3,
.hopeaward-wrap .hopeaward.hopeaward1 .t03 .default,
.hopeaward-wrap .hopeaward.hopeaward1 .t03 .line {
  font-family: var(--sco);
  font-weight: 500;
  font-size: calc(32px + 32 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward1 .t03 .t03-1,
  .hopeaward-wrap .hopeaward.hopeaward1 .t03 .t03-3,
  .hopeaward-wrap .hopeaward.hopeaward1 .t03 .default,
  .hopeaward-wrap .hopeaward.hopeaward1 .t03 .line {
    font-size: 32px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward1 .t03 .bold {
  font-family: var(--hak);
  font-size: calc(33px + 33 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward1 .t03 .bold {
    font-size: 33px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward1 .t03 .line {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hopeaward-wrap .hopeaward.hopeaward1 .t03 .line.on::after {
  animation: wi73 1s linear both;
}
.hopeaward-wrap .hopeaward.hopeaward1 .t03 .line::after {
  content: "";
  display: block;
  width: 73%;
  height: calc(15px + 15 * (100vw - 720px) / 720);
  background: rgba(252, 255, 35, 0.8);
  position: absolute;
  bottom: 7%;
  left: 13.5%;
  z-index: -1;
  width: 0;
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward1 .t03 .line::after {
    height: 15px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward1 .t03 .line .count {
  font-family: var(--hak);
  font-size: calc(32px + 32 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward1 .t03 .line .count {
    font-size: 32px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward1 .t03 .default + .bold {
  padding-left: 1%;
}
.hopeaward-wrap .hopeaward.hopeaward1 .t03 .bold + .bold {
  padding-left: 1%;
}
.hopeaward-wrap .hopeaward.hopeaward1 .t03 .bold + .default {
  padding-left: 1%;
}
.hopeaward-wrap .hopeaward.hopeaward1 .count-area {
  display: flex;
  justify-content: space-evenly;
  padding-top: 6%;
}
.hopeaward-wrap .hopeaward.hopeaward1 .count-area .count-el {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 29%;
  width: calc(326px + 326 * (100vw - 720px) / 720);
  height: calc(339px + 339 * (100vw - 720px) / 720);
  line-height: 1.5;
}
.hopeaward-wrap .hopeaward.hopeaward1 .count-area .count-el [class^="txt0"],
.hopeaward-wrap .hopeaward.hopeaward1 .count-area .count-el .count {
  color: #fff;
}
.hopeaward-wrap .hopeaward.hopeaward1 .count-area .count-el .txt01 {
  font-family: var(--sco);
  font-weight: 600;
  font-size: calc(30px + 30 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward1 .count-area .count-el .txt01 {
    font-size: 30px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward1 .count-area .count-el .txt02,
.hopeaward-wrap .hopeaward.hopeaward1 .count-area .count-el .count {
  font-family: var(--hak);
  font-size: calc(35px + 35 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward1 .count-area .count-el .txt02,
  .hopeaward-wrap .hopeaward.hopeaward1 .count-area .count-el .count {
    font-size: 35px;
  }
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward1 .count-area .count-el {
    width: 326px;
    height: 339px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward1 .count-area .count-el.count-el1 {
  background: url(../images/bg_school.png) 50% 0 no-repeat;
  background-size: cover;
}
.hopeaward-wrap .hopeaward.hopeaward1 .count-area .count-el.count-el2 {
  background: url(../images/bg_child.png) 50% 0 no-repeat;
  background-size: cover;
}
.hopeaward-wrap .hopeaward.hopeaward1 .t04 {
  line-height: 1.4;
  margin-top: 12%;
  text-align: center;
  font-family: var(--sco);
  font-weight: 600;
  font-size: calc(36px + 36 * (100vw - 720px) / 720);
  padding-bottom: 10%;
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward1 .t04 {
    font-size: 36px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward1 .ob4 {
  width: 30%;
  right: -38%;
  bottom: -0.2%;
  animation: fade-in-bottom 1s linear both;
}
.hopeaward-wrap .hopeaward.hopeaward1 .ob5 {
  width: 10%;
  right: -23%;
  bottom: 6%;
  animation: vibrate-1 1.6s linear infinite both;
}
.hopeaward-wrap .hopeaward.hopeaward1 .ico-heart {
  display: inline-block;
  animation: bounceRotate 2s ease-in-out infinite;
  transform-style: preserve-3d;
}
@keyframes bounceRotate {
  0% {
    transform: translateY(0px) scale(1);
  }
  25% {
    transform: translateY(-5px) scale(1.1);
  }
  50% {
    transform: translateY(0px) scale(1);
  }
  75% {
    transform: translateY(-5px) scale(1.1);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
.hopeaward-wrap .hopeaward.hopeaward2 .inner {
  padding-bottom: 8%;
}
.hopeaward-wrap .hopeaward.hopeaward2 .award-area {
  position: relative;
}
.hopeaward-wrap .hopeaward.hopeaward2 .award-area .grn-label {
  margin: 6% auto 0;
}
.hopeaward-wrap .hopeaward.hopeaward2 .award-area .ob1 {
  width: 4%;
  left: 21%;
  top: -10%;
  animation: ro360 5s linear infinite both;
}
.hopeaward-wrap .hopeaward.hopeaward2 .award-area .ob2 {
  right: 19%;
  bottom: 13%;
  width: 10%;
  animation: ro 1s linear infinite both;
}
.hopeaward-wrap .hopeaward.hopeaward2 .txt-area {
  padding-top: 5%;
  text-align: center;
  line-height: 1.5;
}
.hopeaward-wrap .hopeaward.hopeaward2 .txt-area .t01 {
  font-family: var(--sco);
  font-weight: 600;
  font-size: calc(36px + 36 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward2 .txt-area .t01 {
    font-size: 36px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward2 .txt-area .t02 {
  font-family: var(--hak);
  font-size: calc(60px + 60 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward2 .txt-area .t02 {
    font-size: 60px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward2 .caution {
  line-height: 1.5;
  padding-left: 10%;
  margin: 6% 4% 0;
  position: relative;
  font-family: var(--sco);
  font-weight: 500;
  font-size: calc(32px + 32 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward2 .caution {
    font-size: 32px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward2 .caution::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(11px + 11 * (100vw - 720px) / 720);
  top: 0;
  background: url(../images/ico_caution.png) 50% 0 no-repeat;
  background-size: cover;
  width: calc(50px + 50 * (100vw - 720px) / 720);
  height: calc(50px + 50 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward2 .caution::before {
    width: 50px;
    height: 50px;
    left: 11px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward2 .input-area {
  margin: 7% 6% 0;
}
.hopeaward-wrap .hopeaward.hopeaward2 .input-area .input-box {
  background: #f3f3f3;
  padding: 5%;
  border-radius: 20px 20px 0 0;
}
.hopeaward-wrap .hopeaward.hopeaward2 .input-area .dash {
  padding: 0 1%;
  font-size: calc(30px + 30 * (100vw - 720px) / 720);
  font-weight: 700;
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward2 .input-area .dash {
    font-size: 30px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward2 .input-area .box-input {
  display: flex;
  align-items: center;
  padding-top: 8%;
}
.hopeaward-wrap .hopeaward.hopeaward2 .input-area .box-input + .box-input {
  padding-top: 3%;
}
.hopeaward-wrap .hopeaward.hopeaward2 .input-area .box-input.tel input {
  text-align: center;
  font-family: var(--sco);
  font-weight: 500;
  flex: 1 1 30%;
  font-size: calc(25px + 25 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward2 .input-area .box-input.tel input {
    font-size: 25px;
  }
}
.hopeaward-wrap
  .hopeaward.hopeaward2
  .input-area
  .box-input.tel
  input::-moz-placeholder {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: var(--sco);
  font-weight: 500;
  color: #000;
}
.hopeaward-wrap
  .hopeaward.hopeaward2
  .input-area
  .box-input.tel
  input::placeholder {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: var(--sco);
  font-weight: 500;
  color: #000;
}
.hopeaward-wrap .hopeaward.hopeaward2 .input-area .box-input label {
  min-width: calc(180px + 180 * (100vw - 720px) / 720);
  font-family: var(--sco);
  font-weight: 500;
  font-size: calc(25px + 25 * (100vw - 720px) / 720);
  flex: 1 1 30%;
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward2 .input-area .box-input label {
    font-size: 25px;
    min-width: 180px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward2 .input-area .box-input input {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  border: 1px solid #d5d5d5;
  height: calc(70px + 70 * (100vw - 720px) / 720);
  line-height: calc(70px + 70 * (100vw - 720px) / 720);
  padding: 3%;
  font-family: var(--sco);
  font-size: calc(25px + 25 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward2 .input-area .box-input input {
    font-size: 25px;
    height: 70px;
    line-height: 70px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward2 .input-area .box-tit {
  text-align: center;
  font-family: var(--hak);
  font-size: calc(40px + 40 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward2 .input-area .box-tit {
    font-size: 40px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward2 .input-area .btn-ok {
  background: #50e3ab;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 3% 0;
  border-radius: 0 0 20px 20px;
}
.hopeaward-wrap .hopeaward.hopeaward2 .input-area .btn-ok .btn-txt {
  font-family: var(--hak);
  font-size: calc(36px + 36 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward2 .input-area .btn-ok .btn-txt {
    font-size: 36px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward2 .result-wrap {
  display: none;
  margin: 7% 6% 0;
  position: relative;
}
.hopeaward-wrap .hopeaward.hopeaward2 .result-wrap .result-inner {
  height: calc(850px + 850 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward2 .result-wrap .result-inner {
    height: 850px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward2 .result-wrap .result-cont {
  position: absolute;
}
.hopeaward-wrap .hopeaward.hopeaward2 .result-wrap .cont-inner {
  margin: 0 11%;
}
.hopeaward-wrap .hopeaward.hopeaward2 .result-wrap .cont-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 42%;
}
.hopeaward-wrap .hopeaward.hopeaward2 .result-wrap .result {
  font-weight: 500;
  font-family: var(--sco);
  font-size: calc(24px + 24 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward2 .result-wrap .result {
    font-size: 24px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward2 .result-wrap .result + .result {
  padding-top: 6%;
}
.hopeaward-wrap .hopeaward.hopeaward2 .result-wrap .result.result1 {
  word-break: keep-all;
  text-align: center;
}
.hopeaward-wrap .hopeaward.hopeaward2 .result-wrap .result.result2 {
  font-size: calc(30px + 30 * (100vw - 720px) / 720);
  font-weight: 700;
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward2 .result-wrap .result.result2 {
    font-size: 30px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward2 .result-wrap .etc-area {
  padding-top: 10%;
  line-height: 1.5;
}
.hopeaward-wrap .hopeaward.hopeaward2 .result-wrap .etc {
  text-align: left;
  font-weight: 500;
  font-family: var(--sco);
  font-size: calc(20px + 20 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward2 .result-wrap .etc {
    font-size: 20px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward2 .result-wrap .etc + .etc {
  padding-top: 0;
}
.hopeaward-wrap .hopeaward.hopeaward2 .result-wrap .etc [class^="txt"] {
  font-weight: 500;
  font-family: var(--sco);
  font-size: calc(20px + 20 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward2 .result-wrap .etc [class^="txt"] {
    font-size: 20px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward2 .btn-go {
  margin: 5% 6% 0;
  display: block;
  width: 80%;
}
.hopeaward-wrap .hopeaward.hopeaward2 .etc-cont {
  margin: 10% 6% 0;
}
.hopeaward-wrap .hopeaward.hopeaward2 .etc-cont .t01,
.hopeaward-wrap .hopeaward.hopeaward2 .etc-cont .grn {
  line-height: 1.5;
  font-family: var(--hak);
  font-size: calc(42px + 42 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward2 .etc-cont .t01,
  .hopeaward-wrap .hopeaward.hopeaward2 .etc-cont .grn {
    font-size: 42px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward2 .etc-cont .grn {
  display: inline-block;
  position: relative;
}
.hopeaward-wrap .hopeaward.hopeaward2 .etc-cont .grn.on::after {
  animation: wi100 1s linear both;
}
.hopeaward-wrap .hopeaward.hopeaward2 .etc-cont .grn::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #6ea424;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: -1;
  width: 0;
}
.hopeaward-wrap .hopeaward.hopeaward2 .etc-cont .grn-label {
  margin: 7% auto -5%;
  position: relative;
  padding: 0 7%;
  height: calc(70px + 70 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward2 .etc-cont .grn-label {
    height: 70px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward2 .etc-cont .chkbox {
  width: 97%;
}
.hopeaward-wrap .hopeaward.hopeaward2 .etc-cont .step {
  width: 80%;
  margin-top: 9%;
}
.hopeaward-wrap .hopeaward.hopeaward2 .etc-cont .ob1 {
  right: -50%;
  bottom: 4%;
  width: 40%;
}
.hopeaward-wrap .hopeaward.hopeaward2 .etc-cont .ob2 {
  right: -10%;
  bottom: 10%;
  width: 5%;
  animation: ro 1s linear infinite both;
}
.hopeaward-wrap .hopeaward.hopeaward2 .etc-cont .ob3 {
  bottom: 21%;
  right: -46%;
  width: 15%;
  animation: vibrate-1 1.8s linear infinite both;
}
.hopeaward-wrap .hopeaward.hopeaward3 {
  background: url(../images/hope3_bg.png) 50% 0% no-repeat;
  background-size: cover;
}
.hopeaward-wrap .hopeaward.hopeaward3 .inner {
  height: calc(1973px + 1973 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward3 .inner {
    height: 1973px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward3 .ob1 {
  top: 16%;
  left: 4%;
  width: 44%;
  opacity: 0;
}
.hopeaward-wrap .hopeaward.hopeaward3 .ob1.on {
  animation: clips 1s linear both;
}
.hopeaward-wrap .hopeaward.hopeaward3 .ob2 {
  right: 0;
  top: 2%;
  width: 43%;
}
.hopeaward-wrap .hopeaward.hopeaward3 .ob2-1 {
  width: 3%;
  left: 66%;
  top: 4.5%;
  animation: opa 1s linear infinite alternate 0.2s;
}
.hopeaward-wrap .hopeaward.hopeaward3 .ob2-2 {
  width: 2.5%;
  left: 86%;
  top: 5.5%;
  z-index: 3;
  animation: opa 1s linear infinite alternate 0.4s;
}
.hopeaward-wrap .hopeaward.hopeaward3 .ob3 {
  width: 20%;
  right: -7%;
  top: 25%;
  opacity: 0;
}
.hopeaward-wrap .hopeaward.hopeaward3 .ob3.on {
  animation: diagonal-shooting 1s linear both 0.5s;
}
@keyframes diagonal-shooting {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  25% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    transform: scale(0.7);
    opacity: 0.7;
  }
  75% {
    transform: scale(0.9);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.hopeaward-wrap .hopeaward.hopeaward3 .ob4 {
  left: 17%;
  bottom: 7%;
  width: 15%;
  animation: burst 1.4s linear infinite both;
}
.hopeaward-wrap .hopeaward.hopeaward3 .ob5 {
  width: 25%;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.hopeaward-wrap .hopeaward.hopeaward3 .ob5-1 {
  left: 36.9%;
  bottom: 2.12%;
  width: 6.3%;
  animation: l-arm 1.2s linear infinite both;
}
.hopeaward-wrap .hopeaward.hopeaward3 .ob5-2 {
  right: 36.3%;
  bottom: 2.18%;
  width: 6.3%;
  animation: r-arm 1.2s linear infinite both;
}
.hopeaward-wrap .hopeaward.hopeaward3 .ob6 {
  bottom: 4%;
  right: 14%;
  width: 19%;
  animation: vibrate-1 1.8s linear infinite both;
}
.hopeaward-wrap .hopeaward.hopeaward3 .ob7 {
  width: 4%;
  right: 29%;
  bottom: 9%;
  animation: ro360 5s linear infinite both;
}
.hopeaward-wrap .hopeaward.hopeaward3 .t01 {
  padding-top: 75%;
  text-align: center;
  color: #fff;
  font-family: var(--sco);
  font-weight: 600;
  font-size: calc(38px + 38 * (100vw - 720px) / 720);
  line-height: 1.5;
  opacity: 0;
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward3 .t01 {
    font-size: 38px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward3 .t01.on {
  animation: fade-in-top 1s linear both;
}
.hopeaward-wrap .hopeaward.hopeaward3 .grn {
  font-family: var(--hak);
  color: #aaf27a;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: calc(40px + 40 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward3 .grn {
    font-size: 40px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward3 .center-img {
  padding-top: 10%;
  opacity: 0;
}
.hopeaward-wrap .hopeaward.hopeaward3 .center-img.on {
  animation: fade-scale-animation 2s linear both 0.3s;
}
@keyframes fade-scale-animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
.hopeaward-wrap .hopeaward.hopeaward3 .t02 {
  padding-top: 10%;
  text-align: center;
  color: #fff;
  font-family: var(--sco);
  font-weight: 600;
  font-size: calc(38px + 38 * (100vw - 720px) / 720);
  line-height: 1.5;
  opacity: 0;
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward3 .t02 {
    font-size: 38px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward3 .t02.on {
  animation: fade-in-top 1s linear both 0.5s;
}
.hopeaward-wrap .hopeaward.hopeaward3 .btn-quick {
  width: 95%;
  margin: 10% auto 0;
  font-family: var(--hak);
  font-size: calc(40px + 40 * (100vw - 720px) / 720);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #43f3b0;
  height: calc(114px + 114 * (100vw - 720px) / 720);
  box-shadow: 0px 9px 0 0px #253243;
  border-radius: 20px;
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward3 .btn-quick {
    height: 114px;
    font-size: 40px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward4 .top-cont {
  background: #caf2ff;
  background-size: cover;
  margin-bottom: -2%;
}
.hopeaward-wrap .hopeaward.hopeaward4 .bottom-cont {
  background: url(../images/bottom_bg.png) 50% 50% no-repeat;
  background-size: cover;
}
.hopeaward-wrap .hopeaward.hopeaward4 .bottom-cont .inner {
  height: calc(587px + 587 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward4 .bottom-cont .inner {
    height: 587px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward4 .t01 {
  padding-top: 15%;
  text-align: center;
  font-family: var(--hak);
  font-size: calc(56px + 56 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward4 .t01 {
    font-size: 56px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward4 .gni-cont {
  padding: 5% 6% 0;
}
.hopeaward-wrap .hopeaward.hopeaward4 .gni-cont .row {
  display: flex;
  align-items: center;
}
.hopeaward-wrap .hopeaward.hopeaward4 .gni-cont .row:nth-of-type(2) {
  align-items: start;
}
.hopeaward-wrap .hopeaward.hopeaward4 .gni-cont .row + .row {
  padding-top: 5%;
}
.hopeaward-wrap .hopeaward.hopeaward4 .gni-cont .row:first-child .logo {
  width: 48%;
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward4 .gni-cont .row:first-child .logo {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.hopeaward-wrap
  .hopeaward.hopeaward4
  .gni-cont
  .row:last-child
  .logo:nth-of-type(1) {
  /* 교육부 */
  width: calc(127px + 127 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap
    .hopeaward.hopeaward4
    .gni-cont
    .row:last-child
    .logo:nth-of-type(1) {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.hopeaward-wrap
  .hopeaward.hopeaward4
  .gni-cont
  .row:last-child
  .logo:nth-of-type(2) {
  /* 외교부 */
  width: calc(123px + 123 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap
    .hopeaward.hopeaward4
    .gni-cont
    .row:last-child
    .logo:nth-of-type(2) {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.hopeaward-wrap
  .hopeaward.hopeaward4
  .gni-cont
  .row:last-child
  .logo:nth-of-type(3) {
  /* 문화체육관광부 */
  width: calc(200px + 200 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap
    .hopeaward.hopeaward4
    .gni-cont
    .row:last-child
    .logo:nth-of-type(3) {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.hopeaward-wrap
  .hopeaward.hopeaward4
  .gni-cont
  .row:last-child
  .logo:nth-of-type(4) {
  /* 보건복지부 */
  width: calc(162px + 162 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap
    .hopeaward.hopeaward4
    .gni-cont
    .row:last-child
    .logo:nth-of-type(4) {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.hopeaward-wrap
  .hopeaward.hopeaward4
  .gni-cont
  .row:last-child
  .logo:nth-of-type(5) {
  /* 여성가족부 */
  width: calc(162px + 162 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap
    .hopeaward.hopeaward4
    .gni-cont
    .row:last-child
    .logo:nth-of-type(5) {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.hopeaward-wrap
  .hopeaward.hopeaward4
  .gni-cont
  .row:last-child
  .logo:nth-of-type(6) {
  /* 고용노동부 */
  width: calc(158px + 158 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap
    .hopeaward.hopeaward4
    .gni-cont
    .row:last-child
    .logo:nth-of-type(6) {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.hopeaward-wrap
  .hopeaward.hopeaward4
  .gni-cont
  .row:last-child
  .logo:nth-of-type(7) {
  /* 국민권익위원회 */
  width: calc(204px + 204 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap
    .hopeaward.hopeaward4
    .gni-cont
    .row:last-child
    .logo:nth-of-type(7) {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.hopeaward-wrap .hopeaward.hopeaward4 .gni-cont .row .tit {
  min-width: calc(90px + 90 * (100vw - 720px) / 720);
  color: #303030;
  font-family: var(--sco);
  font-weight: 500;
  font-size: calc(30px + 30 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward4 .gni-cont .row .tit {
    min-width: 90px;
    font-size: 30px;
  }
}
.hopeaward-wrap .hopeaward.hopeaward4 .gni-cont .logo-area {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: calc(535px + 535 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .hopeaward-wrap .hopeaward.hopeaward4 .gni-cont .logo-area {
    max-width: 535px;
    justify-content: space-between;
  }
}
.hopeaward-wrap .hopeaward.hopeaward4 .ob1 {
  width: 20%;
  top: 25%;
  left: 10%;
  z-index: 3;
  animation: vibrate-1 1.8s linear infinite both;
}
.hopeaward-wrap .hopeaward.hopeaward4 .ob2-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.hopeaward-wrap .hopeaward.hopeaward4 .ob2 {
  width: 62%;
  left: 40%;
  top: 38%;
  z-index: 3;
}
.hopeaward-wrap .hopeaward.hopeaward4 .ob2-1 {
  width: 20%;
  top: 16%;
  right: 21.5%;
  z-index: 3;
}
.hopeaward-wrap .hopeaward.hopeaward4 .ob2-2 {
  opacity: 0;
  width: 20%;
  top: 64%;
  left: 43%;
  z-index: 2;
}
.hopeaward-wrap .hopeaward.hopeaward4 .ob2-2.on {
  animation: swayFalling 1s linear both;
}
.hopeaward-wrap .hopeaward.hopeaward4 .ob2-3 {
  opacity: 0;
  width: 22%;
  left: 73%;
  top: 61%;
  z-index: 2;
}
.hopeaward-wrap .hopeaward.hopeaward4 .ob2-3.on {
  animation: swayFalling 1s linear both 0.4s;
}
.hopeaward-wrap .hopeaward.hopeaward4 .ob2-4 {
  width: 19%;
  left: 63%;
  top: 72%;
  z-index: 3;
}
.hopeaward-wrap .hopeaward.hopeaward4 .ob3 {
  width: 5%;
  right: 12%;
  top: 24%;
  z-index: 3;
  animation: ro2 1s linear infinite both;
}
.hopeaward-wrap .hopeaward.hopeaward4 .ob4 {
  width: 68%;
  bottom: 11%;
  left: 37%;
}
.hopeaward-wrap .hopeaward.hopeaward4 .ob5 {
  top: 51%;
  left: 5%;
  width: 15%;
  animation: bottoms 0.8s ease-in infinite both;
}
.hopeaward-wrap .hopeaward.hopeaward4 .ob6 {
  left: 50%;
  margin-left: -10%;
  top: 38%;
  width: 53%;
  animation: expandUp 1.2s ease both 0.7s;
}
@keyframes swayFalling {
  0% {
    transform: translateY(-40px) translateX(0px) rotate(0deg);
  }
  20% {
    transform: translateY(-35px) translateX(0px) rotate(2deg);
  }
  40% {
    transform: translateY(-30px) translateX(2px) rotate(-2deg);
  }
  60% {
    transform: translateY(-25px) translateX(-1.5px) rotate(3deg);
  }
  80% {
    transform: translateY(-15px) translateX(0px) rotate(-3deg);
  }
  90% {
    transform: translateY(-5px) translateX(0px) rotate(2deg);
  }
  100% {
    transform: translateY(0px) translateX(0px) rotate(4deg);
    opacity: 1;
  }
}

.inner ul.mapselect {
  padding-top: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 8%;
}
.inner ul.mapselect li {
  margin: 0 3%;
}
.inner ul.mapselect li:nth-of-type(1) {
  display: flex;
  align-items: center;
  font-family: var(--hak);
  font-size: calc(30px + 30 * (100vw - 720px) / 720);
  font-weight: 900;
  width: 25%;
  margin: 0;
}
@media (min-width: 720px) {
  .inner ul.mapselect li:nth-of-type(1) {
    font-size: 30px;
  }
}
.inner ul.mapselect li:nth-of-type(1) span {
  display: inline-block;
  margin-right: 10%;
  width: 18%;
}
.inner ul.mapselect li .img_arow {
  background: url(../images/selbox.png) no-repeat;
  background-size: cover;
}
.inner ul.mapselect li .gniselect {
  font-family: var(--hak);
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-size: calc(28px + 28 * (100vw - 720px) / 720);
  text-align: center;
  z-index: 0;
  background: #fff;
  width: calc(371px + 371 * (100vw - 720px) / 720);
  height: calc(83px + 83 * (100vw - 720px) / 720);
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  vertical-align: bottom;
}
@media (min-width: 720px) {
  .inner ul.mapselect li .gniselect {
    font-size: 28px;
    width: 371px;
    height: 83px;
  }
}
.inner ul.mapselect li .gniselect .box_arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100px + 100 * (100vw - 720px) / 720);
  height: 100%;
  z-index: -10;
}
.inner ul.mapselect li .gniselect .ico_arrow {
  display: inline-block;
  overflow: hidden;
  width: calc(21px + 21 * (100vw - 720px) / 720);
  height: calc(18px + 18 * (100vw - 720px) / 720);
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
  position: absolute;
}
@media (min-width: 720px) {
  .inner ul.mapselect li .gniselect .ico_arrow {
    width: 21px;
    height: 18px;
  }
}
.inner ul.mapselect li .gniselect .gnisselect {
  cursor: pointer;
  display: block;
  border: 0 none;
  background: none;
  font-size: calc(28px + 28 * (100vw - 720px) / 720);
  color: #000;
  padding: 0 30px 0 7px;
  width: 100%;
  height: calc(83px + 83 * (100vw - 720px) / 720);
  text-align: center;
  font-weight: 900;
}
@media (min-width: 720px) {
  .inner ul.mapselect li .gniselect .gnisselect {
    font-size: 28px;
    height: 83px;
  }
}
.inner ul.mapselect li .gniselect .gnisselect option {
  font-size: calc(28px + 28 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .inner ul.mapselect li .gniselect .gnisselect option {
    font-size: 28px;
  }
}
.inner ul.mapselect li .gniselect .gnisselect::-ms-expand {
  display: none;
}
.inner .maptt {
  font-family: var(--sco);
  font-size: calc(26px + 26 * (100vw - 720px) / 720);
  font-weight: 500;
  text-align: center;
  margin-bottom: 8%;
  letter-spacing: 0;
}
@media (min-width: 720px) {
  .inner .maptt {
    font-size: 26px;
  }
}
.inner .maps {
  padding: 5% 3%;
  background: #fff;
  border-radius: 10px;
  width: calc(640px + 640 * (100vw - 720px) / 720);
  position: relative;
  left: 0%;
  transform: translate(0%, 0);
  margin: auto;
}
@media (min-width: 720px) {
  .inner .maps {
    padding: 5% 3%;
    background: #fff;
    border-radius: 10px;
    width: 1000px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.inner .maps .mapsbody {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.inner .maps .mapsbody li {
  color: #292929;
  font-size: calc(22px + 22 * (100vw - 720px) / 720);
  padding: 2% 0;
  text-align: center;
  letter-spacing: -1.2px;
  line-height: 1.6;
}
@media (min-width: 720px) {
  .inner .maps .mapsbody li {
    font-size: 22px;
  }
}
.inner .maps .mapsbody li:nth-of-type(1) {
  width: 30%;
  font-weight: 500;
  font-family: var(--sco);
}
.inner .maps .mapsbody li:nth-of-type(1) a {
  font-weight: 500;
  font-family: var(--sco);
}
.inner .maps .mapsbody li:nth-of-type(2) {
  width: 20%;
  font-weight: 500;
  font-family: var(--sco);
}
.inner .maps .mapsbody li:nth-of-type(2) a {
  width: 20.385%;
  display: inline-block;
  margin: auto;
}
.inner .maps .mapsbody li:nth-of-type(3) {
  width: 50%;
  font-weight: 500;
  font-family: var(--sco);
}
.inner .maps .mapsbody li p {
  font-weight: 500;
  font-family: var(--sco);
  font-size: calc(22px + 22 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
  .inner .maps .mapsbody li p {
    font-size: 22px;
  }
}
.inner .maps .mapsbody li .mos {
  display: block !important;
}
@media (min-width: 720px) {
  .inner .maps .mapsbody li .mos {
    display: none !important;
  }
}
.inner .maps .mapsbody li .pcs {
  display: none !important;
}
@media (min-width: 720px) {
  .inner .maps .mapsbody li .pcs {
    display: block !important;
  }
}
.inner .mapshead {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #6ea424;
  border-radius: 5px;
}
.inner .mapshead li {
  color: #fff;
  font-size: calc(25px + 25 * (100vw - 720px) / 720);
  padding: 2% 0;
  text-align: center;
}
@media (min-width: 720px) {
  .inner .mapshead li {
    font-size: 25px;
  }
}
.inner .mapshead li:nth-of-type(1) {
  font-family: var(--hak);
  width: 30%;
}
.inner .mapshead li:nth-of-type(2) {
  font-family: var(--hak);
  width: 20%;
}
.inner .mapshead li:nth-of-type(3) {
  font-family: var(--hak);
  width: 50%;
}

@keyframes burst {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  60%,
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5);
    opacity: 0;
  }
  60% {
    transform: translateY(-7%) scaleY(1.12);
    opacity: 1;
  }
  75% {
    transform: translateY(3%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%) scale(1) scaleY(1);
    opacity: 1;
  }
}
@keyframes vibrate-1 {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ro {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(4deg);
  }
  75% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes bottoms {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ros {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes ro1 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  25% {
    transform: translateX(-50%) rotate(2deg);
  }
  50% {
    transform: translateX(-50%) rotate(0deg);
  }
  75% {
    transform: translateX(-50%) rotate(-2deg);
  }
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}
@keyframes ro2 {
  0% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(75deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes l-arm {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes r-arm {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes ro360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes clips {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transform: translateY(-20px);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wi73 {
  0% {
    width: 0;
  }
  100% {
    width: 73%;
  }
}
@keyframes wi100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes toptop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(2px);
  }
} /*# sourceMappingURL=hopeletteraward.css.map */
