﻿@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* 노토산스 웹폰트  */

@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css); 

/** 추가내용: 모바일 웹 브라우저의 가로뷰에서 글자 크기가 확대되는 현상 방지 */
* {
	-webkit-text-size-adjust: none;
}

/** 추가내용: 웹 브라우저 기본 사이즈 정의 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,button,select,input{
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 15px;*/
	/*font: inherit;*/
	vertical-align: baseline;
	font-family:'Noto Sans KR','Apple SD Gothic Neo','malgun gothic','맑은 고딕','돋움','dotum';
	text-decoration:none;
	/*color: #fff;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{min-width:320px;}

body {
	height:100%;
	line-height: 1;
	font-size:62.5%;
	/*overflow-x: hidden;
	-ms-touch-action: none;*/
} 
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table caption,legend{
	overflow:hidden;
	width:100%;
	height:1px;
	*height:0px;
	margin-top:-1px;
	font-size:1px;
	line-height:0;
	text-indent:-9999px
}

em{
	font-style:normal;
}


button{cursor: pointer;}

