﻿
* {
  text-decoration: none;
  list-style: none;
  outline: none;
  margin: 0;
  padding: 0;
}
html, body {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
img {		
        max-width: 100%;
		max-height: 100vh;
}
.swiper-slide > div {
	opacity: 0;
	scale: 1.5;
	transition: all .8s;
}
.swiper-slide-active > div {
	opacity: 1;
	scale: 1;
}
.swiper-slide-active .char_img {
    height: 100vh;
    left: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
}
.char_bg {
    height: 100vh;
    right: 0;
    bottom: 0;
    position: absolute;
}
.char_container {
    width: 100%;
    height: 100vh;
    position: relative;
}
.char_info {
    height: 450px;
    display: flex;
    left: 47%;
    bottom: 35%;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
    color: #6d6d6d;
    z-index: 1;
    position: absolute;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}
.char_name {
    margin-left: -30px;
    margin-bottom: 10px;
	z-index: 2;
}
.char_thumbs {
    width: 820px;
    height: 250px;
    left: 42%;
    bottom: 5%;
    overflow: hidden;
    position: absolute;
    z-index: 9;
}
.char_thumbs .swiper-slide {
	width: 160px;
	height: 250px;
	text-align: center;
	overflow: hidden;
	opacity: .5;
	cursor: pointer;
}
.char_thumbs img {
	max-width: 100%;
}

.char_thumbs .swiper-slide-active {
      opacity: 1;
 }
.char_thumbs .swiper-slide img {
      width: auto;
      height: 100%;
}
.navigation {
    width: 75%;
    height: 75px;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 2;
    flex-direction: row;
    justify-content: space-between;
}
.navigation > div {
	cursor: pointer;
}
