/*presentational styling*/

@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,700";

body {
  /*  padding: 0; 2em; */
  font-family: Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #444;
  background: #eee;
}

h1 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #34495e;
}

.rwd-table {
  margin: 1em auto;
  background: #34495e;
  width: 720px;
  color: #fff;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    border-bottom: 1px solid lighten(#ffffff, 10%); /* 추가 */
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
  }
  th,
  td:before {
    color: #dd5;
  }
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOS 스크롤링 부드럽게 */
}

.my03-rwd-table {
  margin: 1em auto;
  padding-left: 1em;
  padding-right: 1em;
  background: #f7f7f7;
  /* user-select: none; */
  width: 560px;
  color: #1e1d1d;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    /*  border-bottom: 4px solid lighten(#ed0a0a); 추가 , 10%*/
    border-bottom: 1px dotted #989ec0;
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
  }
  th,
  td:before {
    color: rgb(9, 9, 9);
    font-weight: 400;
  }
  .table-title {
    text-align: center;
  }
  th {
    background-color: coral;
    font-weight: 500;
  }
}
.my03-rwd-table td:nth-child(1) {
  width: 260px;
}
.my03-rwd-table td:nth-child(2) {
  width: 150px;
}
.my03-rwd-table td:nth-child(3) {
  width: 150px;
}
.my03-rwd-table th:nth-child(1),
.my03-rwd-table th:nth-child(2),
.my03-rwd-table th:nth-child(3),
.my03-rwd-table td:nth-child(1),
.my03-rwd-table td:nth-child(2),
.my03-rwd-table td:nth-child(3) {
  text-align: center;
}

.my04-rwd-table {
  margin: 1em auto;
  padding-left: 1em;
  padding-right: 1em;
  background: #f7f7f7;
  width: 800px;
  /* user-select: none; */
  color: #1e1d1d;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    /*  border-bottom: 4px solid lighten(#ed0a0a); 추가 , 10%*/
    border-bottom: 1px dotted #989ec0;
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
  }
  th,
  td:before {
    color: rgb(9, 9, 9);
    font-weight: 400;
  }
  .table-title {
    text-align: center;
  }
  th {
    background-color: coral;
    font-weight: 500;
  }
}
.my04-rwd-table td:nth-child(1) {
  width: 280px;
}

.my04-rwd-table th:nth-child(1),
.my04-rwd-table th:nth-child(2),
.my04-rwd-table th:nth-child(3),
.my04-rwd-table td:nth-child(1),
.my04-rwd-table td:nth-child(2),
.my04-rwd-table td:nth-child(3) {
  text-align: center;
}

.my05-rwd-table {
  margin: 1em auto;
  padding-left: 1em;
  padding-right: 1em;
  background: #f7f7f7;
  /* user-select: none; */
  width: 800px;
  color: #1e1d1d;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    /*  border-bottom: 4px solid lighten(#ed0a0a); 추가 , 10%*/
    border-bottom: 1px dotted #989ec0;
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
  }
  th,
  td:before {
    color: rgb(9, 9, 9);
    font-weight: 400;
  }
  .table-title {
    text-align: center;
  }
}
.my05-rwd-table td:nth-child(1) {
  width: 280px;
}

.my05-rwd-table th:nth-child(1),
.my05-rwd-table td:nth-child(1) {
  text-align: right;
}
.my05-rwd-table th:nth-child(2),
.my05-rwd-table td:nth-child(2) {
  text-align: left;
}

.my06-rwd-table {
  margin: 1em auto;
  padding-left: 1em;
  padding-right: 1em;
  background: #f7f7f7;
  width: 900px;
  /* user-select: none; */
  color: #1e1d1d;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    /*  border-bottom: 4px solid lighten(#ed0a0a); 추가 , 10%*/
    border-bottom: 1px dotted #989ec0;
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
  }
  th,
  td:before {
    color: rgb(9, 9, 9);
    font-weight: 400;
  }
  .table-title {
    text-align: center;
  }
  th {
    background-color: coral;
    font-weight: 500;
  }
}
.my06-rwd-table td:nth-child(1) {
  width: 280px;
}

