@charset "utf-8";
@import url(../fonts/pretendard/pretendard.css);

/* Reset */
* {
	padding: 0;
	margin: 0;
	word-break: keep-all;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body,
input,
select,
textarea,
button,
img,
fieldset {
	border: none;
}

header,
section,
nav,
footer {
	display: block;
}

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

ul,
ol,
li {
	list-style: none
}

button {
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: none;
	background: none;
}

button,
input,
select {
	margin: 0;
}

html {
	box-sizing: border-box
}

*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

img,
video {
	display: block;
	height: auto;
	max-width: 100%
}

img,
fieldset,
iframe {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

td,
th {
	padding: 0
}

hr,
legend {
	display: none;
}

a {
	text-decoration: none;
	color: #222;
}

button {
display: block;
color: #222;
	font-family: 'Pretendard';
}

address {
	font-style: normal;
}

.chkbox input{
display: none;
}

.chkbox input + label{
display: flex;
align-items: center;
font-size: 1.5rem;
font-weight: 500;
line-height: 1.6rem;
cursor: pointer;
}

.chkbox input + label span{
display: inline-block;
width: 16px;
height: 16px;
margin-right: 1.1rem;
background: url('../img/btn/chk_16x16.png') no-repeat center center/cover;
}

.chkbox:hover input + label span, .chkbox input:checked + label span{
background-image: url('../img/btn/chk_16x16_bk.png');
}

/* Normalize */
html {
	font-size: 62.5%;
}

body {
	font-family: 'Pretendard';
	font-size: 1rem;
	color: #222;
	overflow-x: hidden;
}

:root {
	--main-color: #3E63FF;
	--sub-color:#fff;
	--area-width: 1280px;
	--main-gradient: linear-gradient(to right, #214295 0%, #5D5079 45%, #F37434 100%);
}

/* Hide */
.txt_hide {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}