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

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

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

button span,
a {
  color: #ffffff;
}

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

body,
ul,
li,
button {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}

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

img {
  border: 0;
}

p {
  margin: 0;
}

button {
  position: relative;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  color: rgba(60, 44, 36, 0.8);
}

button span {
  z-index: 10;
}

.hover {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
}

button:hover > .hover {
  background: rgba(0, 0, 0, 0.12);
}

/* typography */
.h1 {
  font-size: 31px;
  line-height: 135%;
}
.h2 {
  font-size: 22px;
  line-height: 135%;
}
.h3 {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.03em;
}
.h4 {
  font-size: 15px;
  line-height: 135%;
}
.caption1 {
  font-size: 17px;
  line-height: 135%;
}
.caption2 {
  font-size: 13px;
  line-height: 18px;
}

.opacity_50 {
  opacity: 0.5;
}
.opacity_55 {
  opacity: 0.55;
}
.opacity_60 {
  opacity: 0.6;
}
.opacity_80 {
  opacity: 0.8;
}
.opacity_88 {
  opacity: 0.88;
}
.opacity_90 {
  opacity: 0.9;
}
.mid {
  font-weight: 500;
}
.semi_bold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.ext_bold {
  font-weight: 900 !important;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.break_all {
  word-break: break-all;
}

/* color  */
body {
  background-color: #f2f0ed;
  color: #111111;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.black2 {
  color: #111111;
}
.black3 {
  color: #333333;
}
.black4 {
  color: #444444;
}
.green {
  color: #007a83;
}
.orange {
  color: #f05000;
}

/* box */
.min_wrap {
  min-width: 360px;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}
.container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.flex_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.only_pc {
  display: block;
}
.only_mo {
  display: none;
}

.x_center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.relative {
  position: relative;
}

.main_wrap {
  width: 100%;
  max-width: 504px;
  height: 840px;
  position: relative;
}
.top_fix_wrap {
  width: 100%;
  max-width: 504px;
  position: absolute;
  top: 0px;
  margin: 0 auto;
  padding-top: 63px;
}
.prev_wrap {
  width: 436.8px;
  height: 58.8px;
  position: absolute;
  top: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
.prev_button {
  width: 58.8px;
  height: 58.8px;
  background-color: #ffffff;
  border-radius: 50%;
}
.prev_button img {
  width: 28px;
  height: 28px;
}

/* start */
.start_wrap {
  width: 100%;
  overflow: hidden;
  background-color: #efedea;
  min-height: 100vh;
  justify-content: flex-end;
}
.start_wrap .main_wrap {
  justify-content: flex-end;
}
.start_sub_title {
  border-radius: 1398px;
  padding: 5.6px 12px 4.2px 12px;
  background-color: #049b99;
  margin-bottom: 29px;
}
.start_title {
  width: 400px;
  gap: 11.2px;
}
.start_title > .flex_row {
  gap: 12.6px;
}
.start_title > .flex_row img {
  width: auto;
  height: 56px;
}
.title_2 {
  width: auto;
  height: 56px;
}
#start_btn {
  width: 436.8px;
  height: 78.4px;
  position: absolute;
  bottom: 80px;
  left: 33.6px;
  background-color: #00dedc;
}
.card_wrap {
  width: 352.8px;
  height: 288.4px;
  position: absolute;
  top: 552px;
  left: 75.6px;
  border-top-right-radius: 18.44px;
  border-top-left-radius: 18.44px;
  overflow: hidden;
}
.card_line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.card_chip {
  width: 56px;
  height: 75.6px;
  position: absolute;
  top: 42px;
  left: 148px;
}
.card_logo {
  width: 67.2px;
  height: 60.2px;
  top: 29.02px;
  left: 263px;
  position: absolute;
}
.card_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  box-shadow: 4.61px 36.88px 43.8px 0px #ffffff80;
  backdrop-filter: blur(42px);
  background: -webkit-radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(224, 249, 255, 0.2) 0%, rgba(110, 191, 244, 0.0447917) 77.08%, rgba(70, 144, 213, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
  background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(224, 249, 255, 0.2) 0%, rgba(110, 191, 244, 0.0447917) 77.08%, rgba(70, 144, 213, 0) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
}

.ripple_box {
  width: 1047.2px;
  height: 1047.2px;
  position: absolute;
  top: 15.4px;
  border-radius: 13998.6px;
}
.circle-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.circle-box .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 0px solid #c4c3c033;
  /* border: 2.1px solid #C4C3C033; */
  animation: ripple 2s infinite;
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
  opacity: 1;
  transition: all 0.3s;
}
.circle-box .circle-1 {
}
.circle-box .circle-2 {
  animation-delay: 0.2s;
}
.circle-box .circle-3 {
  animation-delay: 0.5s;
}
.circle-box .circle-4 {
  animation-delay: 0.7s;
}
.circle-box .circle-5 {
  animation-delay: 0.9s;
}
@keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0);
    border-width: 7px;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(1);
    border-width: 2px;
  }
}

