/* common */
@charset "utf-8";
@import url("https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css");
@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: "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: 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: #111111;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.black2 {
  color: #464646;
}

.black3 {
  color: #232323;
}

.orange {
  color: #ec6634;
}

/* 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;
}

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

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

/* fixed_top_button */
.fixed_top_button {
  position: fixed;
  z-index: 99;
  width: 504px;
  height: 140px;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  align-items: end;
  padding: 16.8px 11.2px;
  justify-content: center;
}

.fixed_top_button .fixed_button {
  width: 100%;
  height: 106.4px;
  background: radial-gradient(86.05% 434.97% at 86.05% 100%, rgba(228, 244, 201, 0.88) 69.89%, rgba(250, 245, 228, 0.88) 80.88%, rgba(255, 255, 255, 0.88) 100%);

  padding: 16.8px 22.4px;
  box-shadow: 0px 5.6px 16.8px 0px #00000040;
  backdrop-filter: blur(33.6px);
  border-radius: 14.6px;
  display: flex;
  justify-content: space-between;
}

.fixed_top_button .fixed_button h1 {
  font-family: "SUITE";
  font-weight: 800;
  font-size: 22.05px;
  line-height: 100%;
  letter-spacing: -1%;
  color: #225C00;
  text-align: left;
}

.fixed_top_button .fixed_button h1 b {

  font-weight: 900;
  font-size: 25.2px;
  line-height: 100%;
  color: #123000;
}

.fixed_top_button .fixed_button .btn {
  width: 128px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4px;
  background: #26290E;
  border-radius: 70px;
}

.fixed_top_button .fixed_button .btn p {
  font-family: "SUITE";
  font-weight: 800;
  font-size: 19.6px;
  line-height: 19.6px;
  color: white;
}

.fixed_top_button .fixed_button .btn img {
  width: 14.4px;
  height: 11.2px;
}

button:hover>.hover {
  background: rgba(0, 0, 0, 0.12);
}



.main-wrap {
  width: 100%;
  background: linear-gradient(180deg, #2C523F -2.4%, #6DA683 65.83%);
  overflow: hidden;
  height: 812px;
  position: relative;
  padding-top: 140px;
}

/* deco */
.main-wrap .kv-back-rec {
  position: absolute;
  width: 1132px;
  height: 812px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.main-wrap .kv-back-btm {
  width: 676px;
  height: 75px;

  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.main-wrap .main-container {
  height: 672px;
  padding-top: 51px;
}

.main-wrap .main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 504px;
  gap: 8.4px;

  position: relative;
  padding: 0 9.8px;
}

.main-wrap .main .kv-img-1 {
  position: absolute;
  width: 135px;
  top: -61px;
  left: -56px;
}

.main-wrap .main .kv-img-2 {
  position: absolute;
  width: 75px;
  top: 530px;
  right: 42px;
  z-index: 1;
}

.main-wrap .main .kv-img-3 {
  position: absolute;
  width: 148.4px;
  top: 512px;
  left: 110px;
}

.main-wrap .main .kv-wrap {
  width: 100%;
  border: 1.4px solid #ffffff33;
  /* border-image-source: linear-gradient(169.58deg, #FFFFFF, #FFFFFF33 100%); */
  backdrop-filter: blur(42px);
  border-radius: 28px;
  height: 548px;
  box-shadow: 0px -19.6px 47.6px 0px #003A0640, 0px 15.4px 47.6px 0px #003A0640;
}

.kv-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 22px 8px 16px;
  position: relative;
  background: #FFFFFF17;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

.kv-header::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../static/images/loca365_36benefit_2601/noise-pattern.png") repeat;
  background-size: 50px 50px;
  background-size: cover;
  opacity: 0.1;
  mix-blend-mode: overlay;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

.kv-header .left {
  display: flex;
  align-items: center;
  gap: 7px;
}

.kv-header .left img {
  width: 25.2px;
  aspect-ratio: 1;
}

.kv-header .left p {

  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.7px;
  color: white;
  opacity: 0.88;
}

.kv-header .right {
  display: flex;
  align-items: center;
  gap: 5.6px;
  flex-shrink: 0;
}

.kv-header .right>div {
  width: 5.6px;
  height: 5.6px;
  border-radius: 5.6px;
  flex-shrink: 0;
}

.kv-header .right>div.white {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(0deg, rgba(54, 79, 63, 0.1), rgba(54, 79, 63, 0.1));
}

.kv-header .right>div.gray {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(0deg, rgba(54, 79, 63, 0.4), rgba(54, 79, 63, 0.4));
  opacity: 0.88;

}

.kv-header .right>div.black {
  background: #364F3F;

}

.main-wrap .main .kv-wrap .kv-content-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-top: 22.4px;
  padding-bottom: 26.6px;
  gap: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.7392) 100%);
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}

