/* 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 {
	color: #111;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

main th,
main tr,
main td {
	vertical-align: middle;
}

/* 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;

	text-align: center;
}

body {
	overflow-x: hidden;
	scroll-behavior: smooth;
	width: 100%;
}

html {
	scroll-behavior: smooth;
}

/* basic style ::s */
a {
	text-decoration: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

select {
	appearance: none;
	border: none;
	background-color: transparent;
}

input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border: none;
	background: transparent;
}

p {
	word-break: keep-all;
}

h2 {
	font-weight: 700;
	font-size: 64px;
}

h3 {
	font-weight: 700;
	font-size: 50px;
}

h3 {
	font-weight: 700;
	font-size: 46px;
}

h4 {
	font-weight: 700;
	font-size: 36px;
}

h5 {
	font-weight: 700;
	font-size: 32px;
}

.subtit1 {
	font-size: 24px;
}

.subtit2 {
	font-size: 20px;
}

.subtit3 {
	font-size: 18px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-transition: background-color 9999s ease-out;
}


a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

form input:focus,
form textarea:focus {
	outline: 0px solid #111;
}

.hidden {
	display: none !important;
}

.overflow_y_hidden {
	overflow-y: hidden !important;
	margin-right: 17px;
}

/* 작은 스크린에서 글씨 깨지는 현상 완화::s */
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li {
	transform: skew(-0.1deg);
}

/* 작은 스크린에서 글씨 깨지는 현상 완화::e */


@media screen and (max-width:750px) {
	html {
		font-size: 10px;
	}

	h2 {
		font-weight: 700;
		/* font-size: 36px; */
		font-size: 6.2rem;
	}

	h3 {
		font-weight: 700;
		/* font-size: 50px; */
		font-size: 6rem;
	}

	h4 {
		font-weight: 700;
		/* font-size: 36px; */
		font-size: 5.2rem;
	}

	h5 {
		font-weight: 700;
		/* font-size: 32px; */
		font-size: 4rem;
	}

	.subtit1 {
		font-size: 24px;
	}

	.subtit2 {
		/* font-size: 20px; */
		font-size: 3.2rem;
	}

	.subtit3 {
		font-size: 18px;
	}

	.overflow_y_hidden {
		margin-right: 0px;
	}
}

@media screen and (max-width:600px) {
	html {
		font-size: 8px;
	}
}

@media screen and (max-width:565px) {
	html {
		font-size: 7px;
	}
}

@media screen and (max-width:455px) {
	html {
		font-size: 6px;
	}
}

@media screen and (max-width:375px) {
	html {
		font-size: 5px;
	}
}

@media screen and (max-width:290x) {
	html {
		font-size: 4px;
	}
}

/* basic style ::e */