@charset "UTF-8";
form.cart .edicus-add-to-cart {
  width: 100%;
}
form.cart .edicus-add-to-cart.hidden {
  display: none !important;
  visibility: hidden !important;
}
form.cart .edicus-add-to-cart .edicus-action-selector-wrapper {
  width: 100%;
  display: flex;
  gap: 15px;
}
form.cart .edicus-add-to-cart .edicus-action-selector-wrapper.hidden {
  display: none !important;
}
form.cart .edicus-add-to-cart .edicus-action-selector-wrapper > div {
  border: 1px solid lightgrey;
  flex: 1;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
}
form.cart .edicus-add-to-cart .edicus-action-selector-wrapper > div .thumbnail {
  width: 100%;
  height: 100px;
  position: relative;
  border-radius: 5px;
}
form.cart .edicus-add-to-cart .edicus-action-selector-wrapper > div .thumbnail::before {
  position: absolute;
  content: "";
  width: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
form.cart .edicus-add-to-cart .edicus-action-selector-wrapper > div .thumbnail.design {
  background-color: #f0eba6;
}
form.cart .edicus-add-to-cart .edicus-action-selector-wrapper > div .thumbnail.design::before {
  background-image: url("../images/edicus-design.svg");
  height: 50px;
}
form.cart .edicus-add-to-cart .edicus-action-selector-wrapper > div .thumbnail.upload {
  background-color: #b5ccd6;
}
form.cart .edicus-add-to-cart .edicus-action-selector-wrapper > div .thumbnail.upload::before {
  background-image: url("../images/edicus-upload.svg");
  height: 35px;
}
form.cart .edicus-add-to-cart .edicus-action-selector-wrapper > div .title {
  font-weight: bold;
  color: #503684;
  margin: 0;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
}
form.cart .edicus-add-to-cart .edicus-action-selector-wrapper > div .description {
  margin: 5px auto 0;
  font-size: 12px;
  max-width: 150px;
  word-break: keep-all;
}
form.cart .edicus-add-to-cart .edicus-action-selector-wrapper > div.selected {
  border: 2px solid #503684;
}
form.cart .edicus-add-to-cart .edicus-action-wrapper {
  margin: 15px 0;
}
form.cart .edicus-add-to-cart .edicus-action-wrapper .edicus-action.hidden {
  display: none !important;
}
form.cart .edicus-add-to-cart .edicus-action-wrapper .edicus-action .button {
  width: 100%;
  margin: 0;
  background-color: #503684;
  font-size: 12px;
  line-height: 32px;
  border-radius: 3px;
  color: white;
}
form.cart .edicus-add-to-cart .edicus-action-wrapper .edicus-action .button.edicus-edit-complete {
  cursor: auto;
  touch-action: none;
  pointer-events: none;
}
form.cart .edicus-add-to-cart .edicus-action-wrapper .edicus-action .button.edicus_editor_add_to_cart_button {
  margin-top: 10px;
  background-color: white;
  color: #503684;
  border: 1px solid #503684;
  opacity: 1 !important;
}
form.cart .edicus-add-to-cart .edicus-action-wrapper .edicus-action .file-description {
  font-size: 12px;
  line-height: 32px;
  color: white;
  background-color: #503684;
  border-radius: 0 0 3px 3px;
  margin: 0 0 5px 0;
  padding-left: 20px;
  font-weight: bold;
}
form.cart .edicus-add-to-cart .edicus-action-wrapper .edicus-action.edicus-action-file-upload .button {
  border-radius: 3px 3px 0 0;
}
form.cart .edicus-add-to-cart .edicus-action-wrapper .edicus-action.edicus-action-editor a.edicus-login, form.cart .edicus-add-to-cart .edicus-action-wrapper .edicus-action.edicus-action-editor a.edicus-editor {
  line-height: 38px;
}
form.cart .edicus-add-to-cart button.single_add_to_cart_button.button.disabled {
  pointer-events: none !important;
  touch-action: none !important;
  opacity: 0.5 !important;
}
form.cart .edicus-add-to-cart.type-b .edicus-action-wrapper .edicus-action.edicus-action-editor .edicus-login, form.cart .edicus-add-to-cart.type-b .edicus-action-wrapper .edicus-action.edicus-action-editor .edicus-editor {
  background-image: url("../images/edicus-editor.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: calc(50% - 65px);
  height: 40px;
}
form.cart .edicus-add-to-cart.type-b .edicus-action-wrapper .edicus-action.edicus-action-editor .edicus-login.edicus-edit-complete, form.cart .edicus-add-to-cart.type-b .edicus-action-wrapper .edicus-action.edicus-action-editor .edicus-editor.edicus-edit-complete {
  background-position: calc(50% - 90px);
}

.edicus-preview-thumbnail-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.edicus-preview-thumbnail-wrapper .edicus-preview-thumbnail {
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #ededed;
  margin: 2px;
  cursor: pointer;
}

.edicus-error-message {
  font-size: 12px;
  font-weight: bold;
  color: #ff2424;
  display: block;
  padding-top: 5px;
}

.edicus-guide-message {
  font-size: 12px;
  color: #292929;
  display: block;
  padding-top: 5px;
}

.edicus-previewer .navigation {
  position: fixed;
  bottom: 0;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
}
.edicus-previewer .navigation .button {
  width: 40px;
  height: 40px;
  z-index: 9999;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 75%;
  background-color: white;
  border-radius: 50%;
  background-position: center;
  border: 1px solid darkgray;
}
.edicus-previewer .navigation .button.prev {
  margin-left: 10px;
  background-image: url("../images/prev.png");
}
.edicus-previewer .navigation .button.next {
  margin-right: 10px;
  background-image: url("../images/next.png");
}
.edicus-previewer .navigation .button.disabled {
  opacity: 0.5 !important;
  touch-action: none !important;
  pointer-events: none !important;
}
.edicus-previewer .navigation .page-index {
  bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif;
  flex: 1;
}

.mshop-design-archive-wrapper {
  /* 내계정 페이지 */
}
.mshop-design-archive-wrapper table.design-archive thead th {
  text-align: center;
}
.mshop-design-archive-wrapper table.design-archive tbody tr td.column-project-thumbnail {
  width: 100px;
  text-align: center;
}
.mshop-design-archive-wrapper table.design-archive tbody tr td.column-project-thumbnail .edicus-preview-thumbnail {
  margin: 2px auto !important;
}
.mshop-design-archive-wrapper table.design-archive tbody tr td.column-product-thumbnail {
  width: 50px;
}
.mshop-design-archive-wrapper table.design-archive tbody tr td.column-order-no, .mshop-design-archive-wrapper table.design-archive tbody tr td.column-order-status {
  text-align: center;
}
.mshop-design-archive-wrapper table.design-archive tbody tr td .product-thumbnail {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}
.mshop-design-archive-wrapper table.design-archive tbody tr td .add-to-cart {
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  background-image: url(../images/add.png);
}
.mshop-design-archive-wrapper .navigation {
  width: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.mshop-design-archive-wrapper .navigation .page-index {
  flex: 1;
  text-align: center;
}
.mshop-design-archive-wrapper .navigation .nav-icon {
  border: 1px solid lightgray;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  bottom: 20px;
  z-index: 10;
  background-color: white;
}
.mshop-design-archive-wrapper .navigation .nav-icon.disabled {
  opacity: 0 !important;
  touch-action: none !important;
  pointer-events: none !important;
}
@media (min-width: 769px) {
  .mshop-design-archive-wrapper .navigation .nav-icon:hover {
    background-color: #dbdbdb;
    color: black;
  }
}
.mshop-design-archive-wrapper .navigation .nav-icon i {
  font-size: 20px;
  line-height: 38px;
  color: blue;
}

.edicus-design-file-wrapper {
  margin: 5px 0;
  font-weight: 600;
  font-size: 0.9em;
  color: darkgray;
}

/*# sourceMappingURL=frontend.css.map */
