@charset "UTF-8";
:root {
  font-family: LIFEPLUS;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  --padding-base-vertical: 0;
  --padding-base-horizontal: 7%;
  --white: #fff;
  --black: #000;
  --pink: #ff6164;
  --green: #57b876;
  --red: #ff6164;
  --blue: #2d9cfc;
  --neutral-10: #f5f5f5;
  --neutral-20: #eeeeee;
  --neutral-30: #dddddd;
  --neutral-40: #cccccc;
  --neutral-50: #bbbbbb;
  --neutral-60: #aaaaaa;
  --neutral-70: #888888;
  --neutral-80: #666666;
  --neutral-90: #333333;
  --neutral-100: #000000;
}

:root input,
:root label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root h1 {
  font-size: 3.5rem;
  margin: 20px auto;
}

@media only screen and (max-width: 767px) {
  :root h1 {
    font-size: 1.875rem;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  :root h1 {
    font-size: 3rem;
  }
}

:root h3 {
  font-size: 2.125rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  :root h3 {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  :root h3 {
    font-size: 1.5rem;
  }
}

.mItem {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .mItem {
    display: block !important;
  }
}

.pcItem {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .pcItem {
    display: none !important;
  }
}

.visible {
  display: block !important;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: LIFEPLUS, "Apple SD Gothic Neo", "Malgun Gothic", "맑은고딕", sans-serif, arial;
  font-size: 1rem;
}

body header {
  position: relative;
  height: 80px;
  width: 100%;
}

body main {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

body main header .navWrap a.btn_logo {
  background: url(../../../assets/main/logo-b.svg) 0 2px / 72px no-repeat;
}

body main header .navWrap a.btn_invest {
  color: #000;
  border-color: #000;
}

body main header .navWrap a.btn_event {
  color: #000;
  border-color: #000;
}

@media only screen and (max-width: 767px) {
  body main header .navWrap a.btn_logo {
    background: url(../../../assets/main/logo-b.svg) 0 5px / 50px no-repeat;
  }
}

body main section {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

body main section .contentWrap {
  position: relative;
  height: inherit;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 0 8%;
}

@media only screen and (max-width: 767px) {
  body main section .contentWrap {
    padding: 0 1.25rem;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  body main section .contentWrap {
    padding: 0 3.75rem;
  }
}

body main section .contentWrap .ciWrap img {
  width: 148px;
  height: 36px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  body main section .contentWrap .ciWrap img {
    width: 75px;
    height: auto;
  }
}

body main section .marginWrap {
  margin: 5rem auto;
  padding: 0 15px;
}

body main section .marginWrap div {
  text-align: center;
}

body main section .marginWrap img {
  margin: 0 auto;
  display: block;
}

body main section .marginWrap img.title {
  width: 350px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  body main section .marginWrap img.title {
    width: 180px;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  body main section .marginWrap img.title {
    width: 300px;
  }
}

body main section .marginWrap img.calendar {
  width: 610px;
}

@media only screen and (max-width: 767px) {
  body main section .marginWrap img.calendar {
    width: 250px;
  }
}

body main section .marginWrap img.arrow {
  width: 40px;
}

body main section .marginWrap p {
  font-size: 1.875rem;
  font-weight: 500;
  color: var(--neutral-70);
}

@media only screen and (max-width: 767px) {
  body main section .marginWrap p {
    font-size: 1rem;
  }
}

body main section a,
body main section button {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  line-height: 80px;
  font-size: 1.5rem;
  margin: 1rem auto;
}

@media only screen and (max-width: 767px) {
  body main section a,
body main section button {
    height: 63px;
    font-size: 1.3rem;
    line-height: 63px;
  }
}

body main section .eventWrap {
  background-color: var(--gray-4);
  padding: 2rem;
}

@media only screen and (max-width: 767px) {
  body main section .eventWrap {
    padding: 2rem 0;
  }
}

body main section .eventWrap .fx-bx {
  display: flex;
  justify-content: flex-start;
  padding: 5% 7%;
  align-items: center;
  box-shadow: 0px 1px 15px 8px rgba(0, 0, 0, 0.03);
  border-radius: 42px;
  margin: 7rem auto;
  gap: 3%;
  /* Accordion styles */
}

@media only screen and (max-width: 767px) {
  body main section .eventWrap .fx-bx {
    display: block;
    padding: 1.875rem 1.25rem;
    margin: 3rem auto;
  }
}

body main section .eventWrap .fx-bx img {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  body main section .eventWrap .fx-bx img {
    width: 100%;
  }
}

body main section .eventWrap .fx-bx img.gift {
  height: 750px;
  width: auto;
}

body main section .eventWrap .fx-bx .bx {
  text-align: initial;
}

body main section .eventWrap .fx-bx .bx h2 {
  font-size: 30px;
  color: var(--pink);
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  body main section .eventWrap .fx-bx .bx h2 {
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 700;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  body main section .eventWrap .fx-bx .bx h2 {
    font-size: 1.25rem;
  }
}

body main section .eventWrap .fx-bx .bx p {
  font-size: 40px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  body main section .eventWrap .fx-bx .bx p {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  body main section .eventWrap .fx-bx .bx p {
    font-size: 1.5rem;
  }
}

body main section .eventWrap .fx-bx .bx span {
  font-size: 1.625rem;
  line-height: 2.375rem;
  color: var(--neutral-70);
  padding-top: 1rem;
}

@media only screen and (max-width: 767px) {
  body main section .eventWrap .fx-bx .bx span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  body main section .eventWrap .fx-bx .bx span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

body main section .eventWrap .fx-bx .bx img {
  width: 100%;
  padding-top: 1rem;
}

body main section .eventWrap .fx-bx .col span {
  font-size: 17px !important;
}

@media only screen and (max-width: 767px) {
  body main section .eventWrap .fx-bx .col span {
    font-size: 12px !important;
    color: #888888;
  }
}

body main section .eventWrap .fx-bx .tabs {
  margin-top: 1rem;
  border: 1px solid #000000;
  overflow: hidden;
  padding: 1rem;
}

body main section .eventWrap .fx-bx .tabs img.gift-icon {
  width: 62px !important;
}

@media only screen and (max-width: 767px) {
  body main section .eventWrap .fx-bx .tabs img.gift-icon {
    width: 50px !important;
  }
}

body main section .eventWrap .fx-bx .tab {
  width: 100%;
  color: #000000;
  overflow: hidden;
  position: relative;
}

body main section .eventWrap .fx-bx .tab input {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

body main section .eventWrap .fx-bx .tab i:before,
body main section .eventWrap .fx-bx .tab i:after,
body main section .eventWrap .fx-bx .tab p {
  transition: all 0.25s ease-in-out;
}

body main section .eventWrap .fx-bx .tab i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 30px;
  right: 30px;
}

@media only screen and (max-width: 767px) {
  body main section .eventWrap .fx-bx .tab i {
    margin-top: 22px;
    right: 10px;
  }
}

body main section .eventWrap .fx-bx .tab i:before,
body main section .eventWrap .fx-bx .tab i:after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 3px;
  height: 9px;
}

body main section .eventWrap .fx-bx .tab i:before {
  transform: translate(-2px, 0) rotate(45deg);
}

body main section .eventWrap .fx-bx .tab i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

body main section .eventWrap .fx-bx .tab input[type="checkbox"]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}

body main section .eventWrap .fx-bx .tab input[type="checkbox"]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}

body main section .eventWrap .fx-bx .tab input[type="checkbox"]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

body main section .eventWrap .fx-bx .tab-label {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  font-weight: bold;
  cursor: pointer;
  align-items: center;
  font-size: 24px;
  z-index: 2;
  /* Icon */
}

@media only screen and (max-width: 767px) {
  body main section .eventWrap .fx-bx .tab-label {
    font-size: 1rem !important;
    padding: 0;
  }
}

body main section .eventWrap .fx-bx .tab-label:hover {
  background: #e6e6e6;
}

body main section .eventWrap .fx-bx .tab-label div {
  vertical-align: middle;
  display: flex;
  align-items: center;
}

body main section .eventWrap .fx-bx .tab-label div img {
  margin-right: 1rem;
  padding: 0 !important;
}

body main section .eventWrap .fx-bx .tab p {
  max-height: 100vh;
  color: #888888;
  background: white;
  line-height: 34px;
  font-size: 1rem;
  font-weight: 500;
  text-align: initial;
}

@media only screen and (max-width: 767px) {
  body main section .eventWrap .fx-bx .tab p {
    font-size: 0.8rem;
  }
}

body main section .eventWrap .fx-bx .tab-close {
  display: flex;
  justify-content: flex-end;
  font-size: 0.75em;
  background: #ffffff;
  cursor: pointer;
}

body main section .eventWrap .fx-bx .tab-close:hover {
  background: #e6e6e6;
}

body main section .eventWrap span {
  text-align: initial;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 300;
}

body main section .eventWrap .lottie {
  width: 430px;
}

body main section .eventWrap .ct-fx {
  box-shadow: 0px 1px 15px 8px rgba(0, 0, 0, 0.03);
  border-radius: 42px;
  margin: 3.2rem auto;
  padding: 5% 7%;
}

body main section .eventWrap .ct-fx .fx-bx {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3%;
  box-shadow: none;
  margin: 0 auto;
  padding: 0 0 2rem;
}

@media only screen and (max-width: 767px) {
  body main section .eventWrap .ct-fx .fx-bx {
    display: block;
    padding: 1.875rem 1.25rem;
  }
}

body main section .eventWrap .ct-fx .fx-bx img {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  body main section .eventWrap .ct-fx .fx-bx img {
    width: 100%;
  }
}

body main section .eventWrap .ct-fx .fx-bx .bx {
  text-align: initial;
}

body main section .eventWrap .ct-fx .fx-bx .bx h2 {
  font-size: 30px;
  color: var(--pink);
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  body main section .eventWrap .ct-fx .fx-bx .bx h2 {
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 700;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  body main section .eventWrap .ct-fx .fx-bx .bx h2 {
    font-size: 1.25rem;
  }
}

body main section .eventWrap .ct-fx .fx-bx .bx p {
  font-size: 40px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  body main section .eventWrap .ct-fx .fx-bx .bx p {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  body main section .eventWrap .ct-fx .fx-bx .bx p {
    font-size: 1.5rem;
  }
}

body main section .eventWrap .ct-fx span {
  font-size: 1.625rem;
  line-height: 2.375rem;
  color: var(--neutral-70);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body main section .eventWrap .ct-fx span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  body main section .eventWrap .ct-fx span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

body main section .buttonWrap {
  padding: 0;
  background: var(--black);
  color: var(--white);
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  body main section .buttonWrap {
    padding: 0 15px;
  }
}

body main .requirementList {
  position: relative;
  padding: 50px 20%;
  width: 100%;
  background-color: var(--neutral-10);
  color: var(--neutral-80);
}

@media only screen and (max-width: 767px) {
  body main .requirementList {
    width: 100%;
    padding: 40px 28px 60px;
  }
}

body main .requirementList ul {
  margin: 0 auto;
  display: block;
  list-style: none;
  font-weight: 500;
  margin: 0 auto 2rem;
}

@media only screen and (max-width: 767px) {
  body main .requirementList ul {
    word-break: break-all;
    display: inline;
  }
}

body main .requirementList ul h6 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1rem auto;
}

@media only screen and (max-width: 767px) {
  body main .requirementList ul h6 {
    font-size: 1rem;
  }
}

body main .requirementList ul li {
  line-height: 1.87;
  position: relative;
  padding-left: 1rem;
  font-weight: 300;
  color: var(--neutral-70);
}

@media only screen and (max-width: 767px) {
  body main .requirementList ul li {
    font-size: 0.8rem;
  }
}

body main .requirementList ul li::before {
  content: ".";
  position: absolute;
  font-weight: bold;
  font-size: 1rem;
  top: -0.7rem;
  left: 0.3rem;
  color: var(--gray-2);
}

body main .requirementList ul p {
  font-weight: 300;
  color: var(--gray-3);
  font-size: 16px;
  padding-left: 1rem;
  margin: 2rem auto;
}

@media only screen and (max-width: 767px) {
  body main .requirementList ul p {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  footer.marginTop {
    margin-top: 0;
  }
}

footer {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 47px 0 54px;
}

footer .innerWrap {
  width: 1245px;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
}

footer .innerWrap .logoWrap {
  padding: 1px 60px 0 0;
  display: inline-block;
  vertical-align: middle;
}

footer .innerWrap .logoWrap a {
  margin: 0 0.5rem;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  transition: color 0.2s ease-out;
}

footer .innerWrap .logoWrap a img {
  width: 72px;
}

footer .innerWrap .logoWrap a:first-child {
  margin-right: 85px;
}

footer .innerWrap .logoWrap a:hover {
  color: #555;
}

footer .innerWrap .logoWrap a.sns-ico {
  width: 28px;
  height: 28px;
}

footer .innerWrap .logoWrap a.sns-ico img {
  width: 100%;
}

footer .innerWrap .logoWrap .txt_bar {
  font-size: 12px;
  color: #999;
  margin: 0 30px;
}

footer .innerWrap .infoWrap {
  display: table-cell;
  padding-left: 163px;
}

footer .innerWrap .infoWrap .corpWrap {
  margin-top: 40px;
}

footer .innerWrap .infoWrap .corpWrap p {
  font-size: 12px;
  color: #999;
  font-weight: bold;
}

footer .innerWrap .infoWrap .corpWrap p.addr {
  padding-bottom: 10px;
  font-weight: normal;
}

footer .innerWrap .infoWrap .corpWrap p.addr .txt_bar {
  margin: 0 4px;
}

@media only screen and (max-width: 767px) {
  footer {
    padding: 0;
  }
  footer .innerWrap {
    width: 100%;
    display: block;
    padding: 26px 28px 32px;
  }
  footer .innerWrap .logoWrap {
    padding: 0 0 8px 0;
    display: flex;
    align-items: center;
  }
  footer .innerWrap .logoWrap a:first-child {
    margin-right: 1rem;
  }
  footer .innerWrap .logoWrap a img {
    width: 47px;
  }
  footer .innerWrap .logoWrap a.sns-ico {
    width: 22px;
    height: 22px;
    display: inline-block;
  }
  footer .innerWrap .logoWrap a.sns-ico img {
    width: 100%;
  }
  footer .innerWrap .infoWrap {
    display: block;
    padding: 0;
  }
  footer .innerWrap .infoWrap .linkBtnWrap a {
    font-size: 12px;
    margin-right: 15px;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    color: #999;
    transition: color 0.2s ease-out;
  }
  footer .innerWrap .infoWrap .corpWrap {
    margin-top: 8px;
  }
  footer .innerWrap .infoWrap .corpWrap p {
    font-size: 9px;
  }
  footer .innerWrap .infoWrap .corpWrap p.addr {
    font-size: 10px;
    line-height: 18px;
  }
}

footer.finished_evt {
  border: 0;
  background-color: #000;
}

footer.finished_evt button {
  background-color: #000;
}

.gs_reveal {
  will-change: transform;
}
