/* 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.05em;
  font-weight: 400;
}

button span {
  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;
}

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 > .hover {
  background: rgba(0, 0, 0, 0.12);
}

/* typography */
.h1 {
  font-size: 22px;
  line-height: 28px;
}
.h2 {
  font-size: 18px;
  line-height: 25px;
}
.h3 {
  font-size: 17px;
  line-height: 21px;
}
.caption3 {
  font-size: 14px;
  line-height: 14px;
}
.caption {
  font-size: 13px;
  color: #007D00;
  position: absolute;
}

.opacity_60 {
  opacity: 0.6;
}
.opacity_70 {
  opacity: 0.7;
}
.opacity_80 {
  opacity: 0.8;
}
.opacity_88 {
  opacity: 0.88;
}
.opacity_90 {
  opacity: 0.9;
}
.opacity_1 {
  opacity: 1;
}

.mid {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

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

.scaleX {
  transform: scaleX(-1);
}

/* color  */
body {
  background-color: #F6FBFD;
  color: #222222;
}
.body {
  color: #222222;
}
.white {
  color: #ffffff;
}

/* box */
.min_wrap {
  min-width: 360px;
  width: 100%;
}
.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;
}

/* main */
.main_wrap {
  width: 100%;
  overflow: hidden;
}
.main {
  padding: 50px 16.8px 240px;
  gap: 88px;
  background-color: #B7EBE9;
}

/* kv */
.main_title_wrap {
  z-index: 5;
  gap: 80px;
}
.logo {
  width: 78.4px;
}
.main_title_img_wrap {
  gap: 12px;
}
.main_title {
  width: 283.23px;
}
.period {
  gap: 4px;
  color: #506357;
}

/* button */
.list_wrap {
  width: 1400px;
  gap: 10px;
  flex-wrap: wrap;
  z-index: 5;
}
.inner_button {
  position: relative;
  width: 457px;
  height: 216px;
  padding: 22.4px;
  padding-top: 16.8px;
  cursor: pointer;
  border-radius: 11.2px;
  gap: 6px;
  background-color: #FDFBF5;
  border: 1px solid #fff;
  box-shadow: 4px 5px 0px 0px rgba(90, 121, 106, 0.50);
}
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);
}
.card_title_wrap {
  width: 100%;
  gap: 11.2px;
}
.title_graphic {
  width: 100%;
}
span.line {
  width: 100%;
  height: 0.6px;
  display: block;
  background-color: #008080;
}
.card_title {
  height: 31px;
}
.card {
  width: 70px;
}
.card.ho {
  width: 112px;
}
.card_flip {
  display: block;
  width: 70px;
  height: 112px;
  position: relative;
  transform-style: preserve-3d;
  animation: flip 0.9s infinite linear alternate;
}
.card_flip.life {
  height: 70px;
  width: 110px;
}

.card_flip::before,
.card_flip::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  backface-visibility: hidden;
  border-radius: 4.2px;
}

.card_flip::before {
  background-image: var(--front-image);
}

.card_flip::after {
  background-image: var(--back-image);
  transform: rotateY(180deg);
}

@keyframes flip {
  0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(180deg); }
}

.icon_li_wrap {
  position: relative;
  padding-left: 22.4px;
  color: #444444;
}
.icon_li_wrap::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 2.8px;
  width: 16.8px;
  height: 22.4px;
  background-image: url("../../static/images/lottecard_event_gate_2506/icon-check.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.icon_li_wrap > b,
.cap_txt {
  color: #008080;
}
span.bold {
  z-index: 5;
}
span.yellow {
  position: absolute;
  left: 0;
  right: 0;
  height: 80%;
  z-index: 1;
  background: rgba(255, 255, 0, 0.40);
}
span.yellow::before {
  content: "";
  position: absolute;
  right: 0;
  height: 80%;
  width: 4px;
  background-color: #FFFF00;
}

.icon_chover_box {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  background-color: #2A7979;
  box-shadow: 0px 7px 8.75px 0px rgba(0, 0, 0, 0.05);
  border-radius: 100%;
}
.icon_chover {
  height: 11px;
}
.col_title {
  gap: 4px;
  width: 100%;
  justify-content: flex-start;
  color: #007B7D;
}
.col_title_check {
  width: 9px;
}
.cont-item {
  width: 100%;
  gap: 12.8px;
  padding: 5.6px 8.8px;
  height: 100%;
}
.grow {
  width: 100%;
  align-items: flex-start;
}

/* img */
.main > img {
  position: absolute;
}
.tent-mo {
  display: none;
}
.tent-pc {
  display: block;
  width: 675px;
  bottom: 37px;;
  left: calc(50% - 675px / 2 - 30px);
  z-index: 3;
}
.mountain-right {
  width: 1219.89px;
  top: 251px;
  right: calc(50% - 1219.89px / 2 - 550px);
}
.mountain-left {
  width: 1116.26px;
  top: 251px;
  left: calc(50% - 1116.26px / 2 - 740px);
}
.cloud-right {
  width: 105px;
  top: 97px;
  right: calc(50% - 105px / 2 - 214px);
}
.cloud-left {
  width: 64px;
  top: 110px;
  left: calc(50% - 64px / 2 - 230px);
}
.tree-right {
  width: 107.86px;
  top: 415px;
  right: calc(50% - 107.86px / 2 - 790px);
}
.tree-left {
  width: 107.03px;
  top: 409px;
  left: calc(50% - 107.03px / 2 - 900px);
}

.ground {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 522px;
  background-color: #8DC782;
}

/* share */
.share {
  width: 100%;
  padding: 50px 34px;
  gap: 19.6px;
  overflow: visible;
  color: #fff;
  background-color: #266E32;
}
.share_item {
  align-items: center;
}
.img_share {
  position: absolute;
  width: 170px;
  top: -50px;
}
.title_share {
  width: 80px;
}
.share > .flex_row {
  gap: 5.6px;
  width: 100%;
  max-width: 504px;
}
.icon_share {
  width: 67px;
  height: 67px;
  margin-bottom: 11.2px;
}
.share_item > * {
  cursor: pointer;
}

/* footer */
.footer {
  width: 100%;
  background-color: #E5E5E5;
  color: #111111;
}
.footer_wrap {
  max-width: 1000px;
  align-items: flex-start;
  padding: 44.8px 16.8px 90px;
  gap: 33.6px;
}
.footer_title {
  gap: 8.4px;
}
.alert {
  width: 30.8px;
}
.footer ul {
  list-style: none;
}
.footer ul li {
  position: relative;
}
.footer ul li::before {
  position: absolute;
}
.footer .li_txt {
  display: block;
  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 .dashed_wrap {
  padding-left: 24px;
}
.footer ul li.star::before {
  content: '※';
  border-radius: 0px;
  background-color: unset;
  top: 0px;
  left: 3px;
  width: auto;
  height: auto;
}

.txt_item_box {
  gap: 6px;
}
.multiline .txt_item_box {
  gap: 3px;
}
.txt_item_wrap {
  align-items: flex-start;
  gap: 2px;
}
.txt_wrap {
  align-items: flex-start;
  gap: 6px;
  padding-left: 3px;
  padding-right: 12px;
}

.none {
  display: flex;
  opacity: 0;
}