@charset "UTF-8";
@import "font.css";
.md-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.md-icons.md-18 {
  font-size: 18px;
}
.md-icons.md-24 {
  font-size: 24px;
}
.md-icons.md-36 {
  font-size: 36px;
}
.md-icons.md-48 {
  font-size: 48px;
}
/*Bilix style*/
html,
body {
  height: 100%;
  background-color: #000;
}
body {
  font-family: 'Noto Sans KR';
  background-size: cover;
}
.body-1 {
  background: url('../images/slide-1-bg.jpg') no-repeat center center;
  transition: all .5s;
}
.body-2 {
  background: url('../images/slide-2-bg.jpg') no-repeat center center;
  transition: all .5s;
}
.body-2 .carousel {
  border-color: #40189B;
}
.body-3 {
  background: url('../images/slide-3-bg.jpg') no-repeat center center;
  transition: all .5s;
}
.body-4 {
  background: url('../images/slide-4-bg.jpg') no-repeat center center;
  transition: all .5s;
}
.body-5 {
  background: url('../images/slide-5-bg.jpg') no-repeat center center;
  transition: all .5s;
}
.body-5 .carousel {
  border-color: #40189B;
}
.wrapper {
  position: absolute;
  width: 1226px;
  height: 800px;
  left: 50%;
  top: 50%;
  margin-left: -613px;
  margin-top: -400px;
}
.carousel {
  padding: 12px;
  background-color: #fff;
  border: 8px solid #185B9B;
}
.carousel-inner {
  width: 1186px;
  height: 760px;
  background-color: #fff;
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.2);
}
.carousel-control {
  width: 36px;
}
.carousel-control.left {
  left: -44px;
  background-image: none;
}
.carousel-control.left .md-icons {
  left: 50%;
  margin-left: -22px;
}
.carousel-control.right {
  right: -44px;
  background-image: none;
}
.carousel-control.right .md-icons {
  right: 50%;
  margin-right: -22px;
}
.carousel-control .md-icons {
  position: absolute;
  top: 50%;
  z-index: 5;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  font-size: 44px;
}
.carousel-indicators {
  bottom: -40px;
}
.slide-1.active .people {
  opacity: 1;
  transform: translateY(0px);
  transition: all .5s;
}
.slide-2 h1 span {
  color: #2E2E2E;
}
.slide-2 .content h3 {
  max-width: 460px;
}
.slide-2.active .bilirubin {
  opacity: 1;
  transform: translateX(0px);
  transition: all .5s;
}
.slide-3.active .drug {
  opacity: 1;
  transform: translateY(0px);
  transition: all .5s;
}
.slide-4.active .nanoparticle {
  opacity: 1;
  transform: translateX(0px);
  transition: all .5s;
}
.slide-5 .item-inner {
  width: auto;
  height: 440px;
  right: 40px;
}
.slide-5.active .applications {
  opacity: 1;
  transform: translateX(0px);
  transition: all .5s;
}
.slide-5.active .applications-area {
  opacity: 1;
  transform: translateY(0px);
  transition: all .5s .2s;
}
.item-inner {
  position: absolute;
  left: 40px;
  top: 300px;
  width: 550px;
  z-index: 1;
}
.item-inner h1 {
  color: #0FB1B4;
  font-size: 2.2rem;
  line-height: 1.2;
}
.item-inner h3 {
  padding-bottom: 8px;
  max-width: 500px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #2E2E2E;
  border-bottom: 1px solid #dadada;
}
.item-inner h4 {
  font-size: 1.4rem;
}
.item-inner .content {
  margin-top: 20px;
}
.logo {
  position: absolute;
  left: 60px;
  top: 50px;
  z-index: 1;
}
.logo img {
  width: 180px;
}
.people {
  position: relative;
  transform: translateY(-50px);
  opacity: 0;
}
.people ul {
  margin: 40px 0 0;
  padding: 0;
}
.people li {
  float: left;
  width: 130px;
  margin: 0 20px;
  list-style: none;
}
.people li img {
  max-width: 100%;
}
.people li span {
  display: block;
}
.people li span:not(.name) {
  font-size: 1.2rem;
  color: #707070;
}
.bilirubin {
  position: absolute;
  bottom: 20px;
  right: 10px;
  transform: translateX(80px);
  opacity: 0;
}
.drug {
  position: relative;
  transform: translateY(80px);
  opacity: 0;
}
.nanoparticle {
  position: absolute;
  top: 40px;
  left: 45%;
  transform: translateX(80px);
  opacity: 0;
}
.patent {
  position: absolute;
  top: 140px;
  right: 10px;
  width: 500px;
  z-index: 1;
}
.patent dt {
  margin: 5px 0;
}
.patent dd {
  font-size: 1.3rem;
}
.effective ul {
  padding-left: 30px;
}
.effective li {
  margin-bottom: 3px;
}
.effective > div:first-child {
  margin-bottom: 10px;
}
.effective .title {
  float: left;
  padding: 0 10px;
  width: 92px;
  height: 110px;
  background-color: #F1F3F5;
}
.effective .title h4 {
  line-height: 1.3;
}
.effective .title.title-1 {
  height: 190px;
}
.effective .text-list {
  margin-left: 100px;
}
.effective .text-list p {
  letter-spacing: -0.5px;
}
.effective .text-list li {
  font-size: 1.2rem;
}
.applications {
  position: absolute;
  top: 100px;
  right: 20px;
  transform: translateX(80px);
  opacity: 0;
}
.applications-area {
  position: absolute;
  right: 120px;
  bottom: 10px;
  transform: translateY(80px);
  opacity: 0;
}
.applications h3 {
  float: left;
  padding-left: 10px;
  border-bottom: 0;
}
.applications h3:nth-child(1) {
  width: 250px;
}
.applications h3:nth-child(2) {
  width: 250px;
}
.applications h3:nth-child(3) {
  width: 300px;
}
.applications h3 em {
  display: inline-block;
  margin-right: 10px;
  font-size: 3.6rem;
  color: #AFAFAF;
}
.applications h3 span {
  display: inline-block;
  font-size: 2.0rem;
  color: #747474;
}
