@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%;
  }
}
body {
  background: linear-gradient(180deg, #FFF 10%, #FDE344 25%, #FDE344 85%, #FFF 90%);
}
body.stop-scrolling {
  overflow: hidden;
}

.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: 135px;
    height: 60px;
  }
}

.mask {
  overflow: hidden;
}

section {
  padding: 0 20px;
  background-color: #fff;
}
section .section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 180px 0;
}
section .section-inner span.bold {
  display: block;
  transform: translateY(100%);
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  color: #000716;
  line-height: 1.4;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  section .section-inner span.bold {
    font-size: 28px;
    font-weight: 700;
    color: #000716;
    line-height: 1.4;
    font-family: "Pretendard";
  }
}
section .section-inner .sec-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 100px;
}
@media all and (max-width: 1271px) {
  section .section-inner .sec-title {
    margin-bottom: 54px;
  }
}
section .section-inner .sec-title .cap {
  display: inline-block;
  padding: 10px 16px;
  border: 1px solid #000716;
  transform: translateY(100%);
  font-size: 18px;
  font-weight: 600;
  color: #000716;
  line-height: 1;
  font-family: "Pretendard";
  border-radius: 24px;
}
@media all and (max-width: 1271px) {
  section .section-inner .sec-title .cap {
    font-size: 14px;
    font-weight: 600;
    color: #000716;
    line-height: 1;
    font-family: "Pretendard";
  }
}
@media all and (max-width: 1271px) {
  section .section-inner {
    padding: 130px 0;
  }
}
section .section-inner .card .bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section .section-inner .card .bottom li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #000716;
  line-height: 1.6;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  section .section-inner .card .bottom li {
    font-size: 15px;
  }
}
section .section-inner .card .bottom li i.list {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background-color: #666;
  flex-shrink: 0;
  margin-top: 11px;
}
section.text .section-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 800px;
}
@media all and (max-width: 768px) {
  section.text .section-inner {
    min-height: 100vh;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffcd00;
  z-index: 100000;
  transform: translateY(0%);
  transition: 0.5s;
}
header.scroll {
  background-color: #fff;
}
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";
}
header .header-inner .header-right .call img {
  margin-right: 4px;
}
@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;
  cursor: pointer;
}
@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%);
}

