@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;
}

.dcmtType{
	display: flex;
	height: 40px;
	margin-bottom: 20px;
	align-items: center;
}
.dcmtName{
	font-size: 13px;
/*     border-top: 1px solid #cccccc; */
/*     border-bottom: 1px solid #cccccc; */
    background-color: #f5f5f5;
    width: 20%;
    padding: 10px 35px 10px 22px;
    margin-right: 30px;
    height: 40px;
    font-weight: bold;
}

.dcmtvalue{
	 width: 80%;
	 border: 1px solid #cccccc;
	 height: 30px;
	 padding: 0 10px;
}

#dcmtWriter, #dcmtPhone, #dcmtEmail, #dcmtPw{
	width: 30%;
}

.dcmtListBtn{
	display: flex;
	justify-content: space-between;
}

.dcmtListBtn a{
	color: white;
	background-color: #0070C0;
	padding: 10px;
	min-width: 70px;
	height: 40px;
	border-radius: 3px;
	text-align: center;
}
