/* 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.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: 25.2px;
}
.h4.ext_bold {
  line-height: 28px;
}
.h5 {
  font-size: 18px;
  line-height: 25px;
}
.h5.bold, .h5.ext_bold {
  line-height: 28px;
}
.caption1 {
  font-size: 16.8px;
  line-height: 22px;
}
.caption2 {
  font-size: 15.4px;
  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: #FAF5F0;
  color: #DECBB6;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.black2 {
  color: #553A2E;
}
.brown {
  color: #71343B;
}
.brown2 {
  color: #B36C1D;
}
.pink {
  color: #C45656;
}
.bg_kv {
  background: -webkit-linear-gradient(180deg, #FAF5F0 40.87%, #EDE3D8 100%);
  background: -moz-linear-gradient(180deg, #FAF5F0 40.87%, #EDE3D8 100%);
  background: -o-linear-gradient(180deg, #FAF5F0 40.87%, #EDE3D8 100%);
  background: linear-gradient(180deg, #FAF5F0 40.87%, #EDE3D8 100%);
}
.bg_ev1 {
  background-color: #DECBB6;
}
.bg_ev2 {
  background-color: #C9AF91;
}

/* 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%;
  max-width: 460px;
  height: 110px;
  top: 0px;
  left: calc(50% - 230px);
  cursor:pointer;
  background-color: #EB824D;
  padding: 22.4px 16.8px 16.8px 22.4px;
  border-bottom-left-radius: 16.8px;
  border-bottom-right-radius: 16.8px;
  justify-content: space-between;
}
.fxd_txt {
  width: 221.6px;
  height: 51.2px;
}
.fxd_btn {
  padding: 14px 16.8px;
  border-radius: 11.2px;
  background-color: #563B2E;
}
/* #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: 993px;
  position: relative;
  overflow: hidden;
}
.kv_main {
  position: relative;
  width: 504px;
  height: 993px;
  margin: 0 auto;
  justify-content: flex-start;
  z-index: 2;
}
.kv_main > img {
  position: absolute;
}
.main_bg {
  position: absolute;
  width: 586.6px;
  height: 484.4px;
  top: 281.4px;
  left: -37.8px;
}
.main_txt_1 {
  width: 282px;
  height: 173.6px;
  position: absolute;
  top: 189px;
  left: 168px;
}
.kv_sub_title {
  width: 156.8px;
  height: 28px;
  position: absolute;
  top: 158.2px;
  left: 295px;
}
.main_sub_txt {
  display: inline-block;
  position: absolute;
  width: 104px;
  height: 23px;
  top: 361.2px;
  left: 225.4px;
}
.card_wrap {
  position: absolute;
  width: 203px;
  height: 315px;
  top: 424.2px;
  left: 151.2px;
}
.card_shadow {
  position: absolute;
  width: 203px;
  height: 11.2px;
  bottom: 0px;
  left: 0px;
  border-radius: 138.6px;
  background-color: #D2C0B6;
  filter: blur(5.6px);
}
.card {
  width: auto;
  height: 308px;
  position: absolute;
  top: 0px;
  left: 5px;
  border-radius: 11.2px;
  border: 0.7px solid #858585;
}

.kv_btm {
  width: 100%;
  height: 261px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #EEE4D9;
  z-index: 1;
}
.kv_btm_inner {
  width: 302.4px;
  height: 76px;
  padding-top: 33.6px;
  padding-bottom: 22.4px;
  position: relative;
  box-sizing: content-box;
  margin: 0px auto;
}
.img_front {
  position: absolute;
  width: 92.4px;
  height: 89.6px;
  top: -9.8px;
  left: -61.6px;
}
#go_detail {
  width: 302.4px;
  height: 75.6px;
  border-radius: 1398.6px;
  background-color: #618B6C;
  position: absolute;
  top: 765px;
  left: 100px;
}
#go_detail .hover {
  border-radius: 1398.6px;
}
#go_detail > .icon_right {
  width: 16.8px;
  height: 16.8px;
  position: absolute;
  top: 29.4px;
  right: 21px;
}


/* event */
.eve_wrap {
  position: relative;
  width: 100%;
  max-width: 504px;
  margin: 0px auto;
  padding: 39.2px 19.6px;
}
.eve_box {
  border-radius: 12.6px;
  background-color: #FEF9F6;
  overflow: hidden;
}
.eve_head {
  width: 100%;
  gap: 14px;
  padding: 33.6px;
}
.eve_sub {
  width: auto;
  height: 34.4px;
  margin-bottom: 11.2px;
}
.eve_title {
  width: auto;
  height: 56px;
}
.eve_img {
  width: 397.6px;
  height: auto;
}
.eve_cont {
  width: 100%;
  gap: 22.4px;
  padding: 33.6px;
  justify-content: flex-start;
  align-items: flex-start;
  background: #DEC7B636;
}
.eve_cont > .flex_col {
  gap: 5.6px;
  justify-content: flex-start;
  align-items: flex-start;
}
.eve_cont > .flex_col.step_wrap {
  gap: 14px;
}
.eve_cont > .flex_col.step_wrap > .flex_col {
  gap: 5.6px;
}
.eve_tit_tag {
  padding: 4.2px 8.4px;
  border-radius: 13998.6px;
  border: 1.4px solid #553A2E;
  font-size: 16.8px;
  line-height: 1;
  letter-spacing: -0.05em;
  /* font-weight: 600; */
}
.eve_cont > .flex_col > .flex_col,
.step_wrap > .flex_col > .flex_col {
  width: 100%;
  gap: 2.8px;
  justify-content: flex-start;
  align-items: flex-start;
}
.step_num {
  display: inline-block;
  width: 28px;
  height: 28px;
}
.benefit_item {
  gap: 8.4px;
  justify-content: flex-start;
  align-items: flex-start;
}
.benefit_tit {
  padding-top: 2.8px;
  display: inline-block;
  flex-shrink: 0;
}
.benefit_desc {
  gap: 2.8px;
  justify-content: flex-start;
  align-items: flex-start;
}
.eve_foot {
  width: 100%;
  gap: 5.6px;
  padding: 22.4px 33.6px;
  justify-content: flex-start;
  align-items: flex-start;
}
.star_li {
  padding-left: 14.6px;
  position: relative;
}
.star_li::before {
  content: "*";
  font-size: inherit;
  font-weight: inherit;
  position: absolute;
  top: 2px;
  left: 0px;
  font-weight: 500;
}

