<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html
{
	font-size: 62.5%;
	overflow-y: scroll
}

html, body
{
	width: 100%;
	height: 100%;
}

body
{
	font-family: 'Verdana','malgun gothic';
	font-size: 1.4rem;
	color: #444;
	line-height: 1;
	letter-spacing: -0.04em;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
	margin:0;
}

a
{
	color: inherit;
	text-decoration: none;
}

a:hover, a:active, a:focus
{
	color: inherit;
	text-decoration: none;
}

table
{
	table-layout: fixed;
	word-break: break-all;
	border-collapse: collapse;
	border-spacing: 0;
}

img, fieldset, hr
{
	border: none;
}

ul, li, ol
{
	list-style: none;
	margin:0;
}

address, em
{
	font-style: normal;
}

img, video, canvas
{
	height: auto;
}

legend
{
	display: none;
}

/* input, select, textarea, button
{
	outline: none;
} */

select, textarea, [type='text'], [type='password'], [type='email']
{
	border: 1px solid #ddd;
}

/* select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image:url(/images/common/img_select_arrow.png);
	background-position:95% 50%;
	background-repeat:no-repeat
}

select::-ms-expand
{
	display: none;
} */

button
{
	background: none;
}

a.skip_nav
{

}

a.skip_nav:focus
{

}

p {
	margin:0;
}

caption {
	display:none;
}</pre></body></html>