@charset "UTF-8";
/* common */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.css");
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;
  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; */
}
button:hover > .hover {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 14px;
}

.hover {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  cursor: pointer;
}

/* typography */
.h1 {
  font-size: 21px;
  line-height: 115%;
}

.h2 {
  font-size: 20px;
  line-height: 28px;
}

.h3 {
  font-size: 18px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.caption1 {
  font-size: 17px;
  line-height: 22px;
}

.caption2 {
  font-size: 15px;
  line-height: 22px;
}
.caption2.mid {
  font-size: 15px;
  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: #ece8e8;
  color: #201d1d;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.black2 {
  color: #464646;
}

.black3 {
  color: #232323;
}

.orange {
  color: #812200 !important;
}

/* box */
.min_wrap,
#go_apply_fixed {
  opacity: 0;
  transition: opacity 0.3s ease;
  min-width: 360px;
}
.min_wrap {
  min-width: 360px;
  width: 100%;
  overflow: hidden;
}

.container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.flex_col {
  display: flex;
  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: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.grow {
  flex-grow: 1;
}

.only_pc {
  display: block;
}

.only_mo {
  display: none;
}

.x_center {
  left: 50%;
  transform: translateX(-50%);
}

.relative {
  position: relative;
}

.align_start {
  align-items: start !important;
}

.align_center {
  align-items: center !important;
}

/* fixed_top_button */
.fixed_top_button {
  z-index: 99;
  top: 0px;
  left: 0;
  right: 0;
  justify-content: center;
  position: fixed;
  width: 100%;
  padding: 20px 17px;
  cursor: pointer;
  filter: drop-shadow(0px 1.4px 1.4px rgba(255, 60, 0, 0.25));
}
.fixed_top_button .fixed-button {
  width: 470px;
  max-width: 100%;
  margin: auto;
  background: #fffefd;
  border-radius: 14px;
  padding: 13px 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 11px;
}
.fixed_top_button .fixed-button:hover > .hover {
  background: rgba(0, 0, 0, 0.12);
}
.fixed_top_button .fixed-button > .hover {
  border-radius: 14px;
  pointer-events: none;
}
.fixed_top_button .fixed-button .txt-box {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 6px 14px 14px;
  align-items: flex-start;
}
.fixed_top_button .fixed-button .txt-box .label {
  padding: 6px 8px 7px;
  background: rgba(255, 91, 0, 0.1019607843);
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.7px;
  color: #ff5b00;
  width: -moz-fit-content;
  width: fit-content;
}
.fixed_top_button .fixed-button .txt-box .fxd-btn-txt {
  width: 208px;
  height: 35px;
}
.fixed_top_button .fixed-button .btn {
  border-radius: 8px;
  background: #ff5b00;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 21px 20px 21px 22px;
  color: white;
}
.fixed_top_button .fixed-button .btn .btn-logo {
  width: 113px;
  height: 18px;
  display: block;
}
.fixed_top_button .fixed-button .btn .btn-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
.fixed_top_button .fixed-button .btn .btn-row span {
  font-weight: 900;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: -0.05em;
  color: white;
}
.fixed_top_button .fixed-button .btn .btn-arrow {
  width: 17px;
  height: 28px;
  flex-shrink: 0;
}

/* footer */
.footer {
  background: #181818;
  width: 100%;
}
.footer .footer_content {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  gap: 22px;
  align-items: start;
  padding: 36px 20px 50px 20px;
  color: white;
}
.footer .footer_content .title_wrap {
  justify-content: start;
  align-items: center;
  gap: 8px;
}
.footer .footer_content .title_wrap .icon_alert {
  width: 25px;
  height: 25px;
}
.footer .footer_content .title_wrap p {
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.7px;
}
.footer .footer_content ul {
  list-style: none;
}
.footer .footer_content ul li {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -5%;
}
.footer .footer_content ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: white;
  top: 9px;
  left: 8px;
}
.footer .footer_content ul li.note::before {
  content: "※";
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  top: 0;
  left: 0;
}
.footer .footer_content ul li span {
  display: flex;
  gap: 8.4px;
  font-weight: 700;
}
.footer .footer_content ul li span::before {
  content: "-";
}
.footer .footer_content .sub_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -5%;
  color: white;
  margin-bottom: 8px;
}
.footer .footer_content .btm p {
  display: flex;
  gap: 5.6px;
  padding: 0 5.6px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -5%;
  color: white;
}
.footer .footer_content .btm p::before {
  content: "※";
}

