#s14 {
}
#s14 .content {
  padding: 100px 15px !important;
}
#s14 .section-title {
  align-items: flex-start;
}
#s14 .section-title .section-bar {
  width: 100%;
}
#s14 .rate-wrapper {
  display: flex;
  width: 100%;  
  padding: 30px 0;
}
#s14 .rate-wrapper > div {
  height: 176px;
}
#s14 .rate-wrapper .star-wrapper {
  min-width: 226px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #E4E3E3;
}
#s14 .rate-wrapper .star-wrapper .summary-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#s14 .rate-wrapper .star-wrapper .summary-wrapper .summary-count {
  font-size: 47.5px;
  font-weight: bold;
  line-height: 1;
  color: #2F5C66;
  order: 1;
}
#s14 .rate-wrapper .star-wrapper .summary-wrapper .review-count {
  font-size: 15px;
  color: #818181;
  letter-spacing: -0.45px;
  margin-bottom: 2px;
  margin-left: 5px;
  order: 2;
}
#s14 .rate-wrapper .star-wrapper .stars {
  margin-top: 14px;
}

#s14 .rate-wrapper .bar-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 65px;
}
#s14 .rate-wrapper .bar-wrapper .bars {
  width: 100%;
  max-width: 657px;
}



/* star */
#s14 .i-star {
  display: inline-block;
  position: relative;
  color: #333333;
  font-size: 0;
  margin: 0 2.5px;
}
#s14 .i-star i {
  font-size: 26px;
}
#s14 .i-star .i-star-half,
#s14 .i-star .i-star-active {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

#s14 .i-star.half .i-star-half {
  display: block;
}
#s14 .i-star.active .i-star-active {
  display: block;
}


/* bar */
#s14 .i-bar {
  padding: 6px 0;
}
#s14 .i-bar .item {
  display: flex;
  align-items: center;
}
#s14 .i-bar .item .line {
  position: relative;
  background: #F3F3F3;
  width: 100%;
  height: 9px;  
  border-radius: 4.5px;
  overflow: hidden;
}
#s14 .i-bar .item .line .prog {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: #2F5C66;
}
#s14 .i-bar .item .num {
  font-size: 14px;
  line-height: 1;
  min-width: 60px;
}









#s14 .rating {
  display: inline-block;
  height: 125px;
  width: 80%;
  /* border: 1px solid red; */
  margin-top: 20px;
  margin-bottom: 50px;
}
#s14 .rating .left {
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45%;
  height: 100%;
  border-right: 1px solid #f1f1f1;
}
#s14 .rating .left .stars {
  margin-right: 20px;
}

#s14 .rating .left .stars .i-star {
  display: inline-block;
  position: relative;
  color: whitesmoke;
}
#s14 .rating .left .stars .i-star i {
  font-size: 2.8rem;
}
#s14 .rating .left .stars .i-star .i-star-half,
#s14 .rating .left .stars .i-star .i-star-active {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffcf54;
}

#s14 .rating .left .stars .i-star.half .i-star-half {
  display: block;
}
#s14 .rating .left .stars .i-star.active .i-star-active {
  display: block;
}

#s14 .rating .left .rate {
  font-size: 42px;

  color: gray;
  letter-spacing: 0.05em;
}
#s14 .rating .left .rate span {
  color: black;
  font-weight: 500;
}

#s14 .rating .right {
  float: left;
  width: 55%;
  height: 100%;
}


#s14 .reviews {
}
#s14 .reviews .i-review {
  padding: 40px 5px;
  border-top: 1px solid #dddddd;
}
#s14 .reviews .i-review .item {
}
#s14 .reviews .i-review .item .head {
  /* display: flex;
  align-items: center;
  justify-content: flex-start; */
  position: relative;
  padding-left: 78px;
}
#s14 .reviews .i-review .item .head .head-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4px;
}
#s14 .reviews .i-review .i-star {
  margin: 0px;
  color: #2F5C66;
}
#s14 .reviews .i-review .i-star i{
  font-size: 15px;
}
/* #s14 .reviews .i-review .star {
  height: 14px;
  display: inline-block;
}
#s14 .reviews .i-review .i-star {
  display: inline-block;
  position: relative;
  color: whitesmoke;
}
#s14 .reviews .i-review .i-star i {
  vertical-align: top;
  font-size: 13px;
}
#s14 .reviews .i-review .i-star .i-star-half,
#s14 .reviews .i-review .i-star .i-star-active {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  color: #ea7000;
}

#s14 .reviews .i-review .i-star.half .i-star-half {
  display: block;
}
#s14 .reviews .i-review .i-star.active .i-star-active {
  display: block;
} */

