@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 {
  color: #ffffff;
}

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

body,
ul,
li,
button {
  margin: 0;
  padding: 0;
}

main,
section,
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;
}
button {
  color: #222;
}

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 {
  opacity: 0.85;
}

[data-aos="fade-down"] {
  transform: translateY(-15px);
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos="fade-down"].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

/* color */
body {
  color: #222222;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.black2 {
  color: #222222;
}
.red {
  color: #944136;
}
.red2 {
  color: #531406;
}
.red3 {
  color: #620F04;
}
.orange {
  color: #E24F00;
}

/* typography */
.h1 {
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.h2 {
  font-size: 14px;
  line-height: 18px;
}
.h3 {
  font-size: 13px;
  line-height: 19px;
}
.h3.mid {
  line-height: 17px;
} 
.caption1 {
  font-size: 12px;
  line-height: 17px;
}
.caption2 {
  font-size: 11px;
  line-height: 16px;
}
.caption2.mid {
  line-height: 130%;
}
.caption2.bold {
  line-height: 11px;
}
.caption3 {
  font-size: 10px;
  line-height: 11px;
}

.extra_bold {
  font-weight: 900;
}
.bold {
  font-weight: 700;
}
.mid {
  font-weight: 500;
}

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

/* opacity */
.opacity_66 {
  opacity: 0.66;
}
.opacity_88 {
  opacity: 0.88;
}

/* layout */
.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;
}
.x_center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

/* main */
main {
  background: linear-gradient(180deg, #FDF2E2 0%, #E8B9B0 100%);
  width: 100%;
  position: relative;
  overflow: hidden;
}
main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../static/images/lottecard_recommend_19cashback_2511/noise.png") center top;
  background-size: 100px 100px;
  opacity: 0.4;
  z-index: 0;
}
.main_container {
  width: 360px;
  margin: 0 auto;
  height: auto;
  min-height: 564px;
  padding-top: 420px;
  padding-bottom: 36px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.fixed_button_wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 8px;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  z-index: 15;
}
.logo {
  width: 34px;
  height: 8px;
  object-fit: contain;
}
.fixed_button {
  width: 100%;
  height: 60px;
  background-color: #B95143;
  border: none;
  border-radius: 4px;
  padding: 12px 10px 12px 16px;
  justify-content: space-between;
  cursor: pointer;
  box-shadow: 0px 1px 3px 0px #402D2B1A, 0px 5px 5px 0px #402D2B17, 0px 10px 6px 0px #402D2B0D, 0px 18px 7px 0px #402D2B03, 0px 29px 8px 0px #402D2B00;
}
.fxd_btn_txt {
  width: auto;
  height: 26px;
}
.fxd_btn {
  width: 84px;
  height: 36px;
  border-radius: 2px;
  background-color: #482914;
}

.main_img_light {
  position: absolute;
  width: 434px;
  height: 379px;
  top: 75px;
  left: -37px;
}
.main_img_1 {
  position: absolute;
  width: 46px;
  height: 44px;
  top: 383px;
  left: 60px;
}
.main_img_2 {
  position: absolute;
  width: 22px;
  height: 14px;
  top: 389px;
  left: 28px;
}
.main_img_3 {
  position: absolute;
  width: 30px;
  height: 29px;
  top: 199px;
  left: 148px;
}
.main_img_4 {
  position: absolute;
  width: 57px;
  height: 39px;
  top: 212px;
  left: 288px;
}
.main_img_5 {
  position: absolute;
  width: 35px;
  height: 33px;
  top: 127px;
  left: -8px;
}
.main_light_1 {
  position: absolute;
  width: 35px;
  height: 58px;
  top: 144px;
  left: 301px;
}
.main_light_2 {
  position: absolute;
  width: 48px;
  height: 38px;
  top: 221px;
  left: 42px;
}

.main_title {
  position: absolute;
  width: 246px;
  height: 73px;
  top: 116px;
  left: 57px;
}

