@charset "UTF-8";
video {
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  margin: 0 3.8888888889vw;
}

.title-box {
  padding: 5.5555555556vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-box .title {
  font-size: 5.5555555556vw;
  display: block;
}
.title-box .title .hover-icon {
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  display: inline-block;
  opacity: 0.8;
}
.title-box .sub-txt {
  font-size: 3.8888888889vw;
  margin-top: 1.6666666667vw;
}
.title-box .time {
  color: #CCCCCC;
  font-size: 3.6111111111vw;
  font-weight: 300;
}

.lounge-popup .qmark {
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 5.5555555556vw auto 2.7777777778vw;
}
.lounge-popup .content p {
  font-size: 3.8888888889vw;
  line-height: 1.5;
}

.info-area {
  position: relative;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.3333333333vw;
     -moz-column-gap: 3.3333333333vw;
          column-gap: 3.3333333333vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-area .profile {
  width: 10vw;
  height: 10vw;
  position: relative;
  display: block;
}
.info-area .profile img {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  height: 100%;
}
.info-area .profile.mpro::after {
  content: "";
  width: 3.8888888889vw;
  height: 2.2222222222vw;
  display: block;
  background: url(../images/lounge/ico_crown.png) no-repeat center center/100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.info-area .nickname strong {
  display: block;
  font-size: 3.8888888889vw;
  margin-bottom: 1.1111111111vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  width: 44.4444444444vw;
}
.info-area .nickname .flag {
  padding: 0.5555555556vw 1.6666666667vw;
  text-align: center;
  background: #F5F5F5;
  border-radius: 1.1111111111vw;
  font-size: 2.7777777778vw;
  color: #666666;
  font-weight: 600;
}
.info-area .nickname .flag.mpro {
  background: #333;
  color: #fff;
}

.more-btn {
  display: block;
  width: 100%;
  height: 11.1111111111vw;
  line-height: 11.1111111111vw;
  text-align: center;
  border: 1px solid #E9E9E9;
  border-radius: 1.1111111111vw;
  margin: 5.5555555556vw auto;
  font-size: 3.8888888889vw;
}

.muk-pro-info ul {
  border-bottom: 1px solid #E9E9E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.muk-pro-info ul > li {
  width: 33.3333%;
  border: none;
  margin: 0;
  position: relative;
}
.muk-pro-info ul > li > a {
  text-align: center;
  float: unset;
  width: 100%;
  display: block;
  color: #7E7E7E;
  font-weight: 500;
  font-size: 3.8888888889vw;
  height: 11.1111111111vw;
  line-height: 11.1111111111vw;
}
.muk-pro-info ul > li.ui-tabs-active > a {
  color: #333;
  font-weight: 600;
}
.muk-pro-info ul > li.ui-tabs-active::after {
  content: "";
  width: 100%;
  height: 0.5555555556vw;
  background: #373737;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
}
.muk-pro-info .tab-cont {
  background: #fff;
  border-radius: 2.7777777778vw;
  padding: 0px;
  margin: 5.5555555556vw;
}
.muk-pro-info .tab-cont#tabs-1 {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  padding: 5.5555555556vw;
}
.muk-pro-info .tab-cont#tabs-1 img {
  margin-top: 4.4444444444vw;
}
.muk-pro-info .tab-cont .tab-ti {
  font-size: 4.4444444444vw;
  margin-bottom: 2.7777777778vw;
  display: inline-block;
}
.muk-pro-info .tab-cont p {
  font-size: 3.6111111111vw;
  line-height: 6.1111111111vw;
}
.muk-pro-info .tab-cont p.gray-txt {
  color: #7E7E7E;
}
.muk-pro-info .tab-cont table {
  margin: 3.3333333333vw 0 2.2222222222vw;
  border: 1px solid #EBEBEB;
  font-size: 3.8888888889vw;
}
.muk-pro-info .tab-cont table th {
  height: 8.8888888889vw;
  border-bottom: 1px solid #e9e9e9;
}
.muk-pro-info .tab-cont table td {
  padding: 1.3888888889vw 3.3333333333vw;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.muk-pro-info .tab-cont table td .red {
  color: #E81010;
  font-size: 3.3333333333vw;
}
.muk-pro-info .tab-cont table td.center {
  text-align: center;
}
.muk-pro-info .tab-cont table .gray {
  background: #F8F8F8;
  text-align: center;
  vertical-align: middle;
  width: 25vw;
  border-right: 1px solid #e9e9e9;
  font-weight: bold;
  padding: 0;
}

.muk-tip .muk-tip-item {
  width: 83.3333333333vw;
  overflow: hidden;
}
.muk-tip .muk-tip-item .big-thumb {
  position: relative;
  display: block;
}
.muk-tip .muk-tip-item .big-thumb .zooming {
  display: block;
  width: 100%;
  height: 83.3333333333vw;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  text-align: center;
}
.muk-tip .muk-tip-item .big-thumb .zooming img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.muk-tip .muk-tip-item .big-thumb .zooming::before {
  content: "";
  width: 100%;
  height: 33.3333333333vw;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(84, 84, 84, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(84, 84, 84, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.muk-tip .muk-tip-item .big-thumb .zooming video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.muk-tip .muk-tip-item .big-thumb .video-icon {
  position: absolute;
  top: 3.8888888889vw;
  right: 3.8888888889vw;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  z-index: 200;
  border-radius: 50%;
  -webkit-box-shadow: 0.5555555556vw 0.5555555556vw 1.1111111111vw 0.8333333333vw rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0.5555555556vw 0.5555555556vw 1.1111111111vw 0.8333333333vw rgba(0, 0, 0, 0.0588235294);
}
.muk-tip .muk-tip-item .big-thumb .rv-txt {
  position: absolute;
  bottom: 4.1666666667vw;
  left: 50%;
  width: 75vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 200;
  text-align: left;
}
.muk-tip .muk-tip-item .big-thumb .rv-txt .box {
  width: 75vw;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  font-weight: 200;
  font-size: 3.6111111111vw;
}
.muk-tip .muk-tip-item .big-thumb .rv-txt strong {
  display: block;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-bottom: 1.6666666667vw;
  font-size: 3.8888888889vw;
  font-weight: 700;
}
.muk-tip .muk-tip-item .info-area {
  padding: 5.5555555556vw 3.8888888889vw 5.5555555556vw 0;
}

.muk-rank {
  margin-top: 5.5555555556vw;
  position: relative;
  overflow: hidden;
  height: auto;
}
.muk-rank .title-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-self: flex-start;
}
.muk-rank .title-box .btn {
  display: block;
  width: 100%;
  height: 11.1111111111vw;
  background: #555555;
  color: #fff;
  text-align: left;
  padding-left: 3.8888888889vw;
  line-height: 11.1111111111vw;
  border-radius: 1.1111111111vw;
  position: relative;
  margin-top: 5.5555555556vw;
}
.muk-rank .title-box .btn span {
  margin: 0;
  font-weight: 300;
  font-size: 3.8888888889vw;
}
.muk-rank .title-box .btn::after {
  display: inline-block;
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  margin: -3px 3px 0 3px;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  right: 3.8888888889vw;
}
.muk-rank .test {
  position: relative;
}
.muk-rank .test .coming-soon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 1.1111111111vw;
  text-align: center;
  z-index: 10;
}
.muk-rank .test .coming-soon .coming-soon-text i {
  display: block;
  width: 8.8888888889vw;
  height: 8.8888888889vw;
  margin: 0 auto 2.7777777778vw;
  background: url(../images/lounge/comingsoon.svg) no-repeat;
}
.muk-rank .test .coming-soon .coming-soon-text h3 {
  margin-bottom: 2.2222222222vw;
  font-size: 5.5555555556vw;
  line-height: 6.6666666667vw;
  color: #fff;
  font-weight: 500;
}
.muk-rank .test .coming-soon .coming-soon-text p {
  margin-bottom: 8.3333333333vw;
  font-size: 3.8888888889vw;
  line-height: 4.4444444444vw;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.muk-rank .test .coming-soon .coming-soon-text span {
  font-size: 3.8888888889vw;
  line-height: 4.4444444444vw;
  color: #fff;
}
.muk-rank .test .coming-soon .coming-soon-text span em {
  color: #51CC00;
}
.muk-rank #accordion {
  height: 100%;
  list-style: none;
  padding: 0;
  width: 100%;
}
.muk-rank #accordion li {
  /* background:#ccc; */
  /*height:160px;  Needed in case javascript is disabled */
  position: relative;
  width: 100% !important;
  border-bottom: 1px solid #f5f5f5;
}
.muk-rank #accordion li:nth-child(-n+5) .rank-num {
  background: url(../images/lounge/muk_rank_org.png) no-repeat center center/100%;
}
.muk-rank #accordion li .info-area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.3333333333vw;
     -moz-column-gap: 3.3333333333vw;
          column-gap: 3.3333333333vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.muk-rank #accordion li .info-area-wrap .nickname strong {
  width: 36.1111111111vw;
}
.muk-rank #accordion li .arrow {
  position: absolute;
  top: 8.3333333333vw;
  right: 0;
  display: block;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
}
.muk-rank #accordion li .arrow::after {
  display: inline-block;
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  border: 0.2777777778vw solid #7E7E7E;
  border-width: 0 0.2777777778vw 0.2777777778vw 0;
  vertical-align: middle;
  -webkit-transform: rotate(45deg) translate(1.3888888889vw, -0.8333333333vw);
          transform: rotate(45deg) translate(1.3888888889vw, -0.8333333333vw);
  content: "";
}
.muk-rank #accordion li .info-area {
  padding: 5.5555555556vw 0;
}
.muk-rank #accordion li.active {
  height: 47.2222222222vw;
}
.muk-rank #accordion li.active .img-area {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: unset;
     -moz-column-gap: unset;
          column-gap: unset;
  height: 20.8333333333vw;
}
.muk-rank #accordion li.active .info-area-wrap .arrow::after {
  display: inline-block;
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  border: 0.2777777778vw solid #7E7E7E;
  border-width: 0.2777777778vw 0 0 0.2777777778vw;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.muk-rank #accordion li.active .arrow::after {
  display: inline-block;
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  border: 0.2777777778vw solid #7E7E7E;
  border-width: 0.2777777778vw 0 0 0.2777777778vw;
  vertical-align: middle;
  -webkit-transform: rotate(45deg) translate(1.3888888889vw, -0.8333333333vw);
          transform: rotate(45deg) translate(1.3888888889vw, -0.8333333333vw);
  content: "";
}
.muk-rank #accordion li .img-area {
  width: 100%;
  display: none;
  opacity: 0;
  padding-left: 10vw;
}
.muk-rank #accordion li .img-area .zooming {
  width: 20.8333333333vw;
  height: 20.8333333333vw;
  margin-right: 2.2222222222vw;
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  text-align: center;
  border-radius: 1.6666666667vw;
}
.muk-rank #accordion li .img-area .zooming:nth-of-type(12)::after {
  content: "+";
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  color: #fff;
  background: rgba(0, 0, 0, 0.4784313725);
  width: 100%;
  height: 100%;
  font-size: 6.6666666667vw;
  font-weight: 100;
  line-height: 20.8333333333vw;
}
.muk-rank #accordion li .img-area .zooming img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.muk-rank #accordion li .img-area .zooming .video-icon {
  position: absolute;
  top: 1.1111111111vw;
  right: 1.1111111111vw;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  z-index: 1;
  border-radius: 50%;
  -webkit-box-shadow: 0.5555555556vw 0.5555555556vw 1.1111111111vw 0.8333333333vw rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0.5555555556vw 0.5555555556vw 1.1111111111vw 0.8333333333vw rgba(0, 0, 0, 0.0588235294);
}
.muk-rank #accordion li .img-area .zooming:last-of-type {
  margin-right: 8.3333333333vw;
}
.muk-rank #accordion li .img-area .zooming .photo-num {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  font-size: 2.7777777778vw;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  line-height: 5.5555555556vw;
  text-align: center;
  z-index: 22;
  border-radius: 1.1111111111vw 0 1.1111111111vw 0;
}
.muk-rank #accordion li .img-area .zooming::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.04);
  display: block;
  z-index: 9;
}
.muk-rank .rank-num {
  font-size: 3.3333333333vw;
  color: #fff;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  background: url(../images/lounge/muk_rank_gray.png) no-repeat center center/100%;
  width: 6.9444444444vw;
  height: 6.1111111111vw;
  line-height: 5.5555555556vw;
}
.muk-rank .nickname .gray-num {
  text-align: center;
  font-size: 3.3333333333vw;
  color: #CCCCCC;
  font-weight: 300;
}
.muk-rank .nickname .gray-num::after {
  content: "|";
  display: inline-block;
  margin: 0 1.1111111111vw;
  font-weight: 100;
}
.muk-rank .nickname .gray-num::after:last-of-type:after {
  display: none;
}
.muk-rank .nickname .gray-num:last-of-type::after {
  display: none;
}

