@charset "UTF-8";
.dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 9000;
}

.geo-wrap a {
  color: inherit;
}
.geo-wrap {
  line-height: 1.5;
  padding: 0 16px;
}
.geo-wrap .full-bleed-section {
  margin: 56px -16px -20px -16px;
  padding: 40px 16px 40px 16px;
  background-color: var(--gray005);
  border-top: 1px solid var(--gray020);
}
.geo-wrap .blind {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}
.geo-wrap .nowrap {
  white-space: nowrap;
}
.geo-wrap .tit {
  font-weight: 600;
}
.geo-wrap .tit--h1 {
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
.geo-wrap .tit--h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
.geo-wrap .tit--h3 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.geo-wrap .tit--h4 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.geo-wrap .tit--h5 {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: -0.03em;
}
.geo-wrap .full-bleed-section .tit--h2 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: var(--gray090);
}
.geo-wrap .full-bleed-section .tit--h3 {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: -0.03em;
}
.geo-wrap .round-box {
  padding: 16px;
}
.geo-wrap .round-box--r8-white {
  border-radius: 8px;
  background-color: var(--gray000);
}
.geo-wrap .round-box--r16-white {
  border-radius: 16px;
  background-color: var(--gray000);
}
.geo-wrap .round-box--r8-gray {
  border-radius: 8px;
  background-color: var(--gray005);
}
.geo-wrap .round-box--r16-gray {
  border-radius: 16px;
  background-color: var(--gray005);
}
.geo-wrap .round-box--r8-line {
  border-radius: 8px;
  border: 1px solid var(--gray020);
  background-color: var(--gray000);
}
.geo-wrap .round-box--r16-line {
  border-radius: 16px;
  border: 1px solid var(--gray020);
  background-color: var(--gray000);
}
.geo-wrap .round-box--r8-shadow {
  border-radius: 8px;
  background-color: var(--gray000);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.geo-wrap .round-box--r16-shadow {
  border-radius: 16px;
  background-color: var(--gray000);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.geo-wrap .line-table {
  border-collapse: collapse;
  text-align: center;
}
.geo-wrap .line-table__caption {
  caption-side: top;
  position: static;
  text-align: center;
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 6px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5714285714;
  letter-spacing: -0.03em;
  text-align: left;
}
.geo-wrap .line-table__th, .geo-wrap .line-table__td {
  font-size: 0.875rem;
  word-break: keep-all;
  line-height: 1.5714285714;
  border-bottom: 1px solid var(--gray020);
}
.geo-wrap .line-table__th:not(:first-child), .geo-wrap .line-table__td:not(:first-child) {
  border-left: 1px solid var(--gray020);
}
.geo-wrap .line-table__th:first-child[rowspan], .geo-wrap .line-table__td:first-child[rowspan] {
  border-right: 1px solid var(--gray020);
}
.geo-wrap .line-table__th {
  height: 46px;
  padding: 12px 3px 11px;
  border-top: 1px solid var(--gray020);
  background-color: var(--gray005);
  font-weight: 600;
  box-sizing: border-box;
}
.geo-wrap .line-table__td {
  padding: 12px 3px 11px;
  background-color: var(--gray000);
}
.geo-wrap .line-table__note {
  display: block;
  margin-top: 4px;
  font-size: 0.75rem;
  color: var(--gray060);
}
.geo-wrap .line-table + .text-list {
  margin-top: 4px;
}
.geo-wrap .text-list + .round-box {
  margin-top: 20px;
}
.geo-wrap .text-list + .line-table {
  margin-top: 12px;
}
.geo-wrap .text-list + .text-list {
  margin-top: 16px;
}
.geo-wrap .text-list + .tit--h5 {
  margin-top: 24px;
}
.geo-wrap .text-list__item {
  position: relative;
  font-size: 0.875rem;
  color: inherit;
  line-height: 1.5714285714;
  overflow-wrap: break-word;
}
.geo-wrap .text-list__item:before {
  position: absolute;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
}
.geo-wrap .text-list__item > .text-list .text-list__item + .text-list__item {
  margin-top: 0;
}
.geo-wrap .text-list__item > .text-list, .geo-wrap .text-list__item > .text-notice {
  margin-top: 2px;
}
.geo-wrap .text-list__item > .text-list ~ .text-list,
.geo-wrap .text-list__item > .text-list ~ .text-notice, .geo-wrap .text-list__item > .text-notice ~ .text-list,
.geo-wrap .text-list__item > .text-notice ~ .text-notice {
  margin-top: 0;
}
.geo-wrap .text-list__item + .text-list__item {
  margin-top: 4px;
}
.geo-wrap .text-list--bullet > .text-list__item {
  padding-left: 10px;
}
.geo-wrap .text-list--bullet > .text-list__item:before {
  content: "";
  width: 4px;
  height: 4px;
  margin-top: -1px;
  border-radius: 100%;
  background-color: currentColor;
}
.geo-wrap .text-list--dash > .text-list__item {
  padding-left: 16px;
}
.geo-wrap .text-list--dash > .text-list__item:before {
  content: "–";
}
.geo-wrap .text-list--numeric {
  counter-reset: list-num;
}
.geo-wrap .text-list--numeric > .text-list__item {
  display: flex;
  align-items: flex-start;
}
.geo-wrap .text-list--numeric > .text-list__item:before {
  position: static;
  transform: none;
  counter-increment: list-num;
  content: counter(list-num) ".";
  font-weight: 500;
  margin-right: 4px;
  flex-shrink: 0;
}
.geo-wrap .text-list--circled {
  counter-reset: circled-num;
}
.geo-wrap .text-list--circled > .text-list__item {
  padding-left: 20px;
}
.geo-wrap .text-list--circled > .text-list__item:before {
  counter-increment: circled-num;
  content: counter(circled-num, circled-decimal);
  left: 0;
  top: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.5625rem;
  font-weight: 500;
  line-height: 12px;
  padding-left: 0.5px;
  box-sizing: border-box;
}
.geo-wrap .text-list--custom > .text-list__item {
  display: flex;
  align-items: flex-start;
}
.geo-wrap .text-list--custom > .text-list__item:before {
  position: static;
  transform: none;
  content: attr(data-num) ".";
  font-weight: 500;
  margin-right: 4px;
  flex-shrink: 0;
}
.geo-wrap .text-list--footnote > .text-list__item {
  display: flex;
  align-items: flex-start;
  color: var(--gray060);
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}
.geo-wrap .text-list--footnote > .text-list__item:before {
  position: static;
  transform: none;
  content: attr(data-num);
  font-weight: 500;
  margin-right: 8px;
  flex-shrink: 0;
}
.geo-wrap .text-list--footnote > .text-list__item + .text-list__item {
  margin-top: 4px;
}
.geo-wrap .text-separator {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.16);
  margin: -2px 8px 0;
  font-size: 0;
  line-height: 300px;
  overflow: hidden;
  vertical-align: middle;
}
.geo-wrap .text-nowrap {
  white-space: nowrap;
}
.geo-wrap .text-notice {
  position: relative;
  padding-left: 16px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  color: inherit;
  margin-top: 8px;
}
.geo-wrap .text-notice:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
}
.geo-wrap .text-notice + .text-list {
  margin-top: 8px;
}
.geo-wrap .text-notice + .line-table {
  margin-top: 12px;
}
.geo-wrap .line-list {
  margin: 16px 0 0;
  border-bottom: 1px solid var(--gray020);
}
.geo-wrap .line-list__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 8px;
  border-top: 1px solid var(--gray020);
}
.geo-wrap .line-list__tit {
  position: relative;
  top: 0;
  margin-right: auto;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.geo-wrap .icon-list__item {
  display: flex;
  align-items: center;
  padding: 25px 4px 23px 4px;
  min-height: 6em;
  box-sizing: border-box;
}
.geo-wrap .icon-list__item > span {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.5;
}
.geo-wrap .icon-list__item > span:before {
  content: "";
  flex: none;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.2em 13px 0 0;
  background: url("https://img1.kbcard.com/home_re/common/icons/icon-solid-check.svg") 50% 50%/contain no-repeat;
}
.geo-wrap .icon-list__item + .icon-list__item {
  border-top: 1px solid var(--gray010);
}
.geo-wrap .badge-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 1px 6px 0;
  margin-left: 10px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-weight: 600;
  color: var(--gray000);
  background-color: var(--gray090);
  border-radius: 4px;
  white-space: nowrap;
  box-sizing: border-box;
  vertical-align: 0;
}
.geo-wrap .btn-toggle {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  vertical-align: middle;
}
.geo-wrap .btn-toggle:after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 14px;
  height: 9px;
  background: url("https://img1.kbcard.com/home_re/common/icons/arr-up.svg") 50% 50%/contain no-repeat;
  transform: translate(50%, -60%) scale(-1);
}
.geo-wrap .btn-toggle[aria-expanded=true]:after {
  transform: translate(50%, -60%) scale(1);
}
.geo-wrap .btn-pdf-download {
  position: relative;
  display: inline-block;
  min-width: 87px;
  height: 32px;
  padding: 1px 10px 0;
  background-color: var(--gray000);
  border: 1px solid var(--gray020);
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 30px;
  letter-spacing: -0.03em;
  box-sizing: border-box;
}
.geo-wrap .btn-pdf-download:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -2px;
  margin-right: 2px;
  background: url("https://img1.kbcard.com/home_re/common/icons/ico-download.svg") 50% 50%/contain no-repeat;
  vertical-align: middle;
}
.geo-wrap .btn-link {
  position: relative;
  display: inline-block;
  min-height: 36px;
  padding-right: 20px;
  padding-top: 2px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.03em;
  background-color: transparent;
  vertical-align: middle;
}
.geo-wrap .btn-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translate(-7px, -50%) rotate(45deg);
  transform-origin: center center;
}
.geo-wrap .btn-outlink {
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.geo-wrap .btn-footnote {
  background: transparent;
  border: none;
  padding: 0;
  color: inherit;
  font-size: inherit;
  cursor: default;
}
.geo-wrap .btn-full {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding-top: 1px;
  border: 1px solid var(--gray050);
  border-radius: 8px;
  background-color: var(--gray000);
  box-sizing: border-box;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.geo-wrap .btn-lyr-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background-color: var(--yellow040);
  color: var(--gray090);
  font-size: 1rem;
  font-weight: 600;
}
@media (prefers-color-scheme: dark) {
  .geo-wrap .btn-lyr-close {
    background: var(--yellow050) !important;
    color: var(--gray000) !important;
    border-color: var(--yellow050) !important;
  }
}
.geo-wrap .pop-local {
  position: fixed;
  left: 0;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 15px;
  padding: 16px;
  background: var(--gray000);
  z-index: 9001;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.24), 0 0 16px 0 rgba(0, 0, 0, 0.12);
  border-radius: 1rem;
  overflow: hidden;
  box-sizing: border-box;
  display: none;
  transform: translateY(-50%);
}
.geo-wrap .pop-local__header {
  padding: 16px 0 0;
}
.geo-wrap .pop-local__content {
  margin-top: 16px;
  font-size: 0.875rem;
}
.geo-wrap .pop-local__footer {
  margin-top: 8px;
  padding: 16px 0 0;
}
.geo-wrap .pop-local__title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--gray090);
  letter-spacing: -0.02em;
}
.geo-wrap .list-yearpay {
  margin: 0 -16px 0 0;
}
.geo-wrap .list-yearpay__item {
  position: relative;
  padding: 12px 16px 12px 72px;
}
.geo-wrap .list-yearpay__item + .list-yearpay__item {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}
.geo-wrap .list-yearpay__item--null {
  padding-left: 0;
}
.geo-wrap .list-yearpay__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 36px;
}
.geo-wrap .list-yearpay__icon--text {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dcdfe5;
  border-radius: 2px;
  font-size: 0.75rem;
  color: var(--g9-to-g10);
}
.geo-wrap .list-yearpay__icon--img img {
  display: block;
  width: 100%;
}
.geo-wrap .list-yearpay__cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.geo-wrap .list-yearpay__tit {
  color: var(--gray090);
  font-weight: 600;
}
.geo-wrap .list-yearpay__subtit {
  color: var(--gray060);
  font-weight: 600;
}
.geo-wrap .list-yearpay__price {
  color: var(--gray070);
}
.geo-wrap .card-design {
  height: 320px;
  margin: 0 -16px;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}
