@charset "utf-8";

.c-tooltip--inline .c-tooltip__txt{
  font-size: 18rem;
  font-weight: 700;
  line-height: 26rem;
  color: #333;
}
.c-simple.c-simple-nq .c-tooltip__box{
  top:  calc(100% + 3rem);;
  left: 11rem;
  width: calc(100% - 19rem);
}
.c-simple.c-simple-nq .c-simple__tooltip-warp{
  position: relative;
}
.table__chart{
  margin-top: 16rem;
  display: flex;
  align-items: center;
}
.table__chart span{
  font-size: 14rem;
  line-height: 16rem;
  letter-spacing: -0.18rem;
  color: #666;
}
.table__chart img{
  margin-left: 3rem;
}
.analysis__score{
  position: relative;
  margin-top: 16rem;
  padding: 18rem 45rem 24rem 45rem;
  background: #fff;
  border-radius: 16rem;
  box-shadow: 2rem 8rem 8rem rgb(192 186 149 / 20%);
  text-align: center;
}
.score__head .score__head-title p{
  font-size: 13rem;
  font-weight: 500;
  line-height: 19rem;
}
.score__head .score__head-title p:nth-child(1){
  display: inline-block;
  padding: 2rem 8.5rem 3rem 8.5rem;
  background: rgba(93, 206, 24, 0.1);
  border-radius: 5rem;
}
.score__head .score__head-title p:nth-child(2){
  line-height: 49rem;
}
.score__head .score__head-title strong{
  margin-right: 6.5rem;
  font-size: 36rem;
  font-weight: 900;
  letter-spacing: -1.13rem;
  color: #333;
}
.score__head .score__head-title p span{
  vertical-align: middle;
}
.score__head .score__head-title p span{
  font-weight: 400;
  color: #666;
}

.score__graph{
  margin-top: 50rem;
}
.score__graph ul{
  height: 110rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 23rem;
}
.score__graph li{
  position: relative;
  width: 30rem;
  height: 94rem;
  margin-right: 24rem;
  border-radius: 15rem;
}
.score__graph li:last-child{
  margin-right: 0;
}
.score__graph .score__graph-lebel{
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  border-radius: 15rem;
  background: rgb(93 206 24 / 10%);
  overflow: hidden;
}
.score__graph .score__graph-inr{
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #5dce18;
  border-radius: 15rem;
}

.score__graph li span{
  width: 100%;
  position: absolute;
  bottom: -19rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12rem;
  color: #666;
}
.score__graph .score__tooltip{
  display: none;
  width: max-content;
  padding: 5rem 8rem 5rem 9rem;
  position: absolute;
  top: -42rem;
  left: 42%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1rem solid #dededd;
  border-radius: 8rem;
}
.score__graph .score__tooltip.show{
  display: block;
}
.score__graph .score__tooltip-wrap::after{
  content: '';
  position: absolute;
  bottom: -8rem;
  left: 50%;
  width: 8rem;
  height: 8rem;
  background: #fff;
  border: 1rem solid  #dededd;
  border-width: 0 1rem 1rem 0;
  border-radius: 2rem;
  transform: rotate(45deg) translateX(-50%);
  z-index: -10;
}
.score__graph .score__tooltip-wrap{
  width: 100%;
  height: 100%;
}
.score__graph .score__tooltip span{
  position: static;
  font-size: 11rem;
  line-height: 17rem;
  letter-spacing: -0.2rem;
}

.guide__result {
  margin-top: 20rem;
}
.guide__result .guide__title{
  font-size: 15rem;
  font-weight: 700;
  line-height: 20rem;
  letter-spacing: -0.19rem;
  color: #666;
}
.guide__result .guide__score li{
  padding: 11rem 0 16rem 0;
  border-bottom: 1rem solid #ececec;
}
.guide__result .guide__score li:first-child{
  padding-top: 0;
}
.guide__result .guide__score li:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}
.guide__result .guide__top{
  display: flex;
  align-items: center;
  position: relative;
}
.guide__top .c-tooltip{
  position: static;
}
.guide__top .c-tooltip__box{
  top: calc(100% + 3rem);
}
.guide__result .guide__desc{
  margin-top: -1rem;
  font-size: 13rem;
  line-height: 20rem;
  color: #666;
  word-break: keep-all;
}
.guide__result .guide__desc strong{
  font-weight: 600
}
.nq__chart {
  margin-top: 40rem;
}
.nq__chart .c-box{
  padding: 28rem 20rem 25rem 20rem;
}
.nq__chart .nq__chart-tit{
  display: inline-block;
  margin-bottom: 10rem;
  margin-left: 6rem;
  font-size: 16rem;
  font-weight: bold;
  letter-spacing: -0.44rem;
  color: #5dce18;
}
.nq__chart .chart__nav ul {
  width: calc(100% - 94rem);
  margin: 0 auto;
}
.nq__chart .c-score__label{
  margin-top: 20rem;
}

.analysis__btn-nq{
  margin-top: 40rem;
}

.c-btn.c-btn__read-more::after{
  display: none;
}

