* {
	margin: 0px;
	padding: 0px;
	border: 0px solid silver;
	box-sizing: border-box;
	outline: none;
	font-family: 'Nanum Gothic', sans-serif;
}
body {
	background: #f4f4f4;
}
h1 {
	margin: 50px 0 15px 0;
	font-weight: normal;
	font-size: 50px;
	text-align: center;
	color: #e7cfd1;
}
.noted {
	text-align: center;
	display: inherit;
	float: left;
	width: 25px;
	height: 25px;
	border: 2px solid #efefef;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin: -2px 15px 0 0;
	color: #3CB371;
	cursor: pointer;
	background: #fdfdfd;
}
.update, .save {
	float: right;
	margin: 0 10px;
	color: #e7cfd1;
	cursor: pointer;
}
.checked {
	text-decoration: line-through;
	color: #dedede;
}
.close {
	float: right;
	color: #e7cfd1;
	cursor: pointer;
}
.wrapper {
	width: 500px;
	margin: 0 auto;
	box-shadow: 0 7px 24px rgba(0, 0, 0, .2);
}
input::-webkit-input-placeholder {
	color: #dedede;
}
.add {
	border: 1px solid #efefef;
	width: 100%;
	padding: 15px 15px 15px 55px;
	font-size: 24px;
}
.up {

}
.img {
	background: #fdfdfd url(img/images.png) no-repeat;
	background-position: 20px, 15px;
}
li {
	background: #fdfdfd;
	border: 1px solid #efefef;
	list-style: none;
	padding: 15px;
}
li input {
	width: 380px; 
	font-size: 16px;
	background: #fdfdfd;
}