@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sen&display=swap");
@font-face {
  font-family: "CWDangamAsac-Bold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/CWDangamAsac-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
}

.inner {
  width: 90%;
  margin: auto;
  position: relative;
}

/* Mobile */
/* Tablet */
/* PC */
@media screen and (min-width: 1280px) {
  .inner {
    width: 1200px;
  }
}
div {
  font-family: "Montserrat";
  line-height: 2.2rem;
}

section {
  font-family: "Montserrat";
}

/* Mobile */
/* Tablet */
/* PC */
@media screen and (min-width: 1280px) {
  .menu-bar {
    width: 35%;
  }
  .menu-bar:active .menu-bar-menu {
    position: static;
    display: flex;
  }
  .menu-bar .menu-bar-menu {
    display: flex;
  }
  .menu-bar .menu-icon {
    display: none;
  }
}
body {
  background-color: green;
  margin: 30px;
}

.testResult {
  background-color: white;
  display: flex;
}
.testResult .card_image {
  width: 33%;
}
.testResult .card_image img {
  transform-origin: bottom;
  animation: dance_jump 3s ease-out infinite;
  right: 0;
  position: absolute;
  left: 4%;
  top: 25%;
  z-index: 2;
  transform-origin: center bottom;
}
@keyframes dance_jump {
  0% {
    transform: none;
  }
  15% {
    transform: rotate(-3deg);
  }
  30% {
    transform: rotate(3deg);
  }
  45% {
    transform: rotate(-3deg);
  }
  60% {
    transform: translate3d(0, -5%, 0);
  }
  75% {
    transform: translate3d(0, 1%, 0);
  }
  85% {
    transform: translate3d(0, -3%, 0);
  }
  100% {
    transform: none;
  }
}
.testResult .instruct {
  font-family: "Montserrat";
  width: 67%;
}
.testResult .instruct .text {
  margin: 10px 30px 0 30px;
  color: green;
}
.testResult .instruct .text .path-box {
  display: flex;
  justify-content: flex-end;
}
.testResult .instruct .text .name {
  font-size: 50px;
  margin-bottom: 25px;
}
.testResult .instruct .text .name .typewriter {
  margin-left: 50%;
  font-family: "CWDangamAsac-Bold";
  color: #3ea548;
  font-size: 45px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  border-right: 4px solid #212121;
  animation: cursor 1s step-start infinite, text 3s steps(20) normal none;
}
@keyframes cursor {
  0% {
    border-color: #212121;
  }
  100% {
    border-color: white;
  }
}
@keyframes text {
  0% {
    width: 0;
  }
  100% {
    width: 12ch;
  }
}
.testResult .instruct .text .btn-box {
  display: flex;
  justify-content: flex-start;
}
.testResult .instruct .text .btn-box button {
  font-family: "Gothic A1";
  font-weight: 600;
  font-size: 0.9rem;
  color: white;
  background-color: #3ea548;
  border-radius: 20px;
  border: 2px solid #3ea548;
  padding: 3px 10px;
  margin: 0 4px;
}
.testResult .instruct .text p {
  font-family: "Gothic A1";
  font-weight: 500;
  margin-top: 45px;
  font-size: 20px;
  font-family: "Montserrat" "sans-serif";
}
.testResult .instruct .text h3 {
  color: #3ea548;
  margin-top: 20px;
  font-family: "Montserrat";
}
.testResult .instruct .tree_all {
  margin: 0 30px;
  position: relative;
}
.testResult .instruct .tree_all .tree_text {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testResult .instruct .tree_all .tree_text h2 {
  font-family: "CWDangamAsac-Bold";
  color: #3ea548;
  font-size: 30px;
}
.testResult .instruct .tree_all .tree_text .more-btn {
  margin-top: 30px;
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 99;
  background-color: white;
  color: rgb(242, 114, 85);
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 20px;
  padding: 5px 20px;
  border: 1px solid rgb(242, 114, 85);
}
.testResult .instruct .tree_all .tree_text .more-btn:hover {
  cursor: pointer;
  transition: 1s;
  border: 1px solid rgba(255, 194, 102, 0.582);
  color: rgb(242, 114, 85);
  background-color: rgba(255, 194, 102, 0.582);
}
.testResult .instruct .tree_all .swiper {
  margin-bottom: 50px;
  margin-top: 50px;
  height: 230px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
}
.testResult .instruct .tree_all .swiper .swiper-slide {
  height: 225px;
  position: relative;
  overflow: hidden;
  padding: 10px;
  border: 1px solid green;
  border-radius: 20px;
  top: 5px;
  opacity: 1;
  transform: 0.2;
}
.testResult .instruct .tree_all .swiper .swiper-slide img {
  overflow: hidden;
  transform: scale(1.15);
  opacity: 0.7;
  background-color: black;
  width: 110%;
  height: 100%;
}
.testResult .instruct .tree_all .swiper .swiper-slide img:hover {
  opacity: 1;
  transform: scale(1.2);
  transition: 0.7s;
}

.swiper-slide-active {
  opacity: 1;
}

.swiper-button-prev::after, .swiper-button-prev::before,
.swiper-button-next::after,
.swiper-button-next::before {
  color: black;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 24px;
}/*# sourceMappingURL=testResultRoket.css.map */