/* BASIC css start */
/* ======================================================= */
/* ¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å ¿À´ÃÃâ¹ß »óÇ° (ÃÖÁ¾ ¼öÁ¤) ¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å */
/* ======================================================= */

/* ÀüÃ¼ ¹Ú½º µðÀÚÀÎ */
.shopdetail .today-delivery {
  display: flex;
  align-items: center;
  margin: 15px 15px 20px;
  padding: 15px 20px;
  border-radius: 12px;
  background: #FCF9F2;
  border: 1px solid #EAE1C5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* '¿À´ÃÃâ¹ß' ¾ÆÀÌÄÜ/ÅØ½ºÆ® ¿µ¿ª (¿ÞÂÊ) */
.shopdetail .today-delivery .icon {
  display: block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #EAE1C5;
  font-size: 1.1em;
  font-weight: 700;
  color: #B58411;
  white-space: nowrap;
}

/* ¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å ÅØ½ºÆ® ÁÂÃø Á¤·Ä ¼öÁ¤ ¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å */
/* ¼³¸í ÅØ½ºÆ® ¿µ¿ª (¿À¸¥ÂÊ) */
.shopdetail .today-delivery .txt {
  padding-left: 0;
  color: #3D2D0C;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4;
  text-align: left; /* ¡Ú¡Ú¡Ú ÅØ½ºÆ®¸¦ ¿ÞÂÊÀ¸·Î Á¤·ÄÇÕ´Ï´Ù ¡Ú¡Ú¡Ú */
}
/* ¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã ¼öÁ¤ ¿Ï·á! ¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã */


/* "¿ÀÈÄ 3½Ã ÀÌÀü..." ¾È³» ¹®±¸ */
.shopdetail .today-delivery .txt p {
  padding-top: 5px;
  font-size: 0.9em;
  font-weight: 400;
  color: #6B5B3B;
}

/* '¿À´Ã Ãâ¹ß' ¹Ú½º ³»ºÎÀÇ ºÒÇÊ¿äÇÑ ¼±(line) Á¦°Å */
.shopdetailInfoValue .today-delivery .txt strong {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.shopdetailInfoValue .today-delivery .txt strong::after {
  display: none !important;
}

/* ¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å ¹Ù·Î ÀÌ ÄÚµå°¡ ¹Ú½º ¹Ù±ùÀÇ ¼±À» ¾ø¾ÖÁÝ´Ï´Ù! ¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å */
.shopdetailInfoValue .today-delivery + .subname,
.shopdetailInfoValue .today-delivery + .p-price {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 20px !important;
}
/* ¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã ¼öÁ¤ ¿Ï·á! ¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã */
/* BASIC css end */