.back_money {
  position: absolute;
  width: 231px;
  height: auto;
  top: 578.2px;
  left: 95.2px;
}
.back_cart {
  position: absolute;
  width: 113.4px;
  height: auto;
  top: 673.4px;
  left: 285.6px;
}

.masked_circle {
  width: 742px;
  height: 742px;
  position: absolute;
  top: 407.4px;
  left: -119px;
  opacity: 66%;
  border-radius: 139998.59px;
  backdrop-filter: blur(252px);
  /* background: #f2f0ed; */
  background: linear-gradient(180deg, rgba(223, 221, 218, 0.3) 29.4%, rgba(146, 127, 86, 0.3) 63.81%);
  mask-image: linear-gradient(180deg, rgba(223, 221, 218, 0.3) 29.4%, rgba(146, 127, 86, 0.3) 63.81%);
  -webkit-mask-image: linear-gradient(180deg, rgba(223, 221, 218, 0.3) 29.4%, rgba(146, 127, 86, 0.3) 63.81%);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
}

.delay_img1 {
  animation-delay: 0.1s !important;
}
.delay_img2 {
  animation-delay: 0.14s !important;
}
.delay_img3 {
  animation-delay: 0.2s !important;
}
.moving {
  position: absolute;
  top: 594px;
  /* left: 910px; */
  left: calc(50% - 50px);
}

