<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --circle-dimension : 100px;
  --circle-radius: 50%;
  --aiegoda-sign-color : #6031DF;
}

.egoda-color {
  color: var(--aiegoda-sign-color);
}

.egoda-background-color {
  background-color: var(--aiegoda-sign-color);
  color: white;
}

.egoda-background-color-price {
  background-color: rgba(96, 49, 223, 0.2);
}

.egoda-background-color:hover {
  background-color: rgba(96, 49, 223, 0.8);
  color: white;
}

.egoda-border-color {
  border-color: var(--aiegoda-sign-color);
}

.price-contents {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

@media (max-width: 580px) {
  #paymentButton {
    width: 100% !important;
  }
  #quantity {
    border-radius: 0;
  }
  #expectedPrice ul {
    width: 100%;
  }
  .provider-container {
    width: 100%;
  }
  .providers {
    width: 90%;
    margin: 0 auto 0 auto;
  }
}

@media (min-width: 580px) {
  .provider-container {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
      font-size: 3.5rem;
  }
}

#paymentButton {
  width: 460px;
}

#paymentButton:active {
  background-color: rgba(96, 49, 223, 0.5);
  border-color: var(--aiegoda-sign-color);
  color: white;
}

.b-example-vr {
  width: 1.5rem;
  height: 100vh;
  flex-shrink: 0;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.list-group {
  width: 100%;
  max-width: 460px;
  margin-inline: 1.5rem;
}

.form-check-input:checked {
  background-color: var(--aiegoda-sign-color);
  border-color: var(--aiegoda-sign-color);
}

.form-check-input:checked + .form-checked-content {
  opacity: .5;
}

.form-check-input-placeholder {
  border-style: dashed;
}

[contenteditable]:focus {
  outline: 0;
}
      
.list-group-checkable .list-group-item {
  cursor: pointer;
}

.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.list-group-item-check:hover + .list-group-item {
  background-color: var(--bs-secondary-bg);
}

.list-group-item-check:checked + .list-group-item {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.list-group-item-check[disabled] + .list-group-item,
.list-group-item-check:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.list-group-radio .list-group-item {
  cursor: pointer;
  border-radius: .5rem;
}

.list-group-radio .form-check-input {
  z-index: 2;
  margin-top: -.5em;
}

.list-group-radio .list-group-item:hover,
.list-group-radio .list-group-item:focus {
  background-color: var(--bs-secondary-bg);
}

.list-group-radio .form-check-input:checked + .list-group-item {
  background-color: var(--bs-body);
  border-color: var(--aiegoda-sign-color);
  box-shadow: 0 0 0 2px var(--aiegoda-sign-color);
}

.card {
  cursor: pointer;
  transition: all 0.3s ease;
}

.card:hover {
  transform: scale(1.05);
  background-color: rgba(24,118, 251, 0.2);
  border-color: var(--aiegoda-sign-color);
  box-shadow: 0px 26px 56px 0px rgba(0, 0, 0, 0.10), 0px 102px 102px 0px rgba(0, 0, 0, 0.09), 0px 230px 138px 0px rgba(0, 0, 0, 0.05), 0px 410px 164px 0px rgba(0, 0, 0, 0.01), 0px 640px 179px 0px rgba(0, 0, 0, 0.00);
}

.card:hover &gt; .card-header {
  color: #ffffff;
  background-color: var(--aiegoda-sign-color);
}

.hide {
  display: none;
}

.paymentIcon {
  opacity: 0.5;
}

/* 기관계정 결제페이지 */
#q-minus, #q-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 30px;
  padding-bottom: 5px;
  font-weight: bolder;
  border-width: 0;
  background-color: var(--aiegoda-sign-color);
  color: #fff;
}

#q-minus:active, #q-plus:active {
  transform: scale(0.98);
}

.q-box {
  display: flex;
  justify-content: center;
}

#quantity {
  height: 50px;
  width: 150px;
  font-size: 1.2rem;
  font-weight: bolder;
  text-align: center;
  border: 2px solid var(--aiegoda-sign-color);
}

#quantity::-webkit-outer-spin-button,
#quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#expectedPrice {
  text-align: center;
}

#expectedPrice &gt; ul {
  display: inline-block;
  margin: 0;
  text-align: left;
}

#expectedPrice &gt; ul &gt; li {
  align-items: center;
  height: 63px;
}

.total &gt; h6 {
  margin: 0;
}

#orgManagerEmail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
}

#organPaymentTitle {
  text-align: center;
}

.provider-container {
  margin: 0 auto 0 auto;
}

.tab-container {
  display: flex;
}

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 60px;
  cursor: pointer;
  border-bottom: none;
  font-size: 1.1rem;
  
}

.tab:first-child {
  border-radius: 0.375rem 0 0 0;
}

.tab:last-child {
  border-radius: 0 0.375rem 0 0;
  border-bottom: none;
}

.active {
  color: white;
  background-color: #6031DF !important;
  border-color: #6031DF;
  transition: transform 0.1s ease;
}

.tab:active {
  transform: scale(0.98);
}

#kcpnhn, #kcpnhn_recur {
  margin-top: 5px;
  margin-bottom: 30px;
}

#kakaopay, #kakaopay_recur {
  margin-top: 30px;
  margin-bottom: 5px;
}

.border-top-0 {
  border-radius: 0 0 0.375rem 0.375rem;
}

#rec-price {
  display: flex;
  justify-content: center;
}</pre></body></html>