@charset "UTF-8";
/********** font **********/
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquareNeo@1.0/nanumsquareneo.css);
/********** color **********/
/********** border radius **********/
/****************************** pc ******************************/
main {
  overflow: hidden;
  position: relative;
  background: #1D5FCB;
  /***** title *****/
  /***** border *****/
  /********** sec01 -main **********/
  /********** sec02 - timer **********/
  /********** sec03 - benefit **********/
  /********** sec04 - step **********/
  /********** sec05 - calender **********/
  /********** sec06 - share **********/
  /********** sec07 - notice **********/
  /********** footer **********/
}
main ::-moz-selection {
  background-color: #fff;
  color: #1D5FCB;
}
main ::selection {
  background-color: #fff;
  color: #1D5FCB;
}
main .brMobile {
  display: none;
}
main h2 {
  font-size: 2rem;
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 40px;
}
main .borderBox24 {
  position: relative;
}
main .borderBox24::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(150deg, rgba(128, 165, 226, 0.7), rgba(69, 107, 169, 0.7), rgba(1, 40, 104, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
main .borderBox20 {
  position: relative;
}
main .borderBox20::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(150deg, rgba(128, 165, 226, 0.7), rgba(69, 107, 169, 0.7), rgba(1, 40, 104, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
main .borderBox16 {
  position: relative;
}
main .borderBox16::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(150deg, rgba(128, 165, 226, 0.7), rgba(69, 107, 169, 0.7), rgba(1, 40, 104, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
main .sec01 {
  height: 100vh;
  background: linear-gradient(#0E2F65, #1D5FCB);
  position: relative;
}
main .sec01 .sec01Wrapper {
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  align-items: center;
}
main .sec01 .sec01Wrapper h1 .badge {
  font-size: 1.125rem;
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 10px 24px;
  display: inline-block;
  margin-bottom: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 9999;
}
main .sec01 .sec01Wrapper h1 .mainTitle {
  font-size: 3.375rem;
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}
main .sec01 .sec01Wrapper h1 .mainTitle strong {
  font-size: 3.375rem;
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
}
main .sec01 .sec01Wrapper img {
  width: 40vw;
  position: absolute;
  bottom: 0;
  right: 3%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .sec02 {
  margin: 80px auto 150px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .sec02 .titleCenter {
  text-align: center;
}
main .sec02 .timerWrapper {
  display: flex;
  gap: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}
main .sec02 .timerWrapper .timeSection {
  display: grid;
  gap: 20px;
}
main .sec02 .timerWrapper .timeSection .timeDigit {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  font-family: "Outfit", sans-serif;
}
main .sec02 .timerWrapper .timeSection .timeDigit span {
  font-weight: 900;
  display: grid;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 140px;
  border-radius: 16px;
  background: linear-gradient(135deg, #3E6CB9, rgba(69, 107, 169, 0.7));
  font-size: 7.5rem;
  padding-bottom: 12px;
}
main .sec02 .timerWrapper .timeSection .timelabel {
  font-size: 1.2rem;
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 800;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
}
main .sec02 .timerWrapper .separator {
  display: grid;
  gap: 24px;
  height: 34px;
  margin-bottom: 60px;
}
main .sec02 .timerWrapper .separator div {
  width: 10px;
  height: 10px;
  border-radius: 24px;
  background-color: #fff;
}
main .sec03 {
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .sec03 .benefitCard {
  width: 1100px;
  height: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(1, 40, 104, 0.7);
  border-radius: 24px;
  padding: 0 80px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease;
}
main .sec03 .benefitCard.show {
  opacity: 1;
  transform: translateY(0);
}
main .sec03 .benefitCard .left .tag {
  font-size: 1.25rem;
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 800;
  color: #3E6CB9;
  line-height: 1.5;
  margin-bottom: 20px;
}
main .sec03 .benefitCard .left .contents {
  font-size: 2rem;
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
}
main .sec03 .benefitCard .left .contents strong {
  font-size: 2rem;
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}
main .sec03 .benefitCard .right {
  width: 268px;
}
main .sec03 .benefitCard .right img {
  width: 100%;
}
main .sec04 {
  margin: 0 0 170px;
}
main .sec04 h2 {
  width: 1100px;
  margin: 0 auto 40px;
  top: 170px;
  position: sticky;
}
main .sec04 .scrollOverflow {
  overflow: hidden;
}
main .sec04 .scrollOverflow .scrollWrapper ul {
  display: flex;
  gap: 24px;
  width: 800px;
}
main .sec04 .scrollOverflow .scrollWrapper ul .stepCard {
  flex: 0 0 100%;
  background: rgba(1, 40, 104, 0.7);
  border-radius: 24px;
  padding: 1px;
  display: flex;
  justify-content: space-between;
}
main .sec04 .scrollOverflow .scrollWrapper ul .stepCard:first-child {
  margin-left: calc((100vw - 1100px) / 2);
}
main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .left {
  gap: 120px;
  display: grid;
  padding: 64px 80px 48px 64px;
  grid-template-rows: 1fr 64px;
}
main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .left .contentsBox .tag {
  font-size: 1.25rem;
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 800;
  color: #3E6CB9;
  line-height: 1.5;
  margin-bottom: 8px;
}
main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .left .contentsBox .contents {
  font-size: 1.5rem;
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 800;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  white-space: nowrap;
}
main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .left .contentsBox .contents span {
  margin-bottom: 8px;
  font-size: 2rem;
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  line-height: 1.5;
}
main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .left .btnBox {
  display: flex;
  gap: 12px;
  position: relative;
  width: 300px;
}
main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .left .btnBox .stepBtn {
  font-size: 1.125rem;
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  height: 64px;
  width: 300px;
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  z-index: 999;
  transition: 0.3s;
}
main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .left .btnBox .stepBtn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .left .btnBox .qrcode {
  width: 148px;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 16px;
  z-index: 999;
  border-radius: 20px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  display: none;
}
main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .left .btnBox .qrcode img {
  width: 100%;
}
main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .left .btnBox .qrcode p {
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 8px;
  line-height: 1.2;
}
main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .right {
  background-color: rgba(62, 107, 185, 0.2);
  width: 300px;
  height: 100%;
  border-radius: 0 24px 24px 0;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .right img {
  width: 100%;
  transition: all 0.9s ease;
}
main .sec04 .scrollOverflow .scrollWrapper ul .stepCard:hover .right img {
  transform: scale(1.08);
}
main .sec05 {
  max-width: 1100px;
  margin: 0 auto 0;
  padding-bottom: 80px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .sec05::after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3450980392), rgba(255, 255, 255, 0));
  position: absolute;
}
main .sec05 .calenderBox {
  margin-bottom: 120px;
  background: rgba(1, 40, 104, 0.7);
  border-radius: 24px;
  padding: 32px 40px;
}
main .sec05 .calenderBox dl {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 0;
  display: flex;
  gap: 60px;
  align-items: center;
}
main .sec05 .calenderBox dl:last-child {
  border: none;
}
main .sec05 .calenderBox dl dt {
  width: 220px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 40px;
  font-size: 1.5rem;
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
main .sec05 .calenderBox dl dd {
  font-size: 1.5rem;
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 800;
  color: #fff;
  line-height: 1.5;
}
main .sec06 {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: flex;
  justify-self: center;
  align-items: center;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .sec06 .shareBtn {
  text-align: center;
  padding: 18px 100px;
  background-color: #0E2F65;
  border-radius: 16px;
  font-size: 1.2rem;
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 800;
  color: #fff;
  line-height: 1.5;
  transition: 0.3s;
}
main .sec06 .shareBtn:hover {
  background-color: rgba(1, 40, 104, 0.7);
}
main .sec06 .sharePopup {
  margin-top: 20px;
  display: grid;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 28px;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  box-shadow: 4px 4px 4px rgba(14, 47, 101, 0.1);
}
main .sec06 .sharePopup a {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.75rem;
  color: #333;
  font-weight: 600;
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
}
main .sec06 .sharePopup a:hover {
  opacity: 0.8;
}
main .sec06 .sharePopup a div {
  display: none;
}
main .sec06 .sharePopup a:hover div {
  text-decoration: underline;
  transition: 0.3s;
}
main .sec06 .sharePopup a img {
  width: 52px;
  margin: 0 auto;
}
main .sec07 {
  max-width: 1100px;
  margin: 0px auto 80px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .sec07 ul {
  font-size: 1.125rem;
  font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
}
main .sec07 ul li {
  margin: 16px 0 16px 20px;
  list-style: disc;
}
main footer {
  margin: 0 auto;
  padding: 0 0 40px;
  width: 100%;
  text-align: center;
}
main footer p {
  font-size: 0.875rem;
  font-family: "NanumSquareNeo" -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

/****************************** mobile ******************************/
@media (max-width: 1199px) {
  main {
    /********** sec01 - main **********/
    /********** sec02 - timer **********/
    /********** sec03 - benefit **********/
    /********** sec04 - step **********/
    /********** sec05 - calender **********/
    /********** sec06 - share **********/
    /********** sec07 - notice **********/
    /********** footer **********/
  }
  main .brMobile {
    display: inline;
  }
  main h2 {
    font-size: 1.75rem;
    margin-bottom: 24px;
    text-align: center;
  }
  main .sec01 {
    display: flex;
  }
  main .sec01 .sec01Wrapper {
    max-width: 320px;
    text-align: center;
    padding-bottom: 100px;
  }
  main .sec01 .sec01Wrapper h1 {
    margin-bottom: 20%;
  }
  main .sec01 .sec01Wrapper h1 .badge {
    font-size: 0.875rem;
    padding: 8px 20px;
    border-width: 2px;
  }
  main .sec01 .sec01Wrapper h1 .mainTitle {
    font-size: 2.47rem;
    transition: 0.1s;
  }
  main .sec01 .sec01Wrapper h1 .mainTitle strong {
    transition: 0.1s;
    font-size: 2.47rem;
  }
  main .sec01 .sec01Wrapper img {
    left: 50%;
    transform: translateX(-44%);
    width: 320px;
  }
  main .sec02 {
    margin: 80px auto;
  }
  main .sec02 .timerWrapper {
    display: flex;
    gap: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  main .sec02 .timerWrapper .timeSection {
    display: grid;
    gap: 6px;
  }
  main .sec02 .timerWrapper .timeSection .timeDigit {
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
  }
  main .sec02 .timerWrapper .timeSection .timeDigit span {
    font-weight: 800;
    width: 32px;
    height: 48px;
    border-radius: 8px;
    font-size: 2.25rem;
    padding-bottom: 6px;
  }
  main .sec02 .timerWrapper .timeSection .timelabel {
    font-size: 1.2rem;
    font-family: "NanumSquareNeo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
    font-weight: 800;
    color: #fff;
    line-height: 1.5;
    font-size: 0.75rem;
    font-weight: 600;
  }
  main .sec02 .timerWrapper .separator {
    gap: 3px;
    height: 20px;
    margin-bottom: 20px;
  }
  main .sec02 .timerWrapper .separator div {
    width: 4px;
    height: 4px;
  }
  main .sec03 {
    max-width: 320px;
    min-width: 320px;
    margin: 0 auto 64px;
    gap: 24px;
  }
  main .sec03 .benefitCard {
    width: 320px;
    height: 100%;
    padding: 40px 24px;
    flex-direction: column;
    gap: 48px;
  }
  main .sec03 .benefitCard .left .tag {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
  main .sec03 .benefitCard .left .contents {
    font-size: 1.25rem;
  }
  main .sec03 .benefitCard .left .contents strong {
    font-size: 1.25rem;
  }
  main .sec04 {
    margin: 0 auto 80px;
    padding: 0;
  }
  main .sec04 h2 {
    width: 320px;
    margin: 0 auto 24px;
    position: static;
  }
  main .sec04 .scrollOverflow .scrollWrapper ul {
    width: 100%;
    gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main .sec04 .scrollOverflow .scrollWrapper ul .stepCard {
    max-width: 320px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease;
  }
  main .sec04 .scrollOverflow .scrollWrapper ul .stepCard:first-child {
    margin-left: 0;
  }
  main .sec04 .scrollOverflow .scrollWrapper ul .stepCard.show {
    opacity: 1;
    transform: translateY(0);
  }
  main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .left {
    width: 100%;
    padding: 40px 24px;
    gap: 80px;
  }
  main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .left .contentsBox .tag {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
  main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .left .contentsBox .contents {
    font-size: 1.125rem;
    font-weight: 500;
    white-space: nowrap;
  }
  main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .left .contentsBox .contents span {
    font-size: 1.25rem;
    line-height: 1.5;
    display: inline-block;
  }
  main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .left .btnBox .stepBtn {
    width: 272px;
    padding: 14px 0;
    border-radius: 14px;
    font-size: 1.125rem;
    border: 1px #fff solid;
  }
  main .sec04 .scrollOverflow .scrollWrapper ul .stepCard .right {
    display: none;
  }
  main .sec05 {
    max-width: 320px;
  }
  main .sec05 .calenderBox {
    margin-bottom: 64px;
    padding: 24px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease;
  }
  main .sec05 .calenderBox.show {
    opacity: 1;
    transform: translateY(0);
  }
  main .sec05 .calenderBox dl {
    gap: 4px;
    flex-direction: column;
    align-items: start;
    text-align: center;
  }
  main .sec05 .calenderBox dl dt {
    font-size: 1.125rem;
    padding-left: 0px;
    width: 100%;
    border: none;
  }
  main .sec05 .calenderBox dl dd {
    width: 100%;
    font-size: 1.125rem;
  }
  main .sec06 {
    max-width: 320px;
  }
  main .sec06 .sharePopup {
    border-radius: 16px;
    padding: 20px;
    gap: 20px 32px;
    grid-template-columns: repeat(3, 1fr);
  }
  main .sec07 {
    max-width: 320px;
  }
  main .sec07 ul {
    font-size: 0.875rem;
  }
  main footer p {
    font-size: 0.625rem;
  }
}/*# sourceMappingURL=index.css.map */