/* common */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

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

body,
button,
p,
span {
  position: relative;
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", dotum, "돋움", helvetica, "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -0.07em;
  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: 25px;
  line-height: 25px;
}
.h2 {
  font-size: 24px;
  line-height: 28px;
}
.h3 {
  font-size: 22px;
  line-height: 22px;
}
.h4 {
  font-size: 20px;
  line-height: 27px;
}
.h4.ext_bold {
  line-height: 28px;
}
.h5 {
  font-size: 18px;
  line-height: 25px;
}
.h5.bold, .h5.ext_bold {
  line-height: 27px;
}
.caption1 {
  font-size: 17px;
  line-height: 22px;
}
.caption2 {
  font-size: 15px;
  line-height: 22px;
}
.caption3 {
  font-size: 13px;
  line-height: 15px;
}

.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: #4A4543;
  color: #59463D;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.black2 {
  color: #59463D;
}
.black3 {
  color: #222222;
}
.gray {
  color: #D9CBC7;
}
.red {
  color: #BD2A17;
}
.brown {
  color: #773E26;
}
.brown2 {
  color: #8C4800;
}
.brown3 {
  color: #864646;
}
.shadow {
  -webkit-box-shadow: 0px 1.4px 0px 0px #CABCAE, -11.2px 2.8px 16.8px 0px #00000040;
  box-shadow: 0px 1.4px 0px 0px #CABCAE, -11.2px 2.8px 16.8px 0px #00000040;
}
.pattern_bg {
  background-image: url("../../static/images/localikit_5cashback_2505/pattern-bg.png");
  background-size: 100px 100px;
}
.pattern_body {
  background-image: url("../../static/images/localikit_5cashback_2505/pattern-body.png");
  background-size: 100px 100px;
}

/* box */
.min_wrap {
  min-width: 360px;
  width: 100%;
  overflow: hidden;
}
.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;
}


/* fixed_top_button */
.fixed_top_button {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 128px;
  top: 0px;
  -webkit-box-shadow: 0px 4.2px 16.8px 0px #00000073;
  box-shadow: 0px 4.2px 16.8px 0px #00000073;
  cursor:pointer;
  background-image: url("../../static/images/localikit_5cashback_2505/pattern-fxd.png");
  background-size: 100px 100px;
}
.fixed_inner {
  min-width: 504px;
  max-width: 504px;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 22.4px;
  padding: 0px 33.6px;
}
.fixed_inner span.h5 {
  line-height: 1;
}
.fixed_inner > *:not(.flex_col) {
  flex-shrink: 0;
}
.fixed_inner > .flex_col {
  position: relative;
  align-items: flex-start;
}
.fixed_inner > .flex_col > p.caption2 {
  position: absolute;
  line-height: 1;
  top: -19px;
  left: 0px;
}
.fxd_txt {
  z-index: 2;
  width: auto;
  height: 42px;
}
.fxd_txt_smol {
  height: 52px;
  align-items: flex-start;
}
.fxd_under {
  z-index: 1;
  position: absolute;
  width: 67.2px;
  height: auto;
  top: 36px;
  left: 110px;
}
.fxd_accent {
  position: absolute;
  width: 21px;
  height: auto;
}
.btn_wrap .fxd_accent:first-child {
  top: -8.4px;
  left: -11.6px;
}
.btn_wrap .fxd_accent:nth-child(2) {
  top: 54px;
  left: 147.2px;
  transform: rotate(180deg);
}
.btn_black {
  padding: 14px 22.4px;
  border-radius: 138.6px;
  background-color: #F06519;
  gap: 5.6px;
}
.icon_more {
  width: 18px;
  height: auto;
}
#go_apply_fixed .wobble {
  animation: wobble 2s ease infinite;
}
@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-8%); }
  30% { transform: translateX(8%); }
  45% { transform: translateX(-2%); }
  60% { transform: translateX(2%); }
  75% { transform: translateX(-1%); }
  100% { transform: translateX(0%); }
}