.main {
  height: 825px;
  background: url("../../static/images/loca365_20cashback_2607/noise.png") repeat 0 0 / 100px 100px, linear-gradient(180deg, #fb8825 31.48%, #fcbd86 44.24%, #fffbf1 51.69%, #fcf1e7 76.85%, #ffe1d1 100%);
}
.main .main-content-wrap {
  width: 504px;
  margin: auto;
  padding-top: 198px;
  display: flex;
  flex-direction: column;
  gap: 42px;
  align-items: center;
  position: relative;
}
.main .main-content-wrap .kv-icon {
  position: absolute;
}
.main .main-content-wrap .kv-head {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.main .main-content-wrap .kv-head .logo {
  width: 177px;
  height: 28px;
}
.main .main-content-wrap .kv-head .kv-title {
  width: 375px;
  height: 112px;
}
.main .main-content-wrap .kv-head .kv-icon-1 {
  width: 50px;
  height: 42px;
  top: 0px;
  left: -170px;
}
.main .main-content-wrap .kv-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.main .main-content-wrap .kv-body .kv-card-visual {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.main .main-content-wrap .kv-body .kv-card-visual .card {
  width: 275px;
  height: 173px;
}
.main .main-content-wrap .kv-body .kv-card-visual .kv-card-name {
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: #fa8625;
}
.main .main-content-wrap .kv-body .kv-card-visual .kv-icon-2 {
  top: -16px;
  right: -25px;
  width: 23px;
  height: 23px;
}
.main .main-content-wrap .kv-body .kv-card-visual .kv-icon-3 {
  width: 96px;
  height: 8px;
  top: 218px;
  left: 85px;
}
.main .main-content-wrap .kv-body .kv-card-visual .kv-icon-4 {
  top: 190px;
  left: 186px;
  width: 39px;
  height: 36px;
}
.main .main-content-wrap .kv-body .kv-card-visual .kv-sd {
  position: absolute;
  width: 404px;
  height: 78px;
  top: 142px;
  left: -15px;
}
.main .main-content-wrap .kv-body .kv-tag-list {
  display: flex;
  gap: 8.4px;
}
.main .main-content-wrap .kv-body .kv-tag-list .kv-tag-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.main .main-content-wrap .kv-body .kv-tag-list .kv-tag-item .kv-tag-text {
  display: flex;
  gap: 4px;
  align-items: center;
}
.main .main-content-wrap .kv-body .kv-tag-list .kv-tag-item .kv-tag-text .kv-tag-label {
  padding: 5.6px 8px 7px;
  border-radius: 100px;
  border: 1.4px solid #ff5b00;
  font-weight: 900;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: -5%;
  color: #ff5b00;
}
.main .main-content-wrap .kv-body .kv-tag-list .kv-tag-item .kv-tag-text .kv-tag-label.fill {
  color: white;
  background: #ff5b00;
}
.main .main-content-wrap .kv-body .kv-tag-list .kv-tag-item .kv-tag-text .kv-tag-desc {
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  color: #ff5b00;
  letter-spacing: -5%;
}
.main .main-content-wrap .kv-body .kv-tag-list .kv-tag-item .kv-txt {
  width: 205px;
  height: 40px;
}
.main .main-content-wrap .kv-body .kv-tag-list .kv-tag-item .kv-txt.kv-txt-1 {
  height: 88px;
}
.main .main-content-wrap .kv-btn-img {
  position: absolute;
  width: 102px;
  height: 109px;
  top: 582px;
  left: 302px;
  z-index: 1;
}
.main .main-content-wrap .kv-cta {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
}
.main .main-content-wrap .kv-cta .kv-cta-btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 1.4px solid #ff5b00;
  height: 75px;
  width: 392px;
  background: white;
  cursor: pointer;
  border-radius: 14px;
  box-shadow: 0px 1.4px 2.8px 0px rgba(255, 60, 0, 0.2509803922);
}
.main .main-content-wrap .kv-cta .kv-cta-btn p {
  font-weight: 900;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: -5%;
  color: #ff5b00;
}
.main .main-content-wrap .kv-cta .kv-cta-btn .kv-icon-star {
  position: absolute;
}
.main .main-content-wrap .kv-cta .kv-cta-btn .kv-icon-star.kv-icon-star-1 {
  width: 16px;
  height: 18px;
  top: 11px;
  left: 88px;
}
.main .main-content-wrap .kv-cta .kv-cta-btn .kv-icon-star.kv-icon-star-2 {
  width: 11px;
  height: 12px;
  top: 40px;
  left: 290px;
}
.main .main-content-wrap .kv-cta .kv-cta-note {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.7px;
  color: #161616;
}

.event {
  background: url("../../static/images/loca365_20cashback_2607/noise.png") repeat 0 0 / 100px 100px, linear-gradient(180deg, #ffe1d1 11.56%, #fefefe 16.65%);
}
.event .event-inner {
  padding: 61px 0;
  width: 436px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.event .event-inner .event-head {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.event .event-inner .event-head .body-title {
  width: 355px;
  height: 94px;
}
.event .event-inner .event-head .body-img {
  width: 411px;
  height: 278px;
}
.event .event-inner .cont-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.event .event-inner .cont-list .cont-item {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.event .event-inner .cont-list .cont-item .cont-title {
  width: 198px;
  height: 16px;
}
.event .event-inner .cont-list .cont-item .cont-txt-box {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}
.event .event-inner .cont-list .cont-item h1 {
  font-weight: 700;
  font-size: 19.6px;
  line-height: 28px;
  letter-spacing: -0.7px;
  color: #161616;
}
.event .event-inner .cont-list .cont-item h1 span {
  font-weight: 400;
  font-size: 18.2px;
  line-height: 26.6px;
}
.event .event-inner .cont-list .cont-item h1 span.cont-note {
  display: inline;
}
.event .event-inner .cont-list .cont-item h1 b {
  color: #ff5b00;
}
.event .event-inner .cont-list .cont-item .cont-note {
  display: flex;
  flex-direction: column;
  gap: 2.8px;
}
.event .event-inner .cont-list .cont-item .cont-note p {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.7px;
  color: #161616;
  display: flex;
  gap: 2.8px;
}
.event .event-inner .cont-list .cont-item .cont-note p::before {
  content: "*";
}
.event .event-inner .cont-list .cont-item .cont-note p.cont-intro {
  font-weight: 700;
}
.event .event-inner .cont-list .cont-item .cont-note .agree-list {
  display: flex;
  flex-direction: column;
  gap: 2.8px;
  padding-left: 11px;
}
.event .event-inner .cont-list .cont-item .cont-note .agree-list .agree-item {
  display: flex;
  gap: 2.8px;
}
.event .event-inner .cont-list .cont-item .cont-note .agree-list .agree-item p::before {
  content: unset;
}
.event .event-inner .cont-list .cont-item .step-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.event .event-inner .cont-list .cont-item .step-list .step-item {
  display: flex;
  gap: 10px;
}
.event .event-inner .cont-list .cont-item .step-list .step-item .num {
  width: 25px;
  height: 28px;
}
.event .event-inner .cont-list .cont-item .step-list .step-item .step-txt {
  gap: 1.4px;
}
.event .event-inner .cont-list .cont-item .step-cont {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.event .event-inner .cont-list .cont-item .step-cont .benefit-wrap {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.event .event-inner .cont-list .cont-item .step-cont .benefit-wrap .benefit-list {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}
.event .event-inner .cont-list .cont-item .step-cont .benefit-wrap .benefit-list .benefit-item {
  display: flex;
  gap: 8.4px;
}
.event .event-inner .cont-list .cont-item .step-cont .benefit-wrap .benefit-list .benefit-item .min-num {
  width: 25px;
  height: 25px;
}
.event .event-inner .cont-list .cont-item .step-cont .benefit-wrap .benefit-list .benefit-item h1 {
  line-height: 25px;
}

.check-txt-wrap {
  gap: 6px;
}
.body-check-txt {
  width: 203px;
  height: 43px;
}