@charset "UTF-8";
/* =================================================================
   1. [SCSS Variables] Raw Data Definition
   * 이곳은 '순수 값'만 정의합니다. 실제 코드에서는 사용하지 않는 것을 권장합니다.
   * 브랜드 컬러 코드가 바뀌면 여기만 수정하세요.
   ================================================================= */
/* 드롭다운,멀티포함 */
/* Level 1: Fixed UI (헤더 영역) */
/* Level 2: Dropdowns (헤더 위에 뜨는 요소) */
/* Level 3: Overlays (전체 화면을 덮는 요소) */
/* Level 4: Controls (가장 최상위 컨트롤) */
/**
 * [A. 일반 속성용] width, height, padding, margin, gap 등
 * @param $property : CSS 속성명
 * @param $values : 값
 * @param $raw : (옵션) true일 경우 /3 계산 안함
 */
/**
 * [B. 폰트 전용] font-size + line-height + Text Crop
 */
.container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #eaeaea;
}
.container .back {
  position: fixed;
  z-index: 999;
}
.container .back {
  top: 3.9063vw;
}
@media (min-width: 641px) {
  .container .back {
    top: 1.0417rem;
  }
}
@media (min-width: 1200px) {
  .container .back {
    top: 17px;
  }
}
.container .back {
  left: 3.9063vw;
}
@media (min-width: 641px) {
  .container .back {
    left: 1.0417rem;
  }
}
@media (min-width: 1200px) {
  .container .back {
    left: 17px;
  }
}
.container .back {
  width: 8.125vw;
}
@media (min-width: 641px) {
  .container .back {
    width: 2.1667rem;
  }
}
@media (min-width: 1200px) {
  .container .back {
    width: 35px;
  }
}
.container .back {
  height: 6.25vw;
}
@media (min-width: 641px) {
  .container .back {
    height: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .container .back {
    height: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .container .back {
    top: 50px;
    left: 50px;
    width: 104px;
    height: 80px;
  }
}
.container .back img {
  width: 100%;
}
.container .event-top, .container .event-middle, .container .event-bottom {
  border-bottom-right-radius: 12.5vw;
}
@media (min-width: 641px) {
  .container .event-top, .container .event-middle, .container .event-bottom {
    border-bottom-right-radius: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top, .container .event-middle, .container .event-bottom {
    border-bottom-right-radius: 53px;
  }
}
.container .event-top, .container .event-middle, .container .event-bottom {
  border-bottom-left-radius: 12.5vw;
}
@media (min-width: 641px) {
  .container .event-top, .container .event-middle, .container .event-bottom {
    border-bottom-left-radius: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top, .container .event-middle, .container .event-bottom {
    border-bottom-left-radius: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top, .container .event-middle, .container .event-bottom {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}
.container .event-top {
  background-image: url("/static/images/bg_top2@m.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #1b65bc;
}
.container .event-top {
  padding-bottom: 2.3438vw;
}
@media (min-width: 641px) {
  .container .event-top {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 640px) {
  .container .event-top {
    background-position: 50% 22%;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-top {
    background-position: 50% 22%;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-top {
    background-position: 50% 22%;
  }
}
@media screen and (min-width: 640px) {
  .container .event-top {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-top {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-top {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  .container .event-top {
    background-position: 50% 27%;
  }
}
@media screen and (min-width: 768px) and (min-width: 641px) {
  .container .event-top {
    background-position: 50% 27%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .container .event-top {
    background-position: 50% 27%;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top {
    background-image: url("/static/images/bg_top2.jpg");
    background-position: center top;
    background-size: unset;
    padding-bottom: 60px;
  }
}
.container .event-top h1 {
  position: relative;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .container .event-top h1 {
    width: 100%;
    max-width: 1720px;
  }
}
@media screen and (min-width: 1440px) {
  .container .event-top h1 {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1920px) {
  .container .event-top h1 {
    max-width: 1720px;
  }
}
.container .event-top h1 img {
  width: 419px;
  height: 220px;
}
@media screen and (max-width: 1200px) {
  .container .event-top h1 img {
    width: 32.7344vw;
  }
}
@media screen and (max-width: 1200px) and (min-width: 641px) {
  .container .event-top h1 img {
    width: 8.7292rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1200px) {
  .container .event-top h1 img {
    width: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .container .event-top h1 img {
    height: 17.1875vw;
  }
}
@media screen and (max-width: 1200px) and (min-width: 641px) {
  .container .event-top h1 img {
    height: 4.5833rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1200px) {
  .container .event-top h1 img {
    height: 73px;
  }
}
.container .event-top .bi-row {
  position: relative;
  width: 100%;
}
.container .event-top .bi-row {
  max-width: 76.5625vw;
}
@media (min-width: 641px) {
  .container .event-top .bi-row {
    max-width: 20.4167rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .bi-row {
    max-width: 327px;
  }
}
.container .event-top .bi-row {
  margin: 6.25vw auto 0 auto;
}
@media (min-width: 641px) {
  .container .event-top .bi-row {
    margin: 1.6667rem auto 0 auto;
  }
}
@media (min-width: 1200px) {
  .container .event-top .bi-row {
    margin: 27px auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top .bi-row {
    max-width: 1100px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .container .event-top .bi-row {
    max-width: 1300px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .container .event-top .bi-row {
    max-width: 1500px;
    margin-top: 70px;
  }
}
@media screen and (min-width: 1920px) {
  .container .event-top .bi-row {
    max-width: 1690px;
    margin: 80px auto 0 auto;
  }
}
.container .event-top .bi-row img {
  width: 76.5625vw;
}
@media (min-width: 641px) {
  .container .event-top .bi-row img {
    width: 20.4167rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .bi-row img {
    width: 327px;
  }
}
.container .event-top .bi-row img {
  height: 34.375vw;
}
@media (min-width: 641px) {
  .container .event-top .bi-row img {
    height: 9.1667rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .bi-row img {
    height: 147px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top .bi-row img {
    width: 700px;
    height: auto;
  }
}
@media screen and (min-width: 1440px) {
  .container .event-top .bi-row img {
    width: 800px;
  }
}
@media screen and (min-width: 1600px) {
  .container .event-top .bi-row img {
    width: 850px;
  }
}
@media screen and (min-width: 1920px) {
  .container .event-top .bi-row img {
    width: 925px;
    height: 415px;
  }
}
.container .event-top .event-description {
  text-align: center;
}
.container .event-top .event-description {
  margin-top: 3.9063vw;
}
@media (min-width: 641px) {
  .container .event-top .event-description {
    margin-top: 1.0417rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-description {
    margin-top: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top .event-description {
    margin-top: 450px;
  }
}
@media screen and (min-width: 1600px) {
  .container .event-top .event-description {
    margin-top: 400px;
  }
}
@media screen and (min-width: 1920px) {
  .container .event-top .event-description {
    margin-top: 310px;
  }
}
.container .event-top .event-description .desc {
  font-weight: 500;
  color: #fff;
}
.container .event-top .event-description .desc {
  padding: 0vw 0vw 5vw 0vw;
}
@media (min-width: 641px) {
  .container .event-top .event-description .desc {
    padding: 0rem 0rem 1.3333rem 0rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-description .desc {
    padding: 0px 0px 21px 0px;
  }
}
.container .event-top .event-description .desc {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .container .event-top .event-description .desc {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-description .desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top .event-description .desc {
    font-size: 35px;
    padding: 20px 0 60px 0;
  }
}
.container .event-top .event-description ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: wrap;
  margin: auto;
}
.container .event-top .event-description ul {
  width: 85.9375vw;
}
@media (min-width: 641px) {
  .container .event-top .event-description ul {
    width: 22.9167rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-description ul {
    width: 367px;
  }
}
.container .event-top .event-description ul {
  gap: 2.3438vw;
}
@media (min-width: 641px) {
  .container .event-top .event-description ul {
    gap: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-description ul {
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top .event-description ul {
    gap: 25px;
    width: 840px;
  }
}
.container .event-top .event-description ul li {
  position: relative;
  width: 100%;
  background-color: #c7ddf5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-style: solid;
  border-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.container .event-top .event-description ul li {
  gap: 1.5625vw;
}
@media (min-width: 641px) {
  .container .event-top .event-description ul li {
    gap: 0.4167rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-description ul li {
    gap: 7px;
  }
}
.container .event-top .event-description ul li {
  border-width: 0.3125vw;
}
@media (min-width: 641px) {
  .container .event-top .event-description ul li {
    border-width: 0.0833rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-description ul li {
    border-width: 1px;
  }
}
.container .event-top .event-description ul li {
  height: 7.0313vw;
}
@media (min-width: 641px) {
  .container .event-top .event-description ul li {
    height: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-description ul li {
    height: 30px;
  }
}
.container .event-top .event-description ul li {
  border-radius: 7.0313vw;
}
@media (min-width: 641px) {
  .container .event-top .event-description ul li {
    border-radius: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-description ul li {
    border-radius: 30px;
  }
}
.container .event-top .event-description ul li {
  padding-left: 7.0313vw;
}
@media (min-width: 641px) {
  .container .event-top .event-description ul li {
    padding-left: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-description ul li {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top .event-description ul li {
    height: 60px;
    border-radius: 60px;
    padding-left: 62px;
    gap: 10px;
  }
}
.container .event-top .event-description ul li span, .container .event-top .event-description ul li strong {
  color: #004caa;
  font-weight: 400;
}
.container .event-top .event-description ul li span, .container .event-top .event-description ul li strong {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  .container .event-top .event-description ul li span, .container .event-top .event-description ul li strong {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-description ul li span, .container .event-top .event-description ul li strong {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top .event-description ul li span, .container .event-top .event-description ul li strong {
    font-size: 40px;
  }
}
.container .event-top .event-description ul li strong {
  font-weight: 700;
}
.container .event-top .event-description ul li i {
  position: absolute;
  background-image: url("/static/images/icon_check.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.container .event-top .event-description ul li i {
  left: 0.7813vw;
}
@media (min-width: 641px) {
  .container .event-top .event-description ul li i {
    left: 0.2083rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-description ul li i {
    left: 3px;
  }
}
.container .event-top .event-description ul li i {
  top: -0.625vw;
}
@media (min-width: 641px) {
  .container .event-top .event-description ul li i {
    top: -0.1667rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-description ul li i {
    top: -3px;
  }
}
.container .event-top .event-description ul li i {
  width: 5.0781vw;
}
@media (min-width: 641px) {
  .container .event-top .event-description ul li i {
    width: 1.3542rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-description ul li i {
    width: 22px;
  }
}
.container .event-top .event-description ul li i {
  height: 5.0781vw;
}
@media (min-width: 641px) {
  .container .event-top .event-description ul li i {
    height: 1.3542rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-description ul li i {
    height: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top .event-description ul li i {
    left: 10px;
    top: -8px;
    width: 50px;
    height: 51px;
  }
}
.container .event-top .event-date {
  width: 100%;
  text-align: center;
}
.container .event-top .event-date {
  margin-top: 70.3125vw;
}
@media (min-width: 641px) {
  .container .event-top .event-date {
    margin-top: 18.75rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-date {
    margin-top: 300px;
  }
}
@media screen and (min-width: 640px) {
  .container .event-top .event-date {
    margin-top: 101.5625vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-top .event-date {
    margin-top: 27.0833rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-top .event-date {
    margin-top: 433px;
  }
}
@media screen and (min-width: 960px) {
  .container .event-top .event-date {
    margin-top: 125vw;
  }
}
@media screen and (min-width: 960px) and (min-width: 641px) {
  .container .event-top .event-date {
    margin-top: 33.3333rem;
  }
}
@media screen and (min-width: 960px) and (min-width: 1200px) {
  .container .event-top .event-date {
    margin-top: 533px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top .event-date {
    margin-top: 90px;
  }
}
.container .event-top .event-date p {
  width: 100%;
}
.container .event-top .event-date p strong {
  color: #fff;
  font-weight: 700;
}
.container .event-top .event-date p strong {
  font-size: 5vw;
}
@media (min-width: 641px) {
  .container .event-top .event-date p strong {
    font-size: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-date p strong {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top .event-date p strong {
    font-size: 28px;
  }
}
.container .event-top .event-date p span {
  color: #fff;
  font-weight: 400;
}
.container .event-top .event-date p span {
  margin-left: 2.3438vw;
}
@media (min-width: 641px) {
  .container .event-top .event-date p span {
    margin-left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-date p span {
    margin-left: 10px;
  }
}
.container .event-top .event-date p span {
  font-size: 5vw;
}
@media (min-width: 641px) {
  .container .event-top .event-date p span {
    font-size: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-date p span {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top .event-date p span {
    font-size: 28px;
    margin-left: 10px;
  }
}
.container .event-top .event-date p:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .event-top .event-date p:nth-of-type(1) {
  margin-bottom: 4.6875vw;
}
@media (min-width: 641px) {
  .container .event-top .event-date p:nth-of-type(1) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-date p:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top .event-date p:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
.container .event-top .event-date p:nth-of-type(1) strong {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1252a7;
  background: #fcff14;
  line-height: 1;
}
.container .event-top .event-date p:nth-of-type(1) strong {
  width: 25vw;
}
@media (min-width: 641px) {
  .container .event-top .event-date p:nth-of-type(1) strong {
    width: 6.6667rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-date p:nth-of-type(1) strong {
    width: 107px;
  }
}
.container .event-top .event-date p:nth-of-type(1) strong {
  height: 7.0313vw;
}
@media (min-width: 641px) {
  .container .event-top .event-date p:nth-of-type(1) strong {
    height: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-date p:nth-of-type(1) strong {
    height: 30px;
  }
}
.container .event-top .event-date p:nth-of-type(1) strong {
  border-radius: 7.0313vw;
}
@media (min-width: 641px) {
  .container .event-top .event-date p:nth-of-type(1) strong {
    border-radius: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-date p:nth-of-type(1) strong {
    border-radius: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top .event-date p:nth-of-type(1) strong {
    width: 162px;
    height: 43px;
    border-radius: 43px;
  }
}
.container .event-top .event-date p:nth-of-type(1) span {
  color: #fcff14;
}
.container .event-top .event-page-wrapper, .container .event-top .card-label {
  width: 84.9219vw;
}
@media (min-width: 641px) {
  .container .event-top .event-page-wrapper, .container .event-top .card-label {
    width: 22.6458rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-page-wrapper, .container .event-top .card-label {
    width: 362px;
  }
}
.container .event-top .event-page-wrapper, .container .event-top .card-label {
  height: 16.7969vw;
}
@media (min-width: 641px) {
  .container .event-top .event-page-wrapper, .container .event-top .card-label {
    height: 4.4792rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-page-wrapper, .container .event-top .card-label {
    height: 72px;
  }
}
.container .event-top .event-page-wrapper, .container .event-top .card-label {
  margin: 0 auto 4.6875vw auto;
}
@media (min-width: 641px) {
  .container .event-top .event-page-wrapper, .container .event-top .card-label {
    margin: 0 auto 1.25rem auto;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-page-wrapper, .container .event-top .card-label {
    margin: 0 auto 20px auto;
  }
}
@media screen and (min-width: 640px) {
  .container .event-top .event-page-wrapper, .container .event-top .card-label {
    width: 127.3828vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-top .event-page-wrapper, .container .event-top .card-label {
    width: 33.9688rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-top .event-page-wrapper, .container .event-top .card-label {
    width: 544px;
  }
}
@media screen and (min-width: 640px) {
  .container .event-top .event-page-wrapper, .container .event-top .card-label {
    height: 25.1953vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-top .event-page-wrapper, .container .event-top .card-label {
    height: 6.7188rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-top .event-page-wrapper, .container .event-top .card-label {
    height: 108px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top .event-page-wrapper, .container .event-top .card-label {
    width: 932px;
    height: 184px;
    margin: 0 auto 30px auto;
  }
}
.container .event-top .card-label {
  height: auto;
}
.container .event-top .card-label {
  margin-top: 4.6875vw;
}
@media (min-width: 641px) {
  .container .event-top .card-label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .card-label {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top .card-label {
    margin-top: 60px;
  }
}
.container .event-top .card-label ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .event-top .card-label ul li {
  text-align: center;
  color: #fff;
  opacity: 0.5;
}
.container .event-top .card-label ul li {
  width: 17.8906vw;
}
@media (min-width: 641px) {
  .container .event-top .card-label ul li {
    width: 4.7708rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .card-label ul li {
    width: 76px;
  }
}
.container .event-top .card-label ul li {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .container .event-top .card-label ul li {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .card-label ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top .card-label ul li {
    width: 196px;
    font-size: 24px;
  }
}
.container .event-top .event-msg {
  width: 100%;
  text-align: center;
  color: #fff;
}
.container .event-top .event-msg {
  font-size: 3.5938vw;
}
@media (min-width: 641px) {
  .container .event-top .event-msg {
    font-size: 0.9583rem;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-msg {
    font-size: 15px;
  }
}
.container .event-top .event-msg {
  padding: 3.125vw 0 6.25vw 0;
}
@media (min-width: 641px) {
  .container .event-top .event-msg {
    padding: 0.8333rem 0 1.6667rem 0;
  }
}
@media (min-width: 1200px) {
  .container .event-top .event-msg {
    padding: 13px 0 27px 0;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-top .event-msg {
    font-size: 24px;
    padding: 24px 0 48px 0;
  }
}
.container .title-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}
.container .title-row {
  gap: 2.3438vw;
}
@media (min-width: 641px) {
  .container .title-row {
    gap: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .container .title-row {
    gap: 10px;
  }
}
.container .title-row {
  margin: 12.5vw 0 6.25vw 0;
}
@media (min-width: 641px) {
  .container .title-row {
    margin: 3.3333rem 0 1.6667rem 0;
  }
}
@media (min-width: 1200px) {
  .container .title-row {
    margin: 53px 0 27px 0;
  }
}
@media screen and (min-width: 1200px) {
  .container .title-row {
    gap: 30px;
    margin: 130px 0 25px 0;
  }
}
.container .title-row img {
  width: 56.25vw;
}
@media (min-width: 641px) {
  .container .title-row img {
    width: 15rem;
  }
}
@media (min-width: 1200px) {
  .container .title-row img {
    width: 240px;
  }
}
.container .title-row strong, .container .title-row h3 {
  display: block;
  width: 100%;
  font-weight: 700;
  color: #004caa;
  text-align: center;
}
.container .title-row strong, .container .title-row h3 {
  font-size: 7.5vw;
}
@media (min-width: 641px) {
  .container .title-row strong, .container .title-row h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .container .title-row strong, .container .title-row h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .container .title-row strong, .container .title-row h3 {
    font-size: 40px;
  }
}
.container .event-middle {
  position: relative;
  background: #eaeaea;
  z-index: 2;
}
.container .event-middle {
  padding-bottom: 11.7188vw;
}
@media (min-width: 641px) {
  .container .event-middle {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 640px) {
  .container .event-middle {
    padding-bottom: 19.5313vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-middle {
    padding-bottom: 5.2083rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-middle {
    padding-bottom: 83px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .title-row img {
    width: 345px;
  }
}
.container .event-middle .title-row h3 {
  color: #000;
}
@media screen and (min-width: 1200px) {
  .container .event-middle .title-row h3 {
    font-size: 56px;
  }
}
.container .event-middle .gift-row {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .container .event-middle .gift-row {
    height: 93.75vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-middle .gift-row {
    height: 25rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-middle .gift-row {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .gift-row {
    width: 1182px;
    height: 771px;
  }
}
@media screen and (min-width: 1440px) {
  .container .event-middle .gift-row {
    width: 1286px;
  }
}
@media screen and (min-width: 1600px) {
  .container .event-middle .gift-row {
    width: 1386px;
  }
}
.container .event-middle .gift-row ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap;
}
.container .event-middle .gift-row ul {
  height: 67.1875vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul {
    height: 17.9167rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul {
    height: 287px;
  }
}
@media screen and (min-width: 640px) {
  .container .event-middle .gift-row ul {
    height: 46.875vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-middle .gift-row ul {
    height: 12.5rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-middle .gift-row ul {
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .gift-row ul {
    height: 771px;
    flex-flow: nowrap;
  }
}
.container .event-middle .gift-row ul li {
  position: relative;
  width: 48%;
}
.container .event-middle .gift-row ul li {
  height: 33.5938vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li {
    height: 8.9583rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li {
    height: 143px;
  }
}
@media screen and (min-width: 640px) {
  .container .event-middle .gift-row ul li {
    height: 46.875vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-middle .gift-row ul li {
    height: 12.5rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-middle .gift-row ul li {
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .gift-row ul li {
    width: 288px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .container .event-middle .gift-row ul li {
    width: 314px;
  }
}
.container .event-middle .gift-row ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 1;
  bottom: 0;
}
.container .event-middle .gift-row ul li:before {
  height: 29.375vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li:before {
    height: 7.8333rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li:before {
    height: 125px;
  }
}
.container .event-middle .gift-row ul li:before {
  border-radius: 3.4375vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li:before {
    border-radius: 0.9167rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li:before {
    border-radius: 15px;
  }
}
@media screen and (min-width: 640px) {
  .container .event-middle .gift-row ul li:before {
    height: 35.9375vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-middle .gift-row ul li:before {
    height: 9.5833rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-middle .gift-row ul li:before {
    height: 153px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .gift-row ul li:before {
    height: 576px;
    bottom: 74px;
    border-radius: 22px;
  }
}
.container .event-middle .gift-row ul li img {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 2;
}
.container .event-middle .gift-row ul li img {
  width: 19.5313vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li img {
    width: 5.2083rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li img {
    width: 83px;
  }
}
@media screen and (min-width: 640px) {
  .container .event-middle .gift-row ul li img {
    width: 27.3438vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-middle .gift-row ul li img {
    width: 7.2917rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-middle .gift-row ul li img {
    width: 117px;
  }
}
@media screen and (min-width: 640px) {
  .container .event-middle .gift-row ul li img {
    right: 6.25vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-middle .gift-row ul li img {
    right: 1.6667rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-middle .gift-row ul li img {
    right: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .gift-row ul li img {
    position: relative;
    width: 100%;
    right: unset;
    top: unset;
  }
}
.container .event-middle .gift-row ul li p {
  position: absolute;
  z-index: 2;
  text-align: center;
}
.container .event-middle .gift-row ul li p {
  top: 7.8125vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li p {
    top: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li p {
    top: 33px;
  }
}
.container .event-middle .gift-row ul li p {
  left: 3.125vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li p {
    left: 0.8333rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li p {
    left: 13px;
  }
}
@media screen and (min-width: 640px) {
  .container .event-middle .gift-row ul li p {
    top: 19.5313vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-middle .gift-row ul li p {
    top: 5.2083rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-middle .gift-row ul li p {
    top: 83px;
  }
}
@media screen and (min-width: 640px) {
  .container .event-middle .gift-row ul li p {
    left: 6.25vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-middle .gift-row ul li p {
    left: 1.6667rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-middle .gift-row ul li p {
    left: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .gift-row ul li p {
    position: relative;
    left: unset;
    top: 0;
  }
}
.container .event-middle .gift-row ul li p:nth-of-type(1) strong {
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.container .event-middle .gift-row ul li p:nth-of-type(1) strong {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li p:nth-of-type(1) strong {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(1) strong {
    font-size: 16px;
  }
}
.container .event-middle .gift-row ul li p:nth-of-type(1) strong {
  height: 5.8594vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li p:nth-of-type(1) strong {
    height: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(1) strong {
    height: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(1) strong {
    font-size: 34px;
    height: 75px;
    text-align: center;
    justify-content: center;
  }
}
.container .event-middle .gift-row ul li p:nth-of-type(1) span {
  display: block;
  width: 100%;
  font-weight: 300;
  color: #000;
  text-align: left;
}
.container .event-middle .gift-row ul li p:nth-of-type(1) span {
  font-size: 2.9688vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li p:nth-of-type(1) span {
    font-size: 0.7917rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(1) span {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(1) span {
    text-align: center;
    font-size: 20px;
  }
}
.container .event-middle .gift-row ul li p:nth-of-type(2) {
  position: absolute;
  background-color: #4cbced;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  border-style: solid;
  border-color: #eaeaea;
  top: unset;
}
.container .event-middle .gift-row ul li p:nth-of-type(2) {
  left: 2.3438vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    left: 10px;
  }
}
.container .event-middle .gift-row ul li p:nth-of-type(2) {
  bottom: 2.3438vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    bottom: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    bottom: 10px;
  }
}
.container .event-middle .gift-row ul li p:nth-of-type(2) {
  border-width: 0.9375vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    border-width: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    border-width: 4px;
  }
}
.container .event-middle .gift-row ul li p:nth-of-type(2) {
  width: 9.375vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    width: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    width: 40px;
  }
}
.container .event-middle .gift-row ul li p:nth-of-type(2) {
  height: 9.375vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    height: 40px;
  }
}
.container .event-middle .gift-row ul li p:nth-of-type(2) {
  border-radius: 9.375vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    border-radius: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    border-radius: 40px;
  }
}
@media screen and (min-width: 640px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    left: 6.25vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    left: 1.6667rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    left: 27px;
  }
}
@media screen and (min-width: 640px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    bottom: 4.6875vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    bottom: 1.25rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) {
    width: 128px;
    height: 128px;
    border-radius: 128px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
.container .event-middle .gift-row ul li p:nth-of-type(2) strong {
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.container .event-middle .gift-row ul li p:nth-of-type(2) strong {
  font-size: 2.9688vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) strong {
    font-size: 0.7917rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) strong {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) strong {
    font-size: 46px;
  }
}
.container .event-middle .gift-row ul li p:nth-of-type(2) span {
  font-weight: 800;
  font-size: 37px;
  color: #fff;
  line-height: 1;
}
.container .event-middle .gift-row ul li p:nth-of-type(2) span {
  font-size: 2.9688vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) span {
    font-size: 0.7917rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) span {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .gift-row ul li p:nth-of-type(2) span {
    font-size: 37px;
  }
}
.container .event-middle .gift-row ul li .icons {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  transform-origin: center center;
}
.container .event-middle .gift-row ul li .icons img {
  max-width: 100%;
}
.container .event-middle .gift-row ul li .icon1 {
  left: 5%;
  top: 30%;
  animation: sparkling2 3s ease-in-out infinite alternate;
}
.container .event-middle .gift-row ul li .icon1 {
  width: 6.4844vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li .icon1 {
    width: 1.7292rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon1 {
    width: 28px;
  }
}
.container .event-middle .gift-row ul li .icon1 {
  height: 6.7188vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li .icon1 {
    height: 1.7917rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon1 {
    height: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon1 {
    width: 83px;
    height: 86px;
    left: 0;
  }
}
@media screen and (min-width: 1600px) {
  .container .event-middle .gift-row ul li .icon1 {
    left: -35px;
  }
}
.container .event-middle .gift-row ul li .icon2 {
  left: 15%;
  top: 60%;
  animation: sparkling 2.7s ease-in-out infinite alternate;
}
.container .event-middle .gift-row ul li .icon2 {
  width: 3.3594vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li .icon2 {
    width: 0.8958rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon2 {
    width: 14px;
  }
}
.container .event-middle .gift-row ul li .icon2 {
  height: 3.3594vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li .icon2 {
    height: 0.8958rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon2 {
    height: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon2 {
    width: 43px;
    height: 43px;
    left: 0;
  }
}
@media screen and (min-width: 1600px) {
  .container .event-middle .gift-row ul li .icon2 {
    top: 370px;
    left: -85px;
  }
}
.container .event-middle .gift-row ul li .icon3 {
  right: 0;
  top: 30%;
  animation: sparkling2 2.5s ease-in-out infinite alternate;
}
.container .event-middle .gift-row ul li .icon3 {
  width: 4.5313vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li .icon3 {
    width: 1.2083rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon3 {
    width: 19px;
  }
}
.container .event-middle .gift-row ul li .icon3 {
  height: 4.5313vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li .icon3 {
    height: 1.2083rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon3 {
    height: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon3 {
    width: 58px;
    height: 58px;
    right: -15px;
    top: 575px;
  }
}
.container .event-middle .gift-row ul li .icon4 {
  left: 50%;
  top: 80%;
  animation: sparkling 4s ease-in-out infinite alternate;
}
.container .event-middle .gift-row ul li .icon4 {
  width: 3.125vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li .icon4 {
    width: 0.8333rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon4 {
    width: 13px;
  }
}
.container .event-middle .gift-row ul li .icon4 {
  height: 1.875vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li .icon4 {
    height: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon4 {
    height: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon4 {
    width: 40px;
    height: 48px;
    left: 20%;
    top: 100px;
  }
}
.container .event-middle .gift-row ul li .icon5 {
  right: 0;
  top: 60%;
  animation: sparkling 3.2s ease-in-out infinite alternate;
}
.container .event-middle .gift-row ul li .icon5 {
  width: 2.4219vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li .icon5 {
    width: 0.6458rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon5 {
    width: 10px;
  }
}
.container .event-middle .gift-row ul li .icon5 {
  height: 2.4219vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li .icon5 {
    height: 0.6458rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon5 {
    height: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon5 {
    width: 31px;
    height: 31px;
    right: 0;
    top: 45%;
  }
}
@media screen and (min-width: 1600px) {
  .container .event-middle .gift-row ul li .icon5 {
    right: -20px;
  }
}
.container .event-middle .gift-row ul li .icon6 {
  right: 50%;
  top: 80%;
  animation: sparkling2 3s ease-in-out infinite alternate;
}
.container .event-middle .gift-row ul li .icon6 {
  width: 4.8438vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li .icon6 {
    width: 1.2917rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon6 {
    width: 21px;
  }
}
.container .event-middle .gift-row ul li .icon6 {
  height: 3.9063vw;
}
@media (min-width: 641px) {
  .container .event-middle .gift-row ul li .icon6 {
    height: 1.0417rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon6 {
    height: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .gift-row ul li .icon6 {
    width: 62px;
    height: 58px;
    right: 0;
    top: 54%;
  }
}
@media screen and (min-width: 1600px) {
  .container .event-middle .gift-row ul li .icon6 {
    right: -100px;
  }
}
.container .event-middle .btn-row {
  margin-top: 6.25vw;
}
@media (min-width: 641px) {
  .container .event-middle .btn-row {
    margin-top: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .btn-row {
    margin-top: 27px;
  }
}
@media screen and (min-width: 640px) {
  .container .event-middle .btn-row {
    margin-top: 9.375vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-middle .btn-row {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-middle .btn-row {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .btn-row {
    margin-top: 80px;
  }
}
.container .event-middle .btn-row .btn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  font-weight: 500;
  background: url("/static/images/bg_btn.png") no-repeat center center;
  background-size: cover;
}
.container .event-middle .btn-row .btn {
  width: 46.9531vw;
}
@media (min-width: 641px) {
  .container .event-middle .btn-row .btn {
    width: 12.5208rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .btn-row .btn {
    width: 200px;
  }
}
.container .event-middle .btn-row .btn {
  height: 10.3125vw;
}
@media (min-width: 641px) {
  .container .event-middle .btn-row .btn {
    height: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .btn-row .btn {
    height: 44px;
  }
}
.container .event-middle .btn-row .btn {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  .container .event-middle .btn-row .btn {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .btn-row .btn {
    font-size: 17px;
  }
}
.container .event-middle .btn-row .btn {
  padding-top: 2.5781vw;
}
@media (min-width: 641px) {
  .container .event-middle .btn-row .btn {
    padding-top: 0.6875rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .btn-row .btn {
    padding-top: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .btn-row .btn {
    width: 481px;
    height: 116px;
    font-size: 40px;
    padding-top: 33px;
  }
}
.container .event-middle .event-msg {
  width: 100%;
  text-align: center;
  color: #000;
}
.container .event-middle .event-msg {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  .container .event-middle .event-msg {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .event-msg {
    font-size: 17px;
  }
}
.container .event-middle .event-msg {
  padding: 7.8125vw 0 6.25vw 0;
}
@media (min-width: 641px) {
  .container .event-middle .event-msg {
    padding: 2.0833rem 0 1.6667rem 0;
  }
}
@media (min-width: 1200px) {
  .container .event-middle .event-msg {
    padding: 33px 0 27px 0;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-middle .event-msg {
    font-size: 30px;
    padding: 50px 0 48px 0;
  }
}
.container .event-bottom {
  position: relative;
  background: #4cbced;
  z-index: 1;
}
.container .event-bottom {
  margin-top: -12.5vw;
}
@media (min-width: 641px) {
  .container .event-bottom {
    margin-top: -3.3333rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom {
    margin-top: -53px;
  }
}
.container .event-bottom {
  padding-top: 12.5vw;
}
@media (min-width: 641px) {
  .container .event-bottom {
    padding-top: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom {
    padding-top: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-bottom {
    margin-top: -80px;
    padding-top: 80px;
  }
}
.container .event-bottom .title-row {
  margin-bottom: 7.0313vw;
}
@media (min-width: 641px) {
  .container .event-bottom .title-row {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .title-row {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .title-row {
    margin-bottom: 90px;
  }
}
.container .event-bottom .title-row h3 {
  color: #000;
}
.container .event-bottom .title-row h3 {
  font-size: 7.8125vw;
}
@media (min-width: 641px) {
  .container .event-bottom .title-row h3 {
    font-size: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .title-row h3 {
    font-size: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .title-row h3 {
    font-size: 60px;
  }
}
.container .event-bottom {
  /* SCSS 스타일 */
}
.container .event-bottom .speech-bubble {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .event-bottom .speech-bubble {
  max-width: 93.75vw;
}
@media (min-width: 641px) {
  .container .event-bottom .speech-bubble {
    max-width: 25rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .speech-bubble {
    max-width: 400px;
  }
}
.container .event-bottom .speech-bubble {
  border-radius: 6.25vw;
}
@media (min-width: 641px) {
  .container .event-bottom .speech-bubble {
    border-radius: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .speech-bubble {
    border-radius: 27px;
  }
}
.container .event-bottom .speech-bubble {
  padding: 1.5625vw 3.125vw;
}
@media (min-width: 641px) {
  .container .event-bottom .speech-bubble {
    padding: 0.4167rem 0.8333rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .speech-bubble {
    padding: 7px 13px;
  }
}
.container .event-bottom .speech-bubble {
  margin: 0vw auto 4.6875vw auto;
}
@media (min-width: 641px) {
  .container .event-bottom .speech-bubble {
    margin: 0rem auto 1.25rem auto;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .speech-bubble {
    margin: 0px auto 20px auto;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .speech-bubble {
    border-radius: 100px;
    padding: 20px 40px;
    max-width: 915px;
    margin: 0 auto 60px auto;
  }
}
.container .event-bottom .speech-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}
.container .event-bottom .speech-bubble::after {
  bottom: -2.7344vw;
}
@media (min-width: 641px) {
  .container .event-bottom .speech-bubble::after {
    bottom: -0.7292rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .speech-bubble::after {
    bottom: -12px;
  }
}
.container .event-bottom .speech-bubble::after {
  border-top: 2.7344vw solid #ffffff;
}
@media (min-width: 641px) {
  .container .event-bottom .speech-bubble::after {
    border-top: 0.7292rem solid #ffffff;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .speech-bubble::after {
    border-top: 12px solid #ffffff;
  }
}
.container .event-bottom .speech-bubble::after {
  border-left: 1.6406vw solid transparent;
}
@media (min-width: 641px) {
  .container .event-bottom .speech-bubble::after {
    border-left: 0.4375rem solid transparent;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .speech-bubble::after {
    border-left: 7px solid transparent;
  }
}
.container .event-bottom .speech-bubble::after {
  border-right: 1.6406vw solid transparent;
}
@media (min-width: 641px) {
  .container .event-bottom .speech-bubble::after {
    border-right: 0.4375rem solid transparent;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .speech-bubble::after {
    border-right: 7px solid transparent;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .speech-bubble::after {
    bottom: -35px;
    border-top: 35px solid #ffffff;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
  }
}
.container .event-bottom .speech-bubble span {
  font-weight: 500;
  color: #4cbced;
}
.container .event-bottom .speech-bubble span {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  .container .event-bottom .speech-bubble span {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .speech-bubble span {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .speech-bubble span {
    font-size: 42px;
  }
}
.container .event-bottom .speech-bubble strong {
  position: relative;
  font-weight: 800;
  color: #4cbced;
}
.container .event-bottom .speech-bubble strong {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  .container .event-bottom .speech-bubble strong {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .speech-bubble strong {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .speech-bubble strong {
    font-size: 42px;
  }
}
.container .event-bottom .speech-bubble strong:before {
  content: "";
  position: absolute;
  background-color: #4cbced;
  left: 50%;
  transform: translateX(-50%);
}
.container .event-bottom .speech-bubble strong:before {
  top: -0.7813vw;
}
@media (min-width: 641px) {
  .container .event-bottom .speech-bubble strong:before {
    top: -0.2083rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .speech-bubble strong:before {
    top: -3px;
  }
}
.container .event-bottom .speech-bubble strong:before {
  width: 0.9375vw;
}
@media (min-width: 641px) {
  .container .event-bottom .speech-bubble strong:before {
    width: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .speech-bubble strong:before {
    width: 4px;
  }
}
.container .event-bottom .speech-bubble strong:before {
  height: 0.9375vw;
}
@media (min-width: 641px) {
  .container .event-bottom .speech-bubble strong:before {
    height: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .speech-bubble strong:before {
    height: 4px;
  }
}
.container .event-bottom .speech-bubble strong:before {
  border-radius: 0.9375vw;
}
@media (min-width: 641px) {
  .container .event-bottom .speech-bubble strong:before {
    border-radius: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .speech-bubble strong:before {
    border-radius: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .speech-bubble strong:before {
    width: 8px;
    height: 8px;
    top: -5px;
    border-radius: 8px;
  }
}
.container .event-bottom .speech-bubble strong:nth-of-type(1) {
  margin-left: 0.7813vw;
}
@media (min-width: 641px) {
  .container .event-bottom .speech-bubble strong:nth-of-type(1) {
    margin-left: 0.2083rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .speech-bubble strong:nth-of-type(1) {
    margin-left: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .speech-bubble strong:nth-of-type(1) {
    margin-left: 10px;
  }
}
.container .event-bottom .speech-bubble strong:nth-of-type(2) {
  margin-right: 0.7813vw;
}
@media (min-width: 641px) {
  .container .event-bottom .speech-bubble strong:nth-of-type(2) {
    margin-right: 0.2083rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .speech-bubble strong:nth-of-type(2) {
    margin-right: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .speech-bubble strong:nth-of-type(2) {
    margin-right: 10px;
  }
}
.container .event-bottom .btn-title {
  width: 90%;
}
.container .event-bottom .btn-title {
  margin: 0 auto 2.3438vw auto;
}
@media (min-width: 641px) {
  .container .event-bottom .btn-title {
    margin: 0 auto 0.625rem auto;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .btn-title {
    margin: 0 auto 10px auto;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .btn-title {
    width: 931px;
    margin: 0 auto 30px auto;
  }
}
.container .event-bottom .btn-title ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .event-bottom .btn-title ul li {
  text-align: left;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  font-weight: 500;
}
.container .event-bottom .btn-title ul li {
  font-size: 3.2813vw;
}
@media (min-width: 641px) {
  .container .event-bottom .btn-title ul li {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .btn-title ul li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .btn-title ul li {
    font-size: 32px;
  }
}
.container .event-bottom .btn-title ul li:nth-of-type(1) {
  width: 30%;
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .btn-title ul li:nth-of-type(1) {
    width: 293px;
  }
}
.container .event-bottom .btn-title ul li:nth-of-type(2) {
  width: 66%;
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .btn-title ul li:nth-of-type(2) {
    width: calc(100% - 317px);
  }
}
.container .event-bottom .btn-row {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.container .event-bottom .btn-row {
  padding-bottom: 3.125vw;
}
@media (min-width: 641px) {
  .container .event-bottom .btn-row {
    padding-bottom: 0.8333rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .btn-row {
    padding-bottom: 13px;
  }
}
.container .event-bottom .btn-row {
  margin: 2.3438vw auto 0 auto;
}
@media (min-width: 641px) {
  .container .event-bottom .btn-row {
    margin: 0.625rem auto 0 auto;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .btn-row {
    margin: 10px auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .btn-row {
    width: 948px;
    margin: 30px auto 0 auto;
    padding-bottom: 2%;
  }
}
.container .event-bottom .btn-row a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  align-content: center;
  width: 32%;
  background-color: #f7f7f7;
}
.container .event-bottom .btn-row a {
  height: 26.5625vw;
}
@media (min-width: 641px) {
  .container .event-bottom .btn-row a {
    height: 7.0833rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .btn-row a {
    height: 113px;
  }
}
.container .event-bottom .btn-row a {
  border-radius: 3.2813vw;
}
@media (min-width: 641px) {
  .container .event-bottom .btn-row a {
    border-radius: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .btn-row a {
    border-radius: 14px;
  }
}
@media screen and (min-width: 640px) {
  .container .event-bottom .btn-row a {
    height: 42.1875vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container .event-bottom .btn-row a {
    height: 11.25rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container .event-bottom .btn-row a {
    height: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .btn-row a {
    background: url("/static/images/bg_btn2.png") no-repeat center center;
    background-size: 100%;
    width: 311px;
    height: 369px;
    border-radius: 22px;
  }
}
.container .event-bottom .btn-row a img {
  max-width: 80%;
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .btn-row a img {
    max-width: 100%;
  }
}
.container .event-bottom .btn-row a strong {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
.container .event-bottom .btn-row a strong {
  margin-top: -1.5625vw;
}
@media (min-width: 641px) {
  .container .event-bottom .btn-row a strong {
    margin-top: -0.4167rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .btn-row a strong {
    margin-top: -7px;
  }
}
.container .event-bottom .btn-row a strong {
  height: 7.1875vw;
}
@media (min-width: 641px) {
  .container .event-bottom .btn-row a strong {
    height: 1.9167rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .btn-row a strong {
    height: 31px;
  }
}
.container .event-bottom .btn-row a strong {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .container .event-bottom .btn-row a strong {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .btn-row a strong {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .btn-row a strong {
    margin-top: 0;
    height: 85px;
    font-size: 37px;
  }
}
.container .event-bottom .event-msg {
  width: 100%;
  text-align: center;
  color: #fff;
}
.container .event-bottom .event-msg {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  .container .event-bottom .event-msg {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .event-msg {
    font-size: 17px;
  }
}
.container .event-bottom .event-msg {
  padding: 3.9063vw 0 14.0625vw 0;
}
@media (min-width: 641px) {
  .container .event-bottom .event-msg {
    padding: 1.0417rem 0 3.75rem 0;
  }
}
@media (min-width: 1200px) {
  .container .event-bottom .event-msg {
    padding: 17px 0 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .container .event-bottom .event-msg {
    font-size: 30px;
    padding: 25px 0 100px 0;
  }
}
.container .footer {
  display: flex;
  justify-content: center;
}
.container .footer {
  padding: 3.9063vw 0 2.3438vw 0;
}
@media (min-width: 641px) {
  .container .footer {
    padding: 1.0417rem 0 0.625rem 0;
  }
}
@media (min-width: 1200px) {
  .container .footer {
    padding: 17px 0 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  .container .footer {
    padding: 20px 0 15px 0;
  }
}
.container .footer img {
  width: 18.75vw;
}
@media (min-width: 641px) {
  .container .footer img {
    width: 5rem;
  }
}
@media (min-width: 1200px) {
  .container .footer img {
    width: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .container .footer img {
    max-width: 100%;
  }
}
.container.coupang {
  background: #acd1ea;
}
.container.coupang .event-middle .title-row {
  margin-top: 0;
}
.container.coupang .event-middle .title-row {
  padding-top: 12.5vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle .title-row {
    padding-top: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle .title-row {
    padding-top: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang .event-middle .title-row {
    padding-top: 130px;
  }
}
.container.coupang .event-middle2 {
  background-color: #acd1ea;
}
.container.coupang .event-middle2 {
  padding: 15.625vw 0vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 {
    padding: 4.1667rem 0rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 {
    padding: 67px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang .event-middle2 {
    padding: 130px 0;
  }
}
.container.coupang .event-middle2 .title-row {
  width: 70.3125vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 .title-row {
    width: 18.75rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 .title-row {
    width: 300px;
  }
}
.container.coupang .event-middle2 .title-row {
  margin: 0 auto 14.0625vw auto;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 .title-row {
    margin: 0 auto 3.75rem auto;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 .title-row {
    margin: 0 auto 60px auto;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang .event-middle2 .title-row {
    width: 512px;
    margin: 0px auto 110px auto;
  }
}
.container.coupang .event-middle2 .title-row h3 {
  color: #000;
}
.container.coupang .event-middle2 .title-row h3 {
  font-size: 7.1875vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 .title-row h3 {
    font-size: 1.9167rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 .title-row h3 {
    font-size: 31px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang .event-middle2 .title-row h3 {
    font-size: 60px;
  }
}
.container.coupang .event-middle2 .title-row img:nth-of-type(1) {
  width: 100%;
}
.container.coupang .event-middle2 .title-row img:nth-of-type(2) {
  width: 39.0625vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 .title-row img:nth-of-type(2) {
    width: 10.4167rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 .title-row img:nth-of-type(2) {
    width: 167px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang .event-middle2 .title-row img:nth-of-type(2) {
    width: 247px;
  }
}
.container.coupang .event-middle2 .benefit-row {
  position: relative;
  width: 100%;
}
.container.coupang .event-middle2 .benefit-row .inner_box {
  position: relative;
  width: 80%;
  margin: auto;
  background: #fff;
}
.container.coupang .event-middle2 .benefit-row .inner_box {
  border-radius: 2.5vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 .benefit-row .inner_box {
    border-radius: 0.6667rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box {
    border-radius: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box {
    width: 100%;
    max-width: 1200px;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.container.coupang .event-middle2 .benefit-row .inner_box .label {
  position: absolute;
}
.container.coupang .event-middle2 .benefit-row .inner_box .label {
  width: 39.0625vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .label {
    width: 10.4167rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .label {
    width: 167px;
  }
}
.container.coupang .event-middle2 .benefit-row .inner_box .label {
  left: -5.0781vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .label {
    left: -1.3542rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .label {
    left: -22px;
  }
}
.container.coupang .event-middle2 .benefit-row .inner_box .label {
  top: 6.25vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .label {
    top: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .label {
    top: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .label {
    width: 333px;
    left: -37px;
    top: 30px;
  }
}
.container.coupang .event-middle2 .benefit-row .inner_box .label img {
  width: 100%;
}
.container.coupang .event-middle2 .benefit-row .inner_box .txt-row {
  padding: 19.5313vw 0vw 0vw 0vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .txt-row {
    padding: 5.2083rem 0rem 0rem 0rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .txt-row {
    padding: 83px 0px 0px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .txt-row {
    padding: 0px 0px 0px 85px;
  }
}
.container.coupang .event-middle2 .benefit-row .inner_box .txt-row strong {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #000;
}
.container.coupang .event-middle2 .benefit-row .inner_box .txt-row strong {
  font-size: 7.0313vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .txt-row strong {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .txt-row strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .txt-row strong {
    font-size: 54px;
    text-align: left;
    padding-bottom: 30px;
  }
}
.container.coupang .event-middle2 .benefit-row .inner_box .txt-row span {
  display: block;
  width: 100%;
  font-weight: 500;
  color: #2eb4ec;
  text-align: center;
}
.container.coupang .event-middle2 .benefit-row .inner_box .txt-row span {
  font-size: 7.0313vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .txt-row span {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .txt-row span {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .txt-row span {
    font-size: 54px;
    text-align: left;
    line-height: 1.2;
  }
}
.container.coupang .event-middle2 .benefit-row .inner_box .txt-row span br {
  display: none;
}
@media screen and (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .txt-row span br {
    display: block;
  }
}
.container.coupang .event-middle2 .benefit-row .inner_box .sticker {
  position: absolute;
  z-index: 2;
  top: 50%;
}
.container.coupang .event-middle2 .benefit-row .inner_box .sticker {
  left: -3.125vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .sticker {
    left: -0.8333rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .sticker {
    left: -13px;
  }
}
.container.coupang .event-middle2 .benefit-row .inner_box .sticker {
  width: 31.25vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .sticker {
    width: 8.3333rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .sticker {
    width: 133px;
  }
}
@media screen and (min-width: 640px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .sticker {
    left: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .sticker {
    width: 322px;
    left: auto;
    right: 0;
    top: 140px;
    z-index: 5;
    animation: floatLid 1s ease-in-out infinite alternate;
  }
}
@media screen and (min-width: 1440px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .sticker {
    right: -120px;
  }
}
.container.coupang .event-middle2 .benefit-row .inner_box .sticker img {
  width: 100%;
}
.container.coupang .event-middle2 .benefit-row .inner_box .img-row {
  margin: 0 auto;
}
.container.coupang .event-middle2 .benefit-row .inner_box .img-row {
  width: 78.125vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .img-row {
    width: 20.8333rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .img-row {
    width: 333px;
  }
}
.container.coupang .event-middle2 .benefit-row .inner_box .img-row {
  padding: 5.4688vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .img-row {
    padding: 1.4583rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .img-row {
    padding: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .img-row {
    width: 694px;
    padding: 0;
    margin-right: 0;
  }
}
.container.coupang .event-middle2 .benefit-row .inner_box .img-row img {
  width: 100%;
}
.container.coupang .event-middle2 .benefit-row .inner_box .box-top {
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 3;
  animation: floatLid 1s ease-in-out infinite alternate;
}
.container.coupang .event-middle2 .benefit-row .inner_box .box-top {
  width: 39.0625vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .box-top {
    width: 10.4167rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .box-top {
    width: 167px;
  }
}
@media screen and (min-width: 640px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .box-top {
    right: 18%;
  }
}
@media screen and (min-width: 768px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .box-top {
    right: 24%;
  }
}
@media screen and (min-width: 992px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .box-top {
    right: 28%;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .box-top {
    width: 399px;
    right: 0;
    top: -60px;
  }
}
@media screen and (min-width: 1440px) {
  .container.coupang .event-middle2 .benefit-row .inner_box .box-top {
    right: -8px;
  }
}
.container.coupang .event-middle2 .benefit-row .inner_box .box-top img {
  width: 100%;
}
.container.coupang .event-middle2 #gift-box-explosion {
  position: absolute;
  /* [수정 필요] 선물 상자 입구 위치에 맞게 %나 px 값을 조절하세요 */
  top: 60%;
  right: 0;
  z-index: 2; /* 상자 이미지 뒤로 보내려면 z-index를 낮게, 앞으로 빼려면 높게 설정 */
}
.container.coupang .event-middle2 #gift-box-explosion {
  width: 39.0625vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 #gift-box-explosion {
    width: 10.4167rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 #gift-box-explosion {
    width: 167px;
  }
}
.container.coupang .event-middle2 #gift-box-explosion {
  height: 39.0625vw;
}
@media (min-width: 641px) {
  .container.coupang .event-middle2 #gift-box-explosion {
    height: 10.4167rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang .event-middle2 #gift-box-explosion {
    height: 167px;
  }
}
@media screen and (min-width: 640px) {
  .container.coupang .event-middle2 #gift-box-explosion {
    right: 18%;
  }
}
@media screen and (min-width: 768px) {
  .container.coupang .event-middle2 #gift-box-explosion {
    right: 24%;
  }
}
@media screen and (min-width: 992px) {
  .container.coupang .event-middle2 #gift-box-explosion {
    right: 28%;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang .event-middle2 #gift-box-explosion {
    width: 300px;
    height: 300px;
    right: 0;
    top: 250px;
  }
}
.container.coupang .event-middle2 {
  /* 개별 색종이 조각 */
}
.container.coupang .event-middle2 .confetti-piece {
  position: absolute;
  width: 12px;
  height: 24px;
  top: -12px;
  left: -6px;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .container.coupang .event-middle2 .confetti-piece {
    width: 24px;
    height: 48px;
  }
}
.container.coupang .event-middle2 .confetti-piece {
  animation: explode 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes explode {
  0% {
    transform: translate(0, 0) scale(0) rotate(0deg);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(var(--tx), var(--ty)) scale(var(--scale)) rotate(var(--rot));
    opacity: 0;
  }
}
@keyframes floatLid {
  0% {
    /* 시작 상태: 원래 위치에서 약간 아래, 왼쪽으로 살짝 기울어짐 */
    transform: translateY(0px) rotate(-1.5deg);
  }
  100% {
    /* 끝 상태: 25px 위로 상승, 오른쪽으로 살짝 기울어짐 */
    transform: translateY(-25px) rotate(2deg);
  }
}
.container.coupang .event-bottom {
  background: #eaeaea;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 0;
}
.container.coupang .footer {
  background: #4cbced;
}
.container.coupang .footer img {
  filter: brightness(0) invert(1);
}
.container.coupang.benefits {
  background: #eaeaea;
}
.container.coupang.benefits .event-middle {
  background-color: #eaeaea;
}
.container.coupang.benefits .event-middle .title-row {
  margin-top: 0;
}
.container.coupang.benefits .event-middle .title-row {
  padding-top: 15.625vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits .event-middle .title-row {
    padding-top: 4.1667rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits .event-middle .title-row {
    padding-top: 67px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits .event-middle .title-row {
    padding-top: 150px;
  }
}
.container.coupang.benefits .btn-row {
  text-align: center;
}
.container.coupang.benefits .btn-row a {
  position: relative;
  margin: auto;
}
.container.coupang.benefits .btn-row a {
  width: 37.5vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits .btn-row a {
    width: 10rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits .btn-row a {
    width: 160px;
  }
}
.container.coupang.benefits .btn-row a {
  height: 8.75vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits .btn-row a {
    height: 2.3333rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits .btn-row a {
    height: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits .btn-row a {
    width: 480px;
    height: 112px;
  }
}
.container.coupang.benefits .btn-row a img {
  width: 100%;
}
.container.coupang.benefits .btn-row.btn-mt {
  margin-top: 6.25vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits .btn-row.btn-mt {
    margin-top: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits .btn-row.btn-mt {
    margin-top: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row {
    width: 100%;
    max-width: 1693px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left {
  width: 85%;
  margin: auto;
  flex-flow: wrap;
  border: 3px solid #fff;
  background: linear-gradient(to bottom, #51c0f2 0%, #e4f5fd 100%);
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left {
  border-radius: 2.8125vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left {
    border-radius: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left {
    border-radius: 12px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left {
  padding: 6.25vw 1.5625vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left {
    padding: 1.6667rem 0.4167rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left {
    padding: 27px 7px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left {
    width: 63.496751329%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px 60px;
  }
}
@media screen and (min-width: 1700px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left {
    padding-bottom: 40px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .tit {
  padding: 3.9063vw 0vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit {
    padding: 1.0417rem 0rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit {
    padding: 17px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p {
  text-align: center;
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) {
    margin-right: 15px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span {
  position: relative;
  color: #fffc1e;
  font-weight: 700;
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span {
  font-size: 5vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span {
    font-size: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span {
    font-size: 32px;
  }
}
@media screen and (min-width: 1700px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span {
    font-size: 48px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(1) {
  margin-right: 1.5625vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(1) {
    margin-right: 0.4167rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(1) {
    margin-right: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(1) {
    margin-right: 10px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(2):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(3):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(4):before {
  content: "";
  position: absolute;
  left: 50%;
  background: #fffc1e;
  transform: translateX(-50%);
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(2):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(3):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(4):before {
  top: -0.7813vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(2):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(3):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(4):before {
    top: -0.2083rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(2):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(3):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(4):before {
    top: -3px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(2):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(3):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(4):before {
  width: 0.9375vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(2):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(3):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(4):before {
    width: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(2):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(3):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(4):before {
    width: 4px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(2):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(3):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(4):before {
  height: 0.9375vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(2):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(3):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(4):before {
    height: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(2):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(3):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(4):before {
    height: 4px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(2):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(3):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(4):before {
  border-radius: 0.9375vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(2):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(3):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(4):before {
    border-radius: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(2):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(3):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(4):before {
    border-radius: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(2):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(3):before, .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(1) span:nth-of-type(4):before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: -10px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(2) {
  color: #fff;
  font-weight: 500;
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(2) {
  font-size: 5vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(2) {
    font-size: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(2) {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(2) {
    font-size: 30px;
  }
}
@media screen and (min-width: 1700px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .tit p:nth-of-type(2) {
    font-size: 44px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box {
  position: relative;
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box {
  margin-bottom: 7.8125vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box {
    margin-bottom: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box {
    margin-bottom: 33px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box {
  padding-bottom: 31.25vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box {
    padding-bottom: 8.3333rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box {
    padding-bottom: 133px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box {
    width: 40%;
    margin: unset;
    height: 430px;
  }
}
@media screen and (min-width: 1700px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box {
    width: 436px;
    height: 547px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .label {
  top: 3.125vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .label {
    top: 0.8333rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .label {
    top: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .label {
    width: 265px;
    left: -30px;
  }
}
@media screen and (min-width: 1700px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .label {
    width: 315px;
    top: 40px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row {
  padding-top: 15.625vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row {
    padding-top: 4.1667rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row {
    padding-top: 67px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row {
    padding-top: 30px;
    padding-left: 0;
    width: 100%;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row strong {
  line-height: 1.2;
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row strong {
  margin-bottom: 1.5625vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row strong {
    margin-bottom: 0.4167rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row strong {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row strong {
    margin-bottom: 10px;
    font-size: 28px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1700px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row strong {
    font-size: 34px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row span {
  font-weight: 500;
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row span {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row span {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row span {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row span {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1700px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row span {
    font-size: 28px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row p {
  color: #2eb4ec;
  text-align: center;
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row p {
  font-size: 3.2813vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row p {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .txt-row p {
    font-size: 20px;
    text-align: center;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .img-row {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box .img-row img {
  max-width: 100%;
  width: 100%;
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(2) .img-row {
  width: 45.3125vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(2) .img-row {
    width: 12.0833rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(2) .img-row {
    width: 193px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(2) .img-row {
  top: 32.8125vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(2) .img-row {
    top: 8.75rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(2) .img-row {
    top: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(2) .img-row {
    top: 237px;
    width: 223px;
  }
}
@media screen and (min-width: 1700px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(2) .img-row {
    top: 307px;
    width: 283px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(3) .img-row {
  width: 50.7813vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(3) .img-row {
    width: 13.5417rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(3) .img-row {
    width: 217px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(3) .img-row {
  top: 44.5313vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(3) .img-row {
    top: 11.875rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(3) .img-row {
    top: 190px;
  }
}
@media screen and (min-width: 768px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(3) .img-row {
    top: 34.375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(3) .img-row {
    top: 9.1667rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(3) .img-row {
    top: 147px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(3) .img-row {
    top: 257px;
    width: 247px;
  }
}
@media screen and (min-width: 1700px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .inner_box:nth-of-type(3) .img-row {
    top: 315px;
    width: 360px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .notice-row {
  width: 85%;
  margin: auto;
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .notice-row {
  margin-top: 3.75vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .notice-row {
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .notice-row {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .notice-row {
    margin-top: 36px;
  }
}
@media screen and (min-width: 1700px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .notice-row {
    margin-top: 65px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .notice-row p {
  text-align: center;
  color: #000;
  font-weight: 500;
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .notice-row p {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .notice-row p {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .notice-row p {
    font-size: 17px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .notice-row p strong {
  font-weight: 700;
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .notice-row p:nth-of-type(1) strong {
  font-weight: 800;
}
.container.coupang.benefits2 .event-middle .benefit-row .box-left .notice-row p:nth-of-type(1) strong {
  font-size: 4.375vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .notice-row p:nth-of-type(1) strong {
    font-size: 1.1667rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-left .notice-row p:nth-of-type(1) strong {
    font-size: 19px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-right {
  width: 85%;
  margin: auto;
  flex-flow: wrap;
  border: 3px solid #fff;
  background: linear-gradient(to bottom, #d9d8d8 0%, #f8f8f8 100%);
}
.container.coupang.benefits2 .event-middle .benefit-row .box-right {
  border-radius: 2.8125vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right {
    border-radius: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right {
    border-radius: 12px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-right {
  padding: 6.25vw 1.5625vw 12.5vw 1.5625vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right {
    padding: 1.6667rem 0.4167rem 3.3333rem 0.4167rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right {
    padding: 27px 7px 53px 7px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-right {
  margin-top: 6.25vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right {
    margin-top: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right {
    margin-top: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right {
    width: 34.7312463083%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 135px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1700px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right {
    padding-top: 165px;
    padding-bottom: 173px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box {
  height: 85.9375vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box {
    height: 22.9167rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box {
    height: 367px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box {
    width: 80%;
    height: 427px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1700px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box {
    height: 547px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .label {
    width: 265px;
    left: -30px;
    top: 13px;
  }
}
@media screen and (min-width: 1700px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .label {
    top: 40px;
    width: 315px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .txt-row span {
  font-weight: 500;
}
.container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .txt-row span {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .txt-row span {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .txt-row span {
    font-size: 17px;
  }
}
@media screen and (min-width: 640px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .sticker {
    width: 40.625vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .sticker {
    width: 10.8333rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .sticker {
    width: 173px;
  }
}
@media screen and (min-width: 768px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .sticker {
    width: 40.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .sticker {
    width: 10.8333rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .sticker {
    width: 173px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .sticker {
    width: 180px;
    top: 180px;
    z-index: 3;
  }
}
@media screen and (min-width: 1440px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .sticker {
    right: -20px;
  }
}
@media screen and (min-width: 1700px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .sticker {
    top: 260px;
    right: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .txt-row {
    padding: 0;
    margin-top: 110px;
    width: 100%;
  }
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .txt-row strong {
    font-size: 28px;
    text-align: center;
    padding-bottom: 10px;
  }
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .txt-row span {
    text-align: center;
    font-size: 24px;
  }
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .txt-row span br {
    display: none;
  }
}
@media screen and (min-width: 1700px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .txt-row {
    top: 0px;
    margin-top: 160px;
  }
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .txt-row strong {
    font-size: 34px;
  }
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .txt-row span {
    font-size: 28px;
  }
}
@media screen and (min-width: 640px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .box-top {
    top: 45%;
    right: 5%;
  }
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .box-top {
    width: 32.8125vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .box-top {
    width: 8.75rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .box-top {
    width: 140px;
  }
}
@media screen and (min-width: 768px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .box-top {
    top: 50%;
  }
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .box-top {
    right: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .box-top {
    right: 2.0833rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .box-top {
    right: 33px;
  }
}
@media screen and (min-width: 768px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .box-top {
    width: 34.375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .box-top {
    width: 9.1667rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .box-top {
    width: 147px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .box-top {
    top: 200px;
    width: 230px;
    right: 80px;
  }
}
@media screen and (min-width: 1700px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .box-top {
    width: 260px;
    top: 280px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
  width: 70.3125vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    width: 18.75rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    width: 300px;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
  margin-left: -7.8125vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    margin-left: -2.0833rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    margin-left: -33px;
  }
}
@media screen and (min-width: 640px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    margin-left: auto;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    bottom: -10.1563vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    bottom: -2.7083rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    bottom: -43px;
  }
}
@media screen and (min-width: 640px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    width: 70.3125vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    width: 18.75rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    left: auto;
    right: 0;
  }
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    bottom: -10.9375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    bottom: -2.9167rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    bottom: -47px;
  }
}
@media screen and (min-width: 768px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    width: 70.3125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    width: 18.75rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right .inner_box .img-row {
    width: 420px;
    bottom: -110px;
    left: -40px;
    right: auto;
  }
}
.container.coupang.benefits2 .event-middle .benefit-row .box-right.himart {
  padding: 6.25vw 1.5625vw 12.5vw 1.5625vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right.himart {
    padding: 1.6667rem 0.4167rem 3.3333rem 0.4167rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right.himart {
    padding: 27px 7px 53px 7px;
  }
}
@media screen and (min-width: 1200px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right.himart {
    padding-top: 135px;
    padding-bottom: 86px;
  }
}
@media screen and (min-width: 1700px) {
  .container.coupang.benefits2 .event-middle .benefit-row .box-right.himart {
    padding-top: 165px;
    padding-bottom: 119px;
  }
}
.container.coupang.benefits2 .btn-row {
  padding-bottom: 7.8125vw;
}
@media (min-width: 641px) {
  .container.coupang.benefits2 .btn-row {
    padding-bottom: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  .container.coupang.benefits2 .btn-row {
    padding-bottom: 33px;
  }
}
.container.product h1 {
  width: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}
.container.product h1 {
  height: 11.7188vw;
}
@media (min-width: 641px) {
  .container.product h1 {
    height: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .container.product h1 {
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .container.product h1 {
    left: 50%;
    max-width: 1600px;
    height: 100px;
    transform: translateX(-50%);
  }
}
.container.product h1 a {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.container.product h1 a {
  margin-left: 4.6875vw;
}
@media (min-width: 641px) {
  .container.product h1 a {
    margin-left: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .container.product h1 a {
    margin-left: 20px;
  }
}
.container.product h1 a {
  width: 25.3906vw;
}
@media (min-width: 641px) {
  .container.product h1 a {
    width: 6.7708rem;
  }
}
@media (min-width: 1200px) {
  .container.product h1 a {
    width: 108px;
  }
}
@media screen and (min-width: 1200px) {
  .container.product h1 a {
    margin-left: 0;
    width: 190px;
  }
}
.container.product h1 a img {
  width: 100%;
}
.container.product .inner {
  width: 87.5%;
  margin: auto;
}
.container.product .inner .brand-row {
  position: relative;
  z-index: 5;
}
.container.product .inner .brand-row {
  width: 32.8125vw;
}
@media (min-width: 641px) {
  .container.product .inner .brand-row {
    width: 8.75rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .brand-row {
    width: 140px;
  }
}
.container.product .inner .brand-row {
  height: 50.7813vw;
}
@media (min-width: 641px) {
  .container.product .inner .brand-row {
    height: 13.5417rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .brand-row {
    height: 217px;
  }
}
@media screen and (min-width: 1200px) {
  .container.product .inner .brand-row {
    width: 350px;
    height: 450px;
  }
}
.container.product .inner .brand-row .swiper-slide {
  flex-flow: wrap;
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container.product .inner .brand-row .swiper-slide img {
  max-width: 100%;
}
.container.product .inner .brand-row .swiper-slide strong {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #000;
}
.container.product .inner .brand-row .swiper-slide strong {
  font-size: 5vw;
}
@media (min-width: 641px) {
  .container.product .inner .brand-row .swiper-slide strong {
    font-size: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .brand-row .swiper-slide strong {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .container.product .inner .brand-row .swiper-slide strong {
    font-weight: 600;
    font-size: 48px;
  }
}
.container.product .inner .brand-row .swiper-controller {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container.product .inner .brand-row .swiper-controller {
  bottom: 3.125vw;
}
@media (min-width: 641px) {
  .container.product .inner .brand-row .swiper-controller {
    bottom: 0.8333rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .brand-row .swiper-controller {
    bottom: 13px;
  }
}
.container.product .inner .brand-row .swiper-controller {
  height: 7.8125vw;
}
@media (min-width: 641px) {
  .container.product .inner .brand-row .swiper-controller {
    height: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .brand-row .swiper-controller {
    height: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .container.product .inner .brand-row .swiper-controller {
    height: 50px;
    bottom: 50px;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
  }
}
.container.product .inner .brand-row .swiper-controller .swiper-button-prev, .container.product .inner .brand-row .swiper-controller .swiper-button-next {
  z-index: 2;
}
.container.product .inner .brand-row .swiper-controller .swiper-button-prev::after, .container.product .inner .brand-row .swiper-controller .swiper-button-next::after {
  color: #666;
}
.container.product .inner .brand-row .swiper-controller .swiper-button-prev::after, .container.product .inner .brand-row .swiper-controller .swiper-button-next::after {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .container.product .inner .brand-row .swiper-controller .swiper-button-prev::after, .container.product .inner .brand-row .swiper-controller .swiper-button-next::after {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .brand-row .swiper-controller .swiper-button-prev::after, .container.product .inner .brand-row .swiper-controller .swiper-button-next::after {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .container.product .inner .brand-row .swiper-controller .swiper-button-prev::after, .container.product .inner .brand-row .swiper-controller .swiper-button-next::after {
    font-size: 24px;
  }
}
.container.product .inner .brand-row .swiper-controller .swiper-pagination {
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .container.product .inner .brand-row .swiper-controller .swiper-pagination {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.container.product .inner .brand-row .swiper-controller .swiper-pagination-bullet {
  background: transparent;
  border: 2px solid #000;
}
@media screen and (min-width: 1200px) {
  .container.product .inner .brand-row .swiper-controller .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 12px;
  }
}
.container.product .inner .brand-row .swiper-controller .swiper-pagination-bullet-active {
  background: #000;
}
@media screen and (min-width: 1200px) {
  .container.product .inner .brand-row .swiper-controller .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 12px;
  }
}
.container.product .inner .header-banner-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.container.product .inner .header-banner-wrap {
  top: 15.625vw;
}
@media (min-width: 641px) {
  .container.product .inner .header-banner-wrap {
    top: 4.1667rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .header-banner-wrap {
    top: 67px;
  }
}
.container.product .inner .header-banner-wrap {
  height: 50.7813vw;
}
@media (min-width: 641px) {
  .container.product .inner .header-banner-wrap {
    height: 13.5417rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .header-banner-wrap {
    height: 217px;
  }
}
@media screen and (min-width: 1200px) {
  .container.product .inner .header-banner-wrap {
    top: 100px;
    height: 400px;
  }
}
.container.product .inner .header-banner-wrap .balloon-left,
.container.product .inner .header-banner-wrap .balloon-right1,
.container.product .inner .header-banner-wrap .balloon-right2 {
  position: absolute;
  z-index: 2;
}
.container.product .inner .header-banner-wrap .balloon-left img,
.container.product .inner .header-banner-wrap .balloon-right1 img,
.container.product .inner .header-banner-wrap .balloon-right2 img {
  display: block;
  width: 100%;
  height: auto;
}
.container.product .inner .header-banner-wrap {
  /* 1. 왼쪽 파란 풍선 */
}
.container.product .inner .header-banner-wrap .balloon-left {
  left: 0;
  top: 30%;
  width: 80px;
  animation: floatingBalloon 3s ease-in-out infinite alternate;
}
.container.product .inner .header-banner-wrap .balloon-left {
  width: 12.5vw;
}
@media (min-width: 641px) {
  .container.product .inner .header-banner-wrap .balloon-left {
    width: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .header-banner-wrap .balloon-left {
    width: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .container.product .inner .header-banner-wrap .balloon-left {
    width: 130px;
    left: 50%;
    margin-left: -600px;
  }
}
@media screen and (min-width: 1440px) {
  .container.product .inner .header-banner-wrap .balloon-left {
    margin-left: -650px;
  }
}
.container.product .inner .header-banner-wrap {
  /* 2. 오른쪽 파란 풍선 (조금 더 높이 있는 풍선) */
}
.container.product .inner .header-banner-wrap .balloon-right1 {
  right: 16%; /* 오른쪽에서 약간 안쪽으로 */
  top: 20%;
}
.container.product .inner .header-banner-wrap .balloon-right1 {
  width: 14.0625vw;
}
@media (min-width: 641px) {
  .container.product .inner .header-banner-wrap .balloon-right1 {
    width: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .header-banner-wrap .balloon-right1 {
    width: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .container.product .inner .header-banner-wrap .balloon-right1 {
    right: 50%;
    margin-right: -550px;
    width: 140px;
  }
}
@media screen and (min-width: 1440px) {
  .container.product .inner .header-banner-wrap .balloon-right1 {
    margin-right: -600px;
  }
}
.container.product .inner .header-banner-wrap .balloon-right1 {
  animation: floatingBalloon 4s ease-in-out infinite alternate -1s;
}
.container.product .inner .header-banner-wrap {
  /* 3. 오른쪽 흰 풍선 (조금 더 아래에 있는 풍선) */
}
.container.product .inner .header-banner-wrap .balloon-right2 {
  right: 0; /* 파란 풍선보다 약간 더 오른쪽으로 */
  top: 25%;
}
.container.product .inner .header-banner-wrap .balloon-right2 {
  width: 18.75vw;
}
@media (min-width: 641px) {
  .container.product .inner .header-banner-wrap .balloon-right2 {
    width: 5rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .header-banner-wrap .balloon-right2 {
    width: 80px;
  }
}
.container.product .inner .header-banner-wrap .balloon-right2 {
  animation: floatingBalloon 3.5s ease-in-out infinite alternate -2.5s;
}
@media screen and (min-width: 1200px) {
  .container.product .inner .header-banner-wrap .balloon-right2 {
    right: 50%;
    margin-right: -600px;
    width: 130px;
    top: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .container.product .inner .header-banner-wrap .balloon-right2 {
    margin-right: -680px;
  }
}
.container.product .inner .product-table-wrap {
  width: 100%;
  background: #fff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1200px) {
  .container.product .inner .product-table-wrap {
    max-width: 1200px;
    margin: auto;
  }
}
.container.product .inner .product-table-wrap::-webkit-scrollbar {
  height: 6px;
}
.container.product .inner .product-table-wrap::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
.container.product .inner .product-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  table-layout: fixed;
}
.container.product .inner .product-table-wrap table {
  min-width: 140.625vw;
}
@media (min-width: 641px) {
  .container.product .inner .product-table-wrap table {
    min-width: 37.5rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .product-table-wrap table {
    min-width: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .container.product .inner .product-table-wrap table {
    min-width: 1200px;
    width: 1200px;
  }
}
.container.product .inner .product-table-wrap table th {
  background-color: #2ab2fb;
  color: #fff;
  font-weight: 700;
  border: 1px solid #d5d5d5;
  text-align: center;
  vertical-align: middle;
}
.container.product .inner .product-table-wrap table th {
  padding: 3.125vw 1.5625vw;
}
@media (min-width: 641px) {
  .container.product .inner .product-table-wrap table th {
    padding: 0.8333rem 0.4167rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .product-table-wrap table th {
    padding: 13px 7px;
  }
}
.container.product .inner .product-table-wrap table th {
  font-size: 5vw;
}
@media (min-width: 641px) {
  .container.product .inner .product-table-wrap table th {
    font-size: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .product-table-wrap table th {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .container.product .inner .product-table-wrap table th {
    padding: 18px 10px;
    font-size: 28px;
  }
}
.container.product .inner .product-table-wrap table td {
  border: 1px solid #d5d5d5;
  vertical-align: middle;
  text-align: center;
  word-break: keep-all;
}
.container.product .inner .product-table-wrap table td {
  padding: 3.125vw 1.5625vw;
}
@media (min-width: 641px) {
  .container.product .inner .product-table-wrap table td {
    padding: 0.8333rem 0.4167rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .product-table-wrap table td {
    padding: 13px 7px;
  }
}
@media screen and (min-width: 1200px) {
  .container.product .inner .product-table-wrap table td {
    padding: 18px 10px;
  }
}
.container.product .inner .product-table-wrap table td.category-name {
  font-weight: 700;
  color: #222;
  line-height: 1.3;
}
.container.product .inner .product-table-wrap table td.category-name {
  font-size: 4.375vw;
}
@media (min-width: 641px) {
  .container.product .inner .product-table-wrap table td.category-name {
    font-size: 1.1667rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .product-table-wrap table td.category-name {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .container.product .inner .product-table-wrap table td.category-name {
    font-size: 28px;
  }
}
.container.product .inner .product-table-wrap table td.product-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* 이미지 중앙 정렬 */
}
.container.product .inner .product-table-wrap table td.product-img img {
  width: 37.5vw;
}
@media (min-width: 641px) {
  .container.product .inner .product-table-wrap table td.product-img img {
    width: 10rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .product-table-wrap table td.product-img img {
    width: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .container.product .inner .product-table-wrap table td.product-img img {
    width: 240px;
  }
}
.container.product .inner .product-table-wrap table td {
  /* 2-3. 제품 정보 셀 (텍스트 좌측 정렬) */
}
.container.product .inner .product-table-wrap table td.product-info {
  text-align: left;
}
.container.product .inner .product-table-wrap table td.product-info {
  padding-left: 4.6875vw;
}
@media (min-width: 641px) {
  .container.product .inner .product-table-wrap table td.product-info {
    padding-left: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .product-table-wrap table td.product-info {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .container.product .inner .product-table-wrap table td.product-info {
    padding-left: 50px;
  }
}
.container.product .inner .product-table-wrap table td.product-info strong {
  display: block;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
}
.container.product .inner .product-table-wrap table td.product-info strong {
  margin-bottom: 1.875vw;
}
@media (min-width: 641px) {
  .container.product .inner .product-table-wrap table td.product-info strong {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .product-table-wrap table td.product-info strong {
    margin-bottom: 8px;
  }
}
.container.product .inner .product-table-wrap table td.product-info strong {
  font-size: 4.375vw;
}
@media (min-width: 641px) {
  .container.product .inner .product-table-wrap table td.product-info strong {
    font-size: 1.1667rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .product-table-wrap table td.product-info strong {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .container.product .inner .product-table-wrap table td.product-info strong {
    margin-bottom: 12px;
    font-size: 28px;
  }
}
.container.product .inner .product-table-wrap table td.product-info span {
  display: block;
  color: #888;
}
.container.product .inner .product-table-wrap table td.product-info span {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .container.product .inner .product-table-wrap table td.product-info span {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .container.product .inner .product-table-wrap table td.product-info span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .container.product .inner .product-table-wrap table td.product-info span {
    font-size: 24px;
  }
}

.container.complete {
  background-image: url("/static/images/endbg2@m.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .container.complete {
    background-image: url("/static/images/endbg2.jpg");
    background-position: center top;
    background-size: cover;
  }
}
.container.complete .bi-title {
  position: relative;
  width: 100%;
  margin: auto;
}
.container.complete .bi-title {
  max-width: 66.4063vw;
}
@media (min-width: 641px) {
  .container.complete .bi-title {
    max-width: 17.7083rem;
  }
}
@media (min-width: 1200px) {
  .container.complete .bi-title {
    max-width: 283px;
  }
}
.container.complete .bi-title img {
  max-width: 100%;
}

.register .inner {
  padding: 13.2813vw 0;
}
@media (min-width: 641px) {
  .register .inner {
    padding: 3.5417rem 0;
  }
}
@media (min-width: 1200px) {
  .register .inner {
    padding: 57px 0;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner {
    padding: 120px 0;
  }
}
.register .inner .title-row {
  margin-top: 0;
}
.register .inner .title-row {
  margin-bottom: 7.8125vw;
}
@media (min-width: 641px) {
  .register .inner .title-row {
    margin-bottom: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .title-row {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .title-row {
    margin-bottom: 110px;
  }
}
.register .inner .title-row h3 {
  color: #000;
}
.register .inner .title-row h3 {
  font-size: 7.8125vw;
}
@media (min-width: 641px) {
  .register .inner .title-row h3 {
    font-size: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .title-row h3 {
    font-size: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .title-row h3 {
    font-size: 60px;
  }
}
.register .inner .step-row .top, .register .inner .step-row .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.register .inner .step-row .top, .register .inner .step-row .bottom {
  gap: 8.5938vw;
}
@media (min-width: 641px) {
  .register .inner .step-row .top, .register .inner .step-row .bottom {
    gap: 2.2917rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .step-row .top, .register .inner .step-row .bottom {
    gap: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .step-row .top, .register .inner .step-row .bottom {
    gap: 190px;
  }
}
.register .inner .step-row .top li, .register .inner .step-row .bottom li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.register .inner .step-row .top li, .register .inner .step-row .bottom li {
  width: 20.7031vw;
}
@media (min-width: 641px) {
  .register .inner .step-row .top li, .register .inner .step-row .bottom li {
    width: 5.5208rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .step-row .top li, .register .inner .step-row .bottom li {
    width: 88px;
  }
}
.register .inner .step-row .top li, .register .inner .step-row .bottom li {
  gap: 0.9375vw;
}
@media (min-width: 641px) {
  .register .inner .step-row .top li, .register .inner .step-row .bottom li {
    gap: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .step-row .top li, .register .inner .step-row .bottom li {
    gap: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .step-row .top li, .register .inner .step-row .bottom li {
    width: 230px;
    gap: 10px;
  }
}
.register .inner .step-row .top li strong, .register .inner .step-row .bottom li strong {
  color: #000;
  font-weight: 700;
}
.register .inner .step-row .top li strong, .register .inner .step-row .bottom li strong {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .register .inner .step-row .top li strong, .register .inner .step-row .bottom li strong {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .step-row .top li strong, .register .inner .step-row .bottom li strong {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .step-row .top li strong, .register .inner .step-row .bottom li strong {
    font-size: 40px;
  }
}
.register .inner .step-row .top li span, .register .inner .step-row .bottom li span {
  position: relative;
  background: #4cbced;
  color: #000;
  font-weight: 700;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register .inner .step-row .top li span, .register .inner .step-row .bottom li span {
  width: 4.6875vw;
}
@media (min-width: 641px) {
  .register .inner .step-row .top li span, .register .inner .step-row .bottom li span {
    width: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .step-row .top li span, .register .inner .step-row .bottom li span {
    width: 20px;
  }
}
.register .inner .step-row .top li span, .register .inner .step-row .bottom li span {
  height: 4.6875vw;
}
@media (min-width: 641px) {
  .register .inner .step-row .top li span, .register .inner .step-row .bottom li span {
    height: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .step-row .top li span, .register .inner .step-row .bottom li span {
    height: 20px;
  }
}
.register .inner .step-row .top li span, .register .inner .step-row .bottom li span {
  border-radius: 4.6875vw;
}
@media (min-width: 641px) {
  .register .inner .step-row .top li span, .register .inner .step-row .bottom li span {
    border-radius: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .step-row .top li span, .register .inner .step-row .bottom li span {
    border-radius: 20px;
  }
}
.register .inner .step-row .top li span, .register .inner .step-row .bottom li span {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .register .inner .step-row .top li span, .register .inner .step-row .bottom li span {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .step-row .top li span, .register .inner .step-row .bottom li span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .step-row .top li span, .register .inner .step-row .bottom li span {
    width: 52px;
    height: 52px;
    border-radius: 52px;
    font-size: 40px;
  }
}
.register .inner .step-row .top li:before, .register .inner .step-row .bottom li:before {
  content: "";
  position: absolute;
  height: 1.5px;
  background: #000;
  z-index: 1;
  opacity: 0.5;
}
.register .inner .step-row .top li:before, .register .inner .step-row .bottom li:before {
  width: 14.0625vw;
}
@media (min-width: 641px) {
  .register .inner .step-row .top li:before, .register .inner .step-row .bottom li:before {
    width: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .step-row .top li:before, .register .inner .step-row .bottom li:before {
    width: 60px;
  }
}
.register .inner .step-row .top li:before, .register .inner .step-row .bottom li:before {
  top: 2.5vw;
}
@media (min-width: 641px) {
  .register .inner .step-row .top li:before, .register .inner .step-row .bottom li:before {
    top: 0.6667rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .step-row .top li:before, .register .inner .step-row .bottom li:before {
    top: 11px;
  }
}
.register .inner .step-row .top li:before, .register .inner .step-row .bottom li:before {
  left: 12.5vw;
}
@media (min-width: 641px) {
  .register .inner .step-row .top li:before, .register .inner .step-row .bottom li:before {
    left: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .step-row .top li:before, .register .inner .step-row .bottom li:before {
    left: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .step-row .top li:before, .register .inner .step-row .bottom li:before {
    top: 30px;
    width: 200px;
    left: 160px;
    height: 2px;
    opacity: 0.25;
  }
}
.register .inner .step-row .top li:nth-of-type(3):before, .register .inner .step-row .bottom li:nth-of-type(3):before {
  display: none;
}
.register .inner .step-row .bottom {
  align-items: flex-start;
}
.register .inner .step-row .bottom li {
  font-weight: 500;
}
.register .inner .step-row .bottom li {
  font-size: 3.125vw;
}
@media (min-width: 641px) {
  .register .inner .step-row .bottom li {
    font-size: 0.8333rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .step-row .bottom li {
    font-size: 13px;
  }
}
.register .inner .step-row .bottom li:before {
  display: none;
}
@media screen and (min-width: 1200px) {
  .register .inner .step-row .bottom li {
    font-size: 34px;
  }
}
.register .inner .step-row > p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.register .inner .step-row > p {
  margin-top: 7.0313vw;
}
@media (min-width: 641px) {
  .register .inner .step-row > p {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .step-row > p {
    margin-top: 30px;
  }
}
.register .inner .step-row > p {
  gap: 1.875vw;
}
@media (min-width: 641px) {
  .register .inner .step-row > p {
    gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .step-row > p {
    gap: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .step-row > p {
    margin-top: 75px;
    gap: 20px;
  }
}
.register .inner .step-row > p strong {
  background: #000;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register .inner .step-row > p strong {
  padding: 0vw 1.875vw;
}
@media (min-width: 641px) {
  .register .inner .step-row > p strong {
    padding: 0rem 0.5rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .step-row > p strong {
    padding: 0px 8px;
  }
}
.register .inner .step-row > p strong {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .register .inner .step-row > p strong {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .step-row > p strong {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .step-row > p strong {
    padding: 0 15px;
    font-size: 36px;
  }
}
.register .inner .step-row > p span {
  color: #000;
  font-weight: 800;
}
.register .inner .step-row > p span {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .register .inner .step-row > p span {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .step-row > p span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .step-row > p span {
    font-size: 42px;
  }
}
.register .inner .form-box {
  position: relative;
  background: #fff;
  width: 87.5%;
  margin: auto;
}
.register .inner .form-box {
  margin-top: 7.8125vw;
}
@media (min-width: 641px) {
  .register .inner .form-box {
    margin-top: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box {
    margin-top: 33px;
  }
}
.register .inner .form-box {
  border-radius: 2.5vw;
}
@media (min-width: 641px) {
  .register .inner .form-box {
    border-radius: 0.6667rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box {
    border-radius: 11px;
  }
}
.register .inner .form-box {
  padding: 9.375vw;
}
@media (min-width: 641px) {
  .register .inner .form-box {
    padding: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .form-box {
    margin-top: 100px;
    padding: 60px;
    width: 100%;
    max-width: 1200px;
    border-radius: 22px;
  }
}
.register .inner .form-box h3 {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  line-height: 1.5;
  padding: 0.1em 0;
  font-weight: 700;
  color: #4cbced;
  border-bottom: 2px solid #4cbced;
}
.register .inner .form-box h3 {
  font-size: 5vw;
}
@media (min-width: 641px) {
  .register .inner .form-box h3 {
    font-size: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box h3 {
    font-size: 21px;
  }
}
.register .inner .form-box h3 {
  padding-bottom: 1.875vw;
}
@media (min-width: 641px) {
  .register .inner .form-box h3 {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box h3 {
    padding-bottom: 8px;
  }
}
.register .inner .form-box h3 {
  margin-bottom: 5vw;
}
@media (min-width: 641px) {
  .register .inner .form-box h3 {
    margin-bottom: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box h3 {
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .form-box h3 {
    font-size: 34px;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
}
.register .inner .form-box h3:nth-of-type(2) {
  margin-top: 12.5vw;
}
@media (min-width: 641px) {
  .register .inner .form-box h3:nth-of-type(2) {
    margin-top: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box h3:nth-of-type(2) {
    margin-top: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .form-box h3:nth-of-type(2) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .form-box .form-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .register .inner .form-box .form-group .form-row {
    width: 48%;
  }
}
.register .inner .form-box .form-group .form-row {
  margin-bottom: 5vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group .form-row {
    margin-bottom: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group .form-row {
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .form-box .form-group .form-row {
    margin-bottom: 48px;
  }
}
.register .inner .form-box .form-group .form-row.check {
  gap: 1.5625vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group .form-row.check {
    gap: 0.4167rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group .form-row.check {
    gap: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .form-box .form-group .form-row.check {
    gap: 12px;
  }
}
.register .inner .form-box .form-group .form-row.check .check-box + p {
  color: #616161;
}
.register .inner .form-box .form-group .form-row.check .check-box + p {
  font-size: 3.2813vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group .form-row.check .check-box + p {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group .form-row.check .check-box + p {
    font-size: 14px;
  }
}
.register .inner .form-box .form-group .form-row.check .check-box + p {
  padding-left: 6.25vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group .form-row.check .check-box + p {
    padding-left: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group .form-row.check .check-box + p {
    padding-left: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .form-box .form-group .form-row.check .check-box + p {
    font-size: 22px;
    padding-left: 24px;
  }
}
.register .inner .form-box .form-group .addr1 #btn-zip-search {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register .inner .form-box .form-group .addr1 #btn-zip-search {
  gap: 0.9375vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group .addr1 #btn-zip-search {
    gap: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group .addr1 #btn-zip-search {
    gap: 4px;
  }
}
.register .inner .form-box .form-group .addr1 #btn-zip-search {
  height: 12.5vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group .addr1 #btn-zip-search {
    height: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group .addr1 #btn-zip-search {
    height: 53px;
  }
}
.register .inner .form-box .form-group .addr1 #btn-zip-search {
  padding: 0vw 5vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group .addr1 #btn-zip-search {
    padding: 0rem 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group .addr1 #btn-zip-search {
    padding: 0px 21px;
  }
}
@media screen and (min-width: 480px) {
  .register .inner .form-box .form-group .addr1 #btn-zip-search {
    height: 64px;
    gap: 4px;
  }
}
.register .inner .form-box .form-group .addr1 #btn-zip-search .icon-svg {
  --search-stroke: #2B2B2B;
}
.register .inner .form-box .form-group .addr1 #btn-zip-search .icon-svg {
  width: 4.0625vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group .addr1 #btn-zip-search .icon-svg {
    width: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group .addr1 #btn-zip-search .icon-svg {
    width: 17px;
  }
}
.register .inner .form-box .form-group .addr1 #btn-zip-search .icon-svg {
  height: 4.0625vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group .addr1 #btn-zip-search .icon-svg {
    height: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group .addr1 #btn-zip-search .icon-svg {
    height: 17px;
  }
}
.register .inner .form-box .form-group .addr1 #btn-zip-search .icon-svg svg {
  width: 100%;
  height: 100%;
}
.register .inner .form-box .form-group .addr1 #btn-zip-search strong {
  font-weight: 600;
  color: #2B2B2B;
}
.register .inner .form-box .form-group .addr1 #btn-zip-search strong {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group .addr1 #btn-zip-search strong {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group .addr1 #btn-zip-search strong {
    font-size: 16px;
  }
}
.register .inner .form-box .form-group .addr1 input.error + #btn-zip-search {
  bottom: 7.8125vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group .addr1 input.error + #btn-zip-search {
    bottom: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group .addr1 input.error + #btn-zip-search {
    bottom: 33px;
  }
}
.register .inner .form-box .form-group .addr2 {
  flex-flow: wrap;
}
@media screen and (min-width: 1200px) {
  .register .inner .form-box .form-group .addr2 {
    flex-flow: nowrap;
  }
}
.register .inner .form-box .form-group .addr2 .form-row {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .register .inner .form-box .form-group .addr2 .form-row {
    width: 48%;
  }
}
.register .inner .form-box .form-group .addr2 .form-row:nth-child(1) {
  margin-bottom: 5vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group .addr2 .form-row:nth-child(1) {
    margin-bottom: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group .addr2 .form-row:nth-child(1) {
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 480px) {
  .register .inner .form-box .form-group .addr2 .form-row:nth-child(1) {
    margin-bottom: 16px;
  }
}
.register .inner .form-box .form-group .check-box {
  align-items: flex-start;
}
.register .inner .form-box .form-group .check-box input {
  flex-shrink: 0;
}
.register .inner .form-box .form-group .check-box input {
  margin-top: 0.7813vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group .check-box input {
    margin-top: 0.2083rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group .check-box input {
    margin-top: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .form-box .form-group .check-box input {
    margin-top: 8px;
  }
}
.register .inner .form-box .form-group .check-box label {
  color: #000;
  font-weight: 500;
}
.register .inner .form-box .form-group .check-box label {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group .check-box label {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group .check-box label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .form-box .form-group .check-box label {
    font-size: 24px;
  }
}
.register .inner .form-box .form-group:nth-of-type(2) {
  flex-flow: wrap;
}
.register .inner .form-box .form-group:nth-of-type(2) .group {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .register .inner .form-box .form-group:nth-of-type(2) .addr1 .form-row {
    margin-bottom: 24px;
  }
}
.register .inner .form-box .form-group:nth-of-type(2) .addr2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 1200px) {
  .register .inner .form-box .form-group:nth-of-type(2) .addr2 .form-row {
    margin-bottom: 48px;
  }
}
.register .inner .form-box .form-group:nth-of-type(5) {
  padding-bottom: 5vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group:nth-of-type(5) {
    padding-bottom: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group:nth-of-type(5) {
    padding-bottom: 21px;
  }
}
.register .inner .form-box .form-group:nth-of-type(5) .file-msg {
  display: none;
  width: 100%;
  text-align: left;
  color: #F82417;
  font-weight: 500;
}
.register .inner .form-box .form-group:nth-of-type(5) .file-msg {
  padding-left: 1.875vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group:nth-of-type(5) .file-msg {
    padding-left: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group:nth-of-type(5) .file-msg {
    padding-left: 8px;
  }
}
.register .inner .form-box .form-group:nth-of-type(5) .file-msg {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group:nth-of-type(5) .file-msg {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group:nth-of-type(5) .file-msg {
    font-size: 16px;
  }
}
.register .inner .form-box .form-group:nth-of-type(5) .file-msg.show {
  display: block;
}
@media screen and (min-width: 1200px) {
  .register .inner .form-box .form-group:nth-of-type(5) {
    padding-bottom: 64px;
    flex-flow: wrap;
  }
  .register .inner .form-box .form-group:nth-of-type(5) .form-row {
    margin-bottom: 16px;
  }
  .register .inner .form-box .form-group:nth-of-type(5) .file-msg {
    text-align: right;
    padding-left: 0;
    padding-right: 140px;
    font-size: 20px;
  }
}
.register .inner .form-box .form-group:nth-of-type(6) {
  border-top: 2px solid #4cbced;
}
.register .inner .form-box .form-group:nth-of-type(6) {
  padding-top: 5vw;
}
@media (min-width: 641px) {
  .register .inner .form-box .form-group:nth-of-type(6) {
    padding-top: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .form-box .form-group:nth-of-type(6) {
    padding-top: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .form-box .form-group:nth-of-type(6) {
    padding-top: 32px;
    flex-flow: wrap;
  }
  .register .inner .form-box .form-group:nth-of-type(6) .check {
    width: 100%;
  }
}
.register .inner .notice {
  position: relative;
  width: 80%;
}
.register .inner .notice {
  margin: 9.375vw auto 0vw auto;
}
@media (min-width: 641px) {
  .register .inner .notice {
    margin: 2.5rem auto 0rem auto;
  }
}
@media (min-width: 1200px) {
  .register .inner .notice {
    margin: 40px auto 0px auto;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .notice {
    margin: 80px auto 0 auto;
    width: 100%;
    max-width: 1140px;
  }
}
.register .inner .notice ul {
  flex-flow: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.register .inner .notice ul {
  gap: 2.3438vw;
}
@media (min-width: 641px) {
  .register .inner .notice ul {
    gap: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .notice ul {
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .notice ul {
    gap: 20px;
  }
}
.register .inner .notice ul li {
  position: relative;
  width: 100%;
}
.register .inner .notice ul li {
  font-size: 3.4375vw;
}
@media (min-width: 641px) {
  .register .inner .notice ul li {
    font-size: 0.9167rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .notice ul li {
    font-size: 15px;
  }
}
.register .inner .notice ul li {
  padding-left: 3.75vw;
}
@media (min-width: 641px) {
  .register .inner .notice ul li {
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .notice ul li {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .notice ul li {
    font-weight: 500;
    font-size: 28px;
    padding-left: 24px;
  }
}
.register .inner .notice ul li:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #000;
}
.register .inner .notice ul li:before {
  left: 0.9375vw;
}
@media (min-width: 641px) {
  .register .inner .notice ul li:before {
    left: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .notice ul li:before {
    left: 4px;
  }
}
.register .inner .notice ul li:before {
  top: 2.1875vw;
}
@media (min-width: 641px) {
  .register .inner .notice ul li:before {
    top: 0.5833rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .notice ul li:before {
    top: 9px;
  }
}
.register .inner .notice ul li:before {
  width: 0.625vw;
}
@media (min-width: 641px) {
  .register .inner .notice ul li:before {
    width: 0.1667rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .notice ul li:before {
    width: 3px;
  }
}
.register .inner .notice ul li:before {
  height: 0.625vw;
}
@media (min-width: 641px) {
  .register .inner .notice ul li:before {
    height: 0.1667rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .notice ul li:before {
    height: 3px;
  }
}
.register .inner .notice ul li:before {
  border-radius: 0.625vw;
}
@media (min-width: 641px) {
  .register .inner .notice ul li:before {
    border-radius: 0.1667rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .notice ul li:before {
    border-radius: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .notice ul li:before {
    left: 6px;
    top: 18px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
  }
}
.register .inner .btn-row {
  margin-top: 9.375vw;
}
@media (min-width: 641px) {
  .register .inner .btn-row {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .btn-row {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .btn-row {
    margin-top: 80px;
  }
}
.register .inner .btn-row a {
  margin: auto;
  color: #fff;
  font-weight: 700;
  background: url("/static/images/bg_btn3.png") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register .inner .btn-row a {
  width: 47.9492vw;
}
@media (min-width: 641px) {
  .register .inner .btn-row a {
    width: 12.7865rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .btn-row a {
    width: 205px;
  }
}
.register .inner .btn-row a {
  height: 12.5vw;
}
@media (min-width: 641px) {
  .register .inner .btn-row a {
    height: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .btn-row a {
    height: 53px;
  }
}
.register .inner .btn-row a {
  font-size: 5vw;
}
@media (min-width: 641px) {
  .register .inner .btn-row a {
    font-size: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .register .inner .btn-row a {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .register .inner .btn-row a {
    width: 453px;
    height: 123px;
    font-size: 56px;
    background-size: contain;
  }
}
.register .inner .form-product-item button span {
  color: #999;
}
.register .footer {
  background: #4cbced;
}
.register .footer img {
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 1200px) {
  .register .footer img {
    width: 137px;
  }
}

/* 한장씩 넘겨지는 카운트다운 */
.flip-countdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.flip-countdown {
  padding: 2.3438vw;
}
@media (min-width: 641px) {
  .flip-countdown {
    padding: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .flip-countdown {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .flip-countdown {
    padding: 0;
    overflow: visible;
  }
}
.flip-countdown .flip-card {
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.flip-countdown .flip-card {
  width: 17.8906vw;
}
@media (min-width: 641px) {
  .flip-countdown .flip-card {
    width: 4.7708rem;
  }
}
@media (min-width: 1200px) {
  .flip-countdown .flip-card {
    width: 76px;
  }
}
.flip-countdown .flip-card {
  height: 16.875vw;
}
@media (min-width: 641px) {
  .flip-countdown .flip-card {
    height: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .flip-countdown .flip-card {
    height: 72px;
  }
}
.flip-countdown .flip-card {
  border-radius: 2.3438vw;
}
@media (min-width: 641px) {
  .flip-countdown .flip-card {
    border-radius: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .flip-countdown .flip-card {
    border-radius: 10px;
  }
}
.flip-countdown .flip-card {
  perspective: 31.25vw;
}
@media (min-width: 641px) {
  .flip-countdown .flip-card {
    perspective: 8.3333rem;
  }
}
@media (min-width: 1200px) {
  .flip-countdown .flip-card {
    perspective: 133px;
  }
}
@media screen and (min-width: 640px) {
  .flip-countdown .flip-card {
    width: 26.8359vw;
  }
  .flip-countdown .flip-card {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .flip-countdown .flip-card {
    width: 7.1563rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .flip-countdown .flip-card {
    width: 115px;
  }
}
@media screen and (min-width: 640px) {
  .flip-countdown .flip-card {
    height: 25.3125vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .flip-countdown .flip-card {
    height: 6.75rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .flip-countdown .flip-card {
    height: 108px;
  }
}
@media screen and (min-width: 1200px) {
  .flip-countdown .flip-card {
    width: 196px;
    height: 184px;
    border-radius: 10px;
    perspective: 400px;
  }
}
.flip-countdown .flip-card .top, .flip-countdown .flip-card .bottom, .flip-countdown .flip-card .flap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
  font-family: "D-DINCondensed", sans-serif;
}
.flip-countdown .flip-card .top, .flip-countdown .flip-card .bottom, .flip-countdown .flip-card .flap {
  font-size: 14.0625vw;
}
@media (min-width: 641px) {
  .flip-countdown .flip-card .top, .flip-countdown .flip-card .bottom, .flip-countdown .flip-card .flap {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .flip-countdown .flip-card .top, .flip-countdown .flip-card .bottom, .flip-countdown .flip-card .flap {
    font-size: 60px;
  }
}
.flip-countdown .flip-card .top, .flip-countdown .flip-card .bottom, .flip-countdown .flip-card .flap {
  border-radius: 1.875vw;
}
@media (min-width: 641px) {
  .flip-countdown .flip-card .top, .flip-countdown .flip-card .bottom, .flip-countdown .flip-card .flap {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .flip-countdown .flip-card .top, .flip-countdown .flip-card .bottom, .flip-countdown .flip-card .flap {
    border-radius: 8px;
  }
}
@media screen and (min-width: 640px) {
  .flip-countdown .flip-card .top, .flip-countdown .flip-card .bottom, .flip-countdown .flip-card .flap {
    font-size: 21.0938vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .flip-countdown .flip-card .top, .flip-countdown .flip-card .bottom, .flip-countdown .flip-card .flap {
    font-size: 5.625rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .flip-countdown .flip-card .top, .flip-countdown .flip-card .bottom, .flip-countdown .flip-card .flap {
    font-size: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .flip-countdown .flip-card .top, .flip-countdown .flip-card .bottom, .flip-countdown .flip-card .flap {
    font-size: 180px;
    border-radius: 8px;
  }
}
.flip-countdown .flip-card .top, .flip-countdown .flip-card .flap.top {
  top: 0;
  line-height: 184px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transform-origin: bottom;
  background-color: #3362a9;
  color: #d9e2ef;
  /*background: linear-gradient(
      to bottom left, 
      lighten($flip-bg-top, 12%) 0%, 
      $flip-bg-top 50%, 
      darken($flip-bg-top, 10%) 100%
  );  */
}
.flip-countdown .flip-card .top, .flip-countdown .flip-card .flap.top {
  line-height: 16.875vw;
}
@media (min-width: 641px) {
  .flip-countdown .flip-card .top, .flip-countdown .flip-card .flap.top {
    line-height: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .flip-countdown .flip-card .top, .flip-countdown .flip-card .flap.top {
    line-height: 72px;
  }
}
@media screen and (min-width: 640px) {
  .flip-countdown .flip-card .top, .flip-countdown .flip-card .flap.top {
    line-height: 25.3125vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  .flip-countdown .flip-card .top, .flip-countdown .flip-card .flap.top {
    line-height: 6.75rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .flip-countdown .flip-card .top, .flip-countdown .flip-card .flap.top {
    line-height: 108px;
  }
}
@media screen and (min-width: 1200px) {
  .flip-countdown .flip-card .top, .flip-countdown .flip-card .flap.top {
    line-height: 184px;
  }
}
.flip-countdown .flip-card .bottom, .flip-countdown .flip-card .flap.bottom {
  bottom: 0;
  line-height: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transform-origin: top;
  background-color: #6fa0db;
  color: #fff;
  /*background: linear-gradient(
      to bottom left, 
      lighten($flip-bg-bottom, 12%) 0%, 
      $flip-bg-bottom 50%, 
      darken($flip-bg-bottom, 10%) 100%
  );*/
}
.flip-countdown .flip-card#days .top, .flip-countdown .flip-card#days .flap.top {
  background-color: #3263a9;
}
.flip-countdown .flip-card#days .bottom, .flip-countdown .flip-card#days .flap.bottom {
  background-color: #6b93d0;
}
.flip-countdown .flip-card#hours .top, .flip-countdown .flip-card#hours .flap.top {
  background-color: #396bae;
}
.flip-countdown .flip-card#hours .bottom, .flip-countdown .flip-card#hours .flap.bottom {
  background-color: #6e98d1;
}
.flip-countdown .flip-card #minutes .top, .flip-countdown .flip-card #minutes .flap.top {
  background-color: #406fb0;
}
.flip-countdown .flip-card #minutes .bottom, .flip-countdown .flip-card #minutes .flap.bottom {
  background-color: #719bd1;
}
.flip-countdown .flip-card#seconds .top, .flip-countdown .flip-card#seconds .flap.top {
  background-color: #4173b0;
}
.flip-countdown .flip-card#seconds .bottom, .flip-countdown .flip-card#seconds .flap.bottom {
  background-color: #739dd2;
}
.flip-countdown .flip-card:after, .flip-countdown .flip-card:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 42px;
  z-index: 20;
  transform: translateY(-50%);
  background: url("/static/images/ring.png") no-repeat center center;
}
.flip-countdown .flip-card:after, .flip-countdown .flip-card:before {
  width: 0.5469vw;
}
@media (min-width: 641px) {
  .flip-countdown .flip-card:after, .flip-countdown .flip-card:before {
    width: 0.1458rem;
  }
}
@media (min-width: 1200px) {
  .flip-countdown .flip-card:after, .flip-countdown .flip-card:before {
    width: 2px;
  }
}
.flip-countdown .flip-card:after, .flip-countdown .flip-card:before {
  height: 3.75vw;
}
@media (min-width: 641px) {
  .flip-countdown .flip-card:after, .flip-countdown .flip-card:before {
    height: 1rem;
  }
}
@media (min-width: 1200px) {
  .flip-countdown .flip-card:after, .flip-countdown .flip-card:before {
    height: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .flip-countdown .flip-card:after, .flip-countdown .flip-card:before {
    width: 6px;
    height: 42px;
  }
}
.flip-countdown .flip-card:before {
  left: auto;
  right: 0;
}
.flip-countdown .flip-card .line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #32619e;
  transform: translateY(-50%);
  z-index: 5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.flip-countdown .flip-card .flap {
  z-index: 10;
  backface-visibility: hidden;
}
.flip-countdown .flip-card .flap.top.fold {
  animation: flipTop 0.5s linear forwards;
}
.flip-countdown .flip-card .flap.bottom {
  transform: rotateX(90deg);
}
.flip-countdown .flip-card .flap.bottom.fold {
  animation: flipBottom 0.5s linear forwards;
}

@keyframes sparkling {
  0% {
    opacity: 0;
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    opacity: 1; /* 25% 구간에서 완전히 선명해짐 */
  }
  80% {
    opacity: 1; /* 80% 구간까지 선명함 유지 (이후부터 서서히 투명해짐) */
  }
  100% {
    opacity: 0;
    transform: translateY(-15px) rotate(360deg); /* 위로 15px 둥둥 */
  }
}
@keyframes sparkling2 {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    opacity: 1; /* 25% 구간에서 완전히 선명해짐 */
  }
  80% {
    opacity: 1; /* 80% 구간까지 선명함 유지 (이후부터 서서히 투명해짐) */
  }
  100% {
    transform: translateY(-10px) rotate(180deg); /* 위로 15px 둥둥 */
  }
}
@keyframes floatingBalloon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px); /* 위로 15px 둥둥 */
  }
}
@keyframes flipTop {
  0% {
    transform: rotateX(0deg);
    filter: brightness(1);
  }
  50%, 100% {
    transform: rotateX(-90deg);
    filter: brightness(0.5);
  }
}
@keyframes flipBottom {
  0%, 50% {
    transform: rotateX(90deg);
    filter: brightness(0.5);
  }
  100% {
    transform: rotateX(0deg);
    filter: brightness(1);
  }
}
#balloon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
#balloon-container {
  height: 257.8125vw;
}
@media (min-width: 641px) {
  #balloon-container {
    height: 68.75rem;
  }
}
@media (min-width: 1200px) {
  #balloon-container {
    height: 1100px;
  }
}
@media screen and (min-width: 1200px) {
  #balloon-container {
    height: 2200px;
  }
}

.balloon-wrapper {
  position: absolute;
  top: 0;
  z-index: 10;
  animation: balloonRise linear forwards;
}
.balloon-wrapper {
  width: 11.875vw;
}
@media (min-width: 641px) {
  .balloon-wrapper {
    width: 3.1667rem;
  }
}
@media (min-width: 1200px) {
  .balloon-wrapper {
    width: 51px;
  }
}
.balloon-wrapper {
  height: 14.6875vw;
}
@media (min-width: 641px) {
  .balloon-wrapper {
    height: 3.9167rem;
  }
}
@media (min-width: 1200px) {
  .balloon-wrapper {
    height: 63px;
  }
}
@media screen and (min-width: 1200px) {
  .balloon-wrapper {
    width: 132px;
    height: 160px;
  }
}

.balloon {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  transform-origin: center center;
  animation: balloonSway 3s ease-in-out infinite alternate;
}
.balloon.popping {
  animation: balloonPop 0.05s ease-out forwards;
  pointer-events: none;
}

.particle {
  position: absolute;
  border-radius: 50%;
  z-index: 5;
  animation: particlePop 0.5s ease-out forwards;
}
.particle {
  width: 1.875vw;
}
@media (min-width: 641px) {
  .particle {
    width: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .particle {
    width: 8px;
  }
}
.particle {
  height: 1.875vw;
}
@media (min-width: 641px) {
  .particle {
    height: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .particle {
    height: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .particle {
    width: 8px;
    height: 8px;
  }
}

@keyframes balloonRise {
  0% {
    top: 100%;
    transform: scale(var(--b-scale, 1));
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    top: -20%;
    transform: scale(var(--b-scale, 1));
    opacity: 1;
  }
}
@keyframes balloonSway {
  0% {
    transform: translateX(-15px) rotate(-4deg);
  }
  100% {
    transform: translateX(15px) rotate(4deg);
  }
}
@keyframes balloonPop {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  10% {
    transform: scale(1.8);
    opacity: 0.5;
  }
  20% {
    transform: scale(1.7);
    opacity: 0;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes particlePop {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(calc(var(--rand-x) * 1px), calc(var(--rand-y) * 1px)) scale(0.5);
    opacity: 0;
  }
}
#confetti-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
  pointer-events: none;
}

.confetti-wrapper {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  will-change: transform;
  animation: confettiFall infinite linear;
}

.confetti-img {
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
}

@keyframes confettiFall {
  0% {
    top: -10rem;
    transform: translateX(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 60%;
    transform: translateX(calc(var(--rand-x) * 1px)) rotateX(var(--rand-rotate-x, 720deg)) rotateY(var(--rand-rotate-y, 360deg)) rotateZ(var(--rand-rotate-z, 180deg));
    opacity: 0;
  }
}
#complete .modal-layer {
  width: 90%;
  max-width: unset;
}
#complete .modal-layer {
  height: 93.75vw;
}
@media (min-width: 641px) {
  #complete .modal-layer {
    height: 25rem;
  }
}
@media (min-width: 1200px) {
  #complete .modal-layer {
    height: 400px;
  }
}
@media screen and (min-width: 640px) {
  #complete .modal-layer {
    height: 125vw;
  }
}
@media screen and (min-width: 640px) and (min-width: 641px) {
  #complete .modal-layer {
    height: 33.3333rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  #complete .modal-layer {
    height: 533px;
  }
}
@media screen and (min-width: 768px) {
  #complete .modal-layer {
    height: 156.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 641px) {
  #complete .modal-layer {
    height: 41.6667rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  #complete .modal-layer {
    height: 667px;
  }
}
@media screen and (min-width: 1200px) {
  #complete .modal-layer {
    height: 660px;
    max-width: 900px;
  }
}
#complete .modal-body {
  background: url("/static/images/endbg3.jpg") no-repeat center center;
  background-size: cover;
}
#complete .btn-close-modal {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#complete .btn-close-modal {
  top: 2.3438vw;
}
@media (min-width: 641px) {
  #complete .btn-close-modal {
    top: 0.625rem;
  }
}
@media (min-width: 1200px) {
  #complete .btn-close-modal {
    top: 10px;
  }
}
#complete .btn-close-modal {
  right: 2.3438vw;
}
@media (min-width: 641px) {
  #complete .btn-close-modal {
    right: 0.625rem;
  }
}
@media (min-width: 1200px) {
  #complete .btn-close-modal {
    right: 10px;
  }
}
#complete .btn-close-modal {
  width: 9.375vw;
}
@media (min-width: 641px) {
  #complete .btn-close-modal {
    width: 2.5rem;
  }
}
@media (min-width: 1200px) {
  #complete .btn-close-modal {
    width: 40px;
  }
}
#complete .btn-close-modal {
  height: 9.375vw;
}
@media (min-width: 641px) {
  #complete .btn-close-modal {
    height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  #complete .btn-close-modal {
    height: 40px;
  }
}
#complete .btn-close-modal {
  border-radius: 9.375vw;
}
@media (min-width: 641px) {
  #complete .btn-close-modal {
    border-radius: 2.5rem;
  }
}
@media (min-width: 1200px) {
  #complete .btn-close-modal {
    border-radius: 40px;
  }
}
#complete .txt-row {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
#complete .txt-row {
  bottom: 7.8125vw;
}
@media (min-width: 641px) {
  #complete .txt-row {
    bottom: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  #complete .txt-row {
    bottom: 33px;
  }
}
@media screen and (min-width: 1200px) {
  #complete .txt-row {
    bottom: 40px;
  }
}
#complete .txt-row strong {
  text-align: center;
  font-weight: 500;
  display: block;
  color: #fff;
}
#complete .txt-row strong {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  #complete .txt-row strong {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  #complete .txt-row strong {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  #complete .txt-row strong {
    font-size: 28px;
  }
}
#complete .txt-row p {
  text-align: center;
  font-weight: 700;
  display: block;
  color: #fff;
}
#complete .txt-row p {
  font-size: 5vw;
}
@media (min-width: 641px) {
  #complete .txt-row p {
    font-size: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  #complete .txt-row p {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  #complete .txt-row p {
    font-size: 32px;
  }
}