@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  background-color: inherit;
  outline: none;
  cursor: pointer;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none;
}

body,
input,
textarea,
button {
  color: var(--default);
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

:root {
  --default: #484848;
  --primary: #ff5a5f;
  --secondary: #2277FF;
  --white: #fff;
}

body.overflow {
  overflow: hidden;
}

.inner {
  padding: 0 16px;
  max-width: 100%;
}

.clstk-btn-primary {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: var(--primary);
  color: var(--white);
}

.clstk-btn-neutrals {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #B4B4B4;
  color: var(--white);
}

.clstk-btn-neutrals-light {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #EFEFEF;
  color: var(--default);
}

.clstk-btn-outline-primary {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid currentColor;
  background-color: #fff;
  color: var(--primary);
}

.clstk-btn-outline-secondary {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid currentColor;
  background-color: #fff;
  color: var(--secondary);
}

.text-secondary {
  color: var(--secondary);
}

.text-primary {
  color: var(--primary);
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans Thin"), local("NotoSans-Thin"), local("NotoSans-Thin"), url("//cdn.classu.co.kr/fonts/NotoSans-Thin.eot"), url("//cdn.classu.co.kr/fonts/NotoSans-Thin.eot?#iefix") format("embedded-opentype"), url("//cdn.classu.co.kr/fonts/NotoSans-Thin.woff2") format("woff2"), url("//cdn.classu.co.kr/fonts/NotoSans-Thin.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans Light"), local("NotoSans-Light"), url("//cdn.classu.co.kr/fonts/NotoSans-Light.eot"), url("//cdn.classu.co.kr/fonts/NotoSans-Light.eot?#iefix") format("embedded-opentype"), url("//cdn.classu.co.kr/fonts/NotoSans-Light.woff2") format("woff2"), url("//cdn.classu.co.kr/fonts/NotoSans-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Regular"), local("NotoSans-Regular"), url("//cdn.classu.co.kr/fonts/NotoSans-Regular.eot"), url("//cdn.classu.co.kr/fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("//cdn.classu.co.kr/fonts/NotoSans-Regular.woff2") format("woff2"), url("//cdn.classu.co.kr/fonts/NotoSans-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Medium"), local("NotoSans-Medium"), url("//cdn.classu.co.kr/fonts/NotoSans-Medium.eot"), url("//cdn.classu.co.kr/fonts/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("//cdn.classu.co.kr/fonts/NotoSans-Medium.woff2") format("woff2"), url("//cdn.classu.co.kr/fonts/NotoSans-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("//cdn.classu.co.kr/fonts/NotoSans-Bold.eot"), url("//cdn.classu.co.kr/fonts/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("//cdn.classu.co.kr/fonts/NotoSans-Bold.woff2") format("woff2"), url("//cdn.classu.co.kr/fonts/NotoSans-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans Black"), local("NotoSans-Black"), url("//cdn.classu.co.kr/fonts/NotoSans-Black.eot"), url("//cdn.classu.co.kr/fonts/NotoSans-Black.eot?#iefix") format("embedded-opentype"), url("//cdn.classu.co.kr/fonts/NotoSans-Black.woff2") format("woff2"), url("//cdn.classu.co.kr/fonts/NotoSans-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 100;
  src: local("Apple SD Gothic Neo Thin"), url("//cdn.classu.co.kr/fonts/100_AppleSDGothicNeo-Thin.woff2") format("woff2"), url("//cdn.classu.co.kr/fonts/100_AppleSDGothicNeo-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 200;
  src: local("Apple SD Gothic Neo UltraLight"), url("//cdn.classu.co.kr/fonts/200_AppleSDGothicNeo-UltraLight.woff2") format("woff2"), url("//cdn.classu.co.kr/fonts/200_AppleSDGothicNeo-UltraLight.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 300;
  src: local("Apple SD Gothic Neo Light"), url("//cdn.classu.co.kr/fonts/300_AppleSDGothicNeo-Light.woff2") format("woff2"), url("//cdn.classu.co.kr/fonts/300_AppleSDGothicNeo-Light.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 400;
  src: local("Apple SD Gothic Neo Medium"), url("//cdn.classu.co.kr/fonts/400_AppleSDGothicNeo-Medium.woff2") format("woff2"), url("//cdn.classu.co.kr/fonts/400_AppleSDGothicNeo-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 500;
  src: local("Apple SD Gothic Neo Regular"), url("//cdn.classu.co.kr/fonts/500_AppleSDGothicNeo-Regular.woff2") format("woff2"), url("//cdn.classu.co.kr/fonts/500_AppleSDGothicNeo-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 600;
  src: local("Apple SD Gothic Neo SemiBold"), url("//cdn.classu.co.kr/fonts/600_AppleSDGothicNeo-SemiBold.woff2") format("woff2"), url("//cdn.classu.co.kr/fonts/600_AppleSDGothicNeo-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 700;
  src: local("Apple SD Gothic Neo Bold"), url("//cdn.classu.co.kr/fonts/700_AppleSDGothicNeo-Bold.woff2") format("woff2"), url("//cdn.classu.co.kr/fonts/700_AppleSDGothicNeo-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 800;
  src: local("Apple SD Gothic Neo ExtraBold"), url("//cdn.classu.co.kr/fonts/800_AppleSDGothicNeo-ExtraBold.woff2") format("woff2"), url("//cdn.classu.co.kr/fonts/800_AppleSDGothicNeo-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 900;
  src: local("Apple SD Gothic Neo Heavy"), url("//cdn.classu.co.kr/fonts/900_AppleSDGothicNeo-Heavy.woff2") format("woff2"), url("//cdn.classu.co.kr/fonts/900_AppleSDGothicNeo-Heavy.otf") format("opentype");
}
:root {
  --default: #484848;
  --primary: #ff5a5f;
  --secondary: #2277ff;
  --neutrals: #1a1a1a;
  --neutrals-light: #767676;
  --neutrals-lighter: #c6c6c6;
  --neutrals-dark: #000;
  --white: #fff;
}

html,
body,
main {
  height: 100%;
  scroll-padding-bottom: 0;
  scroll-margin-bottom: 0;
  min-height: -webkit-fill-available;
}

.header__shadow {
  display: none;
}

section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
section:nth-of-type(even) {
  background-color: #f9f9f9;
}
section .inner {
  width: 324px;
}
@media screen and (min-width: 1280px) {
  section .inner {
    width: 580px;
  }
}

.section__title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 43px;
}
@media screen and (min-width: 1280px) {
  .section__title {
    font-size: 52px;
    line-height: 75px;
  }
}

.section__desc {
  color: var(--neutrals-light);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1280px) {
  .section__desc {
    font-size: 28px;
    line-height: 41px;
  }
}

.apply__btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: var(--primary);
  font-size: 14px;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .apply__btn {
    width: 440px;
    font-size: 18px;
  }
}

.apply__btn-round--fixed {
  display: none;
  opacity: 0;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 110px;
  top: -16px;
  right: 0;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background-color: var(--primary);
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  -webkit-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .apply__btn-round--fixed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.apply__btn-round--fixed::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  margin: 4px auto -8px;
  background-color: transparent;
  background-image: url("//cdn.classu.co.kr/img/ico/icon_open.png");
  background-position: -96px 0px;
  background-repeat: no-repeat;
  -moz-background-size: auto 48px;
       background-size: auto 48px;
}
.apply__btn-round--fixed.active {
  display: none;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .apply__btn-round--fixed.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.revenue {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .revenue .section__title {
    margin-bottom: 20px;
  }
}
.revenue .section__desc {
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .revenue .section__desc {
    margin-bottom: 60px;
  }
}
.revenue__count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (min-width: 1280px) {
  .revenue__count {
    margin-bottom: 70px;
  }
}
.revenue__count .count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 48px;
  margin-left: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: var(--white);
  color: var(--primary);
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  font-family: Roboto;
}
@media screen and (min-width: 1280px) {
  .revenue__count .count {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 62px;
            flex: 0 0 62px;
    width: 62px;
    height: 98px;
    font-size: 58px;
    line-height: 68px;
  }
}
.revenue__count .count:first-child {
  margin-left: 0px;
}
.revenue__count .count::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.14);
     -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.14);
  z-index: -1;
}
.revenue__count .comma {
  margin-left: 2px;
  font-size: 26px;
  font-family: roboto;
}
@media screen and (min-width: 1280px) {
  .revenue__count .comma {
    font-size: 40px;
  }
}
.revenue__count .unit {
  margin-left: 4px;
  font-size: 28px;
  font-weight: 500;
  line-height: 41px;
}
@media screen and (min-width: 1280px) {
  .revenue__count .unit {
    font-size: 40px;
    line-height: 58px;
  }
}
.revenue .apply__btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes bound-anim {
  0%, 100% {
    bottom: 0px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    bottom: 10px;
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  50% {
    bottom: 10px;
  }
  90% {
    bottom: 0px;
  }
}

@-moz-keyframes bound-anim {
  0%, 100% {
    bottom: 0px;
    -moz-transform: scale(1);
         transform: scale(1);
  }
  30% {
    bottom: 10px;
    -moz-transform: scale(1, 0.8);
         transform: scale(1, 0.8);
  }
  50% {
    bottom: 10px;
  }
  90% {
    bottom: 0px;
  }
}

@keyframes bound-anim {
  0%, 100% {
    bottom: 0px;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  30% {
    bottom: 10px;
    -webkit-transform: scale(1, 0.8);
       -moz-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  50% {
    bottom: 10px;
  }
  90% {
    bottom: 0px;
  }
}
.milestone {
  position: absolute;
  bottom: 28px;
  margin: 0 auto;
}
.milestone__message {
  color: var(--neutrals-light);
  font-size: 13px;
  line-height: 19px;
}
@media screen and (min-width: 1280px) {
  .milestone__message {
    font-size: 16px;
    line-height: 23px;
  }
}
.milestone.active .milestone__mark {
  -webkit-animation: bound-anim 0.8s 0s infinite;
     -moz-animation: bound-anim 0.8s 0s infinite;
          animation: bound-anim 0.8s 0s infinite;
}
.milestone__mark {
  position: relative;
}
.milestone__mark::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background-color: transparent;
  background-image: url("//cdn.classu.co.kr/img/ico/icon_open.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -moz-background-size: auto 48px;
       background-size: auto 48px;
}
@media screen and (min-width: 1280px) {
  .milestone__mark::after {
    background-position: -48px 0px;
  }
}

.coast .inner {
  position: relative;
}
.coast .section__title {
  margin-bottom: 12px;
}
@media screen and (min-width: 1280px) {
  .coast .section__title {
    margin-bottom: 48px;
  }
}
.coast .section__desc {
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .coast .section__desc {
    margin-bottom: 68px;
  }
}
.coast__desc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--primary);
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 72px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .coast__desc {
    font-size: 94px;
    line-height: 136px;
  }
}

.summary .inner {
  padding: 0 12px;
}
.summary__desc {
  margin-bottom: 24px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 1280px) {
  .summary__desc {
    margin-bottom: 60px;
    font-size: 42px;
    line-height: 61px;
  }
}
.summary__desc:nth-last-of-type(2) {
  margin-bottom: 9px;
}
@media screen and (min-width: 1280px) {
  .summary__desc:nth-last-of-type(2) {
    margin-bottom: 13px;
  }
}
.summary__desc-point {
  font-size: 28px;
  line-height: 41px;
  color: var(--primary);
}
@media screen and (min-width: 1280px) {
  .summary__desc-point {
    font-size: 52px;
    line-height: 75px;
  }
}
.summary__statistics {
  color: #b4b4b4;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
}
@media screen and (min-width: 1280px) {
  .summary__statistics {
    font-size: 16px;
    line-height: 23px;
  }
}

.apply__desc {
  color: #484848;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .apply__desc {
    margin-bottom: 80px;
    font-size: 52px;
    line-height: 75px;
  }
}
.apply__btn {
  display: none;
}
@media screen and (min-width: 1280px) {
  .apply__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
  }
}

.fixed-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  padding: 40px 18px 20px;
  padding: 40px 18px -moz-calc(env(safe-area-inset-bottom) + 20px);
  padding: 40px 18px calc(env(safe-area-inset-bottom) + 20px);
  padding: 40px 18px -moz-calc(constant(safe-area-inset-bottom) + 20px);
  padding: 40px 18px calc(constant(safe-area-inset-bottom) + 20px);
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #fff), to(rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(bottom, #fff 80%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, #fff 80%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #fff 80%, rgba(255, 255, 255, 0));
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
  visibility: hidden;
  z-index: 100;
}
@media screen and (min-width: 1280px) {
  .fixed-navigation {
    display: none;
  }
}
.fixed-navigation.active {
  opacity: 1;
  -webkit-transform: translateY(0%);
     -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  visibility: visible;
}
@media screen and (min-width: 1280px) {
  .fixed-navigation.active {
    display: none;
  }
}
.fixed-navigation__help {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  width: 28%;
  height: 50px;
  margin-right: 6px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #dadbdc;
  color: #767676;
  font-size: 14px;
}
.fixed-navigation__apply {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: var(--primary);
  color: var(--white);
  font-size: 14px;
}

.close-btn {
  position: fixed;
  width: 24px;
  height: 24px;
  top: 15px;
  left: 18px;
  z-index: 100;
}

.confirm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 12px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1000;
}
.confirm-inner {
  overflow: hidden;
  display: block;
  width: 288px;
  max-width: 100%;
  background-color: var(--white);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.confirm__message {
  padding: 24px 12px;
  font-size: 15px;
  text-align: center;
  line-height: 161.8%;
  word-break: keep-all;
}
.confirm-action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #efefef;
}
.confirm-action__btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
  border-right: 1px solid #efefef;
  color: var(--secondary);
  font-size: 16px;
}
.confirm-action__btn:last-of-type {
  border-right: none;
}
.confirm-guide__message {
  display: block;
  margin-top: 8px;
  color: #817676;
  font-size: 12px;
}
.confirm-toast {
  overflow: hidden;
  display: block;
  width: 288px;
  max-width: 100%;
  background-color: var(--white);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.confirm-toast__message {
  padding: 32px 12px;
  font-size: 15px;
  text-align: center;
  line-height: 161.8%;
  word-break: keep-all;
}
/* file : ./open/app.css */