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: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
body { line-height: 1; }
ol, ul { list-style: none;}

table {	border-collapse: collapse; border-spacing: 0; }
div { box-sizing: border-box; }
strong { font-weight: bold; }
label { cursor: pointer; }
a { color: inherit; text-decoration: none; }

@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/PretendardVariable.woff2') format('woff2');
}

.header { width: 100%; background-color: var(--w); position: fixed; left: 0; top: 0; border-bottom: 1px solid var(--g); z-index: 9; }
.header .wrap { width: 1280px; display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; padding-right: 0; }
.header .menu { display: flex; align-items: center; gap: 70px; }
.header .menu .logo a { width: 160px; height: 40px; background: url(../images/logo/logo.png) no-repeat 50% 50%; }
.header .menu .nav { display: flex; align-items: center; gap: 50px; margin-left: 20px; }
.header .menu .nav li { font-size: 20px; font-weight: 600; }
.header .menu .nav li a.this { color: var(--blue); }
.header .menu .nav li:nth-child(3) { display: none; }
.header .menu_btn { display: flex; align-items: center; gap: 30px; }
.header .menu_btn .text_btn { display: flex; align-items: center; gap: 10px; }
.header .menu_btn .text_btn span { font-size: 12px; line-height: 1.4; }
.header .menu_btn .text_btn span b { color: var(--blue); font-weight: 500; }
.header .menu_btn i { display: flex; align-items: center; gap: 5px; }
.header .menu_btn i a { display: flex; align-items: center; height: 35px; padding: 0 15px; color: var(--w); background-color: var(--black); font-size: 13px; font-weight: 600; border-radius: 5px; box-sizing: border-box; }
.main_header .header .wrap { padding: 0 60px; }
.main_header .header .menu .nav li:nth-child(3) { display: block; }
.main_header.menu3 .header .menu .nav li:nth-child(3) a { color: var(--blue); }
