@font-face {
     font-family: 'S-CoreDream-4Regular';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

html {
	scroll-behavior: smooth;
}
* {
	box-sizing: border-box;
}
body {
	font-family: 'S-CoreDream-4Regular';
	font-weight: 400;
	background-color: #fff;
	color: #000;
	margin: 0;
	font-size: 14px;
	line-height: 1.5em;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	font-family: 'S-CoreDream-4Regular';
	text-decoration: none;
	color: #000;
}

input, select, button, textarea {
	font-family: 'S-CoreDream-4Regular';
	font-weight: 400;
	color: #000;
	outline: none;
}
button {
	cursor: pointer;border: none;outline:none;
}
button:focus{border: none;outline:none;}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0;
}
em {
	font-style: normal;
}

p {
	margin: 0;
}

table {
	border-collapse: collapse;
	width: 100%;
}

select {
	appearance: none;
	background: url(/img/common/icon_select_arrow.png) no-repeat center right 5px;
	padding: 10px;
	padding-right: 20px;
	width: 100%;
}

input[type=radio] {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + label {
	cursor: pointer;
}

 input[type="checkbox"] {display:none;}
 input[type="checkbox"] + label {display:inline-block;width:20px;height:20px;margin:-2px 10px 0 0;vertical-align:middle;background:url("/img/common/unchecked.png") left top no-repeat;cursor: pointer; background-size: cover;}
 input[type="checkbox"]:checked + label {background:url("/img/common/checked.png")  left top no-repeat;background-size:cover;}

 input[type=radio]:checked + label em {background-position: center right;}
  input[type="radio"] {display:none;}
  input[type="radio"] + label {display:inline-block;width:20px;height:20px;margin:-2px 10px 0 0;vertical-align:middle;background:url("/img/common/radio_off.png") left top no-repeat;cursor: pointer; background-size: cover;}
  input[type="radio"]:checked + label {background:url("/img/common/radio_on.png")  left top no-repeat;background-size:cover;}
/*input[type=checkbox] + label em {
	display: inline-block;
	width: 22px;
	height: 22px;
	min-width: 22px;
	border-radius: 50%;
	border: 1px solid #acacac;
	background-color: #fff;
	position: relative;
	vertical-align: middle;
	margin-right: 5px;
	transition: 0.15s;
}
input[type=checkbox] + label em:before {
	content: '';
	position: absolute;
	background-color: #fff;
	 width: 6px;
	height: 2px; 
	width: 0;
	height: 0;
	top: 10px;
	left: 4px;
	transform: rotate(45deg);
	transition: 0.15s;
}
input[type=checkbox] + label em:after {
	content: '';
	position: absolute;
	background-color: #fff;
	 width: 10px;
	height: 2px; 
	width: 0;
	height: 0;
	top: 9px;
	left: 7px;
	transform: rotate(-45deg);
	transition: 0.15s;
}
input[type=checkbox]:checked + label em {
	background-color: #000;
}
input[type=checkbox]:checked + label em:before {
	width: 6px;
	height: 2px;
}
input[type=checkbox]:checked + label em:after {
	width: 10px;
	height: 2px;
}
input[type=radio] + label {
	margin-right: 10px;
	font-size: 15px;
	font-weight: 400;
}
input[type=radio] + label em {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #ccc;
	position: relative;
	transition: 0.2s;
	vertical-align: middle;
	margin-right: 5px;	
}
input[type=radio] + label em:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.2s ease;
}
input[type=radio]:checked + label em {
	border-color: #000;
}
input[type=radio]:checked + label em:before {
	background-color: #000;
	transform: translate(-50%, -50%) scale(1);
}

.ff_SpartanMB {
	font-family: 'SpartanMB';
}*/