@charset "UTF-8";
/* line 1, app/assets/stylesheets/reviews.scss */
.wrap-review-top .desktop {
  background-image: url(/images/reviews/bg_top_img_review.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 602px;
}

/* line 2, app/assets/stylesheets/reviews.scss */
.wrap-review-top .title-review {
  font-family: 'Noto Sans KR';
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding-top: 7.062rem;
}

/* line 4, app/assets/stylesheets/reviews.scss */
.main {
  width: 100%;
  max-width: 1760px;
  background-color: #fff;
  margin: -16rem auto 0;
}

/* line 5, app/assets/stylesheets/reviews.scss */
.main .wrap-review-nav {
  font-family: 'Noto Sans KR';
  font-size: 0.875rem;
  font-weight: 500;
  color: #ccc;
  padding-top: 1.875rem;
}

/* line 6, app/assets/stylesheets/reviews.scss */
.main .wrap-review-nav .nav-blue {
  color: #00269a;
}

/* line 7, app/assets/stylesheets/reviews.scss */
.main .wrap-alert {
  margin: 3.75rem auto 0;
  padding: 16px;
  background-color: #d3d3d4;
  border: 1px solid #bcbebf;
  border-radius: 4px;
  color: #141619;
}

/* line 16, app/assets/stylesheets/reviews.scss */
.main .wrap-alert.alert-notice {
  background-color: #d1e7dd;
  border: 1px solid #badbcc;
  color: #0f5132;
}

/* line 22, app/assets/stylesheets/reviews.scss */
.main .wrap-alert.alert-error {
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  color: #842029;
}

/* line 28, app/assets/stylesheets/reviews.scss */
.main .wrap-alert.alert-warning {
  background-color: #fff3cd;
  border: 1px solid #ffecb5;
  color: #664d03;
}

/* line 34, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review {
  position: relative;
  font-family: 'Noto Sans KR';
  font-size: 2.5rem;
  font-weight: bold;
  color: #262626;
  text-align: center;
  padding: 3.75rem 0 5rem;
}

/* line 37, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form {
  padding: 0 0 20px;
  border: 1px solid #ccc;
}

/* line 41, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-file-btn {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

/* line 47, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-file-btn .wrap-file #review-photo {
  font-size: 16px;
  vertical-align: 10px;
  display: none;
}

/* line 53, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-file-btn .wrap-file #review-photo::file-selector-button {
  display: none;
}

/* line 58, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-file-btn .wrap-file .material-icons-outlined {
  margin-top: 18px;
  margin-left: 35px;
  font-size: 30px;
  color: #646464;
}

/* line 65, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-file-btn .wrap-file .wrap-remove-photo {
  display: none;
  vertical-align: 10px;
}

/* line 69, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-file-btn .wrap-file .wrap-remove-photo .label-remove-photo {
  font-size: 16px;
  color: #646464;
}

/* line 77, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-file-btn .wrap-btn .btn {
  padding: 20px 62px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

/* line 84, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-file-btn .wrap-btn .btn-reset-review {
  display: none;
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  color: #842029;
}

/* line 91, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-file-btn .wrap-btn .btn-create-review {
  background-color: #00269a;
  border: 1px solid #00269a;
}

/* line 98, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-content-form {
  text-align: left;
}

/* line 101, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-content-form .content {
  width: 100%;
  max-width: 1016px;
  height: 290px;
  padding: 20px 0 0 20px;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #ccc;
  box-sizing: border-box;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 120, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name {
  width: 100%;
  max-width: 1016px;
  padding: 20px 0 20px 35px;
  box-sizing: border-box;
}

/* line 126, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name h2 {
  display: inline-block;
  font-size: 18px;
  color: #333;
  opacity: 0.75;
}

/* line 133, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name a {
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
  color: #333;
  opacity: 0.73;
  text-decoration: underline;
}

/* line 142, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .review-notice {
  width: 100%;
  margin: 16px 0 24px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  opacity: 0.73;
  resize: none;
}

/* line 152, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .wrap-name-accept {
  display: flex;
  justify-content: space-between;
}

/* line 156, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .wrap-name-accept .wrap-name {
  width: 70%;
}

/* line 159, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .wrap-name-accept .wrap-name label {
  font-size: 18px;
  color: #191919;
  opacity: 0.85;
}

/* line 164, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .wrap-name-accept .wrap-name label input {
  width: 120px;
  border: 1px solid #ccc;
}

/* line 169, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .wrap-name-accept .wrap-name label.label-password {
  margin-left: 132px;
}

/* line 172, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .wrap-name-accept .wrap-name label.label-password input {
  width: 170px;
}

/* line 179, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .wrap-name-accept .wrap-accept {
  width: 30%;
  text-align: right;
}

/* line 184, app/assets/stylesheets/reviews.scss */
.main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .wrap-name-accept .wrap-accept label {
  font-size: 18px;
  color: #191919;
  opacity: 0.86;
}

/* 공지사항 리스트 페이지 */
/* 공지사항 리스트 */
/* line 197, app/assets/stylesheets/reviews.scss */
.wrap-review-list {
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  box-sizing: border-box;
}

/* line 203, app/assets/stylesheets/reviews.scss */
.wrap-review-list .review-list {
  width: 100%;
  border-top: 3px solid #ccc;
  border-bottom: 2px solid #ccc;
}

/* line 208, app/assets/stylesheets/reviews.scss */
.wrap-review-list .review-list .wrap-review {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 22px 160px 32px 34px;
  border-bottom: 1px solid #ccc;
}

/* line 215, app/assets/stylesheets/reviews.scss */
.wrap-review-list .review-list .wrap-review:first-of-type {
  background-color: #f9f9f9;
}

/* line 219, app/assets/stylesheets/reviews.scss */
.wrap-review-list .review-list .wrap-review .wrap-date-name {
  width: 30%;
  max-width: 200px;
}

/* line 223, app/assets/stylesheets/reviews.scss */
.wrap-review-list .review-list .wrap-review .wrap-date-name .date {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.32px;
  color: #ccc;
}

/* line 233, app/assets/stylesheets/reviews.scss */
.wrap-review-list .review-list .wrap-review .wrap-date-name .name {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.32px;
  color: #222;
}

/* line 242, app/assets/stylesheets/reviews.scss */
.wrap-review-list .review-list .wrap-review .wrap-photo-content {
  width: 70%;
  max-width: 800px;
  box-sizing: border-box;
}

/* line 247, app/assets/stylesheets/reviews.scss */
.wrap-review-list .review-list .wrap-review .wrap-photo-content .review-photo {
  width: 100%;
  max-width: 120px;
  margin: 0 0 12px;
  cursor: pointer;
}

/* line 254, app/assets/stylesheets/reviews.scss */
.wrap-review-list .review-list .wrap-review .wrap-photo-content .review-content {
  width: 100%;
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.32px;
  color: #808080;
}

/* line 263, app/assets/stylesheets/reviews.scss */
.wrap-review-list .review-list .wrap-review .wrap-photo-content .wrap-review-btn {
  text-align: right;
}

/* line 266, app/assets/stylesheets/reviews.scss */
.wrap-review-list .review-list .wrap-review .wrap-photo-content .wrap-review-btn button {
  padding: 4px 16px;
  background-color: #4e73a8;
  font-size: 12px;
  color: #fff;
}

/* line 272, app/assets/stylesheets/reviews.scss */
.wrap-review-list .review-list .wrap-review .wrap-photo-content .wrap-review-btn button.btn-review-delete {
  margin-left: 4px;
}

/* -end- 공지사항 리스트 */
/* 페이지네이션 */
/* line 284, app/assets/stylesheets/reviews.scss */
.wrap-pagination {
  padding: 4.375rem 0 6.25rem;
}

/* line 285, app/assets/stylesheets/reviews.scss */
.wrap-pagination .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 286, app/assets/stylesheets/reviews.scss */
.wrap-pagination .pagination .prev .material-icons,
.wrap-pagination .pagination .next .material-icons {
  font-size: 1.25rem;
  font-weight: bold;
  color: #585858;
}

/* line 288, app/assets/stylesheets/reviews.scss */
.wrap-pagination .pagination .prev {
  padding-right: 28px;
}

/* line 289, app/assets/stylesheets/reviews.scss */
.wrap-pagination .pagination .pages {
  font-family: 'Noto Sans KR';
  font-size: 1.125rem;
  color: #585858;
  padding-right: 30px;
}

/* line 290, app/assets/stylesheets/reviews.scss */
.wrap-pagination .pagination .pages .active {
  color: #fff;
  border-radius: 1.875rem;
  background-color: #00269a;
  letter-spacing: normal;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  position: relative;
}

/* line 291, app/assets/stylesheets/reviews.scss */
.wrap-pagination .pagination .pages .active span {
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
}

/* -end- 페이지네이션 */
/* -end- 공지사항 리스트 페이지 */
/* line 296, app/assets/stylesheets/reviews.scss */
.mask-review-form {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.5);
}

