@charset "utf-8";

/* UTILITIES */
.wrap {
  width: 100%;
  max-width: var(--container-standard-shell-max);
  margin: 0 auto;
  padding: 0 var(--container-gutter-pc);
}

.title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--space-2xs);
}

.row-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* #region TYPOGRAPHY UTILITIES */
.title-label {
  font: var(--unnamed-font-style-normal) normal bold 1.25rem/1.5rem Montserrat;
  text-align: left;
  font: normal normal bold var(--type-section-label-size)/1.2 Montserrat;
  letter-spacing: 0;
  color: #e21f26;
  text-transform: capitalize;
  opacity: 1;
}

.title-label-white {
  font: var(--unnamed-font-style-normal) normal bold 1.25rem/1.5rem Montserrat;
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal bold var(--type-section-label-size)/1.2 Montserrat;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 1;
}

.label {
  font: var(--unnamed-font-style-normal) normal bold 1.25rem/1.5rem Montserrat;
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal bold var(--type-section-label-size)/1.2 Montserrat;
  letter-spacing: 0;
  text-transform: capitalize;
  opacity: 1;
}

.thin-title-white {
  text-align: left;
  font: normal normal 300 var(--type-section-title-size)/var(--type-section-title-line) Pretendard;
  letter-spacing: var(--type-heading-tracking);
  color: #ffffff;
}

.bold-title-white {
  text-align: left;
  font: normal normal 800 var(--type-section-title-size)/var(--type-section-title-line) Pretendard;
  letter-spacing: var(--type-heading-tracking);
  color: #ffffff;
}

.thin-title-black {
  font: var(--unnamed-font-style-normal) normal 300 2.625rem/3.625rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal 300 var(--type-section-title-size)/var(--type-section-title-line) Pretendard;
  letter-spacing: var(--type-heading-tracking);
  color: #212121;
}

.bold-title-black {
  font: var(--unnamed-font-style-normal) normal 800 2.625rem/3.625rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal 800 var(--type-section-title-size)/var(--type-section-title-line) Pretendard;
  letter-spacing: var(--type-heading-tracking);
  color: #212121;
}

.tab-text {
  font-family: "Pretendard", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.thin-title-white,
.bold-title-white,
.thin-title-black,
.bold-title-black,
.review-title-light,
.review-title-bold,
.why-card-title,
.support-card-title,
.marketing-thin-title,
.marketing-bold-title,
.newsroom-title-wrap,
.contact-title-thin,
.contact-title-bold {
  word-break: keep-all;
  text-wrap: balance;
}
/* #endregion */

/* #region Tab Button Utilities */

/* #endregion */
.bold {
  font-weight: 800;
}

/* MARGIN UTILITIES */
.mb-0-5 {
  margin-bottom: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 1.875rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}


/* SECTION UTILITIES */
.section-head {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}

.black-head.section-head {
  gap: 1rem;
}

.section-head-center {
  align-items: center;
  text-align: center;
}

.section-head-left {
  align-items: flex-start;
  text-align: left;
}

.green {
  color: #1f3f00;
}

.display {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.display strong {
  font-weight: 800;
}


.lead {
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  letter-spacing: -0.005em;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
}


.frame-fit {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0.625rem;
  object-fit: cover;
}

.frame-fit-width {
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
  border: 0;
  border-radius: 0.625rem;
  object-fit: cover;
}


.sub-title {
  font: normal normal 500 1.25rem/1.6 Pretendard;
  letter-spacing: var(--type-body-tracking);
  text-wrap: pretty;
  color: #ffffff;
  text-shadow: 0 0.1875rem 0.375rem #00000029;
  text-transform: uppercase;
  opacity: 1;
}

.lead,
.faq-desc {
  text-wrap: pretty;
}

/* BUTTONS */
.btn-r {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10.125rem;
  height: 3.5625rem;
  border-radius: 2.125rem;
  transition: all 0.28s ease;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  background: #e21f26;
}

.btn-t {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600)
    1.125rem/1.3125rem var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal 600 var(--type-button-size)/1.2 Pretendard;
  letter-spacing: -0.016875rem;
  color: #ffffff;
  opacity: 1;
}
