.kpass-use-guide {
  max-width: 828px;
  margin: 0 auto;
  color: #111;
  word-break: keep-all;
}

.kpass-use-guide * {
  box-sizing: border-box;
}

.kpass-use-guide__hero {
  overflow: hidden;
  background: #fff;
  line-height: 0;
}

.kpass-use-guide__hero-img {
  display: block;
  width: 100%;
  height: auto;
}

.kpass-use-guide__content {
  background: #fff;
}

.kpass-use-guide__section {
  display: none;
  padding: 80px 40px;
}

.kpass-use-guide__section.is-active {
  display: block;
}

.kpass-use-guide__card {
  overflow: hidden;
}

.kpass-use-guide__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #fff;
}

.kpass-use-guide__tab {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 24px;
  background: #f1f2f4;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 700;
  font-family: inherit;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  border-radius: 20px 16px 0 0;
}

.kpass-use-guide__tab.is-active {
  background: #b1d5ff;
  color: #111;
}

.kpass-use-guide__tab:focus-visible {
  outline: 2px solid #111;
  outline-offset: -4px;
}

.kpass-use-guide__panel {
  position: relative;
  overflow: hidden;
  padding: 48px 40px 72px;
  background: #fff;
  border: 3px solid transparent;
  border-image: linear-gradient(to bottom, #b1d5ff 0%, #2b75cb 100%) 1;
  border-radius: 0 0 20px 20px;
}

.kpass-use-guide__blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
  filter: blur(80px);
  pointer-events: none;
}

.kpass-use-guide__blob--blue {
  width: 307px;
  height: 268px;
  top: 180px;
  left: -80px;
  background: #a0d5fb;
  transform: rotate(14.1deg);
}

.kpass-use-guide__blob--peach {
  width: 303px;
  height: 300px;
  top: 465px;
  right: -60px;
  background: #ffc3a2;
  transform: rotate(14.1deg);
}

.kpass-use-guide__blob--mint {
  width: 562px;
  height: 381px;
  bottom: -125px;
  left: -47px;
  background: #adf8ef;
  transform: rotate(14.1deg);
}

.kpass-use-guide__step-list,
.kpass-use-guide__tip {
  position: relative;
  z-index: 1;
}

.kpass-use-guide__step-list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.kpass-use-guide__step {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 60px;
  align-items: center;
  min-height: 240px;
}

.kpass-use-guide__visual {
  width: 310px;
  overflow: hidden;
  border-radius: 16px;
  line-height: 0;
}

.kpass-use-guide__step-img {
  display: block;
  width: 100%;
  height: auto;
}

.kpass-use-guide__purchase-guide {
  overflow: hidden;
  width: 100%;
  height: 240px;
  border: 1px solid #c7d1ee;
  border-radius: 16px;
  background: #fff;
}

.kpass-use-guide__purchase-row {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  align-items: center;
  height: 50%;
  margin: 0 19px;
}

.kpass-use-guide__purchase-row + .kpass-use-guide__purchase-row {
  border-top: 1px solid #e8eaf0;
}

.kpass-use-guide__purchase-row--center {
  grid-template-columns: auto auto;
  justify-content: center;
  column-gap: 45px;
}

a.kpass-use-guide__purchase-row--center {
  text-decoration: none;
}

.kpass-use-guide__purchase-row--center .kpass-use-guide__naver-store-link {
  margin-left: 0;
}

.kpass-use-guide__purchase-label {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.kpass-use-guide__convenience-logos {
  width: 146px;
  height: 66px;
}

.kpass-use-guide__convenience-logo-row {
  display: flex;
  align-items: center;
}

.kpass-use-guide__convenience-logo-row.is-top {
  width: 124px;
  height: 26px;
  margin: 0 auto;
  gap: 24px;
}

.kpass-use-guide__convenience-logo-row.is-bottom {
  width: 142px;
  height: 28px;
  margin: 12px 0 0 2px;
  gap: 20px;
}

.kpass-use-guide__convenience-logo {
  display: block;
  flex: none;
  height: auto;
}

.kpass-use-guide__convenience-logo.is-gs25 {
  width: 57px;
}

.kpass-use-guide__convenience-logo.is-cu {
  width: 43px;
}

.kpass-use-guide__convenience-logo.is-seven-eleven {
  width: 29px;
}

.kpass-use-guide__convenience-logo.is-emart24 {
  width: 93px;
}

.kpass-use-guide__naver-store-link {
  display: block;
  width: 64px;
  margin-left: 45px;
  line-height: 0;
}

a.kpass-use-guide__purchase-row--center:focus-visible {
  outline: 2px solid #111;
  outline-offset: 4px;
}

.kpass-use-guide__naver-store-logo {
  display: block;
  width: 64px;
  height: 32px;
}

.kpass-use-guide__step-copy {
  min-width: 0;
}

.kpass-use-guide__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 16px;
  padding: 6px 16px;
  border-radius: 100px;
  background: #b1d5ff;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.kpass-use-guide__step-title {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.kpass-use-guide__step-desc {
  display: block;
  margin-top: 6px;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 500;
}

