/* 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.05em;
  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: 22px;
  line-height: 22px;
}
.h2 {
  font-size: 20px;
  line-height: 25px;
}
.h2.bold {
  line-height: 28px;
}
.h3 {
  font-size: 18px;
  line-height: 18px;
}
.caption1 {
  font-size: 17px;
  line-height: 22px;
}
.caption1.bold.btitle {
  line-height: 18px;
}
.caption2 {
  font-size: 15px;
  line-height: 18px;
}
.caption3 {
  font-size: 14px;
  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: #FCFCFC;
  color: #231A1C;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.black2 {
  color: #231A1C;
}
.red {
  color: #EB2D2A;
}

/* 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: 115px;
  top: 0px;
  left: 0px;
  cursor:pointer;
  background-color: #231A1C;
  box-shadow: 0px 11.2px 44.8px 0px #00000059;
}
/* button.fixed_top_button:hover > .hover {background: rgba(255, 255, 255, 0.12);} */
.fxd_btn_inner {
  width: 504px;
  padding: 19.6px 22.4px 19.6px 28px;
  justify-content: space-between;
}
.fxd_btn_txt {
  width: 251.6px;
  height: 61.8px;
}
.fxd_btn {
  width: 154.6px;
  height: 67.2px;
  border-radius: 14px;
  background-color: #EDFF79;
}
.fxd_btn > img {
  width: 122.4px;
  height: 25.2px;
}

/* main */
.main {
  width: 100%;
  height: 1090px;
  position: relative;
  overflow: hidden;
  margin-top: 115px;
}
.pattern_kv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 0;
  background: url('../../static/images/lottemembers_43_promotion_2511/pattern-kv.png');
  background-size: 360px 643px;
}
.kv_main {
  position: relative;
  width: 100%;
  height: 100%;
}
.kv_main > img {
  position: absolute;
}
.kv_img_1 {
  width: 156.8px;
  height: 217px;
  top: 180.6px;
  left: calc(50% - 273px);
}
.kv_img_2 {
  width: 131.6px;
  height: 180.6px;
  top: 383.6px;
  left: calc(50% - 228px);
}
.kv_img_3 {
  width: 228.2px;
  height: 266px;
  top: 317.8px;
  left: calc(50% + 96.6px);
}
.kv_title_wrap {
  position: absolute;
  width: 351.4px;
  height: 126px;
  top: 42px;
  left: calc(50% - 153px);
  justify-content: flex-start;
  align-items: flex-start;
  gap: 11.2px;
}
.main_title {
  width: 100%;
  height: auto;
}
.title_line {
  position: absolute;
  width: 131.6px;
  height: 4.2px;
  bottom: -3px;
  left: 118px;
}
.kv_deco_1 {
  width: 19.6px;
  height: 21px;
  top: 74.2px;
  left: calc(50% - 183px);
}
.kv_deco_2 {
  width: 64.4px;
  height: 103.6px;
  top: 156.8px;
  left: calc(50% + 120px);
}
.kv_deco_3 {
  width: 19.6px;
  height: 32.2px;
  top: 243.6px;
  left: calc(50% - 118px);
}
.kv_deco_4 {
  width: 18.2px;
  height: 23.8px;
  top: 386.4px;
  left: calc(50% - 236.6px);
}
.kv_deco_5 {
  width: 14px;
  height: 15.4px;
  top: 481.6px;
  left: calc(50% - 123px);
}
.kv_deco_6 {
  width: 21px;
  height: 25.2px;
  top: 359.8px;
  left: calc(50% + 146px);
}
.card_wrap {
  position: absolute;
  width: 245px;
  height: 344.4px;
  top: 180.6px;
  left: calc(50% - 116px);
}
.card, .card_back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.benefis {
  border: 1.4px solid #231A1C;
  border-top: unset;
  background-color: #F7F5EF;
}
.kv_benefis {
  position: absolute;
  top: 525px;
  left: calc(50% - 235px);
  width: 470px;
  border-top: 1.4px solid #231A1C;
}
.benefis:first-child {
  border-top: 1.4px solid #231A1C;
}
.benefis > .flex_col {
  position: relative;
  width: 100%;
  gap: 11.2px;
  padding: 16.8px 25.2px;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: 0.7px solid #231A1C;
}
.benefis > .flex_col:first-child {
  border-top: none;
}
.benefit_cont_title {
  padding-bottom: 5px;
  position: relative;
  border-bottom: 1.4px solid #FF6D6A;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4.2px;
}
.benefit_cont_title > img {
  display: block;
  width: auto;
  height: 18.2px;
}
.gap_4 {
  width: 100%;
  gap: 5.6px;
  justify-content: flex-start;
  align-items: flex-start;
}
.gap_6 {
  width: 100%;
  gap: 8.4px;
  justify-content: flex-start;
  align-items: flex-start;
}
.ballon_1 {
  width: 207.2px;
  height: 96.6px;
  position: absolute;
  top: 15.4px;
  right: 5.6px;
}

