<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: 180%;
  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: 180%;
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-right: none;
  padding: 6px 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: 6px 8px;
}


.f13 {
  font-family: "MS Sans Serif";
  font-size: 10pt;
  line-height: 180%;
  font-weight: bold;
}
.f8 {
  font-size: 10pt;
}

* {
  box-sizing: border-box;
}

table {
  width: 1200px;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0 auto;
  font-family: "±¼¸²", sans-serif;
}

/* »ó´Ü ¾È³» Å×ÀÌºí */
.headerTable td {
  background-color: #F2FFED;
  border: none;
}

/* µ¥ÀÌÅÍ Å×ÀÌºí */
.dataTable th {
  background-color: #FAEBD7;
}

/* ? µ¥ÀÌÅÍ Å×ÀÌºí 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;
}




.inner-table {
  width: 70px;
  border: none; !important;
  border-top: none; !important;
  border-bottom: none; !important;
  background-color: #FFFFFF;
  table-layout: fixed;
}

.section-gap {
  height: 30px;   /* ÁÙ °£°ÝÃ³·³ ¾ÈÁ¤Àû */
}
</style>
