@charset "utf-8";
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquareNeo@1.0/nanumsquareneo.css);

@font-face {
    font-family: 'SebangGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Regular.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SebangGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}


.titlefont {font-family: "Archivo", sans-serif !important;}


html,
body {
  margin: 0;
  min-height: 100%;
  font-family: 'Archivo', 'sans-serif' !important;
  letter-spacing:-0.2px;
  background-color:#fff;

}

.normal		{ font-weight: 400 }
.bold		{ font-weight: 700 }
.bolder		{ font-weight: 800 }
.black		{ font-weight: 900 }
.light		{ font-weight: 300 }

.ea20-page-shell {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.ea20-hero {
  position: relative;
  width: 100%;
  min-height:80vh;
  overflow: hidden;

  border-bottom-left-radius: clamp(100px, 9vw, 190px);
  border-bottom-right-radius: clamp(100px, 9vw, 190px);

  background:
    linear-gradient(
      180deg,
      rgba(8, 3, 31, 0.9) 0%,
      rgba(9, 4, 33, 0.88) 33%,
      rgba(17, 35, 86, 0.84) 52%,
      rgba(65, 104, 162, 0.76) 68%,
      rgba(127, 153, 201, 0.66) 81%,
      rgba(184, 177, 200, 0.6) 91%,
      rgba(255, 208, 173, 0.58) 100%
    );
}

.ea20-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../img/mainimg05.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  opacity: 0.95;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 34%,
    rgba(0, 0, 0, 0.08) 43%,
    rgba(0, 0, 0, 0.35) 52%,
    rgba(0, 0, 0, 0.72) 64%,
    #000 82%,
    #000 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 34%,
    rgba(0, 0, 0, 0.08) 43%,
    rgba(0, 0, 0, 0.35) 52%,
    rgba(0, 0, 0, 0.72) 64%,
    #000 82%,
    #000 100%
  );
}


.ea20-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(3, 0, 39, 0.96) 0%,
      rgba(3, 0, 39, 0.88) 28%,
      rgba(3, 0, 39, 0.5) 48%,
      rgba(3, 0, 39, 0.2) 70%,
      rgba(3, 0, 39, 0.08) 100%
    ),
    linear-gradient(
      180deg,
      rgba(5, 1, 34, 0.34) 0%,
      rgba(10, 25, 80, 0.12) 58%,
      rgba(255, 208, 173, 0.16) 100%
    );
  pointer-events: none;
}

.ea20-language {
  position: absolute;
  top: 0;
  right: 42px;
  height: 72px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 14px;
  pointer-events: auto;
}

.ea20-language-link {
  min-width: auto;
  height: auto;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 12px;
  font-weight: 500 !important;
  line-height: 1;
  text-decoration: none;
  letter-spacing:0.5px;
}

.ea20-language-link-active,
.ea20-language-link:hover {
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
}

.ea20-home-link {
  position: absolute;
  top: 0;
  left: 42px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  color: #fff !important;
  font-size: 27px;
  line-height: 1;
  text-decoration: none;
  pointer-events: auto;
}

.ea20-home-link:hover,
.ea20-home-link:focus {
  color: #fff !important;
  opacity: 0.72;
  text-decoration: none;
}

.ea20-header-inner {
  display: inline-flex;
  justify-content: center;
  width: auto;
  pointer-events: auto;
}

.ea20-menu-pill {
  min-height: 72px;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}


.ea20-language-link-active,
.ea20-language-link:hover {
  color: #08031f;
  background: #ffd0bd;
  border-color: #ffd0bd;
}

.ea20-hero-content {
  position: relative;
  z-index: 3;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 80px 150px;
}

.ea20-anniversary {
  width: 100%;
}

.ea20-anniversary-layout {
  position: relative;
  width: min(1400px, 90%);
  color: #fff;
}

.ea20-eyebrow {
  margin: 0 0 54px;
  color: #ffd7ca;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.ea20-ordinal {
  font-size: 0.6em;
  vertical-align: super;
}

.ea20-main-area {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(56px, 6vw, 50px);
}

.ea20-symbol-area {
  display: flex;
  justify-content: flex-end;
}

.ea20-main-symbol {
  width: min(520px, 100%);
}

.ea20-main-symbol img {
  display: block;
  width: 100%;
  height: auto;
}

.ea20-text-area {
  text-align: left;
}

