@charset "UTF-8";
@font-face {
  font-family: "InfinitySans-RegularA1";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/InfinitySans-RegularA1.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ▒▒▒▒▒▒▒▒▒▒CSS : COLOR ▒▒▒▒▒▒▒▒▒▒*/
/* ▒▒▒▒▒▒▒▒▒▒ CSS : BACKGROUND▒▒▒▒▒▒▒▒▒▒*/
/* TODO: 개발 중 임시 스타일 - 삭제예정 */
h2 {
  color: #595959;
  font-size: 50px;
  font-weight: 700;
}

section {
  padding-left: 40px;
  padding-right: 40px;
}

/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
/* ▒                모바일 세로형                ▒ */
/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
@media (max-width: 768px), (max-width: 1024px) and (max-height: 416px) {
  section {
    padding-left: 20px;
    padding-right: 20px;
  }
  h2 {
    font-size: 40px;
  }
}
/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
/* ▒                모바일 가로형                ▒ */
/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
@media all and (max-width: 1024px) and (max-height: 416px) {
  section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
* {
  letter-spacing: -0.5px;
}

header {
  width: 100%;
  height: 60px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 0 60px;
}

.header__cntr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: inherit;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
}

.header__logo {
  display: inline-flex;
  overflow: hidden;
  width: 128px;
  min-width: 128px;
}
.header__logo > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}

.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: inherit;
  gap: 20px;
}
.header__menu a,
.header__menu button {
  display: inline-flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.header__menu a > img,
.header__menu button > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
.header__menu .header__menu-lang {
  position: relative;
  margin-left: 20px;
  overflow: visible;
}
.header__menu .header__menu-lang::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #d9d9d9;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.header__menu-mo {
  display: none;
}

.cntr {
  margin: 0 auto;
}

