@charset "utf-8";

/*****************네비게이션 ******************/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}
input,textarea{-webkit-appearance:none;
    border-radius: 0;}

html,
body,
div,
dl,
dd,
dt,
li,
input,
textarea,
p {
	font-family: notokr, "Malgun Gothic", Gulim, Dotum, Roboto,Arial;
	font-size: 15px;
	color: #222222;
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: -1px;
	word-break: keep-all;
	word-wrap: break-word;
}

/*body {
	background-color: #f5f5f5;
}*/
.h1,
h1,
h2,
h3,
h4,
h5 {
	font-family: notokr,"Malgun Gothic", Gulim, Dotum, Roboto,Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	word-break: keep-all;
	word-wrap: break-word;
	letter-spacing: -0.5px;
}


/*
 * NanumGothicUp
 * NanumGothic
 * NanumGothicBold
 */

ul,
li dd,
dl,
dt {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
button{
	border: 0;
}
li {
	list-style: none;
}

a:hover {
	text-decoration: none;
	/*font-size: 15px;*/
	color: #222;
}

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

a:focus {
	text-decoration: none;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

.sweet-alert .sa-button-container{
	border-top: 0;
}

.af_clear:after{
	display: block;
	content: '';
	clear: both;
}
