#price #container .content {
  width: 100%;
  max-width: 1180px;
  box-sizing: border-box;
}
#price .price__bnr {
  margin: 10px 0 50px;
  width: 100%;
  text-align: center;
}
#price .price__bnr img {
  width: 100%;
  max-width: 1016px;
}
#price .scroll {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FF4E00 !important;
  padding: 0 0 5px;
  font-size: 12px;
}
#price .scroll img {
  width: 30px;
  vertical-align: middle;
}
#price h4 {
  font-size: 20px;
  margin: 0 0 10px;
}
#price .table__wrapper {
  overflow-x: auto;
  width: 100%;
  margin: 0 0 50px;
  padding: 0 0 10px;
}
#price .table__price {
  width: 1180px;
  table-layout: fixed;
}
#price .table__price,
#price .table__price td,
#price .table__price th {
  border: 1px solid #1f4c7b;
  border-collapse: collapse;
  text-align: center;
  background-color: #fff;
}
#price .table__price td,
#price .table__price th {
  padding: 10px;
}
#price .table__price th {
  background: rgb(11, 49, 87);
  color: #ffffff;
}
#price .table__price.course tr th:nth-of-type(1),
#price .table__price.course tr td:nth-of-type(1),
#price .table__price.course tr th:nth-of-type(2),
#price .table__price.course tr td:nth-of-type(2) {
  width: 209px;
}
#price .table__price.course tr th:nth-of-type(3),
#price .table__price.course tr td:nth-of-type(3),
#price .table__price.course tr th:nth-of-type(4),
#price .table__price.course tr td:nth-of-type(4) {
  width: 120px;
}
#price .table__price.option tr th:nth-of-type(1),
#price .table__price.option tr td:nth-of-type(1) {
  width: 458px;
}
#price .table__price.option tr th:nth-of-type(4),
#price .table__price.option tr td:nth-of-type(4) {
  width: 414px;
}
#price .table__price.option tr td:nth-of-type(4) {
  width: 414px;
  text-align: left;
}
#price .table__price .bg__light-blue {
  background: #E5F0FB;
}
#price .table__price.course .bg__light-blue {
  font-weight: bold;
  font-size: 12px;
}
#price .table__price .txt__orange {
  font-weight: bold;
  color: #FF4E00;
}
#price .table__price .txt__rosepink {
  font-weight: bold;
  color: #DA4887;
}
#price .table__price th span.icon__parent {
  position: relative;
}
#price .table__price .fs__txt__12,
#price .table__price .fs__txt__12 {
  font-size: 12px;
  line-height: 1.333;
}
#price .table__price th .icon__blue {
  background: #1BB3CB;
  margin: 0 0 0 11px;
  padding: 3px 13px;
  box-sizing: border-box;
  border-radius: 3px;
}
@media screen and (min-width: 1180px) {
  #price .scroll {
    display: none;
  }
}