.l-main {
  max-width: 100%;
  width: 100%;
}

.l-contents__inner {
  max-width: 1200px;
  margin: auto auto 50px;
}

.search h2 {
  padding: 10px 20px;
}
.search ul {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.search ul li {
  display: table-row;
}
.search ul li > * {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ccc;
}
.search ul li:first-child {
  background: #ddd;
}
.review-box h4 {
  font-size: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  gap: 5px;
  text-wrap-mode: nowrap;
}
.review-box .star h4 {
  margin-bottom: 0;
}
.review-box .act h4 div {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.review-box span ,
.review-box p {
  font-size: 0.8rem;
}
.review-box .director span,
.review-box .scenario span,
.review-box .act span {
  /* background: #78d337; */
  color: #333;
  /* padding: 3px 10px; */
  border-radius: 50px;
}
.review-box a {
  color: #78d337;
  font-weight: 600;
  font-size: 1rem;
}
.review-box .search_contents-bottom a,
.review-box .search_contents-top a {
  box-shadow: 1px 1px 3px 1px #3333333b;
  padding: 3px 10px;
  border-radius: 50px;
}
.review-box {
  display: flex;
  gap: 30px;
  margin: 20px auto;
  border: 1px solid #ddd;
  padding: 15px;
  max-width: 100%;
  width: 1200px;
  margin: 50px auto;
}
.review-box .right_area {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.review-box .left_area {
  /* min-width: 300px; */
}
.review-box .left_area .img_area {
  aspect-ratio: 3 / 4;
  max-width: 240px;
  position: relative;
  background: #3333330a;
  margin: auto;
}
/* .review-box .left_area .img_area:after {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ffcc4e;
  padding: 10px 15px;
  font-size: 1.1rem;
  font-weight: 600;
} */
.review-box .left_area .img_area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.review-box .left_area .amazon_notice {
  display: flex;
  margin: 10px auto;
  gap: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 10px 0;
  background: #eee;
}
.review-box .left_area .amazon_notice:hover {
  background: #ddd;
}
.review-box .left_area .amazon_notice .amazon-img {
  max-width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.review-box .left_area .amazon_notice .amazon-img img {
  width: 100%;
}
.review-box .left_area .amazon_notice .amazon-txt {
  font-size: 0.8rem;
  color: #4e4d56;
}

.review_bottom {
  display: flex;
  width: 100%;
  gap: 2em;
}
.review_bottom .left_Area {
  width: 100%;
}
.review_bottom .left_Area .review_Area {
  padding: 20px;
  background: #f8f8f8;
}
.review_bottom .right_Area {
  width: 288px;
}
.title_area h3 {
  font-size: 1.6rem;
  /* padding-bottom: 15px; */
}

.radar-wrap {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}

.radar-wrap canvas {
  width: 100%;
  height: auto;
}

.radar-data {
  display: none;
}
.right_area .title_area {
  display: flex;
  align-items: baseline;
  /* gap: 20px; */
  flex-direction: column;
}
.right_area .title_area p,
.right_area .title_area a {
  font-size: 1.1rem;
}
.star {
  display: flex;
  gap: 10px;
  align-items: center;
}
.star img {
  max-width: 100px;
}
.radar-wrap h4 {
  text-align: left;
}
.cnt_txt_area a {
  color: #333;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  font-weight: 500;
}
.cnt_txt_area a:after {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼"
}
.people a {
  color: #fff;
  background: #7f7f7f;
  padding: 2px 10px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 0.8rem;
}
.review-box h4.term {
  display: flex;
  gap: 5px;
  align-items: center;
}
.button_wrapper .button {
  color: #333;
  font-weight: 500;
  margin: 20px auto;
}
.vod-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px auto;
}
.vod-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vod-list li a img {
  max-width: 60px;
}
.tab_area {
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  border: 1px solid #ccc;
}

/* Tabs */
.tab_menu {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
}

.tab_menu li {
  list-style: none;
  padding: 10px 20px;
  background: #eee;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  white-space: nowrap;
}

.tab_menu li.active {
  background: #000;
  color: #fff;
}

/* Contents */
.tab_contents {
  width: 100%;
}

.tab_contents .cnt {
  width: 100%;
  display: none;
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height .4s ease;
}

/* Active */
.tab_contents .cnt.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* Fade Out Effect */
/* .tab_contents .cnt::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
} */

/* Full Open */
.tab_contents .cnt.open {
  max-height: 9999px;
}

.tab_contents .cnt.open::after {
  opacity: 0;
}

/* Links */
.tab_contents .cnt a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 5px 15px 5px 0;
  text-decoration: none;
}

.tab_contents img {
  width: 100px;
  height: auto;
  max-width: 50px;
}

/* More Button */
.more-btn {
  display: none;
  text-align: center;
  margin-top: 10px;
  padding: 8px 16px;
  background: #000;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.more-btn.active {
  display: block;
}
.tab_contents .cnt.short::after {
  display: none;
}

.tab_contents .cnt.short + .tab-more {
  display: none;
}

.reviews {
  /* margin-top: 40px; */
  background: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
}

.reviews-title {
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.review-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}

.review-head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.review-user-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.review-user {
  font-weight: bold;
}

.review-date {
  font-size: 12px;
  color: #777;
}

.review-rating {
  font-weight: bold;
  margin: 6px 0 10px;
}
.review-rating span {
  color: #e5b200;
}
.emotion-rating {
  display: flex;
  margin: 10px auto;
  gap: 10px;
}
.emotion-rating span {
  color: #e5b200;
}

.review-text {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº */
.short {
  overflow: hidden;
  max-height: 45px;
  display: block;
}

.review-btn {
  background: none;
  border: none;
  font-size: 12px;
  margin-right: 10px;
  cursor: pointer;
  padding: 4px;
  color: #444;
}

.review-btn:hover {
  text-decoration: underline;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬UI */
.spoiler-text {
  display: none;
}

.show-spoiler, .more-text-btn {
  background: #eee;
  padding: 6px 10px;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  margin-bottom: 10px;
}
.review-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 25px;
}

.summary-left {
  width: 25%;
  text-align: center;
}

.avg-score {
  font-size: 32px;
  font-weight: bold;
  color: #e5b200;
  margin-bottom: 8px;
}

.review-total {
  font-size: 12px;
  color: #555;
}

.summary-right {
  width: 70%;
}

.summary-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.score-label {
  width: 65px;
  font-size: 13px;
  color: #444;
}

.bar {
  flex: 1;
  background: #eee;
  height: 10px;
  margin: 0 10px;
  border-radius: 5px;
  overflow: hidden;
}

.bar-fill {
  display: block;
  height: 100%;
  background: #ffcc00;
  border-radius: 5px;
}

.score-percent {
  width: 40px;
  text-align: right;
  font-size: 12px;
  color: #444;
}
.emotion-summary {
  margin-top: 40px;
  padding: 20px;
  border-top: 2px solid #eee;
}
.emotion-summary h4 {
  font-size: 1.2rem
}

.radar-wrap {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
.emotions h2 {
  font-size: 1rem !important;
}
@media screen and (max-width: 900px) {
  .review-box {
    flex-direction: column;
  }
  .review-box .left_area .img_area {
    max-width: 200px;
    margin: auto;
  }
  .tab_contents .cnt.active {
    grid-template-columns: repeat(1, 1fr);
  }
  .right_area .title_area {
    flex-direction: column;
    gap: 0;
  }
  .title_area h3 {
    padding-bottom: 0;
    font-size: 1.6rem;
  }
  .review_bottom {
    flex-direction: column;
  }
  .review_bottom .right_Area {
    width: 100%;
  }
  .review_bottom .right_Area .banger-mood-form-wrap {
    margin-bottom: 20px !important;
  }
  .review-summary {
    flex-direction: column;
    gap: 10px;
  }
  .summary-left {
    width: 100%;
  }
  .summary-right {
    width: 100%;
  }
}
