
/* ================== media queries ================= */

@media (max-width: 1399.98px) {
    table.dataTable > thead > tr > th:not(.sorting_disabled),
    table.dataTable > thead > tr > td:not(.sorting_disabled) {
        padding-right: 30px;
    }

    table.dataTable > thead .sorting:before {
        bottom: 0;
        right: 10px;
    }

    table.dataTable > thead .sorting:after {
        bottom: 0;
        right: 20px;
    }
}


@media (max-width: 768px) {
    .stock-header form {
        width: calc(100% - 110px);
    }

        .stock-header form input {
            width: calc(100% - 112px);
        }

    .site-footer {
        padding: 30px 15px;
    }

    /* ¼¼·ÎÁÙ(|) Á¦°ÅÇÏ°í ÇÑ Ç×¸ñÀÌ ÇÑ ÁÙÀ» ´Ù Â÷ÁöÇÏµµ·Ï º¯°æ */
    .info-item {
        display: block;
        margin-right: 0;
        margin-bottom: 4px;
    }

        .info-item:not(:last-child)::after {
            display: none; /*¸ð¹ÙÀÏ¿¡¼­´Â ±¸ºÐ¼± ¼û±è */
        }

    .company-details {
        margin-bottom: 15px;
    }
    /*¸µÅ©¿Í ÀúÀÛ±ÇÀ» ¼¼·Î·Î ¹èÄ¡ */
    .footer-bottom-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* ?? Å×ºí¸´ ¹× ¸ð¹ÙÀÏ ¹ÝÀÀÇü Ã³¸® (768px ÀÌÇÏ) */
/*@media (max-width: 768px) {
    .site-footer {
        padding: 30px 15px;
    }*/
/* ¼¼·ÎÁÙ(|) Á¦°ÅÇÏ°í ÇÑ Ç×¸ñÀÌ ÇÑ ÁÙÀ» ´Ù Â÷ÁöÇÏµµ·Ï º¯°æ */
/*.info-item {
        display: block;
        margin-right: 0;
        margin-bottom: 4px;
    }

        .info-item:not(:last-child)::after {
            display: none;*/ /* ¸ð¹ÙÀÏ¿¡¼­´Â ±¸ºÐ¼± ¼û±è */
/*}

    .company-details {
        margin-bottom: 15px;
    }*/
/* ¸µÅ©¿Í ÀúÀÛ±ÇÀ» ¼¼·Î·Î ¹èÄ¡ */
/*.footer-bottom-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}*/
@media (min-width: 1200px) {
}


@media (min-width: 992px) and (max-width: 1199.98px) {
}


@media (min-width: 768px) and (max-width: 991.98px) {
}


@media (min-width: 576px) and (max-width: 767.98px) {
}


@media (max-width: 575.98px) {

    .mob-none {
        display: none;
    }
}


html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

/* ÀüÃ¼ È­¸éÀ» °¨½Î´Â ÄÁÅ×ÀÌ³Ê */
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* È­¸é ÀüÃ¼ ³ôÀÌ Â÷Áö */
}


.sector {
    cursor: pointer;
}

.callout {
}

.callout-info {
}

.callout-warning {
}

.callout-danger {
}


.contents {
    padding: 5px 0;
    overflow-x: hidden;
    flex: 1; /* ³²Àº ºó °ø°£À» ¸ðµÎ Ã¤¿ö ÇªÅÍ¸¦ ÇÏ´ÜÀ¸·Î ¹Ò */
}

.span-box {
    display: block;
    padding: 15px 30px;
    width: 100%;
    box-shadow: 0px 2px 10px rgba(184, 184, 184, 0.14);
    border-radius: 15px;
    background-color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
}

    .span-box span {
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        display: flex;
        align-items: center;
        color: #23263C;
        padding: 5px 0;
    }

    .span-box .c-red {
        color: #FF4141;
    }

    .span-box .c-blue {
        color: #237BFF;
    }

#plusDan thead th {
    background-color: #FF4141;
    padding: 0;
    line-height: 56px;
    color: #ffffff;
}

#jmCrt {
    display: flex;
}

#minusDan thead th {
    background-color: #237BFF;
    padding: 0;
    line-height: 56px;
    color: #ffffff;
}

/* table */
.table {
    text-align: center;
    box-sizing: border-box;
}

    .table thead th {
        text-align: center;
        box-sizing: border-box;
    }


