/* screen - type-au95motion-demou952 */

.type-au95motion-demou952 {
  align-items: flex-start;
  background: linear-gradient(180deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
  background-color: rgba(255,255,255,1.0);
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.type-au95motion-demou952 .visual {
  align-self: stretch;
  background-color: var(--black-2);
  background-image: url(../img/visual.png);
  background-position: 50% 50%;
  background-size: cover;
  /* min-height: 56.3vw; */
  position: relative;
  width: 100%;
  /* height: 100vh;
  overflow: hidden; */
}

.type-au95motion-demou952 .overlap-group {
  height: 56.3vw;
  position: relative;
  width: 100%;
}
.type-au95motion-demou952 .detail-sect {
  min-height: 26.3vw;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11.5vw 11.5vw 0;
}
.type-au95motion-demou952 .top-hero {
  width: 100%;
  position: relative;
}
.type-au95motion-demou952 .con-grid {
  /* min-height: 56.3vw; */
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 35% 58%;
  gap: 7%;
}

.type-au95motion-demou952 .video {
  height: 56.3vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.type-au95motion-demou952 .info-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.type-au95motion-demou952 .txt {
  padding-top: calc(var(--vwbg) * 19);
  gap: 32px;
  width: 77%;
}
.dr-zoom-in {
  animation: banner-zoom 1.5s ease 0s 1;
  transform-origin: left;
  animation-delay: 0.8s;
  animation-fill-mode: both;
}
@keyframes banner-zoom {
  0%{opacity: 0; transform: scale(1.1);}
  100%{opacity: 1; transform: scale(1);}
}

.type-au95motion-demou952 .elysium-bio {
  color: var(--white);
  font-weight: 800;
  font-size: calc(var(--vw) * 4.43);
  position: relative;font-size: calc(var(--vw)* 5.54);
  line-height: 1.1;
  padding-top: 0.3rem;
  padding-bottom: calc(var(--vwbg)* 1.4);
}

.type-au95motion-demou952 .line-1 {
  height: 2px;
  object-fit: cover;
  position: relative;
  width: 43.9vw;
}

.type-au95motion-demou952 .text-32 {
  color: var(--white);
  font-weight: 400;
  line-height: 27px;
  position: relative;
  font-size: calc(var(--vw) * 1.25);
  padding-top: calc(var(--vwbg) * 2.0);
}

.type-au95motion-demou952 .scroll-down {
  align-items: center;
  display: flex;
  gap: 8px;
  position: relative;
  padding-top: calc(var(--vwbg) * 10.9);
}

.type-au95motion-demou952 .scroll-down .scroll-click {
  align-items: center;
  display: flex;
  cursor: pointer;
  padding: 8px 15px;
  border: 1px solid #ffffff;
  border-radius: 30px;
}

.type-au95motion-demou952 .scroll-down .text {
  font-size: calc(var(--vw) * 1.1);
  font-weight: 400;
  color: #ffffff;
}
.type-au95motion-demou952 .scroll-down .arrow {
  /* width: calc(var(--vw) * 1.5); */
  height: calc(var(--vw) * 1.1);
  padding-left: calc(var(--vw) * 0.55);
}

.type-au95motion-demou952 .header {
  align-items: center;
  background-color: transparent;
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); */
  display: flex;
  min-height: calc(3rem + 2.5vw);
  justify-content: space-between;
  left: 0;
  padding: 0px 11.4vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
  
.type-au95motion-demou952 .soft-shadow {
  box-shadow: 0px 4px 4px hsla(0, 0%, 0%, 0.08);
}

.type-au95motion-demou952 .logo_whit, .type-au95motion-demou952 .logo_blue {
  /* height: 40px; */
  position: relative;
  width: calc(4vw + 3.6rem);
}

.type-au95motion-demou952 .business-objectives {
  color: var(--eerie-black);
  font-family: var(--font-family-pretendard-bold);
  font-size: calc(var(--vw) * 2.79);
  font-weight: 700;
  align-self: stretch;
  letter-spacing: 0;
  position: relative;
  letter-spacing: 0;
  line-height: calc(var(--vw) * 3.2);
}

.type-au95motion-demou952 .business-text {
  align-self: stretch;
  color: var(--shuttle-gray);
  font-weight: 600;
  position: relative;
  padding-top: 0.7vw;
  line-height: 1.4;
  font-size: calc(var(--vw) * 1.107);
  transform: scale(1, 1.1);
}
.type-au95motion-demou952 .text {
  align-self: stretch;
  color: var(--shuttle-gray);
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.type-au95motion-demou952 .cont {
  /* align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto; */
  /* grid-template-columns: calc(25% -18px) calc(25% -18px) calc(25% -18px) calc(25% -18px); */
  display: grid;
  grid-template-columns: 23.34% 23.35% 23.38% 23.5%;
  gap: 24px;
  position: relative;
  width: 100%;
  padding: 1.6rem 0 3.2vw;
}

.type-au95motion-demou952 .cont-item {
  align-items: center;
  background-color: var(--white);
  border-radius: 1vw 1vw 5.5vw 1vw;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
  justify-content: center;
  justify-content: center;
  padding: 36px 24px;
  /* padding-bottom: calc(20px + 4.5vw); */
  position: relative;
  margin-top: 0.7vw;
  min-height: 342px;
}

.type-au95motion-demou952 .frame-28 {
  background-color: var(--cararra);
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  height: 11.5vw;
  width: 11.5vw;
}

.type-au95motion-demou952 .frame-28 img {
  height: 100%;
  width: 100%;
}


.type-au95motion-demou952 .business-card-text {
  color: var(--eerie-black);
  font-weight: 400;
  position: relative;
  /* white-space: nowrap; */
  padding-top: calc(var(--vw) * 0.9);
  font-size: calc(var(--vw) * 1);
}

.elysium-bio-history-topic {
  color: #17191E;
  font-family: var(--font-family-pretendard-bold);
  font-size: calc(var(--vw) * 2.79);
  font-style: normal;
  font-weight: 700;
  align-self: stretch;
  letter-spacing: 0;
  position: relative;
}
.elysium-bio-history-brief{
  padding-top: calc(var(--vw) * 0.9);
  padding-bottom: calc(var(--vw) * 2);
  font-size: calc(var(--vw) * 1.11);
  line-height: 1.5;
  color: var(--shuttle-gray)
}

.type-au95motion-demou952 .title {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}
.section2 .slider-wrapper, .slider-wrapper2{
  max-height: 60vh;
  overflow: hidden;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  opacity: 0;
}

.type-au95motion-demou952 .cont-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: calc(var(--vw) * 1.7);
  margin-right: -2078.00px;
  position: relative;
  padding: 1.8vw 0;
}

.type-au95motion-demou952 .cont-item-1 {
  align-items: center;
  align-self: stretch;
  gap: calc(var(--vw) * 0.8);
  width: calc(120px + 12.33vw);
}

.type-au95motion-demou952 .frame-29 {
  align-self: stretch;
  background-color: var(--white);
  border-radius: 1.2vw;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.type-au95motion-demou952 .frame-29 img {
  width: 100%;
  object-fit: cover;
}

.phone {
  align-self: stretch;
  color: var(--shuttle-gray);
  font-weight: 600;
  font-size: calc(var(--vw) * 1.0);
  padding-top: calc(var(--vw) * 1.3);
  padding-bottom: calc(var(--vw) * 0.2);
  position: relative;
}

.type-au95motion-demou952 .sub-text {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 600;
  font-size: calc(var(--vw) * 1.11);
  padding-top: calc(var(--vw) * 0.1);
  line-height: 1.45;
  position: relative;
}

.type-au95motion-demou952 .u-dvld5-ioqa-hz-uy-erl-lpk9-jpd2-mw-1 {
  height: 280px;
  left: -39px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 424px;
}

.type-au95motion-demou952 .text-37 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.type-au95motion-demou952 .text-38 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.type-au95motion-demou952 .x1 {
  height: 280px;
  left: -81px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 430px;
}


.type-au95motion-demou952 .image_readtop_2018_3 {
  height: 280px;
  left: -73px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 414px;
}

.type-au95motion-demou952 .img {
  background-image: url(../img/img.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.type-au95motion-demou952 .elysium-bio-4-text {
  align-self: stretch;
  position: relative;
  font-size: calc(var(--vw) * 2.78);
}

.type-au95motion-demou952 .elysium-bio-4-sub-text {
  font-size: calc(var(--vw) * 0.975);
  font-weight: 400;
  padding-top: calc(var(--vw) * 0.97);
  line-height: 1.5;
  transform: scale(1, 1.05);
}

.type-au95motion-demou952 .con2-case {
  position: relative;
  width: 100%;
}

.type-au95motion-demou952 .con2 {
  position: relative;
  width: 100%;
  overflow: auto;
  padding: 0 11.4vw;
}

.con2 .personnel-holder{
  align-items: center;
  display: inline-flex;
  padding: 4.6vw 0 1vw;
  flex: 0 0 auto;
  gap: 40px;
  min-width: 100%;
}

.type-au95motion-demou952 .con2::-webkit-scrollbar {
  display: none;
}

.con2 .personnel-card{
  width: 366px;
  height: 442px;
  padding: 5rem 10px 1rem;
  background-color: #3E2F56;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  font-family: var(--font-family-pretendard-regular);
}
.personnel-card .imh{
  width: 164px;
  border-radius: 50%;
  border: 2px solid #A9CF42;
  margin-bottom: 1.05rem;
  overflow: hidden;
}
.personnel-card .imh img{
  width: 100%;
  height: 100%;
}
.personnel-card .ps-name{
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0.9rem;
}
.personnel-card .designation{
  color: #E5EAF4;
  font-weight: 400;
}
.con2 .hover-info{
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FBF4FF;
  color: #17191E;
  opacity: 0;
  transition: 0.3s;
  padding: 16px 20px;
}
.con2 .scroll-info{
  background-color: #FBF4FF;
  color: #17191E;
  text-align: left;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.con2 .scroll-info ul{
  margin-left: 1.45rem;
  list-style: disc;
}
.con2 .scroll-info ul li{
  line-height: 1.5;
  margin-bottom: 0.51rem;
}

.con2-case .controller{
  position: absolute;
  right: 11.4vw;
  top: -4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.controller .backward-circle,
.controller .forward-circle {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.3s ease;
  cursor: pointer;
}
.controller .backward-circle:hover,
.controller .forward-circle:hover {
  transform: scale(1.15);
  box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.3);
}
.controller .backward-circle:active,
.controller .forward-circle:active {
  background-color: #d9cfff;
}
.controller .backward-circle img,
.controller .forward-circle img {
  width: 13.33px;
}
.backward-circle.end, .forward-circle.end {
  background-color: #2e2226;
  pointer-events: none;
  filter: invert(100%);
}

.plus-icon{
  position: absolute;
  bottom: 16px;
  right: 20px;
  width: 24px;
  height: 24px;
  transition: 0.3s ease;
}
.plus-icon img{
  width: 100%;
}

.plus {
  width: calc(var(--vw) * 1.7);
  height: calc(var(--vw) * 1.7);
}

.frame-234 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
  position: relative;
}

.type-au95motion-demou952 .x198 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.type-au95motion-demou952 .title-1 {
  flex: 1;
  flex-grow: 1;
}

.type-au95motion-demou952 .section4 .floating-img {
  /* height: 400px; */
  left: 33.7vw;
  position: absolute;
  top: 2.5vw;
  width: 27.7vw;
}

.type-au95motion-demou952 .section4 .floating-img img {
  width: 100%;
}
.section4 .sect-4-title {
  padding: 4.1vw 0 2vw;
}
.section4 .sect-4-title .topic-text{
  font-family: var(--font-family-pretendard-bold);
  font-size: calc(var(--vw) * 2.78);
  color: var(--eerie-black);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}
.section4 .sect-4-title .sub-topic-text {
  padding-top: calc(var(--vw) * 0.8);
  padding-bottom: 0.7rem;
  font-size: calc(var(--vw) * 1.33);
  line-height: 1.45;
}

.section4-case{
  background-color: #ffffff;
  width: 100%;
}

.section5-case{
  padding: 6.35rem 11.5vw 2rem;
  width: 100%;
}
.ir-list-case{
  display: grid;
  grid-template-columns: calc(33% - 16px) calc(33% - 16px) calc(33% - 16px);
  gap: 24px;
}
.ir-sect{
  padding: 6.35rem 11.5vw 2rem;
  width: 100%;
}
.ir-header-space{
  height: 68px;
  margin-bottom: 8px;
}
.ir-case{
  width: 100%;
  overflow: auto;
  margin-top: 56px;
}
.ir-holder{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* background-color: #dedbf4; */
  padding-block: 20px;
  gap: 24px;
  width: fit-content;
}
.ir-card{
  width: 354px;
  min-height: 209px;
  border-radius: 16px 16px 60px 16px;
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.ir-list-case .ir-card{
  width: 100%;
}
.ir-card .text-holder{
  margin-bottom: 22.5px;
  width: 100%;
}
.ir-card h5{
  min-height: 38px;
  max-height: 54.5px;
  margin-bottom: 10px;
  overflow: hidden;
  word-wrap: break-word;
  width: 100%;
}
.ir-card button{
  width: 67px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 4px;
  font-weight: 500;
  background-color: #FBF4FF;
  border: none;
  color: #A445DE;
}
.video-case{
  background-color: #1C1436;
  color: #ffffff;
  padding: 40px 48px 36px;
  width: 100%;
  border-radius: 16px;
  font-family: var(--font-family-pretendard-regular);
  text-align: center;
}
.video-holder{
  width: 100%;
  height: 0;
  padding-bottom: 56.26865671641791%;
  position: relative;
}
.video-card{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 12px 12px 80px 12px;
  overflow: hidden;
}
.video-case h6{
  font-weight: 700;
  font-size: 1.5rem;
  padding: 1.6rem 0 0.8rem;
}
.video-case p{
  font-weight: 300;
  font-size: 0.9rem;
}
.video-switch-case{
  width: 200px;
  margin: 43px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.video-switch{
  transition: 0.2s ease;
  cursor: pointer;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #9DA6BB;
  width: 20px;
  font-family: var(--font-family-pretendard-regular);
}
.video-switch.active{
  font-weight: 600;
  color: #17191E;
}

.type-au95motion-demou952 .cont-2 {
  align-items: flex-start;
  /* display: inline-flex; */
  flex: 0 0 auto;
  flex-direction: column;
  column-gap: 3.6%;
  row-gap: 3.2rem;
  position: relative;
  /* padding-left: 1.4vw; */
}

.cont-2 .expandable {
  width: 100%
}

.cont-2 .expandable-card, .cont-2 .expanded-card {
  width: 100%;
  height: 210px;
  background-position: center;
  background-size: cover;
  border-radius: 1.2vw 1.2vw 2.4vw 1.2vw;
  padding: 1.6vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
}
.cont-2 .expandable-card .background-shader{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.52);
}
/* .cont-2 .expanded-card .background-shader{
  display: none;
} */
.cont-2 .expandable-card img, .cont-2 .expanded-card img {
  display: block;
  transform: scale(1.15);
  margin: 0vw 0 0.6vw 0.1vw;
}
.cont-2 .expandable-card .pill, .cont-2 .expanded-card .pill {
  display: block;
  transform: scale(1.15);
  /* margin: 0.3vw 0 0.6vw 0.05vw; */
  margin-right: 0.05vw;
}
.expandable-card  .headingh3, .expanded-card  .headingh3 {
  font-size: calc(var(--vw) * 1.38);
  padding-left: 0.1vw;
  padding-bottom: calc(var(--vw) * 0.15);
  padding-top: calc(var(--vw) * 0.35);
}
.expandable-card  .headingh4, .expanded-card  .headingh4 {
  font-size: calc(var(--vw) * 1.25);
  padding-left: 0.1vw;
  padding-bottom: calc(var(--vw) * 0.2);
  padding-top: calc(var(--vw) * 0.2);
}
.expandable-card  .bodyp3, .expanded-card  .bodyp3 {
  font-size: calc(var(--vw) * 0.97);
}

.type-au95motion-demou952 .cont-item-2 {
  align-items: flex-start;
  background-color: var(--white-lilac);
  border-radius: 16px;
  flex: 1;
  flex-grow: 1;
  gap: 12px;
  justify-content: center;
  overflow: hidden;
  padding: 16px 24px;
  width: 100%;
}

.news-section {
  padding: 4.9vw 0 6vw;
  /* width: 100%; */
}
.news-section .title {
  padding: 0 11.5vw;
  padding-top: calc(var(--vw) * 1.28);
}
.news-section .title .news-notice {
  font-family: var(--font-family-pretendard-bold);
  font-size: calc(var(--vw) * 2.78);
  padding-bottom: calc(var(--vw) * 0.65);
  color: var(--eerie-black);
  font-weight: 700;
}
.news-section .title .text {
  padding-top: calc(var(--vw) * 0.6);
  font-size: calc(var(--vw) * 1.205);
  line-height: 1.45;
}
.news-section .news-holder{
  padding: 4vw 11.5vw 2vw 11.5vw;
  width: 100%;
  /* overflow: auto; */
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100vw;
}
.news-section  .news-holder-adjusted {
  padding: 2rem 11.5vw 2vw 10vw;
}
  
.news-section .news-holder::-webkit-scrollbar {
  height: 0.5em;
}

/* Track */
.news-section .news-holder::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(135, 134, 134, 0.352); 
}

/* Handle */
.news-section .news-holder::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #919191;
}

.news-section .con {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0 0 0 2vw;
}
.news-section .con-spread {
  display: grid;
  grid-template-columns: calc(33.33% - 1.17vw) calc(33.33% - 1.17vw) calc(33.33% - 1.17vw);
  position: relative;
  width: 100%;
  gap: 1.7vw;
  row-gap: 2.8vw;
}

.type-au95motion-demou952 .con-case {
  width: 100%;
  overflow: auto;
}
.type-au95motion-demou952 .con-holder {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: fit-content;
  overflow: auto;
  gap: 24px;
  padding-block: 10px;
}

.type-au95motion-demou952 .con-item {
  background-color: var(--white);
  border-radius: 1vw 1vw 4vw 1vw;
  box-shadow: 0px 2px 8px #0000000d;
  flex: 1;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 4.15vw 2.2vw 4.15vw 2.7vw;
  position: relative;
  width: 345px;
  
}

.type-au95motion-demou952 .con-item-2 {
  background-color: var(--white);
  border-radius: 1vw 1vw 4vw 1vw;
  box-shadow: 0px 2px 8px #0000000d;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 4.15vw 2.2vw 4.15vw 2.7vw;
  position: relative;
  width: 100%;
}

.flag, .flag-2 {
  align-items: center;
  background-color: var(--havelock-blue);
  border-radius: 100px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  justify-content: center;
  padding: 0.4vw 0.8vw;
  position: relative;
}

.flag-2 {
  background-color: var(--salmon);
}

.flag-1 {
  color: var(--white);
  font-weight: 400;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
  font-size: calc(var(--vw) * 0.8);
}
.flag-space-holder{
  width: 100%;
  height: 24.2px;
}
.news-holder .frame-tx-height {
  min-height: calc((var(--vw) * 7) + 4rem);
}
.news-holder .headingh4 {
  font-size: calc(var(--vw) * 1.245);
  padding-left: 0.1vw;
  line-height: 1.48;
  padding-bottom: calc(var(--vw) * 01.15);
  padding-top: calc(var(--vw) * 0.0);
}

.type-au95motion-demou952 .text-55 {
  align-self: stretch;
  color: var(--shuttle-gray);
  line-height: 1.5;
  font-weight: 400;
  position: relative;
  font-size: calc(var(--vw) * 0.975);
  padding-right: 0.5vw;
  /* min-height: calc(var(--vw) * 3.4); */
  padding-bottom: calc(var(--vw) * 0.4);
}

.date {
  color: var(--shuttle-gray);
  font-weight: 400;
  font-size: calc(var(--vw) * 0.97);
  position: relative;
  white-space: nowrap;
  width: fit-content;
}
.con-3rd-item .date {
  margin-top: calc(var(--vw) * -0.15);
}

.type-au95motion-demou952 .news-notice {
  align-self: stretch;
  letter-spacing: 0;
  position: relative;
}

.text-center {
  text-align: center;
}

.type-au95motion-demou952 .button {
  color: var(--shuttle-gray);
  font-weight: 500;
  position: relative;
  text-align: center;
  font-family: var(--font-family-pretendard-medium);
  font-size: calc(var(--vw) * 0.83);
  padding-top: calc(var(--vw) * 3.47);
}
/* .type-au95motion-demou952 .con-3rd-tem .button {
  padding-top: calc(var(--vw) * 2.47);
} */

.type-au95motion-demou952 .cell {
  height: 24px;
  position: relative;
  width: 24px;
}

.type-au95motion-demou952 .frame-151 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 2px;
  position: relative;
  width: 100%;
  white-space: wrap;
}

.type-au95motion-demou952 .text-5 {
  align-self: stretch;
  color: var(--white);
  font-weight: 700;
  line-height: 30px;
  margin-top: -1.00px;
  position: relative;
}

.type-au95motion-demou952 .medicine {
  height: 24px;
  position: relative;
  width: 24px;
}

.type-au95motion-demou952 .frame-174 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 2px;
  position: relative;
}

.type-au95motion-demou952 .text-51 {
  color: var(--white);
  font-weight: 700;
  line-height: 30px;
  margin-top: -1.00px;
  position: relative;
  width: 432px;
}

.type-au95motion-demou952 .con2-1 {
  background-color: var(--white-lilac);
  border-radius: 16px 16px 80px 16px;
  gap: 12px;
  height: 240px;
  justify-content: center;
  overflow: hidden;
  padding: 0px 24px;
  width: 100%;
}

.type-au95motion-demou952 .assay {
  height: 24px;
  position: relative;
  width: 24px;
}

.type-au95motion-demou952 .pill {
  height: 24px;
  position: relative;
  width: 24px;
}

.type-au95motion-demou952 .con2-2 {
  background-color: var(--white);
  border-radius: 16px 16px 60px 16px;
  box-shadow: 0px 2px 8px #0000000d;
  flex: 1;
  flex-grow: 1;
  justify-content: space-between;
  padding: 60px 40px;
}

.type-au95motion-demou952 .text-57 {
  align-self: stretch;
  color: var(--shuttle-gray);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}
.type-au95motion-demou952 .graph-section {
  /* padding: 5.9vw 11.5vw 1.4vw;  */
  padding: 3vw 11.5vw 1.4vw; 
  width: 100%;
  /* vmax-xx */
}
.graph-section .title .topic {
  font-family: var(--font-family-pretendard-bold);
  font-size: calc(var(--vw) * 2.78);
  padding-bottom: calc(var(--vw) * 0.8);
  color: var(--eerie-black);
  font-weight: 700;
}
.graph-section .title .text {
  padding-top: calc(var(--vw) * 0.0);
  font-size: calc(var(--vw) * 1.109);
  line-height: 1.5;
}

.type-au95motion-demou952 .graph-holder {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  /* gap: 48px; */
  gap: 1.5em;
  margin-bottom: -39.00px;
  position: relative;
  width: 100%;
  /* max-width: 60vw; */
  /* margin: 4.0vw auto 2vw; */
  margin: 1.0vw auto 2vw;
}

.type-au95motion-demou952 .tab {
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--mystic);
  display: inline-flex;
  overflow: auto;
  flex: 0 0 auto;
  position: relative;
}
.type-au95motion-demou952 .tab::-webkit-scrollbar {
  display: none;
}

.type-au95motion-demou952 .itemtab, .type-au95motion-demou952 .itemtab-active {
  align-items: center;
  /* border-radius: 4px; */
  display: inline-flex;
  flex: 0 0 auto;
  /* gap: 6px; */
  justify-content: center;
  position: relative;
  padding: calc(var(--vw) * 1.5) calc(var(--vw) * 1.4);
  cursor: pointer;
}

.type-au95motion-demou952 .itemtab-active {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: var(--outer-space);
}
.type-au95motion-demou952 .itemtab p, .type-au95motion-demou952 .itemtab-active p {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: calc(var(--vw) * 1.11);
}

.graph-holder .tab-1-active, .graph-holder .tab-2-active, .graph-holder .tab-3-active {
  width: 100%;
  padding: 0 0.3vw 0.8vw;
}
.graph-holder .display-fitter {
  width: 100%;
  position: relative;
}
.display-fitter .tab-control, .display-fitter .tab-control img {
  width: 100%;
  opacity: 0;
}

.tab-1-active .tab-2-selected, .tab-1-active .tab-3-selected, 
.tab-2-active .tab-1-selected, .tab-2-active .tab-3-selected, 
.tab-3-active .tab-1-selected, .tab-3-active .tab-2-selected {
  opacity: 0;
}
.graph-holder .tab-3-selected, .graph-holder .tab-2-selected, .graph-holder .tab-1-selected {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: calc(var(--vw) * 1.3);
  overflow: hidden;
  transition: 0.4s ease;
  /* opacity: 0;
  pointer-events: none; */
}
.graph-holder .tab-3-selected img, .graph-holder .tab-2-selected img, .graph-holder .tab-1-selected img {
  width: 100%;
}

.type-au95motion-demou952 .img-2 {
  background-color: var(--vulcan);
  border-radius: 16px;
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 854px;
}

.banner {
  align-self: stretch;
  background-color: var(--outer-space);
  min-height: 15vw;
  padding: 8.4vw 11.5vw 8.3vw; 
  position: relative;
  width: 100%;
  color: #ffffff;
}
.banner .background{
  background-image: url(../img/img-banner-1.png);
  background-size: contain;
  background-position: right;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.banner .topic {
  font-family: var(--font-family-pretendard-bold);
  font-size: calc(var(--vw) * 2.5);
  /* padding-bottom: calc(var(--vw) * 0.8); */
  color: inherit;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}

.banner .topic .pink {
  color: #FF1CF7;
  /* background: -webkit-linear-gradient(#FF1CF7, #999999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.banner .topic .blue {
  color: #00F0FF;
}

.type-au95motion-demou952 .footer {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--eerie-black);
  display: flex;
  flex: 0 0 auto;
  gap: calc(var(--vw) * 5.54);
  padding: 3.0vw 11.5vw 8.3vw; 
  position: relative;
  width: 100%;
}

.type-au95motion-demou952 .footer .up-botton {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  position: absolute;
  right: 11.5vw;
  bottom: 8.3vw;
  background-color: #ffffff;
  border: 1px solid #2F333C;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.footer .up-botton .inner-box{
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2F333C;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease;
}
.type-au95motion-demou952 .footer .up-botton:hover .inner-box {
  opacity: 1;
}

.type-au95motion-demou952 .footer .logo_whit {
  width: calc(4vw + 3.5rem);
}

.type-au95motion-demou952 .cont-4 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.type-au95motion-demou952 .text-60 {
  color: var(--white);
  font-weight: 600;
  font-size: calc(var(--vw) * 0.98);
  padding-top: calc(var(--vw) * 0.2);
  padding-bottom: calc(var(--vw) * 0.2);
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.txt-item {
  align-self: stretch;
  color: var(--ghost);
  font-size: calc(var(--vw) * 0.84);
  line-height: 1.5;
  font-weight: 400;
  position: relative;
}

.type-au95motion-demou952 .cont-item-3 {
  display: flex;
  flex-direction: column;
  position: relative;
}

.type-au95motion-demou952 .elysium-bio-4 {
  align-self: stretch;
  position: relative;
}

.type-au95motion-demou952 .frame-29-3 {
  align-self: stretch;
  height: 280px;
  position: relative;
  width: 100%;
}

.type-au95motion-demou952 .x1-3 {
  height: 280px;
  object-fit: cover;
  position: absolute;
  top: 0;
}

.web-break, .web-breaker {
  display: block;
}
.mobile, .mobile-break {
  display: none;
}


/* .marquee {
  position:relative;
  overflow:hidden;
  width:500%;
  height:20vw;
  border:solid black 1px;
} */
.marquee {
  width: 300px; /* the plugin works for responsive layouts so width is not necessary */
  overflow: hidden;
  border:1px solid #ccc;
}






/* Slick */


.slider {
  width: 100%;
  margin: 0 auto;
}

.slick-slide {
  margin: calc(var(--vw) * 0.85);
  width: calc(120px + 12.33vw);
}
.slick-slide .cont-item-1 .frame-29 {
  border-radius: 1.2vw;
}

.slick-slide, .slick-slide .cont-item-1 .frame-29 {
transition: all ease-in-out .3s;
/* opacity: .6; */
}

.slick-slide img {
width: 100%;
}

.slick-prev:before,
.slick-next:before {
color: black;
}

.slick-list{
  padding-top: 0.8vw;
  padding-bottom: 1.3vw;
}
.slick-arrow{
  display: none !important;
}
.slick-track{ margin-left: 0; }


.swiper-container{
  overflow: hidden;
}

.swiper-slide {
  width: 100%;
  margin: 0 auto;
  /* margin: calc(var(--vw) * 0.85); */
  width: calc(120px + 12.33vw) !important;
  /* padding-right: 1.7vw */
}
.swiper-slide .cont-item-1{
  width: 100%;
  margin: 0 auto;
  /* margin: calc(var(--vw) * 0.85); */
  /* width: calc(120px + 12.33vw); */
}
.swiper-slide .cntainr{
  padding-right: 1.7vw;
}
/* .swiper-slide .cont-item-1 .frame-29 {
  border-radius: 1.2vw 1.2vw 6vw 1.2vw;
} */

.swiper-slide, .swiper-slide .cont-item-1 .frame-29 {
transition: all ease-in-out .3s;
/* opacity: .6; */
}

/* // Slick */



/* Overriders */

.close-line-height{
  line-height: 1.3 !important;
}

/* // Overriders */

/* Thesis Styles Start */

.thesis-banner{
  width: 100%;
  min-height: 40vh;
  padding: 2vmax;
  padding-top: 10rem;
  padding-bottom: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/thesis-images/thesis-web-bg.png);
  background-size: cover;
  background-position: center bottom;
}

.text-3-sub{
  color: #fff;
  font-size: 1rem;
}

.content-case{
  width: 100%;
  background-color: #F7F7F7;
  padding: 4em 11.4vw;
  font-family: var(--font-family-pretendard-regular);
  font-weight: 400;
}
.content-case .bold{
  font-family: var(--font-family-pretendard-bold);
  font-weight: 700;
}

.search-case{
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1px 16px;
  width: 64.5%;
  max-width: 369px;
  position: relative;
}
.search-case img{
  width: 22px;
  transition: 0.2s ease;
  cursor: pointer;
  position: relative;
  z-index: 20;
}
.search-case img:hover{
  transform: scale(1.1);
}
.search-case img:active{
  transform: scale(1.2);
}
.search-case input{
  /* width: calc(110% - 22px); */
  width: 100%;
  height: 100%;
  font-size: 12px;
  padding: 9px 0;
  padding-left: 3.8em;
  border: none;
  outline: none !important;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #C1CADC;
  border-radius: 8px;
  background-color: #fff;
}
.search-case input:focus {
  outline: none;
  border: 1.5px solid #3e2ad2;
}
.sort-case{
  border: 1px solid #C1CADC;
  border-radius: 8px;
  background-color: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  width: 30.5%;
  max-width: 121px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
.sort-case img{
  width: 14px;
  margin-left: 5px;
}
.back-drop{
  position: fixed;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1010;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.folating-option{
  position: absolute;
  top: 110%;
  right: 0;
  width: 200%;
  padding: 1em 0;
  border: 1px solid #C1CADC;
  border-radius: 8px;
  background-color: #fff;
  z-index: 1011;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.folating-option>div{
  padding: 12px 24px;
  cursor: pointer;
  transition: 0.3s ease;
  color: #484E5A;
}
.folating-option>div:hover{
  background-color: #E5EAF4;
}

.back-case{
  border: 1px solid #C1CADC;
  border-radius: 8px;
  background-color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1px 13px;
  width: 118px;
  transition: 0.2s ease;
  cursor: pointer;
}
.back-case img{
  width: 15px;
  margin-right: 8.5px;
  margin-left: 5px;
}

.r2{
  margin-right: 0.99rem;
}
.pr-button, .sc-button {
  color:#3E2AD2;
  background-color:#ffffff;
  border: 1px solid #3E2AD2;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 0.88rem;
  transition: 0.3s ease;
  cursor: pointer;
}
.pr-button:hover, .sc-button:hover {
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.pr-button:active, .sc-button:active {
  transform: translateY(2px);
}
.pr-button {
  color:#ffffff;
  background-color:#3E2AD2;
}
.pr-button:hover {
  background-color: #291c90;
  border-color: #291c90;
}
.pr-button i {
  color:#ffffff;
  width: 13px;
}
.sc-button {
  color:#3E2AD2
}
.sc-button:hover {
  color:#ffffff;
  background-color:#3E2AD2;
}

.thesis-list-case{
  display: flex;
  flex-direction: column;
  row-gap: 2.7rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #E5EAF4;
  margin-bottom: 1.3rem;
}

.thesis-list-case2{
  display: flex;
  flex-direction: column;
  row-gap: 2.2rem;
  padding: 2.4rem 0 2.4rem;
  margin-bottom: 1.3rem;
}
.white-case{
  background-color: #ffffff;
}
.thesis-list-item{
  width: 100%;
  border: 1px solid #D4E6FF;
  border-radius: 16px;
  background-color: #fff;
  padding: 32px 40px 34px;
  position: relative;
}
.thesis-list-item2{
  width: 100%;
  border: 1px solid #D4E6FF;
  border-radius: 16px;
  background-color: #fff;
  padding: 32px 40px 30px;
  position: relative;
}
.bt-pd{
  margin-bottom: 1rem;
}
.pre-topic{
  color: #6E8B1E;
}
.pre-topic-2{
  color: #6E8B1E;
  font-size: 1.25rem;
  transform: translateY(-4px);
  font-weight: 700;
}
.doi-and-date{
  padding: 0.6rem 0 2.2rem;
}
.doi-and-date .date-info{
  padding-top: 0.76rem;
}
.doi-and-date .info{
  padding-left: 0.55rem;
}
.topic, .topic2{
  font-size: 1.5rem;
  padding: 0rem 0 0.7rem;
  line-height: 1.53;
  color: #111111;
  font-weight: 700;
}
.topic2{
  font-size: 2.0rem;
  line-height: 1.3;
  padding-top: 0.26rem;
}
.brief{
  line-height: 1.5;
  margin-bottom: 2.7rem;
  color: #6B6B6B;
}
.authors span{
  display: inline-block;
  color: #282828;
}
.authors .author-txt{
  font-size: 1.13rem;
  margin-right: 0.5rem;
}
.authors .author-list{
  transition: 0.3s ease;
}
.authors.open .author-list{
  transform: translateY(-4px);
  line-height: 1.5;
}
.authors .more-link{
  color: #6D59FF;
  text-decoration: underline;
  cursor: pointer;
  /* border-bottom: 1px solid #6D59FF; */
}
.authors.open .more-link{
  display: block;
  max-height: 50rem;
}
.author-list{
  line-height: 1.5;
  color: #282828;
}

.imh img{
  width: 100%;
}

.pdf-preview-case{
  width: 100%;
  background-color: #F7F7F7;
  border: 1px solid #D4E6FF;
  border-radius: 16px;
  padding: 64px;
}
.pdf-preview{
  width: 100%;
  min-height: 80vh;
  background-color: #ffffff;
}

.scroll-header{
  padding: 0px 11.4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100vw;
  height: 82px;
  left: 0;
  top: 0;
  background-color: #17191E;
  z-index: 1000;
  transition: 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
.dark-header{
  background-color: #17191E !important;
}

.pagination .prev, .pagination .next{
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  transition: 0.3s ease;
  cursor: pointer;
  border-radius: 2px;
}
.pagination .prev:hover, .pagination .next:hover{
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.pagination .prev:active, .pagination .next:active{
  transform: translateY(3px);
  background-color: #f1f7f9;
}

.pagination .prev{
  width: 117px;
}
.pagination .prev img{
  width: 16px;
  margin-right: 10.5px;
  margin-left: 1.5px;
}
.pagination .next{
  width: 91px;
}
.pagination .next img{
  width: 16px;
  margin-left: 10.5px;
  margin-right: 5.5px;
}

.pagination .prev a, .pagination .next a, .pagination a .prev, .pagination a .next{
  color: #000000 !important
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.doi-info a, .doi-info .info{
  color: #282828 !important;
  transition: 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
.doi-info a:hover, .doi-info .info:hover{
  text-decoration: underline;
}

.active-sort {
  background-color: #E5EAF4;
  color: #fff;
  border-radius: 5px;
}
.loader-holder{
  width: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.loader-holder img{
  width: 50px;
}

/* // Thesis Styles End */

.pb-1 {
  padding-bottom: 4px;
}
.pb-2 {
  padding-bottom: 8px;
}
.pb-3 {
  padding-bottom: 12px;
}
.pb-4 {
  padding-bottom: 16px;
}
.pb-5 {
  padding-bottom: 20px;
}
.pb-6 {
  padding-bottom: 24px;
}
.pb-8 {
  padding-bottom: 32px;
}
.pb-10 {
  padding-bottom: 40px;
}
.pt-1 {
  padding-top: 4px;
}
.pt-2 {
  padding-top: 8px;
}
.pt-3 {
  padding-top: 12px;
}
.pt-4 {
  padding-top: 16px;
}
.pt-5 {
  padding-top: 20px;
}
.pt-6 {
  padding-top: 24px;
}
.pt-8 {
  padding-top: 32px;
}
.pt-10 {
  padding-top: 40px;
}
.w-full {
  width: 100%;
}
.inactive {
  pointer-events: none !important;
}

.text-left {
  text-align: left !important;
}
.faint-tx1 {
  color: #17191e;
}
.faint-tx2 {
  color: #606878;
}
.faint-tx3 {
  color: #9da6bb;
}
.f12 {
  font-size: 12px !important;
}
.f13_5 {
  font-size: 13.5px !important;
}
.f14 {
  font-size: 14px !important;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
  line-height: 27px;
}
.f20 {
  font-size: 20px;
}
.f28 {
  font-size: 28px;
}
.f32 {
  font-size: 32px;
}
.f40 {
  font-size: 40px;
}
.leading-1 {
  line-height: 1;
}
.leading-1_5 {
  line-height: 1.5;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.relative {
  position: relative;
}
.spread-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-info-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.streatch-info {
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.streatch-info-col {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-direction: column;
}
.gap-4 {
  gap: 4px;
}
.gap-6 {
  gap: 6px;
}
.gap-8 {
  gap: 8px;
}
.gap-10 {
  gap: 10px;
}
.gap-12 {
  gap: 12px;
}
.gap-16 {
  gap: 16px;
}
.scrollable{
  overflow: auto;
}
.clickable{
  cursor: pointer;
}


@media all and (min-width: 801px) {
  .mobile-only {
    display: none;
  }
}
@media all and (min-width: 951px) {
  .bct-3{
    min-height: 3.8vw;
  }
}

@media all and (max-width: 1050px) and (min-width: 601px) {

  .type-au95motion-demou952 .cont {
    grid-template-columns: 48% 48%;
    gap: 4%;
  }
}


@media all and (min-width: 600px) {
  .slick-list{
    margin-left: -19vw;
    margin-right: -16vw;
  }
}


@media all and (min-width: 801px) {

  .personnel-card:hover{
    border-radius: 0 0 16px 16px;
  }
  .personnel-card:hover .hover-info {
    opacity: 1;
  }
  .plus-icon{
    display: none;
  }
  .type-au95motion-demou952 .cont-2 {
    position: relative;
  }
  .type-au95motion-demou952 .graph-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  } 

  .spread-info-web, .spread-info-web-fluid{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #display-active-tab{
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
  .section4 {
    /* display: grid; */
    /* grid-template-columns: 50% 45%; */
    gap: 5%;
    position: relative;
    padding: 6.6rem 11.5vw 7rem;
    width: 100vw;
  }

  /* Thesis Styles Start */

  .mobile-grid .imh{
    display: none;
  }
  .web-grid{
    display: grid;
    grid-template-columns: 132px auto;
    grid-gap: 16px;
  }

  .authors {
    display: grid;
    grid-template-columns: 81px auto;
    padding-top: 1.25rem;
  }
  .authors.close .author-list{
    max-width: 519px;
    padding-top: 0px;
    margin-top: -1px;
    max-height: 19px;
    overflow: hidden;
  }
  .authors.open .author-list{
    max-width: 809px;
  }
  .authors.close .more-link{
    margin-left: 0.6rem;
  }
  .authors.open .more-link{
    margin-top: 0.5rem;
  }
  
  
  /* // Thesis Styles End */
}

@media all and (min-width: 961px) {
  .section4-case{
    padding: 1px 0;
    min-height: 36vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section4 {
    /* display: grid; */
    /* grid-template-columns: 50% 45%; */
    gap: 5%;
    position: relative;
    padding: 6.6rem 11.5vw 7rem;
    width: 100vw;
  }
  .section4 .floating-img {
    left: 33.7vw;
    position: absolute;
    top: 2.5vw;
    width: 27.7vw;
  }
  .section4 .sect-4-title {
    padding: 0 0 2vw;
  }
  .section4 .sect-4-title .topic-text {
    font-size: calc(var(--vw)* 3.37);
    line-height: 1.2;
    margin-top: -6px;
  }
  .breaker960{
    display: block;
  }
  .scroll-case{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    cursor:grab;
    display: none;
    z-index: 4000;
  }
  .scroller{
    width: 100%;
    height: 10000vh;
  }
  .cont-2{
    position: relative;
    display: grid;
    grid-template-columns: 48.2% 48.2%;
  }
  /* .cont-2 .expandable{
    position: absolute;
    padding-right: 18px;
    padding-bottom: 10rem;
    overflow: hidden;
  }
  .stack .expandable-card, .stack .expanded-card {
    transform: translateY(30rem);
  }
  .stack, .stack .expandable-card, .stack .expanded-card, .expandable, .expandable .expandable-card, .expandable .expanded-card {
    transition: 0.5s ease;
  }
  .stack-1{
    left: -1.7rem;
    top: -6px;
  }
  .stack-2{
    left: -0.7rem;
    top: 1.2rem;
  }
  .stack-3{
    left: 0.3rem;
    top: 2.7rem;
  }
  .stack-4{
    left: 1.2rem;
    top: 4.1rem;
  } */

  .cont-2 .expandable-card, .cont-2 .expanded-card {
    width: 100%;
    height: 210px;
    padding: 2vh 1.4vw;
  }
  .cont-2 .expandable-card .background-shader, .cont-2 .expanded-card .background-shader{
    display: none;
  }
}

@media all and (max-width: 1400px) and (min-width: 801px) {
  .type-au95motion-demou952 .visual {
    min-height: 100vh;
    height: 100vh;
  }
  
  .type-au95motion-demou952 .overlap-group {
    min-height: 100vh;
    height: 100vh;
    /* display: flex;
    align-items: center;
    justify-content: flex-start; */
  }

  .type-au95motion-demou952 .video {
    height: 100vh;
  }

  .type-au95motion-demou952 .info-holder {
    justify-content: center;
    min-height: 100vh;
  }
  .type-au95motion-demou952 .txt {
    padding-top: 15vh;
    gap: 2vh;
    width: 77%;
  }
  .type-au95motion-demou952 .scroll-down {
    padding-top: 10vh;
  }

  .section {
    display: flex;
    padding: 6vh 11.5vw 1vh;
    width: 100%;
    min-height: 100vh;
  }

  .type-au95motion-demou952 .cont-item {
    gap: 3vh;
    /* padding: 10vh 0; */
  }

  .section2 {
    padding: 7vh 0 5vh 11.5vh;
    min-height: 100vh;
    max-width: 100vw;
  }

  .slick-list{
    padding: 0vh 0;
  }
  .swiper-slide {
    width: 20vw !important;
  }

  .section3 {
    padding: 8vh 0 8vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
  }

  .section4-case{
    padding: 1px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section4 .sect-4-title {
    height: 96%;
    padding: 4vh 0 3vh;
  }

  .type-au95motion-demou952 .text-51 {
    line-height: 1.2;
    width: 100%;
  }
  .news-section {
    padding: 6vh 0 6vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .news-section .title {
    padding: 0 11.5vw;
    padding-top: calc(var(--vw) * 0.28);
  }

  .type-au95motion-demou952 .con-item, .type-au95motion-demou952 .con-item-2 {
    padding: 5vh 2.2vw 5vh 2.7vw;
  }
}

@media all and (max-width: 1120px) {
  .ir-list-case{
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
  }
}

@media all and (max-width: 960px) {

  .type-au95motion-demou952 .section4 .floating-img {
    display: none;
  }
  .type-au95motion-demou952 .cont-2 {
    padding-left: 0;
    display: block;
  }

  .cont-2 .expandable-card, .cont-2 .expanded-card {
    height: 168px;
    border-radius: 0.8rem 0.8rem 1.8rem 0.8rem;
    padding: 0.9rem;
    margin-bottom: 0.9rem;
    cursor: pointer;
  }
  .expandable:nth-child(4) .expandable-card {
    padding: 0.8rem 0.9rem 0.8rem;
  }
  .cont-2 .expanded-card {
    height: 200px;
    /* border-radius: 3.5vw 3.5vw 19.5vw 3.5vw; */
  }
  .cont-2 .expanded-card .background-shader{
    display: none;
  }
  .cont-2 .expandable-card img, .cont-2 .expanded-card img {
    display: block;
    transform: scale(1);
    margin: 0vw 0 0.3vw -0.75vw;
  }
  .cont-2 .expandable-card .pill, .cont-2 .expanded-card .pill {
    display: block;
    transform: scale(1) translateY(calc(var(--vw) * -0.7));
    margin: -0.2vw 0 0.6vw -0.45vw;
  }
  .expandable-card  .headingh3, .expanded-card  .headingh3 {
    font-size: 1.1rem;
    padding-left: 0vw;
    margin-left: calc(var(--vw) * -0.2);
    padding-bottom: calc(var(--vw) * 0.07);
    padding-top: calc(var(--vw) * 0.8);
  }
  .expandable-card  .headingh4, .expanded-card  .headingh4 {
    font-size: 1rem;
    padding-left: 0vw;
    margin-left: calc(var(--vw) * -0.2);
    line-height: 1.4;
    padding-bottom: calc(var(--vw) * 0.27);
    padding-top: calc(var(--vw) * 0.4);
  }
  .expandable-card  .bodyp3, .expanded-card  .bodyp3 {
    font-size: 0.9rem;
    margin-left: calc(var(--vw) * -0.2);
  }

  .news-section .con-spread {
    grid-template-columns: calc(50% - 1.4vw) calc(50% - 1.4vw);
    gap: 2.8vw;
    row-gap: 4vw;
  }
}

@media all and (max-width: 800px) and (min-width: 601px) {
  .mid-breaker{
    display: block;
  }
}

@media all and (max-width: 800px) {
  .type-au95motion-demou952 .visual {
    min-height: 42rem;
  }
  
  .type-au95motion-demou952 .overlap-group {
    min-height: 42rem;
  }
  
  .type-au95motion-demou952 .detail-sect {
    min-height: 90vw;
  }
  
  .type-au95motion-demou952 .video {
    min-height: 42rem;
  }
  .type-au95motion-demou952 .text-32 {
    font-size: 1.0rem;
  }
  .type-au95motion-demou952 .scroll-down .text {
    font-size: 0.85rem;
  }
  .type-au95motion-demou952 .business-card-text {
    font-size: 0.9rem;
  }
  .type-au95motion-demou952  .business-text, .elysium-bio-history-brief {
    font-size: 0.85rem;
  }
  .type-au95motion-demou952 .business-objectives, .type-au95motion-demou952 .elysium-bio-history-topic {
    font-size: 1.6rem;
  }
  .type-au95motion-demou952 .phone {
    font-size: 0.8rem;
  }
  .type-au95motion-demou952 .sub-text, .type-au95motion-demou952 .itemtab p, .type-au95motion-demou952 .itemtab-active p {
    font-size: 0.9rem;
  }
  .type-au95motion-demou952 .elysium-bio-4-sub-text, 
  .type-au95motion-demou952 .news-section .title .text,
  .type-au95motion-demou952 .graph-section .text,
  .type-au95motion-demou952 .footer .cont-4 .txt-item,
  .type-au95motion-demou952 .section4 .sect-4-title .sub-topic-text {
    font-size: 0.9rem;
  }

  .mobile-breaker{
    display: block;
  }
  .web-breaker {
    display: none;
  }
  .mobile-anchor{
    position: relative;
    z-index: 30;
  }
  .navbar {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    /* min-height: 90vw; */
    left: 0;
    top: 0;
    margin: 0;
    padding: 0 5.1vw;
    align-items: center;
    justify-content: center;
    z-index: 20;
    background-color: #17191E;
    overflow: hidden;
    transition: 0.5s ease;
    max-height: 0;
  }
  .mobile-kor-eng{
    display: block;
  }
  .spacer{
    display: block;
    width: 100%;
    height: 15vw;
  }
  .kor-eng{
    display: none;
  }
  .kor-eng-blue{
    display: block;
  }
  .hamburger-menu{
    display: block;
    padding: 0 0.3vw;
    margin-left: 6.5vw;
  }
  .navbar-link{
    width: 100%;
    text-align: left;
    /* background-color: rgba(0, 0, 0, 0.5); */
    margin-bottom: 0.12vw;
    padding: 2.2vw 0;
    border-radius: 0em;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    border-bottom: 1px solid var(--colors-border-interactive-secondary, #2F333C);
    font-size: calc(var(--vw) * 1.5);
    transition: 0.3 ease;
  }
  .navbar-link:hover{
    color: #5186D3;
    transform: scale(1);
  }

  .section2 .line-holder {
    display: none;
  }

  .type-au95motion-demou952 .con2 {
    display: flex;
    flex-direction: column;
    padding: 3.9vw 5.2vw 1vw;
    gap: calc(var(--vw) * 1.7);
  }
  .section3 {
      padding: 8.4vw 0vw 5rem;
  }
  .section3 .title {
      padding: 0 5.2vw 0;
  }

  .section4 {
    display: block;
    padding: 11.5vw 5.1vw 6.4vw;
    width: 100vw;
  }

  .type-au95motion-demou952 .section4 .floating-img {
    left: 13.7vw;
    position: absolute;
    top: 28.5vw;
    width: 57.7vw;
  }
  .section4 .sect-4-title {
    padding: 3.70vw 0 2.5vw;
  }
  .section4 .sect-4-title .topic-text{
    font-size: calc(var(--vw) * 2.39);
    line-height: 1.49;
  }
  .section4 .splitter {
    display: block;
  }
  .section4 .sect-4-title .sub-topic-text {
    padding-top: calc(var(--vw) * 0.512);
    padding-bottom: calc(var(--vw) * 2.6);
    font-size: calc(var(--vw) * 1.196);
    line-height: 1.45;
  }

  .web-only {
    display: none;
  }

  .spread-info-web-fluid{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .con2-case .controller {
    right: 5.0vw;
    bottom: -2.7rem;
    top: auto;
  }

  .con2 .personnel-holder{
    padding: 4.6vw 0 1vw;
    gap: 24px;
    min-width: 1544px;
  }
  .con2 .personnel-card{
    width: 200px;
    height: 241.33px;
    padding: 1.5rem 16px 1rem;
    align-items: flex-start;
    text-align: left;
  }
  .con2 .scroll-info ul{
    margin-left: 0.2rem;
  }
  .personnel-card .imh{
    width: 80px;
    height: 80px;
  }
  .personnel-card .ps-name{
    font-size: 0.98rem;
    margin-bottom: 0.6rem;
  }
  .personnel-card .designation{
    font-weight: 300;
    font-size: 0.85rem;
    line-height: 1.4;
  }

  .type-au95motion-demou952 .tab {
    display: block;
    overflow: auto;
  }

  .type-au95motion-demou952 .itemtab, .type-au95motion-demou952 .itemtab-active {
    width: 100%;
  }

  /* Thesis Styles Start */
  .thesis-banner{
    min-height: 20vh;
    padding: 3rem;
    padding-top: 7.4rem;
    padding-bottom: 5.7rem;
    background-image: url(../img/thesis-images/thesis-mobile-bg.png);
  }

  .text-3-sub{
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 300;
  }

  .content-case{
    padding: 1.5rem 6.4vw;
  }
  .pr-button, .sc-button {
    padding: 6px 11px;
    border-radius: 4px;
    font-size: 0.75rem;
  }
  .mb-trslt-y{
    transform: translateY(-4px);
  }

  .thesis-list-case{
    display: flex;
    flex-direction: column;
    row-gap: 2.7rem;
    padding: 1.6rem 0 2.4rem;
  }
  .thesis-list-item{
    padding: 15px;
  }
  .bt-pd{
    margin-bottom: 0.85rem;
  }
  .pre-topic{
    padding-top: 2px;
    padding-bottom: 0.7rem;
    font-size: 0.746rem;
  }
  .topic{
    font-size: 0.978rem;
    padding: 0rem 0 0.5rem;
    line-height: 1.53;
    color: #111111;
    font-weight: 700;
  }
  .brief{
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-size: 0.747rem;
  }

  .web-grid .imh{
    display: none;
  }
  .mobile-grid{
    display: grid;
    grid-template-columns: 52px auto;
    grid-gap: 16px;
  }
  .authors .author-txt{
    font-size: 0.87rem;
    margin-right: 0.5rem;
    display: block;
    padding-bottom: 0.6rem;
  }
  .authors .author-list{
    transition: 0.3s ease;
    font-size: 0.74rem;
    line-height: 1.4;
  }
  .authors.open .author-list{
    transform: translateY(-4px);
    line-height: 1.5;
  }
  .authors .more-link{
    display: block;
    margin-top: 3px;
    font-size: 0.74rem;
  }
  .authors.open .more-link{
    display: block;
    max-height: 50rem;
  }
  .authors.close .author-list{
    max-height: 32px;
    overflow: hidden;
  }
  
  
  /* // Thesis Styles End */
}
@media all and (max-width: 700px) {
  .type-au95motion-demou952 .visual {
    min-height: 38rem;
  }  
  .type-au95motion-demou952 .overlap-group {
    min-height: 38rem;
  }  
  .type-au95motion-demou952 .video {
    min-height: 38rem;
  }

  .ir-list-case{
    grid-template-columns: 100%;
  }
  .ir-list-case .ir-card h5{
    max-height: 500px;
  }
}
@media all and (max-width: 600px) {

  .type-au95motion-demou952 .visual {
    min-height: 34rem;
  }  
  .type-au95motion-demou952 .overlap-group {
    min-height: 34rem;
  }  
  .type-au95motion-demou952 .video {
    min-height: 34rem;
  }

  .section5-case{
    padding: 3.45rem 5.4vw;
  }
  .ir-sect{
    padding: 3.45rem 5.4vw;
  }
  .video-case{
    padding: 16px 15px 16px;
    width: 100%;
    border-radius: 9px;
  }
  .video-card{
    border-radius: 12px 12px 30px 12px;
  }
  .video-case h6{
    font-weight: 600;
    padding: 1.05rem 0 0.5rem;
    font-size: 0.9rem;
  }
  .video-case p{
    font-size: 0.7rem;
  }
  .video-switch-case{
    margin: 21px auto 0;
  }

  .news-section {
    padding: 22.3vw 0 6vw;
  }
  .forced-news-space {
    padding: 5vw 0 6vw;
  }
  .news-section .title {
    padding: 0 5.1vw;
  }
  .news-section .title .news-notice {
    font-size: calc(var(--vw) * 2.4);
    padding-bottom: calc(var(--vw) * 0.2);
  }
  .news-section .title .text {
    padding-top: calc(var(--vw) * 0.2);
    font-size: calc(var(--vw) * 1.209);
  }
  .news-section .news-holder{
    padding: 10.1vw 5.1vw 4vw 5.1vw;
  }
  .news-section  .news-holder-adjusted {
    padding: 10.1vw 5.1vw 4vw 2.1vw;
  }
  .news-section .con {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .navbar-link{
    padding: 3.2vw 0;
    font-size: 18px;
  }
  .news-section .con {
    gap: 4.5vw;
    padding: 0 0 0 4vw;
  }
  .news-section .con .slick-slide{
    width: 71vw !important;
  }

  .type-au95motion-demou952 .con-holder {
    gap: 16px;
  }  
  .type-au95motion-demou952 .con-item {
    border-radius: 2vw 2vw 9vw 2vw;
    padding: 8.15vw 4.9vw 7.8vw;
    width: 280px;
  }
  
  .type-au95motion-demou952 .con-item-2 {
    border-radius: 2vw 2vw 9vw 2vw;
    padding: 8.15vw 4.9vw 7.8vw;
  }

  .flag, .flag-2 {
    padding: 0;
    padding-top: 0.9vw;
  }
  
  .flag-1 {
    padding: 0.9vw 2.7vw;
    font-size: calc(var(--vw) * 1.0);
  }
  .news-holder  .frame-tx-height {
    min-height: 10rem;
  }
  .news-holder  .headingh4 {
    font-size: calc(var(--vw) * 1.365);
    padding-bottom: calc(var(--vw) * 0.0);
    padding-top: calc(var(--vw) * 0.1);
    margin-top: calc(var(--vw) * -0.05);
    line-height: 1.5;
  }
  
  .type-au95motion-demou952 .text-55 {
    font-size: calc(var(--vw) * 1.194);
    margin-top: calc(var(--vw) * -0.1);
    padding-bottom: calc(var(--vw) * 0);
    line-height: 1.5;
    padding-top: 4.7vw;
  }
  
  .date {
    font-size: calc(var(--vw) * 1.2);
  }
  .con-3rd-item .date {
    margin-top: calc(var(--vw) * 0);
  }
  
  .type-au95motion-demou952 .button {
    font-size: calc(var(--vw) * 1.03);
    padding-top: calc(var(--vw) * 4.3);
    text-decoration: underline;
  }
  .web, .web-break {
    display: none;
  }
  .mobile, .mobile-break {
    display: block;
  }

  .type-au95motion-demou952 .graph-section {
    padding: 9vw 5.3vw 7vw;
  }
  .graph-section .title .topic {
    font-size: calc(var(--vw) * 2.39);
    padding-bottom: calc(var(--vw) * 0.1);
  }
  .graph-section .title .text {
    padding-top: calc(var(--vw) * 0.1);
    font-size: calc(var(--vw) * 1.195);
    line-height: 1.5;
  }

  .type-au95motion-demou952 .graph-holder {
    align-items: center;
    gap: 0;
    max-width: 100%;
    margin: 8.8vw auto 2vw;
  }
  .graph-holder .tab-2-selected, .graph-holder .tab-1-selected {
    border-radius: calc(var(--vw) * 0.7);
  }

  .type-au95motion-demou952 .itemtab-active {
    border-bottom-width: 1px;
  }

  .type-au95motion-demou952 .itemtab, .type-au95motion-demou952 .itemtab-active {
    padding: calc(var(--vw) * 1.52) calc(var(--vw) * 1.0)  calc(var(--vw) * 1.0);
  }
  .type-au95motion-demou952 .itemtab p, .type-au95motion-demou952 .itemtab-active p {
    font-size: calc(var(--vw) * 1.02);
    line-height: 1.45;
    text-align: center;
  }

  .graph-holder .tab-1-active, .graph-holder .tab-2-active, .graph-holder .tab-3-active {
    width: 100%;
    padding: 3.6vw 0 3.8vw;
  }

  .banner {
    padding: 10.4vw 5.3vw 36.5vw;
  }
  .banner .background{
    background-image: url(../img/img-banner-mobile.png);
    width: 100%;
    height: 65%;
    right: 5%;
    bottom: 5%;
  }
  
  .banner .topic {
    font-size: calc(var(--vw) * 2.38);
    line-height: 1.5;
  }

  .type-au95motion-demou952 .footer {
    align-items: flex-start;
    align-self: stretch;
    background-color: var(--eerie-black);
    display: flex;
    flex: 0 0 auto;
    gap: calc(var(--vw) * 3.53);
    padding: 3.0vw 11.5vw 8.3vw; 
    position: relative;
    width: 100%;
    flex-direction: column;
    padding: 10.8vw 5.3vw 9.7vw;
  }

  .type-au95motion-demou952 .footer .up-botton {
    width: 50px;
    height: 50px;
    right: 5.3vw;
    bottom: 9.7vw;
  }
  
  .type-au95motion-demou952 .footer .logo_whit {
    width: 25.8vw;
  }
  
  .type-au95motion-demou952 .cont-4 {
    align-items: flex-start;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 12px;
    position: relative;
  }
  
  .type-au95motion-demou952 .text-60 {
    font-size: calc(var(--vw) * 1.19);
    padding-bottom: calc(var(--vw) * 0.15);
  }
  
  .txt-item {
    align-self: stretch;
    color: var(--ghost);
    font-size: calc(var(--vw) * 1.02);
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    /* padding-bottom: calc(var(--vw) * 0.2) */
  }
  .type-au95motion-demou952 .cont {
    display: flex;
    flex-direction: column;
    padding: 10.2vw 0;
    gap: calc(var(--vwbg) * 2.1);
  }
  .type-au95motion-demou952 .cont-item {
    width: 100%;
    border-radius: 2vw 2vw 10vw 2vw;
    gap: 3.6vw;
    padding: 5.9vw 5vw;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 0;
    display: grid;
    grid-template-columns: 25vw auto;
    text-align: left;
    height: 144px;
    min-height: 100px;
  }

  .type-au95motion-demou952 .frame-28 {
    height: 25vw;
    width: 25vw;
  }

  .slick-slide {
    margin: calc(var(--vw) * 0.65);
    width: calc(120px + 20.60vw) !important;
  }

  .slick-list{
    padding-top: 0;
    padding-bottom: 1.2vw;
  }

  .slick-slide .cont-item-1 .frame-29 {
    border-radius: 2vw 2vw 10vw 2vw;
    /* border-radius: 4vw; */
  }
  
  .slick-active .cont-item-1 .frame-29 {
    border-radius: 4vw;
  }
  
  .slick-current .cont-item-1 .frame-29 {
    border-radius: 4vw;
  }

  .swiper-container{
    margin-right: -5.1vw;
    padding:  calc(var(--vw) * 1.4) 0;
  }

  .swiper-slide {
    /* margin: calc(var(--vw) * 0.65); */
    width: calc(120px + 24.60vw) !important;
  }

  .swiper-slide .cntainr {
    padding-right: calc(var(--vw) * 1.3);
  }

  .swiper-list{
    padding-top: 2.5vw;
    padding-bottom: 1.2vw;
  }

  .swiper-slide .cont-item-1 .frame-29 {
    border-radius: 2vw 2vw 10vw 2vw;
  }

}
@media all and (max-width: 500px) {

  .type-au95motion-demou952 .visual {
    min-height: 29rem;
  }  
  .type-au95motion-demou952 .overlap-group {
    min-height: 29rem;
  }  
  .type-au95motion-demou952 .video {
    min-height: 29rem;
  }
  .news-section .con-spread {
    display: block;
  }
  .con-spread .con-item-2 {
    margin: 0 auto 2rem;
  }
}

@media all and (max-width: 400px) {
  .type-au95motion-demou952 .visual {
    min-height: 152vw;
  }
  
  .type-au95motion-demou952 .overlap-group {
    min-height: 152vw;
  }
  /* .type-au95motion-demou952 .detail-sect {
    min-height: 184vw;
  } */
  
  .type-au95motion-demou952 .video {
    min-height: 152vw;;
  }
  
  .type-au95motion-demou952 .info-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  
  .type-au95motion-demou952 .txt {
    padding-top: calc(var(--vwbg) * 22);
    gap: 2px;
    width: 91%;
  }
  
  .type-au95motion-demou952 .elysium-bio {
    color: var(--white);
    font-weight: 800;
    font-size: calc(var(--vw) * 3.08);
    line-height: 1.44;
    position: relative;
    padding-bottom: calc(var(--vwbg) * 1.547);
  }
  
  .type-au95motion-demou952 .line-1 {
    height: 2px;
    object-fit: cover;
    position: relative;
    width: 100%;
  }
  
  .type-au95motion-demou952 .text-32 {
    color: var(--white);
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    font-size: calc(var(--vw) * 1.55);
    padding-top: calc(var(--vwbg) * 2.9);
  }
  
  .type-au95motion-demou952 .scroll-down {
    align-items: center;
    display: flex;
    gap: 8px;
    position: relative;
    padding-top: calc(var(--vwbg) * 13.3);
  }
  
  .type-au95motion-demou952 .scroll-down .text {
    font-size: calc(var(--vw) * 1.1);
    font-weight: 400;
    color: #ffffff;
    margin:auto
  }
  .type-au95motion-demou952 .scroll-down .scroll-click{
    padding: 7px 23px;
    margin: auto;
  }
  .type-au95motion-demou952 .scroll-down .arrow {
    /* width: calc(var(--vw) * 1.5); */
    height: calc(var(--vw) * 1.1);
    padding-left: calc(var(--vw) * 0.2);
  }
  
  .type-au95motion-demou952 .header {
    min-height: 15.7vw;
    padding: 0px 5.4vw;
  }
  .navbar-link{
    padding: 5.7vw 0;
    /* font-size: calc(var(--vw) * 2.4); */
  }
  
  .type-au95motion-demou952 .logo_whit, .type-au95motion-demou952 .logo_blue {
    /* height: 40px; */
    position: relative;
    width: 20.0vw;
  }
  .kor-eng .koreng-icon, .kor-eng .koreng-icon-blue {
    width: calc(var(--vw) * 1.0);
  }
  /* .kor-eng .koreng-kor {
    padding-left: 2.5vw;
  } */
  .kor-eng .koreng-split {
    font-weight: 300;
    color: #606878;
    font-family: var(--font-family-pretendard-regular);
    padding: 0 1.8vw;
  }
  .kor-eng .koreng-eng {
    margin-right: 1vw;
  }
  .lang-korean .koreng-eng, .lang-english .koreng-kor {
    font-weight: 300;
    color: #dce3f2;
    font-family: var(--font-family-pretendard-regular);
  }
  .lang-korean .koreng-kor, .lang-english .koreng-eng {
    color: #000000;
  }
  .spacer{
    height: 28vw;
  }

  .section {
    padding: 13vw 5.3vw 6vw;
  }
  
  .type-au95motion-demou952 .business-objectives {
    font-size: calc(var(--vw) * 2.4);
    /* line-height: calc(var(--vw) * 5.6); */
    padding-top: calc(var(--vw) * 1.0);
  }

  .type-au95motion-demou952 .business-text {
    padding-top: 0.5vw;
    line-height: 1.5;
    font-size: calc(var(--vw) * 1.19);
    transform: scale(1, 1.1);
  }
  
  .type-au95motion-demou952 .business-card-text {
    padding-top: calc(var(--vw) * 0.2);
    font-size: calc(var(--vw) * 1.37);
    line-height: 1.5;
  }
  .type-au95motion-demou952 .business-card-text .pharma-span{
    display: block;
  }

  .section2 {
    padding: 14.4vw 5.1vw 15vw;
  }
  .section2 .slider-wrapper, .slider-wrapper2{
    max-height: 50vh;
  }

  .section2 .title {
    padding: 0;
  }

  .elysium-bio-history-topic {
    font-size: calc(var(--vw) * 2.41);
    padding-top: 0.3vw;
  }
  .elysium-bio-history-brief{
    padding-top: calc(var(--vw) * 0.27);
    font-size: calc(var(--vw) * 1.193);
    width: 84%;
    padding-bottom: calc(var(--vw)* 1);
  }

  .type-au95motion-demou952 .cont-1 {
    gap: calc(var(--vw) * 1.3);
    padding: 3.6vw 0;
  }
  .type-au95motion-demou952 .cont-item-1 {
    align-items: center;
    align-self: stretch;
    gap: calc(var(--vw) * 0.8);
    width: calc(120px + 18.10vw);
  }
  .type-au95motion-demou952 .swiper-slide .cont-item-1 {
    align-items: center;
    align-self: stretch;
    gap: calc(var(--vw) * 0.8);
    width: 100% !important;
  }

  .type-au95motion-demou952 .cont-item-1 .frame-29 {
    height: 41vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .phone {
    font-size: calc(var(--vw) * 1.2);
    padding-top: calc(var(--vw) * 1.7);
    padding-bottom: calc(var(--vw) * 0.2);
  }
  
  .type-au95motion-demou952 .sub-text {
    font-size: calc(var(--vw) * 1.38);
  }

  .section3 {
    padding: 14.5vw 0 25.6vw;
  }

  .section3 .title {
    padding: 0 5.2vw 0;
  }

  .type-au95motion-demou952 .elysium-bio-4-text {
    align-self: stretch;
    position: relative;
    font-size: calc(var(--vw) * 2.38);
    padding-top: 0;
    line-height: 1.5;
  }

  .type-au95motion-demou952 .elysium-bio-4-sub-text {
    font-size: calc(var(--vw) * 1.194);
    padding-top: calc(var(--vw) * 0);
    line-height: 1.44;
    transform: scale(1, 1.05);
    margin-top: -0.2rem;
  }

  .type-au95motion-demou952 .con2 {
    margin-top: 0.2rem;
    padding: 1.5vw 5.2vw 2vw;
  }
  
  .active-frame-sect .text-startup li .bolden {
    font-weight: 700;
    display: inline-block;
    transform: scale(1.05, 1);
    padding-right:  calc(var(--vw) * 0.05);
  }

  /* .section4 {
    display: block;
    padding: 7vw 3.9vw 6.4vw;
  } */

  .type-au95motion-demou952 .graph-section {
    padding: 28.5vw 5.3vw 10vw;
  }

}






/* News Page and Animatuon Update */


.type-au95motion-demou952 .con-grid {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 35% 58%;
  gap: 7%;
}
.con-grid .image-sect {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
}
.con-grid .back-sect {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: flex-start;
  padding: 1.8vh 0;
  border-bottom: 1px solid #B7BBC4;
  border-top: 1px solid #B7BBC4;
  margin-bottom: 4vmax;
  transition: 0.3s ease;
}
.con-grid .back-sect:hover {
  background-color: rgba(255, 255, 255, 0.63);
}
.con-grid .back-sect span {
  font-family: var(--font-family-pretendard-bold);
  font-size: var(--font-size-xl);
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 1em;
}
.con-grid .image-holder {
  border-radius: 1.2em;
  overflow: hidden;
  width: 100%;
  background-color: #000;
  flex-grow: 1;
  background-position: center;
  background-size: cover;
}
.image-holder-mobile{
  display: none;
  border-radius: 1.2em;
  overflow: hidden;
  width: 100%;
  margin-top: 4vh;
}
.con-grid .image-holder img, .con-grid .image-holder-mobile img {
  width: 100%;
}
.con-grid .con-item, .con-grid .con-item-2 {
  padding: 2.0vw 2.7vw
}
.con-grid .headingh4 {
  padding: 0.7vmax 0 1vmax;
  line-height: 1.5;
}
.detail-sect .con-grid .con-item {
  width: 100% !important;
}
.header-blue .navbar-link{
  color: #2F333C;
}
.header-blue .kor-eng {
  color:#000;
}
.lang-korean .header-blue .koreng-kor, .lang-english .header-blue .koreng-eng {
  color: #000000;
}
.koreng-icon-blue, .header-blue .koreng-icon {
  display: none;
}
.header-blue .koreng-icon-blue {
  display: inline-block;
}
.header-blue .logo_whit, .logo_blue {
  display: none;
}
.header-blue .logo_blue {
  display: inline-block;
}

@media all and (min-width: 801px) {
  .detail-sect .con-grid .text-55 {
    min-height: 20vw;
  }
  .detail-sect .con-grid .con-item {
    position: relative;
  }
  .detail-sect .con-grid .frame-152 {
    max-height: 35vw;
    padding-bottom: 8px;
    overflow: auto;
  }
  .con-item .overlay-strip {
    position: absolute;
    left: 0;
    bottom: 2vw;
    width: 100%;
    height: calc(10px);
    z-index: 5;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  
  .detail-sect ::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  .detail-sect ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(135, 134, 134, 0.352); 
  }
  
  /* Handle */
  .detail-sect ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #919191;
  }
}

@media all and (max-width: 800px) {
  .type-au95motion-demou952 .con-grid {
    display: block;
  }
  .con-grid .image-holder {
    display: none;
  }
  .image-holder-mobile{
    display: block;
  }
}

@media all and (max-width: 400px) {
  .type-au95motion-demou952 .detail-sect {
    padding: 25vw 6.5vw 0;
  }
  .con-grid .con-item {
    padding: 6vw 5vw
  }
}


.custom-animation{
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes ca-flow {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@keyframes ca-up {
  0%{
    transform: translateY(15vh);
    opacity: 0;
  }
  100%{
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ca-out {
  0%{
    transform: scale(1.2);
    opacity: 0;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ca-right {
  0%{
    transform: translateX(-15vw);
    opacity: 0;
  }
  100%{
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes ca-in {
  0%{
    transform: scale(1.6);
    opacity: 0;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}

 /* // News Page and Animatuon Update */







 


/* PAGE SECTOR SNAPPING STYLES */

.last-page {
  width: 100%;
}
@media all and (min-width: 9501px){
  .pages {
    height: 100vh !important;
    width: 100% !important;
    position: relative;
    overflow: hidden;
  }
  
  .page {
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    width: 100% !important;
    /* overflow: auto; */
    position: absolute;
    bottom: -100%;
    transition: bottom .7s;
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
  
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
  }
  
  .last-page {
    overflow: auto;
    width: 100%;
  }
  
  .last-page::-webkit-scrollbar {
    width: 0.5em;
    opacity: 0.5;
    transition: 0.3s ease;
  }
  
  /* Track */
  .last-page::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(135, 134, 134, 0.352); 
    opacity: 0.5;
    transition: 0.3s ease;
  }
  
  /* Handle */
  .last-page::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #919191;
    opacity: 0.5;
    transition: 0.3s ease;
  }
  .last-page::-webkit-scrollbar:hover, .last-page::-webkit-scrollbar-track:hover, .last-page::-webkit-scrollbar-thumb:hover {
    opacity: 1;
  }
  
  .page:first-child {
  bottom: 0;
  }
  
  .pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    min-width: 210px;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
  }
  
  .pagination>li {
    list-style: none;
    height: 20px;
    width: 20px;
    background: #6d7db8;
    border-radius: 50%;
    margin: 5px;
    transition: background .7s;
    display: inline-block;
  }
  
  .pagination>li.active {
    background: #ffffff;
    box-shadow: 0 0 5px 2px rgba(66, 75, 107, 0.6);
  }

  .disabled {
    pointer-events: none;
    opacity: 0.5;
  }
}


 /* // PAGE SECTOR SNAPPING STYLES */