.elementor-9615 .elementor-element.elementor-element-d278dea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9615 .elementor-element.elementor-element-cde1f9f{text-align:center;}.elementor-9615 .elementor-element.elementor-element-d4669d0 > .elementor-widget-container{margin:0px 0px 50px 0px;}.elementor-9615 .elementor-element.elementor-element-d4669d0{text-align:center;}.elementor-9615 .elementor-element.elementor-element-7874f93{--display:flex;}.elementor-9615 .elementor-element.elementor-element-7874f93:not(.elementor-motion-effects-element-type-background), .elementor-9615 .elementor-element.elementor-element-7874f93 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F4F8;}@media(min-width:768px){.elementor-9615 .elementor-element.elementor-element-7874f93{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-26f4ff5 *//* main 관련 CSS만 추출 */
main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 16px;
}
.text-center {
  text-align: center;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.max-w-3xl {
  max-width: 768px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.grid {
  display: grid;
}
.grid-cols-1 {
  grid-template-columns: 1fr;
}
.md\:grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.lg\:grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gap-8 {
  gap: 2rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.md\:p-8 {
  padding: 2rem;
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.bg-white {
  background: #fff;
}
.rounded-lg {
  border-radius: 0.75rem;
}
.text-2xl {
  font-size: 2rem;
}
.text-3xl {
  font-size: 2.25rem;
}
.text-4xl {
  font-size: 2.5rem;
}
.font-bold {
  font-weight: bold;
}
.text-[#003B73] {
  color: #003b73;
}
.text-[#0077B6] {
  color: #0077b6;
}
.text-[#00B4D8] {
  color: #00b4d8;
}
.text-gray-600 {
  color: #475569;
}
.text-gray-500 {
  color: #64748b;
}
.text-gray-200 {
  color: #e5e7eb;
}
.text-white {
  color: #fff;
}
.bg-[#003B73] {
  background: #003b73;
}
.bg-[#00B4D8] {
  background: #00b4d8;
}
.bg-[#0097A7] {
  background: #0097a7;
}
.rounded-full {
  border-radius: 9999px;
}
.shadow-xl {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.kpi-card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 0;
}
.kpi-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.chart-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  max-height: 400px;
}
@media (min-width: 768px) {
  .chart-container {
    height: 350px;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:text-3xl {
    font-size: 2.5rem;
  }
  .md\:text-4xl {
    font-size: 3rem;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.flow-step {
  display: flex;
  align-items: center;
  position: relative;
}
.flow-step:not(:last-child)::after {
  content: "▼";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  font-size: 1.5rem;
  color: #0077b6;
}
@media (min-width: 768px) {
  .flow-step:not(:last-child)::after {
    content: "►";
    position: absolute;
    top: 50%;
    right: -30px;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.bg-[#E0F7FA] {
  background: #e0f7fa;
}
.bg-[#B2EBF2] {
  background: #b2ebf2;
}
.bg-[#80DEEA] {
  background: #80deea;
}
.text-[#00796B] {
  color: #00796b;
}
.text-[#0097A7] {
  color: #0097a7;
}
.w-full {
  width: 100%;
}
.h-16 {
  height: 4rem;
}
.w-16 {
  width: 4rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.h-64 {
  height: 16rem;
}
.h-80 {
  height: 20rem;
}
.h-96 {
  height: 24rem;
}
.font-semibold {
  font-weight: 600;
}
.list-disc {
  list-style-type: disc;
}
.pl-5 {
  padding-left: 1.25rem;
}
.space-y-2 > * + * {
  margin-top: 0.5rem;
}
.relative {
  position: relative;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.md\:flex-row {
  flex-direction: row;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.md\:items-stretch {
  align-items: stretch;
}
.gap-y-16 {
  row-gap: 4rem;
}
.md\:gap-x-8 {
  column-gap: 2rem;
}
.mt-12 {
  margin-top: 3rem;
}
.p-8 {
  padding: 2rem;
}
.md\:p-12 {
  padding: 3rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-base {
  font-size: 1rem;
}
.transition {
  transition: all 0.3s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.bg-gray-100 {
  background: #f3f4f6;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.elementor-9615 .elementor-element.elementor-element-26f4ff5 ul {
    margin: 0;
}/* End custom CSS */