@charset "UTF-8";

/* Scope legacy 1page content styles to dep_01/1300 only */
.container.D1300 .bioall-1300-scope .contents.D1100 section.sect01 {
  position: relative;
  padding: 6rem 0 0;
}

.container.D1300 .bioall-1300-scope .contents.D1100 section.sect01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30rem;
  background: linear-gradient(90deg, rgba(0, 45, 122, 1) 0%, rgba(0, 204, 255, 1) 100%);
  z-index: 0;
}

.container.D1300 .bioall-1300-scope .contents.D1100 section.sect01::after {
  content: "";
  position: absolute;
  right: -7rem;
  top: 1rem;
  width: 30rem;
  height: 30rem;
  background: url("/fro_end_bioall/img/sub/ys-symbol.png") center/contain no-repeat;
  opacity: 0.1;
  z-index: 0;
}

.container.D1300 .bioall-1300-scope .contents.D1100 .greet-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  z-index: 1;
}

.container.D1300 .bioall-1300-scope .contents.D1100 .greet-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 26rem;
  height: 32rem;
  border-radius: 1rem;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 1px 0 inset, rgba(50, 50, 93, 0.25) 0 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0 30px 60px -30px;
  background: #000;
  overflow: hidden;
  z-index: 2;
}

.container.D1300 .bioall-1300-scope .contents.D1100 .greet-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.container.D1300 .bioall-1300-scope .contents.D1100 .greet-cont {
  width: 64%;
  padding-top: 8rem;
}

.container.D1300 .bioall-1300-scope .contents.D1100 .greet-top {
  margin-bottom: 5rem;
}

.container.D1300 .bioall-1300-scope .contents.D1100 .greet-bot {
  padding-top: 2rem;
}

.container.D1300 .bioall-1300-scope .contents.D1100 .greet-top p {
  color: #fff;
}

.container.D1300 .bioall-1300-scope .contents.D1100 .gt-big {
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}

.container.D1300 .bioall-1300-scope .contents.D1100 .gt-small {
  margin-top: 2.5rem;
  font-family: "Pretendard-Light", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.3px;
}

.container.D1300 .bioall-1300-scope .contents.D1100 .greet-txt {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.6;
  word-break: keep-all;
}

.container.D1300 .bioall-1300-scope .contents.D1100 .greet-bot .greet-txt:first-child {
  margin-top: 0;
}

.container.D1300 .bioall-1300-scope .contents.D1100 .greet-txt-bot {
  width: 100%;
}

.container.D1300 .bioall-1300-scope .contents.D1100 .greet-name {
  margin-top: 5rem;
  font-family: "Pretendard-ExtraBold", sans-serif;
  font-size: 2rem;
}

.container.D1300 .bioall-1300-scope .contents.D1100 .greet-name .small {
  display: inline-block;
  margin-right: 1rem;
  font-family: "Pretendard-Light", sans-serif;
  font-size: 1.25rem;
  color: #777;
}

@media screen and (max-width: 1280px) {
  .container.D1300 .bioall-1300-scope .contents.D1100 section.sect01::before {
    height: 23rem;
  }

  .container.D1300 .bioall-1300-scope .contents.D1100 section.sect01::after {
    top: -5rem;
  }

  .container.D1300 .bioall-1300-scope .contents.D1100 .greet-img {
    width: 24rem;
    height: 28rem;
  }

  .container.D1300 .bioall-1300-scope .contents.D1100 .greet-cont {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 1024px) {
  .container.D1300 .bioall-1300-scope .contents.D1100 section.sect01::before {
    height: 18rem;
  }

  .container.D1300 .bioall-1300-scope .contents.D1100 section.sect01::after {
    width: 25rem;
    height: 25rem;
  }

  .container.D1300 .bioall-1300-scope .contents.D1100 .greet-img {
    width: 19rem;
    height: 23rem;
  }

  .container.D1300 .bioall-1300-scope .contents.D1100 .greet-cont {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .container.D1300 .bioall-1300-scope .contents.D1100 section.sect01 {
    margin-top: 10rem;
    padding: 0;
  }

  .container.D1300 .bioall-1300-scope .contents.D1100 section.sect01::before {
    height: 28rem;
  }

  .container.D1300 .bioall-1300-scope .contents.D1100 section.sect01::after {
    top: 3rem;
  }

  .container.D1300 .bioall-1300-scope .contents.D1100 .greet-img {
    width: 50%;
    height: 24rem;
    top: -8rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .container.D1300 .bioall-1300-scope .contents.D1100 .greet-cont {
    width: 100%;
    margin-top: 18rem;
  }

  .container.D1300 .bioall-1300-scope .contents.D1100 .gt-big,
  .container.D1300 .bioall-1300-scope .contents.D1100 .gt-small {
    text-align: center;
  }

  .container.D1300 .bioall-1300-scope .contents.D1100 .greet-name {
    text-align: center;
    padding-top: 2rem;
    margin-top: 2rem;
    font-size: 1.6rem;
    border-top: 1px solid #ddd;
  }

  .container.D1300 .bioall-1300-scope .contents.D1100 .greet-name .small {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}
