@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("../../assets/fonts/Pretendard/Pretendard-Black.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("../../assets/fonts/Pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("../../assets/fonts/Pretendard/Pretendard-Bold.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("../../assets/fonts/Pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("../../assets/fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Medium"), url("../../assets/fonts/Pretendard/Pretendard-Regular.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("../../assets/fonts/Pretendard/Pretendard-Light.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("../../assets/fonts/Pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("../../assets/fonts/Pretendard/Pretendard-Thin.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Thin.woff") format("woff");
}
@font-face {
  font-family: "Spoqa Han Sans Neo", "sans-serif";
  font-weight: 700;
  font-display: swap;
  src: local("SpoqaHanSansNeo Bold"), url(../../assets/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.ttf) format("ttf");
}
@font-face {
  font-family: "Spoqa Han Sans Neo", "sans-serif";
  font-weight: 500;
  font-display: swap;
  src: local("SpoqaHanSansNeo Medium"), url(../../assets/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.ttf) format("ttf");
}
@font-face {
  font-family: "Spoqa Han Sans Neo", "sans-serif";
  font-weight: 400;
  font-display: swap;
  src: local("SpoqaHanSansNeo Regular"), url(../../assets/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.ttf) format("ttf");
}
@font-face {
  font-family: "Spoqa Han Sans Neo", "sans-serif";
  font-weight: 300;
  font-display: swap;
  src: local("SpoqaHanSansNeo Light"), url(../../assets/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.ttf) format("ttf");
}
@font-face {
  font-family: "Spoqa Han Sans Neo", "sans-serif";
  font-weight: 100;
  font-display: swap;
  src: local("SpoqaHanSansNeo Thin"), url(../../assets/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.ttf) format("ttf");
}
/********************************
reset
********************************/
* {
  scroll-behavior: smooth;
  word-break: keep-all;
}

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

*::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
  height: 6px;
  background-color: #fff;
}

*::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 6px;
}

body,
h1,
h2,
h3,
h4,
p,
ol,
ul,
dl,
dd,
button {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  color: #000217;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

a {
  font-family: "Pretendard";
  text-decoration: none;
  color: #000217;
}

address {
  font-style: normal;
}

ol,
article,
aside,
nav,
section,
summary,
menu {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul,
li {
  list-style: none;
}

*,
a,
button,
input,
textarea,
label {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #000716;
  line-height: 1.6;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  *,
  a,
  button,
  input,
  textarea,
  label {
    font-size: 15px;
  }
}

input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  width: 100%;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=url] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 2px solid #cdd3dd;
  padding: 0 20px;
  height: 60px;
  border-radius: 4px;
}
input[type=text]:hover, input[type=text]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=url]:hover,
input[type=url]:focus {
  border: 2px solid #000;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #8d99a8;
  line-height: 1;
  font-family: "Pretendard";
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #8d99a8;
  line-height: 1;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder {
    font-size: 15px;
  }
  input[type=text]::placeholder,
  input[type=password]::placeholder,
  input[type=email]::placeholder,
  input[type=number]::placeholder,
  input[type=search]::placeholder,
  input[type=tel]::placeholder,
  input[type=url]::placeholder {
    font-size: 15px;
  }
}
input[type=text].error,
input[type=password].error,
input[type=email].error,
input[type=number].error,
input[type=search].error,
input[type=tel].error,
input[type=url].error {
  border: 2px solid #605bff;
}

input[type=checkbox],
input[type=radio] {
  width: 24px;
  height: 24px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  cursor: pointer;
}
@media all and (max-width: 1271px) {
  input[type=checkbox],
  input[type=radio] {
    width: 20px;
    height: 20px;
  }
}

input[type=button],
input[type=submit],
input[type=reset] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

input[type=file] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
}

