/* ==========================================================================
   ±âÁ¸ ÀÛ¼ºÇØÁÖ½Å CSS (¿ÀÅ¸ ¼öÁ¤ Æ÷ÇÔ)
   ========================================================================== */
.start-list-banner.container {
    background-color: #dbe9ff; 
    height: 280px; 
    width: 1116px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    border-radius: 16px;
}

.start-list-banner .left-wrap {
    display: flex; 
    flex-direction: column; 
    width: 240px; 
    z-index: 2; 
    position: relative;
    box-sizing: border-box;
    gap: 10px;
}

.start-list-banner .left-wrap .badge-container {
    position: relative;
}

.start-list-banner .left-wrap .badge-container .badge {
    position: relative; 
    display: inline-block; 
    font-size: 14px; 
    background-color: #b9d2fa; 
    color: #4a7fd6; 
    border-radius: 999px; 
    padding: 4px; 
    width: 200px; 
    font-weight: 600; 
    text-align: center; 
    left: -40px; 
    top : 16px;
}

.start-list-banner .left-wrap .title {
    font-size: 30px;
    line-height: 1.4; 
    text-align: left; 
    font-weight: 600; 
    margin-bottom: 0;
}

.start-list-banner .left-wrap .description {
    text-align: left; 
    font-size: 16px; 
    line-height: 1.4; 
    margin-bottom: 0; 
    z-index: 2;
}

.start-list-banner .bg-image {
    position: absolute; 
    left: 220px; 
    top: 80px; 
    width: 160px; 
    height: 160px; 
    transform: rotate(10deg);
    background-image: url('/images/calendar/start_calendar.png'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center; 
    pointer-events: none;
    z-index: 1;
}

.action-btn {
    width: 80%;
    border: none;
    border-radius: 10px;
    padding: 12px;
    font-size: 14px;
    height: 36px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.2s;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("/mobile/images/main/arrow_right.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 12px;
}

.action-btn:active {
    opacity: 0.9;
}

.btn-blue { background-color: #162a45; }

.start-list-banner .card-container{
    width: 630px; 
    /* background-color: aquamarine; */
    height: 100%; 
    z-index: 2; 
    display: flex; 
    padding : 20px; 
    box-sizing: border-box; 
    gap : 20px;
}

/* ==========================================================================
   Ä«µå ¾ÆÀÌÅÛ ±âº» ½ºÅ¸ÀÏ ¹× ±×¸²ÀÚ/Hover È¿°ú Ãß°¡
   ========================================================================== */
.start-list-banner .card-item {
    display: block;        /* inline(aÅÂ±× ±âº»°ª) ±¸Á¶¸¦ ºí·ÏÀ¸·Î º¯°æ */
    text-decoration: none; /* ¸µÅ© ¹ØÁÙ Á¦°Å */
    color: inherit;        /* ºÎ¸ð ±ÛÀÚ»ö »ó¼Ó (ÅØ½ºÆ® »ö»ó º¯ÇÏÁö ¾Ê°Ô) */
    background-color: #fff; 
    border-radius: 8px; 
    flex: 1;

    /* [Ãß°¡] ÃÊ±â ±×¸²ÀÚ ½ºÅ¸ÀÏ ¹× ºÎµå·¯¿î ¾Ö´Ï¸ÞÀÌ¼Ç ¼³Á¤ */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* ÀºÀºÇÏ°í ºÎµå·¯¿î ±×¸²ÀÚ */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* º¯°æ ½Ã 0.3ÃÊ°£ ºÎµå·´°Ô ÀÛµ¿ */
}

/* [Ãß°¡] ¸¶¿ì½º¸¦ ¿Ã·ÈÀ» ¶§(Hover) È¿°ú */
.start-list-banner .card-item:hover {
    transform: translateY(-6px); /* À§·Î 6px¸¸Å­ »ìÂ¦ ¶ç¿ò */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); /* Ä«µå°¡ ¶ß¸é¼­ ±×¸²ÀÚµµ ´õ ³Ð°í ÁøÇØÁü */
}

/* ==========================================================================
   HTML ÀÎ¶óÀÎ ½ºÅ¸ÀÏÀ» CSS Å¬·¡½º·Î ÀüÈ¯ ¹× ¹Ý¿µ
   ========================================================================== */

/* Ä«µå ÀÌ¹ÌÁö °¨½Î´Â ¿µ¿ª ±¸¹® */
.start-list-banner .card-image-wrap {
    width: 100%; 
    position: relative;
}

/* Ä«µå ÀÌ¹ÌÁö ¼Ó¼º */
.start-list-banner .card-img {
    border-radius: 8px 8px 0 0; 
    width: 100%; 
    aspect-ratio: 1.15;
    display: block; /* ÇÏ´Ü ¹Ì¼¼ °ø¹é Á¦°Å¿ë */
}

/* Ãâ¹ßÈ®Á¤ ¹îÁö¿Í Âò(ÇÏÆ®) ¾ÆÀÌÄÜ ÄÁÅ×ÀÌ³Ê */
.start-list-banner .card-badge-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
}

/* Ãâ¹ßÈ®Á¤ ¹îÁö ½ºÅ¸ÀÏ */
.start-list-banner .status-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #d2042d;
    background: #ffe6eb;
    border-radius: 4px;
    padding: 4px 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); 
    line-height: 1;
    font-size: 12px; /* ±âº» ÆùÆ® »çÀÌÁî Ãß°¡ */
    font-weight: bold;
}