.best-rv {
  position: relative;
  padding-bottom: 10vw;
  margin-bottom: 8.3333333333vw;
}
.best-rv .rv-area .left .more {
  bottom: 0;
}

.best-rv-box {
  width: 83.3333333333vw;
  height: 80.5555555556vw;
  border-radius: 2.7777777778vw;
  border: 1px solid #e9e9e9;
}
.best-rv-box .info-area {
  margin: 5.5555555556vw;
}
.best-rv-box .mid-info {
  margin: 5.5555555556vw;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.best-rv-box .mid-info .gray-txt {
  font-size: 3.6111111111vw;
  color: #CCCCCC;
  font-weight: 300;
}
.best-rv-box .mid-info .star-rating {
  color: #7e7e7e;
  font-size: 3.6111111111vw;
}
.best-rv-box .mid-info .star-rating img {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  display: inline-block;
  margin-right: 0.5555555556vw;
  -webkit-transform: translateY(0.2777777778vw);
          transform: translateY(0.2777777778vw);
}
.best-rv-box .mid-info .star-rating::after {
  content: "|";
  font-size: 3.6111111111vw;
  font-weight: 100;
  margin: 0 2.2222222222vw;
  color: #ccc;
}
.best-rv-box .mid-info .flag-best {
  width: 10.5555555556vw;
  height: 5vw;
  line-height: 5vw;
  text-align: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E9E9E9;
  border-radius: 1.1111111111vw;
  display: inline-block;
  font-size: 3.0555555556vw;
  color: #CCCCCC;
  margin-left: 1.1111111111vw;
}
.best-rv-box .rv-area {
  margin: 0 5.5555555556vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 3.3333333333vw 0;
  cursor: pointer;
}
.best-rv-box .rv-area::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #E9E9E9;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.best-rv-box .rv-area .left {
  display: -webkit-box;
  overflow: hidden;
  height: 20.5555555556vw;
  width: 44.4444444444vw;
}
.best-rv-box .rv-area .left.longer {
  width: 100%;
}
.best-rv-box .rv-area .left.longer .contain {
  width: 100%;
}
.best-rv-box .rv-area .left .contain {
  width: 100%;
  padding-right: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 3.8888888889vw;
  line-height: 1.3;
  word-break: break-all;
}
.best-rv-box .rv-area .left.active {
  height: unset;
  padding-bottom: unset;
}
.best-rv-box .rv-area .left.active .more::after {
  content: "더보기";
  position: absolute;
  display: block;
  right: 0;
  top: -0.5555555556vw;
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0.3137254902)), color-stop(60%, #fff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(248, 248, 248, 0.3137254902) 0%, #fff 60%) 0% 0% no-repeat padding-box;
  width: 27.7777777778vw;
  height: 5vw;
  color: #ccc;
  font-size: 3.6111111111vw;
  text-align: right;
}
.best-rv-box .rv-area .thumb {
  width: 22.2222222222vw;
  height: 22.2222222222vw;
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  text-align: center;
  border-radius: 1.6666666667vw;
}
.best-rv-box .rv-area .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.04);
  z-index: 9;
}
.best-rv-box .rv-area .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 6px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.best-rv-box .rv-area .thumb .video-icon {
  position: absolute;
  top: 1.1111111111vw;
  right: 1.1111111111vw;
  display: block;
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  z-index: 1;
  border-radius: 50%;
  -webkit-box-shadow: 0.5555555556vw 0.5555555556vw 1.1111111111vw 0.8333333333vw rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0.5555555556vw 0.5555555556vw 1.1111111111vw 0.8333333333vw rgba(0, 0, 0, 0.0588235294);
}
.best-rv-box .pr-area {
  margin: 5vw 5.5555555556vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 2.7777777778vw;
     -moz-column-gap: 2.7777777778vw;
          column-gap: 2.7777777778vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.best-rv-box .pr-area .small-thumb {
  width: 14.4444444444vw;
  height: 14.4444444444vw;
  display: block;
  border-radius: 1.1111111111vw;
}
.best-rv-box .pr-area .small-thumb img {
  border-radius: 1.1111111111vw;
  width: 100%;
  height: 100%;
}
.best-rv-box .pr-area .pr-info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  width: 70%;
  font-size: 3.8888888889vw;
}
.best-rv-box .pr-area .pr-info strong {
  display: block;
  margin-top: 1.1111111111vw;
  font-size: 4.1666666667vw;
}
.best-rv-box .pr-area .pr-info strong em {
  margin-right: 1.1111111111vw;
  color: #ff7600;
  font-weight: 300;
}

