@charset "euc-kr";
.xonda-service--first {
  --xs-point: #d97706;
  --xs-point-dark: #9a4d05;
}
.xf-hero-benefit {
  position: relative;
  display: flex;
  width: 330px;
  height: 330px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 12px solid rgba(255,255,255,.72);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg,#f7ad22,#c95c05);
  box-shadow: 0 25px 45px rgba(154,77,5,.24),inset 0 0 0 2px rgba(255,255,255,.4);
  text-align: center;
  transform: rotate(-3deg);
}

.xf-hero-benefit::before,
.xf-hero-benefit::after {
  position: absolute;
  border-radius: 50%;
  background: #ffd66e;
  content: "";
  box-shadow: 0 8px 18px rgba(154,77,5,.18);
}

.xf-hero-benefit::before {
  top: -18px;
  right: 18px;
  width: 68px;
  height: 68px;
}

.xf-hero-benefit::after {
  bottom: 2px;
  left: -18px;
  width: 48px;
  height: 48px;
}

.xf-hero-benefit span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
}

.xf-hero-benefit strong {
  font-size: 92px;
  line-height: 1;
  letter-spacing: -.08em;
  text-shadow: 0 4px 0 rgba(124,52,0,.2);
}

.xf-hero-benefit b {
  margin-top: 8px;
  padding: 6px 15px;
  border-radius: 999px;
  color: #8c3e00;
  background: #fff3cb;
  font-size: 17px;
}

.xf-hero-benefit i {
  margin-top: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.xonda-service--first .xs-button--primary {
  border-color: transparent;
  background: linear-gradient(135deg,#ee9a16,#c76506);
  box-shadow: 0 10px 24px rgba(217,119,6,.25);
}

.xonda-service--first #products {
  scroll-margin-top: 130px;
}

.xf-product-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
}

.xf-product-card {
  --xf-color: #d97706;
  --xf-dark: #9a4d05;
  --xf-soft: #fff8eb;
  --xf-border: #ebc68f;
  --xf-shadow: rgba(217,119,6,.18);
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 410px;
  flex-direction: column;
  align-items: center;
  padding: 24px 18px 20px;
  border: 1px solid var(--xf-border);
  border-top: 6px solid var(--xf-color);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(91,57,22,.09);
  text-align: center;
}

.xf-product-card:nth-child(1) {
  --xf-color: #e91e63;
  --xf-dark: #ad1457;
  --xf-soft: #fff0f5;
  --xf-border: #f4a9c3;
  --xf-shadow: rgba(233,30,99,.18);
}

.xf-product-card:nth-child(2) {
  --xf-color: #0aa879;
  --xf-dark: #087858;
  --xf-soft: #edfbf6;
  --xf-border: #92d9c5;
  --xf-shadow: rgba(10,168,121,.18);
}

.xf-product-card:nth-child(3) {
  --xf-color: #1268bd;
  --xf-dark: #0b4c91;
  --xf-soft: #eef6ff;
  --xf-border: #9bc4eb;
  --xf-shadow: rgba(18,104,189,.18);
}

.xf-product-card:nth-child(4) {
  --xf-color: #e45b3f;
  --xf-dark: #b53d28;
  --xf-soft: #fff2ee;
  --xf-border: #f0ad9f;
  --xf-shadow: rgba(228,91,63,.18);
}

.xf-product-card--best {
  box-shadow: 0 16px 34px var(--xf-shadow);
}

.xf-product-card__best {
  position: absolute;
  top: -14px;
  right: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: #e1492f;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
}

.xf-product-card__label {
  color: var(--xf-dark);
  font-size: 12px;
  font-weight: 800;
}

.xf-product-card h3 {
  margin: 8px 0 0;
  color: var(--xf-dark);
  font-size: 34px;
  line-height: 1.15;
}

.xf-product-card__tax {
  color: #9a8a78;
  font-size: 11px;
}

.xf-product-card__formula {
  display: grid;
  width: 100%;
  gap: 6px;
  margin: 20px 0 15px;
  padding: 15px 10px;
  border-radius: 12px;
  background: var(--xf-soft);
  color: #725b40;
  font-size: 12px;
}

.xf-product-card__formula span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.xf-product-card__formula b {
  color: #3c2b19;
  font-size: 13px;
}

