html {
    /* height: 100% Ãß°¡ (±âÁ¸ min-height¿Í ÇÔ²²) */
    height: 100%; /* È­¸é ³ôÀÌ¸¦ È®½ÇÈ÷ 100%·Î ¸¸µì´Ï´Ù. */
    min-height: 100%;
    font-size: 14px;
    position: relative;
}

.header1-fixed-height {
    height: 20px;
}
.header2-fixed-height {
    height: 18px;
}
.header3-fixed-height {
    height: 13px;
}

html, body {
    overflow: hidden;
    height: 100%;
    margin: 0;
    overflow-y: auto;
}

body {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important; /* ºäÆ÷Æ® ³ôÀÌ ÀüÃ¼¸¦ Â÷ÁöÇÏµµ·Ï ¼³Á¤ */
    margin: 0 !important; /* bodyÀÇ ±âº» ¸¶ÁøÀ» Á¦°Å */
    padding-top: 60px !important;
}

.main-view-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-list-area {
    /* 9/12 = 75% ³Êºñ ÁöÁ¤ */
    width: 75%;
    /*float: left;*/ /* ¿·À¸·Î ³ª¶õÈ÷ ¹èÄ¡ */
}

main {
    flex-grow: 1; /* Main ÄÜÅÙÃ÷°¡ ³²Àº ¸ðµç ¼öÁ÷ °ø°£À» Ã¤¿ó´Ï´Ù. */
    /* ±âÁ¸ pb-3 Å¬·¡½º°¡ main¿¡ ÀÖ´Ù¸é À¯ÁöÇÕ´Ï´Ù. */
}
.main-list-area dd {
    margin-left: 15px;
    padding-left: 0;
}

.sidebar-ad-area {
    /* 3/12 = 25% ³Êºñ ÁöÁ¤ */
    width: 25%;
    /*float: left;*/ /* ¿·À¸·Î ³ª¶õÈ÷ ¹èÄ¡ */
}

.footer {
    position: static;
    bottom: auto;
    height: auto; /* °íÁ¤ ³ôÀÌ ´ë½Å ÄÜÅÙÃ÷ Å©±â¿¡ ¸Â°Ô */
    flex-shrink: 0; /* MainÀÌ È®ÀåµÉ ¶§ Footer´Â ÁÙ¾îµéÁö ¾Êµµ·Ï °íÁ¤ */
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px; /* ±âÁ¸ 10px À¯Áö */
    padding-right: 2px;
    line-height: 1.2 !important;
    font-size: 1rem;
    width: 100%;
}

