@import url("https://fonts.googleapis.com/css?family=Quattrocento+Sans");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@700;800&display=swap");
* {
  word-break: keep-all;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

blockquote,
body,
div,
figure,
form,
hr,
input,
p {
  margin: 0;
  padding: 0;
}

dt,
h1,
h2,
h3,
h4,
h5,
h6,
label,
th {
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
}

dd,
dl,
dt,
li,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

fieldset,
iframe,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

caption,
th {
  border: 0;
}

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

figure img {
  width: 100%;
}

a,
a:hover,
a:visited {
  text-decoration: none;
  cursor: pointer;
}

button:focus,
select:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=checkbox] + label::before,
input[type=radio] + label::before {
  outline: none !important;
}

@font-face {
  font-family: "NotoSansKR";
  font-weight: 700;
  src: url("../../console/fonts/NotoSansKR-Bold.woff2") format("woff2"), url("../../console/fonts/NotoSansKR-Bold.woff") format("woff"), url("../../console/fonts/NotoSansKR-Bold.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 500;
  src: url("../../console/fonts/NotoSansKR-Medium.woff2") format("woff2"), url("../../console/fonts/NotoSansKR-Medium.woff") format("woff"), url("../../console/fonts/NotoSansKR-Medium.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 400;
  src: url("../../console/fonts/NotoSansKR-Regular.woff2") format("woff2"), url("../../console/fonts/NotoSansKR-Regular.woff") format("woff"), url("../../console/fonts/NotoSansKR-Regular.otf") format("opentype");
}
* {
  box-sizing: border-box;
  letter-spacing: -0.5px;
  font-family: "NotoSansKR", sans-serif !important;
  font-weight: 400;
  font-size: 0.95rem;
  text-align: left;
}

body {
  background: #fff;
  padding-bottom: 80px;
}

hr {
  background: #F8F8F8;
  height: 8px;
  width: 100%;
  border: none;
}

.pd-16 {
  padding: 0 16px;
}

.bg-theme {
  background: #B19879;
  color: #fff;
}

.color-theme {
  color: #B19879;
}

.hide {
  display: none !important;
}

header {
  width: 100%;
  position: relative;
  height: 60px;
  background: #fff;
  line-height: 60px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
header a {
  margin-right: 8px;
}
header a i {
  vertical-align: middle;
  font-size: 1.4rem;
  margin-top: -7px;
}

.floor-order-main {
  background: #fff;
  padding-bottom: 16px;
}
.floor-order-main .product {
  width: 100%;
  padding-left: 131px;
  position: relative;
  min-height: 115px;
  margin-top: 8px;
  margin-bottom: 32px;
}
.floor-order-main .product > .img-wrap {
  width: 115px;
  height: 115px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  overflow: hidden;
}
.floor-order-main .product > .img-wrap > img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.floor-order-main .product > h2 {
  font-weight: 500;
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.floor-order-main .product > p {
  text-align: left;
  color: #999;
  font-size: 0.9rem;
  line-height: 1.3;
}
.floor-order-main .product > a {
  text-align: left;
  float: left;
  margin-top: 8px;
  color: #999;
  border-bottom: 1px solid #999;
}
.floor-order-main .product > b {
  display: block;
  text-align: left;
  font-size: 1.3rem;
  color: #000;
  padding-top: 16px;
}
.floor-order-main .product > b strike {
  color: #999;
  font-size: 0.9rem;
  margin-left: 6px;
  display: inline-block;
  vertical-align: text-bottom;
}
.floor-order-main .order-message {
  padding-top: 24px;
  border-top: 1px solid #f3f3f3;
}
.floor-order-main .order-message > p {
  color: #000;
  font-weight: 500;
  font-size: 0.95rem;
  text-align: left;
  padding-bottom: 8px;
}
.floor-order-main .order-message input {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #f3f3f3;
  margin-bottom: 4px;
  padding: 0 16px;
}
.floor-order-main .order-message input::placeholder {
  color: #cbcbcb;
}
.floor-order-main .order-message select {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #f3f3f3;
  padding: 0 16px;
  position: relative;
  z-index: 5;
  background: none;
}
.floor-order-main .order-message > div {
  position: relative;
}
.floor-order-main .order-message > div > span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-family: xeicon !important;
  font-size: 1.2rem;
}
.floor-order-main .order-message > div > span:before {
  content: "\e942";
}
.floor-order-main .order-message > div input {
  margin-top: 4px;
}
.floor-order-main .order-message > ul {
  border-left: 1px solid #f3f3f3;
}
.floor-order-main .order-message > ul:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.floor-order-main .order-message > ul > li {
  width: 25%;
  float: left;
  height: 0;
  padding-top: 25%;
  position: relative;
  border: 1px solid #f3f3f3;
  border-left: none;
}
.floor-order-main .order-message > ul > li > input {
  display: none;
}
.floor-order-main .order-message > ul > li > input + label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  transition: all 300ms ease-in-out;
}
.floor-order-main .order-message > ul > li > input + label:after, .floor-order-main .order-message > ul > li > input + label:before {
  display: none !important;
}
.floor-order-main .order-message > ul > li > input + label > b {
  display: block;
  width: 100%;
  position: relative;
  font-size: 0.85rem;
  font-weight: 500;
}
.floor-order-main .order-message > ul > li > input + label > b:before {
  width: 100%;
  height: 40px;
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
}
.floor-order-main .order-message > ul > li > input + label.card > b:before {
  background-image: url("../../../images/payment-card.png");
}
.floor-order-main .order-message > ul > li > input + label.phone > b:before {
  background-image: url("../../../images/payment-phone.png");
}
.floor-order-main .order-message > ul > li > input + label.kakaopay > b:before {
  background-image: url("../../../images/payment-kakaopay.png");
}
.floor-order-main .order-message > ul > li > input + label.naverpay > b:before {
  background-image: url("../../../images/naver-pay.png");
}
.floor-order-main .order-message > ul > li > input + label.cash > b:before {
  background-image: url("../../../images/payment-cash.png");
}
.floor-order-main .order-message > ul > li > input:checked + label {
  background: #F3F3F3;
}
.floor-order-main .flower-customer {
  position: relative;
  padding-top: 24px;
}
.floor-order-main .flower-customer > div {
  width: 100%;
  border-radius: 8px;
  background: #F8F8F8;
  padding: 24px 24px 24px 48px;
  position: relative;
}
.floor-order-main .flower-customer > div:before {
  display: block;
  width: 20px;
  height: 20px;
  left: 16px;
  top: 22px;
  position: absolute;
  content: "";
  background: url("../../../images/ic_sentiment_very_satisfied_24px.svg") no-repeat center;
}
.floor-order-main .flower-customer > div > h2 {
  font-size: 1.1rem;
  margin: 0 0 8px 0;
  line-height: 1;
  font-weight: 500;
}
.floor-order-main .flower-customer > div > h2 font {
  position: relative;
  font-size: 1.1rem;
  color: #9E8566;
  font-weight: 500;
}
.floor-order-main .flower-customer > div > h2 font:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
  display: block;
  background: #9E8566;
}
.floor-order-main .flower-customer > div > p {
  padding: 0;
  margin: 0;
  line-height: 1.4;
  text-align: left;
  color: #666;
  font-size: 0.95rem;
}
.floor-order-main .flower-customer > div > p > a {
  font-size: 0.95rem;
  color: #666;
  position: relative;
  margin-right: 2px;
}
.floor-order-main .flower-customer > div > p > a:after {
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px dashed #666;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  content: "";
}

.floor-order-address {
  background: #fff;
}
.floor-order-address > h2 {
  height: 60px;
  line-height: 60px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 8px;
}
.floor-order-address table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.floor-order-address table th {
  color: #999;
  vertical-align: top;
}
.floor-order-address table th, .floor-order-address table td {
  padding: 8px;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: left;
}
.floor-order-address table td {
  color: #333;
  word-break: break-all;
}
.floor-order-address table td font {
  font-weight: 500;
  font-size: 1.1rem;
  color: #333;
}
.floor-order-address table td span {
  margin-left: 8px;
  color: #9E8566;
  font-size: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #9E8566;
}

.floor-payment-delivery {
  width: 100%;
  padding-bottom: 16px;
}
.floor-payment-delivery > h2 {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 4px;
  padding-left: 38px;
  color: #555;
  position: relative;
}
.floor-payment-delivery > h2:before {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../../../images/ic_error_outline.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
}
.floor-payment-delivery > p {
  padding-left: 38px;
  padding-bottom: 16px;
  text-align: left;
  color: #999;
  font-size: 0.9rem;
  letter-spacing: -0.8px;
  line-height: 1.3;
}
.floor-payment-delivery > p.weekend-info {
  font-size: 1rem;
  color: #ffabab;
}
.floor-payment-delivery > div {
  padding-top: 16px;
  text-align: left;
}
.floor-payment-delivery > div input {
  display: none;
}
.floor-payment-delivery > div input + label {
  font-size: 1rem;
  font-weight: 500;
  padding-left: 22px;
  position: relative;
  cursor: pointer;
}
.floor-payment-delivery > div input + label:before {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #ccc;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #fff;
}
.floor-payment-delivery > div input + label:after {
  width: 15px;
  height: 14px;
  color: #fff;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 3;
  font-family: xeicon !important;
  content: "\e928";
  line-height: 14px;
  text-align: center;
  font-size: 0.85rem;
}
.floor-payment-delivery > div input:checked + label:before {
  border-color: #9E8566;
  background: #9E8566;
}
.floor-payment-delivery > div > p {
  text-align: left;
  font-size: 0.9rem;
  padding-left: 22px;
  padding-right: 30px;
  position: relative;
}
.floor-payment-delivery > div > p > a {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}
.floor-payment-delivery > div.agrees > span {
    color:#727682;
    font-size: 15px;
    line-height: 1.4;
    position: relative;
    display: block;
    text-align: left;
}
.floor-payment-delivery > div.agrees > span a {
    text-decoration: underline;
    color:#4B5563;
}
.floor-payment-delivery > div.agrees > span > span {
    display: block;
    margin-top:4px;
    color:#727682;
    font-size: 13px;
    text-align: left;
}
.floor-payment-delivery > div.agrees > span > span b {
    color:#9E8566;
    font-size: 13px;
    font-weight: normal;
}

.floor-payment-delivery > div.agrees > input {
    display: none;
}
.floor-payment-delivery > div.agrees > label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left:48px;
    position: relative;
    width: 100%;
    margin: 16px auto 0;
    height: 56px;
    border:1px solid #E4E5E8;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    color:#111;
    font-weight: normal;
}
.floor-payment-delivery > div.agrees > label::before {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #B9BBBF;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\e928";
    font-family: 'xeicon' !important;
    line-height: 1;
    letter-spacing: 0;
    font-size: var(--font-size-l);
    position: absolute;
    left: 16px;
    top:50%;
    transform: translateY(-50%);
}
.floor-payment-delivery > div.agrees > input:checked + label::before {
    background-color: #9E8566;
    color:#fff;
}
.floor-payment-delivery > div.agrees > input + label::after {
  display: none !important;
}

