@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

* {
	font-family: 'Noto Sans KR', sans-serif;}

::selection {
	color:transparent;
	text-shadow:0 0 3px #000;}

::-webkit-selection {
	color:transparent;
	text-shadow:0 0 3px #000;}

::-webkit-scrollbar {
	width:3px;
	height:3px;
	background:#d7d5b8;}

::-webkit-scrollbar-thumb {
	background:#000;}

a {
	color:#000;
	text-decoration:none;}

input, textarea {
	outline:none;
	-moz-user-select:auto !important;
	-webkit-user-select:auto !important;
	-ms-user-select:auto !important;
	user-select:auto !important;}

body {
	margin:0;
	padding:0;
	background:#d9d7ba;
	max-width:100%;
	overflow-x:hidden;}

@keyframes cosmo {
	0% {opacity:0;}
	100% {opacity:1;}
}

#cosmo {
	width:500px;
	margin:80px auto;
	animation:cosmo 1s ease forwards;}

.prev_img {
	text-align:center;
	padding-bottom:50px;}

.prev_img img {
	width:40px;}

@media screen and (max-width:540px){
#cosmo {
	width:70%;
	margin:60px auto;}
}