/* line 306, app/assets/stylesheets/reviews.scss */
.mask-review-form .wrap-review-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* line 313, app/assets/stylesheets/reviews.scss */
.mask-review-form .wrap-review-form .box-review-form {
  position: relative;
  width: 100%;
  max-width: 580px;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 8px;
}

/* line 322, app/assets/stylesheets/reviews.scss */
.mask-review-form .wrap-review-form .box-review-form .review-form-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 36px;
  cursor: pointer;
}

/* line 330, app/assets/stylesheets/reviews.scss */
.mask-review-form .wrap-review-form .box-review-form .wrap-label-form {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

/* line 335, app/assets/stylesheets/reviews.scss */
.mask-review-form .wrap-review-form .box-review-form .wrap-label-form label {
  padding: 7px;
  font-size: 16px;
  color: #191919;
}

/* line 341, app/assets/stylesheets/reviews.scss */
.mask-review-form .wrap-review-form .box-review-form .wrap-label-form .form-password {
  width: 100%;
  max-width: 320px;
  padding: 4px 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

/* line 350, app/assets/stylesheets/reviews.scss */
.mask-review-form .wrap-review-form .box-review-form .wrap-btn-confirm {
  margin-top: 20px;
  text-align: right;
}

/* line 354, app/assets/stylesheets/reviews.scss */
.mask-review-form .wrap-review-form .box-review-form .wrap-btn-confirm .btn {
  padding: 8px 20px;
  background-color: #00269a;
  font-size: 16px;
  color: #fff;
}

/* line 361, app/assets/stylesheets/reviews.scss */
.mask-review-form .wrap-review-form .box-review-form .wrap-btn-confirm .btn-cancel {
  margin-left: 8px;
}

/* line 371, app/assets/stylesheets/reviews.scss */
.mask-review-photo {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.5);
}

/* line 381, app/assets/stylesheets/reviews.scss */
.mask-review-photo .wrap-review-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* line 388, app/assets/stylesheets/reviews.scss */
.mask-review-photo .wrap-review-photo .box-review-photo {
  position: relative;
  width: 100%;
  max-width: 640px;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
}

/* line 398, app/assets/stylesheets/reviews.scss */
.mask-review-photo .wrap-review-photo .box-review-photo .review-photo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 36px;
  cursor: pointer;
}

