@charset "UTF-8";
/* Reset */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, labal, select {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Noto Sans KR", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow: auto;
}

html, body {
  background-color: #f5f5f5;
  height: 100%;
  font-size: 18px;
}

button, labal, input {
  cursor: pointer;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder {
  color: #757575;
}

input::-moz-placeholder,
input:-moz-placeholder {
  color: #555;
}

a {
  text-decoration: none;
}

button {
  border: none;
  background: none;
}

/*  [C] Layout
-------------------------------------------------------------------------------- */
.mq-cont .typ span {
  margin-right: 10px;
}
.mq-cont .typ span:before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.mq-cont .typ_inhousing {
  color: #9461d6;
}
.mq-cont .typ_inhousing:before {
  background: #9461d6;
}
.mq-cont .typ_sale {
  color: #6ecfc2;
}
.mq-cont .typ_sale:before {
  background: #6ecfc2;
}
.mq-cont .typ_finish {
  color: #ce5151;
}
.mq-cont .typ_finish:before {
  background: #ce5151;
}
.mq-cont .typ_ready {
  color: #62a76d;
}
.mq-cont .typ_ready:before {
  background: #62a76d;
}
.mq-cont .ic_date,
.mq-cont .ic_assign,
.mq-cont .ic_packing,
.mq-cont .ic_filter,
.mq-cont .ic_status {
  display: inline-block;
  margin: -2px 5px 0 0;
  width: 15px;
  height: 19px;
  vertical-align: middle;
  font-size: 0;
  background: url("../img/pplist/date_basic.svg") no-repeat;
  background-size: cover;
}
.mq-cont .ic_assign {
  background-image: url("../img/pplist/assign_basic.svg");
}
.mq-cont .ic_packing {
  background-image: url("../img/pplist/packing_basic.svg");
}
.mq-cont .ic_filter {
  background-image: url("../img/locationmanagement/filter_icon.svg");
  width: 11px;
  height: 11px;
}
.mq-cont .ic_status {
  background-image: url("../img/refillsku/refill_pp.svg");
}
.mq-cont .ic_date.up {
  background-image: url("../img/pplist/date_up.svg");
}
.mq-cont .ic_date.down {
  background-image: url("../img/pplist/date_down.svg");
}
.mq-cont .ic_packing.up {
  background-image: url("../img/pplist/packing_up.svg");
}
.mq-cont .ic_packing.down {
  background-image: url("../img/pplist/packing_down.svg");
}
.mq-cont_tt {
  display: flex;
  justify-content: space-between;
  padding: 20px 24px 5px;
  line-height: 1.83;
  font-weight: normal;
  color: #858585;
  font-size: 0.67rem;
}
.mq-cont_tt h2 {
  font-weight: inherit;
  font-size: inherit;
}
.mq-cont_tt .btn {
  font-weight: bold;
  color: #6a489d;
}
.mq-cont_sc {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  position: relative;
  background-color: #fff;
  padding: 10px 24px;
  line-height: 1.6;
  color: #4e4e4e;
}
.mq-cont_sc label {
  flex-grow: 0;
  margin-right: 5px;
}
.mq-cont_sc ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -24px;
}
.mq-cont_sc li {
  width: 50%;
}
.mq-cont_sc li .mq-input {
  border: 1px solid #f5f5f5;
  border-width: 1px 0 0 1px;
  height: 38px;
  text-align: center;
}
.mq-cont_sc .mq-input {
  flex: 1;
  width: 100%;
}
.mq-cont_sd {
  box-shadow: inset 0 3px 8px -3px #dedede;
}
.mq-cont_bx {
  position: relative;
  box-shadow: 0 0 8px #dedede;
  background: #fff;
}
.mq-cont_bx .mq-cont_dt li {
  border-top: 1px solid #ececec;
  margin: 4px 0;
  padding: 4px 0;
}
.mq-cont_bx .mq-cont_dt li:first-child {
  border: none;
}
.mq-cont_stt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 24px;
  background-color: #dbdbdb;
  line-height: 1.57;
  letter-spacing: -0.14px;
  color: #3d3d3d;
  font-size: 0.72rem;
}
.mq-cont_stt .btn {
  font-weight: bold;
  color: #6a489d;
}
.mq-cont_stt .sub {
  display: flex;
  flex: 1 0 100%;
  align-items: center;
  margin: 10px -24px -10px;
  text-align: center;
}
.mq-cont_stt .sub p {
  background: #eeecee;
  padding: 5px;
  width: 50%;
  font-size: 0.52rem;
  color: #989898;
}
.mq-cont_stt .sub p ~ p {
  border-left: 1px solid #dbdbdb;
}
.mq-cont_stt .sub a {
  color: #4e4e4e;
}
.mq-cont_stt .sub .num {
  font-size: 0.9rem;
}
.mq-cont_dt {
  background: #fff;
  padding: 0 24px;
  overflow: hidden;
}
.mq-cont_dt > li {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
  line-height: 1.38;
  color: #2b2b2b;
  font-size: 0.78rem;
}
.mq-cont_dt .cell {
  display: flex;
  flex: 1 0 45%;
  position: relative;
}
.mq-cont_dt .cell[data-type=column] {
  flex-direction: column;
}
.mq-cont_dt .cell_tt {
  flex: 1 1 30%;
  padding-right: 10px;
  font-weight: normal;
  font-size: 0.72rem;
  color: #ababab;
  white-space: nowrap;
}
.mq-cont_dt .cell_ct {
  flex: 1 1 60%;
}
.mq-cont_dt .mq-tbl {
  margin: 9px 0;
}
.mq-cont_dt .mq-input {
  flex: 1 0 80px;
  background: #f5f5f5;
  width: 100%;
  height: 30px;
  font-size: 0.78rem;
  font-weight: normal;
  text-align: center;
}
.mq-cont_lst li {
  position: relative;
  border-bottom: 1px solid #dedcdc;
}
.mq-cont_lst .mq-itm {
  align-items: flex-start;
  background-color: #fff;
  padding: 18px 24px;
}
.mq-cont_lst .mq-check {
  position: absolute;
  top: 23px;
  left: 24px;
}
.mq-cont_lst .mq-check label {
  font-size: 0;
}
.mq-cont_lst .tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #8b8b8b;
  padding: 5px 8px;
  font-size: 0.52rem;
  color: #fff;
}
.mq-cont_lst .tag.tag_job {
  background: #85dcd0;
}
.mq-cont_lst .id {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.72rem;
  color: #989898;
}
.mq-cont_lst .id span {
  flex: 1 0 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mq-cont_lst .id span + span:before {
  content: "";
  display: inline-block;
  margin: 0 5px;
  background: #989898;
  width: 1px;
  height: 9px;
}
.mq-cont_lst_dtl {
  border-top: 1px solid #dedcdc;
  background: #f5f5f5;
  padding: 0 24px;
  overflow: hidden;
}
.mq-cont_lst_dtl .row {
  display: flex;
  justify-content: space-between;
  margin: 17px 0 7px;
}
.mq-cont_lst_dtl .row p {
  flex: 1;
  line-height: 24px;
  font-size: 0.78rem;
  text-align: center;
}
.mq-cont_lst_dtl .row .btn {
  margin: 0 auto 18px;
  border-radius: 30px;
  border: 1px solid #757575;
  width: 50%;
  height: 43px;
  line-height: 1.22;
  color: #757575;
  font-size: 0.9rem;
}
.mq-cont_lst_dtl .row .btn ~ .btn {
  margin-left: 10px;
}
.mq-cont_lst_dtl .row .btn_gry {
  background: #757575;
  color: #fff;
}
.mq-cont_lst_dtl .row .btn_sbm {
  background: #9c89ba;
  color: #fff;
}
.mq-cont_lst_dtl .row .is_off {
  border-color: #ababab;
  background: #ababab;
}
.mq-cont_lst_dtl .row_tt {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  line-height: 24px;
  font-size: 13px;
}
.mq-cont_lst_dtl .qty {
  flex: 0 0 30%;
  font-size: 0.78rem;
  text-align: center;
}
.mq-cont_lst_dtl .qty:last-child {
  align-self: center;
}
.mq-cont_lst_dtl .qty label {
  display: block;
  font-size: 0.67rem;
  color: #858585;
}
.mq-cont_lst_dtl .qty > div {
  margin: 10px 0;
  line-height: 24px;
}
.mq-cont_lst_dtl .qty .mq-input {
  margin-top: 5px;
  width: 100%;
  height: 45px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 0.73;
  text-align: center;
  color: #4e4e4e;
}
.mq-cont_lst_dtl .memo {
  box-sizing: border-box;
  border: solid 1px #dbdbdb;
  background-color: #fff;
  width: 100%;
  height: 43px;
  padding-left: 13px;
  font-size: 0.9rem;
  line-height: 1.38;
  color: #4e4e4e;
}
.mq-cont_lst_dtl .memo::-webkit-input-placeholder {
  color: #989898;
}
.mq-cont_lst_dtl .memo::-moz-placeholder {
  color: #989898;
}
.mq-cont_lst_dtl .btn_upload {
  padding: 0 5px;
  background-color: #bcbcbc;
  width: 70px;
  height: 43px;
  font-size: 0.67rem;
  line-height: 1.83;
  color: #fff;
  white-space: nowrap;
}
.mq-cont_lst_dtl .mq-tbl {
  margin-bottom: 15px;
}
.mq-cont_lst_dtl .mq-tbl tr > * {
  border-left: 1px solid #f5f5f5;
  padding: 5px 0;
  line-height: 1.4;
  font-size: 13px;
  color: #989898;
  text-align: center;
}
.mq-cont_lst_dtl .mq-tbl tbody tr > * {
  border-bottom: none;
}
.mq-cont_lst.t_slc .mq-itm {
  align-items: flex-start;
  padding: 13px 24px 13px 46px;
}
.mq-cont_lst.t_slc .mq-itm .thmb {
  order: 2;
  margin: 0 0 0 10px;
}
.mq-cont_lst.t_slc .mq-itm .inf {
  order: 3;
}
.mq-cont_lst.t_slcd li {
  border-color: #f5f5f5;
}
.mq-cont_lst.t_slcd .mq-itm {
  padding: 10px 24px;
}
.mq-cont_lst.t_slcd .mq-itm .dtl {
  width: 60%;
}
.mq-cont_lst.t_slcd .mq-itm .no,
.mq-cont_lst.t_slcd .mq-itm .name {
  margin: 0;
  line-height: 1.7;
  font-weight: normal;
  font-size: 0.67rem;
  color: #3d3d3d;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mq-cont_lst.t_slcd .mq-itm .inf {
  margin: 0;
  border: none;
  padding: 0;
  flex-basis: auto;
  font-size: 0.67rem;
  color: #3d3d3d;
}
.mq-cont_lst.t_slcd .mq-itm .ctrl {
  position: static;
}
.mq-cont_lst.t_slcd .mq-itm .btn_del {
  display: inline-block;
  margin-left: 10px;
  border: 5px solid #fff;
  width: 10px;
  height: 10px;
  font-size: 0;
  vertical-align: middle;
  background: url("../img/locationmanagement/xbtn.svg") no-repeat;
  background-size: cover;
}
.mq-cont_lst.t_rslt li {
  border-bottom: 2px solid #f5f5f5;
  background-color: #fff;
  padding-left: 17%;
}
.mq-cont_lst.t_rslt .typ span {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 24px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 9px;
  color: #fff;
  font-weight: bold;
}
.mq-cont_lst.t_rslt .typ span:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
}
.mq-cont_lst.t_rslt .inf {
  border-color: #f5f5f5;
  color: #989898;
}
.mq-cont_lst.t_rslt .qty {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
.mq-cont_lst.t_rslt .qty strong {
  flex: 1 0 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mq-cont_bt {
  padding: 10px 24px;
  min-height: 60px;
}
.mq-cont_bt .fixed {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 20px;
}
.mq-cont_bt.bg_wht {
  background: #fff;
}
.mq-cont_bt--bottom {
  position: fixed;
  bottom: 0;
  left: 0;
}
.mq-cont_bt--bottom .mq-btn {
  border-radius: 0;
  box-shadow: none;
}
.mq-cont_stp {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 10px 24px 15px 24px;
}
.mq-cont_stp:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px dotted #ababab;
}
.mq-cont_stp li {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid #ababab;
  background: #f5f5f5;
  padding: 18px 0;
  width: 30%;
  height: 90px;
  color: #a8a8a8;
  text-align: center;
  font-size: 0.72rem;
}
.mq-cont_stp li:before {
  content: "";
  display: block;
  opacity: 0.5;
  filter: grayscale(1);
  margin: 0 auto;
  width: 27px;
  height: 36px;
  background: url("../img/inhousing/shipping_on.svg") 50% no-repeat;
}
.mq-cont_stp li.stp_ih2:before {
  background-image: url("../img/inhousing/arrived_on.svg");
}
.mq-cont_stp li.stp_ih3:before {
  background-image: url("../img/inhousing/completed_on.svg");
}
.mq-cont_stp li.is_on {
  border-color: #6a489d;
  background-color: #fff;
  color: #6a489d;
}
.mq-cont_stp li.is_on:before {
  opacity: 1;
  filter: grayscale(0);
}
.mq-cont_qr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 22px 24px;
}
.mq-cont_qr .code {
  border: 1px solid #eaeaea;
  padding: 8px;
  text-align: center;
  font-size: 0.72rem;
}
.mq-cont_qr .code img {
  margin: 5px 0;
  width: 50px;
  height: 50px;
}
.mq-cont_qr .code .qty {
  margin: 8px -8px -8px;
  border-top: 1px solid #eaeaea;
  padding: 8px;
}
.mq-cont_qr .btn {
  width: 60%;
}
.mq-cont_qr .mq-btn {
  font-size: 0.78rem;
}
.mq-cont_bd {
  color: #3d3d3d;
  font-size: 13px;
}
.mq-cont_bd .typ_bd {
  color: #634197;
}
.mq-cont_bd .inf {
  margin: 15px 0 0;
  color: #ababab;
}
.mq-cont_bd .inf span ~ span:before {
  content: "";
  display: inline-block;
  margin: -2px 10px 0 5px;
  background-color: #aaa;
  width: 1px;
  height: 10px;
  vertical-align: middle;
}
.mq-cont_bd .btn_re {
  color: #634197;
  font-weight: bold;
  font-size: 12px;
}
.mq-cont_bd .btn_re:before {
  content: "";
  display: inline-block;
  margin: -2px 3px 0 0;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background: url("../img/common/reply.png") center no-repeat;
  background-size: cover;
}
.mq-cont_bd_ls li {
  border-bottom: 1px solid #f0f0f0;
  background-color: #faf6fe;
}
.mq-cont_bd_ls li a {
  display: block;
  position: relative;
  padding: 15px 30px 15px 25px;
  color: #3d3d3d;
  font-size: 13px;
}
.mq-cont_bd_ls li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -6px;
  border: solid #c3c3c3;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.mq-cont_bd_ls li.is_rd {
  background-color: #fff;
}
.mq-cont_bd_ls .tt {
  margin: 5px 0;
  font-weight: normal;
}
.mq-cont_bd_vw {
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  padding: 20px 25px;
}
.mq-cont_bd_vw .tt {
  margin: 5px 0;
  font-size: 0.95rem;
  font-weight: normal;
}
.mq-cont_bd_wrt {
  margin-bottom: 5px;
  background: #fff;
}
.mq-cont_bd_wrt .mq-input_slt {
  border: none;
  height: 100%;
}
.mq-cont_bd_wrt .mq-input_slt select {
  text-align-last: left;
  font-size: 13px;
}
.mq-cont_bd_wrt .mq-input_slt.placeholder select {
  color: #c2c2c2;
}
.mq-cont_bd_wrt .mq-input_slt.placeholder option {
  color: #3d3d3d;
}
.mq-cont_bd_wrt .tt input {
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 13px;
  color: inherit;
}
.mq-cont_bd_wrt .tt input::-webkit-input-placeholder {
  font-weight: normal;
  color: #c2c2c2;
}
.mq-cont_bd_wrt .tt input::-moz-placeholder {
  font-weight: normal;
  color: #c2c2c2;
}
.mq-cont_bd_wrt .tt input:-ms-input-placeholder {
  font-weight: normal;
  color: #c2c2c2;
}
.mq-cont_bd_wrt > div {
  padding: 0 25px;
  height: 46px;
}
.mq-cont_bd_wrt .rcv {
  display: flex;
  border: 1px solid #f0f0f0;
  border-width: 1px 0;
  height: auto;
}
.mq-cont_bd_wrt .rcv_tt {
  margin-right: 5px;
  line-height: 46px;
}
.mq-cont_bd_wrt .rcv > div {
  flex: 1;
}
.mq-cont_bd_wrt .rcv .tokenize {
  padding-top: 2px;
}
.mq-cont_bd_wrt .rcv .tokenize .form-control {
  display: block;
  width: 100%;
  line-height: 1.25;
  font-size: 12px;
  color: #464a4c;
}
.mq-cont_bd_wrt .rcv .tokenize > .tokens-container > .token-search > input {
  line-height: 25px;
}
.mq-cont_bd_wrt .rcv .tokenize > .tokens-container > .token,
.mq-cont_bd_wrt .rcv .tokenize > .tokens-container > .placeholder {
  border-radius: 15px;
  border-color: #e9fffc;
  background: #e9fffc;
  padding: 7px 25px 7px 12px;
  color: #39b1bc;
}
.mq-cont_bd_wrt .rcv .tokenize > .tokens-container > .token > .dismiss {
  width: 15px;
  text-align: center;
}
.mq-cont_bd_sg {
  background: #fff;
  padding: 15px 25px;
  min-height: 214px;
  line-height: 18px;
}
.mq-cont_bd_sg textarea {
  border: none;
  width: 100%;
  min-height: 184px;
  font-family: inherit;
  color: inherit;
  font-size: 13px;
}
.mq-cont_bd_sg textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
.mq-cont_bd_sg textarea::-moz-placeholder {
  color: #c2c2c2;
}
.mq-cont_bd_sg textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
.mq-cont_bd_ft .mq-set_img {
  margin: 0;
  background: #fff;
  padding: 10px 0 10px 25px;
}
.mq-cont_bd_ft .mq-set_img .set_img {
  width: 70px;
  height: 70px;
}

