body,
h1,
h2,
h3,
h4,
h5,
h6,
.navbar-nav,
.btn,
.form-control,
.custom-select {
  font-family: "Poppins", "Noto Sans KR", sans-serif;
}

*,
*::before,
*::after {
  border-radius: 0 !important;
}

body {
  background: #ffffff;
  color: #1c1c1c;
}

.rounded,
.rounded-sm,
.rounded-lg,
.rounded-top,
.rounded-right,
.rounded-bottom,
.rounded-left,
.rounded-circle,
.rounded-pill,
.badge-pill,
.page-link,
.nav-tabs .nav-link,
.dropdown-menu,
.modal-content,
.popover,
.tooltip-inner,
.input-group,
.custom-control-label::before,
.custom-control-label::after {
  border-radius: 0 !important;
}

.navbar-vertical {
  min-height: 430px;
}

.fl-category-wrap {
  position: relative;
}

.fl-category-wrap .navbar-vertical {
  left: 15px;
  right: 15px;
  width: auto !important;
}

@media (min-width: 992px) {
  .fl-home-fallback {
    width: 75%;
    margin-left: 25%;
  }
}

.fl-hero-caption {
  max-width: 720px;
}

.fl-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #1c1c1c;
}

.fl-brand--compact {
  gap: 12px;
}

.fl-brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 1px solid #edf1ff;
  background: #ffffff;
}

.fl-brand--compact .fl-brand__mark {
  width: 48px;
  height: 48px;
}

.fl-brand__icon {
  width: 46px;
  height: 46px;
  object-fit: contain;
  display: block;
}

.fl-brand--compact .fl-brand__icon {
  width: 34px;
  height: 34px;
}

.fl-brand__word {
  font-size: 2.95rem;
  line-height: 1;
  font-weight: 700;
  color: #1c1c1c;
}

.fl-brand--compact .fl-brand__word {
  font-size: 2rem;
}

.fl-hero-caption p {
  color: rgba(255, 255, 255, 0.88);
}

.fl-page-intro h2 {
  line-height: 1.35;
}

.fl-feature-box {
  min-height: 120px;
  background: #fff;
}

.btn,
.badge,
.form-control,
.custom-select,
.input-group-text,
.navbar-toggler,
.product-item,
.breadcrumb,
.custom-control-label::before,
.table,
.border,
.bg-light,
.bg-secondary,
.alert,
.carousel-control-prev .btn,
.carousel-control-next .btn {
  border-radius: 0 !important;
}

.fl-form-stack .form-control,
.fl-form-stack .custom-select,
.fl-form-stack .form-control-file {
  border-radius: 0;
}

.fl-report-shell {
  min-height: 100%;
}

.fl-report-shell--initial {
  background: #ffffff;
}

.fl-ai-workbench {
  scroll-margin-top: 24px;
}

.fl-ai-input-panel,
.fl-ai-result-panel {
  min-height: 100%;
}

.fl-ai-form-head {
  border-bottom: 1px solid #edf1ff;
  padding-bottom: 18px;
}

.fl-ai-template-row,
.fl-ai-type-grid,
.fl-ai-output-grid {
  display: grid;
  gap: 8px;
}

.fl-ai-template-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fl-ai-type-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fl-ai-template-row button,
.fl-ai-type-grid button {
  border: 1px solid #edf1ff;
  background: #ffffff;
  color: #1c1c1c;
  min-height: 42px;
  padding: 8px 10px;
  font-size: 13px;
  text-align: center;
}

.fl-ai-template-row button:hover,
.fl-ai-type-grid button:hover,
.fl-ai-type-grid button.active {
  background: #d19c97;
  border-color: #d19c97;
  color: #ffffff;
}

.fl-ai-output-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fl-ai-output-grid label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #edf1ff;
  background: #ffffff;
  margin: 0;
  font-size: 13px;
}

.fl-ai-flow {
  scroll-margin-top: 24px;
}

.fl-ai-stepper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.fl-ai-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  min-height: 74px;
  padding: 14px;
  color: #1c1c1c;
  background: #ffffff;
  border: 1px solid #EDF1FF;
  text-decoration: none !important;
}

.fl-ai-step span {
  grid-row: 1 / span 2;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  background: #EDF1FF;
  font-weight: 700;
}

.fl-ai-step strong,
.fl-ai-step small {
  display: block;
  line-height: 1.35;
}

.fl-ai-step small {
  color: #6c757d;
}

.fl-ai-step.active,
.fl-ai-step.done {
  border-color: #d19c97;
}

.fl-ai-step.active span,
.fl-ai-step.done span {
  color: #ffffff;
  background: #d19c97;
}

