@import url(layout.css);
@import url(main.css);
@import url(sub.css);

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
		

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, 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;
}
body {
    font-family: 'Pretendard-Regular' !important;
    line-height: 150% !important;
}
a{color: inherit; text-decoration: none;}
img{display: block; width: 100%;}
p{
    line-height: 180%;
    word-break: keep-all;        /* 단어 중간에서 안 끊김 (한글/영문 혼용 안정적) */
    overflow-wrap: break-word;   /* 아주 긴 URL/이메일은 박스 넘치지 않게만 예외 허용 */
}
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;
}
/* h1,h2,h3,h4,h5{ } */
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;
 }
 button{all: unset; cursor: pointer;}
 

 section{width: 80%; max-width: 1440px; margin: auto;}