* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

li {
	list-style: none;
}

img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

.is-home{
	width: 100%;
	
}

.is-top1{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color:#DBAD61;
	font-family: Hind;
	font-size: 16px;
	font-weight: 600;
	line-height: 25.62px;
	color: #fff;
	text-align: center;
}

.is-top2{
	width: 100%;
	background: #040000;
	display: flex;
	justify-content: center;
}

.is-top2-content{
	width: 85%;
	display: flex;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
}

.is-top2-content1{
	width: 45%;
	display: flex;
	justify-content: start;
	align-items: center;

}
.is-top2-content1>a>img{
	width: 20px;
	object-fit: cover;
}
.is-top2-content1>img{
	width: 24px;
	object-fit: cover;
}

.is-top2-content2{
	width: 13%;
	
}

.is-top2-content2>a>img{
	width: 100%;
	object-fit: cover;
}

.is-top2-content3{
	width: 45%;
	display: flex;
	justify-content: end;
	align-items: center;
}

.is-top2-content3>a>img{
	width: 20px;
	object-fit: cover;
	margin-left: 25px;
}

.is-top3{
	width: 100%;
	background-color: #040000;
	padding: 30px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	position: sticky;
	top: 0;
	left: 0;
}

.is-top3-content{
	width: 60%;
	display: flex;
	justify-content: space-between;
}
.is-top3-content>a{
	line-height: 18px;
	font-size: 16px;
	color: #DBAD61;
}

.is-top4{
	width: 100%;
	
}

.is-top4>a>img{
	width: 100%;
	object-fit: cover;
}

.is-top4-img2{
	display: none;
}

.is-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.is-desc1{
	width: 100%;
	padding: 120px 0 10px;
	text-align: center;
	background-color: #FAFAFA;
	max-width: 1440px;
	margin: 0 auto;
}