.my06-rwd-table th:nth-child(1),
.my06-rwd-table th:nth-child(2),
.my06-rwd-table th:nth-child(3),
.my06-rwd-table td:nth-child(1),
.my06-rwd-table td:nth-child(2),
.my06-rwd-table td:nth-child(3) {
  text-align: center;
}

.my07-rwd-table {
  margin: 1em auto;
  padding-left: 1em;
  padding-right: 1em;
  background: #f7f7f7;
  width: 900px;
  /* user-select: none; */
  color: #1e1d1d;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    /*  border-bottom: 4px solid lighten(#ed0a0a); 추가 , 10%*/
    border-bottom: 1px dotted #989ec0;
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
  }
  th,
  td:before {
    color: rgb(9, 9, 9);
    font-weight: 400;
  }
  .table-title {
    text-align: center;
  }
  th {
    background-color: rgba(240, 125, 83, 0.436);
    font-weight: 500;
  }
}

.my07-rwd-table th:nth-child(1),
.my07-rwd-table th:nth-child(2),
.my07-rwd-table th:nth-child(3),
.my07-rwd-table th:nth-child(4),
.my07-rwd-table th:nth-child(5) {
  text-align: center;
}
.my07-rwd-table td:nth-child(1),
.my07-rwd-table td:nth-child(2),
.my07-rwd-table td:nth-child(3),
.my07-rwd-table td:nth-child(4),
.my07-rwd-table td:nth-child(5) {
  text-align: center;
}
.my071-rwd-table {
  margin: 1em auto;
  padding-left: 1em;
  padding-right: 1em;
  background: #f7f7f7;
  width: 900px;
  /* user-select: none; */
  color: #1e1d1d;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    /*  border-bottom: 4px solid lighten(#ed0a0a); 추가 , 10%*/
    border-bottom: 1px dotted #989ec0;
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
    border-left: 1px dotted #989ec0;
    border-right: 1px dotted #989ec0;
  }
  th,
  td:before {
    color: rgb(9, 9, 9);
    font-weight: 400;
  }
  .table-title {
    text-align: center;
  }
  th {
    background-color: coral;
    font-weight: 500;
  }
}

.my071-rwd-table th:nth-child(1),
.my071-rwd-table th:nth-child(2),
.my071-rwd-table th:nth-child(3),
.my071-rwd-table th:nth-child(4),
.my071-rwd-table th:nth-child(5) {
  width: 300px;
  text-align: center;
}
.my071-rwd-table td:nth-child(1),
.my071-rwd-table td:nth-child(2),
.my071-rwd-table td:nth-child(3),
.my071-rwd-table td:nth-child(4),
.my071-rwd-table td:nth-child(5) {
  text-align: center;
}

.my08-rwd-table {
  margin: 1em auto;
  padding-left: 1em;
  padding-right: 1em;
  background: #f7f7f7;
  width: 900px;
  /* user-select: none; */
  color: #1e1d1d;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    /*  border-bottom: 4px solid lighten(#ed0a0a); 추가 , 10%*/
    border-bottom: 1px dotted #989ec0;
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
  }
  th,
  td:before {
    color: rgb(9, 9, 9);
    font-weight: 400;
  }
  .table-title {
    text-align: center;
  }
  th {
    background-color: coral;
    font-weight: 500;
  }
}
.my08-rwd-table td:nth-child(1),
.my08-rwd-table td:nth-child(2),
.my08-rwd-table td:nth-child(3) {
  width: 200px;
}

.my08-rwd-table th:nth-child(1),
.my08-rwd-table th:nth-child(2),
.my08-rwd-table th:nth-child(3),
.my08-rwd-table th:nth-child(4) {
  text-align: center;
}
.my08-rwd-table td:nth-child(1),
.my08-rwd-table td:nth-child(2),
.my08-rwd-table td:nth-child(3) {
  text-align: center;
}
.my08-rwd-table td:nth-child(4) {
  text-align: left;
}

