html {
  min-width: 1280px;
  overflow-x: auto;
}
:root {
  --yellow1: #FFE68B;
  --yellow69: #FCCA69;
  --blue: #387AFC;
  --blue8per: #eff5ff;
  --graySe: #F3F6FA;
  --grayDsb: #ABADB1;
  --grayTxt: #67696D;
  --grayBg1: #F2F3F7;
  --grayBg2: #FAFAFC;
  --line1: #E0E3E8;
}
.hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 0;
  text-indent: -10000px;
  vertical-align: top;
}
.txt_blue {
  color: #387AFC !important;
}
.txt_yellow1 {
  color: #FFE68B !important;
}
.contents > img + .round_info {
  margin-top: -30px;
}

.round_box {
  border-radius: 24px;
  background: #387afc;
  padding: 40px 80px;
  color: #fff;
}
.round_box p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.round_box.bg {
  position: relative;
  z-index: 1;
}
.round_box > .round_box {
  margin-top: 35px;
  padding: 20px 32px;
  background: #163165;
}
.round_box.bg:before {
  content: "";
  display: block;
  width: 395px;
  height: 311px;
  background: url(../../img/new_review/review_bg.svg) no-repeat center / auto;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: -1;
  right: 98px;
  top: 0;
}
.round_box .txt_box {
  padding-left: 8px;
  padding-top: 12px;
}
.round_box .txt_box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.round_box .round_box_subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
}
.round_box > .round_box em {
  margin-right: 3px;
  font-weight: 600;
}
.round_box_title .txt_yellow1 {
  position: relative;
}
.round_box_title .logo {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
}
.round_box_title .logo img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.round_box_title {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 16px;
}
.round_box_title .txt_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.info_title {
  position: relative;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 14px;
}
.info_title strong {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1786F1;
  border-radius: 20px;
  padding: 0 14px;
  box-sizing: border-box;
  height: 42px;
  gap: 8px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
}
.info_title strong:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../img/ver2412/ico_noti.png) no-repeat center / 100%;
}
.round_info {
  border-bottom: 1px dashed #1786F1;
  padding-bottom: 36px;
  box-sizing: border-box;
  margin-top: 24px;
  margin-bottom: 40px;
}
.round_info .txt_blue {
  font-weight: 600;
}
.list_dot li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  color: #43484D;
}
.list_dot li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  margin-right: 6px;
  background: #0161D1;
  border-radius: 50%;
}
.list_dot .txt_blue {
  font-weight: bold;
  color: #111 !important;
}

.class_box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.class_box .btn_del .icon {
  background: url(../../img/new_review/btn_delete-b.svg) no-repeat center / 100%;
  width: 20px;
  height: 20px;
}

