@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/20260903/img-deco1.svg") no-repeat 50% 50%/100%;
  animation: decoFlipX 1s steps(1) infinite;
}

.btn-float a:after {
  background: url("../images/event/20260903/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/20260903/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/20260903/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 #231815;
  border-radius: 999px;
  font-size: 1.1428571429vw;
  font-weight: 800;
  color: #231815;
  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;
  }
  .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;
  padding: 116px 0 218px;
  background: linear-gradient(0, #FFACCA 6.8%, #FFB0CC 34.98%, #FFB4CF 62.08%, #FFC8DC 93.52%);
}
.con1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/event/20260903/con1-bg.png") repeat 50%;
}
.con1 .inner {
  height: 100%;
  padding-bottom: 106px;
}
.con1 img {
  width: 2232px;
}
@media (max-width: 1920px) {
  .con1 {
    padding: 8.2857142857vw 0 15.5714285714vw;
  }
  .con1:before {
    background-size: 20.0714285714vw auto;
  }
  .con1 .inner {
    padding-bottom: 4vw;
  }
  .con1 img {
    width: 125vw;
  }
}
@media (max-width: 500px) {
  .con1 {
    z-index: -1;
    height: auto;
    padding: 21.4285714286vw 0 8.4285714286vw;
    margin-top: -21.4285714286vw;
  }
}

.con2 {
  position: relative;
  padding: 26px 0 120px;
  background: #FFF89B;
  overflow: visible;
}
.con2:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 99%;
  left: 0;
  height: 118px;
  background: url("../images/event/20260903/con2-bg.webp") repeat 50%/auto 100%;
}
@media (max-width: 1920px) {
  .con2 {
    padding: 1.8571428571vw 0 8.5714285714vw;
  }
  .con2:before {
    height: 8.4285714286vw;
  }
  .con2 img {
    width: 85.7142857143vw;
  }
}

.con3 {
  background: #FFFFC8;
  padding: 120px 0 260px;
}
@media (max-width: 1920px) {
  .con3 {
    padding: 8.5714285714vw 0 18.5714285714vw;
  }
  .con3 .img1 {
    width: 85.7142857143vw;
  }
}
.con3 .rotate-wrap {
  position: relative;
  width: 666px;
  aspect-ratio: 1;
  margin-top: 150px;
}
.con3 .rotate-wrap .img2 {
  width: 100%;
}
@media (max-width: 1920px) {
  .con3 .rotate-wrap {
    width: 47.5714285714vw;
    margin-top: 10.7142857143vw;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.con3 .rotate-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: rotate 20s linear infinite;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.con3 .rotate-box img {
  position: absolute;
  animation: rotate2 20s linear infinite;
  width: 39.039039039%;
  aspect-ratio: 1;
}
.con3 .rotate-box .img3 {
  top: -11.2612612613%;
  left: -2.2522522523%;
}
.con3 .rotate-box .img4 {
  top: -11.2612612613%;
  right: -2.2522522523%;
}
.con3 .rotate-box .img5 {
  top: 45.045045045%;
  right: -20.5705705706%;
}
.con3 .rotate-box .img6 {
  bottom: -21.1711711712%;
  right: 30.4804804805%;
}
.con3 .rotate-box .img7 {
  top: 45.045045045%;
  left: -20.5705705706%;
}

.con4 {
  padding: 120px 0;
  background: #ABC8FF url("../images/event/20260903/con4-bg.png") no-repeat 50% 173px;
  background-size: 1311px auto;
}
@media (max-width: 1920px) {
  .con4 {
    padding: 8.5714285714vw 0;
    background-position: 50% 12.3571428571vw;
    background-size: 93.6428571429vw auto;
  }
  .con4 img {
    width: 85.7142857143vw;
  }
}

.con5 {
  position: relative;
  padding: 86px 0 120px;
  background: #CADCFF;
}
.con5 .inner {
  z-index: 2;
}
.con5 .img2 {
  position: absolute;
  bottom: 108px;
  left: 50%;
  width: 282px;
  margin-left: -680px;
}
.con5 .img3 {
  position: absolute;
  right: 50%;
  bottom: 130px;
  width: 125px;
  margin-right: -700px;
}
@media (max-width: 1920px) {
  .con5 {
    padding: 6.1428571429vw 0 8.5714285714vw;
  }
  .con5 .img1 {
    width: 85.7142857143vw;
  }
  .con5 .img2 {
    bottom: 7.7142857143vw;
    width: 20.1428571429vw;
    margin-left: -48.5714285714vw;
  }
  .con5 .img3 {
    bottom: 9.2857142857vw;
    width: 8.9285714286vw;
    margin-right: -50vw;
  }
}

.con6 {
  position: relative;
  height: 1273px;
  background: #FFAECB;
}
.con6:before {
  content: "";
  position: absolute;
  top: 863px;
  right: 0;
  left: 0;
  height: 50px;
  background: url("../images/event/20260903/con6-bg.png") repeat 50%/auto 100%;
}
@media (max-width: 1920px) {
  .con6 {
    height: 90.9285714286vw;
  }
  .con6:before {
    top: 61.6428571429vw;
    height: 3.5714285714vw;
  }
  .con6 .img1 {
    width: 85.7142857143vw;
  }
}
.con6 .inner {
  width: 100%;
}
.con6 .slide {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  margin-top: 52px;
}
.con6 .slide-wrap {
  display: flex;
  position: relative;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-66.66%);
  }
}
.con6 .slide-inner {
  animation: slide 300s linear infinite;
  display: flex;
  justify-content: flex-start;
}
.con6 .slide-inner img {
  height: 608px;
}
.con6 .img3 {
  position: absolute;
  bottom: 378px;
  left: 50%;
  margin-left: -600px;
}
.con6 .link {
  margin-top: 40px;
}
@media (max-width: 1920px) {
  .con6 .slide {
    margin-top: 3.7142857143vw;
  }
  .con6 .slide-inner img {
    height: 43.4285714286vw;
  }
  .con6 .img3 {
    bottom: 27vw;
    width: 15vw;
    margin-left: -42.8571428571vw;
  }
  .con6 .link {
    margin-top: 2.8571428571vw;
  }
  .con6 .link img {
    width: 58.5vw;
  }
}

.con7 {
  padding: 91px 0 72px;
  background: #FFC8D7;
}
.con7 .link {
  position: absolute;
  top: 81%;
  left: 22%;
  width: 58%;
  height: 14%;
}
@media (max-width: 1920px) {
  .con7 {
    padding: 6.5vw 0 5.1428571429vw;
  }
  .con7 img {
    width: 101.4285714286vw;
  }
}

.con8 {
  padding: 80px 0;
  background: #848484;
}
@media (max-width: 1920px) {
  .con8 {
    padding: 5.7142857143vw 0;
  }
  .con8 img {
    width: 85.7142857143vw;
  }
}
