@charset "UTF-8";

/* main */
.img-area .bg {
  background: linear-gradient(180deg, rgba(24, 52, 95, 0) 0%, #18345f 100%);
}

/* keyword */
#keyword .width-wrap .box-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 80px;
}
#keyword .width-wrap .box-area .box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px 40px;
  box-sizing: border-box;
  background: #f9f9f9;
  transition: all 0.25s linear;
}
#keyword .width-wrap .box-area .box > h5 {
  color: #d2d2d2;
  position: absolute;
  right: 40px;
  bottom: 15px;
  transition: all 0.25s linear;
}
#keyword .width-wrap .box-area .box > p {
  margin-bottom: 24px;
}
#keyword .width-wrap .box-area .box > p,
#keyword .width-wrap .box-area .box .text-zone {
  opacity: 0;
}
#keyword .width-wrap .box-area .box .text-zone p:first-child {
  margin-bottom: 12px;
}
#keyword .width-wrap .box-area .box:hover {
  background: var(--po);
}
#keyword .width-wrap .box-area .box:hover > p,
#keyword .width-wrap .box-area .box:hover .text-zone {
  opacity: 1;
}
#keyword .width-wrap .box-area .box:hover > h5 {
  opacity: 0;
}

/* banner */
#banner {
  background: url("/media/img/screen/bg_about_banner.jpg") 50% / cover no-repeat;
}
#banner .width-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
}
#banner .width-wrap .text-zone p:first-child {
  margin-bottom: 26px;
}

/* ani */
#ani {
  overflow: hidden;
  height: 100vh;
}
#ani .light {
  position: absolute;
  left: -366px;
  top: -309px;
  width: 815px;
  aspect-ratio: 1 / 1;
  border-radius: 1000px;
  background: #1fa3c4;
  filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  opacity: 0;
}
#ani .width-wrap {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
#ani .width-wrap .box {
  position: relative;
}
#ani .width-wrap .box p {
  position: relative;
  width: fit-content;
  color: var(--black-op1);
}
#ani .width-wrap .box p.fill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  transition: all 0.3s;
}
#ani .width-wrap .box p.fill span {
  color: var(--black);
  white-space: nowrap;
  line-height: 140%;
}
#ani .width-wrap .box svg {
  position: absolute;
  right: 0;
  transform: translate(200%, 50%);
  opacity: 0;
}

/* info */
#info {
  overflow: hidden;
  background: var(--black);
}
#info .width-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  z-index: 1;
}
#info .width-wrap .info-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 0;
}
#info .width-wrap .info-area li {
  min-width: 250px;
}
#info .width-wrap .info-area li.col1 {
  grid-column: -1 / 1;
}
#info .width-wrap .info-area li.col-2-end {
  grid-column: -1 / 2;
}
#info .width-wrap .info-area li p:first-child,
#info .width-wrap .info-area li a {
  color: #b7b7b7;
}
#info .width-wrap .info-area li p:last-child {
  margin-top: 6px;
}
#info .width-wrap .info-area li a {
  display: flex;
  align-items: flex-start;
  width: fit-content;
}
#info .light {
  width: 209px;
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 603px;
  bottom: -82px;
  border-radius: 1000px;
  background: #1fa3c4;
  filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

/* responsive */
@media all and (max-width: 1600px) {
  #ani .width-wrap .box p {
    font-size: 115px;
    letter-spacing: -4.5px;
  }
  #ani .width-wrap .box svg {
    transform: translate(200%, 33%);
    width: 90px;
  }
}
@media all and (max-width: 1300px) {
  #ani .width-wrap .box p {
    font-size: 88px;
    letter-spacing: -4px;
  }
  #ani .width-wrap .box svg {
    transform: translate(190%, 20%);
    width: 70px;
  }
}
@media all and (max-width: 1040px) {
  #info .width-wrap .info-area {
    grid-template-columns: repeat(3, 1fr);
  }
  #info .width-wrap .info-area li {
    min-width: 185px;
  }
  #info .width-wrap .info-area li.col-2-end {
    grid-column: -1 / 1;
  }
}
@media all and (max-width: 1000px) {
  #keyword .width-wrap .box-area {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 40px auto 0;
  }

  #banner {
    background: url("/media/img/screen/bg_about_banner.jpg") 35% / cover
      no-repeat;
  }
  #banner .width-wrap .text-zone p:last-child {
    font-size: 28px;
  }

  #ani,
  #ani .width-wrap {
    height: auto;
  }
  #ani .light {
    left: -195px;
    top: -219px;
    width: 400px;
  }
  #ani .width-wrap .box p {
    font-size: 51px;
    letter-spacing: -2.25px;
  }
  #ani .width-wrap .box svg {
    transform: translate(180%, -12%);
    width: 40px;
  }

  #info {
    background: var(--white);
  }
  #info .width-wrap .info-area li p:last-child {
    color: var(--black);
  }
}
@media all and (max-width: 600px) {
  #ani .light {
    left: -127px;
    top: -130px;
    width: 300px;
    filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }
  #ani .width-wrap .box p {
    font-size: 38px;
    letter-spacing: -1.5px;
  }
  #ani .width-wrap .box svg {
    transform: translate(180%, -21%);
    width: 26px;
  }
}
@media all and (max-width: 655px) {
  #info .width-wrap {
    grid-template-columns: auto;
  }
  #info .width-wrap .info-area {
    width: fit-content;
    grid-template-columns: repeat(2, auto);
  }
  #info .width-wrap .info-area li {
    min-width: auto;
  }
  #info .width-wrap .info-area li a svg {
    aspect-ratio: 1 / 1;
    width: 10px;
  }
}
@media all and (max-width: 500px) {
  #keyword .width-wrap .box-area {
    margin: 28px auto 0;
  }
  #keyword .width-wrap .box-area .box {
    padding: 20px;
  }
  #keyword .width-wrap .box-area .box > h5 {
    font-size: 28px;
    letter-spacing: -1.12px;
  }
  #keyword .width-wrap .box-area .box .text-zone p:first-child {
    margin-bottom: 10px;
  }

  #banner .width-wrap .text-zone p:first-child {
    font-size: 14px;
    letter-spacing: -0.56px;
    margin-bottom: 14px;
  }
  #banner .width-wrap .text-zone p:last-child {
    font-size: 20px;
    letter-spacing: -0.8px;
  }

  #ani .light {
    left: 0;
    top: -49px;
    width: 166px;
    filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    transform: translateX(-50%);
  }
  #ani .width-wrap .box p {
    font-size: 32px;
    letter-spacing: -1.28px;
  }
  #ani .width-wrap .box svg {
    transform: translate(205%, -25%);
    width: 15px;
  }

  #info .light {
    width: 121px;
    left: auto;
    bottom: -82px;
    filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    right: -20px;
  }
  #info .width-wrap .info-area {
    gap: 20px 0;
  }
  #info .width-wrap .info-area li p:first-child {
    font-size: 12px;
    letter-spacing: -0.48px;
  }
}
