input[type="text"],
input[type="checkbox"],
select,
button {
  appearance: revert;
  -webkit-appearance: revert;
}
/**
  삭제 버튼을 가려서 숨김
*/
.btn_top_img {
  display: none !important;
}
.post-write-wrap {
  width: 100%;
  /* height: 100vh;
  min-height: 100vh;
  min-height: -webkit-fill-available; */
}
.post-write-wrap .title-wrap {
  width: 100%;
  padding: 12px 10px;
}

.post-write-wrap .title-wrap .title-wrap-top {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.post-write-wrap .title-wrap .title-wrap-top .select-box {
  padding: 8px 5px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  font-size: 14px;
  height: 36px;
  outline: none;
}

.post-write-wrap .title-wrap .title-wrap-top .category {
  flex: 1;
  background: #fff;
  color: #2b2b2b;
}
.post-write-wrap .title-wrap .title-wrap-top .temp_save {
  margin-left: 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  padding: 0 3px;
  font-weight: 700;
  color: #2b2b2b;
}
.post-write-wrap .title-wrap .title-wrap-top .prefix {
  width: 30%;
  margin-right: 5px;
  background: #fff;
  color: #2b2b2b;
}

.post-write-wrap .title-wrap .title-box {
  margin-top: 12px;
}
.post-write-wrap .title-wrap .title-box .title-input,
.post-write-wrap .tag-wrap .tag-input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  padding: 8px 5px;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
}
.post-write-wrap .my-od-list {
  box-sizing: border-box;
  padding: 8px 5px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin: 0 10px 12px 10px;
  position: relative;
}
.post-write-wrap .my-od-list .sub-title {
  font-size: 14px;
}
.post-write-wrap .my-od-list .my-od-btn {
  padding: 3px 10px;
  background: #dfdddd;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  margin-left: 10px;
  color: #2b2b2b;
}
.post-write-wrap .my-od-list .my-od-text {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.post-write-wrap .my-od-list .coupon-qty {
  color: crimson;
  font-size: 15px;
  font-weight: bold;
}
.hot-deal-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.post-write-wrap .my-od-list .coupon-pop-btn {
  padding: 3px 10px;
  background: #dfdddd;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  margin-left: 10px;
}
.coupon-date {
  display: inline !important;
}
.coupon-cnt {
  margin-left: 25px !important;
}
.post-write-wrap .od-list-pop-wrap {
  width: 500px;
  height: 100%;
  position: absolute;
  z-index: 557;
  top: 0;
  display: none;
}
.post-write-wrap .od-list-pop-wrap .od-list-bg {
  background: black;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
}
.post-write-wrap .od-list-pop-wrap .od-list-pop {
  position: fixed;
  top: 100px;
  left: 50%;
  width: 480px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #eaeaea;
}
.post-write-wrap .od-list-pop-wrap .od-list-pop .pop-title-wrap {
  padding: 12px 11px;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
.post-write-wrap .od-list-pop-wrap .od-list-pop .pop-title-wrap .pop-title {
  display: block;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  word-break: break-all;
  padding: 0 10px;
}
.post-write-wrap
  .od-list-pop-wrap
  .od-list-pop
  .pop-title-wrap
  .list-pop-close {
  position: absolute;
  top: -2px;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 9;
}

.post-write-wrap
  .od-list-pop-wrap
  .od-list-pop
  .pop-title-wrap
  .list-pop-close
  button {
  width: 30px;
  height: 30px;
  background: none;
}
.post-write-wrap
  .od-list-pop-wrap
  .od-list-pop
  .pop-title-wrap
  .list-pop-close:before,
.post-write-wrap
  .od-list-pop-wrap
  .od-list-pop
  .pop-title-wrap
  .list-pop-close:after {
  position: absolute;
  right: 14px;
  top: 10px;
  content: "";
  height: 15px;
  width: 2px;
  background-color: #2b2b2b;
}
.post-write-wrap
  .od-list-pop-wrap
  .od-list-pop
  .pop-title-wrap
  .list-pop-close:before {
  transform: rotate(45deg);
}
.post-write-wrap
  .od-list-pop-wrap
  .od-list-pop
  .pop-title-wrap
  .list-pop-close:after {
  transform: rotate(-45deg);
}

.buy-item,
.coupon-item {
  position: relative;
}

.od-click,
.coupon-click {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.review_chk,
.coupon_chk {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.od-list-pop .od-list-wrap .list-content table {
  table-layout: fixed;
  display: block;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  border-spacing: 0;
  border: 0;
}
.od-list-pop .od-list-wrap .list-content table thead {
  width: 100%;
  display: block;
}
.od-list-pop .od-list-wrap .list-content table thead tr {
  background: #e9e9e9;
}
.od-list-pop .od-list-wrap .list-content table thead tr .item-check,
.od-list-pop .od-list-wrap .list-content table tbody tr .item-check {
  width: 5%;
  text-align: center;
  position: relative;
  left: 5px;
}
.od-list-pop .od-list-wrap .list-content table tbody {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.od-list-pop .od-list-wrap .list-content table tbody::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
.od-list-pop .od-list-wrap .list-content table thead tr th {
  font-weight: bold;
  padding: 5px 0;
  font-size: 15px;
  color: #4d4d4d;
  text-align: center;
}
.od-list-pop .od-list-wrap .list-content table thead tr,
.od-list-pop .od-list-wrap .list-content table tbody tr {
  display: grid;
  table-layout: fixed;
  width: 100%;
  grid-template-columns: 0.1fr 0.3fr 1fr;
  align-items: center;
  padding-right: 5px;
}
.od-list-pop .od-list-wrap .list-content table tbody {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  display: block;
  max-height: 350px;
  font-size: 14px;
}
.od-list-pop .od-list-wrap .list-content table tbody tr {
  border-top: 1px solid #eaeaea;
}
.od-list-pop .od-list-wrap .list-content table tbody tr td {
  padding: 8px 0;
  text-align: center;
}
.od-list-pop .od-list-wrap .list-content table tbody tr .noneitem {
  text-align: center;
  grid-column: span 4;
}
.od-list-pop .od-list-wrap .list-content table tbody tr td span {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.od-list-pop .od-list-wrap .list-content .item-save {
  width: 100%;
  padding: 10px;
  background: #03c75b;
  color: #ffff;
  font-size: 16px;
  border-radius: 0 0 3px 3px;
}
.post-write-wrap .writing-content .post-content {
  padding: 0 10px;
}

/*여기는 대표이미지 선택 팝업 설정*/
#main_img_pop .od-list-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
}
.od-list-wrap-msg {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}
.main-img-pop-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
}
.main-img-item {
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  position: relative;
}

.main-img-item img {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  object-fit: cover;
  cursor: pointer;
}

.main-img-item-tag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  aspect-ratio: 1/1;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 700;
}

.post-write-wrap .writing-content .post-content textarea {
  width: 100%;
  border: 1px solid #eaeaea;
  outline: none;
  min-height: 200px;
  padding: 10px;
  word-wrap: break-word;
  font-size: 14px;
}
.post-write-wrap .tag-wrap {
  padding: 12px 10px;
}
.post-write-wrap .tag-wrap .tag-list {
  font-size: 15px;
}
.post-write-wrap .tag-wrap .tag-list .tag-item-list {
  display: inline-block;
  color: #03c75b;
  padding: 3px 10px;
  border-radius: 3px;
  margin-top: 5px;
  font-size: 14px;
  border: 1px solid #03c75b;
}
.post-write-wrap .tag-wrap .tag-list .tag-item-list .tag-item {
  margin-left: 3px;
  font-weight: bold;
}

.post-write-wrap .tag-wrap .tag-list .tag-item-list .list-pop-close {
  position: relative;
  top: -2px;
  right: 0;
  width: 10px;
  height: 10px;
  z-index: 1;
  float: right;
}

.post-write-wrap .tag-wrap .tag-list .tag-item-list .list-pop-close button {
  width: 20px;
  height: 20px;
  background: none;
  position: absolute;
  z-index: 2;
}
.post-write-wrap .tag-wrap .tag-list .tag-item-list .list-pop-close:before,
.post-write-wrap .tag-wrap .tag-list .tag-item-list .list-pop-close:after {
  position: absolute;
  left: 10px;
  top: 2px;
  content: "";
  height: 10px;
  width: 2px;
  background-color: #03c75b;
}
.post-write-wrap .tag-wrap .tag-list .tag-item-list .list-pop-close:before {
  transform: rotate(45deg);
}
.post-write-wrap .tag-wrap .tag-list .tag-item-list .list-pop-close:after {
  transform: rotate(-45deg);
}
.post-write-wrap .img-wrap {
  margin: 0 10px;
  border-top: 1px solid #eaeaea;
}
.post-write-wrap .img-wrap {
  display: none;
  margin: 0 10px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.post-write-wrap .img-btn-wrap {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  margin-bottom: 10px;
}
.img-btn-wrap-top {
  margin-top: 10px;
}
.img-btn-wrap-btm {
  margin-left: 10px;
}

.post-write-wrap .img-btn-wrap .img-btn {
  padding: 4px 4px;
  border-radius: 3px;
  margin-right: 10px;
  background: none;
  border: 1px solid #e5e5e5;
}

.post-write-wrap .img-wrap .img-btn-wrap .content-add {
  background: #4e67e2;
  color: #fff;
  border: 1px solid #4e67e2;
}
.post-write-wrap .img-btn-wrap .new-img-add {
  border: none;
  background: rgba(91, 152, 154, 1); color: #fff; border-radius:2px; display: flex; height:34px; width:100px; align-items: center; justify-content: center; font-size: 12px;
  font-weight:700; padding-bottom:6px;
}

.post-write-wrap .img-wrap .img-list {
  width: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  display: flex;
  margin: 5px 0;
  padding-bottom: 5px;
}
.post-write-wrap .img-wrap .img-list .img-item {
  position: relative;
}
.post-write-wrap .img-wrap .img-list .img-check {
  position: absolute;
  margin: 5px;
  z-index: 2;
}

#plusBtn {
  display: none;
}

.post-write-wrap .img-wrap .img-list .img-area {
  font-size: 14px;
  border-radius: 3px;
  line-height: 30px;
  border: 1px solid #eaeaea;
  height: 80px;
  display: inline-block;
  width: 80px;
  margin-right: 5px;
  min-width: 80px;
  position: relative;
}
.post-write-wrap .img-wrap .img-list .img-area .img-title {
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  color: #5b5b5b;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-write-wrap .img-wrap .img-list .img-area .preview-img {
  height: 80px;
  display: inline-block;
  width: 80px;
  object-fit: contain;
  border-radius: 3px;
}

.main-img-icon {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 3px 5px;
  font-size: 12px;
  background: #4e67e2;
  line-height: normal;
  color: white;
  border-radius: 4px;
}

.post-write-wrap .img-wrap .img-list .img-area .img-add {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: 700;
  color: #d1d1d1;
  min-width: 78px;
  height: 100%;
  margin-right: 5px;
  cursor: pointer;
}
.post-write-wrap .write-save {
  position: relative;
  left: 50%;
  transform: translate(-50%, 20px);
  width: 97%;
  background-image: linear-gradient(180deg, #a0dedb, #03a5d1); color: #fff; 
  padding: 10px;
  font-size: 16px; font-weight:700;
  border-radius: 5px;
}

.normal-img-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  width: inherit;
  margin-right: 5px;
  overflow-x: auto;
  overflow-y: hidden;
}
.normal-img-wrap .normal-img-item {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border: 1px solid #eaeaea;
  margin-right: 5px;
  position: relative;
}
.normal-img-wrap .normal-img-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.upload-img-info {
  width: 100%;
  padding: 1px 0px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.file-size-info {
  width: 100%;
  padding-bottom: 10px;
}

/**
  editorSetting 시작
*/

.note-editable,
.note-placeholder {
  font-size: 18px;
}

.note-video-clip {
  width: 100%;
}
.note-btn-group {
  margin-right: 2.5px !important;
}
.note-toolbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.note-editable b,
.note-editable b i,
.note-editable b i u,
.note-editable b i u strike {
  font-weight: bold !important;
}
.note-editor.note-frame {
  background:#fff;
}

.note-video-url,
.note-link-text,
.note-link-url {
  border: 1px solid #ededef !important;
  padding: 5px;
  font-size: 14px;
  margin: 5px;
  width: calc(100% - 5px);
}
.note-video-btn,
.note-link-btn {
  margin-bottom: 20px;
}
.note-modal-footer {
  height: fit-content;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.note-group-select-from-files label {
  display: inline-block;
  padding: 15px 5px;
  color: #42515f;
  vertical-align: middle;
  background-color: #fdfdfd;
  cursor: pointer;
  border: 1px solid #ebebeb;
  border-radius: 0px;
}

.note-group-select-from-files input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
/*
PC버전만 모달창 너비 조정..(이미지,동영상,링크)
*/
.note-modal {
  width: 500px;
  margin: 0 auto;
}
.note-modal-content {
  width: 440px !important;
}
.note-modal-backdrop {
  width: 500px;
  margin: 0 auto;
}

/**
  editorSetting 끝
*/

.normal-img-wrap::-webkit-scrollbar {
  height: 10px; /* 스크롤바의 너비 */
}

.normal-img-wrap::-webkit-scrollbar-thumb {
  /* 스크롤바의 길이 */
  background: #d4d4d4; /* 스크롤바의 색상 */
  border-radius: 3px;
}

.normal-img-wrap::-webkit-scrollbar-track {
  background: rgba(226, 226, 226, 0.357); /*스크롤바 뒷 배경 색상*/
}

#progress-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#progress-text {
  font-size: 18px;
  color: white;
  font-weight: 700;
  margin-top: 10px;
}

#progress-spinner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #3498db;
  animation: spin 1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#normalImage {
  display: none;
}

/* 판매자 글작성 시작 */
.post-write-wrap .goods_list_wrap {
  margin-top: 12px;
  border-top: 5px solid #eaeaea;
}
.post-write-wrap .goods_list_wrap .list_title {
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  padding: 10px;
  font-weight: 600;
}
.post-write-wrap .goods_list_wrap .goods_list_area {
  border-bottom: 1px solid #eaeaea;
}
.post-write-wrap .goods_list_wrap .goods_list_area .goods_list {
  max-height: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 12px;
}
.post-write-wrap .goods_list_wrap .goods_list_area .goods_list .goods {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.post-write-wrap
  .goods_list_wrap
  .goods_list_area
  .goods_list
  .goods:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.post-write-wrap
  .goods_list_wrap
  .goods_list_area
  .goods_list
  .goods
  .info_left {
  width: 80%;
}
.post-write-wrap
  .goods_list_wrap
  .goods_list_area
  .goods_list
  .goods
  .info_left
  .goods_info {
  display: flex;
  margin-bottom: 1px;
}
.post-write-wrap
  .goods_list_wrap
  .goods_list_area
  .goods_list
  .goods
  .info_left
  .goods_info
  .title {
  color: #878787;
  word-break: keep-all;
  width: 18%;
}
.post-write-wrap
  .goods_list_wrap
  .goods_list_area
  .goods_list
  .goods
  .info_left
  .goods_info
  .sub_title {
  width: 82%;
}
.post-write-wrap
  .goods_list_wrap
  .goods_list_area
  .goods_list
  .goods
  .info_right
  .btn_goods_mod {
  font-size: 10px;
  padding: 6px 12px;
  background-color: #4185b3;
  border: 0;
  color: #fff;
  display: block;
  cursor: pointer;
}
.post-write-wrap
  .goods_list_wrap
  .goods_list_area
  .goods_list
  .goods
  .info_right
  .btn_goods_del {
  margin-top: 5px;
  background-color: #ff0000;
  font-size: 10px;
  padding: 6px 12px;
  border: 0;
  color: #fff;
  display: block;
  cursor: pointer;
}
.post-write-wrap .goods_list_wrap .btn_add_goods {
  width: 97%;
  color: #fff;
  background: #168749;
  padding: 10px 0;
  border-radius: 2px;
  font-size: 15px;
  left: 50%;
  position: relative;
  transform: translate(-50%, 10px);
}
.post-write-wrap .delivery_fee_info {
  margin-top: 15px;
  border-bottom: 5px solid #eaeaea;
}
.post-write-wrap .delivery_fee_info .title {
  border-bottom: 1px solid #eaeaea;
  padding: 5px 10px 10px 10px;
  font-size: 14px;
  font-weight: 600;
}
.post-write-wrap .delivery_fee_info .delivery_fee_area {
  display: flex;
  padding: 10px 12px;
  justify-content: space-between;
}
.post-write-wrap .delivery_fee_info .delivery_fee_area .delivery_fee_left {
  width: 43%;
}
.post-write-wrap
  .delivery_fee_info
  .delivery_fee_area
  .delivery_fee_left
  label {
  display: flex;
  align-items: center;
}
.post-write-wrap
  .delivery_fee_info
  .delivery_fee_area
  .delivery_fee_left
  label
  span {
  word-break: keep-all;
  color: #656565;
}
.post-write-wrap
  .delivery_fee_info
  .delivery_fee_area
  .delivery_fee_left
  label
  input[type="text"] {
  border: 1px solid #eaeaea;
  height: 25px;
  border-radius: 2px;
  margin-left: 5px;
  padding: 0 5px;
  width: 71%;
  outline: none;
}
.post-write-wrap .delivery_fee_info .delivery_fee_area .delivery_fee_right {
  width: 56%;
  margin-left: 10px;
}
.post-write-wrap
  .delivery_fee_info
  .delivery_fee_area
  .delivery_fee_right
  label {
  display: flex;
  align-items: center;
}
.post-write-wrap
  .delivery_fee_info
  .delivery_fee_area
  .delivery_fee_right
  label
  span {
  word-break: keep-all;
  width: 43%;
  color: #656565;
}
.post-write-wrap
  .delivery_fee_info
  .delivery_fee_area
  .delivery_fee_right
  label
  input[type="text"] {
  border: 1px solid #eaeaea;
  height: 25px;
  border-radius: 2px;
  width: 60%;
  margin-left: 5px;
  padding: 0 5px;
  outline: none;
}
.post-write-wrap .goods_pop_wrap {
  position: absolute;
  top: 0;
  z-index: 555;
  width: 100%;
  height: 100%;
}
.post-write-wrap .goods_pop_wrap .goods_pop_bg {
  position: absolute;
  background: black;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.post-write-wrap .goods_pop_wrap .goods_pop {
  z-index: 5;
  position: fixed;
  background: #fff;
  width: 450px;
  left: 50%;
  transform: translate(-50%, 100px);
  border-radius: 3px;
}
.post-write-wrap .goods_pop_wrap .goods_pop .pop_top {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  border-radius: 2px;
}
.post-write-wrap .goods_pop_wrap .goods_pop .pop_top .pop_title {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.post-write-wrap .goods_pop_wrap .goods_pop .pop_top .goods_pop_clo {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 2px;
  top: 1px;
}
.post-write-wrap .goods_pop_wrap .goods_pop .pop_top .goods_pop_clo button {
  width: 30px;
  height: 30px;
  background: none;
}
.post-write-wrap .goods_pop_wrap .goods_pop .pop_top .goods_pop_clo:before {
  transform: rotate(45deg);
}
.post-write-wrap .goods_pop_wrap .goods_pop .pop_top .goods_pop_clo:after {
  transform: rotate(-45deg);
}
.post-write-wrap .goods_pop_wrap .goods_pop .pop_top .goods_pop_clo:before,
.post-write-wrap .goods_pop_wrap .goods_pop .pop_top .goods_pop_clo:after {
  position: absolute;
  right: 11px;
  top: 7px;
  content: "";
  height: 15px;
  width: 2px;
  background-color: #252525;
  border-radius: 5px;
}
.post-write-wrap .goods_pop_wrap .goods_pop .pop_info_list {
  padding: 0 10px;
  background: #fff;
  padding-top: 10px;
  border-radius: 0 0 5px 5px;
}
.post-write-wrap .goods_pop_wrap .goods_pop .pop_info_list .goods_pop_info {
  display: flex;
  align-items: center;
}
.post-write-wrap
  .goods_pop_wrap
  .goods_pop
  .pop_info_list
  .goods_pop_info:not(:first-child) {
  margin-top: 10px;
}
.post-write-wrap
  .goods_pop_wrap
  .goods_pop
  .pop_info_list
  .goods_pop_info
  .title {
  width: 18%;
  word-break: keep-all;
}
.post-write-wrap
  .goods_pop_wrap
  .goods_pop
  .pop_info_list
  .goods_pop_info
  input[type="text"] {
  border: 1px solid #eaeaea;
  padding: 10px 5px;
  border-radius: 2px;
  width: 82%;
  outline: none;
}
.post-write-wrap .goods_pop_wrap .goods_pop .btn_goods_submit {
  width: 100%;
  background: #168749;
  color: #fff;
  padding: 10px 0;
  border-radius: 2px;
  margin: 15px 0;
}
.post-write-wrap .goods_pop_wrap .goods_pop .mod_btn {
  background: #4185b3;
}
/* 판매자 글작성 끝 */

/*투표기능 시작*/
.post-write-wrap .vote_pop_wrap input {
  outline: unset;
}
.post-write-wrap .title-wrap .vote_wrap {
  margin-top: 12px;
}
.post-write-wrap .title-wrap .vote_wrap .vote_btn {
  background: #4e67e2;
  color: #fff;
  padding: 2px 7px;
  border-radius: 3px;
  border: 1px solid #4e67e2;
}
.post-write-wrap .vote_pop_wrap {
  position: fixed;
  top: 0;
  z-index: 555;
  width: 500px;
  height: 100%;
}

.post-write-wrap .vote_pop_wrap .vote_pop_bg {
  position: absolute;
  background: black;
  width: 500px;
  height: 100%;
  opacity: 0.7;
}
.post-write-wrap .vote_pop_wrap .vote_pop {
  z-index: 5;
  position: absolute;
  background: #f8f8f8;
  width: 85%;
  left: 50%;
  transform: translate(-50%, 50px);
  border-radius: 3px;
}
.post-write-wrap .vote_pop_wrap .vote_pop .pop_top {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  border-radius: 2px;
}
.post-write-wrap .vote_pop_wrap .vote_pop .pop_top .pop_title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.post-write-wrap .vote_pop_wrap .vote_pop .pop_top .vote_pop_clo {
  position: absolute;
  top: -2px;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 9;
}

.post-write-wrap .vote_pop_wrap .vote_pop .pop_top .vote_pop_clo button {
  width: 30px;
  height: 30px;
  background: none;
}
.post-write-wrap .vote_pop_wrap .vote_pop .pop_top .vote_pop_clo:before,
.post-write-wrap .vote_pop_wrap .vote_pop .pop_top .vote_pop_clo:after {
  position: absolute;
  right: 14px;
  top: 10px;
  content: "";
  height: 15px;
  width: 2px;
  background-color: #2b2b2b;
}
.post-write-wrap .vote_pop_wrap .vote_pop .pop_top .vote_pop_clo:before {
  transform: rotate(45deg);
}
.post-write-wrap .vote_pop_wrap .vote_pop .pop_top .vote_pop_clo:after {
  transform: rotate(-45deg);
}

.post-write-wrap .vote_pop_wrap .vote_pop .vote_write_area {
  padding: 10px;
  width: 100%;
}
.post-write-wrap .vote_pop_wrap .vote_pop .vote_write_area .vote_input {
  width: 100%;
}
.post-write-wrap .vote_pop_wrap .vote_pop .vote_write_area .vote_input label {
  width: 100%;
  display: block;
}
.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_input
  .title
  input[type="text"] {
  border-bottom: 1px solid #cfcfcf;
  padding: 10px 0;
  width: 100%;
  font-size: 14px;
  background: none;
}
.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_input
  .vote_list_wrap {
  max-height: 240px;
  overflow: auto;
}
.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_input
  label:not(.title) {
  border: 1px solid #cfcfcf;
  margin-top: 10px;
  border-radius: 3px;
  background: #fff;
}
.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_input
  label:not(.title)
  input[type="text"] {
  padding: 12px 8px;
  width: calc(100% - 30px);
  font-size: 14px;
}
.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_input
  .title
  input[type="text"]:focus {
  border-bottom: 1px solid black;
}
.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_input
  .vote_list {
  position: relative;
}
.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_input
  .vote_input_del {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 11px;
  height: 20px;
}
.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_input
  .vote_add_btn {
  background: #fff;
  margin-top: 10px;
  padding: 2px 8px;
  color: #2f2f2f;
  border: 1px solid #6f6f6f;
  border-radius: 3px;
  font-size: 13px;
}
.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_input
  .vote_del_btn {
  float: right;
  background: #e5e5e5;
  border: 1px solid #c7c7c7;
  margin-top: 10px;
  padding: 2px 8px;
  border-radius: 3px;
  color: #2b2b2b;
}
.post-write-wrap .vote_pop_wrap .vote_pop .vote_write_area .vote_sub_op {
  margin-top: 20px;
  border-top: 1px solid #cfcfcf;
}
.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_sub_op
  .vote_end {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 10px;
}
.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_sub_op
  .vote_end
  p {
  font-size: 14px;
}

.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_sub_op
  .vote_double {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_sub_op
  .vote_double
  input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
.post-write-wrap .vote_pop_wrap .vote_pop .vote_write_area .vote_save_bnt {
  border-radius: 3px;
  width: 100%;
  background: #03c75b;
  color: #fff;
  margin-top: 15px;
  padding: 10px 0;
}
/*input태그 아이콘 제거*/
.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_sub_op
  .vote_end
  input[type="date"] {
  width: 58%;
  padding: 5px;
  margin-right: 5px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  min-height: 29px;
  max-height: 29px;
  position: relative; /*캘린더 아이콘을 클릭해야만 달력이 보이기 때문에 이 영역 자체를 제어하기 위해 설정 */
  font-size: 100%;
  text-align: center;
  background: #fff;
  color: #2b2b2b;
}

/* 캘린더 아이콘을 클릭하는 영역을 의미하는 선택자*/
/*이 영역을 확장해서 input의 어떤 곳을 클릭해도 캘린더 클릭과 같은 효과를 냄*/
.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_sub_op
  .vote_end
  input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent; /*배경 투명하게*/
  color: transparent; /*글자도 투명하게, 이 두가지 설정으로 기본 아이콘을 사라지게 함*/
  cursor: pointer;
}

.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_sub_op
  .vote_end
  input[type="time"] {
  width: 42%;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  padding: 5px;
  min-height: 29px;
  max-height: 29px;
  position: relative; /*캘린더 아이콘을 클릭해야만 달력이 보이기 때문에 이 영역 자체를 제어하기 위해 설정 */
  font-size: 100%;
  text-align: center;
  background: #fff;
  color: #2b2b2b;
}
.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_sub_op
  .vote_end
  input[type="time"]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent; /*배경 투명하게*/
  color: transparent; /*글자도 투명하게, 이 두가지 설정으로 기본 아이콘을 사라지게 함*/
  cursor: pointer;
}
/*input태그 아이콘 제거 끝*/
.post-write-wrap
  .vote_pop_wrap
  .vote_pop
  .vote_write_area
  .vote_sub_op
  .vote_end
  .vote_end_date {
  display: flex;
  width: 71%;
  justify-content: end;
}

/*투표기능 끝*/