.main-wrap .main .kv-wrap .kv-content-wrap .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-wrap .main .kv-wrap .kv-content-wrap .top p {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.7px;
  color: #111111;
  opacity: 0.7;
}

.main-wrap .main .kv-wrap .kv-content-wrap .top img {
  height: 44px;
}

.main-wrap .main .kv-wrap .kv-content-wrap .bottom {
  flex-grow: 1;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.main-wrap .main .kv-wrap .kv-content-wrap .bottom .card-wrap {
  width: 163px;
  height: 165px;
  position: relative;
  display: flex;
  justify-content: center;
}

.main-wrap .main .kv-wrap:last-child .kv-content-wrap .bottom .card-wrap {
  padding-top: 27px;
}

.main-wrap .main .kv-wrap .kv-content-wrap .bottom .card-wrap .triple-loca {
  width: 94px;
  height: 148px;
  box-shadow: 0px 116.02px 142.8px 0px #00000026,
    0px 18.2px 22.4px 0px #00000026;

}

.main-wrap .main .kv-wrap .kv-content-wrap .bottom .card-wrap .card-loca {
  width: 148px;
  box-shadow: 0px 18.2px 22.4px 0px #00000026;
  height: 93px;
}

.main-wrap .main .kv-wrap .kv-content-wrap .bottom .card-info-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 0 25px;
}

.main-wrap .main .kv-wrap .kv-content-wrap .bottom .card-info-wrap .card-info-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4px;
}

.main-wrap .main .kv-wrap .kv-content-wrap .bottom .card-info-wrap .card-info-top p {
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -5%;
  color: #474E2D;
}

.main-wrap .main .kv-wrap .kv-content-wrap .bottom .card-info-wrap .card-info-top img {
  height: 34px;
}

.main-wrap .main .kv-wrap .kv-content-wrap .bottom .card-info-wrap .card-info-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}

.main-wrap .main .kv-wrap .kv-content-wrap .bottom .card-info-wrap .card-info-bottom .desc-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 2.8px;
  opacity: 0.7;
}

.main-wrap .main .kv-wrap .kv-content-wrap .bottom .card-info-wrap .card-info-bottom .desc-wrap p {
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: -5%;
  color: #486912;
  display: flex;
  gap: 5.6px;
}

.main-wrap .main .kv-wrap .kv-content-wrap .bottom .card-info-wrap .card-info-bottom .desc-wrap p::before {
  content: '*';
}

.main-wrap .main .kv-wrap .kv-content-wrap .bottom .card-info-wrap .card-info-bottom .btn {
  width: 100%;
  height: 54px;
  cursor: pointer;
  background: #486912;
  box-shadow: 0px 2.8px 7px 0px #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 11px;
}

.main-wrap .main .kv-wrap .kv-content-wrap .bottom .card-info-wrap .card-info-bottom .btn p {

  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.7px;
  color: white;
}

.main-wrap .main .kv-wrap .kv-content-wrap .bottom .card-info-wrap .card-info-bottom .btn img {
  width: 12.6px;
  height: 9.8px;
}

.event-wrap {
  background: #466051;
  padding: 36.4px 22.4px 56px 22.4px;
}