#s14 .reviews .i-review .item .head .thumb {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 58px;
  height: 58px;
  background-image: url('../../../img/s14/user-default2.png');
  background-color: #E8E8E8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
  border-radius: 50%;
}
#s14 .reviews .i-review .item .head .writer {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #686868;
}
#s14 .reviews .i-review .item .head .date {
  /* margin-left: auto; */
  margin-left: 4px;
  color: #bfbfbf;
  font-size: 13px;
}
#s14 .reviews .i-review .item .body {
  padding-top: 8px;
  padding-right: 50px;
  padding-left: 78px;
  font-size: 15px;
  line-height: 1.8;
  color: #686868;
}
#s14 .reviews .i-review .item .body img {
  width: 20%;
  margin: 15px 2px;
}
#s14 .more-review {
  margin: 0 auto;
  font-size: 14px;
  width: 170px;
  height: 37px;
  border: 1px solid black;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 20px;
  cursor: pointer;
}
/*******************************/
/* 반응형 */
/*******************************/

/* 모바일 */
@media screen and (max-width: 450px) {  
  #s14 .content {
    padding: 40px 15px !important;
    padding-top: 77.25px !important;
  }


  #s14 .rate-wrapper {
    padding: 37px 0;
  }
  #s14 .rate-wrapper > div {
    height: 110px;
  }

  #s14 .rate-wrapper .star-wrapper {
    align-items: center;
    min-width: 170px;
    margin-left: -15px;
  }
  #s14 .rate-wrapper .star-wrapper .summary-wrapper {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #s14 .rate-wrapper .star-wrapper .summary-wrapper .summary-count {  
    font-size: 36px;
    margin-top: 9px;
    margin-bottom: 12px;
    order: 2;
  }
  #s14 .rate-wrapper .star-wrapper .summary-wrapper .review-count {
    margin: 0;
    order: 1;
  }
  #s14 .rate-wrapper .star-wrapper .stars {
    margin-top: 0;
  }
  #s14 .rate-wrapper .bar-wrapper {
    padding-left: 20px;
    padding-right: 10px;
  }
  

  #s14 .i-star {
    margin: 0 1.5px;
  }
  #s14 .i-star i {
    font-size: 19px;
  }

  #s14 .i-bar {
    padding: 4.3px 0;
  }
  #s14 .i-bar .item .line {
    height: 5px;
  }
  #s14 .i-bar .item .num {
    font-size: 11.5px;
  }


  #s14 .reviews .i-review{
    padding: 22px 5px; 
  }

  #s14 .reviews .i-review .item .head .thumb {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 45.06px;
    height: 45.06px;
    background-image: url('../../../img/s14/m08-img-human.png');
    background-color: #E8E8E8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23.18px 24.46px;
    border-radius: 50%;
  }

  #s14 .reviews .i-review .item .body {
    padding-right: 0;
    line-height: 1.5;
  }
  #s14 .reviews .i-review .star {
    font-size: 0;
    margin: 2px 0;
  }
  #s14 .reviews .i-review .i-star i {
    font-size: 11px;
  }
  
}
/* 테블릿 */
@media screen and (min-width: 451px) and (max-width: 1023px) {
  #s14 .rating {
    width: 100%;
  }
  #s14 .rating .left {
    width: 50%;
  }
  #s14 .rating .right {
    width: 50%;
  }

  #s14 .rating .left {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }
}
/* PC */
@media screen and (min-width: 1024px) {
}