.tokenize-dropdown {
  position: absolute;
  display: block;
}
.tokenize-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f0f0f0;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 12px;
  color: #292b2c;
  text-align: left;
}
.tokenize-dropdown .dropdown-item {
  display: block;
  clear: both;
  padding: 5px 10px;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
}
.tokenize-dropdown .dropdown-item:focus, .tokenize-dropdown .dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}
.tokenize-dropdown .dropdown-item.active, .tokenize-dropdown .dropdown-item:active {
  color: #39b1bc;
  text-decoration: none;
  background-color: #e9fffc;
}
.tokenize-dropdown .dropdown-item.disabled, .tokenize-dropdown .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}
.tokenize-dropdown > .dropdown-menu {
  min-height: 10px;
  width: 100%;
  display: block;
  margin: -1px 0 0 0;
  visibility: visible;
  opacity: 1;
}
.tokenize-dropdown > .dropdown-menu li {
  cursor: pointer;
}
li > a .tokenize-dropdown > .dropdown-menu--highlight {
  font-weight: bold;
}
.tokenize-dropdown > .dropdown-menu li.locked {
  padding: 3px 20px;
  color: #333;
  white-space: nowrap;
}
.tokenize-dropdown > .dropdown-menu li.locked,
.tokenize-dropdown > .dropdown-menu li > a {
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.tokenize-dropdown > .dropdown-menu li:not(.active) a:hover,
.tokenize-dropdown > .dropdown-menu li:not(.active) a:focus {
  background-color: transparent;
}

/* Button
//------------------------------------------------------------------------------ */
.mq-btn {
  display: block;
  box-sizing: border-box;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  border: 1px solid #634197;
  background-color: #fff;
  width: 100%;
  height: 40px;
  color: #634197;
  font-size: 0.78rem;
}
.mq-btn + .mq-btn {
  margin-top: 7px;
}
.mq-btn.btn__sbm {
  border-color: #7340bf;
  background-color: #7340bf;
  color: #fff;
}
.mq-btn.btn__red {
  border-color: #cc1616;
  color: #cc1616;
}
.mq-btn.btn__gry {
  border-color: #989898;
  color: #989898;
}
.mq-btn.btn__small {
  width: auto;
  padding: 7px 17px;
  box-shadow: none;
}
.mq-btn.btn__del, .mq-btn.btn__srch {
  margin-top: 0 !important;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.mq-btn.btn__del {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  overflow: hidden;
  color: transparent;
}
.mq-btn.btn__del:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  background: url("../../common/img/x.svg") 50% no-repeat;
  background-size: cover;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  filter: brightness(0.2);
  content: "";
}
.mq-btn.btn__del:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -9px 0 0 -9px;
  background: #dbdbdb;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  content: "";
}
.inp__trk + .mq-btn.btn__del {
  position: absolute;
  top: 0;
}
.mq-btn.btn__srch {
  padding: 0;
  background: url("../../app/img/tracking_icon.png") 50% no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  color: transparent;
}
.mq-btn.is__off {
  border-color: #ababab;
  background: #ababab;
}
.mq-btn__ic {
  display: inline-block;
  cursor: pointer;
}

