/** @format */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@font-face {
  font-family: "KimjungchulMyungjo-Bold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/KimjungchulMyungjo-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
#body-nadaum {
  position: relative;
}
#body-nadaum * {
  z-index: 1;
  font-family: "Pretendard Variable", sans-serif !important;
  scroll-behavior: smooth;
}
#body-nadaum * .nadaum-emphasis {
  color: #FF9B2E;
}

.ndu-section {
  border-bottom: 1px solid #000;
}

.ndu-txt {
  font-size: 14px;
}

#ndu-donation {
  width: 150px;
  display: none;
  z-index: 998;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 88px;
  left: auto;
  bottom: auto;
  right: 56px;
  border-radius: 4px;
  visibility: visible !important;
  opacity: 1 !important;
}
@media (min-width: 1280px) {
  #ndu-donation {
    display: flex;
  }
}

#ndu-donation-mobile {
  opacity: 0;
  visibility: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #0090E3;
  z-index: 999;
  height: 56px;
}
#ndu-donation-mobile img {
  height: 100%;
}
@media (min-width: 1280px) {
  #ndu-donation-mobile {
    display: none;
  }
}

#ndu-go-to-top {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  margin-bottom: 56px;
}
#ndu-go-to-top svg {
  width: 24px;
}
@media (min-width: 1280px) {
  #ndu-go-to-top {
    margin-bottom: 0;
  }
}

@media (min-width: 767px) {
  .ndu-br-mobile {
    display: none;
  }
}
/** @format */
#ndu-idx-0 {
  background-color: #000;
  border: none;
}

#ndu-idx-0 .modal {
 display: block;
 position: absolute; 
 bottom: 30px;
 right: 30px; 
 width: 330px;  
}
#ndu-idx-0 .modal img {
  width: 100%;
}
#ndu-idx-0 .modal img.mobile {
  display: none;
}

@media all and (max-width: 1300px) { 
#ndu-idx-0 .modal {
 width: 265px;  
}
#ndu-idx-0 .modal img.pc {
  display: none;
}
#ndu-idx-0 .modal img.mobile {
  display: block;
}
}

@media all and (max-width: 766px) { 

#ndu-idx-0 .modal {
 position: static; 
 width: 265px;  
 margin-top: 25px; 
}
#ndu-idx-0 .modal img {
  box-shadow: 5px 5px 0px #ffa200;
}
}

#ndu-idx-0 .ndu-header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 997;
  border-bottom: 1px solid #000;
}
#ndu-idx-0 #ndu-header-web {
  transition: all 0.5s;
}
#ndu-idx-0 #ndu-header-web #ndu-bf-logo {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 8px;
}
@media (min-width: 767px) {
  #ndu-idx-0 #ndu-header-web #ndu-bf-logo {
    width: auto;
    justify-content: start;
  }
}
#ndu-idx-0 #ndu-header-web #ndu-bf-logo a {
  width: 104px;
  display: block;
}
#ndu-idx-0 #ndu-header-web #ndu-bf-logo a img {
  height: 32px;
  object-fit: contain;
}
#ndu-idx-0 #ndu-header-web #ndu-bf-logo p {
  display: block;
}
#ndu-idx-0 #ndu-header-web p {
  display: none;
}
@media (min-width: 767px) {
  #ndu-idx-0 #ndu-header-web p {
    display: block;
  }
}
#ndu-idx-0 #ndu-header-mobile {
  transition: all 0.5s;
  transform: translateY(-100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#ndu-idx-0 #ndu-header-mobile img {
  width: auto;
  height: 32px;
}
@media (min-width: 767px) {
  #ndu-idx-0 #ndu-header-mobile {
    display: none;
  }
}
#ndu-idx-0 .ndu-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#ndu-idx-0 .ndu-content-wrapper .ndu-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: 100%;
}
#ndu-idx-0 .ndu-content-wrapper .ndu-logo img {
  width: 100%;
  max-width: 260px;
}
@media (min-width: 767px) {
  #ndu-idx-0 .ndu-content-wrapper .ndu-logo img {
    max-width: 880px;
  }
}
#ndu-idx-0 .ndu-content-wrapper .ndu-logo p {
  font-weight: 700;
  text-align: center;
  color: white;
}
@media (min-width: 767px) {
  #ndu-idx-0 .ndu-content-wrapper .ndu-logo p {
    font-size: 22px;
  }
}
#ndu-idx-0 .ndu-content-wrapper .ndu-scrolldown {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}
#ndu-idx-0 .ndu-content-wrapper .ndu-scrolldown svg {
  width: 24px;
}
#ndu-idx-0 .ndu-content-wrapper .ndu-circle {
  display: none;
  z-index: 0;
}
@media (min-width: 1440px) {
  #ndu-idx-0 .ndu-content-wrapper .ndu-circle {
    display: block;
    width: 100%;
    max-width: 1024px;
    height: 100%;
    max-height: 1024px;
    position: absolute;
  }
}
#ndu-idx-0 .ndu-content-wrapper #ndu-circle-1 {
  top: 0%;
  left: -30%;
  transform: translate(30%, 50%);
}
#ndu-idx-0 .ndu-content-wrapper #ndu-circle-2 {
  right: -30%;
  bottom: 0%;
  transform: translate(-30%, -60%);
}

