<style type="text/css">

/* ¸µÅ© ½ºÅ¸ÀÏ */
A:link, A:visited {
  COLOR: #0000CC;
  FONT-FAMILY: ±¼¸²;
  FONT-SIZE: 10pt;
  TEXT-DECORATION: none;
}
A:hover {
  COLOR: #3399ff;
  TEXT-DECORATION: underline;
}

/* ±âº» ÅØ½ºÆ® ½ºÅ¸ÀÏ */
td {
  font-size: 10pt;
  color: #222;
  line-height: 160%;
  background-color: #fff;
  text-align: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-right: none;
  padding: 5px 8px;
}

th {
  font-size: 10pt;
  color: #000;
  background-color: #e6e6fa;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-right: none;
  padding: 5px 8px;
}

th.sub-title {
  font-size: 10pt;
  color: #000;
  background-color: #E0FFFF;
  font-weight: bold;
  line-height: 180%;
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-right: none;
  padding: 5px 8px;
}

.f13 {
  font-family: "MS Sans Serif";
  font-size: 13pt;
  line-height: 180%;
  font-weight: bold;
}
.f8 {
  font-size: 8pt;
}

* {
  box-sizing: border-box;
}

table {
  width: 1200px;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0 auto;
  font-family: "±¼¸²", sans-serif;
}


.headerTable {
  width: 1200px;
}  
  
/* »ó´Ü ¾È³» Å×ÀÌºí */
.headerTable td {
  background-color: #FFF0F5;
  border: none;
  padding: 5px 8px;
}


.dataTable {
  width: 1200px;
} 


/* µ¥ÀÌÅÍ Å×ÀÌºí */
.dataTable th {
  background-color: #82F9B7;
padding: 5px 8px;
}

/* ? µ¥ÀÌÅÍ Å×ÀÌºí hover È¿°ú */
.dataTable tr:hover td {
  background-color: #FAFAA0 !important;  /* ºÎµå·¯¿î ÇÎÅ©Åæ */
  color: #000;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.dataTable td {
  padding: 5px 8px;
}

.dataTable1 {
  width: 1200px;
} 


/* µ¥ÀÌÅÍ Å×ÀÌºí */
.dataTable1 th {
  background-color: #FFD9E4;
  padding: 5px 8px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/* ? µ¥ÀÌÅÍ Å×ÀÌºí hover È¿°ú */
.dataTable1 tr:hover td {
  background-color: #FAFAA0 !important;  /* ºÎµå·¯¿î ÇÎÅ©Åæ */
  color: #000;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}


.dataTable1 td {
  padding: 5px 8px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}


.dataTable2 {
  width: 1200px;
} 


/* µ¥ÀÌÅÍ Å×ÀÌºí */
.dataTable2 th {
  background-color: #82F9B7;
  padding: 5px 8px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/* ? µ¥ÀÌÅÍ Å×ÀÌºí hover È¿°ú */
.dataTable2 tr:hover td {
  background-color: #FAFAA0 !important;  /* ºÎµå·¯¿î ÇÎÅ©Åæ */
  color: #000;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}


.dataTable2 td {
  padding: 5px 8px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}



.dataTable3 th {
  background-color: #FFD9E4;
  border-top: 1px solid #ccc; !important;
  border-bottom: 1px solid #ccc; !important;
  border-left: 1px solid #ccc; !important;
  border-right: 1px solid #ccc; !important;
  
 
}


.dataTable3 tr:hover td {
  background-color: #FAFAA0 !important;  /* ºÎµå·¯¿î ÇÎÅ©Åæ */
}
  
/* ? µ¥ÀÌÅÍ Å×ÀÌºí hover È¿°ú */
.dataTable3 td {
  background-color: #FFFFFF !important;  /* ºÎµå·¯¿î ÇÎÅ©Åæ */
  color: #00000;
  font-weight: 400;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  border-top: 1px solid #ccc; !important;
  border-bottom: 1px solid #ccc; !important;
  border-left: 1px solid #ccc; !important;
  border-right: 1px solid #ccc; !important;
  
 
  line-height: 2.5;
  
}


.dataTable4 th {
  background-color: #FFEBCD;
  border-top: 1px solid #ccc; !important;
  border-bottom: 1px solid #ccc; !important;
  border-left: 1px solid #ccc; !important;
  border-right: 1px solid #ccc; !important;
  
 
}


.dataTable4 tr:hover td {
  background-color: #FAFAA0 !important;  /* ºÎµå·¯¿î ÇÎÅ©Åæ */
}
  
/* ? µ¥ÀÌÅÍ Å×ÀÌºí hover È¿°ú */
.dataTable4 td {
  background-color: #FFFFFF !important;  /* ºÎµå·¯¿î ÇÎÅ©Åæ */
  color: #00000;
  font-weight: 400;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  border-top: 1px solid #ccc; !important;
  border-bottom: 1px solid #ccc; !important;
  border-left: 1px solid #ccc; !important;
  border-right: 1px solid #ccc; !important;
  
 
  line-height: 1.8; !important;
  
}


input[type="text"],
  textarea {
    font-family: "±¼¸²", sans-serif;
}

</style>
