*{
	padding:0;
	margin: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
.w1180{
	width: 1180px;
}
.exnessBox{
	margin: 0 auto;
}
.exnessBox p{
    margin-top:20px;
}
.exnessBox .boxUl{
	margin-left: 100px;
	    margin-left: 100px;
}
.boxUl > li{
	margin-top: 20px;
}
.exnessTop{
	width: 100%;
	padding: 24px 25px;
	background: #f4f5f7;
	display: flex;
}
.tp_img{
	width: 140px;
	text-align: center;
	margin-right: 20px;
}
.tp_img > img{
	width: 140px;
	height: 140px;
}
.tp_img > a{
	color: #0a1f41;
	text-decoration: underline;
	font-weight: 700;
	font-size: 13px;
}
.tp_right{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.tp_rightt{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.tp_righttl{
	margin-right: 20px;
}
.tp_righttl > p{
	margin-top: 5px;
}
.tp_righttr{
	display: flex;
	gap: 20px;
}
.tp_righttr > div > span{
	color: #0a1f41;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}
.tp_righttr > div img{
	width: 20px;
	margin-top: 5px;
}
.tp_righttr > div > a{
	margin-top: 5px;
	white-space: nowrap;
	font-weight: 600;
	color: #0a1f41;
	text-decoration: underline;
}
.tp_rightb{
	
}
.tp_rightb_Btn{
	border-radius: 50px;
	padding: 8px 16px;
	line-height: 20px;
	white-space: nowrap;
	font-size: 16px;
	color: #0a1f41;
}
.yBtn{
	background: #fdaa29;
	border-color: #fdaa29;
}
.wBtn{
    border: 1px solid #0a1f41;
}
.nBtn{
	color: #0275d8;
	text-decoration: underline;
}
.exnessNav{
	width: 100%;
	padding: 5px 25px;
}
.exnessNav > a{
	color: #0a1f41;
	font-size: 14px;
	font-weight: 600;
}
.exnessNav > .gray{
	color: #bbb;
}
.exnessNav > span{
	color: #bbb;
	margin: 0 5px;
}
.exnessMain{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.exnessMain_left{
	width: 160px;
	margin-right: 32px;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}
.exnessMain_left > a{
	display: block;
	color: #0a1f41;
	padding: 6px 25px;
	font-size: 15px;
	border-left: 2px solid #f5f6f7;
}
.exnessMain_left > a.active{
	border-left: 3px solid #000;
	background: #f5f6f7;
}
.exnessMain_right{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.exnessMain_right  h1{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 26px;
	position: relative;
	margin-top: 20px;;
	
}
.exnessMain_right  h1::after{
	content: " ";
	width: 30px;
	background: #0a1f41;
	height: 4px;
	position: absolute;
	bottom: -8px;
	left: 0;
}
.exnessMain_right  h2{
	margin-top:20px ;
	margin-bottom: 10px;
}
.rightBtnBox > a.text{
	text-decoration: underline;
	color: #0275d8;
}
.grayBox{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #721c24;
	background-color: #f8d7da;
	padding: 0.75rem 1.25rem;
}
.tableBox{
    width: 100%;
    overflow-x: scroll;
}
.exnessMain_right  table{
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
.exnessMain_right  table tr:nth-child(even) {
    background: #f9fafb;
}
.exnessMain_right  table td{
	border: 1px solid #d3d3d3;
	border-collapse: separate;
	border-spacing: 0;
	line-height: 130%;
	padding: 10px 12px;
	font-size: 15px!important;
}
.prosList{
	
	column-count: 3;
	column-gap: 16px;
	display: flex;
	flex-wrap: wrap;

}
.prosList > div{
	width: 20%;
	margin-top: 10px;
	display: flex;
	align-items: center;
	color: #0a1f41;
}
.starList > img{
	width: 20px;
	margin-top: 10px;
}
@media screen and (max-width: 1170px){
	.w1180{
		width: 100vw;
	}
	.exnessTop{
		width: 100vw;
		flex-direction: column;
		align-items: center;
	}
	.tp_rightt{
		flex-direction: column;
		align-items: center;
	}
	.tp_righttl > h1,.tp_righttl > p{
		text-align: center;
	}
	.tp_righttr{
		width: 100%;
		justify-content: space-around;
	}
	.tp_rightb{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.tp_rightb > a{
		width: 80%;
		text-align: center;
		margin-top: 20px;
	}
	.exnessMain{
		flex-direction: column;
		width: 100vw;
		padding: 0 20px;
	}
	.exnessMain_left{
		width:100%;
		display: flex;
		flex-direction:row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.exnessMain_left > a{
		display: block;
		width: 45%;
	}
	.prosList{
		justify-content: space-around;
	}
	.prosList > div{
		width: 45%;
		font-size: 14px;
	}
}