.review_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.sch_box {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sch_box h4 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -1px;
  color: #212224;
  margin-right: 20px;
}
.sch_box .select {
  width: 260px;
}
.sch_box .select:last-child {
  width: 120px;
}
.select {
  appearance: none;
  height: 40px;
  padding: 0 10px;
  display: inline-block;
  font-size: 14px;
  background: #fff url(../../img/new_review/sel_arrow.svg) no-repeat right 6px center / auto;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  color: #212224;
  letter-spacing: -.8px;
}
.input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 10px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #ddd;
  color: var(--grayTxt);
  letter-spacing: -.8px;
}
.input:focus {
  border: 2px solid;
}
.btn_wrap {
  display: flex;
  justify-content: flex-end;
}
.btn_review {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 60px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid var(--blue);
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -1px;
  color: var(--blue);
  margin-right: 5px;
}
.sch_input_wrap {
  position: relative;
}
.sch_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.sch_btn img {
  width: 20px;
}
.count {
  font-weight: 600;
  letter-spacing: -.6px;
  color: #212224;
  font-size: 15px;
}
.best .review_thumb:before {
  content: "BEST";
  background: #fe1818;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  padding: 0 8px;
  border-radius: 0 0 7px 0;
  color: #fff;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
}
.review_box {
  margin-top: 5px;
  margin-bottom: 50px;
  border-top: 1px solid #929292;
}
.review_box li {
  margin-top: 15px;
  padding: 0 24px;
  box-sizing: border-box;
  background: #f8f8f8;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ddd;
}
.review_box li.best {
  background-color: #f7f7f7;
}
.review_box .inner {
  display: flex;
  gap: 26px;
  padding: 20px 0;
  box-sizing: border-box;
}
.review_thumb {
  position: relative;
  display: flex;
  border: 1px solid #eee;
  width: 120px;
  height: 120px;
  border-radius: 12px;
  background: #eee;
  overflow: hidden;
  flex: none;
  box-sizing: border-box;
  cursor: pointer;
}
.review_thumb img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.review_thumb .img_count {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-size: 13px;
  font-weight: 500;
  background: var(--blue);
  color: #fff;
}
.review_cont {
  position: relative;
  width: calc(100% - 146px);
}
.review_cont .title {
  font-size: 18px;
}
.review_info {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 13px;
}
.review_info_top {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 15px;
}
.review_info_top > div {
  display: inline-flex;
  margin-right: auto;
}
.review_info_top .rating-container {
  margin-right: 30px;
  position: relative;
  transform: translateY(-2px);
}
.review_info_top .rating-container:after {
  content: "";
  display: block;
  width: 1px;
  height: 75%;
  background: #929292;
  position: absolute;
  top: 5px;
  right: -15px;
}
.review_info_top .title {
  font-weight: 600;
  font-size: 15px;
  color: #212224;
  letter-spacing: -.6px;
}
.review_date {
  margin-left: 60px;
  font-size: 13px;
  letter-spacing: -1px;
}
.review_info_btm {
  display: flex;
  align-items: baseline;
  font-size: 15px;
}
.review_info_btm .title {
  width: 83%;
  font-size: 17px;
}
.review_info_btm .right {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex: none;
}
.right.active .btn_like {
  border-color: #ccc;
  color: #ccc;
}
.right.active .review_score:before {
  background-image: url(../../img/new_review/ico_helped-on.svg);
  opacity: 1;
}
.review_score {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.review_score:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../img/new_review/ico_helped.svg) no-repeat center / auto;
  opacity: .6;
}
.review_score em {
  margin-left: 2px;
  font-weight: 600
}
.btn_like {
  display: inline-block;
  font-size: 12.5px;
  padding: 0 4px;
  height: 24px;
  font-weight: 600;
  letter-spacing: -.4px;
  color: var(--blue);
  border-radius: 5px;
  margin-left: 12px;
  border: 1px solid var(--blue);
}
.review_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 12px;
  padding: 12px 0;
  box-sizing: border-box;
  font-size: 15px;
  color: #212224;
  letter-spacing: -0.04em;
}
.review_txt .box {
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  /* width: 85%; */
  line-height: 1.5;
}
.review_txt.open .box {
  white-space: normal;
}
.view_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  letter-spacing: -1px;
  font-size: 14px;
  font-weight: 600;
  color: var(--blue);
  border-radius: 12px;
}
.review_new {
  display: inline-flex;
  height: 18px;
  align-items: center;
  border: 1px solid var(--yellow1);
  background: var(--yellow1);
  color: #454545;
  font-size: 10px;
  border-radius: 32px;
  padding: 0 8px;
  letter-spacing: -0.04em;
  font-weight: 600;
  margin-right: 5px;
  box-sizing: border-box;
  line-height: 1;
  vertical-align: text-top;
}

