@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-face {
  font-family: 'Godo';
  font-style: normal;
  font-weight: 400;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff') format('woff');
}
@font-face {
  font-family: 'Godo';
  font-style: normal;
  font-weight: 700;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff') format('woff');
}

@font-face{
	font-family:'ariali',
	src:url('../font/ariali.ttf'),
	src:url('../font/ariali.woff')
}

*{font-family: 'Nanum Barun Gothic', 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:100%;
	margin:0 auto;
}
.clearfix::after {
	content:'';
	display: block;
	clear: both;
}
.black {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 99999;
    top: 0;
    display: none;
}



::-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;
}