.tab-cont > div {
  display: unset;
}

.tab-content {
  display: none;
  width: 100%;
}
.tab-content .tab-content-box {
  display: none;
}
.tab-content .tab-content-box.active {
  display: block;
}
.tab-content .tab-content-box .review-box .title {
  margin-top: 5.5555555556vw;
}
.tab-content .tab-content-box .product-lists.type-2 {
  margin-top: 5.5555555556vw;
}

.recommend .title-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recommend .title-box .sub-txt {
  color: #7E7E7E;
}
.recommend .rv-img-area {
  margin-top: 2.7777777778vw;
}
.recommend .rv-list-wrapper {
  margin-top: 5.5555555556vw;
}

#rcmd-tabs {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  position: relative;
  padding: 3.8888888889vw;
  overflow-x: auto;
  overflow-y: hidden;
  height: auto;
}
#rcmd-tabs.limit-h {
  height: 25vw;
}
#rcmd-tabs::after {
  content: "";
  width: 100%;
  height: 3.3333333333vw;
  background: #f8f8f8;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}
#rcmd-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6666666667vw;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#rcmd-tabs ul li {
  width: auto;
}
#rcmd-tabs ul li .chip-ctgr {
  display: block;
  padding: 1.3888888889vw 3.3333333333vw;
  border-radius: 25vw;
  font-size: 3.6111111111vw;
  background: #ffffff;
  border: 1px solid #E9E9E9;
  color: #7E7E7E;
}
#rcmd-tabs ul li.on .chip-ctgr {
  background: #FF7600;
  border: none;
  color: #fff;
}
#rcmd-tabs ul li.on .chip-ctgr.chip-on {
  background: #FF7600;
  border: none;
  color: #fff;
}
#rcmd-tabs ul li:nth-child(1) .chip-ctgr {
  display: block;
  padding: 1.3888888889vw 3.3333333333vw;
  border-radius: 25vw;
  font-size: 3.6111111111vw;
  background: #fff;
  border: 1px solid #E9E9E9;
  color: #7E7E7E;
}
#rcmd-tabs.all {
  height: 100%;
}
#rcmd-tabs.all .chip-dimm {
  display: none;
}
#rcmd-tabs .chip-more {
  color: #333333;
  position: absolute;
  bottom: 2.7777777778vw;
  right: 3.8888888889vw;
  width: 11.1111111111vw;
  height: 8.3333333333vw;
  line-height: 8.3333333333vw;
  z-index: 11;
  font-weight: 500;
  display: none;
  text-align: right;
}
#rcmd-tabs .chip-dimm {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0vw;
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0.3137254902)), color-stop(70%, #F8F8F8)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(248, 248, 248, 0.3137254902) 0%, #F8F8F8 70%) 0% 0% no-repeat padding-box;
  width: 44.4444444444vw;
  height: 12.5vw;
}
#rcmd-tabs .chip-dimm.no-show {
  display: none;
}
#rcmd-tabs.inner {
  background: #fff;
}
#rcmd-tabs.inner::after {
  background: #fff;
}