.main {
  background-image: url(./image/main-background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 200px 0 80px 0;
  position: relative;
}
.main .dot-animated {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main .dot-animated .dot-item {
  position: absolute;
  top: 80px;
  width: 1px;
  height: 35%;
  background-color: #F1C508;
}
.main .dot-animated .dot-item .dot {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2666666667);
}
.main .dot-animated .dot-item.l1 {
  left: 20%;
}
.main .dot-animated .dot-item.l1 .dot {
  animation: dot1Move 3s ease-in-out infinite alternate;
}
.main .dot-animated .dot-item.l2 {
  left: 30%;
}
.main .dot-animated .dot-item.l2 .dot {
  animation: dot1Move 4s ease-in-out infinite alternate;
}
.main .dot-animated .dot-item.r1 {
  right: 20%;
}
.main .dot-animated .dot-item.r1 .dot {
  animation: dot1Move 5s ease-in-out infinite alternate;
}
.main .dot-animated .dot-item.r2 {
  right: 30%;
}
.main .dot-animated .dot-item.r2 .dot {
  animation: dot1Move 3s ease-in-out infinite alternate;
}
@media all and (max-width: 1271px) {
  .main {
    padding: 160px 0 30px 0;
    background-image: none;
    background-color: #ffcd00;
  }
}
.main .main-inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media all and (max-width: 1271px) {
  .main .main-inner {
    padding: 0 20px;
  }
}
.main .main-inner .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.main .main-inner .title span,
.main .main-inner .title a {
  display: block;
  transform: translateY(100%);
}
.main .main-inner .title .bold {
  font-size: 64px;
  font-weight: 700;
  color: #000716;
  line-height: 1.2;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  .main .main-inner .title .bold {
    font-size: 38px;
  }
}
.main .main-inner .title .regular {
  font-size: 32px;
  font-weight: 400;
  color: #192534;
  line-height: 1.3;
  font-family: "Pretendard";
  display: block;
  margin-top: 14px;
}
@media all and (max-width: 1271px) {
  .main .main-inner .title .regular {
    font-size: 15px;
  }
}
.main .main-inner .title .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  width: 320px;
  border-radius: 30px;
  background-color: #000716;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 60px;
  font-family: "Pretendard";
}
.main .main-inner .title .contact-btn i.arrow {
  transition: 0.3s;
}
.main .main-inner .title .contact-btn:hover i.arrow {
  margin-left: 15px;
}
@media all and (max-width: 1271px) {
  .main .main-inner .title .contact-btn {
    width: 150px;
    font-size: 15px;
    line-height: 46px;
    margin-top: 30px;
    gap: 6px;
  }
}
.main .main-inner .bpm-image {
  width: 90%;
  margin: 80px auto 0;
}
.main .main-inner .bpm-image img {
  border-radius: 2.7%;
  box-shadow: 4px 12px 30px 6px rgba(0, 0, 0, 0.2);
}
.main .main-inner .bpm-image .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  gap: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #414d5c;
  line-height: 1;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  .main .main-inner .bpm-image .desc {
    font-size: 9px;
  }
}
.main .main-inner .bpm-image .desc i.check {
  width: 16px;
  height: 16px;
  background-image: url(./image/check-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  flex-shrink: 0;
}
@media all and (max-width: 1271px) {
  .main .main-inner .bpm-image {
    margin: 30px auto 0;
  }
}

.service {
  background-color: #f8f9fb;
}
.service .section-inner {
  position: relative;
}
@media all and (max-width: 768px) {
  .service .section-inner {
    padding: 130px 0 calc(130px + 8vh) 0;
  }
}
.service .service-cards-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.service .service-cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
.service .service-cards .card {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 4px 12px 30px 6px rgba(0, 0, 0, 0.09);
  border-radius: 16px;
}
@media all and (max-width: 1271px) {
  .service .service-cards .card {
    padding: 30px 20px;
  }
}
.service .service-cards .card .motion-container {
  background-color: #f8f9fb;
  border-radius: 12px;
  position: relative;
  text-align: center;
}
.service .service-cards .card .motion-container img {
  width: 100%;
}
.service .service-cards .card .motion-container .move {
  position: absolute;
}
.service .service-cards .card .motion-container .move.card1 {
  width: 12.5%;
  left: 35%;
  top: 18%;
  transform-origin: bottom left;
  animation: graphMove 1.5s ease-out infinite;
}
.service .service-cards .card .motion-container .move.card2-1 {
  width: 8.3333333333%;
  left: 25%;
  top: 40%;
  transform-origin: bottom left;
  animation: handShakeM 2s linear infinite;
}
.service .service-cards .card .motion-container .move.card2-2 {
  width: 4.7619047619%;
  right: 34.2%;
  top: 30%;
  animation: arrowUp 1s infinite steps(3, start);
}
.service .service-cards .card .motion-container .move.card3 {
  width: 12.5%;
  top: 45%;
  left: 40%;
  animation: cloudLtR 1s linear infinite alternate;
}
.service .service-cards .card .motion-container .move.card4 {
  width: 12.5%;
  top: 14%;
  left: 44.5%;
  animation: glassMove 3s linear infinite;
}
.service .service-cards .card .motion-container .move.line1 {
  left: 38%;
  top: 24%;
  width: 0.5%;
  height: 14%;
  background-size: 10px 10px;
  background-image: linear-gradient(to bottom, #000 50%, transparent 50%);
  background-repeat: repeat-y;
  animation: dashMove 2s linear infinite;
  transform: rotate(60deg);
}
.service .service-cards .card .motion-container .move.line2 {
  left: 50%;
  top: 34%;
  width: 0.5%;
  height: 12%;
  background-size: 10px 10px;
  background-image: linear-gradient(to bottom, #000 50%, transparent 50%);
  background-repeat: repeat-y;
  animation: dashMove 2s linear infinite;
}
.service .service-cards .card .motion-container .move.line3 {
  right: 36%;
  top: 24%;
  width: 0.5%;
  height: 14%;
  background-size: 10px 10px;
  background-image: linear-gradient(to bottom, #000 50%, transparent 50%);
  background-repeat: repeat-y;
  animation: dashMove 2s linear infinite;
  transform: rotate(-60deg);
}
.service .service-cards .card .motion-container .move.card5 {
  width: 6.25%;
  left: 38%;
  top: 38%;
  transform-origin: bottom left;
  animation: handShakeM 2s linear infinite;
}
.service .service-cards .card .motion-container .move.card5-1 {
  width: 5.5555555556%;
  left: 30%;
  top: 25%;
  display: inline-block;
  background-color: transparent;
  animation: light 1s steps(2, end) infinite;
}
.service .service-cards .card-title {
  font-size: 30px;
  font-weight: 700;
  color: #000716;
  line-height: 1.2;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  .service .service-cards .card-title {
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  .service .service-cards .card {
    width: 100%;
  }
}
.service .moveArea {
  height: 20vh;
  min-height: 180px;
  width: calc((100% - 40px) / 2);
  background-image: url(./image/service-bottom-city.svg);
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  overflow: hidden;
  border-radius: 0;
  right: 0;
  bottom: 180px;
}
@media all and (max-width: 1271px) {
  .service .moveArea {
    height: 17vh;
  }
}
.service .moveArea .move-car {
  position: absolute;
  bottom: 0;
  right: 0;
  animation: carMove 5s linear infinite;
  width: 6vw;
  max-width: 100px;
  min-width: 70px;
}
@media all and (max-width: 768px) {
  .service .moveArea .move-car {
    width: 12vw;
    max-width: auto;
    min-width: auto;
  }
}
.service .moveArea .move-cloud {
  position: absolute;
  top: 0;
  left: 0;
  animation: cloudMove 15s linear infinite;
  width: 20vw;
  min-width: 180px;
  max-width: 250px;
}
@media all and (max-width: 768px) {
  .service .moveArea .move-cloud {
    width: 35vw;
  }
}
@media all and (max-width: 1271px) {
  .service .moveArea {
    bottom: 130px;
  }
}
@media all and (max-width: 768px) {
  .service .moveArea {
    background-image: url(./image/service-bottom-city-mobile.svg);
    width: 100%;
    bottom: 0;
  }
}

.function {
  background-color: #fdf9df;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
.function .card-title {
  font-size: 32px;
  font-weight: 700;
  color: #000716;
  line-height: 1;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  .function .card-title {
    font-size: 20px;
  }
}
.function .function-cards {
  margin: 100px 0;
}
.function .function-cards .card {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 90px;
  width: 100%;
  height: 100%;
}
.function .function-cards .card .left {
  width: 40%;
  padding: 40px 0 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media all and (max-width: 1271px) {
  .function .function-cards .card .left {
    width: 45%;
  }
}
@media all and (max-width: 768px) {
  .function .function-cards .card .left {
    width: 100%;
    padding: 0 0 80px 0;
  }
}
.function .function-cards .card .left-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.function .function-cards .card .left-top .index {
  background-color: #000716;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 15px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  font-family: "Spoqa Han Sans Neo";
  letter-spacing: -0.8px;
}
@media all and (max-width: 1271px) {
  .function .function-cards .card .left-top .index {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}
.function .function-cards .card .left-bottom {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.function .function-cards .card .left-bottom-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 14px 20px;
  background-color: rgba(255, 255, 255, 0.3333333333);
  border-radius: 22px;
}
.function .function-cards .card .left-bottom-card .list-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #000716;
  line-height: 1;
  font-family: "Pretendard";
}
.function .function-cards .card .left-bottom-card .list-title i.check {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(./image/check-icon.svg);
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
}
@media all and (max-width: 1271px) {
  .function .function-cards .card .left-bottom-card .list-title {
    font-size: 16px;
  }
}
.function .function-cards .card .left-bottom-card ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 6px;
}
@media all and (max-width: 1271px) {
  .function .function-cards .card .left-bottom-card ul {
    gap: 6px;
  }
}
.function .function-cards .card .left-bottom-card ul li {
  display: flex;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #354150;
  line-height: 1.6;
  font-family: "Pretendard";
}
.function .function-cards .card .left-bottom-card ul li i.list {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background-color: #666;
  flex-shrink: 0;
  margin-top: 11px;
}
@media all and (max-width: 1271px) {
  .function .function-cards .card .left-bottom-card ul li {
    font-size: 15px;
  }
}
.function .function-cards .card .right {
  width: 45%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
@media all and (max-width: 768px) {
  .function .function-cards .card .right {
    width: 100%;
  }
}
.function .function-cards .card .right .move {
  position: absolute;
}
.function .function-cards .card .right .move.card1 {
  width: 14.2857142857%;
  right: 29%;
  bottom: 11%;
  transform-origin: right bottom;
  animation: handShakeP 1.5s linear infinite;
}
.function .function-cards .card .right .move.card2 {
  width: 10.8695652174%;
  left: 12%;
  bottom: 9%;
  transform-origin: left center;
  animation: penMove 1.5s linear infinite;
}
.function .function-cards .card .right .move.card3 {
  width: 16.6666666667%;
  right: 19.5%;
  top: 32%;
  transform: scale(1);
  animation: glassMove 1.5s linear infinite;
}
.function .function-cards .card .right .move.card4-1 {
  width: 5.8823529412%;
  left: 4%;
  top: 35%;
  animation: leftStar 1.5s linear infinite;
}
.function .function-cards .card .right .move.card4-2 {
  width: 5.8823529412%;
  left: 41%;
  top: 51%;
  animation: rightStar 1.5s linear infinite;
}
.function .function-cards .card:nth-child(2n) {
  flex-direction: row-reverse;
}
@media all and (max-width: 1271px) {
  .function .function-cards .card {
    margin-top: 80px;
  }
}
@media all and (max-width: 768px) {
  .function .function-cards .card {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }
  .function .function-cards .card:nth-child(2n) {
    flex-direction: column;
  }
}
.function .function-remarkable-cards {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.function .function-remarkable-cards .card-title .grey {
  font-size: 32px;
  font-weight: 700;
  color: #888b8f;
  line-height: 1;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  .function .function-remarkable-cards .card-title .grey {
    font-size: 20px;
  }
}
.function .function-remarkable-cards .cards-container {
  display: flex;
  gap: 28px;
}
.function .function-remarkable-cards .cards-container .card {
  width: calc((100% - 74px) / 4);
  padding: 40px 25px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 10px 35px 0px rgba(56, 71, 109, 0.08);
}
.function .function-remarkable-cards .cards-container .card .top {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.function .function-remarkable-cards .cards-container .card .top .top-title {
  font-size: 20px;
  font-weight: 700;
  color: #000716;
  line-height: 1.3;
  font-family: "Pretendard";
}
.function .function-remarkable-cards .cards-container .card .bottom {
  margin-top: 24px;
}
.function .function-remarkable-cards .cards-container .card .bottom li {
  font-size: 16px;
  font-weight: 400;
  color: #000716;
  line-height: 1.6;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  .function .function-remarkable-cards .cards-container .card .bottom li {
    font-size: 15px;
  }
}
.function .function-remarkable-cards .cards-container .card .badge {
  display: inline-block;
  margin-top: 24px;
  border-radius: 4px;
  background: #EEF1F6;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 400;
  color: #8d99a8;
  line-height: 1;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  .function .function-remarkable-cards .cards-container {
    gap: 20px;
    flex-wrap: wrap;
  }
  .function .function-remarkable-cards .cards-container .card {
    width: calc((100% - 20px) / 2);
  }
}
@media all and (max-width: 1271px) and (max-width: 768px) {
  .function .function-remarkable-cards .cards-container .card {
    width: 100%;
  }
}
.function .element {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media all and (max-width: 1271px) {
  .function .element {
    width: 106px;
  }
}

.review {
  background-color: #f8f9fb;
  z-index: 0;
}
.review .section-inner {
  position: relative;
  min-height: 800px;
}
.review .section-inner .moveArea {
  position: absolute;
  left: -50px;
  bottom: 0;
  z-index: 1;
  width: 25%;
  max-width: 300px;
  min-width: 180px;
  padding: 0 20px;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .review .section-inner .moveArea {
    left: 0;
  }
}
.review .section-inner .moveArea .icon-move-R {
  width: 7.6923076923%;
  position: absolute;
  left: 15px;
  top: 18%;
  animation: rStar 2s linear infinite;
}
.review .section-inner .moveArea .icon-move-M {
  width: 7.6923076923%;
  position: absolute;
  left: 49%;
  top: 0;
  animation: rStar 2s ease-in-out infinite;
}
.review .section-inner .moveArea .icon-move-L {
  width: 7.6923076923%;
  position: absolute;
  right: 20px;
  top: 50%;
  animation: rStar 1.5s linear infinite;
}
.review .review-swiper-container {
  display: flex;
  overflow: hidden;
  gap: 40px;
  height: 50vh;
  min-height: 450px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media all and (max-width: 1271px) {
  .review .review-swiper-container.pc {
    display: none;
  }
}
@media all and (max-width: 2580px) {
  .review .review-swiper-container.tablet {
    display: none;
  }
}
@media all and (max-width: 1271px) {
  .review .review-swiper-container.tablet {
    display: flex;
  }
}
@media all and (max-width: 768px) {
  .review .review-swiper-container.tablet {
    display: none;
  }
}
@media all and (max-width: 2580px) {
  .review .review-swiper-container.mobile {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .review .review-swiper-container.mobile {
    display: flex;
  }
}
.review .review-swiper-container .blur {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgb(248, 249, 251), rgba(248, 249, 251, 0));
  z-index: 2;
}
.review .review-swiper-container .blur.top {
  top: 0;
}
.review .review-swiper-container .blur.bottom {
  bottom: 0;
  background: linear-gradient(to top, rgb(248, 249, 251), rgba(248, 249, 251, 0));
}
.review .review-swiper-container .swiper-col {
  height: 100%;
  width: 100%;
}
.review .review-swiper-container .swiper-col .swiper-wrapper {
  height: 100%;
  width: 100%;
  transition-timing-function: linear;
}
.review .review-swiper-container .swiper-col .swiper-wrapper .review-card {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 10px 35px 0px rgba(56, 71, 109, 0.1);
  margin-top: 40px;
}
@media all and (max-width: 1271px) {
  .review .review-swiper-container .swiper-col .swiper-wrapper .review-card {
    padding: 40px 30px;
  }
}
.review .review-swiper-container .swiper-col .swiper-wrapper .review-card .profile {
  display: flex;
  gap: 15px;
  align-items: center;
}
.review .review-swiper-container .swiper-col .swiper-wrapper .review-card .profile .avartar {
  width: 64px;
  height: 64px;
}
.review .review-swiper-container .swiper-col .swiper-wrapper .review-card .profile .info .top {
  font-size: 24px;
  font-weight: 700;
  color: #000716;
  line-height: 1.2;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  .review .review-swiper-container .swiper-col .swiper-wrapper .review-card .profile .info .top {
    font-size: 20px;
  }
}
.review .review-swiper-container .swiper-col .swiper-wrapper .review-card .profile .info .bottom {
  font-size: 18px;
  font-weight: 400;
  color: #000716;
  line-height: 1.2;
  font-family: "Pretendard";
  margin-top: 4px;
}
@media all and (max-width: 1271px) {
  .review .review-swiper-container .swiper-col .swiper-wrapper .review-card .profile .info .bottom {
    font-size: 16px;
  }
}
.review .review-swiper-container .swiper-col .swiper-wrapper .review-card .comment {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #354150;
  line-height: 1.6;
  font-family: "Pretendard";
  min-height: 150px;
}
@media all and (max-width: 1271px) {
  .review .review-swiper-container .swiper-col .swiper-wrapper .review-card .comment {
    font-size: 15px;
    min-height: 100px;
  }
}
@media all and (max-width: 768px) {
  .review .review-swiper-container .swiper-col .swiper-wrapper .review-card .comment {
    min-height: auto;
  }
}
@media all and (max-width: 768px) {
  .review .review-swiper-container {
    flex-direction: column;
  }
}

.end {
  background-color: #fde344;
}
.end .section-inner {
  position: relative;
  padding: 0;
  z-index: 1;
  height: 100vh;
}
.end .section-inner .bold {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.end .section-inner .bold.fir {
  opacity: 1;
}
.end .section-inner .bold.sec {
  opacity: 0;
}

.contact .section-inner {
  position: relative;
}
.contact .section-inner .sec-title .desc {
  display: block;
  transform: translateY(100%);
}
@media all and (max-width: 1271px) {
  .contact .section-inner {
    padding: 130px 0 260px 0;
  }
}
@media all and (max-width: 768px) {
  .contact .section-inner {
    padding: 130px 0 200px 0;
  }
}
.contact .section-inner .sec-title {
  align-items: flex-start;
}
.contact .section-inner .sec-title .desc {
  font-size: 20px;
  font-weight: 400;
  color: #414d5c;
  line-height: 1.6;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  .contact .section-inner .sec-title .desc {
    font-size: 17px;
  }
}
.contact .section-inner .form {
  width: 100%;
}
@media all and (max-width: 1271px) {
  .contact .section-inner .form {
    margin-top: 54px;
  }
}
.contact .section-inner .form .form-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media all and (max-width: 1271px) {
  .contact .section-inner .form .form-container {
    gap: 24px;
  }
}
.contact .section-inner .form .form-container .form-input-row {
  display: flex;
  gap: 40px;
}
@media all and (max-width: 1271px) {
  .contact .section-inner .form .form-container .form-input-row {
    gap: 24px;
  }
}
.contact .section-inner .form .form-container .form-input-row:first-child {
  margin-top: 0;
}
.contact .section-inner .form .form-container .form-input-row .error-message {
  font-size: 13px;
  font-weight: 400;
  color: #605bff;
  line-height: 2.5;
  font-family: "Pretendard";
}
@media all and (max-width: 768px) {
  .contact .section-inner .form .form-container .form-input-row .error-message {
    font-size: 11px;
  }
}
.contact .section-inner .form .form-container .form-input-row .flex {
  display: flex;
  justify-content: space-between;
}
.contact .section-inner .form .form-container .form-input-row .flex .except {
  color: #414d5c;
  font-size: 16px;
}
.contact .section-inner .form .form-container .form-input-row > label,
.contact .section-inner .form .form-container .form-input-row .form-input-box {
  width: 50%;
}
@media all and (max-width: 768px) {
  .contact .section-inner .form .form-container .form-input-row > label,
  .contact .section-inner .form .form-container .form-input-row .form-input-box {
    width: 100%;
  }
}
.contact .section-inner .form .form-container .form-input-row > label .title,
.contact .section-inner .form .form-container .form-input-row .form-input-box .title {
  font-size: 18px;
  font-weight: 400;
  color: #000716;
  line-height: 1;
  font-family: "Pretendard";
  margin-bottom: 12px;
}
@media all and (max-width: 1271px) {
  .contact .section-inner .form .form-container .form-input-row > label .title,
  .contact .section-inner .form .form-container .form-input-row .form-input-box .title {
    font-size: 15px;
  }
}
.contact .section-inner .form .form-container .form-input-row > label .title .must,
.contact .section-inner .form .form-container .form-input-row .form-input-box .title .must {
  color: #605bff;
}
.contact .section-inner .form .form-container .form-input-row > label .radio-box,
.contact .section-inner .form .form-container .form-input-row > label .check-box,
.contact .section-inner .form .form-container .form-input-row .form-input-box .radio-box,
.contact .section-inner .form .form-container .form-input-row .form-input-box .check-box {
  display: flex;
  align-items: center;
}
.contact .section-inner .form .form-container .form-input-row > label .radio-box label,
.contact .section-inner .form .form-container .form-input-row > label .check-box label,
.contact .section-inner .form .form-container .form-input-row .form-input-box .radio-box label,
.contact .section-inner .form .form-container .form-input-row .form-input-box .check-box label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact .section-inner .form .form-container .form-input-row > label .radio-box label:nth-child(2),
.contact .section-inner .form .form-container .form-input-row > label .check-box label:nth-child(2),
.contact .section-inner .form .form-container .form-input-row .form-input-box .radio-box label:nth-child(2),
.contact .section-inner .form .form-container .form-input-row .form-input-box .check-box label:nth-child(2) {
  margin-left: 80px;
}
.contact .section-inner .form .form-container .form-input-row > label .radio-box .more-privacy,
.contact .section-inner .form .form-container .form-input-row > label .check-box .more-privacy,
.contact .section-inner .form .form-container .form-input-row .form-input-box .radio-box .more-privacy,
.contact .section-inner .form .form-container .form-input-row .form-input-box .check-box .more-privacy {
  text-decoration: underline;
  margin-left: 4px;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .contact .section-inner .form .form-container .form-input-row {
    flex-direction: column;
  }
}
.contact .section-inner .form .form-container .form-input-row .semi-bold {
  font-weight: 500;
}
.contact .section-inner .form .form-container .form-input-row.privacy {
  flex-direction: column;
  gap: 15px;
}
.contact .section-inner .form .form-container .form-input-row.privacy .form-input-row {
  flex-direction: row;
}
.contact .section-inner .form .form-container .form-input-row.privacy .divider {
  width: 100%;
  height: 1px;
  background-color: #cdd3dd;
}
.contact .section-inner .form .form-container .form-input-row.privacy .privacy-box-top p {
  font-weight: 300;
}
.contact .section-inner .form .form-container .form-input-row.privacy .privacy-box-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact .section-inner .form .form-container .form-input-row.privacy .privacy-box-bottom .form-input-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.contact .section-inner .form .form-container .form-input-row.privacy .privacy-box-bottom .form-input-row .form-input-box {
  display: flex;
  width: 100%;
  gap: 10px;
}
.contact .section-inner .form .form-container .form-input-row.privacy .privacy-box-bottom .form-input-row .form-input-box input[type=checkbox] {
  margin-top: 3px;
}
.contact .section-inner .form .form-container .form-input-row.privacy .privacy-box-bottom .form-input-row i.more {
  display: block;
  width: 24px;
  height: 24px;
  background: url(./image/chevron-icon.svg) no-repeat center center/cover;
  cursor: pointer;
  transform: rotate(180deg);
  flex-shrink: 0;
}
.contact .section-inner .form .form-container .form-input-row.privacy .privacy-box-bottom.on i.more {
  transform: rotate(0);
}
.contact .section-inner .form .form-container .form-input-row.privacy .privacy-box-bottom.on .privacy-contents {
  display: block;
}
.contact .section-inner .form .form-container .form-input-row.privacy .privacy-contents {
  padding: 20px;
  border-radius: 12px;
  background: #f8f9fb;
  display: none;
}
.contact .section-inner .form .form-container .form-input-row.privacy .privacy-contents p {
  font-size: 16px;
  color: #414d5c;
  font-weight: 300;
}
@media all and (max-width: 1271px) {
  .contact .section-inner .form .form-container .form-input-row.privacy .privacy-contents p {
    font-size: 13px;
  }
}
.contact .section-inner .form .form-container .form-input-row.privacy .privacy-contents p.bold {
  font-weight: 500;
}
.contact .section-inner .form .form-container .form-input-row.privacy .privacy-contents p a {
  font-size: 16px;
  color: #414d5c;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 300;
}
@media all and (max-width: 1271px) {
  .contact .section-inner .form .form-container .form-input-row.privacy .privacy-contents p a {
    font-size: 13px;
  }
}
.contact .section-inner .form .form-container .form-button-row {
  margin: 0 auto;
  width: 620px;
  text-align: center;
}
@media all and (max-width: 1271px) {
  .contact .section-inner .form .form-container .form-button-row {
    width: 100%;
  }
}
.contact .section-inner .form .form-container button {
  width: 100%;
  height: 60px;
  background-color: #ffd230;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  color: #000716;
  line-height: 1;
  font-family: "Pretendard";
  cursor: pointer;
  transition: 0.3s;
}
.contact .section-inner .form .form-container button:hover {
  background-color: #fec84b;
}
.contact .moveArea {
  position: absolute;
  right: -10%;
  bottom: 1%;
  width: 25%;
  min-width: 170px;
}
@media only screen and (max-width: 1580px) {
  .contact .moveArea {
    right: 0;
    bottom: 2%;
  }
}
.contact .moveArea .static {
  position: relative;
  z-index: 1;
}
.contact .moveArea .move {
  position: absolute;
}
.contact .moveArea .move.icon1 {
  width: 18.1818181818%;
  left: 7%;
  bottom: 0;
  z-index: 0;
  animation: handShakeP 1s infinite;
}
.contact .moveArea .move.icon2 {
  width: 23.8095238095%;
  right: 2%;
  top: 0;
  z-index: 0;
  transform-origin: bottom left;
  animation: handShakeM 2s infinite;
}
.contact .moveArea .move.icon3 {
  width: 37.037037037%;
  right: 2%;
  bottom: 5%;
  animation: manUp 0.8s linear infinite alternate;
  z-index: 3;
}

.privacy-pop {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 4px 12px 30px 0px rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  z-index: 100;
}
.privacy-pop .pop-title {
  padding: 24px 30px;
  display: flex;
  justify-content: space-between;
}
.privacy-pop .pop-title img {
  cursor: pointer;
}
@media all and (max-width: 1271px) {
  .privacy-pop .pop-title img {
    width: 24px;
    height: 24px;
  }
}
@media all and (max-width: 1271px) {
  .privacy-pop .pop-title {
    padding: 16px 22px;
  }
}
.privacy-pop .pop-title span {
  font-size: 24px;
  font-weight: 600;
  color: #000716;
  line-height: 1.2;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  .privacy-pop .pop-title span {
    font-size: 20px;
  }
}
.privacy-pop .pop-content {
  padding: 30px;
}
@media all and (max-width: 1271px) {
  .privacy-pop .pop-content {
    padding: 15px;
  }
}
.privacy-pop .pop-content .pop-box {
  border: 1px solid #cdd3dd;
  padding: 20px;
  min-width: 320px;
  border-radius: 8px;
  height: 300px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.privacy-pop .pop-content .pop-box li {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  .privacy-pop .pop-content .pop-box li {
    font-size: 16px;
  }
}
.privacy-pop .pop-content .pop-box .pop-bold {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.6;
  font-family: "Pretendard";
}
@media all and (max-width: 1271px) {
  .privacy-pop .pop-content .pop-box .pop-bold {
    font-size: 16px;
  }
}
.privacy-pop.open {
  display: block;
}

.footer {
  background-color: #fff;
  padding: 60px 60px 80px;
  border-top: 1px solid #e4e8ee;
  position: relative;
  bottom: 0;
}
@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;
}
.footer-top .footer-nav a:hover {
  text-decoration: underline;
}
@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;
  cursor: pointer;
  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%;
  height: 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;
}

.top-btn {
  position: fixed;
  opacity: 0;
  right: 2vw;
  z-index: 100000;
  transition: background-color 0.5s;
  width: 70px;
  height: 70px;
  background-color: #fff;
  background-image: url(./image/top-btn-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 36px;
  border-radius: 8px;
  border: 1px solid #E4E8EE;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
@media all and (max-width: 1271px) {
  .top-btn {
    width: 40px;
    height: 40px;
    background-size: 24px;
  }
}
.top-btn.on {
  opacity: 1;
}
.top-btn:hover {
  cursor: pointer;
  background-color: #e4e8ee;
}