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


p { margin: 0px }
span { margin: 0px; display:inline-block; }
html, body, form {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size:16px;
	font-weight:400;
	height:100%;
	color:#212121;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

A:link {
	COLOR: #2E2E2E;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #2E2E2E;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #FF0000;
	TEXT-DECORATION: none;
}

.title{
	font-size:20pt;
}

@media (min-width: 600px) {
	.title{
		font-size:25pt;
	}
}

@media (min-width: 800px) {
	.title{
		font-size:30pt;
	}
}



.close_btn{
	position:absolute;
	width:50px;
	height:50px;
	cursor:pointer;
	background-image:url('/img/cross.png');
	background-repeat:no-repeat;
}
.colose_join{
	top:4px;
}

select::-ms-expand {
	display: none;
}



.md-close{
	opacity:0.5;
	-webkit-transition-duration: 0.5s; /* Safari 3.1 to 6.0 */
	transition-duration: 0.5s;
}
.md-close:hover{
	opacity:1;
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
}



