
	.board_top {
		display: flex;
		align-items: center;
		background-color: #fcfcfc;
		border-top: 1px solid rgb(54, 54, 54);
		border-bottom: 1px solid #eee;
		margin-top: 5%;
		padding-left: 1%;
		padding-right: 1%;
		padding-bottom: 11px;
	}
	
	.board_title {
		width: 100%;
	}
	
	.board_contents {
		width: 100%;
		min-height: 400px;
		/*padding-left: 1%;*/
	}

	.board_bottom {
		display: flex;
		border-bottom: 1px solid #eee;
		width: 100%;
		height: 50px;
	    justify-content: space-around;
		align-items: center;
		margin-top: 20px;
    	padding-bottom: 20px;
	}
	
	.board_bottom_title {
		display: flex;
	    align-items: center;
	    color: black;
	    text-decoration: none;
	}
	
	@media ( max-width :1060px) {
		/*.board_view {
			padding-left: 5%;
			padding-right: 5%;
		}*/
	}
	
	@media ( min-width :981px) {
		.service03_contents1_mb {
			display: none;
		}
	}

	@media ( max-width :420px) {
		.btn-inquiry>img {
			width: 30px;
			padding-right: 10px;
		}
		.btn-menu>img {
			width: 30px;
		}
	}
	
	.board_bottom>a {
		transform: rotate(270deg);
	}

	
	.fa-angle-left, .fa-angle-right{
		width: 100px;
	}
	
	.postRegUser{
		width: 40%;
		display: inline-block;
		margin-top: 18px;
	}
	.postRegDate{
		width: 40%;
		display: inline-block;
		font-size: 14px;
	}
	.file_contents{
		widows: 100%;
		background-color: #fcfcfc;
	    line-height: 5;
    	padding-left: 1%;
    	border-bottom: solid 1px #ccc;
	}
	.list-btn {
		margin-top : 20px;
		text-align : right;
	}
	.board_contents{
		overflow: auto;
		word-break:break-all;
	}
	#btnList{
		cursor: pointer
	}
	.fileList{
		color: darkgray;
	}
	.fileList:hover{
		text-decoration: underline;
	}
	.boardTitle{
		white-space: nowrap; 
		overflow: hidden; 
		margin-left: auto;
		margin-right: auto;
	}
	.event_ing{
		height: 30%;
	    width: 30%;
		border: 1px solid rgb(23, 32, 21);
	    color: rgb(48, 46, 46);
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 3%;
	    border-radius: 25px;
	    line-height: 30px;
	}
			
	.event_done{
		height: 30%;
	    width: 30%;
    	border: 1px solid #424242;
    	color: #414141;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 3%;
	    border-radius: 25px;
	    line-height: 40px;
	}