.ea20-title {
  margin: 0 0 25px;
  color: #fff;
  font-size: clamp(35px, 4.4vw, 55px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
}

.ea20-title strong {font-weight:800 !important}

.ea20-title strong,
.ea20-title span {
  display: block;
}

.ea20-event-info {
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.ea20-event-info p {
  margin: 0;
}

.ea20-date {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 12px !important;
  color: #fff;
  font-size: clamp(30px, 2.45vw, 35px);
  font-weight: 700;
  line-height: 1.1;
}

.ea20-date-month,
.ea20-date-day {
  color: #8feeff;
}

.ea20-date-week {
  margin-left: 2px;
  color: #fff;
  font-size: 0.65em;
  font-weight: 500;
}

.ea20-date-dash {
  margin: 0 12px;
  color: #fff;
}

.ea20-place {
  font-size: clamp(20px, 1.8vw, 25px);
}


.ea20-apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 178px;
  min-height: 60px;
  margin-top: 28px;
  padding: 0 40px 0 45px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #060227 !important;
  font-size: 21px;
  font-weight: 600;
  line-height: 55px;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ea20-apply-btn i {
  color: #060227;
  font-size: 22px;
  line-height: 1;
}

.ea20-apply-btn:hover,
.ea20-apply-btn:focus {
  color: #060227;
  background: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.ea20-apply-btn:hover i,
.ea20-apply-btn:focus i {
  color: #060227;
}


.ea20-host-logos {
  position: absolute;
  right: clamp(48px, 5.5vw, 150px);
  bottom: clamp(46px, 5vw, 88px);
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap:20px;
}

.ea20-host-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  text-decoration: none;
}

.ea20-host-logo img {
  display: block;
  height: 32px;

}

.ea20-hero::before {
  opacity: 0;
  animation: ea20HeroBgReveal 2.2s ease-out forwards;
}

.ea20-eyebrow,
.ea20-main-symbol,
.ea20-title strong,
.ea20-title span,
.ea20-date,
.ea20-place,
.ea20-apply-btn,
.ea20-host-logos {
  opacity: 0;
  animation: ea20VisualFadeUp 1.05s ease-out forwards;
}

.ea20-eyebrow {
  animation-delay: 1.7s;
}

.ea20-main-symbol {
  animation-delay: 1.95s;
}

.ea20-title strong {
  animation-delay: 2.2s;
}

.ea20-title span {
  animation-delay: 2.45s;
}

.ea20-date {
  animation-delay: 2.7s;
}

.ea20-place {
  animation-delay: 2.95s;
}

.ea20-apply-btn {
  animation-delay: 3.2s;
}

.ea20-host-logos {
  animation-delay: 3.65s;
}

@keyframes ea20HeroBgReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.95;
  }
}

@keyframes ea20SubvisualBgReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.68;
  }
}

@keyframes ea20VisualFadeUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 1280px) {
  .ea20-hero,
  .ea20-hero-content {
    min-height: 820px;
  }

  .ea20-hero-content {
    padding: 140px 48px 135px;
  }

  .ea20-eyebrow {margin-bottom:20px}
  .ea20-apply-btn {font-size:18px}

  .ea20-main-area {
    gap: 20px;
  }

  .ea20-host-logos {
    position: absolute;
  }
}

@media (max-width: 991.98px) {
  .main-header {
    height: 64px;
  }

  .main-header .container {
    justify-content: flex-start;
  }

  .ea20-menu-pill {
    min-height: 64px;
  }

  .ea20-language {
    right: 18px;
    height: 64px;
  }

  .ea20-home-link {
    left: 18px;
    height: 64px;
  }
}

@media (max-width: 900px) {
  .ea20-hero {
    min-height: auto;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
  }

 .ea20-hero::before {
    background-size: cover;
    background-position: 65% center;
    -webkit-mask-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.58) 42%,
      rgba(0, 0, 0, 0.92) 100%
    );
    mask-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.58) 42%,
      rgba(0, 0, 0, 0.92) 100%
    );
	}

  .ea20-hero-content {
    min-height: auto;
    padding: 110px 24px 180px;
  }

  .ea20-language {
    top: 0px;
    right: 25px;
	gap:18px;
  }

  .ea20-eyebrow {
    margin-bottom: 38px;
  }

  .ea20-main-area {
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
  }

  .ea20-symbol-area {
    justify-content: center;
  }

  .ea20-main-symbol {
    width: min(430px, 100%);
  }

  .ea20-text-area {
    text-align: center;
  }

  .ea20-date {justify-content: center}

  .ea20-host-logos {
    left: 24px;
    right: 24px;
    bottom: 42px;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .ea20-host-logo img {
    max-width: 118px;
    max-height: 38px;
  }

}

