@charset 'UTF-8';
@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');
:lang(ko) {
  font-family: 'Noto Sans', 'Noto Sans KR', sans-serif;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
:lang(en) {
  font-family: 'Open Sans', sans-serif;
}


*{font-family: 'Noto Sans', 'Noto Sans KR', sans-serif;}
form{padding:0; margin:0;}
body, html{padding:0; margin:0; font-size:16px; /*overflow-x:hidden;*/}
h1, h2, h3, h4, p{margin:0;}
div, ul, li{box-sizing:border-box;}
ul, li{padding:0; margin:0; list-style:none;}
button{cursor:pointer;}
a{text-decoration:none;}
img{border:0;}

.wrapper{
	width:1200px;
	margin:0 auto;
}
.clearfix::after {
	content:'';
	display: block;
	clear: both;
}
#contents{
    padding-bottom: 120px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #959595; font-size:16px; font-weight:300;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #959595; font-size:16px; font-weight:300;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #959595; font-size:16px; font-weight:300;
}
:-moz-placeholder { /* Firefox 18- */
	color: #959595; font-size:16px; font-weight:300;
}


