@font-face {
  font-family: "OneShinhan";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("One Shinhan Light"), url("../fonts/OneShinhanLight.woff2") format("woff2"), url("../fonts/OneShinhanLight.otf") format("opentype");
}
@font-face {
  font-family: "OneShinhan";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("One Shinhan Medium"), url("../fonts/OneShinhanMedium.woff2") format("woff2"), url("../fonts/OneShinhanMedium.otf") format("opentype");
}
@font-face {
  font-family: "OneShinhan";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("One Shinhan Bold"), url("../fonts/OneShinhanBold.woff2") format("woff2"), url("../fonts/OneShinhanBold.otf") format("opentype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 1280px;
  font-family: "OneShinhan", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
  background: #ffffff;
  word-break: keep-all;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 0px solid #2878f5;
  outline-offset: 0px;
}

button {
  font: inherit;
  color: inherit;
  border: 0;
  background: none;
  cursor: pointer;
}
button:focus-visible {
  outline: 0px solid #2878f5;
  outline-offset: 0px;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 0px solid #2878f5;
  outline-offset: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.smr-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.smr-page {
  position: relative;
  min-height: calc(100vh - 390px);
  background: #ffffff;
}
.smr-page > [class^=SMR_FP],
.smr-page > [class*=" SMR_FP"] {
  display: none;
}
.smr-page > [class^=SMR_FP].smr-is-active,
.smr-page > [class*=" SMR_FP"].smr-is-active {
  display: block;
}

.smr-container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media (max-width: 1439px) {
  .smr-container {
    padding-inline: 24px;
  }
}
.smr-container--narrow {
  min-width: 1280px;
  max-width: 1440px;
}
.smr-container--card {
  max-width: 920px;
}
.smr-container.smr-container--inline {
  padding-inline: 0;
}

.smr-section {
  padding-block: 80px 205px;
}
.smr-section + .smr-section {
  padding-top: 0;
}
.smr-section__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 24px;
  color: #15171d;
}
.smr-section__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.smr-section__body--center {
  align-items: center;
  gap: 40px;
  text-align: center;
}

.smr-intro {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #686f82;
}

@media (max-width: 1439px) {
  .smr-section {
    padding-block: 64px;
  }
  .smr-section__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.smr-header {
  position: sticky;
  top: 0;
  min-width: 1280px;
  z-index: 30;
  background: #ffffff;
  transition: transform 300ms ease-out;
}
.smr-header.smr-is-hidden {
  transform: translateY(-100%);
}
.smr-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 2.5vw - 8px, 40px);
  height: 100px;
  padding-inline: clamp(40px, 12.5vw - 120px, 120px);
}
.smr-header__logo {
  flex-shrink: 0;
}
.smr-header__logo img {
  display: block;
  width: auto;
  height: 40px;
}
.smr-header__nav {
  flex: 0 1 auto;
  min-width: 0;
}
.smr-header__menu {
  display: flex;
  align-items: center;
  gap: clamp(32px, 5.9375vw - 44px, 70px);
}
.smr-header__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: #15171d;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  white-space: nowrap;
  transition: color 150ms ease-out;
}
.smr-header__link:hover {
  color: #0046ff;
}
.smr-header__link.smr-is-active {
  color: #0046ff;
  font-weight: 700;
}
.smr-header__link[aria-expanded=true] {
  color: #0046ff;
}
.smr-header__submenu {
  position: absolute;
  inset-inline: 0;
  top: 100%;
  z-index: 30;
  border-top: 1px solid #e1e4ea;
  background: #f7f8fa;
  overflow: hidden;
  transition: height 200ms ease-out;
}
.smr-header__sublist {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 5.9375vw - 44px, 70px);
  height: 80px;
  padding-inline: clamp(40px, 12.5vw - 120px, 120px);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
}
.smr-header__sublink {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: #2e323f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  white-space: nowrap;
  transition: color 150ms ease-out;
}
.smr-header__sublink:hover {
  color: #0046ff;
}
.smr-header__sublink.smr-is-active {
  color: #15171d;
  font-weight: 700;
}
.smr-header__sublink--external {
  gap: 4px;
}
.smr-header__sublink--external::after {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: currentcolor;
  mask: url("../images/common/ico_link_external.svg") no-repeat center/contain;
  -webkit-mask: url("../images/common/ico_link_external.svg") no-repeat center/contain;
}
.smr-header__utils {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
}
.smr-header__login, .smr-header__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
  padding-inline: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  white-space: nowrap;
  transition: background-color 150ms ease-out, color 150ms ease-out;
}
.smr-header__login::after, .smr-header__toggle::after {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: currentcolor;
  mask: var(--smr-header-icon) no-repeat center/contain;
  -webkit-mask: var(--smr-header-icon) no-repeat center/contain;
}
.smr-header__login {
  --smr-header-icon: url('../images/common/ico_user.svg');
  border-radius: 999px;
  background: #eef0f4;
  color: #2e323f;
}
.smr-header__login:hover {
  background: #e1e4ea;
}
.smr-header__toggle {
  --smr-header-icon: url('../images/common/ico_menu.svg');
  border-radius: 40px;
  background: #0046ff;
  color: #ffffff;
}
.smr-header__toggle:hover {
  background: #1448a3;
}
.smr-header__hamburger {
  display: none;
}
.smr-header--overlay {
  margin-bottom: -100px;
}
.smr-header--overlay.smr-is-top:not(.smr-is-open) {
  background: transparent;
}
.smr-header--overlay.smr-is-top:not(.smr-is-open) .smr-header__logo {
  background: url("../images/common/logo_gnb_w.svg") no-repeat left center/contain;
}
.smr-header--overlay.smr-is-top:not(.smr-is-open) .smr-header__logo img {
  visibility: hidden;
}
.smr-header--overlay.smr-is-top:not(.smr-is-open) .smr-header__link {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
}
.smr-header--overlay.smr-is-top:not(.smr-is-open) .smr-header__link {
  color: #ffffff;
}
.smr-header--overlay.smr-is-top:not(.smr-is-open) .smr-header__link:hover {
  color: #ffffff;
  opacity: 0.7;
}
.smr-header--overlay.smr-is-top:not(.smr-is-open) .smr-header__link.smr-is-active {
  color: #ffffff;
}
.smr-header--overlay.smr-is-top:not(.smr-is-open) .smr-header__login {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  backdrop-filter: blur(5px);
}
.smr-header--overlay.smr-is-top:not(.smr-is-open) .smr-header__login:hover {
  background: rgba(255, 255, 255, 0.45);
}
.smr-header--overlay.smr-is-top:not(.smr-is-open) .smr-header__toggle {
  background: rgba(0, 70, 255, 0.8);
  backdrop-filter: blur(5px);
}
.smr-header--overlay.smr-is-top:not(.smr-is-open) .smr-header__toggle:hover {
  background: #0046ff;
}

.smr-is-preopen .smr-header__nav {
  display: none;
}
.smr-is-preopen .smr-header__utils {
  display: none;
}

.smr-footer {
  min-width: 1280px;
  background: #ffffff;
}
.smr-footer .smr-container {
  width: min(1440px, 100% - 180px);
  max-width: none;
  padding-inline: 0;
}
.smr-footer__partners {
  border-top: 1px solid #e1e4ea;
}
.smr-footer__partner-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 80px;
}
.smr-footer__partner {
  flex-shrink: 0;
}
.smr-footer__partner-logo {
  display: block;
}
.smr-footer__inner {
  padding-block: 71px 70px;
  border-top: 1px solid #e1e4ea;
}
.smr-footer__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.smr-footer__main {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.smr-footer__logo {
  flex-shrink: 0;
  width: 205px;
  height: auto;
}
.smr-footer__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 0;
}
.smr-footer__policy-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  line-height: 1;
}
.smr-footer__policy-link {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  line-height: 1;
  color: #686f82;
  transition: color 150ms ease-out;
}
.smr-footer__policy-link:hover {
  color: #15171d;
  text-decoration: underline;
}
.smr-footer__policy-link--strong {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  line-height: 1;
  color: #15171d;
}
.smr-footer__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.smr-footer__address, .smr-footer__copyright {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  line-height: 1;
  font-style: normal;
  color: #686f82;
}
.smr-footer__callcenter {
  flex-shrink: 0;
  text-align: right;
}
.smr-footer__callcenter-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-footer__callcenter-tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.smr-footer__callcenter-number {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  line-height: 1.6;
  color: #15171d;
}
.smr-footer__callcenter-hours {
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  color: #686f82;
}
.smr-footer__floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  transition: opacity 150ms ease-out, visibility 150ms ease-out;
}
.smr-footer__floating.smr-is-visible {
  visibility: visible;
  opacity: 1;
}
.smr-footer__floating-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #031d62;
  backdrop-filter: blur(5px);
  transition: background-color 150ms ease-out;
}
.smr-footer__floating-button::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  mask: url("../images/common/arrow-narrow-up.svg") no-repeat center/contain;
  -webkit-mask: url("../images/common/arrow-narrow-up.svg") no-repeat center/contain;
}
.smr-footer__floating-button:hover {
  background: #0a2f8f;
}

