.fw-bold {
  font-weight: 700;
}

.fw-semibold {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
  /* 보통(regular)보다 살짝 두꺼운 놈 */
}

.fw-regular {
  font-weight: 400;
}


/* 표기까지는 건드리지 말것 */
/*  */
/* 복권 리뉴얼 */
.paynR * {
  box-sizing: border-box;
}

.paynR {
  position: relative;
}

/* 공통 컨테이너 폭 */
.paynR-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

/* 상단 얇은 배너 */
.paynR-topBanner {
  background: #00080B;
  border-bottom: 1px solid #00080B;
  text-align: center;
}

.paynR-topBanner__text {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.2px;
  line-height: 1.2;
  padding: 22px 0;
}
.paynR-xmas-topBanner-text {
  display: inline-block;
  color: #fff;
  font-size: min(2.48vw, 26px);
  letter-spacing: -0.07e,;
  line-height: 120%;
  padding: min(2.1vw, 22px) 0;
}

/*  */
/* 이 위는 건드리지 말 것. */



/* 히어로 바탕(그라디언트) */


/* 히어로 내부 레이아웃 */
.paynR-heroInner {
  padding: 56px 16px 40px;
  text-align: center;
  position: relative;
}

/* 2025 크리스마스를 위한 css */
.paynR-xmas-heroBody {
  /* background: linear-gradient(153.96deg, #13171A 0.3%, #103F4F 62.9%, #0D5D78 86.7%, #0B4CAA 99.7%); */
  background:
    linear-gradient(to right, #00153D 0%, #000E2D calc(50% - 250px)),
    linear-gradient(to left, #00153D 0%, #000E2D calc(50% - 250px));
  position: relative;
  padding-bottom: 40px;
  /* overflow: hidden; */
  /* height: 950px; */
  /* height: 770px; */
  /* min-width: 1050px; */
}

/* 공통 컨테이너 폭 */
.paynR-xmas-inner {
  max-width: 100%;
  margin: 0 auto;
  /* padding: 0 16px; */
  padding: 0 min(1.52vw, 16px);
}

/* 히어로 내부 레이아웃 */
.paynR-xmas-heroInner {
  margin: auto;
  padding: min(9.52vw, 100px) min(0.91vw, 16px) min(3.81vw, 40px);
  text-align: center;
  position: absolute;
  top: 0px;
  left: 50%;
  /* transform: translateX(-50%) 주는 이유는 왼쪽에서 50%만큼 움직이고, 
  다시 본체의 50%만큼 움직여서 중앙을 맞추기 위함  */
  transform: translateX(-50%);
}

.paynR-xmas-overlay {
  display: block;
  width: min(100vw, 1050px);
  /* width: 1050px; */
  margin: auto;
  position: relative;
  overflow: hidden;
}

.paynR-xmas-overlay img {
  display: block;
  width: 100%;
}

.paynR-xmas-title {
  /* display: inline-block; */
  font-size: min(12vw, 126px);
  color: #FAFAFA;
  letter-spacing: -0.04em;
  font-family: "Elice DX Neolli";
  text-shadow: 0 min(0.19vw, 2px) min(0.10vw, 1px) #000;
  text-align: center;
  line-height: 114%;
  position: relative;
  width: auto;
  white-space: nowrap;
}

.paynR-xmas-title-color1 {
  color: #F8E6B8;
}

.paynR-xmas-title-color2 {
  color: #F5433D;
}

.paynR-xmas-title-barimg {
  position: relative;
}

.paynR-xmas-title-vertical-bar {
  position: absolute;
  /* right: -12px; */
  right: min(0.57vw, 6px);
  bottom: min(2.38vw, 25px);
  /* transform: translateX(-50%); */
  height: min(11.05vw, 116px);
  object-fit: contain;

}

.paynR-xmas-lines {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: min(5.71vw, 60px);
  white-space: nowrap;
  text-align: left;
  row-gap: min(2.38vw, 25px);
}

.paynR-xmas-line {
  display: flex;
  flex-direction: row;
}

.paynR-xmas-chip {
  margin-right: min(1.52vw, 16px);
  width: min(11.81vw, 124px);
  border-radius: min(4.19vw, 44px);
  background: #FAFAFA;
  padding: min(0.76vw, 8px) 0;
  color: #1C1E1B;
  text-align: center;
  font-size: min(2.57vw, 27px);
  font-style: normal;
}

.paynR-xmas-em {
  color: #F8E6B8;
}

.paynR-xmas-lineText {
  color: #FAFAFA;
  font-size: min(4.10vw, 43px);
}

.paynR-xmas-btn-giftbox {
  position: relative;
  cursor: pointer;
  width: min(61.90vw, 650px);
  height: min(74.29vw, 780px);
  /* background-color: #ffffff60; */
  box-sizing: border-box;
  margin: auto;
  margin-top: min(3.24vw, 34px);
}

@keyframes swingswing {
  0% {
    rotate: -2deg;
  }

  /* 25% { rotate: 0deg; } */
  50% {
    rotate: 4deg;
  }

  /* 75% { rotate: 0deg; } */
  100% {
    rotate: -2deg;
  }
}

/* .paynR-xmas-speech-bubble {
  position: absolute;
  right: 0px;
  top: min(9.52vw, 100px);
  width: min(38.1vw, 400px);
  translate: 35% 0;
  animation: swingswing 2s ease-in-out infinite;
  transform-origin: 39% bottom;
} */

/* .paynR-xmas-speech-bubble img {
  width: 100%;
  object-fit: contain;
} */

.paynR-xmas-speech-bubble {
  position: absolute;
  right: 0px;
  translate: 30% 0;
  top: min(12.38vw, 130px);
  animation: swingswing 2s ease-in-out infinite;
  transform-origin: 39% bottom;
}

.paynR-xmas-speech-bubble img {
  position: absolute;
  width: 39%;
  object-fit: contain;
  right: 0px;
  top: 0px;
  translate: 0 -50%;
}

.paynR-xmas-speech-bubble-text {
  padding: min(1.90vw, 20px) min(2.86vw, 30px);
  border-radius: min(4.95vw, 52px);
  background: #FAFAFA;
}

.paynR-xmas-speech-bubble-text p {
  color: #222222;
  text-align: center;
  font-size: min(3.71vw, 39px);
  font-style: normal;
  line-height: normal;
}

.paynR-xmas-speech-bubble-vertex {
  position: relative;
  width: min(3.05vw, 32px);
  height: min(2.67vw, 28px);
  /* background: #FAFAFA;
  left: 158px;
  box-sizing: border-box; */
  border-style: solid;
  border-width: min(2.67vw, 28px) min(3.05vw, 32px) 0 0;
  border-color: #FAFAFA transparent transparent transparent;
  left: min(15.05vw, 158px);
}

.paynR-xmas-gift-face1 {
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 10% 10%;
  /* background-color: #15151599; */
  width: min(13.71vw, 144px);
  height: min(14.86vw, 156px);
  rotate: 17deg;
}

.paynR-xmas-gift-face2 {
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 110% 21%;
  /* background-color: #15151599; */
  width: min(8.29vw, 87px);
  height: min(14.19vw, 149px);
  transform: skewX(-16deg);
}

.paynR-xmas-quick {
  position: relative;
  margin-top: min(3.81vw, 40px);
  text-align: center;
  z-index: 0;
}

/* 눈 효과 추가 */
.snowflake {
  position: absolute;
  background: #FFFFFF;
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 0 5px rgba(255,255,255,0.8);
  top: 0;
}
/* 눈 효과 추가 끝 */

/* 버튼 효과 주기 */
.paynR-mainBtn {
  width: 100%;
  max-width: 300px;
  height: 70px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(16, 60, 76, 0.5) 0%, rgba(12, 84, 147, 0.5) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  border: 1px solid #FFFFFF;
  cursor: pointer;
  box-shadow: 0px 0px 5px 1px #FFFFFF;
  transition: box-shadow 0.3s ease;
}

.paynR-mainBtn:hover{
  box-shadow: 0px 0px 15px 2px #FFFFFF;
}
/* 버튼 효과 주기 */