/* BASIC css start */
/* 1. ¾È³» ¹Ú½º - ÀüÃ¼ÀûÀ¸·Î Å­Á÷ÇÏ°Ô */
.price-notice-container-big {
    margin-top: 20px;
    padding: 18px 25px; /* ¿©¹éÀ» ³Ë³ËÇÏ°Ô */
    background-color: #f8f8f8; /* ¾ÆÁÖ ¿¬ÇÑ È¸»ö */
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    position: relative;
}

.price-notice-text-big {
    font-size: 16px; /* ±ÛÀÚ Å©±â È®´ë (±âÁ¸ 13px) */
    color: #333;
    margin: 0;
    font-weight: 500;
    line-height: 1.6;
}

.info-icon-big {
    color: #4a90e2;
    font-size: 20px; /* ¾ÆÀÌÄÜ Å©±â È®´ë */
    font-weight: bold;
    margin-right: 8px;
    vertical-align: middle;
}

.btn-detail-link {
    color: #000;
    text-decoration: underline;
    margin-left: 10px;
    font-weight: bold;
    font-size: 15px;
}

/* ÆË¾÷Ã¢ - ÅØ½ºÆ® ¿ÞÂÊ Á¤·Ä Àû¿ë */
.price-detail-layer-big {
    display: none;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    width: 380px; /* ÆøÀ» Á¶±Ý ´õ ³Ð°Ô Àâ¾Æ ¿©À¯¸¦ Áá½À´Ï´Ù */
    background: #fff;
    border: 2px solid #333;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    z-index: 1000;
    border-radius: 8px;
    /* ÆË¾÷ ÀÚÃ¼ÀÇ ±âº» Á¤·ÄÀ» ¿ÞÂÊÀ¸·Î ¼³Á¤ */
    text-align: left !important; 
}

.popup-content-big {
    padding: 25px;
}

.popup-content-big h4 {
    font-size: 19px;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    text-align: left; /* Á¦¸ñµµ ¿ÞÂÊ Á¤·Ä */
    font-weight: bold;
}

.popup-text-area p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: left; /* º»¹® ¿ÞÂÊ Á¤·Ä */
}

.popup-text-area ul {
    margin: 15px 0;
    padding-left: 20px; /* ¸®½ºÆ® Á¡ÀÌ º¸ÀÏ ¼ö ÀÖ°Ô ¿©¹é È®º¸ */
    text-align: left; /* ¸®½ºÆ® ¿ÞÂÊ Á¤·Ä */
}

.popup-text-area ul li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #555;
    list-style-type: disc; /* ºÒ·¿ Æ÷ÀÎÆ® Ãß°¡ */
}

.close-popup-big {
    width: 100%;
    background: #333;
    color: #fff;
    border: none;
    padding: 12px 0;
    margin-top: 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    text-align: center; /* ¹öÆ° ±Û¾¾´Â °¡¿îµ¥°¡ ¿¹»µ¼­ À¯ÁöÇß½À´Ï´Ù */
}
/* BASIC css end */