.smr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 56px;
  min-width: 240px;
  padding-inline: 20px;
  border: 1.5px solid #c7ccd6;
  border-radius: 12px;
  background: #ffffff;
  color: #15171d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
}
.smr-button:hover {
  border-color: #2878f5;
  color: #2878f5;
}
.smr-button:active {
  border-color: #1448a3;
  color: #1448a3;
}
.smr-button:disabled, .smr-button.smr-is-disabled {
  border-color: #e1e4ea;
  color: #a6acbb;
  cursor: default;
  pointer-events: none;
}
.smr-button--primary {
  border-color: #2878f5;
  background: #2878f5;
  color: #ffffff;
  box-shadow: 0 0 15px rgba(40, 120, 245, 0.3);
}
.smr-button--primary:hover {
  border-color: #1c5fd1;
  background: #1c5fd1;
  color: #ffffff;
}
.smr-button--primary:active {
  border-color: #1448a3;
  background: #1448a3;
  color: #ffffff;
}
.smr-button--primary:disabled, .smr-button--primary.smr-is-disabled {
  border-color: #99cdfb;
  background: #99cdfb;
  color: #ffffff;
  box-shadow: none;
}
.smr-button--neutral {
  border-color: #686f82;
  background: #686f82;
  color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.smr-button--neutral:hover, .smr-button--neutral:active {
  border-color: #15171d;
  background: #15171d;
  color: #ffffff;
}
.smr-button--neutral:disabled, .smr-button--neutral.smr-is-disabled {
  border-color: #c7ccd6;
  background: #c7ccd6;
  color: #ffffff;
  box-shadow: none;
}
.smr-button--error {
  border-color: #ef4444;
  background: #fde8e8;
  color: #b91c1c;
}
.smr-button--error:hover, .smr-button--error:active {
  border-color: #ef4444;
  color: #b91c1c;
}
.smr-button--sm {
  height: 48px;
  min-width: 152px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.smr-button--full {
  width: 100%;
  min-width: 0;
}
.smr-button.smr-is-loading {
  cursor: default;
  pointer-events: none;
}
.smr-button.smr-is-loading::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 999px;
  animation: smr-spin 700ms linear infinite;
}

@keyframes smr-spin {
  to {
    transform: rotate(360deg);
  }
}
.smr-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.smr-drawer {
  position: absolute;
  inset-inline: 0;
  top: 100%;
  z-index: 50;
  border-top: 1px solid #e1e4ea;
  background: #f7f8fa;
  visibility: hidden;
  opacity: 0;
  transition: opacity 150ms ease-out, visibility 150ms ease-out;
}
.smr-drawer.smr-is-open {
  visibility: visible;
  opacity: 1;
}
.smr-drawer__columns {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 32px;
  padding-block: 40px 60px;
  padding-inline: clamp(40px, 12.5vw - 120px, 120px);
}
.smr-drawer__column {
  flex-shrink: 0;
  width: 155px;
  padding-block: 16px;
  padding-left: 24px;
  border-left: 1px solid #c7ccd6;
}

.smr-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.smr-menu__link {
  display: flex;
  align-items: center;
  padding-block: 4px;
  color: #2e323f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  transition: color 150ms ease-out;
}
.smr-menu__link:hover {
  color: #0046ff;
}
.smr-menu__link.smr-is-active {
  color: #15171d;
  font-weight: 700;
}
.smr-menu__link--external {
  align-items: flex-start;
  gap: 4px;
}
.smr-menu__link--external::after {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: currentcolor;
  mask: url("../images/common/ico_link_external.svg") no-repeat center/contain;
  -webkit-mask: url("../images/common/ico_link_external.svg") no-repeat center/contain;
}

.smr-icon {
  --smr-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: currentcolor;
  mask: var(--smr-icon-url) no-repeat center/contain;
  -webkit-mask: var(--smr-icon-url) no-repeat center/contain;
  vertical-align: middle;
}
.smr-icon--xs {
  width: 12px;
  height: 12px;
}
.smr-icon--sm {
  width: 16px;
  height: 16px;
}
.smr-icon--md {
  width: 20px;
  height: 20px;
}
.smr-icon--lg {
  width: 24px;
  height: 24px;
}
.smr-icon--xl {
  width: 32px;
  height: 32px;
}
.smr-icon--2xl {
  width: 48px;
  height: 48px;
}
.smr-icon--primary {
  background-color: #2878f5;
}
.smr-icon--secondary {
  background-color: #686f82;
}
.smr-icon--error {
  background-color: #ef4444;
}

.smr-illust {
  display: block;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.smr-illust--sm {
  width: 88px;
  height: 88px;
}
.smr-illust--md {
  width: 60px;
  height: 60px;
}

.smr-illust-circle {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: #eaf4fe;
}
.smr-illust-circle--sm {
  width: 88px;
  height: 88px;
}
.smr-illust-circle--md {
  width: 120px;
  height: 120px;
  background: #f3f6fd;
}

.smr-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
}
.smr-modal[hidden] {
  display: none;
}
.smr-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 150ms ease-out;
}
.smr-modal__box {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  width: min(817px, 100vw - 40px);
  max-height: 85vh;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
  transform: translate(-50%, -48%);
  opacity: 0;
  transition: opacity 200ms ease-out, transform 200ms ease-out;
}
.smr-modal.smr-is-open .smr-modal__overlay {
  opacity: 1;
}
.smr-modal.smr-is-open .smr-modal__box {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.smr-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-shrink: 0;
  padding: 24px 24px 16px;
}
.smr-modal__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 700;
  color: #15171d;
}
.smr-modal__close {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: #686f82;
  transition: color 150ms ease-out;
}
.smr-modal__close:hover {
  color: #15171d;
}
.smr-modal__close::before, .smr-modal__close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1.5px;
  background: currentcolor;
}
.smr-modal__close::before {
  transform: rotate(45deg);
}
.smr-modal__close::after {
  transform: rotate(-45deg);
}
.smr-modal__body {
  flex: 1 1 auto;
  min-height: 0;
  padding-inline: 24px;
  overflow-y: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-modal__footer {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
}
.smr-modal--notice .smr-modal__box {
  align-items: center;
  gap: 40px;
  padding: 60px 80px 80px;
  text-align: center;
}
.smr-modal--notice .smr-modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-inline: 0;
  overflow: visible;
}
.smr-modal--notice .smr-modal__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.smr-modal--notice .smr-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.smr-modal--notice .smr-modal__footer {
  padding: 0;
}
.smr-modal--confirm .smr-modal__box {
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: min(700px, 100vw - 40px);
  height: 480px;
  padding-inline: 20px;
  text-align: center;
}
.smr-modal--confirm .smr-modal__body {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-inline: 0;
  overflow: visible;
}
.smr-modal--confirm .smr-modal__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 657px;
  font-size: 22px;
  line-height: 1.6;
}
.smr-modal--confirm .smr-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.smr-modal--confirm .smr-modal__footer {
  gap: 20px;
  padding: 0;
}
.smr-modal--confirm .smr-button {
  width: 220px;
  min-width: 0;
}
.smr-modal--must-know .smr-modal__box {
  gap: 28px;
  width: min(1348px, 100vw - 40px);
  padding: 40px 60px;
}
.smr-modal--must-know .smr-modal__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  line-height: 1.4;
}
.smr-modal--must-know .smr-modal__body {
  padding-inline: 0;
  overflow-y: auto;
}
.smr-modal--must-know .smr-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.smr-modal--must-know .smr-modal__footer {
  padding: 0;
}
.smr-modal--cert .smr-modal__box {
  width: 831px;
  height: 642px;
  overflow: hidden;
}
.smr-modal--cert .smr-modal__body {
  padding-inline: 0;
  overflow: hidden;
}
.smr-modal__frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.smr-modal--payment-detail .smr-modal__box {
  gap: 40px;
  width: min(1380px, 100vw - 40px);
  padding: 60px;
  border-radius: 40px;
}
.smr-modal--payment-detail .smr-modal__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-inline: 0;
  overflow-y: auto;
}
.smr-modal--payment-detail .smr-modal__footer {
  padding: 0;
}
.smr-modal--payment-detail .smr-button {
  width: 180px;
  min-width: 0;
}

.smr-page-head {
  padding-block: 90px 90px;
  background: #ffffff;
}
.smr-page-head__breadcrumb {
  margin-bottom: 40px;
}
.smr-page-head__nav {
  margin-top: 90px;
}
.smr-page-head__title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #15171d;
}
.smr-page-head__intro {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #686f82;
}
.smr-page-head__visual {
  margin-top: 60px;
  height: 403px;
  background-image: var(--smr-page-head-visual);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.smr-page-head--gradient {
  background: linear-gradient(180deg, #ffffff 0%, #eaf4fe 100%);
}

.smr-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.smr-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #686f82;
}
.smr-breadcrumb__item:not(:first-child)::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: currentcolor;
  mask: url("../images/common/ico_chevron_right.svg") no-repeat center/contain;
  -webkit-mask: url("../images/common/ico_chevron_right.svg") no-repeat center/contain;
}
.smr-breadcrumb__home {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.smr-breadcrumb__home::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: currentcolor;
  mask: url("../images/common/ico_home.svg") no-repeat center/contain;
  -webkit-mask: url("../images/common/ico_home.svg") no-repeat center/contain;
}
.smr-breadcrumb__home::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
}

.smr-section-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.smr-section-head__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-section-head__desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}

@media (max-width: 1439px) {
  .smr-section-head__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.smr-guide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}
.smr-guide__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.smr-guide__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-guide__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-guide__text--lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.smr-guide__actions {
  width: 360px;
  max-width: 100%;
}

.smr-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.smr-field__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-field__required {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  border: 1.5px solid #2878f5;
  border-radius: 999px;
  background-color: #2878f5;
  vertical-align: middle;
}
.smr-field__required::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 6px;
  background-color: #ffffff;
  mask: url("../images/common/ico_step_check.svg") no-repeat center/contain;
  -webkit-mask: url("../images/common/ico_step_check.svg") no-repeat center/contain;
  transform: translate(-50%, -50%);
}
.smr-field__help {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  color: #686f82;
}
.smr-field__help--primary {
  color: #2878f5;
}
.smr-field__control {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.smr-field--apply {
  gap: 12px;
}
.smr-field--apply .smr-field__label {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-inline: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.smr-field--apply .smr-field__required {
  margin-left: 0;
}
.smr-field--apply .smr-field__help {
  padding-inline: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
}
.smr-field__error {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  color: #b91c1c;
}
.smr-field__error::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #ef4444;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}

.smr-input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-inline: 24px;
  border: 1.5px solid #e1e4ea;
  border-radius: 16px;
  background-color: #ffffff;
  color: #15171d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
}
.smr-input[readonly] {
  border-color: #c7ccd6 !important;
  background-color: #fafafa !important;
  color: #686f82;
  cursor: default;
}
.smr-input::-moz-placeholder {
  color: #a6acbb;
}
.smr-input::placeholder {
  color: #a6acbb;
}
.smr-input:focus-visible, .smr-input.smr-is-active {
  border-color: #2878f5;
  background-color: #eaf4fe;
}
.smr-input:focus-visible {
  outline: 0px solid #2878f5;
  outline-offset: 0px;
}
.smr-input:disabled {
  border-color: #e1e4ea;
  background-color: #fafafa;
  color: #a6acbb;
  cursor: default;
}
.smr-input[aria-invalid=true], .smr-input.smr-is-error {
  border-color: #ef4444;
  background-color: #fde8e8;
  color: #b91c1c;
}

.smr-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-inline: 24px;
  border: 1.5px solid #e1e4ea;
  border-radius: 16px;
  background-color: #fafafa;
  color: #15171d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
}
.smr-select::-moz-placeholder {
  color: #a6acbb;
}
.smr-select::placeholder {
  color: #a6acbb;
}
.smr-select:focus-visible, .smr-select.smr-is-active {
  border-color: #2878f5;
  background-color: #eaf4fe;
}
.smr-select:focus-visible {
  outline: 0px solid #2878f5;
  outline-offset: 0px;
}
.smr-select:disabled {
  border-color: #e1e4ea;
  background-color: #fafafa;
  color: #a6acbb;
  cursor: default;
}
.smr-select[aria-invalid=true], .smr-select.smr-is-error {
  border-color: #ef4444;
  background-color: #fde8e8;
  color: #b91c1c;
}
.smr-select {
  background-image: url("../images/common/arrow-narrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 24px 24px;
  padding-right: 58px;
  background-color: #ffffff;
}
.smr-select:disabled {
  opacity: 0.6;
}

.smr-account {
  display: flex;
  align-items: center;
  gap: 24px;
}
.smr-account[hidden] {
  display: none;
}
.smr-account__bank {
  gap: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-inline: 24px;
  border: 1.5px solid #e1e4ea;
  border-radius: 16px;
  background-color: #ffffff;
  color: #15171d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
  flex-shrink: 0;
  width: auto;
  min-width: 200px;
}
.smr-account__bank.smr-select {
  padding-right: 58px;
}
.smr-account__number {
  flex: 1 1 0;
  min-width: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.smr-account__message {
  width: 100%;
  padding-inline: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #2878f5;
}
.smr-account__message.smr-is-error {
  color: #ef4444;
}
.smr-account:has(.smr-account__message) {
  flex-wrap: wrap;
  gap: 12px 24px;
}
.smr-account__confirm {
  flex-shrink: 0;
  width: 130px;
  min-width: 0;
  height: 56px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.smr-account__note {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #a6acbb;
}
.smr-account--view {
  height: 56px;
  padding-inline: 24px;
  border: 1.5px solid #e1e4ea;
  border-radius: 16px;
  background: #fafafa;
  overflow: hidden;
}
.smr-account--view .smr-account__bank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  height: 40px;
  padding-inline: 24px;
  border: 1px solid #e1e4ea;
  border-radius: 8px;
  background: #ffffff;
  color: #686f82;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  cursor: default;
}
.smr-account--view .smr-account__number {
  color: #686f82;
}

.smr-tel-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.smr-tel {
  display: flex;
  align-items: center;
  gap: 24px;
}
.smr-tel__carrier {
  gap: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-inline: 24px;
  border: 1.5px solid #e1e4ea;
  border-radius: 16px;
  background-color: #ffffff;
  color: #15171d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
  flex-shrink: 0;
  width: auto;
  min-width: 200px;
}
.smr-tel__carrier.smr-select {
  padding-right: 58px;
}
.smr-tel .smr-selectmenu__button--dropdown {
  flex-shrink: 0;
  width: auto;
  min-width: 200px;
}
.smr-tel__number {
  flex: 1 1 0;
  min-width: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.smr-tel__submit {
  flex-shrink: 0;
  width: 130px;
  min-width: 0;
  height: 56px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.smr-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.smr-checkbox__input {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #0046ff;
  border-radius: 5px;
  background: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: background-color 150ms ease-out, border-color 150ms ease-out;
}
.smr-checkbox__input::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 11px;
  border: solid #0046ff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 150ms ease-out;
}
.smr-checkbox__input:checked::after {
  opacity: 1;
}
.smr-checkbox__input:disabled {
  border-color: #c7ccd6;
  background: #fafafa;
  cursor: default;
}
.smr-checkbox__input:disabled::after {
  border-color: #a6acbb;
}
.smr-checkbox__input[aria-invalid=true], .smr-checkbox__input.smr-is-error {
  border-color: #ef4444;
  background: #fde8e8;
}
.smr-checkbox__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #686f82;
}
.smr-checkbox__input--circle {
  width: 18px;
  height: 18px;
  border: 1.5px solid #c7ccd6;
  border-radius: 999px;
  background: none;
}
.smr-checkbox__input--circle::after {
  top: 50%;
  left: 50%;
  width: 9px;
  height: 7px;
  border: 0;
  background-color: #c7ccd6;
  mask: url("../images/common/ico_step_check.svg") no-repeat center/contain;
  -webkit-mask: url("../images/common/ico_step_check.svg") no-repeat center/contain;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: background-color 150ms ease-out;
}
.smr-checkbox__input--circle:checked {
  border-color: #2878f5;
}
.smr-checkbox__input--circle:checked::after {
  background-color: #2878f5;
}

.smr-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.smr-radio__input {
  flex-shrink: 0;
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1.5px solid #c7ccd6;
  border-radius: 999px;
  background: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: border-color 150ms ease-out;
}
.smr-radio__input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #2878f5;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 150ms ease-out;
}
.smr-radio__input:checked {
  border-color: #2878f5;
}
.smr-radio__input:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.smr-radio__input:disabled {
  border-color: #e1e4ea;
  background: #fafafa;
  cursor: default;
}
.smr-radio__input:disabled::after {
  background: #a6acbb;
}
.smr-radio__input[aria-invalid=true], .smr-radio__input.smr-is-error {
  border-color: #ef4444;
  background: #fde8e8;
}
.smr-radio__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #686f82;
}