/* ÇªÅÍ ³»ºÎ ÄÁÅ×ÀÌ³ÊÀÇ ÆÐµùµµ ÇÔ²² Á¦°Å */
.footer .container {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

/* 4. ¸µÅ©¿¡ ÀÇÇÑ ºÒÇÊ¿äÇÑ ¿©¹éµµ ÃÖ¼ÒÈ­ */
.footer a {
    line-height: 1.2 !important;
}

@media (max-width: 900px) {
    /* 2-1. »çÀÌµå¹Ù ¼û±è */
    .sidebar-ad-area {
        display: none !important;
    }

    /* 2-2. ¸ÞÀÎ ÄÜÅÙÃ÷ ¿µ¿ªÀ» 100%·Î È®Àå */
    .main-list-area {
        width: 100% !important; /* 100%·Î È®Àå */
        float: none !important; /* float ¼Ó¼º ÇØÁ¦ */
    }
}
@media (min-width: 768px) {
    h1 {
        font-size: 1.8rem !important; /* h1Àº ´õ Å©°Ô */
        margin-bottom: 8px !important;
    }

    h2 {
        font-size: 1.4rem !important; /* h2´Â Áß°£ Å©±â */
        margin-bottom: 5px !important;
    }

    h3 {
        font-size: 1.2rem !important; /* h3Àº ÀÛ°Ô */
        margin-bottom: 3px !important;
    }
}
@media (max-width: 575.98px) {
    /* ¸ð¹ÙÀÏ¿¡¼­¸¸ Àû¿ëµÇ´Â CSS */
    .navbar .container-fluid {
        /* Å¸ÀÌÆ², ¾ÆÀÌÄÜ, ÇÜ¹ö°Å ¸Þ´º°¡ Àß Á¤·ÄµÇµµ·Ï Flexbox »ç¿ë */
        display: flex;
        align-items: center;
        justify-content: space-between; /* ¾çÂÊ ³¡ Á¤·Ä */
    }
}

/* ÇÜ¹ö°Å ¸Þ´º ¹öÆ° ÀüÃ¼ÀÇ Å©±â¸¦ 80%·Î Ãà¼Ò */
.navbar-toggler {
    transform: scale(0.7); /* 80% Å©±â·Î Ãà¼Ò */
    padding: 0.25rem 0.5rem; /* ¹öÆ° ÁÖº¯ÀÇ ÆÐµùÀ» ÁÙ¿©¼­ Å©±â Á¶Àý */
}

.navbar-brand {
    /* ºÎÆ®½ºÆ®·¦ ±âº»°ªº¸´Ù ÀÛÀº °ªÀ¸·Î »óÇÏ ÆÐµù(¿©¹é)À» Á¶Àý */
    padding-top: 0.1rem; /* »ó´Ü ¿©¹éÀ» ÁÙÀÓ */
    padding-bottom: 0.1rem; /* ÇÏ´Ü ¿©¹éÀ» ÁÙÀÓ */
    font-size: 1rem; /* ÇÊ¿äÇÏ´Ù¸é ±ÛÀÚ Å©±âµµ Á¶±Ý ÁÙÀÏ ¼ö ÀÖ½À´Ï´Ù. */
}

.navbar {
    min-height: 30px; /* ³×ºñ°ÔÀÌ¼Ç ¹ÙÀÇ ÃÖ¼Ò ³ôÀÌ¸¦ ¼³Á¤ */
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/* btn-sm Å¬·¡½ºÀÇ ³ôÀÌ¿Í ÆÐµùÀ» ´õ ÀÛ°Ô ÀçÁ¤ÀÇ */
.btn-sm {
    padding: 0.1rem 0.3rem !important; /* »óÇÏÁÂ¿ì ÆÐµùÀ» ÁÙ¿© ¹öÆ° Å©±â¸¦ ÁÙÀÓ */
    min-height: 24px !important; /* ¹öÆ°ÀÇ ÃÖ¼Ò ³ôÀÌ¸¦ °­Á¦ ÁöÁ¤ÇÏ¿© Á¤·Ä */
    line-height: 1 !important; /* ¹öÆ° ³»ºÎ ÅØ½ºÆ® ¹× ¾ÆÀÌÄÜÀÇ ³ôÀÌ¸¦ Á¶Àý */
}

/* btn-sm Å¬·¡½º ¾È¿¡ ÀÖ´Â Material Symbols ¾ÆÀÌÄÜ Å©±â¸¦ Á¶Á¤ */
.btn-sm .material-symbols-outlined {
    font-size: 16px !important; /* ¿øÇÏ´Â Å©±â·Î º¯°æ (±âº» 24px) */
    line-height: 1.2; /* ¾ÆÀÌÄÜ°ú ¹öÆ° Å©±â¸¦ ¸ÂÃß±â À§ÇØ ÁÙ ³ôÀÌ Á¶Á¤ */
}

/* btn-sm ¾È¿¡ ÀÖ´Â Bootstrap ¾ÆÀÌÄÜ Å©±â¸¦ °­Á¦·Î Á¶Á¤ */
.btn-sm i.bi {
    font-size: 12px !important; /* ¿øÇÏ´Â Å©±â (¿¹: 16px) */
    line-height: 1; /* ¼öÁ÷ Á¤·ÄÀ» µ½±â À§ÇØ Ãß°¡ */
}

/* ¹öÆ°À» ¾Õ ¿ä¼Ò¿¡ 1px °ãÄ¡°Ô ÇÏ¿© Å×µÎ¸® °£°ÝÀ» Á¦°ÅÇÕ´Ï´Ù. */
.btn-join-left {
    margin-left: -1px !important;
}

/* °Ë»ö ÀÔ·Â¶õ°ú ¹öÆ° ±×·ì ÀüÃ¼ÀÇ ³Êºñ¸¦ ÇÈ¼¿·Î °íÁ¤ */
.search-group-width {
    width: 120px !important; /* ¿øÇÏ´Â ³Êºñ(¿¹: 300px)·Î º¯°æ */
}

/* ÆäÀÌÁö Å©±â µå·Ó´Ù¿î ¸®½ºÆ®¸¸ Å¸°ÙÆÃÇÏ¿© ³ôÀÌ¸¦ °­Á¦ Á¶Á¤ */
#pageSizeSelect {
    /* ³ôÀÌ¸¦ ÆäÀÌÁö³×ÀÌ¼Ç ¹öÆ°°ú ºñ½ÁÇÏ°Ô ¸ÂÃä´Ï´Ù. (¾à 30px) */
    height: 20px !important;
    /*width: 60px !important;*/
    /* »óÇÏ ÆÐµùÀ» ÁÙ¿©¼­ ³ôÀÌ¸¦ ´õ ³·Ãä´Ï´Ù. */
    padding-top: 0px !important; /*0.2rem !important;*/
    padding-bottom: 0px !important; /*0.2rem !important;*/
    /* ÆùÆ® Å©±â°¡ Ä¿¼­ ³ôÀÌ°¡ ´Ã¾î³ª´Â °ÍÀ» ¹æÁö (ÀÌ¹Ì btn-smÀÌ ÀÛ´Ù¸é µ¤¾î¾²Áö ¾Ê¾Æµµ µÊ) */
    font-size: 12px !important; /* BootstrapÀÇ btn-sm ¶Ç´Â pagination-smÀÇ ±âº» ÆùÆ® Å©±â */
    line-height: 1; /* ¼öÁ÷ Á¤·ÄÀ» µ½±â À§ÇØ Ãß°¡ */
    margin: 0 !important;
    margin-right: -1px !important;
}

/* ÆäÀÌÁö ¸µÅ©(¹öÆ° ³»ºÎ)µµ ³Êºñ¿Í ³ôÀÌ¸¦ ºÎ¸ð¿Í ÀÏÄ¡½ÃÅµ´Ï´Ù. */
.pagination-sm .page-link {
    width: 100%;
    height: 100%;
    text-align: center; /* ¹øÈ£¸¦ Áß¾Ó¿¡ Á¤·Ä */
    padding-left: 0; /* ºÒÇÊ¿äÇÑ ÁÂ¿ì ÆÐµù Á¦°Å */
    padding-right: 0; /* ºÒÇÊ¿äÇÑ ÁÂ¿ì ÆÐµù Á¦°Å */
    font-size: 12px !important; /*0.85rem !important;*/ /* ÆùÆ® Å©±â¸¦ 0.8rem(¾à 12px)·Î ÀÛ°Ô °íÁ¤ */
    overflow: hidden; /* ÅØ½ºÆ®°¡ ¹öÆ°À» ³ÑÄ¥ °æ¿ì ¼û±è Ã³¸® */
    /*text-overflow: ellipsis;*/
}

/* ÆäÀÌÁö³×ÀÌ¼Ç Á¤º¸¿Í °ü·ÃµÈ ÅØ½ºÆ®ÀÇ ±½±â¸¦ ÀÏ¹Ý(normal)·Î °­Á¦ ¼³Á¤ */
.pagination-info-text {
    font-weight: bold !important; /*normal !important;*/
    font-size: 12px !important; /* ÆùÆ® Å©±â¸¦ 0.8rem(¾à 12px)·Î ÀÛ°Ô °íÁ¤ */
}

/* ÆäÀÌÁö³×ÀÌ¼Ç ¹öÆ° Ç×¸ñÀÇ ³Êºñ¿Í ³ôÀÌ¸¦ °íÁ¤ÇÕ´Ï´Ù. */
.pagination-sm .page-item {
    /* ³Êºñ °íÁ¤: ¿¹½Ã·Î 30px ¼³Á¤. ÇÊ¿ä¿¡ µû¶ó Á¶Á¤ÇÏ¼¼¿ä. */
    width: 22px !important;
    /* ÁÙ ¹Ù²ÞÀ» ¹æÁöÇÏ¿© ³Êºñ°¡ °­Á¦·Î ´Ã¾î³ª´Â °ÍÀ» ¸·½À´Ï´Ù. */
    white-space: nowrap;
}
.sort-link {
    color: #212529 !important; /* °ËÁ¤»ö ±Û¾¾ */
    font-weight: bold; /* ±Û¾¾¸¦ º¼µå·Î */
}

table {
    border-collapse: collapse;  /*¼¿ Å×µÎ¸®¸¦ ÇÏ³ª·Î ÇÕÄ§*/ 
    width: 100%;
}

td, th {
    /*border: 1px solid black;*/
    padding: 8px;
    line-height: 1;
}

.table td, .table th {
    /* ºÎÆ®½ºÆ®·¦ ±âº» ÆÐµù(º¸Åë 0.5rem)À» ´õ ÀÛÀº °ªÀ¸·Î ÀçÁ¤ÀÇÇÕ´Ï´Ù. */
    padding-top: 0.1rem;
    padding-bottom: 0.1rem; /* !important¸¦ »ç¿ëÇÏ¸é ºÎÆ®½ºÆ®·¦ ±âº»°ªÀ» È®½ÇÈ÷ µ¤¾î¾µ ¼ö ÀÖ½À´Ï´Ù. */
    padding: 0.3rem !important; /* (ÁÂ¿ì ÆÐµùµµ ÁÙÀÌ·Á¸é ÀÌ ÄÚµå¸¦ »ç¿ë) */
}

.column-CheckBox {
    font-size: 16px !important;
    width: 5px !important;
    height: 12px !important;
}

.column-NoHead.fixed-width-column {
    font-size: 16px !important;
    width: 20px !important;
    height: 12px !important;
}

.column-No.fixed-width-column {
    font-size: 14px !important;
    width: 20px !important;
    height: 12px !important;
}

.column-NameHead.fixed-width-column {
    font-size: 16px !important;
    width: 80px !important;
    height: 12px !important;
}

.column-Name.fixed-width-column {
    font-size: 14px !important;
    width: 80px !important;
    height: 12px !important;
}

.column-NumberHead.fixed-width-column {
    font-size: 16px !important;
    width: 120px !important;
    height: 12px !important;
}

.column-Number.fixed-width-column {
    font-size: 14px !important;
    width: 120px !important;
    height: 12px !important;
}

.column-AddressHead.fixed-width-column {
    font-size: 16px !important;
    width: 300px !important;
    height: 12px !important;
}

.column-Address.fixed-width-column {
    font-size: 12px !important;
    width: 300px !important;
    height: 12px !important;
}

.column-SocialHead.fixed-width-column {
    font-size: 16px !important;
    width: 20px !important;
    height: 12px !important;
}

.column-Social.fixed-width-column {
    font-size: 14px !important;
    width: 20px !important;
    height: 12px !important;
}

.column-Social a {
    text-decoration: none !important;
}

.column-Social i {
    text-decoration: none !important;
}

.column-DateTimeHead.fixed-width-column {
    font-size: 16px !important;
    width: 90px !important;
    height: 12px !important;
}

.column-DateTime.fixed-width-column {
    font-size: 14px !important;
    width: 90px !important;
    line-height: 1.2 !important;
}

.column-CommandHead.fixed-width-column {
    font-size: 16px !important;
    width: 20px !important;
    height: 12px !important;
}

.column-Command.fixed-width-column {
    font-size: 14px !important;
    width: 20px !important;
    height: 12px !important;
}