.floor-item-thumbnail {
  background: #fff;
  padding: 24px 16px;
}
.floor-item-thumbnail h2 {
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}
.floor-item-thumbnail p {
  color: #999;
  line-height: 1.4;
}
.floor-item-thumbnail > div {
  width: 260px;
  height: 260px;
  margin: 16px auto;
  position: relative;
}
.floor-item-thumbnail > div img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}
.floor-item-thumbnail > nav {
  width: 100%;
  text-align: center;
  overflow-x: auto;
}
.floor-item-thumbnail > nav > button {
  display: inline-block;
  vertical-align: top;
  flex: none;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #F3F3F3;
  margin: 2px;
  position: relative;
  background: #fff;
  outline: none;
}
.floor-item-thumbnail > nav > button.active {
  border-color: #9E8566;
}
.floor-item-thumbnail > nav > button img {
  max-width: calc(100% - 8px);
  max-height: calc(100% - 8px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.floor-order-fail {
  padding: 16px;
}
.floor-order-fail > div {
  padding-left: 70px;
  background: url("../../../images/ic_report.png") no-repeat;
  background-position: center left 15px;
}
.floor-order-fail > div h2 {
  color: #333;
  font-weight: 500;
  font-size: 1.05rem;
}
.floor-order-fail > div > p {
  padding-top: 4px;
  color: #999;
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.3;
}
.floor-order-fail a {
  display: block;
  width: 100%;
  height: 56px;
  border-radius: 56px;
  line-height: 56px;
  background: #F3F3F3;
  color: #555;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 40px;
}

.floor-order-info {
  padding: 16px;
}
.floor-order-info > h2 {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 4px;
  padding-left: 22px;
  color: #555;
  position: relative;
}
.floor-order-info > h2:before {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../../../images/ic_error_outline.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
}
.floor-order-info > p {
  padding-left: 22px;
  padding-bottom: 16px;
  text-align: left;
  color: #999;
  font-size: 0.85rem;
  letter-spacing: -0.8px;
  line-height: 1.3;
}
.floor-order-info > p a {
  color: #999;
  font-size: 0.9rem;
}

.floor-item-content {
  background: #F8F8F8;
  padding: 0 16px 80px;
  text-align: left;
}
.floor-item-content article {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  padding-bottom: 8px;
}
.floor-item-content article:first-child {
  border-top: none;
}
.floor-item-content h2 {
  color: #555;
  font-weight: 500;
  padding-bottom: 16px;
  font-size: 1.2rem;
}
.floor-item-content h3, .floor-item-content li, .floor-item-content p {
  font-size: 0.9rem;
  color: #555;
  text-align: left;
  font-weight: 500;
}
.floor-item-content p {
  padding-bottom: 16px;
}
.floor-item-content ul {
  margin-bottom: 16px;
}

.floor-order-btn {
  position: fixed;
  bottom: 24px;
  display: block;
  right: 16px;
  width: calc(100% - 32px);
  text-align: center;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 1.15rem;
  background: #9E8566;
  border-radius: 56px;
  letter-spacing: 0;
  transition: all 500ms ease-in-out;
  z-index: 2000;
  border: none;
}

.floor-back-btn {
  position: fixed;
  bottom: 24px;
  display: block;
  right: 16px;
  width: calc(100% - 32px);
  text-align: center;
  height: 56px;
  line-height: 56px;
  color: #555;
  font-size: 1.15rem;
  background: #F3F3F3;
  border-radius: 56px;
  letter-spacing: 0;
  transition: all 500ms ease-in-out;
  border: none;
}

#flower-customer-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  transition: 0.3s ease-in-out;
}
#flower-customer-popup > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#flower-customer-popup > div {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 16px 16px 0 0;
  background: #fff;
  padding: 32px 24px 24px;
  transform: translateY(10%);
  transition: 0.3s ease-in-out;
}
#flower-customer-popup > div > h2 {
  font-size: 1.4rem;
  margin: 0 0 24px 0;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  color: #444;
  padding-top: 33px;
  position: relative;
}
#flower-customer-popup > div > h2:before {
  display: block;
  width: 20px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url("../../../images/ic_drafts_24px.svg") no-repeat center;
}
#flower-customer-popup > div > p {
  padding: 0;
  margin: 0;
  line-height: 1.4;
  text-align: center;
  color: #666;
  font-size: 1.2rem;
}
#flower-customer-popup > div > p > a {
  font-size: 1.2rem;
  color: #666;
  position: relative;
  margin-right: 2px;
}
#flower-customer-popup > div > p > a:after {
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px dashed #666;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  content: "";
}
#flower-customer-popup > div > b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  border-radius: 56px;
  color: #fff;
  background: #9E8566;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 24px;
  cursor: pointer;
}
#flower-customer-popup.show {
  visibility: visible;
  opacity: 1;
}
#flower-customer-popup.show > div {
  transform: translateY(0);
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.loading.show {
  opacity: 1;
  visibility: visible;
}

.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
}
.loading-text span {
  display: inline-block;
  margin: 0 2px;
  color: #fff;
}
.loading-text span:nth-child(1) {
  filter: blur(0px);
  animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
  filter: blur(0px);
  animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
  filter: blur(0px);
  animation: blur-text 1.5s 1.2s infinite linear alternate;
}
.loading-text span:nth-child(8) {
  filter: blur(0px);
  animation: blur-text 1.5s 1.4s infinite linear alternate;
}
.loading-text span:nth-child(9) {
  filter: blur(0px);
  animation: blur-text 1.5s 1.6s infinite linear alternate;
}

@keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(4px);
  }
}

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