.tab-content .subtab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.tab-content .subtab > li {
  width: 50%;
  padding: 4.1666666667vw 0;
  text-align: center;
  vertical-align: middle;
  color: #7E7E7E;
  border-bottom: 1px solid #E9E9E9;
  font-weight: 400;
  font-size: 3.8888888889vw;
}
.tab-content .subtab > li.sub-on {
  color: #333;
  font-weight: bold;
  position: relative;
}
.tab-content .subtab > li.sub-on::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tab-content .review-box {
  margin: 0 3.8888888889vw 5.5555555556vw;
}
.tab-content .review-box .title a {
  font-size: 3.8888888889vw;
  margin-left: 0;
}
.tab-content .review-box .title a:first-of-type {
  margin-left: 0;
}
.tab-content .review-box .title a:last-of-type::before {
  display: none;
}
.tab-content .review-box .between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-content .rv-list-item {
  margin-top: 0;
}
.tab-content .rv-list-item:first-of-type::before {
  display: none;
}
.tab-content .rv-list-item:last-of-type {
  margin-bottom: 13.8888888889vw;
}
.tab-content .rv-list-item .info-area {
  margin: 0 3.8888888889vw;
}
.tab-content .dw-tab-wrapper {
  margin: 0 3.8888888889vw 5.5555555556vw;
}
.tab-content .dw-tab-wrapper .dw-tab-controller2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 12.2222222222vw;
  border-bottom: 0.2777777778vw solid #E5E5E5;
}
.tab-content .dw-tab-wrapper .dw-tab-controller2 a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6111111111vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  border-bottom: 0.5555555556vw solid transparent;
  font-size: 3.6111111111vw;
  line-height: 6.6666666667vw;
  color: #7E7E7E;
  border: 1px solid #E9E9E9;
  border-bottom: none;
}
.tab-content .dw-tab-wrapper .dw-tab-controller2 a:first-child {
  border-top-left-radius: 1.1111111111vw;
  border-bottom-left-radius: 1.1111111111vw;
}
.tab-content .dw-tab-wrapper .dw-tab-controller2 a:last-child {
  border-top-right-radius: 1.1111111111vw;
  border-bottom-right-radius: 1.1111111111vw;
}
.tab-content .dw-tab-wrapper .dw-tab-controller2 a.ov {
  border: 1px solid #7E7E7E;
  color: #333333;
  font-weight: 600;
}
.tab-content .dw-tab-wrapper .dw-tab-controller2 a span {
  padding-left: 1.1111111111vw;
  color: #CCCCCC;
  font-weight: 400;
}
.tab-content .dw-tab-wrapper .dw-tab-content .photo-list-wrap {
  margin-top: 5.5555555556vw;
  padding: 0;
}

.option_checkbox {
  position: relative;
}
.option_checkbox input[type=checkbox] {
  display: none;
}
.option_checkbox input[type=checkbox] + label {
  font-size: 3.8888888889vw;
  color: #CCCCCC;
  padding-right: 1.3888888889vw;
}
.option_checkbox input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  vertical-align: -0.5555555556vw;
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  margin-right: 1.6666666667vw;
  background: url(../images/lounge/chkbox-default_off.svg) no-repeat center center/100%;
}
.option_checkbox input[type=checkbox] + label::after {
  content: "|";
  display: inline-block;
  margin: 0 1.1111111111vw;
  font-weight: 100;
}
.option_checkbox input[type=checkbox]:checked + label::before {
  background: url(../images/lounge/chkbox-default_on.svg) no-repeat center center/100%;
}

