/* 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: 21px;
  line-height: 21px;
}
.h2 {
  font-size: 20px;
  line-height: 20px;
}
.h2.bold {
  line-height: 28px;
}
.h3 {
  font-size: 18px;
  line-height: 24px;
}
.caption1 {
  font-size: 17px;
  line-height: 22px;
}
.caption2 {
  font-size: 15px;
  line-height: 19px;
  width: 100%;
}
.caption2.bold {
  line-height: 15px;
}
.caption3 {
  font-size: 14px;
  line-height: 18px;
}

.opacity_50 {
  opacity: 0.5;
}
.opacity_60 {
  opacity: 0.6;
}
.opacity_80 {
  opacity: 0.8;
}
.opacity_88 {
  opacity: 0.88;
}
.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: #53504F;
  color: #ffffff;
}
.white {
  color: #ffffff;
}
.white2 {
  color: #F5F5F5;
}
.black {
  color: #000000;
}
.black2 {
  color: #111111;
}
.gold {
  color: #DBBF92;
}
.gold2 {
  color: #F5DA8C;
}

/* 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: 504px;
  height: 140px;
  top: 0px;
  left: calc(50% - 252px);
  padding: 19.6px 11.2px;
}
.fixed_inner {
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 22px;
  padding-right: 25px;
  margin: 0 auto;
  cursor: pointer;
  justify-content: space-between;
  border: 0.7px solid #D9BC90;
  border-radius: 5.6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 7px 18.2px 0px #00000066;
  box-shadow: 0px 7px 18.2px 0px #00000066;
}
.fixed_inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../../static/images/lottemembers_31cashback_2506/button-pattern.png');
  background-size: 50px 50px;
}
.fxd_deco {
  width: 16.8px;
  height: 16.8px;
  position: absolute;
}
.fixed_inner .fxd_deco:first-child {
  top: 0;
  left: 0;
}
.fixed_inner .fxd_deco:nth-child(2){
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.fixed_inner > .flex_row.grow {
  justify-content: flex-start;
  align-items: center;
  gap: 11.2px;
}
.fxd_txt_1 {
  width: 75px;
  height: auto;
}
.fxd_txt_2 {
  width: 273.28px;
  height: auto;
}
.fxd_divid {
  width: 1.12px;
  height: 42px;
  opacity: 0.4;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
}
.fxd_btn {
  padding: 14px 25.2px;
  border-radius: 4.2px;
  background-color: #F0CD97;
  flex-shrink: 0;
} 
.fxd_btn_txt {
  width: auto;
  height: 20px;
}
#go_apply_fixed:hover > .hover {
  background: rgba(255, 255, 255, 0.12);
}

/* main */
.main_bg {
  background-image: url('../../static/images/lottemembers_31cashback_2506/kv-pattern.png');
  background-size: 50px 50px;
}
.main {
  width: 100%;
  height: 1070px;
  position: relative;
}
.main_gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.gr1 {
  opacity: 0.4;
  background: -webkit-linear-gradient(360deg, #000000 17.8%, rgba(0, 0, 0, 0) 36.38%);
  background: -moz-linear-gradient(360deg, #000000 17.8%, rgba(0, 0, 0, 0) 36.38%);
  background: -o-linear-gradient(360deg, #000000 17.8%, rgba(0, 0, 0, 0) 36.38%);
  background: linear-gradient(360deg, #000000 17.8%, rgba(0, 0, 0, 0) 36.38%);
}
.gr2 {
  opacity: 0.28;
  background: -webkit-linear-gradient(339.54deg, rgba(0, 0, 0, 0) 56.01%, #000000 73.75%);
  background: -moz-linear-gradient(339.54deg, rgba(0, 0, 0, 0) 56.01%, #000000 73.75%);
  background: -o-linear-gradient(339.54deg, rgba(0, 0, 0, 0) 56.01%, #000000 73.75%);
  background: linear-gradient(339.54deg, rgba(0, 0, 0, 0) 56.01%, #000000 73.75%);
}
.gr3 {
  opacity: 0.4;
  background: -webkit-linear-gradient(360deg, #000000 5.92%, rgba(0, 0, 0, 0) 33.95%);
  background: -moz-linear-gradient(360deg, #000000 5.92%, rgba(0, 0, 0, 0) 33.95%);
  background: -o-linear-gradient(360deg, #000000 5.92%, rgba(0, 0, 0, 0) 33.95%);
  background: linear-gradient(360deg, #000000 5.92%, rgba(0, 0, 0, 0) 33.95%);
}
.mask_gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mask1 {
  position: absolute;    
  width: 100%;
  height: 1070px;
  top: 0px;
  left: 0px;
  
  /* width: 282.8px;
  height: 141.4px; 
  top: 105px;
  left: calc(50% - 316px); */
  
  /* mask 속성 적용 */
  mask-image: url("../../static/images/lottemembers_31cashback_2506/main-line-1.png");
  /* mask-size: cover; */
  mask-size: 283px 141px;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../../static/images/lottemembers_31cashback_2506/main-line-1.png");
  /* -webkit-mask-size: cover; */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: calc(50vw - 316px) 105px;
  -webkit-mask-size: 283px 141px;
}
.mask2 {
  position: absolute;    
  width: 100%;
  height: 1070px;
  top: 0px;
  left: 0px;
  
  /* width: 282.8px;
  height: 247.8px; 
  top: 246.4px;
  left: calc(50% - 316px); */
  
  /* mask 속성 적용 */
  mask-image: url("../../static/images/lottemembers_31cashback_2506/main-line-2.png");
  /* mask-size: cover; */
  mask-size: 283px 248px;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../../static/images/lottemembers_31cashback_2506/main-line-2.png");
  /* -webkit-mask-size: cover; */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: calc(50vw - 316px) 246.4px;
  -webkit-mask-size: 283px 248px;
}
.mask3 {
  position: absolute;    
  width: 100%;
  height: 1070px;
  top: 0px;
  left: 0px;
  
  /* width: 282.8px;
  height: 371px; 
  top: 494.2px;
  left: calc(50% - 316px); */
  
  /* mask 속성 적용 */
  mask-image: url("../../static/images/lottemembers_31cashback_2506/main-line-3.png");
  /* mask-size: cover; */
  mask-size: 283px 371px;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../../static/images/lottemembers_31cashback_2506/main-line-3.png");
  /* -webkit-mask-size: cover; */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: calc(50vw - 316px) 494px;
  -webkit-mask-size: 283px 371px;
}
.main_line_1 {
  clip-path: inset(100% 0 0 0);
}
.main_line_2 {
  clip-path: inset(100% 0 0 0);
  opacity: 0.7;
}
.main_line_3 {
  clip-path: inset(100% 0 0 0);
  opacity: 0.7;
}
.main_line_1.act {
  transition: all 1.4s cubic-bezier(1, 0.26, 0.08, 0.59);
  clip-path: inset(0 0 0 0);
}
.main_line_2.act {
  transition: all 1.5s cubic-bezier(1, 0.26, 0.08, 0.59);
  clip-path: inset(0 0 0 0);
}
.main_line_3.act {
  transition: all 1.7s cubic-bezier(1, 0.26, 0.08, 0.59);
  clip-path: inset(0 0 0 0);
}

.main_img {
  position: absolute;
  width: 368px;
  top: 214px;
  left: calc(50% - 104px);
}
.logo {
  position: absolute;
  width: 54px;
  top: 4px;
  right: calc(50% - 54px / 2 - 210px);
}
.main_title {
  position: absolute;
  width: 233px;
  height: auto;
  top: 198.8px;
  left: calc(50% - 210px);
}
.main_title p {
  letter-spacing: -0.03em;
  line-height: 28px;
}
.main_title > img {
  width: 208px;
  height: auto;
  margin-top: 10px;
}
.card_w {
  width: 131.6px;
  height: auto;
  position: absolute;
  top: 450.8px;
  left: calc(50% - 209px);
  border-radius: 4.2px;
  -webkit-box-shadow: -11.2px 16.8px 22.4px 0px #0000005C;
  box-shadow: -11.2px 16.8px 22.4px 0px #0000005C;
}
.benefits_wrap {
  position: absolute;
  top: 682px;
  width: 476px;
  height: auto;
  gap: 16.8px;
}
.benefits_wrap > .flex_row {
  width: 100%;
  /* height: 257px; */
  gap: 5.6px;
}
.benefit {
  flex: 1 0 33%;
  height: 100%;
  border-top: 1.4px solid #DBBF92;
  background: #2C282761;
  backdrop-filter: blur(28px);
  border-radius: 2.8px;
  gap: 16.8px;
  width: 100%;
  padding: 16.8px 0px 22.4px;
}
.benefit .flex_col {
  position: relative;
  width: 100%;
  gap: 11.2px;
  justify-content: flex-start;
}
.benefit > .flex_col:first-child {
  /* height: 92px; */
  padding-bottom: 11px;
}
.kv_divid {
  width: 100%;
  height: 0.8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
}
.kv_divid_ver {
  height: 29.4px;
  width: 0.8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
}
.kv_icon {
  width: 39.2px;
  height: 39.2px;
}
.kv_icon_logo {
  height: 56px;
}
.kv_title {
  width: 100%;
  height: auto;
}
.kv_sub_tit {
  font-size: 9.8px;
  line-height: 9.8px;
  letter-spacing: -0.02rem;
  color: #F5F5F5;
  position: absolute;
  bottom: 5px;
}
.kv_sub_tit.sec {
  bottom: -13px;
}
.benefit .caption3 {
  height: 36.4px;
}
.txt_long_wrap {
  width: 100%;
  align-items: flex-start;
}
.kv_txt_long {
  height: 30px;
}
.kv_txt {
  width: 100%;
}
#go_detail {
  background-color: #EFECE5;
  width: 100%;
  height: 75.6px;
  border-radius: 5.6px;
  -webkit-box-shadow: 0px 7px 16.8px 0px #0000005C;
  box-shadow: 0px 7px 16.8px 0px #0000005C;
}
.icon_btn {
  width: 21px;
  height: 14px;
  margin-left: 12.6px;  
}
/* eve_banner */
.banner-button {
  width: 100%;
  max-width: 468px;
  padding: 25px 30px;
  justify-content: space-between;
  border-radius: 8px;
  border-left: 8px solid #60B0E3;
  border-right: 8px solid #D00E31;
  background-color: #022346;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.36);
}
.banner_box {
  width: 100%;
  gap: 11px;
}
#go_banner .card {
  width: 56px;
  height: auto;
  -webkit-box-shadow: -11.2px 16.8px 22.4px 0px #0000005C;
  box-shadow: -11.2px 16.8px 22.4px 0px #0000005C;
}
.banner_title {
  width: 100%;
  align-items: flex-start;
  gap: 6px;
}
.banner_sec_title {
  height: 21px;
}
.banner_title_img {
  height: 56px;
}
.banner_btn {
  padding: 11px 8px;
  background-color: #fff;
  border-radius: 4px;
}
.banner_btn_txt {
  height: 17px;
}

/* event */
#event {
  width: 100%;
  background-image: url('../../static/images/lottemembers_31cashback_2506/kv-pattern.png');
  background-size: 50px 50px;
  justify-content: flex-start;
}
.eve_bg {
  width: 100%;
  height: 939px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: -webkit-linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -moz-linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 64%;
}
.bg_down {
  width: 100%;
  height: 700px;
  transform: scaleY(-1);
  min-height: 939px;
  position: absolute;
  left: 0px;
  bottom: 0;
  background: -webkit-linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -moz-linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 64%;
}
.eve_wrap {
  width: 100%;
  max-width: 504px;
  padding: 28px 19.6px;
}
.eve_box {
  width: 100%;
  backdrop-filter: blur(25.2px);
  background: #2C282757;
  border-top: 1.4px solid #DBBF92;
  border-radius: 5.6px;
  padding: 39.2px 28px;
  gap: 19.6px;
}
.eve_box .flex_col {
  width: 100%;
}
.eve_title {
  gap: 16.8px;
}
.eve_title .flex_col {
  gap: 5.6px;
}
.eve_sec_title {
  height: 19.6px;
}
.eve_sec_title_divid {
  width: 60.2px;
  height: 0.7px;
  background: -webkit-linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 50%, rgba(245, 245, 245, 0) 100%);
  background: -moz-linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 50%, rgba(245, 245, 245, 0) 100%);
  background: -o-linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 50%, rgba(245, 245, 245, 0) 100%);
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 50%, rgba(245, 245, 245, 0) 100%);
}
.eve_img {
  height: 144.2px;
}
.eve_img_3 {
  height: 109px;
}
.eve_title_img {
  height: 39px;
}

.eve_cont {
  gap: 25.2px;
}
.eve_cont .flex_col,
.eve_cont .flex_row {
  align-items: flex-start;
}
.eve_cont > .flex_col {
  gap: 14px;
}
.eve_cont > .flex_col > .flex_col {
  align-items: flex-start;
}
.eve_cont_divid {
  width: 100%;
  height: 0.84px;
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  margin-top: 11.2px;
}
.eve_star_li {
  position: relative;
  padding-left: 15.4px;
  margin-top: 2.8px;
}
.eve_star_li::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: inherit;
  font-size: inherit;
}
.step_wrap {
  width: 100%;
  gap: 17px;
  justify-content: flex-start;
  align-items: flex-start;
}
.step_wrap .flex_col {
  align-items: flex-start;
  gap: 3px;
}
.title-eve {
  height: 17px;
}
.title-eve.title-high {
  height: 22.4px;
}
.step_wrap_min {
  gap: 5.6px;
}
.step_wrap > .flex_row {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 11.2px;
}
.step_wrap > .flex_row > img {
  width: 28px;
  height: 36.4px;
  flex-shrink: 0;
}
.step_wrap > .flex_row > .grow {
  width: 100%;
  gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
} 
.gray_tag {
  display: inline-block;
  background: #F5F5F514;
  color: #F5F5F5C7;
  padding: 1.4px 4.2px;
  border-radius: 2.8px;
  margin-right: 5.6px;
}
.table {
  width: 370px;
  background: #0000005E;
  border-top: 1.4px solid #0000005E; 
  gap: 1px;
}
.table .table_h.flex_row {
  width: 100%;
  height: 64px;
  justify-content: space-between;
}
.table .table_r.flex_row {
  width: 100%;
  height: 62px;
  justify-content: space-between;
  background: #FFFFFF1A;
}
.table .table_c.flex_col {
  width: 123px;
  text-align: center;
}
.table .table_c.caption2.bold {
  line-height: 21px;
}
.step_wrap > p.caption2.gold {
  margin-top: 8.4px;
}

/* footer */
.footer {
  width: 100%;
  background-color: #DAD7D6;
  color: #111111;
}
.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;
}

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

span.cap_txt {
  padding: 1.4px 4.2px;
  border-radius: 2.8px;
  background: rgba(245, 245, 245, 0.08);
  color: rgba(245, 245, 245, 0.78);
}
.min-title {
  height: 21px;
}
.btn_body {
  align-items: flex-start;
  gap: 5px;
}
.kv_cap {
  width: 100%;
  padding: 0 35px;
}
.kv-icon-plus-wrap {
  position: absolute;
  justify-content: space-between;
  width: 190px;
  top: 50%;
}
.kv-icon-plus {
  z-index: 10;
  width: 28px;
}
.twoline {
  padding-top: 6px;
}
.twoline p {
  line-height: 22px !important;
}
.pb {
  padding-bottom: 7px;
}
.caption2.gold {
  width: 100%;
}
.caption_wrap {
  gap: 8.4px;
}