.smr-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 245px;
  height: 56px;
  padding-inline: 24px;
  border: 1.5px solid #e1e4ea;
  border-radius: 16px;
  background: #ffffff;
  color: #686f82;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  cursor: pointer;
  transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
}
.smr-switch.smr-is-active, .smr-switch:has(.smr-radio__input:checked), .smr-switch:has(.smr-checkbox__input:checked) {
  border-color: #2878f5;
  background: #eaf4fe;
  color: #2878f5;
}
.smr-switch.smr-is-disabled {
  border-color: #e1e4ea;
  background: #fafafa;
  color: #a6acbb;
  cursor: default;
  pointer-events: none;
}

.smr-switch-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.smr-switch-group--fill {
  flex-wrap: nowrap;
  gap: 24px;
}
.smr-switch-group--fill > .smr-switch {
  flex: 1 1 0;
  min-width: 0;
}

.smr-textarea {
  display: block;
  width: 100%;
  min-height: 160px;
  padding: 16px 24px;
  border: 1.5px solid #e1e4ea;
  border-radius: 16px;
  background: #ffffff;
  color: #15171d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  resize: vertical;
  transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
}
.smr-textarea::-moz-placeholder {
  color: #a6acbb;
}
.smr-textarea::placeholder {
  color: #a6acbb;
}
.smr-textarea:focus-visible, .smr-textarea.smr-is-active {
  border-color: #2878f5;
  background-color: #eaf4fe;
}
.smr-textarea:focus-visible {
  outline: 0px solid #2878f5;
  outline-offset: 0px;
}
.smr-textarea:disabled {
  border-color: #e1e4ea;
  background-color: #fafafa;
  color: #a6acbb;
  cursor: default;
}
.smr-textarea[aria-invalid=true], .smr-textarea.smr-is-error {
  border-color: #ef4444;
  background-color: #fde8e8;
  color: #b91c1c;
}
.smr-textarea--sm {
  min-height: 108px;
  padding-block: 12px;
}

.smr-search {
  display: flex;
  align-items: center;
  gap: 8px;
}
.smr-search__input {
  flex: 1 1 0;
  min-width: 0;
}
.smr-search__button {
  flex-shrink: 0;
  width: 130px;
  min-width: 0;
  height: 56px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.smr-search--pill {
  width: 400px;
  height: 64px;
  padding: 20px 30px;
  border: 1px solid rgba(191, 191, 191, 0.5);
  border-radius: 999px;
  background: #ffffff;
  transition: border-color 150ms ease-out;
}
.smr-search--pill:focus-within {
  border-color: #2878f5;
}
.smr-search--pill .smr-search__input {
  height: auto;
  padding: 0;
  border: 0;
  background: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #686f82;
}
.smr-search--pill .smr-search__input::-moz-placeholder {
  color: #686f82;
}
.smr-search--pill .smr-search__input::placeholder {
  color: #686f82;
}
.smr-search--pill .smr-search__input:focus-visible {
  outline: none;
}
.smr-search--pill .smr-search__button {
  font: inherit;
  color: inherit;
  border: 0;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
}
.smr-search--pill .smr-search__button .smr-icon {
  width: 100%;
  height: 100%;
}

.smr-file {
  display: flex;
  align-items: center;
  gap: 8px;
}
.smr-file__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.smr-file__name {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-inline: 24px;
  border: 1.5px solid #e1e4ea;
  border-radius: 16px;
  background-color: #fafafa;
  color: #15171d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
  color: #a6acbb;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.smr-file__name.smr-is-active {
  color: #15171d;
}
.smr-file__button {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 56px;
  border: 1.5px solid #c7ccd6;
  border-radius: 16px;
  background: #ffffff;
  color: #686f82;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  transition: border-color 150ms ease-out, color 150ms ease-out;
}
.smr-file__button:hover {
  border-color: #2878f5;
  color: #2878f5;
}
.smr-file__input:focus-visible + .smr-file__button:focus-visible {
  outline: 0px solid #2878f5;
  outline-offset: 0px;
}
.smr-file__input:disabled + .smr-file__button {
  border-color: #e1e4ea;
  color: #a6acbb;
  cursor: default;
  pointer-events: none;
}

.smr-selectmenu__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  height: 64px;
  padding: 16px 30px;
  border: 1px solid rgba(166, 172, 187, 0.5);
  background: #ffffff;
  color: #2e323f;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  transition: border-color 150ms ease-out, background-color 150ms ease-out;
}
.smr-selectmenu__button:focus-visible {
  outline: 0px solid #2878f5;
  outline-offset: 0px;
}
.smr-selectmenu__button.ui-selectmenu-button-closed {
  border-radius: 32px;
}
.smr-selectmenu__button.ui-selectmenu-button-open {
  border-radius: 32px 32px 0 0;
}
.smr-selectmenu__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("../images/common/arrow-narrow-right.svg") no-repeat center/24px 24px;
  transition: transform 150ms ease-out;
  right: 30px !important;
  margin-top: -12px !important;
}
.ui-selectmenu-button-open .smr-selectmenu__icon {
  transform: rotate(180deg);
}
.smr-selectmenu__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0 !important;
}
.smr-selectmenu__menu {
  border-radius: 0 0 32px 32px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(166, 172, 187, 0.5);
  border-top: 1px solid #fff;
}
.smr-selectmenu__menu .ui-widget-content {
  border: none !important;
  margin-left: -2px !important;
}
.smr-selectmenu__menu .ui-menu-item {
  padding: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
}
.smr-selectmenu__menu .ui-menu-item:last-child {
  border-bottom: none !important;
}
.smr-selectmenu__menu .ui-menu-item-wrapper {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 20px 30px;
  background: #ffffff;
  color: #2e323f;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  border: none !important;
}
.smr-selectmenu__menu .ui-menu-item-wrapper.ui-state-active {
  background: #fafafa;
  color: #0046ff;
  font-weight: 700;
  border: none !important;
  margin: 0 !important;
}

.ui-selectmenu-menu .ui-menu {
  max-height: 320px;
  overflow-y: auto;
}

.smr-selectmenu__button--dropdown {
  gap: 10px;
  height: 56px;
  padding: 0 24px;
  border: 1.5px solid #e1e4ea;
  border-radius: 16px;
}
.smr-selectmenu__button--dropdown.ui-selectmenu-button-open {
  border-radius: 16px;
  border-color: #2878f5;
}
.smr-selectmenu__button--dropdown.ui-selectmenu-button-closed {
  border-radius: 16px;
}

.smr-selectmenu__icon--dropdown {
  right: 24px !important;
  margin-top: -12px;
}

.smr-selectmenu__menu--dropdown {
  border: 1px solid #e1e4ea;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.smr-selectmenu__menu--dropdown .ui-widget-content {
  margin-left: 0 !important;
  padding: 12px 12px 12px 12px;
  scrollbar-width: thin;
  scrollbar-color: #c7ccd6 transparent;
}
.smr-selectmenu__menu--dropdown .ui-widget-content::-webkit-scrollbar {
  width: 4px;
}
.smr-selectmenu__menu--dropdown .ui-widget-content::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #c7ccd6;
}
.smr-selectmenu__menu--dropdown .ui-widget-content::-webkit-scrollbar-track {
  background: transparent;
}
.smr-selectmenu__menu--dropdown .ui-widget-content::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.smr-selectmenu__menu--dropdown .ui-menu-item {
  border-bottom: 0 !important;
}
.smr-selectmenu__menu--dropdown .ui-menu-item-wrapper {
  gap: 10px;
  height: auto;
  padding: 16px 40px 12px 16px;
  border-radius: 16px;
  color: #15171d;
}
.smr-selectmenu__menu--dropdown .ui-menu-item-wrapper.ui-state-active {
  background: #eaf4fe;
  color: #15171d;
  font-weight: 500;
}
.smr-selectmenu__menu--dropdown .ui-menu-item-wrapper.ui-state-active::after {
  position: absolute;
  right: 12px;
  content: "";
  flex-shrink: 0;
  margin-left: auto;
  width: 22px;
  height: 22px;
  background: url("../images/common/ico_select_check.svg") no-repeat center/22px 22px;
}

.is-readonly {
  cursor: default;
  pointer-events: none;
  border-color: #c7ccd6 !important;
  background-color: #fafafa !important;
  color: #686f82;
  cursor: default;
}

.smr-tab {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e1e4ea;
}
.smr-tab__item {
  flex: 1 1 0;
  min-width: 0;
}
.smr-tab__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 76px;
  padding: 24px 16px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  color: #686f82;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  transition: color 150ms ease-out, border-color 150ms ease-out;
}
.smr-tab__link:hover {
  color: #2878f5;
}
.smr-tab__link.smr-is-active {
  border-bottom-color: #2878f5;
  color: #2878f5;
}
.smr-tab__link[aria-disabled=true] {
  color: #a6acbb;
  pointer-events: none;
}

.smr-tab--vertical {
  flex-direction: column;
  align-items: stretch;
  border-bottom: 0;
}
.smr-tab--vertical .smr-tab__link {
  justify-content: space-between;
  width: 190px;
  min-height: 76px;
  padding: 24px 0 24px 4px;
  border-bottom: 2px solid #e1e4ea;
  margin-bottom: 0;
  color: #686f82;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
}
.smr-tab--vertical .smr-tab__link.smr-is-active {
  border-bottom-color: #2878f5;
  font-weight: 700;
  color: #2878f5;
}
.smr-tab--vertical .smr-tab__link.smr-is-active::after {
  content: "";
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #2878f5 url("../images/common/arrow-narrow-up.svg") no-repeat center/24px;
  transform: rotate(90deg);
}

@media (max-width: 1439px) {
  .smr-tab__link {
    height: 64px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
  }
}
.smr-tabmenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.smr-tabmenu__item {
  display: flex;
}
.smr-tabmenu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
  border-radius: 40px;
  background: #eef0f4;
  color: #2e323f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  transition: background-color 150ms ease-out, color 150ms ease-out;
}
.smr-tabmenu__link:hover {
  background: #e1e4ea;
}
.smr-tabmenu__link.smr-is-active {
  background: #0046ff;
  color: #ffffff;
  font-weight: 700;
}