input[type=checkbox] {
  background-image: url(./image/checkbox-empty.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
input[type=checkbox]:checked {
  background-image: url(./image/checkbox-selected.svg);
}

input[type=radio] {
  background-image: url(./image/radio-empty.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
input[type=radio]:checked {
  background-image: url(./image/radio-selected.svg);
}

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("../../assets/fonts/Pretendard/Pretendard-Black.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("../../assets/fonts/Pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("../../assets/fonts/Pretendard/Pretendard-Bold.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("../../assets/fonts/Pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("../../assets/fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Medium"), url("../../assets/fonts/Pretendard/Pretendard-Regular.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("../../assets/fonts/Pretendard/Pretendard-Light.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("../../assets/fonts/Pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("../../assets/fonts/Pretendard/Pretendard-Thin.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Thin.woff") format("woff");
}
/********************************
reset
********************************/
* {
  scroll-behavior: smooth;
  word-break: keep-all;
}

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

*::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
  height: 6px;
  background-color: #fff;
}

*::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 6px;
}

body,
h1,
h2,
h3,
h4,
p,
ol,
ul,
dl,
dd,
button {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  color: #000217;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

a {
  font-family: "Pretendard";
  text-decoration: none;
  color: #000217;
}

address {
  font-style: normal;
}

ol,
article,
aside,
nav,
section,
summary,
menu {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul,
li {
  list-style: none;
}

*,
a,
button,
input,
textarea,
label {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #000716;
  line-height: 1.6;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  *,
  a,
  button,
  input,
  textarea,
  label {
    font-size: 15px;
  }
}

input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  width: 100%;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=url] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 2px solid #cdd3dd;
  padding: 0 20px;
  height: 60px;
  border-radius: 4px;
}
input[type=text]:hover, input[type=text]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=url]:hover,
input[type=url]:focus {
  border: 2px solid #000;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #8d99a8;
  line-height: 1;
  font-family: "Pretendard";
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #8d99a8;
  line-height: 1;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder {
    font-size: 15px;
  }
  input[type=text]::placeholder,
  input[type=password]::placeholder,
  input[type=email]::placeholder,
  input[type=number]::placeholder,
  input[type=search]::placeholder,
  input[type=tel]::placeholder,
  input[type=url]::placeholder {
    font-size: 15px;
  }
}
input[type=text].error,
input[type=password].error,
input[type=email].error,
input[type=number].error,
input[type=search].error,
input[type=tel].error,
input[type=url].error {
  border: 2px solid #605bff;
}

input[type=checkbox],
input[type=radio] {
  width: 24px;
  height: 24px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  cursor: pointer;
}
@media all and (max-width: 1271px) {
  input[type=checkbox],
  input[type=radio] {
    width: 20px;
    height: 20px;
  }
}

input[type=button],
input[type=submit],
input[type=reset] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

input[type=file] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
}

input[type=checkbox] {
  background-image: url(./image/checkbox-empty.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
input[type=checkbox]:checked {
  background-image: url(./image/checkbox-selected.svg);
}

input[type=radio] {
  background-image: url(./image/radio-empty.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
input[type=radio]:checked {
  background-image: url(./image/radio-selected.svg);
}

.pc-hide {
  display: none;
}
@media all and (max-width: 768px) {
  .pc-hide {
    display: block;
  }
}
@media all and (max-width: 1271px) {
  .pc-hide-tab {
    display: block;
  }
}

.tablet-show {
  display: none;
}
@media all and (max-width: 1271px) {
  .tablet-show {
    display: block;
  }
}

@media all and (max-width: 1271px) {
  .tablet-hide {
    display: none;
  }
}

.mobile-show {
  display: none;
}
@media all and (max-width: 768px) {
  .mobile-show {
    display: block;
  }
}

.mobile-hide {
  display: block;
}
@media all and (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}

.pc-hidden {
  display: none;
}

.mobile-hidden {
  display: block;
}

#wrap .pc-hidden {
  display: none;
}

#wrap .mobile-hidden {
  display: block;
}

#wrap .mobile-hidden.inline {
  display: inline;
}

#wrap .footer .mobile-hidden {
  display: inline-block;
}

.menu-button,
.mobile-menu {
  display: none;
}

.menu-button {
  width: 2rem;
  height: 2rem;
  background: url(../../images/mobile/menu.svg) no-repeat;
  background-position: center center;
  pointer-events: auto;
}
@media screen and (max-width: 1270px) {
  .menu-button {
    display: block;
  }
}

@media screen and (max-width: 1270px) {
  .gnb {
    display: flex;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding: 8rem 1.5625rem;
    background-color: #fff;
    transition: all ease 1s;
    flex-direction: column;
    visibility: hidden;
  }
}
.gnb > .link {
  display: flex;
  position: relative;
  margin-left: 3.5625rem;
  padding: 0 1rem;
  font-size: 1.25rem;
  letter-spacing: -0.03rem;
  align-items: center;
}
@media screen and (min-width: 1271px) {
  .gnb > .link:hover:after {
    width: 100%;
  }
}
@media screen and (max-width: 1270px) {
  .gnb > .link {
    margin: 0 0 2.1875rem 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.75rem;
    color: #333;
    letter-spacing: -0.03rem;
    align-items: flex-start;
  }
  .gnb > .link:last-of-type {
    margin-bottom: 0;
  }
}
.gnb > .link:first-child {
  margin-left: 0;
}
.gnb > .link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.9375rem;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FFCD00;
  transition: all ease 0.3s;
}
.gnb > .link > .blog-arrow-box {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 0.8125rem;
  height: 0.8125rem;
}
@media screen and (max-width: 1270px) {
  .gnb > .link > .blog-arrow-box {
    margin: 0.5rem 0 0 0.375rem;
  }
}
.gnb > .link .blog-arrow {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all ease 0.2s;
}
@media screen and (max-width: 1270px) {
  .gnb > .link .blog-arrow {
    width: 1.125rem;
    opacity: 1;
  }
}
.gnb > .link.blog:hover .blog-arrow, .gnb > .link.blog:focus .blog-arrow {
  opacity: 1;
}

.contents {
  overflow: hidden;
}

.popup {
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding-top: 5.3125rem;
  background-color: #E8FAEE;
  align-items: center;
  flex-direction: column;
  transform: translate(-50%, -50%);
  transition: all ease 3s;
}
.popup.hide {
  opacity: 0;
}
.popup > img:nth-of-type(1) {
  margin-top: 5.3125rem;
}
.popup > img:nth-of-type(2) {
  margin-top: -2.1875rem;
}

@keyframes carMove {
  0% {
    right: -20%;
  }
  67% {
    bottom: 0;
  }
  69% {
    bottom: 4px;
  }
  71% {
    bottom: 0px;
  }
  100% {
    right: 110%;
  }
}
@keyframes graphMove {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes arrowUp {
  0% {
    top: 30%;
  }
  100% {
    top: 27%;
  }
}
@keyframes light {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #fd0;
  }
}
@keyframes cloudLtR {
  0% {
    left: 40%;
  }
  100% {
    left: 48%;
  }
}
@keyframes handShakeP {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-12deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes handShakeM {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(12deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes penMove {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes write {
  0% {
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
    -webkit-mask-position: right;
            mask-position: right;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@keyframes glassMove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes leftStar {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rightStar {
  0% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes rStar {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-10deg) scale(1.1);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes manUp {
  0% {
    bottom: 5%;
  }
  100% {
    bottom: 7%;
  }
}
@keyframes dashMove {
  0% {
    background-position: 0 30px;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes cloudMove {
  0% {
    left: -10%;
  }
  100% {
    left: 110%;
  }
}
@keyframes dot1Move {
  0% {
    top: 0%;
  }
  100% {
    top: 95%;
  }
}
.up-box {
  overflow: hidden;
}
.up-box span.letter {
  display: inline-block;
}

.logo {
  width: 212px;
  height: 80px;
  background-image: url(./image/main-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media all and (max-width: 1271px) {
  .logo {
    width: 175px;
    height: 60px;
  }
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100000;
  transform: translateY(0%);
  transition: 0.7s;
}
header .header-inner {
  padding: 0 60px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
@media all and (max-width: 1271px) {
  header .header-inner {
    height: 60px;
    padding: 0 20px;
  }
}
header .header-inner nav {
  display: flex;
  gap: 80px;
}
header .header-inner nav a {
  font-size: 18px;
  font-weight: 600;
  color: #000716;
  line-height: 80px;
  font-family: "Pretendard";
  position: relative;
}
header .header-inner nav a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 20px;
  width: 0;
  height: 2px;
  background-color: #000716;
  transition: 0.2s ease-out;
}
header .header-inner nav a:hover::after {
  width: 100%;
}
@media all and (max-width: 1271px) {
  header .header-inner nav {
    display: none;
  }
}
header .header-inner .header-right {
  display: flex;
  gap: 10px;
  align-items: center;
}
header .header-inner .header-right .call {
  font-size: 18px;
  font-weight: 700;
  color: #000716;
  line-height: 1;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  header .header-inner .header-right .call {
    display: none;
  }
}
header .header-inner .header-right .log-in {
  padding: 0 20px;
  background-color: #000716;
  border-radius: 4px;
  transition: 0.5s;
  display: inline-block;
  height: 42px;
  position: relative;
  color: #000716;
  overflow: hidden;
}
@media all and (max-width: 1271px) {
  header .header-inner .header-right .log-in {
    height: 36px;
  }
}
header .header-inner .header-right .log-in span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  header .header-inner .header-right .log-in span {
    font-size: 14px;
  }
}
header .header-inner .header-right .log-in .default {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.3s;
}
header .header-inner .header-right .log-in .hover {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(250%);
  transition: 0.3s;
}
header .header-inner .header-right .log-in:hover {
  background-color: #414d5c;
  color: #414d5c;
}
header .header-inner .header-right .log-in:hover .default {
  transform: translateX(-50%) translateY(-250%);
}
header .header-inner .header-right .log-in:hover .hover {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.sm-space {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1919px) {
  .sm-space {
    margin-bottom: 0.52vw;
  }
}
@media screen and (max-width: 768px) {
  .sm-space {
    margin-bottom: 2.666vw;
  }
}

.mid-space {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1919px) {
  .mid-space {
    margin-bottom: 2.0833vw;
  }
}

.large-space {
  margin-bottom: 3.4375rem;
}
@media screen and (max-width: 1919px) {
  .large-space {
    margin-bottom: 2.864vw;
  }
}
@media screen and (max-width: 768px) {
  .large-space {
    margin-bottom: 10.666vw;
  }
}

.big-space {
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 1919px) {
  .big-space {
    margin-bottom: 10.416vw;
  }
}
@media screen and (max-width: 768px) {
  .big-space {
    margin-bottom: 18.666vw;
  }
}

.bg-change {
  transition: all ease 0.5s;
}
.bg-change.white {
  background-color: #fff;
}
.bg-change.green {
  background-color: #E8FAEE;
}
.bg-change.purple {
  background-color: #F6F3FF;
}
.bg-change.gray {
  background-color: #FAFAFA;
}
.bg-change.bage {
  background-color: #FDFAF3;
}

.wrap {
  transition: all ease 0.3s;
}
.wrap.green {
  background-color: #FFCD00;
}

.section {
  padding-top: 12.8125rem;
}
@media screen and (max-width: 1919px) {
  .section {
    padding-top: 10.677vw;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 54.666vw;
  }
}
.section .table-scroll *::-webkit-scrollbar {
  width: 2px;
  border-radius: 2px;
}
.section .table-scroll *::-webkit-scrollbar-thumb {
  background-color: #f00;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .section .table-scroll {
    overflow-x: auto;
    width: 100%;
  }
}
.section > .section-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.section > .section-inner .section-title span {
  font-size: 4.25rem;
  line-height: 4.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1919px) {
  .section > .section-inner .section-title span {
    font-size: 3.854vw;
    line-height: 4.635vw;
  }
}
@media screen and (max-width: 768px) {
  .section > .section-inner .section-title span {
    font-size: 7.8vw;
    line-height: 9.6vw;
  }
}
.section > .section-inner .section-title span.thin {
  font-weight: 100;
}
@media all and (max-width: 1271px) {
  .section > .section-inner {
    padding: 0 20px;
  }
}
.section > .section-inner .sub-text {
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 1919px) {
  .section > .section-inner .sub-text {
    font-size: 1.25vw;
    line-height: 2.083vw;
  }
}
@media screen and (max-width: 768px) {
  .section > .section-inner .sub-text {
    font-size: 3.733vw;
    line-height: 5.866vw;
  }
}
.section > .section-inner .sub-text > .num {
  font-size: 1.3125rem;
}
@media screen and (max-width: 1919px) {
  .section > .section-inner .sub-text > .num {
    font-size: 1.093vw;
  }
}
@media screen and (max-width: 768px) {
  .section > .section-inner .sub-text > .num {
    font-size: 3.2vw;
  }
}
.section > .section-inner .section-title + .up-box > .sub-text {
  margin-top: 4.6875rem;
}
@media screen and (max-width: 1919px) {
  .section > .section-inner .section-title + .up-box > .sub-text {
    margin-top: 3.906vw;
  }
}
@media screen and (max-width: 768px) {
  .section > .section-inner .section-title + .up-box > .sub-text {
    margin-top: 8vw;
  }
}
.section > .section-inner .sub-title {
  display: inline-block;
  position: relative;
  margin: 8.4375rem 0 2.625rem;
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 3.15rem;
  letter-spacing: -0.03rem;
  white-space: nowrap;
}
@media screen and (max-width: 1919px) {
  .section > .section-inner .sub-title {
    margin: 7.031vw 0 2.1875vw;
    font-size: 2.1875vw;
    line-height: 2.625vw;
    letter-spacing: -0.025vw;
  }
}
@media screen and (max-width: 768px) {
  .section > .section-inner .sub-title {
    margin: 21.333vw 0 9.333vw;
    font-size: 4.8vw;
    line-height: 5.8666vw;
  }
}
.section > .section-inner .sub-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  z-index: -1;
  width: 0;
  height: 1rem;
  background-color: rgba(255, 210, 48, 0.3);
  transition: all 0.7s ease-in;
  transition-delay: 0.5s;
}
@media screen and (max-width: 1919px) {
  .section > .section-inner .sub-title:before {
    bottom: 0.104vw;
    height: 0.8333vw;
  }
}
@media screen and (max-width: 768px) {
  .section > .section-inner .sub-title:before {
    height: 1.8666vw;
  }
}
.section > .section-inner .sub-title.js-on:before {
  width: 100%;
}
.section > .section-inner .text-title {
  font-weight: 600;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.75rem;
}
@media screen and (max-width: 1919px) {
  .section > .section-inner .text-title {
    font-size: 0.729vw;
    line-height: 0.8854vw;
  }
}
@media screen and (max-width: 768px) {
  .section > .section-inner .text-title {
    font-size: 3.7333vw;
    line-height: 4.5333vw;
  }
}
.section > .section-inner .sub-table {
  margin-top: 1.25rem;
  border-top: 0.0625rem solid #CCCCCC;
  border-collapse: collapse;
}
@media screen and (max-width: 1919px) {
  .section > .section-inner .sub-table {
    margin-top: 1.041vw;
  }
}
@media screen and (max-width: 768px) {
  .section > .section-inner .sub-table {
    min-width: 56.25rem;
    margin-top: 2.666vw;
  }
}
.section > .section-inner .sub-table > .thead th {
  padding: 0.9375rem;
  border: 0.0625rem solid #EBEBEB;
  border-top: none;
  background-color: #f6f6f6;
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  text-align: center;
}
@media screen and (max-width: 1919px) {
  .section > .section-inner .sub-table > .thead th {
    font-size: 1.093vw;
    line-height: 0.885vw;
  }
}
@media screen and (max-width: 768px) {
  .section > .section-inner .sub-table > .thead th {
    font-size: 3.733vw;
    line-height: 4.533vw;
  }
}
.section > .section-inner .sub-table > .thead th:first-of-type {
  border-left: none;
}
.section > .section-inner .sub-table > .thead th:last-of-type {
  border-right: none;
}
.section > .section-inner .sub-table > .tbody td {
  padding: 0.9375rem;
  border: 0.0625rem solid #EBEBEB;
  font-size: 1.3125rem;
  color: #666;
  line-height: 1.5625rem;
  text-align: center;
  text-wrap: nowrap;
}
@media screen and (max-width: 1919px) {
  .section > .section-inner .sub-table > .tbody td {
    padding: 0.781vw;
    font-size: 1.093vw;
    line-height: 1.302vw;
  }
}
@media screen and (max-width: 768px) {
  .section > .section-inner .sub-table > .tbody td {
    padding: 4.533vw;
    font-size: 3.733vw;
    line-height: 4.533vw;
  }
}
.section > .section-inner .sub-table > .tbody td:first-of-type {
  border-left: none;
}
.section > .section-inner .sub-table > .tbody td:last-of-type {
  border-right: none;
}
.section > .section-inner .text-list-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section > .section-inner .text-list-area.wisenrich {
  line-height: 1;
}
.section > .section-inner .text-list-area.wisenrich a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #666;
}
.section > .section-inner .text-list-area.wisenrich a img {
  width: 12px;
  height: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section > .section-inner .text-list-area > .text-list {
  display: flex;
  font-size: 1.3125rem;
  color: #666;
  line-height: 1.875rem;
}
@media screen and (max-width: 1919px) {
  .section > .section-inner .text-list-area > .text-list {
    font-size: 1.093vw;
    line-height: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .section > .section-inner .text-list-area > .text-list {
    font-size: 3.733vw;
    line-height: 5.333vw;
  }
}
.section > .section-inner .text-list-area > .text-list:before {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  margin: 0.75rem 0.9375rem 0 0;
  border-radius: 50%;
  background-color: #888;
}
@media screen and (max-width: 1919px) {
  .section > .section-inner .text-list-area > .text-list:before {
    width: 0.26vw;
    height: 0.26vw;
  }
}
@media screen and (max-width: 768px) {
  .section > .section-inner .text-list-area > .text-list:before {
    width: 0.8vw;
    height: 0.8vw;
    margin: 2.4vw 2.6vw 0 0;
  }
}
.section > .section-inner .policy-list-area {
  display: flex;
  width: 100%;
  margin-top: 6.25rem;
  padding: 3rem 5.3125rem;
  border: 0.0625rem solid #ccc;
  border-radius: 1.25rem;
  flex-wrap: wrap;
  gap: 1vw;
}
@media screen and (max-width: 1919px) {
  .section > .section-inner .policy-list-area {
    margin-top: 5.208vw;
    padding: 2.5vw 4.427vw;
    border-radius: 1.041vw;
  }
}
@media screen and (max-width: 768px) {
  .section > .section-inner .policy-list-area {
    flex-direction: column;
    margin-top: 26.666vw;
    padding: 6.666vw 7.199vw;
    border-radius: 5.333vw;
    flex-wrap: initial;
  }
}
.section > .section-inner .policy-list-area > .policy-list {
  width: calc((100% - 1vw) / 2);
  font-size: 1.5rem;
  color: #333;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 1919px) {
  .section > .section-inner .policy-list-area > .policy-list {
    font-size: 1.25vw;
    letter-spacing: -0.025vw;
  }
}
@media screen and (max-width: 768px) {
  .section > .section-inner .policy-list-area > .policy-list {
    width: 100%;
    font-size: 3.733vw;
    letter-spacing: -0.128vw;
  }
}
.section > .section-inner .up.js-on .underline-dot {
  position: relative;
}
.section > .section-inner .up.js-on .underline-dot:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0.625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 3px;
  background: #FFCD00;
  opacity: 0;
  vertical-align: bottom;
  transform: rotate(45deg);
  animation: underline 1s 2s 1 forwards linear;
  transform: rotate(0);
}
@media screen and (max-width: 1919px) {
  .section > .section-inner .up.js-on .underline-dot:after {
    bottom: 0.52vw;
    width: 0.781vw;
    height: 0.781vw;
  }
}
@media screen and (max-width: 768px) {
  .section > .section-inner .up.js-on .underline-dot:after {
    bottom: 1.066vw;
    width: 1.866vw;
    height: 1.866vw;
  }
}
@keyframes underline {
  0% {
    left: 0;
    width: 0;
    opacity: 0.3;
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01);
  }
  35% {
    left: 0;
    width: 100%;
    opacity: 0.5;
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01);
  }
  90% {
    left: 100%;
    width: 0.9375rem;
    margin-left: 0.3125rem;
    opacity: 0.7;
    border-radius: 0;
    transform: rotate(0);
  }
  100% {
    left: 100%;
    width: 0.9375rem;
    height: 0.9375rem;
    margin-left: 0.3125rem;
    border-radius: 50%;
    opacity: 1;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  @keyframes underline {
    0% {
      left: 0;
      width: 0;
      opacity: 0.3;
      transform: rotate(0);
      animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01);
    }
    35% {
      left: 0;
      width: 100%;
      opacity: 0.5;
      transform: rotate(0);
      animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01);
    }
    90% {
      left: 100%;
      width: 0.4375rem;
      margin-left: 0.3125rem;
      opacity: 0.7;
      border-radius: 0;
      transform: rotate(0);
    }
    100% {
      left: 100%;
      width: 0.4375rem;
      height: 0.4375rem;
      margin-left: 0.3125rem;
      border-radius: 50%;
      opacity: 1;
      transform: rotate(45deg);
    }
  }
}

.footer {
  padding: 60px 60px 80px;
  border-top: 1px solid #e4e8ee;
  position: relative;
}
@media all and (max-width: 1271px) {
  .footer {
    padding: 30px 20px 40px;
  }
}
.footer span,
.footer a {
  font-size: 16px;
  font-weight: 400;
  color: #414D5C;
  line-height: 1.5;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  .footer span,
  .footer a {
    font-size: 14px;
  }
}
.footer .font-bold {
  font-weight: 700;
}
.footer .pc-hidden {
  display: none;
}
.footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e8ee;
  gap: 24px;
}
@media all and (max-width: 1271px) {
  .footer-top {
    padding-bottom: 12px;
  }
}
.footer-top .footer-logo {
  width: 152px;
}
@media all and (max-width: 1271px) {
  .footer-top .footer-logo {
    width: 135px;
  }
}
.footer-top .footer-nav {
  display: flex;
  gap: 32px;
}
@media all and (max-width: 1271px) {
  .footer-top .footer-nav {
    gap: 24px;
  }
}
@media all and (max-width: 1271px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-bottom {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.footer-bottom-row i.line {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #cdd3dd;
  margin: 0 12px;
}
@media all and (max-width: 1271px) {
  .footer-bottom-row i.line {
    display: none;
  }
}
@media all and (max-width: 1271px) {
  .footer-bottom-row:nth-child(2) span {
    display: inline-block;
    margin-top: 8px;
  }
}
.footer-copy {
  display: flex;
  margin-top: 30px;
  color: #8d99a8;
}
@media all and (max-width: 1271px) {
  .footer-copy {
    margin-top: 8px;
    font-size: 14px;
  }
}
.footer .more-site {
  position: absolute;
  right: 60px;
  bottom: 80px;
  width: 180px;
  padding: 0 16px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #5f6b7a;
  line-height: 1;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  .footer .more-site {
    position: static;
    margin-top: 30px;
  }
}
.footer .more-site .site-btn {
  transition: 0.3s;
}
.footer .more-site .footer-dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  max-width: 180px;
  height: 240px;
  padding: 6px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e4e8ee;
  overflow: auto;
}
@media all and (max-width: 1271px) {
  .footer .more-site .footer-dropdown-menu {
    left: 20px;
    bottom: 85px;
  }
}
.footer .more-site .footer-dropdown-menu li {
  line-height: 30px;
  text-align: left;
  padding-left: 10px;
  border-radius: 4px;
}
.footer .more-site .footer-dropdown-menu li:hover {
  background-color: #eef1f6;
}
.footer .more-site .footer-dropdown-menu li a {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
  font-family: "Pretendard";
}
.footer .more-site.active .site-btn {
  transform: rotate(-45deg);
}
.footer .more-site.active .footer-dropdown-menu {
  display: block;
}

.terms-box {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media all and (max-width: 1271px) {
  .terms-box {
    gap: 24px;
  }
}
@media all and (max-width: 1271px) {
  .terms-box {
    margin-top: 40px;
  }
}
.terms-box .terms-box-title {
  margin-top: 80px;
  font-size: 24px;
  font-weight: 700;
  color: #000716;
  line-height: 1.3;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  .terms-box .terms-box-title {
    margin-top: 40px;
    font-size: 20px;
  }
}
.terms-box-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
}
.terms-box-row .terms-box-sub-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #000716;
  line-height: 1.2;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  .terms-box-row .terms-box-sub-title {
    font-size: 16px;
  }
}
.terms-box-row .terms-box-text {
  font-size: 18px;
  font-weight: 400;
  color: #000716;
  line-height: 1.6;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  .terms-box-row .terms-box-text {
    font-size: 15px;
  }
}