@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
.partners_bg {
  background: white;
  padding: 2rem 0; }

.partners_title {
  text-align: center;
  font-size: 2rem;
  color: #312e81; }
  @media (max-width: 480px) {
    .partners_title {
      font-size: 1.4rem; } }

.ngis {
  text-align: center;
  padding: 2rem 0; }
  .ngis .ngis_sec {
    margin-top: 2rem;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .ngis .ngis_sec h1 {
      color: #818cf8;
      font-size: 1.5rem;
      letter-spacing: -1px;
      font-weight: 400; }
      @media (max-width: 480px) {
        .ngis .ngis_sec h1 {
          width: 100%;
          padding: 0 1rem;
          color: #475569; }
          .ngis .ngis_sec h1 br {
            display: none; } }
    .ngis .ngis_sec > p {
      width: 1000px;
      text-align: left; }
      @media (max-width: 480px) {
        .ngis .ngis_sec > p {
          display: none;
          width: 100%;
          padding: 0 1rem; } }

.logo_wrap {
  width: 100px;
  overflow: hidden;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center; }
  .logo_wrap img {
    height: 60%;
    opacity: .9;
    mix-blend-mode: multiply; }

.partners_logo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 10px;
  padding: 1rem 0;
  margin: 2rem 0;
  width: 100%; }
  @media (max-width: 480px) {
    .partners_logo {
      padding: 0 2rem;
      gap: 8px 14px;
      margin: 2rem 0 0; } }
  .partners_logo .logo_wrap {
    width: 140px;
    height: 100px; }
    .partners_logo .logo_wrap img {
      object-fit: cover; }
    @media (max-width: 480px) {
      .partners_logo .logo_wrap {
        width: 70px; }
        .partners_logo .logo_wrap img {
          object-fit: contain;
          width: 100%; } }

.textAni .mainHeading {
  color: white;
  position: absolute;
  z-index: 50;
  font-size: 3rem;
  text-align: center;
  line-height: 1.2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 1200px) {
    .textAni .mainHeading {
      font-size: 2rem; } }
  @media (max-width: 480px) {
    .textAni .mainHeading {
      font-size: 1.4rem; } }
  @media (max-width: 280px) {
    .textAni .mainHeading {
      font-size: 1.1rem; } }
  @media (max-width: 1200px) {
    .textAni .mainHeading {
      top: 30%; } }
  @media (max-width: 480px) {
    .textAni .mainHeading {
      top: 17%; } }
  @media (max-width: 280px) {
    .textAni .mainHeading {
      top: 13%; } }

.mainContain {
  position: fixed;
  z-index: 5;
  left: 50%;
  transform: translate(-50%);
  width: 1200px;
  border-left: 1px solid silver;
  border-right: 1px solid #ddd;
  mix-blend-mode: multiply;
  height: 100%;
  opacity: .5; }
  @media (max-width: 480px) {
    .mainContain {
      display: none; } }
  .mainContain .side_dot_menu {
    position: absolute;
    top: 50%;
    left: -68px;
    transform: translateY(-50%); }
    .mainContain .side_dot_menu > ul > li {
      display: flex;
      justify-content: flex-end; }
      .mainContain .side_dot_menu > ul > li:first-child > a {
        color: red; }
      .mainContain .side_dot_menu > ul > li:hover a, .mainContain .side_dot_menu > ul > li:hover span {
        transition: all .3s ease;
        opacity: 1; }
      .mainContain .side_dot_menu > ul > li > a {
        display: flex;
        align-items: center;
        font-size: 14px;
        padding: 12px 0;
        color: white;
        filter: invert(100%); }
        .mainContain .side_dot_menu > ul > li > a > span {
          font-size: 12px; }

.content1, .btnScroll {
  transition: all .3s ease; }

.ngis {
  position: relative;
  z-index: 20;
  width: 1000px; }
  @media (max-width: 480px) {
    .ngis {
      width: 100%;
      padding-top: 0; } }
  .ngis .title {
    text-align: center;
    font-size: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: url("../img/main_title_bg.svg") no-repeat;
    height: auto;
    background-position: center 80%;
    background-size: contain;
    height: 200px; }
    @media (max-width: 480px) {
      .ngis .title {
        background: none; } }
    @media (max-width: 480px) {
      .ngis .title {
        height: 95px; } }
    .ngis .title p {
      margin: 0; }
      .ngis .title p:last-child {
        font-size: 1.3rem;
        color: #64748b; }
        @media (max-width: 480px) {
          .ngis .title p:last-child {
            font-size: 1rem;
            color: black; } }

.carousel {
  background: transparent;
  overflow: hidden;
  position: relative; }
  .carousel .img_02 {
    display: none; }
  @media (max-width: 480px) {
    .carousel .img_01 {
      display: none; }
    .carousel .img_02 {
      display: block;
      position: absolute;
      left: -110%;
      opacity: .9; } }
  @media (max-width: 480px) and (max-width: 440px) {
    .carousel .img_02 {
      left: -125%; } }
  @media (max-width: 480px) and (max-width: 375px) {
    .carousel .img_02 {
      left: -110%; } }
  @media (max-width: 480px) and (max-width: 360px) {
    .carousel .img_02 {
      left: -110%; } }

  @media (max-width: 1200px) {
    .carousel {
      height: 100vh; } }
  @media (max-width: 480px) {
    .carousel {
      display: flex;
      height: 100vh; } }
  @media (max-width: 480px) and (max-width: 480px) {
    .carousel {
      height: 100vh; } }

  .carousel img {
    width: 1400px; }
    @media (max-width: 480px) {
      .carousel img {
        height: 100vh;
        width: auto; } }
  .carousel .txt_box {
    font-family: 'Titillium Web', sans-serif;
    position: absolute;
    left: 42%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 500;
    opacity: 0;
    transition: .3s;
    transition: all 1s ease;
    transition-delay: .2s;
    transform: translateY(0px);
    display: flex;
    align-items: flex-start;
    text-align: right;
    width: 100%; }
    @media (min-width: 1925px) {
      .carousel .txt_box {
        left: 40%; } }
    @media (max-width: 480px) {
      .carousel .txt_box {
        text-align: center;
        left: 50%; } }
    .carousel .txt_box > .quote {
      word-break: keep-all;
      font-size: 4rem;
      color: white;
      margin: 0;
      line-height: 1;
      position: absolute;
      transform: translateX(-50%); }
      @media (max-width: 480px) {
        .carousel .txt_box > .quote {
          font-size: 2rem;
          padding-top: 0;
          top: 40px; } }
  .carousel .txt_box2 {
    position: absolute;
    left: 70%;
    top: 55%;
    transform: translate(-50%, -50%);
    z-index: 500;
    opacity: 0;
    transition: .3s;
    transition: all 1s ease;
    transition-delay: .7s;
    transform: translateY(0px);
    display: flex;
    align-items: flex-start;
    text-align-last: left;
    width: 100%; }
    @media (min-width: 1925px) {
      .carousel .txt_box2 {
        left: 60%; } }
    @media (max-width: 480px) {
      .carousel .txt_box2 {
        left: 50%; } }
    .carousel .txt_box2 > .quote {
      word-break: keep-all;
      font-size: 2rem;
      color: black;
      margin: 0;
      letter-spacing: -1px;
      font-weight: 100;
      text-align: center !important;
      position: absolute;
      transform: translateX(-50%); }
      @media (max-width: 480px) {
        .carousel .txt_box2 > .quote {
          font-size: 1.4rem;
          font-weight: 600;
          color: #222;
          padding-top: 1rem;
          text-align: center;
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center; } }
      .carousel .txt_box2 > .quote > span {
        font-size: 14px; }
        .carousel .txt_box2 > .quote > span br {
          display: inline;
          padding: 0 !important;
          margin: 0;
          line-height: 0 !important; }

@media (max-width: 480px) {
  .txt_box .quote {
    font-size: 1.2rem; } }
.slick-slide.slick-current.slick-active > div > .carousel .txt_box {
  opacity: 1;
  transform: translateY(-40px); }

.slick-slide.slick-current.slick-active > div > .carousel .txt_box2 {
  opacity: 1;
  transform: translateY(-40px); }

.slider {
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .slider {
      height: auto; } }

.slick-slide {
  margin: 0px 0px; }

@media (min-width: 1922px) {
  .slick-slide img {
    width: 1600px; } }

.slick-prev:before,
.slick-next:before {
  color: black;
  display: none !important; }

.slick-slide {
  transition: all ease .3s;
  opacity: 1; }

.slick-active {
  opacity: .5; }

.slick-current {
  opacity: 1; }

/*# sourceMappingURL=main.css.map */