.stmtable {
    text-align: center;
    box-sizing: border-box;
}

    .stmtable thead th {
        background-color: #23263C;
        padding: 1;
        color: #ffffff;
        line-height: 26px;
        min-width: 95px;
    }

        .stmtable thead th span {
            color: #ffffff;
            font-size: 14px;
            font-weight: 500;
        }

    .stmtable tbody td {
        border-bottom: 1px solid rgba(35, 38, 60, 0.19);
        padding: 5px 4px;
        min-width: 95px;
    }

.die {
    background-color: #C0C0C0;
}

.alive {
    background-color: #ffffff;
}


.data-tit {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #23263C;
    text-align: center;
}

.G_Major {
    background-color: #FF4500;
}

.G_Minor {
    background-color: #FFA500;
}

.G_Other {
    background-color: #FFFFFF;
}

.G_Leave {
    background-color: #DCDCDC;
}


.data-desc span {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.c-blue {
    color: #237BFF;
}

.c-red {
    color: #FF4141;
}


/* data table */
.dataTables_length {
    display: none;
}

.dataTables_filter {
    display: none;
}

.dataTables_info {
    display: none;
}

.dataTables_paginate {
    display: none;
}

table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-right: 0;
}

table.dataTable > thead .sorting:before {
    bottom: 0;
    right: calc(50% - 70px);
}

table.dataTable > thead .sorting:after {
    bottom: 0;
    right: calc(50% - 60px);
}

/* ±âº» ½ºÅ¸ÀÏ ÃÊ±âÈ­ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.site-footer {
    background-color: #1f2329;
    color: #9aa1a9;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 13px;
    line-height: 1.8;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* »ç¾÷ÀÚ Á¤º¸ ÁÙ ¹Ù²Þ ¹× Á¤·Ä */
.company-details {
    margin-bottom: 8px;
}

.info-item {
    display: inline-block;
    margin-right: 12px;
    position: relative;
}

    /* µ¥½ºÅ©Åé È­¸é¿¡¼­ Ç×¸ñ »çÀÌ ¼¼·ÎÁÙ(|) ³Ö±â */
    .info-item:not(:last-child)::after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 10px;
        background-color: #4a505a;
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%);
    }

    .info-item b {
        color: #cbd5e1;
        font-weight: 500;
    }

    .info-item a {
        color: #9aa1a9;
        text-decoration: none;
    }

/* ÇÏ´Ü ¸µÅ© ¹× ÀúÀÛ±Ç ¿µ¿ª */
.footer-bottom-section {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #2e353f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.policy-links a {
    color: #9aa1a9;
    text-decoration: none;
    margin-right: 20px;
}

    .policy-links a strong {
        color: #ffffff; /* °³ÀÎÁ¤º¸Ã³¸®¹æÄ§ °­Á¶ */
    }

.copyright {
    color: #64748b;
}

.kakao-btn-container {
    display: flex;
    justify-content: center; /* °¡¿îµ¥ Á¤·Ä */
    gap: 20px; /* ¹öÆ° °£°Ý */
    margin-top: 30px;
    margin-bottom: 30px;
}

.kakao-custom-btn {
    background-color: #fee500; /* Ä«Ä«¿ÀÅå ³ë¶õ»ö */
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    width: 300px; /* ¹öÆ° Æø °íÁ¤ */
    height: 60px; /* ¹öÆ° ³ôÀÌ °íÁ¤ */
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; /* ÅØ½ºÆ®+¾ÆÀÌÄÜ °¡¿îµ¥ Á¤·Ä */
    gap: 10px; /* ¾ÆÀÌÄÜ°ú ÅØ½ºÆ® °£°Ý */
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
}

    .kakao-custom-btn:hover {
        transform: scale(1.05);
    }

.kakao-icon {
    width: 24px;
}
/* ³×ÀÌ¹ö ½ºÅ¸ÀÏ ¹öÆ° */
.naver-custom-btn {
    background-color: #03c75a; /* ³×ÀÌ¹ö ³ì»ö */
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 300px;
    height: 60px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

    .naver-custom-btn:hover {
        background-color: #02a94d; /* hover ½Ã Á¶±Ý ´õ ÁøÇÑ ³ì»ö */
        transform: scale(1.05);
    }
    