.nq__popup-table .nq__popup-table__wrap{
  margin-bottom: 32rem;
}
.nq__popup-table .nq__popup-table__tit{
  display: block;
  margin-bottom: 10rem;
  font-size: 15rem;
  font-weight: 600;
  line-height: 20rem;
  letter-spacing: -0.19rem;
  color: #333;;
}
.nq__popup-table .nq__popup-table__box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
  padding: 16rem 11rem 11rem 27rem;
  border-radius: 8rem;
  background-color: #f8f7f5;
}
.nq__popup-table .nq__popup-table__box:last-child{
  margin-bottom: 0;
}
.nq__popup-table__box .nq__popup-table__desc{
  width: 100%;
}
.nq__popup-table__box .nq__popup-table__desc li{
  display: flex;
}
.nq__popup-table__box .nq__popup-table__desc span{
  font-family: 'Noto Sans KR';
  font-size: 14rem;
  font-weight: 500;
  line-height: 20rem;
  color: #666;
}
.nq__popup-table__box .nq__popup-table__desc span:nth-child(1){
  width: 26%;
  margin-bottom: 3rem;
  position: relative;
}
.nq__popup-table__box .nq__popup-table__desc span:nth-child(2){
  color: #333;
}
.nq__popup-table__box .nq__popup-table__desc span:nth-child(1)::before{
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 4rem;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -8rem;
  transform: translateY(-50%);
}
.nq__popup-table__box .nq__popup-table__circle{
  width: 27%;
}
/*
  ~ 768 뷰포트, 769 ~ 고정픽셀
*/
@media screen and (min-width: 768px) {
  .c-simple.c-simple-nq .c-tooltip__box{
    left: 16.5rem;
  }
  .c-simple.c-simple-nq .c-tooltip__txt{ 
    font-size: 27rem;
  }
  .table__chart span{
    font-size: 21rem;
    line-height: 24rem;
  }
  .table__chart img{
    width: 18rem;
    height: 18rem;
    margin-left: 4.5rem;
  }
  .analysis__score{
    margin-top: 24rem;
    padding: 27rem 67.5rem 37.5rem 67.5rem;
    border-radius: 24rem;
  }
  .score__head .score__head-title p{
    font-size: 19.5rem;
  }
  .score__head .score__head-title strong{
    margin-right: 9.75rem;
    font-size: 54rem;
  }
  .score__head .score__head-title p:nth-child(1) {
    padding: 3rem 12.75rem 4.5rem 12.75rem;
    border-radius: 7.5rem;
  }
  .score__head .score__head-title p:nth-child(2) {
    line-height: 79.5rem;
  }
  .score__graph {
    margin-top: 75rem;
  }
  .score__graph ul{
    height: 165rem;
    padding-bottom: 34.5rem;
  }
  .score__graph li{
    width: 45rem;
    height: 141rem;
    margin-right: 27rem;
    border-radius: 22.5rem;
  }
  .score__graph li span{
    bottom: -28.5rem;
    font-size: 18rem;
  }
  .score__graph .score__graph-lebel{
    border-radius: 22.5rem;
  }
  .score__graph .score__graph-inr{
    border-radius: 22.5rem;
  }
  .score__graph .score__tooltip{
    padding: 7.5rem 12rem 7.5rem 13.5rem;
    top: -60rem;
    border-radius: 12rem;
  }
  .score__graph .score__tooltip span{
    font-size: 16.5rem;
    line-height: 25.25rem;
  }
  .guide__result{
    margin-top: 30rem;
  }
  .guide__result .guide__title{
    font-size: 22.5rem;
    line-height: 30rem;
  }
  .guide__result .guide__score li{
    padding: 24rem 0;
  }
  .guide__result .guide__desc{
    margin-top: -1.5rem;
    font-size: 19.5rem;
    line-height: 30rem;
  }
  .nq__chart .nq__chart-tit{
    margin-bottom: 15rem;
    margin-left: 15.5rem;
    font-size: 24rem;
  }
  .nq__chart .c-box{
    padding: 42rem 30rem 37.5rem 30rem;
  }
  .nq__chart .c-score__label{
    margin-top: 30rem;
  }
  .analysis__btn-nq{
    margin-top: 60rem;
  }
  .nq__popup-table .nq__popup-table__wrap{
    margin-bottom: 48rem;
  }
  .nq__popup-table .nq__popup-table__tit{
    margin-bottom: 15rem;
    font-size: 22.5rem;
    line-height: 30rem;
  }
  .nq__popup-table .nq__popup-table__box{
    margin-bottom: 12rem;
    padding: 24rem 16.5rem 16.5rem 40.5rem;
  }
  .nq__popup-table__box .nq__popup-table__desc span{
    font-size: 21rem;
    line-height: 30rem;
  }
  .nq__popup-table__box .nq__popup-table__desc span:nth-child(1){
    margin-bottom: 4.5rem;
  }
  .nq__popup-table__box .nq__popup-table__desc span:nth-child(1)::before{
    width: 4.5rem;
    height: 4.5rem;
    margin-right: 6rem;
    left: -12rem;
  }
  .nq__popup-table__circle img{
    width: 72rem;
    height: 72rem;
  }
}