/* BASIC css start */
/* ======================================================= */
/* ¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å ¿À´ÃÃâ¹ß »óÇ° (PC ¹öÀü »çÀÌÁî ¼öÁ¤) ¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å */
/* ======================================================= */

/* ÀüÃ¼ ¹Ú½º µðÀÚÀÎ */
#productDetail .today-delivery {
    display: flex;
    align-items: center;
    margin: 15px 0; /* À§¾Æ·¡ ¿©¹é ÁÙÀÓ */
    padding: 15px 20px; /* ³»ºÎ ¿©¹é ÁÙÀÓ */
    border-radius: 10px; /* ¸ð¼­¸® »ìÂ¦ Á¶Á¤ */
    background: #FCF9F2; /* µû¶æÇÑ Å©¸²»ö ¹è°æ */
    border: 1px solid #EAE1C5; /* ÀºÀºÇÑ °ñµå Å×µÎ¸® */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* ºÎµå·¯¿î ±×¸²ÀÚ */
}

/* '¿À´ÃÃâ¹ß' ¾ÆÀÌÄÜ/ÅØ½ºÆ® ¿µ¿ª (¿ÞÂÊ) */
#productDetail .today-delivery .icon {
    display: block;
    padding-right: 15px; /* ¿À¸¥ÂÊ ¿©¹é ÁÙÀÓ */
    margin-right: 15px; /* ¿À¸¥ÂÊ ¿©¹é ÁÙÀÓ */
    border-right: 1px solid #EAE1C5; /* ¿À¸¥ÂÊ ±¸ºÐ¼± */
    font-size: 16px; /* ±Û¾¾ Å©±â Á¶Á¤ */
    font-weight: 700;
    color: #B58411; /* Æ÷ÀÎÆ® °ñµå »ö»ó */
    white-space: nowrap; /* ÁÙ¹Ù²Þ ¹æÁö */
}

/* ¼³¸í ÅØ½ºÆ® ¿µ¿ª (¿À¸¥ÂÊ) */
#productDetail .today-delivery .txt {
    padding-left: 0;
    line-height: 1.5; /* ÁÙ°£°Ý Á¶Á¤ */
}

/* "¿À´ÃÃâ¹ß »óÇ°!" Á¦¸ñ ±Û¾¾ */
#productDetail .today-delivery .txt strong {
    color: #3D2D0C;
    font-size: 15px; /* ±Û¾¾ Å©±â Á¶Á¤ */
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

/* ¾È³» ¹®±¸ */
#productDetail .today-delivery .txt p {
    padding-top: 0;
    font-size: 13px; /* ±Û¾¾ Å©±â Á¶Á¤ */
    font-weight: 400;
    color: #6B5B3B;
    margin: 0;
}


/* BASIC css end */

