@charset "UTF-8";
.geo-wrap {
  margin-top: -10px;
}
.geo-wrap a {
  color: inherit;
}
.geo-wrap {
  --gray000: #ffffff;
  --gray005: #f7f7fa;
  --gray010: #eff2f7;
  --gray020: #dde1e4;
  --gray060: #696e76;
  --gray080: #3d4046;
  --gray090: #26282c;
  --yellow040: #ffcc00;
  --blue060: #007eff;
  line-height: 1.5;
  margin-bottom: -101px;
}
.geo-wrap .full-bleed-section {
  position: relative;
  padding: 0.1px 0 64px;
  margin-top: 40px;
}
.geo-wrap .full-bleed-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f9fafc;
  box-shadow: 0 0 0 100vmax #f9fafc;
  clip-path: inset(0 -100vmax);
  z-index: -1;
}
.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: 28px;
  line-height: 1.2857142857;
}
.geo-wrap .tit--h2 {
  font-size: 24px;
  line-height: 1.3333333333;
  margin-bottom: 40px;
}
.geo-wrap .tit--h3 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
.geo-wrap .tit--h4 {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: -0.03em;
}
.geo-wrap .tit--h5 {
  font-size: 15px;
  line-height: 1.6;
}
.geo-wrap .round-box {
  padding: 24px;
}
.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 0 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4444444444;
  letter-spacing: -0.03em;
  text-align: left;
}
.geo-wrap .line-table__th, .geo-wrap .line-table__td {
  font-size: 15px;
  line-height: 1.6;
  border-bottom: 1px solid var(--gray020);
  color: inherit;
}
.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: 48px;
  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 6px 11px;
}
.geo-wrap .line-table__note {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  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: 20px;
}
.geo-wrap .text-list + .tit--h5 {
  margin-top: 24px;
}
.geo-wrap .text-list__item {
  position: relative;
  font-size: 15px;
  color: inherit;
  line-height: 1.6;
  overflow-wrap: break-word;
}
.geo-wrap .text-list__item:before {
  position: absolute;
  left: 0;
  top: 12px;
  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: 9px;
  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: 14px;
  line-height: 1.4285714286;
}
.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: 15px;
  line-height: 1.6;
  color: inherit;
  margin-top: 8px;
}
.geo-wrap .text-notice:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 12px;
  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;
}
.geo-wrap .line-list__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 8px;
}
.geo-wrap .line-list__item + .line-list__item {
  border-top: 1px solid var(--gray020);
}
.geo-wrap .line-list__tit {
  position: relative;
  top: 2px;
  margin-right: auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
}
.geo-wrap .line-list .btn-pdf-download {
  margin: -4px 0;
}
.geo-wrap .icon-list__item {
  display: flex;
  align-items: center;
  padding: 25px 8px 23px 4px;
  min-height: 6.65em;
  box-sizing: border-box;
}
.geo-wrap .icon-list__item > span {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.4444444444;
}
.geo-wrap .icon-list__item > span:before {
  content: "";
  flex: none;
  display: block;
  width: 18px;
  height: 18px;
  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: 14px;
  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: 105px;
  height: 32px;
  padding: 1px 16px 0;
  background-color: var(--gray000);
  border: 1px solid var(--gray090);
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  box-sizing: border-box;
}
.geo-wrap .btn-pdf-download:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -2px;
  margin-right: 4px;
  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;
  padding-right: 20px;
  padding-top: 2px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  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 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.geo-wrap .card-design {
  padding: 0;
  overflow: hidden;
}
.geo-wrap .card-design .scroll-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 58px 0 56px;
  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: 20px;
  width: max-content;
  max-width: 100%;
  padding-left: 60px;
  box-sizing: border-box;
  padding-bottom: 34px;
}
.geo-wrap .card-design__item {
  position: relative;
  width: 160px;
  height: 254px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.geo-wrap .card-design__item:last-child {
  padding-right: 60px;
}
.geo-wrap .card-design__img {
  display: block;
  width: 254px;
  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: 160px;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6923076923;
  text-align: center;
}
.geo-wrap .card-design--row .card-design__item {
  width: 254px;
  height: 160px;
}
.geo-wrap .card-design--row .card-design__img {
  transform: none;
}
.geo-wrap .card-design--row .card-design__text {
  width: 254px;
}
.geo-wrap .card-intro {
  margin-top: 16px;
  padding: 0 16px;
}
.geo-wrap .card-intro__badge {
  display: inline-flex;
  height: 32px;
  border-radius: 16px;
  background-color: var(--yellow040);
  padding: 1px 14px 0;
  font-size: 14px;
  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: 15px;
  line-height: 1.6;
}
.geo-wrap .card-discount {
  margin-top: 24px;
}
.geo-wrap .card-discount__item {
  font-size: 15px;
  line-height: 1.6;
  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: 24px;
  padding: 16px 24px;
}
.geo-wrap .card-fee__tit {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.03em;
  padding-bottom: 4px;
}
.geo-wrap .card-fee__item {
  position: relative;
  min-height: 24px;
  margin-top: 16px;
  text-align: right;
  font-size: 0;
  line-height: 1.6;
}
.geo-wrap .card-fee__sub {
  position: absolute;
  left: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.geo-wrap .card-fee__price {
  font-size: 15px;
}
.geo-wrap .card-fee__note {
  margin-left: 4px;
  font-size: 15px;
  color: var(--gray060);
}
.geo-wrap .card-benefit {
  margin-top: 32px;
  padding: 40px;
}
.geo-wrap .card-benefit__section + .card-benefit__section {
  margin-top: 64px;
}
.geo-wrap .card-benefit__section .round-box + .round-box {
  margin-top: 16px;
}
.geo-wrap .card-benefit__section .text-list--footnote {
  margin-top: 8px;
}
.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: -20px;
  padding-bottom: 24px;
  font-size: 15px;
  line-height: 1.6;
}
.geo-wrap .card-benefit__container + .card-qna__container {
  margin-top: 8px;
}
.geo-wrap .card-benefit__summary {
  margin-top: 32px;
}
.geo-wrap .card-benefit__summary .card-inter-box:first-of-type {
  border-top: 1px solid var(--gray020);
  margin-top: 24px;
  padding-top: 24px;
}
.geo-wrap .card-benefit__summary + .card-benefit__container {
  margin-top: 40px;
}
.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-left: 58px;
  padding-right: 38px;
}
.geo-wrap .card-benefit__icon {
  position: absolute;
  left: 8px;
  top: 50%;
  width: 42px;
  height: 42px;
  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: 13px;
  line-height: 1.6923076923;
  letter-spacing: -0.03em;
  color: var(--gray060);
}
.geo-wrap .card-benefit__content {
  margin-top: 16px;
}
.geo-wrap .card-benefit__desc {
  padding-top: 1px;
  font-size: 15px;
  line-height: 1.6;
}
.geo-wrap .card-benefit__box {
  margin-top: 24px;
}
.geo-wrap .card-benefit__box .box__tit {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  padding-bottom: 8px;
  font-weight: 600;
}
.geo-wrap .card-benefit__box .box__item {
  position: relative;
  color: inherit;
  font-size: 15px;
  line-height: 1.6;
  overflow-wrap: break-word;
  padding-left: 10px;
}
.geo-wrap .card-benefit__box .box__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  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: 16px;
  margin-top: 16px;
  border-top: 1px solid var(--gray020);
}
.geo-wrap .card-benefit .tit--h2 {
  margin-bottom: 40px;
}
.geo-wrap .card-benefit .tit--h3 {
  padding-bottom: 24px;
}
.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;
}
.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: 32px;
  padding: 40px;
}
.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: 14px;
  line-height: 1.5714285714;
}
.geo-wrap .card-someone .icon-list {
  margin: -16px 0;
}
.geo-wrap .card-qna {
  margin-top: 32px;
  padding: 40px;
}
.geo-wrap .card-qna__container + .card-qna__container {
  margin-top: 16px;
}
.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: 12px;
}
.geo-wrap .card-qna__sub {
  display: block;
  padding-right: 38px;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.geo-wrap .card-qna__content {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.6;
  padding: 24px;
}
.geo-wrap .card-before {
  margin-top: 32px;
  padding: 40px;
  color: var(--gray060);
}
.geo-wrap .card-before__header {
  position: relative;
}
.geo-wrap .card-before__header .tit--h2 {
  margin-bottom: 0;
}
.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 {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.geo-wrap .card-before__section .line-table {
  margin-top: 8px;
}
.geo-wrap .card-before__section .text-list--bullet .line-table__caption {
  font-size: 15px;
  line-height: 1.6;
  padding: 0 0 4px;
}
.geo-wrap .card-before__section + .card-before__section {
  margin-top: 32px;
}
.geo-wrap .card-pdf {
  margin-top: 32px;
  padding: 40px;
}
.geo-wrap .card-guide {
  margin-top: 32px;
  padding: 40px;
  color: var(--gray060);
}
.geo-wrap .card-consumer {
  margin-top: 32px;
  padding: 40px;
}
.geo-wrap .card-footer {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.5714285714;
  color: var(--gray060);
}
.geo-wrap .card-banner {
  position: relative;
  width: 100%;
  margin-top: 40px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 0;
}
.geo-wrap .card-banner .swiper-wrapper {
  position: relative;
  width: 100%;
  box-sizing: content-box;
  display: flex;
  z-index: 0;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.geo-wrap .card-banner .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
  text-align: center;
}
.geo-wrap .card-banner__img {
  width: 100%;
  display: block;
}
.geo-wrap .card-banner__control {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.geo-wrap .card-banner__control .swiper-pagination {
  height: 8px;
  top: auto;
  display: inline-block;
}
.geo-wrap .card-banner__control .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #cfcfd1;
  border-radius: 4px;
  vertical-align: top;
  opacity: 1;
}
.geo-wrap .card-banner__control .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px;
}
.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-pc.css.map */