.rv-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4.4444444444vw 3.8888888889vw;
}
.rv-top .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rv-top .info .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rv-top .info .items .star-ico {
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  background: url(../images/lounge/ico_star.svg) no-repeat center center/100%;
}
.rv-top .info .dline {
  margin-left: 3.3333333333vw;
  width: 1px;
  height: 3.3333333333vw;
  background: #CCCCCC;
}
.rv-top .info .number {
  margin-left: 3.3333333333vw;
  font-size: 3.3333333333vw;
  color: #CCCCCC;
}
.rv-top .info .flag {
  margin-left: 2.2222222222vw;
  padding: 0 2.2222222222vw;
  border-radius: 0.5555555556vw;
  line-height: 4.4444444444vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.7777777778vw;
}
.rv-top .info .flag.best {
  border: 1px solid #E9E9E9;
  color: #CCCCCC;
}
.rv-top .date {
  font-size: 3.3333333333vw;
  color: #CCCCCC;
}

.rv-area {
  position: relative;
  margin: 0 3.8888888889vw;
  cursor: pointer;
}
.rv-area .left {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 3.6111111111vw;
  line-height: 1.4;
  height: auto;
  position: relative;
}
.rv-area .left .more {
  position: absolute;
  right: 0;
  bottom: -1.1111111111vw;
  padding: 0;
  color: #ccc;
  shape-outside: border-box;
  font-size: 3.8888888889vw;
}
.rv-area .left .more::after {
  content: "더보기";
  position: absolute;
  display: block;
  right: 0;
  top: -0.5555555556vw;
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0.3137254902)), color-stop(60%, #fff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(248, 248, 248, 0.3137254902) 0%, #fff 60%) 0% 0% no-repeat padding-box;
  width: 27.7777777778vw;
  height: 5vw;
  color: #ccc;
  font-size: 3.6111111111vw;
  text-align: right;
}
.rv-area .left.active {
  height: 100%;
  -webkit-line-clamp: unset;
  padding-bottom: 7.7777777778vw;
}
.rv-area .left.active .more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.rv-area .left.active .more::after {
  display: none;
}
.rv-area .left .ht {
  color: #458E15;
}

.muk-tip-area {
  margin: 3.3333333333vw 3.8888888889vw;
}
.muk-tip-area .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6111111111vw;
  color: #458E15;
}
.muk-tip-area .title i {
  margin-left: 1.6666666667vw;
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  background: url(../images/lounge/ico_qmark.svg) no-repeat center/100%;
  cursor: pointer;
}
.muk-tip-area .text {
  display: none;
  position: relative;
  margin-top: 2.7777777778vw;
  padding: 3.8888888889vw;
  font-size: 3.6111111111vw;
  background: #F6FBF4;
  border-radius: 2.2222222222vw;
  line-height: 1.4;
}
.muk-tip-area .text .rv-area {
  margin: 0;
}
.muk-tip-area .text .rv-area .left {
  -webkit-line-clamp: 3;
  height: auto;
  word-break: break-all;
}
.muk-tip-area .text .rv-area .left .more {
  margin-top: 15vw;
  background: #f6fbf4;
}
.muk-tip-area .text .rv-area .left .more::after {
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0.3137254902)), color-stop(60%, #F6FBF4)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(248, 248, 248, 0.3137254902) 0%, #F6FBF4 60%) 0% 0% no-repeat padding-box;
  color: #CAD4C6;
}
.muk-tip-area .text .rv-area .left.active {
  height: 100%;
  -webkit-line-clamp: unset;
  padding-bottom: 5.5555555556vw;
}
.muk-tip-area .text.on {
  display: block;
  height: 100%;
}
.muk-tip-area .text::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #F6FBF4 transparent;
}

