* {
  margin: 0px;
  padding: 0px;
  font-family: 'Noto_R';
  font-weight: normal;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #000;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

html {
  scrollbar-arrow-color: #dfdfdf;
  scrollbar-Face-Color: #c1c1c1;
  scrollbar-Track-Color: #efefef;
  scrollbar-DarkShadow-Color: #efefef;
  scrollbar-Shadow-Color: #efefef;
  background: url(../img/up/bg_06090.png);
}

#content {
  width: 1180px;
  height: 700px;
  margin: 140px auto 0;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.coninner {
  display: inline-block;
  height: 100%;
  position: relative;
}

.title_panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  padding-top: 40px;
  background-color: #AF71C6;
  width: 100%;
  height: 300px;
  text-align: center;
  font-size: 23px;
  line-height: 60px;
}

.title_panel .inner {
  display: inline-block;
  width: 1180px;
}

.title_panel .inner p {
  display: inline-block;
  color: #fff;
  font-family: 'Noto_B';
}

.title_panel .inner img {
  float: left;
  margin-top: 20px;
}

#order_text:focus {}

#image_group_user {
  height: 440px;
  overflow-y: scroll;
  text-align: left;
  border: 1px solid #ddd;
  margin-top: 15px;
  border-radius: 5px;
}

.control_panel {
  width: 435px;
  height: 600px;
  float: right;
  right: 0;
  margin-right: 20px;
  margin-top: 10px;
}

.edit_control_panel {
  height: 670px;
  width: 490px;
}

.upload_title {
  display: inline-block;
  width: 52%;
  height: auto;
  float: left;
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid #ddd;
}

.upload_title .group_title {
  color: #3e3e3e
}

.revision_text_title {
  width: 46%;
  height: auto;
  text-align: center;
  float: left;
  padding: 0 20px;
}

.revision_text_title .store_order_id {
  margin-bottom: 20px;
}

.revision_text_title .store_order_id input {
  margin: 0;
  border: 1px solid #ddd;
  width: 100%;
  text-indent: 5px;
  text-align: left;
  font-size: 13px;
  font-family: 'Noto_R';
  padding: 0;
}

.revision_text_title .store_order_id input::placeholder {}

.price_list {
  width: 40%;
  background-color: #fff;
  border-radius: 4px;
  padding: 7px 0px;
  height: auto;
  margin: 0 25px;
  text-align: center;
  margin-top: 10px;
  float: left;
  line-height: 30px;
}

.revision_text_title .review {
  width: 100%;
  margin: 0;
  font-size: 14px;
  padding: 10px 0px;
  background-color: #AF71C6;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}

.price_list ul {
  background-color: #fff;
  text-align: left;
  width: 1040px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: normal;
  color: #6d6d6d;
  list-style: none;
}

.price_list ul li {
  width: 52%;
  float: left;
}

.price_list ul li:nth-of-type(2) {
  width: 48%;
  background: #fafafa;
  padding: 16px 20px;
  border: 1px solid #ddd;
}

.price_list ul li input {
  width: 100px;
  padding: 0;
  height: 35px;
  margin: 0;
  font-size: 13px;
  color: #6d6d6d;
  font-family: 'Noto_R';
  outline: none;
  border-radius: px;
  border: 1px solid #eee;
}

.price_list ul li input:focus {
  border: 1px solid #af71c7;
  color: #af71c7;
}

.price_list ul li input#order_point {
  margin-right: 10px;
}

.price_list ul li input[type=radio],
.price_list ul li input[type=checkbox] {
  width: 12.5px;
  margin-right: 5px;
}

.price_list ul li .order_phone {
  width: 60px;
  text-align: center;
  text-indent: 0;
}

.price_list ul li #only_pay_0 {
  background-color: #fff;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  color: #6d6d6d;
  margin-top: 6px;
}

.price_list ul li .cash_receipt_wrap {
  margin-top: 4px;
}

.price_list ul li .cash_receipt_select {
  width: 120px;
  padding: 8px;
  margin: 0;
  font-size: 13px;
  color: #6d6d6d;
  font-family: 'Noto_R';
  outline: none;
  border-radius: 5px;
  border: 1px solid #eee;
  background-image: url('/img/arrow.svg');
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: right 8px center;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none
}

.price_list ul li .inp_50 {
  width: 240px;
}

.price_list ul li>p {
  text-align: left;
  margin: 0 auto;
  color: #6d6d6d;
  font-size: 13px;
  margin-bottom: 5px;
}

