@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;800&display=swap");
* {
  font-family: "M PLUS 1p", sans-serif;
}

main {
  overflow: initial !important;
  background-color: #EAEAEB;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  main {
    overflow: hidden !important;
  }
}

.manual {
  position: relative;
  padding-bottom: 15%;
}
.manual img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.manual .to-top {
  position: fixed;
  bottom: 30px;
  right: -80px;
  width: 80px;
  z-index: 2;
  cursor: pointer;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .manual .to-top {
    width: 13.33vw;
  }
}
.manual .to-top.show {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .manual .to-top.show {
    right: 6%;
  }
}
.manual .to-top img {
  width: 100%;
}
.manual .bg-text-wrap {
  position: absolute;
  left: 0;
  top: -8%;
  width: 100%;
  height: 108%;
  z-index: -1;
  overflow: hidden;
  border-radius: 0 0 0 10vw;
}
.manual .bg-text-wrap .bg-text {
  width: 100%;
}
.manual .inner {
  padding-right: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .manual .inner {
    padding-right: 30px;
  }
}
@media screen and (max-width: 900px) {
  .manual .inner {
    padding-right: 7%;
  }
}
.manual .inner .plus {
  position: fixed;
  left: 0;
  top: 0;
  width: 12vw;
  height: 12vw;
  cursor: pointer;
  z-index: 3;
}
@media screen and (min-width: 901px) {
  .manual .inner .plus {
    display: none;
  }
}
.manual .inner .plus img {
  width: 100%;
}
.manual .inner .overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.manual .inner .overlay.open {
  pointer-events: all;
}
@media screen and (min-width: 901px) {
  .manual .inner .overlay {
    display: none;
  }
}
.manual .inner h2 {
  width: 336px;
  font-size: 16px;
  font-weight: 800;
  padding-top: 130px;
  padding-bottom: 90px;
  margin-left: 340px;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 1100px) {
  .manual .inner h2 {
    margin-left: 270px;
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .manual .inner h2 {
    padding: 7%;
    margin: 0;
    padding-top: 25%;
    font-size: 3.73vw;
    white-space: nowrap;
  }
}
.manual .inner h2 img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .manual .inner h2 img {
    display: block;
    width: 33.6vw;
  }
}
.manual .inner .contents {
  display: flex;
  padding-bottom: 10%;
}
.manual .inner .contents nav {
  position: sticky;
  left: 0;
  top: 0;
  padding: 45px;
  padding-right: 0;
  width: 280px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  border-radius: 0 50px 50px 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .manual .inner .contents nav {
    width: 240px;
    padding: 45px 25px;
  }
}
@media screen and (max-width: 900px) {
  .manual .inner .contents nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    border-radius: 0 0 20px 0;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    transition-duration: 0.3s;
    width: auto;
    padding: 10% 7%;
    padding-bottom: 12%;
    padding-right: 12%;
    background-color: transparent;
  }
  .manual .inner .contents nav.open {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .manual .inner .contents nav::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 0 0 20px 0;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
    background-color: white;
  }
}
.manual .inner .contents nav .nav-item {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  margin-bottom: 30px;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 900px) {
  .manual .inner .contents nav .nav-item {
    font-size: 3.73vw;
    position: relative;
    z-index: 1;
  }
}
.manual .inner .contents nav .nav-item:last-child {
  margin-bottom: 0px;
}
.manual .inner .contents nav .nav-item.selected {
  color: #22AC69;
}
.manual .inner .contents .contents-inner {
  width: calc(100% - 280px);
  padding-left: 60px;
}
@media screen and (max-width: 1100px) {
  .manual .inner .contents .contents-inner {
    padding-left: 30px;
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 900px) {
  .manual .inner .contents .contents-inner {
    width: 100%;
    padding-left: 7%;
  }
}
.manual .inner .contents .contents-inner .manual-wrap {
  background-color: white;
  border-radius: 50px;
  padding: 70px;
  margin-bottom: 115px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .manual .inner .contents .contents-inner .manual-wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 900px) {
  .manual .inner .contents .contents-inner .manual-wrap {
    border-radius: 20px;
    padding: 10%;
  }
}
@media screen and (max-width: 767px) {
  .manual .inner .contents .contents-inner .manual-wrap {
    padding-bottom: 10%;
  }
}
.manual .inner .contents .contents-inner .manual-wrap:last-child {
  margin-bottom: 0;
}
.manual .inner .contents .contents-inner .manual-wrap .number {
  position: absolute;
  top: 0;
  right: 3%;
  transform: translateY(-30%);
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 1100px) {
  .manual .inner .contents .contents-inner .manual-wrap .number {
    width: 120px;
    height: 120px;
    transform: translateY(-40%);
  }
}
@media screen and (max-width: 900px) {
  .manual .inner .contents .contents-inner .manual-wrap .number {
    width: 24vw;
    top: 0;
    right: 0;
    transform: translate(30%, -50%);
  }
}
.manual .inner .contents .contents-inner .manual-wrap .number.view .bg {
  animation: bg-action 1.5s ease-in 1;
}
.manual .inner .contents .contents-inner .manual-wrap .number .bg {
  position: absolute;
  top: 0;
  left: 2%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
}
@keyframes bg-action {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(1);
  }
}
.manual .inner .contents .contents-inner .manual-wrap .number .num {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 35%;
}
.manual .inner .contents .contents-inner .manual-wrap h3 {
  font-size: 24px;
  font-weight: 800;
  color: #22AC69;
  margin-bottom: 35px;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 1100px) {
  .manual .inner .contents .contents-inner .manual-wrap h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .manual .inner .contents .contents-inner .manual-wrap h3 {
    font-size: 4.8vw;
    margin-bottom: 5%;
  }
}
.manual .inner .contents .contents-inner .manual-wrap h3.mb {
  margin-bottom: 70px;
}
@media screen and (max-width: 1100px) {
  .manual .inner .contents .contents-inner .manual-wrap h3.mb {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .manual .inner .contents .contents-inner .manual-wrap h3.mb {
    margin-bottom: 5%;
  }
}
.manual .inner .contents .contents-inner .manual-wrap .desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 35px;
  line-height: 1.6;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 1100px) {
  .manual .inner .contents .contents-inner .manual-wrap .desc {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .manual .inner .contents .contents-inner .manual-wrap .desc {
    font-size: 3.73vw;
    margin-bottom: 5%;
  }
}
.manual .inner .contents .contents-inner .manual-wrap .line {
  height: 1px;
  width: 100%;
  background-color: #727171;
  margin-bottom: 45px;
}
.manual .inner .contents .contents-inner .manual-wrap .swiper .swiper-wrapper {
  display: flex;
  gap: 70px 5%;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .manual .inner .contents .contents-inner .manual-wrap .swiper .swiper-wrapper {
    flex-wrap: initial;
    gap: initial;
    margin-bottom: 10%;
  }
}
.manual .inner .contents .contents-inner .manual-wrap .swiper .swiper-wrapper.no-mb {
  margin-bottom: 0;
}
.manual .inner .contents .contents-inner .manual-wrap .swiper .swiper-wrapper.j-center {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .manual .inner .contents .contents-inner .manual-wrap .swiper .swiper-wrapper.j-center {
    justify-content: initial;
  }
}
.manual .inner .contents .contents-inner .manual-wrap .swiper .swiper-slide {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .manual .inner .contents .contents-inner .manual-wrap .swiper .swiper-slide {
    width: 100%;
    text-align: center;
  }
}
.manual .inner .contents .contents-inner .manual-wrap .swiper .swiper-slide.only {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .manual .inner .contents .contents-inner .manual-wrap .swiper .swiper-slide.only {
    display: none !important;
  }
}
.manual .inner .contents .contents-inner .manual-wrap .swiper .swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .manual .inner .contents .contents-inner .manual-wrap .swiper .swiper-slide img {
    width: 40vw;
  }
}
.manual .inner .contents .contents-inner .manual-wrap .swiper .swiper-slide .item-desc {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 767px) {
  .manual .inner .contents .contents-inner .manual-wrap .swiper .swiper-slide .item-desc {
    margin-top: 5%;
    text-align: left;
    font-size: 3.2vw;
  }
}
.manual .inner .contents .contents-inner .manual-wrap .swiper .swiper-pagination-bullets {
  text-align: center;
}
.manual .inner .contents .contents-inner .manual-wrap .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #EAEAEB;
  opacity: 1;
  justify-content: center;
  margin: 0 6px;
}
.manual .inner .contents .contents-inner .manual-wrap .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2B2B37;
}/*# sourceMappingURL=manual.css.map */