.rv-img-area {
  overflow: hidden;
  padding: 0 3.8888888889vw 3.8888888889vw;
  background: #f8f8f8;
}
.rv-img-area .img-box.left {
  width: 100%;
  margin: 3.3333333333vw 0 0;
}
.rv-img-area .img-box.left .boxin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rv-img-area .img-box.left .add-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rv-img-area .img-box.left .add-cart-item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rv-img-area .img-box.left .add-cart-item .zoomimg {
  overflow: hidden;
  width: 13.8888888889vw;
  height: 13.8888888889vw;
}
.rv-img-area .img-box.left .add-cart-item .zoomimg img {
  border-radius: 1.1111111111vw;
  width: 100%;
  height: 100%;
  position: initial;
  -webkit-transform: none;
          transform: none;
}
.rv-img-area .img-box.left .add-cart-item .pd-info {
  margin-left: 3.8888888889vw;
}
.rv-img-area .img-box.left .add-cart-item .pd-info .pd-name {
  font-size: 3.6111111111vw;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 55.5555555556vw;
  text-align: left;
}
.rv-img-area .img-box.left .add-cart-item .pd-info .price-row {
  margin-top: 1.1111111111vw;
  text-align: left;
}
.rv-img-area .img-box.left .add-cart-item .pd-info .price-row .d-rate {
  margin-right: 1.1111111111vw;
  color: #ff7600;
  font-weight: 300;
  font-size: 3.8888888889vw;
}
.rv-img-area .img-box.left .add-cart-item .pd-info .price-row .price {
  display: inline-block;
  font-size: 3.8888888889vw;
  color: #333333;
  font-weight: bold;
}
.rv-img-area .img-box.left .add-cart-item .btn-cart {
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  background: url(../images/lounge/ico_cart.svg) no-repeat center/100%;
  z-index: 2;
}
.rv-img-area .img-box.right {
  margin-top: 3.8888888889vw;
  padding-top: 3.8888888889vw;
  border-top: 1px solid #e9e9e9;
}
.rv-img-area .img-box.right .swiper-slide {
  width: 33.3333333333vw;
  height: 33.3333333333vw;
  overflow: hidden;
  border-radius: 1.1111111111vw;
}
.rv-img-area .img-box.right .swiper-slide a {
  width: 33.3333333333vw;
  height: 33.3333333333vw;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rv-img-area .img-box.right .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rv-img-area .img-box.right .swiper-slide .video-icon {
  position: absolute;
  top: 2.2222222222vw;
  right: 2.2222222222vw;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  border-radius: 50%;
  -webkit-box-shadow: 0.5555555556vw 0.5555555556vw 1.1111111111vw 0.8333333333vw rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0.5555555556vw 0.5555555556vw 1.1111111111vw 0.8333333333vw rgba(0, 0, 0, 0.0588235294);
}

.bottom-box {
  margin: 0 3.8888888889vw 5.5555555556vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bottom-box .assess-box {
  margin-top: 3.3333333333vw;
}
.bottom-box .review-bottom {
  margin-top: 2.7777777778vw;
}
.bottom-box .hash-box {
  margin-bottom: 2.7777777778vw;
}

.clt-profile {
  margin: 0 3.8888888889vw;
}
.clt-profile .info-area {
  margin-bottom: 5.5555555556vw;
}
.clt-profile .info-area .profile {
  width: 13.8888888889vw;
  height: 13.8888888889vw;
}
.clt-profile .info-area .nickname strong {
  font-size: 5vw;
  font-weight: 500;
  overflow: unset;
  text-overflow: unset;
  word-break: unset;
  width: unset;
}
.clt-profile .info-area .nickname a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 5vw;
  margin-bottom: 1.6666666667vw;
  white-space: nowrap;
}
.clt-profile .info-area .nickname a::after {
  display: inline-block;
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  margin: -0.8333333333vw 1.3888888889vw 0 0;
  border: 1px solid #666;
  border-width: 0.2777777778vw 0.2777777778vw 0 0;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.clt-profile .rv-info {
  background: #F8F8F8;
  border-radius: 1.1111111111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.8888888889vw 0;
  margin-top: 3.3333333333vw;
}
.clt-profile .rv-info li {
  position: relative;
  width: 33.3333%;
}
.clt-profile .rv-info li::after {
  content: "";
  display: block;
  width: 0.2777777778vw;
  height: 100%;
  background-color: #e8e8e8;
  position: absolute;
  right: 0;
  top: 0;
}
.clt-profile .rv-info li:last-child::after {
  display: none;
}
.clt-profile .rv-info li .tit {
  display: block;
  text-align: center;
  font-size: 3.6111111111vw;
  margin-bottom: 1.6666666667vw;
  font-weight: 300;
}
.clt-profile .rv-info li strong {
  display: block;
  font-size: 4.1666666667vw;
  text-align: center;
}

.rv-col .no-rv {
  margin: 27.7777777778vw auto;
  text-align: center;
  font-size: 3.8888888889vw;
  color: #7E7E7E;
}
.rv-col .title-box .title {
  font-size: 4.4444444444vw;
  font-weight: 700;
}
.rv-col .best-rv {
  margin-top: 8.3333333333vw;
}
.rv-col .best-rv .best-rv-box {
  height: 66.6666666667vw;
}
.rv-col .best-rv .best-rv-box .rv-area::after {
  display: none;
}
.rv-col .best-rv .best-rv-box .rv-area .left {
  height: 20.8333333333vw;
}
.rv-col .best-rv .best-rv-box .rv-area .left::after {
  content: "";
  clear: both;
  display: block;
}
.rv-col .best-rv .best-rv-box .pr-area {
  padding-bottom: 4.4444444444vw;
  border-bottom: 1px solid #F5F5F5;
}
.rv-col .best-rv .best-rv-box .gray-txt {
  color: #ccc;
  shape-outside: border-box;
  text-align: right;
  font-size: 3.6111111111vw;
}
.rv-col #myBtn1 {
  margin-left: unset;
}
.rv-col #myBtn2 {
  margin-left: unset;
}
.rv-col #myBtn2::before {
  content: "|";
  display: inline-block;
  margin: 0 1.1111111111vw;
  font-weight: 100;
}
.rv-col #myBtn4 {
  margin-left: unset;
}
.rv-col #myBtn4::before {
  content: "|";
  display: inline-block;
  margin: 0 1.1111111111vw;
  font-weight: 100;
}
.rv-col .photo-list-wrap {
  padding: 3.8888888889vw 3.8888888889vw 3.8888888889vw;
}
.rv-col .photo-list-wrap .photo-list li span.video-icon {
  z-index: 22;
  right: 2.2222222222vw;
  top: 1.1111111111vw;
  bottom: unset;
  background: unset;
  border-radius: 50%;
  -webkit-box-shadow: 0.5555555556vw 0.5555555556vw 1.1111111111vw 0.8333333333vw rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0.5555555556vw 0.5555555556vw 1.1111111111vw 0.8333333333vw rgba(0, 0, 0, 0.0588235294);
}

.rv-inner-wrap {
  position: relative;
  width: 100%;
  height: 111.1111111111vw;
  overflow: hidden;
}
.rv-inner-wrap .swiper-progress-bar {
  position: absolute;
  top: 3.8888888889vw;
  left: 3.8888888889vw;
  z-index: 22;
  width: 92.2222222222vw;
  background: #b8b8b8;
  height: 0.5555555556vw;
}
.rv-inner-wrap .swiper-progress-bar .swiper-pagination-progressbar-fill {
  background: #e9e9e9;
}
.rv-inner-wrap .info-area {
  position: absolute;
  top: 8.8888888889vw;
  left: 3.8888888889vw;
  background: transparent;
  z-index: 22;
}
.rv-inner-wrap .info-area .profile {
  background: #f0f0f0;
  border-radius: 50%;
}
.rv-inner-wrap .info-area .nickname strong {
  color: #fff;
  font-weight: 700;
  text-shadow: 2px 2px 4px gray;
}
.rv-inner-wrap .rv-img-area {
  position: absolute;
  bottom: 3.8888888889vw;
  left: 3.8888888889vw;
  z-index: 50;
  border-radius: 2.2222222222vw;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  opacity: 0.85;
  width: 92.2222222222vw;
  padding-bottom: 0;
}
.rv-inner-wrap .photo-item {
  display: block;
  width: 100%;
  height: 111.1111111111vw;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  text-align: center;
  border: 1px solid #E9E9E9;
}
.rv-inner-wrap .photo-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.rv-inner-wrap .photo-item img + .rv-img-area {
  bottom: 3.8888888889vw;
}
.rv-inner-wrap .photo-item video + .rv-img-area {
  bottom: 19.4444444444vw;
}