/** @format */
#ndu-idx-1 {
  position: relative;
}
#ndu-idx-1 .ndu-content-wrapper {
  position: sticky;
  top: 64px;
  padding: 0;
  overflow: hidden;
}
#ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-before {
  background: radial-gradient(circle at 24.1% 68.8%, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 99.4%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
#ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-before .ndu-idx-1-txt-frame {
  width: 100%;
  display: flex;
}
#ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-before .ndu-idx-1-txt-frame p {
  border: 1px solid white;
  color: white;
  padding: 8px;
  font-size: 14px;
  margin-bottom: -1px;
  font-weight: 700;
  width: fit-content;
}
@media (min-width: 767px) {
  #ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-before .ndu-idx-1-txt-frame p {
    font-size: 20px;
    padding: 12px 32px;
  }
}
@media (min-width: 1023px) {
  #ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-before .ndu-idx-1-txt-frame p {
    font-size: 24px;
    padding: 16px 40px;
  }
}
#ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-before .ndu-idx-1-txt-frame:nth-child(1) {
  justify-content: center;
}
#ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-before .ndu-idx-1-txt-frame:nth-child(2) {
  justify-content: center;
}
#ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-before .ndu-idx-1-txt-frame:nth-child(3) {
  justify-content: center;
}
#ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-before .ndu-idx-1-txt-frame:nth-child(4) {
  justify-content: center;
}
#ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-before .ndu-idx-1-txt-frame:nth-child(4) p {
  background-color: #fff;
  color: #323232;
}
#ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-before .ndu-idx-1-txt-frame:nth-child(5) {
  justify-content: center;
}
#ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(109.6deg, rgb(255, 219, 47) 11.2%, rgb(244, 253, 0) 100.2%);
  will-change: transform;
  overflow: hidden;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-after .ndu-idx-1-after-bg {
  will-change: transform;
  width: 320px;
  height: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 767px) {
  #ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-after .ndu-idx-1-after-bg {
    width: 560px;
    height: 560px;
  }
}
#ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-after .ndu-idx-1-after-bg p {
  text-align: center;
  color: black;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 767px) {
  #ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-after .ndu-idx-1-after-bg p {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  #ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-after .ndu-idx-1-after-bg p {
    font-size: 24px;
  }
}
#ndu-idx-1 .ndu-content-wrapper .ndu-idx-1-after .ndu-idx-1-after-bg img {
  display: block;
  width: 240px;
}

/** @format */
#ndu-idx-2 .ndu-content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#ndu-idx-2 p {
  text-align: center;
  color: #000;
}
#ndu-idx-2 .ndu-idx-2-subtxt {
  font-size: 18px;
  margin-bottom: 8px;
  color: #888;
}
@media (min-width: 767px) {
  #ndu-idx-2 .ndu-idx-2-subtxt {
    font-size: 24px;
  }
}
#ndu-idx-2 .ndu-idx-2-maintxt {
  font-size: 20px;
  margin-top: 32px;
  font-weight: 700;
}
@media (min-width: 767px) {
  #ndu-idx-2 .ndu-idx-2-maintxt {
    font-size: 32px;
  }
}

