/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); 익스플로러 미지원으로 인해 주석처리 18-01-25 */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/NanumGothic-Regular.eot);
  src: url(/fonts/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       /*url(/fonts/NanumGothic-Regular.woff2) format('woff2'),*/
       /*url(/fonts/NanumGothic-Regular.woff) format('woff'),*/
       /*url(/fonts/NanumGothic-Regular.ttf) format('truetype');*/
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/NanumGothic-Bold.eot);
  src: url(/fonts/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       /*url(/fonts/NanumGothic-Bold.woff2) format('woff2'),*/
       url(/fonts/NanumGothic-Bold.woff) format('woff'),
       url(/fonts/NanumGothic-Bold.ttf) format('truetype');
}

* {
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
}
:focus {
	outline: 0;
	border:none;
	/*color: rgba(0, 0, 0, 0);*/
}
input, select, textarea, button{font-family:inherit;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #DCDCDC;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #DCDCDC;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #DCDCDC;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #DCDCDC;
}
body{
	border:0;
	margin:0px auto;
	min-width:320px;
	width:100%;
	line-height:;
	max-width:100%;
	font-family:'Nanum Gothic', sans-serif;
	overflow-x:hidden;
}