/* main */
.main {
  width: 100%;
  height: 1047.6px;
  padding-top: 103.6px;
  position: relative;
}
.kv_main {
  position: relative;
  width: 504px;
  height: 944px;
  margin: 0 auto;
  justify-content: flex-start;
}
.main_split_8 {
  position: absolute;
  width: 85.4px;
  height: auto;
  bottom: 658px;
  left: calc(50% - 248px);
}
.main_split_5 {
  position: absolute;
  width: 53.2px;
  height: 72.8px;
  bottom: 536px;
  left: calc(50% - 162.4px);
}
.main_split_6 {
  position: absolute;
  width: 44.8px;
  height: 51.8px;
  bottom: 525px;
  left: calc(50% + 113px);
}
.main_split_9 {
  position: absolute;
  width: 89.6px;
  height: 133px;
  bottom: 609px;
  left: calc(50% + 166px);
}
.main_split_7 {
  position: absolute;
  width: 16.8px;
  height: 33.6px;
  bottom: 399px;
  left: calc(50% - 114.8px);
}
.main_split_10 {
  position: absolute;
  width: 28px;
  height: 26.6px;
  bottom: 848px;
  left: calc(50% + 90px);
}
.main_split_11 {
  position: absolute;
  width: 60.2px;
  height: 46.2px;
  bottom: 856px;
  left: calc(50% + 180.6px);
}
.loca_split_4 {
  position: absolute;
  width: 179.2px;
  height: 40.6px;
  bottom: 655px;
  left: calc(50% - 73px);
}
.kv_flower_wrap {
  width: 100%;
  position: absolute;
  bottom: 716px;
}
.kv_flower {
  position: relative;
  width: 160px;
  height: 143px;
  margin-left: -8px;
}
.kv_flower_bg {
  width: 152.6px;
  height: 147px;
  position: absolute;
  top: -9px;
  left: 4px;
}
.kv_flower:first-child {
  margin-left: 0px;
}
.kv_flower span {
  font-size: 14px;
  line-height: 15.4px;
  color: #59463D;
  display: inline-block;
  margin-bottom: 2.8px;
}
.main_txt {
  position: relative;
  display: inline-block;
  height: 25px;
  margin-bottom: 3.6px;
}
.main_txt img {
  position: relative;
  width: auto;
  height: 100%;
}
.main_txt::before {
  content: "";
  width: 58.8px;
  height: 15.4px;
  opacity: 0.6;
  background: #F4CB5A;
  position: absolute;
  left: 1.4px;
  bottom: -0.7px;
}
.line_mark {
  width: 7px;
  height: 15.4px;
  opacity: 0.88;
  position: absolute;
  right: 0px;
  bottom: -0.7px;
  background: #F4CB5A;
}
.main_split_arrow {
  position: absolute;
  width: 16.8px;
  height: 33.6px;
  left: calc(50% + 90px);
  bottom: 642px;
}
.kv_card_wrap {
  width: 173.6px;
  height: 275.8px;
  position: absolute;
  bottom: 370px;
  left: calc(50% - 74px);
}
.kv_card {
  width: 100%;
  height: 100%;
  transform: rotate(3deg);
  border-radius: 11.2px;
  border-top: 0.7px solid #F6EEE5;
}
.kv_card img {
  width: 100%;
  height: auto;
}
.main_title {
  position: absolute;
  width: 260px;
  height: 155px;
  bottom: 194px;
  left: calc(50% - 124px);
}
.main_split_1 {
  position: absolute;
  width: 29px;
  height: 29px;
  bottom: 291px;
  left: calc(50% - 132px);
}
.main_split_2 {
  position: absolute;
  width: 60px;
  height: 67px;
  bottom: 196px;
  left: calc(50% - 160px);
}
.main_split_3 {
  position: absolute;
  width: 58.8px;
  height: 57.4px;
  bottom: 190px;
  left: calc(50% + 112.8px);
}
.kv_btn_wrap {
  width: 448px;
  height: 167.8px;
  position: absolute;
  bottom: 15px;
  gap: 11.2px;
}
#go_detail {
  box-sizing: border-box;
  width: 100%;
  height: 88.6px;
  background-color: #FCCF5F;
  border-radius: 1398.6px;
  gap: 11.2px;
  overflow: hidden;
}
#go_detail img {
  width: 25.2px;
  height: auto;
}

/* event */
#event1 {
  padding-top: 67.2px;
  padding-bottom: 50.4px;
}
.body_split_1 {
  position: absolute;
  width: 98px;
  height: 46.2px;
  top: 25.2px;
  left: calc(50% - 285px);
}
.body_split_2 {
  position: absolute;
  width: 68.6px;
  height: 68.6px;
  top: 807.8px;
  left: calc(50% + 204px);
}
.eve_wrap {
  position: relative;
  width: 100%;
  max-width: 436.8px;
  margin: 0px auto;
}
.body_head {
  position: absolute;
  width: 481.6px;
  height: 72.8px;
  top: -59.8px;
  left: -22.4px;
}
.body_wrap {
  width: 100%;
  padding: 25.2px 44.8px 47.6px;
  gap: 28px;
}
.eve_title {
  justify-content: flex-start;
  gap: 16.8px;
}
.eve_img {
  width: 131.6px;
  height: auto;
}
.body_title {
  position: relative;
  width: 168px;
  height: 33.6px;
}
.body_title img {
  position: relative;
  width: 100%;
}
.hightlight {
  width: 7px;
  height: 18.2px;
  position: absolute;
  left: 70px;
  bottom: -4px;
  background-color: #F4CB5A;
}

