.head-wrap{
	width: 100%;
	margin-bottom: 60px;
}
.head-wrap img{
	width: 100%;
}

.con2-wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 180px auto;
}


@media (max-width: 768px) {
	.con2-wrap { 
		width: 90%;
		margin: 0 5% 180px 5%;
	}
}

@media (min-width: 768px) {
	.con2-wrap {
		width: 90%;
		margin: 0 5% 180px 5%;
	}
}

@media (min-width: 992px) {
	.con2-wrap {
		width: 90%;
		margin: 0 5% 180px 5%;
	}
}


@media (min-width: 1200px) {
	.con2-wrap {
		width: 1200px;
		margin: 0 auto 180px auto;
	}
}

.menu-wrap{
	margin-right: 66px;
}

@media (max-width: 768px) {
	.menu-wrap{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
}

@media (min-width: 768px) {
	.menu-wrap{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
}

@media (min-width: 992px) {
	.menu-wrap{
		width: 100%;
	}
	
}

@media (min-width: 1200px) {
	.menu-wrap{
		width: 20%;
		margin-right: 66px;
	}
	
}

.menu-wrap .menu-head{
	position: relative;
	width: 100%;
}
.menu-wrap .menu-head img{
	width: 100%;
	line-height: 1;
}
.menu-wrap .menu-head span{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 26px;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
}
.menu-container{
	margin-top: -4px;
	padding: 12px 0 12px 12px;
	background-color: #EEEFF1;
}
.menu-item{
	cursor: pointer;
	padding: 11px 30px 11px 38px;
	color: #727C8D;
	font-size: 16px;
	font-weight: 400;
}
.menu-active{
	position: relative;
	background: #FFFFFF;
	color: #0059B3;
	font-weight: 600;
}
.menu-active::before{
	content: '';
	position: absolute;
	top: 18px;
	left: 17px;
	width: 9px;
	height: 9px;
	background: #0059B3;
}

.menu-user{
	margin-top: 10px;
	text-align: right;
}
.menu-user img{
	width: 150px;
}

.conten-wrap{
	width: 894px;
}

@media (max-width: 768px) {
	.conten-wrap{
		width: 100%;
	}
	
}

@media (min-width: 768px) {
	.conten-wrap{
		width: 100%;
	}
	
}

@media (min-width: 992px) {
	.conten-wrap{
		width: 100%;
		
	}
	
}

@media (min-width: 1200px) {
	.conten-wrap{
		width: calc(100% - 20% - 66px);
	}
}

.con2-title-box{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 40px;
}

.con2-title-box div:first-child{
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 34.75px;
	color: rgba(0, 89, 179, 1);
	padding-bottom: 12px;
	border-bottom: 1px solid #0059B3;
}
.con2-title-box div:last-child{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(114, 124, 141, 1);
}

@media (max-width: 768px) {
	.con2-title-box div:last-child{
		display: none;
	}
}

@media (min-width: 768px) {
	.con2-title-box div:last-child{
		
	}
}

.conten-body{
	margin-bottom: 36px;
}
.con2-b-title{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 16px;
	font-weight: 600;
	text-align: center;
}

.con2-b-describe{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 2;
	color: rgba(114, 124, 141, 1);
	margin-bottom: 24px;
}

.con-annex{
	
	
	box-sizing: border-box;
	border-radius: 4px;
	background: #F6F6F6;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 30px 10px 30px;
	color: #002885;
	font-weight: 600;
	cursor: pointer;
}
.con-annex img{
	width: 36px;
	height: 36px;
	margin-right: 16px;
}


@media (max-width: 768px) {
	.con-annex{
		width: 80%;
		height: 60px;
		font-size: 13px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
}

@media (min-width: 768px) {
	.con-annex{
		width: 472px;
		height: 76px;
		margin-right: 0;
		margin-bottom: 20px;
		font-size: 18px;
	}
	
}