.rating-container {
  display: flex;
  align-items: center;
}
.star {
  cursor: pointer;
  fill: #d3d3d3;
  transition: fill 0.3s;
}
.star.active {
  fill: #ffcc00;
}
.flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* review popup */
.dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999;
}
.layer_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.layer_popup .layer_inner {
  position: relative;
  background-color: #fff;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}
.layer_popup.review .layer_inner {
  width: 660px;
  height: 91vh;
  height: clamp(60vh,91vh,772px);
}
.layer_popup.thumb .layer_inner {
  max-width: 1200px;
  max-width: 65vw;
  height: 820px;
  width: 100%;
}
.layer_popup.review .layer_tit {
  border-bottom: 2px solid;
}
.thumb .layer_tit {
  border-bottom: 2px solid;
}
.layer_tit {
  font-size: 24px;
  font-weight: bold;
  color: #212224;
  letter-spacing: -1.4px;
  padding-bottom: 10px;
  box-sizing: border-box;
  margin-bottom: 26px;
}
.layer_tit_sub {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1.4px;
  color: #212224;
  margin-bottom: 6px;
}
.layer_tit_sub ~ .layer_tit_sub {
  margin-top: 24px;
}
.review .layer_cont {
  overflow-y: auto;
  height: calc(100% - 155px);
}
.review .layer_cont::-webkit-scrollbar {
  width: 15px;
}
.review .layer_cont::-webkit-scrollbar-thumb {
  height: 30px;
  border-radius: 10px;
  border: 4px solid #fff;
  background: #dedede;
}
.layer_popup .select {
  width: 200px;
}
.layer_popup .textarea {
  display: block;
  width: 100%;
  height: 90px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 15px;
  color: var(--grayTxt);
  resize: none;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: inherit;
}
.layer_popup .btn_wrap {
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.layer_popup .btn_wrap [class^="btn"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 52px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
  box-sizing: border-box;
}
.btn_default {
  background: var(--blue);
  color: #fff;
}
.btn_close {
  background: #fff;
  color: var(--blue);
  border: 1px solid var(--blue);
}
.layer_popup .btn_wrap.ico {
  position: absolute;
  top: -20px;
  right: -52px;
}
.layer_popup .btn_wrap.ico .btn_close {
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  transition: transform .2s;
}
.layer_popup .btn_wrap.ico .btn_close:hover {
  transform: rotate(90deg);
}
.btn_close i {
  background: url(../../img/cscenter_close.png) no-repeat center / 100%;
}

.review_img_upload {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
.review_img_upload > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review_img_upload .btn_upload {
  max-width: 80px;
  width: 100%;
  flex: none;
}
.btn_upload .btn {
  width: 100%;
  height: 80px;
  border: 1px solid #E0E3E8;
  border-radius: 8px;
  color: #67696D;
  background-color: #fff;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 14px;
  box-sizing: border-box;
}
.btn_upload .btn:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../../img/new_review/btn_photo.svg) no-repeat center / 100%;
}
.btn_upload input[type="file"] {
  display: none;
}
.upload_box {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 80px;
  height: 80px;
  border: 1px solid #E0E3E8;
  border-radius: 8px;
}
.upload_box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.upload_box .btn_delete {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: 0;
}
.upload_box .icon_delete {
  background: url(../../img/new_review/btn_delete.svg) no-repeat center / 100%;
  width: 16px;
  height: 16px;
}
.check_wrap {
  display: flex;
  align-items: center;
}
.check_terms label,
.check_wrap label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px 0 4px 26px;
  vertical-align: middle;
  font-weight: 500;
  color: var(--grayTxt);
}
.check_terms label::before,
.check_terms label::after,
.check_wrap label::before,
.check_wrap label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 5px;
  box-sizing: border-box;
}
.check_terms label::before, .check_wrap label::before  {
  border: 1px solid #ddd;
  background: #fff;
}
.check_terms input:checked + label, .check_wrap input:checked + label {
  font-weight: bold;
  color: #212224;
}
.check_terms input:checked + label:before,
.check_wrap input:checked + label:before {
  border-color: var(--blue);
  background: var(--blue);
}
.check_terms input:checked + label::after,
.check_wrap input:checked + label::after  {
  background: url(../../img/new_review/ico_checked-wh.svg) no-repeat center / auto;
}
.btn_terms {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  color: var(--grayTxt) !important;
}
.btn_terms i {
  background: url(../../img/new_review/arr_right.svg) no-repeat center / auto;
  width: 10px;
  height: 10px;
}
.col2 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 24px;
}
.col2 > div:first-child {
  flex: 2;
}
.col2 > div:last-child {
  flex: 1;
}
.col2 .select {
  width: 100%;
}
.check_open {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 12px;
}