.my09-rwd-table {
  margin: 1em auto;
  padding-left: 1em;
  padding-right: 1em;
  background: #f7f7f7;
  width: 1000px;
  /* user-select: none; */
  color: #1e1d1d;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    /*  border-bottom: 4px solid lighten(#ed0a0a); 추가 , 10%*/
    border-bottom: 1px dotted #989ec0;
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
    border-left: 1px dotted #989ec0;
    border-right: 1px dotted #989ec0;
  }
  th,
  td:before {
    color: rgb(9, 9, 9);
    font-weight: 400;
  }
  .table-title {
    text-align: center;
  }
  th {
    background-color: coral;
    font-weight: 500;
  }
}
.my09-rwd-table td:nth-child(1) {
  width: 100px;
}
.my09-rwd-table td:nth-child(2),
.my09-rwd-table td:nth-child(3) {
  width: 190px;
}
.my09-rwd-table td:nth-child(4) {
  width: 240px;
}
.my09-rwd-table td:nth-child(5) {
  width: 280px;
}

.my09-rwd-table th:nth-child(1),
.my09-rwd-table th:nth-child(2),
.my09-rwd-table th:nth-child(3),
.my09-rwd-table th:nth-child(4),
.my09-rwd-table th:nth-child(5) {
  text-align: center;
}
.my09-rwd-table td:nth-child(1) {
  text-align: center;
}
.my09-rwd-table td:nth-child(2),
.my09-rwd-table td:nth-child(3),
.my09-rwd-table td:nth-child(4),
.my09-rwd-table td:nth-child(5) {
  text-align: left;
}

.my091-rwd-table {
  margin: 1em auto;
  padding-left: 1em;
  padding-right: 1em;
  background: #f7f7f7;
  width: 1000px;
  /* user-select: none; */
  color: #1e1d1d;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    /*  border-bottom: 4px solid lighten(#ed0a0a); 추가 , 10%*/
    border-bottom: 1px dotted #989ec0;
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
    border-left: 1px dotted #989ec0;
    border-right: 1px dotted #989ec0;
  }
  th,
  td:before {
    color: rgb(9, 9, 9);
    font-weight: 400;
  }
  .table-title {
    text-align: center;
  }
  th {
    background-color: coral;
    font-weight: 500;
  }
}
.my091-rwd-table td:nth-child(1) {
  width: 200px;
}
.my091-rwd-table td:nth-child(2),
.my091-rwd-table td:nth-child(3) {
  width: 200px;
}
.my091-rwd-table td:nth-child(4) {
  width: 200px;
}
.my091-rwd-table td:nth-child(5) {
  width: 200px;
}

.my091-rwd-table th:nth-child(1),
.my091-rwd-table th:nth-child(2),
.my091-rwd-table th:nth-child(3),
.my091-rwd-table th:nth-child(4),
.my091-rwd-table th:nth-child(5) {
  text-align: center;
}
.my091-rwd-table td:nth-child(1) {
  text-align: center;
}
.my091-rwd-table td:nth-child(2),
.my091-rwd-table td:nth-child(3),
.my091-rwd-table td:nth-child(4),
.my091-rwd-table td:nth-child(5) {
  text-align: center;
}
.my092-rwd-table {
  margin: 1em auto;
  padding-left: 1em;
  padding-right: 1em;
  background: #f7f7f7;
  width: 1000px;
  /* user-select: none; */
  color: #1e1d1d;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    /*  border-bottom: 4px solid lighten(#ed0a0a); 추가 , 10%*/
    border-bottom: 1px dotted #989ec0;
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
    border-left: 1px dotted #989ec0;
    border-right: 1px dotted #989ec0;
  }
  th,
  td:before {
    color: rgb(9, 9, 9);
    font-weight: 400;
  }
  .table-title {
    text-align: center;
  }
  th {
    background-color: rgb(29, 116, 169);
    font-weight: 600;
    color: white;
  }
}
.my092-rwd-table th:nth-child(1) {
  width: 200px;
}
.my092-rwd-table th:nth-child(2),
.my092-rwd-table th:nth-child(3),
.my092-rwd-table th:nth-child(4),
.my092-rwd-table th:nth-child(5),
.my092-rwd-table th:nth-child(6),
.my092-rwd-table th:nth-child(7) {
  width: 80px;
}
.my092-rwd-table th:nth-child(8) {
  width: 160px;
}
.my092-rwd-table th:nth-child(9) {
  width: 160px;
}