.price_list ul li p.tit_le {
  display: inline-block;
  font-family: 'Noto_B';
  padding-right: 10px;
  width: 110px;
  border-right: 2px solid #673AB7;
}

.price_list ul li .orange {
  color: #2f2f2f;
  font-size: 12px;
}

#total_money {
  color: #2f2f2f;
  font-size: 'Noto_B';
  padding: 0 10px;
}

.price_list ul li>p.payment_info {
  font-size: 11px;
}

.price_list ul li>p.payment_btn {
  cursor: pointer;
  width: 100%;
  padding: 8px 10px;
  background-color: #5e5e5e;
  color: #fff;
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  margin: 10px 0px;
}

.price_list ul li>p>.deposit {
  font-size: 18px;
}

.price_list ul li>p>input {
  vertical-align: middle;
}

.content_panel {
  float: left;
  width: 690px;
  height: 600px;
  min-width: 400px;
  min-height: 200px;
  padding: 0;
  position: relative;
  margin-left: 30px;
  margin-top: 10px;
}

.edit_content_panel {
  height: 670px;
  width: 660px;
}

.pictures_list {
  width: 490px;
  height: 648px;
  position: absolute;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: scroll;
}

.string_list {
  width: 435px;
  height: 648px;
  position: absolute;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 15px;
}

.group_list {
  width: 100%;
  display: inline-block;
  position: relative;
}

.text_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
}

.group_div {
  margin-bottom: 10px;
  width: 1150px;
  background-color: #ffffff;
  border-radius: 4px;
  z-index: 1;
}

.group_div .price_caption {
  list-style: none;
  display: inline-block;
  color: #6d6d6d;
  font-size: 14px;
}

.group_div .price_caption>li {
  float: left;
  height: 40px;
  width: 200px;
  line-height: 40px;
  font-family: 'Noto_B'
}

.group_div .price_caption>li.pro_caption {
  width: 500px;
}

.group_div .price_content {
  list-style: none;
  display: inline-block;
  padding: 0px 0 0 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  color: #6d6d6d;
  font-size: 13px;
}

.group_div .price_content p {
  font-size: 11px;
}

.group_div .price_content>li {
  padding-top: 46px;
  float: left;
  height: 113px;
  width: 200px;
}

.group_div .price_content>li.price_photo {
  line-height: 40px;
  font-size: 11px;
  width: 313px;
  padding: 1px;
}

.group_div .price_content>li>p {
  font-size: 12px;
}

.group_div .price_content>li>span {
  font-size: 17px;
  font-family: 'noto_m';
}

.group_div .order_info {
  text-align: left;
  width: 1040px;
  display: inline-block;
  margin-top: 10px;
  list-style: none;
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  color: #6d6d6d;
}

.group_div .order_info>li {}

.group_div .order_info>li>input {
  vertical-align: middle;
}

.cate_0, .cate_1 {
  width: 100%;
  z-index: 999;
  background-color: #fff;
}

.cate_0 {
  height: 85%;
}

.cate_1 {
  height: 30%;
  display: none;
}

.admin_upload_title .cate_0 {
  height: 85%;
}

.admin_upload_title .group_group_list {}

.group_title {
  line-height: 32px;
  background-color: #ffffff;
  color: #000;
  border-radius: 5px 5px 0px 0px;
  font-size: 13px;
  width: 100%;
  margin: 0 auto;
  font-family: 'noto_B';
  position: relative;
  text-align: l;
}

.group_title>p {
  text-align: left;
  font-size: 12px;
  color: #4d4d4d;
}

.group_title>p i {
  font-size: 15px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.group_group_list {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/group_new_up.png);
  width: 100%;
  height: 88%;
  margin: 0px;
  display: inline-block;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: left;
}

