@import url("https://css.mirae-n.com/miraen_fonts/font/nanum/fonts.css");
@import url("./event_reset.css");
@import url("./event_footer.css");
html {
  height: 100%;
}

body {
  -webkit-text-size-adjust: none;
  margin: 0;
  font-family: "NanumSquareRound", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3C3E46;
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6, p, figure, ul, ol, dl, dd, fieldset, pre {
  margin: 0;
}

ol, ul, td, fieldset {
  padding: 0;
}

input, select, textarea, button, pre, a, code {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-decoration: none;
}

input::-webkit-input-placeholder {
  color: #96969F;
}
input:-moz-placeholder {
  color: #96969F;
}
input:-ms-input-placeholder {
  color: #96969F;
}
input::placeholder {
  color: #96969F;
}

li {
  list-style: none;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
  max-width: none;
}

label, td img {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, strong, th {
  font-weight: 700;
}

b {
  font-weight: 500;
}

legend, caption {
  display: none;
}

address, em {
  font-style: normal;
}

button {
  margin: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 0;
}
button > span {
  position: relative;
}

pre {
  white-space: pre-line;
}

.blind {
  position: fixed;
  overflow: hidden;
  border: 0;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.tb-block,
.mo-block {
  display: none;
}

@media (max-width: 960px) {
  .tb-block {
    display: block;
  }
  .tb-none {
    display: none;
  }
}
@media (max-width: 500px) {
  .tb-block {
    display: none;
  }
  .mo-block {
    display: block;
  }
  .mo-none {
    display: none !important;
  }
}
.btn-float {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: 0 auto;
}

.btn-float a {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  display: block;
  width: 85.7142857143vw;
  height: 10vw;
  margin: 0 auto;
  border-radius: 7.1428571429vw;
  box-shadow: 0px 0.4114285714vw 2.0571428571vw 0px rgba(0, 0, 0, 0.4);
}

.btn-float img {
  width: 100%;
}

.btn-float a:before,
.btn-float a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4.2857142857vw;
  width: 3.9285714286vw;
  height: 3.5714285714vw;
  margin-top: -1.7857142857vw;
}

.btn-float a:before {
  background: url("../images/event/20260727/img-deco1.svg") no-repeat 50% 50%/100%;
  animation: decoFlipX 1s steps(1) infinite;
}

.btn-float a:after {
  background: url("../images/event/20260727/img-deco2.svg") no-repeat 50% 50%/100%;
  animation: decoBlink 1s step-start 0s infinite;
}

@media (min-width: 1920px) {
  .btn-float a {
    width: 1200px;
    height: 140px;
  }
  .btn-float a:before,
  .btn-float a:after {
    left: 60px;
    width: 55px;
    height: 50px;
    margin-top: -25px;
  }
}
@media (max-width: 960px) {
  .btn-float a {
    width: 83.3333333333vw;
    height: 9.375vw;
  }
  .btn-float a:before,
  .btn-float a:after {
    left: 3.9583333333vw;
    width: 3.75vw;
    height: 3.3333333333vw;
    margin-top: -1.5625vw;
  }
}
@media (max-width: 500px) {
  .btn-float a {
    width: 82.0512820513vw;
    height: 10.2564102564vw;
  }
  .btn-float a:before,
  .btn-float a:after {
    left: 4.1025641026vw;
    width: 3.8461538462vw;
    height: 3.5897435897vw;
    margin-top: -1.7948717949vw;
  }
}
@keyframes decoFlipX {
  0%, 100% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(-1);
  }
}
@keyframes decoBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.float_nav {
  width: 12.1428571429vw;
  position: fixed;
  right: 2%;
  top: 15%;
  z-index: 55;
}
.float_nav:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 13.1428571429vw;
  height: 8.9285714286vw;
  background: url("../images/event/20260727/pic.png") no-repeat 50% 50%/100%;
  transform: translate(-50%, 18px);
}