.my092-rwd-table th:nth-child(1),
.my092-rwd-table th:nth-child(2),
.my092-rwd-table th:nth-child(3),
.my092-rwd-table th:nth-child(4),
.my092-rwd-table th:nth-child(5) {
  text-align: center;
}
.my092-rwd-table td:nth-child(1) {
  text-align: left;
}
.my092-rwd-table td:nth-child(2),
.my092-rwd-table td:nth-child(3),
.my092-rwd-table td:nth-child(4),
.my092-rwd-table td:nth-child(5),
.my092-rwd-table td:nth-child(6),
.my092-rwd-table td:nth-child(7),
.my092-rwd-table td:nth-child(8),
.my092-rwd-table td:nth-child(9) {
  text-align: center;
}
.my093-rwd-table {
  margin: 1em auto;
  padding-left: 1em;
  padding-right: 1em;
  background: #f7f7f7;
  width: 1000px;
  /* user-select: none; */
  color: #1e1d1d;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    /*  border-bottom: 4px solid lighten(#ed0a0a); 추가 , 10%*/
    border-bottom: 1px dotted #989ec0;
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
    border-left: 1px dotted #989ec0;
    border-right: 1px dotted #989ec0;
  }
  th,
  td:before {
    color: rgb(9, 9, 9);
    font-weight: 400;
  }
  .table-title {
    text-align: center;
  }
  th {
    background-color: rgb(29, 116, 169);
    font-weight: 600;
    color: white;
  }
}
.my093-rwd-table th:nth-child(1) {
  width: 200px;
}
.my093-rwd-table th:nth-child(2),
.my093-rwd-table th:nth-child(3),
.my093-rwd-table th:nth-child(4),
.my093-rwd-table th:nth-child(5),
.my093-rwd-table th:nth-child(6),
.my093-rwd-table th:nth-child(7) {
  width: 50px;
}
.my093-rwd-table th:nth-child(8) {
  width: 100px;
}
.my093-rwd-table th:nth-child(9),
.my093-rwd-table th:nth-child(10),
.my093-rwd-table th:nth-child(11),
.my093-rwd-table th:nth-child(12) {
  width: 50px;
}
.my093-rwd-table th:nth-child(13) {
  width: 100px;
}
.my093-rwd-table th:nth-child(1),
.my093-rwd-table th:nth-child(2),
.my093-rwd-table th:nth-child(3),
.my093-rwd-table th:nth-child(4),
.my093-rwd-table th:nth-child(5) {
  text-align: center;
}
.my093-rwd-table td:nth-child(1) {
  text-align: left;
}
.my093-rwd-table td:nth-child(2),
.my093-rwd-table td:nth-child(3),
.my093-rwd-table td:nth-child(4),
.my093-rwd-table td:nth-child(5),
.my093-rwd-table td:nth-child(6),
.my093-rwd-table td:nth-child(7),
.my093-rwd-table td:nth-child(8),
.my093-rwd-table td:nth-child(9) {
  text-align: center;
}
.my10-rwd-table {
  margin: 1em auto;
  padding-left: 1em;
  padding-right: 1em;
  background: #f7f7f7;
  width: 720px;
  /* user-select: none; */
  color: #1e1d1d;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    /*  border-bottom: 4px solid lighten(#ed0a0a); 추가 , 10%*/
    border-bottom: 1px dotted #989ec0;
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
  }
  th,
  td:before {
    color: rgb(9, 9, 9);
    font-weight: 400;
  }
  .table-title {
    text-align: center;
  }
  th {
    background-color: coral;
    font-weight: 500;
  }
}
.my10-rwd-table td:nth-child(1) {
  width: 330px;
}
.my10-rwd-table td:nth-child(2) {
  width: 40px;
}
.my10-rwd-table td:nth-child(3) {
  width: 350px;
}

