.prices_1,
.prices_1 *,
.prices_1:after,
.prices_1:before {
  box-sizing: border-box;
}

.prices_1 {
  max-width: 161.5rem;
  padding: 0 1.5rem;
  margin: auto;
}

.prices_1 .table-list {
  padding: 3.3rem 0rem;
  position: relative;
}

.prices_1 .table-head {
  margin-bottom: 1.5rem;
}

.prices_1 .table-head * {
  margin: 0 !important;
  font-size: 2.4rem !important;
  line-height: 3.2rem !important;
}

.prices_1 .custom-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: var(--textAlign);
}

.prices_1 .custom-table th {
  background: #cccccc;
  padding: 0.6rem 0.8rem;
  color: #000000;
  font-weight: bold;
  border: 0.1rem solid #cccccc;
  font-size: 1.4rem;
  vertical-align: middle;
}

.prices_1 .custom-table td {
  padding: 0.6rem 0.8rem;
  font-size: 1.4rem;
  vertical-align: top;
  border: 0.1rem solid #DDDDDD;
  background: #fff;
}

.prices_1 .custom-table tr:nth-child(even) td {
  background: #EFEFEF;
}

@media(min-width:1560px) and (max-width:1645px) {
  .prices_1 {
    max-width: 153rem;
  }
}

@media(min-width:1460px) and (max-width:1559px) {
  .prices_1 {
    max-width: 143rem;
  }
}

@media(min-width:1360px) and (max-width:1459px) {
  .prices_1 {
    max-width: 130rem;
  }
}

@media(min-width:1200px) and (max-width:1359px) {
  .prices_1 {
    max-width: 117rem;
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .prices_1 {
    max-width: 96rem;
  }

  .prices_1 .table-outer {
    overflow: auto;
    width: 100%;
  }
}

@media(min-width:768px) and (max-width:991px) {
  .prices_1 {
    max-width: 72rem;
  }

  .prices_1 .table-box {
    border: 0.1rem solid #DDDDDD;
    padding-right: 0;
  }

  .prices_1 .table-outer {
    overflow: auto;
    width: 100%;
  }

  .prices_1 .table-outer.active {
    margin-left: 10.5rem;
    width: calc(100% - 10.5rem);
  }

  .prices_1 .custom-table th {
    border: 0;
  }

  .prices_1 .table-outer th.active:nth-of-type(1),
  .prices_1 .table-outer tr td.active:nth-of-type(1) {
    position: absolute;
    left: 0.1rem;
    width: 10.5rem;
    z-index: 1;
  }

  .prices_1 .table-outer td:nth-of-type(1) {
    border-right: 0.1rem solid #ddd;
  }

  .prices_1 .custom-table td {
    border: 0;
  }

  .prices_1 .table-outer {
    scrollbar-color: transparent transparent;
  }

  .prices_1 .table-outer::-webkit-scrollbar {
    height: 0rem;
  }

  .prices_1 .table-outer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }

  .prices_1 .table-outer::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }

  .prices_1 .table-outer::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0);
  }

  .prices_1 .dotcolumn td {
    height: 5rem;
  }

  .prices_1 .dotcolumn .dots {
    display: flex;
    flex-wrap: wrap;
    padding: 1.8rem 0 1rem;
    position: absolute;
    justify-content: center;
    left: 10.5rem;
    width: calc(100% - 10.5rem);
  }

  .prices_1 .dotcolumn .dot {
    height: 1rem;
    width: 1rem;
    border: 0.1rem solid #4D4D4D;
    border-radius: 50%;
    margin: 0 0.5rem;
    cursor: pointer;
  }

  .prices_1 .dotcolumn .dot.active {
    background: #4D4D4D;
  }
}

@media(max-width:767px) {
  .table-list {
    padding: 3rem 0rem;
  }

  .prices_1 {
    max-width: 54rem;
  }

  .table-box {
    border: 0.1rem solid #DDDDDD;
    padding-right: 0;
  }

  .table-outer {
    overflow: auto;
    width: 100%;
  }

  /*.table-outer.active{
    padding-left: 10.5rem;
  }*/
  .table-outer.active {
    margin-left: 10.5rem;
    width: calc(100% - 10.5rem);
  }

  .custom-table th {
    border: 0;
  }

  .table-outer th.active:nth-of-type(1),
  .table-outer tr td.active:nth-of-type(1) {
    position: absolute;
    left: 0.1rem;
    width: 10.5rem;
    z-index: 1;
  }

  .table-outer td:nth-of-type(1) {
    border-right: 0.1rem solid #ddd;
  }

  .custom-table td {
    border: 0;
  }

  .table-outer {
    scrollbar-color: transparent transparent;
  }

  .table-outer::-webkit-scrollbar {
    height: 0rem;
  }

  .table-outer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }

  .table-outer::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }

  .table-outer::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0);
  }

  .dotcolumn td {
    height: 5rem;
  }

  .dotcolumn .dots {
    display: flex;
    flex-wrap: wrap;
    padding: 1.8rem 0 1rem;
    position: absolute;
    justify-content: center;
    left: 10.5rem;
    width: calc(100% - 10.5rem);
  }

  .dotcolumn .dot {
    height: 1rem;
    width: 1rem;
    border: 0.1rem solid #4D4D4D;
    border-radius: 50%;
    margin: 0 0.5rem;
    cursor: pointer;
  }

  .dotcolumn .dot.active {
    background: #4D4D4D;
  }
}