@media (max-width: 520px) {

  .ea20-host-logo {gap:10px}	

  .ea20-host-logo img {
    max-width: 100%;
    max-height: 25px;
  }


  .ea20-hero {
    border-bottom-left-radius: 64px;
    border-bottom-right-radius: 64px;
  }

  .ea20-hero-content {
    padding: 120px 18px 140px;
  }

  .ea20-language-link {
    min-width: 46px;
    padding: 0 6px;
    font-size: 13px;
  }

  .ea20-eyebrow {
    font-size: 18px;
  }

  .ea20-title {
    font-size: 38px;
  }

  .ea20-date {
    font-size: 23px;
  }

  .ea20-place {
    font-size: 18px;
  }
}

.ea20-subvisual-shell {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.ea20-subvisual {
  position: relative;
  width: 100%;
  min-height: 360px;
  overflow: hidden;
  border-bottom-left-radius: clamp(54px, 7vw, 130px);
  border-bottom-right-radius: clamp(54px, 7vw, 130px);
  background:
    linear-gradient(
      180deg,
      rgba(8, 3, 31, 0.92) 0%,
      rgba(13, 16, 56, 0.9) 42%,
      rgba(44, 79, 137, 0.82) 70%,
      rgba(255, 208, 173, 0.64) 100%
    );
}

.ea20-subvisual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/mainimg05.jpg") right center / auto 100% no-repeat;
  opacity: 0;
  animation: ea20SubvisualBgReveal 2.2s ease-out forwards;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 66%,
    rgba(0, 0, 0, 0.03) 74%,
    rgba(0, 0, 0, 0.28) 88%,
    #000 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 66%,
    rgba(0, 0, 0, 0.03) 74%,
    rgba(0, 0, 0, 0.28) 88%,
    #000 100%
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.ea20-subvisual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(3, 0, 39, 0.96) 0%,
      rgba(3, 0, 39, 0.96) 64%,
      rgba(3, 0, 39, 0.9) 74%,
      rgba(3, 0, 39, 0.55) 88%,
      rgba(3, 0, 39, 0.12) 100%
    );
  pointer-events: none;
}

.ea20-subvisual-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(30px, 6vw, 90px);
  width: min(1180px, calc(100% - 48px));
  min-height: 360px;
  margin: 0 auto;
  padding: 140px 0 70px;
  color: #fff;
}

.ea20-subvisual-content {
  min-width: 0;
}

.ea20-subvisual-eyebrow {
  margin: 0 0 14px;
  color: #ffd7ca;
  font-size: clamp(16px, 1.45vw, 22px);
  font-weight: 700;
  line-height: 1.15;
}

.ea20-subvisual-ordinal {
  font-size: 0.5em;
  vertical-align: super;
}

.ea20-subvisual-title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 50px);
  font-weight: 800;
  line-height: 1;
}

.ea20-subvisual-event {
  margin: 18px 0 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
}

.ea20-subvisual-event p {
  margin: 0;
}

.ea20-subvisual-date {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0;
  color: #fff;
  font-size: clamp(18px, 1.65vw, 26px);
  font-weight: 700;
  line-height: 1;
}

.ea20-subvisual-date-month,
.ea20-subvisual-date-day {
  color: #8feeff;
}

.ea20-subvisual-date-week {
  margin-left: 2px;
  color: #fff;
  font-size: 0.68em;
  font-weight: 700;
}

.ea20-subvisual-date-dash {
  margin: 0 8px;
  color: #fff;
}

.ea20-subvisual-place {
  margin-top: 6px !important;
  color: #fff;
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 700;
  line-height: 1.35;
}

.ea20-subvisual-mark {
  flex: 0 0 clamp(160px, 22vw, 300px);
  opacity: 0.96;
}

.ea20-subvisual-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.ea20-subvisual-eyebrow,
.ea20-subvisual-title,
.ea20-subvisual-date,
.ea20-subvisual-place,
.ea20-subvisual-mark {
  opacity: 0;
  animation: ea20VisualFadeUp 1.05s ease-out forwards;
}

.ea20-subvisual-eyebrow {
  animation-delay: 1.7s;
}

.ea20-subvisual-title {
  animation-delay: 1.95s;
}

.ea20-subvisual-date {
  animation-delay: 2.2s;
}

.ea20-subvisual-place {
  animation-delay: 2.45s;
}

.ea20-subvisual-mark {
  animation-delay: 2.95s;
}

@media (max-width: 900px) {
  .ea20-subvisual {
    min-height: 330px;
    border-bottom-left-radius: 76px;
    border-bottom-right-radius: 76px;
  }

  .ea20-subvisual::before {
    background-size: cover;
    background-position: 66% center;
    -webkit-mask-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.72) 58%,
      #000 100%
    );
    mask-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.72) 58%,
      #000 100%
    );
  }

  .ea20-subvisual-inner {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 22px;
    min-height: 330px;
    padding: 100px 0 64px;
    text-align: center;
  }

  .ea20-subvisual-mark {
    flex: 0 0 auto;
    width: min(220px, 62vw);
  }
}

