@charset "UTF-8";
.photo__fullSlider div.rndPhoto .laboratory--bg {
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/rnd/bg_laboratory.jpg");
}
.photo__fullSlider div.rndPhoto .desc {
  padding-left: 50px;
}
.photo__fullSlider div.rndPhoto p em {
  display: block;
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 56px;
  z-index: 9;
  padding-top: 20px;
  border-top: 1px solid #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .photo__fullSlider div.rndPhoto .desc {
    height: calc(100vh - 110px);
    height: calc(100svh - 110px);
    padding: 0 clamp(16px, 4.88vw, 50px);
  }
  .photo__fullSlider div.rndPhoto .desc p {
    font-size: 18px;
    font-weight: 600;
    line-height: 172%;
  }
  .photo__fullSlider div.rndPhoto .desc p span {
    display: block;
  }
  .photo__fullSlider div.rndPhoto .desc p em {
    left: 16px;
    right: 16px;
    bottom: 21px;
    padding-top: 16px;
    font-size: 10px;
    font-weight: 600;
  }
}

.laboratory--info {
  align-items: flex-start;
  padding-top: clamp(116px, 10.7vw, 178px);
  max-width: 1767px;
}
.laboratory--info h3 {
  padding-bottom: clamp(56px, 4vw, 68px);
  font-size: clamp(18px, 3.2vw, 42px);
  font-weight: 600;
  line-height: 166%;
}
.laboratory--info h3 span {
  display: inline-block;
}
.laboratory--info ul {
  width: 100%;
  max-width: 1667px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(24px, 3vw, 49px);
}
.laboratory--info ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(5px, 1.04vw, 8px);
}
.laboratory--info ul li picture {
  width: 100%;
  max-width: 380px;
  height: clamp(275px, 28vw, 464px);
  overflow: hidden;
}
.laboratory--info ul li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.laboratory--info ul li h4 {
  padding-top: clamp(15px, 2.5vw, 32px);
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 600;
  line-height: 157%;
}
.laboratory--info ul li p {
  font-size: clamp(14px, 1.7vw, 22px);
  font-weight: 400;
  line-height: 172%;
}
@media screen and (max-width: 1024px) {
  .laboratory--info ul {
    flex-wrap: wrap;
    gap: 48px;
  }
  .laboratory--info ul li {
    flex: 0 1 calc(50% - 24px);
  }
}
@media screen and (max-width: 520px) {
  .laboratory--info ul {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 40px;
  }
  .laboratory--info ul li {
    flex-basis: 100%;
    width: 242px;
  }
  .laboratory--info ul li h4 {
    line-height: 120%;
  }
}
@media screen and (max-width: 767px) {
  .laboratory--info h3 span {
    display: block;
  }
  .laboratory--info h3 br {
    display: none;
  }
}

.rnd__partner {
  padding-top: clamp(148px, 13.4vw, 240px);
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(32px, 5vw, 50px);
}

.partner_scroll_wrap {
  width: 100%;
  overflow: hidden;
}

.partner_scroll_left {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
  width: fit-content;
  height: 56px;
  animation: scrollLeft 280s linear infinite;
}
.partner_scroll_left img {
  max-width: fit-content;
  height: 100%;
  flex-shrink: 0;
}

.partner_scroll_right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
  width: fit-content;
  height: 76px;
  animation: scrollRight 280s linear infinite;
}
.partner_scroll_right img {
  max-width: fit-content;
  height: 100%;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .partner_scroll_left {
    animation: scrollLeft 360s linear infinite;
  }
  .partner_scroll_right {
    animation: scrollRight 360s linear infinite;
  }
}
@media screen and (max-width: 767px) {
  .partner_scroll_left {
    height: 38px;
  }
  .partner_scroll_right {
    height: 52px;
  }
}
/* 마우스 호버 시 애니메이션 일시정지 */
/*
.partner_scroll_wrap:hover .partner_scroll_left,
.partner_scroll_wrap:hover .partner_scroll_right {
    animation-play-state: paused;
}
*/
/* 애니메이션 정의 */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 40px));
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(calc(-50% - 40px));
  }
  100% {
    transform: translateX(0);
  }
}
.patent__summary {
  width: 100%;
}
.patent__summary ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: clamp(12px, 1.45vw, 24px);
  width: 100%;
  padding: clamp(24px, 3.3vw, 55px);
}
.patent__summary ul li {
  flex: 0 1 calc(33% - 16px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(12px, 1.45vw, 24px);
}
.patent__summary ul li picture {
  max-width: 384px;
  max-height: 384px;
  width: 100%;
  overflow: hidden;
}
.patent__summary ul li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.patent__summary ul li h3 {
  padding-top: clamp(24px, 3vw, 48px);
  font-size: clamp(20px, 2.5vw, 42px);
  font-weight: 600;
  line-height: 100%;
}
.patent__summary ul li p {
  font-size: clamp(36px, 3.1vw, 52px);
  font-weight: 600;
  line-height: 100%;
  color: #00B6C6;
}
@media screen and (max-width: 520px) {
  .patent__summary ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
  }
  .patent__summary ul li {
    flex: 0 1 100%;
    justify-content: center;
    align-items: center;
  }
  .patent__summary ul li picture {
    max-width: 208px;
    max-height: 212px;
  }
  .patent__summary ul li h3 {
    font-size: 20px;
  }
  .patent__summary ul li p {
    font-size: 36px;
  }
}