.nav_list {
  position: relative;
  background: #fff;
  border-radius: 2.1428571429vw;
  border: 1px solid #737A83;
  box-shadow: 0px 0.4285714286vw 0.2857142857vw 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.nav_list a {
  position: relative;
  display: block;
  padding: 1.1428571429vw 0;
  font-size: 1.2857142857vw;
  font-weight: 600;
  color: #1E1E1E;
  text-align: center;
}
.nav_list a.on {
  background: rgba(105, 67, 232, 0.7);
  color: #fff;
}

.nav_list a:first-child {
  padding-top: 2.0714285714vw;
}

.nav_list a:last-child {
  padding-bottom: 2.0714285714vw;
}

.nav_list a ~ a {
  border-top: 1px solid #737A83;
}

.nav_list img {
  vertical-align: top;
}

.btn_top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5714285714vw;
  margin-top: 0.8571428571vw;
  background: #340974;
  border-radius: 9999px;
  font-size: 1.2857142857vw;
  font-weight: 600;
  color: #fff;
  text-align: center;
  box-shadow: 0px 0.4285714286vw 0.2857142857vw 0px rgba(0, 0, 0, 0.25);
}
.btn_top:after {
  content: "";
  width: 1vw;
  height: 0.7142857143vw;
  margin-left: 0.3571428571vw;
  background: url("../images/event/20260727/top.svg") no-repeat 50% 50%/100%;
}

