main {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* -------- COMMON COMPONENTS -------- */
.section-title p {
  font-size: 24px;
  font-weight: bold;
  font-family: "Inter";
  color: #859a8e;
}
.big-title {
  font-size: 64px;
  color: #bbac95;
  font-family: "Poiret One";
}
.more-btn {
  width: 260px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #bbac95;
  border-radius: 200px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.more-btn img {
  position: absolute;
  right: 23px;
  width: 20px;
  height: auto;
}

.side-bar {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding-block: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.f-b {
  font-weight: bold;
  color: #57836b;
}
.f-m {
  font-weight: 500;
}
.t-s {
  text-align: start !important;
}
/* --- Floating btns --- */
.floating {
  position: fixed;
  top: 17px;
  right: 0;
  transition: opacity 0.3s ease;
  display: none;
  z-index: 999;
}
.floating.show {
  display: none;
}
.floating a {
  display: flex;
  width: 80px;
  height: 80px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
}
.floating a img {
  width: 30px;
}
.floating a:nth-of-type(1) {
  border-top-left-radius: 10px;
}
.floating a:nth-of-type(2) {
  border-bottom-left-radius: 10px;
}

@media (max-width: 768px) {
  .floating.show {
    display: block;
  }
  .side-bar {
    padding: 11px 16px;
  }
}

/* -------- FV -------- */
.fv {
  width: 100%;
  background-color: #b0cde4;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 51px;
}
.fv img {
  width: 100%;
  max-width: 1100px;
}

@media (max-width: 1100px) {
  .fv {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .fv img {
    max-width: 393px;
  }
}

/* -------- INDEX -------- */
.index {
  width: 100%;
  max-width: 1100px;
  background-color: #fbfbfb;
  padding-block: 14px 49px;
}
.index h2 {
  font-size: 64px;
  color: #bbac95;
  font-weight: normal;
  font-family: "Poiret One";
  text-align: center;
  margin-bottom: 22px;
}
.index .item-case {
  width: 100%;
  max-width: 730px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 14px;
  column-gap: 20px;
  margin: auto;
}
.index .item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
}
.index .item img {
  width: 30px;
}

@media (max-width: 768px) {
  .index {
    padding-block: 14px 32px;
  }
  .index h2 {
    margin-bottom: 31px;
  }
  .index .item-case {
    padding-inline: 31px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .index .item {
    width: 100%;
    max-width: 330px;
  }
}

/* -------- RECOMMENDED -------- */
.recommended {
  width: 100%;
  margin-block: 18px;
  padding-block: 36px 22px;
}
.recommended h2 {
  font-size: 24px;
  color: #859a8e;
  margin-bottom: 18px;
  text-align: center;
}
.recommended .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recommended .content .item {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 20px;
  width: fit-content;
  padding-block: 15px;
}
.recommended .content .item img {
  width: 30px;
}

@media (max-width: 650px) {
  .recommended {
    margin-block: 20px;
    padding-block: 33px 17px;
  }
  .recommended h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .recommended .content .item {
    padding-block: 17px;
  }
}

/* -------- CONTENT-BOX -------- */
.content-box {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-block: 40px 60px;
}

.content-box .content {
  width: 100%;
}
.content-box .content .title {
  color: #859a8e;
  padding: 15px 19px;
  border-left: 10px solid #bbac95;
  margin-bottom: 30px;
  background-color: #fbfbfb;

  h3 {
    font-size: 24px;
  }
}
.content-box .content .img-txt {
  width: 100%;
  display: flex;
  gap: 34px;
}
.content-box .content .img-txt img {
  width: 100%;
  max-width: 361px;
}
.content-box .content .img-txt p {
  font-size: 18px;
}
.content .item-case {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.content .item {
  width: 100%;
}
.content .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #859a8e;
  margin-bottom: 30px;
  padding: 18px 29px;
  border: 1px solid #bbac95;
  border-radius: 10px;
}
.content .item p {
  font-size: 18px;
}
.content ul {
  width: 100%;
  padding-left: 25px;
  text-align: start;
}
.content p {
  font-size: 18px;
}
.content ul li {
  list-style: decimal;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;

  span {
    font-weight: normal;
  }
}
.content .contents-explain {
  font-size: px;
}

/* ---- table ---- */
.clinic-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  table-layout: fixed;
}

.clinic-table th {
  background-color: #bbac95;
  padding: 18px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.clinic-table td {
  border: 1px solid #d4c7b5;
  padding: 28px 30px;
  vertical-align: middle;
  text-align: center;
  background-color: #ffffff;
}

.clinic-table ul {
  padding-left: 18px;
  margin: 0;
}

.clinic-table .t_item {
  width: 210px;
  text-align: center;
}

.clinic-table .t_item img {
  width: 168px;
  margin-bottom: 10px;
}

.clinic-table .t_item .t_title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 6px;
}

@media (max-width: 768px) {
  .clinic-table {
    font-size: 14px;
    min-width: 618px;
  }
  .clinic-table.drip-table {
    min-width: 100%;
  }
  .clinic-table.drip-table th {
    width: 50%;
  }
  .clinic-table th {
    font-size: 16px;
  }
  .clinic-table .t_item .t_title {
    font-size: 16px;
  }
  .clinic-table td {
    padding: 10px;
  }
  .clinic-table .t_item img {
    width: 100%;
  }
  .content ul li {
    font-size: 14px;
  }
}

/* ------- cosmetics-table ------ */
.cosme-table {
  width: 100%;
  margin-top: 40px;
  font-size: 20px;
}

.cosme-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.cosme-table th {
  background: #c9b99b;
  color: #ffffff;
  padding: 14px;
  text-align: center;
  font-weight: 600;
}

.cosme-table td {
  border: 1px solid #e5e5e5;
  padding: 16px 14px;
  text-align: center;
  background: #ffffff;
}

.cosme-table tbody td:first-child {
  width: 22%;
}

.cosme-table .note {
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 768px) {
  .content-box {
    gap: 30px;
    padding-bottom: 0;
  }
  .content-box .content {
    padding-inline: 16px;
  }
  .content-box .content .title {
    margin-block: 20px;
    padding: 16px;

    h3 {
      font-size: 22px;
    }
  }
  .content-box .content .img-txt {
    flex-direction: column;
    gap: 30px;
  }
  .content-box .content .img-txt img {
    max-width: 100%;
  }
  .content .item-case {
    gap: 30px;
  }
  .content .item-title {
    padding: 13px 26px;
    margin-block: 20px;
  }

  .cosme-table {
    font-size: 14px;
  }
  .cosme-table td {
    padding: 15px 1px;
  }
  .cosme-table th {
    padding-inline: 5px;
  }
}

/* ------- DRCOS-TB ---------- */

.drcos-tb-boxs {
  width: 100%;
}
.drcos-tb-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.drcos-tb-box .top img {
  width: 100%;
  max-width: 642px;
  margin-bottom: 24px;
}
.drcos-tb-box.one .top img {
  max-width: 238px;
}
.drcos-tb-box .top p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

/* ------- Tables ---------- */

.drcos-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.drcos-table th {
  width: 21.18%;
  background: #ccbfa9;
  color: #fff;
  padding: 12px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.drcos-table th:nth-child(1) {
  width: 23.27%;
}
.drcos-table th:nth-child(4) {
  width: 14.8%;
}

.drcos-table td {
  padding: 30px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
}

.drcos-table .img-cell {
  text-align: center;
  width: 140px;
  padding: 18px;
}

.drcos-table .img-cell img {
  max-width: 160px;
  width: 100%;
  margin: 0 auto 16px;
}
.drcos-table .img-cell.one img,
.drcos-table .img-cell.two img {
  max-width: 116px;
}
.drcos-table .img-cell.three img,
.drcos-table .img-cell.four img {
  max-width: 140px;
}

.drcos-table .img-cell p {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1.1;
}

.drcos-tb-box.two,
.drcos-tb-box.three {
  padding-top: 40px;
}
.drcos-tb-box.two .top img,
.drcos-tb-box.three .top img {
  max-width: 800px;
}

/* ---------------- */
.peel-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  padding-bottom: 40px;
}

.peel-table th {
  width: 26.18%;
  background: #ccbfa9;
  color: #fff;
  padding: 12px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.peel-table th:nth-child(1) {
  width: 23.27%;
}

.peel-table td {
  padding: 30px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
}

.peel-table .img-cell {
  text-align: center;
  padding: 18px 25px;
}

.peel-table .img-cell img {
  max-width: 196px;
  width: 100%;
  margin: 0 auto 16px;
}

.peel-table .img-cell p {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .table-container {
    width: 100%;
    overflow-x: scroll;
  }
  .drcos-table {
    font-size: 14px;
    min-width: 618px;
  }
  .drcos-table th {
    font-size: 16px;
    padding: 10px 18px;
  }
  .drcos-table .t_item .t_title {
    font-size: 16px;
  }
  .drcos-table td {
    padding: 10px;
  }
  .drcos-table .t_item img {
    width: 100px;
  }
  .drcos-table th {
    font-size: 16px;
    width: 16%;
  }
  .drcos-table td {
    padding: 5px;
    font-size: 16px;
  }
  .drcos-table .img-cell {
    padding: 5px;
  }
  .drcos-table th:nth-child(1) {
    width: 26%;
  }

  .peel-table {
    min-width: 618px;
  }
  .peel-table th {
    font-size: 16px;
    width: 16%;
  }
  .peel-table th:nth-last-child(1) {
    width: 5%;
  }
  .peel-table .img-cell p {
    font-size: 16px;
  }
  .peel-table .img-cell {
    padding: 10px;
  }
  .peel-table th:nth-child(1) {
    width: 20%;
  }
  .peel-table td {
    padding: 10px;
    font-size: 14px;
  }
  .peel-table .img-cell img {
    width: 130px;
  }
}
