.mo {
  display: none;
}

header {
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  user-select: none;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 0 20px;
  background: #ffe4dd;
}
header .box {
  max-width: 1680px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .box h1 a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  display: block;
  background-image: url(../images/icon/logo.png);
  background-size: contain;
  width: 158px;
  height: 48px;
}
header .box .toggle {
  display: none;
  text-indent: -9999px;
  position: relative;
  z-index: 99999;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
header .box .toggle i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 14.2px;
  height: 2px;
  background: #fff;
}
header .box .toggle::before, header .box .toggle::after {
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
}
header .box .toggle::before {
  top: 0;
}
header .box .toggle::after {
  bottom: 0;
}
header .box .toggle.on::before, header .box .toggle.on::after {
  top: 50%;
  left: 50%;
  background: #000;
}
header .box .toggle.on::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
header .box .toggle.on::after {
  bottom: unset;
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .box .toggle.on i {
  background: #000;
  opacity: 0;
}
header .box .menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .box .menu .fp_menu_wrap {
  display: flex;
  gap: 40px;
}
header .box .menu .fp_menu_wrap .fp_menu {
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: 25px;
}
header .box .menu .fp_menu_wrap .fp_menu a {
  color: #000;
}
header .box .menu .fp_menu_wrap .fp_menu.on a {
  font-family: "Poppins-Bold";
}
header .box .menu > a {
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: "Pretendard-Medium";
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  font-size: 14px;
}
header .box .menu > a:hover {
  font-family: "Poppins-Bold";
  color: #fff;
  background: #ff2c2e;
  border-color: #ff2c2e;
}
header .box .bg {
  position: fixed;
  display: none;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
header .box .bg.on {
  display: block;
}
header.type1 {
  background: #fff;
}
header.type1 .box .menu > a {
  color: #ff2c2e;
  background: #fff;
  border: 1px solid #ff0000;
}
header.type1 .box .menu > a:hover {
  font-family: "Poppins-Bold";
  color: #fff;
  background: #ff2c2e;
  border-color: #ff2c2e;
}

.fp_nav_wrap {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  z-index: -9999;
  right: 1.7188vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.fp_nav_wrap.type1 {
  z-index: 9999;
}
.fp_nav_wrap .fp_nav {
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: margin;
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #afafaf;
  cursor: pointer;
}
.fp_nav_wrap .fp_nav::before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  top: 39px;
  width: 2px;
  height: 0;
  background: #d4d4d4;
  cursor: default;
}
.fp_nav_wrap .fp_nav.on {
  width: 12px;
  height: 12px;
  background: #ff2c2e;
  margin-bottom: 95px;
}
.fp_nav_wrap .fp_nav.on::before {
  height: 54px;
}
.fp_nav_wrap .fp_nav:first-child.on, .fp_nav_wrap .fp_nav:last-child.on {
  margin-bottom: unset;
}
.fp_nav_wrap .fp_nav:first-child::before, .fp_nav_wrap .fp_nav:last-child::before {
  display: none;
}

.fp_page {
  padding: 0 20px;
  padding-top: 100px;
}
.fp_page .center {
  max-width: 1400px;
  margin: 0 auto;
  min-height: 100%;
}

.page1 {
  background: #ffe4dd;
}
.page1 .center {
  position: relative;
  padding-top: 165px;
}
.page1 .center > .box {
  display: inline-block;
}
.page1 .center > .box::before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: contain;
  top: 47px;
  right: 0;
  width: 652px;
  height: 627px;
  z-index: 0;
  background-image: url(../images/main/page1-1.png);
  opacity: 0;
  transform: scale(0);
}
.page1 .center > .box .text-box {
  position: relative;
  margin-bottom: 60px;
}
.page1 .center > .box .text-box .title-box {
  margin-bottom: 30px;
}
.page1 .center > .box .text-box .title-box .title.title1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: contain;
  width: 289px;
  height: 85px;
  background-image: url(../images/icon/logo-type2.png);
  margin-bottom: 2px;
  transform: translateX(100%);
  opacity: 0;
}
.page1 .center > .box .text-box .title-box .title.title2 {
  overflow: hidden;
}
.page1 .center > .box .text-box .title-box .title.title2 span {
  font-family: "Pretendard-Bold";
  display: inline-block;
  position: relative;
  font-size: 106px;
  line-height: 127px;
  letter-spacing: -3.18px;
  padding-right: 8px;
  color: #000;
  transform: translateX(100%);
}
.page1 .center > .box .text-box .title-box .title.title2 span::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #ff2c2e;
  top: 18px;
  right: 0;
}
.page1 .center > .box .text-box .text {
  overflow: hidden;
}
.page1 .center > .box .text-box .text span {
  font-family: "Pretendard-Medium";
  display: inline-block;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.44px;
  color: #000;
  transform: translateY(100%);
}
.page1 .center > .box .btn-box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page1 .center > .box .btn-box .btn {
  font-family: "Pretendard-Medium";
  font-size: 20px;
  letter-spacing: -0.4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  border-radius: 100px;
  background: #ff2c2e;
  transform: translateY(100%);
  opacity: 0;
}
.page1 .center > .box .btn-box .btn span {
  position: relative;
  display: inline-block;
  padding-right: 28px;
}
.page1 .center > .box .btn-box .btn span::before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 10px;
  height: 20px;
  right: 0;
  background-image: url(../images/icon/btn-link-arrow.png);
}
.page1 .center > .box .btn-box .btn.type2 {
  color: #ff2c2e;
  background: #fff;
}
.page1 .center > .box .btn-box .btn.type2 span::before {
  background-image: url(../images/icon/btn-link-arrow-type2.png);
}
.page1 .center .mouse-scroll {
  opacity: 0;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 50px;
  height: 122px;
  bottom: 30px;
  background-image: url(../images/icon/mouse-scroll.png);
}

