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

.btn-float a:after {
  background: url("../images/event/20260312/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/20260312/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/20260312/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 #5A371E;
  border-radius: 999px;
  font-size: 1.1428571429vw;
  font-weight: 800;
  color: #5A371E;
  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 {
    top: 5.1282051282vw;
    padding: 0 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;
}

.con1 {
  width: 100%;
  overflow: hidden;
  padding: 82px 0 85px;
  background: url("../images/event/20260312/pattern1.png") repeat;
}
.con1 .img1 {
  height: 540px;
}
.con1 .img2 {
  height: 287px;
}
@media (max-width: 1400px) {
  .con1 {
    padding: 5.8571428571vw 0 6.0714285714vw;
  }
  .con1 .img1 {
    height: 38.5714285714vw;
  }
  .con1 .img2 {
    height: 20.5vw;
  }
}
@media (max-width: 500px) {
  .con1 {
    padding: 24.358974359vw 0 20.5128205128vw;
  }
  .con1 .img1 {
    height: 76.9230769231vw;
  }
  .con1 .img2 {
    height: 124.6153846154vw;
  }
}

@keyframes photoRoll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.photo-roll {
  display: flex;
  animation: photoRoll 100s linear infinite;
}
.photo-roll img {
  max-width: none;
  height: 332px;
}
.photo-roll__outer {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 56px;
  background: url("../images/event/20260312/photo-bg.png") repeat-x 50% 0/auto 11px;
}
@media (max-width: 1400px) {
  .photo-roll img {
    height: 23.7142857143vw;
  }
  .photo-roll__outer {
    margin: 2.1428571429vw 0 4vw;
    background-size: auto 0.7857142857vw;
  }
}
@media (max-width: 500px) {
  .photo-roll img {
    height: 51.2820512821vw;
  }
  .photo-roll__outer {
    margin: 7.6923076923vw 0;
    background-size: auto 1.5384615385vw;
  }
}

.con2 {
  background: url("../images/event/20260312/pattern2.png") repeat;
}
.con2 .inner {
  padding: 120px 0;
}
.con2 .img1 {
  width: 1200px;
}
.con2 .img2 {
  width: 1200px;
  margin: 40px 0 80px;
}
.con2 .img3 {
  width: 1200px;
}
.con2 .deco {
  position: absolute;
  top: 0;
  left: 50%;
}
.con2 .deco1 {
  width: 120px;
  margin: 180px 0 0 -580px;
}
.con2 .deco2 {
  width: 160px;
  margin: 280px 0 0 490px;
}
.con2 .deco3 {
  width: 284px;
  margin: 472px 0 0 430px;
}
.con2 .deco4 {
  width: 160px;
  margin: 1432px 0 0 500px;
}
.con2 .deco5 {
  width: 216px;
  margin: 2053px 0 0 -242px;
}
@media (max-width: 1400px) {
  .con2 .inner {
    padding: 8.5714285714vw 0;
  }
  .con2 .img1 {
    width: 85.7142857143vw;
  }
  .con2 .img2 {
    width: 85.7142857143vw;
    margin: 2.8571428571vw 0 5.7142857143vw;
  }
  .con2 .img3 {
    width: 85.7142857143vw;
  }
  .con2 .deco1 {
    width: 8.5714285714vw;
    margin: 12.8571428571vw 0 0 -41.4285714286vw;
  }
  .con2 .deco2 {
    width: 11.4285714286vw;
    margin: 20vw 0 0 35vw;
  }
  .con2 .deco3 {
    width: 20.2857142857vw;
    margin: 33.7142857143vw 0 0 30.7142857143vw;
  }
  .con2 .deco4 {
    width: 11.4285714286vw;
    margin: 102.2857142857vw 0 0 35.7142857143vw;
  }
  .con2 .deco5 {
    width: 15.4285714286vw;
    margin: 146.6428571429vw 0 0 -17.2857142857vw;
  }
}
@media (max-width: 500px) {
  .con2 .inner {
    padding: 20.5128205128vw 0;
  }
  .con2 .img1 {
    width: 100vw;
  }
  .con2 .img2 {
    width: 90.5128205128vw;
    margin: 3.4285714286vw 0 10.2564102564vw;
  }
  .con2 .img3 {
    width: 90.5128205128vw;
  }
  .con2 .deco {
    display: none;
  }
}

.con3 {
  background: url("../images/event/20260312/pattern3.png") repeat;
}
.con3 .inner {
  padding: 120px 0;
}
.con3 .img1 {
  width: 1200px;
  margin-bottom: 24px;
}
.con3 .img2 {
  width: 1200px;
  margin-top: 40px;
}
.con3 .img3 {
  width: 590px;
  margin-top: 40px;
}
.con3 .deco {
  position: absolute;
  top: 0;
  left: 50%;
}
.con3 .deco1 {
  width: 120px;
  margin: 180px 0 0 -580px;
}
.con3 .deco2 {
  width: 160px;
  margin: 280px 0 0 490px;
}
.con3 .deco3 {
  width: 160px;
  margin: 470px 0 0 -666px;
}
.con3 .deco4 {
  width: 160px;
  margin: 3228px 0 0 490px;
}
@media (max-width: 1400px) {
  .con3 .inner {
    padding: 8.5714285714vw 0;
  }
  .con3 .img1 {
    width: 85.7142857143vw;
    margin-bottom: 1.7142857143vw;
  }
  .con3 .img2 {
    width: 85.7142857143vw;
    margin-top: 2.8571428571vw;
  }
  .con3 .img3 {
    width: 42.1428571429vw;
    margin-top: 2.8571428571vw;
  }
  .con3 .deco1 {
    width: 8.5714285714vw;
    margin: 12.8571428571vw 0 0 -41.4285714286vw;
  }
  .con3 .deco2 {
    width: 11.4285714286vw;
    margin: 20vw 0 0 35vw;
  }
  .con3 .deco3 {
    width: 11.4285714286vw;
    margin: 33.5714285714vw 0 0 47.5714285714vw;
  }
  .con3 .deco4 {
    width: 11.4285714286vw;
    margin: 230.5714285714vw 0 0 35vw;
  }
}
@media (max-width: 500px) {
  .con3 .deco {
    display: none;
  }
  .con3 .inner {
    padding: 20.5128205128vw 0;
  }
  .con3 .img1 {
    width: 100vw;
    margin-bottom: 10.2564102564vw;
  }
  .con3 .swiper {
    width: 100vw;
  }
  .con3 .swiper img {
    width: 84.6153846154vw;
  }
  .con3 .swiper-slide {
    text-align: center;
  }
}

.con4 {
  position: relative;
  background: url("../images/event/20260312/pattern4.png") repeat;
}
.con4:before {
  content: "";
  position: absolute;
  top: 624px;
  left: 50%;
  transform: translateX(-50%);
  width: 3000px;
  height: 3046px;
  background: url("../images/event/20260312/cont4-bg.png") no-repeat 50% 50%/100%;
}
.con4 .inner {
  padding: 120px 0;
}
.con4 .img1 {
  width: 1200px;
  margin-bottom: 64px;
}
.con4 .img2 {
  width: 386px;
}
.con4 .img3 {
  width: 1200px;
  margin-top: 100px;
}
.con4 .deco {
  position: absolute;
  top: 0;
  left: 50%;
}
.con4 .deco1 {
  width: 120px;
  margin: 180px 0 0 -580px;
}
.con4 .deco2 {
  width: 160px;
  margin: 280px 0 0 490px;
}
.con4 .deco3 {
  width: 204px;
  margin: 928px 0 0 108px;
}
.con4 .deco4 {
  width: 132px;
  margin: 2455px 0 0 -469px;
}
.con4 .deco5 {
  width: 118px;
  margin: 3476px 0 0 509px;
}
@media (max-width: 1400px) {
  .con4:before {
    top: 44.5714285714vw;
    width: 214.2857142857vw;
    height: 217.5714285714vw;
  }
  .con4 .inner {
    padding: 8.5714285714vw 0;
  }
  .con4 .img1 {
    width: 85.7142857143vw;
    margin-bottom: 4.5714285714vw;
  }
  .con4 .img2 {
    width: 27.5714285714vw;
  }
  .con4 .img3 {
    width: 85.7142857143vw;
    margin-top: 7.1428571429vw;
  }
  .con4 .deco1 {
    width: 8.5714285714vw;
    margin: 12.8571428571vw 0 0 -41.4285714286vw;
  }
  .con4 .deco2 {
    width: 11.4285714286vw;
    margin: 20vw 0 0 35vw;
  }
  .con4 .deco3 {
    width: 14.5714285714vw;
    margin: 66.2857142857vw 0 0 7.7142857143vw;
  }
  .con4 .deco4 {
    width: 9.4285714286vw;
    margin: 175.3571428571vw 0 0 -33.5vw;
  }
  .con4 .deco5 {
    width: 8.4285714286vw;
    margin: 248.2857142857vw 0 0 36.3571428571vw;
  }
}
@media (max-width: 500px) {
  .con4 {
    background-size: 500px;
    background-position: -300px 80px;
  }
  .con4:before {
    display: none;
  }
  .con4 .deco {
    display: none;
  }
  .con4 .bg {
    width: 100%;
    background: url("../images/event/20260312/con4-line-m.png") no-repeat 0 26.6666666667vw;
    background-size: 100% 2.8205128205vw;
  }
  .con4 .bg.pos2 {
    background-position-y: 4.1025641026vw;
  }
  .con4 .inner {
    padding: 20.5128205128vw 0;
  }
  .con4 .img1 {
    width: 100vw;
    margin-bottom: 14.358974359vw;
  }
  .con4 .img2 {
    width: 72.8205128205vw;
    margin: 0 auto;
  }
  .con4 .img3 {
    width: 80vw;
    margin: 20.5128205128vw auto 6.1538461538vw;
  }
  .con4 .img4 {
    width: 65.1282051282vw;
    margin: 20.5128205128vw auto 6.1538461538vw;
  }
  .con4 .swiper {
    width: 75.3846153846vw;
    overflow: visible;
  }
  .con4 .swiper img {
    width: 72.8205128205vw;
  }
  .con4 .swiper-slide {
    width: 75.3846153846vw;
    text-align: center;
  }
}

.con5 {
  background: url("../images/event/20260312/pattern5.png") repeat;
}
.con5 .inner {
  padding: 110px 0 164px;
}
.con5 .img1 {
  width: 1200px;
}
.con5 .deco {
  position: absolute;
  top: 0;
  left: 50%;
}
.con5 .deco1 {
  width: 120px;
  margin: 470px 0 0 -624px;
}
.con5 .deco2 {
  width: 160px;
  margin: 860px 0 0 500px;
}
.con5 .link-rel {
  position: relative;
}
.con5 .link {
  position: absolute;
  top: 88%;
  height: 7%;
}
.con5 .link1 {
  left: 5%;
  width: 23%;
}
.con5 .link2 {
  left: 41%;
  width: 19%;
}
.con5 .link3 {
  right: 7%;
  width: 18%;
}
@media (max-width: 1400px) {
  .con5 .inner {
    padding: 7.8571428571vw 0 11.7142857143vw;
  }
  .con5 .img1 {
    width: 85.7142857143vw;
  }
  .con5 .deco1 {
    width: 8.5714285714vw;
    margin: 33.5714285714vw 0 0 -44.5714285714vw;
  }
  .con5 .deco2 {
    width: 11.4285714286vw;
    margin: 61.4285714286vw 0 0 35.7142857143vw;
  }
}
@media (max-width: 500px) {
  .con5 .inner {
    padding: 20.5128205128vw 0;
  }
  .con5 .deco {
    display: none;
  }
  .con5 .img1 {
    width: 90.5128205128vw;
  }
  .con5 .link {
    position: absolute;
    width: 80%;
    height: 4.5%;
    left: 10%;
  }
  .con5 .link1 {
    top: 39%;
  }
  .con5 .link2 {
    top: 64.5%;
  }
  .con5 .link3 {
    top: 92.5%;
  }
}
