@media (max-width:1000px) {

	.main {
		width: 100%;
		height: auto;
	}

	.main img {
		object-fit: cover;
	}

	.m-title {
		width: 95%;
		height: auto;
		color: #FFFFFF;
		text-transform: uppercase;
		/* font-weight: 600; */

		line-height: 1.5;
		border-left: 2px solid #f9ae4e;
		margin: 15px auto;
		/* border-top: 1px solid gainsboro; */
		/* background-color: #F4F4F4; */
	}



	.m-title p {
		width: auto;
		height: auto;
		margin-left: 3px;
		/* display: inline-block; */
		font-size: 18px;
		/* font-weight: 600; */
		color: #484848;
		line-height: 1.5;
		/* text-shadow: 0px 0px 10px #000; */

	}

	.listOne {
		width: 100%;
		height: auto;
		padding: 15px 0;
		display: flex;
		margin: 0 auto;
		justify-content: space-around;
		flex-wrap: wrap;

	}

	.l1-box {
		/* width: 18%; */
		height: auto;
		display: block;
		/* border-radius: 10px; */
		margin-bottom: 25px;
		background-color: #FFFFFF;
		box-shadow: 0px 0px 10px gainsboro;
		border-radius: 5px;
		position: relative;
	}

	.listOne .l1-box {
		width: 46%;
		position: relative;

	}

	.pg {
		position: absolute;
		bottom: 5px;
		font-size: 14px;
		border-left: 2px solid #e4001d;
		padding-left: 10px;
	}

	.l1-box img {
		width: 100%;
		height: 130px;
		display: block;
		border-radius: 5px 5px 0 0;

	}

	.text {

		width: 90%;
		padding: 10px 5%;
		color: #000;
		background-color: #FFFFFF;
		border-radius: 0 0 5px 5px;

	}

	.listOne .l1-box .text p {
		font-size: 14px;
		margin: 0 0 15px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;

	}

	.listOne .l1-box .text p:nth-of-type(2) {
		/* color: gray;
		font-size: 13px;
		margin: 5px 0 10px; */
		display: none;
	}

	.listOne .text {
		padding: 10px 5% 15px;
	}

	.list2 {
		width: 100%;
		height: auto;
		margin: 0 auto;
		justify-content: space-around;
		flex-wrap: wrap;
		display: flex;
		padding: 15px 0;
	}

	.list2 .l1-box {
		width: 28%;
		height: auto;
		margin-bottom: 20px;
		border: 2px solid #3F2C63;
		border-radius: 7px;
		box-shadow: 0px 0px 10px gainsboro;
	}

	.list2 .l1-box img {
		width: 100%;
		height: 100px;
		display: block;
		border-radius: 7px;
	}

	.list2 .l1-box .text {
		display: none;
	}

	.list3 {
		width: 100%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		/* background-color: #ffffff; */

	}

	.list3 .l1-box {
		width: 29%;
		height: auto;
		border-radius: 5px;
		margin-bottom: 15px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);

	}

	.list3 .l1-box img {
		width: 100%;
		height: 90px;
		display: block;
		border-radius: 5px;
	}

	.list3 .l1-box .text {
		display: none;
	}

	.list4 {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
		flex-wrap: wrap;
		/* background-color: #ffffff; */

	}

	.list4 .l1-box {
		width: 90%;
		padding: 10px 2%;
		height: auto;
		margin: 0 auto;
		background-color: #FFFFFF;
		box-shadow: 0px 0px 10px gainsboro;
		border-radius: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}

	.list4 .l1-box img {
		width: 30%;
		height: 80px;
		display: block;
		border-radius: 5px;
	}

	.list4 .l1-box .text {
		width: 65%;
	}

	.list4 .l1-box .text p:nth-of-type(1),
	.list6 .l1-box .text p:nth-of-type(1) {
		font-size: 16px;
		font-weight: 600;
		line-height: 2.5;
		color: #252162;
	}

	.list4 .l1-box .text p:nth-of-type(2),
	.list6 .l1-box .text p:nth-of-type(2) {
		font-size: 14px;
		color: #252162;
	}

	.list4 .l1-box .text p:nth-of-type(3) {
		display: none;
	}

	.list6 {
		width: 100%;
		padding: 15px 0;
		/* background-color: #ffffff; */
	}

	.list6 .l1-box {
		width: 90%;
		margin: 0 auto 20px;
		box-shadow: 0px 0px 10px gainsboro;
	}

	.list6 .l1-box .text p:nth-of-type(3) {
		margin-top: 10px;
		font-size: 13px;
		line-height: 1.5;
		color: #49596f;
	}
}

