#sub_content .sec_title.pm_board h2 {
	padding-bottom:20px;
	border-bottom:1px solid #ef5260;
	display:inline-block;
	margin-bottom:0px;
}

.consulting_wrap {
	display:flex;
	flex-wrap: wrap;
}

.years {
	width:20%;
}

.years li {
	cursor:pointer;
	border-left:4px solid #eee;
	padding:20px 0 20px 20px;
}

.years li h3 {
	font-family: "Noto Serif KR", serif;
	font-size:22px;
	margin:0px;
	position:relative;
}

.years li h3 a {
	display:none;
}
	
.years li:first-child {
	padding-top:10px;
}

.years li:hover h3,
.years li.active h3 {
	color:#6ea9d5;
}

.years li.active h3 a {
	display:inline-block; 
	font-size:16px;
	color:#999;
	position:relative;
	top:-1px;
}

.years li.active h3:before {
	content:'';
	width:16px;
	height:16px;
	border-radius:50%;
	background:#6ea9d5;
	position:absolute;
	top:50%; 
	left:0;  
	transform:translate(-30px, -49%);
}

.contents {
	width:80%;
	min-height:700px;
	position:relative;
}

.contents.eng_ul {
	min-height:1130px;
}

.contents li {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.contents li.eng {
	min-height:1140px;
}

.contents li.on {
	display:flex;
	transition:0.3s;
}

.contents li:first-child {	
	position:relative;
}

.contents li .type {	
	width:31%;
	background:#e1edf6;
	margin-bottom:3%;
	padding:10px 20px 10px;
}

.contents li.eng .type {	
	width:48%;
}

.contents li .type h4 {	
	font-size:17px;
	color:#276fad;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #276fad;
}

.contents li .type pre {
	width:100%;
	min-height:200px;
	white-space: pre-wrap;
	background:transparent;
	border:0;
	border-radius:0;
	font-family:'NotoSans', '맑은 고딕', 'Malgun Gothic', '돋움', dotum, sans-serif;
	font-size:15px;
	line-height:1.7;
	padding:0 4px 0px 0px;
	word-break:keep-all;
}

.works_view .top_info {
	margin-bottom:20px;
}

.works_view ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.works_view ul li {	
	width:32%;
	margin-bottom:20px;
	background:#f8f8f8;
	border:1px solid #eee;
}

.works_view ul li h4 {	
	margin-top:20px;
	padding-left:10px;
}

.works_view ul li p {	
	padding-left:10px;
}

.works_view pre {
	width:100%;
	min-height:100px;
	white-space: pre-wrap;
	background:transparent;
	border:0px;
	border-radius:0;
	font-family:'NotoSans', '맑은 고딕', 'Malgun Gothic', '돋움', dotum, sans-serif;
	font-size:15px;
	line-height:1.7;
	padding:10px;
	word-break:keep-all;
	margin-bottom:20px;
}

#bo_w .write_div {
	display:flex;
	justify-content:space-between;
	margin:40px 0;
}

#bo_w .write_div > div {
	width:49%;
}

#bo_w .write_div textarea {
	border-color:#ddd;
	padding:14px;
	height:300px;
}

@media (max-width: 1200px) {
	.contents li .type {	
		width:32%;
		margin-bottom:2%;
	}	
}

@media (max-width: 992px) {
	.years {
		width:25%;
	}

	.contents {
		width:75%;
		min-height:1200px;
	}
	
	.contents li .type {	
		width:48%;
		margin-bottom:4%;
	}
}

@media (max-width: 767px) {
	.years {
		width:100%;
		margin-bottom:10px;
	}

	.contents {
		width:100%;
	}
	
	.years li {
		display:inline-block;
		padding:10px 0px 10px;
		border-left:0px;
		background:#f5f5f5;
		margin-right:6px;
		margin-bottom:10px;
		text-align:center;
		width:124px;
	}
	
	.years li h3 {
		font-size:16px;
	}
	
	.years li.active {
		background:#6ea9d5;
	}
	
	.years li.active h3 {
		color:#fff;
	}
	
	.years li.active h3 a {
		font-size:12px;
		display:none;
	}
	
	.years li.active h3:before {
		display:none;
		/*
		width:10px;
		height:10px;
		top:0px;
		left:50%;
		transform:translate(-50%, -20px);
		*/
	}

	.contents li .type h4 {	
		font-size:15px;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	
	.contents li .type pre {
		font-size:14px;
	}
	
	#sub_content .sec_title.pm_board h2 {
		font-size:20px;
		padding-bottom:15px;
	}
}

@media (max-width: 480px) {
	.years li {
		padding:6px 0px 7px 2px;
		margin-right:2px;
		margin-bottom:6px;
		width:100px;
	}
	
	.years li h3 {
		font-size:14px;
	}	
	
	.years li:first-child {
		padding-top:6px;
	}

	.contents {
		min-height:1200px;
	}
	
	.contents li .type {	
		width:100%;
		margin-bottom:20px;
	}

	.contents li .type h4 {
		font-size:14px;		
	}
	
	.contents li .type pre {
		min-height:auto;
		font-size:13px;
	}
}