.event-wrap .event-content-wrap {
  border: 1.4px solid #ffffff33;
  backdrop-filter: blur(42px);
  border-radius: 28px;
  width: 459px;
  margin: auto;
}

.event-wrap .event-content-wrap .event-content {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.7392) 100%);
  padding: 26.6px 31px 30.8px;
  display: flex;
  flex-direction: column;
  gap: 22.4px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}

.event-wrap .event-content-wrap .event-content .event-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event-wrap .event-content-wrap .event-content .event-top .body-img {
  height: 165px;
}

.event-wrap .event-content-wrap .event-content .event-top .body-title {
  height: 58px;
}

.event-wrap .event-content-wrap .event-content .cont {
  display: flex;
  flex-direction: column;
  gap: 11.2px;
  width: 100%;
}

.event-wrap .event-content-wrap .event-content .cont .cont-title {
  height: 17px;
  width: 177px;
}

.event-wrap .event-content-wrap .event-content .cont h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #443925;
}

.event-wrap .event-content-wrap .event-content .cont .cont1 {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}

.event-wrap .event-content-wrap .event-content .cont .cont1 h1 span {
  font-size: 15.4px;
  line-height: 28px;
}

.event-wrap .event-content-wrap .event-content .cont .cont1 p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -5%;
  display: flex;
  gap: 2.8px;
}

.event-wrap .event-content-wrap .event-content .cont .cont1 p::before {
  content: "※"
}

.event-wrap .event-content-wrap .event2 .event-content .cont .cont1 p::before {
  content: unset;
}

.event-wrap .event-content-wrap .event-content .cont .cont2 {
  display: flex;
  gap: 8.4px;
  align-items: center;
}

.event-wrap .event-content-wrap .event-content .cont .cont2 p {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.7px;
  color: #443925;
}

.event-wrap .event-content-wrap .event-content .cont .cont2 .title {
  padding: 5.6px;
  border-radius: 8.4px;
  background: #4439250A;
}

.event-wrap .event-content-wrap .event-content .cont .cont3 {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}

.event-wrap .event-content-wrap .event-content .cont .cont3 h1 span {
  font-size: 18.2px;
  line-height: 135%;
  letter-spacing: -5%;
  color: #443925;
}

.event-wrap .event-content-wrap .event-content .cont .cont3 .content {
  display: flex;
  gap: 5.6px;
}

.event-wrap .event-content-wrap .event-content .cont .cont3 p {

  font-weight: 500;
  font-size: 16.8px;
  line-height: 18.2px;
  letter-spacing: -4%;
  color: #578806;
}

.event-wrap .event-content-wrap .event-content .cont .cont3 p span {

  line-height: 22.4px;
  letter-spacing: -0.7px;
}


.event-wrap .event-content-wrap .event-content .cont .cont3 img {
  width: 11.2px;
  height: 14px;
}

.event-wrap .event-content-wrap .event-content .cont .cont4 {
  display: flex;
  flex-direction: column;
  gap: 8.4px;
}

.event-wrap .event-content-wrap .event-content .cont .cont4 .cont4-item {
  display: flex;
  gap: 11.2px;
}

.event-wrap .event-content-wrap .event-content .cont .cont4 .cont4-item .cont-img {
  width: 39px;
  height: 46px;
}

.event-wrap .event-content-wrap .event-content .cont .cont4 .cont4-item .content {
  display: flex;
  flex-direction: column;
  gap: 2.8px;
}

.event-wrap .event-content-wrap .event-content .cont .cont4 .cont4-item b {
  color: #578806;
}

.event-wrap .event-content-wrap .event-content .cont .cont4 .cont4-item b.sub-1 {

  font-size: 18.2px;
  line-height: 23.8px;
  letter-spacing: -0.7px;
}

.event-wrap .event-content-wrap .event-content .cont .cont4 .cont4-item .cont-table {
  border: 1px solid #553A2E24;
  border-radius: 8.4px;
  background: white;
}

