@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: #999;
}

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

a {
  text-decoration: none;
}

button {
  border: none;
  background: none;
}

.hide {
  position: absolute;
  left: -9999em;
  width: 0;
  height: 0;
  text-indent: -9999em;
  visibility: hidden;
}

.ps_rt {
  float: right;
}

.txt_red {
  color: #cc1616;
}

.txt_gry, .txt_gry::-webkit-input-placeholder, .txt_gry::-moz-placeholder {
  color: #9e9e9e !important;
}

.txt_elps {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.load_txt {
  line-height: 1.9;
  font-size: 0.67rem;
  color: #fff;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.typ span {
  margin-right: 10px;
}
.typ span:before {
  display: inline-block;
  margin: 0 5px 0 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  content: "";
}
.typ_inhousing, .typ_inhousing:before {
  background: #9461d6;
}
.typ_sale, .typ_sale:before {
  background: #6ecfc2;
}
.typ_finish, .typ_finish:before {
  background: #ce5151;
}
.typ_ready, .typ_ready:before {
  background: #62a76d;
}
.typ_work, .typ_work:before {
  background: #ebaf47;
}

.ic_date,
.ic_assign,
.ic_packing,
.ic_filter,
.ic_status,
.ic_direct,
.ic_setting {
  display: inline-block;
  margin: -2px 5px 0 0;
  width: 15px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  font-size: 0;
}

.ic_date {
  background-image: url("../img/pplist/date_basic.svg");
}

.ic_assign {
  background-image: url("../img/pplist/assign_basic.svg");
}

.ic_packing {
  background-image: url("../img/pplist/packing_basic.svg");
}

.ic_filter {
  background-image: url("../img/locationmanagement/filter_icon.svg");
  width: 11px;
  height: 11px;
}

.ic_status {
  background-image: url("../img/refillsku/refill_pp.svg");
}

.ic_date.up {
  background-image: url("../img/pplist/date_up.svg");
}

.ic_date.down {
  background-image: url("../img/pplist/date_down.svg");
}

.ic_packing.up {
  background-image: url("../img/pplist/packing_up.svg");
}

.ic_packing.down {
  background-image: url("../img/pplist/packing_down.svg");
}

.ic_direct {
  background-image: url("../img/pplist/direct_basic.svg");
}

.ic_setting {
  background-image: url("../img/setting/setting.svg");
  width: 21px;
  height: 21px;
}

.mq-btn {
  display: block;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  width: 100%;
  height: 46px;
  font-size: 1rem;
}
.mq-btn, .mq-btn-s {
  box-sizing: border-box;
  border: 1px solid #6a489d;
  background-color: #fff;
  color: #6a489d;
}
.mq-btn + .mq-btn {
  margin-top: 7px;
}
.mq-btn-s {
  display: inline-block;
  padding: 0 10px;
  border-radius: 15px;
  min-height: 24px;
  font-size: 0.67rem;
}
.mq-btn_wrap {
  position: relative;
  display: inline-block;
}
.mq-btn_wrap > [class^=mq-btn] {
  position: relative;
  padding-right: 24px;
}
.mq-btn_wrap > [class^=mq-btn]:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  border-style: solid;
  border-color: #6a489d;
  border-width: 0 1px 1px 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  content: "";
}
.mq-btn_wrap .list {
  position: absolute;
  z-index: 1;
  right: 0;
  padding: 4px 6px;
  box-sizing: border-box;
  min-width: 100%;
  background: #fff;
}
.mq-btn_wrap .list--lt {
  right: unset;
  left: 0;
}
.mq-btn_wrap .list_btn {
  display: block;
  padding: 0 6px;
  line-height: 30px;
  color: #4e4e4e;
  font-size: 0.67rem;
  text-align: left;
  white-space: nowrap;
}
.mq-btn_sbm {
  background-color: #6a489d;
  color: #fff;
}
.mq-btn_wrap .mq-btn_sbm:after {
  border-color: #fff;
}
.mq-btn_red {
  border-color: #cc1616;
  color: #cc1616;
}
.mq-btn_wrap .mq-btn_red:after {
  border-color: #cc1616;
}
.mq-btn_gry, .mq-btn_cpy.t_gry {
  border-color: #989898;
  color: #989898;
}
.mq-btn_wrap .mq-btn_gry:after {
  border-color: #989898;
}

.mq-btn_mnt {
  border-color: #39b1bc;
  color: #39b1bc;
}
.mq-btn_wrap .mq-btn_mnt:after {
  border-color: #39b1bc;
}
.mq-btn.is_off {
  border-color: #ababab;
  background: #ababab;
}
.mq-btn_wrap .mq-btn.is_off:after {
  border-color: #ababab;
}
.mq-btn_tgl, .mq-btn_del {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
}
.mq-btn_tgl {
  background-image: url("../img/locationmanagement/filteropen.svg");
}
.mq-btn_tgl.is_opn {
  transform: rotate(180deg);
}
.mq-btn_del {
  background-image: url("../img/pplist/packing-cancle.svg");
}
.mq-btn_cpy {
  display: inline-block;
  padding: 2px;
  border-radius: 2px;
  border: 1px solid #767676;
  line-height: 10px;
  font-size: 9px;
  color: #767676;
}