.my10-rwd-table th:nth-child(1),
.my10-rwd-table th:nth-child(3) {
  text-align: center;
}
.my10-rwd-table td:nth-child(1) {
  text-align: right;
}
.my10-rwd-table td:nth-child(3) {
  text-align: left;
}

.my51-rwd-table {
  margin: 1em auto;
  padding-left: 1em;
  padding-right: 1em;
  background: #f7f7f7;
  width: 600px;
  /* user-select: none; */
  color: #1e1d1d;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    /*  border-bottom: 4px solid lighten(#ed0a0a); 추가 , 10%*/
    border-bottom: 1px solid #989ec0;
    border-top: 1px solid #989ec0;
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
    border-right: 1px solid #989ec0;
    border-left: 1px solid #989ec0;
  }
  th,
  td:before {
    color: rgb(9, 9, 9);
    font-weight: 400;
  }
  .table-title {
    text-align: center;
  }
}

/* .my51-rwd-table th:nth-child(1) {
  width: 100px;
}
.my51-rwd-table th:nth-child(2) {
  width: 200px;
}
.my51-rwd-table th:nth-child(3) {
  width: 200px;
} */
.my51-rwd-table th:nth-child(4) {
  width: 100px;
}
.my51-rwd-table th:nth-child(1),
.my51-rwd-table th:nth-child(2),
.my51-rwd-table th:nth-child(3),
.my51-rwd-table th:nth-child(4) {
  text-align: center;
}
.my51-rwd-table td:nth-child(1),
.my51-rwd-table td:nth-child(2),
.my51-rwd-table td:nth-child(3),
.my51-rwd-table td:nth-child(4) {
  text-align: center;
}

.my11-rwd-table {
  margin: 1em auto;
  padding-left: 1em;
  padding-right: 1em;
  background: #f7f7f7;
  width: 860px;
  /* user-select: none; */
  color: #1e1d1d;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    /*  border-bottom: 4px solid lighten(#ed0a0a); 추가 , 10%*/
    border-bottom: 1px dotted #989ec0;
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
  }
  th,
  td:before {
    color: rgb(9, 9, 9);
    font-weight: 400;
  }
  .table-title {
    text-align: center;
  }
  th {
    background-color: coral;
    font-weight: 500;
  }
  .mysmall-text {
    font-size: 12px;
  }
}
.my11-rwd-table td:nth-child(1) {
  width: 150px;
}
.my11-rwd-table td:nth-child(2) {
  width: 20px;
}
.my11-rwd-table td:nth-child(3) {
  width: 690px;
}

.my11-rwd-table th:nth-child(1),
.my11-rwd-table th:nth-child(3) {
  text-align: center;
}
.my11-rwd-table td:nth-child(1) {
  text-align: right;
}
.my11-rwd-table td:nth-child(3) {
  text-align: left;
}

.my12-rwd-table {
  margin: 1em auto;
  padding-left: 1em;
  padding-right: 1em;
  background: #f7f7f7;
  width: 800px;
  /* user-select: none; */
  color: #1e1d1d;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    /*  border-bottom: 4px solid lighten(#ed0a0a); 추가 , 10%*/
    border-bottom: 1px dotted #989ec0;
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
    border-left: 1px dotted #989ec0;
    border-right: 1px dotted #989ec0;
  }
  th,
  td:before {
    color: rgb(9, 9, 9);
    font-weight: 400;
  }
  .table-title {
    text-align: center;
  }
  th {
    background-color: rgb(67, 147, 208);
    font-weight: 500;
  }
  .mysmall-text {
    font-size: 12px;
  }
}
.my12-rwd-table td:nth-child(1) {
  width: 160px;
}
.my12-rwd-table td:nth-child(2) {
  width: 320px;
}
.my12-rwd-table td:nth-child(3) {
  width: 320px;
}

