.bv_con_container.board_top {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
  left: 0px;
  top: 124px;
  width: 100%;
}

.bv_con_container { 
  width: 100%;
  text-align: center;
}
.bv_con_box {
  width: 1400px;
  display: inline-block;
}

.bv_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.bv_subject_section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

.bv_subject {
  width: 100%;
  padding: 10px 0;
}

.bv_title {
  color: #202020;
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 34px;
  letter-spacing: -0.025em;
  font-weight: 600;
  white-space: nowrap;      /* 줄바꿈 방지 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.bv_meta {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.bv_label_review {
  padding: 10px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.bv_category {
  color: #f68021;

}

.bv_frame {
  display: flex;
  gap: 14px;
  align-items: center;
}

.bv_author,
.bv_datetime,
.bv_views {
  color: #777777;
  font-size: 16px;
}

.bv_line_gray {
  border-top: 1px solid #cccccc;
}

.bv_con_section {
  padding: 20px 0 80px 0;
  width: 100%;
  position: relative;
  text-align: left;
}

.bv_text {
  color: #202020;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.bv_sample {
  text-align: center;
}

.bv_image {
  width: 480px;
  height: 586px;
}

.bv_loveit_section {
  height: 64px;
}

.bv_line_gray2 {
  border-top: 1px solid #cccccc;
  width: 1400px;
}
.bv_loveit {
  border-radius: 40px;
  border: 1px solid #cccccc;
  padding: 20px 40px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 64px;
  margin: 0 auto;
  margin-top: -32px;
  font-size: 18px;
  font-weight: 600;
  cursor:pointer;
}

.bv_loveit_off {
  background-color: #ffffff;  
  color: #cccccc;
}
.bv_loveit_on {
  background-color: #007433;
  color: #ffffff;
}

.bv_icon_smile {
  width: 24px;
  height: 24px;
}

.bv_box_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bv_comments_section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bv_comment_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bv_comment_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bv_comment_wrap {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.bv_reply {
  padding-left: 60px;
}
.bv_profile {
  display: flex;
  gap: 15px;
  align-items: center;
  min-width: 200px;
}

.bv_thumb {
  background: #f7f8fa;
  border-radius: 40px;
  width: 42px;
  height: 42px;
  overflow: hidden;
}

.bv_img {
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

.bv_thumb_none {
  width: 42px;
  height: 42px;
}

.bv_name {
  color: #202020;
  font-size: 18px;
  font-weight: 600;
}

.bv_row {
  display: flex;
  align-items: center;
}

.bv_comment_text {
  padding: 0 20px;
  color: #3a3a3a;
  font-size: 16px;
}

.bv_comment_date {
  padding: 0 20px;
  color: #cccccc;
  font-size: 16px;
}

.bv_btn_group {
  display: flex;
}

.bv_btn_re {
  padding: 0 15px;
  color: #777777;
}

.bv_btn_del {
  padding: 0 15px;
  color: #ff5440;
}

.bv_comments_write {
  background: #f7f8fa;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: flex-end;
}

.bv_input_textarea {
  background: #ffffff;
  padding: 15px 20px;
  display: flex;
  gap: 20px;
  flex: 1;
}

.bv_placeholder {
  color: #777777;
  flex: 1;
  text-align: left;
}

.bv_icon_photo {
  width: 24px;
  height: 24px;
}

.bv_btn_regist {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 15px 25px;
  display: flex;
  align-items: center;
}

.bv_btn_section {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
   width: 100%;
}

.bv_left {
  display: flex;
  gap: 10px;
}

.bv_btn_write {
  background: #007433;
  border-radius: 4px;
  height: 48px;
  padding: 12px 20px;
  color: #ffffff;
}

.bv_btn_rewrite,
.bv_btn_up,
.bv_btn_down,
.bv_btn_urlcopy,
.bv_btn_list {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #777777;
  height: 48px;
  padding: 12px 20px;
  color: #777777;
}
.bv_btn_urlcopy, .bv_btn_list, .btn_fix_top {
	cursor:pointer;
}
.bv_btn_up,
.bv_btn_down {
  width: 48px;
  height: 48px;
  padding: 12px 0;
  vertical-align: middle;
}

.bv_arrow_up,
.bv_arrow_down {
  width: 24px;
  height: 24px;
}

.bv_right {
  display: flex;
  gap: 10px;
}

.bv_next_section {
   width: 100%;
  margin: 80px 0;
}

.bv_next_row {
  display: flex;
  flex-direction: row;;
  align-items: center;
  gap: 10px;
  height:64px;
}

.bv_no {
  padding: 20px;
  color: #777777;
}

.bv_label_review2 {
  padding: 10px 20px;
}

.bv_txt {
  padding: 0 20px;
}

.bv_fix_warp {
  position: absolute;
  right: -64px;
  bottom: 0;
}


.comments-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 1400px;
  position: relative;
  left: 50%;

  translate: -50%;
}
.comments-view {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.profile {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 200px;
  position: relative;
}
.thumb {
  background: var(--base-cool-gray-f7f8fa, #f7f8fa);
  border-radius: 40px;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  position: relative;
  overflow: hidden;
}
.img2 {
  border-radius: 50%;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  top: 50%;
  object-fit: cover;
}
.name2 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.fc {
  color: var(--base-black-gray-20, #202020);
  text-align: left;
  font-family: var(
    --subtit-sem-18-font-family,
    "Pretendard-SemiBold",
    sans-serif
  );
  font-size: var(--subtit-sem-18-font-size, 18px);
  letter-spacing: var(--subtit-sem-18-letter-spacing, -0.025em);
  font-weight: var(--subtit-sem-18-font-weight, 600);
  position: relative;
}
.row {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.txt2 {
  padding: 0px 20px 0px 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.div5 {
  color: var(--base-dim-gray-3a, #3a3a3a);
  text-align: left;
  font-family: var(--body-reg-16-font-family, "Pretendard-Regular", sans-serif);
  font-size: var(--body-reg-16-font-size, 16px);
  letter-spacing: var(--body-reg-16-letter-spacing, -0.025em);
  font-weight: var(--body-reg-16-font-weight, 400);
  position: relative;
}
.datetime2 {
  padding: 0px 20px 0px 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
._24-03-21-12-00 {
  color: var(--base-lightgray-dd, #cccccc);
  text-align: left;
  font-family: var(--body-reg-16-font-family, "Pretendard-Regular", sans-serif);
  font-size: var(--body-reg-16-font-size, 16px);
  letter-spacing: var(--body-reg-16-letter-spacing, -0.025em);
  font-weight: var(--body-reg-16-font-weight, 400);
  position: relative;
}
.btn-group {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.btn-re {
  padding: 0px 15px 0px 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.div6 {
  color: var(--base-dark-gray-77, #777777);
  text-align: left;
  font-family: var(--body-reg-16-font-family, "Pretendard-Regular", sans-serif);
  font-size: var(--body-reg-16-font-size, 16px);
  letter-spacing: var(--body-reg-16-letter-spacing, -0.025em);
  font-weight: var(--body-reg-16-font-weight, 400);
  position: relative;
}
.comments-view2 {
  padding: 0px 0px 0px 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.thumb-none {
  border-radius: 50px;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  position: relative;
  overflow: visible;
}
.div7 {
  color: var(--base-black-gray-20, #202020);
  text-align: left;
  font-family: var(
    --subtit-sem-18-font-family,
    "Pretendard-SemiBold",
    sans-serif
  );
  font-size: var(--subtit-sem-18-font-size, 18px);
  letter-spacing: var(--subtit-sem-18-letter-spacing, -0.025em);
  font-weight: var(--subtit-sem-18-font-weight, 600);
  position: relative;
}
._24-03-22-8-00 {
  color: var(--base-lightgray-dd, #cccccc);
  text-align: left;
  font-family: var(--body-reg-16-font-family, "Pretendard-Regular", sans-serif);
  font-size: var(--body-reg-16-font-size, 16px);
  letter-spacing: var(--body-reg-16-letter-spacing, -0.025em);
  font-weight: var(--body-reg-16-font-weight, 400);
  position: relative;
}
.btn-del {
  padding: 0px 15px 0px 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.div8 {
  color: var(--sub-light-red, #ff5440);
  text-align: left;
  font-family: var(--body-reg-16-font-family, "Pretendard-Regular", sans-serif);
  font-size: var(--body-reg-16-font-size, 16px);
  letter-spacing: var(--body-reg-16-letter-spacing, -0.025em);
  font-weight: var(--body-reg-16-font-weight, 400);
  position: relative;
}
.comments-write {
  background: var(--base-cool-gray-f7f8fa, #f7f8fa);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-end;
  justify-content: flex-end;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.input-textarea {
  background: var(--base-white-fff, #ffffff);
  padding: 15px 20px 15px 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.txt3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
}
.div9 {
  text-align: left;
  font-family: "Pretendard-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.025em;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.div-9-span {
  color: var(--base-dark-gray-77, #777777);
  font-family: "Pretendard-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.025em;
  font-weight: 400;
}
.div-9-span2 {
  color: var(--base-white-fff, #ffffff);
  font-family: "Pretendard-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.025em;
  font-weight: 400;
}
.btn-regist {
  background: var(--base-white-fff, #ffffff);
  border-radius: 4px;
  border-style: solid;
  border-color: var(--base-lightgray-dd, #cccccc);
  border-width: 1px;
  padding: 15px 25px 15px 25px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 78px;
  position: relative;
}
.next-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
  justify-content: flex-start;
  width: 1650px;
  position: relative;
  left: 50%;
  translate: -50%;
  top: 200px;
}
.wrap4 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.row2 {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.sub {
  padding: 20px 40px 20px 40px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.txt4 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.line-gray3 {
  margin-top: -1px;
  border-style: solid;
  border-color: var(--base-lightgray-dd, #cccccc);
  border-width: 1px 0 0 0;
  align-self: stretch;
  flex-shrink: 0;
  height: 0px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}
.likecntBtn, .btn-regist,.btn-re, .btn-del, .icon_photo, .nextMove  {
	cursor:pointer;
}
.input-id {
  padding: 5px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  border-width: 0px 0px 0px 0px;
  
}
.wrap2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.t_head {
	color: #777777;
    padding-right: 4px;
}
.choise {
    background-color: #eeeeee;
}