@charset "UTF-8";
@import "contentNav.css";



.imgSlider{
	margin: -132px auto 100px;
	height: 780px;
	position: relative;
}

.swiper{
	height: 780px;
	z-index: 2!important;
}
.swiper-wrapper {
    align-items: center;
}

.swiper .swiper-slide {
	text-align: center;
    height: 540px!important;
    overflow: hidden;
}	

.swiper .swiper-slide img{
	max-height: 540px;
	max-width: 810px;
	transform: scale(1);
	transition: all 0.5s  ease-out;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper .swiper-slide-prev img,
.swiper .swiper-slide-next img{
	transform: scale(0.5);
}


.cursor{
	border-radius: 50%;
	position: absolute; 
	top: 0;
	left: 0; 
	cursor: none; 
	pointer-events: none; 
	width: 80px;
	height:80px;
	background: rgba(153, 0, 153, 0.75);
	z-index: 999;
	opacity: 0; 
}

.cursor.is-active{
	opacity: 1;
}

.cursor.is-next::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.cursor.is-prev::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -10px;
	margin: auto;	
	display: inline-block;
	width: 20px;
	height: 20px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.swiper-button-next, .swiper-button-prev {
    top: 0!important;
    width: 500px!important;
    height: 100%!important;
}
.swiper-button-next::after, .swiper-button-prev::after{
	display: none;
}

.swiper-scrollbar-drag {
    background: rgba(153, 0, 153, 0.75)!important;
}


.photoContent{
	max-width: 1920px;
	display: grid;
	grid-template-columns: 2fr 10fr;
	align-items: start;
}


.photoList,.fitList{
	flex-basis: 1360px;
	position: relative; 
}

.photoList ul,.fitList ul{
	display: flex;
	flex-wrap: wrap;
}

.photoList li,.fitList li{
	/*flex-basis: 428px;*/
	width: calc((100% - 120px)/ 3);
	display: flex;
	align-items: center;
	margin: 0 40px 80px 0;
	background: #242430;
	position: relative;
}

.fitList li img{
	width: 100%;
	height: 100%;
    aspect-ratio: 4/3;
    object-fit: cover
}

.photoList li img,{
	width: 100%;
	max-height: 100%;
}

.photoList li a,
.fitList li a{
	display: block;
	position: relative;
}

.photoList li span,
.fitList li span{
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	align-items: center;
	justify-content: center;
	background-color: #000;
	color: #fff;
	transition: all 0.5s  ease-out;
	opacity: 0;
	z-index: 1;
	left: 0;
	top: 0;
}

.photoList li:hover span,
.fitList li:hover span{
	opacity: 0.7;
	z-index: 2;
}

.fadein {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  background: #000;
  top: 0;
  left: 0;
  transition: all 0.5s  ease-out;
}

.fadein.action {
	height: 100%;
}


.swiperBg {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.swiperBg .swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.3;
}


/*========================

1024px

========================*/

@media screen and (max-width: 1024px){

.imgSlider{
	height: 600px;
	margin: -98px auto 100px;
}

.swiper .swiper-slide img{
	max-width: 100%;
	max-height: 400px;
}

.photoList{
	flex-basis: 1024px;
}

.photoList li{
	width: calc((100% - 80px)/ 2);
	display: flex;
	align-items: center;
	margin: 0 40px 80px 0;
	background: #242430;
	position: relative;
}


.swiper-button-next, .swiper-button-prev{
    top: 30%!important;
    width: 260px!important;
    height: 50%!important;
}

.cursor{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.cursor.is-next::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.cursor.is-prev::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;	
	display: inline-block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}


}


/*========================

768px

========================*/

@media screen and (max-width: 768px){

.photoContent{
	display: block;
}

#globalHeader{
    background: rgba(0,0,0,0.4);
    backdrop-filter: saturate(180%) blur(20px);
}

.photoList li{
	width: 100vw;
	height: auto;
	margin: 0 auto 14vw;
}

.fitList li{
	aspect-ratio: unset;
}

.contentNavBox{
	top: 0;
}

.contentNav ul .has-child::after{
    content: "";
    position: absolute;
    right: -20px;
    top: 4px;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 5px 30px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease-out;
 }



.contentNav ul.contentNavMaster{
	position: relative;
}

.contentNav .contentNavMaster .has-child{
    border-bottom: 1px solid #A51C9F;
    margin-bottom: 1em;
    padding-bottom: 4px;
}

.contentNavSub ul li{
	padding-bottom: 1em;
}

.contentNavSub ul li:first-child{
	padding-top: 1em;
}

.swiper {
  height: 100%;
}

.swiper .swiper-slide-prev img, .swiper .swiper-slide-next img {
  transform: none;
}


.swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}


.swiper .swiper-slide img {
  max-width: 92%;
  max-height: 270px;
  transform: none;
  width: auto;
  height: auto;
}

.imgSlider{
  margin-bottom: 60px;
}

.photoList li{
  background: none;
}

.photoList li span{
  overflow: hidden;
  pointer-events: none;
  margin-top: 6px;
  justify-content: flex-start;
  position: static;
  opacity: 1;
  background-color: #111;
}

.swiper-button-next, .swiper-button-prev{
    top: 30%!important;
    width: 100px!important;
    height: 50%!important;
}



}