.group_user {
  list-style: none;
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.group_user li {
  display: flex;
}

.group_user li:nth-child(1) {
  width: 40%;
  margin-right: 5%;
}

.group_user li:nth-child(2) {
  width: 55%;
}

.group_user li span {
  width: 25%;
  line-height: 35px;
}

.group_user li:nth-child(1) input {}

.group_user li:nth-child(2) input {}

.group_level {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1%;
}

.group_level li {
  width: 24.25%;
  text-align: center;
}

.group_level li input[type="radio"] {
  display: none;
}

.group_level li label {
  padding: 10px 15px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  color: #979daf;
  display: inline-block;
  width: 100%;
}

.group_level li input[type="radio"]:checked+label {
  background: #1a1a1a;
  color: #fff;
}

.group_mar {
  list-style: none;
}

.group_mar li {
  width: 100%;
  text-align: left;
  font-size: 13px;
  margin-bottom: 20px;
  color: #000;
}

.group_mar li input {
  cursor: pointer;
  width: 3% !important;
  vertical-align: text-top;
}

.group_mar li label {
  cursor: pointer;
  font-family: 'noto_B';
}

.group_mar li p {
  margin-left: 3%;
  margin-top: 1%;
  line-height: 19px;
  font-size: 12px;
}

.group_mar li p span {
  color: #AF71C6;
  font-family: 'noto_B';
  font-size: 14px;
}

.admin_upload_title .group_group_list {
  height: 94%;
  margin-top: 10px;
}

.text_group_list {
  width: 100%;
  border: 0;
  height: 39%;
  margin: 0px;
  display: inline-block;
  overflow-y: scroll;
  background-color: #fff;
  text-align: left;
  resize: none;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 5px;
}

.admin_revision_text_title .text_group_list {
  height: 37%;
  margin-top: 10px;
}

.group_photo {
  height: 128px;
  width: 128px;
  display: inline-block;
  margin: 20px 0px 0px 7.5px;
  position: relative;
  border: 1px solid #ddd;
}

.group_photo>img {
  height: 100%;
  width: 100%;
  display: inline-block;
}

.group_photo>div {
  width: 20px;
  height: 20px;
  background-color: #4a4a4a;
  color: white;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 3px 0px;
  font-weight: bold;
  font-size: 14px;
  line-height: 12px;
  cursor: pointer;
}

.group_photo:hover {
  outline: 2px solid #af71c7;
}

.group_photo:hover>div {
  background: #af71c7;
}

.upload_info {
  text-align: center;
  position: absolute;
  left: 0;
  color: #3e3e3e;
  text-decoration: none;
  font-size: 13px;
  font-family: 'noto_B';
}

.upload_info i {
  font-size: 18px;
  color: #3e3e3e;
  vertical-align: text-bottom;
}

.group_upload {
  width: 130px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.group_upload>i {
  font-size: 15px;
  margin-bottom: 2px;
}

.text_photo {
  height: 130px;
  width: 130px;
  display: inline-block;
  margin: 20px 0px 0px 7.5px;
  position: relative;
}

.text_photo>img {
  height: 100%;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
}

.text_photo>div {
  width: 27px;
  background-color: #4a4a4a;
  color: white;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 3px 0px;
  font-weight: bold;
  font-size: 20px;
  height: 21px;
  line-height: 15px;
}

.text_photo>div>i {}

.text_upload {
  width: 130px;
  height: 30px;
  text-align: center;
  color: #FFFFFF;
  float: right;
  position: absolute;
  right: 10px;
}

.text_upload>i {
  margin-left: 10px;
}

.texts_list {
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  width: 95%;
}

.texts_list>div {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

#editorContent {
  border: 0px;
  width: 660px;
  height: 670px;
  min-width: 400px;
  min-height: 200px;
}

.videoContent {
  border: 0px;
  width: 100%;
  height: 390px;
  min-width: 400px;
  min-height: 200px;
  position: absolute;
  top: 50%;
  margin-top: -41%;
  left: 0;
}

.string_img_content {
  border: 0px;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

.comment {
  width: 100%;
  height: 55px;
  line-height: 55px;
  background-color: #fafafa;
  color: #3e3e3e;
  font-size: 14px;
  text-align: center;
  font-family: 'noto_m';
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.comment span {
  color: #7e7e7e;
}

#cate_tab {
  margin-top: 15px;
}

.cate_btn {
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #314355;
  padding: 8px 10px;
  border-radius: 3px;
  background-color: #f2f2f2;
  color: #656565;
  cursor: pointer;
  font-weight: bold;
}

.active {
  background-color: #314355;
  color: #fff;
}

.info_comment {
  width: 413px;
  height: 55px;
  line-height: 55px;
  background-color: #314355;
  color: white;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
}

.string {
  width: 391px;
  height: 210px;
  background-color: #ffffff;
  background-size: cover;
  margin-left: 15px;
  margin-bottom: 10px;
  border: 1px solid #000000;
}

.string_text {
  width: 391px !important;
  margin-bottom: 15px;
  margin-left: 15px;
}

.photo_text {
  width: 405px;
  height: 55px;
  line-height: 55px;
  background-color: #314355;
  color: white;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 17px;
}

.picture {
  width: 451px;
  height: 270px;
  background-color: #ffffff;
  background-size: cover;
  margin-left: 15px;
  margin-bottom: 15px;
  border: 1px solid #000000;
  position: relative;
}

.picture_editing {
  font-weight: bold;
  font-size: 13pt;
  position: absolute;
  width: 100%;
  height: 25px;
  line-height: 25px;
  margin-top: calc(210px - 25px);
  color: #ffffffee;
  background-color: #000000aa;
  text-align: center;
  bottom: 0;
}

.picture_icon {
  background-color: #000000aa;
  color: white;
  padding: 5px;
  position: absolute;
  margin: 5px;
}

.picture_img {
  width: 100%;
  height: 100%;
}

.text_title {
  font-weight: bold;
  color: #333333;
  float: left;
  margin-top: 20px;
  font-size: 14px;
}

.default_music {
  margin-left: 57px;
  margin-right: 18px;
  width: 150px;
  text-align: center;
  display: inline-block;
}

.change_music {
  width: 70px;
  text-align: center;
  display: inline-block;
}

.text_normal {
  margin-left: 5px;
  margin-top: 5px;
  width: 300px;
  float: right;
}

#title {
  color: #FFFFFF;
  text-align: center;
  font-size: 17pt;
  line-height: 60px;
}

.wrap {
  position: absolute;
  text-align: center;
}

.frame {
  position: relative;
}

a.btn {
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  background: #000;
  font-size: 13pt;
  font-family: 'Noto_B';
  text-align: center;
  cursor: pointer;
  box-shadow: 3px 3px 10px -3px rgb(0 0 0 / 30%)
}

a.btn.fixed_btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn_om {
  -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  font-size: 15px;
  padding: 10px;
  margin-top: 10px;
  color: #fff;
  color: #fff;
  background-color: #cccccc;
  border-radius: 5px;
  font-weight: bold;
}

.btn_om:hover {
  color: #314355;
  background: #fff;
  cursor: pointer;
}

.btn_om:active {
  color: rgba(255, 255, 255, 0.85);
}

input[type='text'] {
  padding: 8px;
  font-weight: 200;
  font-size: 15px;
  font-family: Verdana;
  height: 40px;
  width: 70%;
  border: 0px;
  background: #fff;
  border-radius: 5px;
  text-indent: 10px;
  margin-top: 10px;
}

input[type='text']:hover {}

input#event_date {
  background-image: url(/css/images/calendar.png);
  background-size: 10%;
  background-position: 10px center;
  background-repeat: no-repeat;
  text-indent: 40px;
}

.hp_input {}

.bottom_btn {
  width: 1180px;
  margin: 0 auto;
}

.bottom_btn.fixed {
  display: inline-block;
}

.nextButton {
  width: 140px;
  height: 40px;
  line-height: 40px;
  float: right;
  position: relative;
  bottom: -187px;
}

.prevButton {
  width: 140px;
  height: 40px;
  line-height: 40px;
  float: left;
  bottom: -28px;
  position: relative;
}

.stepTitle {
  color: #fff;
  font-size: 14px;
  float: right;
  border: 1px solid #fff;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 5px;
  margin-top: 10px;
}

.text_div {
  height: auto;
  border-radius: 5px;
}

span {
  font-size: 13px;
}

span.photo_number1 {
  color: #F39F0D;
  font-family: 'Noto_B'
}

span.photo_number2 {
  color: #787878;
}

.finish_info {
  text-align: center;
  margin: 20px auto;
  padding: 70px 0;
}

.finish_info>img {
  width: 38%;
}

.ending_close {
  width: 180px;
  height: 45px;
  line-height: 45px;
  background-color: #af71c7;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

#STEP_PRICE_DEFAULT .upload_title {
  width: 100%;
  height: 175px;
  margin-right: 0;
  padding: 0;
}

#STEP_PRICE_DEFAULT .price_list {
  width: 100%;
}

