@font-face {
  font-family: Pretendard;
  src: url(../fonts/PretendardVariable.woff2) format("woff2-variations");
  font-weight: 45 920;
  font-display: swap;
}
:root {
  --ty-ink: #151b2f;
  --ty-navy: #101b3f;
  --ty-yellow: #ffc516;
  --ty-orange: #ff692f;
  --ty-ivory: #fff8df;
  --ty-sky: #e6f3ff;
  --ty-line: #1a2441;
  --ty-white: #fff;
  --ty-muted: #5b6070;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body.taeyangdaebu-site {
  margin: 0;
  background: var(--ty-ivory);
  color: var(--ty-ink);
  font-family:
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Noto Sans KR",
    sans-serif;
  word-break: keep-all;
  overflow-x: hidden;
}
body.taeyangdaebu-site a {
  color: inherit;
  text-decoration: none;
}
body.taeyangdaebu-site img {
  display: block;
  max-width: 100%;
  height: auto;
}
body.taeyangdaebu-site button,
body.taeyangdaebu-site input,
body.taeyangdaebu-site select {
  font: inherit;
}
:where(a, button, input, select, summary):focus-visible {
  outline: 3px solid #17a4ff;
  outline-offset: 4px;
}
.ty-main {
  overflow: hidden;
}
.ty-legal-strip {
  min-height: 46px;
  background: var(--ty-navy);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 24px;
  padding: 10px 24px;
  font-size: 11px;
}
.ty-legal-strip > span {
  opacity: 0.84;
}
.ty-legal-strip b {
  color: #fff;
  font-weight: 880;
}
.ty-legal-strip > span:first-child b {
  color: var(--ty-yellow);
  font-size: 13px;
}
.ty-legal-strip > a {
  border-bottom: 1px solid #fff9;
  font-weight: 850;
}
.ty-header {
  width: min(1280px, calc(100% - 48px));
  min-height: 92px;
  margin: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.brand-portrait {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--ty-yellow);
  border: 2px solid var(--ty-navy);
  overflow: hidden;
}
.brand-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}
.brand-word {
  display: flex;
  flex-direction: column;
  color: var(--ty-navy);
  font-size: 27px;
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.9;
}
.brand-word > span {
  color: var(--ty-orange);
  display: contents;
}
.brand-word small {
  margin-top: 8px;
  color: var(--ty-orange);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.ty-header nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 800;
}
.ty-header nav a {
  padding: 9px 0;
  border-bottom: 2px solid transparent;
}
.ty-header nav a:hover {
  border-color: var(--ty-orange);
}
.ty-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ty-contact span {
  font-size: 10px;
  color: #6c6f78;
}
.ty-contact a {
  min-height: 44px;
  background: var(--ty-navy);
  color: #fff;
  padding: 0 19px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 900;
  border-radius: 999px;
}
.ty-hero {
  min-height: 840px;
  position: relative;
  background: linear-gradient(180deg, #fffdf3 0%, #fff0b5 68%, #ffc516 100%);
  border-block: 2px solid var(--ty-navy);
  overflow: hidden;
}
.ty-sun-disc {
  position: absolute;
  left: 50%;
  bottom: -43vw;
  width: min(1050px, 90vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(#ffd93c, #ff9d1b);
  transform: translateX(-50%);
  box-shadow:
    0 0 0 44px #fff4b999,
    0 0 0 88px #fff2a25c;
}
.ty-sun-disc:before,
.ty-sun-disc:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 220px;
  background: linear-gradient(#ff9d1b00, #ff9d1b);
  top: -220px;
  transform-origin: bottom;
}
.ty-sun-disc:before {
  transform: rotate(-55deg);
}
.ty-sun-disc:after {
  transform: rotate(55deg);
}
.ty-hero-copy {
  position: relative;
  z-index: 2;
  text-align: center;
  width: min(1050px, calc(100% - 40px));
  margin: auto;
  padding-top: 70px;
}
.ty-hero-copy > p {
  margin: 0 0 15px;
  color: var(--ty-orange);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.28em;
}
.ty-hero h1 {
  margin: 0;
  color: var(--ty-navy);
  font-size: clamp(54px, 6.7vw, 92px);
  font-weight: 920;
  letter-spacing: -0.075em;
  line-height: 1.02;
}
.ty-hero h1 strong {
  color: var(--ty-orange);
  font-weight: inherit;
}
.ty-hero-copy > span {
  display: block;
  max-width: 700px;
  margin: 22px auto 0;
  color: #4a4a4c;
  font-size: 15px;
  line-height: 1.8;
}
.ty-character-stage {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 56px;
  width: min(860px, 74vw);
  height: 480px;
  transform: translateX(-50%);
  overflow: hidden;
}
.ty-character-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  mix-blend-mode: multiply;
  filter: saturate(1.03);
}
.ty-hero-bottom {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 28px;
  width: min(1180px, calc(100% - 48px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 28px;
}
.ty-primary {
  min-height: 58px;
  padding: 0 22px;
  background: var(--ty-navy);
  color: #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 0 #ff692f;
}
.ty-primary span {
  font-size: 19px;
}
.ty-hero-bottom > a:nth-child(2) {
  font-size: 12px;
  font-weight: 850;
  border-bottom: 1px solid var(--ty-navy);
  padding-bottom: 4px;
}
.ty-hero-bottom p {
  justify-self: end;
  max-width: 440px;
  margin: 0;
  color: #292f42;
  font-size: 10px;
  line-height: 1.6;
  text-align: right;
}
.ty-quickcheck {
  background: var(--ty-navy);
  color: #fff;
  padding: 105px max(24px, calc((100vw - 1180px) / 2)) 120px;
}
.ty-check-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 46px;
}
.ty-check-head span,
.ty-section-head > span,
.ty-repayment-copy > span,
.ty-faq-title > span {
  color: var(--ty-yellow);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.22em;
}
.ty-check-head h2 {
  margin: 12px 0 0;
  font-size: 46px;
  letter-spacing: -0.065em;
}
.ty-check-head > p {
  max-width: 500px;
  margin: 0;
  color: #c8cee1;
  font-size: 14px;
  line-height: 1.8;
}
.ty-progress {
  height: 38px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
}
.ty-progress:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  height: 2px;
  background: #ffffff24;
}
.ty-progress i {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 4px;
  width: 25%;
  height: 2px;
  background: var(--ty-yellow);
  transition: 0.25s;
}
.ty-progress span {
  color: #ffffff55;
  font-size: 9px;
  font-weight: 850;
  text-align: right;
}
.ty-progress span:first-of-type {
  text-align: left;
}
.ty-step-form {
  background: #fff;
  color: var(--ty-ink);
  padding: 44px;
  border-radius: 28px;
  min-height: 390px;
}
.js .ty-step-panel:not(.is-active) {
  display: none;
}
.ty-step-panel > p {
  margin: 0 0 30px;
  font-size: 25px;
  font-weight: 850;
  letter-spacing: -0.04em;
}
.ty-step-panel > p b {
  display: block;
  margin-bottom: 7px;
  color: var(--ty-orange);
  font-size: 9px;
  letter-spacing: 0.2em;
}
.ty-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
.ty-choice-grid label {
  cursor: pointer;
}
.ty-choice-grid input,
.ty-pills input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.ty-choice-grid label > span {
  min-height: 170px;
  border: 1px solid #d9dbe2;
  border-radius: 18px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  transition: 0.18s;
}
.ty-choice-grid i {
  width: 42px;
  height: 42px;
  background: #fff4be;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ty-orange);
  font-style: normal;
  font-size: 18px;
}
.ty-choice-grid b {
  margin: 18px 0 8px;
  font-size: 16px;
}
.ty-choice-grid small {
  color: #777b87;
  font-size: 11px;
  line-height: 1.6;
}
.ty-choice-grid input:checked + span {
  border-color: var(--ty-navy);
  background: #fff8d9;
  box-shadow: inset 0 -5px 0 var(--ty-yellow);
}
.ty-step-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 28px;
}
.ty-step-actions button {
  min-height: 50px;
  border: 1px solid var(--ty-navy);
  background: #fff;
  color: var(--ty-navy);
  border-radius: 999px;
  padding: 0 22px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}
.ty-step-actions button:last-child {
  background: var(--ty-yellow);
}
.ty-inline-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.ty-inline-fields fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.ty-inline-fields legend,
.ty-inline-fields label > span {
  display: block;
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 850;
}
.ty-pills {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.ty-pills label {
  cursor: pointer;
}
.ty-pills span {
  min-height: 48px;
  border: 1px solid #cfd2dc;
  border-radius: 999px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
}
.ty-pills input:checked + span {
  background: var(--ty-navy);
  color: #fff;
  border-color: var(--ty-navy);
}
.ty-inline-fields select,
.ty-inline-fields input {
  width: 100%;
  height: 58px;
  border: 1px solid #cfd2dc;
  border-radius: 13px;
  padding: 0 16px;
  background: #fff;
  color: var(--ty-ink);
  outline: none;
}
.ty-inline-fields select:focus,
.ty-inline-fields input:focus {
  border-color: #149ee4;
  box-shadow: 0 0 0 3px #149ee41c;
}
.form-consent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
}
.form-consent label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 780;
}
.form-consent input {
  width: 17px;
  height: 17px;
  accent-color: var(--ty-orange);
}
.form-consent button {
  border: 0;
  border-bottom: 1px solid;
  background: none;
  padding: 4px 0;
  cursor: pointer;
  font-size: 11px;
}
.ty-form-warning {
  margin: 16px 0 0;
  padding: 13px;
  background: #fff6cf;
  color: #5a4f24;
  font-size: 10px;
  line-height: 1.6;
}
.ty-submit {
  background: var(--ty-orange) !important;
  color: #fff !important;
  border-color: var(--ty-orange) !important;
}
.ty-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}
.form-status {
  margin: 16px 0 0;
  text-align: center;
  color: #15835f;
  font-size: 11px;
  font-weight: 800;
}
.form-status:empty {
  display: none;
}
.form-status.is-error {
  color: #b72d43;
}
.ty-explorer {
  padding: 130px max(24px, calc((100vw - 1180px) / 2));
  background: #fff;
}
.ty-section-head {
  max-width: 880px;
  margin-bottom: 65px;
}
.ty-section-head > span,
.ty-repayment-copy > span,
.ty-faq-title > span {
  color: var(--ty-orange);
}
.ty-section-head h2,
.ty-repayment-copy h2,
.ty-faq-title h2 {
  margin: 16px 0 20px;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 1.1;
}
.ty-section-head > p {
  max-width: 700px;
  margin: 0;
  color: var(--ty-muted);
  font-size: 15px;
  line-height: 1.85;
}
.ty-explorer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 2px solid var(--ty-navy);
  border-left: 2px solid var(--ty-navy);
}
.ty-explorer-grid article {
  min-height: 300px;
  padding: 38px;
  border-right: 2px solid var(--ty-navy);
  border-bottom: 2px solid var(--ty-navy);
  position: relative;
  overflow: hidden;
}
.ty-explorer-grid article:after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -65px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: #ffc51624;
}
.ty-explorer-grid article:nth-child(2) {
  background: #fff7d5;
}
.ty-explorer-grid article:nth-child(3) {
  background: #eaf5ff;
}
.ty-explorer-grid article:nth-child(4) {
  background: #fff0e8;
}
.ty-explorer-grid article > span {
  color: var(--ty-orange);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.ty-explorer-grid h3 {
  margin: 40px 0 14px;
  font-size: 25px;
  letter-spacing: -0.05em;
}
.ty-explorer-grid p {
  max-width: 480px;
  margin: 0;
  color: #555c6d;
  font-size: 13px;
  line-height: 1.85;
}
.ty-repayment {
  background: var(--ty-yellow);
  border-block: 2px solid var(--ty-navy);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 760px;
}
.ty-repayment-visual {
  display: grid;
  place-items: center;
  border-right: 2px solid var(--ty-navy);
  overflow: hidden;
  position: relative;
}
.ty-repayment-visual:before {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  border: 2px solid var(--ty-navy);
  box-shadow:
    0 0 0 80px #fff5b766,
    0 0 0 160px #fff5b733;
}
.ty-orbit {
  position: relative;
  width: 430px;
  height: 430px;
  border: 2px dashed #101b3f8a;
  border-radius: 50%;
  animation: spinOrbit 32s linear infinite;
}
.ty-orbit b {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  transform: translate(-50%, -50%);
  background: var(--ty-navy);
  color: var(--ty-yellow);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 28px;
}
.ty-orbit span {
  position: absolute;
  width: 86px;
  height: 86px;
  background: #fff;
  border: 2px solid var(--ty-navy);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  box-shadow: 5px 5px 0 var(--ty-orange);
}
.ty-orbit span:nth-child(1) {
  left: 50%;
  top: -43px;
  transform: translateX(-50%);
}
.ty-orbit span:nth-child(2) {
  right: -43px;
  top: 50%;
  transform: translateY(-50%);
}
.ty-orbit span:nth-child(3) {
  left: 50%;
  bottom: -43px;
  transform: translateX(-50%);
}
.ty-orbit span:nth-child(4) {
  left: -43px;
  top: 50%;
  transform: translateY(-50%);
}
.ty-repayment-copy {
  padding: 95px clamp(45px, 7vw, 110px);
  background: #fff8df;
}
.ty-repayment-copy h2 {
  font-size: 50px;
}
.ty-repayment-copy > p {
  color: #555b66;
  font-size: 14px;
  line-height: 1.9;
}
.ty-repayment-copy ul {
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
  border-top: 2px solid var(--ty-navy);
}
.ty-repayment-copy li {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #b9b29b;
}
.ty-repayment-copy li b {
  font-size: 13px;
}
.ty-repayment-copy li span {
  color: #62666d;
  font-size: 12px;
  line-height: 1.7;
}
.ty-example-note {
  padding: 15px !important;
  background: #fff1ae;
  color: #4b482b !important;
  font-size: 10px !important;
}
.ty-process {
  padding: 130px max(24px, calc((100vw - 1180px) / 2));
  background: var(--ty-navy);
  color: #fff;
}
.ty-process .ty-section-head {
  max-width: 960px;
}
.ty-process .ty-section-head h2 {
  color: #fff;
}
.ty-path {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.ty-path:before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 55px;
  height: 4px;
  background: linear-gradient(90deg, #ff692f, #ffc516, #fff0aa);
}
.ty-path article {
  position: relative;
  padding: 95px 24px 25px;
  border-left: 1px solid #ffffff29;
}
.ty-path article:last-child {
  border-right: 1px solid #ffffff29;
}
.ty-path i {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 22px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--ty-yellow);
  color: var(--ty-navy);
  border: 3px solid var(--ty-navy);
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 11px;
  font-weight: 950;
}
.ty-path h3 {
  margin: 0 0 13px;
  font-size: 20px;
}
.ty-path p {
  margin: 0;
  color: #bec6de;
  font-size: 12px;
  line-height: 1.8;
}
.ty-faq {
  padding: 130px max(24px, calc((100vw - 1180px) / 2));
  background: #eaf5ff;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 90px;
}
.ty-faq-title {
  position: sticky;
  top: 30px;
  align-self: start;
}
.ty-faq-title h2 {
  font-size: 45px;
}
.ty-faq-title > p {
  color: #5c6372;
  font-size: 14px;
  line-height: 1.8;
}
.ty-faq-list {
  border-top: 2px solid var(--ty-navy);
}
.ty-faq details {
  border-bottom: 1px solid #aab3c6;
}
.ty-faq summary {
  min-height: 82px;
  cursor: pointer;
  list-style: none;
  display: grid;
  grid-template-columns: 42px 1fr 30px;
  align-items: center;
  gap: 16px;
  font-size: 17px;
  font-weight: 800;
}
.ty-faq summary::-webkit-details-marker {
  display: none;
}
.ty-faq summary b {
  color: var(--ty-orange);
  font-size: 11px;
}
.ty-faq summary span {
  font-size: 21px;
  transition: 0.18s;
}
.ty-faq details[open] summary span {
  transform: rotate(45deg);
}
.ty-faq details > p {
  margin: -4px 30px 28px 58px;
  color: #525d70;
  font-size: 13px;
  line-height: 1.85;
}
.ty-warning {
  padding: 42px max(24px, calc((100vw - 1180px) / 2));
  background: var(--ty-orange);
  color: #fff;
  display: grid;
  grid-template-columns: 1.05fr 1.25fr auto;
  gap: 40px;
  align-items: center;
}
.ty-warning > b {
  font-size: 22px;
  letter-spacing: -0.04em;
}
.ty-warning > p {
  margin: 0;
  font-size: 11px;
  line-height: 1.7;
}
.ty-warning > a {
  border: 1px solid #fff;
  border-radius: 999px;
  min-height: 44px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 900;
}
.modal-backdrop {
  z-index: 1000;
  position: fixed;
  inset: 0;
  background: #0a102dd9;
  backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
  padding: 20px;
}
.modal-backdrop[hidden] {
  display: none !important;
}
.terms-modal,
.success-modal {
  width: min(500px, 100%);
  max-height: calc(100dvh - 40px);
  overflow: auto;
  background: #fff;
  border: 2px solid var(--ty-navy);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 12px 12px 0 var(--ty-yellow);
  position: relative;
}
.terms-modal > p,
.success-modal > p {
  margin: 0 0 8px;
  color: var(--ty-orange);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.2em;
}
.terms-modal h2,
.success-modal h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -0.05em;
}
.terms-modal > div:not(.success-icon) {
  margin: 24px 0;
  padding: 19px;
  background: #fff8d6;
  border-radius: 14px;
  display: grid;
  gap: 7px;
}
.terms-modal > div b {
  margin-top: 7px;
  font-size: 12px;
}
.terms-modal > div span,
.success-modal > span {
  color: #5c6170;
  font-size: 13px;
  line-height: 1.65;
}
.modal-close {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #eef2f9;
  cursor: pointer;
  font-size: 22px;
}
.terms-modal > button:last-child,
.success-modal > button:last-child {
  width: 100%;
  min-height: 52px;
  margin-top: 22px;
  border: 0;
  border-radius: 999px;
  background: var(--ty-navy);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
}
.success-modal {
  text-align: center;
}
.success-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--ty-yellow);
  color: var(--ty-navy);
  display: grid;
  place-items: center;
  font-size: 30px;
  font-weight: 950;
}
.success-modal > span {
  display: block;
  margin-top: 16px;
}
.site-footer {
  background: #0b1230 !important;
  color: #cdd4e8 !important;
  padding: 62px 0 42px !important;
}
.footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: auto;
}
.site-footer .brand-word {
  color: #fff;
}
.site-footer .brand-word small {
  color: var(--ty-yellow);
}
.footer-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 28px;
}
.footer-topline > p {
  margin: 0;
  color: #aeb7d1;
  font-size: 12px;
}
.footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid #ffffff24;
  margin-bottom: 28px;
}
.footer-contact-grid > div {
  min-height: 96px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.footer-contact-grid > div + div {
  border-left: 1px solid #ffffff24;
}
.footer-contact-grid span,
.company-info-grid dt {
  color: #8894b5;
  font-size: 10px;
}
.footer-contact-grid b,
.footer-contact-grid a {
  color: #fff;
  font-size: 16px;
}
.company-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #ffffff1f;
  border: 1px solid #ffffff1f;
  margin-bottom: 18px;
}
.company-info-grid dl {
  min-height: 72px;
  margin: 0;
  padding: 14px;
  background: #0b1230;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.company-info-grid dl.wide {
  grid-column: span 2;
}
.company-info-grid dd {
  margin: 0;
  color: #e1e6f2;
  font-size: 11px;
  line-height: 1.5;
}
.finance-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.finance-info-grid p {
  margin: 0;
  padding: 13px;
  background: #ffffff09;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
}
.finance-info-grid span {
  color: #8d98b8;
}
.finance-info-grid strong {
  color: #fff;
  text-align: right;
}
.site-footer .legal-copy {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #ffffff24;
}
.site-footer .legal-copy p {
  margin: 0 0 8px;
  color: #9fa9c5;
  font-size: 10px;
  line-height: 1.75;
}
.footer-bottom {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #ffffff24;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer-bottom p {
  margin: 0;
  font-size: 10px;
}
.footer-bottom nav {
  display: flex;
  gap: 18px;
}
.footer-bottom a,
.footer-bottom button {
  border: 0;
  background: none;
  color: #cdd4e8;
  padding: 0;
  font-size: 10px;
  cursor: pointer;
}
.legal-missing {
  color: #ffd342 !important;
}
.mobile-quickbar {
  display: none;
}
@keyframes spinOrbit {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1050px) {
  .ty-header {
    grid-template-columns: auto 1fr;
  }
  .ty-header nav {
    display: none;
  }
  .ty-contact {
    justify-content: flex-end;
  }
  .ty-character-stage {
    width: 86vw;
  }
  .ty-choice-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ty-repayment {
    grid-template-columns: 1fr;
  }
  .ty-repayment-visual {
    min-height: 580px;
    border-right: 0;
    border-bottom: 2px solid var(--ty-navy);
  }
  .ty-faq {
    grid-template-columns: 300px 1fr;
    gap: 55px;
  }
  .ty-warning {
    grid-template-columns: 1fr 1fr;
  }
  .ty-warning > a {
    grid-column: 1/-1;
    justify-self: start;
  }
}
@media (max-width: 760px) {
  body.taeyangdaebu-site {
    padding-bottom: calc(66px + env(safe-area-inset-bottom));
  }
  .ty-legal-strip {
    justify-content: flex-start;
    gap: 5px 14px;
    flex-wrap: wrap;
    padding: 9px 16px;
    font-size: 9px;
  }
  .ty-legal-strip > span:first-child {
    width: 100%;
  }
  .ty-legal-strip > a {
    position: absolute;
    right: 16px;
    top: 12px;
  }
  .ty-header {
    width: calc(100% - 32px);
    min-height: 76px;
    grid-template-columns: auto auto;
  }
  .brand-portrait {
    width: 46px;
    height: 46px;
  }
  .brand-word {
    font-size: 22px;
  }
  .ty-contact span {
    display: none;
  }
  .ty-contact a {
    min-height: 42px;
    padding: 0 14px;
    font-size: 10px;
  }
  .ty-hero {
    min-height: 790px;
  }
  .ty-hero-copy {
    padding-top: 48px;
  }
  .ty-hero h1 {
    font-size: clamp(43px, 13vw, 58px);
  }
  .ty-hero-copy > span {
    font-size: 12px;
    line-height: 1.7;
  }
  .ty-sun-disc {
    width: 780px;
    bottom: -360px;
  }
  .ty-character-stage {
    width: 100%;
    height: 380px;
    bottom: 82px;
  }
  .ty-character-stage img {
    object-fit: cover;
    object-position: center 60%;
  }
  .ty-hero-bottom {
    bottom: 22px;
    width: calc(100% - 32px);
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
  }
  .ty-primary {
    min-height: 52px;
    padding: 0 18px;
    box-shadow: 0 5px 0 var(--ty-orange);
    font-size: 11px;
  }
  .ty-hero-bottom > a:nth-child(2) {
    font-size: 10px;
  }
  .ty-hero-bottom p {
    width: 100%;
    max-width: none;
    text-align: left;
    font-size: 9px;
  }
  .ty-quickcheck {
    padding: 75px 16px 82px;
  }
  .ty-check-head {
    display: block;
    margin-bottom: 34px;
  }
  .ty-check-head h2 {
    font-size: 34px;
  }
  .ty-check-head > p {
    margin-top: 15px;
    font-size: 12px;
  }
  .ty-step-form {
    min-height: 0;
    padding: 22px;
    border-radius: 18px;
  }
  .ty-step-panel > p {
    font-size: 20px;
  }
  .ty-choice-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .ty-choice-grid label > span {
    min-height: 148px;
    padding: 16px;
  }
  .ty-choice-grid b {
    font-size: 14px;
  }
  .ty-choice-grid small {
    font-size: 9px;
  }
  .ty-step-actions {
    justify-content: space-between;
  }
  .ty-step-actions button {
    min-height: 48px;
    padding: 0 17px;
  }
  .ty-inline-fields {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ty-inline-fields select,
  .ty-inline-fields input {
    font-size: 16px;
  }
  .ty-progress {
    height: 32px;
  }
  .ty-explorer {
    padding: 82px 20px;
  }
  .ty-section-head {
    margin-bottom: 42px;
  }
  .ty-section-head h2,
  .ty-repayment-copy h2,
  .ty-faq-title h2 {
    font-size: 36px;
  }
  .ty-section-head > p {
    font-size: 12px;
  }
  .ty-explorer-grid {
    grid-template-columns: 1fr;
  }
  .ty-explorer-grid article {
    min-height: 0;
    padding: 28px;
  }
  .ty-explorer-grid h3 {
    margin-top: 28px;
    font-size: 22px;
  }
  .ty-explorer-grid p {
    font-size: 12px;
  }
  .ty-repayment-visual {
    min-height: 450px;
  }
  .ty-repayment-visual:before {
    width: 520px;
    height: 520px;
  }
  .ty-orbit {
    width: 290px;
    height: 290px;
  }
  .ty-orbit b {
    width: 120px;
    height: 120px;
    font-size: 20px;
  }
  .ty-orbit span {
    width: 66px;
    height: 66px;
    font-size: 12px;
  }
  .ty-orbit span:nth-child(1) {
    top: -33px;
  }
  .ty-orbit span:nth-child(2) {
    right: -33px;
  }
  .ty-orbit span:nth-child(3) {
    bottom: -33px;
  }
  .ty-orbit span:nth-child(4) {
    left: -33px;
  }
  .ty-repayment-copy {
    padding: 72px 20px;
  }
  .ty-repayment-copy li {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .ty-process {
    padding: 82px 20px;
  }
  .ty-path {
    grid-template-columns: 1fr;
  }
  .ty-path:before {
    top: 0;
    bottom: 0;
    left: 25px;
    right: auto;
    width: 3px;
    height: auto;
    background: linear-gradient(#ff692f, #ffc516, #fff0aa);
  }
  .ty-path article {
    padding: 12px 0 35px 78px;
    border: 0;
  }
  .ty-path i {
    top: 0;
    left: 0;
  }
  .ty-faq {
    display: block;
    padding: 82px 20px;
  }
  .ty-faq-title {
    position: relative;
    top: auto;
    margin-bottom: 35px;
  }
  .ty-faq summary {
    grid-template-columns: 32px 1fr 25px;
    font-size: 14px;
  }
  .ty-faq details > p {
    margin-left: 48px;
    font-size: 12px;
  }
  .ty-warning {
    display: block;
    padding: 30px 20px;
  }
  .ty-warning > b {
    font-size: 19px;
  }
  .ty-warning > p {
    margin: 13px 0;
  }
  .site-footer {
    padding: 48px 0 90px !important;
  }
  .footer-inner {
    width: calc(100% - 40px);
  }
  .footer-topline {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-contact-grid {
    grid-template-columns: 1fr;
  }
  .footer-contact-grid > div {
    min-height: 76px;
    padding: 14px 0;
  }
  .footer-contact-grid > div + div {
    border-left: 0;
    border-top: 1px solid #ffffff24;
  }
  .company-info-grid {
    grid-template-columns: 1fr 1fr;
  }
  .company-info-grid dl.wide {
    grid-column: 1/-1;
  }
  .finance-info-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .mobile-quickbar {
    z-index: 100;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: calc(66px + env(safe-area-inset-bottom));
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 2px solid var(--ty-navy);
    display: block;
  }
  .mobile-quickbar > a:first-child {
    display: none;
  }
  .mobile-quickbar .quickbar-main {
    min-height: 50px;
    background: var(--ty-yellow);
    color: var(--ty-navy);
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 950;
  }
  .terms-modal,
  .success-modal {
    padding: 34px 22px;
    box-shadow: 7px 7px 0 var(--ty-yellow);
  }
}
@media (max-width: 380px) {
  .ty-legal-strip > span:nth-of-type(4) {
    display: none;
  }
  .ty-hero {
    min-height: 750px;
  }
  .ty-character-stage {
    height: 345px;
  }
  .ty-choice-grid {
    grid-template-columns: 1fr;
  }
  .company-info-grid {
    grid-template-columns: 1fr;
  }
  .company-info-grid dl.wide {
    grid-column: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .ty-orbit {
    animation: none;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}