@media (max-width: 520px) {
  .ea20-subvisual {
    min-height: 310px;
    border-bottom-left-radius: 54px;
    border-bottom-right-radius: 54px;
  }

  .ea20-subvisual-inner {
    width: min(100% - 36px, 1180px);
    min-height: 310px;
    padding: 92px 0 54px;
  }

  .ea20-subvisual-eyebrow {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .ea20-subvisual-title {
    font-size: 30px;
  }

  .ea20-subvisual-date {
    justify-content: center;
  }

  .ea20-subvisual-place {
    text-align: center;
  }

  .ea20-subvisual-event {
    margin-top: 12px;
  }

  .ea20-subvisual-mark {
    width: min(178px, 58vw);
  }
}

.main-header {
  height: 72px;
  padding: 0 !important;
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  z-index: 1000;
  pointer-events: none;
}

.main-header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.main-nav-menu {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 0;
  padding: 0;
}

.main-nav-menu > li {
  display: flex;
  align-items: center;
}

.main-header .main-nav-menu .nav-link.depth1 {text-shadow:0px 0px 0px rgba(0,0,0,.25);}

.main-nav-menu .depth1 {
  min-height: 72px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700 !important;
  text-shadow: none !important;
  line-height:72px;
  letter-spacing:0.2px;
}

.main-nav-menu .depth1:hover,
.main-nav-menu > li:hover .depth1 {
  color: #fff !important;
  opacity: 0.72;
}


.sub-menu-wrap {
  top: calc(100% + 12px);
  left: 50%;
  z-index: 20;
  min-width: 180px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(8, 3, 31, 0.94);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.sub-menu:hover .sub-menu-wrap,
.sub-menu:focus-within .sub-menu-wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(4px);
}

.sub-nav {
  gap: 4px;
  margin: 0;
  padding: 0;
}

.sub-nav .depth2 {
  padding: 9px 12px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.sub-nav .depth2:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #9eeeff;
}

.main-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.ordinal {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1;
  vertical-align: top;
  margin-left: 0.05em;
  transform: translateY(0.3em);
}

.main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      #08031f 0%,
      #090421 33%,
      #112356 52%,
      #4168a2 68%,
      #7f99c9 81%,
      #b8b1c8 91%,
      #ffd0ad 100%
    );
}

.main-visual::before {
  content: "";
  position: absolute;
  inset: -14%;
  background: url("../img/mainimg05.jpg") center / cover no-repeat;
  filter: grayscale(100%) blur(24px);
  opacity: 0;
 /*transform: translate3d(0, -2%, 0) scale(1.16);*/
  animation:
    bgImageReveal 2.4s ease-out forwards;
    /* bgImageFloatY 5s ease-in-out 2.4s infinite alternate;*/
  z-index: 0;
}

:root {
  --ea20-footer-height: 180px;
}

.ea20-hero {
  position: relative;
  width: 100%;
  min-height: calc(100vh - var(--ea20-footer-height));
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(8, 3, 31, 0.9) 0%,
      rgba(9, 4, 33, 0.88) 33%,
      rgba(17, 35, 86, 0.84) 52%,
      rgba(65, 104, 162, 0.76) 68%,
      rgba(127, 153, 201, 0.66) 81%,
      rgba(184, 177, 200, 0.6) 91%,
      rgba(255, 208, 173, 0.58) 100%
    );
}

.ea20-hero-content {
  min-height: calc(100vh - var(--ea20-footer-height));
}

.ea20-footer {
  height: var(--ea20-footer-height);
  min-height: var(--ea20-footer-height);
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
   font-family: 'NanumSquareNeo', 'sans-serif' !important;
   letter-spacing:-0.5px;
}

.footer .site-title {font-family: 'NanumSquareNeo', 'sans-serif' !important;}

.ea20-footer {
  padding: 34px 0 30px;
  background: #fff;
  color: #333;
}

.ea20-footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-direction: column;
}

.ea20-footer-logo-area {
  flex: 0 0 auto;
  border-right:1px solid #ddd;
}

.ea20-footer-logo {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  color: #060227 !important;
  text-decoration: none;
}

.ea20-footer-title {
  color: #060227;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.ea20-footer-subtitle {
  margin-top: 2px;
  color: #060227;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.ea20-mobile-break {
  display: none;
}

.ea20-footer-info-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.ea20-company-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 18px;
  max-width: 980px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ea20-company-info li {
  position: relative;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}

.ea20-company-info li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 1px;
  height: 12px;
  background: #d8d8d8;
  transform: translateY(-50%);
}