.smr-card {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  border-radius: 24px;
  background: #fafafa;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.smr-card__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-card__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #686f82;
}
.smr-card--status {
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 320px;
  text-align: center;
  box-shadow: none;
}
.smr-card__date {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #686f82;
}
.smr-card__value {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #a6acbb;
}
.smr-card__state {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #a6acbb;
}
.smr-card.smr-is-active .smr-card__value,
.smr-card.smr-is-active .smr-card__state {
  color: #15171d;
}
.smr-card.smr-is-completed .smr-card__value,
.smr-card.smr-is-completed .smr-card__state {
  color: #2878f5;
}
.smr-card.smr-is-error .smr-card__value {
  color: #686f82;
}
.smr-card.smr-is-error .smr-card__state {
  color: #b91c1c;
}
.smr-card.smr-is-upcoming .smr-card__value,
.smr-card.smr-is-upcoming .smr-card__state {
  color: #157a3c;
}
.smr-card__marker {
  position: relative;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: #e1e4ea;
}
.smr-card__marker::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: #fafafa;
  transform: translateX(-50%);
}
.smr-card__marker-num {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 700;
  color: #686f82;
}
.smr-card__marker-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.smr-card.smr-is-completed, .smr-card.smr-is-error, .smr-card.smr-is-upcoming {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}
.smr-card.smr-is-completed {
  background: #eaf4fe;
}
.smr-card.smr-is-completed .smr-card__marker {
  background: transparent;
}
.smr-card.smr-is-completed .smr-card__marker::before {
  background: #2878f5;
  box-shadow: 0 0 18px #2878f5;
}
.smr-card.smr-is-error {
  background: #fde8e8;
}
.smr-card.smr-is-error .smr-card__marker {
  background: transparent;
}
.smr-card.smr-is-error .smr-card__marker::before {
  background: #ef4444;
  box-shadow: 0 0 17px rgba(239, 68, 68, 0.4);
}
.smr-card.smr-is-upcoming {
  background: #e7f9ee;
}
.smr-card.smr-is-upcoming .smr-card__marker {
  background: transparent;
}
.smr-card.smr-is-upcoming .smr-card__marker::before {
  background: #22c55e;
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.4);
}
.smr-card.smr-is-upcoming .smr-card__marker-num {
  color: #ffffff;
}

.smr-card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
  gap: 24px;
}

@media (max-width: 1439px) {
  .smr-card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.smr-note-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  counter-reset: smr-note;
  list-style: none;
}

.smr-note {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 16px;
  border-radius: 16px;
  background: #fafafa;
  counter-increment: smr-note;
}
.smr-note__title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #2878f5;
  line-height: 1.4;
  font-weight: 500;
}
.smr-note__title:first-child {
  margin-top: 0;
}
.smr-note .smr-bullet-list {
  padding-inline: 8px;
  gap: 4px;
}

.smr-bullet-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}
.smr-bullet-list__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-bullet-list__item::before {
  content: "";
  flex-shrink: 0;
  width: 3px;
  height: 3px;
  margin-top: 10.5px;
  border-radius: 999px;
  background: currentcolor;
}
.smr-bullet-list__item strong {
  font-weight: 500;
}

.smr-accordion {
  display: flex;
  flex-direction: column;
}
.smr-accordion__item + .smr-accordion__item {
  margin-top: 16px;
}
.smr-accordion__header {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 20px 24px;
  border: 1px solid #e1e4ea;
  border-radius: 16px;
  background: #ffffff;
  text-align: left;
  transition: border-color 150ms ease-out, border-radius 150ms ease-out;
}
.smr-accordion__label {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #686f82;
}
.smr-accordion__mark {
  flex-shrink: 0;
  color: #ef4444;
}
.smr-accordion__mark--optional {
  color: #a6acbb;
}
.smr-accordion__more {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #a6acbb;
}
.smr-accordion__more::after {
  content: "";
  width: 8px;
  height: 8px;
  border: solid currentcolor;
  border-width: 0 1.5px 1.5px 0;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 150ms ease-out;
}
.smr-accordion__panel {
  max-height: 248px;
  padding: 16px 8px 20px 40px;
  border: 1px solid #e1e4ea;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: #fafafa;
  overflow-y: auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-accordion__panel[hidden] {
  display: none;
}
.smr-accordion__panel-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.smr-accordion__panel-note {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
}
.smr-accordion__item.smr-is-open .smr-accordion__header {
  border-radius: 16px 16px 0 0;
}
.smr-accordion__item.smr-is-open .smr-accordion__more::after {
  transform: translateY(2px) rotate(-135deg);
}

.smr-accordion--faq .smr-accordion__item {
  position: relative;
  border: 1px solid #c7ccd6;
  border-radius: 20px;
  background: #ffffff;
  transition: border-color 150ms ease-out;
}
.smr-accordion--faq .smr-accordion__item + .smr-accordion__item {
  margin-top: 20px;
}
.smr-accordion--faq .smr-accordion__header {
  padding: 32px 64px 32px 40px;
  border: 0;
  border-radius: inherit;
  background: none;
  color: #15171d;
}
.smr-accordion--faq .smr-accordion__label {
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  color: #15171d;
}
.smr-accordion--faq .smr-accordion__icon {
  --smr-icon-url: url('../images/common/ico_plus_24.svg');
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.smr-accordion--faq .smr-accordion__panel {
  max-height: none;
  padding: 0 64px 32px 40px;
  border: 0;
  border-radius: inherit;
  background: none;
  overflow: visible;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  color: #686f82;
}
.smr-accordion--faq .smr-accordion__panel-text + .smr-accordion__panel-text {
  margin-top: 8px;
}
.smr-accordion--faq .smr-accordion__item.smr-is-open {
  border-color: #15171d;
}
.smr-accordion--faq .smr-accordion__item.smr-is-open .smr-accordion__header {
  padding-bottom: 22px;
  border-radius: inherit;
}
.smr-accordion--faq .smr-accordion__item.smr-is-open .smr-accordion__icon {
  --smr-icon-url: url('../images/common/ico_minus_24.svg');
}

.smr-step {
  --smr-step-gap: 120px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--smr-step-gap);
}
.smr-step__item {
  position: relative;
  display: flex;
  flex: 0 0 100px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.smr-step__item + .smr-step__item::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 50%;
  z-index: 0;
  width: calc(100% + var(--smr-step-gap));
  height: 4px;
  background: #e1e4ea;
}
.smr-step__marker {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #e1e4ea;
  transition: background-color 150ms ease-out;
}
.smr-step__marker::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 54px;
  height: 54px;
  border: 4px solid transparent;
  border-radius: 999px;
  background: #ffffff;
  transform: translateX(-50%);
  transition: background-color 150ms ease-out, border-color 150ms ease-out, box-shadow 150ms ease-out;
}
.smr-step__marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 19.13px;
  height: 13.8px;
  background-color: #ffffff;
  mask: url("../images/common/ico_step_check.svg") no-repeat center/contain;
  -webkit-mask: url("../images/common/ico_step_check.svg") no-repeat center/contain;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 150ms ease-out;
}
.smr-step__num {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #a6acbb;
  transition: color 150ms ease-out, opacity 150ms ease-out;
}
.smr-step__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #a6acbb;
  transition: color 150ms ease-out;
}
.smr-step__item.smr-is-active .smr-step__marker::before {
  border-color: #2878f5;
}
.smr-step__item.smr-is-active .smr-step__num {
  color: #2878f5;
}
.smr-step__item.smr-is-active .smr-step__label {
  color: #15171d;
}
.smr-step__item.smr-is-completed .smr-step__marker {
  background: #eaf4fe;
}
.smr-step__item.smr-is-completed .smr-step__marker::before {
  background: #2878f5;
  box-shadow: 0 0 17.6px #2878f5;
}
.smr-step__item.smr-is-completed .smr-step__marker::after {
  opacity: 1;
}
.smr-step__item.smr-is-completed .smr-step__num {
  opacity: 0;
}
.smr-step__item.smr-is-completed .smr-step__label {
  color: #2878f5;
}
.smr-step__item.smr-is-error .smr-step__marker::before {
  background: #ef4444;
}
.smr-step__item.smr-is-error .smr-step__num {
  color: #ffffff;
}
.smr-step__item.smr-is-error .smr-step__label {
  color: #b91c1c;
}
.smr-step__item + .smr-step__item.smr-is-completed::before {
  background: #2878f5;
}
.smr-step__item + .smr-step__item.smr-is-active::before {
  background: linear-gradient(90deg, #2878f5 0%, #e1e4ea 99%);
}

@media (max-width: 1439px) {
  .smr-step {
    --smr-step-gap: 64px;
  }
}
.smr-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #eef0f4;
  color: #686f82;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
}
.smr-badge--primary {
  background: #eaf4fe;
  color: #2878f5;
}
.smr-badge--success {
  background: #e7f9ee;
  color: #157a3c;
}
.smr-badge--warning {
  background: #fff4e0;
  color: #a15c00;
}
.smr-badge--error {
  background: #fde8e8;
  color: #b91c1c;
}
.smr-badge--outline {
  border: 1px solid #e1e4ea;
  background: transparent;
}

.smr-board-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid #15171d;
}
.smr-board-list__row {
  display: grid;
  grid-template-columns: 150fr 940fr 150fr 200fr;
  align-items: center;
  height: 100px;
  border-bottom: 1px solid #e1e4ea;
}
.smr-board-list__col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #2e323f;
  text-align: center;
}
.smr-board-list__col--title {
  justify-content: flex-start;
  padding-inline: 24px 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.smr-board-list__col--date {
  color: #686f82;
}
.smr-board-list__download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #eef0f4;
  transition: background-color 150ms ease-out;
}
.smr-board-list__download:hover {
  background: #e1e4ea;
}
.smr-board-list__link {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: inherit;
}
.smr-board-list__link:hover, .smr-board-list__link:focus-visible {
  text-decoration: underline;
}
.smr-board-list--no-file {
  border-top-color: #000000;
}
.smr-board-list--no-file .smr-board-list__row {
  grid-template-columns: 150fr 1090fr 200fr;
  border-bottom-color: #bfbfbf;
}
.smr-board-list--no-file .smr-board-list__col {
  color: #333333;
}
.smr-board-list--no-file .smr-board-list__col--title {
  padding-inline: 4px 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
}
.smr-board-list--no-file .smr-board-list__col--date {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #4b5163;
}

.smr-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.smr-pagination__nav {
  font: inherit;
  color: inherit;
  border: 0;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #686f82;
}
.smr-pagination__nav:disabled {
  opacity: 0.4;
  cursor: default;
}
.smr-pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.smr-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  color: #686f82;
  transition: background-color 150ms ease-out, color 150ms ease-out;
}
.smr-pagination__link.smr-is-active {
  background: #00236e;
  color: #ffffff;
  font-weight: 700;
}

.smr-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 64px;
}

.smr-news-card__link {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: inherit;
  text-decoration: none;
}
.smr-news-card__thumb {
  display: block;
  aspect-ratio: 460/300;
  overflow: hidden;
  border-radius: 30px;
  background: #eef0f4;
}
.smr-news-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.smr-news-card__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.smr-news-card__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.smr-news-card__title {
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #2e323f;
  word-break: keep-all;
  line-height: 1.6;
}
.smr-news-card__date {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: #686f82;
}
.smr-news-card__more-wrap {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  opacity: 0;
}
.smr-news-card__link:hover .smr-news-card__title {
  color: #0046ff;
}
.smr-news-card__link:hover .smr-news-card__more-wrap {
  opacity: 1;
}

.smr-table {
  width: 100%;
  table-layout: fixed;
}
.smr-table th,
.smr-table td {
  height: 64px;
  padding: 8px 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-table thead th {
  height: 72px;
  background: #eaf4fe;
  color: #2878f5;
  font-weight: 700;
}
.smr-table tbody th {
  background: #ffffff;
  font-weight: 700;
}
.smr-table tbody tr:not(:first-child) > * {
  border-top: 1px solid #e1e4ea;
}
.smr-table tbody tr.smr-is-total > * {
  background: #fafafa;
  font-weight: 700;
}
.smr-table__cell--accent {
  color: #2878f5;
}

.smr-table__code {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 300;
}

.smr-table-wrap {
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}

.smr-apply-process {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.smr-apply-process__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 80px;
}

.smr-terms {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 60px 80px 80px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.smr-terms__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.smr-terms__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-terms__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-terms__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.smr-terms__all {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  border: 1px solid #e1e4ea;
  border-radius: 16px;
  background: #eaf4fe;
  cursor: pointer;
}
.smr-terms__all-label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #2878f5;
}
.smr-terms__all-check {
  position: relative;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin: 0;
  border: 2px solid #a6acbb;
  border-radius: 999px;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: border-color 150ms ease-out;
}
.smr-terms__all-check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 9px;
  background-color: #a6acbb;
  mask: url("../images/common/ico_step_check.svg") no-repeat center/contain;
  -webkit-mask: url("../images/common/ico_step_check.svg") no-repeat center/contain;
  transform: translate(-50%, -50%);
  transition: background-color 150ms ease-out;
}
.smr-terms__all-check:checked {
  border-color: #2878f5;
}
.smr-terms__all-check:checked::after {
  background-color: #2878f5;
}
.smr-terms__check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin: 0;
  background-color: #c7ccd6;
  mask: url("../images/common/ico_step_check.svg") no-repeat center/contain;
  -webkit-mask: url("../images/common/ico_step_check.svg") no-repeat center/contain;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: background-color 150ms ease-out;
}
.smr-terms__check:checked {
  background-color: #2878f5;
}

