/* eng common */

.lower-contents .color-unset {
  color: unset;
}
.list-dot {
  list-style: disc;
  padding-left: 1.5em;
  line-height: calc(42 / 22);
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 12px;
}

@media (max-width: 991.98px) {
  .main-eng-about .hl-lv02 {
    font-size: 2rem;
    font-weight: bold;
  }
  .list-dot {
    font-size: 1.3rem;
    line-height: calc(21 / 13);
    margin-top: 6px;
  }
}

/* international */
.tbl_info {
  width: 100%;
  margin-top: 47px;
}
@media (min-width: 991.99px) {
.tbl_info.enmedia {
  width: 100%;
  margin-top: 0px;
}
}
.tbl_info thead {
  background: var(--skyblue);
  color: #fff;
  font-size: 1.6rem;
}
@media (min-width: 991.99px) {
.tbl_info.enmedia thead {
  background:transparent;
  color:var(--glack);
  font-size: 1.6rem;
  border-bottom: 1px solid #868588;
}
}

.tbl_info thead th {
  padding: 10px;
  font-weight: bold;
}
.tbl_info a:link {
  color: var(--skyblue);
  text-decoration: underline;
}
.tbl_info a:hover {
  text-decoration: none;
}
.tbl_info tbody {
  font-size: 1.8rem;
  font-weight: 500;
}
.tbl_info tbody tr {
  border-bottom: 1px solid #868588;
}
.tbl_info tbody tr td {
  padding: 15px 10px;
}
.main-eng-international .tbl_info tbody tr td:nth-child(2) {
  font-weight: bold;
}
@media (min-width: 992px) {
  .tbl_info tr > *:not(:first-child) {
    position: relative;
  }
  .tbl_info tr > *:not(:first-child)::before {
    position: absolute;
    content: "";
    display: block;
    height: 1.5em;
    width: 1px;
    background: #868588;
    inset: 0 auto 0 0;
    margin: auto;
  }
  /*.tbl_info thead tr > *:not(:first-child)::before {
    background: #fff;
  }*/
}
@media (max-width: 991.98px) {
  .main-eng-international h3 {
    font-size: 1.3rem;
    line-height: calc(15 / 13);
    margin-top: 10px;
  }
  .tbl_info {
    border: 1px solid var(--skyblue);
    border-bottom: none;
    margin-top: 0;
  }
  .tbl_info tbody tr {
    border-color: var(--skyblue);
  }
  .tbl_info tr {
    display: grid;
    padding: 10px;
    grid-template-columns: 1fr;
    gap: 1px;
  }
  .main-eng-international .tbl_info tr {
    grid-template-columns: auto 1fr;
  }

  .main-eng-international .tbl_info tr > *:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .main-eng-international .tbl_info tr > *:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .main-eng-international .tbl_info tr > *:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }

  .main-eng-international .tbl_info tr > *:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }
  .tbl_info thead,
  .tbl_info tbody {
    width: 100%;
    display: block;
  }
  .tbl_info thead th {
    padding: 0;
  }
  .tbl_info tbody tr td {
    padding: 0;
  }
  .tbl_info thead {
    font-size: 1.2rem;
  }
  .tbl_info tbody {
    font-size: 1.2rem;
  }
  .slider-is {
    padding-top: 23px;
  }
}

@media (max-width: 991.98px) {
  .enmedia th{
      width: 100%;
  }
  .enmedia td{
      width: 100%;
  }
.enmedia.tbl_info tr {
        display: flex;
        flex-wrap: wrap;
      }
}
/* organization */
.main-eng-organization p {
  font-size: 2.2rem;
  line-height: calc(42 / 22);
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .main-eng-organization p {
    font-size: 1.3rem;
    line-height: calc(21 / 13);
    margin-top: 10px;
  }
}

/* countries */
.countries-wrap {
  position: relative;
  display: block;
  width: fit-content;
  margin-left: auto;
}

.countries-inner {
  display: none;
  position: absolute;
  z-index: 1;
  border: 1px solid #57565a;
  padding: 0;
  list-style: none;
  margin: 0;
  left: 0;
  right: 0;
  background: #fff;
  max-height: 722px;
  overflow-y: scroll;
}

.country {
  padding: 5px;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
}

.country:hover {
  background-color: #e2f0ff;
}

.countries-wrap.show .countries-inner {
  display: block;
}

.js-select-countries {
  cursor: pointer;
  padding: 5px;
  background: none;
}

.button-countries {
  background: #ffb34c;
  color: #fff;
  border: none;
  font-size: 2rem;
  font-weight: bold;
}
.main-eng-organization .tbl_info {
  margin-top: 24px;
}
@media (max-width: 991.98px) {
  .button-countries {
    font-size: 1.4rem;
  }
  .countries-wrap {
    margin-left: unset;
  }
  .main-eng-organization .tbl_info {
    margin-top: 14px;
  }
  .countries-inner {
    display: none;
    position: fixed;
    z-index: 1;
    border: none;
    padding: 0;
    list-style: none;
    margin: 0;
    max-height: 100%;
    overflow-y: scroll;
    inset: var(--header_height) 0 0;
    padding: 20px 20px 0 20px;
  }
  .country {
    padding: 5px 28px;
    font-size: 1.4rem;
  }
  .js-close-countries {
    text-align: right;
    margin-bottom: 13px;
  }
}
