* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'Noto Sans KR', sans-serif;
      background: #f4f4f4;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    header {
      width: 100%;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 16px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .swiper {
      width: 100%;
      max-width: 960px;
	    
      border-radius: 12px;
      margin-bottom: 16px;
    }

    .swiper-slide img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;
    }

    .logo {
      font-size: 20px;
      font-weight: bold;
      color: #3F00D7;
      margin: 12px 0;
    }

	 .slogo {
      font-size: 25px;
      font-weight: bold;
	  text-align: left;
      color: #000000;
      margin: 12px 0;

    }

    .menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: 16px;
    }

    .menu span {
      font-size: 14px;
      font-weight: 500;
      color: #222;
      background: #f2f2f2;
      padding: 6px 10px;
      border-radius: 20px;
    }

    .container {
      max-width: 1024px;
      width: 100%;
      padding: 16px;
	  margin: 0 auto;
    }

    .plan {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      margin-bottom: 20px;
      padding: 16px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .plan-left {
      flex: 1 1 65%;
    }

    .badges {
      margin-bottom: 8px;
    }

    .badge {
      display: inline-block;
      background: #eee;
      color: #333;
      padding: 3px 8px;
      border-radius: 4px;
      font-size: 12px;
      margin-right: 6px;
      font-weight: bold;
    }
    .badge.green { background: #d4f4d7; color: #008000; }
    .badge.purple { background: #f0e6ff; color: #6a1b9a; }
    .badge.pink { background: #ffe6e6; color: #e91e63; }
	.badge.red { background: #ff0000; color: #ffffff; }
	.badge.gray { background: #d3d3d3; color: #000000; }

    .badge1 {
      display: inline-block;
      background: #eee;
      color: #333;
      padding: 3px 8px;
      border-radius: 4px;
      font-size: 10px;
      margin-right: 6px;
      font-weight: bold;
    }
    .badge1.green { background: #d4f4d7; color: #008000; }
    .badge1.purple { background: #f0e6ff; color: #6a1b9a; }
    .badge1.pink { background: #ffe6e6; color: #e91e63; }
	.badge1.red { background: #ff0000; color: #ffffff; }
	.badge1.gray { background: #d3d3d3; color: #000000; }

    .plan-left h3 {
      font-size: 18px;
      margin-bottom: 4px;
      color: #222;
    }

    .plan-left p {
      font-size: 14px;
      margin-bottom: 10px;
      color: #666;
    }


   .plan-left1 p {
      font-size: 12px;
      margin-bottom: 5px;
      color: #666;
    }

    .plan-right {
      text-align: right;
      flex: 1 1 30%;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: center;
    }

    .price {
      display: flex;
      gap: 8px;
      align-items: baseline;
      font-size: 20px;
      color: #3F00D7;
      font-weight: normal;
      margin-bottom: 6px;
    }

    .price s {
      color: #3F00D7;
      font-size: 14px;
    }

    .price strong {
      font-size: 35px;
      color: #3F00D7;
      font-weight: bold;
    }

  .price1 strong {
      font-size: 20px;
      color:  #FF0000;
      font-weight: bold;
    }




    .kakao-banner {
      position: fixed;
      right: 10px;
      bottom: 140px;
      z-index: 1000;
    }
    .kakao-banner img {
      width: 80px;
      height: auto;
    }
    .apply-banner {
      position: fixed;
      right: 10px;
      bottom: 60px;
      z-index: 999;
      background-color: #3F00D7;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      padding: 12px 16px;
      border-radius: 6px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    }
    .apply-banner a {
      color: #fff;
      text-decoration: none;
    }
	.kakao-banner {
        right: 10px;
        bottom: 120px;
      }
      .apply-banner {
        right: 10px;
        bottom: 70px;
      }
    .button {
      background: #111;
      color: #fff;
      padding: 10px 24px;
      font-size: 14px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
    }
.phone-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #000000 !important;
  background-color: #F3E5F5 !important;
  text-align: center;
  padding: 17px 0;
  font-size: 20px;
  font-weight: bold !important;
  z-index: 998;
}

.phone-banner a {
  color:  #000000 ; /* ÀüÈ­¹øÈ£¸¸ °­Á¶ */
  text-decoration: none;
}

    @media (max-width: 600px) {
      .container {
        padding: 8px;
      }
      .plan {
        flex-direction: column;
      }
      .plan-right {
        text-align: left;
        align-items: flex-start;
        margin-top: 12px;
      }
	 .features {
      max-width: 100%;
      margin: 40px auto;
      padding: 0 16px;
    }
    .feature {
      display: flex;
      flex-wrap: nowrap;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      margin-bottom: 20px;
      overflow: hidden;
    }
    .feature-content {
      flex: 1;
      padding: 30px;
    }
    .feature-img {
      flex: 1;
      min-width: 280px;
      background: #fafafa;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0px;
    }
    .feature-img img {
      max-width: 100%;
      height: auto;
    }
    .feature h3 {
      font-size: 22px;
      margin: 10px 0 8px;
      color: #00aa44;
    }
    .feature p {
      font-size: 10px;
      color: #555;
    }
    .badge {
      display: inline-block;
      background: #00aa44;
      color: #fff;
      font-size: 13px;
      font-weight: bold;
      padding: 6px 12px;
      border-radius: 20px;
      margin-bottom: 12px;
    }
    @media (max-width: 1000px) {
      .feature {
        flex-direction: column;
      }
      .feature-content, .feature-img {
        padding: 20px;
      }
	    .footer {
      margin-top: 50px;
      font-size: 14px;
      color: #666;
    }
    .footer a {
      color: #666;
      margin-right: 10px;
      text-decoration: none;
    }
	.contar {
      max-width: 960px;
      margin: auto;
    }
    h1 {
      color: #00c73c;
    }
