@charset "utf-8";

.vuno__analysis{
  margin-top: 24rem;
}
.vuno__analysis .c-tab__content{
  overflow: hidden;
  border-radius: 19rem;
}
.vuno__analysis .c-tab__content span{
  position: absolute;
  left: 20rem;
  bottom: 16rem;
  color: #fff;
  font-size: 16rem;
  font-weight: 600;
  line-height: 22rem;
  z-index: 100;
}
.vuno__result{
  margin-top: 20rem;
}
.vuno__result .result__title{
  font-size: 15rem;
  font-weight: 700;
  line-height: 20rem;
  letter-spacing: -0.19rem;
  color: #666;
}
.vuno__result .result__inside{
  margin-top: 16rem;
  margin-left: -8rem;
  margin-right: -8rem;
  padding: 18rem 16rem;
  border-radius: 8px;
  background-color: #f8f7f5;
}
.result__inside li{
  width: 100%;
  margin-bottom: 14rem;
  position: relative;
  display: inline-flex;
  justify-content:space-between;
  align-items: center;
}
.result__inside li span{
  font-size: 14rem;
  line-height: 14rem;
  letter-spacing: -0.26rem;
  color: #666;
}
.result__inside li:last-child{
  margin-bottom: 0;
}
.result__inside .c-tooltip__box{
   left: -16rem;
   width: calc(100% + 32rem);
}
.result__inside .c-tooltip .c-tooltip__box.c-tooltip__box--inline::after {
  left: calc(var(--arrLeftPos) + 19rem);
}
.result__inside .c-tooltip .c-tooltip__txt{
  font-size: 14rem;
  line-height: 14rem;
  font-weight: 400;
  letter-spacing: -0.26rem;
  color: #666;
}
.result__inside p{
  font-size: 14rem;
  line-height: 14rem;
  letter-spacing: -0.26rem;
  font-weight: 600;
  color: #333;
}
.vuno__result .result__info{
  margin-top: 18rem;
  display: flex;
  align-items: center;
}
.result__info .result__info-icon{
  width: 22rem;
  height: 22rem;
  margin-right: 10rem;
  background-image: url(../../img/icon/icon_info.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.result__info .result__info-desc{
  font-size: 13rem;
  font-weight: 500;
  line-height: 20rem;
  color: #333;
}

.vuno__chart{
  margin-top: 40rem;
}
.vuno__chart .vuno__chart-tit{
  display: inline-block;
  margin-bottom: 10rem;
  margin-left: 6rem;
  font-size: 16rem;
  font-weight: bold;
  letter-spacing: -0.44rem;
  color: #5dce18;
}
.vuno__chart .chart__box{
  margin-top: 0;
  margin-left: -16.5rem;
  margin-right: -11.5rem;
}
.vuno__chart .c-score__label{
  margin-top: -5rem;
}
.vuno-chart{
  position: absolute;
  top: 0;
  left: 0;
}

.vuno__slide{
  margin-top: 20rem;
}
.vuno__slide .c-swiper-slide:nth-child(2) .c-slide-content__desc{
  word-break: break-all;
}
.vuno__slide-desc{
  margin-top: 14rem;
  margin-left: 13rem;
  text-indent: -7rem;
}
.vuno__slide-desc p{
  font-size: 12rem;
  line-height: 20rem;
  letter-spacing: -0.28rem;
  word-break: keep-all;
  color: #666;
}
.vuno__slide-desc p::before{
  content: '';
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 4.5rem;
  background: #666;
  border-radius: 100%;
  vertical-align: middle;
}

.vuno__prediction{
  margin-top: 40rem;
}
.prediction-tit{
  margin-bottom: 10rem;
  font-size: 18rem;
  font-weight: 600;
  line-height: 26rem;
  color: #333;
}
.prediction-desc__tit{
  margin-bottom: 16rem;
  font-size: 15rem;
  font-weight: 600;
  letter-spacing: -0.19rem;
  color: #666;
}
.predicton-desc__height{
  margin: 0 -8rem;
}
.predicton-desc__height li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
  padding: 12rem 12rem 12rem 10rem;
  background: #f8f7f5;
  border-radius: 8rem;
}
.predicton-desc__height li:last-child{
  margin-bottom: 0;
}
.predicton-desc__height p{
  font-size: 14rem;
  line-height: 20rem;
  color: #666;
}
.predicton-desc__height p::before{
  content: '';
  display: inline-block;
  margin-right: 6rem;
  width: 36rem;
  height: 36rem;
  background-image: url(../../img/vuno/icon_father.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.predicton-desc__height li:last-child p::before{
  width: 36rem;
  height: 36rem;
  background-image: url(../../img/vuno/icon_mother.svg);
  vertical-align: middle;
}
.predicton-desc__height span{
  font-size: 18rem;
  font-weight: 600;
  line-height: 24rem;
  color: #333;
}
.predicton-desc__height em{
  display: inline-block;
  margin-left: 3rem;
  font-size: 12rem;
  font-weight: 400;
  color: #666;
}
.prediction-desc__calc{
  margin-top: 10rem;
}
.prediction-desc__calc li{
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 13rem;
  line-height: 19rem;
  color: #666;
}
.prediction-desc__calc li::before{
  content: '';
  display: inline-block;
  margin-right: 4rem;
  width: 4rem;
  height: 1rem;
  background: #666;
  vertical-align: middle;
}
.prediction-desc__calc span:nth-child(1){
  width: 10%;
}
.vuno__prediction-desc{
  margin-top: 10rem;
  margin-left: 17rem;
  text-indent: -7rem;
}
.vuno__prediction-desc p{
  font-size: 12rem;
  line-height: 20rem;
  letter-spacing: -0.28rem;
  word-break: keep-all;
  color: #666;
}
.vuno__prediction-desc p::before{
  content: '';
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 4.5rem;
  background: #666;
  border-radius: 100%;
  vertical-align: middle;
}
.analysis__btn-vuno {
  margin-top: 40rem;
}
/*
  ~ 768 뷰포트, 769 ~ 고정픽셀
*/
@media screen and (min-width: 768px) {
  .vuno__analysis{
    margin-top: 36rem;
  }
  .vuno__analysis .c-tab__content{
    border-radius: 28.5rem;
  }
  .vuno__analysis .c-tab__content span{
    left: 30rem;
    bottom: 24rem;
    font-size: 24rem;
    line-height: 33rem;
  }
  .vuno__result{
    margin-top: 30rem;
  }
  .vuno__result .result__title{
    font-size: 22.5rem;
    line-height: 30rem;
    letter-spacing: -0.285rem;
  }
  .vuno__result .result__inside{
    margin-top: 24rem;
    margin-right: -12rem;
    margin-left: -12rem;
    padding: 27rem 24rem;
    border-radius: 12px;
  }
  .result__inside li{
    margin-bottom: 21rem;
  }
  .result__inside li span{
    font-size: 21rem;
    line-height: 21rem;
    letter-spacing: -0.39rem;
  }
  .result__inside .c-tooltip__box{
    left: -24rem;
    width: calc(100% + 48rem);
 }
 .result__inside .c-tooltip .c-tooltip__box.c-tooltip__box--inline::after {
   left: calc(var(--arrLeftPos) + 28.5rem);
 }
  .result__inside .c-tooltip .c-tooltip__txt{
    font-size: 21rem;
    line-height: 21rem;
  }
  .result__inside p{
    font-size: 21rem;
    line-height: 21rem;
    letter-spacing: -0.39rem;
  }
  .vuno__result .result__info{
    margin-top: 27rem;
  }
  .result__info .result__info-icon{
    width: 33rem;
    height: 33rem;
    margin-right: 15rem;
  }
  .result__info .result__info-desc{
    font-size: 19.5rem;
    line-height: 30rem;
  }
  
  .vuno__chart{
    margin-top: 60rem;
  }
  .vuno__chart .vuno__chart-tit{
    margin-bottom: 15rem;
    margin-left: 9rem;
    font-size: 24rem;
    letter-spacing: -0.66rem;
  }
  .vuno__chart .chart__box{
    margin-left: -17.25rem;
    margin-right: -17.25rem;
  }
  .vuno__chart .c-score__label{
    margin-top: -7.5rem;
  }
  .vuno__slide-desc{
    margin-top: 21rem;
  }
  .vuno__slide-desc p{
    font-size: 18rem;
    line-height: 30rem;
    letter-spacing: -0.42rem;
  }
  .vuno__slide-desc p::before{
    width: 4.5rem;
    height: 4.5rem;
    margin-right: 6.75rem;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 6rem!important;
  }
  .vuno__prediction{
    margin-top: 60rem;
  }
  .prediction-tit{
    margin-bottom: 15rem;
    font-size: 27rem;
    line-height: 39rem;
  }
  .prediction-desc__tit{
    margin-bottom: 24rem;
    font-size: 22.5rem;
    letter-spacing: -0.285rem;
  }
  .predicton-desc__height li{
    margin-bottom: 9rem;
    padding: 18rem 24rem 18rem 15rem;
    border-radius: 12rem;
  }
  .predicton-desc__height p{
    font-size: 21rem;
    line-height: 30rem;
  }
  .predicton-desc__height p::before{
    margin-right: 9rem;
    width: 54rem;
    height: 54rem;
  }
  .predicton-desc__height li:last-child p::before{
    width: 54rem;
    height: 54rem;
  }
  .predicton-desc__height span{
    font-size: 27rem;
    line-height: 36rem;
  }
  .predicton-desc__height em{
    margin-left: 6.75rem;
    font-size: 27rem;
  }
  .prediction-desc__calc{
    margin-top: 30rem;
  }
  .prediction-desc__calc li{
    margin-bottom: 3rem;
    font-size: 19.5rem;
    line-height: 28.5rem;
  }
  .prediction-desc__calc li::before{
    margin-right: 6rem;
    width: 6rem;
    height: 1.5rem;
  }
  .prediction-desc__calc span:nth-child(1){
    width: 7%;
  }
  .vuno__prediction-desc{
    margin-top: 15rem;
    margin-left: 25.5rem;
    text-indent: -10.5rem;
  }
  .vuno__prediction-desc p{
    font-size: 18rem;
    line-height: 30rem;
    letter-spacing: -0.42rem;
  }
  .vuno__prediction-desc p::before{
    width: 4.5rem;
    height: 4.5rem;
    margin-right: 6.75rem;
  }
}