.xf-product-card__formula i {
  height: 18px;
  color: var(--xf-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
}

.xf-product-card__total {
  color: #5f4b35;
  font-size: 14px;
}

.xf-product-card__total strong {
  display: block;
  color: var(--xf-dark);
  font-size: 23px;
}

.xf-product-card>em {
  margin: 4px 0 16px;
  color: var(--xf-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.xf-product-card .xp-charge-button {
  width: 100%;
  margin-top: auto;
  padding: 5px 5px;
  border-color: #2b2b2b;
  background: linear-gradient(#4c4c4c,#333);
}

/*
.xf-product-card:nth-child(1) .xp-charge-button{border-color:#c2185b;background:linear-gradient(#ec407a,#c2185b);box-shadow:0 2px 0 #9b1249}
.xf-product-card:nth-child(2) .xp-charge-button{border-color:#087858;background:linear-gradient(#19b889,#087858);box-shadow:0 2px 0 #056044}
.xf-product-card:nth-child(3) .xp-charge-button{border-color:#0b4c91;background:linear-gradient(#2b7fd1,#0b4c91);box-shadow:0 2px 0 #07396e}
.xf-product-card:nth-child(4) .xp-charge-button{border-color:#b53d28;background:linear-gradient(#ee745b,#b53d28);box-shadow:0 2px 0 #8e2f20}
*/
.xf-product-example {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
  padding: 18px 5px;
  border: 1px solid #f1d19b;
  border-radius: 14px;
  background: #fff9ee;
  color: #6e5940;
  font-size: 13px;
  text-align: center;
}

.xf-product-example__line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.xf-product-example strong {
  color: #9a4d05;
  font-size: 14px;
}

.xf-product-example i {
  color: #d97706;
}

.xf-product-example b {
  color: #c94e13;
  font-size: 15px;
}

.xf-product-example em {
  padding: 6px 11px;
  border-radius: 999px;
  color: #fff;
  background: #e45b3f;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(228,91,63,.2);
}

@media(max-width:1000px) {
  .xf-product-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .xf-product-example {
    flex-wrap: wrap;
  }

}

@media(max-width:600px) {
  .xf-hero-benefit {
    width: 270px;
    height: 270px;
  }

  .xf-hero-benefit strong {
    font-size: 74px;
  }

  .xf-product-grid {
    grid-template-columns: 1fr;
  }

  .xf-product-card {
    min-height: 0;
  }

  .xf-product-example {
    flex-direction: column;
    gap: 6px;
  }

  .xf-product-example i {
    transform: rotate(90deg);
  }

}

/* È¸¿øÀ¯Çüº° »óÇ° ÅÇ -------------------------------------------------- */
.xonda-service--first #product-compare { scroll-margin-top: 130px; }
.xf-product-tabs__nav { display: grid; width: min(100%,620px); grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; margin: 0 auto 28px; padding: 6px; border: 1px solid #e2e6ed; border-radius: 14px; background: #f2f4f7; }
.xf-product-tabs__button { min-height: 48px; border: 0; border-radius: 10px; color: #697386; background: transparent; font-size: 15px; font-weight: 700; cursor: pointer; transition: background .18s,color .18s,box-shadow .18s; }
.xf-product-tabs__button.is-active { color: #fff; background: linear-gradient(135deg,#e88a10,#b95d08); box-shadow: 0 6px 14px rgba(185,93,8,.22); }
.xf-product-tabs__button:focus { outline: 2px solid #d97706; outline-offset: 2px; }
.xf-product-tabs__panel[hidden] { display: none; }
.xf-product-card--api h3 { font-size: 28px; }
.xf-product-card__rates { width: 100%; margin: 20px 0 15px; padding: 12px 8px; border-radius: 12px; background: var(--xf-soft); }
.xf-product-card__rates table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.xf-product-card__rates caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.xf-product-card__rates th,
.xf-product-card__rates td { padding: 6px 2px; border-bottom: 1px solid rgba(80,100,130,.12); color: #48576c; font-family: Verdana,sans-serif; font-size: 11px; text-align: right; white-space: nowrap; }
.xf-product-card__rates thead th { padding-top: 0; color: #929baa; font-size: 9px; font-weight: 400; }
.xf-product-card__rates th:first-child { width: 20%; text-align: left; }
.xf-product-card__rates th:nth-child(2) { width: 31%; }
.xf-product-card__rates th:nth-child(3) { width: 25%; }
.xf-product-card__rates th:nth-child(4) { width: 24%; }
.xf-product-card__rates tbody th { color: var(--xf-dark); font-family: inherit; font-weight: 700; }
.xf-product-card__rates tbody td:nth-child(3) { color: #238451; font-weight: 700; }
.xf-product-card__rates tbody td:last-child { color: #df4555; font-size: 10px; }
.xf-product-card__rates tbody tr:last-child th,
.xf-product-card__rates tbody tr:last-child td { border-bottom: 0; }

@media(max-width:600px) {
	.xf-product-tabs__nav { gap: 4px; margin-bottom: 22px; padding: 4px; }
	.xf-product-tabs__button { min-height: 44px; padding: 5px 7px; font-size: 13px; }
}