@media (min-width:1000px) {


	.main {
		width: 70%;
		height: auto;
		margin: 20px auto 0;


		/* border-top: 1px solid #f6f7fa; */
		/* background-color: #b5dbf2; */
	}

	.main img {
		object-fit: cover;
	}

	.m-title {
		width: 100%;
		height: auto;
		color: #FFFFFF;
		line-height: 1.5;

		margin: 20px 0;
		padding: 0 5px;
		/* text-align: center; */
		color: #484848;
		border-left: 3px solid #feb436;
		/* background-color: #F4F4F4; */

	}



	.m-title p {
		width: 100%;
		height: auto;
		display: inline-block;

		margin: 0 auto;

		font-weight: bold;
		font-size: 20px;

	}

	.listOne {
		width: 100%;
		height: auto;
		padding: 15px 0;
		display: flex;
		margin: 0 auto;
		justify-content: space-around;
		flex-wrap: wrap;

	}


	.listOne .l1-box {
		width: 23%;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 12px;
		margin-bottom: 20px;
		background-color: #fff;
		transition: all linear 0.3s;
		box-shadow: 0px 0px 10px gray;
		padding: 0 5px;
	}

	.listOne .l1-box:hover .text p:nth-of-type(1) {
		color: #e4001d;
	}

	.listOne .l1-box img {
		width: 30%;
		height: 90px;
		display: block;
		border-radius: 12px;
		transition: all linear 0.2s;

	}

	

	#link2,
	#link3 {
		margin-top: 20px;
	}

	.text {
		width: 90%;


	}

	.listOne>.l1-box .text {
		width: 65%;
		min-height: 100px;
		padding: 12px 2%;
		font-size: 15px;
		color: #484848;
		position: relative;
	}

	.l1-box .text p:nth-of-type(1) {

		color: #484848;
		/* background-color: #FFFFFF; */
		font-weight: bold;
		line-height: 1.6;
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;
	}

	.pg {
		position: absolute;
		bottom: 20px;
		font-size: 14px;
		border-left: 2px solid #e4001d;
		padding-left: 10px;
	}

	.ml-inner {
		width: 100%;
		margin: 20px auto;
		padding: 15px 0;
		display: flex;
		justify-content: space-around;
		background-color: #ffffff;
		box-shadow: 0px 0px 10px gainsboro;
	}

	.ml-lb {
		width: 65%;
		height: auto;
		border-right: 1px solid gainsboro;
	}

	.ml-rb {
		width: 25%;
	}

	.list2 {
		width: 100%;
		height: auto;
		margin: 0 auto;
		justify-content: space-around;
		display: flex;
		flex-wrap: wrap;
		padding: 15px 0;

	}

	.list2 .l1-box {
		width: 30%;
		display: flex;
		justify-content: space-around;
		padding: 10px;
		margin-bottom: 30px;
		box-shadow: none;
		border: none;
		position: relative;

	}

	.list2 .l1-box:hover {
		background-color: #ffffff;
		box-shadow: 0px 0px 10px gray;
		border-radius: 12px;

	}

	.list2 .l1-box:hover ::after {
		background-color: #1cb4fc;
		color: #ffffff;
	}

	.list2 .l1-box img {
		width: 35%;
		height: 90px;
		display: block;
		border-radius: 12px;

		/* border-radius: 15px; */
	}


	.list2 .text {
		width: 55%;
	}

	.l1-box>.text p:nth-of-type(1) {

		color: #252162;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-weight: bold;
		line-height: 1.6;
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;
	}

	.list2>.l1-box .text p:nth-of-type(2) {
		font-size: 14px;
		line-height: 1.5;
		margin: 10px 0;
		color: #000;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.list2 .text::after {
		content: 'Paly';
		line-height: 1.5;
		font-size: 14px;
		color: #1cb4fc;
		/* font-weight: bold; */
		padding: 5px 25px;
		text-align: center;
		border-radius: 15px;
		border: 1px solid #1cb4fc;
		bottom: 1px;

	}



	.list3 {
		width: 100%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-wrap: wrap;
		/* background-color: #FFFFFF; */

	}

	.list3 .l1-box {
		width: 96%;
		height: auto;
		padding: 10px 2%;
		display: flex;
		justify-content: space-around;
		margin-bottom: 30px;
		/* border-radius: 12px; */
		transition: all linear 0.3s;
		border-bottom: 1px solid gainsboro;
		/* background-color: #FFFFFF; */
	}

	.list3 .l1-box img {
		width: 35%;
		height: 90px;
		border-radius: 12px;
		transition: all linear 0.2s;
		/* display: block; */
		display: none;

	}

	.list3 .text {
		width: 100%;
		position: relative;
	}

	.l1-box>.text p:nth-of-type(1) {

		color: #000;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-weight: bold;
		line-height: 1.6;
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;
		margin-bottom: 10px;
	}

	.list3>.l1-box .text p:nth-of-type(2) {
		font-size: 14px;
		line-height: 1.5;
		margin: 10px 0;
		color: #000;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		display: none;
	}

	.list3 .text::after {
		content: 'Paly Game';
		line-height: 1.5;
		font-size: 14px;
		color: #1cb4fc;
		/* font-weight: bold; */
		padding: 5px 10px;
		text-align: center;
		/* border-radius: 15px; */
		border-left: 2px solid #1cb4fc;
		bottom: 0px;

	}

	.list3 .l1-box:nth-of-type(1) {
		box-shadow: 0px 0px 10px gray;
		border-radius: 12px;
	}

	.list3 .l1-box:nth-of-type(1) img {
		display: block;
	}

	.list3 .l1-box:nth-of-type(1) .text {
		width: 60%;
	}

	.list3 .l1-box:nth-of-type(1) .text p:nth-of-type(2) {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.list3 .l1-box:hover {
		border-radius: 12px;
		border: none;
		box-shadow: 0px 0px 10px gray;
	}

	.list3 .l1-box:hover img {
		display: block;
	}

	.list3 .l1-box:hover .text {
		width: 60%;
	}

	.list3 .l1-box:hover .text p:nth-of-type(2) {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.list4 {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
		display: flex;
		justify-content: space-between;
		/* justify-content: space-between; */
		flex-wrap: wrap;
		/* background-color: pink; */
	}

	.list4 .l1-box {
		width: 23%;
		height: auto;
		background-color: #ffffff;
		border-radius: 5px;
		padding: 4px;
		margin: 0 0 30px 0;
		transition: all 0.5s ease-in-out;
		position: relative;
		box-shadow: 0px 0px 10px gainsboro;
	}

	.list4 .l1-box img {
		width: 100%;
		height: 180px;
		display: block;
		border-radius: 5px;

	}

	.list4 .text {
		width: 100%;
		position: relative;
		padding: 10px 0;
	}

	.l1-box>.text p:nth-of-type(1) {

		color: #000;
		line-height: 1.6;
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;
		margin-bottom: 10px;
	}

	.list4 .l1-box .text p:nth-of-type(1),
	.list6 .l1-box .text p:nth-of-type(1) {
		font-size: 16px;
		font-weight: 600;
		line-height: 2;
		color: #252162;
	}

	.list4 .l1-box .text p:nth-of-type(2) {
		font-size: 14px;
		color: #252162;
	}

	.list4 .l1-box .text p:nth-of-type(3),
	.list6 .l1-box .text p:nth-of-type(2),
	.list6 .l1-box .text p:nth-of-type(3) {
		display: none;
	}



	.ml-inner {
		height: 680px;

	}

	.list6 {
		width: 100%;
		padding: 15px 0;
		margin: 0 auto;
		justify-content: space-between;

	}

	.list6 .l1-box {
		width: 100%;
		box-shadow: 0px 0px 10px gray;
		border-radius: 12px;
		height: auto;
		display: block;
		margin-bottom: 30px;
		border-bottom: 1px solid gainsboro;
	}

	.list6 .l1-box img {
		width: 100%;
		height: 150px;
		transition: all linear 0.2s;
		border-radius: 15px 15px 0 0;
	}

	.list6 .text {
		width: 95%;
		position: relative;
		padding: 10px 0;
		margin: 0 auto;
	}

	.l1-box>.text p:nth-of-type(1) {

		color: #252162;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-weight: bold;
		line-height: 1.6;
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;
	
	}

	.list6>.l1-box .text p:nth-of-type(2) {
		font-size: 14px;
		line-height: 1.5;
		margin: 10px 0;
		color: #000;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;

	}

	.list6 .text::after {
		content: 'Paly Game';
		line-height: 1.5;
		font-size: 14px;
		color: #1cb4fc;
		/* font-weight: bold; */
		padding: 5px 10px;
		text-align: center;
		/* border-radius: 15px; */
		border-left: 2px solid #1cb4fc;
		bottom: 0px;
		/* display: none; */

	}



	.list6 .l1-box:nth-of-type(1) img {
		display: block;
	}

	.list6 .l1-box:nth-of-type(1) .text {
		width: 95%;
	}

	.list6 .l1-box:nth-of-type(1) .text p:nth-of-type(2) {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}









}