.mq-cont__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mq-cont__btn--flx {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.mq-cont__btn--flx .mq-btn {
  border-radius: 0;
  height: 46px;
  font-size: 1em;
}

/* #Container 
//------------------------------------------------------------------------------ */
.mq-wrap {
  overflow: visible;
  overflow-x: hidden;
  min-height: 640px;
}
.mq-wrap i {
  font-style: inherit;
}
.mq-wrap em, .mq-wrap i {
  font-style: inherit;
  font-weight: 500;
}

.mq-tab {
  display: flex;
  background: #fff;
}
.mq-tab > a {
  position: relative;
  flex: 1;
  padding: 13px 10px 10px;
  box-sizing: border-box;
  border-bottom: 2px solid #eaeaea;
  height: 44px;
  color: #757575;
  font-size: 15px;
  text-align: center;
}
.mq-tab > a.on {
  border-color: #6918d1;
  color: #353535;
  font-weight: 500;
}

ul.mq-txt {
  margin-top: 20px;
  font-size: 12px;
  color: #353535;
}
ul.mq-txt li {
  position: relative;
  margin-left: 18px;
  list-style-type: disc;
  line-height: 1.5em;
}
ul.mq-txt li + li {
  margin-top: 4px;
}

.mq-txt__main {
  color: #6918d1;
}

/* 공통 영역 - Inner, Wide, Dimmed */
.mq-head + .mq-cont {
  height: calc(100% - 53px);
}
.mq-cont__inner {
  margin: 12px 16px 80px;
  border-radius: 5px;
  background-color: #fff;
}
.mq-cont__st {
  padding: 8px 8px 20px;
}
.mq-cont__dt {
  margin-top: 40px;
}
.mq-cont__flex {
  display: flex;
  align-items: flex-start;
}
.mq-cont__txt {
  margin-top: 8px;
  font-size: 12px;
  color: #939393;
  line-height: 1.5;
}

.mq-cont__hd {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 8px;
  padding: 0 8px;
  border-bottom: 1px solid #f4f4f4;
  box-sizing: border-box;
  height: 40px;
}
.mq-cont__hd ~ .mq-cont__hd {
  margin-top: 24px;
}
.mq-cont__hd .mq-cont_tt {
  margin-left: 8px;
}
.mq-cont__hd .btn__up, .mq-cont__hd .btn__down {
  position: relative;
  width: 20px;
  height: 40px;
}
.mq-cont__hd .btn__up:before, .mq-cont__hd .btn__down:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  background-size: cover;
  width: 12px;
  height: 12px;
  content: "";
}
.mq-cont__hd .btn__up:before {
  background-image: url("../img/common/ic_back.png");
  transform: rotate(90deg);
}
.mq-cont__hd .btn__down:before {
  background-image: url("../img/common/ic_back.png");
  transform: rotate(270deg);
  margin-top: -6px;
}
.mq-cont__tt {
  margin-bottom: 8px;
  font-size: 15px;
  color: #353535;
  font-weight: 700;
}
.mq-cont__tt ~ .mq-cont__tt {
  margin-top: 20px;
}
.mq-cont__nt {
  margin-bottom: 8px;
  font-size: 12px;
  color: #757575;
}
.mq-cont__stt {
  font-weight: 500;
  font-size: 14px;
  color: #353535;
}