.notice__modal-bg {
  /* width: 100%;
  height: 100%; */
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.notice__modal-cntr {
  padding: 2rem;
  background-color: #fff;
  border: 1px solid black;
  max-width: 640px;
  position: relative;
  bottom: 20px;
  right: 20px;
}

.notice__modal-date {
  margin: 8px 0;
  text-align: right;
}

.break-spaces {
  white-space: pre-line;
  text-align: right;
}

.break-all {
  word-break: break-all;
}

.notice__modal-close {
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 400;
}

.notice__modal-title {
  font-weight: 600;
}

.notice__modal-cont {
  margin: 8px 0;
}

.notice__modal-bottom {
  display: flex;
  justify-content: space-between;
}

/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
section.main-visual {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  text-align: center;
  position: relative;
  overflow: hidden;
}
section.main-visual .cntr.main-visual {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: inherit;
  justify-content: center;
  max-width: 1200px;
  height: 100%;
  gap: 40px;
  padding-bottom: 60px;
}
section.main-visual .main-visual__logo {
  display: inline-flex;
  overflow: hidden;
  width: 512px;
}
section.main-visual .main-visual__logo > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
section.main-visual .main-visual__logo.mo {
  display: none;
}
section.main-visual .main-visual__txt {
  color: #595959;
  font-size: 24px;
  font-weight: 400;
}
section.main-visual .main-visual__txt b {
  font-weight: 700;
}
section.main-visual .scroll-down {
  display: inline-flex;
  overflow: hidden;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 56px;
}
section.main-visual .scroll-down > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
section.main-visual .scroll-down .part1 {
  animation-name: scroll-down-2;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
section.main-visual .scroll-down .part2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(0);
  animation-name: scroll-down;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes scroll-down {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scroll-down-2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(6px);
  }
}

/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
.main-visual__bg {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background: linear-gradient(
      183deg,
      rgba(255, 255, 255, 0.1) 35%,
      rgba(253, 255, 157, 0.1) 65%,
      rgba(142, 255, 120, 0.1) 82%
    ),
    #fff;
}
.main-visual__bg .bg__obj {
  display: inline-flex;
  overflow: hidden;
  overflow: visible;
  position: absolute;
}
.main-visual__bg .bg__obj > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
.main-visual__bg .bg__obj img {
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: ease-in-out;
}
@keyframes floating-00-1 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-10%);
  }
}
@keyframes floating-00-2 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(5%);
  }
}
@keyframes floating-01-1 {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
@keyframes floating-01-2 {
  0% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(-5%);
  }
}
@keyframes floating-02-1 {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes floating-02-2 {
  0% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(-10%);
  }
}
@keyframes floating-03-1 {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(20%);
  }
}
@keyframes floating-03-2 {
  0% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(-20%);
  }
}
@keyframes rotate-01-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-01-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.main-visual__bg .bg__obj.ball_01 {
  max-width: 324px;
  max-height: 324px;
  width: 20vw;
  height: 20vw;
  top: 0;
  left: 0;
}
.main-visual__bg .bg__obj.ball_01 img {
  animation-name: floating-00-1;
  animation-duration: 1.5s;
  animation-delay: 0s;
}
.main-visual__bg .bg__obj.ball_02 {
  max-height: 176px;
  max-width: 176px;
  width: 10vw;
  height: 10vw;
  top: 63%;
  left: 22%;
  transform: translate(-50%, -50%);
}
.main-visual__bg .bg__obj.ball_02 img {
  animation-name: floating-01-1;
  animation-duration: 3s;
}
.main-visual__bg .bg__obj.ball_02.pc {
  display: block;
}
.main-visual__bg .bg__obj.ball_02.mo {
  display: none;
}
.main-visual__bg .bg__obj.ball_03 {
  max-width: 108px;
  max-height: 108px;
  width: 7vw;
  height: 7vw;
  top: 70%;
  left: 32%;
  transform: translate(-50%, -50%);
}
.main-visual__bg .bg__obj.ball_03 img {
  animation-name: floating-02-2;
  animation-duration: 2s;
}
.main-visual__bg .bg__obj.ball_04 {
  max-width: 136px;
  max-height: 136px;
  width: 20vw;
  height: 20vw;
  top: 34%;
  left: 37%;
  transform: translate(-50%, -50%);
}
.main-visual__bg .bg__obj.ball_04 img {
  animation-name: floating-03-2;
  animation-duration: 3.5s;
}
.main-visual__bg .bg__obj.ball_05 {
  max-width: 360px;
  max-height: 360px;
  width: 25vw;
  height: 25vw;
  top: 58%;
  right: 26%;
  transform: translate(50%, -50%);
}
.main-visual__bg .bg__obj.ball_05 img {
  animation-name: floating-01-2;
  animation-duration: 4s;
}
.main-visual__bg .bg__obj.ball_06 {
  max-width: 100px;
  max-height: 100px;
  width: 6vw;
  height: 6vw;
  top: 28%;
  right: 21%;
  transform: translate(50%, -50%);
}
.main-visual__bg .bg__obj.ball_06 img {
  animation-name: floating-03-1;
  animation-duration: 5s;
}
.main-visual__bg .bg__obj.patt_01 {
  max-width: 440px;
  max-height: 440px;
  width: 24vw;
  height: 24vw;
  left: 20%;
  top: 65%;
  transform: translate(-50%, -50%);
}
.main-visual__bg .bg__obj.patt_01 img {
  animation-name: rotate-01-1;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-direction: normal;
}
.main-visual__bg .bg__obj.patt_02 {
  max-width: 460px;
  max-height: 460px;
  width: 24vw;
  height: 24vw;
  top: 6%;
  right: 31%;
  transform: translate(50%, -50%);
}
.main-visual__bg .bg__obj.patt_02 img {
  animation-name: rotate-01-2;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-direction: normal;
}
.main-visual__bg .bg__obj.ring_01 {
  max-width: 424px;
  max-height: 316px;
  width: 25vw;
  bottom: 26%;
  left: 33%;
  transform: translate(-50%, 50%);
}
.main-visual__bg .bg__obj.ring_02 {
  max-width: 750px;
  max-height: 500px;
  width: 40vw;
  right: -40px;
  bottom: 38%;
  transform: translateY(50%);
}
.main-visual__bg .bg__obj.ring_02 img {
  animation-name: floating-03-2;
  animation-duration: 20s;
}

section.about {
  width: 100%;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f4fff2;
}
section.about h2 {
  margin-bottom: 40px;
}
section.about .cntr.about {
  max-width: 1200px;
}
section.about .about__txt {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 46px;
  color: #595959;
}
section.about .about__txt b {
  font-weight: 700;
}
section.about .about__txt strong {
  font-weight: 700;
  color: #2fc976;
}

