﻿div,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

input,
select,
textarea {
	outline: none;
}

li {
	list-style: none;
}

.clear {
	clear: both;
}

.clear {
	clear: both;
}

a img {
	border: none;
}


@font-face {
	font-family: 'nexa';
	src: url('/skin/fontt/nexa-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* @font-face {
	font-family: 'nexa';
	src: url('/skin/fontt/roboto.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
} */

@font-face {
	font-family: 'hanson';
	src: url('/skin/fontt/hanson-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'nexa', sans-serif;
	/* max-width: 1400px; */
}

p {
	/* line-height: 1em; */
	margin-block: 0px;
	margin-inline: 0px;
	font-family: 'nexa';
	line-height: 1.2em;
}

.hanson-title {
	font-family: 'hanson';
	font-size: 2vw !important;
}

.nexa-title {
	font-family: 'nexa';
	font-size: 2vw !important;
}


.common-title-one {
	font-family: 'hanson' !important;
	font-size: 12px !important;
	line-height: 1em !important;
}

.common-title-two {
	font-family: 'hanson' !important;
	margin-top: 10px;
	font-size: clamp(1rem, 2vw, 10rem) !important;
	line-height: 1em !important;
}

/* header */
.header {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-title {
	font-family: 'hanson';
	font-size: 36px;
}

/* body */
.mainer {
	border: 5px solid #000000;
	height: calc(100vh - 120px);
}


/* footer */
.footer {
	display: flex;
	justify-content: start;
	align-items: center;
	height: 20px;
}

.footer span {
	font-family: nexa;
	font-size: 12px;
	font-weight: 600;
}

.body-close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.body-close a {
	cursor: pointer;
}

.body-close:hover {
	scale: 1.2;
}

.mainer-absolute-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}