.mq-cont__thmb {
  position: relative;
  flex-shrink: 0;
  margin: 5px 8px 15px 0;
  border: 1px solid #dbdbdb;
  width: 132px;
  height: 132px;
  background-color: #fff;
}
.mq-cont__thmb .img__file {
  height: 100%;
}
.mq-cont__thmb .img__file input[type=file] {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
.mq-cont__thmb .img__file:after, .mq-cont__thmb .img__file:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  background-color: #f4f4f4;
  width: 50px;
  height: 2px;
  content: "";
}
.mq-cont__thmb .img__file:before {
  margin: -25px 0 0;
  width: 2px;
  height: 50px;
}
.mq-cont__thmb .img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.mq-cont__thmb .img:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mq-cont__thmb .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

/* #Header 
//------------------------------------------------------------------------------ */
.mq-head {
  position: relative;
  padding: 13px 30px;
  box-sizing: border-box;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  min-height: 53px;
}
.mq-head h1 {
  display: block;
  letter-spacing: -0.29px;
  line-height: 1.69;
  text-align: center;
  font-size: 0.9rem;
  color: #0d1e20;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Segoe UI Light", "San Francisco", Roboto, "Fira Sans", "Helvetica", sans-serif;
}
.mq-head .btn_clse {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 18px;
  height: 18px;
  font-size: 0;
}
.mq-head .btn_clse:before, .mq-head .btn_clse:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  border-radius: 3px;
  background: #9e9e9e;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mq-head .btn_clse:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mq-head .btn_back {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 24px;
  height: 24px;
  font-size: 0;
  background: url("../img/common/ic_back.png") no-repeat;
  background-size: cover;
}