section.vision {
  height: 276px;
  background: linear-gradient(98deg, #e5ffcb 27%, #5aeacb 62%, #3bcf73 107%);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: inherit;
}
section.vision .vision__title {
  color: #ffffff;
  text-align: center;
  font-size: 200px;
  font-style: normal;
  font-weight: 600;
  opacity: 0.4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
section.vision .vision__txt {
  color: #455955;
  font-size: 32px;
  font-weight: 500;
  line-height: 52px;
  text-align: center;
  position: relative;
  z-index: 2;
}
section.vision .vision__bg {
  display: inline-flex;
  overflow: hidden;
  width: 20vw;
  height: 20vw;
  max-width: 360px;
  max-height: 360px;
  min-width: 200px;
  min-height: 200px;
  position: absolute;
  top: -40px;
  left: 6%;
  transform: translateY(-50%);
}
section.vision .vision__bg > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
section.vision .vision__bg img {
  animation-name: floating-00-2;
  animation-duration: 2s;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: ease-in-out;
}

section.service {
  width: 100%;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
section.service h2 {
  margin-bottom: 40px;
}
section.service .cntr.service {
  max-width: 1200px;
  position: relative;
}
section.service .cntr.service .bg-obj {
  display: inline-flex;
  overflow: hidden;
  position: absolute;
  width: 320px;
  bottom: -16px;
  right: -50px;
  transform: translate(50%, 50%);
}
section.service .cntr.service .bg-obj > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
section.service .cntr.service .bg-obj img {
  animation-name: floating-00-2;
  animation-duration: 2s;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: ease-in-out;
}
section.service .service__cntr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: inherit;
  width: 100%;
  height: 300px;
  gap: 40px;
  overflow: hidden;
  position: relative;
}
section.service .service__cntr .service__txt {
  color: #ffffff;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: inherit;
  gap: 0;
}
section.service .service__cntr .service__img {
  position: absolute;
  display: inline-flex;
  overflow: hidden;
  height: 100%;
  overflow: visible;
}
section.service .service__cntr .service__img > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
section.service .service__cntr .service__txt-main-1 {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 6px;
  white-space: nowrap;
}
section.service .service__cntr .service__txt-main-2 {
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 14px;
}
section.service .service__cntr .service__txt-sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
section.service .service__cntr.toz {
  flex-direction: row-reverse;
  background-color: #d59ee0; /**240125**/
  margin-bottom: 40px;
  text-align: left;
}
section.service .service__cntr.toz .service__img {
  width: 200%;
  left: 0%; /**240125**/
}
section.service .service__cntr.toz .service__img > img {
  object-fit: cover;
}
section.service .service__cntr.toz .service__img > .pfp-iframe {
  width: 100%;
  height: 100%;
  border: none;
  transform: translateX(-37.5%);
}
section.service .service__cntr.toz .service__img .img__txt {
  display: none; /**240125**/
  position: absolute;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #644b69;
  top: 50%;
  left: 12%;
  transform: translate(-50%, -50%);
  width: auto;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
}
section.service .service__cntr.toz .service__img .img__txt span {
  display: block;
}
section.service .service__cntr.toz .service__img::before {
  content: "";
  width: 52px;
  height: 52px;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 3;
  position: absolute;
  background-image: url("../assets/img/service__fam-rotate.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
section.service .service__cntr.toz .service__txt {
  width: 50%;
  align-items: flex-start;
  padding-right: 12px;
}
section.service .service__cntr.toz .service__txt-sub {
  max-width: 520px;
}
section.service .service__cntr.anipangworld {
  background-color: #5390c0;
  text-align: right;
}
section.service .service__cntr.anipangworld .service__img {
  width: 60%;
  right: 0;
  background-image: url("../assets/img/service__anipangworld_2.png");
  background-size: 1040px;
  background-position: left -160px;
  background-repeat: no-repeat;
}
section.service .service__cntr.anipangworld .service__txt {
  width: 44%;
  align-items: flex-end;
  padding-left: 40px;
  min-width: 332px;
}
section.service .service__cntr.anipangworld .service__txt .service__txt-main-2 {
  white-space: nowrap;
}
section.service .service__cntr.anipangworld .service__txt-sub {
  max-width: 400px;
}
section.service .cntr.bg {
  max-width: initial;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
  background: linear-gradient(
      355deg,
      #fff 11.16%,
      rgba(255, 255, 255, 0) 61.25%
    ),
    #f4fff2;
}
section.service .cntr.bg .bg-obj {
  position: absolute;
  display: inline-flex;
  overflow: hidden;
}
section.service .cntr.bg .bg-obj > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
section.service .cntr.bg .bg-obj.bg-02 {
  width: 240px;
  left: -4%;
  top: 36%;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: rotate-01-1;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-direction: normal;
}
section.service .cntr.bg .bg-obj.bg-03 {
  width: 320px;
  left: 11%;
  top: 7%;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
  animation-name: rotate-01-2;
  animation-duration: 120s;
  animation-timing-function: linear;
  animation-direction: normal;
}
section.service .cntr.bg .bg-obj.bg-04 {
  width: 440px;
  right: -5.5%;
  bottom: 4%;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
  animation-name: rotate-01-1;
  animation-duration: 90s;
  animation-timing-function: linear;
  animation-direction: normal;
}

section.mission {
  height: 276px;
  position: relative;
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: inherit;
}
section.mission .mission__title {
  background: linear-gradient(
    96deg,
    #d8efc1 5.87%,
    #5aeacb 50.64%,
    #3bcf73 87.96%
  );
  opacity: 0.2;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 200px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
section.mission .mission__txt {
  color: #455955;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}
section.mission .mission__txt strong {
  background: linear-gradient(
    89deg,
    #e5ffcb -22.24%,
    #5aeacb 20.21%,
    #3bcf73 88.27%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

section.value {
  height: 734px;
  background-image: url(../assets/img/value__bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: inherit;
}
section.value .cntr.value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: inherit;
  gap: 40px;
}
section.value .value__title {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
section.value .value__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: inherit;
  width: 100%;
  max-width: 1000px;
  gap: 26px;
}
section.value .value__txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: inherit;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
section.value .value__txt-1 {
  background: linear-gradient(
    98deg,
    #e5ffcb 27.3%,
    #5aeacb 62.79%,
    #3bcf73 107.05%
  );
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
section.value .value__txt-2 {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
}

.sns__menu-txt {
  letter-spacing: 0;
}

.footer__textbtn-line02-2 .footer__textbtn.contact:last-child {
  text-decoration: underline;
  font-weight: 400;
}

.btn-top {
  display: inline-flex;
  overflow: hidden;
  width: 52px;
  height: 52px;
  background-color: #ffffff;
  z-index: 3;
  position: fixed;
  bottom: -100%;
  right: 56px;
  border-radius: 26px;
  border: 1px solid #e0e1e3;
  transition: 1s;
}
.btn-top > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.btn-top > video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.btn-top.activated {
  bottom: 116px;
}

/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
/* ▒             모바일 세로형 1400, 1280px             ▒ */
/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
@media all and (max-width: 1400px) {
  .main-visual__bg .bg__obj.ball_01 {
    max-width: 324px;
    max-height: 324px;
    width: 20vw;
    height: 20vw;
    top: 0;
    left: 0;
    transition: 0.7s;
  }
  .main-visual__bg .bg__obj.ball_02 {
    max-height: 176px;
    max-width: 176px;
    width: 10vw;
    height: 10vw;
    top: 63%;
    left: 11%;
    transition: 0.7s;
  }
  .main-visual__bg .bg__obj.ball_03 {
    max-width: 108px;
    max-height: 108px;
    width: 7vw;
    height: 7vw;
    top: 80%;
    left: 28%;
    transition: 0.7s;
  }
  .main-visual__bg .bg__obj.ball_04 {
    max-width: 136px;
    max-height: 136px;
    width: 20vw;
    height: 20vw;
    top: 38%;
    left: 24%;
    transition: 0.7s;
  }
  .main-visual__bg .bg__obj.ball_05 {
    max-width: 360px;
    max-height: 360px;
    width: 25vw;
    height: 25vw;
    top: 62%;
    right: 18%;
    transition: 0.7s;
  }
  .main-visual__bg .bg__obj.ball_06 {
    max-width: 100px;
    max-height: 100px;
    width: 6vw;
    height: 6vw;
    top: 28%;
    right: 10%;
    transition: 0.7s;
  }
  .main-visual__bg .bg__obj.patt_01 {
    max-width: 440px;
    max-height: 440px;
    width: 24vw;
    height: 24vw;
    left: 10%;
    top: 65%;
    transition: 0.7s;
  }
  .main-visual__bg .bg__obj.patt_02 {
    max-width: 460px;
    max-height: 460px;
    width: 24vw;
    height: 24vw;
    top: 6%;
    right: 15%;
    transition: 0.7s;
  }
  .main-visual__bg .bg__obj.ring_01 {
    max-width: 424px;
    max-height: 316px;
    width: 25vw;
    bottom: 21%;
    left: 26%;
    transition: 0.7s;
  }
  .main-visual__bg .bg__obj.ring_02 {
    max-width: 750px;
    max-height: 500px;
    width: 40vw;
    right: -20px;
    bottom: 33%;
    transition: 0.7s;
  }
}
@media all and (max-width: 1280px) {
  section.vision .vision__title {
    font-size: 160px;
  }
  section.mission .mission__title {
    font-size: 160px;
  }
}
/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
/* ▒                모바일 세로형                ▒ */
/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
@media (max-width: 768px), (max-width: 1024px) and (max-height: 416px) {
  header {
    padding: 20px;
    height: 80px;
  }
  header .header__menu {
    display: none;
  }
  header .header__menu-mo {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: inherit;
  }
  header .header__menu-mo .header__menu-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: inherit;
    display: inline-flex;
    gap: 4px;
    height: 40px;
    font-size: 16px;
    color: #777e90;
    font-weight: 700;
    line-height: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
  header .header__menu-mo .header__menu-btn .btn-more {
    display: inline-flex;
    overflow: hidden;
    width: 8px;
    height: 8px;
  }
  header .header__menu-mo .header__menu-btn .btn-more > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center;
  }
  header .header__menu-mo .header__menu-btn.lang {
    margin-left: 16px;
    padding-left: 8px;
    position: relative;
    width: 24px;
  }
  header .header__menu-mo .header__menu-btn.lang::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #d9d9d9;
    left: -8px;
    position: absolute;
  }
  header .header__cntr {
    padding-top: 0;
  }
  header .header__menu-btn > span {
    letter-spacing: 0;
  }
  .header__logo {
    width: 120px;
    min-width: 120px;
  }

  .notice__modal-cntr {
    max-width: calc(100% - 20px);
    padding: 2rem 1.2rem;
    bottom: 10px;
    right: 10px;
  }

  section.main-visual .cntr.main-visual {
    gap: 24px;
    padding-bottom: 0;
  }
  section.main-visual .main-visual__logo.mo {
    display: block;
    width: 240px;
  }
  section.main-visual .main-visual__txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }
  section.main-visual .scroll-down {
    margin-top: 8px;
    width: 60px;
    height: 60px;
    position: static;
  }
  section.main-visual .scroll-down .part2 {
    position: absolute;
    width: 60px;
    height: 60px;
    top: initial;
    left: initial;
  }
  .main-visual__bg {
    background: initial;
    height: inherit;
    min-height: 200vh;
    overflow-x: hidden;
  }
  .main-visual__bg .bg__obj.ball_01 {
    display: none;
  }
  .main-visual__bg .bg__obj.ball_02 {
    width: 90px !important;
    height: 90px !important;
    max-width: initial;
    max-height: initial;
    top: 10%;
    left: 18%;
  }
  .main-visual__bg .bg__obj.ball_02.pc {
    display: none;
  }
  .main-visual__bg .bg__obj.ball_02.mo {
    display: block;
  }
  .main-visual__bg .bg__obj.ball_03 {
    display: none;
  }
  .main-visual__bg .bg__obj.ball_04 {
    display: none;
  }
  .main-visual__bg .bg__obj.ball_05 {
    width: 170px !important;
    height: 170px !important;
    max-width: initial;
    max-height: initial;
    top: 41%;
    right: 15.5%;
    transform: translate(50%, -50%);
  }
  .main-visual__bg .bg__obj.ball_06 {
    display: none;
  }
  .main-visual__bg .bg__obj.patt_01 {
    width: 410px !important;
    height: 410px !important;
    max-width: initial;
    max-height: initial;
    left: initial;
    right: 11%;
    top: 42%;
    transform: translate(50%, -50%);
    opacity: 0.6;
  }
  .main-visual__bg .bg__obj.patt_02 {
    height: 360px !important;
    width: 360px !important;
    max-width: initial;
    max-height: initial;
    top: 4%;
    right: initial;
    left: 15.5%;
    transform: translate(-50%, -50%);
  }
  .main-visual__bg .bg__obj.ring_01 {
    width: 300px;
    height: 224px;
    top: 27%;
    left: 1%;
  }
  .main-visual__bg .bg__obj.ring_02 {
    display: none;
  }
  section.about {
    width: 100%;
    max-height: initial;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: initial;
  }
  section.about h2 {
    margin-bottom: 20px;
  }
  section.about .cntr.about {
    max-width: 1200px;
  }
  section.about .about__txt {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #595959;
  }
  section.about .about__txt b {
    font-weight: 700;
  }
  section.about .about__txt strong {
    font-weight: 900;
    color: #2fc976;
  }
  section.vision {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.vision .vision__title {
    font-size: 12vw;
    left: 50%;
    top: 60px;
  }
  section.vision .vision__txt {
    margin-top: 20px;
    font-size: 20px;
    line-height: 34px;
  }
  section.vision .vision__txt .point {
    text-decoration: underline;
    font-weight: 700;
    line-height: 32px;
    font-size: 28px;
    margin-top: 8px;
  }
  section.vision .vision__bg {
    display: inline-flex;
    overflow: hidden;
    width: 135px;
    height: 135px;
    min-width: initial;
    min-height: initial;
    top: -20px;
    left: initial;
    right: 70px;
    transform: translateX(50%) translateY(-50%) scaleX(-1);
  }
  section.vision .vision__bg > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center;
  }
  section.service {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section.service h2 {
    margin-bottom: 16px;
  }
  section.service .cntr.service {
    max-width: 1200px;
    position: relative;
  }
  section.service .cntr.service .bg-obj {
    display: none;
  }
  section.service .service__cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
  section.service .service__cntr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: inherit;
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
    gap: 24px;
    overflow: hidden;
    justify-content: center;
    position: relative;
  }
  section.service .service__cntr .service__txt {
    color: #ffffff;
    position: static;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: inherit;
    gap: 0;
    justify-content: flex-start;
  }
  section.service .service__cntr .service__img {
    position: static;
    display: inline-flex;
    overflow: hidden;
    height: calc(50vw - 30px);
    max-height: 512px;
    overflow: visible;
  }
  section.service .service__cntr .service__img > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center;
  }
  section.service .service__cntr .service__txt-main-1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
    white-space: nowrap;
  }
  section.service .service__cntr .service__txt-main-2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  section.service .service__cntr .service__txt-sub {
    font-size: 16px;
    line-height: 26px;
  }
  section.service .service__cntr.toz {
    flex-direction: column-reverse;
    margin-bottom: 0px;
    text-align: center;
    height: auto;
    padding-bottom: 28px; /**240125**/
    justify-content: space-between;
    gap: 24px;
  }
  section.service .service__cntr.toz .service__img {
    width: calc(50vw - 30px);
    left: initial;
    position: relative;
  }
  section.service .service__cntr.toz .service__img > img {
    object-fit: cover;
  }
  section.service .service__cntr.toz .service__img > .pfp-iframe {
    transform: initial;
    position: relative;
  }
  section.service .service__cntr.toz .service__img .img__txt {
    font-size: 14px;
    line-height: 22px;
    top: initial;
    bottom: -28px;
    left: 50%;
    padding-top: 4px;
    padding-bottom: 4px;
    white-space: nowrap;
  }
  section.service .service__cntr.toz .service__img .img__txt span {
    display: inline-block;
  }
  section.service .service__cntr.toz .service__img::after {
    content: "";
    width: 100%;
    height: 5vw;
    background: linear-gradient(
      180deg,
      rgba(213, 158, 224, 0) 0,
      rgb(213, 158, 224) 100.83%
    );
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
  section.service .service__cntr.toz .service__img::before {
    content: "";
    width: 48px;
    height: 48px;
    top: 10px;
    left: 12px;
    background-size: 100%;
    transform: initial;
  }
  section.service .service__cntr.toz .service__txt {
    width: 100%;
    align-items: center;
    padding-right: 12px;
    padding-left: 12px;
  }
  section.service .service__cntr.toz .service__txt-sub {
    max-width: 520px;
  }
  section.service .service__cntr.anipangworld {
    text-align: center;
    padding-bottom: 28px; /**240125**/
    background-color: #4a7eb4;
    max-height: 800px;
    justify-content: space-between;
  }
  section.service .service__cntr.anipangworld .service__img {
    width: calc(50vw - 30px);
    height: calc(50vw - 30px);
    max-height: initial;
    right: 0;
    background-image: url("../assets/img/service__anipangworld_2.png");
    background-size: 75vw;
    background-position: 30% 0px;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
  }
  section.service .service__cntr.anipangworld .service__img::after {
    content: "";
    width: 100%;
    height: 5vw;
    background: linear-gradient(
      180deg,
      rgba(74, 126, 180, 0) 0,
      #4a7eb4 100.83%
    );
    position: absolute;
    bottom: 0;
  }
  section.service .service__cntr.anipangworld .service__txt {
    width: 100%;
    align-items: center;
    margin-top: 0;
    padding-left: 12px;
    padding-right: 12px;
    min-width: initial;
    justify-content: flex-start;
    min-height: 140px;
  }
  section.service
    .service__cntr.anipangworld
    .service__txt
    .service__txt-main-2 {
    white-space: pre-wrap;
    letter-spacing: -1.5px;
  }
  section.service .service__cntr.anipangworld .service__txt-sub {
    max-width: 300px;
  }
  section.service .cntr.bg {
    max-width: initial;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
  }
  section.service .cntr.bg .bg-obj {
    position: absolute;
    display: inline-flex;
    overflow: hidden;
  }
  section.service .cntr.bg .bg-obj > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center;
  }
  section.service .cntr.bg .bg-obj.bg-02 {
    display: none;
  }
  section.service .cntr.bg .bg-obj.bg-03 {
    width: 320px;
    left: -25%;
    top: 4%;
  }
  section.service .cntr.bg .bg-obj.bg-04 {
    width: 440px;
    right: -40%;
    bottom: 4%;
  }
  section.mission {
    height: 276px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: inherit;
    min-height: initial;
    height: initial;
    margin-bottom: 120px;
  }
  section.mission .mission__title {
    opacity: 0.2;
    text-align: center;
    font-size: 12vw;
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  section.mission .mission__txt {
    color: #455955;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    transform: translateY(50%);
  }
  section.mission .mission__txt strong {
    background: linear-gradient(
      89deg,
      #e5ffcb -22.24%,
      #5aeacb 20.21%,
      #3bcf73 88.27%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
  }
  section.value {
    height: auto;
    background-image: url("../assets/img/value__bg_mo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: inherit;
  }
  section.value .cntr.value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: inherit;
    gap: 60px;
  }
  section.value .value__title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
  }
  section.value .value__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: inherit;
    width: 100%;
    max-width: 1000px;
    gap: 26px;
  }
  section.value .value__txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: inherit;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 4px;
    padding-bottom: 12px;
    text-align: center;
  }
  section.value .value__txt:last-child {
    border: 0;
  }
  section.value .value__txt-1 {
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
  }
  section.value .value__txt-2 {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
  }
  /* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒모바일 메뉴▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
  .header__menu-btn {
    position: relative;
    display: inline-block;
  }
  .sns__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: inherit;
    width: auto;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    align-items: flex-start;
    border-radius: 4px;
    background: #fff;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.15);
    padding: 12px 16px;
  }
  .sns__menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: inherit;
    justify-content: flex-start;
    gap: 8px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    height: 32px;
    margin-bottom: 12px;
  }
  .sns__menu a:last-child {
    margin-bottom: 0;
  }
  .sns__menu-img {
    display: inline-flex;
    overflow: hidden;
    width: 28px;
    height: 28px;
  }
  .sns__menu-img > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center;
  }
  .header__menu-btn.sns.active .btn-more {
    transform: rotate(180deg);
  }
  .main-visual__logo.mo > span {
    font-family: "InfinitySans-RegularA1";
    font-weight: 700;
    font-size: 56px;
  }
  .main-visual__logo.pc > img {
    display: none;
  }
  .btn-top {
    width: 44px;
    height: 44px;
    right: 20px;
    bottom: -100%;
  }
  .btn-top.activated {
    bottom: 24px;
  }
}
/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
/* ▒             모바일 세로형 512px             ▒ */
/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
@media all and (max-width: 512px) {
  section.service {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section.service h2 {
    margin-bottom: 16px;
  }
  section.service .cntr.service {
    max-width: 1200px;
    position: relative;
  }
  section.service .cntr.service .bg-obj {
    display: none;
  }
  section.service .service__cont {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0px;
  }
  section.service .service__cntr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: inherit;
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
    gap: 40px;
    overflow: hidden;
    position: relative;
  }
  section.service .service__cntr .service__txt {
    color: #ffffff;
    position: static;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: inherit;
    gap: 0;
  }
  section.service .service__cntr .service__img {
    position: static;
    display: inline-flex;
    overflow: hidden;
    height: calc(100vw - 40px);
    max-height: 512px;
  }
  section.service .service__cntr .service__img > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center;
  }
  section.service .service__cntr .service__txt-main-1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
  }
  section.service .service__cntr .service__txt-main-2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  section.service .service__cntr .service__txt-sub {
    font-size: 16px;
    line-height: 26px;
  }
  section.service .service__cntr.toz {
    flex-direction: column-reverse;
    margin-bottom: 16px;
    text-align: center;
    height: auto;
    padding-bottom: 40px;
    gap: 16px;
  }
  section.service .service__cntr.toz .service__img {
    width: calc(100vw - 40px);
    left: initial;
    position: relative;
  }
  section.service .service__cntr.toz .service__img > img {
    object-fit: cover;
  }
  section.service .service__cntr.toz .service__img .img__txt {
    font-size: 14px;
    line-height: 22px;
    top: initial;
    bottom: -16px;
    left: 50%;
    padding-top: 4px;
    padding-bottom: 4px;
    white-space: nowrap;
  }
  section.service .service__cntr.toz .service__img .img__txt span {
    display: inline-block;
  }
  section.service .service__cntr.toz .service__img::before {
    content: "";
    width: 52px;
    height: 52px;
    background-size: 100%;
    transform: initial;
  }
  section.service .service__cntr.toz .service__txt {
    width: 100%;
    align-items: center;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 0;
  }
  section.service .service__cntr.toz .service__txt-sub {
    max-width: 520px;
  }
  section.service .service__cntr.anipangworld {
    text-align: center;
    padding-bottom: 40px;
    background-color: #4a7eb4;
    max-height: 800px;
  }
  section.service .service__cntr.anipangworld .service__img {
    width: calc(100vw - 40px);
    height: 100%;
    max-height: initial;
    right: 0;
    background-image: url("../assets/img/service__anipangworld_2.png");
    background-size: 170vw;
    background-position: 35% -40px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
  }
  section.service .service__cntr.anipangworld .service__img::after {
    content: "";
    width: 100%;
    height: 35vw;
    background: linear-gradient(
      180deg,
      rgba(74, 126, 180, 0) 0,
      #4a7eb4 43.83%
    );
    position: absolute;
    bottom: 0;
  }
  section.service .service__cntr.anipangworld .service__txt {
    width: 100%;
    align-items: center;
    margin-top: 100vw;
    padding-left: 12px;
    padding-right: 12px;
    min-width: initial;
    min-height: initial;
  }
  section.service
    .service__cntr.anipangworld
    .service__txt
    .service__txt-main-2 {
    white-space: pre-wrap;
  }
  section.service .service__cntr.anipangworld .service__txt-sub {
    max-width: 300px;
  }
  section.service .cntr.bg {
    max-width: initial;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
  }
  section.service .cntr.bg .bg-obj {
    position: absolute;
    display: inline-flex;
    overflow: hidden;
  }
  section.service .cntr.bg .bg-obj > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center;
  }
  section.service .cntr.bg .bg-obj.bg-02 {
    width: 240px;
    left: -4%;
    top: 36%;
  }
  section.service .cntr.bg .bg-obj.bg-03 {
    width: 320px;
    left: 11%;
    top: 7%;
  }
  section.service .cntr.bg .bg-obj.bg-04 {
    width: 440px;
    right: -5.5%;
    bottom: 4%;
  }
}
/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
/* ▒                모바일 가로형                ▒ */
/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
@media all and (max-width: 1024px) and (max-height: 416px) {
  section.vision .vision__title {
    top: 80px;
  }
}

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