#STEP_PRICE_DEFAULT .comment {
  margin-bottom: 0;
}

#STEP_PRICE_DEFAULT .group_div {
  height: 175px;
}

.tit_le {
  width: 100px;
  display: inline-block;
}

.box-radio-input {
  margin-right: 5px;
}

.box-radio-input input[type="radio"] {
  display: none;
}

.box-radio-input input[type="radio"]+span {
  display: inline-block;
  background: none;
  border: 1px solid #dfdfdf;
  padding: 0px 10px;
  text-align: center;
  height: 33px;
  line-height: 33px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 5px;
  font-size: 12px;
}

.box-radio-input input[type="radio"]:checked+span {
  background: #000;
  color: #fff;
  font-size: 12px;
}

.coninner .cash_wrap span {
  position: relative;
}

.coninner .cash_wrap .per_ai {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 71%;
  border: 1px solid #af71c7;
  color: #af71c7;
  border-radius: 5px;
  height: 19px;
  line-height: 17px;
  text-align: center;
  font-size: 11px;
  z-index: 99999;
}

/* 220502 옵션추가 */
#STEP_PRICE_DEFAULT .option_list {
  width: calc(100% - 100px);
  padding: 14px;
  margin: 0 0 0 50px;
  background: #f1f1f1;
}