.mq-set_img {
  margin: 5px 0 0;
}
.mq-set_img .set_img {
  display: inline-block;
  position: relative;
  border: 1px solid #f2f2f2;
  width: 76px;
  height: 76px;
}
.mq-set_img .img {
  position: relative;
  padding-top: 100%;
  height: 0;
}
.mq-set_img .img img {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.mq-set_img .img_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.mq-set_img .ctrl {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: center;
}
.mq-set_img .ctrl a {
  display: inline-block;
  margin: 8px 4px;
  width: 21px;
  height: 21px;
  background: url("../img/skuinformation/image-change.svg") no-repeat;
  background-size: cover;
  vertical-align: top;
  font-size: 0;
}
.mq-set_img .ctrl .btn_del {
  background-image: url("../img/skuinformation/image-delet.svg");
}
.mq-set_num {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mq-set_num i {
  margin-right: 20px;
  font-style: normal;
}
.mq-set_num .num {
  flex: 1 0 20px;
  margin-right: 3px;
  width: 100%;
  height: 24px;
  background: none;
  font-weight: bold;
  text-align: right;
  font-size: 0.78rem;
  color: #4e4e4e;
}
.mq-set_num .num[disabled] {
  color: #989898;
}
.mq-set_num .btn_reset {
  margin: -5px 0 5px;
  border-radius: 4px;
  width: 70px;
  height: 21px;
  background: #6a489d;
  color: #fff;
  font-size: 0.78rem;
}
.mq-set_num_bt {
  border-radius: 4px;
  border: solid 1px #c2c2c2;
  width: 70px;
  height: 22px;
  overflow: hidden;
}
.mq-set_num input[type=button] {
  float: left;
  margin: 2px 0 0;
  background: none;
  width: 50%;
  line-height: 0.9;
  font-size: 19px;
  color: #c2c2c2;
}
.mq-set_num input[type=button]:last-child {
  border-left: 1px solid #c2c2c2;
}
.mq-set_num.t02 {
  position: relative;
  z-index: 1;
  align-items: center;
  box-shadow: 0 0 8px #dedede;
  height: 67px;
  background: #fff;
}
.mq-set_num.t02 .mq-set_num_bt,
.mq-set_num.t02 .mq-set_num_bt input {
  float: none;
  border: none;
  text-align: center;
}
.mq-set_num.t02 .num {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
}
.mq-set_sch {
  background: #fff;
}
.mq-set_sch .mq-cont_dt ~ .mq-cont_dt {
  border-top: 1px solid #f5f5f5;
}
.mq-set_sch .mq-cont_dt label, .mq-set_sch .mq-cont_dt .cell_tt {
  line-height: 30px;
  font-size: 0.78rem;
  color: #3d3d3d;
}
.mq-set_sch .mq-cont_dt li + li {
  padding-top: 0;
}
.mq-set_sch .mq-input,
.mq-set_sch .mq-input_slt {
  background-color: #f5f5f5;
}
.mq-set_sch .mq-check label:before {
  margin-top: -6px;
  border-radius: 50%;
  border: none;
  background: #dbdbdb;
}
.mq-set_sch .mq-check label:after {
  left: 3px;
  margin-top: -3px;
}
.mq-set_sch .mq-check.typ_inhousing input:checked + label:before {
  background: #9461d6;
}
.mq-set_sch .mq-check.typ_sale input:checked + label:before {
  background: #6ecfc2;
}
.mq-set_inf {
  display: flex;
  justify-content: space-between;
  padding: 20px 24px 5px;
  font-size: 0.67rem;
  color: #636363;
}
.mq-set_inf p {
  margin-bottom: 10px;
}
.mq-set_inf p ~ .mq-btn_tgl {
  margin-bottom: 10px;
}
.mq-set_inf .mq-cont_tt {
  box-shadow: none;
  padding: 0;
  line-height: normal;
}
.mq-set_inf .mq-btn_tgl {
  align-self: center;
}
.mq-set_inf .is_opn {
  transform: rotate(180deg);
}
.mq-set_inf [class^=ic_] {
  filter: grayscale(1);
  opacity: 0.6;
}
.mq-set_inf :where(.typ_ready, .typ_finish, .typ_work) .ic_packing, .mq-set_inf .tag_jop .ic_assign {
  filter: grayscale(0);
  opacity: 1;
}
.mq-set_inf .typ_ready .ic_packing {
  background-image: url("../img/pplist/packing_green.svg");
}
.mq-set_inf .typ_finish .ic_packing {
  background-image: url("../img/pplist/packing_red.svg");
}
.mq-set_inf .typ_work .ic_packing {
  background-image: url("../img/pplist/packing_yellow.svg");
}
.mq-set_inf .tag_job {
  color: #85dcd0;
}
.mq-set_inf .tag_job .ic_assign {
  background-image: url("../img/pplist/assign_mt.svg");
}
.mq-set_inf .date {
  width: 135px;
}
.mq-set_inf .txt_elps {
  flex: 1 1 60px;
  text-align: center;
}
.mq-set_flt .ic_assign {
  filter: grayscale(1);
  opacity: 0.6;
}
.mq-set_flt .flt_rlt {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 13px;
  background-color: #fff;
  font-size: 11px;
  color: #989898;
}
.mq-set_flt .flt_sort {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.mq-set_flt .flt_sort .btn_sort {
  display: block;
  width: 20px;
  height: 26px;
  background: url("../img/pplist/sort.svg") 50% no-repeat;
  font-size: 0;
}
.mq-set_flt .flt_sort_ly {
  right: -6px;
  padding: 0 6px;
  min-width: 135px;
}
.mq-set_flt .flt_sort_ly, .mq-btn_wrap .list {
  position: absolute;
  top: 28px;
  z-index: 3;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: #fff;
}
.mq-set_flt .flt_sort_ly li ~ li, .mq-btn_wrap .list li ~ li {
  border-top: 1px solid #f5f5f5;
}

.mq-set_flt .flt_sort_ly li a {
  display: block;
  padding: 8px 4px;
  line-height: 1.83;
  color: #4e4e4e;
}

.mq-tbl {
  table-layout: fixed;
  border-top: 1px solid #f5f5f5;
  width: 100%;
  background-color: #fff;
}
.mq-tbl th, .mq-tbl td {
  padding: 9px 0;
  border-bottom: 1px solid #f5f5f5;
  line-height: 1.4;
  font-weight: normal;
  color: #3d3d3d;
}
.mq-tbl td {
  padding: 9px;
  font-size: 0.78rem;
  text-align: center;
}
.mq-tbl thead th {
  line-height: 0.75;
  color: #989898;
  font-size: 0.67rem;
}
.mq-tbl tbody th {
  font-size: 0.72rem;
  text-align: left;
  white-space: nowrap;
}
.mq-tbl tfoot td {
  border: none;
  background-color: #dbdbdb;
  color: #2b2b2b;
}
.mq-tbl.t02 td {
  padding: 9px 0;
  text-align: left;
  vertical-align: middle;
  color: #606060;
  font-size: 0.72rem;
}
.mq-tbl.t02 td:first-child {
  padding-left: 24px;
}
.mq-tbl.t02 td:last-child {
  padding-right: 24px;
  text-align: right;
}

.mq-itm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mq-itm p {
  line-height: 1.69;
  font-size: 0.72rem;
}
.mq-itm .thmb {
  flex: 0 0 67px;
  position: relative;
  margin-right: 12px;
  height: 67px;
  text-align: center;
}
.mq-itm .thmb img {
  border-radius: 15px;
  border: 1px solid transparent;
  width: 65px;
  height: 65px;
}
.mq-itm .state {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 10px 0 10px 0;
  width: 26px;
  height: 19px;
  font-size: 0.67rem;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
}
.mq-itm .dtl {
  flex: 1;
}
.mq-itm .name {
  margin: 0 0 4px;
  line-height: 1.57;
  font-weight: 600;
  font-size: 0.78rem;
  word-break: break-all;
  word-wrap: break-word;
}
.mq-itm .name p {
  font-weight: 400;
}
.mq-itm .no {
  line-height: 1.35;
  color: #989898;
  word-break: break-all;
  word-wrap: break-word;
}
.mq-itm dl.no {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.72rem;
}
.mq-itm dl.no dt, .mq-itm dl.no dd {
  flex-basis: 50%;
}
.mq-itm .inf {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  margin: 9px 0 0;
  border-top: 1px solid #dedcdc;
  padding: 9px 0 0;
  line-height: 1.69;
  color: #707070;
}
.mq-itm .inf .no {
  margin-right: 10px;
  line-height: 1;
  color: #4e4e4e;
}
.mq-itm .typ {
  margin: 3px 0 0;
  line-height: 2;
  letter-spacing: -0.1px;
  font-size: 0.52rem;
}
.mq-itm .ctrl {
  position: absolute;
  bottom: 10px;
  right: 24px;
}
.mq-itm .count {
  border-top: 1px solid #eee;
  margin: 5px 0 -15px;
  line-height: 30px;
  font-weight: 600;
  font-size: 13px;
  color: #989898;
}
.mq-itm .count .ctrl {
  bottom: 3px;
}
.t_nd .mq-itm .thmb img {
  border-color: #c2c2c2;
}
.t_nd .mq-itm .state {
  background-color: #c2c2c2;
}
.t_y .mq-itm .thmb img {
  border-color: #ce5151;
}
.t_y .mq-itm .state {
  background-color: #ce5151;
}
.t_n .mq-itm .thmb img {
  border-color: #62a76d;
}
.t_n .mq-itm .state {
  background-color: #62a76d;
}
.t_c .mq-itm .thmb img {
  border-color: #ebaf47;
}
.t_c .mq-itm .state {
  background-color: #ebaf47;
}

/*  [C] Layout
-------------------------------------------------------------------------------- */
.mq-wrap {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.mq-head {
  position: relative;
}
.mq-head img {
  vertical-align: middle;
}
.mq-head h1 {
  display: block;
  padding: 13px 30px;
  box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  min-height: 53px;
  background: #fff;
  line-height: 1.69;
  text-align: center;
  letter-spacing: -0.29px;
  font-size: 0.9rem;
  color: #9e9e9e;
  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 {
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 3px;
  height: 100%;
  width: 1px;
  background: #9e9e9e;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  content: "";
}
.mq-head .btn_clse:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mq-head .btn_back {
  position: absolute;
  top: 20px;
  left: 33px;
  width: 14px;
  height: 16px;
  background: url("../img/common/backicon.svg") no-repeat;
  background-size: cover;
  font-size: 0;
}

.mq-cont {
  flex-grow: 1;
}
.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: center;
  position: relative;
  padding: 10px 24px;
  background-color: #fff;
  color: #4e4e4e;
}
.mq-cont_sc label {
  flex-grow: 0;
  margin: 0 5px 5px 0;
}
.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%;
  line-height: 1.6;
}
.mq-cont_sc .tt_stt {
  padding: 5px 0;
  height: 35px;
  font-size: 1.28rem;
  font-weight: normal;
  letter-spacing: -1px;
}
.mq-cont_sc.t02 {
  background: #f5f5f5;
}
.mq-cont_sc.t_sd {
  box-shadow: 0 4px 4px 0 #dedede;
  margin-bottom: 15px;
}
.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_sg {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 53px);
  overflow: hidden;
}
.mq-cont_dt {
  background: #fff;
  padding: 0 24px;
  overflow: hidden;
}
.mq-cont_dt > li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  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_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 .cell[data-type=column] {
  flex-direction: column;
}
.mq-cont_dt .cell[data-type=column] ~ .cell[data-type=column] {
  margin-left: 5px;
}
.mq-cont_dt .cell[data-type=column] .cell_ct {
  margin-top: 3px;
}
.mq-cont_dt .cell[data-type=column] .mq-input_slt {
  border: none;
}
.mq-cont_dt .cell[data-type=column] .mq-input_slt select {
  text-align-last: left;
}
.mq-cont_dt .cell .ps_ct {
  align-self: center;
}
.mq-cont_dt .cell .col3 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #ababab;
}
.mq-cont_dt .cell .col3 .mq-input {
  flex: 0 0 30%;
}
.mq-cont_dt .mq-tbl {
  margin: 9px 0;
}
.mq-cont_dt .mq-input {
  flex: 1 0 80px;
  padding: 0 5px;
  width: 100%;
  height: 30px;
  font-size: 0.78rem;
  font-weight: normal;
  text-align: center;
}
.mq-cont_dt .mq-input::-webkit-input-placeholder, .mq-cont_dt .mq-input::-moz-placeholder, .mq-cont_dt .mq-input:-ms-input-placeholder {
  font-size: inherit;
}
.mq-cont_dt .mq-btn_tgl {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}
.mq-cont_dt .dtl_area {
  display: block;
  margin-bottom: 15px;
  background: #f9f9f9;
}
.mq-cont_dt .dtl_area .cell {
  margin: 5px 15px;
}
.mq-cont_dt .dtl_area .cell_tt {
  flex-basis: 5%;
  line-height: 30px;
  color: #858585;
  font-size: 0.67rem;
}
.mq-cont_dt .dtl_area .cell_ct .txt_elps {
  display: inline-block;
  width: 190px;
}
.mq-cont_dt .dtl_area .mq-btn {
  background: none;
  height: 30px;
  font-size: 0.67rem;
}
.mq-cont_dt .dtl_area .mq-btn-s {
  margin-bottom: 5px;
}
.mq-cont_dt .dtl_area .mq-input {
  background: none;
  font-size: 0.89rem;
  text-align: left;
}
.mq-cont_dt .dtl_area .mq-input::-webkit-input-placeholder, .mq-cont_dt .dtl_area .mq-input::-moz-placeholder, .mq-cont_dt .dtl_area .mq-input:-ms-input-placeholder {
  font-size: inherit;
  color: #9e9e9e;
}
.mq-cont_dt .dtl_area .btn_del {
  display: inline-block;
  margin-left: 10px;
  border: 5px solid transparent;
  width: 10px;
  height: 10px;
  background: url("../img/locationmanagement/xbtn.svg") no-repeat;
  background-size: cover;
  font-size: 0;
  vertical-align: top;
}
.mq-cont_dt .cmt {
  font-size: 0.68rem;
  color: #6a489d;
}
.mq-cont_lst li:not(.mq-btn_wrap 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: 24px;
  left: 24px;
}
.mq-cont_lst .mq-check label {
  font-size: 0;
}
.mq-cont_lst .tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 8px;
  background: #8b8b8b;
  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 {
  display: inline-block;
  margin: 0 5px;
  width: 1px;
  height: 9px;
  background: #989898;
  content: "";
}
.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_tt {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  line-height: 24px;
  font-size: 13px;
}
.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 {
  border-color: #9c89ba;
  background: #9c89ba;
  color: #fff;
}
.mq-cont_lst_dtl .row .is_off {
  border-color: #ababab;
  background: #ababab;
}
.mq-cont_lst_dtl .qty {
  flex: 0 0 30%;
  font-size: 0.78rem;
  text-align: 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-set_num_bt:only-child {
  margin-top: 10px;
}
.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 .qty .mq-input::-webkit-input-placeholder, .mq-cont_lst_dtl .qty .mq-input::-moz-placeholder {
  font-size: 1.8rem;
  font-weight: 600;
}
.mq-cont_lst_dtl .memo {
  padding-left: 13px;
  box-sizing: border-box;
  border: solid 1px #dbdbdb;
  width: 100%;
  height: 43px;
  background-color: #fff;
  font-size: 0.9rem;
  line-height: 1.38;
  color: #4e4e4e;
}
.mq-cont_lst_dtl .memo::-webkit-input-placeholder, .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 input {
  width: 90%;
  height: 35px;
}
.mq-cont_lst_dtl .mq-tbl input[type=number] {
  width: 50%;
}
.mq-cont_lst_dtl .inf {
  margin: 0 -24px;
  border-bottom: 1px solid #dedcdc;
  background-color: #fff;
  padding: 12px 24px;
  font-size: 0.72rem;
}
.mq-cont_lst_dtl .bsk_inf .tt {
  margin-bottom: 8px;
  font-size: 0.68rem;
  color: #ce5151;
  font-weight: bold;
}
.mq-cont_lst_dtl .bsk_inf .mq-tbl td {
  border: solid #c2c2c2;
  border-width: 1px 0;
  text-align: left;
}
.mq-cont_lst_dtl .bsk_inf .mq-tbl td:nth-child(2n) {
  border: 1px solid #c2c2c2;
}
.mq-cont_lst_dtl .bsk_inf .mq-tbl td a {
  display: block;
  position: relative;
  padding: 5px 12px 5px 8px;
  color: #707070;
  font-size: 0.67rem;
  letter-spacing: -0.4px;
}
.mq-cont_lst_dtl .bsk_inf .mq-tbl td a:after {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -3px;
  border: solid #c7c7c7;
  border-width: 1px 1px 0 0;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.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;
  background: url("../img/locationmanagement/xbtn.svg") no-repeat;
  background-size: cover;
  font-size: 0;
  vertical-align: middle;
}
.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;
  width: 100%;
  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_lst.t_scr {
  flex-grow: 1;
  height: 55vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
}
.mq-cont_lst.t_scr .thmb img {
  border-color: #eee;
}
.mq-cont_lst.t_scr .ctrl {
  display: none;
}
.mq-cont_lst.t_scr .is_on .mq-itm {
  background-color: #fbf3ff;
}
.mq-cont_lst.t_scr .is_on .ctrl {
  display: block;
}
.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_stp {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #fff;
  padding: 10px 24px 15px 24px;
}
.mq-cont_stp:before {
  position: absolute;
  top: 50%;
  left: 24px;
  right: 24px;
  border-bottom: 1px dotted #ababab;
  content: "";
}
.mq-cont_stp li {
  position: relative;
  z-index: 2;
  padding: 18px 0;
  box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid #ababab;
  width: 30%;
  height: 90px;
  background: #fff;
  color: #a8a8a8;
  text-align: center;
  font-size: 0.72rem;
}
.mq-cont_stp li:before {
  display: block;
  margin: 0 auto;
  width: 36px;
  height: 36px;
  background: url("../img/inhousing/shipping_on.svg") 50% no-repeat;
  opacity: 0.5;
  filter: grayscale(1);
  content: "";
}
.mq-cont_stp li.stp_ih_arv:before {
  background-image: url("../img/inhousing/arrived_on.svg");
}
.mq-cont_stp li.stp_ih_cmp:before {
  background-image: url("../img/inhousing/completed_on.svg");
}
.mq-cont_stp li.stp_ih_rqt:before {
  background-image: url("../img/inhousing/request_on.svg");
}
.mq-cont_stp li.stp_ih_act:before {
  background-image: url("../img/inhousing/acceptanced_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 {
  display: inline-block;
  margin: -2px 10px 0 5px;
  background-color: #aaa;
  width: 1px;
  height: 10px;
  vertical-align: middle;
  content: "";
}
.mq-cont_bd .btn_re {
  color: #634197;
  font-weight: bold;
  font-size: 12px;
}
.mq-cont_bd .btn_re:before {
  display: inline-block;
  margin: -2px 3px 0 0;
  width: 8px;
  height: 8px;
  background: url("../img/common/reply.png") center no-repeat;
  background-size: cover;
  vertical-align: middle;
  content: "";
}
.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 {
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -6px;
  border: solid #c3c3c3;
  border-width: 1px 1px 0 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.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, .mq-cont_bd_wrt .tt input::-moz-placeholder, .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, .mq-cont_bd_sg textarea::-moz-placeholder, .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;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  min-width: 10rem;
  font-size: 12px;
  color: #292b2c;
  text-align: left;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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 {
  background-color: #f7f7f9;
  color: #1d1e1f;
  text-decoration: none;
}
.tokenize-dropdown .dropdown-item.active, .tokenize-dropdown .dropdown-item:active {
  background-color: #e9fffc;
  color: #39b1bc;
  text-decoration: none;
}
.tokenize-dropdown .dropdown-item.disabled, .tokenize-dropdown .dropdown-item:disabled {
  background-color: transparent;
  color: #636c72;
  cursor: not-allowed;
}
.tokenize-dropdown > .dropdown-menu {
  display: block;
  min-height: 10px;
  width: 100%;
  margin: -1px 0 0 0;
  visibility: visible;
  opacity: 1;
}
.tokenize-dropdown > .dropdown-menu li {
  cursor: pointer;
}
.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;
}
li > a .tokenize-dropdown > .dropdown-menu--highlight {
  font-weight: bold;
}

.mq-input {
  box-sizing: border-box;
  border: none;
  background: none;
  line-height: inherit;
  color: #4e4e4e;
  font-weight: 600;
  font-size: 1rem;
}
.mq-input::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 1.1rem;
  color: #4e4e4e;
}
.mq-input::-moz-placeholder {
  font-weight: normal;
  font-size: 1.1rem;
  color: #4e4e4e;
}
.mq-input:-ms-input-placeholder {
  font-weight: normal;
  font-size: 1.1rem;
  color: #4e4e4e;
}
.mq-input[disabled] {
  color: #989898;
}
.mq-input.t_bdr {
  border-radius: 5px;
  border: 1px solid #eee;
}
.mq-input.ps_lt {
  text-align: left;
}
.mq-input_dt {
  display: flex;
}
.mq-input_dt i {
  flex-shrink: 0;
  align-self: center;
  margin: 0 7px;
  font-size: 0.62rem;
}
.mq-input_slt {
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  height: 30px;
  background: #fff url("../img/common/select.svg") center right no-repeat;
}
.mq-input_slt select {
  -webkit-appearance: none;
  background: none;
  padding-right: 31px;
  width: 100%;
  height: 100%;
  text-align-last: center;
  font-size: 0.78rem;
  color: #4e4e4e;
}

.mq-check {
  display: block;
  position: relative;
}
.mq-check input {
  position: absolute;
  opacity: 0;
}
.mq-check label {
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1.57;
  font-size: 0.67rem;
  white-space: nowrap;
}
.mq-check label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  width: 13px;
  height: 13px;
}
.mq-check label:after {
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -3px;
  border: solid #fff;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 6px;
  height: 4px;
}
.mq-check input:checked + label:before {
  border-color: #937cb4;
  background: #937cb4;
}
.mq-check input:checked + label:after {
  content: "";
}

.mq-switch {
  text-align: center;
}
.mq-switch .dsc {
  font-size: 0.62rem;
  color: #6a489d;
}
.mq-switch .btn_switch {
  display: inline-block;
  position: relative;
  width: 62px;
  vertical-align: middle;
}
.mq-switch .btn_switch input {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.mq-switch .btn_switch .txt {
  display: inline-block;
  position: relative;
  border-radius: 20px;
  border: 5px solid #bcbcbc;
  background-color: #bcbcbc;
  height: 20px;
  vertical-align: top;
  font-size: 0.72rem;
  color: #fff;
  text-align: right;
}
.mq-switch .btn_switch .txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-color: #fff;
  width: 20px;
  height: 20px;
  transition: left 0.25s;
  -webkit-transition: left 0.25s;
}
.mq-switch .btn_switch .txt:after {
  content: "No";
  display: block;
  padding: 0 5px 0 25px;
  line-height: 20px;
}
.mq-switch .btn_switch input:checked ~ .txt {
  border-color: #937CB4;
  background-color: #937CB4;
}
.mq-switch .btn_switch input:checked ~ .txt:before {
  left: 29px;
}
.mq-switch .btn_switch input:checked ~ .txt:after {
  content: "Yes";
  padding: 0 25px 0 5px;
}

.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: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 10;
  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: 0 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 label {
  margin-bottom: 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);
}
.mq-ly_slc {
  border: solid #c2c2c2;
  border-width: 1px 0;
  height: 237px;
  overflow-y: auto;
}
.mq-ly_slc li {
  padding: 6px 0;
  border-bottom: 1px solid #f5f5f5;
}
.mq-ly_slc .mq-check label {
  font-size: 0.83rem;
}

