@charset "utf-8";

@import url(layout.css);
@import url(main.css);
@import url(sub.css);

@font-face {
	font-family: 'freeR';
	src: url(font/Freesentation-4Regular.ttf);
}
@font-face {
	font-family: 'freeB';
	src: url(font/Freesentation-7Bold.ttf);
}
@font-face {
	font-family: 'freeE';
	src: url(font/Freesentation-9Black.ttf);
}
		

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, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, hgroup, menu, nav, section {
	display: block;
}
html{scroll-behavior: smooth;}
body {
	line-height: 150%;
    font-family: 'Pretendard-Regular' !important;
}
a{color: inherit; text-decoration: none;}
img{display: block; width: 100%;}
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;
}
button{all: unset; cursor: pointer;}
p{line-height: 150%;}
h1,h2,h3,h4,h5{font-family: 'freeB'; line-height: 120%;}
h3::selection,h1::selection,h2::selection,h4::selection,h5::selection,p::selection,span::selection{background-color: #4E4E4E; color: #EB6100;}
p{word-break: keep-all;}
main{padding-top: 100px; margin: auto;}
section{width: 80%; max-width:1720px; margin: auto;}
@media(max-width:800px){
	main{padding-top: 80px;}
}

button {
    -webkit-tap-highlight-color:transparent;
  }
button:focus{
    outline:none;
    -webkit-tap-highlight-color : transparent;
 }
ul,li {
    -webkit-tap-highlight-color:transparent;
  }
ul:focus,li:focus{
    outline:none;
    -webkit-tap-highlight-color : transparent;
 }