﻿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, select,
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, input, nav, option, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

html, body {margin: 0;
			padding: 0; 
			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;
  	border:0;
}

/*a 태그*/
a:link{text-decoration:none; color:#545454;}
a:visited{text-decoration:none; color:#545454;}
a:hover{text-decoration:none; color:#545454;}
a:active{text-decoration:none; color:#545454;}

/*font 설정*/
body{font-family: 'Noto Sans KR', sans-serif; font-size:14px; letter-spacing: -0.5px; color:#545454;}


legend {position:absolute; width:1px; height:1px; margin:0; left:-9999px; padding:0; background:none; font-size:3px; color:transparent; line-height:0;}
input {vertical-align:middle;}
label {vertical-align:middle;}

/* foucs box-shadow */
.search_area .btn_search:focus-visible, .table_wrap .btn_gray_white:focus-visible, .table_wrap .btn_modi:focus-visible , .table_wrap .btn_search:focus-visible , .table_wrap .btn_input_side:focus-visible {box-shadow: 0.375rem 0.35rem 0.1875rem rgb(4 0 0 / 35%);}
.sub_contwrap .btn_in_search:focus-visible {box-shadow: 0.55rem 0.55rem 0.1875rem rgb(4 0 0 / 35%);}
.search_area .btn_in_search:focus-visible {box-shadow: 0.55rem 0.55rem 0.1875rem rgb(4 0 0 / 35%);}
.btn_box a.btn_black_white:focus-visible { box-shadow: 0.5rem 0.6rem 0.1875rem rgb(4 0 0 / 35%); z-index:9; position:relative;/* margin-right: 8px; */}