/*  [Vendor] DatePicker
--------------------------------------------------------------------------------- */
.ui-datepicker-trigger {
  display: none;
}

/* Clear fix */
.ui-helper-clearfix {
  display: block;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}

.ui-datepicker {
  width: 80%;
  max-width: 300px;
  padding: 0.5em 0.5em 0.2em;
  background: #fff;
  font-size: 13px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.ui-datepicker-header {
  position: relative;
  padding: 0.4em 0;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.5;
  text-align: center;
  font-size: 1.2307em;
}

/* Select */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 48%;
  border: 0 none;
}

.ui-datepicker .ui-datepicker-title select {
  float: left;
  height: 25px;
  font-size: 1em;
  margin: 1px 0;
  border: 1px solid #4C4E58;
  border-radius: 0;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  float: right;
}

/* Prev, Next Button */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  overflow: hidden;
  position: absolute;
  top: 3px;
  width: 1.8em;
  height: 1.8em;
  color: #C7CDD0;
}

.ui-datepicker .ui-datepicker-prev {
  left: 3px;
}

.ui-datepicker .ui-datepicker-next {
  right: 3px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  width: 0;
  height: 0;
  margin-top: 10px;
  border: 5px solid #fff;
  border-width: 5px 7px;
  border-color: transparent #919191 transparent transparent;
  font-size: 0;
  opacity: 0.9;
}