.page1.now .center > .box::before {
  transition: 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.3s;
}
.page1.now .center > .box .text-box .title-box .title.title1 {
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-duration: 0.85s;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-name: pag1-ani1;
  animation-fill-mode: forwards;
  opacity: 1;
  animation-delay: 0.3s;
  transition-delay: 0.3s;
}
@keyframes pag1-ani1 {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(100%) skew(-40deg);
  }
  100% {
    transform: translateX(0);
  }
}
.page1.now .center > .box .text-box .title-box .title.title2 span {
  transition: 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 1s;
  opacity: 1;
  transform: translateX(0) skew(0);
}
.page1.now .center > .box .text-box .text span {
  transition: 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 1s;
  transform: translateY(0);
}
.page1.now .center > .box .btn-box .btn {
  transition: 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 1.2s;
  transform: translateY(0);
  opacity: 1;
}
.page1.now .center .mouse-scroll {
  animation-duration: 0.85s;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
  animation-delay: 0.85s;
  animation-name: pag1-ani2;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transform: translateX(-50%) translateY(0);
}
@keyframes pag1-ani2 {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(10px);
  }
}

.page13 {
  position: relative;
  background: #fff;
}
.page13 .center {
  padding-top: 20px;
  padding-bottom: 143px;
}
.page13 .center > .title-box {
  margin-bottom: 100px;
}
.page13 .center > .title-box .title {
  font-family: "Pretendard-Bold";
  font-size: 60px;
  line-height: 71px;
  letter-spacing: -1.2px;
  color: #000;
  overflow: hidden;
  margin-bottom: 15px;
}
.page13 .center > .title-box .title span {
  display: block;
  transform: translateY(50%);
  opacity: 0;
}
.page13 .center > .title-box .text {
  font-family: "Pretendard-Light";
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.36px;
  color: #555;
  opacity: 0;
}
.page13 .center .box {
  display: flex;
  justify-content: center;
  gap: 110px;
}
.page13 .center .box .form-box {
  opacity: 0;
}
.page13 .center .box .form-box.form-box1 {
  display: flex;
  gap: 50px;
}
.page13 .center .box .form-box.form-box1 .form--box {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.page13 .center .box .form-box .input-box .title {
  font-family: "Pretendard-SemiBold";
  font-size: 18px;
  line-height: 21px;
  color: #000;
  margin-bottom: 20px;
}
.page13 .center .box .form-box .input-box .title span {
  color: #ff0000;
}
.page13 .center .box .form-box .input-box > div {
  width: 360px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.page13 .center .box .form-box .input-box > div input {
  font-family: "Pretendard-Regular";
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  height: 19px;
  padding: 4px 10px 0;
  color: #000;
}
.page13 .center .box .form-box .input-box > div input::placeholder {
  font-family: "Pretendard-Regular";
  font-size: 16px;
  line-height: 19px;
  color: #999;
}
.page13 .center .box .form-box .input-box > div textarea {
  font-family: "Pretendard-Regular";
  font-size: 16px;
  line-height: 19px;
  color: #000;
  display: block;
  background: #fff;
  border: none;
  outline: none;
  resize: none;
  padding: 0;
  padding-right: 4px;
  width: calc(100% - 4px);
  height: 100%;
}
.page13 .center .box .form-box .input-box > div textarea::placeholder {
  font-family: "Pretendard-Regular";
  font-size: 16px;
  line-height: 19px;
  color: #999;
}
.page13 .center .box .form-box .input-box > div textarea::-webkit-scrollbar {
  width: 3px;
}
.page13 .center .box .form-box .input-box > div textarea::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #777;
}
.page13 .center .box .form-box .input-box > button {
  font-family: "Pretendard-Medium";
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #ff2c2e;
  border-radius: 100px;
}
.page13 .center .box .form-box .input-box.input-box3 > div {
  position: relative;
}
.page13 .center .box .form-box .input-box.input-box3 > div input {
  padding-right: 20px;
}
.page13 .center .box .form-box .input-box.input-box3 > div p {
  font-family: "Pretendard-Regular";
  font-size: 16px;
  line-height: 19px;
  color: #000;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.page13 .center .box .form-box .input-box.input-box4 .select-box {
  position: relative;
  border: none;
  padding-bottom: 0;
}
.page13 .center .box .form-box .input-box.input-box4 .select-box .top {
  font-family: "Pretendard-Regular";
  font-size: 16px;
  line-height: 19px;
  color: #999;
  cursor: pointer;
  padding: 4px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.page13 .center .box .form-box .input-box.input-box4 .select-box .top > p.on {
  color: #000;
}
.page13 .center .box .form-box .input-box.input-box4 .select-box .top > i {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  width: 17px;
  height: 10px;
  background-image: url(../images/icon/btn-select-arrow.png);
}
.page13 .center .box .form-box .input-box.input-box4 .select-box .bottom {
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 40px;
  background: #fff;
  z-index: 9;
  overflow: hidden;
  width: 100%;
  height: 0;
  box-shadow: rgba(80, 82, 83, 0.12) 0px 2px 4px 0px, rgba(123, 126, 128, 0.32) 0px 2px 16px 0px;
}
.page13 .center .box .form-box .input-box.input-box4 .select-box .bottom .option-box .option {
  border-bottom: 1px solid #ccc;
}
.page13 .center .box .form-box .input-box.input-box4 .select-box .bottom .option-box .option:last-of-type {
  border: none;
}
.page13 .center .box .form-box .input-box.input-box4 .select-box .bottom .option-box .option .btn {
  font-family: "Pretendard-Regular";
  position: relative;
  width: 100%;
  font-size: 16px;
  text-align: left;
  line-height: 19px;
  color: #999;
  padding: 10px 20px;
}
.page13 .center .box .form-box .input-box.input-box4 .select-box .bottom .option-box .option .btn::before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 100%;
  background: #ff2c2e;
  opacity: 0;
}
.page13 .center .box .form-box .input-box.input-box4 .select-box .bottom .option-box .option .btn:hover {
  font-family: "Pretendard-SemiBold";
  position: relative;
  color: #000;
  background: #fff3f3;
}
.page13 .center .box .form-box .input-box.input-box4 .select-box .bottom .option-box .option .btn:hover::before {
  opacity: 1;
}
.page13 .center .box .form-box .input-box.input-box4 .select-box.on .top > i {
  transform: rotate(-180deg);
}
.page13 .center .box .form-box .input-box.input-box4 .select-box.on .bottom {
  height: 120px;
}
.page13 .center .box .form-box .input-box.input-box8 > div {
  width: 520px;
  height: 290px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 35px;
}
.page13 .center .box .form-box .input-box.input-box8 > div > p {
  font-family: "Pretendard-Regular";
  font-size: 13px;
  line-height: 15px;
  color: #999;
  text-align: right;
  padding-top: 10px;
}
.page13 .center .box .form-box .input-box.input-box9 {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page13 .center .box .form-box .input-box.input-box9 input + label {
  font-family: "Pretendard-Regular";
  display: inline-block;
  position: relative;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  padding-left: 28px;
  color: #000;
  cursor: pointer;
  margin-bottom: 20px;
}
.page13 .center .box .form-box .input-box.input-box9 input + label i {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/check-off.png);
}
.page13 .center .box .form-box .input-box.input-box9 input:checked + label i {
  background-image: url(../images/icon/check-on.png);
}
.page13 .center .fp_top_btn {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 70px;
  height: 70px;
  background-image: url(../images/icon/btn-top.png);
  opacity: 0;
  transform: translateY(100px);
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.page13.now .center > .title-box .title span,
.page13.keep .center > .title-box .title span {
  transition: 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.page13.now .center > .title-box .text,
.page13.keep .center > .title-box .text {
  transition: 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
  transition-delay: 0.3s;
}
.page13.now .center .box .form-box,
.page13.keep .center .box .form-box {
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.6s;
  opacity: 1;
}
.page13.now .center .fp_top_btn,
.page13.keep .center .fp_top_btn {
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../images/icon/btn-top.png);
  opacity: 1;
  transform: translateY(0);
}

footer {
  position: relative;
  overflow: visible !important;
}
footer.fp_page {
  padding: 63px 20px 68px;
  background: #000;
}
footer .center {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .center .text-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
footer .center .text-box p {
  font-family: "Pretendard-Medium";
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
footer .center .text-box p span {
  font-family: "Pretendard-Regular";
  display: flex;
  gap: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #9e9e9e;
  margin-top: 10px;
}
footer .center .text-box > div {
  display: flex;
  gap: 55px;
}
footer .center > .text {
  font-family: "Pretendard-Light";
  font-size: 15px;
  line-height: 18px;
  color: #9e9e9e;
}

.page2,
.page3,
.page4,
.page5,
.page6,
.page7,
.page8,
.page9,
.page10,
.page11,
.page12 {
  padding: 0;
}
.page2 .center,
.page3 .center,
.page4 .center,
.page5 .center,
.page6 .center,
.page7 .center,
.page8 .center,
.page9 .center,
.page10 .center,
.page11 .center,
.page12 .center {
  max-width: unset;
  height: 100%;
}

.test-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: contain;
  height: 100%;
  opacity: 0;
}
.test-img.test-img1 {
  background-image: url(../images/test/test1.png);
}
.test-img.test-img2 {
  background-image: url(../images/test/test2-1.png);
}
.test-img.test-img3 {
  background-image: url(../images/test/test2-2.png);
}
.test-img.test-img4 {
  background-image: url(../images/test/test2-3.png);
}
.test-img.test-img5 {
  background-image: url(../images/test/test3-1.png);
}
.test-img.test-img6 {
  background-image: url(../images/test/test3-2.png);
}
.test-img.test-img7 {
  background-image: url(../images/test/test3-3.png);
}
.test-img.test-img8 {
  background-image: url(../images/test/test3-4.png);
}
.test-img.test-img9 {
  background-image: url(../images/test/test4-1.png);
}
.test-img.test-img10 {
  background-image: url(../images/test/test4-2.png);
}
.test-img.test-img11 {
  background-image: url(../images/test/test4-3.png);
}
.test-img.test-img12 {
  background-image: url(../images/test/test4-4.png);
}

.page2.now .test-img,
.page3.now .test-img,
.page4.now .test-img,
.page5.now .test-img,
.page6.now .test-img,
.page7.now .test-img,
.page8.now .test-img,
.page9.now .test-img,
.page10.now .test-img,
.page11.now .test-img,
.page12.now .test-img {
  transition: 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.3s;
  opacity: 1;
}