@media screen and (max-width: 767px) {
  .gnavWrap + #contents:not(.maxWidth) {
    padding-top: 50px !important; } }
.ncSectionBorder {
  border: 6px solid #617FA8; }
  .ncSectionBorder + .ncSectionBorder {
    border-top: none; }
  .ncSectionBorder .inner {
    padding: 5.15% 4.57%; }
  .ncSectionBorder p + p {
    margin-top: 1.8em; }
  @media screen and (max-width: 767px) {
    .ncSectionBorder {
      border: 4px solid #617FA8; }
      .ncSectionBorder p + p {
        margin-top: 1.6em; } }

.ncFirstView {
  padding: 6.6% 5%;
  margin-bottom: 45px;
  color: #fff;
  background: url(/features/collabo/activities/nio_centralacademy/images/centralacademy_bg.jpg) no-repeat;
  background-size: cover; }
  .ncFirstView .title {
    margin-top: 32%; }
    .ncFirstView .title .text {
      line-height: 1.4;
      font-size: 2.0rem; }
    .ncFirstView .title h2 {
      line-height: 1.4;
      font-size: 4.2rem;
      font-feature-settings: "palt" 1; }
  @media screen and (max-width: 767px) {
    .ncFirstView {
      margin-bottom: 30px; }
      .ncFirstView .title {
        margin-top: 25%; }
        .ncFirstView .title .text {
          font-size: 1.4rem; }
        .ncFirstView .title h2 {
          font-size: 2.0rem; } }

.introBox {
  margin-top: 30px;
  background-color: #E9EFF7;
  padding: 3% 5%; }

.ncPicture {
  margin: 40px auto 0;
  max-width: 800px; }

.ncModalList {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px 20px; }
  .ncModalList button {
    padding: 0;
    border: none;
    background: none;
    transition: opacity 0.3s; }
    .ncModalList button:hover {
      opacity: 0.75; }
  @media screen and (max-width: 767px) {
    .ncModalList {
      margin-top: 7px;
      gap: 2px 6px; } }

#ncModal01 button[data-izimodal-close] {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  display: block;
  width: 58px !important;
  height: 58px;
  padding: 10px;
  border: none;
  background-color: transparent;
  outline: none;
  transition: all .5s;
  opacity: 1;
  background: #000 url(/shared/components/iziModal/icon_close.svg) 50% 50% no-repeat !important; }
  #ncModal01 button[data-izimodal-close]:hover {
    opacity: .7; }
@media screen and (max-width: 767px) {
  #ncModal01 {
    max-width: 100% !important; }
    #ncModal01 button[data-izimodal-close] {
      position: absolute;
      top: 0;
      right: 3px;
      transform: scale(0.6);
      opacity: 1; } }

#ncModal02 button[data-izimodal-close] {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  display: block;
  width: 58px !important;
  height: 58px;
  padding: 10px;
  border: none;
  background-color: transparent;
  outline: none;
  transition: all .5s;
  opacity: 1;
  background: #000 url(/shared/components/iziModal/icon_close.svg) 50% 50% no-repeat !important; }
  #ncModal02 button[data-izimodal-close]:hover {
    opacity: .7; }
@media screen and (max-width: 767px) {
  #ncModal02 {
    max-width: 100% !important; }
    #ncModal02 button[data-izimodal-close] {
      position: absolute;
      top: 0;
      right: 3px;
      transform: scale(0.6);
      opacity: 1; } }

#ncModal03 button[data-izimodal-close] {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  display: block;
  width: 58px !important;
  height: 58px;
  padding: 10px;
  border: none;
  background-color: transparent;
  outline: none;
  transition: all .5s;
  opacity: 1;
  background: #000 url(/shared/components/iziModal/icon_close.svg) 50% 50% no-repeat !important; }
  #ncModal03 button[data-izimodal-close]:hover {
    opacity: .7; }
@media screen and (max-width: 767px) {
  #ncModal03 {
    max-width: 100% !important; }
    #ncModal03 button[data-izimodal-close] {
      position: absolute;
      top: 0;
      right: 3px;
      transform: scale(0.6);
      opacity: 1; } }

.ncGallery .slide-media,
.ncGallery .thumb-media {
  position: relative;
  overflow: hidden; }
