/* 공통스타일 class */
body{
  font-family: 'Noto Sans KR', sans-serif;
}
.full{
  width: auto;
}
.wrap{
  width: 1440px;
  margin: 0 auto;
}
.hide{
  display: none; /* 안보이게 */
}
.rbox{
  width: 300px;
  height: 300px;
  background-color: #eee;
  border-radius: 20px;
  text-align: center;
}
.bgimg{
  background-repeat: no-repeat;
  background-size: 61%;
  background-position-x: 86%;
  background-position-y: 10%;
}
.padding50{
  padding-top: 50px;
  padding-bottom: 50px;
}
.flex{
  display: flex;
  justify-content: center;
}
.text-center{
  text-align: center;
}
.h1{
  font-size: 55px;
}
.h2{
  font-size: 45px;
}
.h3{
  font-size: 35px;
}
.h4{
  font-size: 25px;
}
.h5{
  font-size: 20px;
}
.p{
  font-size: 14px;
}
.block{
  display: block;
}
.hide{
  position: absolute;
  left: -9999px;
}

.btn-group {
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}
.tag {
    box-sizing: border-box;
    display: inline-block;
    min-width: 40px;
    line-height: 18px;
    padding: 0 6px;
    background-color: #97979b;
    border: 1px solid #97979b;
    color: #221e1f;
    font-weight: 700;
    font-size: 12px;
    text-align: center
}

.tag.primary {
    background-color: #201f1f;
    border-color: #201f1f;
    color: #fff
}

.tag.secondary {
    background-color: #a69471;
    border-color: #a69471;
    color: #fff
}
.grade-box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}
.grade-star .fill {
    display: block;
    width: 100%;
    height: 0;
    max-height: 0;
    padding-top: 14px;
    background: url(../img/star.png) no-repeat;
    background-size: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}
.small{
  width: 55px;
  height: 11px;
  background-image: url(../img/binstar.png);
}
.grade-star {
    display: block;
    width: 74px;
    height: 14px;
    background: url(../img/common/grade-star-bg.png) no-repeat;
    background-size: cover;
    position: relative
}
.rate {
    background: #fff;
    border: 1px solid #d53147;
    color: #d53147;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    margin-right: 8px
}