.ui-datepicker .ui-datepicker-next span {
  margin-left: 8px;
  border-color: transparent transparent transparent #919191;
}

.ui-datepicker-prev-hover,
.ui-datepicker-next-hover {
  color: #EDF0F2;
}

/* Table */
.ui-datepicker table {
  width: 100%;
  margin: 0.4em 0;
  font-size: 1em;
  border-collapse: collapse;
}

.ui-datepicker th {
  width: 14.28%;
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  text-transform: uppercase;
}

.ui-datepicker-week-end {
  color: #ed3b3b;
}

.ui-datepicker td {
  padding: 1px;
  border: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  margin: auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  text-decoration: none;
}

/* Table > Dsiabled */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

.ui-state-disabled {
  cursor: default !important;
}

/* Table > Default */
.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #fff;
  background: #fff;
  outline: none;
  border-radius: 50%;
  color: #333;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-active {
  background: #e1e1e1;
  border-color: #e1e1e1;
}

/* Table > highlight */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  border: 1px solid #8064a8;
  background: #8064a8;
  color: #fff;
}

.ui-state-highlight:hover,
.ui-widget-content .ui-state-highlight:hover {
  border: 1px solid #8064a8;
  background: #8064a8;
}

/* button */
.ui-datepicker .ui-datepicker-buttonpane {
  text-align: right;
}

