@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: "Noto Sans KR", Sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #333;
}

ul, ol{
    list-style: none;
}

a{
    text-decoration: none;
}

img{
    vertical-align: top;
    border: 0;
}

#inquiryGrid{
	margin-top: 20px;
}

#inquiryGrid th{
	background-color: #eee;
}

#inquiryGrid td{
	background-color: #fff;
}

#inquiryGrid a{
	display: block;
    font-weight: bold;
    width: 100%;
}

.dcmtEditBtn{
	display: flex;
	justify-content: end;
}


.dcmtEditBtn a{
	display: block;
	color: white;
	background-color: #0070C0;
	padding: 10px;
	width: 70px;
	height: 40px;
	border-radius: 3px;
	text-align: center;
	
}

.modal-content{
	position: absolute;
	top: 300px;
	left: 100px;
    width: 300px;
}