/****************************************

  TGC CARD 韓国

*****************************************/
@charset "utf-8";

/********************

  base

*********************/
html, body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
html {
  font-size: 14px;
}

ul, ol, li {
  list-style: none;
}

strong, em {
  font-style: normal;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
*, ::after, ::before {
  box-sizing: border-box;
}

@media (max-width: 768px){
  html {
    font-size: 3.58vw;
  }
}

/********************

  common override

*********************/
body {
  min-width: 0;
}
.o-main {
  margin: 0;
  padding: 0;
  max-width: none;
}
.o-header {
  background-color: #fff;
  z-index: 1;
  border-bottom: 4px solid #4453a8;
}

/********************

  page common

*********************/
.ls-0 { letter-spacing: 0 !important; }
.ls-25 { letter-spacing: 0.025em !important; }
.ls-50 { letter-spacing: 0.050em !important; }
.ls-75 { letter-spacing: 0.075em !important; }

.lh-10 { line-height: 1; }
.lh-11 { line-height: 1.1; }
.lh-12 { line-height: 1.2; }
.lh-13 { line-height: 1.3; }
.lh-14 { line-height: 1.4; }
.lh-15 { line-height: 1.5; }
.lh-16 { line-height: 1.6; }
.lh-17 { line-height: 1.7; }
.lh-18 { line-height: 1.8; }
.lh-19 { line-height: 1.9; }
.lh-20 { line-height: 2.0; }

.fs-small { font-size: 85.7%; }
.fs-large-01 { font-size: 107%; }
.fs-large-02 { font-size: 128.5%; }
.fs-large-03 { font-size: 171.4%; }

.fs-80p { font-size: 80%; }
.fs-90p { font-size: 90%; }

.fs-100p { font-size: 100%; }
.fs-110p { font-size: 110%; }
.fs-115p { font-size: 115%; }
.fs-120p { font-size: 120%; }
.fs-125p { font-size: 125%; }
.fs-150p { font-size: 150%; }
.fs-160p { font-size: 160%; }
.fs-170p { font-size: 170%; }
.fs-180p { font-size: 180%; }
.fs-190p { font-size: 190%; }
.fs-200p { font-size: 200%; }

.ta-left   { text-align: left; }
.ta-center { text-align: center; }
.ta-right  { text-align: right; }

.disp-il { display: inline; }
.disp-ib { display: inline-block; }
.disp-bl { display: block; }
.disp-flex { display: flex; }

.fw-700 { font-weight: 700; }

.flex-grow-1 { flex-grow: 1; }
.flex-grow-0 { flex-grow: 0; }

.fc-strong { color: #ff509d; }
.fc-accent { color: #635094; }
.fc-attention { color: #eb0015; }

.bc-01 { background-color: #fffabb; }

/********************

  width

*********************/
.w-fit { width: fit-content; }
.w-100p { width: 100%; }

.max-w-100p { max-width: 100%; }
.max-w-95p  { max-width:  95%; }
.max-w-90p  { max-width:  90%; }
.max-w-85p  { max-width:  85%; }
.max-w-80p  { max-width:  80%; }
.max-w-75p  { max-width:  75%; }
.max-w-70p  { max-width:  70%; }
.max-w-65p  { max-width:  65%; }
.max-w-60p  { max-width:  60%; }
.max-w-55p  { max-width:  55%; }
.max-w-50p  { max-width:  50%; }
.max-w-45p  { max-width:  45%; }
.max-w-40p  { max-width:  40%; }
.max-w-35p  { max-width:  35%; }
.max-w-30p  { max-width:  30%; }
.max-w-25p  { max-width:  25%; }
.max-w-20p  { max-width:  20%; }

/********************

  max-height(em)

*********************/
.max-h-1em00 { max-height: 1.00em; }
.max-h-1em25 { max-height: 1.25em; }
.max-h-1em50 { max-height: 1.50em; }
.max-h-1em75 { max-height: 1.75em; }
.max-h-2em00 { max-height: 2.00em; }
.max-h-2em25 { max-height: 2.25em; }
.max-h-2em50 { max-height: 2.50em; }
.max-h-2em75 { max-height: 2.75em; }
.max-h-3em00 { max-height: 3.00em; }
.max-h-3em25 { max-height: 3.25em; }
.max-h-3em50 { max-height: 3.50em; }
.max-h-3em75 { max-height: 3.75em; }
.max-h-4em00 { max-height: 4.00em; }
.max-h-4em25 { max-height: 4.25em; }
.max-h-4em50 { max-height: 4.50em; }
.max-h-4em75 { max-height: 4.75em; }
.max-h-5em00 { max-height: 5.00em; }


/********************

  margin, padding

*********************/
.m-0 { margin: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.ml-0 { margin-left: 0 !important; }
.mr-0 { margin-right: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mv-0 { margin-top: 0 !important; margin-bottom: 0 !important; }

.p-0 { padding: 0 !important;  }
.pt-0 { padding-top: 0 !important; }
.pl-0 { padding-left: 0 !important; }
.pr-0 { padding-right: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pv-0 { padding-top: 0 !important; padding-bottom: 0 !important; }

.mt-lv05, .mv-lv05 { margin-top:  5px !important; }
.mt-lv10, .mv-lv10 { margin-top: 10px !important; }
.mt-lv15, .mv-lv15 { margin-top: 15px !important; }
.mt-lv20, .mv-lv20 { margin-top: 20px !important; }
.mt-lv25, .mv-lv25 { margin-top: 25px !important; }
.mt-lv30, .mv-lv30 { margin-top: 30px !important; }
.mt-lv35, .mv-lv35 { margin-top: 35px !important; }
.mt-lv40, .mv-lv40 { margin-top: 40px !important; }
.mt-lv45, .mv-lv45 { margin-top: 45px !important; }
.mt-lv50, .mv-lv50 { margin-top: 50px !important; }

.mb-lv05, .mv-lv05 { margin-bottom:  5px !important; }
.mb-lv10, .mv-lv10 { margin-bottom: 10px !important; }
.mb-lv15, .mv-lv15 { margin-bottom: 15px !important; }
.mb-lv20, .mv-lv20 { margin-bottom: 20px !important; }
.mb-lv25, .mv-lv25 { margin-bottom: 25px !important; }
.mb-lv30, .mv-lv30 { margin-bottom: 30px !important; }
.mb-lv35, .mv-lv35 { margin-bottom: 35px !important; }
.mb-lv40, .mv-lv40 { margin-bottom: 40px !important; }
.mb-lv45, .mv-lv45 { margin-bottom: 45px !important; }
.mb-lv50, .mv-lv50 { margin-bottom: 50px !important; }

.pt-lv05, .pv-lv05 { padding-top:  5px !important; }
.pt-lv10, .pv-lv10 { padding-top: 10px !important; }
.pt-lv15, .pv-lv15 { padding-top: 15px !important; }
.pt-lv20, .pv-lv20 { padding-top: 20px !important; }
.pt-lv25, .pv-lv25 { padding-top: 25px !important; }
.pt-lv30, .pv-lv30 { padding-top: 30px !important; }
.pt-lv35, .pv-lv35 { padding-top: 35px !important; }
.pt-lv40, .pv-lv40 { padding-top: 40px !important; }
.pt-lv45, .pv-lv45 { padding-top: 45px !important; }
.pt-lv50, .pv-lv50 { padding-top: 50px !important; }

.pb-lv05, .pv-lv05 { padding-bottom:  5px !important; }
.pb-lv10, .pv-lv10 { padding-bottom: 10px !important; }
.pb-lv15, .pv-lv15 { padding-bottom: 15px !important; }
.pb-lv20, .pv-lv20 { padding-bottom: 20px !important; }
.pb-lv25, .pv-lv25 { padding-bottom: 25px !important; }
.pb-lv30, .pv-lv30 { padding-bottom: 30px !important; }
.pb-lv35, .pv-lv35 { padding-bottom: 35px !important; }
.pb-lv40, .pv-lv40 { padding-bottom: 40px !important; }
.pb-lv45, .pv-lv45 { padding-bottom: 45px !important; }
.pb-lv50, .pv-lv50 { padding-bottom: 50px !important; }


.mh-auto {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px){
  .mt-lv05, .mv-lv05 { margin-top:  1.25vw !important; }
  .mt-lv10, .mv-lv10 { margin-top:  2.50vw !important; }
  .mt-lv15, .mv-lv15 { margin-top:  3.75vw !important; }
  .mt-lv20, .mv-lv20 { margin-top:  5.00vw !important; }
  .mt-lv25, .mv-lv25 { margin-top:  6.25vw !important; }
  .mt-lv30, .mv-lv30 { margin-top:  7.50vw !important; }
  .mt-lv35, .mv-lv35 { margin-top:  8.75vw !important; }
  .mt-lv40, .mv-lv40 { margin-top:  9.00vw !important; }
  .mt-lv45, .mv-lv45 { margin-top: 10.00vw !important; }
  .mt-lv50, .mv-lv50 { margin-top: 11.25vw !important; }

  .mb-lv05, .mv-lv05 { margin-bottom:  1.25vw !important; }
  .mb-lv10, .mv-lv10 { margin-bottom:  2.50vw !important; }
  .mb-lv15, .mv-lv15 { margin-bottom:  3.75vw !important; }
  .mb-lv20, .mv-lv20 { margin-bottom:  5.00vw !important; }
  .mb-lv25, .mv-lv25 { margin-bottom:  6.25vw !important; }
  .mb-lv30, .mv-lv30 { margin-bottom:  7.50vw !important; }
  .mb-lv35, .mv-lv35 { margin-bottom:  8.75vw !important; }
  .mb-lv40, .mv-lv40 { margin-bottom:  9.00vw !important; }
  .mb-lv45, .mv-lv45 { margin-bottom: 10.00vw !important; }
  .mb-lv50, .mv-lv50 { margin-bottom: 11.25vw !important; }
}

/********************

  .image-inline

*********************/
.image-inline {
  width: auto;
  height: auto;
  max-width: 100%;
  display: inline-block;
  overflow: visible;
  white-space: nowrap;
}

/********************

  .text-*

*********************/
.text-strong {
  font-weight: 700;
  color: #635094;
}

.text-link-01 {
  color: #ef2f83;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  letter-spacing: 0.08em;
}

.text-note {
  font-size: 85.7%;
  letter-spacing: 0;
}

/********************

  ─単体画像─
  .img-center-box

*********************/
.img-center-box {
  text-align: center;
  display: block;
}
.img-center-box img {
  display: block;
  margin: 0 auto;
}

/********************

  page style

*********************/
.page-wrapper {
  position: relative;
  color: #2c2b2b;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.page-wrapper::before ,
.page-wrapper::after {
  content: "";
  display: block;
}

.page-wrapper::after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: no-repeat url(/-/media/AeonCard/campaign/lp/tgc/tgc_korea/images/bg_01.png) center top/cover;
  z-index: -1;
}

@media (max-width: 1279px) {
  .o-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .page-wrapper {
    padding-top: 79px;
  }
}
@media (max-width: 768px) {
  .o-header {
    border-bottom-width: 3px;
  }
  .page-wrapper {
    padding-top: 53px;
  }
  .page-wrapper::after {
    display: none;
  }
}



/********************

  *-frame

*********************/
.content-main-frame {
  max-width: 390px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 12px 1.2px #83c6df;
}
.content-inner-frame {
  padding: 0 20px;
}
.side-indent-frame {
  padding: 0 14px;
}

@media (max-width: 768px) {
  .content-main-frame {
    max-width: none;
    box-shadow: none;
  }
}

/********************

  .area-style-*

*********************/
.area-style-01 {
  background-color: #fff;
  border-bottom: solid 2px #f5becf;
  padding: 24px 0 12px;
  margin-bottom: 20px;
}

/********************

  .box-01

*********************/
.box-01 {
  margin: 30px auto 20px;
  border: solid 1px #fd2c88;
  border-radius: var(--radius-size);
  background-color: #fff;
  
  --side-space: 12px;
  --radius-size: 8px;
}

.box-01 .box-heading ,
.box-01 .box-body {
  position: relative;
}
.box-01 .box-heading {
  margin: 0 var(--side-space);
  padding: 0.2em 0;
  border-bottom: dotted 2px #ff76b2;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}

.box-01 .box-heading .box-index {
  width: 4em;
  height: 4.6em;
  
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-0.6em);
}

.box-01 .box-heading:has(.box-index) {
  padding-left: 5.5em;
  min-height: 4.5em;
}

.box-01 .box-heading .box-index::before {
  content: "";
  display: block;
  position: absolute;
  
  left: 100%;
  top: 0;
  z-index: -1;
  margin-left: -1px;
  
  border: solid transparent 0.3em;
  border-right-color: #fffabb;
  box-shadow: 1px 0 0 0 #fd2c88;
  
  transform: translate(-0.3em, 0.3em) rotate(-45deg);
  margin-top: -1px;
}

.box-01 .box-heading .box-index img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}


.box-01 .box-body {
  padding: 24px var(--side-space) 2em;
}
.box-01 .box-body .cancel-side-space {
  margin-left : calc(var(--side-space) * -1);
  margin-right: calc(var(--side-space) * -1);
}
.box-01 .side-space-indent {
  padding-left : var(--side-space);
  padding-right: var(--side-space);
}

.box-01 .box-body.-bg-bottom {
  border-radius: 0 0 var(--radius-size) var(--radius-size);
  overflow: hidden;
  z-index: 1;
}

.box-01 .box-body.-bg-bottom::after {
  content: "";
  display: block;
  position: absolute;
  
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  
  background-repeat: repeat;
  background-image: 
    radial-gradient(#d3ecf3 15%, transparent 15%), 
    radial-gradient(#d3ecf3 15%, transparent 15%);
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;

  height: 17em;
  
  clip-path: polygon(0 5em, 100% 0%, 100% 100%, 0 100%);
}
.box-01 .box-body.-bg-bottom.-bg-reverse::after {
  clip-path: polygon(0 0%, 100% 5em, 100% 100%, 0 100%);
}
.box-01 .box-body.-bg-bottom.-bg-short::after {
  height: 13em;
}

/********************

  .box-02

*********************/
.box-02 {
  background-color: #fff;
  border-top: solid 3px #f277ad;
  margin: 25px auto 12px;
  padding-bottom: 12px;
  box-shadow: 0 0 12px 0 rgba(99, 80, 148, 0.2);
}
.box-02 + .box-02 {
  margin-top: 12px;
}

.box-02 .box-heading {
  margin-top: 12px;
  padding:0 0.2em;
  color: #635094;
  font-size: 120%;
  text-align: center;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-02 .box-heading:has(.balloon) {
  position: relative;
  padding: 0 3em;
}
.box-02 .box-heading .balloon {
  position: absolute;
  width: 3.3em;
  top: 0;
  left: 0;
  transform: translateX(-0.4em);
  text-align: left;
}
.box-02 .box-body {
  padding: 8px 12px 12px;
}

/********************

  .btn-01

*********************/
.btn-01 {
  display: flex;
  justify-content: center;
  align-items: center;

  background-image: linear-gradient(to bottom right, #705e9b 0%, #705e9b 50%,#635094 50%, #635094 100%);
  box-shadow: 0px 0px 10.8px 1.2px rgba(99, 80, 148, 0.48);
  color: #fff;
  position: relative;

  font-size: 128.5%;
  font-weight: 700;
  text-align: center;
  line-height: 1.33;

  margin: 1em auto;
  padding: 0.5em 20px;

  min-height: 3.5em;
}

.btn-01::after {
  content: "";
  display: block;

  box-sizing: content-box;
  width: 0;
  height: 0;

  border: solid 6px transparent;
  border-right: none;
  border-left-color: #fff;
  border-left-width: 8px;

  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;

  margin: auto 0;
}

/********************

  .btn-image-wrap

*********************/
.btn-image-wrap {
  text-align: center;
}
.btn-image-wrap a {
  display: inline-block;
}


/********************

  .card-image

*********************/
.card-image {
  display: block;
  border-radius: 6%/4%;
  background-color: rgba(99, 80, 148, 0.48);
  box-shadow: 0 0 6px 1px rgba(99, 80, 148, 0.48);
}


/********************

  .section

*********************/
.section {
  padding: 30px 0 40px;
}

@media (max-width: 768px) {
  .section {
    padding: 7.5vw 0 10vw;
  }
}

/********************

  .pc-side *

*********************/
.pc-side {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pc-side.-left {
  left: 0;
  right: calc(50% + 195px);
  justify-content: center;
}

.pc-side.-right {
  left: calc(50% + 195px);
  right: 0;
}

.pc-side.-left .person-image {
  display: block;
  margin: 0  120px 0 auto;
  width: 300px;
  height: auto;
  flex-shrink: 0;
  max-width: none;
}

@media (max-width: 1279px){
  .pc-side {
    display: none;
  }
}

/********************

  .menu-*

  フロート表示
  .pc-side .menu-links

  ポップアップ内
  .popup-portal .menu-links

*********************/
.menu-heading {
  text-align: center;
  margin: 12px auto;
  max-width: 45%;
}
.menu-links {
  margin: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.menu-links > * {
  display: block;
  width: 48%;
  margin: 1%;
}

.popup-portal .menu-heading {
  max-width: 40%;
  margin-bottom: 16px;
}
.popup-portal .menu-links {
  width: 90%;
  max-width: 90%;
  margin-top: 1em;
}

@media (min-width: 1280px){
  .pc-side .page-menu-wrap {
    display: block !important;
    margin-top: 140px;
  }
  .pc-side .menu-content {
    max-width: calc(90% - 90px);
    margin-left: 90px;
    width: 340px;
  }
}

/********************

  .page-menu-trigger

*********************/
.page-menu-trigger {
  display: flex;

  appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;

  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;

  margin: 15px 10px;
  font-size: 12px;

  overflow: hidden;

  padding: 0.5em;
  letter-spacing: 0;
  background-color: #f3f9fd;
  border-radius: 50%;
  width: 4em;
  height: 4em;
  aspect-ratio: 1/1;
  box-sizing: border-box;

  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  color: #ff509d;

  font-family: arial, sans-serif;
}

.page-menu-trigger ,
.page-menu-trigger .label-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-menu-trigger .label-text {
  justify-self: flex-end;
  white-space: nowrap;
  width: 100%;
}
.page-menu-trigger::after ,
.page-menu-trigger .label-text::before ,
.page-menu-trigger .label-text::after {
  content: "";
  display: block;
  width: 100%;
  background-color: currentColor;
  order: 1;
  height: 2px;
  border-radius: 2px;
  margin: 3px auto 0;
  justify-self: flex-start;
  width: 70%;
}

@media (min-width: 1280px){
  .page-menu-trigger {
    display: none;
  }
}

@media (max-width: 768px){
  .page-menu-trigger {
    margin: 5px;
    font-size: 10px;
  }
}

/********************

  .fixed-bottom-area

*********************/
.fixed-bottom-area {
  position: fixed;
  bottom: 0;
  z-index: 10;
  right: 0;
  left: calc(50% + 195px);
  margin-bottom: 40px;
}
.group-bottom {
  width: 340px;
  max-width: calc(90% - 90px);
  margin: 0 auto 0px 90px;
  text-align: center;
}
.group-bottom .lead-copy {
  margin-bottom: 10px;
}
.group-bottom .lead-copy img {
  margin: 0 auto;
  display: block;

  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 2.5em;
}


@media (max-width: 1279px) {
  .fixed-bottom-area {
    left: 0;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 1.2px -6.8px 24px 0px rgba(150, 150, 150, 0.27);
    width: 390px;
    max-width: none;
    margin: 0 auto;
  }
  .group-bottom {
    width: auto;
    max-width: none;
    margin: 0 auto;
    padding: 12px;
  }
  .group-bottom .lead-copy {
    margin-bottom: 5px;
  }
  .group-bottom .lead-copy img {
    max-height: 16px;
  }

}
@media (max-width: 768px) {
  .fixed-bottom-area {
    width: auto;
  }
  .group-bottom {
    padding: 1em;
  }
  .group-bottom .lead-copy img {
    max-height: 1.2em;
  }
}

/********************

  .deco-sideslash

*********************/
.deco-sideslash {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.deco-sideslash::before ,
.deco-sideslash::after {
  content: "";
  display: block;

  width: 1.25px;
  height: 1.2em;
  background-color: currentColor;
  margin-bottom: 0.2em;
}

.deco-sideslash::before {
  transform: rotate(-30deg);
  margin-right: 0.5em;
}
.deco-sideslash::after {
  transform: rotate(30deg);
  margin-left: 0.5em;
}

/********************

  .deco-marker

*********************/
.deco-marker-01 {
  background: linear-gradient(to right, transparent 0.2em, #fff 0.2em, #fff calc(100% - 0.2em), transparent calc(100% - 0.2em));
}
.deco-marker-02 {
  background: linear-gradient(to right, #c8e6f4, #c8e6f4);
}

/********************

  .hanging-indent*

*********************/
.hanging-indent-list {
  text-align: left;
}
.hanging-indent , 
.hanging-indent-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.hanging-indent > * , 
.hanging-indent-list > li > * {
  text-indent: 0;
}

/********************

  .content-list*

*********************/
.content-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.content-list > .list-item {
  position: relative;
  margin: 1% auto;
  padding: 0.8em 0.4em;
  display: flex;
  align-items: stretch;
}
.content-list > .list-item > * {
  position: relative;
  z-index: 1;
}
.content-list.-column2 > .list-item {
  width: 48%;
}
.content-list.-column3 > .list-item {
  width: 32%;
  padding-left : 0.2em;
  padding-right: 0.2em;
}

.content-list > .list-item::before ,
.content-list > .list-item::after {
  content: "";
  display: block;
  position: absolute;
  border: solid 1px;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  pointer-events: none;
  z-index: 0;
}
.content-list > .list-item::before {
  border-color: #b395c5;
  transform: translate(1px, 1px);
  background-color: #fff;
}
.content-list > .list-item::after {
  border-color: #f277ad;
  transform: translate(-1px, -1px);
}

.content-list > .list-item .cont-heading {
  color: #635094;
  font-weight: 700;
  line-height: 1.3;
  margin: 10px auto;
}


.content-list > .list-item > .item-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.content-list > .list-item > .item-body .wrap-icon {
  width: 45%;
}
.content-list.-column3 > .list-item > .item-body .wrap-icon {
  width: 60%;
}

.content-list .wrap-maintxt,
.content-list .wrap-centertxt,
.content-list .cont-heading {
  flex-grow: 1;
  margin: auto;
}
.content-list .wrap-centertxt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-list .link-block {
  justify-self: flex-end;
  margin: 0.5em auto;
  font-size: 85.7%;
}

.content-list > .list-item.-image::before ,
.content-list > .list-item.-image::after {
  display: none;
}
.content-list > .list-item.-image {
  padding: 0;
  margin: auto 0;
}

.content-list.-circle > .list-item {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  padding: 0.5em;
  letter-spacing: 0;
  line-height: 1.33;
  width: 31.6%;
}
.content-list.-circle > .list-item::before ,
.content-list.-circle > .list-item::after {
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.content-list.-security > .list-item {
  width: 48.5%;
  margin: 3% 0;
}
.content-list.-security > .list-item:nth-child(2n) {
  margin-left: 3%;
}
.content-list.-security > .list-item:nth-child(-n+3) {
  margin-top: 0;
}

.content-list.-security > .list-item .wrap-icon {
  width: 31%;
}

.content-list.-security > .list-item .wrap-maintxt {
  font-size: 85.7%;
}

/********************

  .overlap-bottom

*********************/
.overlap-bottom {
  margin-bottom: -0.75em !important;
  position: relative;
  z-index: 5;
}


/********************

  .section.-intro

*********************/
.section.-intro {
  padding-top: 0;
  padding-bottom: 0;
}

/********************

  .mainvisual-content

*********************/
.mainvisual-content img {
  width: 100%;
  display: block;
}

/********************

  .intro-menu-*

*********************/
.intro-menu-area {
  background-color: #f5becf;
  padding: 0.2em 0;
}

.intro-menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-menu-list > * {
  flex: 1 1;
}

/********************

  .section.-promotion

*********************/
.section.-promotion {
  background-color: #fdf5f9;
  padding: 25px 0;
}

/********************

  .promotion-title

*********************/
.promotion-title {
  font-size: 171.4%;
  line-height: 1.25;
  font-weight: bold;
  color: #ff76b2;
  text-align: center;
  
  background: 
    no-repeat url("/-/media/AeonCard/campaign/lp/tgc/tgc_korea/images/symbol_01.png") left 0.8em top 0.2em / 1em auto ,
    no-repeat url("/-/media/AeonCard/campaign/lp/tgc/tgc_korea/images/symbol_02.png") right bottom / auto 1.2em ;
}

/********************

  .section.-card-benefit

*********************/
.section.-card-benefit {
  background-color: #fbe5e7;
}

/********************

  .section.-start-guide

*********************/
.section.-start-guide {
  padding-top: 0;
  background-color: #f3f9fd;
}

/********************

  .section.-user-reviews

*********************/
.section.-user-reviews {
  background-color: #fffef1;
}

/********************

  .section.-more-features

*********************/
.section.-more-features {
  padding: 60px 0 100px;
  background: no-repeat center top/cover url("/-/media/AeonCard/campaign/lp/tgc/tgc_korea/images/bg_02.png");
}

/********************

  .enrollment-benefit

*********************/
.enrollment-benefit {
  padding-top: 10px;
}

/********************

  .step-flow-list

*********************/
.step-flow-list {
  margin: 10px auto;
}
.step-flow-list > .list-item {
  background-color: #fff;
  border: solid 3px #bbe2f1;
  position: relative;
  min-height: 5em;
  padding: 1.5em 1em;
  padding-left: 3em;
}
.step-flow-list > .list-item::before {
  content: "";
  display: block;
  background-image: linear-gradient(to right bottom, #bbe2f1, #bbe2f1 50%, transparent 50%, transparent);
  width: 3.92em;
  height: 3.92em;

  position: absolute;
  top: 0;
  left: 0;
}

.step-flow-list .step-index {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.71em;
  margin: 0.2em;
}

.step-flow-list > .list-item:has( + .list-item) {
  margin-bottom: 18px;
}
.step-flow-list > .list-item:has( + .list-item)::after {
  content: "";
  display: block;

  border-style: solid;
  border-color: #bbe2f1 transparent;
  border-width: 12px 12px 0;

  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 24px;
  height: 16px;
  margin: 3px auto 0;
}
.step-flow-list > .list-item .content-group {
  display: flex;
}
.step-flow-list > .list-item .content-group .text-block {
  align-self: center;
}
.step-flow-list > .list-item .content-group .image-block {
  max-width: 30%;
  width: 80px;
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 5px;
}

/********************

  .user-comment-list-images

*********************/
.user-comment-list-images {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.user-comment-list-images > * {
  width: 98%;
  margin-top: 15px;
}

.user-comment-list-images > *:nth-child(2n+1){
  align-self: flex-start;
}
.user-comment-list-images > *:nth-child(2n){
  align-self: flex-end;
}


/********************

  .popup*

  z-index: x > 1000

*********************/
.popup-close {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  position: absolute;
  z-index: 1002;
  top: 0;
  right: 0;
  background-color: #f277ad;
  font-size: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translate(15%, -15%);
}

.popup-close::before ,
.popup-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

  width: 80%;
  height: 4px;
  background: #fff;
}
.popup-close::before { transform: rotate( 45deg); }
.popup-close::after  { transform: rotate(-45deg); }

.popup-area:not(.-is-shown){
  display: none;
}

.popup-area.-is-shown ,
.popup-area.-is-shown::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.popup-area.-is-shown {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.js-popup-content {
  display: none;
}

.popup-area.-is-shown::before {
  background-color: rgba(200, 230, 244, 0.5);
}
.popup-wrapper,
.popup-portal {
  z-index: 1001;
}

.popup-wrapper {
  position: relative;
  width: 420px;
  max-width: 90%;
  max-height: 80%;
  margin: auto;
}
.popup-portal {
  background-color: #f3f9fd;
  overflow-y: auto;
  max-height: 100%;
  padding: 20px 20px 40px;
  border: solid #fd2c88 2px;
  border-radius: 8px;
  box-shadow: 0px 0px 10.8px 1.2px rgba(99, 80, 148, 0.48);
}

.popup-area.-is-shown:has(.menu-links)::before {
  background-color: rgba(187, 226, 241, 0.75);
}

@media (max-width: 768px){
  .popup-wrapper {
    width: 90%;
  }
}

