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%;
}
*{
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
	outline: 0;
}
html {
	/* scroll-behavior: smooth; */
    /* font-size: 40%; */
	font-size: 62.5%;
	font-family: 'Pretendard';
}
/* @media (max-width:2000px) { */
	/* html { */
		/* font-size: 44.5%; */
	/* } */
/* } */




@media (max-width:1500px) {
	html {
		font-size: 54.5%;
	}
}
@media (max-width:991px) {
	html {
		font-size: 54.5%;
	}
}
@media (max-width:767px) {
	html {
		font-size: 58.5%;
	}
}

.mbr{display:none;}
@media (max-width:767px) {
	.mbr{display:block!important;}
}


/* @media (max-width:767px) { */
	/* html { */
		/* font-size: 62.5%; */
	/* } */
/* } */
body {
	position: relative;
	width: 100%;
	/* overflow-x: hidden; */
	margin: 0;
	font-family: 'Pretendard';
	box-sizing: border-box;
	padding:0; 
	/* -webkit-text-size-adjust:none;     */
	/* background-color: initial; */
}
button{
	border:none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
:focus{
	outline: none!important;
}
a{font:inherit; color: inherit; text-decoration: none;font-family: 'Pretendard';}
a:hover{text-decoration: none;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* input{ */
	/* transition: background-color 5000s ease-in-out 0s; */
/* } */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: #000;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
/* div{transition:0.3s;} */


.mBr{
	display:none;
}

.marB10{margin-bottom:1rem!important;}
.nonePadT{padding-top:0rem!important;}

@media (max-width: 767px){
	.mBr{
		display:block!important;
	}
}



.marT110{margin-top:11rem;}