/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-family:'Pretendard','Open Sans','Noto Sans SC',AppleGothic,helvetica,sans-serif;
	vertical-align: baseline;
    font-weight: 400;
}
input{font-family:'Pretendard','Open Sans','Noto Sans SC',AppleGothic,helvetica,sans-serif;}
button {font-family:'Pretendard','Open Sans','Noto Sans SC',AppleGothic,helvetica,sans-serif;}
select {font-family:'Pretendard','Open Sans','Noto Sans SC',AppleGothic,helvetica,sans-serif;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	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;
}
a{text-decoration: none;}

figure{margin: 0; padding: 0; line-height: 0;}

html,body{width: 100%; margin: 0 auto; letter-spacing: -0.03em; }   
.wrap1{max-width:1840px; width: 100%; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}
.wrap2{max-width:1300px; width: 100%; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}
.wrap3{max-width:1040px; width: 100%; margin: 0 auto; padding: 40px; box-sizing: border-box; background:#ffffff; border-radius:10px;}
.wrap3-1{max-width:1300px; width: 100%; margin: 0 auto; padding: 0 0 0 260px; box-sizing: border-box;}
.wrap4 {max-width: 1270px; width: 100%; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}

.flex-box{display: flex; flex-wrap:wrap;}

.poppins{font-family: 'Poppins', sans-serif;}

html. body{max-width:2000px; width: 100%; overflow: hidden; }