.docs h3 {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
  padding: 8px 0 8px 0;
  font-weight: 700;
}
.docs h4, .docs__title {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
  padding: 8px 0 8px 0;
  font-weight: 700;
}
.docs p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
  line-height: 1.8;
}
.docs p strong {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 700;
}
.docs__desc {
  padding: 8px 0 8px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.docs__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.docs table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000000;
}
.docs th,
.docs td {
  padding: 6px 12px !important;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  line-height: 1.6;
  color: #15171d;
  text-align: left;
}

.smr-apply-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 60px 140px 80px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}
.smr-apply-form__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.smr-apply-form__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-apply-form__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-apply-form__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.smr-apply-form__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.smr-apply-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  padding: 80px 100px 100px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.smr-apply-result__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  text-align: center;
}
.smr-apply-result__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-apply-result__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-apply-result__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
}
.smr-apply-result__row {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-block: 16px;
  border-bottom: 1px solid #e1e4ea;
}
.smr-apply-result__row:last-child {
  border-bottom: 0;
}
.smr-apply-result__term {
  flex: 0 0 150px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #686f82;
}
.smr-apply-result__value {
  flex: 1 1 0;
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-apply-result__note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
  white-space: nowrap;
}
.smr-apply-result__note-icon {
  --smr-icon-url: url('../images/common/ico_exc.svg');
  width: 22px;
  height: 22px;
  transform: translateY(-1px);
}
.smr-apply-result__note-link {
  color: #2878f5;
}

.smr-must-know {
  margin-top: 28px;
  display: flex;
  gap: 60px;
  width: 100%;
  padding-bottom: 20px;
}
.smr-must-know__col {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.smr-must-know__col--split {
  justify-content: space-between;
  gap: 32px;
}
.smr-must-know__stack {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.smr-must-know__group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.smr-must-know__group .smr-bullet-list {
  gap: 8px;
}
.smr-must-know__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-must-know__chips {
  display: flex;
  gap: 24px;
}
.smr-must-know__chip {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  padding: 16px 24px;
  border-radius: 16px;
  background: #eaf4fe;
  text-align: center;
}
.smr-must-know__chip::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.smr-must-know__chip:nth-child(1)::before {
  background-image: url("../images/common/illust_manu_phone.svg");
}
.smr-must-know__chip:nth-child(2)::before {
  background-image: url("../images/common/illust_manu_account.svg");
}
.smr-must-know__chip-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #2878f5;
}
.smr-must-know__chip-desc {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  color: #686f82;
}
.smr-must-know__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-must-know .smr-bullet-list__item {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
}

.smr-login-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 20px;
  background: #ffffff;
}

.smr-board {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.smr-board__toolbar {
  display: flex;
  justify-content: flex-end;
}

.smr-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-block: 106px;
}
.smr-empty-state[hidden] {
  display: none;
}
.smr-empty-state__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #2e323f;
}

.smr-board-detail {
  display: flex;
  flex-direction: column;
}
.smr-board-detail__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 120px;
  padding: 10px 30px;
  border-top: 2px solid #15171d;
  border-bottom: 1px solid #e1e4ea;
}
.smr-board-detail__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  color: #2e323f;
}
.smr-board-detail__date {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #686f82;
}
.smr-board-detail__desc {
  min-height: 120px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #2e323f;
}
.smr-board-detail__desc p + p {
  margin-top: 8px;
}
.smr-board-detail__lead {
  padding: 50px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #686f82;
}
.smr-board-detail__image {
  display: block;
  margin: 0 30px 50px 30px;
  width: calc(100% - 60px);
  height: auto;
  aspect-ratio: 1380/846;
  -o-object-fit: cover;
     object-fit: cover;
}
.smr-board-detail__desc--article {
  padding: 30px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
}
.smr-board-detail__desc--article p + p {
  margin-top: 32px;
}
.smr-board-detail__desc-image {
  display: block;
  margin: 0 auto 40px;
  max-width: 100%;
  height: auto;
}
.smr-board-detail__attach {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 100px;
  margin-top: 100px;
  padding: 10px 50px;
  border-radius: 24px;
  background: #fafafa;
}
.smr-board-detail__attach-info {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}
.smr-board-detail__attach-label {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #2e323f;
}
.smr-board-detail__attach-name {
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #2e323f;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 150ms ease-out;
}
.smr-board-detail__attach-name:hover {
  color: #2878f5;
}
.smr-board-detail__download {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #eef0f4;
  transition: background-color 150ms ease-out;
}
.smr-board-detail__download:hover {
  background: #e1e4ea;
}
.smr-board-detail__divider {
  flex-shrink: 0;
  width: 1px;
  height: 18px;
  background: #e1e4ea;
}
.smr-board-detail__nav {
  display: flex;
  align-items: stretch;
  margin-top: 40px;
  padding: 0 0;
  border-top: 1px solid #e1e4ea;
}
.smr-board-detail__nav-link {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 20px;
  min-width: 0;
  height: 80px;
  color: #686f82;
  transition: color 150ms ease-out;
}
.smr-board-detail__nav-link:hover {
  color: #2878f5;
}
.smr-board-detail__nav-link--prev {
  justify-content: flex-start;
}
.smr-board-detail__nav-link--next {
  justify-content: flex-end;
}
.smr-board-detail__nav-label {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #2e323f;
}
.smr-board-detail__nav-title {
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.smr-board-detail__actions {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.smr-gallery {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.smr-gallery__viewer {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 58.33%;
  min-width: 0;
}
.smr-gallery__slider {
  width: 100%;
  min-width: 0;
}
.smr-gallery__slide {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.smr-gallery__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 840/471;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.smr-gallery__caption {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.smr-gallery__caption-title {
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  color: #15171d;
}
.smr-gallery__caption-date {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #686f82;
}
.smr-gallery__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smr-gallery__nav-btn {
  font: inherit;
  color: inherit;
  border: 0;
  background: none;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.smr-gallery__nav-btn--prev {
  background-image: url("../images/common/ico_gallery_nav_prev.svg");
}
.smr-gallery__nav-btn--prev:hover {
  background-image: url("../images/common/ico_gallery_nav_prev_hover.svg");
}
.smr-gallery__nav-btn--next {
  background-image: url("../images/common/ico_gallery_nav_next.svg");
}
.smr-gallery__nav-btn--next:hover {
  background-image: url("../images/common/ico_gallery_nav_next_hover.svg");
}
.smr-gallery__side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 35%;
}
.smr-gallery__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.smr-gallery__list-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
}
.smr-gallery__list-wrapper > li {
  position: absolute;
  width: calc(50% - 6px);
  transition: transform 0.3s ease-in-out;
}
.smr-gallery__list-wrapper > li .smr-gallery__thumb {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  aspect-ratio: 984/552;
}
.smr-gallery__list-wrapper > li :hover .smr-gallery__thumb-img {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.05);
}
.smr-gallery__card {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.smr-gallery__thumb-img {
  display: block;
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.smr-gallery__card-caption {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background: #ffffff;
  transition: background-color 150ms ease-out;
}
.smr-gallery__card-line {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  line-height: 1.6;
  color: #2e323f;
  transition: color 150ms ease-out;
}
.smr-gallery__card:hover .smr-gallery__card-caption, .smr-gallery__card.smr-is-active .smr-gallery__card-caption {
  background: #2878f5;
}
.smr-gallery__card:hover .smr-gallery__card-line, .smr-gallery__card.smr-is-active .smr-gallery__card-line {
  color: #ffffff;
}

.smr-video-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 40px;
  background: #ffffff;
  border-radius: 24px;
}
.smr-video-list__item {
  font: inherit;
  color: inherit;
  border: 0;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 0;
  text-align: left;
}
.smr-video-list__thumb {
  position: relative;
  flex: 0 0 48%;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 222/125;
}
.smr-video-list__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.smr-video-list__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  flex: 1;
  height: 100px;
}
.smr-video-list__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #2e323f;
  transition: color 150ms ease-out;
}
.smr-video-list__play {
  display: block;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: url("../images/common/ico_play_32.svg") no-repeat center/contain;
  visibility: hidden;
}
.smr-video-list__item:hover .smr-video-list__play, .smr-video-list__item.smr-is-active .smr-video-list__play {
  visibility: visible;
}
.smr-video-list__item:hover .smr-video-list__title, .smr-video-list__item.smr-is-active .smr-video-list__title {
  color: #0046ff;
}
.smr-video-list__divider {
  width: 100%;
  height: 1px;
  border: none;
  margin: 0;
  background: #e1e4ea;
}

.smr-section:has(> .smr-policy-doc) {
  border-top: 1px solid #e1e4ea;
}

.smr-policy-doc {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.smr-policy-doc__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.smr-policy-doc__lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: #15171d;
}
.smr-policy-doc__desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  color: #15171d;
}
.smr-policy-doc__section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.smr-policy-doc__section-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  color: #15171d;
}
.smr-policy-doc__section-body {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  color: #15171d;
}
.smr-policy-doc table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000000;
}
.smr-policy-doc th,
.smr-policy-doc td {
  padding: 6px 12px !important;
  border: 1px solid #000000;
  font-size: 18px !important;
  font-weight: 300;
  line-height: 1.6;
  color: #15171d;
  text-align: left;
}
.smr-policy-doc__toolbar {
  display: flex;
  align-items: center;
  gap: 20px;
}
.smr-policy-doc__revision {
  width: 400px;
}
.smr-policy-doc__download {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 64px;
  padding-inline: 40px;
  border-radius: 999px;
  background: #2878f5;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 150ms ease-out;
}
.smr-policy-doc__download:hover {
  background: #1c5fd1;
}
.smr-policy-doc__download:active {
  background: #1448a3;
}
.smr-policy-doc__download-icon {
  width: 18px;
  height: 18px;
  color: #ffffff !important;
}
.smr-policy-doc span, .smr-policy-doc strong, .smr-policy-doc p, .smr-policy-doc div, .smr-policy-doc li, .smr-policy-doc td, .smr-policy-doc th, .smr-policy-doc tr, .smr-policy-doc tbody, .smr-policy-doc thead {
  font-size: 18px !important;
  color: #15171d;
}
.smr-policy-doc strong {
  font-weight: 700;
}

.smr-revision-select {
  border-radius: 40px;
  color: #15171d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  height: 64px;
}

.smr-error-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  max-width: 754px;
  margin-inline: auto;
  text-align: center;
}
.smr-error-state__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.smr-error-state__logo {
  display: block;
}
.smr-error-state__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.smr-error-state__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.6;
  color: #15171d;
}
.smr-error-state__desc {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.8;
  color: #15171d;
}

