
	.blt_as {
		font-size: 16px;
		font-weight: 700;
		margin-top: 18px;
	}

	table p {
    padding-left: 12px;
	}
	table p::before {
		content: "";
		position: absolute;
		width: 4px;
		height: 4px;
		background: #506115;
		/* left: 0; */
		margin-top: 8px;
		margin-left: -8px;
		border-radius: 200px;
	}
	.khwrap {
		position:relative
	}
	.khwrap .tabs {
		padding:0 0 15px 0;
		text-align:center
	}
	.khwrap .tabs * {
	}
	.khwrap .tabs ul {
		font-size:0;
		margin-top: 10px;
	}
	.khwrap .tabs li {
		display:inline-block;
		width: 33%;
	}
	.khwrap .tabs li a {
		display:block;
		position:relative;
		padding: 0 20px 0 20px;
   	    height: 42px;
		line-height: 42px;
		font-size:16px;
		font-weight:600;
		border: 1px solid #ccc;
	}
	.khwrap .tabs li.sel a {     
    padding: 0 20px 0 20px;
    height: 42px;
    text-align: center;
    background-color: #516115;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    border: #516115 1px solid;
    border-right: none;
	}	
	.khwrap .cons {
		min-height:540px;
		margin-bottom:3%;
	}
	.khwrap .item {
		position:relative;
		height:550px
	} 