/* custom table */
.sc-interest {
    margin-bottom: 32px;
}
.sc-interest td {
  background: var(--cr-light);
}
.sc-interest .table-responsive {
    overflow-x: auto;
}
.sc-interest #table-res01.table-responsive,
.sc-interest #table-res02.table-responsive,
.sc-interest #table-res03.table-responsive,
.sc-interest #table-res04.table-responsive {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.sc-interest #table-res01 .table-row,
.sc-interest #table-res02 .table-row,
.sc-interest #table-res03 .table-row,
.sc-interest #table-res04 .table-row {
  min-width: 1300px;
  width: max-content;
}
.sc-interest #table-res01 .table-row tr:first-child th:first-child,
.sc-interest #table-res02 .table-row tr:first-child th:first-child,
.sc-interest #table-res03 .table-row tr:first-child th:first-child,
.sc-interest #table-res04 .table-row tr:first-child th:first-child,
.sc-interest .table-responsive td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 1;
}
.sc-interest #table-res01 .table-row thead th:first-child,
.sc-interest #table-res02 .table-row thead th:first-child,
.sc-interest #table-res03 .table-row thead th:first-child,
.sc-interest #table-res04 .table-row thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
}
.sc-interest #table-res01 .table-row tbody td:first-child,
.sc-interest #table-res02 .table-row tbody td:first-child,
.sc-interest #table-res03 .table-row tbody td:first-child,
.sc-interest #table-res04 .table-row tbody td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: var(--cr-light);
  /* box-shadow: 2px 0 0 #e6e6e6 inset; */
}
.sc-interest #table-res01 .table-row thead th.sticky-active,
.sc-interest #table-res01 .table-row tbody td.sticky-active,
.sc-interest #table-res02 .table-row thead th.sticky-active,
.sc-interest #table-res02 .table-row tbody td.sticky-active,
.sc-interest #table-res03 .table-row thead th.sticky-active,
.sc-interest #table-res03 .table-row tbody td.sticky-active,
.sc-interest #table-res04 .table-row thead th.sticky-active,
.sc-interest #table-res04 .table-row tbody td.sticky-active {
    z-index: 9 !important;
}
.sc-interest .s-768 {
  display: none;
}
@media (min-width: 992px) {
  .sc-interest .table-responsive::-webkit-scrollbar { display: initial; }
}
  .sc-interest #interest-detail-2 .table-responsive {
    border-radius: 8px;
  }
  .sc-interest #interest-detail-2 .table-responsive th {
    text-align: left;
  }
  .sc-interest #interest-detail-2 .table-responsive th span {
    left: calc(50% - 130px);
    position: sticky;
  }
  .sc-interest .tab-inner p.desc + .table-row {
    margin-top: 16px;
  }
  .sc-interest .table-row {
    padding: 0;
    margin: 0;
    width: 100%;
    border-spacing: 0;
    border: 0;
    border-radius: 8px;
  }
  .sc-interest .table-row th,
  .sc-interest .table-row td {
    border: 0.5px solid #E8E8E8;
    color: var(--cr-gray);
  }
  .sc-interest .table-row th,
  .sc-interest .table-row td {
    padding: 16px;
    text-align: center;
    line-height: 1.5;
  }
  .sc-interest .text-black td {
    color: var(--cr-black);
  }
  .sc-interest .table-row tr:first-child th:first-child {
    border-top-left-radius: 8px;
  }
  .sc-interest .table-row tr:first-child th:last-child {
    border-top-right-radius: 8px;
  }
  .sc-interest .table-row tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }
.sc-interest .table-row .bg {
    background-color: var(--cr-green);
    color: var(--cr-light);
    font-size: 13px;
    font-weight: 600;
}
  .sc-interest .note {
    margin: 40px -16px 0;
    background: #fafafa;
    padding: 16px;
  }
  .sc-interest .note p strong {
    font-weight: 600;
    color: var(--cr-black);
  }
  .sc-interest .note ul {
    padding: 0 0 0 1.6em;
    margin: 0;
  }
  .sc-interest .action {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .sc-interest .action .link {
    padding-left: 0px;
    display: inline;
    text-decoration: none;
  }
  .sc-interest .action .link .icon {
    color: var(--cr-green);
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
  }
  .sc-interest .action .link .txt {
    text-decoration: underline;
  }

  .sc-interest .table-row.-typeI th:last-child {
    min-width: 128px;
  }
  .sc-interest .table-row.-typeI td {
    padding: 8px 16px;
    font-size: 13px;
  }

  .sc-interest .table-row.-typeII th:first-child {
    min-width: 103px;
  }
  .sc-interest .table-row.-typeII th:last-child {
    min-width: 78px;
  }
  .sc-interest .table-row.-typeII tr:first-child td {
    padding: 16px;
  }
  .sc-interest .table-row.-typeII td {
    padding: 8px 16px;
  }

  .sc-interest .table-row.tb-stickyHead tbody tr:first-child td {
    font-weight: 500;
    white-space: nowrap;
  }

  .sc-interest .table-responsive {
    overflow-x: auto;
  }
  .sc-interest #table-res01.table-responsive,
  .sc-interest #table-res02.table-responsive,
  .sc-interest #table-res03.table-responsive,
  .sc-interest #table-res04.table-responsive {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .sc-interest #interest-detail-2 .table-responsive {
    border-radius: 8px;
  }
  .sc-interest #interest-detail-2 .table-responsive th {
    text-align: left;
  }
  .sc-interest #interest-detail-2 .table-responsive th span {
    left: calc(50% - 130px);
    position: sticky;
  }

  .sc-interest #interest-detail-1 .table-row {
    min-width: 750px;
    width: 100%;
  }

  .sc-interest .table-responsive::-webkit-scrollbar {
    display: none;
  }
  .sc-interest .responsive-scroll {
    background-color: rgb(0, 0, 0, 0.15);
    margin-top: 16px;
    position: relative;
    width: 100%;
    height: 3px;
    border-radius: 8px;
  }
  .sc-interest .responsive-scroll .scroll {
    background-color: #00a94f;
    position: absolute;
    border-radius: 8px;
    display: block;
    height: 3px;
    max-width: 100%;
  }
  @media screen and (min-width: 200px) {
      .sc-interest .table-responsive::-webkit-scrollbar {
        display: none;
      }
  }
  @media screen and (min-width: 768px) { 

      .sc-interest #interest-detail-2 .table-responsive th span {
        left: calc(50% - 190px);
        position: sticky;
      }
  .sc-interest .table-row.-typeII td {
    padding: 8px 16px;
  }
  .sc-interest .table-row.tb-stickyHead tbody tr:first-child td{
    padding: 8px 16px;
  }
  .sc-interest #interest-detail-2 .table-responsive th span {
    left: calc(50% - 190px);
    position: sticky;
  }
  .sc-interest .note {
    margin: 16px 0 0;
    border-radius: 8px;
  }
  .sc-interest .action {
    padding-bottom: 0;
  }


  .sc-interest .table-row.-typeI th:last-child {
    min-width: inherit;
  }

  .sc-interest .table-row.-typeII th:first-child {
    min-width: inherit;
  }
  .sc-interest .table-row.-typeII th:last-child {
    min-width: inherit;
  }

  .sc-interest .table-row td {
    padding: 16px 24px;
  }
  .sc-interest .table-row th,
  .sc-interest .table-row.tb-stickyHead tbody tr:first-child td {
    padding: 8px 24px;
  }

  .sc-interest #interest-detail-1 .table-row {
    min-width: 950px;
    width: 100%;
  }
  .sc-interest .adjust-w {
    min-width: auto !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .sc-interest #interest-detail-1 .table-row {
    min-width: unset;
    width: 100%;
  }
  .sc-interest .responsive-scroll { display: block; }
}
@media screen and (max-width: 768px) {
  .sc-interest .s-768 {
    display: block;
  }
}