.ea20-footer-copyright {
  margin-top: 0;
  color: #777;
  font-size: 11px;
  line-height: 1.5;
}

.ea20-footer-copyright strong {
  color: #333;
  font-weight: 700;
}

.ea20-copyright-tail {
  display: inline;
}

@media (max-width: 640px) {

	:root {
	  --ea20-footer-height: 250px;
	}

 .ea20-footer-logo-area {border-right:0px}

  .ea20-footer {
    text-align: center;
  }

  .ea20-footer-inner {
    align-items: center;
    text-align: center;
    gap: 14px;
  }

  .ea20-footer-logo {
    align-items: center;
    text-align: center;
  }

  .ea20-footer-title {
    font-size: 16px;
    line-height: 1.35;
  }

  .ea20-footer-subtitle {
    font-size: 12px;
    line-height: 1.35;
  }

  .ea20-mobile-break {
    display: block;
  }

  .ea20-footer-info-area {
    align-items: center;
    text-align: center;
  }

  .ea20-company-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }

  .ea20-company-info li {
    font-size: 14px;
    line-height: 1.45;
    white-space: normal;
  }

  .ea20-company-info li:not(:last-child)::after {
    display: none;
  }

  .ea20-footer-copyright {
    max-width: 340px;
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
  }

  .ea20-copyright-tail {
    display: block;
  }
}


.ea20-footer-logo {
  display: inline-flex;
  align-items: flex-start;
  color: #060227 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-decoration: none;
  flex-direction: column;
}


.ea20-company-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  max-width: 980px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ea20-company-info li {
  position: relative;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}

.ea20-company-info li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 1px;
  height: 12px;
  background: #d8d8d8;
  transform: translateY(-50%);
}

.ea20-footer-copyright {
  margin-top:0px;
  color: #777;
  font-size: 11px;
  line-height: 1.5;
}

.ea20-footer-copyright strong {
  color: #333;
  font-weight: 700;
}

.ea20-footer {
  height: auto;
}

.ea20-footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px clamp(24px, 4vw, 60px);
}

.ea20-footer-info-area {
  min-width: 0;
}

.ea20-footer-host-logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 12px 18px;
  border-radius: 8px;
  background: #060227;
}

.ea20-footer-host-logos .ea20-host-logo img {
  width: auto;
  height: 38px;
  max-width: 100%;
  max-height: 38px;
}

@media (max-width: 991.98px) {
  .ea20-footer-inner {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }


  .ea20-company-info {
    justify-content: flex-start;
  }

   .ea20-footer-logo,
  .ea20-footer-inner {align-items: center;text-align:center;}

  .ea20-footer-host-logos {
    order: 2;
    justify-content: center;
  }

  .ea20-footer-info-area {
    order: 3;
  }
}

@media (max-width: 640px) {
  .ea20-company-info {
    gap: 0px;
  }

  .ea20-footer {padding:0px 0}

  .ea20-company-info li {
    font-size: 13px;
    white-space: normal;
  }

.ea20-host-logos {gap:10px}

.ea20-footer-host-logos {
  width: 100%;
  max-width: 360px;
  gap: 12px;
  padding: 10px 14px;
  flex-wrap: wrap;
}

.ea20-footer-host-logos .ea20-host-logo img {
  height: 24px;
  max-width: 120px;
  max-height: 24px;
}

}

.main-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(8, 3, 31, 0.9) 0%,
      rgba(9, 4, 33, 0.88) 33%,
      rgba(17, 35, 86, 0.84) 52%,
      rgba(65, 104, 162, 0.76) 68%,
      rgba(127, 153, 201, 0.66) 81%,
      rgba(184, 177, 200, 0.6) 91%,
      rgba(255, 208, 173, 0.58) 100%
    );
  z-index: 2;
  pointer-events: none;
}

.language-switch {
  position: absolute;
  top: 32px;
  right: 40px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
}

.language-switch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0;
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.language-switch-btn:hover,
.language-switch-btn:focus {
  border-color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
  text-decoration: none;
}

.language-switch-btn.is-active {
  border-color: #fad3c8;
  background: #fad3c8;
  color: #15213a;
}

.visual-rain {
  display: none;
}

.main-visual-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.anniversary-visual {
  position: relative;
  width: 90%;
  min-height: 100vh;
  max-width: 1460px;
  margin: 0 auto;
  overflow: hidden;
}

