body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
}
/*
header, footer {

    background-color: #f1f1f1;
    text-align: center;
    padding: 10px 0;
}
*/
header{
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px 0;
}
.body-content {
    margin: 20px 0;
}
.content {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #e7e7e7;
    border-radius: 5px;
    border-radius: 5px;
	text-align: center; /* °¡¿îµ¥ Á¤·Ä */
}
 .content input[type="text"] {
    width: 80%; /* ÀÎÇ² ¹Ú½ºÀÇ ³Êºñ */
    padding: 10px; /* ÀÎÇ² ¹Ú½º ³»ºÎ ÆÐµù */
    margin: 10px 0; /* »óÇÏ ¸¶Áø */
    font-size: 16px; /* ÆùÆ® Å©±â */
    border: 1px solid #ddd;
    border-radius: 5px;
}
.content button {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    background-color: #4c4faf;
    color: white;
    cursor: pointer;
}

.content button:hover {
    background-color: #45a049;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
th {
    background-color: #4c4faf;
    color: white;    
}
th.title{
    width: 30%;
}
.quick-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.quick-button {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    background-color: #4c4faf;
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
}

/* ¹è³Ê ¿µ¿ª ½ºÅ¸ÀÏ */    
#banner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
    padding: 15px;
    background-color: #e7e7e7;
    border-radius: 5px;
}
#banner-container h2 {
    text-align: center; /* °¡¿îµ¥ Á¤·Ä */
    width: 100%; /* ÀüÃ¼ ³Êºñ »ç¿ë */
    margin-top: 0;
    margin-bottom: 20px; /* Á¦¸ñ°ú ¹è³Ê »çÀÌÀÇ °£°Ý */
}

.banner {
    flex: 0 0 calc(30% - 10px); /* ³Êºñ Á¶Á¤ */
    margin: 5px; /* ¸¶Áø Á¶Á¤ */
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
.banner img {
    width: 100px; /* ÀÌ¹ÌÁö Å©±â Á¶Á¤ */
    height: 100px; /* ÀÌ¹ÌÁö Å©±â Á¶Á¤ */
    border-radius: 5px;
    margin-right: 10px;
}
.banner-text {
    flex-grow: 1;
}
.banner-text h3 {
    margin: 0 0 5px 0; /* ¾÷Ã¼¸í À§¾Æ·¡ ¿©¹é Á¶Á¤ */
    font-size: 1.2em;
}
.banner-text p {
    margin: 0;
    font-size: 1em;
}
.content select, .content button {
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.content button {
    cursor: pointer;
    background-color: #4c4faf;
    color: white;
}
.circle-container {
     /*display: none;*/ /* ÃÊ±â¿¡´Â ¼û°ÜÁ® ÀÖÀ½ */
     text-align: center;
     margin-top: 20px;
 }

 .circle {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 5px;
	background-color: #4c4faf;
	border-radius: 50%; /* ¿ø ¸ð¾ç */
	line-height: 40px; /* ¼¼·Î Á¤·ÄÀ» À§ÇØ ³ôÀÌ¿Í µ¿ÀÏÇÏ°Ô ¼³Á¤ */
	text-align: center; /* °¡·Î Á¤·ÄÀ» À§ÇØ Áß¾Ó Á¤·Ä */
	vertical-align: middle; /* inline-block ¿ä¼ÒÀÇ ¼öÁ÷ Á¤·Ä */
	font-weight:900;
	color: white; /* ÅØ½ºÆ® »ö»ó (¼±ÅÃ »çÇ×) */
	font-size: 15px; /* ÅØ½ºÆ® Å©±â (¼±ÅÃ »çÇ×) */
 }
 .circle_0 {background-color: #FAFAFA; color: #000000;}
 .circle_1_10 {background-color: #fbc400; color: #ffffff;}
 .circle_11_20 {background-color: #69c8f2; color: #ffffff;}
 .circle_21_30 {background-color: #ff7272; color: #ffffff;}
 .circle_31_40 {background-color: #aaa; color: #ffffff;}
 .circle_41_45 {background-color: #b0d840; color: #ffffff;}
 
 ul.list_text_common {
    list-style-type: none; /* ±âº» ¸¶Ä¿ ¼û±è */
    padding-left: 0; /* ¿ÞÂÊ ÆÐµù Á¦°Å */
}

td.circle_area{ 	text-align: center;
    		vertical-align: middle;
}
/* ÆäÀÌÂ¡ ½ºÅ¸ÀÏ */
.pagination {
    display: inline-block;
    margin-top: 20px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd; /* Å×µÎ¸® */
    margin: 0 4px; /* °£°Ý */
}

.pagination a.active {
    background-color: #4c4faf;
    color: white;
    border: 1px solid #4c4faf;
}

.pagination a:hover:not(.active) {background-color: #ddd;}