.smr-support-status {
  display: flex;
  align-items: stretch;
  gap: 48px;
}
.smr-support-status__card {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.smr-support-status__title {
  padding: 16px 24px;
  background: #eaf4fe;
  color: #111111;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.smr-support-status__body {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 50px 40px;
}
.smr-support-status__stat {
  display: flex;
  width: 278px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.smr-support-status__divider {
  flex-shrink: 0;
  width: 1px;
  height: 200px;
  border-radius: 999px;
  background: #e1e4ea;
}
.smr-support-status__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.smr-support-status__label {
  color: #111111;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.smr-support-status__value {
  display: flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
}
.smr-support-status__value strong {
  font-size: 30px;
  font-weight: 700;
  color: #0046ff;
}
.smr-support-status__value span {
  font-size: 20px;
  font-weight: 300;
  color: #15171d;
}

.smr-caution {
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  border-top: 1px solid #e1e4ea;
}
.smr-caution__title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 700;
  color: #444444;
}
.smr-caution__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  background-color: #000000;
  mask: url("../images/common/ico_info_24.svg") no-repeat center/contain;
  -webkit-mask: url("../images/common/ico_info_24.svg") no-repeat center/contain;
}
.smr-caution__list {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding-left: 27px;
  list-style: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: #444444;
}
.smr-caution__list li {
  position: relative;
  margin-bottom: 5px;
}
.smr-caution__list li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -16px;
  width: 2px;
  height: 2px;
  border-radius: 999px;
  background: currentcolor;
}
.smr-caution__list li:last-child {
  margin-bottom: 0;
}
.smr-caution__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #0046ff;
  font-weight: 500;
  text-decoration: underline;
}
.smr-caution__link-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: #0046ff;
  mask: url("../images/common/ico_link_external.svg") no-repeat center/contain;
  -webkit-mask: url("../images/common/ico_link_external.svg") no-repeat center/contain;
}

.smr-mypage-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.smr-mypage-form__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.smr-mypage-form__icon {
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background-color: #eaf4fe;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
}
.smr-mypage-form__icon--account {
  background-image: url("../images/common/illust_manu_account.svg");
}
.smr-mypage-form__icon--privacy {
  background-image: url("../images/common/illust_manu_privacy.svg");
}
.smr-mypage-form__icon--withdraw {
  background-color: #fde8e8;
  background-image: url("../images/common/illust_manu_withdraw.svg");
}
.smr-mypage-form__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.smr-mypage-form__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-mypage-form__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-mypage-form__desc-sub {
  color: #686f82;
}
.smr-mypage-form__title-em {
  color: #ef4444;
}
.smr-mypage-form__panel {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 860px;
  max-width: 100%;
  padding: 60px 80px 80px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.smr-mypage-form__field {
  gap: 16px;
}
.smr-mypage-form__field--readonly .smr-field__label {
  color: #686f82;
}
.smr-mypage-form__field--readonly .smr-input {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.smr-mypage-form__note {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #ef4444;
  text-align: center;
}
.smr-mypage-form__submit {
  width: 240px;
  height: 64px;
  margin-top: 20px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.smr-mypage-form--withdraw .smr-mypage-form__head,
.smr-mypage-form--withdraw .smr-mypage-form__text {
  gap: 20px;
}
.smr-mypage-form--withdraw .smr-mypage-form__panel {
  gap: 40px;
  width: 720px;
}

.smr-notice-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.smr-notice-list__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.smr-notice-list__icon {
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: #eaf4fe url("../images/common/illust_manu_notice.svg") no-repeat center/100px;
}
.smr-notice-list__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-notice-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 994px;
  max-width: 100%;
}
.smr-notice-list__item {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  padding: 32px 40px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.smr-notice-list__body {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.smr-notice-list__item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.smr-notice-list__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #686f82;
}
.smr-notice-list__desc p + p {
  margin-top: 8px;
}
.smr-notice-list__date {
  flex-shrink: 0;
  width: 160px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #a6acbb;
  text-align: right;
}
.smr-notice-list__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #686f82;
}
.smr-notice-list__more-icon {
  --smr-icon-url: url('../images/common/ico_arw_down.svg');
}

.SMR_FP00_001 {
  position: relative;
  min-width: 1280px;
  height: 100vh;
  overflow: hidden;
}
.SMR_FP00_001__pages {
  display: flex;
  flex-direction: column;
  will-change: transform;
  transition: transform 700ms cubic-bezier(0.4, 0, 0.2, 1);
}
.SMR_FP00_001__panel {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.SMR_FP00_001__bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: no-repeat center/cover;
  pointer-events: none;
}
.SMR_FP00_001__paging[hidden] {
  display: none;
}
.SMR_FP00_001__paging {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 40px;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.SMR_FP00_001__paging > span:first-child::after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  margin: 8px auto 8px;
  border-bottom: 1px solid currentcolor;
  transform: rotate(-45deg) translateX(-5px);
  transform-origin: center;
}
.SMR_FP00_001__paging > span:last-child {
  opacity: 0.5;
}
.SMR_FP00_001__scroll[hidden] {
  display: none;
}
.SMR_FP00_001__scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 40px;
  padding: 14px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  writing-mode: vertical-rl;
  backdrop-filter: blur(5px);
  transition: background-color 150ms ease-out;
}
.SMR_FP00_001__scroll::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: currentcolor;
  mask: url("../images/common/ico_arw_right_20.svg") no-repeat center/contain;
  -webkit-mask: url("../images/common/ico_arw_right_20.svg") no-repeat center/contain;
  transform: rotate(90deg);
}
.SMR_FP00_001__scroll:hover {
  background: rgba(255, 255, 255, 0.45);
}
.SMR_FP00_001__visual {
  align-items: flex-start;
  padding-top: clamp(120px, 25vh, 213px);
  color: #ffffff;
}
.SMR_FP00_001__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.SMR_FP00_001 .smr-container {
  width: min(1440px, 100% - 180px);
  max-width: none;
  padding-inline: 0;
}
.SMR_FP00_001__visual-inner {
  position: relative;
  z-index: 2;
}
.SMR_FP00_001__visual-title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 500;
}
.SMR_FP00_001__visual-title strong {
  font-weight: 700;
}
.SMR_FP00_001__visual-cards {
  display: flex;
  gap: 20px;
}
.SMR_FP00_001__visual-cards > li {
  flex: 1 1 0;
  min-width: 0;
}
.SMR_FP00_001__visual-cards > li ::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  backdrop-filter: blur(5px);
}
.SMR_FP00_001__promo {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 320px;
  width: 100%;
  padding: 74px 175px 0 50px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  color: inherit;
  transition: background-color 150ms ease-out;
}
.SMR_FP00_001__promo:hover {
  background: rgba(255, 255, 255, 0.25);
}
.SMR_FP00_001__promo-badge {
  position: absolute;
  top: 30px;
  left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 999px;
  background: #0046ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
}
.SMR_FP00_001__promo-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 16px;
}
.SMR_FP00_001__promo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.SMR_FP00_001__promo-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 28px;
  font-weight: 500;
  white-space: nowrap;
}
.SMR_FP00_001__promo-arrow {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background-color: currentcolor;
  mask: url("../images/common/ico_arw_w_r.svg") no-repeat center/24px;
  -webkit-mask: url("../images/common/ico_arw_w_r.svg") no-repeat center/24px;
}
.SMR_FP00_001__promo-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.8;
}
.SMR_FP00_001__promo-illust {
  position: absolute;
  top: 64px;
  right: 35px;
  display: block;
  width: 100px;
  height: 100px;
  opacity: 0.8;
}
.SMR_FP00_001__brand {
  justify-content: center;
  background: url("../images/main/bg_card.jpg") no-repeat center/cover;
}
.SMR_FP00_001__brand-stack {
  position: relative;
  z-index: 1;
  width: 420px;
  height: 420px;
}
.SMR_FP00_001__brand-stack::before, .SMR_FP00_001__brand-stack::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  transform-origin: 100% 100%;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.SMR_FP00_001__brand-stack::after {
  z-index: -2;
}
.SMR_FP00_001__brand-stack::before {
  transform: translate(0.8px, -0.8px) rotate(1.53deg);
  transition-delay: 560ms;
}
.SMR_FP00_001__brand-stack::after {
  transform: translate(-1px, 2.2px) rotate(4.6deg);
  transition-delay: 340ms;
}
.SMR_FP00_001__brand-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
  height: 100%;
  padding: 71px 48.5px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  text-align: center;
  transform-origin: 100% 100%;
  transform: translate(10px, -10.8px) rotate(4.6deg);
  opacity: 0;
  transition: transform 700ms cubic-bezier(0.4, 0, 0.2, 1) 200ms, opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 200ms;
}
.SMR_FP00_001__panel.smr-is-active .SMR_FP00_001__brand-card {
  transform: none;
  opacity: 1;
}
.SMR_FP00_001__panel.smr-is-active .SMR_FP00_001__brand-stack::before,
.SMR_FP00_001__panel.smr-is-active .SMR_FP00_001__brand-stack::after {
  opacity: 1;
}
.SMR_FP00_001__brand-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.SMR_FP00_001__brand-lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #111;
}
.SMR_FP00_001__brand-lead strong {
  font-weight: 700;
  color: #0046ff;
}
.SMR_FP00_001__brand-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  color: #111;
}
.SMR_FP00_001__brand-title strong {
  font-weight: 700;
}
.SMR_FP00_001__brand-logo {
  display: block;
  width: 184px;
  height: auto;
}
.SMR_FP00_001__loan {
  padding-top: 8px;
  background: #fafafa;
}
.SMR_FP00_001__loan-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  color: #111;
}
.SMR_FP00_001__loan-title strong {
  font-weight: 700;
}
.SMR_FP00_001__loan-slider {
  position: relative;
  padding-bottom: 52px;
}
.SMR_FP00_001__loan-track {
  margin-inline: 80px;
  overflow: hidden;
}
.SMR_FP00_001__loan-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.SMR_FP00_001__loan-thumb {
  flex-shrink: 0;
  display: block;
  width: 48.94%;
  height: auto;
  aspect-ratio: 23/15;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.SMR_FP00_001__loan-body {
  flex-shrink: 0;
  width: 44.68%;
  border-radius: 16px;
  backdrop-filter: blur(5px);
}
.SMR_FP00_001__loan-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
.SMR_FP00_001__loan-lead {
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #bababa;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
.SMR_FP00_001__loan-spec {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
.SMR_FP00_001__loan-row {
  display: flex;
  gap: 8px;
}
.SMR_FP00_001__loan-row:nth-of-type(2) {
  margin-top: 4px;
}
.SMR_FP00_001__loan-row dt {
  flex-shrink: 0;
}
.SMR_FP00_001__loan-row dt::after {
  content: " :";
}
.SMR_FP00_001__loan-line {
  display: block;
  line-height: 1.2;
}
.SMR_FP00_001__loan-line + .SMR_FP00_001__loan-line {
  margin-top: 8px;
}
.SMR_FP00_001__loan-note {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.4;
}
.SMR_FP00_001__loan-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
.SMR_FP00_001__loan-info::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: #0046ff;
  mask: url("../images/common/ico_exc.svg") no-repeat center/contain;
  -webkit-mask: url("../images/common/ico_exc.svg") no-repeat center/contain;
  transform: rotate(180deg);
}
.SMR_FP00_001__loan-body .smr-button {
  height: auto;
  min-width: 0;
  margin-top: 16px;
  border: 0;
  padding: 18px 44px;
  border-radius: 999px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.SMR_FP00_001__loan-nav {
  position: absolute;
  top: calc((100% - 52px) / 2);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  backdrop-filter: blur(5px);
  transform: translateY(-50%);
  transition: opacity 150ms ease-out;
}
.SMR_FP00_001__loan-nav::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../images/main/ico_slide_arrow_60.svg") no-repeat center/contain;
  transform: rotate(90deg);
}
.SMR_FP00_001__loan-nav:hover {
  opacity: 0.7;
}
.SMR_FP00_001__loan-nav--prev {
  left: 0;
}
.SMR_FP00_001__loan-nav--next {
  right: 0;
}
.SMR_FP00_001__loan-nav--next::after {
  transform: rotate(-90deg);
}
.SMR_FP00_001__loan-dots {
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-horizontal-gap: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
  width: 100%;
}
.SMR_FP00_001__loan-dots .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0;
  background: #c7ccd6;
  opacity: 1;
}
.SMR_FP00_001__loan-dots .swiper-pagination-bullet-active {
  background: #2878f5;
}
.SMR_FP00_001__news {
  align-items: stretch;
  color: #ffffff;
}
.SMR_FP00_001__news-scroll {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
}
.SMR_FP00_001__news-scroll::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.SMR_FP00_001__news-scroll::-webkit-scrollbar {
  width: 6px;
}
.SMR_FP00_001__news-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
}
.SMR_FP00_001__news-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  min-height: 100%;
  padding-block: 40px;
}
.SMR_FP00_001 .smr-footer {
  position: relative;
  z-index: 2;
  background: #ffffff;
}
.SMR_FP00_001__news-top {
  display: flex;
  gap: 20px;
}
.SMR_FP00_001__notice {
  flex: 1 1 0;
  min-width: 0;
  padding: 20px 40px;
  border-radius: 16px;
  background: rgba(238, 246, 255, 0.2);
  backdrop-filter: blur(5px);
}
.SMR_FP00_001__notice-head, .SMR_FP00_001__status-head {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}
.SMR_FP00_001__notice-head img, .SMR_FP00_001__status-head img {
  display: block;
  width: 42px;
  height: 42px;
}
.SMR_FP00_001__status-head {
  min-height: 58px;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.SMR_FP00_001__status-head img {
  mix-blend-mode: lighten;
}
.SMR_FP00_001__notice-more {
  margin-left: auto;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  transition: background-color 150ms ease-out;
}
.SMR_FP00_001__notice-more::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  mask: url("../images/common/arrow-narrow-up.svg") no-repeat center/26px;
  -webkit-mask: url("../images/common/arrow-narrow-up.svg") no-repeat center/26px;
  transform: rotate(90deg);
}
.SMR_FP00_001__notice-more:hover {
  background-color: rgba(255, 255, 255, 0.55);
}
.SMR_FP00_001__notice-list {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.SMR_FP00_001__notice-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-block: 10px;
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.2;
  transition: opacity 150ms ease-out;
}
.SMR_FP00_001__notice-list a:hover {
  opacity: 0.7;
}
.SMR_FP00_001__notice-list time {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 700;
}
.SMR_FP00_001__notice-list span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.SMR_FP00_001__status {
  flex: 1 1 0;
  min-width: 0;
  padding: 12px 40px;
  border-radius: 16px;
  background: rgba(0, 70, 255, 0.8);
  backdrop-filter: blur(5px);
}
.SMR_FP00_001__status-list {
  display: flex;
  gap: 22px;
  margin-top: 16px;
  padding-block: 24px 0;
}
.SMR_FP00_001__stat {
  display: flex;
  flex: 1 1 0;
  align-items: flex-end;
  gap: 12px;
}
.SMR_FP00_001__stat img {
  display: block;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  mix-blend-mode: lighten;
}
.SMR_FP00_001__stat dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.2;
}
.SMR_FP00_001__stat dd {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.SMR_FP00_001__stat dd strong {
  margin-right: 4px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.SMR_FP00_001__videos {
  display: flex;
  gap: 20px;
}
.SMR_FP00_001__videos > li {
  flex: 1 1 0;
  min-width: 0;
}
.SMR_FP00_001__video {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  height: 100%;
  padding: 24px 27px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.5);
  color: inherit;
  backdrop-filter: blur(5px);
  transition: background-color 150ms ease-out;
}
.SMR_FP00_001__video:hover {
  background: rgba(0, 0, 0, 0.65);
}
.SMR_FP00_001__video-thumb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 20/11;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
.SMR_FP00_001__video-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 24px;
  width: 100%;
}
.SMR_FP00_001__video-title {
  position: relative;
  min-width: 0;
  padding-left: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 24px;
}
.SMR_FP00_001__video-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../images/main/ico_play_24.svg") no-repeat 100% 100%;
  transform: translateY(-50%);
}
.SMR_FP00_001__video-from {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .SMR_FP00_001__video-from {
    display: none;
  }
}