.is-desc1>p{
	width: 60%;
	margin: 0 auto 30px;
	font-family: Hind;
	font-size: 20px;
	font-weight: 500;
	line-height: 32.02px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

.is-desc1>div>a{
	color: #040000;
	padding: 7px 25px 5px;
	box-sizing: border-box;
	border: 1px solid #0000004D;
	border-radius: 20px;
}


.is-top1-img2{
	display: none;
}
.is-top2-img2{
	display: none;
}

.is-sel-1{
	width: 100%;
	position: fixed;
	top: 0px;
	left: -100%;
	background-color: #FAFAFA;
	padding: 10px;
	box-sizing: border-box;
	transition: .5s;
	z-index: 10;
	height: 100%;
}
.sel-out{
	width: 100%;
	padding: 20px 0px 20px 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #0000000D;
	display: flex;
	justify-content: end;
	margin-bottom: 20px;
}
.sel-out>img{
	width: 30px;
	
}

.is-sel-list{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-bottom: 120px;
}

.is-sel-list>li>a{
	font-family: Hind;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
}

.is-sel-list>li:nth-child(1){
	padding-bottom: 16px;
}

.is-sel-end{
	width: 100%;
	border-top: 1px solid #0000004D;
	padding-top: 20px;
}
.is-sel-box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.is-sel-box>span{
	width: 10%;
	position: relative;
	cursor: pointer;
}
.is-sel-box>span::before{
	content: "";
	width: 8px;
	height: 8px;
	border: solid #000000;
	border-width: 0 1.5px 1.5px 0;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	left: 50%;
	top: 70%;
	

}

.is-sel-box-1{
	width: 100%;
	display: flex;
	align-items: center;
	font-family: Hind;
	font-size: 14px;
	font-weight: 400;
	line-height: 22.41px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

.is-sel-box-1>img{
	width: 16px;
	margin-right: 8px;

	height: 16px;


}

.is-sel-icon{
	width: Hug (100px)px;
	height: Hug (24px)px;
	display: flex;
	gap: 15px;
	
}

.is-sel-icon>a>img{
	width: 24px;
	height: 24px;
}

.isHome-mask{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}



.is-desc1-img{
	display: none;
}
@media screen and (max-width:768px) {
	.is-top4-img2{
		display: block;
	}
	.is-top4-img1{
		display: none;
	}
	
	.is-top3{
		display: none;
	}
	
	.is-top2-content2{
		width: 30%;
	}
	
	.is-top1-img1{
		display: none;
	}
	.is-top1-img2{
		display: block;
		width: 15%;
		object-fit: cover;
	}
	.is-top2-img1{
		display: none;
	}
	.is-top2-img2{
		display: block;
	}
}


@media screen and (max-width:768px) {
	.is-desc1{
		width: 100%;
		padding: 50px 10px 10px;
		box-sizing: border-box;
		max-width: 1440px;
	}
	.is-desc1>p{
		width: 100%;
		font-size: 14px;
		text-align: start;
		margin: 0 0 20px;
	}
	
	.is-desc1>div{
		display: flex;
		justify-content: space-between;
		padding: 5px;
		box-sizing: border-box;
		margin-bottom: 50px;
	}
	
	.is-desc1>div>a{
		padding: 0;
		border: none;
		text-decoration: underline;
		color: #040000;
	}
	.is-desc1-img{
		width: 10%;
		display: block;
	}
	
	.is-desc1-img>img{
		width: 100%;
		object-fit: contain;
		
	}
	
}


.is-desc2{
	width: 100%;
	padding: 5% 0px 0 5%;
	box-sizing: border-box;
	max-width: 1440px;
	background-color: #FAFAFA;
	overflow: auto;
	display: none;
}

.is-desc2-1{
	display: block;
	width: 100%;
	padding: 5% 0px 0 5%;
	max-width: 1440px;
	margin: 0 auto;
}

.is-desc2-card{
	width: 100%;
}

.is-desc2-card>a>img{
	width: 100%;
	object-fit: cover;
	margin-bottom: 20px;
}

.is-desc2-card-titel{
	font-family: Hind;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 10px;
}

.is-desc2-card-titel2{
	font-family: Hind;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.1;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #ABADAB;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.is-desc2-card-btn{
	width: 100%;
	padding: 7px 15px 5px 15px;
	box-sizing: border-box;
	background: #040000;
	border-radius: 20px;
	text-align: center;
}
.is-desc2-card-btn>a{
	color: #fff;
	width: 100%;
    height: 100%;
    display: block;
}
[data-section-id="1728556315647"] .arrows{
	display: none !important;
}



@media screen and (max-width:768px) {
	
	.is-desc2-1{
		width: 100%;
		padding:  0 10px;
		box-sizing: border-box;
		margin-bottom: 100px;
		display: block;
		position: relative;
	}
	.is-blank{
		width: 100%;
		height: 20px;
	}
	.swiper-wrapper{
		padding-bottom: 20px;
	}
	
}

.is-desc3{
	width: 100%;
	padding: 5% 0 3% 5%;
	box-sizing: border-box;
	max-width: 1440px;
	margin: 0 auto;
	background-color: #FAFAFA;
}

.is-desc3-nav{
	display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

.is-desc3-nav>span{
	text-align: center;
	line-height: 34px;
	cursor: pointer;
	
}

.is-desc3-content{
	width: 100%;
	margin-top: 40px;
}

.is-desc3-content>div{
	width: 100%;
	display: flex;
	gap: 5%;
}


.desc3-1-left{
	width: 30%;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.desc3-titel{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 80px;
}
.desc3-titel>div{
	font-family: Hind;
	font-size: 28px;
	font-weight: 500;
	line-height: 44.83px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 10px;

}
.desc3-titel>span{
	font-family: Hind;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.62px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;

}
.desc3-more{
	font-family: Hind;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #040000;
    padding: 7px 25px;
    border: 1px solid #0000004D;
    border-radius: 20px;
    display: inline-block;
}
span.tab_btn.active {
    border-bottom: 2px solid;
}


.desc3-right{
	width: 70%;
	display: flex;
	gap: 10px;
	position: relative;
}

.desc3-card{
	width: 100%;
	padding: 10px 0 20px;
	box-sizing: border-box;
}

.desc3-card-list{
	width: 100%;
	background-color:  #F6F6F6;
	position: relative;
}

.desc3-card-top{
	
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 36px;
	display: flex;
	justify-content: start;
	position: absolute;
	left: 0;
	right: 0;
}

.desc3-card-top>a{
	padding: 5px 17px;
	box-sizing: border-box;
	color: #040000;
	border-radius: 20px;
	border: 1px solid #000000;
	margin: 18px 0 0 18px;
	font-family: Hind;
	font-size: 12px;
	font-weight: 500;
	line-height: 22.41px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}
.desc3-card-img{
	
	width: 100%;
	background-color: #F6F6F6;
}

.desc3-card-img>img{
	
	width: 100%;
	object-fit: cover;
}

.desc3-card-bottom{
	width: 100%;
	padding: 35px 40px;
	box-sizing: border-box;
	background-color: #fff;
}

.desc3-card-bottom>p{
	
	color: #000000;
	margin-bottom: 20px;
	font-family: Hind;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

.desc3-card-bottom>a{
	width: 100%;
	display: flex;
	padding: 7px 15px 5px;
	box-sizing: border-box;
	color: #fff;
	background-color: #000000;
	justify-content: space-between;
	border-radius: 20px;
}

.desc3-card-bottom>a>div{
	font-family: Hind;
	font-size: 14px;
	font-weight: 600;
	line-height: 22.41px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;


}

.desc3-card-bottom>a>span{
	font-family: Hind;
	font-size: 12px;
	font-weight: 600;
	line-height: 19.21px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}
.scrollbar1{
	height: 2px !important;
	display: none !important;
}

.scrollbar2{
	width: 30% !important;
	left: -40% !important;
	height: 2px !important;
}

.mySwiper2{
	position: static !important;
}



.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 12px !important;
	font-weight: bold !important;
	color: #000000;
	background-color: #fff;
	padding: 12px 15px;
	border-radius: 50%;
	box-shadow: 0px 10px 40px 0px #00000014;

}
.desc3-card-top-icon{
	display: none;
}


@media screen and (max-width:768px) {
	.is-desc3-nav{
		justify-content: start;
		gap: 24px;
	}
	.is-desc3-content{
		margin-top: 20px;
	}
	
	.is-desc3{
		padding: 0px;
	}
	.is-desc3-nav{
		width: 100%;
		margin-bottom: 0;
		padding: 0 10px;
	}
	
	.is-desc3-content>div{
		width: 100%;
		flex-direction: column;
	}
	.desc3-1-left{
		width: 100%;
	}
	.desc3-titel{
		margin-bottom: 20px;
		padding: 10px;
	}
	
	.desc3-more{
		display: none;
	}
	.desc3-right{
		width: 100%;
	}
	.desc3-card{
		width: 100%;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
		display: none;
	}
	.scrollbar2{
		left: 0 !important;
		width: 100% !important;
	}
	.scrollbar1{
	
	display: block !important;
	
}
	
	.desc3-card-top-icon{
		display: block;
		width: 30px;
		height: 30px;
		text-align: center;
		position: absolute;
		bottom: 15px;
		right: 15px;
		background-color: #fff;
		border-radius: 50%;
		color: #000000;
	}
}


.is-desc4{
	width: 100%;
	padding:  120px  0;
	box-sizing: border-box;
	max-width: 1440px;
	margin: 0 auto;
}

.is-desc4-1{
	width: 100%;
	display: flex;
	gap: 5%;
	padding-right: 5%;
}
.is-desc-4-1cont{
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.is-desc-4-1img{
	flex: 1;
	
}
.is-desc-4-1img>a>img{
	width: 100%;
	height: 100%;
}
.cont-titel{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 10%;
}

.cont-titel>p{
	font-family: Hind;
	font-size: calc(6vw - 16px);
	font-weight: 400;
	line-height: 1.3;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	margin-bottom: 35px;
	max-width: 600px;
}

.cont-desc{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.cont-desc>span{
	font-family: Hind;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	margin-bottom: 35px;
	padding-right: 5%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 13;
	-webkit-box-orient: vertical;
}

.cont-desc>a{
	display: inline-block;
	padding: 7px 25px 5px 25px;
	box-sizing: border-box;
	color: #000000;
	border: 1px solid #0000004D;
	border-radius: 30px;
	text-align: center;
	font-family: Hind;
	font-size: 18px;
	font-weight: 400;
	line-height: 28.82px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}





.is-desc4-2{
	width: 100%;
	display: flex;
	gap: 5%;
	padding-left: 5%;
	margin-bottom: 50px;
}
.is-desc-4-2cont{
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.is-desc-4-2img{
	flex: 1;
	
}
.is-desc-4-2img>a>img{
	width: 100%;
	height: 100%;
}
.cont-desc2>p{
	font-family: Hind;
	font-size: calc(6vw - 16px);
	font-weight: 400;
	line-height: 1.3;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	margin-bottom: 40px;
	width: 100%;
	max-width: 600px;
}

.cont-titel>span{
	font-family: Hind;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	margin-bottom: 20px;
	width: 100%;
    padding: 0 5% 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 13;
	-webkit-box-orient: vertical;
}

.cont-desc-more>a{
	display: inline-block;
	padding: 7px 25px 5px 25px;
	box-sizing: border-box;
	color: #000000;
	border: 1px solid #0000004D;
	border-radius: 30px;
	text-align: center;
	font-family: Hind;
	font-size: 18px;
	font-weight: 400;
	line-height: 28.82px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
@media screen and (min-width:1440px){
	.cont-titel>p{
		font-size: 68px;
	}
	.cont-desc2>p{
		font-size: 68px;
	}
}
 
@media screen and (max-width: 992px){
	.cont-titel{
		padding: 0;
	}
	.is-desc4-1{
		padding-left: 5%;
	}
	.cont-titel>span{
		-webkit-line-clamp: 7;
	}
	.cont-titel>p{
		max-width: 400px;
	}
	.cont-desc2>p {
		max-width: 400px;
	}
}

@media screen and (max-width:768px) {
	.is-desc4{
		padding-top: 80px  ;
	}
	
	.is-desc4-1{
		display: block;
		position: relative;
		margin-bottom: 200px;
		padding: 0;
	}
	.is-desc-4-1cont{
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}
	
	
	
	.is-desc-4-1img{
		flex: 1;
		padding: 0 16px;
	}
	.is-desc-4-1img>img{
		width: 100%;
		object-fit: cover;
	}

	.cont-desc-more{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.cont-titel{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 0;
	}
	
	.cont-titel>p{
		max-width: 400px;
		font-family: Hind;
		font-size: 36px;
		font-weight: 400;
		line-height: 46.8px;
		text-align: center;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		margin: 0 auto;
		padding: 0;
	}
	.cont-desc{
		position: absolute;
		top: 102%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.cont-desc>span{
		margin-bottom: 20px;
		font-family: Hind;
		font-size: 14px;
		font-weight: 400;
		line-height: 22.41px;
		text-align: center;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		width: 100%;
        padding: 0 16px;
		-webkit-line-clamp: none;
	}
	
	.cont-desc>a{
		width: 40%;
		padding: 7px 25px 5px 25px;
		box-sizing: border-box;
		color: #000000;
		border: 1px solid #0000004D;
		border-radius: 20px;
		text-align: center;
	}
	
	
	.is-desc4-2{
		position: relative;
		display: block;
		padding-top: 120px;
		box-sizing: border-box;
		padding-left: 0	;
	}
	.is-desc-4-2cont{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.cont-desc2{
		position: absolute;
		top: 0;
		width: 100%;
		
	}
	.cont-desc2>p{
		max-width: 400px;
		text-align: center;
		margin: 0 auto;
		font-family: Hind;
		font-size: 36px;
		font-weight: 400;
		line-height: 46.8px;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		padding: 0;
	}
	.cont-titel>span{
		text-align: center;
		margin-top: 20px;
		font-family: Hind;
		font-size: 14px;
		font-weight: 400;
		line-height: 22.41px;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		width: 100%;
        padding: 0 16px;
		-webkit-line-clamp: none;
	}
	.is-desc-4-2img{
		flex: 1;
		padding: 0 16px;
		margin-bottom: 20px;
	}
	.is-desc-4-2img>img{
		width: 100%;
		object-fit: cover;
	}
	
}



.is-desc5{
	width: 100%;
	margin-top: 50px;
}

.desc5-img{
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}

.desc5-img>img:nth-child(1){
	width: 100%;
	object-fit: cover;
}
.desc5-img>img:nth-child(2){
	width: 60px;
	object-fit: cover;
	position: absolute;
	top: 45%;
	left: 50%;
}
.is-desc5-wrapper{
	width: 100;
	padding: 80px 100px;
}

.desc5-list{	
	display: flex;
	justify-content: space-between;
	
}

.desc5-list1{
	width: 23%;
	display: flex;
	justify-content: center;
	text-align: center;
}
.desc5-list1>img{
	width: 40px;
	object-fit: contain;
	margin-right: 20px;
}
.desc5-list1>div{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.desc5-list1>div>p{
	font-family: Hind;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

.desc5-list1>div>span{
	font-family: Hind;
	font-size: 12px;
	font-weight: 300;

	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

@media screen and (max-width:479px) {
	.is-desc5-wrapper{
		margin-top: 80px;
		padding: 0 20px 40px;
	}
	.desc5-img>img:nth-child(2){
		width: 60px;
		object-fit: cover;
		position: absolute;
		top: 40%;
		left: 45%;
	}
	
	.desc5-list{
		
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		justify-content: center;
	}
	
	.desc5-list1{
		width: 60%;
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin: 0 auto;
	}
	.desc5-list1>img{
		width: 20%;
		object-fit: contain;
		margin: 0 0 16px;
	}

	.desc5-list1>div>p{
		text-align: center;
		margin-bottom: 16px;
	}
	
	.desc5-list1>div>span{
		text-align: center;
	
	}
}



.desc5-search{
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
	background: #FAFAFA;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.isSearch{
	width: 30%;
}

.isSearch>p{
	/* font-size: 18px; */
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.isinput{
	border: 1px solid #888A8B;
	width: 100%;
	height: 30px;
	border-radius: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.isinput>img{
	width: 16px;
}
.isinput>input{
	width: 65%;
	height: 100%;
	border: none;
	margin-left: 10px;
	padding-left: 15px;
}

.isinput>input:focus{
	outline: transparent;
}
.isinput>form{
	flex: 1;
	height: 100%;
}

.isinput>form>button{
	font-size: 14px;
	width: 100%;
	height: 100%;
	background: #000000;
	color: #FFFFFF;
	border: none;
	border-radius: 0 20px 20px 0;

}

@media screen and (max-width:479px) {
	.isSearch{
		width: 80%;
	}
}


.is-bottom{
	width: 100%;
	background-color: #000000;
}

.is-bottom-top{
	width: 100%;
	padding: 80px 120px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 50px;
}

.is-bottom-list{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.is-bottom-list>img{
	width: 60%;
	object-fit: cover;
	margin: 0 auto;
}

.bottom-list1{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bottom-list1>span{
	color: #DBAD61;
	font-family: Hind;
	font-size: 12px;
	font-weight: 600;
	line-height: 18.62px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

.bottom-list1>p{
	color: #FFFFFF;
	font-family: Hind;
	font-size: 16px;
	font-weight: 600;
	line-height: 26.02px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}
.bottom-list1>div{
	color: #FFFFFF;
	font-family: Hind;
	font-size: 10px;
	font-weight: 400;
	line-height: 16.21px;
	letter-spacing: 0.02em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}




.is-bottom-end{
	width: 100%;
	padding: 40px 100px 80px;
	box-sizing: border-box;

}

.isent-list{
	width: 70%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 80px;
}

.isent-list1{
	width: 100%;
	
	transition: 0.3s;
}

.isend-titel{
	color: #FFFFFF;
	font-family: Hind;
	font-size: 12px;
	font-weight: 500;
	line-height: 22.41px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 20px;
}

.isend-desc{
	transition: 0.5s;
}
.isend-desc>li{
	margin-bottom: 18px;
}

.isend-desc>li>a{
	font-family: Hind;
	font-size: 10px;
	font-weight: 500;
	line-height: 20.41px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFFB2;
}

.isend-img{
	display: flex;
	gap: 10px;
	margin-top: 5px;
}

.isend-img>a>img{
	width: 18px;
	object-fit: cover;
}

.isend-desc-4>.ispay-icon{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 5px;
}

.ispay-icon>a>img{
	width: 100%;
	object-fit: contain;
}

.is-foot-wrapper{
	width: 100%;
	background-color: #000000;
}

.isfoot{
	width: 100%;
	background-color: #000000;
	padding: 10px 0 50px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.is-blank2{
	display: none;
}

.isfoot-icon{
	display: none;
}

.isend-desc-4>li{
	display: none;
}


@media screen and (max-width:479px){
	.is-bottom-top{
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
		
	}
	
	.is-bottom-list{
		width: 22%;
		
	}
	
	.is-blank2{
		display: block;
	}
	
	
	.is-bottom-end{
		padding: 10px;
	}
	
	.isent-list{
		width: 100%;
		grid-template-columns: 1fr;
		gap: 0px;
	}
	
	.isend-desc>.ispay-icon{
		display: none;
	}
	.isend-desc-4{
		display: block;
	}
	
	
	.isend-titel{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0;
		line-height: 54px;
		
	}
	
	
	.isent-list1{
		border-bottom: 1px solid #888A8B;
		transition: 0.2s;
	}
	
	.isend-befor{
		
		width: 30px;
		height: 30px;
		position: relative;
		background-color: rgba(0, 0, 0, 0.6);
		cursor: pointer;

	}
	
	.isend-after{
		position: relative;
		width: 30px;
		height: 30px;
		background-color: rgba(0, 0, 0, 0.6);
		cursor: pointer;
		
	}
	
	.isend-befor::before{
		content: "";
		width: 8px;
		height: 8px;
		border: solid #fff;
		border-width: 0 2px 2px 0;
		transform: translate(-50%, -50%) rotate(-45deg);
		position: absolute;
		left: 50%;
		top: 50%;
	
	}
	.isend-after::before{
		content: "";
		width: 8px;
		height: 8px;
		border: solid #fff;
		border-width: 0 0 2px 2px;
		transform: translate(-50%, -50%) rotate(-45deg);
		position: absolute;
		left: 50%;
		top: 70%;
	}
	
	.isfoot{
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
		padding-top: 40px;
	}
	
	.isfoot-icon{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		padding: 0 100px;
		box-sizing: border-box;
		gap: 10px;
		background-color: #000000;
		padding-bottom: 80px;
	}
	.isfoot-icon>a{
		width: 20%;
	}
	
	.isfoot-icon>a>img{
		width: 100%;
	}
	
	
}

