/*** FOOTER ***/
.footer {
  padding-block: 32px;
  padding-inline: 20px;
  color: #424242;
}
.footer section {
  --icon-size: 24px;
  margin-inline: auto;
  max-width: 1280px;
}
.footer .section-1 {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  --gap: 24px;
  gap: var(--gap);
}
.footer .section-2 {
  padding-block: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  --gap: 12px;
  gap: var(--gap);
}
.footer .section-3 {
  padding-block: 12px;
}
.footer .logo {
  flex-shrink: 0;
  width: 92px;
  vertical-align: middle;
}
.footer .logo a {
  display: inline-block;
}
.footer .logo img {
  width: 100%;
}
.footer .foot-nav > ul {
  --num: 4;
  --gap: 24px;
  flex-wrap: wrap;
  gap: var(--gap);
  display: flex;
}
.footer .foot-nav > ul > * {
  width: calc(100% / var(--num) - (var(--gap) - var(--gap) * 1 / var(--num)));
}
.footer .foot-nav li {
  font-size: 14px;
  line-height: 1.5em;
}
.footer .foot-nav li li ~ li {
  margin-top: 8px;
}
.footer .foot-nav li strong {
  display: block;
  margin-bottom: 8px;
}
.footer .foot-subscript .form-control,
.footer .foot-subscript .ui-check ~ label:before {
  background-color: #FFFFFF;
}
.footer .foot-subscript .title {
  font-size: 24px;
  line-height: 1.5em;
  color: #0C121A;
  letter-spacing: -0.02em;
}
.footer .foot-subscript .apply-link {
  margin-block: 8px 12px;
}
.footer .foot-subscript .apply-link .form-control {
  width: calc(100% - 5.5rem);
  max-width: 420px;
}
.footer .policy-list {
  row-gap: 8px;
  column-gap: 32px;
  display: flex;
}
.footer .policy-list a {
  position: relative;
  display: inline-block;
  line-height: var(--icon-size);
  font-size: 14px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 500;
}
.footer .policy-list a:not(:first-of-type):before {
  content: "";
  position: absolute;
  top: calc(50% - 0.25rem);
  left: -16px;
  width: 1px;
  height: 0.5rem;
  background-color: #dcdcdc;
}
.footer .policy-list a a:where(:hover, :focus) {
  text-decoration: underline;
}
.footer .social-list {
  line-height: 0;
  display: flex;
  align-items: flex-end;
  --gap: 16px;
  gap: var(--gap);
}
.footer .social-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.footer .social-list a img {
  flex-shrink: 0;
  width: var(--icon-size);
  height: var(--icon-size);
}
.footer .social-list a span {
  position: absolute;
  top: -1px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}
.footer .info-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  --gap: 24px;
  gap: var(--gap);
}
.footer .info-list address span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.25em;
  color: inherit;
  letter-spacing: -0.02em;
}
.footer .info-list address span:not(:last-of-type):after {
  content: "";
  display: inline-block;
  margin-inline: 8px;
  width: 1px;
  height: 0.5rem;
  background-color: #dcdcdc;
}
.footer .info-list .copyright {
  text-align: right;
  font-size: 12px;
  line-height: 1.25em;
  color: #B1B1B1;
  letter-spacing: -0.02em;
}

.apply-agree {
  font-size: 16px;
  line-height: 1.25em;
  color: #0C121A;
  letter-spacing: -0.02em;
}
.apply-agree .btn-popup-open {
  font-weight: 600;
  vertical-align: 0;
  text-decoration: underline;
  white-space: nowrap;
  cursor: pointer;
}