@charset "utf-8";

.s-dynamic,
.s-static{
  display: none;
}
.s-dynamic.s-show,
.s-static.s-show{
  display: block;
}

.exbody__top{
  padding: 38rem 0 16rem 0;
  border-bottom: 1rem solid #ccc;
}
.exbody__top ul{
  height: 100%;
  display: flex;
  align-items: center;
}
.exbody__top li{
  flex: 1;
  text-align: center;
}
.exbody__top li a{
  font-size: 15rem;
  color: #999;
  position: relative;
}
.exbody__top li a.s-active{
  font-weight: 600;
  color: #000;
}
.exbody__top li a.s-active::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: -2rem;
  right: -8rem;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: #5dce5d;
}

.exbody__level{
  margin-top: 16rem;
  display: flex;
  align-items: center;
}
.exbody__level span{
  display: inline-block;
  margin-right: 3rem;
  font-size: 14rem;
  line-height: 16rem;
  letter-spacing: -0.18rem;
  color: #666;
}

.exbody__tab{
  margin-top: 40rem;
}
.exbody__tab .c-tab__btn {
  width: 100%;
}
.exbody__tab .c-tab__contents{
  position: relative;
  overflow: hidden;
  border-radius: 19rem
}
.exbody__tab .c-tab__content{
  background-image: url(../../img/exbody/img_exbody-outline.png);
  background-size: contain;
  background-position: center;
  position: relative;
  height: 598rem;
}
.exbody__tab .c-tab__content img{
  height: 100%;
  position: absolute;
  z-index: -10;
  top: 8rem;
  bottom: 10rem;
  left: 0;
  right: 0;
}
.exbody__tab-tooltip{
  position: absolute;
  width: 42rem;
  height: 42rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.exbody__tab .c-tab__content:nth-child(1) .exbody__tab-tooltip:nth-child(1),
.exbody__tab .c-tab__content:nth-child(2) .exbody__tab-tooltip:nth-child(1),
.exbody__tab .c-tab__content:nth-child(3) .exbody__tab-tooltip:nth-child(1){
  background-image: url(../../img/exbody/img_exbody-tooltip01.png);
  /** 
    to dev : 이전 %로 처리되어있는 좌표값 입니다 
      top: 13.5%;
      left: 33%; 
  */
  top: 80px;
  left: 102px;
}
.exbody__tab .c-tab__content:nth-child(2) .exbody__tab-tooltip:nth-child(1){
  /** 
    to dev : 이전 %로 처리되어있는 좌표값 입니다 
      top: 4.5%;
      left: 33%; 
  */
  top: 26px;
  left: 102px;
}
.exbody__tab .c-tab__content:nth-child(3) .exbody__tab-tooltip:nth-child(1){
  /** 
    to dev : 이전 %로 처리되어있는 좌표값 입니다 
      top: 12.5%;
      left: 44%; 
  */
  top: 74.75px;
  left: 137px;
}
.exbody__tab .c-tab__content:nth-child(1) .exbody__tab-tooltip:nth-child(2),
.exbody__tab .c-tab__content:nth-child(2) .exbody__tab-tooltip:nth-child(2),
.exbody__tab .c-tab__content:nth-child(3) .exbody__tab-tooltip:nth-child(2){
  background-image: url(../../img/exbody/img_exbody-tooltip02.png);
  /** 
    to dev : 이전 %로 처리되어있는 좌표값 입니다 
      top: 13.5%;
      right: 33%; 
  */
  top: 80px;
  left: 165px;
}
.exbody__tab .c-tab__content:nth-child(2) .exbody__tab-tooltip:nth-child(2){
  /** 
    to dev : 이전 %로 처리되어있는 좌표값 입니다 
      top: 14%;
      right: 40%; 
  */
  top: 83px;
  left: 146px;
}
.exbody__tab .c-tab__content:nth-child(3) .exbody__tab-tooltip:nth-child(2){
  background-image: url(../../img/exbody/img_exbody-tooltip02--left.png);
  /** 
    to dev : 이전 %로 처리되어있는 좌표값 입니다 
      top: 89.5%;
      right: 45%; 
  */
  top: 535px;
  left: 159px;
}
.exbody__tab .c-tab__content:nth-child(1) .exbody__tab-tooltip:nth-child(3){
  background-image: url(../../img/exbody/img_exbody-tooltip03.png);
  /** 
    to dev : 이전 %로 처리되어있는 좌표값 입니다 
      top: 26%;
      right: 22%; 
  */
  top: 155px;
  left: 202px;
}
.exbody__tab .c-tab__content:nth-child(2) .exbody__tab-tooltip:nth-child(3){
  background-image: url(../../img/exbody/img_exbody-tooltip03--left.png);
  /** 
    to dev : 이전 %로 처리되어있는 좌표값 입니다 
      top: 24.5%;
      left: 33%; 
  */
  top: 146px;
  left: 102px;
}
.exbody__tab .c-tab__content:nth-child(1) .exbody__tab-tooltip:nth-child(4),
.exbody__tab .c-tab__content:nth-child(2) .exbody__tab-tooltip:nth-child(4){
  background-image: url(../../img/exbody/img_exbody-tooltip04.png);
  /** 
    to dev : 이전 %로 처리되어있는 좌표값 입니다 
      top: 48.5%;
      right: 28%;
  */
  top: 290px;
  left: 187px;
}
.exbody__tab .c-tab__content:nth-child(2) .exbody__tab-tooltip:nth-child(4){
  /** 
    to dev : 이전 %로 처리되어있는 좌표값 입니다 
      top: 43%;
      right: 37%;
  */
  top: 257px;
  left: 157px;;
}
.exbody__tab .c-tab__content:nth-child(1) .exbody__tab-tooltip:nth-child(5),
.exbody__tab .c-tab__content:nth-child(2) .exbody__tab-tooltip:nth-child(5){
  background-image: url(../../img/exbody/img_exbody-tooltip05.png);
  /** 
    to dev : 이전 %로 처리되어있는 좌표값 입니다 
      top: 70%;
      right: 28%;
  */
  top: 418px;
  left: 183px;
}
.exbody__tab .c-tab__content:nth-child(2) .exbody__tab-tooltip:nth-child(5){
  /** 
    to dev : 이전 %로 처리되어있는 좌표값 입니다 
      top: 69%;
      right: 39%;
  */
  top: 412px;
  left: 153px;
}
.exbody__tab .c-tab__content:nth-child(1) .exbody__tab-tooltip:nth-child(6){
  background-image: url(../../img/exbody/img_exbody-tooltip06.png);
  /** 
    to dev : 이전 %로 처리되어있는 좌표값 입니다 
      top: 87.5%;
      right: 32.5%;
  */
  top: 523px;
  left: 169px;
}
.exbody__tab .exbody__tab-desc {
  position: absolute;
  left: 26rem;
  top: 27rem;
  max-width: calc(50% - 26rem);
  padding: 0 6rem;
  border-radius: 4rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.exbody__tab .exbody__tab-desc span {
  font-size: 15rem;
  font-weight: 600;
  line-height: 1.87;
  color: #000;
  word-break: keep-all;
}
.exbody__popup.c-popup{
  width: calc(100% - 76rem);
  border-radius: 16rem;
}
.exbody__popup .c-popup__close-btn{
  position: absolute;
  top: 12rem;
  right: 12rem;
}
.exbody__popup .c-popup__content{
  padding: 30rem 20rem 20rem 20rem;
}
.exbody__popup .c-popup__thumb{
  width: 104rem;
  height: 104rem;
  margin: 0 auto;
}
.exbody__popup .c-popup__thumb img{
  width: 100%;
  height: 100%;
}
.exbody__popup .c-popup__tit{
  margin-top: 8rem;
  padding-bottom: 0;
}
.exbody__popup .c-popup__tit strong{
  font-size: 18rem;
  font-weight: 600;
  letter-spacing: -0.23rem;
  color: #111;
}
.exbody__popup .c-popup__tit p{
  margin-top: 6rem;
  font-size: 14rem;
  font-weight: 400;
  line-height: 20rem;
  letter-spacing: -0.18rem;
  color: #666;
  word-break: keep-all;
}
.exbody__popup .c-popup__inside{
  margin: 16rem auto 0 auto;
  padding: 14rem 26rem;
  box-sizing: border-box;
  border-radius: 8rem;
  background-color: #f8f7f5;
}
.exbody__popup .c-popup__inside p{
  font-size: 13rem;
  line-height: 20rem;
  letter-spacing: -0.19rem;
  color: #333;
  word-break: keep-all;
}
.exbody__tab .c-dim{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 19rem;
  z-index: 100;
}

.exbody__result{
  margin-top: 20rem;
  padding-bottom: 12rem;
}
.exbody__result .result__title{
  font-size: 15rem;
  font-weight: 700;
  line-height: 20rem;
  letter-spacing: -0.19rem;
  color: #666;
}
.foot__result-list li:nth-child(2) .result__title{
  margin-top: 32rem;
}
.exbody__result .result__inside{
  margin-top: 16rem;
  margin-left: -8rem;
  margin-right: -8rem;
  padding: 18rem 16rem;
  border-radius: 8rem;
  background-color: #f8f7f5;
}
.foot__result-list li:nth-child(2) .result__inside{
  padding: 18rem 20rem;
}
.result__inside li{
  width: 100%;
  margin-bottom: 14rem;
  position: relative;
  display: inline-flex;
  justify-content:space-between;
  align-items: center;
}
.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{
  position: relative;
  font-size: 14rem;
  line-height: 14rem;
  letter-spacing: -0.26rem;
  font-weight: 600;
  color: #333;
}
.result__inside>p{
  margin-bottom: 16rem;
}
.result__inside>p:last-child{
  margin-bottom: 0;
}
.foot__result-list li:nth-child(2) .result__inside p{
  font-family: 'Noto Sans KR';
  font-size: 13rem;
  font-weight: 400;
  line-height: 20rem;
  color: #666;
}
.result__label{
  margin-top: -10rem;
  font-family: 'Noto Sans KR';
  font-size: 12rem;
  line-height: 20rem;
  letter-spacing: -0.28rem;
  text-align: right;
  color: #999;
}
.result__inside .c-case.c-case-bad{
  background: rgba(228, 40, 100, 0.1); 
}
.result__inside .c-case.c-case-good{
  background: rgba(93, 206, 24, 0.1);
}
.result__inside .c-case.c-case-normal{
  background: rgba(255, 136, 23, 0.1);
}
.result__inside .c-case{
  position: absolute;
  display: inline-block;
  padding: 1.5rem 6rem 2.5rem 6rem;
  top: 50%;
  left: -41rem;
  transform: translateY(-50%);
}
.result__inside-head{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -16rem;
  padding: 16rem 16rem 14rem 16rem;
  border-radius: 8rem 8rem 0 0;
  background: #eceae2;
}
.result__inside-head p{
  width: 25%;
  text-align: center;
}
.result__inside.result__inside-table{
  margin-top: 6rem;
  padding: 0 16rem 20rem 16rem;
  border-radius: 8rem;
}
.result__inside-table table{
  width: 100%;
  margin-top: 2rem;
}
.result__inside-table tr{
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1rem solid #eceae2;
  text-align: center;
  background: #f8f7f5;
}
.result__inside-table tr:last-child{
  border-bottom: 0;
}
.result__inside-table tr td{
  padding: 9rem 0 10rem 0;
  text-align: center;
  font-size: 14rem;
  font-weight: 600;
  line-height: 14rem;
  letter-spacing: -0.26rem;
  color: #333;
}
.result__inside-table tr td:nth-child(1){
  width: 50%;
  text-align: left;
  font-weight: 400;
  color: #666
}
.result__inside-table tr td:nth-child(2),{
  width: 25%;
}
.result__inside-table tr td:nth-child(3){
  width: 25%;
}
.result__inside-table tr:last-child td{
  padding-bottom: 0;
}
.result__inside-table tr .c-tooltip .c-tooltip__box {
  top: calc(100% + -4rem);
}
.result__inside-table tr:last-child .c-tooltip .c-tooltip__box{
  top: calc(100% + 6rem);
}

.exbody__tab-foot .exbody__tab-btn{
  display: flex;
  align-items: center;
  margin: 0 -16rem;
  padding: 0 16rem;
  border-bottom: 1rem solid #eceae2;
}
.exbody__tab-foot .exbody__tab-btn li{
  width: 50%;
  display: block;
  padding-bottom: 9rem;
  margin-bottom: 0;
  text-align: center;
}
.exbody__tab-foot .exbody__tab-btn li button{
  font-size: 14rem;
  font-weight: 500;
  line-height: 20rem;
  color: #999;
}
.exbody__tab-foot .exbody__tab-btn li.s-active{
  border-bottom: 2rem solid #ccc8b9;
}
.exbody__tab-foot .exbody__tab-btn li.s-active button{
  color: #666;
}
.exbody__tab-foot .exbody__tab-contents{
  margin-top: 14rem;
}
.exbody__tab-foot .exbody__tab-contents p{
  margin-bottom: 16rem;
}
.exbody__tab-foot .exbody__tab-contents p:last-child{
  margin-bottom: 0;
}

.exbody__bodyBalance{
  margin-top: 40rem;
}
.exbody__bodyBalance-desc{
  margin-top: 10rem;
  font-size: 18rem;
  font-weight: 600;
  line-height: 26rem;
  color: #333;
}
.exbody__bodyBalance-desc strong{
  color: #5dce18;
}
.exbody__bodyBalance .c-box{
  margin-top: 10rem;
}
.exbody__bodyBalance .c-box li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20rem 0;
  border-bottom: 1rem solid #e7e7e7;
}
.exbody__bodyBalance .c-box li:first-child{
  padding-top: 0;
}
.exbody__bodyBalance>.c-box li:nth-child(3){
  border-bottom: 0;
}

.exbody__bodyBalance .bodyBalance-tit{
  font-size: 16rem;
  font-weight: 600;
  line-height: 21rem;
}
.bodyBalance-tit em{
  font-family: 'Noto Sans KR';
  vertical-align: middle;
  display: inline-block;
  margin: 0 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  background-color: #333;
}

.exbody__bodyBalance .bodyBalance-case{
  display: flex;
  align-items: center;
}
.bodyBalance-case .c-case{
  font-weight: 500;
}
.bodyBalance-case .c-case.c-case-bad{
  background: rgba(228, 40, 100, 0.1);
}
.bodyBalance-case .c-case.c-case-good{
  background: rgba(93, 206, 24, 0.1);
}
.bodyBalance-case .c-case.c-case-normal{
  background: rgba(255, 136, 23, 0.1);
}
.bodyBalance-case .c-case:last-child{
  margin-left: 4rem;
}
.bodyBalance-case::after{
  content: '';
  display: inline-block;
  margin-left: 8rem;
  background-image: url(../../img/icon/icon_more-right--gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 16rem;
  height: 16rem;
}

.exbody__bodyBalance .bodyBalance__read-btn{
  border-top: 1rem solid #ececec;
  margin: 0 -20rem;
  margin-top: 4rem;
  text-align: center;
}
.exbody__bodyBalance .bodyBalance__read-inside{
  display: none;
  border-top: 1rem solid #ececec;
}
.exbody__bodyBalance .bodyBalance__read-inside.s-show{
  display: block
}
.exbody__bodyBalance .bodyBalance__read-inside li:first-child{
 padding-top: 20rem;
}
.exbody__bodyBalance .bodyBalance__read-inside li:nth-child(3){
  border-bottom: 1rem solid #ececec;
}
.exbody__bodyBalance .bodyBalance__read-inside li:last-child{
  border-bottom: 0;
}
.bodyBalance__read-btn button{
  position: relative;
  margin-left: -12rem;
  margin-top: 20rem;
  font-size: 14rem;
  line-height: 16rem;
  letter-spacing: -0.18rem;
  color: #666;
}
.bodyBalance__read-btn button::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 2rem;
  right: -15rem;
  background-image: url(../../img/icon/icon_read-more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12rem;
  height: 12rem;
}
.bodyBalance__read-btn button.s-rotate::after {
  transform: rotate(-180deg);
}

.exbody__malalignment{
  margin-top: 40rem;
}
.exbody__malalignment-desc{
  margin-top: 10rem;
  font-size: 18rem;
  font-weight: 600;
  line-height: 26rem;
  color: #333;
}
.exbody__malalignment .c-box{
  margin-top: 10rem;
}
.malalignment__tit{
  position: relative;
  font-size: 15rem;
  font-weight: 600;
  line-height: 20rem;
  letter-spacing: -0.19rem;
  color: #666;
}
.malalignment__tit::after{
  content: '';
  display: inline-block;
  width: 12rem;
  height: 12rem;
  margin-left: 3rem;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  background: url(../../img/icon/icon_more-right--sm.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.malalignment__top{
  display: flex;
  align-items: flex-start;
  margin-top: 10rem;
}
.malalignment__top img{
  display: inline-block;
  margin-top: 7rem;
  margin-right: 10rem;
}
.malalignment__top p{
  display: inline-block;
  font-size: 13rem;
  font-weight: 500;
  line-height: 20rem;
  color: #333;
}
.malalignment__top p strong{
  color: #5dce18;
}

.exbody__excercise{
  margin-top: 40rem;
}
.exbody__tit{
  display: inline-block;
  margin-left: 6rem;
  font-size: 16rem;
  font-weight: bold;
  letter-spacing: -0.44rem;
  color: #5dce18;
}
.exbody__excercise .exbody__excercise-desc{
  margin-top: 10rem;
  font-size: 18rem;
  font-weight: 600;
  line-height: 26rem;
  color: #333;
}
.exbody__excercise .excercise__slide{
  margin-top: 10rem;
}
.excercise__slide h4{
  display: flex;
  align-items: center;
  font-size: 15rem;
  font-weight: 500;
  line-height: 20rem;
  color: #666;
}
.excercise__slide h4::before{
  content: '';
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 6.5rem;
  border-radius: 50%;
  background: #666;
}
.exbody__excercise .c-swiper02{
  position: relative;
  overflow: hidden;
  margin-top: 10rem;
  margin-left: -24rem;
  margin-right: -24rem;
  padding-left: 24rem;
  padding-right: 24rem;
}
.exbody__excercise .c-box{
  height: 140rem;
  padding: 0;
  overflow: hidden;
}
.exbody__video{
  margin-top: 40rem;
}
.exbody__video-desc{
  margin-top: 10rem;
  font-size: 18rem;
  font-weight: 600;
  line-height: 26rem;
  color: #333;
}
.exbody__video .c-box{
  margin-top: 10rem;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.exbody__chart{
  margin-top: 40rem;
}
.exbody__chart .c-box{
  margin-top: 10rem;
  padding-top: 28rem;
  padding-left: 18rem;
}
.exbody-chart{
  position: absolute;
  top: 0;
  left: 0;
}
.exbody__chart .c-score__label{
  display: none;
}
.exbody__chart .c-score__label.s-show{
  display: block;
}
.exbody__chart .c-chart__tooltip{
  left: 36rem;
}

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

.exbody__balance,
.exbody__equilibrium,
.exbody__moving{
  margin-top: 40rem;
}
.exbody__balance .exbody__balance-desc,
.exbody__equilibrium .exbody__equilibrium-desc,
.exbody__moving .exbody__moving-desc{
  margin-top: 10rem;
  font-size: 18rem;
  font-weight: 600;
  line-height: 26rem;
  color: #333;
}
.exbody__balance .c-box,
.exbody__equilibrium .c-box,
.exbody__moving .c-box{
  margin-top: 10rem;
  padding: 0;
  overflow: hidden;
}
.exbody__balance .c-box img,
.exbody__equilibrium .c-box img,
.exbody__moving .c-box img{
  width: 100%;
  height: 100%;
}
.exbody__desc{
  margin-top: 10rem;
  margin-left: 17rem;
  text-indent: -7rem;
}
.exbody__desc p{
  font-size: 12rem;
  line-height: 20rem;
  letter-spacing: -0.28rem;
  word-break: keep-all;
  color: #666;
}
.exbody__desc p::before{
  content: '';
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-top: -2.5rem;
  margin-right: 4.5rem;
  background: #666;
  border-radius: 100%;
  vertical-align: middle;
}


.exbody__popup-level ul{
  position: relative;
  padding-bottom: 40rem;
}
.exbody__popup-level ul::before{
  content: '';
  display: inline-block;
  width: 1rem;
  position: absolute;
  top: 30rem;
  bottom: 60rem;
  left: 30rem;
  background-color: #e7e7e7;
}
.exbody__popup-level li{
  display: flex;
  align-items: center;
  margin-bottom: 10rem;
  position: relative;
  z-index: 100;
}
.exbody__popup-level li:last-child{
  margin-bottom: 0;
}
.exbody__popup-level li img{
  width: 62rem;
  height: 62rem;
}
.exbody__popup-desc{
  margin-left: 16rem;
  width: 100%;
  height: 92rem;
  padding: 23rem 26rem 23rem 20rem;
  background: #f8f7f5;
  border-radius: 8rem;
}
.exbody__popup-level li:nth-child(1) .exbody__popup-desc,
.exbody__popup-level li:nth-child(5) .exbody__popup-desc{
  padding: 14rem 26rem 14rem 20rem;
}
.exbody__popup-desc strong{
  display: flex;
  align-items: flex-start;
  font-size: 13rem;
  font-weight: 600;
  line-height: 20rem;
  color: #333;
}
.exbody__popup-level .exbody__popup-desc strong{
  font-weight: 500;
}
.exbody__popup-degree{
  display: inline-block;
  margin-right: 6rem;
  height: 22rem;
  padding: 2.5rem 9rem;
  border-radius: 12rem;
  border: 0.8rem solid #7c77fd;
  color: #7c77fd;
  font-family: 'RixSinHead_Pro';
  font-size: 12rem;
  font-weight: 600;
  line-height: 17rem;
  letter-spacing: -0.33rem;
  text-align: center;
}
.exbody__popup-level li:nth-child(2) .exbody__popup-degree{
  border: 0.8rem solid #21c0e9;
  color: #21c0e9;
}
.exbody__popup-level li:nth-child(3) .exbody__popup-degree{
  border: 0.8rem solid #01bf98;
  color:  #01bf98;
}
.exbody__popup-level li:nth-child(4) .exbody__popup-degree{
  border: 0.8rem solid #efac15;
  color: #efac15;
}
.exbody__popup-level li:nth-child(5) .exbody__popup-degree{
  border: 0.8rem solid #ff924b;
  color: #ff924b;
}
.exbody__popup-level li:nth-child(6) .exbody__popup-degree{
  border: 0.8rem solid #ff654b;
  color: #ff654b;
}
.exbody__popup-desc strong em{
  display: inline-block;
  margin-left: 8rem;
  padding-top: 0.3rem;
  font-weight: 600;
}
.exbody__popup-desc p{
  width: 100%;
  margin-top: 6rem;
  font-size: 12rem;
  line-height: 18rem;
  letter-spacing: -0.28rem;
  color: #666;
}

.exbody__popup-balance{
  text-align: center;
}
.exbody__popup-thumb{
  width: 170rem;
  height: 208rem;
  margin: 0 auto;
}
.exbody__popup-thumb img{
  width: 100%;
  height: 100%;
}
.exbody__popup-flags{
  display: flex;
  justify-content: center;
}
.exbody__popup-flag{
  display: inline-block;
  margin-top: 24rem;
  padding: 10rem 18rem 10rem 20rem;
  border-radius: 8rem;
  background: #f8f7f5;
}
.exbody__popup-flag strong{
  margin-right: 20rem;
  font-size: 13rem;
  font-weight: 500;
  line-height: 19rem;
  color: #333;
}
.exbody__popup-flags strong{
  margin-right: 7rem;
}
.exbody__popup-flags .exbody__popup-flag{
  padding: 10rem;
}
.exbody__popup-flags .exbody__popup-flag:first-child{
  margin-right: 4rem;
}
.exbody__popup-flag .c-case{
  padding: 1.5rem 5.5rem 3.5rem 7.5rem;
  font-size: 12rem;
  font-weight: 500;
  line-height: 18rem;
}
.exbody__popup-flag .c-case.c-case-bad{
  background: rgba(228, 40, 100, 0.1);
}
.exbody__popup-flag .c-case.c-case-good{
  background: rgba(93, 206, 24, 0.1);
}
.exbody__popup-flag .c-case.c-case-normal{
  background: rgba(255, 136, 23, 0.1);
}
.exbody__popup-balance .exbody__popup-desc{
  margin-top: 16rem;
  margin-left: 0;
  height: auto;
  padding: 0;
  background: none;
  border-radius: 0;
}
.exbody__popup-balance .exbody__popup-desc p{
  margin-top: 0;
  font-size: 14rem;
  line-height: 20rem;
  color: #666;
}

.exbody__malalignment-popup{
  margin-bottom: 40rem;
}
.exbody__malalignment-popup .c-tab{
  margin-top: -1rem;
}
.c-tab__btn.c-tab__btn--malalignment{
  width: 100%;
  padding: 0;
  padding-bottom: 16rem;
  background: #fff;
  z-index: 100;
  border-radius: 0;
  border-bottom: 1rem solid #ccc;
}
.c-tab__btn.c-tab__btn--malalignment li{
  padding: 0;
  border-radius: 0;
}
.c-tab__btn.c-tab__btn--malalignment li.s-active{
  background: none;
}
.c-tab__btn.c-tab__btn--malalignment li.s-active button::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: -8rem;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: #5dce5d;
}
.c-tab__btn.c-tab__btn--malalignment button{
  position: relative;
  line-height: 22rem;
  color: #999;
}
.c-tab__btn.c-tab__btn--malalignment li.s-active button{
  color: #000;
}
.exbody__malalignment-popup .c-tab__content .c-simple{
  margin-top: 24rem;
}
.exbody__malalignment-popup .exbody__popup-thumb{
  width: 100%;
  height: 246rem;
  margin-top: 16rem;
}
.exbody__malalignment-popup .exbody__popup-desc{
  margin-top: 16rem;
  margin-left: 0;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: none;
}
.exbody__malalignment-popup .exbody__popup-desc strong{
  font-size: 15rem;
  font-weight: 500;
  line-height: 21rem;
  color: #333;
}
.exbody__malalignment-popup .exbody__popup-desc p{
  margin-top: 3rem;
  font-size: 13rem;
  line-height: 20rem;
  letter-spacing: 0;
}
.exbody__malalignment-popup .exbody__popup-desc>ul>li{
  margin-bottom: 10rem
}
.exbody__malalignment-popup .exbody__popup-desc li:last-child{
  margin-bottom: 0;
}
.exbody__malalignment-popup .exbody__popup-desc li:nth-child(2) p{
  margin-top: 3rem;
}
.exbody__malalignment-popup .exbody__popup-inr{
  padding: 24rem 20rem 16rem 20rem;
  border-radius: 8rem;
  background: #f8f7f5;
}
.exbody__malalignment-popup .exbody__popup-inr h5{
  margin-bottom: 14rem;
  font-size: 15rem;
  font-weight: 600;
  line-height: 20rem;
  letter-spacing: -0.19rem;
  color: #666;
}
.exbody__malalignment-popup .exbody__popup-inr li{
  margin-top: 14rem;
  padding-bottom: 14rem;
}
.exbody__malalignment-popup .exbody__popup-inr li:first-child{
  margin-top: 0;
  border-bottom: 1rem solid #ececec;
}
.exbody__malalignment-popup .exbody__popup-inr li:last-child{
  padding: 16rem;
  margin: 0 -8rem -8rem -8rem;
  border-radius: 8rem;
  background: #fff;
}

/*
  ~ 768 뷰포트, 769 ~ 고정픽셀
*/
@media screen and (min-width: 768px) {
  .exbody__top{
    padding: 57rem 0 24rem 0;
    border-bottom: 1.5rem solid #ccc;
  }
  .exbody__top li a{
    font-size: 22.5rem;
  }
  .exbody__top li a.s-active::after{
    top: 3rem;
    right: -12rem;
    width: 9rem;
    height: 9rem;
  }
  .exbody__tab{
    margin-top: 60rem;
  }
  .exbody__tab .c-tab__contents{
    border-radius: 27rem
  }
  .exbody__tab-tooltip{
    width: 63rem;
    height: 63rem;
  }

  .exbody__result{
    margin-top: 30rem;
    padding-bottom: 18rem;
  }
  .exbody__result .result__title{
    font-size: 22.5rem;
    line-height: 30rem;
    letter-spacing: -0.285rem;
  }
  .foot__result-list li:nth-child(2) .result__title{
    margin-top: 48rem;
  }
  .exbody__result .result__inside{
    margin-top: 24rem;
    margin-right: -12rem;
    margin-left: -12rem;
    padding: 27rem 24rem;
    border-radius: 12rem;
  }
  .foot__result-list li:nth-child(2) .result__inside{
    padding: 27rem 30rem;
  }
  .result__inside li{
    margin-bottom: 21rem;
  }
  .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;
  }
  .exbody__popup.c-popup{
    width: calc(100% - 42rem);
  }
  .exbody__popup .c-popup__close-btn{
    top: 18rem;
    right: 18rem;
  }
  .exbody__popup .c-popup__content{
    padding: 45rem 30rem 30rem 30rem;
  }
  .exbody__popup .c-popup__thumb{
    width: 156rem;
    height: 156rem;
  }
  .exbody__popup .c-popup__tit{
    margin-top: 12rem;
  }
  .exbody__popup .c-popup__tit strong{
    font-size: 27rem;
    letter-spacing: -0.345rem;
  }
  .exbody__popup .c-popup__tit p{
    margin-top: 9rem;
    font-size: 21rem;
    letter-spacing: -0.27rem;
  }
  .exbody__popup .c-popup__inside{
    margin: 24rem auto 0 auto;
    padding: 21rem 39rem;
    border-radius: 12rem;
  }
  .exbody__popup .c-popup__inside p{
    font-size: 19.5rem;
    line-height: 30rem;
    letter-spacing: -0.285rem;
  }
  .exbody__tab .c-dim{
    border-radius: 19.5rem;
  }
  .result__inside p{
    font-size: 21rem;
    line-height: 21rem;
    letter-spacing: -0.39rem;
  }
  .result__inside>p{
    margin-bottom: 24rem;
  }
  .foot__result-list li:nth-child(2) .result__inside p{
    font-size: 19.5rem;
    line-height: 30rem;
  }
  .result__label{
    margin-top: -15rem;
    font-size: 18rem;
    line-height: 30rem;
    letter-spacing: -0.42rem;
  }
  .result__inside .c-case{
    padding: 2.25rem 9rem 3.75rem 9rem;
    left: -61.5rem;
  }
  .result__inside-head{
    margin: 0 -24rem;
    padding: 24rem 24rem 21rem 24rem;
  }
  .result__inside.result__inside-table{
    margin-top: 9rem;
    padding: 0 24rem 30rem 24rem;
    border-radius: 12rem;
  }
  .result__inside-table table{
    margin-top: 3rem;
  }
  .result__inside-table tr{
    border-bottom: 1.5rem solid #eceae2;
  }
  .result__inside-table tr td{
    padding: 21rem 0 18rem 0;
    font-size: 21rem;
    line-height: 21rem;
    letter-spacing: -0.39rem;
  }
  .exbody__tab-foot .exbody__tab-btn{
    margin: 0 -24rem;
    padding: 0 24rem;
    border-bottom: 1.5rem solid #eceae2;
  }
  .exbody__tab-foot .exbody__tab-btn li{
    padding-bottom: 13.5rem;
  }
  .exbody__tab-foot .exbody__tab-btn li button{
    font-size: 21rem;
    line-height: 30rem;
  }
  .exbody__tab-foot .exbody__tab-btn li.s-active{
    border-bottom: 3rem solid #ccc8b9;
  }
  .exbody__tab-foot .exbody__tab-contents{
    margin-top: 21rem;
  }
  .exbody__tab-foot .exbody__tab-contents p{
    margin-bottom: 24rem;
  }
  .exbody__excercise{
    margin-top: 60rem;
  }
  .exbody__tit{
    margin-left: 9rem;
    font-size: 24rem;
    letter-spacing: -0.66rem;
  }
  .exbody__excercise .exbody__excercise-desc{
    margin-top: 15rem;
    font-size: 27rem;
    line-height: 39rem;
  }
  .exbody__excercise .excercise__slide{
    margin-top: 15rem;
  }
  .excercise__slide h4{
    font-size: 22.5rem;
    line-height: 30rem;
  }
  .excercise__slide h4::before{
    width: 5.25rem;
    height: 5.25rem;
    margin-right: 9.75rem;
  }
  .exbody__excercise .c-swiper02{
    margin-top: 15rem;
    margin-left: -36rem;
    margin-right: -36rem;
    padding-left: 36rem;
    padding-right: 36rem;
  }
  .exbody__excercise .c-box{
    height: 100%!important;
  }
  .exbody__chart .c-box{
    margin-top: 15rem;
    padding-top: 42rem;
    padding-left: 26rem;
  }
 
  .analysis__btn-exbody{
    margin-top: 60rem;
  }

  .exbody__balance,
  .exbody__equilibrium,
  .exbody__moving{
    margin-top: 60rem;
  }

  .exbody__balance .exbody__balance-desc,
  .exbody__equilibrium .exbody__equilibrium-desc,
  .exbody__moving .exbody__moving-desc{
    margin-top: 15rem;
    font-size: 27rem;
    line-height: 39rem;
  }
  .exbody__balance .c-box,
  .exbody__equilibrium .c-box,
  .exbody__moving .c-box{
    margin-top: 15rem;
  }
  .exbody__desc{
    margin-top: 15rem;
    margin-left: 25.5rem;
    text-indent: -10.5rem;
  }
  .exbody__desc p{
    font-size: 18rem;
    line-height: 30rem;
    letter-spacing: -0.42rem;
  }
  .exbody__desc p::before{
    width: 4.5rem;
    height: 4.5rem;
    margin-top: -3.75rem;
    margin-right: 6.75rem;
  }
  .exbody__level{
    margin-top: 24rem;
  }
  .exbody__level span{
    margin-right: 4.5rem;
    font-size: 21rem;
    line-height: 24rem;
    letter-spacing: -0.27rem;
  }
  .exbody__bodyBalance{
    margin-top: 60rem;
  }
  .exbody__bodyBalance-desc{
    margin-top: 15rem;
    font-size: 27rem;
    line-height: 39rem;
  }
  .exbody__bodyBalance .c-box{
    margin-top: 15rem;
  }
  .exbody__bodyBalance .c-box li{
    padding-bottom: 30rem;
    margin-bottom: 33rem;
    border-bottom: 1.5rem solid #e7e7e7;
  }
  
  .exbody__bodyBalance .bodyBalance-tit{
    font-size: 24rem;
    line-height: 31.5rem;
  }
  .bodyBalance-tit em{
    margin: 0 5.25rem;
    width: 5.25rem;
    height: 5.25rem;
  }
  
  .bodyBalance-case .c-case:last-child{
    margin-left: 6rem;
  }
  .bodyBalance-case::after{
    margin-left: 12rem;
    width: 24rem;
    height: 24rem;
  }
  .exbody__bodyBalance .bodyBalance__read-inside{
    margin-top: 33rem;
  }
  .bodyBalance__read-btn button{
    margin-left: -18rem;
    margin-top: 30rem;
    font-size: 21rem;
    line-height: 24rem;
    letter-spacing: -0.27rem;
  }
  .bodyBalance__read-btn button::after{
    top: 3rem;
    right: -22.5rem;
    width: 18rem;
    height: 18rem;
  }

  .exbody__malalignment{
    margin-top: 60rem;
  }
  .exbody__malalignment-desc{
    margin-top: 15rem;
    font-size: 27rem;
    line-height: 39rem;
  }
  .exbody__malalignment .c-box{
    margin-top: 12rem;
  }
  .malalignment__tit{
    font-size: 22.5rem;
    line-height: 30rem;
    letter-spacing: -0.28rem;
  }
  .malalignment__tit::after{
    width: 18rem;
    height: 18rem;
    margin-left: 4.5rem;
  }
  .malalignment__top{
    margin-top: 15rem;
  }
  .malalignment__top img{
    margin-right: 15rem;
  }
  .malalignment__top p{
    font-size: 19.5rem;
    line-height: 30rem;
  }

  .exbody__popup-level ul{
    padding-bottom: 60rem;
  }
  .exbody__popup-level ul::before{
    width: 1.5rem;
    top: 45rem;
    bottom: 90rem;
    left: 45rem;
  }
  .exbody__popup-level li{
    margin-bottom: 15rem;
  }
  .exbody__popup-level li img{
    width: 93rem;
    height: 93rem;
  }
  .exbody__popup-desc{
    margin-left: 24rem;
    height: 138rem;
    padding: 34.5rem 39rem 34.5rem 30rem;
    border-radius: 12rem;
  }
  .exbody__popup-level li:nth-child(1) .exbody__popup-desc,
  .exbody__popup-level li:nth-child(5) .exbody__popup-desc{
    padding: 21rem 39rem 21rem 30rem;
  }
  .exbody__popup-desc strong{
    font-size: 19.5rem;
    line-height: 30rem;
  }
  .exbody__popup-degree{
    margin-right: 9rem;
    height: 33rem;
    padding: 3.75rem 13.5rem;
    border-radius: 12rem;
    border: 0.8rem solid #7c77fd;
    font-size: 18rem;
    line-height: 25.5rem;
    letter-spacing: -0.49rem;
  }
  .exbody__popup-desc strong em{
    margin-left: 12rem;
    padding-top: 0.4rem;
  }
  .exbody__popup-desc p{
    margin-top: 9rem;
    font-size: 18rem;
    line-height: 27rem;
    letter-spacing: -0.42rem;
  }

  .exbody__popup-thumb{
    width: 255rem;
    height: 312rem;
  }
  .exbody__popup-flags strong{
    margin-right: 10.5rem;
  }
  .exbody__popup-flags .exbody__popup-flag{
    padding: 15rem;
  }
  .exbody__popup-flags .exbody__popup-flag:first-child{
    margin-right: 6rem;
  }
  .exbody__popup-flag{
    margin-top: 36rem;
    padding: 15rem 27rem 15rem 30rem;
    border-radius: 12rem;
  }
  .exbody__popup-flag strong{
    margin-right: 30rem;
    font-size: 19.5rem;
    line-height: 28.5rem;
  }
  .exbody__popup-balance .exbody__popup-desc{
    margin-top: 24rem;
  }
  .exbody__popup-balance .exbody__popup-desc p{
  font-size: 21rem;
  line-height: 30rem;
  }

  .exbody__malalignment-popup{
    margin-bottom: 60rem;
  }
  .c-tab__btn.c-tab__btn--malalignment{
    padding-top: 24rem;
    padding-bottom: 24rem;
    border-bottom: 1.5rem solid #ccc;
  }
  .c-tab__btn.c-tab__btn--malalignment li.s-active button::after{
    right: -12rem;
    width: 9rem;
    height: 9rem;
  }
  .c-tab__btn.c-tab__btn--malalignment button{
    position: relative;
    line-height: 22rem;
    color: #999;
  }
  .c-tab__btn.c-tab__btn--malalignmentli.s-active button{
    color: #000;
  }
  .exbody__malalignment-popup .exbody__popup-thumb{
    height: 369rem;
    margin-top: 24rem;
  }
  .exbody__malalignment-popup .exbody__popup-desc{
    margin-top: 24rem;
  }
  .exbody__malalignment-popup .exbody__popup-desc strong{
    font-size: 22.5rem;
    line-height: 31.5rem;
  }
  .exbody__malalignment-popup .exbody__popup-desc p{
    margin-top: 4.5rem;
    font-size: 19.5rem;
    line-height: 30rem;
  }
  .exbody__malalignment-popup .exbody__popup-desc>ul>li{
    margin-bottom: 15rem
  }
  .exbody__malalignment-popup .exbody__popup-inr{
    padding: 36rem 30rem 24rem 30rem;
    border-radius: 12rem;
  }
  .exbody__malalignment-popup .exbody__popup-inr h5{
    margin-bottom: 21rem;
    font-size: 22.5rem;
    line-height: 30rem;
    letter-spacing: -0.28rem;
  }
  .exbody__malalignment-popup .exbody__popup-inr li{
    margin-top: 21rem;
    padding-bottom: 21rem;
  }
  .exbody__malalignment-popup .exbody__popup-inr li:first-child{
    border-bottom: 1.5rem solid #eeeeee;
  }
  .exbody__malalignment-popup .exbody__popup-inr li:last-child{
    padding: 24rem;
    margin: 0 -12rem -12rem -12rem;
    border-radius: 12rem;
  }
  .exbody__video{
    margin-top: 60rem;
  }
  .exbody__video-desc{
    margin-top: 15rem;
    font-size: 27rem;
    line-height: 39rem;
  }
  .exbody__video .c-box{
    margin-top: 15rem;
  }
}