.hidden {
	display: none;
}

img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	opacity: 85%;
}

.row {
	margin-left: 15px;
	margin-right: 15px;
}

#BGguide {
	font-size: 15px;
	color: #eeeeee;
	font-family: "Pretendard";
}

#changeBGbtn {
	background-color: transparent;
	padding: 0px;
}

#changeBGs {
	position: absolute;
	top: 50px;
	right: 60px;
	opacity: 75%;
}

#weather {
	position: absolute;
	font-size: 17px;
	top: 50px;
	left: 45px;
	font-family: "Pretendard";
	background-color: transparent;
	opacity: 75%;
}

#refreshWeatherBtn {
	background-color: transparent;
	padding: 0px;
	margin-left: 100px;
	margin-bottom: -10px;
	margin-right: -10px;
}

.clockContainer {
	margin-top: 250px;
}

#clock {
	color: #eeeeee;
	font-size: 250px;
	font-weight: 500;
	font-family: "Pretendard";
	opacity: 90%;
}

#AM,
#PM {
	padding-left: 10px;
	color: #eeeeee;
	font-weight: 500;
	font-size: 125px;
	opacity: 90%;
	font-family: "Pretendard";
}

input {
	outline: none;
}

#loginInput {
	color: #eeeeee;
	position: relative;
	display: block;
	padding-left: 15px;
	font-size: 60px;
	background-color: transparent;
	opacity: 90%;
	font-family: "Pretendard";
	cursor: pointer;
	border-width: 3px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom-color: #eeeeee;
}

.greetingContainer {
	width: 1000px;
	box-sizing: content-box;
}

#greeting {
	color: #eeeeee;
	text-align: center;
	font-size: 60px;
	margin-top: 19px;
	font-family: "Pretendard";
	opacity: 90%;
}

#todoInput {
	font-size: 30px;
	font-family: "Pretendard";
	color: #eeeeee;
	padding-left: 10px;
	cursor: pointer;
	background-color: transparent;
	opacity: 90%;
	border-width: 3px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom-color: #eeeeee;
	width: 485px;
	box-shadow: inset;
}

::placeholder {
	color: #eeeeee;
	opacity: 90%;
}

li {
	color: #eeeeee;
	font-size: 25px;
}

#todo-list {
	list-style: none;
	font-family: "Pretendard";
	font-weight: 500;
	opacity: 90%;
}

i {
	cursor: pointer;
}

.fa-xmark {
	position: absolute;
	right: 10px;
	margin-top: 5px;
	margin-right: 50px;
	opacity: 50%;
}

.my-2 {
	border-color: #eeeeee;
	opacity: 30%;
}
.my-3 {
	border-color: #eeeeee;
	opacity: 20%;
	border-top-width: 2px;
}
.my-5 {
	border-color: #eeeeee;
	opacity: 20%;
	margin-left: 1200px;
	margin-right: 1200px;
	border-top-width: 2.5px;
}

.saying {
	font-weight: bold;
	font-size: 18px;
}

.quoteSet {
	color: #eeeeee;
	font-size: 17px;
	text-align: center;
}

#quote {
	font-family: "DX영화자막";
	opacity: 80%;
}

#windowSizeGuide {
	color: #eeeeee;
	font-family: "Pretendard";
}

#endNote {
	position: absolute;
	bottom: 30px;
	right: 40px;
	opacity: 70%;
}

.swal-modal {
	width: 30rem;
	opacity: 50%;
}

.swal-text {
	font-family: "Pretendard";
}

swal-button {
	font-family: "Pretendard";
}
