/* BASIC css start */
/* »ó´Ü Á¤·Ä ¼³Á¤ */
.price-notice-container-big {
    margin: 20px auto;
    padding: 20px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-sizing: border-box !important;
    width: 100% !important;
    text-align: center; /* »ó´Ü ¿ä¼Ò °¡¿îµ¥ Á¤·Ä */
}

.info-icon-wrap { margin-bottom: 10px; }
.info-icon-big {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-color: #4a90e2;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
}

.price-notice-text-center {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 8px;
}

.btn-toggle-text {
    color: #666;
    text-decoration: underline;
    font-weight: bold;
    font-size: 13px;
}

/* »ó¼¼ ¹Ú½º µðÀÚÀÎ (ÀÌÀü ¹öÀü º¹±¸) */
.price-detail-expand {
    width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    text-align: left; /* ³»¿ëÀº ¿ÞÂÊ Á¤·Ä À¯Áö */
}

.expand-inner-box {
    padding: 15px !important; /* ¿©¹é 15px·Î º¹±¸ */
    background: #fff;
    border-radius: 6px;
    border: 1px solid #efefef;
    box-sizing: border-box !important;
}

.expand-inner-box h4 {
    font-size: 15px;
    color: #d32f2f;
    margin: 0 0 8px 0;
    font-weight: bold;
}

.expand-text-body p {
    font-size: 13px;
    color: #444;
    line-height: 1.5;
}

.expand-text-body ul {
    margin-top: 10px;
    padding-left: 20px;
}

.expand-text-body ul li {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
    list-style-type: disc;
}

/* ¸ð¹ÙÀÏ ´ëÀÀ */
@media screen and (max-width: 768px) {
    .price-notice-container-big {
        width: calc(100% - 10px) !important;
        margin: 15px 5px !important;
    }
}
/* BASIC css end */