.ncGallery .slide-media img,
.ncGallery .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.ncGallery .swiper-button-next, .ncGallery .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 120px;
  height: 80px;
  margin-top: -40px;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  background: none;
  transform: translateY(-50%); }
  .ncGallery .swiper-button-next::before, .ncGallery .swiper-button-prev::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 14px;
    border-bottom: 2px solid #fff;
    transition: all 0.3s; }
.ncGallery .swiper-button-prev {
  left: 0;
  border-left: #fff 1px solid;
  border-bottom: #fff 1px solid; }
  .ncGallery .swiper-button-prev::before {
    transform: skewX(-35deg);
    border-left: 2px solid #fff;
    transform-origin: center left; }
.ncGallery .swiper-button-next {
  right: 0;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid; }
  .ncGallery .swiper-button-next::before {
    transform: skewX(35deg);
    border-right: 2px solid #fff;
    transform-origin: center right; }
@media screen and (max-width: 767px) {
  .ncGallery .swiper-button-prev:hover::before {
    transform: skewX(-35deg) scaleX(0.8); }
  .ncGallery .swiper-button-next:hover::before {
    transform: skewX(35deg) scaleX(0.8); } }
@media screen and (max-width: 767px) {
  .ncGallery .swiper-button-next, .ncGallery .swiper-button-prev {
    position: fixed;
    top: auto;
    bottom: 0;
    width: 34px;
    height: 20px;
    margin-top: 0; }
    .ncGallery .swiper-button-next::before, .ncGallery .swiper-button-prev::before {
      width: 20px;
      height: 6px; }
  .ncGallery .swiper-button-prev {
    left: 10px; }
  .ncGallery .swiper-button-next {
    right: 10px; } }

.ncGallery {
  overflow: hidden; }

.ncGallery .swiper {
  max-width: 872px;
  margin: auto;
  padding: 0 180px; }
  @media screen and (max-width: 767px) {
    .ncGallery .swiper {
      padding: 60px 10px 0; } }

.ncGallery .thumb-wrapper {
  max-width: 590px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .ncGallery .thumb-wrapper {
      padding: 0 10px 40px; } }

.ncGallery .swiper {
  overflow: visible; }

.ncGallery .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none; }

.ncGallery .swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.ncGallery .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%; }

.ncGallery .slide {
  display: block;
  overflow: hidden; }

.ncGallery .slide-media {
  display: block;
  padding-top: 100%; }

.ncGallery .slide-media img {
  object-fit: contain; }

.ncGallery .slide-title {
  margin: 15px 0 30px;
  line-height: 1.6;
  font-size: 1.8rem;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .ncGallery .slide-title {
      margin: 8px 0 15px;
      font-size: 1.4rem; } }

.ncGallery .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px; }
  @media screen and (max-width: 767px) {
    .ncGallery .thumb-wrapper {
      gap: 5px; } }

.ncGallery .thumb-media {
  padding-top: 100%;
  cursor: pointer; }
  .ncGallery .thumb-media:hover {
    opacity: 0.8; }

.ncGallery .thumb-media-active {
  opacity: 0.5; }
  .ncGallery .thumb-media-active:hover {
    opacity: 0.5; }

.ncClass h2 {
  padding: 15px;
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  background-color: #617FA8; }
  .ncClass h2 span {
    font-size: 1.8rem;
    padding: 5px 30px;
    background-color: #ffffff;
    color: #333333;
    border-radius: 20px; }
.ncClass .inner {
  background-color: #D9E0E8; }
@media screen and (max-width: 767px) {
  .ncClass h2 {
    font-size: 2.0rem; }
    .ncClass h2 span {
      font-size: 1.4rem; } }

.ncSectionUs {
  background-color: #D9E0E8; }
  .ncSectionUs .inner {
    padding: 5% 5% 5.58%; }
  .ncSectionUs .linkBtn {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto; }
  .ncSectionUs h2 {
    margin: 4.6% 0 3.2%;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4; }
  .ncSectionUs .imgWrap a {
    transition: all 0.5s; }
    .ncSectionUs .imgWrap a:hover {
      opacity: 0.5; }
  @media screen and (max-width: 767px) {
    .ncSectionUs h2 {
      margin: 20px 0 15px;
      font-size: 1.6rem; } }
