/* color
================================================== */
/* font
================================================== */
/* font-size
================================================== */
/* u-inner
================================================== */
/* shadow
================================================== */
/* cubic-bezier
================================================== */
/* breakpoints
================================================== */
.lab-single {
  padding-top: clamp(32px, -3px + 8vw, 49px);
}
.lab-single-info {
  margin: 0 auto clamp(60px, 3px + 14vw, 125px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(40px, 3px + 12vw, 65px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.lab-single__professor-bubble {
  background: rgb(247, 177, 25);
  z-index: 10;
  padding: 2em;
  font-size: 1.6rem;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: rgb(255, 255, 255);
  position: absolute;
  left: clamp(-10px, 43% - 230px, 150px);
  top: -8px;
}
.lab-single__professor-bubble::after {
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  height: 17.3205080757px;
  width: 20px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: translate(0%, -25%) rotate(16deg);
          transform: translate(0%, -25%) rotate(16deg);
  background: rgb(247, 177, 25);
}
.lab-single__professor-bubble p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 500;
  line-height: 1.3;
}
.lab-single__professor-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lab-single__professor-profile {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.lab-single__professor-profile img {
  width: 100%;
  height: 60vw;
  max-width: 500px;
  max-height: 350px;
  margin: 0 auto;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lab-single__professor-profile span {
  font-weight: 500;
  font-size: 1.9rem;
  padding-top: 0.45em;
  display: inline-block;
}
.lab-single__professor-profile span span {
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 0.4em;
}
.lab-single__professor-subject, .lab-single__professor-keyword {
  width: 100%;
  font-size: 1.2rem;
  max-width: 500px;
  text-align: center;
}
.lab-single__professor-subject div, .lab-single__professor-keyword div {
  padding: 0.2em 1.15em;
  background: rgb(247, 241, 229);
  border-radius: 50px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.lab-single__professor-subject span, .lab-single__professor-keyword span {
  display: inline-block;
}
.lab-single__professor-subject span:not(:last-child), .lab-single__professor-keyword span:not(:last-child) {
  margin-right: 1em;
}
.lab-single__professor-subject {
  margin-bottom: 1.5em;
}
.lab-single__professor-keyword {
  margin-bottom: 2.5em;
}
.lab-single__professor-btn {
  max-width: 500px;
  width: 100%;
}
.lab-single__professor-btn a:first-child {
  margin-bottom: 1em;
}
.lab-single__research-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(20px, 3px + 6vw, 30px);
}
.lab-single__research-imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(20px, 3px + 6vw, 30px);
  width: 100%;
  padding-bottom: 20px;
}
.lab-single__research-img {
  width: 100%;
}
.lab-single__research-img img {
  width: 100%;
  height: 63vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.lab-single__research-img span {
  display: block;
  margin-top: 0.6em;
  font-size: 1.2rem;
}
.lab-single__research-theme {
  width: 100%;
}
.lab-single__research-theme-title {
  font-weight: 500;
  margin-bottom: 0.75em;
  font-size: clamp(1.6rem, 1rem + 1.5vw, 2.1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lab-single__research-theme-title img {
  margin-right: 0.6em;
  padding-bottom: 0.2em;
  width: 1.4em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.lab-single__research-theme-list {
  width: 100%;
}
.lab-single__research-theme-list-item {
  width: 100%;
  padding: 1.3em 1.5em;
  background: rgb(247, 241, 229);
  border-radius: clamp(20px, 10px + 2.5vw, 40px);
  position: relative;
}
.lab-single__research-theme-list-item:not(:last-child) {
  margin-bottom: 1em;
}
.lab-single__research-theme-list-item span {
  position: absolute;
  color: rgb(255, 255, 255);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: block;
  background: rgb(88, 66, 50);
  left: -0.4em;
  top: -0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lab-single__research-theme-list-item p {
  font-size: clamp(1.6rem, 1rem + 1.5vw, 2rem);
  font-weight: 500;
}
.lab-single-message-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: -45px;
  z-index: 10;
}
.lab-single-message-head-img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 7px solid rgb(247, 241, 229);
}
.lab-single-message-head-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 139px;
  height: 139px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lab-single-message-content {
  width: 100%;
  padding: 60px clamp(25px, 5vw - 5px, 55px) clamp(30px, 5vw, 60px) clamp(30px, 5vw, 60px);
  border-radius: clamp(20px, 10px + 2.5vw, 40px);
  background: rgb(247, 241, 229);
}

@media all and (min-width: 480px) {
  .lab-single__research-theme-list-item {
    padding: clamp(20px, 10px + 2.5vw, 35px) clamp(25px, 15px + 2.5vw, 40px);
  }
  .lab-single__professor-profile > span {
    font-size: 2.1rem;
  }
  .lab-single__professor-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3%;
  }
  .lab-single__professor-btn a {
    width: 48.5%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media all and (min-width: 650px) {
  .lab-single__research-imgarea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3%;
  }
  .lab-single__research-img {
    width: 48.5%;
  }
  .lab-single__research-img img {
    height: 30vw;
  }
  .lab-single__research-theme-list-item span {
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
  }
}
@media all and (min-width: 900px) {
  .lab-single {
    padding-top: clamp(70px, -3px + 8vw, 120px);
  }
  .lab-single-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(65px, 3px + 7vw, 115px);
  }
  .lab-single__professor {
    padding-top: clamp(90px, 20px + 15vw, 120px);
    padding-bottom: clamp(90px, 20px + 15vw, 120px);
    margin-top: clamp(-120px, -20px - 15vw, -90px);
    min-width: 270px;
    position: sticky;
    top: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .lab-single__professor-bubble {
    top: clamp(82px, 12px + 15vw, 112px);
    width: 75px;
    height: 75px;
    font-size: 1.7rem;
  }
  .lab-single__professor-profile img {
    height: 270px;
    border-radius: clamp(20px, 5vw - 25px, 40px);
  }
  .lab-single__professor-subject, .lab-single__professor-keyword {
    text-align: left;
  }
  .lab-single__professor-subject span, .lab-single__professor-keyword span {
    padding: 0 0.4em;
  }
  .lab-single__professor-btn {
    display: block;
  }
  .lab-single__professor-btn a {
    width: 100%;
  }
  .lab-single__research-img img {
    border-radius: clamp(20px, 5vw - 25px, 40px);
    height: calc(28.7vw - 107px);
    max-height: 357px;
  }
}