/* event1 */
.event1_wrap {
  transition: height 0.2s ease-out;
  height: 108px;
}
.event1_box_wrap {
  width: 100%;
}
.event1_box_wrap > .flex_row {
  width: 100%;
  height: 0;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.3s ease-out;
}
.event1_box {
  width: 100%;
  padding: 19.6px 22.4px;
  gap: 14px;
  border: 1.4px dashed #D87676;
  background: #F2ECE9;
  border-radius: 8.4px;
  display: none;
}
.event1_box > .flex_row {
  width: 100%;
  justify-content: space-between;
}
.event1_box > * {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.event1_box.active {
  transform: scaleY(1);
}
.event1_box.show > * {
  opacity: 1;
}
.show .wobble {
  animation: wobble 2s ease 0.6s;
}
#go_apply {
  width: 110.2px;
  height: 51px;
  padding: 14px 19.6px;
  border-radius: 11.2px;
  background-color: #553A2E;
  overflow: hidden;
}
.star_icon_li {
  position: relative;
  padding-left: 16.8px;
}
.star_icon_li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 11.2px;
  height: 14px;
  background: url('../../static/images/localikit_11cashback_2511/icon-star.png') no-repeat;
  background-size: cover;
}
.gray_tag_wrap {
  width: 100%;
  margin-top: 5px;
}
.gray_tag {
  display: inline-block;
  background: #553A2E14;
  border-radius: 5.6px;
  padding: 1.4px 5.6px;
}

/* event2 */
.coupon_info_wrap {
  gap: 8.4px !important;
}
.split_icon_li {
  position: relative;
  padding-left: 22.4px;
}
.split_icon_li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16.8px;
  height: 19.6px;
  background: url('../../static/images/localikit_11cashback_2511/icon-cont-split.png') no-repeat;
  background-size: cover;
}
.split_icon_li > span.h4.black2 {
  padding-top: 2.8px;
}
#event2 .eve_foot .eve_tit_tag {
  border: none;
  padding: 0px;
}

/* footer */
.footer {
  width: 100%;
  background-color: #44444B;
  color: #FFFFFF;
}
.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: #ffffff;
  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;
}

.txt-wrap {
  align-items: flex-start;
  gap: 8.4px;
}
.min-title {
  height: 17px;
}
.txt-item-wrap {
  gap: 8.4px;
}
.txt_pink {
  color: #D20DC1;
}