.patentList__wrap {
  align-items: flex-start;
}

.patent__list {
  width: 100%;
  padding-top: clamp(20px, 2vw, 32px);
}
.patent__list ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.patent__list ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(16px, 1.4vw, 20px);
  width: 100%;
  padding: clamp(16px, 2vw, 32px) 0;
  border-bottom: 1px solid #ccc;
}
.patent__list ul li h4 {
  flex: 0 1 clamp(110px, 16.9vw, 260px);
  font-size: clamp(14px, 1.3vw, 22px);
  font-weight: 600;
  line-height: 140%;
}
.patent__list ul li p {
  flex: 0 1 calc(100% - clamp(110px, 15.4vw, 260px));
  font-size: clamp(14px, 1.3vw, 22px);
  font-weight: 400;
  line-height: 140%;
}

@media screen and (max-width: 767px) {
  html[lang=zh-CN] #contents .patent__list ul li p {
    word-break: break-all;
  }
  html[lang=zh-CN] #contents .patent__list ul li h4 {
    word-break: break-all;
  } 
}
.resources__wrap {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  padding-top: 26px;
}

.resources__title {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 9;
  padding-bottom: clamp(16px, 1.9vw, 25px);
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.resources__list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(200px, 25vw, 340px);
  width: 100%;
  padding-top: 30px;
}
.resources__list li {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(10px, 1.9vw, 26px);
  width: 100%;
  height: clamp(480px, 47.5vw, 646px);
  padding-right: clamp(350px, 52vw, 700px);
}
.resources__list li h4 {
  font-size: clamp(20px, 3vw, 42px);
  font-weight: 600;
  line-height: 100%;
}
.resources__list li .summary {
  padding-bottom: 24px;
  font-size: clamp(16px, 1.9vw, 26px);
  font-weight: 600;
  line-height: 176%;
}
.resources__list li p {
  font-size: clamp(14px, 1.6vw, 22px);
  font-weight: 400;
  line-height: 172%;
}
.resources__list li p span {
  display: block;
}
@media screen and (max-width: 1360px) {
  .resources__list li p span {
    display: inline;
  }
}
.resources__list li .btn--resources {
  flex: none;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  /*
  .btnCom__normal {
      width: clamp(156px, 16.17vw, 220px);  //1360
      height: clamp(44px, 4.8vw, 66px);
      @include font(clamp(14px, 1.3vw, 18px), 400, 100%);
  }
  */
}
.resources__list li picture {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: clamp(242px, 38vw, 524px);
  height: 100%;
  overflow: hidden;
}
.resources__list li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resources__list.bio__list li {
  padding-right: 0;
  padding-left: clamp(266px, 45vw, 614px);
}
.resources__list.bio__list li picture {
  left: 0;
  right: auto;
}
@media screen and (max-width: 767px) {
  .resources__list {
    gap: 160px;
  }
  .resources__list li {
    padding-right: 0;
    height: auto;
  }
  .resources__list li p:not(.summary) {
    width: 70%;
    min-width: 242px;
    align-self: flex-end;
  }
  .resources__list li picture {
    position: static;
    width: 70%;
    min-width: 242px;
    height: 276px;
    right: auto;
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .resources__list li .btn--resources {
    width: 70%;
    min-width: 242px;
    align-self: flex-end;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 48px;
    gap: 26px;
  }
  .resources__list.bio__list li {
    padding-left: 0;
  }
  .resources__list.bio__list li picture {
    left: auto;
  }
}

#resourcesWrap {
  padding-bottom: clamp(100px, 26.2vw, 360px);
}