/* Table
//------------------------------------------------------------------------------ */
.mq-tbl table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}
.mq-tbl th, .mq-tbl td {
  vertical-align: middle;
  padding: 3px;
  border: 1px solid #dbdbdb;
  font-size: 12px;
  line-height: 1.5;
}
.mq-tbl th {
  background-color: #f4f4f4;
  color: #555;
  font-weight: normal;
}
.mq-tbl td {
  text-align: center;
}
.mq-tbl .txt__inf {
  font-size: 0.833em;
  color: #757575;
}
.mq-tbl .txt__gray {
  color: #999;
}
.mq-tbl--scroll {
  border: solid #dbdbdb;
  border-width: 1px 0;
  overflow: auto;
}
.mq-tbl--scroll thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  border-top: 0;
}
.mq-tbl--scroll tbody tr:first-of-type td {
  border-top: 0;
}
.mq-tbl--scroll tbody tr:last-of-type td {
  border-bottom: 0;
}

/* #Common: Form Control 
//------------------------------------------------------------------------------ */
input {
  box-sizing: border-box;
}
input::-webkit-input-placeholder {
  font-weight: normal;
  color: #757575;
}
input::-moz-placeholder {
  font-weight: normal;
  color: #757575;
}
input:-ms-input-placeholder {
  font-weight: normal;
  color: #757575;
}
input[disabled] {
  color: #989898;
}
.mq-inp {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #0d1e20;
}
.mq-inp__box {
  flex: 1;
  padding: 10px 8px;
  border: 1px solid #dbdbdb;
  height: 40px;
}
input + .mq-inp__box {
  margin-right: 8px;
}
.mq-inp__box + .lbl {
  margin-top: 13px;
}
.mq-inp__bcode {
  padding-right: 40px;
  background: url("../img/common/ic_barcode.png") 99% 50% no-repeat;
  background-size: 24px;
}

select {
  box-sizing: border-box;
}
select::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 1.1rem;
  color: #4e4e4e;
}
select::-moz-placeholder {
  font-weight: normal;
  font-size: 1.1rem;
  color: #4e4e4e;
}
select:-ms-input-placeholder {
  font-weight: normal;
  font-size: 1.1rem;
  color: #4e4e4e;
}
select[disabled] {
  color: #989898;
}
.mq-selc {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #0d1e20;
}
.mq-selc__box {
  flex: 1;
  padding: 10px 8px;
  border: 1px solid #dbdbdb;
  height: 40px;
}
input + .mq-selc__box {
  margin-right: 8px;
}
.mq-selc__box + .lbl {
  margin-top: 13px;
}

.mq-lbl {
  margin-left: 8px;
  font-size: 14px;
  color: #0d1e20;
  line-height: 2;
}

.layer_bg {
  background-color: rgba(0, 0, 0, 0.75);
}

.layer_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 640px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.loader_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.9;
  font-size: 12px;
  color: white;
}

.loader_contents_nobg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.9;
  font-size: 12px;
  color: #634197;
}

