/* BASIC css start */
/*È¸¿øµî±Þ*/
/* ±âº» ½ºÅ¸ÀÏ */
body { margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #0f2b02; color: #ffffff; line-height: 1.6;}
.container { max-width: 1200px; margin: 0 auto; padding: 10px;}

/* Á¦¸ñ ½ºÅ¸ÀÏ */
h1 { color: #76ac0a;}

/* Å×ÀÌºí ½ºÅ¸ÀÏ */
.membership-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  background-color: #0f2b02;
  border-radius: 8px;
  overflow: hidden;
}

.membership-table thead {
  background-color: #76ac0a; /*½ÃÆ® Å¸ÀÌÆ² ¹è°æ*/
}

.membership-table th,
.membership-table td {
  padding: 15px;
  text-align: center; /*½ÃÆ®¾È ÅØ½ºÆ® Áß¾ÓÁ¤·Ä*/
  border: 1px solid #333;
}

.membership-table th {
  font-weight:
  color: #ffffff;
}

.membership-table tbody tr:nth-child(odd) {
  background-color: #76ac0a; /*½ÃÆ® ¹è°æ*/
}

.membership-table tbody tr:nth-child(even) {
  background-color: #76ac0a; /*½ÃÆ® ¹è°æ*/
}



/* °øÅë ½ºÅ¸ÀÏ */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #000000; /*ÀüÃ¼¹è°æ*/
  color: #ffffff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

/* »ó½Ã ÀÌº¥Æ® ½ºÅ¸ÀÏ */
.event-section .event-title {
  color: #76ac0a;
  margin-bottom: 20px;
}

.event-card-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.event-card {
  background-color: #0f2b02;
  border: 1px solid #000000;/*»ó½ÃÀÌº¥Æ® Ä«µå Å×µÎ¸®*/
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.event-card h2 {
  font-size: 1.2em;
  color: #ffffff;
}

.event-card span {
  color: #76ac0a;
  font-weight: bold;
}

/* »ç¿ë ±âÁØ ½ºÅ¸ÀÏ */
.criteria-section .criteria-title {
  color: #76ac0a;
  margin-bottom: 20px;
}

.criteria-card-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.criteria-card {
  background-color: #0f2b02;
  border: 1px solid #000000;/*»ç¿ë±âÁØ Ä«µå Å×µÎ¸®*/
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.criteria-card h2 {
  font-size: 1.4em;
  color: #ffffff;
}

.criteria-card span {
  color: #76ac0a;
  font-weight: bold;
}

.criteria-cta {
  text-align: center;
  margin-top: 20px;
}

.criteria-cta p {
  font-size: 1.0em;
}


/*È¸¿ø°¡ÀÔ¹öÆ°*/
.criteria-button {
  background-color: #76ac0a;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  cursor: pointer;}
.criteria-button:hover {
  background-color: #5a8c08;}
/* BASIC css end */