/** @format */
#ndu-idx-3 {
  height: 100%;
}
#ndu-idx-3 .ndu-content-wrapper {
  height: 100%;
  transition: all 0.5s;
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-header {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 16px;
  border-bottom: 1px solid #323232;
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-header p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 8px;
  color: #323232;
  font-weight: 600;
}
@media (min-width: 767px) {
  #ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-header p {
    font-size: 24px;
    padding: 0;
    padding-top: 16px;
  }
}
@media (min-width: 1023px) {
  #ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-header p {
    flex-shrink: 0;
  }
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-header svg {
  margin: auto;
  display: block;
  width: 32px;
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-slide {
  position: relative;
  display: flex;
  overflow: hidden;
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-slide #ndu-prevBtn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  stroke: #000;
  z-index: 100;
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-slide #ndu-nextBtn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  stroke: #000;
  z-index: 100;
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-slide-group {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-slide-item {
  transition: all 0.5s;
}
@media (min-width: 1440px) {
  #ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-slide-item {
    display: flex;
    justify-content: center;
  }
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-content-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (min-width: 767px) {
  #ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-content-group {
    padding: 0 56px 24px 56px;
  }
}
@media (min-width: 1440px) {
  #ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-content-group {
    flex: 1;
    justify-content: center;
    align-items: start;
  }
}
@media (min-width: 1440px) {
  #ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-content {
    width: 60%;
  }
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-content h2 {
  font-size: 18px;
  color: #323232;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 767px) {
  #ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-content h2 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  #ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-content h2 {
    text-align: left;
  }
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-content p {
  font-size: 16px;
  color: #323232;
  text-align: left;
}
@media (min-width: 767px) {
  #ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-content p {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  #ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-content p {
    text-align: left;
  }
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-photo-frame {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 767px) {
  #ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-photo-frame {
    padding: 16px 32px 0 32px;
  }
}
@media (min-width: 1440px) {
  #ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-photo-frame {
    flex: 1;
    padding: 32px;
    justify-content: end;
  }
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-photo-frame img {
  border-bottom: 1px solid #000;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
@media (min-width: 767px) {
  #ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-photo-frame img {
    width: 50%;
    border-radius: 9999px;
    border: 1px solid #000;
    aspect-ratio: 3/4;
    border-bottom: none;
  }
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-nametag {
  width: 128px;
  margin-bottom: 8px;
}
@media (min-width: 767px) {
  #ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-nametag {
    width: 160px;
  }
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-navi {
  display: flex;
  justify-content: center;
  padding: 16px 8px;
  border-top: 1px solid #000;
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-navi .ndu-idx-3-dot {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-navi .ndu-idx-3-dot li {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  padding: 4px 8px;
  border-radius: 999px;
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-navi .ndu-idx-3-dot li:nth-child(1) {
  display: none;
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-navi .ndu-idx-3-dot li:nth-child(8) {
  display: none;
}
@media (min-width: 1440px) {
  #ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-navi .ndu-idx-3-dot li {
    padding: 6px 16px;
  }
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-nav-btn {
  width: 32px;
  z-index: 100;
}
#ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-nav-btn:hover {
  cursor: pointer;
}
@media (min-width: 1440px) {
  #ndu-idx-3 .ndu-content-wrapper .ndu-idx-3-nav-btn {
    width: 48px;
  }
}

/** @format */
#ndu-idx-4 .ndu-content-wrapper {
  position: relative;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 389px) {
  #ndu-idx-4 .ndu-content-wrapper {
    align-items: center;
  }
}
#ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-mobile {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  z-index: 10;
}
#ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-mobile .ndu-idx-4-mobile-pointer {
  width: 100%;
  max-width: 240px;
  position: absolute;
  transform: translate(-50%, -70%);
  background-color: #000;
  color: white;
  padding: 8px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  top: 70%;
  left: 50%;
}
@media (min-width: 767px) {
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-mobile .ndu-idx-4-mobile-pointer {
    display: none;
  }
}
@media (min-width: 767px) {
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-mobile {
    display: none;
  }
}
#ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-mobile .ndu-idx-4-mobile-display {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  transition: all 1s;
}
#ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-mobile .ndu-idx-4-mobile-display img {
  transition: all 1s;
  height: 248px;
}
@media (min-width: 374px) {
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-mobile .ndu-idx-4-mobile-display img {
    height: 232px;
  }
}
#ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-mobile .ndu-idx-4-mobile-select {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
@media (min-width: 374px) {
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-mobile .ndu-idx-4-mobile-select {
    grid-template-columns: repeat(4, 1fr);
  }
}
#ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-mobile .ndu-idx-4-mobile-select img {
  transition: all 3s;
  height: 48px;
  margin: auto;
}
@media (min-width: 374px) {
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-mobile .ndu-idx-4-mobile-select img {
    height: 56px;
  }
}
@media (min-width: 389px) {
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-mobile .ndu-idx-4-mobile-select img {
    height: 72px;
  }
}
@media (min-width: 429px) {
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-mobile .ndu-idx-4-mobile-select img {
    height: 80px;
  }
}
#ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-pc {
  display: flex;
  justify-content: center;
  align-items: center;
}
#ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-pc .ndu-idx-4-grid {
  display: none;
  gap: 16px;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
#ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-pc .ndu-idx-4-grid img {
  transition: all 2s;
  transform-origin: center center;
}
@media (min-width: 767px) {
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-pc .ndu-idx-4-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 24px;
  }
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-pc .ndu-idx-4-grid img {
    height: 172px;
    margin: auto;
  }
}
@media (min-width: 1023px) {
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-pc .ndu-idx-4-grid img {
    height: 220px;
  }
}
@media (min-width: 1440px) {
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-pc .ndu-idx-4-grid {
    grid-template-columns: repeat(6, 1fr);
    padding-top: 88px;
  }
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-pc .ndu-idx-4-grid img {
    height: 200px;
  }
}
@media (min-width: 1920px) {
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-pc .ndu-idx-4-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-pc .ndu-idx-4-grid img:nth-child(16) {
    grid-column: 2/3;
  }
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-pc .ndu-idx-4-grid img:nth-child(17) {
    grid-column: 3/4;
  }
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-pc .ndu-idx-4-grid img:nth-child(18) {
    grid-column: 4/5;
  }
}
@media (min-width: 2560px) {
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-pc .ndu-idx-4-grid img {
    height: 224px;
  }
}
#ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-question {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
  transition-delay: 1s;
  transition: all 1s;
  padding: 24px;
}
#ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-question p {
  text-align: center;
  color: #000;
}
#ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-question p:nth-child(1) {
  font-size: 24px;
}
@media (min-width: 767px) {
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-question p:nth-child(1) {
    font-size: 32px;
  }
}
#ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-question p:nth-child(2) {
  font-size: 16px;
}
@media (min-width: 767px) {
  #ndu-idx-4 .ndu-content-wrapper .ndu-idx-4-question p:nth-child(2) {
    font-size: 24px;
  }
}

/** @format */
#ndu-idx-5 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1920px) {
  #ndu-idx-5 {
    height: 100vh;
  }
}
#ndu-idx-5 .ndu-content-wrapper {
  position: relative;
  width: 100%;
  max-width: 760px;
  padding: 72px 24px;
}
#ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
@media (min-width: 767px) {
  #ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content {
    margin-bottom: 50px;
  }
}
#ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content img {
  width: 100%;
  max-width: 480px;
  margin: auto;
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 767px) {
  #ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content img {
    margin-bottom: 64px;
  }
}
#ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content p {
  font-size: 16px;
  color: #323232;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 767px) {
  #ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content p {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1920px) {
  #ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content p {
    font-size: 20px;
  }
}
#ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content p:nth-child(1) {
  color: #999;
}
@media (min-width: 767px) {
  #ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content p:nth-child(1) {
    margin-bottom: 24px;
  }
}
#ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content #ndu-idx-5-emphasis {
  font-weight: 700;
}
@media (min-width: 767px) {
  #ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content #ndu-idx-5-emphasis {
    margin-bottom: 24px;
  }
}
#ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content .ndu-idx-5-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 10px;
}
@media (min-width: 767px) {
  #ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content .ndu-idx-5-btns {
    flex-direction: row;
    margin-top: 20px;
    padding-top: 0;
  }
}
#ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content .ndu-idx-5-btns a {
  width: 100%;
  max-width: 248px;
  padding: 12px 28px;
  border-radius: 8px;
  border: 1px solid #323232;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 767px) {
  #ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content .ndu-idx-5-btns a {
    font-size: 18px;
  }
}
#ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content .ndu-idx-5-btns #ndu-idx-5-regular {
  background-color: #0090e3;
  color: white;
}
#ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content .ndu-idx-5-btns #ndu-idx-5-regular:hover {
  color: white;
  background-color: #00a2ff;
}
#ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content .ndu-idx-5-btns #ndu-idx-5-once {
  background-color: #bfd6ff;
}
#ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-content .ndu-idx-5-btns #ndu-idx-5-once:hover {
  color: black;
  background-color: #b3ccff;
}
#ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 24px;
  gap: 16px;
}
@media (min-width: 767px) {
  #ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-banner {
    flex-direction: row;
    gap: 24px;
    padding: 24px 32px;
  }
}
#ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-banner img {
  width: 128px;
  height: 128px;
  border-radius: 999px;
}
@media (min-width: 1280px) {
  #ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-banner img {
    width: 160px;
    height: 160px;
  }
}
#ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-banner .ndu-idx-5-banner-text p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 24px;
}
@media (min-width: 767px) {
  #ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-banner .ndu-idx-5-banner-text p {
    text-align: left;
    font-size: 16px;
  }
}
#ndu-idx-5 .ndu-content-wrapper .ndu-idx-5-banner .ndu-idx-5-banner-text a {
  margin-top: 24px;
}