.loadingani {
  -webkit-animation: spin 1.6s infinite ease-out;
  animation: spin 1.6s infinite ease-out;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pop_contents_position {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pop_contents {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 21px;
  text-align: center;
  background-color: #ffffff;
  min-width: 267px;
  border: none;
}

.pop_layer1, .pop_layer3 {
  padding: 30px 27px 15px 27px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: center;
  color: #4e4e4e;
  border: none;
}

.pop_layer2, .pop_layer4 {
  height: 42px;
  border: none;
}

.pop_layer2 {
  height: 42px;
  background-color: #634197;
  border: none;
}

.flex_pop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_pop a {
  text-decoration: none;
  display: block;
  width: 50%;
  height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.08;
  letter-spacing: normal;
  padding-top: 8px;
  color: #ffffff;
  border: none;
}

.flex_pop a:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.layer_error {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #ef4036;
}

.pop_layer4 {
  background-color: #ef4036;
}

.commonbtn {
  text-decoration: none;
  display: block;
  padding: 10px 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.08;
  letter-spacing: normal;
  padding-top: 8px;
  color: #ffffff;
  border: none;
}

.text-size-edit {
  font-size: 18px;
  padding: 6px 0;
}

.layer_info {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #634197;
}

.pop_layer5 {
  background-color: #634197;
}

.pop_x_white {
  position: absolute;
  top: -35px;
  right: 46px;
  cursor: pointer;
}

.layer_cell {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #634197;
}

.pop_layer9 {
  text-align: left !important;
  background-color: #f5f5f5;
}

.layer_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.layer_flex p {
  width: 9%;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #3d3d3d;
}

.layer_flex select, .layer_cell_select {
  padding-right: 31px;
  width: 66%;
  min-width: 160px;
  height: 30px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  -moz-text-align-last: center;
  text-align-last: center;
  color: #3d3d3d;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  background: url("../img/select.svg") no-repeat center right;
  background-color: white;
  border-bottom: 1px solid #f5f5f5;
}

.layer_flex select::-ms-expand, .layer_cell_select {
  display: none;
}

.select_confirm input[type=text] {
  width: 20%;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: #634197;
  background-color: #f5f5f5;
}

.select_confirm {
  width: 68%;
  margin: 0 auto;
}

.select_confirm p {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: #634197;
}

.layer_select_wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.layer_select_wrap .layer_flex {
  margin-bottom: 22px;
}

.pop_layer11 {
  text-align: left !important;
  background-color: #fff;
}

.inputwhite {
  margin-left: 47px;
}

.inputwhite input[type=text] {
  background-color: #fff !important;
}

.layer_ppbarbg {
  width: 100%;
  height: 57px;
  background-color: #f7f6f8;
}

.layer_ppbarbg p {
  margin-left: 27px;
}

.layer_ppbar {
  width: 66%;
  min-width: 160px;
  height: 100%;
}

.layer_ppbar inpyt[type=number] {
  background-color: #f7f6f8 !important;
  width: 30%;
  min-width: 100px;
}

.ppbarbgpadding {
  padding: 14px 27px;
  vertical-align: middle;
}

.layer_width {
  width: 66%;
  min-width: 160px;
  height: 30px;
}

.layer_width input[type=number] {
  width: 70%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #3d3d3d;
  background-color: #f7f6f8;
}

.pop_layer10 {
  text-align: left !important;
  background-color: #fff;
}

.pop_layer10_contents_wrap {
  margin-top: 12px;
}

.pop_layer10 .poptext1 {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #ababab;
  white-space: nowrap;
}

.pop_layer10 .poptext2 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #c2c2c2;
  margin-left: 12px;
}

.pop_layer10 .poptext3 {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: left;
  color: #3d3d3d;
  white-space: nowrap;
}

.pop_layer10 .poptext4 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #2b2b2b;
}

.pop_layer10 input[type=text] {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: -0.36px;
  text-align: left;
  color: #3d3d3d;
  margin-left: 10px;
}

.pop_layer10 input[type=text]::-ms-input-placeholder {
  color: #3d3d3d;
}

.pop_layer10 input[type=text]::-webkit-input-placeholder {
  color: #3d3d3d;
}

.pop_layer10 input[type=text]::-moz-placeholder {
  color: #3d3d3d;
}

.pop_layer10 input[type=number] {
  margin-top: 10px;
}

.pop_layer10 .disablesty {
  width: 100%;
  min-width: 30px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #989898;
  background-color: #fff;
}

.ablestywrap, .disablestywrap, .scanablesty {
  width: 32%;
  min-width: 120px;
}

.ablesty, .scanablesty {
  width: 100%;
  min-width: 60px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #3d3d3d;
  background-color: #fff;
}

.pop_layer10 .layer_flex {
  align-items: flex-start;
}

.pop_layer10 .verbar {
  width: 1px;
  height: 17px;
  background: #c2c2c2;
  margin-top: 36px;
  margin-right: 20px;
}

.controlbox {
  min-width: 60px;
  height: 19px;
  border-radius: 4px;
  border: solid 1px #c2c2c2;
  margin-top: 10px;
}

.controlbox input[type=button] {
  text-decoration: none;
  line-height: 1;
  font-size: 19px;
  text-decoration: none;
  width: 50%;
  background: none;
  border: none;
  box-shadow: none;
  color: #c2c2c2;
}

.controlbox input[type=button]:first-child {
  border-right: 1px solid #c2c2c2;
}

.pop_layer10 .countwrap {
  margin-top: 30px;
  box-sizing: border-box;
  width: 100%;
}

.scanablesty {
  margin: 0 !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  margin-top: 10px !important;
}

.scanablesty::-ms-input-placeholder {
  font-weight: normal !important;
  font-size: 17px !important;
}

.scanablesty::-webkit-input-placeholder {
  font-weight: normal !important;
  font-size: 17px !important;
}

.scanablesty::-moz-placeholder {
  font-weight: normal !important;
  font-size: 17px !important;
}

.pop_layer11 .poptext1 {
  color: #3d3d3d;
  font-size: 14px;
}

.pop_layer11 .poptext2 {
  font-size: 18px;
  font-weight: bold;
  color: #989898;
  margin: 0;
}

.pop_layer11 input[type=text] {
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
  margin: 0;
  width: 100%;
}

.pop_layer11 input[type=text]::-ms-input-placeholder {
  font-weight: normal;
}

.pop_layer11 input[type=text]::-webkit-input-placeholder {
  font-weight: normal;
}

.pop_layer11 input[type=text]::-moz-placeholder {
  font-weight: normal;
}

.pop_layer11 .off {
  width: 100%;
  height: 26px;
  border-radius: 15px;
  border: solid 1px #989898;
  font-size: 11px;
  background-color: #fff;
  color: #989898;
}

.pop_layer11 .on {
  width: 100%;
  height: 26px;
  border-radius: 15px;
  border: solid 1px #634197;
  font-size: 11px;
  background-color: #fff;
  color: #634197;
}

.pop_layer11 .wid1 {
  width: 10%;
  min-width: 50px;
}

.pop_layer11 .wid2 {
  width: 40%;
  min-width: 140px;
}

.pop_layer11 .wid3 {
  width: 24%;
  min-width: 70px;
}

.pop_layer11 .layer_flex {
  align-items: center;
}

.pop_layer11 .wid2 span {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #989898;
}

.pop_layer12 .ablesty {
  font-weight: bold !important;
}

.pop_layer12 .poptext3 {
  font-size: 12px !important;
  color: #3d3d3d !important;
}

.pop_layer12 .sku_detail_pop {
  margin: 12px 0;
  padding: 12px 0;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}

.poptext4 {
  font-size: 12px !important;
  color: #ababab !important;
  line-height: 1.21;
  white-space: nowrap;
}

.pop_layer12 .ppgray_bg_pop {
  background-color: #f7f6f8;
  padding: 12px 0;
}

.ppgray_bg_pop .pop_layer10 {
  background-color: #f7f6f8;
  padding-top: 12px;
}

.ppgray_bg_pop .selectwidth1 {
  min-width: 124px;
  width: 42%;
}

