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

* {
  margin: 0;
  padding: 0;
}

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


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

.items-center {
  align-items: 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: 100%;
  height: 106.4px;
  top: 0px;
  box-shadow: 0px 5.6px 16.8px 0px #00000026;
  cursor: pointer;
  background: #DA3C36;
}

.fixed_inner {
  min-width: 504px;
  max-width: 504px;
  width: 100%;
  height: 100%;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}

.fixed_inner .fxd-txt {
  width: 278px;
}

.fixed_inner .fxd-btn {
  width: 133.6px;
  height: 74px;
  border-radius: 14px;
  background: #043F39;
  padding: 16.8px 19.6px 16.8px 22.4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed_inner .fxd-btn img {
  height: 40.4px;
  cursor: pointer;
}

.fixed_inner .btn_wrap .btn_pink {
  width: 124.6px;
  height: 72.6px;
  border-radius: 14px;
  align-items: start;
  justify-content: center;
  cursor: pointer;
  padding: 16.8px 16.8px 16.8px 22.4px;
  gap: 1.4px;
  background-image: linear-gradient(#ff88a9, #ef4279);
}

.fixed_inner .btn_wrap .btn_pink .fxd_btn_txt_1 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -8%;
  font-weight: 500;
  color: white;
}

.fixed_inner .btn_wrap .btn_pink .fxd_btn_txt_2 {
  height: 19.6px;
}

/* main */
.main {
  height: 1000px;
  width: 100%;
  background: radial-gradient(50% 61.99% at 50% 0%, #05524A 0%, rgba(5, 82, 74, 0) 100%),
    linear-gradient(326deg, #0A211B, #0A211B);
}

.main .main-content-wrap {
  width: 813px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 25.2px;
  position: relative;
}

/* kv deco */
.main .main-content-wrap .kv-deco-1 {
  position: absolute;
  right: 222px;
  top: 254px;
  height: 42px;
}

.main .main-content-wrap .kv-deco-2 {
  position: absolute;
  width: 140px;
  left: 124.6px;
  top: 219.8px;
}

.main .main-content-wrap .kv-deco-3 {
  position: absolute;
  width: 165.2px;
  right: 117.6px;
  top: 338.8px;
}

.main .main-content-wrap .kv-deco-4 {
  position: absolute;
  left: 57.6px;
  top: 825px;
  height: 175px;
}

.main .main-content-wrap .kv-light {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 86.8px;
  height: 427px;
}

.main .main-content-wrap .kv-rec {
  aspect-ratio: 1;
  position: absolute;
  border-radius: 100%;
}

.main .main-content-wrap .kv-rec-1 {
  width: 9.8px;
  right: 228.2px;
  top: 338.8px;
  background: #FF4F00;
  backdrop-filter: blur(5.6px);
  opacity: 0.6;
}

.main .main-content-wrap .kv-rec-2 {
  width: 8.4px;
  left: 273px;
  top: 404px;
  background: #FF4F00;
}


.main .main-content-wrap .kv-rec-3 {
  background: #FF4F00;
  width: 8.4px;
  opacity: 0.5;
  right: 259px;
  top: 635px;
}


.main .main-content-wrap .title-wrap {
  padding-top: 161px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
  position: relative;
}

.main .main-content-wrap .title-wrap h1 {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #89F28C;
}

.main .main-content-wrap .title-wrap .main-title {
  width: 292.6px;
}

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

.main .main-content-wrap .kv-card-container .swiper-container {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.main .main-content-wrap .kv-card-container .swiper-container .swiper-wrapper {
  width: 100%;
}

.main .main-content-wrap .kv-card-container .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 2.8px;
  justify-content: center;
  align-items: center;
}

.main .main-content-wrap .kv-card-container .swiper-container .swiper-slide .card-wrap {
  position: relative;
}

.main .main-content-wrap .kv-card-container .swiper-container .swiper-slide .bg {

  opacity: 0.5;
  border-radius: 8.4px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, #0C0F0C 0%, rgba(10, 33, 27, 0.7) 100%);
}

.main .main-content-wrap .kv-card-container .swiper-container .swiper-slide.active .bg {
  opacity: 0;
}


.main .main-content-wrap .kv-card-container .swiper-container .swiper-slide .card-name {
  height: 39px;
  opacity: 0;
}

.main .main-content-wrap .kv-card-container .swiper-container .swiper-slide.active .card-name {
  opacity: 1;
}

.main .main-content-wrap .kv-card-container .swiper-container .swiper-slide .card-loca {
  width: 237px;
}

.main .main-content-wrap .kv-card-section-wrap {
  position: relative;
  width: 100%;
  height: 280px;
}

.main .main-content-wrap .kv-card-section-wrap .swiper_buttons {
  position: absolute;
  width: 392px;
  left: 50%;
  bottom: 95px;
  transform: translateX(-50%);
  z-index: 1;
  align-items: center;
  justify-content: space-between;
}

.main .main-content-wrap .kv-card-section-wrap .swiper_buttons .swiper_button {
  width: 50.4px;
  height: 50.4px;

  border-radius: 100%;
  box-shadow: 0px 8.4px 18.2px 0px #100A0A1A,
    0px 32.2px 32.2px 0px #100A0A17,
    0px 71.4px 43.4px 0px #100A0A0D,
    0px 127.4px 50.4px 0px #100A0A03,
    0px 200.2px 56px 0px #100A0A00;
  display: flex;
  align-content: center;
  justify-content: center;
  background: white;
  cursor: pointer;
}

.main .main-content-wrap .kv-card-section-wrap .swiper_buttons .swiper_button img {
  width: 22.4px;
}

.main .main-content-wrap .kv-card-info-wrap {
  height: 252px;
  width: 431px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  border: 1px solid white;
  padding: 0 28px 17px 28px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.88) 100%);
}

.main .main-content-wrap .kv-card-info-wrap .data-cont {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main .main-content-wrap .kv-card-info-wrap .data-cont .content-wrap {

  flex-grow: 1;
  padding: 17px 0;
}

.main .main-content-wrap .kv-card-info-wrap .data-cont .content-wrap .content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
}

.main .main-content-wrap .kv-card-info-wrap .data-cont .content-wrap .content-item .left {
  display: flex;
  gap: 6px;
  align-items: center;
}

.main .main-content-wrap .kv-card-info-wrap .data-cont .content-wrap .content-item .left img {
  width: 28px;
  aspect-ratio: 1;
}

.main .main-content-wrap .kv-card-info-wrap .data-cont .content-wrap .content-item .left p {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.5px;
}

.main .main-content-wrap .kv-card-info-wrap .data-cont .content-wrap .content-item .left p b {
  color: #E25B39;
}

.main .main-content-wrap .kv-card-info-wrap .data-cont .content-wrap .content-item .left p b.green {
  color: #548A02;
}

.main .main-content-wrap .kv-card-info-wrap .data-cont .content-wrap .content-item .left p b.blue {
  color: #297C84;
}

.main .main-content-wrap .kv-card-info-wrap .data-cont .content-wrap .content-item .txt {
  height: 34px;
}

.main .main-content-wrap .kv-card-info-wrap .data-cont .btn {
  width: 100%;
  height: 56px;
  border-radius: 5.6px;
  gap: 9.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2.8px 7px 0px #00000040;
  cursor: pointer;
}

.main .main-content-wrap .kv-card-info-wrap .data-cont .btn.pink {
  background: #E25B39;
}

.main .main-content-wrap .kv-card-info-wrap .data-cont .btn.green {
  background: #548609;
}

.main .main-content-wrap .kv-card-info-wrap .data-cont .btn.blue {
  background: #297C84;
}

.main .main-content-wrap .kv-card-info-wrap .data-cont .btn p {
  color: white;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}

.main .main-content-wrap .kv-card-info-wrap .data-cont .btn img {
  width: 13px;
}

.main .main-content-wrap .kv-card-container .data-desc-wrap {
  margin-top: 14.4px;
  width: 431px;
}

.main .main-content-wrap .kv-card-container .data-desc-wrap p {
  display: flex;
  gap: 5.6px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -8%;
  color: white;
}

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

/* 카드 애니메이션 */
.main .main-content-wrap .kv-card-container .swiper-container .swiper-slide .card-wrap {
  transform-style: preserve-3d;
  transition: none;
}

.main .main-content-wrap .kv-card-container .swiper-container .swiper-slide .card-wrap.swiper_flip_left_before {
  transform: rotateY(-90deg);
  opacity: 0;
}

.main .main-content-wrap .kv-card-container .swiper-container .swiper-slide .card-wrap.swiper_flip_left {
  transform: rotateY(0deg);
  opacity: 1;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

/* data-cont fade-up 애니메이션 */
.main .main-content-wrap .kv-card-info-wrap .data-cont {
  transition: none;
}

.main .main-content-wrap .kv-card-info-wrap .data-cont.fade-up-before {
  transform: translateY(20px);
  opacity: 0;
}

.main .main-content-wrap .kv-card-info-wrap .data-cont.fade-up {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

/* event */
.eve-wrap {
  background: white;
  width: 100%;
}

.eve-wrap .eve-title-wrap {
  background: #4E7960;
  height: 190px;
  width: 100%;overflow: hidden;
}

.eve-wrap .eve-title-wrap.eve2 {
  background-color: #A25C39;
}

.eve-wrap .eve-title-wrap .eve-title {
  display: flex;
  flex-direction: column;

  width: 504px;
  margin: auto;
  padding: 39px 28px 0;
  position: inherit;
  gap: 11.2px;
  height: 190px;
}

.eve-wrap .eve-title-wrap.eve2 .eve-title {
  padding-top: 30.8px;
  padding-right: 0;
}

.eve-wrap .eve-title-wrap .eve-title .eve-label {
  height: 30px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5.6px;
  padding: 2.8px 8.4px;
  background: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  color: #4E7960;
}

.eve-wrap .eve-title-wrap.eve2 .eve-title .eve-label {
  color: #A25C39;
}

.eve-wrap .eve-title-wrap .eve-title .title-wrap {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
}

.eve-wrap .eve-title-wrap .eve-title .title-wrap .title {
  height: 54px;
}

.eve-wrap .eve-title-wrap.eve2 .eve-title .title-wrap .title {
  height: 94px;
  width: 264.6px;
}

.eve-wrap .eve-title-wrap .eve-title .title-wrap .eve-img-wrap {
  position: relative;
  /* flex-grow: 1; */
  width: 168px;
  flex-shrink: 0;
}

.eve-wrap .eve-title-wrap.eve2 .eve-title .title-wrap .eve-img-wrap {
  width: 253px;
}

.eve-wrap .eve-title-wrap .eve-title .title-wrap .eve-img-wrap .eve-img {
  width: 168px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.eve-wrap .eve-title-wrap.eve2 .eve-title .title-wrap .eve-img-wrap .eve-img {
  width: 253px;
  position: absolute;
  
}

.eve-wrap .eve-title-wrap .eve-title .title-wrap .eve-img-wrap .eve-light {
  position: absolute;
  height: 190px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.eve-wrap .eve-content-wrap {
  width: 504px;
  margin: auto;
  gap: 22.4px;

  padding: 33.6px 28px;
  display: flex;
  flex-direction: column;
}

.eve-wrap .eve-content-wrap .eve-item {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.eve-wrap .eve-content-wrap .eve-item .item-title {
  height: 17px;
  width: 170px;
}

.eve-wrap .eve-content-wrap .eve-item .content1 {
  display: flex;
  flex-direction: column;
  gap: 2.8px;
}

.eve-wrap .eve-content-wrap .eve-item h1 {
  font-size: 20px;
  line-height: 25px;
  color: #232323;
  font-weight: 700;
}



.eve-wrap .eve-content-wrap .eve-item h1 span.small {
  font-size: 16.8px;
  line-height: 22.4px;
}

.eve-wrap .eve-content-wrap .eve-item .content1 p {
  color: #232323;
  font-size: 15px;
  line-height: 22px;
}

.eve-wrap .eve-content-wrap .eve-item .content2 {
  display: flex;
  align-items: center;
  gap: 5.6px;
}
.eve-wrap .eve-content-wrap .eve-item .content2.ndsp {
  padding-bottom: 6px;
}

.eve-wrap .eve-content-wrap .eve-item .content2 .label {
  padding: 1.4px 4.2px;
  background: #23232314;
  border-radius: 5.6px;
  font-size: 15px;
  line-height: 22px;
  color: #232323C7;
}

.eve-wrap .eve-content-wrap .eve-item .content2 .content {

  font-size: 17px;
  line-height: 22px;
  color: #232323E0;
}

.eve-wrap .eve-content-wrap .eve-item .content3 {
  display: flex;

  gap: 5.6px;
}

.eve-wrap .eve-content-wrap .eve-item .content3 .icon-star {
  width: 11.2px;
  height: 14px;
}


.eve-wrap .eve-content-wrap .eve-item .content3 p {
  font-weight: 500;
  font-size: 16.8px;
  line-height: 22.4px;
  color: #056B00;
}

.eve-wrap .eve-content-wrap .eve-item .content4 {
  display: flex;
  gap: 8.4px;
}

.eve-wrap .eve-content-wrap .eve-item .content4 img {
  width: 28px;
  height: 39.6px;
}
.eve-wrap .eve-content-wrap .eve-item .content4 img.benefit.double {
  height: 59.6px;
}

.eve-wrap .eve-content-wrap .eve-item .content4 h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.7px;
  color: #232323;
}

.eve-wrap .eve-content-wrap .eve-item .content4 h1 b {
  color: #056B00;
}

.eve-wrap .eve-content-wrap .eve-item .content5 {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}

.eve-wrap .eve-content-wrap .eve-item .content5 .item {
  display: flex;
  gap: 5.6px;
}

.eve-wrap .eve-content-wrap .eve-item .content5 p {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #232323;
}

.eve-wrap .eve-content-wrap .eve-item .content5 p span {
  font-weight: 500;
}

.eve-wrap .eve-content-wrap .eve-item h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  color: #6C1103;
}

.eve-wrap .eve-content-wrap .eve-item .content6 {
  display: flex;
  flex-direction: column;
  gap: 11.2px;
}

.eve-wrap .eve-content-wrap .eve-item .content6 .item {
  display: flex;
  gap: 5.6px;
}

.eve-wrap .eve-content-wrap .eve-item .content6 .item img {
  width: 16.8px;
  height: 19.6px;
}


.eve-wrap .eve-content-wrap .eve-item .content6 .item b {
  color: #6C1103;
}


/* footer */

/* footer */
.footer {
  background: #efefef;
  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: "※";
}