.chips-wrapper {
  position: relative;
}
.chips-wrapper + .section-head {
  margin-top: 4.4444444444vw;
}
.chips-wrapper ~ .tab-cont {
  margin-top: 4.4444444444vw;
}
.chips-wrapper .chipSwiper {
  margin: 4.4444444444vw 0 0;
}
.chips-wrapper .chipSwiper .swiper-wrapper.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chips-wrapper .chipSwiper .swiper-slide {
  width: auto;
}
.chips-wrapper .chipSwiper .swiper-slide .chip-ctgr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.7777777778vw;
  padding: 0 2.7777777778vw;
  font-size: 3.8888888889vw;
  border: 1px solid #E6E6E6;
  border-radius: 4.4444444444vw;
  color: #333;
}
.chips-wrapper .chipSwiper .swiper-slide .chip-ctgr.active {
  color: #fff;
  background-color: #FF7600;
  border-color: #FF7600;
}

.review-wrap .cate-top-menu2 {
  position: fixed;
  top: 13.3333333333vw;
  left: 0;
  overflow: hidden;
  width: 100%;
  padding: 0;
  background: #F8F8F8;
  z-index: 11;
}
.review-wrap .cate-top-menu2 .cate-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 8.6111111111vw;
  height: 11.6666666667vw;
  background-color: transparent;
  border-radius: 0vw;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 100%);
  z-index: 99;
}
.review-wrap .cate-top-menu2 .right-square {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10.8333333333vw;
  height: 13.3333333333vw;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.review-wrap .cate-top-menu2 .inner {
  overflow-x: scroll;
  padding-left: 3.8888888889vw;
}
.review-wrap .cate-top-menu2 .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-wrap .cate-top-menu2 .inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.1111111111vw;
}
.review-wrap .cate-top-menu2 .inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 2.2222222222vw;
  height: 8.3333333333vw;
  border-radius: 4.1666666667vw;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #fff;
}
.review-wrap .cate-top-menu2 .inner ul li span {
  display: block;
  font-size: 3.6111111111vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 5.2777777778vw;
}
.review-wrap .cate-top-menu2 .inner ul li:last-child {
  padding-right: 11.1111111111vw;
}
.review-wrap .cate-top-menu2 .inner ul li.on a {
  background: #333;
}
.review-wrap .cate-top-menu2 .inner ul li.on span {
  font-size: 3.6111111111vw;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
}
.review-wrap .cate-top-menu2 .inner ul.open {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.review-wrap .cate-top-menu2 .inner ul.open li {
  margin-right: 0;
  width: 50%;
  margin-top: 2.2222222222vw;
}
.review-wrap .cate-top-menu2 .inner ul.open li:nth-child(-n+2) {
  margin-top: 0;
}
.review-wrap .cate-top-menu2 .cate-list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 2.2222222222vw;
  right: 3.8888888889vw;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background-color: transparent;
  border-radius: 0vw;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 0.5555555556vw;
  z-index: 100;
  opacity: 0.8;
}
.review-wrap .cate-top-menu2 {
  position: static;
  display: block !important;
  padding: 0;
  background: unset;
}
.review-wrap .cate-top-menu2 .inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.7777777778vw;
  padding: 0 3.3333333333vw;
  font-size: 3.8888888889vw;
  border: 1px solid #E9E9E9;
  background: #fff;
  border-radius: 4.4444444444vw;
}
.review-wrap .cate-top-menu2 .inner ul li a span {
  color: #7E7E7E;
}
.review-wrap .cate-top-menu2 .inner ul li.on a {
  background-color: #FF7600;
  border: none;
}
.review-wrap .cate-top-menu2 .inner ul li.on a span {
  color: #fff;
}
.review-wrap .cate-top-menu2 .inner ul li.hash a {
  border: 1px solid #458E15;
}
.review-wrap .cate-top-menu2 .inner ul li.hash a span {
  color: #458E15;
}
.review-wrap .cate-top-menu2 .inner ul li.hash.on a {
  border: 1px solid #458E15;
  background: #458E15;
}
.review-wrap .cate-top-menu2 .inner ul li.hash.on a span {
  color: #fff;
}
.review-wrap .tab-content .rv-list-item .info-area {
  margin: unset;
}