.my12-rwd-table th:nth-child(1),
.my12-rwd-table th:nth-child(2),
.my12-rwd-table th:nth-child(3) {
  text-align: center;
}

.my12-rwd-table td:nth-child(1) {
  text-align: right;
}
.my12-rwd-table td:nth-child(2),
.my12-rwd-table td:nth-child(3) {
  text-align: center;
}

.my13-rwd-table {
  margin: 1em auto;
  padding-left: 1em;
  padding-right: 1em;
  background: #f7f7f7;
  width: 800px;
  /* user-select: none; */
  color: #1e1d1d;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    /*  border-bottom: 4px solid lighten(#ed0a0a); 추가 , 10%*/
    border-bottom: 1px dotted #989ec0;
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
    border-left: 1px dotted #989ec0;
    border-right: 1px dotted #989ec0;
  }
  th,
  td:before {
    color: rgb(9, 9, 9);
    font-weight: 400;
  }
  .table-title {
    text-align: center;
  }
  th {
    background-color: rgb(67, 147, 208);
    font-weight: 500;
  }
  .mysmall-text {
    font-size: 12px;
  }
}
.my13-rwd-table td:nth-child(1) {
  width: 160px;
}
.my13-rwd-table td:nth-child(2) {
  width: 200px;
}
.my13-rwd-table td:nth-child(3) {
  width: 440px;
}

.my13-rwd-table th:nth-child(1),
.my13-rwd-table th:nth-child(2),
.my13-rwd-table th:nth-child(3) {
  text-align: center;
}

.my13-rwd-table td:nth-child(1),
.my13-rwd-table td:nth-child(2) {
  text-align: center;
}

.my13-rwd-table td:nth-child(3) {
  text-align: center;
}

.copy-the-code-wrap .copy-the-code-button {
  padding: 5px 10px !important;
  background: goldenrod;
  border-radius: 5px;
  margin: 15px 10px;
}

.my131-rwd-table {
  margin: 1em auto;
  padding-left: 1em;
  padding-right: 1em;
  background: #f7f7f7;
  width: 800px;
  /* user-select: none; */
  color: #1e1d1d;
  border-radius: 0.4em;
  overflow: hidden;
  tr {
    /*  border-bottom: 4px solid lighten(#ed0a0a); 추가 , 10%*/
    border-bottom: 1px dotted #989ec0;
  }
  th,
  td {
    margin: 0.5em 1em;
    @media (min-width: var(--breakpoint-alpha)) {
      padding: 1em !important;
    }
    padding: 0.5em;
    vertical-align: middle;
    border-left: 1px dotted #989ec0;
    border-right: 1px dotted #989ec0;
  }
  th,
  td:before {
    color: rgb(9, 9, 9);
    font-weight: 400;
  }
  .table-title {
    text-align: center;
  }
  th {
    background-color: rgb(67, 147, 208);
    font-weight: 500;
  }
  .mysmall-text {
    font-size: 12px;
  }
}
.my131-rwd-table td:nth-child(1) {
  width: 100px;
}
.my131-rwd-table td:nth-child(2) {
  width: 100px;
}
.my131-rwd-table td:nth-child(3) {
  width: 100px;
}
.my131-rwd-table td:nth-child(4) {
  width: 100px;
}
.my131-rwd-table td:nth-child(5) {
  width: 200px;
}
.my131-rwd-table td:nth-child(6) {
  width: 200px;
}

.my131-rwd-table th:nth-child(1),
.my131-rwd-table th:nth-child(2),
.my131-rwd-table th:nth-child(3) {
  text-align: center;
}

.my131-rwd-table td:nth-child(1),
.my131-rwd-table td:nth-child(2) {
  text-align: center;
}

.my131-rwd-table td:nth-child(3) {
  text-align: center;
}
