* {
	box-sizing: border-box;
	margin: 0;
}
html,body { 
	height: 100%;
	font-size: 16px;
	word-break: keep-all;
	font-family: 'Pretendard', 'sans-serif';
	letter-spacing: -0.4px;
}
body {
	overflow: overlay;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, dl, dd, label {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,.h1 { font-size: 2.25rem; }/* 36px */
h2,.h2 { font-size: 2rem; }/* 32px */
h3,.h3 { font-size: 1.625rem; }/* 26px */
h4,.h4 { font-size: 1.25rem; }/* 20px */
h5,.h5 { font-size: 1.125rem; }/* 18px */
h6,.h6 { font-size: 1rem; }/* 16px */
h1,h2,h3,h4,h5,h6,p {
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 0;
}
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.7;
}
b, .b {font-weight: 600;}
strong, .strong {font-weight: 700;}
p { font-size: 0.875rem; font-weight: 400; line-height: 1.75;}
em { font-size: 1.2em; }
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; text-decoration: none; }
dt { font-weight: 600; }
.semibold {
	font-weight: 500;
}
.text_center {
	text-align: center;
}

img {
	max-width: 100%;
}