/* common */
@charset "utf-8";
@import url("https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css");

html {
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

body,
button,
p,
span {
  position: relative;
  font-family: "Spoqa Han Sans Neo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", dotum, "돋움", helvetica, "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -0.05em;
  font-weight: 400;
}

button span {
  color: #ffffff;
}

body {
  direction: ltr;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
  word-wrap: break-word;
}

body,
ul,
li,
button {
  margin: 0;
  padding: 0;
}

div,
ul,
p {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
}

p {
  margin: 0;
}

button {
  position: relative;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
button {
  color: #222;
}

button span {
  z-index: 10;
}

button:hover {
  background: rgba(0, 0, 0, 1);
}

.main-container {
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}

.main-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../../static/images/public_event_gate_2506/noise.png") repeat;
  opacity: 44;
  background-size: 24px;
  pointer-events: none;
}

.main-section {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #272443 0%, #494B7F 100.03%);
  position: relative;
  overflow: hidden;
}

/* 헤더 섹션 */

.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 360px;
  padding: 12px 16px;
  background: transparent;
}

.min-txt {
  width: 32px;
  height: 9px;
}

.fixed-button {
  width: 100%;
  background: rgba(35, 35, 35, 0.96);
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
  box-shadow: 0px 4px 44px rgba(45, 173, 173, 0.48), 0px 1px 0px rgba(75, 203, 203, 0.35);
}

.fxd-txt {
  width: 144px;
  height: 32px;
}

.button-shape {
  background: #55e5b5;
  border-radius: 6px;
  padding: 11px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.05);
}

.fxd-btn-txt {
  width: auto;
  height: 15px;
}

/* 메인 히어로 */
.target-card {
  padding: 148px 16px 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kv-img {
  position: absolute;
  left: -7px;
  top: 204px;
  width: 162px;
  height: 102px;
  z-index: -1;
}

.main-title-wrap {
  position: relative;
  /* width: 249px; */
  /* height: 68px; */
  text-align: center;
  margin-bottom: 46px;
}

.deco-left-top {
  position: absolute;
  left: -14px;
  top: 17px;
  width: 20px;
  height: 22px;
}

.deco-right-bottom {
  position: absolute;
  right: -15px;
  bottom: 0;
  width: 20px;
  height: 21px;
}

.hero-subtitle {
  color: #daeff0;
  font-size: 17px;
  font-weight: 500;
  opacity: 0.88;
  letter-spacing: -0.85px;
}

.main-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-title img {
  height: 58px;
}

.hero-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.kv-sec-title {
  width: auto;
  height: 16px;
}

/* 카드 섹션 */
.cards-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-item {
  background: #f9faff;
  border: 0.5px solid #ffffff;
  border-radius: 10px;
  padding: 12px 16px 16px;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

.card-divider {
  height: 0.5px;
  background: #1e9898;
  width: 100%;
}

.card-title {
  height: 18px;
}

.card-content {
  background: rgba(254, 199, 219, 0.06);
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.card-image-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  /* width: 80px; */
}

.card-image {
  border-radius: 3px;
}

/* 카드 이미지 크기 */
.card-item:nth-child(1) .card-image {
  width: 48px;
  height: 77px;
}

.card-item:nth-child(2) .card-image,
.card-item:nth-child(3) .card-image {
  width: 80px;
  height: 51px;
}

.card-benefits {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.benefit-dot {
  width: 3px;
  height: 3px;
  background: #1e9898;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}

.benefit-text {
  color: #111111;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: -0.7px;
}

.benefit-accent {
  color: #008080;
  font-size: 12px;
  font-weight: 700;
}

.benefit-note {
  color: #007070;
  font-size: 10px;
  opacity: 0.88;
  margin-top: 4px;
}

.more-btn {
  background: #1e9898;
  border-radius: 6px;
  padding: 8px 10px;
  /* width: 42px; */
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.05);

  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.7px;
}

.cards-note {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 18px;
}

.note-item {
  display: flex;
  gap: 4px;
  opacity: 0.88;
}

.note-asterisk {
  color: white;
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: -0.5px;
}

.note-text {
  color: white;
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: -0.5px;
  flex: 1;
}

/* 이벤트 섹션 */
.event-section {
  position: relative;
  background: linear-gradient(179deg, #494B7F 0.47%, #3B3857 27.52%);
  position: relative;
  overflow: hidden;
}

.event-container {
  max-width: 360px;
  padding: 24px 16px 44px;
  margin: 0 auto;
}

.event-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../../static/images/public_event_gate_2506/noise.png") repeat;
  background-size: 24px;
  opacity: 44;
  pointer-events: none;
}

.event-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}

.eve-sec-title {
  height: 16px;
}

.eve-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.eve-img {
  width: 198px;
  height: 116px;
  border-bottom: 1px solid rgba(226, 242, 243, 0.5);
}

.eve-title {
  height: 36px;
}

/* 이벤트 상세 정보 */
.event-details {
  background: #f9faff;
  border-radius: 8px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.detail-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.detail-title {
  height: 14px;
  margin-bottom: 4px;
}

.detail-title img {
  height: 14px;
}

.detail-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.period-info {
  display: flex;
  gap: 6px;
  align-items: flex-start;
}

.period-label {
  background: rgba(0, 89, 89, 0.07);
  border-radius: 4px;
  padding: 1px 4px;
  color: #005959;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: -0.5px;
  white-space: nowrap;
}

.period-date {
  color: #005959;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -0.5px;
}

.detail-text {
  color: #201e29;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.29;
  letter-spacing: -0.5px;
}

.detail-text-weak {
  font-size: 14px;
  font-weight: 500;
}

.detail-subtext {
  color: #201e29;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}

.detail-note {
  color: #005959;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: -0.5px;
  opacity: 0.88;
}

.benefit-title-group {
  display: flex;
  align-items: center;
  gap: 3px;
}

.benefit-label {
  color: #0e7171;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.5px;
}

/* 푸터 */
.footer {
  background: #222222;
  padding: 32px 12px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.footer-section {
  display: flex;
  width: 100%;
  max-width: 1000px;
}

.footer-list-container {
  width: 100%;
  padding: 0 0 0 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.footer-text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}

.footer-text::marker {
  font-size: 8px;
}

.footer-warning {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 1000px;
}

.icon-alert {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.warning-text {
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.footer-details {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  width: 100%;
}

.footer-bold {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -0.5px;
}

.footer-list-marker {
  color: white;
  font-size: 12px;
  line-height: 1.42;
  width: 13px;
  display: inline-block;
  vertical-align: top;
}

.footer-list-text {
  color: white;
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: -0.5px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 20px);
}

.footer-note {
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: -0.5px;
}

.footer-sublist {
  padding-left: 16px;
}
