.dd {
  border: 1px solid red;
}
.gradient {
  background: #92ac6d;
  background: -moz-linear-gradient(-45deg,#92ac6d 0%,#607d37 100%);
  background: -webkit-linear-gradient(-45deg,#92ac6d 0%,#607d37 100%);
  background: linear-gradient(135deg,#92ac6d 0%,#607d37 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92ac6d',endColorstr='#607d37',GradientType=1);
}
.clear {
  clear: both;
}
.datepicker-days .day {
  font-size: 15px;
}
.pagination .page-link {
  border-radius: 0;
  color: #63803a;
  font-size: 14px;
}
.pagination .active .page-link {
  color: white;
  background: #63803a;
  border: 1px solid #63803a;
}
.input-icon {
  position: relative;
}
.input-icon img {
  width: 24px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 4;
}
.input-icon input {
  padding-left: 60px;
}
.form-group label {
  font-size: 14px;
}
.form-control-static {
  padding: 6px 0;
  margin: 0;
}
a.form-control-static {
  display: inline-block;
}
.form-control-plaintext {
  outline: none;
  cursor: default;
}
.btn,
.form-control {
  height: 54px;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.08);
}
.btn:focus,
.form-control:focus {
  box-shadow: none;
}
.form-control {
  background: #fbfbfb;
  border: none;
  color: #707070;
  font-size: 17px;
}
.input-group-prepend button {
  border-radius: 6px !important;
}
a.btn {
  padding-top: 12px;
}
.btn {
  min-width: 80px;
  padding-top: 8px;
  border-radius: 28px;
  font-size: 17px;
}
.btn.btn-box {
  border-radius: 6px;
}
.btn.btn-sm {
  padding-top: 6px;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-primary {
  color: white;
  background: #63803a;
  border-color: #63803a;
}
.btn-primary:not(:disabled):not(.disabled):not(.btn-sm):not(.btn-xs) {
  box-shadow: none !important;
}
.btn-primary:hover {
  background: #5b7535;
  border-color: #5b7535;
}
.btn-primary:focus,
.btn-primary.focus {
  background: #587234;
  border-color: #587234;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #cbcbd5;
  border-color: #cbcbd5;
  color: #ffffff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  background: #536b30 !important;
  border-color: #536b30 !important;
}
.btn-outline-danger {
  border-width: 2px;
}
.btn-outline-primary {
  color: #63803a;
  background: white;
  border-color: #63803a;
  border-width: 2px;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
}
.btn-outline-primary:not(:disabled):not(.disabled):hover {
  color: white;
  background: #5b7535;
  border-color: #5b7535;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: white;
  background: #587234;
  border-color: #587234;
  box-shadow: none !important;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  opacity: 0.4;
  color: #63803a;
}
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
  color: #63803a;
  background: white;
  border-color: #63803a;
  border-width: 2px;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: white;
  background: #536b30 !important;
  border-color: #536b30 !important;
}
.form-group {
  margin-bottom: 8px;
}
.input-group {
  height: 54px;
  background: white;
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.08);
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  flex-wrap: nowrap;
}
.input-group.textarea-group {
  height: auto;
  display: block;
  padding-top: 15px;
}
.input-group.textarea-group label {
  display: block;
}
.input-group.textarea-group textarea {
  width: 100%;
  border: none;
  resize: none;
  padding: 15px;
}
.input-group.textarea-group textarea:focus {
  outline: none;
}
.input-group.text-group input[type="text"] {
  width: 100%;
  flex: none;
}
.input-group.select-group select {
  text-align: right;
}
.input-group .require {
  color: #f68831;
  font-weight: bold;
}
.input-group .input-wrap {
  flex: 1;
  padding-left: 10px;
  position: relative;
}
.input-group .input-wrap img {
  position: absolute;
  top: 14px;
  right: 15px;
  pointer-events: none;
}
.input-group .input-wrap input {
  width: 100%;
  height: 54px;
  border: none;
/*  text-align: right; 
  padding-right: 20px;
  */
  text-align: left; 
}



@media (max-width: 599px) {
  .input-group .input-wrap input {
    padding-right: 10px;
    padding-left: 0px;
  }
}
.input-group .input-wrap input:focus {
  outline: none;
  color: #63803a;
  font-weight: bold;
}
.input-group .input-blank {
  flex: 1;
  padding-right: 10px;
  text-align: right;
  padding-left: 10px;
}
.input-group label:not(.el-checkbox) {
  color: #63803a;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  /*border: 1px solid black;*/
  width: 100px;
}
.input-group select {
  width: calc(95%);
  height: 54px;
  flex: 0.95;
  padding: 0 15px;
  border: none;
  color: #63803a;
  background: white;
}
@media (max-width: 599px) {
  .input-group select {
    padding-right: 10px;
    padding-left: 0px;
  }
}
.input-group select:focus {
  outline: none;
}
.input-group button {
  border-radius: 6px;
}



#keyword {
  text-align: left;
}
.sub-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.image-empty {
  height: 200px;
  background: #f9f9f9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.scroll-tab {
  overflow-x: auto;
  padding-bottom: 5px;
}
.scroll-tab::-webkit-scrollbar-track {
  background-color: transparent;
}
.scroll-tab::-webkit-scrollbar {
  height: 4px;
  background-color: transparent;
}
.scroll-tab::-webkit-scrollbar-thumb {
  background-color: #b8c0c7;
}
.scroll-tab ul {
  display: flex;
}
.scroll-tab ul li.active a {
  color: #292929;
}
.scroll-tab ul a {
  overflow: hidden;
  white-space: nowrap;
  padding: 0 20px;
  font-size: 18px;
  color: #b7b7b7;
  font-weight: bold;
}
.agree-label {
  color: #f68831;
  font-size: 14px;
}
.agree-label:hover {
  color: #f68831;
}
.agree-box {
  height: 250px;
  overflow-y: scroll;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  margin: 5px 0;
  padding: 10px;
}
.el-radio,
.el-checkbox {
  position: relative;
  font-size: 100%;
}
.el-radio span,
.el-checkbox span {
  font-weight: normal;
  vertical-align: middle;
  font-size: 14px;
}
label.el-radio,
label.el-checkbox {
  display: block;
  cursor: pointer;
}
label.el-radio.el-inline,
label.el-checkbox.el-inline {
  display: inline-block;
  margin-right: 10px;
}
label.el-radio.el-control,
label.el-checkbox.el-control {
  display: inline-block;
  margin-right: 10px;
  margin-top: 6px;
}
label.el-radio.el-single,
label.el-checkbox.el-single {
  margin-right: 0px;
}
.el-radio>input[type="radio"],
.el-checkbox>input[type="checkbox"] {
  display: none;
}
.el-radio>input[type="radio"][disabled],
.el-checkbox>input[type="checkbox"][disabled] {
  cursor: not-allowed;
}
.el-radio>input[type="radio"] ~ .el-radio-style,
.el-checkbox>input[type="checkbox"] ~ .el-checkbox-style {
  position: relative;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  vertical-align: middle;
  cursor: pointer;
}
.el-radio>input[type="radio"] ~ .el-radio-style:hover:before,
.el-checkbox>input[type="checkbox"] ~ .el-checkbox-style:hover:before {
  border-color: #63803a;
}
.el-radio>input[type="radio"] ~ .el-radio-style:before,
.el-checkbox>input[type="checkbox"] ~ .el-checkbox-style:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  content: '';
  border: 1px solid #C0CCDA;
}
.el-radio>input[type="radio"] ~ .el-radio-style:after,
.el-checkbox>input[type="checkbox"] ~ .el-checkbox-style:after {
  position: absolute;
  display: none;
  content: '';
}
.el-radio>input[type="radio"][disabled] ~ .el-radio-style,
.el-checkbox>input[type="checkbox"][disabled] ~ .el-checkbox-style {
  cursor: not-allowed;
  color: #D3DCE6;
}
.el-radio>input[type="radio"][disabled] ~ .el-radio-style:hover,
.el-radio>input[type="radio"][disabled] ~ .el-radio-style:before,
.el-radio>input[type="radio"][disabled] ~ .el-radio-style:after,
.el-checkbox>input[type="checkbox"][disabled] ~ .el-checkbox-style:hover,
.el-checkbox>input[type="checkbox"][disabled] ~ .el-checkbox-style:before,
.el-checkbox>input[type="checkbox"][disabled] ~ .el-checkbox-style:after {
  cursor: not-allowed;
}
.el-radio>input[type="radio"][disabled] ~ .el-radio-style:hover:before,
.el-checkbox>input[type="checkbox"][disabled] ~ .el-checkbox-style:hover:before {
  border: 1px solid #D3DCE6;
  animation-name: none;
}
.el-radio>input[type="radio"][disabled] ~ .el-radio-style:before,
.el-checkbox>input[type="checkbox"][disabled] ~ .el-checkbox-style:before {
  border-color: #D3DCE6;
}
.el-radio>input[type="radio"]:checked ~ .el-radio-style:before,
.el-checkbox>input[type="checkbox"]:checked ~ .el-checkbox-style:before {
  animation-name: none;
}
.el-radio>input[type="radio"]:checked ~ .el-radio-style:after,
.el-checkbox>input[type="checkbox"]:checked ~ .el-checkbox-style:after {
  display: block;
}
.el-radio>input[type="radio"] ~ .el-radio-style:before {
  border-radius: 50%;
}
.el-radio>input[type="radio"] ~ .el-radio-style:after {
  top: 0.4em;
  left: 0.4em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #63803a;
}
.el-radio>input[type="radio"]:checked ~ .el-radio-style:before {
  border: 1px solid #63803a;
}
.el-radio>input[type="radio"]:checked[disabled] ~ .el-radio-style:before {
  border: 1px solid #FFBDB8;
}
.el-radio>input[type="radio"]:checked[disabled] ~ .el-radio-style:after {
  background: #FFBDB8;
}
.el-checkbox>input[type="checkbox"] ~ .el-checkbox-style:before {
  border-radius: 3px;
}
.el-checkbox>input[type="checkbox"] ~ .el-checkbox-style:after {
  top: 0.15em;
  left: 0.5em;
  box-sizing: border-box;
  width: 0.4em;
  height: 0.85em;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.el-checkbox>input[type="checkbox"]:checked ~ .el-checkbox-style:before {
  border: #63803a;
  background: #63803a;
}
.el-checkbox>input[type="checkbox"]:checked[disabled] ~ .el-checkbox-style:before {
  border: #FFBDB8;
  background: #FFBDB8;
}
.el-checkbox .el-label {
  margin-left: 5px;
}
.el-switch,
.el-switch-style,
.el-switch-style:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.el-switch {
  display: inline-block;
  font-size: 100%;
  height: 1.6em;
  position: relative;
}
.el-switch .el-switch-style {
  height: 1.6em;
  left: 0;
  background: #C0CCDA;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 3em;
  cursor: pointer;
}
.el-switch .el-switch-style:before {
  display: block;
  content: '';
  height: 1.4em;
  position: absolute;
  width: 1.4em;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0.1em;
  top: 0.1em;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.el-switch>input[type="checkbox"] {
  display: none;
}
.el-switch>input[type="checkbox"][disabled] + .el-switch-style {
  cursor: not-allowed;
  background-color: #D3DCE6;
}
.el-switch>input[type="checkbox"]:checked + .el-switch-style {
  background-color: #63803a;
}
.el-switch>input[type="checkbox"]:checked + .el-switch-style:before {
  left: 50%;
}
.el-switch>input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #FFBDB8;
}
.el-radio.el-radio-sm,
.el-checkbox.el-checkbox-sm,
.el-switch.el-switch-sm {
  font-size: 85%;
}
.el-radio.el-radio-lg,
.el-checkbox.el-checkbox-lg,
.el-switch.el-switch-lg {
  font-size: 125%;
}
.userfile_form .userfile {
  position: relative;
  overflow: hidden;
}
.userfile_form .userfile input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.userfile_form a {
  cursor: pointer;
}
.userfile_form .type1 {
  border: 1px dashed #d9d9d9;
  background: #f5f5f5;
  overflow: hidden;
}
.userfile_form .type1 .file_box {
  width: 100px;
  height: 140px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  text-align: center;
  position: relative;
  float: left;
  margin: 5px;
}
.userfile_form .type1 .file_box .img,
.userfile_form .type1 .file_box .app {
  height: 65px;
  background: #9e9e9e;
  margin-bottom: 3px;
  overflow: hidden;
  display: block;
}
.userfile_form .type1 .file_box .img img,
.userfile_form .type1 .file_box .app img {
  height: 100%;
}
.userfile_form .type1 .file_box .img {
  cursor: pointer;
}
.userfile_form .type1 .file_box .file_down {
  font-size: 20px;
  margin-top: 3px;
}
.userfile_form .type1 .file_box .file_down:hover {
  border-color: #9e9e9e;
  cursor: pointer;
}
.userfile_form .type1 .file_box .show,
.userfile_form .type1 .file_box .size {
  font-size: 12px;
  padding: 0px 5px;
}
.userfile_form .type1 .file_box >a >i {
  margin-top: 15px;
  color: #ffffff;
}
.userfile_form .type1 .file_box .file_remove {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  color: #000000;
  cursor: pointer;
}
.userfile_form .type2 {
  background: #f5f5f5;
  overflow: hidden;
}
.userfile_form .type2 .file_box {
  width: auto;
  height: auto;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  text-align: center;
  position: relative;
  float: left;
  margin: 5px;
}
.userfile_form .type2 .file_box .img {
  background: #9e9e9e;
  margin-bottom: 3px;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.userfile_form .type2 .file_box .img img {
  width: 100%;
}
.userfile_form .type2 .file_box .show,
.userfile_form .type2 .file_box .size {
  font-size: 12px;
  padding: 0px 5px;
}
.userfile_form .type2 .file_box >a >i {
  margin-top: 15px;
  color: #ffffff;
}
.userfile_form .type2 .file_box .file_remove {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 26px;
  color: #000000;
  cursor: pointer;
}
.userfile_form .type4 {
  margin-top: 5px;
}
.userfile_form .type3,
.userfile_form .type4 {
  border: 1px dashed #d9d9d9;
  background: #f5f5f5;
  overflow: hidden;
  padding: 5px;
}
.userfile_form .type3 .file_box .file_img_box,
.userfile_form .type4 .file_box .file_img_box {
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  border: 1px solid #d9d9d9;
}
.userfile_form .type3 .file_box .file_img_box td,
.userfile_form .type4 .file_box .file_img_box td {
  vertical-align: middle;
}
.userfile_form .type3 .file_box .file_img_box td.info,
.userfile_form .type4 .file_box .file_img_box td.info {
  padding-left: 20px;
}
.userfile_form .type3 .file_box .file_img_box td.info p,
.userfile_form .type4 .file_box .file_img_box td.info p {
  font-size: 13px;
  color: #9e9e9e;
}
.userfile_form .type3 .file_box .file_img_box .index,
.userfile_form .type4 .file_box .file_img_box .index {
  width: 15px;
}
.userfile_form .type3 .file_box .file_img_box .remove,
.userfile_form .type4 .file_box .file_img_box .remove {
  width: 30px;
  text-align: center;
}
.userfile_form .type3 .file_box .file_img_box .thumb,
.userfile_form .type4 .file_box .file_img_box .thumb {
  width: 200px;
  background: #f5f5f5;
}
.userfile_form .type3 .file_box .file_img_box .thumb img,
.userfile_form .type4 .file_box .file_img_box .thumb img {
  width: 100%;
}
.userfile_form .type3 .file_box .file_img_box .file_remove,
.userfile_form .type4 .file_box .file_img_box .file_remove {
  font-size: 20px;
  color: #9e9e9e;
}
.userfile_form .type3 .file_box .file_img_box .file_remove:hover,
.userfile_form .type4 .file_box .file_img_box .file_remove:hover {
  color: #000000;
  cursor: pointer;
}
.userfile_form .type3 .file_box .image_box .name,
.userfile_form .type4 .file_box .image_box .name {
  padding: 0 15px;
  font-size: 13px;
}
.userfile_form .type3.view .thumb,
.userfile_form .type4.view .thumb {
  cursor: default !important;
}
.userfile_form .type5 {
  border: 1px dashed #d9d9d9;
  background: #f5f5f5;
  overflow: hidden;
  padding: 5px;
}
.userfile_form .type5 .file_box .file_img_box {
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  border: 1px solid #d9d9d9;
  position: relative;
}
.userfile_form .type5 .file_box .file_img_box .remove {
  margin: 0;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 15px;
}
.userfile_form .type5 .file_box .file_img_box .thumb {
  margin: 0;
  background: #f5f5f5;
  text-align: center;
}
.userfile_form .type5 .file_box .file_img_box .info {
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 2px;
  background: #ffffff;
}
.userfile_form .type5 .file_box .file_img_box .info span {
  font-size: 12px;
  color: #9e9e9e;
  display: inline-block;
  padding-left: 5px;
}
.userfile_form .type5 .file_box .file_img_box .file_remove {
  font-size: 20px;
  color: #9e9e9e;
}
.userfile_form .type5 .file_box .file_img_box .file_remove:hover {
  color: #000000;
  cursor: pointer;
}
.userfile_form .type5.view .thumb {
  cursor: default !important;
}
html,
body {
  height: 100%;
}
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
body {
  font-family: "Helvetica Neue", "AppleSDGothicNeo-Light", "Malgun Gothic", "맑은 고딕", sans-serif;
  color: #393939;
  background: #f1f1f1;
  overflow-y: scroll;
}
.body {
  max-width: 600px;
  min-width: 280px;
  min-height: 100vh;
  margin: 0 auto;
  color: #292929;
  background: #F5F5F5;
}
.body.fluid {
  max-width: 1000px;
}
.body.fluid header {
  max-width: 1000px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
::-webkit-input-placeholder {
  color: #9e9e9e !important;
}
::-moz-placeholder {
  color: #9e9e9e !important;
}
:-ms-input-placeholder {
  color: #9e9e9e !important;
}
:-moz-placeholder {
  color: #9e9e9e !important;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #393939;
}
label {
  margin-bottom: 0;
}
button:focus {
  outline: none;
}
.page_loader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.7);
  cursor: wait;
  display: none;
}
.page_loader.loading {
  display: block;
}
.page_loader .box {
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -1rem;
  text-align: center;
  position: absolute;
  z-index: 100;
}
.body_none_scroll {
  overflow-y: hidden;
  overflow-x: hidden;
}
input.datepicker {
  padding-left: 15px;
}
input:-moz-read-only.report_prev,
input:-moz-read-only.report_next,
input:-moz-read-only.datepicker,
input:-moz-read-only.datepicker_prev,
input:-moz-read-only.datepicker_next,
input:-moz-read-only.v_ZipCode,
input:-moz-read-only.search_zip,
input:read-only.datepicker {
  background-color: #ffffff;
  cursor: default;
}
input:read-only.report_prev,
input:read-only.report_next,
input:read-only.datepicker,
input:read-only.datepicker_prev,
input:read-only.v_ZipCode,
input:read-only.search_zip,
input:read-only.datepicker_next {
  background-color: #ffffff;
  cursor: default;
}
input:read-only.readonly_view {
  color: #a5a5a5;
  cursor: default;
}
input:read-only.readonly_view:focus {
  color: #a5a5a5;
  font-weight: normal;
}
pre {
  font-family: "Helvetica Neue", "AppleSDGothicNeo-Light", "Malgun Gothic", "맑은 고딕", sans-serif;
}
pre.view_readonly {
  min-height: 134px;
}
.box_container {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
h1,
.popup_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  vertical-align: middle;
}
h1:after,
.popup_title:after {
  content: '';
  display: block;
  clear: both;
}
h1 .dot,
.popup_title .dot {
  width: 7px;
  height: 7px;
  background: #63803a;
  display: inline-block;
  margin-left: 5px;
}
h1 .date,
.popup_title .date {
  font-size: 14px;
  font-weight: normal;
  float: right;
  margin-top: 10px;
}
h1 a,
h1 button,
.popup_title a,
.popup_title button {
  float: right;
  margin-top: -5px;
}
section {
  margin-bottom: 50px;
}
section h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-left: 10px;
  color: #292929;
}
section h2 .el-checkbox {
  float: right;
}
.list_empty {
  text-align: center;
  font-size: 13px;
  padding: 50px 0;
}
.action_group {
  text-align: right;
}
#showNumber {
  display: none;
}
#showNumber .count {
  color: #fe5e21;
  text-align: right;
}
.page {
  padding: 100px 15px;
}
header {
  width: 100%;
  max-width: 600px;
  height: 75px;
  margin: 0 auto;
  background: #f5f5f5;
  display: flex;
  position: fixed;
  z-index: 5;
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.11);
}
header .title {
  align-self: center;
  flex: 1;
  font-size: 26px;
  font-weight: bold;
  color: #63803a;
  padding: 0 0 0 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
header button {
  width: 80px;
  border: none;
  background: transparent;
}
aside {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateX(300px);
  transition: all 0.2s;
}
aside.side_open {
  transform: translateX(0);
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.4);
}
aside .head {
  background: #92ac6d;
  background: -moz-linear-gradient(-45deg,#92ac6d 0%,#607d37 100%);
  background: -webkit-linear-gradient(-45deg,#92ac6d 0%,#607d37 100%);
  background: linear-gradient(135deg,#92ac6d 0%,#607d37 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92ac6d',endColorstr='#607d37',GradientType=1);
  height: 120px;
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.4);
  z-index: 1;
}
aside .head button {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
}
aside .head button img {
  width: 30px;
  display: block;
}
aside .head .logo {
  width: 130px;
  display: block;
  margin: 30px auto 0;
}
aside .scroll {
  flex: 1;
  overflow-y: auto; 
  background: white;
  padding: 35px 0 30px;
}
aside .logout {
  height: 100px;
  padding: 20px;
  background: white;
}
aside .category li.active a {
  color: #63803a;
}
aside .category li.line {
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
  margin-top: 10px;
}
aside .category li a {
  color: #292929;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 50px;
  display: block;
}
asideFilter {
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateX(200px);
  transition: all 0.2s;
}
asideFilter.side_open {
  transform: translateX(0);
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.4);
}
asideFilter .head {
  background: #92ac6d;
  background: -moz-linear-gradient(-45deg,#92ac6d 0%,#607d37 100%);
  background: -webkit-linear-gradient(-45deg,#92ac6d 0%,#607d37 100%);
  background: linear-gradient(135deg,#92ac6d 0%,#607d37 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92ac6d',endColorstr='#607d37',GradientType=1);
  height: 60px;
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.4);
  z-index: 1;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 15px;
  padding-left: 20px;

}
asideFilter .head button {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
}
asideFilter .head button img {
  width: 30px;
  display: block;
}
asideFilter .head .logo {
  width: 130px;
  display: block;
  margin: 30px auto 0;
}
asideFilter .scroll {
  flex: 1;
  overflow-y: auto;
  background: white;
  padding: 35px 0 30px;
}
asideFilter .logout {
  height: 100px;
  padding: 20px;
  background: white;
}
asideFilter .category li {
  height: 40px;
  background: white;
  margin: 6px;
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.11);
  cursor: pointer;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  padding: 10px;
}

asideFilter .category li.active a {
  color: #63803a;
}
asideFilter .category li.line {
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
  margin-top: 10px;
}
asideFilter .category li a {
  color: #292929;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 50px;
  display: block;
}
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: none;
  z-index: 10;
  top: 0;
  left: 0;
}
.popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow-y: scroll;
}
.popup .popup_box {
  min-width: 320px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-bottom: 50px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: transform 0.3s ease;
}
.popup .popup_box.pop_show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.popup .popup_box .popup_close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  outline: none;
  color: #9e9e9e;
  transition: color 0.2s;
}
.popup .popup_box .popup_close:hover {
  color: #000000;
}
.popup .popup_box .popup_close i {
  font-size: 18px;
}
.popup .popup_box .popup_inner {
  margin: 10px;
  background: white;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  border-radius: 10px;
}
.popup .popup_box .popup_inner .popup_container {
  background: #ffffff;
  padding: 15px;
}
@media (max-width: 720px) {
  .popup .popup_box .popup_inner .popup_container {
    padding: 20px;
  }
}
.popup .popup_box .popup_inner .popup_container h2 button {
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  position: absolute;
  top: 25px;
  right: 25px;
}
.popup .popup_box .popup_inner .popup_container h2 button img {
  width: 32px;
}
.popup.pop_image_editor {
  display: none;
}
.popup.pop_image_editor .popup_box {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  margin-left: 0;
}
.popup.pop_image_editor .editor_slider .editor_box {
  margin: 0 auto;
}
.popup.pop_image_editor .editor_slider .editor_box img {
  max-width: 100%;
  display: block;
}
.popup.pop_image_editor .editor_slider .owl-nav {
  width: 100%;
  font-size: 25px;
  color: black;
}
.popup.pop_image_editor .editor_slider .owl-nav button {
  opacity: 0.5;
  transition: 0.2s;
}
.popup.pop_image_editor .editor_slider .owl-nav button:hover {
  opacity: 1;
}
.popup.pop_image_editor .editor_slider .owl-nav .owl-prev {
  width: 40px;
  position: absolute;
  bottom: -8px;
  left: 20px;
}
.popup.pop_image_editor .editor_slider .owl-nav .owl-prev i {
  font-size: 50px;
}
.popup.pop_image_editor .editor_slider .owl-nav .owl-next {
  width: 40px;
  position: absolute;
  bottom: -8px;
  right: 20px;
}
.popup.pop_image_editor .editor_slider .owl-nav .owl-next i {
  font-size: 50px;
}
.popup.pop_image_editor .editor_slider .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.popup.pop_image_editor .editor_slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px !important;
  background: #000000;
  opacity: 0.5;
  margin: 15px 5px 0;
}
.popup.pop_image_editor .editor_slider .owl-dots .owl-dot.active {
  opacity: 1;
}
@media (max-width: 767px) {
  .popup.pop_image_editor .editor_slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
  }
}
.popup.pop_image_editor .button_group {
  margin-top: 30px;
  text-align: center;
}
.popup.pop_image_editor .button_group button {
  width: 120px;
}
.popup.pop_order_detail {
  display: none;
}
.popup.pop_order_detail .box {
  width: 470px;
  margin-left: -235px;
}
@media (max-width: 490px) {
  .popup.pop_order_detail .box {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.popup.pop_order_detail .popup_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.popup.pop_order_detail .popup_container h2,
.popup.pop_order_detail .popup_container .popup_content {
  padding: 0 15px;
}
.popup.pop_order_detail .date {
  font-size: 14px;
  font-weight: normal;
  float: right;
  margin-top: 2px;
  font-weight: bold;
}
.popup.pop_order_detail .orderid_box {
  height: 36px;
  background: #f68831;
  border-radius: 3px;
  display: flex;
  color: white;
  margin-top: 10px;
}
.popup.pop_order_detail .orderid_box > div {
  display: flex;
  justify-content: center;
  align-self: center;
}
.popup.pop_order_detail .orderid_box .orderid {
  flex: 1;
  justify-content: flex-start;
  padding: 0 15px;
}
.popup.pop_order_detail .orderid_box .order_type {
  position: relative;
  padding: 0 10px;
}
.popup.pop_order_detail .orderid_box .type {
  position: relative;
  padding: 0 10px;
}
.popup.pop_order_detail .orderid_box .type:before {
  height: 80%;
  content: '';
  border-right: 1px solid white;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: .5;
}
.popup.pop_order_detail .info_group {
  margin: 20px 0;
}
.popup.pop_order_detail .info_group label {
  font-weight: bold;
  margin-bottom: 5px;
}
.popup.pop_order_detail .info_group p {
  font-size: 14px;
}
.popup.pop_order_detail .order_details .store {
  background: #f9f9f9;
  border-radius: 3px;
  margin-bottom: 2px;
  padding: 10px 15px;
}
.popup.pop_order_detail .order_details .store h3 {
  font-size: 15px;
  font-weight: bold;
}
.popup.pop_order_detail .order_details .store ul {
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
  padding-left: 10px;
}
.popup.pop_order_detail .order_details .store ul li {
  width: 100%;
  display: flex;
  margin-bottom: 5px;
}
.popup.pop_order_detail .order_details .store ul li .name {
  flex: 1;
  word-break: keep-all;
}
.popup.pop_order_detail .order_details .store ul li .count {
  width: 180px;
  text-align: center;
}
.popup.pop_order_detail .order_details .store ul li .price {
  width: 80px;
  text-align: right;
}
.popup.pop_order_detail .order_details .store ul .sub {
  margin-top: -5px;
}
.popup.pop_order_detail .order_details .store ul .sub:before {
  width: 6px;
  height: 6px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  content: '';
  margin: 5px 3px 0 7px;
}
.popup.pop_order_detail .total {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 25px;
}
.popup.pop_order_detail .total:after {
  content: '';
  display: table;
  clear: both;
}
.popup.pop_order_detail .total span {
  float: right;
  font-size: 22px;
}
.popup.pop_order_detail .cancel_desc {
  background: #f9f9f9;
  padding: 15px;
  margin-bottom: 0;
  display: none;
}
.popup.pop_order_detail .cancel_desc.show {
  display: block;
}
.popup.pop_order_detail .cancel_desc textarea {
  background: white;
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.16);
  padding: 15px;
  color: #6a6a6a;
  border-radius: 6px;
  resize: none;
}




.popup.pop_order_check {
  display: none;
}
.popup.pop_order_check .box {
  width: 470px;
  margin-left: -235px;
}
@media (max-width: 490px) {
  .popup.pop_order_check .box {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.popup.pop_order_check .popup_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.popup.pop_order_check .popup_container h2,
.popup.pop_order_check .popup_container .popup_content {
  padding: 0 15px;
}
.popup.pop_order_check .date {
  font-size: 14px;
  font-weight: normal;
  float: right;
  margin-top: 2px;
  font-weight: bold;
}
.popup.pop_order_check .info_group {
  margin: 20px 0;
}
.popup.pop_order_check .info_group label {
  font-weight: bold;
  margin-bottom: 5px;
}
.popup.pop_order_check .info_group p {
  font-size: 14px;
}
.popup.pop_member_add,
.popup.pop_member_modify {
  display: none;
}
.popup.pop_member_add .box,
.popup.pop_member_modify .box {
  width: 470px;
  margin-left: -235px;
}
@media (max-width: 490px) {
  .popup.pop_member_add .box,
  .popup.pop_member_modify .box {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.popup.pop_member_add .join_box,
.popup.pop_member_modify .join_box {
  display: none;
}
.popup.pop_message {
  display: none;
}
.popup.pop_message .box {
  width: 470px;
  margin-left: -235px;
}
@media (max-width: 490px) {
  .popup.pop_message .box {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.popup.pop_message .counter {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}
.popup.pop_message .counter span {
  color: #f68831;
}
.popup.pop_message .counter a {
  float: right;
  color: #63803a;
  font-size: 13px;
  text-decoration: underline;
  margin-top: 3px;
}
.popup.pop_message .cancel_template {
  border: none;
  background: transparent;
  text-decoration: underline;
  color: #F58830;
  margin-left: 5px;
  font-weight: bold;
}
.popup.pop_templates {
  display: none;
}
.popup.pop_templates .box {
  width: 470px;
  margin-left: -235px;
}
@media (max-width: 490px) {
  .popup.pop_templates .box {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.popup.pop_templates label {
  height: 54px;
  background: white;
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.08);
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  flex-wrap: nowrap;
  padding: 15px;
  margin-bottom: 6px;
}
.popup.pop_templates label .el-label {
  font-size: 18px;
}
.popup.pop_templates label .el-radio-style {
  float: right;
  margin-top: 5px;
}
.popup.pop_template {
  display: none;
}
.popup.pop_template .box {
  width: 470px;
  margin-left: -235px;
}
@media (max-width: 490px) {
  .popup.pop_template .box {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.popup.pop_cart {
  display: none;
}
.popup.pop_cart .box {
  width: 470px;
  margin-left: -235px;
}
@media (max-width: 490px) {
  .popup.pop_cart .box {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.popup.pop_cart .order_details {
  margin-top: 15px;
}
.popup.pop_cart .order_details .store {
  background: #f9f9f9;
  border-radius: 3px;
  margin-bottom: 2px;
  padding: 10px 15px;
}
.popup.pop_cart .order_details .store h3 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
}
.popup.pop_cart .order_details .store h3 .name {
  flex: 1;
  word-break: keep-all;
}
.popup.pop_cart .order_details .store h3 .count {
  width: 35px;
  text-align: center;
  font-size: 15px;
}
.popup.pop_cart .order_details .store h3 .price {
  width: 80px;
  text-align: right;
  padding-right: 5px;
  font-size: 15px;
}
.popup.pop_cart .order_details .store ul {
  width: 100%;
  font-size: 15px;
  margin-top: 10px;
}
.popup.pop_cart .order_details .store ul li {
  width: 100%;
  display: flex;
  margin-bottom: 7px;
}
.popup.pop_cart .order_details .store ul li .name {
  flex: 1;
  word-break: keep-all;
}
.popup.pop_cart .order_details .store ul li .count {
  width: 35px;
  text-align: center;
}
.popup.pop_cart .order_details .store ul li > .price {
  width: 80px;
  text-align: right;
  padding-right: 5px;
}
.popup.pop_cart .order_details .store ul li.modify {
  display: block;
}
.popup.pop_cart .order_details .store ul li.modify .counter {
  display: flex;
  background: #fbfbfb;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin: -2px 0 10px 0;
}
.popup.pop_cart .order_details .store ul li.modify .counter button:not(.btn) {
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background: transparent;
}
.popup.pop_cart .order_details .store ul li.modify .counter button img {
  width: 16px;
}
.popup.pop_cart .order_details .store ul li.modify .counter input {
  width: 30px;
  height: 30px;
  border: none;
  text-align: center;
  background: transparent;
  color: #7c7c7c;
  padding-top: 5px;
}
.popup.pop_cart .order_details .store ul li.modify .counter input:focus {
  outline: none;
}
.popup.pop_cart .order_details .store ul li.modify .counter .price {
  flex: 1;
}
.popup.pop_cart .order_details .store ul li.modify .counter .price input {
  width: 100%;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
  cursor: default;
}
.popup.pop_cart .order_details .store ul .sub {
  margin-top: -5px;
}
.popup.pop_cart .order_details .store ul .sub:before {
  width: 6px;
  height: 6px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  content: '';
  margin: 5px 3px 0 7px;
}
.popup.pop_cart .orderid_box {
  height: 36px;
  background: #f68831;
  border-radius: 3px;
  display: flex;
  color: white;
  margin-top: 10px;
}
.popup.pop_cart .orderid_box > div {
  display: flex;
  justify-content: center;
  align-self: center;
}
.popup.pop_cart .orderid_box .orderid {
  flex: 1;
  justify-content: flex-start;
  padding: 0 15px;
}
.popup.pop_cart .orderid_box .won {
  width: 120px;
  position: relative;
}
.popup.pop_cart .cart_product_list {
  margin: 10px 0 0 0;
}
.popup.pop_cart .cart_product_list li {
  height: 100px;
  background: white;
  display: flex;
  margin-bottom: 6px;
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.11);
}
.popup.pop_cart .cart_product_list li.soldout {
  opacity: 0.5;
}
.popup.pop_cart .cart_product_list .thumb {
  width: 100px;
  position: relative;
}
.popup.pop_cart .cart_product_list .thumb img {
  width: 100%;
  display: block;
}
.popup.pop_cart .cart_product_list .detail {
  flex: 1;
  padding: 10px 15px;
  min-width: 0;
}
.popup.pop_cart .cart_product_list .detail h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 21px;
  font-weight: bold;
}
.popup.pop_cart .cart_product_list .detail .counter {
  display: flex;
  background: #fbfbfb;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin: 8px 0;
}
.popup.pop_cart .cart_product_list .detail .counter button {
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background: transparent;
}
.popup.pop_cart .cart_product_list .detail .counter button img {
  width: 16px;
}
.popup.pop_cart .cart_product_list .detail .counter input {
  width: 38px;
  height: 30px;
  border: none;
  text-align: center;
  background: transparent;
  color: #7c7c7c;
  padding-top: 5px;
}
.popup.pop_cart .cart_product_list .detail .counter input:focus {
  outline: none;
}
.popup.pop_cart .cart_product_list .detail .counter .price input {
  width: 100%;
  text-align: right;
  padding-right: 5px;
}
.popup.pop_cart .cart_product_list .detail .price_box {
  height: 32px;
  border-radius: 3px;
  display: flex;
  margin-top: 10px;
}
.popup.pop_cart .cart_product_list .detail .price_box > div {
  display: flex;
  justify-content: center;
  align-self: center;
}
.popup.pop_cart .cart_product_list .detail .price_box .action button {
  min-width: 60px;
  height: 40px;
  padding-top: 7px;
}
.popup.pop_cart .cart_product_list .detail .price_box .price {
  flex: 1;
  justify-content: flex-start;
  color: #f68831;
  font-size: 20px;
  font-weight: bold;
}
.popup.pop_add_cart {
  display: none;
}
.popup.pop_add_cart .box {
  width: 470px;
  margin-left: -235px;
}
@media (max-width: 490px) {
  .popup.pop_add_cart .box {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.popup.pop_add_cart h3 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #63803a;
}
.popup.pop_add_cart .cart_option_list {
  margin: 10px 0 0 0;
}
.popup.pop_add_cart .cart_option_list li {
  background: white;
  margin-bottom: 5px;
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.11);
  padding-bottom: 10px;
}
.popup.pop_add_cart .cart_option_list li.soldout {
  opacity: 0.5;
}
.popup.pop_add_cart .cart_option_list h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 21px;
  font-weight: bold;
  padding: 10px 15px 0 15px;
}
.popup.pop_add_cart .cart_option_list h2 .min {
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
}
.popup.pop_add_cart .cart_option_list h2 .necessary {
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
  color: red;
}
.popup.pop_add_cart .cart_option_list .detail {
  padding: 0 15px 0 15px;
}
.popup.pop_add_cart .cart_option_list .detail .counter {
  width: 100%;
  display: flex;
  background: #fbfbfb;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin: 8px 0;
}
.popup.pop_add_cart .cart_option_list .detail .counter button {
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background: transparent;
}
.popup.pop_add_cart .cart_option_list .detail .counter button img {
  width: 16px;
}
.popup.pop_add_cart .cart_option_list .detail .counter input {
  width: 38px;
  height: 30px;
  border: none;
  text-align: center;
  background: transparent;
  color: #7c7c7c;
  padding-top: 5px;
}
.popup.pop_add_cart .cart_option_list .detail .counter input:focus {
  outline: none;
}
.popup.pop_add_cart .cart_option_list .detail .counter .price {
  flex: 1;
}
.popup.pop_add_cart .cart_option_list .detail .counter .price input {
  width: 100%;
  text-align: right;
  padding-right: 5px;
}
.popup.pop_add_cart .cart_option_list .sub_option {
  width: 100%;
  display: flex;
  padding: 10px 15px 5px 20px;
}
.popup.pop_add_cart .cart_option_list .sub_option .price {
  flex: 1;
}
.popup.pop_add_cart .cart_option_list .sub_option .price input {
  width: 100%;
  min-width: 100px;
  height: 20px;
  border: none;
  text-align: center;
  background: transparent;
  color: #7c7c7c;
  padding-top: 5px;
  text-align: right;
  padding-right: 5px;
}
.popup.pop_add_cart .cart_option_list .sub_option .price input:focus {
  outline: none;
}
.popup.pop_add_cart .price_box {
  height: 32px;
  border-radius: 3px;
  display: flex;
  margin-top: 20px;
  padding-right: 10px;
}
.popup.pop_add_cart .price_box > div {
  display: flex;
  justify-content: center;
  align-self: center;
}
.popup.pop_add_cart .price_box .action button {
  width: 100px;
  min-width: 60px;
  height: 40px;
  padding-top: 7px;
}
.popup.pop_add_cart .price_box .price {
  flex: 1;
  justify-content: flex-end;
  color: #f68831;
  font-size: 20px;
  font-weight: bold;
}
.popup.pop_agree1,
.popup.pop_agree2 {
  display: none;
}
.popup.pop_agree1 .box,
.popup.pop_agree2 .box {
  width: 470px;
  margin-left: -235px;
}
@media (max-width: 490px) {
  .popup.pop_agree1 .box,
  .popup.pop_agree2 .box {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.popup.pop_point_use,
.popup.pop_point_save {
  display: none;
}
.popup.pop_point_use .box,
.popup.pop_point_save .box {
  width: 470px;
  margin-left: -235px;
}
@media (max-width: 490px) {
  .popup.pop_point_use .box,
  .popup.pop_point_save .box {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.login_page {
  height: 100%;
  display: none;
}
.login_page .login_head {
  background: #92ac6d;
  background: -moz-linear-gradient(-45deg,#92ac6d 0%,#607d37 100%);
  background: -webkit-linear-gradient(-45deg,#92ac6d 0%,#607d37 100%);
  background: linear-gradient(135deg,#92ac6d 0%,#607d37 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92ac6d',endColorstr='#607d37',GradientType=1);
  height: 183.5px;
  padding: 45px 0 0;
  box-shadow: 0 3px 20px 0 rgba(0,0,0,0.16);
}
.login_page .login_head img {
  width: 200px;
  margin: 0 auto;
  display: block;
}
.login_page .login_box {
  padding: 45px 36px 0;
}
.login_page .login_box .login_logo {
  width: 230px;
  display: block;
  margin: 0 auto 20px;
}
.login_page .login_box .login_btn {
  margin-top: 28px;
}
.login_page .login_box p {
  text-align: center;
  margin: 25px 0 0;
}
.login_page .login_box p a {
  font-size: 13px;
  color: #707070;
}

.order_page h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-left: 10px;
  color: #292929;
}  
.order_page .order_empty {
  text-align: center;
  padding: 60px 0;
}
.order_page .order_list {
  margin: 10px 0 0 0;
}
.order_page .order_list li {
  height: 110px;
  background: white;
  display: flex;
  margin-bottom: 6px;
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.11);
  cursor: pointer;
  border-radius: 8px;
}
.order_page .order_list .thumb {
  width: 110px;
  position: relative;
/*  border: 1px solid black; */ 
}
.order_page .order_list .thumb img {
  width: 100%;
  display: block;
/*    border: 1px solid red; */
}
.order_page .order_list .thumb span:not(.progress) {
  width: 60px;
  margin: 77px 46px 0 0;
  padding: 2px 5px;
  opacity: 0.8;
  border-radius: 3px;
  background-color: #535353;
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: 6px;
  left: 6px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.order_page .order_list .thumb span:not(.progress).state1 {
  background: #ffa200;
}
.order_page .order_list .thumb span:not(.progress).state4 {
  background: #f15a32;
}
.order_page .order_list .thumb span:not(.progress).state3 {
  background: #63803a;
}
.order_page .order_list .thumb .progress {
  width: 60px;
  height: 23px;
  padding: 2px 5px;
  border-radius: 3px;
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: 32px;
  left: 6px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  background: rgba(0,0,0,0.8);
}
.order_page .order_list .thumb .telephone {
  width: 100px;
  height: 23px;
  padding: 2px 5px;
  border-radius: 3px;
  color: white;
  font-size: 13px;
  position: absolute;
  top: 6px;
  left: 6px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  background: #5B9BD5;
  opacity: 0.8;
  z-index: 100;
}
.order_page .order_list .detail {
  flex: 1;
  padding: 10px;
  position: relative;
  /* border: 1px solid black; */
}
.order_page .order_list .detail h2 {
  font-size: 15px;
  color: #7c7c7c;
  margin-bottom: 0px;
  padding-left: 0px;  
}
.order_page .order_list .detail h2 span {
  float: right;
  font-size: 12px;
  margin-top: 2px;
}
.order_page .order_list .detail h3 {
  font-size: 16px;
  margin-top: 5px;
  font-weight: bold;
}


.order_page .order_list .detail .price_box {
/*
  width: 190px;
  height: 32px;
  background: #f68831;
  border-radius: 3px;
  float: right;
  display: flex;
  color: white;
  margin-top: 14px;
*/

  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  width: 190px;
  height: 32px;
  background: #f68831;
  border-radius: 3px;
  display: flex;
  color: white;
  margin-top: 10px;
}

.order_page .order_list .detail .price_box.TA_STORE,
.order_page .order_list .detail .price_box.MA_STORE {
  background: #ffae00;
}
.order_page .order_list .detail .price_box.TA_PARCEL,
.order_page .order_list .detail .price_box.MA_PARCEL {
  background: #8db553;
}
.order_page .order_list .detail .price_box.TA_DELIVERY,
.order_page .order_list .detail .price_box.MA_DELIVERY {
  background: #f68831;
}
.order_page .order_list .detail .price_box.TA_PICKUP,
.order_page .order_list .detail .price_box.MA_PICKUP {
  background: #5ebfe5;
}
.order_page .order_list .detail .price_box.TA_TAKEOUT,
.order_page .order_list .detail .price_box.MA_TAKEOUT {
  background: #be79f7;
}
.order_page .order_list .detail .price_box > div {
  display: flex;
  justify-content: center;
  align-self: center;
}
.order_page .order_list .detail .price_box .won {
  width: 40px;
  text-align: center;
}
.order_page .order_list .detail .price_box .won img {
  width: 14px;
}
.order_page .order_list .detail .price_box .price {
  flex: 1;
  justify-content: flex-end;
  margin-right: 10px;
}
.order_page .order_list .detail .price_box .type {
  position: relative;
  white-space: nowrap;
  padding: 0 10px;
}
.order_page .order_list .detail .price_box .deli {
  height: 80%;
  content: '';
  border-right: 1px solid white;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: .5;
}
.order_page .order_list .detail .price_box .type:before {
  height: 80%;
  content: '';
  border-right: 1px solid white;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: .5;
}
.order_page .counter {
  font-size: 14px;
}
.order_page .counter span {
  color: #f68831;
}





.product_page .product_list {
  margin: 10px 0 0 0;
}
.product_page .product_list li {
  height: 100px;
  background: white;
  display: flex;
  margin-bottom: 6px;
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.11);
  cursor: pointer;
}
.product_page .product_list li.soldout {
  opacity: 0.5;
}
.product_page .product_list .thumb {
  width: 100px;
  position: relative;
}
.product_page .product_list .thumb img {
  width: 100%;
  display: block;
}
.product_page .product_list .thumb span {
  width: 60px;
  margin: 77px 46px 0 0;
  padding: 2px 12px;
  opacity: 0.8;
  border-radius: 3px;
  background-color: #535353;
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: 6px;
  left: 6px;
  display: inline-block;
  text-align: center;
}
.product_page .product_list .thumb span.state2 {
  background: #f15a32;
}
.product_page .product_list .detail {
  flex: 1;
  padding: 20px;
}
.product_page .product_list .detail h2 {
  font-size: 21px;
  text-align: right;
  font-weight: bold;
}
.product_page .product_list .detail .price_box {
  height: 32px;
  border-radius: 3px;
  display: flex;
  margin-top: 10px;
}
.product_page .product_list .detail .price_box > div {
  display: flex;
  justify-content: center;
  align-self: center;
}
.product_page .product_list .detail .price_box .count {
  color: #7c7c7c;
}
.product_page .product_list .detail .price_box .price {
  flex: 1;
  justify-content: flex-end;
  color: #f68831;
  font-size: 19px;
  font-weight: bold;
}
.product_page .product_name {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  color: #63803a;
}
.member_page .filter {
  display: none;
}
.member_page .filter.show {
  display: block;
}
.member_page .toggle_filter {
  text-align: right;
  color: #b7b7b7;
  text-decoration: underline;
  border: none;
  background: transparent;
  float: right;
}
.member_page .init_filter {
  text-align: right;
  color: #F58830;
  text-decoration: underline;
  border: none;
  background: transparent;
  margin: 10px auto 0;
  display: none;
}
.member_page .counter {
  font-size: 14px;
}
.member_page .counter span {
  color: #f68831;
}
.member_page .member_list li {
  height: 54px;
  display: flex;
  background: white;
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.08);
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 0 20px;
}
.member_page .member_list li label {
  color: #63803a;
  position: relative;
  padding-right: 15px;
}
.member_page .member_list li label:after {
  width: 1px;
  height: 90%;
  content: '';
  position: absolute;
  border-right: 1px solid #b7b7b7;
  top: 5%;
  right: 0;
}
.member_page .member_list li .phone {
  cursor: pointer;
}
.option_box .remove_option {
  float: right;
  border: none;
  background: transparent;
  text-decoration: underline;
  color: #ed4949;
}
.option_box .add_option {
  float: right;
  border: none;
  background: transparent;
  text-decoration: underline;
  color: #127be5;
}
.option_box .remove_add_option {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid black;
  text-align: center;
  padding: 0;
}
.option_box .remove_add_option img {
  width: 15px;
  display: block;
  margin: 0 auto;
}
.option_box .sub_option {
  position: relative;
}
.option_box .sub_option .remove_add_option {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.member_state {
  background: #fafafa;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
}
.member_state span {
  color: #63803a;
  font-size: 16px;
  font-weight: bold;
}
.member_state a {
  float: right;
  color: #63803a;
  text-decoration: underline;
}
.tabs {
  display: flex;
  margin-top: 20px;
  border-bottom: 1px solid #d1d1d1;
}
.tabs.wt li.active {
  border-bottom: 2px solid #ffffff;
}
.tabs li {
  font-size: 18px;
  color: #b7b7b7;
  cursor: pointer;
  padding: 2px 9px;
  margin-bottom: -1px;
}
.tabs li.active {
  color: #292929;
  font-weight: bold;
  border: 1px solid #d1d1d1;
  border-bottom: 2px solid #F5F5F5;
}
.tabs li.active a {
  color: #292929;
}
.tabs li a {
  display: block;
  color: #b7b7b7;
}
.smart_page .qescan {
  width: 100%;
  height: 80px;
  display: block;
  border: 2px solid #63803a;
  border-radius: 6px;
  background: white;
  padding-top: 12px;
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.08);
  margin-bottom: 25px;
}
.smart_page .qescan img {
  width: 20px;
  margin-bottom: 3px;
}
.smart_page .init_filter {
  text-align: right;
  color: #F58830;
  text-decoration: underline;
  border: none;
  background: transparent;
  margin: 10px auto 0;
  display: none;
}
.smart_page .member_list li a {
  height: 54px;
  display: flex;
  background: white;
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.08);
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 0 20px;
  cursor: pointer;
}
.smart_page .member_list li a .name {
  color: #63803a;
  font-weight: bold;
  padding-right: 15px;
}
.smart_page .member_list li a .phone {
  flex: 1;
  text-align: right;
  color: #292929;
}
.smart_page .cart_list li {
  height: 54px;
  display: flex;
  background: white;
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.08);
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 0 20px;
  cursor: pointer;
}
.smart_page .cart_list li .id {
  flex: 1;
  font-weight: bold;
  padding-right: 15px;
}
.smart_page .cart_list li .id img {
  width: 22px;
  margin-right: 5px;
}
.smart_page .cart_list li .date {
  width: 140px;
  text-align: right;
}
.report_page .date {
  background: white;
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.08);
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
.report_page .total {
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.08);
  padding: 15px;
  border-radius: 6px;
  display: flex;
  background: white;
  font-weight: bold;
}
.report_page .total .label {
  font-size: 18px;
}
.report_page .total .label span {
  color: #f68831;
}
.report_page .total .won {
  flex: 1;
  text-align: right;
}
.report_page .sales_report {
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
  background: white;
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.08);
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 8px;
}
.report_page .sales_report li {
  width: 100%;
  display: flex;
  margin-bottom: 5px;
}
.report_page .sales_report li.empty {
  padding: 20px;
  justify-content: center;
}
.report_page .sales_report li .name {
  flex: 1;
}
.report_page .sales_report li .count {
  width: 35px;
  text-align: center;
}
.report_page .sales_report li .price {
  width: 80px;
  text-align: right;
}
.report_page .sales_report .sub {
  margin-top: -5px;
}
.report_page .sales_report .sub:before {
  width: 6px;
  height: 6px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  content: '';
  margin: 5px 3px 0 7px;
}
.mng_page .init_filter {
  text-align: right;
  color: #F58830;
  text-decoration: underline;
  border: none;
  background: transparent;
  margin: 10px auto 0;
}
.mng_page .table_style {
  text-align: center;
}
.mng_page .table_style thead.th_style tr th {
  text-align: center;
  padding: 7px 0;
  background: #eff0f4;
}
.mng_page .table_style thead.th_style tr th a {
  color: inherit;
}
.mng_page .table_style thead.th_style tr th.sort:hover {
  background: #F3F4F9;
}
.mng_page .table_style td {
  padding: 10px 10px;
  vertical-align: middle;
  background: white;
}
.mng_page .counter {
  font-size: 15px;
}
.mng_page .counter span {
  color: #f68831;
}
.mng_page .orderid_box {
  height: 36px;
  background: #f68831;
  border-radius: 3px;
  display: flex;
  color: white;
  margin-top: 10px;
  font-size: 18px;
}
.mng_page .orderid_box > div {
  display: flex;
  justify-content: center;
  align-self: center;
}
.mng_page .orderid_box .orderid {
  flex: 1;
  justify-content: flex-start;
  padding: 0 15px;
}
.mng_page .orderid_box .won {
  width: 120px;
  position: relative;
}
.purchase_page .purchase_list {
  margin: 10px 0 0 0;
}
.purchase_page .purchase_list li {
  height: auto;
  background: white;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  margin-bottom: 6px;
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.11);
  cursor: pointer;
}
.purchase_page .purchase_list li.soldout {
  opacity: 0.5;
}
.purchase_page .purchase_list .thumb {
  width: 100px;
  height: 100px;
  position: relative;
}
.purchase_page .purchase_list .thumb img {
  width: 100%;
  display: block;
}
.purchase_page .purchase_list .thumb span {
  width: 60px;
  margin: 77px 46px 0 0;
  padding: 2px 12px;
  opacity: 0.8;
  border-radius: 3px;
  background-color: #535353;
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: 6px;
  left: 6px;
  display: inline-block;
  text-align: center;
}
.purchase_page .purchase_list .thumb span.state2 {
  background: #f15a32;
}
.purchase_page .purchase_list .detail {
/*  flex: 1; */
  padding: 20px;
}
.purchase_page .purchase_list .detail h2 {
  font-size: 21px;
  text-align: left;
  font-weight: bold;
}
.purchase_page .purchase_list .detail .price_box {
  border-radius: 3px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.purchase_page .purchase_list .detail .price_box > div {
  display: flex;
  justify-content: center;
  align-self: center;
}
.purchase_page .purchase_list .detail .price_box .count {
  color: #7c7c7c;
}
.purchase_page .purchase_list .detail .price_box .price {
  flex: 1;
  justify-content: flex-end;
  color: #f68831;
  font-size: 18px;
  font-weight: bold;
}
.purchase_page .purchase_list .summary {
/*  flex: 0; */
/*  padding: 20px;*/
}
.purchase_page .purchase_list .summary h2 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.purchase_page .purchase_list .summary span {
  font-size: 18px;
  text-align: center;
  margin-top: 16px;
  font-weight: bold;
}
.purchase_page .purchase_list .summary h1 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-top: 6px;
}
.purchase_page .product_name {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  color: #63803a;
}
.purchase_page .purchase_list .total {
  background: #f68831;
  border-radius: 3px;
  color: white;
}

.purchase_page .purchase_list .total .price_box > div {
  display: flex;
  justify-content: center;
  align-self: center;
}
.purchase_page .purchase_list .total .price_box .won {
  width: 40px;
  text-align: center;
}
.purchase_page .purchase_list .total .price_box .won img {
  width: 14px;
}
.purchase_page .purchase_list .total .price_box .price {
  flex: 1;
  justify-content: flex-end;
  margin-right: 10px;
}
.purchase_page .purchase_list .total .price_box .type {
  position: relative;
  white-space: nowrap;
  padding: 0 10px;
}
.purchase_page .purchase_list .total .price_box .type:before {
  height: 80%;
  content: '';
  border-right: 1px solid white;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: .5;
}


.purchase_page .purchase_order_list {
  margin: 10px 0 0 0;
}
.purchase_page .purchase_order_list li {
  height: 110px;
  background: white;
  display: flex;
  margin-bottom: 6px;
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.11);
  cursor: pointer;
}
.purchase_page .purchase_order_list .thumb {
  width: 110px;
  position: relative;
}
.purchase_page .purchase_order_list .thumb img {
  width: 100%;
  display: block;
}
.purchase_page .purchase_order_list .thumb span:not(.progress) {
  width: 60px;
  margin: 77px 46px 0 0;
  padding: 2px 5px;
  opacity: 0.8;
  border-radius: 3px;
  background-color: #535353;
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: 6px;
  left: 6px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.purchase_page .purchase_order_list .thumb span:not(.progress).state2 {
  background: #ffa200;
}
.purchase_page .purchase_order_list .thumb span:not(.progress).state4 {
  background: #f15a32;
}
.purchase_page .purchase_order_list .thumb span:not(.progress).state3 {
  background: #63803a;
}
.purchase_page .purchase_order_list .thumb .progress {
  width: 60px;
  height: 23px;
  padding: 2px 5px;
  border-radius: 3px;
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: 32px;
  left: 6px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  background: rgba(0,0,0,0.8);
}
.purchase_page .purchase_order_list .detail {
  flex: 1;
  padding: 10px;
}
.purchase_page .purchase_order_list .detail h2 {
  font-size: 15px;
  color: #7c7c7c;
}
.purchase_page .purchase_order_list .detail h2 span {
  float: right;
  font-size: 12px;
  margin-top: 2px;
}
.purchase_page .purchase_order_list .detail h3 {
  font-size: 18px;
  margin-top: 5px;
  font-weight: bold;
}
.purchase_page .purchase_order_list .detail .price_box {
  width: 220px;
  height: 32px;
  background: #f68831;
  border-radius: 3px;
  float: right;
  display: flex;
  color: white;
  margin-top: 14px;
}
.purchase_page .purchase_order_list .detail .price_box.TA_STORE,
.purchase_page .purchase_order_list .detail .price_box.MA_STORE {
  background: #ffae00;
}
.purchase_page .purchase_order_list .detail .price_box.TA_PARCEL,
.purchase_page .purchase_order_list .detail .price_box.MA_PARCEL {
  background: #8db553;
}
.purchase_page .purchase_order_list .detail .price_box.TA_DELIVERY,
.purchase_page .purchase_order_list .detail .price_box.MA_DELIVERY {
  background: #f68831;
}
.purchase_page .purchase_order_list .detail .price_box.TA_PICKUP,
.purchase_page .purchase_order_list .detail .price_box.MA_PICKUP {
  background: #5ebfe5;
}
.purchase_page .purchase_order_list .detail .price_box.TA_TAKEOUT,
.purchase_page .purchase_order_list .detail .price_box.MA_TAKEOUT {
  background: #be79f7;
}
.purchase_page .purchase_order_list .detail .price_box > div {
  display: flex;
  justify-content: center;
  align-self: center;
}
.purchase_page .purchase_order_list .detail .price_box .won {
  width: 40px;
  text-align: center;
}
.purchase_page .purchase_order_list .detail .price_box .won img {
  width: 14px;
}
.purchase_page .purchase_order_list .detail .price_box .price {
  flex: 1;
  justify-content: flex-end;
  margin-right: 10px;
}
.purchase_page .purchase_order_list .detail .price_box .type {
  position: relative;
  white-space: nowrap;
  padding: 0 10px;
}
.purchase_page .purchase_order_list .detail .price_box .type:before {
  height: 80%;
  content: '';
  border-right: 1px solid white;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: .5;
}
.popup.pop_purchase_detail {
  display: none;
}
.popup.pop_purchase_detail .box {
  width: 470px;
  margin-left: -235px;
}
@media (max-width: 490px) {
  .popup.pop_purchase_detail .box {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.popup.pop_purchase_detail .popup_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.popup.pop_purchase_detail .popup_container h2,
.popup.pop_purchase_detail .popup_container .popup_content {
  padding: 0 15px;
}
.popup.pop_purchase_detail .date {
  font-size: 14px;
  font-weight: normal;
  float: right;
  margin-top: 2px;
  font-weight: bold;
}
.popup.pop_purchase_detail .orderid_box {
  height: 36px;
  background: #f68831;
  border-radius: 3px;
  display: flex;
  color: white;
  margin-top: 10px;
}
.popup.pop_purchase_detail .orderid_box > div {
  display: flex;
  justify-content: center;
  align-self: center;
}
.popup.pop_purchase_detail .orderid_box .orderid {
  flex: 1;
  justify-content: flex-start;
  padding: 0 15px;
}
.popup.pop_purchase_detail .orderid_box .order_type {
  position: relative;
  padding: 0 10px;
}
.popup.pop_purchase_detail .orderid_box .type {
  position: relative;
  padding: 0 10px;
}
.popup.pop_purchase_detail .orderid_box .type:before {
  height: 80%;
  content: '';
  border-right: 1px solid white;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: .5;
}
.popup.pop_purchase_detail .info_group {
  margin: 20px 0;
}
.popup.pop_purchase_detail .info_group label {
  font-weight: bold;
  margin-bottom: 5px;
}
.popup.pop_purchase_detail .info_group p {
  font-size: 14px;
}
.popup.pop_purchase_detail .order_details .store {
  background: #f9f9f9;
  border-radius: 3px;
  margin-bottom: 2px;
  padding: 10px 15px;
}
.popup.pop_purchase_detail .order_details .store h3 {
  font-size: 15px;
  font-weight: bold;
}
.popup.pop_purchase_detail .order_details .store ul {
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
  padding-left: 10px;
}
.popup.pop_purchase_detail .order_details .store ul li {
  height: 60px;
  background: white;
  display: flex;
  margin-bottom: 6px;
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.11);
}
.popup.pop_purchase_detail .order_details .store ul li .name {
  flex: 1;
  word-break: keep-all;
}
.popup.pop_purchase_detail .order_details .store ul li .count {
  width: 35px;
  text-align: center;
}
.popup.pop_purchase_detail .order_details .store ul li .price {
  width: 80px;
  text-align: right;
}
.popup.pop_purchase_detail .order_details .store ul .sub {
  margin-top: -5px;
}
.popup.pop_purchase_detail .order_details .store ul .sub:before {
  width: 6px;
  height: 6px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  content: '';
  margin: 5px 3px 0 7px;
}
.popup.pop_purchase_detail .total {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 25px;
}
.popup.pop_purchase_detail .total:after {
  content: '';
  display: table;
  clear: both;
}
.popup.pop_purchase_detail .total span {
  float: right;
  font-size: 22px;
}
.popup.pop_purchase_detail .cancel_desc {
  background: #f9f9f9;
  padding: 15px;
  margin-bottom: 0;
  display: none;
}
.popup.pop_purchase_detail .cancel_desc.show {
  display: block;
}
.popup.pop_purchase_detail .cancel_desc textarea {
  background: white;
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.16);
  padding: 15px;
  color: #6a6a6a;
  border-radius: 6px;
  resize: none;
}

.delivery_page .qescan {
  width: 100%;
  height: 80px;
  display: block;
  border: 2px solid #63803a;
  border-radius: 6px;
  background: white;
  padding-top: 12px;
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.08);
  margin-bottom: 25px;
}
.delivery_page .qescan img {
  width: 20px;
  margin-bottom: 3px;
}
.delivery_page .init_filter {
  text-align: right;
  color: #F58830;
  text-decoration: underline;
  border: none;
  background: transparent;
  margin: 10px auto 0;
  display: none;
}
.delivery_page .member_list li a {
  height: 54px;
  display: flex;
  background: white;
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.08);
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 0 20px;
  cursor: pointer;
}
.delivery_page .member_list li a .name {
  color: #63803a;
  font-weight: bold;
  padding-right: 15px;
}
.delivery_page .member_list li a .phone {
  flex: 1;
  text-align: right;
  color: #292929;
}
.delivery_page .cart_list li {
  height: 54px;
  display: flex;
  background: white;
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.08);
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 0 20px;
  cursor: pointer;
}
.delivery_page .cart_list li .id {
  flex: 1;
  font-weight: bold;
  padding-right: 15px;
}
.delivery_page .cart_list li .id img {
  width: 22px;
  margin-right: 5px;
}
.delivery_page .cart_list li .date {
  width: 140px;
  text-align: right;
}
.delivery_page .delivery_req {
  position: absolute;
  z-index: 4;
  right: 50px;
  top: 20px;
}
.customer_store_page .customer_store_list {
  margin: 10px 0 0 0;
}
.customer_store_page .customer_store_list li {
  height: auto;
  background: white;
  margin-bottom: 6px;
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.11);
  cursor: pointer;
}
.customer_store_page .customer_store_list .thumb {
  width: 100px;
  height: 100px;
  position: relative;
}
.customer_store_page .customer_store_list .thumb img {
  width: 100%;
  height: 100%;
  display: block;
}
.customer_store_page .customer_store_list .thumb span:not(.progress) {
  width: 70px;
  margin: 77px 46px 0 0;
  padding: 2px 5px;
  opacity: 0.8;
  border-radius: 3px;
  background-color: #535353;
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: 6px;
  left: 6px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.customer_store_page .customer_store_list .thumb span:not(.progress).state1 {
  background: #ffa200;
}
.customer_store_page .customer_store_list .thumb span:not(.progress).state2 {
  background: #f15a32;
}
.customer_store_page .customer_store_list .thumb span:not(.progress).state3 {
  background: #63803a;
}
.point_page .init_filter {
  text-align: right;
  color: #F58830;
  text-decoration: underline;
  border: none;
  background: transparent;
  margin: 10px auto 0;
  display: none;
}
.point_page .member_list li a {
  height: 54px;
  display: flex;
  background: white;
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.08);
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 0 20px;
  cursor: pointer;
}
.point_page .member_list li a .name {
  color: #63803a;
  font-weight: bold;
  padding-right: 15px;
}
.point_page .member_list li a .phone {
  flex: 1;
  text-align: right;
  color: #292929;
}



/*--------------------------------------------------------------
# tui-grid 
--------------------------------------------------------------*/
.tuiheader {
  font-family: "Open Sans", sans-serif;	
  font-size: 12px;
  font-weight:500;  
  padding-top: 6px;  
}
.tuiCell {
  font-family: "Open Sans", sans-serif;	
  font-size: 14px;
  padding-top: 6px;
}
.tuiLeftCell {
  font-size: 14px;
  padding-top: 6px;
  padding-left: 6px;
}
.tuiRightCell {
  font-family: "Open Sans", sans-serif;	
  font-size: 14px;
  padding-top: 6px;
  padding-right: 6px;
}
.tuiLinkCell {
  font-family: "Open Sans", sans-serif;	
  font-size: 14px;
  font-weight: 600;
  padding-top: 6px;
  cursor: pointer;  
}

.tuiheader-small {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 390;  
  padding-top: 6px;
}

.tuiCell-custom-small {
  font-family: "Open Sans", sans-serif; 	
  font-size: 12px;
  font-weight: 390;
  padding-top: 14px;
}

.tuiCell-small {
  font-family: "Open Sans", sans-serif; 	
  font-size: 12px;
  font-weight: 390;
  padding-top: 6px;
}
.tuiLeftCell-small {
  font-family: "Open Sans", sans-serif;	
  font-size: 12px;
  padding-top: 6px;
  padding-left: 6px;
}
.tuiRightCell-small {
  font-family: "Open Sans", sans-serif;	
  font-size: 12px;
  padding-top: 6px;
  padding-right: 6px;
}
.tuiLinkCell-small {
  font-family: "Open Sans", sans-serif;	
  font-size: 12px;
  font-weight: 600;
  padding-top: 6px;
  cursor: pointer;  
}