.anniversary-layout {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow,
.main-logo,
.main-title strong,
.main-title span,
.event-info .date,
.event-info .place,
.bottom-logo-item {
  opacity: 0;
}


.eyebrow {
  margin: 0 0 56px;
  color: #fad3c8;
  font-size: clamp(18px, 2vw, 35px);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  animation: fadeSlideUp 0.9s ease-out 0.5s forwards;
}

.anniversary-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.anniversary-logo-area {
  flex: 0 0 52%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-logo {
  animation: fadeIn 1.1s ease-out 1.1s forwards;
}

.main-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.anniversary-content-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.main-title {
  margin: 0 0 36px;
  line-height: 1.15;
  color: #b8e0e9;
}

.main-title strong,
.main-title span {
  display: block;
}

.main-title strong {
  font-size: clamp(44px, 5vw, 82px);
  font-weight: 800;
  animation: fadeSlideUp 0.8s ease-out 1.6s forwards;
}

.main-title span {

  font-size: clamp(34px, 4vw, 70px);
  font-weight: 700;
  animation: fadeSlideUp 0.8s ease-out 1.8s forwards;
}

.event-info p {
  margin: 0;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.6;
  
}

.event-info p.date {font-size:40px;color: #b8e0e9;}
.event-info p.date span {font-size:30px}


.event-info .date {
  animation: fadeSlideUp 0.8s ease-out 2.05s forwards;
}

.event-info .place {
  animation: fadeSlideUp 0.8s ease-out 2.25s forwards;
}

.bottom-logos {
  margin-top: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.bottom-logo-item {
  width: 210px;
  height: 72px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: fadeSlideUp 0.75s ease-out forwards;
}

.bottom-logo-item img {
  display: block;
  max-width: 100%;
  max-height: 42px;
  width: auto;
  height: auto;
}

.bottom-logo-item:nth-child(1) {
  animation-delay: 2.7s;
}

.bottom-logo-item:nth-child(2) {
  animation-delay: 2.9s;
}

.bottom-logo-item:nth-child(3) {
  animation-delay: 3.1s;
}


@keyframes bgImageReveal {
  0% {
    opacity: 0;
    filter: grayscale(140%) blur(24px);
  }

  45% {
    opacity: 0.2;
    filter: grayscale(120%) blur(14px);
  }

  100% {
    opacity: 0.4;
    filter: grayscale(100%) blur(0);
  }
}

@keyframes bgImageFloatY {
  0% {
    transform: translate3d(0, -4%, 0) scale(1.16);
  }

  50% {
    transform: translate3d(0, 0, 0) scale(1.16);
  }

  100% {
    transform: translate3d(0, 4%, 0) scale(1.16);
  }
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(28px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .visual-rain,
  .visual-rain::before,
  .visual-rain::after {
    animation: none;
    opacity: 0;
  }

  .ea20-hero::before,
  .ea20-subvisual::before,
  .ea20-eyebrow,
  .ea20-main-symbol,
  .ea20-title strong,
  .ea20-title span,
  .ea20-date,
  .ea20-place,
  .ea20-apply-btn,
  .ea20-host-logos,
  .ea20-subvisual-eyebrow,
  .ea20-subvisual-title,
  .ea20-subvisual-date,
  .ea20-subvisual-place,
  .ea20-subvisual-mark {
    animation: none;
    transform: none;
  }

  .ea20-hero::before {
    opacity: 0.95;
  }

  .ea20-subvisual::before {
    opacity: 0.68;
  }

  .ea20-eyebrow,
  .ea20-main-symbol,
  .ea20-title strong,
  .ea20-title span,
  .ea20-date,
  .ea20-place,
  .ea20-apply-btn,
  .ea20-host-logos,
  .ea20-subvisual-eyebrow,
  .ea20-subvisual-title,
  .ea20-subvisual-date,
  .ea20-subvisual-place,
  .ea20-subvisual-mark {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



.program-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.program-title {
  margin: 0 0 44px;
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #17314a;
}

.program-table-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow-x: auto;
}

.program-table {
  width: 100%;
  max-width: 960px;
  min-width: 720px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
  border: 2px solid #17314a;
  color: #111827;
  font-size: 16px;
  line-height: 1.55;
}

.program-table th,
.program-table td {
  border: 1px solid #17314a;
  padding: 13px 16px;
  vertical-align: middle;
}

.program-table thead th {
  background: #dcecf2;
  color: #0f2438;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
}

.program-table td:nth-child(1),
.program-table td:nth-child(2),
.program-table td:nth-child(3) {
  text-align: center;
}

.program-table td:nth-child(4) {
  text-align: left;
}

.program-table .day-row td {
  background: #edf3f6;
  color: #0f2438;
  font-weight: 800;
  text-align: left;
}

.program-table .strong {
  font-weight: 800;
}

.program-table .center {
  text-align: center;
}

.program-table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.program-table li {
  margin: 2px 0;
}

.program-table li::before {
  content: "- ";
}

.program-table .table-note {
  margin: 4px 0 0;
  font-size: 14px;
}

.col-category {
  width: 19%;
}

.col-time {
  width: 18%;
}

.col-duration {
  width: 9%;
}

.col-content {
  width: 54%;
}




.program-section {
  padding: 96px 0px 0px;

}



#eaafpRegisterModal input,
#eaafpRegisterModal textarea,
#eaafpRegisterModal select {
    pointer-events: auto !important;
    user-select: text !important;
    position: relative;
    z-index: 2;
}

#eaafpRegisterModal .modal-content,
#eaafpRegisterModal .modal-body {
    pointer-events: auto !important;
}

#eaafpRegisterModal .modal-header {
    min-height: 92px;
    padding: 26px 32px;
    border-bottom: 0;
    background: linear-gradient(
      to right,
      #08031f 0%,
      #112356 46%,
      #4168a2 70%,
      #ffd0ad 100%
    );
}

#eaafpRegisterModal .modal-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
}

#eaafpRegisterModal .btn-close {
    width: 24px;
    height: 24px;
    margin: 0;
    opacity: 0.95;
    filter: brightness(0) invert(1);
}

#eaafpRegisterModal .btn-close:hover,
#eaafpRegisterModal .btn-close:focus {
    opacity: 1;
}