.event-wrap .event-content-wrap .event-content .cont .cont4 .cont4-item table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.event-wrap .event-content-wrap .event-content .cont .cont4 .cont4-item table th {

  background-color: #553A2E0F;
  padding: 8.4px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -5%;
  border-bottom: 1px solid #553A2E2E;
}

.event-wrap .event-content-wrap .event-content .cont .cont4 .cont4-item table th:first-child {
  border-top-left-radius: 8.4px;
  border-right: 1px solid #553A2E2E;
}

.event-wrap .event-content-wrap .event-content .cont .cont4 .cont4-item table th:last-child {
  border-top-right-radius: 8.4px;
}

.event-wrap .event-content-wrap .event-content .cont .cont4 .cont4-item table td {
  padding: 8.4px 0;
  border-bottom: 1px solid #553A2E2E;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: -5%;
  text-align: center;
  color: #553A2E;
}

.event-wrap .event-content-wrap .event-content .cont .cont4 .cont4-item table tr td:first-child {
  border-right: 1px solid #553A2E2E;
}

.event-wrap .event-content-wrap .event-content .cont .cont4 .cont4-item table tr:last-child td {
  border-bottom: none;
}

.event-wrap .event-content-wrap .event-content .cont .cont4 .cont4-item table tr:last-child td:first-child {
  border-bottom-left-radius: 8.4px;
}

.event-wrap .event-content-wrap .event-content .cont .cont4 .cont4-item table tr:last-child td:last-child {
  border-bottom-left-radius: 8.4px;
}

.event-wrap .event-content-wrap .event-content .cont .cont5 {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}

.event-wrap .event-content-wrap .event-content .cont .cont5>div {
  display: flex;
  gap: 2.8px;
  font-size: 15.4px;
  line-height: 19.6px;
  letter-spacing: -5%;
  color: #443925;
}

.event-wrap .event-content-wrap .event-content .cont .cont5 p {
  font-weight: 500;
  font-size: 15.4px;
  line-height: 19.6px;
}

.event-wrap .event-content-wrap .event-content .cont .cont5 div::before {
  content: "*";
}

.event-wrap .event-content-wrap .event-content .cont .cont-title-wrap {
  display: flex;
  gap: 5.6px;
  align-items: center;
}

.event-wrap .event-content-wrap .event-content .cont .cont-title-wrap p {

  font-size: 15.4px;
  line-height: 19.6px;
  letter-spacing: -5%;
  color: #443925;
}

.event-wrap .event-content-wrap .event-content .cont .cont6 {
  display: flex;
  flex-direction: column;
  gap: 1.4px;
  color: #443925;
}

.event-wrap .event-content-wrap .event-content .cont .cont6>div {
  display: flex;
  gap: 14px;
  align-items: center;
}

.event-wrap .event-content-wrap .event-content .cont .cont6>div h1:first-child {
  width: 73px;
}


/* footer */
.footer {
  background: #ECE8E8;
  width: 100%;
  padding: 36.4px 0 50.4px;
}

.footer .footer_content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  gap: 14px;
  align-items: start;
}

.footer .footer_content .title_wrap {
  padding: 0 11.2px;
  justify-content: start;
  align-items: center;
  gap: 8.4px;
}

.footer .footer_content .title_wrap .icon_alert {
  width: 25.2px;
}

.footer .footer_content .title_wrap p {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.7px;
  color: #111;
}

.footer .footer_content ul {
  list-style: none;
}

.footer .footer_content ul li {
  position: relative;
  padding-left: 24px;
  color: #111;
  font-size: 18.2px;
  line-height: 26.6px;
  letter-spacing: -5%;
}

.footer .footer_content ul li::before {
  position: absolute;

  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #111;
  top: 9px;
  left: 8px;
}

.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: 18.2px;
  line-height: 23.8px;
  letter-spacing: -0.7px;

  color: #111;
}

.footer .footer_content .btm p {
  display: flex;
  gap: 5.6px;
  padding: 0 5.6px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -5%;
  color: #111;
}

.footer .footer_content .btm p::before {
  content: "※";
}