#STEP_PRICE_DEFAULT .option_list ul {
  width: 100%;
  height: 24px;
  display: flex;
}

#STEP_PRICE_DEFAULT .option_list ul li {
  display: inline-block;
  float: left;
  width: 50%;
}

#STEP_PRICE_DEFAULT .option_list ul li span {
  line-height: 25px;
  display: inline-block;
}

#STEP_PRICE_DEFAULT .option_list ul li span:nth-child(1) {
  margin-right: 6px;
  transform: translateY(-6px);
}

#STEP_PRICE_DEFAULT .option_list ul li span:nth-child(2) {}

#STEP_PRICE_DEFAULT .option_list ul li span:nth-child(2) input {
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  outline: 0;
  padding: 0;
  border-radius: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
  text-indent: inherit;
}

#STEP_PRICE_DEFAULT .option_list ul li span:nth-child(2) a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  padding: 5px 0 0 0;
  background: #a4a4a4;
}

.pic_notice {
  margin-bottom: 40px;
  display: inline-block;
  width: 46%;
  padding: 0 20px;
  margin: 0;
}

.pic_notice div {}

.pic_notice div:first-child {
  margin-bottom: 5px;
}

.pic_notice div:first-child::before {
  width: 4%;
}

.pic_notice p {
  font-size: 12px;
  margin-bottom: 5px;
  color: #333;
  position: relative;
  padding-left: 10px;
  line-height: 18px;
}

.pic_notice div p::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 7px;
  left: 0;
}

.pic_notice>span {
  font-size: 12px;
  display: inline-block;
  margin-left: 1.2%;
}

.pic_notice .bold {
  font-family: 'Noto_B';
  color: #ff8787;
  font-size: 13px;
}

.title_panel .inner .logo {
  display: inline-block;
  font-size: 22px;
  font-family: 'Noto_b';
  float: left;
  letter-spacing: -0.5px;
  color: #fff;
}

.title_panel .inner .logo span {
  font-size: 21px;
  font-family: 'Noto_l';
}

#coupon_code {
  width: 240px;
}

.button_coupon {
  height: 35px;
  border: 1px solid #eee;
  background: #fff;
  width: 40px;
  border-radius: 5px;
}

.save_coin {
  background: #673AB7;
  color: #fff;
  padding: 1px 4px;
  border-radius: 5px;
}

.save_coin>font {
  color: #fff !important;
}

.uploading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.uploading>.uploading_info {
  width: 290px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -150px;
  border-radius: 10px;
  text-align: center;
  padding: 25px 0px 35px 0;
}

.uploading>.uploading_info .box {
  width: 100px;
  margin: 0 auto;
}

.uploading>.uploading_info .box .lot {
  width: 100%;
  height: 100%;
}

.uploading>.uploading_info>.uploading_text {
  font-family: 'Pretendard-SemiBold';
  font-size: 14px;
  color: #3b3b3b;
  line-height: 22px;
  margin: 5px 0 0 0;
}

.uploading>.uploading_info>img {
  margin: 10px 0;
}

.reviewinfo {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.reviewinfo>div {
  width: 500px;
  height: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15%;
  margin-left: -250px;
  padding: 10px;
  padding-bottom: 50px;
  border-radius: 10px;
}

.reviewinfo>div div {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 5px;
  border-radius: 10px;
}

.reviewinfo>div div img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 0;
}

.reviewinfo>div span {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  float: right;
  margin-bottom: 10px;
}

.reviewinfo>div span i{
  font-weight: bold;
}