.img_7_shopping {
  width: 92.4px;
  height: auto;
}
.loaded .img_7_shopping {
  animation: moveTo_img_7_shopping 1s ease-in-out forwards;
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
@keyframes moveTo_img_7_shopping {
  to {
    top: 337px;
    left: 309px;
  }
}
.img_2_1_bag {
  width: 205.8px;
  height: 273px;
}
.loaded .img_2_1_bag {
  animation: moveTo_img_2_1_bag 1s ease-in-out forwards;
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
@keyframes moveTo_img_2_1_bag {
  to {
    top: 302px;
    left: 97px;
  }
}
.img_2_3_bag {
  width: 133px;
  height: auto;
}
.loaded .img_2_3_bag {
  animation: moveTo_img_2_3_bag 1s ease-in-out forwards;
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
@keyframes moveTo_img_2_3_bag {
  to {
    top: 358px;
    left: 218px;
  }
}
.img_2_2_bag {
  width: 170.8px;
  height: auto;
}
.loaded .img_2_2_bag {
  animation: moveTo_img_2_2_bag 1s ease-in-out forwards;
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
@keyframes moveTo_img_2_2_bag {
  to {
    top: 431px;
    left: 155px;
  }
}
.img_6_1_money {
  width: 99.4px;
  height: 92.4px;
}
.loaded .img_6_1_money {
  animation: moveTo_img_6_1_money 1s ease-in-out forwards;
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
@keyframes moveTo_img_6_1_money {
  to {
    top: 494px;
    left: 102px;
  }
}
.img_5_trip {
  width: 119px;
  height: auto;
}
.loaded .img_5_trip {
  animation: moveTo_img_5_trip 1s ease-in-out forwards;
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
@keyframes moveTo_img_5_trip {
  to {
    top: 431px;
    left: 329px;
  }
}
.img_3_golf {
  width: 72.8px;
  height: 78.4px;
}
.loaded .img_3_golf {
  animation: moveTo_img_3_golf 1s ease-in-out forwards;
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
@keyframes moveTo_img_3_golf {
  to {
    top: 455px;
    left: 292.6px;
  }
}
.img_6_2_money {
  width: 95.2px;
  height: auto;
}
.loaded .img_6_2_money {
  animation: moveTo_img_6_2_money 1s ease-in-out forwards;
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
@keyframes moveTo_img_6_2_money {
  to {
    top: 420px;
    left: -14px;
  }
}
.img_8_plane {
  width: 113.4px;
  height: auto;
}
.loaded .img_8_plane {
  animation: moveTo_img_8_plane 1s ease-in-out forwards;
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
@keyframes moveTo_img_8_plane {
  to {
    top: 253px;
    left: 333px;
  }
}
.img_1_calender {
  width: 67.2px;
  height: auto;
}
.loaded .img_1_calender {
  animation: moveTo_img_1_calender 1s ease-in-out forwards;
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
@keyframes moveTo_img_1_calender {
  to {
    top: 286px;
    left: 193px;
  }
}
.img_9_ticket {
  width: 53.2px;
  height: 46.2px;
}
.loaded .img_9_ticket {
  animation: moveTo_img_9_ticket 1s ease-in-out forwards;
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
@keyframes moveTo_img_9_ticket {
  to {
    top: 417px;
    left: 125px;
  }
}
.img_4_split {
  width: 25.2px;
  height: 25.2px;
}
.loaded .img_4_split {
  animation: moveTo_img_4_split 1s ease-in-out forwards;
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
@keyframes moveTo_img_4_split {
  to {
    top: 440px;
    left: 284px;
  }
}

@keyframes gravity {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
@-o-keyframes gravity {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes gravity {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes gravity {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
.gravityAni {
  animation-name: gravity;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.delay_1 {
  animation-delay: 0.2s;
}
.delay_2 {
  animation-delay: 0.3s;
}
.delay_3 {
  animation-delay: 0.4s;
}
.delay_4 {
  animation-delay: 0.5s;
}

.kv_particle1 {
  position: absolute;
  width: 18.2px;
  height: 23.8px;
  top: 333px;
  left: 41px;
  /* animation: moveTo_particle_1 1s ease-in-out forwards; */
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
/* @keyframes moveTo_particle_1 {
  to {
  }
} */
.kv_particle2 {
  position: absolute;
  width: 29.4px;
  height: 18.2px;
  top: 401px;
  left: 120px;
  /* animation: moveTo_particle_2 1s ease-in-out forwards; */
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
/* @keyframes moveTo_particle_2 {
  to {
    top: 401px;
    left: 120px;
  }
} */
.kv_particle3 {
  position: absolute;
  width: 16.8px;
  height: 18.2px;
  top: 503px;
  left: 63px;
  /* animation: moveTo_particle_3 1s ease-in-out forwards; */
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
/* @keyframes moveTo_particle_3 {
  to {
    top: 503px;
    left: 63px;
  }
} */
.kv_particle4 {
  position: absolute;
  width: 19.6px;
  height: 21px;
  top: 349px;
  left: 248px;
  /* animation: moveTo_particle_4 1s ease-in-out forwards; */
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
/* @keyframes moveTo_particle_4 {
  to {
    top: 349px;
    left: 248px;
  }
} */
.kv_particle5 {
  position: absolute;
  width: 28px;
  height: 18.2px;
  top: 392px;
  left: 447px;
  /* animation: moveTo_particle_5 1s ease-in-out forwards; */
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
/* @keyframes moveTo_particle_5 {
  to {
    top: 392px;
    left: 447px;
  }
} */

.kv_split_3 {
  position: absolute;
  width: 117.6px;
  height: 117.6px;
  top: 688.8px;
  left: 422.8px;
}
.kv_split_2 {
  position: absolute;
  width: 109.2px;
  height: 109.2px;
  top: 471.8px;
  left: -28px;
}
.kv_split_1 {
  position: absolute;
  width: 77px;
  height: 77px;
  top: 112px;
  left: -12.6px;
}

/* question */
.question_wrap {
  display: none;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  justify-content: flex-end;
}
/* .question_wrap > .flex_col {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  justify-content: flex-end;
} */
.question_wrap .main_wrap {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  justify-content: flex-end;
}
.quest_cont {
  height: 100%;
  /* padding-top: 70px; */
  padding-bottom: 33.6px;
}
.quest_num_list {
  width: 145.6px;
  gap: 11.2px;
  justify-content: space-between;
  margin-bottom: 39px;
}
.quest_num_list .dot {
  width: 11.2px;
  height: 11.2px;
  background: #d9d9d9;
  border-radius: 50%;
}
.quest_num_list .dot .dot_num {
  display: none;
}
.question_wrap[data-quest-idx="1"] .dot:nth-child(1),
.question_wrap[data-quest-idx="2"] .dot:nth-child(2),
.question_wrap[data-quest-idx="3"] .dot:nth-child(3),
.question_wrap[data-quest-idx="4"] .dot:nth-child(4),
.question_wrap[data-quest-idx="5"] .dot:nth-child(5),
.question_wrap[data-quest-idx="6"] .dot:nth-child(6) {
  width: 33.6px;
  height: 44.8px;
  background: #007a83;
  border-radius: 1398.6px;
}
.question_wrap[data-quest-idx="1"] .dot:nth-child(1) .dot_num,
.question_wrap[data-quest-idx="2"] .dot:nth-child(2) .dot_num,
.question_wrap[data-quest-idx="3"] .dot:nth-child(3) .dot_num,
.question_wrap[data-quest-idx="4"] .dot:nth-child(4) .dot_num,
.question_wrap[data-quest-idx="5"] .dot:nth-child(5) .dot_num,
.question_wrap[data-quest-idx="6"] .dot:nth-child(6) .dot_num {
  display: block;
  font-size: 18.2px;
  line-height: 135%;
}

.quest_text {
  display: none;
}
.question_wrap[data-quest-idx="1"] .t1,
.question_wrap[data-quest-idx="2"] .t2,
.question_wrap[data-quest-idx="3"] .t3,
.question_wrap[data-quest-idx="4"] .t4,
.question_wrap[data-quest-idx="5"] .t5,
.question_wrap[data-quest-idx="6"] .t6 {
  display: block;
}

#img_gif {
  display: none;
}

.question_wrap[data-quest-idx="1"] .img_box,
.question_wrap[data-quest-idx="1"] #img_canvas,
.question_wrap[data-quest-idx="1"] #img_gif {
  width: 260px;
  height: 259px;
}
/* .question_wrap[data-quest-idx="1"] .img_box {
  margin-top: 50px;
} */
.question_wrap[data-quest-idx="2"] .img_box,
.question_wrap[data-quest-idx="2"] #img_canvas,
.question_wrap[data-quest-idx="2"] #img_gif {
  width: 347.2px;
  height: 422.8px;
}
/* .question_wrap[data-quest-idx="2"] .img_box {
  margin-top: 33.6px;
} */
.question_wrap[data-quest-idx="3"] .img_box,
.question_wrap[data-quest-idx="3"] #img_canvas,
.question_wrap[data-quest-idx="3"] #img_gif {
  width: 406px;
  height: 310.8px;
}
/* .question_wrap[data-quest-idx="3"] .img_box {
  margin-top: 39.2px;
} */
.question_wrap[data-quest-idx="4"] .main_wrap {
  max-width: 770px;
}
.question_wrap[data-quest-idx="4"] .img_box,
.question_wrap[data-quest-idx="4"] #img_canvas,
.question_wrap[data-quest-idx="4"] #img_gif {
  display: none;
}
.question_wrap[data-quest-idx="5"] .img_box,
.question_wrap[data-quest-idx="5"] #img_canvas,
.question_wrap[data-quest-idx="5"] #img_gif {
  width: 258px;
  height: 333.2px;
}
/* .question_wrap[data-quest-idx="5"] .img_box {
  margin-top: 56px;
} */
.question_wrap[data-quest-idx="6"] .img_box,
.question_wrap[data-quest-idx="6"] #img_canvas,
.question_wrap[data-quest-idx="6"] #img_gif {
  width: 395px;
  height: 366.8px;
}
/* .question_wrap[data-quest-idx="6"] .img_box {
  margin-top: -20px;
} */

.question_wrap .img_box > lottie-player {
  transform: scale(1.4);
  margin-top: 64px;
}
/* .question_wrap[data-quest-idx="2"] .img_box > lottie-player,
.question_wrap[data-quest-idx="3"] .img_box > lottie-player,
.question_wrap[data-quest-idx="5"] .img_box > lottie-player, */
.question_wrap[data-quest-idx="6"] .img_box > lottie-player {
  margin-top: 128px;
}

.quest_btm_wrap {
  width: 436.8px;
  height: 78.4px;
  gap: 11.2px;
  position: absolute;
  bottom: 153.6px;
}
.quest_btm_wrap button {
  flex: 1 1 auto;
  max-width: 212.8px;
  height: 100%;
}

.q_y_btn {
  background-color: #00dedc;
}
.question_wrap[data-quest-idx="6"] .q_y_btn {
  max-width: 100%;
}
.q_n_btn {
  background-color: #d0cdc8;
}
.question_wrap[data-quest-idx="6"] .q_n_btn {
  display: none;
}

.roll_bg {
  position: absolute;
  top: 0px;
  width: 166px;
  height: 100%;
  background: linear-gradient(270deg, rgba(242, 240, 237, 0) 0%, #f2f0ed 100%);
}
.roll_bg_left {
  left: 0px;
}
.roll_bg_right {
  right: 0px;
  transform: rotate(180deg);
}
.quest_cont[data-quest-idx="4"] .roll_wrap {
  display: block;
}
.roll_wrap {
  width: 770px;
  height: auto;
  overflow: hidden;
  display: none;
  padding-top: 168px;
}
.roller {
  display: flex;
}
.rolling_list {
  display: flex;
}
.roll_wrap .rolling_list .item {
  width: 168px;
  height: 168px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 28px;
}
.roll_wrap .rolling_list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roller.roller_origin .rolling_list.original {
  animation: rollingTop1 30s linear infinite;
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
.roller.roller_origin .rolling_list.clone {
  animation: rollingTop2 30s linear infinite;
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
@keyframes rollingTop1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  50.01% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rollingTop2 {
  0% {
    transition: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.roller.roller_reverse {
  margin-top: 2.8px;
}
.roller.roller_reverse .rolling_list.original {
  animation: rollingTop1_reverse 30s linear infinite;
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
.roller.roller_reverse .rolling_list.clone {
  animation: rollingTop2_reverse 30s linear infinite;
  transition: all 2s cubic-bezier(0.71, -0.53, 0.18, 0.82);
}
@keyframes rollingTop1_reverse {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  50.01% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes rollingTop2_reverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* result */
.result_scroll {
  display: none;
  overflow-x: auto;
  width: 100%;
}
.result_wrap {
  display: none;
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 24px;
}
.body_split_1 {
  position: absolute;
  width: 84px;
  height: 84px;
  top: 11.2px;
  left: calc(50% - 215px);
}
.body_split_2 {
  position: absolute;
  width: 271.6px;
  height: 271.6px;
  top: 11.2px;
  left: calc(50% + 87px);
}
.body_split_3 {
  position: absolute;
  width: 131.6px;
  height: 131.6px;
  top: 770px;
  left: calc(50% - 270px);
}
.result_wrap .main_wrap {
  margin: 0 auto;
  justify-content: flex-start;
}
.result_tit_wrap {
  padding-top: 63px;
  padding-bottom: 33.6px;
  gap: 33.6px;
}
.result_tit_wrap .title_2 {
  height: 38px;
  padding-top: 11.2px;
}
.icon_check {
  display: block;
  width: 43.4px;
  height: auto;
}

.card_box_wrap_list {
  gap: 16px;
  align-items: flex-start;
}
.card_box_wrap_list.only_pc {
  display: flex;
}
.card_box_wrap {
  width: 352px;
  gap: 16.8px;
}
.card_box_wrap > p.caption2 {
  width: 100%;
  padding: 0px 16px;
}
.cap_txt {
  gap: 2.8px;
  justify-content: flex-start;
  align-items: flex-start;
}
.cap_txt::before {
  content: "*";
  color: inherit;
  font-size: 15.4px;
  line-height: 21px;
  flex-shrink: 0;
}

.swiper-container {
  width: 100%;
  max-width: 920px;
  /* max-width: 360px; */
}
.swiper-wrapper {
  align-items: flex-start;
}
.swiper-slide {
  width: 296px;
}
.swiper_act {
  width: 280px;
  height: 53px;
  position: absolute;
  top: 92px;
  z-index: 1;
}
.card_box_wrap_slide .arrow {
  width: 280px;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 35px;
  height: 40px;
  cursor: pointer;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: none;
}

.card_box {
  width: 352px;
}
.card_box_top {
  position: relative;
  width: 352px;
  /* height: 338.3999938964844; */
  padding-top: 60px;
  border-bottom-right-radius: 22.4px;
  border-bottom-left-radius: 22.4px;
  background: #fcfbfb;
  gap: 14px;
  box-shadow: 5.6px 0px 5.6px 0px #0000001a;
}
.card_box_top img {
  width: 135.8px;
  height: auto;
}
.card_box_top.vertical img {
  width: 215.6px;
  height: auto;
}
.card_box_top > p.h4 {
  opacity: 0.88;
}
.card_box_top::after {
  content: "";
  position: absolute;
  width: 318px;
  height: 1px;
  bottom: 0px;
  left: 17px;
  border-bottom: 1.4px dashed #d0cdc8;
}
.card_box_btm {
  width: 352px;
  /* height: 249.60000610351562; */
  padding-top: 36px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  gap: 28px;
  border-top-left-radius: 22.4px;
  border-top-right-radius: 22.4px;
  background: #ffffff;
  box-shadow: 5.6px 0px 5.6px 0px #0000001a;
}
.card_box_btm ul {
  width: 100%;
  list-style: none;
  gap: 6px;
}
.card_box_btm ul li {
  width: 100%;
  position: relative;
}
.card_box_btm ul li::before {
  position: absolute;
}
.card_box_btm .li_txt {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-left: 11.2px;
}
.card_box_btm ul li.default {
  padding-left: 11.2px;
  padding-right: 11.2px;
  box-sizing: border-box;
}
.card_box_btm ul li.default::before {
  content: "";
  display: block;
  width: 4.2px;
  height: 4.2px;
  border-radius: 100%;
  background-color: #333333;
  top: 9px;
}

.card_button_wrap {
  gap: 11.2px;
  width: 100%;
}
.card_button_wrap button {
  width: 148px;
  height: 56px;
  gap: 8.4px;
}
.card_button_wrap button img {
  width: 5.6px;
  height: 11.2px;
}

.card_button_wrap .go_detail:only-child,
.card_button_wrap .go_detail_bid:only-child {
  flex: 1;
  width: 100%;
  max-width: none;
}

.go_detail,
.go_detail_bid {
  background: #e8e7e4;
}
.go_event,
.go_event_ncon {
  background: #222222;
}
button.go_event:hover .hover,
button.go_event_ncon:hover .hover  {
  background: rgba(255, 255, 255, 0.12);
}

/* result1 */
#result1 {
  min-width: 441.6px;
}
#result1 .main_wrap {
  width: 441.6px;
  max-width: 441.6px;
  height: 100%;
}
#result1 .card_box_top.vertical {
  padding-top: 66px;
  padding-bottom: 55px;
}
.gray_box {
  width: 100%;
  height: 100%;
  padding: 11.2px 16.8px;
  gap: 11.2px;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #f8f8f7;
  box-sizing: border-box;
  margin-top: 11.2px;
}
.gray_box .brown_tag {
  display: inline-block;
  border-radius: 2.8px;
  padding-top: 2.8px;
  padding-right: 5.6px;
  padding-bottom: 1.4px;
  padding-left: 5.6px;
  background-color: #b0857b;
  flex-shrink: 0;
}
.gray_box .annual_fee_tag {
  display: inline-block;
  border-radius: 2.8px;
  padding-top: 2.8px;
  padding-right: 5.6px;
  padding-bottom: 1.4px;
  padding-left: 5.6px;
  background-color: #9b9493;
  flex-shrink: 0;
}

/* result2 */
#result2 {
  min-width: 441.6px;
}
#result2 .main_wrap {
  width: 441.6px;
  max-width: 441.6px;
  height: 100%;
  overflow: hidden;
}
#result2 .card_box_top {
  padding-top: 50px;
  padding-bottom: 38.8px;
}

/* result3 */
#result3,
#result6 {
  min-width: 810px;
}
#result3 .main_wrap,
#result6 .main_wrap {
  width: 810px;
  max-width: 810px;
  height: 100%;
  overflow: hidden;
}
#result3 .card_box_top,
#result6 .card_box_top {
  padding-top: 61px;
  padding-bottom: 50px;
}

/* result4, result5 */
#result4,
#result5 {
  min-width: 1920px;
}
#result4 .main_wrap,
#result5 .main_wrap {
  width: 1920px;
  max-width: 1920px;
  height: 100%;
  overflow: hidden;
}
#result4 .card_box_top,
#result5 .card_box_top {
  padding-top: 61px;
  padding-bottom: 50px;
}
#result4 .card_box_top.vertical,
#result5 .card_box_top.vertical {
  padding-top: 100px;
  padding-bottom: 90px;
}

.no-click {
  cursor: default !important;
}

/* 디지로카 Auto 카드 gap 예외 처리 (PC/모바일 공통) */
#result4 .only_pc .card_box_wrap:nth-child(1) .card_box_btm,
#result4 .only_pc .card_box_wrap:nth-child(2) .card_box_btm,
#result4 .only_pc .card_box_wrap:nth-child(4) .card_box_btm,
#result4 .only_pc .card_box_wrap:nth-child(5) .card_box_btm {
  gap: 75px;
}

#result5 .only_pc .card_box_wrap:nth-child(1) .card_box_btm {
  gap: 39px;
}

#result5 .only_pc .card_box_wrap:nth-child(2) .card_box_btm {
  gap: 34px;
}

#result6 .only_pc .card_box_wrap:nth-child(1) .card_box_btm {
  gap: 46px;
}

/* footer */
.footer {
  width: 100%;
  background-color: #dad7d6;
  color: #111111;
  display: none;
}
/* result 페이지가 보여질 때 footer 표시 */
.show-footer .footer {
  display: flex;
}

.footer_wrap {
  max-width: 1000px;
  align-items: flex-start;
  padding: 36.4px 19.6px 50.4px;
  gap: 14px;
}
.footer_title {
  gap: 8.4px;
  padding-left: 11.2px;
}
.alert {
  width: 25.2px;
}
.footer ul {
  list-style: none;
}
.footer ul p {
  padding-left: 28px;
  margin-bottom: 5.6px;
}
.footer ul li {
  position: relative;
}
.footer ul li::before {
  position: absolute;
}
.footer .li_txt {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-left: 16px;
}
.footer ul li.default {
  padding-left: 10px;
}
.footer ul li.default::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #111111;
  top: 9px;
}
.footer ul li.dashed::before {
  content: "-";
}
.footer ul li.star::before {
  content: "※";
  border-radius: 0px;
  background-color: unset;
  top: 0px;
  left: 5px;
  width: auto;
  height: auto;
}
.footer .dashed_wrap {
  padding-left: 24px;
}

.title-animator {
  position: relative;
  overflow: hidden;
  height: 35px;
  vertical-align: top;
}

.slide-title {
  transition: transform 0.6s ease, opacity 0.6s ease;
  will-change: transform, opacity;
  position: absolute;
  left: 0;
  top: 0;
}
.txt-edi {
  position: absolute;
  display: inline-block;
  height: 30px;
  top: 5px;
}