.plugin-page-location{
	position: relative; 
	clear:both; 
	height:auto;
	padding: 7px 0px;
    padding-right: 10px;
	margin-bottom:40px;
	border-bottom:solid 1px #dddddd;
}
.plugin-page-location:after{ 	
	content:""; 	
	clear:both; 	
	display:block; 
} 
.plugin-page-location > div.page-name{
	float: left;
    font-size:  18px ;
    font-weight: 600;
    text-align: center;
    color:#222222;
}
.plugin-page-location > div.page-location{
    text-align: right;
    float: right;
    position: relative;
    top: 3px;
    line-height: 12px;
    padding: 3px 0px;
    /* margin-top: 10px; */
    font-size: 12px;       
    color: #959595;
}
.plugin-page-location > div.page-location a{
	color:#959595;
	text-decoration: none;
	font-family: Dotum, '돋움';
}
/* .plugin-page-location > div.page-location a:last-child{
	font-weight: bold;
} */
.plugin-page-location span:before{
	color:#959595;
	padding: 0 2px;
}
.plugin-page-location > div.page-location > span{
	margin: 0 3px;
}
/* @media (max-width: 1009px){
	.plugin-page-location > div.page-name{
	    width: 100%;
	    height: 35px;
	    line-height: 35px;
	    font-size: 1.231rem;
	    border-left:none;
	}
	
	.plugin-page-location > div.page-location{
		display: none;
	}
} */