/* BASIC css start */
    .content-wrapper {
      font-family: 'Noto Sans KR', sans-serif;
      line-height: 1.6;
      color: #333;
      max-width: 800px;
      margin: 0 auto;
      padding: 2rem;
      font-size: 1rem
    }

    .content-wrapper h2 {
      color: #111;
      margin-top: 5.5rem;
      margin-bottom: 1rem;
      font-size: 1.5rem;
    }

    .content-wrapper p {
      margin-bottom: 1.5rem;
    }

    .content-wrapper table {
      width: 100%;
      border-collapse: collapse;
      margin: 1.5rem 0;
    }

    .content-wrapper table th, .content-wrapper table td {
      border: 1px solid #ccc;
      padding: 0.75rem;
      text-align: center;
      font-size: 0.95rem;
    }

    .content-wrapper table th {
      background-color: #f5f5f5;
      font-weight: 600;
    }

    .content-wrapper ul {
      margin-left: 1.5rem;
    }

    .compare-table {
      width: 100%;
      border-collapse: collapse;
      margin: 2rem 0 2.5rem;
      font-size: 0.95rem;
    }

    .compare-table th, .compare-table td {
      border: 1px solid #ccc;
      padding: 0.7rem;
      text-align: center;
    }

    .compare-table th {
      background-color: #f2f2f2;
      font-weight: bold;
    }

    .compare-table td:first-child {
      font-weight: 500;
      background-color: #f9f9f9;
      text-align: left;
    }

    .compare-table td {
      background-color: #fff;
    }

    .product-thumbnails {
      display: flex;
      justify-content: center;
      gap: 2rem;
      margin-top: 2rem;
      flex-wrap: wrap;
    }

    .product-item {
      text-align: center;
      width: 240px;
    }

    .product-item img {
      width: 100%;
      height: auto;
      border-radius: 6px;
      margin-bottom: 1.5rem;
    }

    .product-button {
      display: inline-block;
      padding: 0.5rem 1rem;
      background-color: #0077cc;
      color: white;
      border-radius: 4px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s;
      font-size: 0.9rem;
    }

    .product-button:hover {
      background-color: #005fa3;
    }

    .retinol_image {
      text-align: center;
      margin-bottom: 10px;
    }

/* BASIC css end */