/* main - card swiper */
.swiper-container {
  max-width: 604px;
  position: absolute;
  top: 225px;
}
.swiper-wrapper {
  align-items: flex-start;
}
.swiper-slide {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  /* visibility: hidden; */
}
.motion {
  width: 180px;
  height: 180px;
}
/* swiper1 */
.card_money {
  display: inline-block;
  width: 153px;
  height: 96px;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px #402D2B1A, 0px 3px 3px 0px #402D2B17, 0px 7px 4px 0px #402D2B0D, 0px 13px 5px 0px #402D2B03, 0px 20px 6px 0px #402D2B00;
  /* transition: width height 0.3s ease, height 0.3s ease; */
  transition: all .3s;
}
.swiper-slide-active .card_money {
  width: 167px;
  height: 105px;
}
/* swiper2 */
.card_triple {
  display: inline-block;
  width: 96px;
  height: 153px;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px #402D2B1A, 0px 3px 3px 0px #402D2B17, 0px 7px 4px 0px #402D2B0D, 0px 13px 5px 0px #402D2B03, 0px 20px 6px 0px #402D2B00;
  /* transition: width height 0.3s ease, height 0.3s ease; */
  transition: all .3s;
}
.swiper-slide-active .card_triple {
  width: 105px;
  height: 167px;
}
/* swiper3 */
.swiper3_card {
  display: inline-block;
  height: 153px;
  width: 96px;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px #402D2B1A, 0px 3px 3px 0px #402D2B17, 0px 7px 4px 0px #402D2B0D, 0px 13px 5px 0px #402D2B03, 0px 20px 6px 0px #402D2B00;
  position: absolute;
  top: 7px;
  left: 42px;
  transition: transform 0.3s ease;
}
.swiper-slide-active .card_triple {
  height: 167px;
  width: 105px;
}
.swiper-slide-active .card_pet {
  transition-delay: 0.4s;
  transform: rotate(-10deg) translate(-26px, 3px);
}
.swiper-slide-active .card_edu {
  transition-delay: 0.4s;
  transform: rotate(-5deg) translate(-7px, 3px);
}
.swiper-slide-active .card_golf {
  transition-delay: 0.4s;
  transform: rotate(5deg) translate(7px, 3px);
}
.swiper-slide-active  .card_travel {
  transition-delay: 0.4s;
  transform: rotate(10deg) translate(26px, 3px);
}
/* swiper arrow */
.swiper-button-prev, .swiper-button-next {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 321px;
  /* top: 299px; */
}
.swiper-button-prev {
  left: 58px;
}
.swiper-button-next {
  right: 58px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../../static/images/lottecard_recommend_19cashback_2511/chover-icon.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
}
.swiper-button-next::after {
  transform: rotate(180deg);
}

/* swiper 애니메이션 */
.swiper_fade_up_before {
  display: block;
  opacity: 0;
  transform: translate3d(0,-60px,0);
}
.swiper_fade_up {
  display: block;
  transition-property: opacity,transform;
  transition-duration: .7s;
  transition-timing-function: cubic-bezier(.455,.03,.515,.955);
  opacity: 1;
  transform: translateZ(0);
}
[data-aos-delay="50"] {
  transition-delay: 0.1s;
}
[data-aos-delay="100"] {
  transition-delay: 0.15s;
}
[data-aos-delay="150"] {
  transition-delay: 0.2s;
}
[data-aos-delay="200"] {
  transition-delay: 0.25s;
}
[data-aos-delay="250"] {
  transition-delay: 0.3s;
}
.kv_box_wrap {
  width: 100%;
  gap: 4px;
  padding: 0px 24px;
}
.kv_box {
  width: 100%;
  padding: 16px 20px 20px 24px;
  border-radius: 4px;
  background-color: #FBF5F0;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 1px 1px 0px #402D2B1A, 0px 3px 3px 0px #402D2B17, 0px 6px 4px 0px #402D2B0D, 0px 11px 4px 0px #402D2B03, 0px 17px 5px 0px #402D2B00;
  gap: 8px;
}
.kv_card_title {
  width: 100%;
  justify-content: space-between;
  gap: 12px;
}
.kv_card_title > .grow {
  background-color: #402D2B4D;
  height: 1px;
}
.kv_card_title > .h1, .kv_card_title > .kv_card_btn { flex-shrink: 0; }
.kv_card_btn {
  width: 57px;
  height: 31px;
  padding: 6px 12px;
  border-radius: 2px;
  background-color: #C77469;
}

.kv_box > .flex_col {
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
}
.kv_box_tag_wrp {
  width: 100%;
  /* padding-top: 16px; */
  justify-content: flex-start;
  align-items: flex-start;
}
.kv_box_tag {
  display: inline-block;
  background: #88483926;
  padding: 2px 4px;
  border-radius: 2px;
  margin-right: 8px;
  flex-shrink: 0;
}
.kv_star_li {
  padding-left: 11px;
  position: relative;
}
.kv_star_li::before {
  content: "∗";
  font-size: inherit;
  font-weight: inherit;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* event */
#event {
  background-color: #FEEEDD;
  width: 100%;
}
#event::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../static/images/lottecard_recommend_19cashback_2511/noise.png") center top;
  background-size: 100px 100px;
  opacity: 0.4;
  z-index: 0;
}
.event_container {
  width: 100%;
  min-width: 360px;
  max-width: 360px;
  padding: 36px 12px;
  gap: 18px;
}
.eve_img_wrap {
  width: 252px;
  height: 249px;
  position: relative;
  justify-content: flex-start;
  align-items: center;
}
.body_sub_title {
  width: 76px;
  height: 53px;
}
.body_img {
  width: 252px;
  height: 158px;
}
.body_title {
  width: 234px;
  height: 44px;
  position: absolute;
  bottom: 0px;
}

