.t2{

		display: grid;   grid-template-columns: 49% 49%; 	 grid-gap: 1%;

			padding-bottom : 255px;
	
}

.screen1{
	right: 0px;
	width: auto;
	height: auto;
	position: absolute;
	display: block;
	background-color: indigo;
	color: aliceblue;
	display: none;;
}

.t1{
	margin: 0px auto;
	width: 90%;
	height: auto;
	padding: 5%;
	background-color: #003366;
	color: #fff;
	text-align: center;
	font-size: 2em;
	margin-bottom: 25px;
	font-weight: bold;
	
}


.t3{

	margin-top: 25px;
	color: #8C99FF;;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom : 1px solid #9A9A9A;
	
}
.t4{
	margin-top: 15px;
	padding-left: 5px;


}
.t5{
	width: 49%;
	height: auto;
		margin-left: 1%;
	float: left;
		margin-bottom : 25px;
}



@media all and (max-width:1263px) 
{ 





}




@media all and (max-width:1198px) 
{ 


}





@media all and (max-width:991px) 
{ 


}

/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/
@media all and (max-width:767px) 
{ 

	

	
}