.register-apply-section {
    padding: 56px 0 64px;
    background: #f4f8fb;
}

.register-apply-container {
    max-width: 960px;
	margin:0 auto;
}

.register-apply-btn {
    display: block;
    width: 100%;
	max-width: 960px;
	margin:0 auto;
    min-height: 90px;
    border: 2px solid #16344f;
    border-radius: 10px;
    background: #16344f;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    box-shadow: 0 10px 22px rgba(22, 52, 79, 0.18);
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.register-apply-btn:hover,
.register-apply-btn:focus {
    background: #0f263b;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(22, 52, 79, 0.24);
}

.register-apply-btn:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(22, 52, 79, 0.18);
}

@media (max-width: 767.98px) {
    #eaafpRegisterModal .modal-header {
        min-height: 76px;
        padding: 20px 22px;
    }

    #eaafpRegisterModal .modal-title {
        font-size: 24px;
    }

    #eaafpRegisterModal .btn-close {
        width: 20px;
        height: 20px;
    }

    .register-apply-section {
        padding: 0px 16px 44px;
    }


    .register-apply-btn {
        min-height: 58px;
        font-size: 18px;
        border-radius: 8px;
    }
}

.reveal-item {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.15s;
}

.reveal-delay-2 {
  transition-delay: 0.3s;
}

.register-admin-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 90px;
    margin-top: 14px;
    border: 2px solid #2f6f5e;
    border-radius: 10px;
    background: #2f6f5e;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(47, 111, 94, 0.18);
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.register-admin-btn:hover,
.register-admin-btn:focus {
    background: #245748;
    border-color: #245748;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(47, 111, 94, 0.24);
}

.register-admin-btn:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(47, 111, 94, 0.18);
}

@media (max-width: 767.98px) {
    .register-admin-btn {
        min-height: 58px;
        font-size: 18px;
        border-radius: 8px;
    }
}