/* line 406, app/assets/stylesheets/reviews.scss */
.mask-review-photo .wrap-review-photo .box-review-photo .img-review-photo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 480px;
  margin-top: 20px;
}

/* line 415, app/assets/stylesheets/reviews.scss */
.mask-review-photo .wrap-review-photo .box-review-photo .wrap-btn-close {
  margin-top: 20px;
  text-align: right;
}

/* line 419, app/assets/stylesheets/reviews.scss */
.mask-review-photo .wrap-review-photo .box-review-photo .wrap-btn-close .btn {
  padding: 8px 20px;
  background-color: #00269a;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 600px) {
  /* line 432, app/assets/stylesheets/reviews.scss */
  .desktop {
    display: none;
  }
  /* line 433, app/assets/stylesheets/reviews.scss */
  .mobile {
    display: block;
  }
  /* line 435, app/assets/stylesheets/reviews.scss */
  .wrap-review-top {
    position: relative;
  }
  /* line 436, app/assets/stylesheets/reviews.scss */
  .wrap-review-top .img-box-review {
    width: 100%;
  }
  /* line 437, app/assets/stylesheets/reviews.scss */
  .wrap-review-top .img-box-review .m-top-img-review {
    width: 100%;
    display: block;
  }
  /* line 439, app/assets/stylesheets/reviews.scss */
  .main {
    margin: 0 auto;
  }
  /* line 442, app/assets/stylesheets/reviews.scss */
  .main .wrap-review-nav {
    font-family: 'Noto Sans KR';
    font-size: 0.875rem;
    font-weight: 500;
    color: #626262;
    padding: 0.781rem 0 0.875rem 4.16%;
    border-bottom: 1px solid #ccc;
  }
  /* line 450, app/assets/stylesheets/reviews.scss */
  .main .wrap-review-nav .m-icon-home {
    width: 20%;
    max-width: 16px;
    padding-right: 10px;
    vertical-align: -2px;
  }
  /* line 458, app/assets/stylesheets/reviews.scss */
  .main .wrap-review {
    width: 88.88%;
    margin: 0 auto;
  }
  /* line 462, app/assets/stylesheets/reviews.scss */
  .main .wrap-review .wrap-title-review {
    font-family: 'Noto Sans KR';
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: -1.76px;
    text-align: center;
    color: #262626;
    margin: 0;
    padding: 1.5rem 0;
  }
  /* line 474, app/assets/stylesheets/reviews.scss */
  .main .mobile-content {
    padding: 0 1.25rem;
  }
  /* line 477, app/assets/stylesheets/reviews.scss */
  .main .mobile-content .wrap-alert {
    margin: 0 0 1.5rem;
    padding: 12px;
    font-size: 12px;
  }
  /* line 484, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review {
    max-width: 600px;
    margin-bottom: 20px;
    padding: 0 1.25rem;
  }
  /* line 489, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form {
    padding: 0;
  }
  /* line 492, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-file-btn {
    position: relative;
    height: 30px;
  }
  /* line 496, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-file-btn .wrap-file {
    position: absolute;
    top: -4px;
    left: -6px;
    display: flex;
  }
  /* line 502, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-file-btn .wrap-file label {
    display: block;
  }
  /* line 505, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-file-btn .wrap-file label .material-icons-outlined {
    margin-left: 12px;
    margin-top: 0;
  }
  /* line 511, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-file-btn .wrap-file #review-photo {
    margin: 12px 0 0 4px;
    font-size: 12px;
  }
  /* line 516, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-file-btn .wrap-file .wrap-remove-photo {
    margin: 11px 0 0 4px;
    font-size: 12px;
  }
  /* line 522, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-file-btn .wrap-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
  }
  /* line 528, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-file-btn .wrap-btn .btn {
    padding: 8px 24px;
    font-size: 12px;
  }
  /* line 536, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-content-form {
    padding: 0 10px;
  }
  /* line 539, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-content-form .content {
    padding: 10px;
    font-size: 12px;
  }
  /* line 544, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name {
    max-width: 600px;
    margin: -10px 0 10px;
    padding: 0;
  }
  /* line 549, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name h2 {
    font-size: 12px;
  }
  /* line 553, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name a {
    margin-left: 10px;
    font-size: 11px;
  }
  /* line 558, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .review-notice {
    height: 50px;
    margin: 4px 0 8px;
    font-size: 11px;
  }
  /* line 565, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .wrap-name-accept .wrap-name {
    width: 60%;
    max-width: 400px;
  }
  /* line 569, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .wrap-name-accept .wrap-name label {
    display: block;
    font-weight: normal;
    font-size: 12px;
  }
  /* line 574, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .wrap-name-accept .wrap-name label.label-password {
    margin: 7px 0 0;
  }
  /* line 578, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .wrap-name-accept .wrap-name label .label-text {
    display: inline-block;
    width: 100%;
    max-width: 60px;
  }
  /* line 584, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .wrap-name-accept .wrap-name label #review-name, .main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .wrap-name-accept .wrap-name label #review-password {
    width: 100%;
    max-width: 105px;
  }
  /* line 591, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .wrap-name-accept .wrap-accept {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 40%;
    max-width: 200px;
    padding-top: 4px;
    box-sizing: border-box;
  }
  /* line 600, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .wrap-name-accept .wrap-accept #accept-privacy {
    margin-right: 4px;
  }
  /* line 604, app/assets/stylesheets/reviews.scss */
  .main .wrap-title-review .wrap-review-form .wrap-content-form .wrap-notice-name .wrap-name-accept .wrap-accept label {
    font-weight: normal;
    font-size: 12px;
  }
  /* line 615, app/assets/stylesheets/reviews.scss */
  .main .wrap-review-list {
    max-width: 600px;
    padding: 0 1.25rem;
  }
  /* line 621, app/assets/stylesheets/reviews.scss */
  .main .wrap-review-list .review-list .wrap-review {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 12px 15px 15px 12px;
    border-bottom: 2px solid #ccc;
  }
  /* line 629, app/assets/stylesheets/reviews.scss */
  .main .wrap-review-list .review-list .wrap-review .wrap-date-name {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 8px;
  }
  /* line 636, app/assets/stylesheets/reviews.scss */
  .main .wrap-review-list .review-list .wrap-review .wrap-date-name .date {
    font-size: 11px;
    line-height: 5.5px;
    letter-spacing: -0.22px;
  }
  /* line 642, app/assets/stylesheets/reviews.scss */
  .main .wrap-review-list .review-list .wrap-review .wrap-date-name .name {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 6.5px;
    letter-spacing: -0.24px;
  }
  /* line 649, app/assets/stylesheets/reviews.scss */
  .main .wrap-review-list .review-list .wrap-review .wrap-photo-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
  }
  /* line 656, app/assets/stylesheets/reviews.scss */
  .main .wrap-review-list .review-list .wrap-review .wrap-photo-content .review-photo {
    width: 100px;
  }
  /* line 660, app/assets/stylesheets/reviews.scss */
  .main .wrap-review-list .review-list .wrap-review .wrap-photo-content .review-content {
    max-width: 220px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.24px;
  }
  /* line 667, app/assets/stylesheets/reviews.scss */
  .main .wrap-review-list .review-list .wrap-review .wrap-photo-content .review-content.full-review-content {
    width: 100%;
    max-width: 600px;
  }
  /* line 673, app/assets/stylesheets/reviews.scss */
  .main .wrap-review-list .review-list .wrap-review .wrap-photo-content .wrap-review-btn {
    width: 100%;
    max-width: 600px;
    margin-top: 14px;
    text-align: right;
  }
  /* line 679, app/assets/stylesheets/reviews.scss */
  .main .wrap-review-list .review-list .wrap-review .wrap-photo-content .wrap-review-btn button {
    font-size: 14px;
  }
  /* 페이지네이션 */
  /* line 690, app/assets/stylesheets/reviews.scss */
  .wrap-pagination {
    padding: 3.75rem 0 3.781rem;
  }
  /* line 691, app/assets/stylesheets/reviews.scss */
  .wrap-pagination .pagination .prev .material-icons,