.eve_box {
  width: 100%;
  background: #FBF5F0;
  border: 1px solid #FFFFFF;
  padding: 20px 0px;
  box-shadow: 0px 1px 1px 0px #402D2B1A, 0px 3px 3px 0px #402D2B17, 0px 6px 4px 0px #402D2B0D, 0px 11px 4px 0px #402D2B03, 0px 17px 5px 0px #402D2B00;
}
.eve_box_inner {
  padding: 0px 20px;
}
.eve_title {
  width: 100%;
  margin-bottom: 8px;
}
.eve_box_inner > .flex_col {
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
}
.eve_star_ul {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
}
.eve_star_li {
  padding-left: 11px;
  position: relative;
}
.eve_star_li::before {
  content: "※";
  font-size: inherit;
  font-weight: inherit;
  position: absolute;
  top: 0px;
  left: 0px;
}
.eve_divider {
  width: 100%;
  height: 0.5px;
  padding: 12px 20px;
}
.eve_divider::before {
  content: "";
  width: 100%;
  height: 0.5px;
  display: block;
  background-color: #944136;
  opacity: 0.2;
}
.eve_tag_wrap {
  gap: 6px;
  justify-content: flex-start;
}
.eve_tag {
  padding: 1px 4px;
  background: #88483926;
  border-radius: 4px;
}
.eve_benefit_box {
  width: 100%;
  background-color: #F7ECE3;
  border-radius: 4px;
  overflow: hidden;
}
.eve_benefit_box_head {
  background: #9441360A;
  padding: 11px 16px;
  flex-shrink: 0;
  align-self: stretch;
}
.eve_benefit_box_head img {
  width: 24px;
  height: 33px;
}
.eve_benefit_box_txt {
  padding: 10px 16px;
}
/* event table */
.eve_table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed; 
}
/* 1번째 컬럼 너비 설정 */
.eve_table th:nth-child(1),
.eve_table td:nth-child(1) {
  width: 27px;
  border-left-width: 0px;
}
/* 2번째 컬럼 너비 설정 */
.eve_table th:nth-child(2),
.eve_table td:nth-child(2) {
  width: 93px;
}
/* 3번째 컬럼 너비 설정 */
.eve_table th:nth-child(3),
.eve_table td:nth-child(3) {
  width: 39px;
}
/* 4번째 컬럼 너비 설정 */
.eve_table th:nth-child(4),
.eve_table td:nth-child(4) {
  width: 78px;
}
.eve_table th {
  background-color: #E5CDC4;
  color: #620F04;
  padding: 4px 0px;
  font-weight: bold;
  white-space: nowrap;
  border-top: 0.4px solid #9441364D;
  border-left: 0.4px solid #9441364D;
}
.eve_table td {
  padding: 4px 0px;
  border: 0.4px solid #9441364D;
  background-color: #FFFFFF;
}
.eve_table tbody tr td:last-child {
  border-right-width: 0px;
}
.eve_table tbody tr:last-child td {
  border-bottom-width: 0px;
}

.eve_desc {
  width: 100%;
  padding: 12px 20px;
  background: linear-gradient(0deg, rgba(98, 15, 4, 0.04), rgba(98, 15, 4, 0.04)), linear-gradient(0deg, #F7ECE3, #F7ECE3);
  margin-top: 12px;
  gap: 2px;
}

/* footer */
.footer-wrap {
  width: 100%;
  background-color: #1C1A18;
  padding: 26px 24px 36px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.footer-title {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 8px;
  width: 100%;
}

.alert-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-icon img {
  width: 16.38px;
  height: 16.38px;
  object-fit: contain;
}

.footer-title h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.286;
  letter-spacing: -3.57%;
  color: #ffffff;
  margin: 0;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding-left: 24px;
}

.footer-legal-text {
  font-size: 13px;
  line-height: 1.462;
  letter-spacing: -3.85%;
  color: #ffffff;
  margin: 0;
  width: 100%;
}

.footer-interest-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer-interest-title {
  color: #ffffff;
  margin: 0 0 4px 0;
  width: 100%;
}

.footer-interest-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer-list-item {
  display: flex;
  gap: 6px;
  width: 100%;
  align-items: flex-start;
}

.footer-list-bullet {
  flex-shrink: 0;
}

.footer-list-text {
  flex: 1;
}

.footer-warning-text {
  margin: 4px 0 0 0;
  width: 100%;
}

.footer-regulatory {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: -14px;
}

.footer-reg-item {
  display: flex;
  gap: 4px;
  width: 100%;
  align-items: flex-start;
}

.footer-reg-bullet {
  flex-shrink: 0;
}

.footer-reg-text {
  flex: 1;
}
