html {
  font-size: 16px;
}



h1 {
  font-size: 1.5rem;
  margin-bottom: 20px;
 

}


table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 30px;

  font-size: 1rem;
}


th {
  background-color: #f0f0f0;
  text-align: center;
  border: none;
  border-top: 3px solid #ddd;
  padding: 0.5rem;
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
}


td {


  padding: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
}


td.option-items {
  vertical-align: top;
}


tbody tr:first-child td {
  border-top: none;
}





.main-items {
  white-space: pre-line;
  font-size: 0.94rem;
}


.option-items {
  white-space: pre-line;
  font-size: 1rem;
}
.model-list {
  display: block;
}
.section-title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 1.25rem;
 max-width: 1200px;
  margin: 20px auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.section-sub{
 max-width: 1200px;
 padding: 0 16px;
}
 .option-table {
  margin-top:30px;

  }



/* ¹ÝÀÀÇü ÆùÆ® Å©±â */
@media (max-width: 1200px) {
  html {
    font-size: 14px;
  }
 table {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}

  

@media (max-width: 900px) {
  html {
    font-size: 12px;
  }
 .g35-row td {
  height: 450px !important;
  }
  td.g35-row {
   height: 450px !important;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 10px;

  }
 
table {
    font-size: 0.9rem;
  }
  td, th {
    padding: 0.4rem;
  }




  /* ¸ð¹ÙÀÏ¿ë ºí·ÏÇü Å×ÀÌºí º¯È¯ »èÁ¦ÇÏ¿© rowspan À¯Áö */
  /*
  table, thead, tbody, th, td, tr {
    display: block;
    width: 100%;
  }


  thead tr {
    display: none; 
  }


  tbody tr {
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    padding: 1rem;
    box-sizing: border-box;
    border-radius: 8px;
    background: #fafafa;
  }


  tbody td {
    border: none;
    padding: 0.5rem 0;
    position: relative;
    padding-left: 40%;
    text-align: left;
    font-size: 0.9rem;
    white-space: normal;
  }


  tbody td:nth-of-type(1)::before { content: "±¸ºÐ"; position: absolute; left: 10px; top: 0; font-weight: bold; }
  tbody td:nth-of-type(2)::before { content: "ÆÇ¸Å°¡°Ý"; position: absolute; left: 10px; top: 0; font-weight: bold; }
  tbody td:nth-of-type(3)::before { content: "ÁÖ¿ä ±âº» Ç°¸ñ"; position: absolute; left: 10px; top: 0; font-weight: bold; }
  tbody td:nth-of-type(4)::before { content: "¼±ÅÃÇ°¸ñ"; position: absolute; left: 10px; top: 0; font-weight: bold; }
  */
}

 

@media (max-width: 400px) {
  html {
    font-size: 8px;
  }
}