.fl-ai-step.disabled {
  opacity: .55;
}

.fl-ai-flow-panel {
  min-height: 100%;
}

.fl-ai-flow-mini {
  display: grid;
  gap: 10px;
}

.fl-ai-flow-mini div {
  display: grid;
  gap: 4px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid #EDF1FF;
}

.fl-ai-flow-mini span {
  color: #6c757d;
  font-size: 13px;
}

.fl-ai-product-link {
  min-height: 118px;
}

.fl-process-steps {
  display: grid;
  gap: 10px;
}

.fl-report-quote-table th,
.fl-report-quote-table td {
  vertical-align: middle;
  white-space: nowrap;
}

.fl-report-quote-table td:first-child,
.fl-report-quote-table th:first-child {
  min-width: 220px;
  white-space: normal;
}

.fl-thumb-sm {
  width: 78px;
  height: 62px;
  object-fit: cover;
}

img,
.img-fluid,
.cat-img img,
.product-img img,
.carousel-item img,
.fl-thumb-sm,
.product-item img,
.offer img {
  border-radius: 0 !important;
}

.fl-service-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fl-service-line span,
.fl-small-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  font-size: 12px;
  color: #6c757d;
  background: #fff;
  border: 1px solid #EDF1FF;
}

.fl-small-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fl-quote-card {
  background: #fff;
}

.fl-page-intro,
.fl-report-shell,
.fl-quote-card,
.contact-form,
.fl-feature-box,
.cat-item,
.product-item,
.offer .position-relative,
.offer .position-relative.bg-secondary,
.bg-light.border.p-30,
.bg-light.p-30.border,
.bg-light.border.p-4,
.bg-light.p-4.border,
.bg-light.border.p-5,
.bg-light.p-5.border {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.fl-policy-list {
  display: grid;
  gap: 14px;
  color: #6c757d;
}

.fl-product-media {
  background: #ffffff;
}

.fl-product-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.fl-detail-stat strong {
  font-size: 1.05rem;
  color: #1c1c1c;
}

.fl-detail-table th,
.fl-detail-table td {
  vertical-align: middle;
}

.fl-detail-table th {
  font-weight: 600;
}

.fl-review-inline:last-child {
  margin-bottom: 0 !important;
}

.fl-status-actions .btn {
  min-width: 54px;
}

.tag-toggle {
  border: 1px solid #EDF1FF;
  background: #fff;
  color: #6c757d;
  padding: 8px 12px;
  font-size: 12px;
  transition: .3s;
}

.tag-toggle.active,
.tag-toggle:hover {
  background: #D19C97;
  border-color: #D19C97;
  color: #fff;
}

.contact-form .form-control,
.contact-form .custom-select,
.contact-form textarea {
  border-radius: 0;
}

.alert {
  border-radius: 0;
}

.badge {
  font-weight: 500;
  padding: 0.45em 0.7em;
}

.badge-warning {
  color: #1c1c1c;
  background: #edf1ff;
  border: 1px solid #edf1ff;
}

.badge-success {
  color: #ffffff;
  background: #d19c97;
  border: 1px solid #d19c97;
}

.badge-dark {
  color: #fff;
  background: #1c1c1c;
  border: 1px solid #1c1c1c;
}

.btn-success,
.btn-outline-success:hover,
.alert-success {
  background: #d19c97 !important;
  border-color: #d19c97 !important;
  color: #ffffff !important;
}

.btn-outline-success {
  color: #d19c97 !important;
  border-color: #d19c97 !important;
  background: #ffffff !important;
}

.btn-warning,
.btn-outline-warning:hover,
.alert-warning {
  background: #edf1ff !important;
  border-color: #edf1ff !important;
  color: #1c1c1c !important;
}

.btn-outline-warning {
  color: #1c1c1c !important;
  border-color: #edf1ff !important;
  background: #ffffff !important;
}

.btn-dark,
.btn-outline-dark:hover,
.alert-dark,
.thead-dark th {
  background: #1c1c1c !important;
  border-color: #1c1c1c !important;
  color: #ffffff !important;
}

.btn-outline-dark {
  color: #1c1c1c !important;
  border-color: #edf1ff !important;
  background: #ffffff !important;
}

.review-card {
  line-height: 1.7;
}

.review-card p {
  color: #6c757d;
}

.product-item .text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-item h6 {
  line-height: 1.45;
}

.product-item .product-img {
  background: #fff;
}

.fl-product-card {
  cursor: pointer;
}

.fl-product-card .product-img > a {
  display: block;
}

.fl-market-row {
  background: #ffffff;
}

.fl-market-head {
  background: #ffffff;
}

.fl-market-summary strong {
  font-size: 1.15rem;
  color: #1c1c1c;
}

.fl-category-spotlight img {
  border: 1px solid #edf1ff;
}

.fl-category-spotlight .h5 {
  line-height: 1.5;
}

.fl-market-row img {
  border: 1px solid #edf1ff;
}

.fl-market-meta {
  line-height: 1.6;
}

.fl-market-chips,
.fl-score-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fl-market-chips span,
.fl-score-line span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  font-size: 11px;
  color: #6c757d;
  background: #fff;
  border: 1px solid #edf1ff;
}

