/*---top---*/
.t_wrap{
    	width: 90%;
    	max-width: 1500px;
	margin:100px auto;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	flex-direction:row-reverse;
}
.t_new_tl{
    	font-size: 26px;	
    	font-weight: bold;
    	text-align: center;
    	padding:25px 0 50px;
}
.t_new_seminar{
	width:47%;
	padding:30px 0 60px;
	background-color:#FFF;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	border-radius:10px;
}

.t_new_sem_box{
}
.t_new_sem_box p{
	font-size:18px;
	text-align:center;
	font-weight:bold;
	line-height:28px;
}
.t_new_sem_box p span{
	color:#D22932;
	display:block;
}
.t_new_sem_btn{
}
.t_new_sem_btn a{
    	background: #102651;
    	color: #fff;
    	overflow: hidden;
    	position: relative;
    	z-index: 1;
    	width: 450px;
    	margin: 20px auto 0;
    	border: 3px solid #102651;
    	display: block;
    	font-size: 18px;
    	font-weight: bold;
    	text-align: center;
    	padding: 20px 0;
    	transition: 0.3s;
	letter-spacing:2px;
}
.t_new_sem_btn a:hover {
    	background-color: #FFF;
    	color: #102651;
}

.t_new_pass_btn{
}
.t_new_pass_btn a{
    	background: #a02525;
    	color: #fff;
    	overflow: hidden;
    	position: relative;
    	z-index: 1;
    	width: 300px;
    	margin: 20px auto 0;
    	border: 3px solid #a02525;
    	display: block;
    	font-size: 16px;
    	font-weight: bold;
    	text-align: center;
    	padding: 16px 0;
    	transition: 0.3s;
	letter-spacing:1px;
}
.t_new_pass_btn a:hover {
    	background-color:#fff;
    	color: #a02525;
}

.arrow1{
    	width: 15px;
    	height: 15px;
    	border: 4px solid;
    	border-color: transparent transparent #102651 #102651;
    	transform: rotate(-45deg);
    	margin: 0 auto 5%;
}
/*---top---*/
