html {
  font-size: 19.2px;
  overflow: unset;
}

html body {
  all: initial;
}

html body .total-contain {
  all: initial;
}

.description-content {
  width: 100%;
  position: relative;
}

.description-content .contents-description {
  width: 100%;
  display: flex;
  padding: 2rem;
}

.description-content .contents-description .overview {
  background-image: linear-gradient(to right, #fef2ec, #feeef1, #e7f6f6, #eef8f2);
  width: 80%;
  border-radius: 2rem;
  box-shadow: 2px 2px 10px #81ccbd;
  padding: 2rem;
  overflow: hidden;
  transition: all 1.5s ease;
  opacity: 0;
}

.description-content .contents-description .overview h1 {
  font-family: hawk;
}

.description-content .contents-description .overview .first-title {
  font-size: 1.8rem;
  color: #85D0C1;
  padding: 1rem 0 1rem 1rem;
  font-weight: 900;
}

.description-content .contents-description .overview .second-title {
  font-size: 1.8rem;
  color: #28ae78;
  font-weight: 900;
  padding: 1.1rem 0 1rem 1rem;
}

.description-content .contents-description .overview .third-title {
  font-size: 1.8rem;
  color: #fca75b;
  font-weight: 900;
  padding: 1.1rem 0 1rem 1rem;
}

.description-content .contents-description .overview p {
  width: 95%;
  font-size: 1.5vw;
  line-height: 3vw;
  margin: 0 auto;
  font-family: NavTitle;
  text-align: justify;
  text-justify: newspaper;
}

.description-content .contents-description .overview p .description-imgCombin {
  width: 100%;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.description-content .contents-description .overview p .description-imgCombin img {
  display: block;
  width: 45%;
}

.description-content .contents-description .overview p img {
  display: block;
  width: 60%;
  margin: 0 auto;
  margin-top: 1rem;
  border-radius: 0.5vw;
}

.description-content .contents-description .overview p .annoate {
  display: block;
  width: 90%;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.3vw;
}

.description-content .contents-description .overview h3 {
  font-size: 1.2rem;
  background-color: #28AE78;
  text-align: center;
  margin: 0.5rem auto;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.5vw;
  color: #fff;
  font-weight: bold;
  font-family: NavTitle;
  transition: all 0.5s ease-in;
}

.description-content .contents-description .overview h3:hover {
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bolder;
}

@media screen and (max-width: 720px) {
  .description-content .contents-description .overview h3 {
    font-size: 0.8rem;
  }
}

.description-content .contents-description .overview .view {
  display: block;
  transition: all .35s ease-in;
}

.description-content .contents-description .overview .background::first-letter {
  font-size: 1.9rem;
  font-size: 2.5vw;
  color: #85D0C1;
}

.description-content .contents-description .overview .view::first-letter {
  font-size: 1.9rem;
  font-size: 2.5vw;
  color: #28ae78;
}

.description-content .contents-description .overview .feature::first-letter {
  font-size: 1.9rem;
  font-size: 2.5vw;
  color: #fca75b;
}

.description-content .contents-description .catlogue {
  user-select: none;
  margin-left: 2rem;
  border-radius: 2rem;
  position: sticky;
  top: 8rem;
  box-shadow: 5px 5px 10px #e0dede;
  border: 1px solid #eae7e7;
  padding: 2rem;
  padding-left: 1rem;
}

.description-content .contents-description .catlogue .catlogue-img {
  bottom: -15%;
  right: 70%;
  position: absolute;
  width: 12vw;
  height: 12vw;
  transition: all .35s ease;
  transform: rotateZ(-15deg);
}

.description-content .contents-description .catlogue .catlogue-item {
  box-sizing: border-box;
  padding-left: 2rem;
  font-size: 1.5vw;
  font-family: NavTitle;
  margin: 1rem 0rem;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-width: 1000px) {
  .description-content .contents-description .overview {
    width: 90%;
    transition: all .35s ease;
    margin: 0 auto;
  }

  .description-content .contents-description .catlogue {
    display: none;
  }
}