@charset "utf-8";

/* reset */

@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
	/*font-family: 'Nanum Myeongjo', serif;*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

input[type=button], input[type=submit], button { -webkit-appearance:none; cursor:pointer; }

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, sub, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* 2018.03.29 권기현C 항암먹거리 VIEW에서 TH 부분이 상단으로 붙어서 수정함.
	vertical-align: top;
	*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
    line-height: 1;
}
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;
}
img { border:none; }
html,body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dd,dt,img,a,form, fieldset {font-family:'나눔 고딕','Nanum Gothic','Noto Sans KR','돋움',san-serif; margin:0; padding:0; color:#333; font-size:13px;}
fieldset, form, img { border:none; }
legend,caption {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
address { font-style:normal; }
table {
	border-collapse: collapse;/*칸들의 선 합치기*/
	border-spacing: 0;/*칸 사이 가격 없애기*/
	}
a { text-decoration:none; color:#333;}

.text_hidden	{overflow:hidden; visibility:hidden; position:absolute; width:0; height:0; font-size:0; line-height:0;}	


html,body	{height:100%;}
body {background-color:#f6f6f6;}
#wrap	{width:100%; background-color:#f6f6f6;}


/* {-webkit-appearance:none;}*/