.eve_cont {
  width: 100%;
  gap: 19.6px;
  justify-content: flex-start;
  align-items: flex-start;
}
.eve_cont > .flex_col {
  width: 100%;
  gap: 8.4px;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec_title {
  position: relative;
}
.sec_title::before {
  content: "";
  width: 63px;
  height: 9px;
  background-image: url("../../static/images/localikit_5cashback_2505/fxd-under.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.2;
  position: absolute;
  top: 11.2px;
  left: -1px;
}
.eve_cont > .flex_col > .flex_col {
  width: 100%;
  gap: 2.8px;
  justify-content: flex-start;
  align-items: flex-start;
}
#steps {
  width: 100%;
  gap: 5.6px;
  justify-content: flex-start;
  align-items: flex-start;
}
#steps > .flex_col {
  position: relative;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 19.6px 28px 19.6px 33.6px;
  -webkit-box-shadow: 4.2px 0px 8.4px 0px #00000040;
  box-shadow: 4.2px 0px 8.4px 0px #00000040;
}
#steps > .step1 {
  padding-left: 0px;
  padding-right: 0px;
}
.step1 {
  height: 103px;
  transition: height 0.2s ease-out;
  background-color: #FAEDE8;
}
.step2 {
  background-color: #FAF6D9;
}
.step3 {
  background-color: #E4F0E1;
}
.step_num {
  width: 46.2px;
  height: 46.2px;
  position: absolute;
  top: 8.4px;
  left: -18.2px;
}
.step1 > .gray_tag {
  margin-left: 33.6px;
}
.step1 > p {
  padding-left: 33.6px;
}
.step1_open_box_wrap {
  width: 100%;
  margin-top: 14px;
}
.step1_open_box {
  width: 100%;
  height: 0;
  background-color: #FFDCCF;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.3s ease-out;
  padding: 0px 35.6px;
  justify-content: space-between;
}
.step1_open_box > * {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.step1_open_box.active {
  transform: scaleY(1);
}
.step1_open_box.show > * {
  opacity: 1;
}
.step_highlight {
  z-index: 1;
}
.step_highlight::before {
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: -1px;
  left: 0px;
  background-color: #FFA947;
  opacity: 28%;
  z-index: -1;
}
.mt_2_8 {
  margin-top: 2.8px;
}
.gray_tag {
  height: 24.8px;
  border-radius: 2.8px;
  padding: 1.4px 4.2px;
  background: #59463D0A;
  display: inline-block;
  box-sizing: border-box;
}
#go_detail_step {
  width: 117.8px;
  height: 43.4px;
  gap: 7px;
  padding: 11.2px 16.8px;
  border-radius: 68.6px;
  background-color: #FC681E;
}
#go_detail_step .hover {
  border-radius: 68.6px;
}
#go_detail_step img {
  width: 18.2px;
  height: auto;
}
#go_detail_step img.icon_accent {
  width: 14px;
  height: 21px;
  position: absolute;
  bottom: 23.8px;
  right: -15px;
}
.show .wobble {
  animation: wobble 2s ease 0.6s;
}

/* footer */
.footer {
  width: 100%;
  background-color: #4A4543;
  color: #F9F6F4;
}
.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: #F9F6F4;
  top: 9px;
}
.footer ul li.dashed::before {
  content: "-";
}
.footer ul li.star::before {
  content: '※';
  border-radius: 0px;
  background-color: unset;
  top: 0px;
  left: 3px;
  width: auto;
  height: auto;
}
.footer .dashed_wrap {
  padding-left: 24px;
}

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

.step_min_item {
  gap: 3px;
  align-items: flex-start;
}
.caption2.bold {
  color: #59463D;
  opacity: .88;
}
.step1 .step_min_item {
  padding-left: 33.4px;
}

.num_box {
  align-items: flex-start;
  gap: 3px;
}
.num_wrap {
  gap: 6px;
  opacity: .88;
}
.num {
  width: 20px;
  height: 20px;
  background-color: #59463D;
  color: #E4F0E1;
  font-size: 13px;
  line-height: 14px;
  border-radius: 100%;
}
.cap_accent {
  align-items: flex-start;
  gap: 3px;
}
.cap_accent p:first-child {
  padding: 4px 0;
}
.step2 {
  gap: 11.2px;
}
.step3 {
  gap: 8px;
}