.ppgray_bg_pop .selectwidth2 {
  min-width: 239px;
  width: 100%;
}

.ppgray_bg_pop .selectwidth3 {
  min-width: 101px;
  width: 35%;
}

.ppgray_bg_pop .poptext3 span {
  color: #a8a8a8;
}

.ppgray_bg_pop .layer_sg_input_style1 {
  min-width: 34px;
  width: 12%;
  margin: 0 !important;
  height: 30px;
}

.ppgray_bg_pop .layer_sg_input_style2 {
  min-width: 139px;
  width: 48%;
  height: 30px;
}

.poptext5 {
  font-size: 12px;
  line-height: 1.21;
  color: #707070;
}

.break-word {
  word-break: break-all;
}

.sku_detail_pop p {
  max-width: 100%;
}

.edit-qty-flex-style {
  display: flex;
  vertical-align: central;
  justify-content: center;
  margin-top: 15px;
}

.edit-qty-flex-style p {
  margin: 0 20px 0 10px;
  white-space: nowrap;
}

.edit-qty-flex-style input[type=number] {
  width: 50%;
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: right;
  color: #3d3d3d;
}

.qty-check-color {
  color: #cc1616;
}

.qty-check-checkbox {
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: center;
  color: #3d3d3d;
}

.delete_massage {
  background-color: #cc1616;
}

.on {
  display: block;
}

/* 
 * Layer Common : .mq-ly
 * 공통 레이어
 */
.mq-ly {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  min-height: 100%;
  text-align: center;
  font-size: 0;
}
.mq-ly:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mq-ly.dimmed {
  background-color: rgba(0, 0, 0, 0.75);
}
.mq-ly.t_error .mark {
  color: #ef4036;
}
.mq-ly.t_error .mq-ly_bt a {
  background: #ef4036;
}
.mq-ly_cls {
  position: absolute;
  top: -35px;
  right: 0;
  width: 24px;
  height: 24px;
  font-size: 0;
  background: url("../img/common/whitex.svg") no-repeat;
  background-size: cover;
}
.mq-ly_inr {
  display: inline-block;
  position: relative;
  margin: 50px auto;
  max-width: 85%;
  min-width: 267px;
  vertical-align: middle;
  font-size: 0.72rem;
  line-height: 1.8;
}
.mq-ly_inr .img_vw img {
  display: block;
  margin: auto;
  max-width: 100%;
  width: auto;
}
.mq-ly_cg {
  border-radius: 21px;
  background: #fff;
  padding: 0 27px 30px;
  overflow: hidden;
}
.mq-ly_cg.ps_lt {
  text-align: left;
}
.mq-ly_cg .mark {
  line-height: 1.35;
  font-weight: bold;
  font-size: 1.1rem;
  color: #634197;
}
.mq-ly_cg .tt {
  padding: 30px 0 15px;
}
.mq-ly_cg .mq-cont_sc {
  padding: 10px;
}
.mq-ly_cg .mq-set_num .num {
  margin-right: 10px;
  font-size: 18px;
}
.mq-ly_cg .mq-cont_dt {
  background: none;
  padding: 0;
}
.mq-ly_cg .cell + .cell {
  margin-left: 10%;
}
.mq-ly_cg .cell_tt {
  line-height: 1.83;
  font-size: 0.67rem;
  color: #3d3d3d;
}
.mq-ly_cg .cell_tt span {
  color: #a8a8a8;
}
.mq-ly_cg .cell:not([data-type=column]) .cell_tt {
  align-self: center;
  line-height: 1.17;
}
.mq-ly_cg_bg {
  margin: 0 -27px -13px;
  background: #f5f5f5;
  padding: 10px 27px;
}
.mq-ly_cg_bg .tt {
  margin-top: -10px;
}
.mq-ly_cg_bg .mq-ly_frm_ft .mq-input {
  color: #634197;
  font-size: 1.2rem;
}
.mq-ly_frm .mq-input {
  background: #fff;
  height: 30px;
  font-size: 18px;
  text-align: left;
}
.mq-ly_frm .mq-check {
  display: flex;
  justify-content: center;
  margin: 15px 0 0;
}
.mq-ly_frm .mq-cont_dt > li {
  margin: 6px 0;
  padding: 0;
}
.mq-ly_frm .mq-cont_dt.t_bdr {
  margin: 6px 0;
  border: 1px solid #e8e8e8;
  border-width: 1px 0;
}
.mq-ly_frm .mq-cont_dt .cell_ct {
  display: flex;
  flex: 1 1 100%;
  justify-content: space-between;
  align-items: center;
  word-break: break-all;
}
.mq-ly_frm .mq-cont_dt .cell_ct + .cell_ct .mq-input_slt {
  margin-top: 5px;
}
.mq-ly_frm .mq-cont_dt .cell_ct .cell_ct .mq-input {
  flex: 1 1 20%;
}
.mq-ly_frm .mq-cont_dt .cell_ct .cell_ct span {
  margin: 0 5px;
}
.mq-ly_frm .mq-cont_dt .cell_ct .mq-set_num .num {
  text-align: left;
  font-weight: normal;
}
.mq-ly_frm .mq-cont_sc {
  padding: 0;
}
.mq-ly_frm .mq-cont_sc .mq-input {
  font-weight: bold;
}
.mq-ly_frm .mq-cont_sc .mq-input::-webkit-input-placeholder {
  font-weight: bold;
  font-size: 18px;
  color: #3d3d3d;
}
.mq-ly_frm .mq-cont_sc .mq-input::-moz-placeholder {
  font-weight: bold;
  font-size: 18px;
  color: #3d3d3d;
}
.mq-ly_frm .mq-cont_sc .mq-input:-ms-input-placeholder {
  font-weight: bold;
  font-size: 18px;
  color: #3d3d3d;
}
.mq-ly_frm .mq-cont_sc .mq-set_num {
  align-self: center;
}
.mq-ly_frm_ft {
  display: flex;
  margin: 10px 0;
}
.mq-ly_frm_ft i {
  line-height: normal;
  font-weight: bold;
  font-size: 1.2rem;
}
.mq-ly_frm_ft .mq-input {
  background: none;
  width: 20%;
  text-align: center;
  color: #3d3d3d;
}
.mq-ly_frm_ft + .mq-set_num {
  margin: 10px -27px -13px;
  padding: 15px 24px;
  background: #f7f6f8;
}
.mq-ly_bt {
  display: flex;
  clear: both;
  margin: -17px 0 0;
  border-radius: 0 0 21px 21px;
  overflow: hidden;
}
.mq-ly_bt a {
  flex: 1;
  background: #634197;
  padding: 6px 0;
  width: 50%;
  line-height: 2.08;
  font-size: 18px;
  color: #fff;
}
.mq-ly_bt a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

