.page-edit {
  color: #303850;
  overflow-x: hidden;
}
.page-edit .common-container {
  padding: 0% 0 4%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .page-edit .common-container {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .page-edit .common-container {
    width: 92%;
  }
}
.page-edit .h2-title {
  color: #3556c3;
  font-weight: 600;
  margin: 35px 0 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-edit .h2-title {
    font-size: clamp(18px, 20 / 1920 * 100vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .page-edit .h2-title {
    margin: 30px 0 20px;
    font-size: clamp(17px, 19 / 750 * 100vw, 21px);
    line-height: clamp(25px, 26 / 750 * 100vw, 27px);
  }
}
.page-edit .h3-title {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 400;
  padding: 3px 0 3px 15px;
}
@media screen and (min-width: 768px) {
  .page-edit .h3-title {
    margin: 35px 0 25px;
    font-size: clamp(18px, 20 / 1920 * 100vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .page-edit .h3-title {
    margin: 30px 0 20px;
    font-size: clamp(17px, 19 / 750 * 100vw, 21px);
  }
}
.page-edit .h3-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #2b87dd;
}
.page-edit .page-edit-title {
  color: #3556c3;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-edit .page-edit-title {
    margin: 60px 0 40px;
    font-size: clamp(18px, 20 / 1920 * 100vw, 22px);
    line-height: clamp(26px, 27 / 1920 * 100vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .page-edit .page-edit-title {
    margin: 30px 0 30px;
    font-size: clamp(17px, 19 / 750 * 100vw, 21px);
    line-height: clamp(25px, 26 / 750 * 100vw, 27px);
  }
}
.page-edit p {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .page-edit p {
    font-size: clamp(16px, 18 / 1920 * 100vw, 20px);
    line-height: clamp(28px, 29 / 1920 * 100vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .page-edit p {
    font-size: clamp(15px, 17 / 750 * 100vw, 19px);
    line-height: clamp(28px, 29 / 1920 * 100vw, 30px);
  }
}
.page-edit .img-width-m {
  width: 60%;
  margin: 3% auto;
}
@media screen and (max-width: 767px) {
  .page-edit .img-width-m {
    width: 100%;
  }
}
.page-edit .table-width-m {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-edit .table-width-m {
    width: 100%;
  }
}
.page-edit .table-width-m td {
  padding: 20px 16px;
}
.page-edit .table-width-m td:first-child {
  background-color: #edf4ff !important;
  width: 30%;
}
.page-edit .page-edit-table,
.page-edit .page-edit-m {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page-edit .page-edit-table,
  .page-edit .page-edit-m {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .page-edit .page-edit-table,
  .page-edit .page-edit-m {
    width: 100%;
  }
}
.page-edit .page-edit-table table,
.page-edit .page-edit-m table {
  border: 1px solid #797979;
}
.page-edit .page-edit-table th,
.page-edit .page-edit-table td,
.page-edit .page-edit-m th,
.page-edit .page-edit-m td {
  border: 1px solid #797979;
}
.page-edit .page-edit-table tr,
.page-edit .page-edit-m tr {
  border: 0px solid #797979;
}
.page-edit .page-edit-table-m {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page-edit .page-edit-table-m {
    width: 65%;
    font-size: clamp(14px, 16 / 1920 * 100vw, 18px);
    line-height: clamp(27px, 28 / 1920 * 100vw, 29px);
  }
}
@media screen and (max-width: 767px) {
  .page-edit .page-edit-table-m {
    width: 100%;
    font-size: clamp(13px, 15 / 750 * 100vw, 17px);
    line-height: clamp(26px, 27 / 750 * 100vw, 28px);
  }
}
.page-edit .page-edit-table-m td {
  padding: 3%;
}
.page-edit .page-edit-table-m td:first-child {
  background-color: #edf4ff !important;
  width: 35%;
  font-weight: 400;
}
.page-edit .border {
  border: 1px solid #797979;
}
.page-edit ul {
  list-style: disc;
  width: 94%;
  padding-left: 2%;
}
@media screen and (min-width: 768px) {
  .page-edit ul {
    font-size: clamp(16px, 18 / 1920 * 100vw, 20px);
    line-height: clamp(27px, 28 / 1920 * 100vw, 29px);
  }
}
@media screen and (max-width: 767px) {
  .page-edit ul {
    padding-left: 4%;
    font-size: clamp(15px, 17 / 750 * 100vw, 19px);
    line-height: clamp(26px, 27 / 750 * 100vw, 28px);
  }
}
.page-edit ul li {
  margin: 0 0 5px;
}
.page-edit .list-bg {
  max-width: 800px;
  margin: 4% auto;
  background-color: #edf4ff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .page-edit .list-bg {
    padding: 2.5% 4%;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .page-edit .list-bg {
    padding: 5% 11%;
    width: 100%;
  }
}

.faq-section {
  padding: 10px 0 50px;
  background-color: #edf4ff;
}
@media screen and (max-width: 767px) {
  .faq-section {
    padding: 20px 10px 30px;
  }
}

.inner {
  max-width: 1200px;
  width: 86%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

.price-card {
  border: 1px solid #d9d9d9;
  box-shadow: 4px 5px 8px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 15px;
  padding: 20px 30px;
  margin: 30px auto 20px;
}
@media screen and (min-width: 768px) {
  .price-card {
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .price-card {
    padding: 15px 20px;
  }
}
.price-card .price-card-title {
  border-bottom: 1.5px solid #3556c3;
}
@media screen and (min-width: 768px) {
  .price-card .price-card-title {
    padding: 10px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .price-card .price-card-title {
    padding: 10px 0;
  }
}
.price-card .price-card-title h4 {
  color: #3556c3;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .price-card .price-card-title h4 {
    font-size: clamp(20px, 22 / 1920 * 100vw, 24px);
    line-height: clamp(27px, 28 / 1920 * 100vw, 29px);
  }
}
@media screen and (max-width: 767px) {
  .price-card .price-card-title h4 {
    font-size: clamp(19px, 21 / 750 * 100vw, 23px);
    line-height: clamp(32px, 33 / 750 * 100vw, 34px);
  }
}
@media screen and (min-width: 768px) {
  .price-card .price-card-title h4 span {
    font-size: clamp(14px, 16 / 1920 * 100vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .price-card .price-card-title h4 span {
    font-size: clamp(13px, 15 / 750 * 100vw, 17px);
  }
}
.price-card .price-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0 15px;
}
.price-card .price-tags .tag {
  background-color: #edf4ff;
  color: #2b87dd;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 15px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .price-card .price-tags .tag {
    font-size: clamp(12px, 14 / 1920 * 100vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .price-card .price-tags .tag {
    font-size: clamp(11px, 13 / 750 * 100vw, 15px);
  }
}
.price-card h5 {
  text-align: center;
  margin: 10px 0 20px;
  color: #3556c3;
}
@media screen and (min-width: 768px) {
  .price-card h5 {
    font-size: clamp(16px, 18 / 1920 * 100vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .price-card h5 {
    font-size: clamp(15px, 17 / 750 * 100vw, 19px);
  }
}
.price-card .price-card-content {
  margin: 25px 0;
}
.price-card .price-card-content-list {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .price-card .price-card-content-list {
    width: 100%;
  }
}
.price-card .price-card-content-list .price-card-content-item {
  width: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(78.31deg, #8bceff 3.94%, #2b87dd 93.54%);
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .price-card .price-card-content-list .price-card-content-item {
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .price-card .price-card-content-list .price-card-content-item {
    border-radius: 10px;
  }
}
.price-card .price-card-content-list .price-card-content-item .title {
  font-weight: 700;
  text-align: center;
  width: 36%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .price-card .price-card-content-list .price-card-content-item .title {
    font-size: clamp(17px, 19 / 1920 * 100vw, 21px);
  }
}
@media screen and (max-width: 767px) {
  .price-card .price-card-content-list .price-card-content-item .title {
    font-size: clamp(13px, 15 / 750 * 100vw, 17px);
  }
}
.price-card .price-card-content-list .price-card-content-item .price {
  text-align: center;
  width: 64%;
  border-left: 1px solid white;
}
.price-card .price-card-content-list .price-card-content-item .price-period {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .price-card .price-card-content-list .price-card-content-item .price-period {
    font-size: clamp(14px, 16 / 1920 * 100vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .price-card .price-card-content-list .price-card-content-item .price-period {
    font-size: clamp(11px, 13 / 750 * 100vw, 15px);
  }
}
.price-card .price-card-content-list .price-card-content-item .price-value {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .price-card .price-card-content-list .price-card-content-item .price-value {
    font-size: clamp(41px, 43 / 1920 * 100vw, 45px);
    line-height: clamp(66px, 67 / 1920 * 100vw, 68px);
  }
}
@media screen and (max-width: 767px) {
  .price-card .price-card-content-list .price-card-content-item .price-value {
    font-size: clamp(25px, 27 / 750 * 100vw, 29px);
    line-height: clamp(36px, 37 / 750 * 100vw, 38px);
  }
}
.price-card .price-card-content-list .price-card-content-item .note {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .price-card .price-card-content-list .price-card-content-item .note {
    font-size: clamp(14px, 16 / 1920 * 100vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .price-card .price-card-content-list .price-card-content-item .note {
    font-size: clamp(11px, 13 / 750 * 100vw, 15px);
  }
}
.price-card .price-card-content-list .price-card-content-item .total {
  padding: 5px 0;
  text-align: center;
  border-radius: 5px;
  background-color: #edf4ff;
  color: #3556c3;
  width: 80%;
  display: inline-block;
  margin: auto;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .price-card .price-card-content-list .price-card-content-item .total {
    font-size: clamp(14px, 16 / 1920 * 100vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .price-card .price-card-content-list .price-card-content-item .total {
    font-size: clamp(12px, 14 / 750 * 100vw, 16px);
  }
}

.common-note {
  padding: 10px 0 20px !important;
}
@media screen and (min-width: 768px) {
  .common-note {
    font-size: clamp(16px, 18 / 1920 * 100vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .common-note {
    font-size: clamp(15px, 17 / 750 * 100vw, 19px);
    padding-left: 0 !important;
  }
}
.common-note li {
  list-style: none;
}

.bg-blue {
  background-color: #edf4ff;
  padding: 25px 20px 10px;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .bg-blue {
    padding: 20px 16px 10px;
  }
}
.bg-blue.no-title {
  padding: 10px 20px 10px !important;
}
.bg-blue.metformin-list p {
  padding-top: 5px;
  padding-left: 18px;
  padding-bottom: 20px;
}
.bg-blue .recommend-text {
  color: #2b87dd;
  font-weight: 700;
  border: 2px solid #2b87dd;
  border-radius: 20px;
  padding: 6px 15px;
  background-color: white;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .bg-blue .recommend-text {
    font-size: clamp(14px, 16 / 1920 * 100vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .bg-blue .recommend-text {
    font-size: clamp(13px, 15 / 750 * 100vw, 17px);
  }
}
.bg-blue ul {
  margin: 10px 6px;
}
@media screen and (min-width: 768px) {
  .bg-blue ul {
    font-size: clamp(16px, 18 / 1920 * 100vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .bg-blue ul {
    font-size: clamp(15px, 17 / 750 * 100vw, 19px);
  }
}
.bg-blue h4 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .aga .aga-kv {
    margin: 40px auto 0;
  }
}
.aga .aga-tags {
  display: flex;
  gap: 10px;
  margin: 20px auto;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .aga .aga-tags {
    min-width: 900px;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .aga .aga-tags {
    width: 96%;
    flex-wrap: wrap;
  }
}
.aga .aga-tags .tag {
  background-color: #3556c3;
  color: white;
  border-radius: 15px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .aga .aga-tags .tag {
    padding: 5px 0px;
    width: 18%;
    font-size: clamp(16px, 18 / 1920 * 100vw, 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1224px) {
  .aga .aga-tags .tag {
    font-size: clamp(15px, 17 / 1920 * 100vw, 19px);
  }
}
@media screen and (max-width: 767px) {
  .aga .aga-tags .tag {
    padding: 5px 0px;
    width: 46%;
    font-size: clamp(14px, 16 / 750 * 100vw, 18px);
  }
}
.aga .point .card-list {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .aga .point .card-list {
    flex-wrap: wrap;
  }
}
.aga .point .card-list .card-item {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .aga .point .card-list .card-item {
    padding-left: 2%;
    width: 96%;
  }
}
.aga .recommend .recommend-content {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .aga .recommend .recommend-content {
    width: 96%;
  }
}
.aga .recommend .recommend-item {
  padding: 20px 0;
}
.aga .recommend .recommend-item h3 .text {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
@media screen and (min-width: 768px) {
  .aga .recommend .recommend-item h3 .text {
    font-size: clamp(20px, 22 / 1920 * 100vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .aga .recommend .recommend-item h3 .text {
    font-size: clamp(19px, 21 / 750 * 100vw, 23px);
  }
}
.aga .aga-plan-title {
  background-color: #edf4ff;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.aga .aga-plan-title h2 {
  margin: auto;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #3556c3;
}
@media screen and (min-width: 768px) {
  .aga .aga-plan-title h2 {
    font-size: clamp(26px, 28 / 1920 * 100vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .aga .aga-plan-title h2 {
    flex-wrap: wrap;
    justify-content: center;
    font-size: clamp(25px, 27 / 750 * 100vw, 29px);
    line-height: clamp(37px, 38 / 750 * 100vw, 39px);
  }
}
@media screen and (min-width: 768px) {
  .aga .aga-plan-title h2 img {
    display: inline-block;
    width: 150px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .aga .aga-plan-title h2 img {
    width: 30%;
    margin-bottom: 20px;
    display: block;
  }
}
.aga .card-aga {
  border: 1px solid #d9d9d9;
  box-shadow: 4px 5px 8px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 15px;
  padding: 15px 20px 10px;
}
.aga .card-aga span {
  display: inline-block;
  border-radius: 15px;
  padding: 6px;
  color: #2b87dd;
  background-color: #edf4ff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .aga .card-aga span {
    font-size: clamp(12px, 14 / 1920 * 100vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .aga .card-aga span {
    font-size: clamp(11px, 13 / 750 * 100vw, 15px);
  }
}
.aga .card-aga p {
  color: #3556c3;
  font-weight: 600;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .aga .card-aga p {
    font-size: clamp(20px, 22 / 1920 * 100vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .aga .card-aga p {
    font-size: clamp(19px, 21 / 750 * 100vw, 23px);
  }
}
@media screen and (min-width: 768px) {
  .aga .aga-plan {
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .aga .aga-plan {
    width: 100%;
  }
}
.aga .aga-plan .price-text {
  text-align: center;
  font-weight: 600;
  padding: 30px 0 40px;
}
.aga .aga-plan .price-text span {
  color: #3556c3;
}
@media screen and (min-width: 768px) {
  .aga .aga-plan .price-text span {
    font-size: clamp(42px, 44 / 1920 * 100vw, 46px);
  }
}
@media screen and (max-width: 767px) {
  .aga .aga-plan .price-text span {
    font-size: clamp(41px, 43 / 750 * 100vw, 45px);
  }
}
@media screen and (min-width: 768px) {
  .aga .aga-plan .plan-note {
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .aga .aga-plan .plan-note {
    width: 96%;
    margin: auto;
  }
}
.aga .aga-plan .plan-note li {
  list-style: none;
}
.aga .pickup {
  background-color: #edf4ff;
  padding: 50px 0;
  text-align: center;
}
.aga .pickup h3 {
  color: #3556c3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .aga .pickup h3 {
    font-size: clamp(30px, 32 / 1920 * 100vw, 34px);
  }
}
@media screen and (max-width: 767px) {
  .aga .pickup h3 {
    font-size: clamp(29px, 31 / 750 * 100vw, 33px);
  }
}
.aga .pickup .mark-text-list {
  justify-content: center;
  gap: 10px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .aga .pickup .mark-text-list {
    padding: 50px 0 40px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .aga .pickup .mark-text-list {
    padding: 30px 0;
    width: 94%;
    display: flex;
    margin: auto;
    gap: 0px;
    flex-direction: column;
  }
}
.aga .pickup .mark-text {
  background-color: white;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  position: relative;
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  .aga .pickup .mark-text {
    padding: 15px 35px 15px 60px;
    font-size: clamp(24px, 26 / 1920 * 100vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .aga .pickup .mark-text {
    padding: 10px 10px 10px 15%;
    text-align: left;
    font-size: clamp(23px, 25 / 750 * 100vw, 27px);
  }
}
.aga .pickup .mark-text::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url("../images/aga/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .aga .pickup .mark-text::before {
    left: 5%;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .aga .pickup .or-text {
    font-size: clamp(16px, 18 / 1920 * 100vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .aga .pickup .or-text {
    font-size: clamp(15px, 17 / 750 * 100vw, 19px);
  }
}
.aga .pickup .pickup-img {
  width: 25%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .aga .pickup .pickup-img {
    width: 80%;
  }
}
.aga .diagnosis-section {
  background-color: white !important;
}
.aga .price-section .price-title {
  color: #3556c3;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .aga .price-section .price-title {
    padding: 15px 0 30px;
    font-size: clamp(24px, 26 / 1920 * 100vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .aga .price-section .price-title {
    padding: 15px 0 20px;
    font-size: clamp(23px, 25 / 750 * 100vw, 27px);
  }
}

.under-line-title {
  border-bottom: 1px solid #2b87dd;
  padding: 2px 4px;
}
@media screen and (min-width: 768px) {
  .under-line-title {
    margin: 40px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .under-line-title {
    margin: 25px 0 15px;
  }
}
.under-line-title h3,
.under-line-title h4 {
  font-weight: 400 !important;
}
@media screen and (min-width: 768px) {
  .under-line-title h3,
  .under-line-title h4 {
    font-size: clamp(17px, 19 / 1920 * 100vw, 21px);
  }
}
@media screen and (max-width: 767px) {
  .under-line-title h3,
  .under-line-title h4 {
    font-size: clamp(16px, 18 / 750 * 100vw, 20px);
  }
}

.no {
  color: #3556c3;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .no {
    font-size: clamp(42px, 44 / 1920 * 100vw, 46px);
  }
}
@media screen and (max-width: 767px) {
  .no {
    font-size: clamp(39px, 41 / 750 * 100vw, 43px);
  }
}

.table-wrapper {
  width: 94%;
  margin: 3% auto 2%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #303850;
}
@media screen and (max-width: 767px) {
  .table-wrapper {
    width: 100%;
  }
}
.table-wrapper th,
.table-wrapper td {
  border: 1px solid #797979;
  vertical-align: middle;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .table-wrapper th,
  .table-wrapper td {
    padding: 18px 16px;
  }
}
@media screen and (max-width: 767px) {
  .table-wrapper th,
  .table-wrapper td {
    padding: 3% 4%;
  }
}
.table-wrapper .table-title {
  background-color: #edf4ff !important;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .table-wrapper .table-title {
    width: 30%;
    font-size: clamp(14px, 16 / 1920 * 100vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .table-wrapper .table-title {
    width: 40%;
    font-size: clamp(13px, 15 / 750 * 100vw, 17px);
  }
}
@media screen and (min-width: 768px) {
  .table-wrapper td {
    text-align: center;
    font-size: clamp(14px, 16 / 1920 * 100vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .table-wrapper td {
    text-align: left;
    font-size: clamp(13px, 15 / 750 * 100vw, 17px);
  }
}

.manjaro .points-section .card-list,
.beautyskin .points-section .card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.manjaro .points-section .card-list .card-item,
.beautyskin .points-section .card-list .card-item {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .manjaro .points-section .card-list .card-item,
  .beautyskin .points-section .card-list .card-item {
    width: 96%;
  }
}

.ribersus .ribersus-kv {
  margin-bottom: 10px;
}

.about-section p {
  padding: 5px 0 30px;
}
@media screen and (min-width: 768px) {
  .about-section h4 {
    font-size: clamp(16px, 18 / 1920 * 100vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .about-section h4 {
    font-size: clamp(15px, 17 / 750 * 100vw, 19px);
  }
}

.precautions {
  margin: 50px 0;
}
.precautions p {
  padding: 5px 0 30px;
}
.precautions h2 {
  text-align: center;
  font-weight: 600;
  color: #3556c3;
}
@media screen and (min-width: 768px) {
  .precautions h2 {
    font-size: clamp(18px, 20 / 1920 * 100vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .precautions h2 {
    font-size: clamp(17px, 19 / 750 * 100vw, 21px);
  }
}
.precautions h5 {
  padding: 15px 0 0px;
}
@media screen and (min-width: 768px) {
  .precautions h5 {
    font-size: clamp(16px, 18 / 1920 * 100vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .precautions h5 {
    font-size: clamp(15px, 17 / 750 * 100vw, 19px);
  }
}
.precautions ul {
  padding: 10px 0;
  padding-left: 15px;
}

.reference-text {
  margin-bottom: 20px;
}

.beautyskin .no-list {
  padding: 1% 1.4%;
}
.beautyskin .no-list h4 {
  font-weight: 600;
  font-size: clamp(20px, 22 / 1920 * 100vw, 24px);
}
@media screen and (max-width: 767px) {
  .beautyskin .no-list h4 {
    font-size: clamp(19px, 21 / 750 * 100vw, 23px);
  }
}
.beautyskin .no-list p {
  margin-bottom: 25px;
}
.beautyskin .evidence-title {
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .beautyskin .evidence-title {
    width: 46%;
  }
}
.beautyskin .evidence-img {
  width: 50%;
  margin: 0 auto 5%;
}
@media screen and (max-width: 767px) {
  .beautyskin .evidence-img {
    width: 100%;
  }
}
.beautyskin .beautyskin-table {
  width: 94%;
  margin: 3% auto 8%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .beautyskin .beautyskin-table {
    width: 100%;
    margin: 3% auto 12%;
  }
}
.beautyskin .beautyskin-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.beautyskin .beautyskin-table table th,
.beautyskin .beautyskin-table table td {
  border: 1px solid #797979;
}
@media screen and (min-width: 768px) {
  .beautyskin .beautyskin-table table th,
  .beautyskin .beautyskin-table table td {
    font-size: clamp(16px, 18 / 1920 * 100vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .beautyskin .beautyskin-table table th,
  .beautyskin .beautyskin-table table td {
    font-size: clamp(15px, 17 / 750 * 100vw, 19px);
  }
}
.beautyskin .beautyskin-table table th {
  width: 26%;
  padding-left: 2%;
  text-align: left;
  vertical-align: middle;
  background-color: #edf4ff;
  font-weight: 400 !important;
}
@media screen and (max-width: 767px) {
  .beautyskin .beautyskin-table table th {
    width: 40%;
  }
}
.beautyskin .beautyskin-table table td {
  padding: 2% 1.5%;
}
@media screen and (max-width: 767px) {
  .beautyskin .beautyskin-table table td {
    padding: 4% 2%;
  }
}
.beautyskin .beautyskin-table table .period {
  background-color: #2b87dd;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .beautyskin .beautyskin-table table .period {
    font-size: clamp(14px, 16 / 1920 * 100vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .beautyskin .beautyskin-table table .period {
    font-size: clamp(11px, 13 / 750 * 100vw, 15px);
  }
}

.isotretinoin .isotretinoin-img {
  width: 50%;
  margin: auto;
}
.isotretinoin .isotretinoin-img2 {
  margin: 10px auto 30px;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .isotretinoin .isotretinoin-img2 {
    width: 70%;
  }
}
.isotretinoin .arrow {
  width: 4%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .isotretinoin .arrow {
    width: 8%;
    margin: 10px auto 25px;
  }
}
.isotretinoin .no-list p {
  padding-left: 1%;
}
@media screen and (min-width: 768px) {
  .isotretinoin .no-list h4 {
    display: flex;
    align-items: center;
  }
  .isotretinoin .no-list .text {
    font-size: clamp(20px, 22 / 1920 * 100vw, 24px);
    line-height: clamp(27px, 28 / 1920 * 100vw, 29px);
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .isotretinoin .no-list {
    width: 96%;
    margin: auto;
  }
  .isotretinoin .no-list h4 {
    display: flex;
    align-items: center;
    line-height: clamp(26px, 27 / 750 * 100vw, 28px);
  }
  .isotretinoin .no-list h4 .no {
    display: block;
    width: 12%;
  }
  .isotretinoin .no-list h4 .text {
    display: block;
    width: 88%;
  }
}
.isotretinoin .woman,
.isotretinoin .woman2 {
  width: 55%;
  margin: 20px auto 30px;
}
@media screen and (max-width: 767px) {
  .isotretinoin .woman,
  .isotretinoin .woman2 {
    margin: 25px auto 20px;
    width: 86%;
  }
}
.isotretinoin .banner {
  width: 60%;
  margin: 10px auto 20px;
}
@media screen and (max-width: 767px) {
  .isotretinoin .banner {
    width: 100%;
  }
}