.fade-inJ {
   
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 5s; 
}

.fade-inJ.show {
    opacity: 1; 
}

#banner {
	width: 100%;
	z-index: 3;
}
#banner .main-slider , #banner .main-slider div{
    height: 700px;
    z-index: 2;
}
#banner .arrow{
    position: absolute;
    right: 10%;
    bottom: 19%;
    z-index: 13;
    display: flex;
    height: 30px;
    justify-content: flex-end;
}
#banner  .arrow a{
    background: #72c3bd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    padding: 28px 25px;
}
#banner  .arrow a.prev
{
	background:#44413d;
}
#banner .arrow a.prev .fas{
    color: #ffffff;
}
#banner .arrow a .fas{
    font-size: 15px;
    color: #44413d;
}
#banner,
#banner * {
	transition: unset;
	-webkit-transition: unset;
}
#banner .main-slider .info{
    display: flex;
}
#banner .videobox {
    position: absolute;
    width: 100%;
    object-fit: cover;
    display: flex;
    z-index: -1;
    height: 100%;
    overflow: hidden;
    animation: fadeIn 3s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0; 
  }
  100% {
    opacity: 1; 
  }
}

#banner img.flyimg {
	width: 51%;
	z-index: 2;
	position: absolute;
	left: 7%;
	margin-top: 11%;
}
#banner .downimg{
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
}

#banner .pos_abs {
	width: 100vw;
	height: 100%;
	top: 0;
	left: 0;
}

#banner .info {
	height: 100%;
	z-index: -9;
}

#banner .info .txt {
	margin: 35px auto 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

#banner .info .txt * {
	font-weight: 400;
	color: #242426;
	opacity: 0;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	letter-spacing: 0.05em;
}

#banner .info .txt h3 {
	font-size: max(4*(1vw + 1vh) / 2, 35px);
	font-weight: 700;
	display: flex;
}
#banner .info .txt h3 .colormtext{
    font-size: max(4*(1vw + 1vh) / 2, 35px);
    font-weight: 700;
    color: #72c3bd;
}

#banner .info .txt p {
	font-weight: 400;
	font-size: max(1.2*(1vw + 1vh) / 2, 14px);
}

#banner a.pos_abs {
	z-index: 2;
}

#banner video,
#banner iframe {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

/* slick-current */
#banner .slick-current .info .txt * {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
}

#banner .slick-current .info .txt p {
	transition-delay: .6s;
	-webkit-transition-delay: .6s;
}

#banner .slick-current .info .txt p.topmtext{
    font-size: max(2.2*(1vw + 1vh) / 2, 19px);
    font-weight: 500;
    display: flex;
    align-items: center;
}

#banner .slick-current .info .txt p.topmtext:before {
    content: "";
    display: block;
    width: 10px;
    aspect-ratio: 1/1;
    background-color: #242426;
    transform: rotate(45deg);
    position: relative;
    margin-right: 10px;
}
#banner .slick-current .info .txt p.topmtext:after {
    content: "";
    display: block;
    width: 10px;
    aspect-ratio: 1/1;
    background-color: #242426;
    transform: rotate(45deg);
    position: relative;
    margin-left: 10px;
}
@media screen and (min-width: 761px) {


	#banner .pos_abs {
	}

	#banner .info {
		padding-bottom: 10vh;
		height: 700px;
	}
}

@media screen and (max-width: 1470px) {
	#banner .main-slider, #banner .main-slider div{
    height: 720px;
 }
	#banner  .arrow{
    bottom: 32%;
}
	#banner  .arrow a{
    padding: 25px 21px;
}
	#banner .info .txt{
    margin: 0px auto 0px;
    width: 80%;
}
	#banner img.flyimg{
    width: 53%;
    left: 6%;
    margin-top: 13%;
}
}

@media screen and (max-width: 1280px) {
	#banner .main-slider, #banner .main-slider div{
    height: 598px;
 }
}
@media screen and (max-width: 1024px){
	#banner .main-slider, #banner .main-slider div{
    height: 592px;
}
	#banner .info .txt{
    margin-top: -40px;
}
	#banner .arrow{
    bottom: 40%;
}
}

@media screen and (max-width: 980px) {
	#banner .main-slider, #banner .main-slider div{height: auto;}
	#banner .main-slider .info{position: absolute;top: auto;bottom: 50px;padding-bottom: 60px;}
	#banner .info .txt{
    margin: 0 auto;
    width: auto;
}
	#banner div.sdoo{
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #ffffff;
}
	#banner .main-slider .banJimg{
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
	#banner img.flyimg{
    margin: 0 auto;
    left: auto;
    top: 35px;
}
	#banner  .arrow{
    bottom: 57px;
    width: auto;
    display: flex;
    justify-content: center;
    right: 40%;
}
	#banner{
    margin-top: 67px;
}
	#banner video, #banner iframe{
    height: 100%;
    width: 205%;
}
}
@media screen and (max-width: 640px)
{
	#banner img.flyimg{
    width: min(500px , 90%);
}
	#banner .main-slider .arrow a{
    padding: 20px 15px;
}
	#banner .info .txt{
    margin: 0;
    margin-right: 10%;
}
	#banner  .arrow{
    right: 10%;
    display: flex;
    justify-content: flex-end;
}
	#banner .main-slider .info{
    display: flex;
    justify-content: flex-end;
}
}
@media screen and (max-width: 480px) {
	#banner .slick-current .info .txt p.topmtext:before , #banner .slick-current .info .txt p.topmtext:after{
    width: 6px;
}
	#banner .main-slider .info{
    bottom: 81px;
}
	#banner  .arrow{
    bottom: 95px;
    right: 14%;
}
	#banner .info .txt{
    margin-right: 14%;
}
	#banner div.sdoo{
    position: relative;
    display: flex;
    background-color: #ffffff;
}
	#banner .downimg{
    width: 1444px;
    max-width: unset;
    object-position: 0% 58%;
    object-fit: cover;
    object-position: -830px -9px;
    /* transform: scale(2) rotate(0deg); */
}
	#banner{
    margin-top: 40px;
}
	#banner .main-slider .banJimg{}
	#banner .videobox{
    margin-top: -52px;
}
	#banner img.flyimg{
    top: 45px;
}
}