.ui-datepicker .ui-priority-secondary,
.ui-datepicker .ui-datepicker-close {
  padding-right: 7px;
  font-weight: normal;
  color: #bdbdbd;
  text-decoration: underline;
  line-height: 17px;
  border: none;
  background: #fff;
}

.ui-datepicker .ui-priority-secondary:hover,
.ui-datepicker .ui-datepicker-close:hover {
  background: #fff;
}

/*  [P] Home
--------------------------------------------------------------------------------- */
.mq-home_wrp {
  padding: 0 0 30px;
  font-size: 16px;
  line-height: 1.333;
}
.mq-home_hd {
  position: relative;
  padding: 30px 110px 70px 20px;
  min-height: 75px;
  color: #fff;
  background: -moz-linear-gradient(left, #927bb4, #634297);
  background: -webkit-linear-gradient(left, #927bb4, #634297);
  background: -o-linear-gradient(left, #927bb4, #634297);
  background: -ms-linear-gradient(left, #927bb4, #634297);
  background: linear-gradient(left, #927bb4, #634297);
}
.mq-home_hd .tt {
  font-size: 1.6em;
  font-weight: 300;
}
.mq-home_hd .id {
  display: block;
  margin: 3px 0;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 700;
  line-height: 1.24;
}
.mq-home_hd .info {
  margin-top: 10px;
  font-size: 0.8666em;
  font-weight: 300;
  /* &:before{
  	display:inline-block; border:1px solid #fff; border-radius:50%; width:4px; height:4px;
  	box-shadow:0 0 1px 0 #fff;
  	content:"";
  }*/
}
.mq-home_hd .thmb {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 12px;
  width: 75px;
  height: 75px;
  background: #a895c5 url("../img/home/ic_thumb.png") 50% no-repeat;
  background-size: cover;
}
.mq-home_inf {
  display: flex;
  position: relative;
  margin: -40px 17px 20px;
}
.mq-home_inf dl.total, .mq-home_inf .info {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.mq-home_inf .info {
  display: flex;
  flex-grow: 1;
  text-align: center;
}
.mq-home_inf .info dl {
  flex: 1;
  position: relative;
}
.mq-home_inf .info dl + dl:before {
  position: absolute;
  left: -1px;
  top: 25%;
  width: 1px;
  height: 50%;
  background-color: #ccc;
  content: "";
}
.mq-home_inf dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 13px;
  color: #989898;
}
.mq-home_inf dl.total {
  flex-basis: calc(30% - 10px);
  margin-left: 10px;
}
.mq-home_inf dd {
  margin-top: 5px;
  font-size: 2em;
  font-weight: 700;
  color: #555;
}
.mq-home_dash {
  margin: 30px 20px 0;
}
.mq-home_dash h2 {
  margin-bottom: 15px;
  font-size: 100%;
  font-weight: 500;
  color: #999;
}
.mq-home_stt {
  display: flex;
  justify-content: space-between;
  margin: 7px 0;
}
.mq-home_stt button {
  flex-basis: 49%;
  padding: 7px 10px;
  border: 1px solid #bbb;
  border-radius: 7px;
  text-align: center;
  font-size: 100%;
  color: #999;
}
.mq-home_stt button.is_slct {
  border-color: #8064a8;
  background: #8064a8;
  color: #fff;
}
.mq-home_lst {
  margin: 7px 0 15px;
  border-radius: 7px;
  padding: 15px 12px;
  overflow: hidden;
  font-size: 0.866em;
  background-color: rgba(128, 100, 168, 0.1);
}
.mq-home_lst li {
  float: left;
  box-sizing: border-box;
  padding-left: 15px;
  width: 50%;
  text-indent: -15px;
  font-size: 0.8666em;
  color: #999;
}
.mq-home_lst li:before {
  display: inline-block;
  margin-right: 3px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background-color: #999;
  content: "";
}
.mq-home_lst li.is_slct {
  color: #7c4cc0;
}
.mq-home_lst li.is_slct:before {
  background-color: #7c4cc0;
}
.mq-home_lst .qty {
  display: block;
  margin-top: 5px;
  text-indent: 0;
  color: #000;
  font-size: 1.25em;
}
.mq-home_lst .qty em {
  font-style: normal;
  font-size: 1.133em;
  font-weight: 700;
}
.mq-home_chart {
  border-radius: 7px;
  padding: 10px;
  background-color: #fff;
}
.mq-home_grp {
  border-radius: 7px;
  padding: 40px 25px 30px;
  background-color: #fff;
}
.mq-home_grp__svg {
  width: 100%;
  height: 250px;
  overflow: visible;
}
.mq-home_grp__svg .grid {
  stroke: #eee;
  stroke-dasharray: 0;
  stroke-width: 1;
}
.mq-home_grp__svg .grid_y_start {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  stroke: #999;
}
.mq-home_grp__svg .label {
  fill: #999;
  font-size: 13px;
}
.mq-home_grp__svg .label_x {
  text-anchor: middle;
}
.mq-home_grp__svg .label_y {
  text-anchor: end;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
}
.mq-home_grp__svg .label_y_start {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.mq-home_grp__svg .data {
  fill: #b5b5b5;
  fill-opacity: 0;
  shape-rendering: crispEdges;
}
.mq-home_grp__svg .data_bar__today rect {
  stroke: #7e58b4;
  fill: #7e58b4;
  transform: translateX(-18px);
  -webkit-transform: translateX(-18px);
}
.mq-home_grp__svg .data_bar__custom rect {
  stroke: #b5b5b5;
  fill: #b5b5b5;
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
}

/*  [P] Appdownload
--------------------------------------------------------------------------------- */
.mq-dw_wrp {
  padding: 0 25px;
  height: 100%;
  background: -moz-linear-gradient(left, #8d78aa 0%, #5f3f8c 100%);
  background: -webkit-linear-gradient(left, #8d78aa 0%, #5f3f8c 100%);
  background: linear-gradient(to right, #8d78aa 0%, #5f3f8c 100%);
}
.mq-dw_hd {
  height: 175px;
  font-size: 0;
  background: url("../img/common/img_qwms.png") center no-repeat;
  background-size: auto 127px;
}
.mq-dw_cg {
  border-radius: 20px;
  background-color: #fff;
  padding: 15px 25px;
}
.mq-dw_cg dl {
  display: flex;
  line-height: 24px;
  font-size: 13px;
  color: #3d3d3d;
}
.mq-dw_cg dl dt {
  flex-basis: 27%;
}
.mq-dw_cg .row {
  flex-direction: column;
}
.mq-dw_cg .scrl {
  border-top: 1px solid #e6e6e6;
  overflow-y: auto;
  padding: 5px 10px;
  max-height: 125px;
  line-height: 19px;
  font-size: 11px;
}
.mq-dw_cg .scrl::-webkit-scrollbar {
  width: 3px;
}
.mq-dw_cg .scrl::-webkit-scrollbar-thumb {
  background: #a9a9a9;
}
.mq-dw_bt {
  margin: 20px 0;
}

/*  [P] Login
--------------------------------------------------------------------------------- */
.mq-lgn_wrp {
  padding: 0 36px 53px;
  text-align: center;
}
.mq-lgn_hd {
  padding: 146px 0 28px;
}
.mq-lgn_hd .tt {
  margin-bottom: 12px;
  line-height: 0.69;
  font-weight: normal;
  font-size: 1.8rem;
  color: #4e4e4e;
}
.mq-lgn_hd .dsc {
  line-height: 1.22;
  color: #989898;
}
.mq-lgn_cg {
  border-radius: 13px;
  background-color: #fff;
  padding: 15px 11px;
}
.mq-lgn_cg .tt {
  position: absolute;
  top: 16px;
  left: 11px;
  width: 16px;
  height: 16px;
  font-size: 0;
  background: url("../img/login/id.svg") no-repeat;
}
.mq-lgn_cg .t_pw {
  background-image: url("../img/login/pw.svg");
}
.mq-lgn_cg input {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  height: 30px;
  line-height: 1.38;
  font-size: 0.9rem;
  color: #4e4e4e;
}
.mq-lgn_cg input::-webkit-input-placeholder {
  color: #d8d8d8;
}
.mq-lgn_cg input::-moz-placeholder {
  color: #d8d8d8;
}
.mq-lgn_cg .row {
  position: relative;
  padding: 9px 11px 9px 32px;
}
.mq-lgn_cg .row ~ .row {
  border-top: 1px solid #f5f5f5;
}
.mq-lgn_bt {
  margin: 31px 0 109px;
}

/*  [P] No Access
--------------------------------------------------------------------------------- */
.mq-aces_inr {
  margin: 24px 16px;
  padding: 32px 21px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  font-size: 13px;
  color: #757575;
  line-height: 1.3;
}
.mq-aces_inr strong {
  display: block;
  margin: 12px 0;
  font-size: 1.23em;
  color: #353535;
}
.mq-aces_inr i {
  display: block;
  margin-top: 22px;
  font-size: 0.85em;
  color: #aeaeae;
  font-style: initial;
}
.mq-aces .mq-ly_bt a {
  font-size: 13px;
}