/* ¹îÁö ³»ºÎ ³¯Â¥ ÅØ½ºÆ® */
.start-list-banner .date-text {
    font-size: 10px;
}

/* ÇÏÆ® ¾ÆÀÌÄÜ ½ºÅ¸ÀÏ */
.start-list-banner .wish-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); 
    width: 28px;
    height: 28px;
    color: red;
    background: white;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1;
    opacity: 0.8;
}

/* Ä«µå ÅØ½ºÆ® Á¤º¸ ÄÁÅ×ÀÌ³Ê */
.start-list-banner .card-info-wrap {
    display: flex; 
    flex-direction: column; 
    align-items: center;
    padding: 8px; /* ÅØ½ºÆ® °ø°£ È®º¸¸¦ À§ÇÑ ÆÐµù Ãß°¡ ÃßÃµ */
    box-sizing: border-box;
}

/* ¼­ºê Å¸ÀÌÆ²: 1ÁÙ Á¦ÇÑ ÈÄ ... Ã³¸® */
.start-list-banner .sub-title {
    color: grey; 
    font-size: 10px;
    
    /* [Ãß°¡] ¸»ÁÙÀÓ ¹× 1ÁÙ Á¦ÇÑ ¼³Á¤ */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    
    /* ³ôÀÌ ±ÕÇüÀ» À§ÇÑ ¼³Á¤ (¼±ÅÃ»çÇ×) */
    line-height: 1.2;
    height: 1.2em; 
    margin-bottom: 4px;
}

/* ¸ÞÀÎ »óÇ°¸í Á¦¸ñ: 2ÁÙ Á¦ÇÑ ÈÄ ... Ã³¸® */
.start-list-banner .main-title {
    font-size: 11px; 
    line-height: 1.2; 
    font-weight: 600;
    text-align: center;
    margin: 0;

    /* [Ãß°¡] ¸»ÁÙÀÓ ¹× 2ÁÙ Á¦ÇÑ ¼³Á¤ */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    
    /* line-height(1.2) * 2ÁÙ = 2.4em °íÁ¤À¸·Î Ä«µåÀÇ ³ôÀÌ ¹ë·±½º À¯Áö */
    height: 2.4em; 
}

/* °¡°Ý °¨½Î´Â ¿µ¿ª */
.start-list-banner .price-wrap {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 14px;
}

/* °¡°Ý ¼ýÀÚ °­Á¶ */
.start-list-banner .price-num {
    color: #d2042d; 
    font-size: 16px; /* Ã¹ ¹øÂ° Ä«µå ±âÁØ 18px·Î ÅëÀÏ (¿øÇÏ½Ã¸é 20px º¯°æ °¡´É) */
    font-weight: bold;
}