.kpass-use-guide__tip {
  margin-top: 80px;
  text-align: center;
}

.kpass-use-guide__tip .kpass-use-guide__badge {
  margin-bottom: 16px;
}

.kpass-use-guide__tip-title {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.kpass-use-guide__payment-list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}

.kpass-use-guide__payment {
  width: 140px;
  min-height: 138px;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(25, 51, 88, 0.07);
}

.kpass-use-guide__payment-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  border-radius: 18px;
}

.kpass-use-guide__payment-logo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.kpass-use-guide__payment-name {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.kpass-use-guide__payment-ready {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
}

.kpass-use-guide__note {
  padding: 24px 40px;
  background: #2b75cb;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 0 0 20px 20px;
}

.kpass-use-guide__note p {
  margin: 0;
}

.kpass-use-guide__download {
  display: none;
  position: relative;
  z-index: 1;
  margin-top: 32px;
}

.kpass-use-guide__download-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 18px 0 22px;
  border-radius: 16px;
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.kpass-use-guide__download-link::after {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.kpass-use-guide__step-download {
  display: none;
}

@media all and (max-width: 1200px) {
  .notice-detail .detail-body .notice-content {
    padding: 0;
  }

  .kpass-use-guide {
    max-width: 100%;
  }

  .kpass-use-guide__hero-img:not(.m-show) {
    display: none;
  }

  .kpass-use-guide__section {
    padding: 80px 20px;
  }

  .kpass-use-guide__tab {
    min-height: 64px;
    padding: 0 20px;
    font-size: 18px;
    border-radius: 20px 20px 0 0;
  }

  .kpass-use-guide__panel {
    padding: 48px 20px 72px;
  }

  .kpass-use-guide__step-list {
    gap: 64px;
  }

  .kpass-use-guide__step {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    min-height: 0;
  }

  .kpass-use-guide__visual {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
  }

  .kpass-use-guide__step-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: -1;
    width: 100%;
    text-align: center;
  }

  .kpass-use-guide__step-copy > .kpass-use-guide__badge {
    order: 0;
  }

  .kpass-use-guide__step-copy > .kpass-use-guide__step-title {
    order: 1;
  }

  .kpass-use-guide__badge {
    min-height: 34px;
    margin-bottom: 16px;
    padding: 6px 16px;
    font-size: 16px;
  }

  .kpass-use-guide__step-title,
  .kpass-use-guide__tip-title {
    font-size: 20px;
    line-height: 1.4;
  }

  .kpass-use-guide__step-desc {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }

  .kpass-use-guide__step-download {
    display: block;
    order: 2;
    margin-top: 16px;
    text-align: center;
  }

  .kpass-use-guide__step-download-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 177px;
    min-height: 40px;
    padding: 0 8px 0 16px;
    border-radius: 100px;
    background: #ffcb00;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
  }

  .kpass-use-guide__step-download-link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
  }

  .kpass-use-guide__step-download-link::after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    flex: 0 0 24px;
  }

  .kpass-use-guide__tip {
    margin-top: 48px;
  }

  .kpass-use-guide__payment-list {
    gap: 12px;
    flex-wrap: wrap;
  }

  .kpass-use-guide__payment {
    width: calc(33.333% - 8px);
    min-width: 98px;
    padding: 12px 8px;
  }

  .kpass-use-guide__payment-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    font-size: 18px;
  }

  .kpass-use-guide__payment-name {
    font-size: 14px;
  }

  .kpass-use-guide__payment-ready {
    display: block;
    font-size: 12px;
  }

  .kpass-use-guide__note {
    padding: 24px 20px;
    font-size: 16px;
    line-height: 1.4;
  }

  .kpass-use-guide__download {
    display: block;
  }

  .kpass-use-guide__section[data-kpass-panel="iphone"]
    > .kpass-use-guide__panel
    > .kpass-use-guide__download {
    display: none;
  }

  .kpass-use-guide__blob--blue {
    width: 307.15px;
    height: 267.66px;
    top: 200px;
    left: -25px;
    filter: blur(50px);
    transform: rotate(15.1deg);
  }

  .kpass-use-guide__blob--peach {
    width: 303.27px;
    height: 299.97px;
    top: 39%;
    right: -75px;
    filter: blur(50px);
    transform: rotate(15.1deg);
  }

  .kpass-use-guide__blob--mint {
    width: 561.53px;
    height: 381.35px;
    bottom: -18px;
    left: -262px;
    filter: blur(50px);
    transform: rotate(15.1deg);
  }
  .notice-detail .detail-body {
    margin-top: 80px !important;
  }
}