/* event */
.event {
  background-image: url("../../static/images/lottemembers_43_promotion_2511/pattern-2.png");
  background-size: 100px 100px;
}
.event_wrap {
  width: 504px;
  padding: 72.8px 28px;
  gap: 72.8px;
}
.event .benefis {
  width: 100%;
}
.red_star_ul {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.8px;
}
.red_star_li {
  padding-left: 9.4px;
  position: relative;
}
.red_star_li::before {
  content: "*";
  font-size: inherit;
  font-weight: inherit;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #EB2D2A;
  font-size: inherit;
  line-height: inherit;
} 
.sec_wrap {
  gap: 30.8px;
}
.sec_title {
  width: 77.8px;
  height: 40px;
}
.sec_wrap > .flex_col {
  width: 100%;
  gap: 25.2px;
}

/* benefit1 */
.title1 {
  width: 448px;
  height: 49.6px;
}
.step_wrap {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
}
.step_wrap > .flex_col {
  position: relative;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 18.2px;
}
.step_wrap .step_num {
  width: 12.6px;
  height: 25.4px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.gray_tag_wrap {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8.4px;
}
.gray_tag {
  display: inline-block;
  color: #231A1CC7;
  background: #231A1C14;
  border-radius: 2.8px;
  padding: 1.4px 4.2px;
}
.img_money {
  width: 140px;
  height: 134.6px;
  margin: 0 auto;
}
.yellow_box {
  width: 100%;
  background: #EDFF7966;
  border-radius: 11.2px;
  padding: 11.2px 17.9px;
  gap: 2.8px;
  align-items: flex-start;
  margin-top: -9px;
}

/* benefit2 */
.title2 {
  width: 448px;
  height: 81px;
}
.body_img_1 {
  width: 448px;
  height: 147.8px;
}
.title3 {
  width: 448px;
  height: 128.4px;
}
.body_img_2 {
  width: 448px;
  height: 130.8px;
}

/* benefit3 */
.title4 {
  width: 448px;
  height: 81px;
}
.ballon_2 {
  width: 179.2px;
  height: 113.4px;
  position: absolute;
  top: -20px;
  left: -21px;
}

/* coupon */
.coupon.container {
  width: 100%;
  height: 157.4px;
  background: linear-gradient(94.86deg, #E7F5FF 0%, #FEFAFA 100%);
  box-shadow: 0px 5.6px 16.8px 0px #00000026;
}
.coupon_wrap {
  width: 504px;
  padding: 33.6px;
  justify-content: space-between;
  position: relative;
}
.cloud {
  position: absolute;
  top: 33.6px;
  z-index: 0;
}
.cloud_left {
  width: 308px;
  height: 142.8px;
  left: 33.6px;
}
.cloud_right {
  width: 277.2px;
  height: 123.2px;
  left: 312.2px;
}
.text_left {
  width: 203px;
  height: 90.2px;
  z-index: 1;
}
.text_right {
  width: 159px;
  height: 57.4px;
  z-index: 1;

}

/* footer */
.footer {
  width: 100%;
  background-color: #FCFCFC;
  color: #231A1C;
}
.footer_wrap {
  max-width: 1000px;
  align-items: flex-start;
  padding: 36.4px 0px 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: 8px;
}
.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;
  word-break: break-all;
}
.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: 3px;
  width: auto;
  height: auto;
}
.footer .dashed_wrap {
  padding-left: 24px;
}

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

.btn-pos {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  gap: 10px;
}
.btn-pos > p {
  width: 100%;
}
#go_detail {
  width: 468px;
  height: 70px;
  background-color: #F04643;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
}