@media (max-width:1280px) {

	.anniversary-logo-area {
	  flex: 0 0 45%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.eyebrow {margin-bottom:20px}
	.bottom-logos {margin-top:80px}
	.ea20-anniversary-layout {margin:0 auto}

}


@media (max-width:1024px) {

	.anniversary-logo-area {
	  flex: 0 0 45%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.eyebrow {margin-bottom:10px}
	.bottom-logos {margin-top:30px}
	.main-title {margin-bottom:10px}
	.anniversary-body {gap:40px}
	.event-info p.date {font-size:20px}
	.bottom-logo-item {width:160px;height:60px}
	.register-apply-section,
	.program-inner {width:80%;max-width:1000px;margin:0 auto}
	.col-time {width:25%}

	.register-admin-btn,
	.register-apply-btn {min-height:72px}
	.program-table {font-size:14px}
	.ea20-footer-logo {font-size:14px}
}


@media (max-width: 991px) {
  .main-visual {
    height: auto;
    min-height: 100vh;
  }

  .language-switch {
    top: 20px;
    right: 24px;
  }

  .main-visual-inner {
    height: auto;
    min-height: 100vh;
  }

  .anniversary-layout {
    padding: 64px 24px;
  }

  .eyebrow {
    margin-bottom: 40px;
  }

  .anniversary-body {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .anniversary-logo-area {
    flex: none;
    width: 100%;
  }

  .main-logo img {
    width: min(70vw, 80vw);
	margin:0 auto;
  }

 .main-title span {font-size:45px}

  .anniversary-content-area {
    align-items: center;
  }

  .bottom-logos {
    margin-top: 48px;
    justify-content: center;
  }
}

@media (max-width: 820px) {

.off-menu-btn {
    position: fixed;
    top: 18px;
    left: 18px;
    z-index: 1100;
    width: 42px;
    height: 42px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    text-decoration: none;
    opacity: 1 !important;
  }

  .off-menu-btn i {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1;
  }

  .off-menu-btn:hover,
  .off-menu-btn:focus {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
  }

  .ea20-home-link {
    position: fixed;
    top: 18px;
    left: 68px;
    z-index: 1100;
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    font-size: 22px;
    opacity: 1 !important;
  }

  .ea20-home-link:hover,
  .ea20-home-link:focus {
    background: rgba(255, 255, 255, 0.08);
    opacity: 1 !important;
  }


	.main-header {border-bottom:0px}

  .program-section {
    padding: 64px 0px 0px;
  }

  .program-title {
    margin-bottom: 32px;
    font-size: 34px;
  }

  .program-table-wrap {
    display: block;
    overflow: visible;
  }

  .program-table {
    width: 100%;
    min-width: 0;
    max-width: none;
    border: 0;
    border-collapse: separate;
    background: transparent;
    font-size: 15px;
  }

  .program-table colgroup,
  .program-table thead {
    display: none;
  }

  .program-table tbody,
  .program-table tr,
  .program-table td {
    display: block;
  }

  .program-table tr {
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid #b9d2dd;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(23, 49, 74, 0.08);
  }

  .program-table td {
    border: 0;
    padding: 11px 16px;
    text-align: left !important;
  }

  .program-table tr:not(.day-row) td {
    display: grid;
    grid-template-columns: 72px 1fr;
    column-gap: 12px;
    align-items: start;
    border-bottom: 1px solid #e1edf2;
  }

  .program-table tr:not(.day-row) td:last-child {
    border-bottom: 0;
  }

  .program-table tr:not(.day-row) td::before {
    content: attr(data-label);
    font-size: 13px;
    font-weight: 800;
    color: #315f78;
  }

  .program-table tr:not(.day-row) td:first-child {
    background: #e8f3f7;
    font-size: 16px;
    font-weight: 800;
    color: #102c43;
  }

  .program-table tr:not(.day-row) td:first-child::before {
    color: #102c43;
  }

  .program-table .day-row {
    margin: 22px 0 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .program-table .day-row:first-child {
    margin-top: 0;
  }

  .program-table .day-row td {
    padding: 14px 16px;
    border: 0;
    border-left: 4px solid #5aa8c9;
    border-radius: 6px;
    background: #dcecf2;
    color: #102c43;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
  }

  .program-table ul {
    margin: 0;
  }

  .program-table li {
    margin: 0 0 4px;
    line-height: 1.55;
  }

  .program-table .table-note {
    grid-column: 2;
    margin: 6px 0 0;
    font-size: 13px;
    color: #445b6b;
  }


  .bottom-logo-item {
	  height: 52px;
	  padding: 0 24px;
	  border: 1px solid rgba(255, 255, 255, 0.55);
	  border-radius: 8px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  opacity: 0;
	  animation: fadeSlideUp 0.75s ease-out forwards;
	}

	.eyebrow {font-size:30px}

}




@media (max-width: 640px) {

	.language-switch {
	  top: 16px;
	  right: 16px;
	  gap: 6px;
	}

	.language-switch-btn {
	  min-width: 52px;
	  height: 34px;
	  padding: 0 12px;
	  font-size: 12px;
	}

	.anniversary-layout {padding:0px}
	.eyebrow {font-size:16px;margin-bottom:20px}
	.main-title span,
	.main-title strong {font-size:35px}
	.event-info .place {font-size:14px}
	.event-info p {font-size:18px}
	.bottom-logo-item {width:80%}
	.register-apply-section {width:90%;padding-left:0px;padding-right:0px}
	.program-inner {width:90%}
	.bottom-logos {gap:8px;margin-top:25px}
	.bottom-logo-item img {max-height:32px}

	.ea20-language {top:0px;right:15px;gap:0px}

}



@media (max-width: 380px) {

	.anniversary-layout {padding:0px}
	.eyebrow {font-size:14px;margin-bottom:10px}
	.main-title span,
	.main-title strong {font-size:35px}
	.event-info .place {font-size:14px}
	.event-info p {font-size:18px}
	.bottom-logo-item {width:80%}
	.register-apply-section {width:90%;padding-left:0px;padding-right:0px}
	
	.program-inner {width:90%}
	.bottom-logo-item img {max-height:32px}
	.anniversary-body {gap:15px}

}