/** @format */
#ndu-idx-6 {
  background-color: #f9f9f9;
}
#ndu-idx-6 .ndu-content-wrapper {
  padding: 64px 0;
}
@media (min-width: 1280px) {
  #ndu-idx-6 .ndu-content-wrapper {
    padding: 104px 0;
  }
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-header {
  padding: 16px 16px 10px 16px;
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-header h2,
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-header p {
  text-align: center;
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-header h2 {
  font-size: 20px;
  color: #323232;
}
@media (min-width: 767px) {
  #ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-header h2 {
    font-size: 32px;
    line-height: 140%;
  }
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-header p {
  font-size: 16px;
}
@media (min-width: 767px) {
  #ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-header p {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  #ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-header p {
    font-size: 20px;
  }
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid {
  padding: 24px;
  display: grid;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid {
  gap: 24px;
}
@media (min-width: 1023px) {
  #ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid {
    margin-bottom: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid .ndu-idx-6-grid-item {
  padding: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
@media (min-width: 374px) {
  #ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid .ndu-idx-6-grid-item {
    padding: 12px 32px 20px 32px;
  }
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid .ndu-idx-6-grid-item img {
  height: 100px;
  margin: auto;
  display: block;
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid .ndu-idx-6-grid-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #323232;
  text-align: center;
}
@media (min-width: 1280px) {
  #ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid .ndu-idx-6-grid-item h3 {
    font-size: 24px;
  }
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid .ndu-idx-6-grid-item p {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #323232;
}
@media (min-width: 1280px) {
  #ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid .ndu-idx-6-grid-item p {
    font-size: 18px;
  }
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid .ndu-idx-6-grid-item:nth-child(1) {
  background-color: #BFD6FF;
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid .ndu-idx-6-grid-item:nth-child(2) {
  background-color: #FFF4A9;
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid .ndu-idx-6-grid-item:nth-child(3) {
  background-color: #D5FADE;
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid .ndu-idx-6-grid-item:nth-child(4) {
  background-color: #FFBADB;
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid .ndu-idx-6-grid-item:nth-child(5) {
  background-color: #DEE3DE;
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid-2 {
  gap: 24px;
}
@media (min-width: 767px) {
  #ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid-2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid-2 .ndu-idx-6-grid-2-item img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 2px;
  margin-bottom: 16px;
  width: 100%;
  min-height: 239px;
  object-fit: cover;
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid-2 .ndu-idx-6-grid-2-item h3 {
  background-color: #fff;
  border-radius: 999px;
  border: 1px solid #323232;
  padding: 7px 24px 5px 24px;
  width: fit-content;
  color: #323232;
  margin: auto;
  font-weight: 700;
  margin-bottom: 12px;
}
#ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid-2 .ndu-idx-6-grid-2-item p {
  text-align: center;
  color: #323232;
  font-size: 14px;
}
@media (min-width: 1280px) {
  #ndu-idx-6 .ndu-content-wrapper .ndu-idx-6-grid-2 .ndu-idx-6-grid-2-item p {
    text-align: left;
    font-size: 16px;
  }
}

/** @format */
#ndu-idx-7 {
  border-bottom: none;
}
#ndu-idx-7 .ndu-content-wrapper {
  position: relative;
  cursor: pointer;
}
@media (min-width: 767px) {
  #ndu-idx-7 .ndu-content-wrapper {
    gap: 48px;
  }
}
#ndu-idx-7 #player {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  aspect-ratio: 16/9;
  width: 100%;
}

#ndu-idx-8 .ndu-container {
  max-width: 800px;
  margin: 0 auto;
}

#ndu-idx-8 .ndu-content-wrapper { 
  padding: 100px 0;
}

#ndu-idx-8 .ndu-content-wrapper .ndu-idx-8-header { 
  text-align: center; 
  margin-bottom: 30px;
}

#ndu-idx-8 .ndu-content-wrapper .ndu-idx-8-header h2 {
  margin-bottom: 16px;
  font-size: 20px;
  color: #323232;
}
#ndu-idx-8 .ndu-content-wrapper .ndu-idx-8-header h2.gray {
  color: #757575;
  margin-bottom: 10px;
}
#ndu-idx-8 .ndu-idx-8-header h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
#ndu-idx-8 .lazyframe::before {
  padding-top: 56.2%;
}
#ndu-idx-8 .lazyframe::after {
  z-index: unset;
}

@media (min-width: 767px) {
  #ndu-idx-8 .ndu-content-wrapper .ndu-idx-8-header h2 {
    font-size: 32px;
    line-height: 140%;
  }
  #ndu-idx-8 .ndu-idx-8-header h3 br {
    display: none;
  }
}