/* [P] ccm
//------------------------------------------------------------------------------ */
.mq-ccm__wrap {
  padding: 20px 30px 50px;
  box-sizing: border-box;
  background-color: #fbfafd;
  min-height: 100vh;
  font-size: 0.778em;
  color: #1a1a1a;
}
.mq-ccm__wrap p {
  line-height: 24px;
  font-weight: bold;
}
.mq-ccm__hd {
  margin-bottom: 30px;
  text-align: center;
}
.mq-ccm__name {
  margin-bottom: 10px;
  font-size: 1.2em;
}
.mq-ccm__ft {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.857em;
}
.mq-ccm__form {
  margin: 36px 0 80px;
}
.mq-ccm__form .col {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.mq-ccm__form label {
  margin-left: 10px;
}
.mq-ccm__form label + input {
  margin-left: 10px;
}
.mq-ccm__form input[type=text] {
  margin-right: 30px;
  border: 1px solid #666666;
  border-radius: 4px;
  height: 28px;
  width: 100%;
  padding: 0 6px;
}
.mq-ccm__form .mq-cont__btn {
  margin-top: 79px;
}

/* [P] tracking
//------------------------------------------------------------------------------ */
.mq-inp--trk {
  position: relative;
}
.mq-inp--trk input::-webkit-search-decoration,
.mq-inp--trk input::-webkit-search-cancel-button,
.mq-inp--trk input::-webkit-search-results-button,
.mq-inp--trk input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.412' height='11.412' viewBox='0 0 10.412 11.412'%3E%3Cg id='그룹_117' data-name='그룹 117' transform='translate(-325.794 -16.511)'%3E%3Cline id='선_8' data-name='선 8' x2='9' y2='10' transform='translate(326.5 17.217)' fill='none' stroke='%23333' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='선_9' data-name='선 9' x1='9' y2='10' transform='translate(326.5 17.217)' fill='none' stroke='%23333' stroke-linecap='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A") 50% no-repeat;
  background-size: 8px;
  background-color: #dbdbdb;
  cursor: pointer;
}
.mq-inp--trk input:focus {
  border-color: #8158bf;
  outline: none;
}
.mq-inp--trk .mq-inp__box {
  position: relative;
  padding-right: 36px;
  box-sizing: border-box;
  border-radius: 4px;
  border-color: #8b8b8b;
  width: 100%;
  max-width: 100%;
  height: 44px;
  text-overflow: ellipsis;
}
.mq-inp--trk .mq-btn {
  position: absolute;
  top: 0;
  height: 100%;
}
.mq-inp--trk .mq-btn.btn__del {
  right: 36px;
  width: 34px;
}
.mq-inp--trk .mq-btn.btn__srch {
  right: 0;
  padding-right: 12px;
  box-sizing: content-box;
}

.mq-tracking__inf {
  font-size: 14px;
}
.mq-tracking__inf li {
  display: block;
  padding: 12px;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}
.mq-tracking__inf li + li {
  margin-top: 8px;
}
.mq-tracking__inf li p {
  line-height: 1.43;
}
.mq-tracking__inf .title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 4px 0 8px;
}
.mq-tracking__inf .title em {
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
}
.mq-tracking__inf .title span {
  white-space: nowrap;
}
@media screen and (max-width: 361px) {
  .mq-tracking__inf .title {
    flex-direction: column-reverse;
  }
  .mq-tracking__inf .title span {
    margin-bottom: 8px;
  }
}

/* [F] QxMoney
//------------------------------------------------------------------------------ */
.mq-money {
  font-size: 0;
  line-height: 1.45;
  color: #757575;
}
.mq-money .mq-cont__btn {
  margin: 16px;
}
.mq-money .mq-cont__btn .mq-btn {
  margin: 0;
}
.mq-money .mq-cont__btn .mq-btn + .mq-btn {
  margin-left: 8px;
}
.mq-money dl {
  display: flex;
  justify-content: space-between;
}
.mq-money__top {
  padding: 16px;
  background: #fff;
  text-align: center;
}
.mq-money__top .title {
  font-size: 16px;
  font-weight: 500;
  color: #5a5a5a;
}
.mq-money__top .info {
  margin-top: 4px;
}
.mq-money__top .info + .money {
  margin-top: 14px;
}
.mq-money__top .info span {
  font-size: 12px;
}
.mq-money__top .info span + span:before {
  content: "";
  display: inline-block;
  margin: 0 8px;
  height: 12px;
  width: 1px;
  background: #dedede;
}
.mq-money__top .money {
  display: block;
  color: #6918d1;
  font-size: 22px;
  font-weight: 700;
}
.mq-money__inr {
  padding: 16px 16px 24px;
  background: #fff;
}
.mq-money__inr + .mq-money__inr {
  margin-top: 8px;
}
.mq-money__box {
  font-size: 14px;
  color: #5a5a5a;
  box-sizing: border-box;
}
.mq-money__box dl + dl {
  margin-top: 16px;
}
.mq-money__box dl.dl__block {
  display: block;
}
.mq-money__box dl.dl__block dd {
  margin-top: 4px;
}
.mq-money__box dt {
  color: #353535;
  font-weight: 500;
}
.mq-money__inf {
  font-size: 13px;
}
.mq-money__box + .mq-money__inf {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #dedede;
}
.mq-money__inf li {
  position: relative;
  padding-left: 8px;
  box-sizing: border-box;
}
.mq-money__inf li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background: #757575;
}
.mq-money__inf li + li {
  margin-top: 4px;
}
.mq-money__ft {
  font-size: 13px;
}
.mq-money__ft dl + dl {
  margin-top: 12px;
}
.mq-money__ft dt {
  font-weight: 500;
  color: #5a5a5a;
}
.mq-money__hg {
  padding: 9px 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #dedede;
}
.mq-money__hg .mq-cont__tt {
  margin: 0;
}