@media (min-width: 1920px) {
  .float_nav {
    width: 170px;
    right: min(52% - 960px, 1920px);
  }
  .float_nav:before {
    width: 184px;
    height: 125px;
  }
  .nav_list {
    border-radius: 30px;
    box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .nav_list a {
    padding: 16px 0;
    font-size: 18px;
  }
  .nav_list a:first-child {
    padding-top: 29px;
  }
  .nav_list a:last-child {
    padding-bottom: 29px;
  }
  .btn_top {
    height: 50px;
    margin-top: 12px;
    font-size: 18px;
    box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .btn_top:after {
    content: "";
    width: 14px;
    height: 10px;
    margin-left: 5px;
  }
}
@media (max-width: 1400px) {
  .float_nav {
    display: none;
  }
}
.logo_group {
  position: absolute;
  top: 2.5vw;
  left: 0;
  right: 0;
  padding: 0 2.8571428571vw;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 91.4285714286vw;
  margin: 0 auto;
}

.logo_group a {
  display: inline-block;
  vertical-align: middle;
}

.logo_group .choco {
  width: 4.8571428571vw;
}

.logo_group .mirae-n {
  width: 6.8571428571vw;
}

.logo_group img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.logo_group .login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6vw;
  height: 2.7142857143vw;
  margin-right: 1vw;
  padding-top: 0.1428571429vw;
  border: 0.1428571429vw solid #fff;
  border-radius: 999px;
  font-size: 1.1428571429vw;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

@media (min-width: 1400px) {
  .logo_group {
    top: 35px;
    padding: 0 40px;
    max-width: 1280px;
  }
  .logo_group .choco {
    width: 68px;
  }
  .logo_group .mirae-n {
    width: 96px;
  }
  .logo_group .login {
    width: 84px;
    height: 38px;
    margin-right: 14px;
    padding-top: 2px;
    border-width: 2px;
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .logo_group {
    top: 2.0833333333vw;
    padding: 0 2.0833333333vw;
    max-width: 133.3333333333vw;
  }
  .logo_group .choco {
    width: 7.0833333333vw;
  }
  .logo_group .mirae-n {
    width: 10vw;
  }
  .logo_group .login {
    width: 8.75vw;
    height: 3.9583333333vw;
    margin-right: 1.4583333333vw;
    padding-top: 0.2083333333vw;
    border-width: 0.2083333333vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 500px) {
  .logo_group {
    position: static;
    padding: 5.1282051282vw 5.1282051282vw;
    background: #93CAFF;
  }
  .logo_group .choco {
    width: 14.8717948718vw;
  }
  .logo_group .mirae-n {
    width: 20.7692307692vw;
  }
  .logo_group .login {
    width: 18.9743589744vw;
    height: 8.2051282051vw;
    margin-right: 2.0512820513vw;
    padding-top: 0.5128205128vw;
    border-width: 2px;
    font-size: 3.5897435897vw;
  }
}
.swiper-pagination {
  margin-top: 5.1282051282vw;
  position: static;
}
.swiper-pagination-bullet {
  width: 2.0512820513vw;
  height: 2.0512820513vw;
  background: #A69080;
  opacity: 1;
  border-radius: 100px;
}
.swiper-pagination-bullet-active {
  width: 7.1794871795vw;
  background: #5A371E;
}

.con {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.con1 {
  position: relative;
  height: 2344px;
}
.con1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 940px;
  background: #ADBEE7 url("../images/event/20260727/con1-bg1.webp") no-repeat 50%/auto 100%;
  border-bottom: 3px solid #D4DADD;
}
.con1:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1381px;
  background: url("../images/event/20260727/con1-bg2.webp") no-repeat 50%/auto 100%, linear-gradient(180.57deg, #ADE589 0.49%, #C3EC98 62.37%);
  border-top: 3px solid #D4DADD;
}
.con1 .inner {
  z-index: 2;
  height: 100%;
}
.con1 img {
  position: absolute;
}
.con1 .img1 {
  width: 1451px;
  top: 124px;
  margin-left: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.con1 .img2 {
  width: 1920px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.con1 .img3 {
  bottom: 440px;
  transform: translateX(-670px);
  width: 617.5px;
}
.con1 .light {
  width: 1493px;
  top: 243px;
  left: 50%;
  transform: translateX(-50%);
  animation: blink 1.5s infinite;
}
.con1 .gif {
  width: 944px;
  top: 627px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .con1 {
    height: 167.4285714286vw;
  }
  .con1:before {
    height: 67.1428571429vw;
  }
  .con1:after {
    height: 98.6428571429vw;
  }
  .con1 .img1 {
    width: 103.6428571429vw;
    top: 8.8571428571vw;
    margin-left: -0.8571428571vw;
  }
  .con1 .img2 {
    width: 137.1428571429vw;
  }
  .con1 .img3 {
    bottom: 31.4285714286vw;
    transform: translateX(-47.8571428571vw);
    width: 44.1071428571vw;
  }
  .con1 .light {
    width: 106.6428571429vw;
    top: 17.3571428571vw;
  }
  .con1 .gif {
    width: 67.4285714286vw;
    top: 44.7857142857vw;
  }
}

.con2 {
  position: relative;
  height: 1975px;
  background: linear-gradient(180deg, #FFC7D4 0%, rgba(255, 207, 218, 0.988235) 100%);
}
.con2 .inner {
  gap: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/event/20260727/con2-bg.webp") no-repeat 50% 0/auto 100%;
}
.con2 .img1 {
  width: 1200px;
}
.con2 .img2 {
  width: 1200px;
}
.con2 .link-wrap {
  position: relative;
}
.con2 .link {
  position: absolute;
}
.con2 .link1 {
  top: 33%;
  left: 16%;
  width: 68%;
  height: 37%;
}
.con2 .link2 {
  top: 87%;
  left: 16%;
  width: 33%;
  height: 13%;
}
.con2 .link3 {
  top: 87%;
  left: 51%;
  width: 33%;
  height: 13%;
}
@media (max-width: 1400px) {
  .con2 {
    height: 141.0714285714vw;
  }
  .con2 .inner {
    gap: 2.1428571429vw;
  }
  .con2 .img1 {
    width: 85.7142857143vw;
  }
  .con2 .img2 {
    width: 85.7142857143vw;
  }
}

.con3 {
  position: relative;
  height: 960px;
  background: #D6D6D6;
}
.con3 .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/event/20260727/con3-bg.webp") no-repeat 50% 0/auto 100%;
}
.con3 .img1 {
  width: 1200px;
}
@media (max-width: 1400px) {
  .con3 {
    height: 68.5714285714vw;
  }
  .con3 .img1 {
    width: 85.7142857143vw;
  }
}