.geo-wrap .card-design .scroll-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 44px 0;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.geo-wrap .card-design__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  width: max-content;
  max-width: 100%;
  padding-left: 24px;
  box-sizing: border-box;
  padding-bottom: 34px;
}
.geo-wrap .card-design__item {
  position: relative;
  width: 130px;
  height: 206px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.geo-wrap .card-design__item:last-child {
  padding-right: 24px;
}
.geo-wrap .card-design__img {
  display: block;
  width: 206px;
  height: auto;
  object-fit: contain;
  transform: rotate(90deg);
  transform-origin: center center;
  flex-shrink: 0;
}
.geo-wrap .card-design__text {
  position: absolute;
  top: 100%;
  display: block;
  width: 130px;
  margin-top: 16px;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}
.geo-wrap .card-design--row .card-design__item {
  width: 206px;
  height: 130px;
}
.geo-wrap .card-design--row .card-design__img {
  transform: none;
}
.geo-wrap .card-design--row .card-design__text {
  width: 206px;
}
.geo-wrap .card-intro {
  margin-top: 16px;
  padding: 0 8px;
}
.geo-wrap .card-intro__badge {
  display: inline-flex;
  height: 32px;
  border-radius: 16px;
  background-color: var(--yellow040);
  padding: 1px 14px 0;
  margin: 0 -4px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: -0.03em;
  box-sizing: border-box;
}
.geo-wrap .card-intro__tit {
  margin-top: 24px;
}
.geo-wrap .card-intro__description {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.5;
}
.geo-wrap .card-discount {
  margin-top: 16px;
  padding: 24px 16px;
}
.geo-wrap .card-discount__item {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.geo-wrap .card-discount__item + .card-discount__item {
  margin-top: 12px;
}
.geo-wrap .card-discount__mark {
  margin-left: 6px;
  background-color: transparent;
  color: var(--blue060);
}
.geo-wrap .card-fee {
  margin-top: 16px;
  padding-top: 18px;
}
.geo-wrap .card-fee__tit {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: -0.03em;
}
.geo-wrap .card-fee__item {
  position: relative;
  min-height: 22px;
  margin-top: 16px;
  text-align: right;
  font-size: 0;
  line-height: 1.5714285714;
}
.geo-wrap .card-fee__sub {
  position: absolute;
  left: 0;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: -0.03em;
}
.geo-wrap .card-fee__price {
  font-size: 0.875rem;
}
.geo-wrap .card-fee__note {
  margin-left: 4px;
  color: var(--gray060);
  font-size: 0.875rem;
}
.geo-wrap .card-fee__pop-btn {
  display: inline-block;
  background-color: transparent;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: -0.03em;
}
.geo-wrap .card-fee__pop-btn::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 1px;
  border-top: 1px solid var(--gray060);
  border-right: 1px solid var(--gray060);
  transform: translate(0, -20%) rotate(45deg);
  transform-origin: center center;
  vertical-align: middle;
}
.geo-wrap .card-benefit {
  margin-top: 56px;
}
.geo-wrap .card-benefit__section + .card-benefit__section {
  margin-top: 56px;
}
.geo-wrap .card-benefit__section .round-box + .round-box {
  margin-top: 8px;
}
.geo-wrap .card-benefit__section .text-list--footnote {
  margin-top: 4px;
}
.geo-wrap .card-benefit__section .btn-full {
  margin-top: 16px;
}
.geo-wrap .card-benefit__section .text-list + .line-table {
  margin-top: 24px;
}
.geo-wrap .card-benefit__section-desc {
  margin-top: -12px;
  padding-bottom: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.geo-wrap .card-benefit__container + .card-qna__container {
  margin-top: 8px;
}
.geo-wrap .card-benefit__summary {
  margin-top: 24px;
}
.geo-wrap .card-benefit__summary .card-inter-box:first-of-type {
  border-top: 1px solid var(--gray020);
  margin-top: 16px;
  padding-top: 16px;
}
.geo-wrap .card-benefit__summary + .card-benefit__container {
  margin-top: 32px;
}
.geo-wrap .card-benefit__header {
  position: relative;
}
.geo-wrap .card-benefit__header .btn-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.geo-wrap .card-benefit__header .btn-toggle:after {
  right: 12px;
}
.geo-wrap .card-benefit__tgroup {
  position: relative;
  display: block;
  padding: 12px 38px 12px 44px;
}
.geo-wrap .card-benefit__icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 36px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transform: translateY(-50%);
}
.geo-wrap .card-benefit__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.geo-wrap .card-benefit__mark {
  font-weight: 600;
  color: var(--blue060);
  background-color: transparent;
}
.geo-wrap .card-benefit__label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: -0.03em;
  color: var(--gray060);
}
.geo-wrap .card-benefit__content {
  margin-top: 16px;
  padding: 16px;
}
.geo-wrap .card-benefit__desc {
  padding-top: 1px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.geo-wrap .card-benefit__box {
  margin-top: 20px;
}
.geo-wrap .card-benefit__box .box__tit {
  display: block;
  font-size: 14px;
  line-height: 1.5714285714;
  padding-bottom: 8px;
  font-weight: 600;
}
.geo-wrap .card-benefit__box .box__item {
  position: relative;
  color: inherit;
  font-size: 14px;
  line-height: 1.5714285714;
  overflow-wrap: break-word;
  padding-left: 10px;
}
.geo-wrap .card-benefit__box .box__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  margin-top: -1px;
  border-radius: 100%;
  background-color: currentColor;
  position: absolute;
}
.geo-wrap .card-benefit__box .box__item + .box__item {
  margin-top: 4px;
}
.geo-wrap .card-benefit__box + .card-benefit__box {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid var(--gray020);
}
.geo-wrap .card-benefit .tit--h2 {
  margin-bottom: 24px;
}
.geo-wrap .card-benefit .tit--h3 {
  padding-bottom: 16px;
}
.geo-wrap .card-inter-box + .card-inter-box {
  margin-top: 16px !important;
}
.geo-wrap .card-inter-box .btn-toggle-text {
  display: block;
  width: 100%;
  font-weight: 600;
  background-color: transparent;
  text-align: left;
  font-size: 14px;
  line-height: 1.5714285714;
}
.geo-wrap .card-inter-box .btn-toggle-text:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 5px 0 0 7px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: translate(50%, -60%) rotate(225deg);
  vertical-align: middle;
}
.geo-wrap .card-inter-box .btn-toggle-text[aria-expanded=true]:after {
  transform: translate(50%, -20%) rotate(45deg);
}
.geo-wrap .card-inter-box .text-list {
  margin-top: 8px;
}
.geo-wrap .card-someone {
  margin-top: 56px;
}
.geo-wrap .card-someone__tit:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  background: url("https://img1.kbcard.com/home_re/common/icons/ico-thumbs-up.png") 50% 50%/contain no-repeat;
}
.geo-wrap .card-someone__content {
  margin-top: 12px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.geo-wrap .card-someone .icon-list {
  margin: -16px 0;
}
.geo-wrap .card-qna {
  margin-top: 56px;
}
.geo-wrap .card-qna__container + .card-qna__container {
  margin-top: 8px;
}
.geo-wrap .card-qna__header {
  position: relative;
}
.geo-wrap .card-qna__header .btn-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.geo-wrap .card-qna__header .btn-toggle:after {
  right: 20px;
}
.geo-wrap .card-qna__sub {
  display: flex;
  align-items: center;
  min-height: 3em;
  padding-left: 8px;
  padding-right: 38px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.geo-wrap .card-qna__content {
  margin-top: 16px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  padding: 16px;
}
.geo-wrap .card-before {
  color: var(--gray060);
}
.geo-wrap .card-before__header {
  position: relative;
}
.geo-wrap .card-before__header .tit--h2 {
  margin-bottom: 0;
  color: var(--gray090);
}
.geo-wrap .card-before__header .btn-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.geo-wrap .card-before__header .btn-toggle:after {
  right: 12px;
}
.geo-wrap .card-before__content {
  margin-top: 40px;
}
.geo-wrap .card-before__section .tit--h3 {
  margin-bottom: 8px;
  color: var(--gray090);
}
.geo-wrap .card-before__section .line-table {
  margin-top: 8px;
}
.geo-wrap .card-before__section .text-list--bullet .line-table__caption {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  padding: 0 0 8px;
}
.geo-wrap .card-before__section + .card-before__section {
  margin-top: 32px;
}
.geo-wrap .card-pdf {
  margin-top: 40px;
}
.geo-wrap .card-guide {
  margin-top: 40px;
  color: var(--gray060);
}
.geo-wrap .card-consumer {
  margin-top: 40px;
}
.geo-wrap .card-footer {
  margin-top: 40px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  color: var(--gray060);
}
.geo-wrap .card-banner {
  position: relative;
  width: 100%;
  margin-top: 40px;
  border-radius: 8px;
  overflow: hidden;
}
.geo-wrap .card-banner .swiper-wrapper {
  z-index: 0;
}
.geo-wrap .card-banner__img {
  width: 100%;
  display: block;
}
.geo-wrap .card-banner__control {
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.geo-wrap .card-banner__control .swiper-pagination {
  position: static;
  height: 6px;
}
.geo-wrap .card-banner__control .swiper-pagination-bullet {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #cfcfd1;
  border-radius: 4px;
  vertical-align: top;
  opacity: 1;
}
.geo-wrap .card-banner__control .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 6px;
}
.geo-wrap .card-banner__control .swiper-pagination-bullet-active {
  width: 16px;
  background: #1f1f20;
}
.geo-wrap .card-banner__toggle {
  height: 24px;
  font-size: 0;
  margin-left: 4px;
  background: none;
}
.geo-wrap .card-banner__toggle.card-banner__toggle--on:before {
  background-image: url(https://img1.kbcard.com/home_re/mo/ico/24/ico-pause.svg);
}
.geo-wrap .card-banner__toggle:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(https://img1.kbcard.com/home_re/mo/ico/24/ico-play.svg) no-repeat 50% 50%/20px;
}
/*# sourceMappingURL=geo-mobile.css.map */
