body {   font-family: 'Inter', sans-serif; }  
    /* 공통 모바일 안전장치 */

html, body {
    width: 100%;
    overflow-x: hidden;
  }


  .section-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
  }

  /* 모바일에서 카드 세로 배치 */
  .section-content {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
    margin-top: 64px;
  }
   /* 요금안내 */

    .price-layout {
        display: flex;
        padding: 24px 24px 40px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
        align-self: stretch;

        background: #FFF;

            border-top-left-radius: 16px;  /* 2xl에 맞춰 16px */
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .price-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
        align-self: stretch;
    }
    .title-rounded {
        display: flex;
        padding: 12px 20px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        align-self: stretch;

        border-radius: 12px;
        background: #F7F7FB;

        color: #111;
        font-family: Pretendard;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 30.8px */
        letter-spacing: -0.55px;
    }

    .price-value-layout {
        display: flex;
        padding: 0 20px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        align-self: stretch;
    }
    .price-value {
        color: #111;
        font-family: Pretendard;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 67.2px */
        letter-spacing: -1.2px;
    }
    .price-value-after {
        color: #767676;
        font-family: Pretendard;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 44.8px */
        letter-spacing: -0.8px;
    }

    .btn-disabled {
        display: flex;
        height: 65px;
        padding: 20px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        align-self: stretch;

        border-radius: 0 0 12px 12px;
        background: #F7F7FB;

    }

  .card-layout{
    width: 600px;
    height: 552px;
    angle: 0deg;
    opacity: 1;
    border-radius: 16px;
    border-width: 2px;
    padding: 32px;
  }

          
  .card-layout.left{
    background: linear-gradient(135deg, #FEF2F2 0%, #FFF7ED 100%);
    border: 2px solid #FFC9C9;
    box-shadow: 0px 4px 6px -4px #0000001A;

    box-shadow: 0px 10px 15px -3px #0000001A;

  }

  .card-layout.right{
    background: linear-gradient(135deg, #EFF6FF 0%, #EEF2FF 100%);
    border: 2px solid #8EC5FF;
    box-shadow: 0px 4px 6px -4px #0000001A;

    box-shadow: 0px 10px 15px -3px #0000001A;

  }

  .compare-card-layout{

    width: 504px;
    border-radius: 16px;
    border: 1px solid #1E2939;
    padding: 41px;
    background: #FFF;

  }

  .section-class{
    width: 100%;
    padding: 96px 0;
    background: #fff;


  }

  .section-class.toggle {
    background: #F9FAFB;
  }



  .section-container-card {
    width: 848px;
    margin: 0 auto;
    border-radius: 16px;

    background: #1A2D4D;
  box-shadow: 0px 25px 50px -12px #00000040;

  }




  .header-title {
    font-size: 36px;
    font-weight: 500;
    color: #101828;
    text-align: center;
    margin-bottom: 16px;

  }

  .header-title.header-bold {
    font-weight: 700;
  }

  .header-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #4A5565;
    text-align: center;
  }

  .content-text {
    font-size: 18px;
    font-weight: 400;
    font-color: #111111;
  }

  .content-text-white {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }

  .card-text {
    font-weight: 400;
    color: #111111;
    font-size: 20px;
  }

  .card-text-bold {
    font-weight: 600;
    color: #111111;
    font-size: 20px;
  }


  .card-text-comment {
    font-size: 16px;
    font-weight: 400;
    color: #767676;
  }

  .bottom-benefits-layout {

    width: 668px;
    height: 72px;
    padding: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 22px;
    margin: 48px auto 0 auto;
    border-radius: 14px;

    background: #FFFFFF;


    box-shadow: 0px 2px 4px -2px #0000001A;

  box-shadow: 0px 4px 6px -1px #0000001A;
  box-sizing: border-box;
  }

  .bottom-benefit-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #364153;
  }

  .bottom-benefit-item img {
    width: 20px;
    height: 20px;
    filter: none !important;
    opacity: 1;
  }

  .bottom-benefit-divider {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #D1D5DC;
  }