.SMR_FP00_001[data-fullpage-index="2"] .SMR_FP00_001__paging {
  color: #000;
}
.SMR_FP00_001[data-fullpage-index="2"] .SMR_FP00_001__scroll {
  background: #d9e6fe;
  color: #031d62;
}
.SMR_FP00_001[data-fullpage-index="2"] .SMR_FP00_001__scroll:hover {
  background: #c4d8fd;
}

.SMR_FP00_001_01 {
  position: relative;
  min-width: 1280px;
}
.SMR_FP00_001_01 .smr-container {
  width: min(1440px, 100% - 180px);
  max-width: none;
  padding-inline: 0;
}
.SMR_FP00_001_01__visual {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  background: #eef6ff;
  color: #ffffff;
}
.SMR_FP00_001_01__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.SMR_FP00_001_01__bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: no-repeat center/cover;
  pointer-events: none;
}
.SMR_FP00_001_01__visual-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.SMR_FP00_001_01__visual-title {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 8px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
}
.SMR_FP00_001_01__visual-title strong {
  font-weight: 700;
}
.SMR_FP00_001_01__visual-line:first-child {
  line-height: 1.6;
}
.SMR_FP00_001_01__promo {
  position: relative;
  display: flex;
  flex: 0 1 705px;
  min-width: 0;
  min-height: 400px;
  padding: 100px 174px 40px 52px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  color: inherit;
  backdrop-filter: blur(5px);
  transition: background-color 150ms ease-out;
}
.SMR_FP00_001_01__promo:hover {
  background: rgba(255, 255, 255, 0.25);
}
.SMR_FP00_001_01__promo-badge {
  position: absolute;
  top: 42px;
  left: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 999px;
  background: #0046ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #ffffff;
}
.SMR_FP00_001_01__promo-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  border-radius: 16px;
}
.SMR_FP00_001_01__promo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.SMR_FP00_001_01__promo-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}
.SMR_FP00_001_01__promo-arrow {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-color: currentcolor;
  mask: url("../images/common/ico_chevron_right.svg") no-repeat center/60px;
  -webkit-mask: url("../images/common/ico_chevron_right.svg") no-repeat center/60px;
}
.SMR_FP00_001_01__promo-desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  opacity: 0.8;
}
.SMR_FP00_001_01__promo-line {
  display: block;
}
.SMR_FP00_001_01__promo-line + .SMR_FP00_001_01__promo-line {
  margin-top: 8px;
}
.SMR_FP00_001_01__promo-illust {
  position: absolute;
  top: 67px;
  right: 34px;
  display: block;
  width: 120px;
  height: 120px;
  opacity: 0.8;
}

.SMR_FP00_003 {
  padding-bottom: 156px;
}
.SMR_FP00_003 .smr-section {
  padding-top: 0;
}
.SMR_FP00_003 .smr-guide {
  gap: 30px;
}
.SMR_FP00_003 .smr-guide__actions {
  margin-top: 20px;
}

.SMR_FP00_004[hidden] {
  display: none;
}
.SMR_FP00_004 {
  position: absolute;
  top: 112px;
  right: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}

.SMR_FP00_004__list {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  width: min(1440px, 100% - 180px);
  margin-inline: auto;
}

.SMR_FP00_004__popup[hidden] {
  display: none;
}
.SMR_FP00_004__popup.smr-is-closed {
  visibility: hidden;
}
.SMR_FP00_004__popup {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 500px;
  max-height: calc(100vh - 132px);
  pointer-events: auto;
}

.SMR_FP00_004__body {
  flex: 1 1 auto;
  min-height: 0;
  padding-block: 30px 25px;
  background: #fbefd9;
  overflow-y: auto;
}

.SMR_FP00_004__image {
  display: block;
  width: 100%;
  height: auto;
}

.SMR_FP00_004__bar {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  padding-inline: 20px;
  background: #ffffff;
}

.SMR_FP00_004__today .smr-checkbox__input {
  border-color: #c8c8c8;
}
.SMR_FP00_004__today .smr-checkbox__label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
}

.SMR_FP00_004__close {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  transition: opacity 150ms ease-out;
}
.SMR_FP00_004__close:hover {
  opacity: 0.7;
}

.SMR_FP01_001 {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.SMR_FP01_001 .smr-section {
  padding-top: 0;
  padding-bottom: 202px;
}
.SMR_FP01_001 .smr-section__body {
  gap: 80px;
}
.SMR_FP01_001 > .smr-container {
  position: relative;
  z-index: 1;
}
.SMR_FP01_001::after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: -26px;
  z-index: 0;
  width: 446px;
  height: 429px;
  background: url("../images/common/bg_symbol.svg") no-repeat center/contain;
  pointer-events: none;
}
.SMR_FP01_001__visual {
  width: 100%;
  height: 500px;
  border-radius: 30px;
  background: #e1e4ea;
}
.SMR_FP01_001__greeting {
  display: grid;
  grid-template-columns: minmax(0, 370px) minmax(0, 1fr);
  gap: 120px;
  align-items: start;
}
.SMR_FP01_001__headline {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  line-height: 1.6;
  color: #15171d;
  word-break: keep-all;
}
.SMR_FP01_001__accent {
  color: #0046ff;
}
.SMR_FP01_001__message {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.SMR_FP01_001__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 662px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: #2e323f;
  word-break: keep-all;
}
.SMR_FP01_001__text strong {
  font-weight: 500;
}
.SMR_FP01_001__sign {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #15171d;
}
.SMR_FP01_001__sign-role {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.SMR_FP01_001__sign-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}

.SMR_FP01_002 .smr-section {
  padding-bottom: 80px;
  padding-block: 0;
}
.SMR_FP01_002 .smr-section__body {
  gap: 60px;
}
.SMR_FP01_002__headline {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
  word-break: keep-all;
  line-height: 1.6;
}
.SMR_FP01_002__accent {
  color: #0046ff;
}
.SMR_FP01_002__features {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.SMR_FP01_002__feature {
  display: flex;
  align-items: center;
  width: 100%;
}
.SMR_FP01_002__feature--tint {
  background: #f8faff;
  border-radius: 30px;
}
.SMR_FP01_002__feature-media {
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
}
.SMR_FP01_002__feature-media img {
  display: block;
  width: 100%;
  height: auto;
}
.SMR_FP01_002__feature-text {
  width: 50%;
  padding-left: 100px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  color: #2e323f;
  word-break: keep-all;
}
.SMR_FP01_002__feature-text p {
  margin: 0;
}
.SMR_FP01_002__feature--tint .SMR_FP01_002__feature-text {
  padding-left: 140px;
}

.SMR_FP01_005 {
  background: #fafafa;
}
.SMR_FP01_005 .smr-section {
  padding-block: 40px 80px;
}
.SMR_FP01_005__layout {
  display: flex;
  align-items: flex-start;
  gap: 130px;
}
.SMR_FP01_005__nav {
  flex-shrink: 0;
}
.SMR_FP01_005__panel {
  position: sticky;
  top: 100px;
  padding-top: 24px;
  flex: 1 1 auto;
  min-width: 0;
}
.SMR_FP01_005__panel-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.SMR_FP01_005__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0 40px;
}
.SMR_FP01_005__info dt,
.SMR_FP01_005__info dd {
  margin: 0;
}
.SMR_FP01_005__info-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #2e323f;
}
.SMR_FP01_005__info-row dt {
  flex-shrink: 0;
  width: 80px;
  font-weight: 500;
}
.SMR_FP01_005__info-row dd {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 300;
}
.SMR_FP01_005__copy {
  font: inherit;
  color: inherit;
  border: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  cursor: pointer;
}
.SMR_FP01_005__map {
  width: 100%;
  height: 520px;
  border-radius: 24px;
  overflow: hidden;
}
.SMR_FP01_005__map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.SMR_FP01_007 .smr-section {
  padding-block: 0px 202px;
}

.SMR_FP01_010 .smr-section {
  padding-block: 0px 202px;
}

