.event-btn[data-v-16ea1437] {
  font-family: NotoSerif;
  font-size: 18px;
  padding: 15px 40px;
  transition: 150ms;
}
.event-btn p[data-v-16ea1437] {
  margin-right: 15px;
}
@media only screen and (max-width: 374px) {
.event-btn img[data-v-16ea1437] {
    width: 5px;
    height: 8px;
}
}
@media only screen and (max-width: 767px) {
.event-btn[data-v-16ea1437] {
    min-height: 52px !important;
}
}
@media only screen and (max-width: 374px) {
.event-btn[data-v-16ea1437] {
    min-height: 47px !important;
}
}
.event-btn[data-v-16ea1437] .v-btn__content {
  font-weight: bold;
  color: #044260;
}
@media only screen and (max-width: 767px) {
.event-btn[data-v-16ea1437] .v-btn__content {
    font-size: 14px;
}
}
@media only screen and (max-width: 374px) {
.event-btn[data-v-16ea1437] .v-btn__content {
    font-size: 12px;
}
}
.event-btn[data-v-16ea1437] .v-btn__overlay {
  display: none;
}.event-header-component[data-v-11ec5b0b] {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #fff;
  font-family: NotoSerif;
  font-weight: bold;
  border-bottom: solid 1px #5f9cba;
  background: #75b2d1;
  white-space: nowrap;
}
.event-header-component .logo[data-v-11ec5b0b] {
  width: 120px;
}
.event-header-component .menus[data-v-11ec5b0b] {
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
.event-header-component .menus[data-v-11ec5b0b] {
    display: none;
}
}
.event-header-component .signup-link[data-v-11ec5b0b] {
  border: 1px solid #fff;
  padding: 0 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
.event-header-component .signup-link[data-v-11ec5b0b] {
    display: none;
}
}
.event-header-component a[data-v-11ec5b0b] {
  color: inherit;
  font-size: 16px;
}.event-footer-component[data-v-07d96a91] {
  font-family: NotoSerif;
  background-image: linear-gradient(to bottom, #f6eed9, #c5e0eb);
  color: #044260;
  font-weight: bold;
}
.event-footer-component .information[data-v-07d96a91] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #5f9cba;
  border-bottom: solid 1px #5f9cba;
  padding: 80px 180px;
}
@media only screen and (max-width: 767px) {
.event-footer-component .information[data-v-07d96a91] {
    padding: 60px 40px;
    justify-content: center;
}
}
.event-footer-component .information .left-section .title[data-v-07d96a91] {
  font-size: 24px;
  text-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
.event-footer-component .information .left-section .title[data-v-07d96a91] {
    font-size: 20px;
    max-width: 80px;
    margin: 0 auto;
}
}
@media only screen and (max-width: 374px) {
.event-footer-component .information .left-section .title[data-v-07d96a91] {
    font-size: 18px;
}
}
.event-footer-component .information .left-section .info[data-v-07d96a91] {
  margin-top: 40px;
  display: flex;
  column-gap: 34px;
  row-gap: 20px;
}
@media only screen and (max-width: 767px) {
.event-footer-component .information .left-section .info[data-v-07d96a91] {
    flex-direction: column;
    margin-top: 30px;
    font-size: 14px;
}
}
@media only screen and (max-width: 374px) {
.event-footer-component .information .left-section .info[data-v-07d96a91] {
    font-size: 12px;
}
}
.event-footer-component .information .left-section .info + .info[data-v-07d96a91] {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
.event-footer-component .information .left-section .info + .info[data-v-07d96a91] {
    margin-top: 20px;
}
}
.event-footer-component .information .left-section .info .info-item[data-v-07d96a91] {
  display: flex;
  gap: 10px;
}
.event-footer-component .information .left-section .info .info-item.email[data-v-07d96a91] {
  cursor: pointer;
}
.event-footer-component .information .right-section[data-v-07d96a91] {
  display: flex;
}
.event-footer-component .information .right-section img[data-v-07d96a91] {
  margin: 80px 0 0 15px;
  height: 30px;
  width: 120px;
}
@media only screen and (max-width: 959px) {
.event-footer-component .information .right-section img[data-v-07d96a91] {
    margin-top: 30px;
    justify-content: center;
    width: 100%;
}
}
@media only screen and (max-width: 767px) {
.event-footer-component .information .right-section img[data-v-07d96a91] {
    margin: 30px 0 0 0;
    height: 25px;
    width: 100px;
}
}
.event-footer-component .social[data-v-07d96a91] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
.event-footer-component .social[data-v-07d96a91] {
    padding: 15px 0 50px 0;
}
}
@media only screen and (max-width: 374px) {
.event-footer-component .social img[data-v-07d96a91] {
    height: 15px;
    width: 15px;
}
}
.event-footer-component .social .social-item + .social-item[data-v-07d96a91] {
  margin-left: 20px;
}.banner[data-v-1f451faf] {
  background-color: #75b2d1;
}
.banner .image-wrapper[data-v-1f451faf] {
  background-image: url("/images/event/niw-2024/word-map-background.png");
  background-position: center -70px;
  min-height: 698px;
  max-width: 1366px;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 959px) {
.banner .image-wrapper[data-v-1f451faf] {
    background-image: url("/images/event/niw-2024/word-map-background.m.png");
    background-position: center center;
    background-size: cover;
    min-height: 481px;
}
}
@media only screen and (max-width: 374px) {
.banner .image-wrapper[data-v-1f451faf] {
    min-height: 400px;
}
}
.banner .image-wrapper .img-title[data-v-1f451faf] {
  margin-top: 110px;
  min-width: 886px;
  max-height: 384px;
}
@media only screen and (max-width: 959px) {
.banner .image-wrapper .img-title[data-v-1f451faf] {
    min-width: 610px;
    max-height: 264px;
}
}
@media only screen and (max-width: 767px) {
.banner .image-wrapper .img-title[data-v-1f451faf] {
    display: none;
}
}
.banner .image-wrapper .img-title-mobile[data-v-1f451faf] {
  display: none;
  margin-top: 40px;
  min-width: 295px;
  max-height: 320px;
}
@media only screen and (max-width: 767px) {
.banner .image-wrapper .img-title-mobile[data-v-1f451faf] {
    display: block;
}
}.mobile-navbar-component[data-v-288a5ae3] {
  font-family: NotoSerif;
  height: 50px;
  background-color: #75b2d1;
  position: sticky;
  bottom: 0;
  z-index: 500;
  transition: 150ms;
}
.mobile-navbar-component[data-v-288a5ae3]::before {
  content: "";
  position: absolute;
  top: -15px;
  height: 20px;
  width: 100%;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  background-color: #75b2d1;
}
.mobile-navbar-component .header[data-v-288a5ae3] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  transition: 150ms;
  padding: 0 10px;
  position: relative;
  gap: 20px;
}
@media only screen and (max-width: 374px) {
.mobile-navbar-component .header[data-v-288a5ae3] {
    gap: 20px;
    padding: 0 30px;
}
}
.mobile-navbar-component .header a[data-v-288a5ae3] {
  color: #333;
}
.mobile-navbar-component .header .header-left[data-v-288a5ae3],
.mobile-navbar-component .header .header-right[data-v-288a5ae3] {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 374px) {
.mobile-navbar-component .header .header-left[data-v-288a5ae3],
  .mobile-navbar-component .header .header-right[data-v-288a5ae3] {
    gap: 20px;
    justify-content: space-between;
}
}
.mobile-navbar-component .header .header-item[data-v-288a5ae3] {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  gap: 5px;
  width: 40px;
  color: #fff;
  transition: 150ms;
}
.mobile-navbar-component .header .header-item img[data-v-288a5ae3] {
  width: 15px;
  height: 15px;
}
.mobile-navbar-component .header .header-item[data-v-288a5ae3]:hover {
  color: #0f6a96;
}
.mobile-navbar-component .header .email[data-v-288a5ae3] {
  position: relative;
  margin: auto;
  display: block;
  min-width: 55px;
}
@media only screen and (max-width: 374px) {
.mobile-navbar-component .header .email[data-v-288a5ae3] {
    min-width: 75px;
}
}
.mobile-navbar-component .header .email .circle[data-v-288a5ae3] {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  background-color: #0f6a96;
  box-shadow: 0 3px 6px 0 rgba(29, 41, 131, 0.3);
  border-radius: 50%;
  height: 75px;
  width: 75px;
  top: calc(50% - 15px);
  left: 50%;
  transform: translate(-50%, -50%);
}