.b17
	.gTitle
		margin-bottom 70px

.b17Wrap
	grid-gap 80px
	.b12Info
		text-align center
	.b12Item
		position relative
		.icon-close
			circle(36,#0050DC)
			color #fff
			position absolute
			top 15px
			right 15px
			z-index 50
.b17Tabla
	margin-top 50px

.b17TablaItemData
	height 90px
	text-align center
	flexg(center,center)
	flex-direction column
	justify-content center
	p
		margin-bottom 0px
	.name
		font-size 16px
		textg(t-400,normal,#002346)
		margin-bottom 6px
	.info
		font-size 15px
		textg(t-400,normal,#70839C)
	&:nth-child(2n + 1)
		background #F0F2F7
	&:nth-child(2n)
		background transparent
	
.b17TablaItem
	&:first-child
		.b17TablaItemData
			border-top-left-radius 10px
			border-bottom-left-radius 10px
.b17TablaItem
	&:last-child
		.b17TablaItemData
			border-top-right-radius 10px
			border-bottom-right-radius 10px


@media screen and (max-width 1024px)
	.b17Wrap
		grid-gap 50px
	.b17 .gTitle
		margin-bottom 50px
		padding 0px 20px
		
@media screen and (max-width 768px)
	.b17
		.wancho
			width 100%
	.b17ContentWrap
		flex-flow nowrap
		overflow-x auto
		justify-content flex-start
		display flex
		padding 0px 20px
	.b17COntentRelated
		flex 0 0 auto
		width max-content
	.b17Wrap
		grid-gap 32px
		.b12Item
			width 250px

@media screen and (max-width 480px)
	.b17Wrap
		grid-gap 24px
		.b12Item
			width 200px
	.b17TablaItemData
		height 60px
		.name,.info
			font-size 14px
		.name
			margin-bottom 3px
	.b17Tabla
		margin-top 20px