.fl-compare-table th,
.fl-compare-table td {
  vertical-align: middle;
}

.fl-compare-card {
  background: #ffffff;
}

.fl-compare-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  font-size: 11px;
  color: #ffffff;
  background: #d19c97;
  border: 1px solid #d19c97;
}

[data-product-link] {
  cursor: pointer;
}

.product-item,
.cat-item,
.contact-form,
.fl-quote-card,
.fl-report-shell,
.fl-page-intro,
.fl-feature-box {
  box-shadow: none !important;
}

.product-item h5,
.product-item h6,
.section-title,
.fl-page-intro h2,
.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
  color: #1c1c1c;
}

.section-title span {
  background: #ffffff !important;
  color: #1c1c1c;
}

.cat-item .p-3 span {
  color: #6c757d;
}

.table td,
.table th {
  vertical-align: middle;
}

.form-control:focus,
.custom-select:focus {
  box-shadow: none;
}

.breadcrumb {
  border-radius: 0;
}

.border {
  border-color: #EDF1FF !important;
}

.btn.border .badge {
  color: #1C1C1C;
}

.bg-light.border.p-30,
.bg-light.p-30.border {
  background: #fff !important;
}

.offer .position-relative,
.offer .position-relative.bg-secondary,
.fl-page-intro,
.fl-report-shell,
.fl-quote-card,
.contact-form,
.fl-feature-box {
  background: #ffffff !important;
}

.form-control-file {
  background: #fff;
}

.carousel-indicators li {
  background: #D19C97;
}

.section-title span {
  padding-right: 16px;
}

.carousel-caption {
  background: rgba(28, 28, 28, 0.12);
  pointer-events: none;
}

.fl-hero-caption {
  background: transparent;
}

.carousel-caption a,
.carousel-caption button,
.fl-offer-copy a,
.fl-offer-copy button {
  pointer-events: auto;
}

.fl-home-image-link {
  display: block;
}

.offer .fl-home-image-link {
  position: relative;
  z-index: 0;
}

#floating-actions {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 1050;
}

.fl-floating-guide {
  min-width: 148px;
  box-shadow: none !important;
}

.fl-policy-list,
.review-card,
.small,
.text-muted {
  color: #6c757d;
}

.table thead.bg-secondary th,
.table .bg-secondary th {
  background: #edf1ff !important;
  color: #1c1c1c !important;
}

.btn-primary,
.btn-outline-primary:hover {
  background: #d19c97 !important;
  border-color: #d19c97 !important;
  color: #ffffff !important;
}

.btn-outline-primary {
  color: #d19c97 !important;
  border-color: #d19c97 !important;
  background: #ffffff !important;
}

.btn-outline-secondary {
  color: #1c1c1c !important;
  border-color: #edf1ff !important;
  background: #ffffff !important;
}

.btn-outline-secondary:hover {
  color: #1c1c1c !important;
  background: #edf1ff !important;
  border-color: #edf1ff !important;
}

.text-primary {
  color: #d19c97 !important;
}

.bg-secondary {
  background-color: #edf1ff !important;
}

.bg-primary {
  background-color: #d19c97 !important;
}

.fl-category-head,
.navbar-vertical .navbar-nav,
.nav-tabs,
.table,
.table td,
.table th,
.product-action .btn,
.back-to-top {
  border-radius: 0 !important;
}

@media (max-width: 991.98px) {
  .navbar-vertical {
    min-height: auto;
  }

  .fl-ai-stepper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .fl-hero-caption {
    max-width: 100%;
  }

  .fl-hero-caption h1 {
    font-size: 2rem;
  }

  .fl-thumb-sm {
    width: 64px;
    height: 54px;
  }

  .fl-ai-template-row,
  .fl-ai-type-grid,
  .fl-ai-output-grid {
    grid-template-columns: 1fr;
  }

  .fl-ai-stepper {
    grid-template-columns: 1fr;
  }

  .fl-ai-step {
    min-height: 66px;
  }
}