.rv-inner-wrap .swiper-button-next, .rv-inner-wrap .swiper-button-prev {
  width: 20%;
  height: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  margin-top: unset;
}
.rv-inner-wrap .swiper-button-next::after, .rv-inner-wrap .swiper-button-prev::after {
  display: none;
}
.rv-inner-wrap .swiper-button-prev {
  left: 0;
}
.rv-inner-wrap .swiper-button-next {
  right: 0;
}
.rv-inner-wrap .btn-pop {
  position: absolute;
  top: 50%;
  z-index: 31;
  background: transparent;
  width: 20vw;
  height: 55.5555555556vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rv-inner-wrap .btn-pop.big-prev {
  left: 0;
}
.rv-inner-wrap .btn-pop.big-next {
  right: 0;
}

.layer-content .rv-img-area .img-box.left {
  margin: 3.3333333333vw 0;
}

.star-rating-small i {
  display: inline-block;
  width: 5.2777777778vw;
  height: 5vw;
  background: url("../images/review/ico_star_desable_full.svg") no-repeat center center/100%;
}
.star-rating-small .black {
  background: url("../images/review/ico_star_black.svg") no-repeat center center/100%;
}

@-webkit-keyframes dottedMove {
  0% {
    background: rgba(255, 255, 255, 0.1019607843);
  }
  50% {
    background: rgba(255, 255, 255, 0.2117647059);
  }
  100% {
    background: rgba(255, 255, 255, 0.1019607843);
  }
}

@keyframes dottedMove {
  0% {
    background: rgba(255, 255, 255, 0.1019607843);
  }
  50% {
    background: rgba(255, 255, 255, 0.2117647059);
  }
  100% {
    background: rgba(255, 255, 255, 0.1019607843);
  }
}
.coach-mark {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 200;
}
.coach-mark .coach-mark-wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.coach-mark .coach-mark-wrap .close-btn {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  display: block;
  position: absolute;
  top: 3.3333333333vw;
  right: 3.8888888889vw;
}
.coach-mark .coach-mark-wrap .touch {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 555;
}
.coach-mark .coach-mark-wrap .info1 {
  height: 62.7777777778vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 92.2222222222vw;
  position: absolute;
  top: 35vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.coach-mark .coach-mark-wrap .info1 .dotted-area {
  display: block;
  border-radius: 1.6666666667vw;
  width: 13.8888888889vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.1019607843);
  border: 0.2777777778vw dashed #fff;
  position: relative;
  -webkit-animation-name: dottedMove;
          animation-name: dottedMove;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}
.coach-mark .coach-mark-wrap .info1 .dotted-area::after {
  content: "";
  display: block;
  width: 6.1111111111vw;
  height: 3.8888888889vw;
  position: absolute;
}
.coach-mark .coach-mark-wrap .info1 .dotted-area.left::after {
  background: url(../images/lounge/cm_left.png) no-repeat center center/100%;
  bottom: 22%;
  left: 12.2222222222vw;
}
.coach-mark .coach-mark-wrap .info1 .dotted-area.right::after {
  background: url(../images/lounge/cm_right.png) no-repeat center center/100%;
  top: 22%;
  right: 12.2222222222vw;
}
.coach-mark .coach-mark-wrap .info1 .txt {
  color: #fff;
  font-size: 4.4444444444vw;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}
.coach-mark .coach-mark-wrap .info1 .txt .point {
  color: #51CC00;
}
.coach-mark .coach-mark-wrap .info2 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 92.2222222222vw;
  position: absolute;
  top: 50%;
  margin-top: 47.2222222222vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.coach-mark .coach-mark-wrap .info2 .txt-muk {
  border-radius: 8.3333333333vw;
  width: 13.3333333333vw;
  height: 6.6666666667vw;
  text-align: center;
  line-height: 6.6666666667vw;
  font-size: 3.6111111111vw;
  font-weight: 300;
  color: #fff;
  background: #51CC00;
  position: relative;
  display: block;
}
.coach-mark .coach-mark-wrap .info2 .txt-muk::after {
  position: absolute;
  content: "";
  display: block;
  width: 6.1111111111vw;
  height: 3.8888888889vw;
  background: url(../images/lounge/cm_down.png) no-repeat center center/100%;
  top: 2.7777777778vw;
  right: -5.5555555556vw;
}
.coach-mark .coach-mark-wrap .info2 .txt {
  text-align: center;
  color: #fff;
  border: 0.2777777778vw solid #fff;
  width: 100%;
  height: 20.5555555556vw;
  padding: 4.4444444444vw 0;
  font-weight: 300;
  border-radius: 2.7777777778vw;
  margin-top: 3.3333333333vw;
  font-size: 4.4444444444vw;
}
.coach-mark .coach-mark-wrap .info2 .txt .point {
  color: #51CC00;
}
.coach-mark .coach-mark-wrap .info2 .txt .sm-txt {
  font-size: 3.8888888889vw;
  font-weight: 200;
  display: block;
  margin-top: 1.1111111111vw;
}
.coach-mark .coach-mark-wrap .info2.show {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.coach-mark .layer-header {
  background: transparent;
}

.mydw .info-area {
  margin: 0 3.8888888889vw;
}

.event-banner {
  display: block;
  margin: 8.3333333333vw 0;
}

.isApp .muk-pro-info {
  margin-top: 0;
}

#lounge .rv-list-item::before, #myHelpfulProductReview .rv-list-item::before {
  content: "";
  width: 92.7777777778vw;
  height: 0.2777777778vw;
  background: #F5F5F5;
  display: block;
  margin: 5.5555555556vw auto;
}

#layer-muk-pro-notice {
  padding-top: 13.3333333333vw;
}

.layer-content .rv-area .left {
  -webkit-line-clamp: 3;
}
.layer-content .rv-area .left.active {
  -webkit-line-clamp: unset;
}
.layer-content .muk-tip-area .rv-area .left {
  -webkit-line-clamp: 2;
}
.layer-content .muk-tip-area .rv-area .left.active {
  -webkit-line-clamp: unset;
}

#myHelpfulProductReview .rv-area {
  margin-bottom: 2.7777777778vw;
}
#myHelpfulProductReview .muk-tip-area .rv-area {
  margin-bottom: unset;
}

.recommend .cate-horizontal-icons ul {
  margin-bottom: 5.5555555556vw;
  width: 186.1111111111vw;
}
.recommend .cate-horizontal-icons ul li {
  min-width: 16.6666666667vw;
}
.recommend .cate-horizontal-icons ul li.on span.cate-img {
  border: 1px solid #333;
}
.recommend .cate-horizontal-icons ul li:first-child {
  margin-left: 3.8888888889vw;
}
.recommend .cate-horizontal-icons ul li:last-child {
  margin-right: 3.8888888889vw;
}
.recommend .cate-horizontal-icons ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recommend .cate-horizontal-icons ul li span.cate-img {
  width: 16.6666666667vw;
  height: 16.6666666667vw;
}
.recommend .cate-horizontal-icons ul li span:not(.cate-img) {
  font-size: 3.6111111111vw;
}