/* 이미지 슬라이드 팝업 */
.thumb_item {
  width: 100%;
  height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumb_item img {
  object-fit: cover;
  max-width: 100%;
  max-height: 660px;
  height: auto;
}
.thumb_slide {
  position: relative;
}
.thumb_slide .swiper {
  margin: 0 auto;
  max-width: clamp(80%, 90%, 92%);
}
.thumb_slide .swiper-button-next, .thumb_slide .swiper-button-prev {
  width: 36px;
  height: 36px;
}
.thumb_slide .swiper-button-next:after, .thumb_slide .swiper-button-prev:after {
  font-size: clamp(24px,1.77vw,34px);
}
.thumb_slide .swiper-pagination {
  position: relative;
  margin-top: 15px;
}
.thumb_slide .swiper-button-prev {
  left: -5px;
}
.thumb_slide .swiper-button-next {
  right: -5px;
}


/* 댓글 */
.comment_wrap {
  width: 100%;
}
.comment_write {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px 0 10px;
	border-radius: 10px;
	box-sizing: border-box;
	padding-right: 98px;
	margin-bottom: 10px;
  margin-top: -10px;
}
.comment_write textarea {
	display: block;
	width: 100%;
	height: 80px;
	resize: none;
	border: 0;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
}
.comment_write .btn_wrap_txtarea {
  position: absolute;
	display: flex;
	gap: 5px;
	top: 20px;
	right: 0;
	height: calc(100% - 30px);
	width: 90px;
}
.btn_wrap_txtarea button {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -.6px;
	background: #ffffff;
	width: 90px;
	height: 100%;
	color: var(--grayTxt);
}
.comment_box {
  position: relative;
  padding: 16px 32px;
	padding-right: 100px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #f9f9f9;
}
.comment_box + .comment_box {
  margin-top: 5px;
}
.best .comment_box {
  background: #fff;
}
.comment_box p {
  font-size: 15px;
  letter-spacing: -.6px;
  margin: 8px 0 16px;
  line-height: 1.3;
}
.comment_box .comment_time {
  font-size: 12px;
  letter-spacing: -1px;
  color: var(--grayTxt);
	display: inline-block;
	margin-left: 10px;
}
.comment_id {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.6px;
}
.comment_util {
  display: flex;
  align-items: center;
  gap: 20px;
}
.comment_util button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  color: #212224;
  letter-spacing: -1px;
  font-size: 14px;
}
.comment_util button .icon {
  width: 16px;
  height: 16px;
}
.comment_util .like_comment .icon {
  background-image: url("../../img/new_review/ico_helped.svg");
}
.comment_util .like_comment.on {
  color: var(--blue);
  font-weight: 500;
}
.comment_util .like_comment.on .icon{
  background-image: url(../../img/new_review/ico_helped-on.svg);
} 
.comment_util .btn_comm .icon {
  background-image: url("../../img/btn_comment.svg");
}
.comment_util .delete_comment .icon {
  background-image: url("../../img/delete_comment.svg");
}
.comment_util .delete_comment {
	position: absolute;
	top: 10px;
	right: 0;
	width: 90px;
	height: calc(100% - 20px);
	justify-content: center;
	border-radius: 10px;
	background: rgba(255, 255, 255, .8);
	border: 1px solid #ddd;
	font-weight: 500;
	font-size: 14px;
}
.rep_id {
  display: block;
  font-weight: 500;
  color: var(--blue);
  line-height: 22px;
  font-size: 13px;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 140px !important;
}
.pagination > li {
  background: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  box-sizing: border-box;
  color: #899097;
  margin: 0 4px;
}
.pagination > li.active {
  border: 1px solid #0161D1;
  background: #0161D1;
  border-radius: 10px;
  color: #3c78ff;
}
.pagination > li > a {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.06em;
  color: #899097;
  display: block;
}
.pagination > li.active > a {
  color: #fff !important;
}
.pagination > li > a > i.fas {
  color: #1786F1;
}
.pagination > li:first-child,
.pagination > li:nth-child(2),
.pagination > li:nth-last-child(2),
.pagination > li:last-child {
  border: 1px solid #BEC9D7;
  border-radius: 10px;
  box-sizing: border-box;
}

/* 댓글 토글 */
.comment_wrap {
  display: none;
}
.comment_wrap.active {
  display: block;
  margin-top: 16px;
}
.comment_wrap_btn {
  margin-left: 26px;
  font-size: 14px;
  transition: transform .2s;
  display: flex;
  align-items: center;
  gap: 3px;
}
.comment_wrap_btn.active img {
  transform: rotate(180deg);
}
.comment_wrap_btn span {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.review_box .no-review {
  text-align: center;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #929292;
  border-radius: 0;
  padding-bottom: 30px;
  padding-top: 20px;
}