.SMR_FP03_001 {
  padding-bottom: 80px;
}
.SMR_FP03_001 .smr-container {
  padding-inline: 0;
}
.SMR_FP03_001__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  color: #000000;
}
.SMR_FP03_001__title-main {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
}
.SMR_FP03_001__title-sub {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
}
.SMR_FP03_001__title2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
  margin-bottom: 40px;
}
.SMR_FP03_001__lead {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
  color: #444444;
}
.SMR_FP03_001__lead-point {
  font-weight: 700;
  color: #0046ff;
}
.SMR_FP03_001__hero {
  margin-top: 40px;
}
.SMR_FP03_001__hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.SMR_FP03_001__blocks {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.SMR_FP03_001__overview-list {
  display: flex;
  gap: 30px;
}
.SMR_FP03_001__overview-card {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 40px 50px;
  border-radius: 30px;
  background: #f3f6fd;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
}
.SMR_FP03_001__overview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 35, 110, 0.5);
}
.SMR_FP03_001__overview-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #00236e;
}
.SMR_FP03_001__overview-icon {
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.SMR_FP03_001__overview-icon--target {
  background-image: url("../images/program/icon-target.png");
}
.SMR_FP03_001__overview-icon--amount {
  background-image: url("../images/program/icon-amount.png");
}
.SMR_FP03_001__overview-icon--date {
  background-image: url("../images/program/icon-date.png");
}
.SMR_FP03_001__overview-body {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 500;
  color: #333333;
}
.SMR_FP03_001__overview-note {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #333333;
}
.SMR_FP03_001__accent {
  color: #0046ff;
}
.SMR_FP03_001__accent--value strong {
  font-size: 20px;
}
.SMR_FP03_001__method {
  display: flex;
  flex-direction: column;
}
.SMR_FP03_001__method-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.SMR_FP03_001__method-card {
  flex: 0 0 310px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding-inline: 16px;
  border-radius: 30px;
  border: 1px solid rgba(0, 35, 110, 0.5);
  background: #ffffff;
  text-align: center;
}
.SMR_FP03_001__method-arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: url("../images/common/ico_right_line_40.png") no-repeat center/contain;
}
.SMR_FP03_001__method-icon {
  display: block;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.SMR_FP03_001__method-icon--apply {
  background-image: url("../images/program/step-01.png");
}
.SMR_FP03_001__method-icon--check {
  background-image: url("../images/program/step-02.png");
}
.SMR_FP03_001__method-icon--schedule {
  background-image: url("../images/program/step-03.png");
}
.SMR_FP03_001__method-icon--payout {
  background-image: url("../images/program/step-04.png");
}
.SMR_FP03_001__method-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #111111;
}
.SMR_FP03_001__method-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
  color: #333333;
}
.SMR_FP03_001__method-caption {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 300;
  color: #333333;
}
.SMR_FP03_001__method-notes {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.SMR_FP03_001__method-note {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #333333;
}
.SMR_FP03_001__method-chip {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 18px;
  border-radius: 40px;
  background: #f3f6fd;
  color: #0046ff;
  font-weight: 700;
  white-space: nowrap;
}
.SMR_FP03_001__example {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 60px 80px;
  border-radius: 30px;
  background: #f5f5f5;
}
.SMR_FP03_001__example-title {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
}
.SMR_FP03_001__example-caption {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #00236e;
}
.SMR_FP03_001__timeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.SMR_FP03_001__timeline-card {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 150px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.SMR_FP03_001__timeline-arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: url("../images/common/ico_right_line_40.png") no-repeat center/contain;
}
.SMR_FP03_001__timeline-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 700;
  color: #111111;
}
.SMR_FP03_001__timeline-value {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
  color: #333333;
}
.SMR_FP03_001__timeline-value::before {
  content: "";
  display: block;
  width: 160px;
  height: 1px;
  margin-bottom: 16px;
  background: #e1e4ea;
}
.SMR_FP03_001__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(191, 191, 191, 0.5);
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
}
.SMR_FP03_001__table th,
.SMR_FP03_001__table td {
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
  border-right: 1px solid rgba(191, 191, 191, 0.5);
}
.SMR_FP03_001__table th:last-child,
.SMR_FP03_001__table td:last-child {
  border-right: 0;
}
.SMR_FP03_001__table thead th {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 700;
  color: #ffffff;
  background: #a9c1f0;
  border-right-color: #ffffff;
}
.SMR_FP03_001__table tbody th,
.SMR_FP03_001__table tbody td {
  padding: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
  color: #333333;
  background: #ffffff;
}
.SMR_FP03_001__table tbody tr:last-child th,
.SMR_FP03_001__table tbody tr:last-child td {
  border-bottom: 0;
}

.SMR_FP03_002 {
  background: #fafafa;
}
.SMR_FP03_002__brand {
  color: #0046ff;
}
.SMR_FP03_002 .smr-section {
  padding-block: 80px 120px;
}

.SMR_FP03_003,
.SMR_FP03_004,
.SMR_FP03_005,
.SMR_FP03_006 {
  padding-bottom: 40px;
  background: #fafafa;
}
.SMR_FP03_003 .smr-container--narrow,
.SMR_FP03_004 .smr-container--narrow,
.SMR_FP03_005 .smr-container--narrow,
.SMR_FP03_006 .smr-container--narrow {
  min-width: 1080px;
  max-width: 1080px;
}

.SMR_FP03_007 {
  padding-bottom: 40px;
  background-color: #fafafa;
}
.SMR_FP03_007 .smr-container--narrow {
  min-width: 1080px;
  max-width: 1080px;
}

.SMR_FP03_009 {
  padding-bottom: 40px;
  background-color: #fafafa;
}
.SMR_FP03_009 .smr-container--narrow {
  min-width: 1080px;
  max-width: 1080px;
}

.SMR_FP03_010 {
  padding-bottom: 40px;
  background-color: #fafafa;
}
.SMR_FP03_010 .smr-container--narrow {
  min-width: 1080px;
  max-width: 1080px;
}

.SMR_FP03_011 {
  background-color: #fafafa;
}
.SMR_FP03_011 .smr-container--narrow {
  min-width: 1080px;
  max-width: 1080px;
}
.SMR_FP03_011 .smr-section-head {
  text-align: center;
}

.SMR_FP03_012 .smr-container {
  padding-inline: 0;
}
.SMR_FP03_012 {
  background: #fafafa;
}
.SMR_FP03_012__tab {
  padding-top: 40px;
}
.SMR_FP03_012__body {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.SMR_FP03_012__notice {
  position: relative;
  display: flex;
  align-items: center;
  height: 320px;
  overflow: hidden;
  border-radius: 24px;
  background: #eaf4fe;
}
.SMR_FP03_012__notice-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 850px;
  padding-left: 120px;
}
.SMR_FP03_012__notice-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.SMR_FP03_012__notice-title strong {
  font-weight: 700;
  color: #0046ff;
}
.SMR_FP03_012__notice-desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.SMR_FP03_012__notice-lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.SMR_FP03_012__notice-caption {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  color: #686f82;
}
.SMR_FP03_012__notice-illust {
  position: absolute;
  top: 0;
  right: 120px;
  width: 420px;
  height: 320px;
  background-image: url("../images/mypage/illust_umbrella.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
.SMR_FP03_012__notice-illust--flag {
  background-image: url("../images/mypage/illust_flag.png");
}
.SMR_FP03_012__block-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.SMR_FP03_012__summary {
  display: flex;
  align-items: stretch;
  margin-top: 40px;
  gap: 40px;
}
.SMR_FP03_012__summary-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 700px;
  padding: 40px 70px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.SMR_FP03_012__summary-card .smr-button {
  width: 168px;
  padding: 16px;
}
.SMR_FP03_012__summary-head {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  min-width: 0;
  gap: 24px;
}
.SMR_FP03_012__summary-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #2878f5;
}
.SMR_FP03_012__summary-card.smr-is-applying .SMR_FP03_012__summary-title {
  letter-spacing: -1.12px;
}
.SMR_FP03_012__summary-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #686f82;
}
.SMR_FP03_012__summary-caption {
  position: relative;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  color: #686f82;
  text-indent: -10px;
  padding-left: 10px;
  line-height: 1.6;
}
.SMR_FP03_012__summary-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 174px;
  border-radius: 999px;
  background: #eaf4fe;
}
.SMR_FP03_012__summary-illust {
  width: 120px;
  height: 120px;
}
.SMR_FP03_012__stat {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 70px;
  border-radius: 24px;
  background: #2878f5;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  color: #ffffff;
}
.SMR_FP03_012__stat-title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.SMR_FP03_012__stat-title::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/common/Ico_won_10.png") no-repeat center/contain;
}
.SMR_FP03_012__stat-value {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
}
.SMR_FP03_012__stat-value span {
  margin-left: 4px;
  font-size: 28px;
}
.SMR_FP03_012__stat-progress {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 174px;
}
.SMR_FP03_012__stat-progress-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.SMR_FP03_012__stat-progress-track, .SMR_FP03_012__stat-progress-value {
  fill: none;
  stroke-width: 14px;
}
.SMR_FP03_012__stat-progress-track {
  stroke: rgba(255, 255, 255, 0.24);
}
.SMR_FP03_012__stat-progress-value {
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-dasharray: 100;
  transition: stroke-dashoffset 150ms ease-out;
}
.SMR_FP03_012__stat-progress-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  text-align: center;
}
.SMR_FP03_012__stat-progress-text strong {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.SMR_FP03_012__stat-progress-text span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.SMR_FP03_012__rounds {
  background: #ffffff;
  padding: 80px 0 120px;
}
.SMR_FP03_012__rounds-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
.SMR_FP03_012__block-desc {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #686f82;
}
.SMR_FP03_012__legend {
  display: flex;
  gap: 28px;
  padding-inline: 16px;
}
.SMR_FP03_012__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  color: #333333;
}
.SMR_FP03_012__legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}
.SMR_FP03_012__legend-dot--completed {
  background: #2878f5;
}
.SMR_FP03_012__legend-dot--upcoming {
  background: #22c55e;
}
.SMR_FP03_012__legend-dot--error {
  background: #ef4444;
}
.SMR_FP03_012__rounds-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  margin-bottom: 50px;
}
.SMR_FP03_012__more {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.SMR_FP03_012__detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.SMR_FP03_012__detail-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #15171d;
}
.SMR_FP03_012__detail-year {
  width: 202px;
}
.SMR_FP03_012__detail-year-icon {
  transform: rotate(90deg);
}
.SMR_FP03_012__detail-note {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #2878f5;
}

.smr-modal--payment-detail .smr-modal__body {
  overflow: hidden;
}
.smr-modal--payment-detail .smr-table-wrap {
  overflow-y: auto;
  max-height: 420px;
}

.SMR_FP03_014 {
  background: #fafafa;
}
.SMR_FP03_014 .smr-container {
  padding-inline: 0;
}
.SMR_FP03_014__tab {
  padding-top: 40px;
}
.SMR_FP03_014__body {
  padding-top: 80px;
  padding-bottom: 120px;
}

.SMR_FP03_016 {
  background: #fafafa;
}
.SMR_FP03_016 .smr-container {
  padding-inline: 0;
}
.SMR_FP03_016 .smr-mypage-form__panel {
  gap: 40px;
}
.SMR_FP03_016__tab {
  padding-top: 40px;
}
.SMR_FP03_016__body {
  padding-top: 80px;
  padding-bottom: 120px;
}

.SMR_FP03_017 {
  background: #fafafa;
}
.SMR_FP03_017 .smr-container {
  padding-inline: 0;
}
.SMR_FP03_017__tab {
  padding-top: 40px;
}
.SMR_FP03_017__body {
  padding-top: 60px;
  padding-bottom: 160px;
}

.SMR_FP03_018 {
  background: #fafafa;
}
.SMR_FP03_018 .smr-container {
  padding-inline: 0;
}
.SMR_FP03_018__tab {
  padding-top: 40px;
}
.SMR_FP03_018__body {
  padding-top: 60px;
  padding-bottom: 120px;
}

.SMR_FP04_001 {
  border-top: 1px solid #D8D8D8;
}

.SMR_FP04_004 .smr-section {
  padding-block: 0px 202px;
}

.SMR_FP04_006 {
  background: #eaf4fe;
}
.SMR_FP04_006 .smr-section {
  padding-block: 64px;
}

.SMR_FP04_007 {
  background: #eaf4fe;
}
.SMR_FP04_007 .smr-section {
  padding-block: 64px;
}

.SMR_FP05_001 .smr-section {
  padding-block: 0 200px;
}
.SMR_FP05_001 .smr-board {
  gap: 60px;
}
.SMR_FP05_001 .smr-board__toolbar {
  margin-bottom: 40px;
}

.SMR_FP05_004 .smr-section {
  padding-block: 0 210px;
}
.SMR_FP05_004 .smr-board-detail__attach {
  margin-top: 38px;
}

.SMR_FP05_005 .smr-section {
  padding-block: 0 64px;
}
.SMR_FP05_005 .smr-board {
  gap: 60px;
}

.SMR_FP06_004 {
  display: flex !important;
  align-items: center;
  min-height: 100vh;
}
.SMR_FP06_004 .smr-button {
  height: 64px;
  min-width: 280px;
}
.SMR_FP06_004 .smr-button-group {
  gap: 20px;
}/*# sourceMappingURL=app.css.map */