.wrap-pagination .pagination .next .material-icons {
    font-size: 0.812rem;
  }
  /* line 693, app/assets/stylesheets/reviews.scss */
  .wrap-pagination .pagination .prev {
    padding-right: 20px;
  }
  /* line 694, app/assets/stylesheets/reviews.scss */
  .wrap-pagination .pagination .pages {
    font-size: 0.812rem;
    line-height: 1.15;
    letter-spacing: normal;
    color: #585858;
    padding-right: 20px;
  }
  /* line 695, app/assets/stylesheets/reviews.scss */
  .wrap-pagination .pagination .pages .active {
    border-radius: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
    position: relative;
  }
  /* line 696, app/assets/stylesheets/reviews.scss */
  .wrap-pagination .pagination .pages .active span {
    top: 3px;
  }
  /* -end- 페이지네이션 */
  /* line 703, app/assets/stylesheets/reviews.scss */
  .mask-review-form .wrap-review-form {
    padding: 0 20px;
    box-sizing: border-box;
  }
  /* line 707, app/assets/stylesheets/reviews.scss */
  .mask-review-form .wrap-review-form .box-review-form {
    padding: 20px;
  }
  /* line 710, app/assets/stylesheets/reviews.scss */
  .mask-review-form .wrap-review-form .box-review-form .review-form-close {
    font-size: 28px;
  }
  /* line 714, app/assets/stylesheets/reviews.scss */
  .mask-review-form .wrap-review-form .box-review-form .wrap-label-form {
    flex-direction: column;
    margin-top: 20px;
    font-size: 14px;
  }
  /* line 719, app/assets/stylesheets/reviews.scss */
  .mask-review-form .wrap-review-form .box-review-form .wrap-label-form label {
    margin-bottom: 4px;
  }
  /* line 723, app/assets/stylesheets/reviews.scss */
  .mask-review-form .wrap-review-form .box-review-form .wrap-label-form .form-password {
    max-width: 600px;
  }
  /* line 730, app/assets/stylesheets/reviews.scss */
  .mask-review-form .wrap-review-form .box-review-form .wrap-btn-confirm .btn {
    padding: 6px 16px;
    font-size: 12px;
  }
  /* line 735, app/assets/stylesheets/reviews.scss */
  .mask-review-form .wrap-review-form .box-review-form .wrap-btn-confirm .btn-cancel {
    margin-left: 4px;
  }
  /* line 748, app/assets/stylesheets/reviews.scss */
  .mask-review-photo .wrap-review-photo {
    padding: 0 20px;
    box-sizing: border-box;
  }
  /* line 752, app/assets/stylesheets/reviews.scss */
  .mask-review-photo .wrap-review-photo .box-review-photo {
    max-width: 600px;
    padding: 20px;
  }
  /* line 756, app/assets/stylesheets/reviews.scss */
  .mask-review-photo .wrap-review-photo .box-review-photo .review-photo-close {
    font-size: 24px;
  }
  /* line 760, app/assets/stylesheets/reviews.scss */
  .mask-review-photo .wrap-review-photo .box-review-photo .img-review-photo {
    max-height: 300px;
    margin-top: 20px;
  }
  /* line 767, app/assets/stylesheets/reviews.scss */
  .mask-review-photo .wrap-review-photo .box-review-photo .wrap-btn-close .btn {
    padding: 6px 16px;
    font-size: 12px;
  }
}

/*# sourceMappingURL=reviews.css-8e575c07a20cc55024e40ba1ae8529f91ae93027bb7ddba207664077efc37870.map */