.function-card-layout {
  width: 100%;
  max-width: 389px;
  min-height: 226px;
  height: auto;

  display: flex;
  flex-direction: column;
  padding: 27px;

  border-radius: 14px;
  border: 1px solid #E5E7EB;
  text-align: left;
  background: #FFF;
  box-sizing: border-box;
}

  .function-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 10px;
  background: #DBEAFE;



    display: flex;
    justify-content: center;
    align-items: center;
  }

  .function-card-icon img {
    filter: none !important;
    opacity: 1;
  }

  .function-gap-y {
    margin-top : 16px;
    margin-bottom: 12px;
  }

.sale-card-layout {
  width: 100%;
  max-width: 338px;
  min-height: 169px;
  height: auto;

  display: flex;
  flex-direction: column;
  padding: 25px;

  border-radius: 14px;
  border: 1px solid #1E2939;
  text-align: center;
  background: #FFF;
  box-sizing: border-box;
}

  .promotion-gap-y {
    margin-top : 18px;
    margin-bottom: 8px;
  }

  .promotion-card-layout {
    width: 331px;
    height: 220px;

    display: flex;
    flex-direction: column;
    padding: 33px;

    border-radius: 16px;
    border: 1px solid #1E2939;
    text-align: left;

    background: #FFF;
  }

  .promotion-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  background: #155DFC1A;

    display: flex;
    justify-content: center;
    align-items: center;

  }

  .promotion-card-icon img {
    filter: none !important;
    opacity: 1;
  }

  .promotion-text-box {
  /* width: 141.171875; */
  height: 50px;

  border-radius: 10px;
  padding: 13px 25px;;

  border: 1px solid #155DFC33;
  background: #155DFC1A;

  color: #0076FD;
  font-size: 16px;
  font-weight: 500;

  }
  /* w-full md:w-[260px] border border-[#1E2939] rounded-xl p-6 text-center bg-slate-50 */
  .buyer-card-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  width: 330px;
  height: 224px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 14px;
  border: 1px solid #1E2939;
  text-align: center;
  }

  .buyer-number-circle {
    width: 64px;
    height: 64px;
  border-radius: 50%;
  background: #155DFC;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  }

  .buyer-gap-y {
    margin-top : 24px;
    margin-bottom: 16px;
  }

  .buyer-flow-arrow {
    font-size: 24px;
    font-weight: 700;
    color: #364153;
  }
@media (max-width: 767px) {
  .section-class {
    padding: 32px 0 ;
  }

  .section-content {
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }

  .card-layout,
  .compare-card-layout,
  .bottom-benefits-layout,
  .promotion-card-layout,
  .buyer-card-layout,
  .section-container-card {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }

.function-card-layout {
    max-width: 100%;
    min-height: auto;
    padding: 20px;
  }

.sale-card-layout {
    max-width: 100%;
    min-height: auto;
    padding: 20px;
  }

  .compare-card-layout {
    border: none;
    padding: 0;
  }

  .bottom-benefits-layout {
    padding: 20px;
    flex-direction: row;
    justify-content: left;
    align-items: center;
        padding: 0;
    margin: 12px auto 26px auto;
    box-shadow: none;
    font-size: 12px;
    gap: 14px;

  }

  .section-container {
    padding: 0 20px;
  }

  .header-title {
    font-size: 28px;
    line-height: 1.35;
    text-align: left;
    font-weight:500;
  }

  .header-subtitle {
    font-size: 16px;
    text-align: left;
  }



.buyer-number-circle {
    width: 48px;
    height: 48px;
    font-size: 24px;
}

.content-text {
    font-size: 16px;
}

.bottom-benefit-item {
    font-size: 12px;
    margin-left:10px;
}
  .bottom-benefit-item img {
    width: 14px;
    height: 14px;
  }

.feature-title {
    font-size: 20px;
  }

  .promotion-subtitle-m {
    font-size:16px;
    font-weight: 500;
    color: #111111;
  }

  .promotion-comment-m {
    font-size: 14px;
    font-weight: 400;
    color: #505050;
  }
}