@charset "EUC-KR";
.wrap-container {
    width: 100% !important;
    margin: auto !important;
    /* height: calc(100% - 60px) !important; */
    /* height: calc(100% - 50px) !important; */
    height:calc(100% - 62px) !important;
    overflow-y: scroll;   
    border: none !important;
}

.page_content{
	padding:20px 0px 0px 20px !important;
	height: 100%;
}

p.page_name {
    font-weight: bold;
    font-size: 19px;
}

table {
	border:none !important;
}


/* theadÀÇ tr ½ºÅ¸ÀÏ */
table thead tr {
  background-color: #484848 !important;
  color: #ffffff;
} 

table thead tr th{
	border-top: 0px !important; 
}
/* theadÀÇ trÀÇ Ã¹ ¹øÂ° ¼¿¿¡¸¸ ¶ó¿îµå Ãß°¡ */
table thead tr th:first-of-type {
  border-top-left-radius: 8px; /* ÁÂ»ó´Ü ¶ó¿îµå */
  /* border:0px !important; */
  border-left: 0px !important; 
}

/* theadÀÇ trÀÇ ¸¶Áö¸· ¼¿¿¡¸¸ ¶ó¿îµå Ãß°¡ */ 
table thead tr th:last-of-type {
  border-top-right-radius: 8px; /* ¿ì»ó´Ü ¶ó¿îµå */
  /* border:0px !important; */
  border-right: 0px !important;
}
 
/* theadÀÇ ¸ðµç th¿¡ ´ëÇØ °¡¿îµ¥ Á¤·Ä */
table thead th {
  text-align: center !important; 
  padding: 8px;
} 

th {
    background-color: unset !important; 
}

select,
input[type="text"],
button {
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}