@charset "utf-8";

/* 기본css */
html {
	overflow-x: hidden;
	overflow-y: auto;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	font-family: 'Spoqa Han Sans Neo';
	background: #fff;
}
body.gray {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	font-family: 'Spoqa Han Sans Neo';
	background: #f4f4f4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Spoqa Han Sans Neo';
}
li,
ul,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
em {
	font-style: normal;
}
legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden;
}
input,
button {
	margin: 0;
	padding: 0;
	font-family: 'Spoqa Han Sans Neo';
	font-size: 1em;
}
input[type='submit'] {
	cursor: pointer;
}
button {
	border: 1px solid transparent;
	background: transparent;
	cursor: pointer;
}
textarea,
select {
	font-family: 'Spoqa Han Sans Neo';
	font-size: 1em;
}
select {
	margin: 0;
}
p {
	margin: 0;
	padding: 0;
	word-break: break-all;
}
pre {
	overflow-x: scroll;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent; 
	-webkit-focus-ring-color: transparent;   
	outline: none; 
}
a:focus, a:active {
   background: transparent; 
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
em {
	font-style: normal;
}
input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
	outline: none;
}
textarea {
	resize: none;
	padding: 14px;
	font-family: Spoqa Han Sans Neo;
	font-size: 15px;
	font-weight: 400;
	line-height: 22.5px;
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
}

textarea::placeholder {
	color: #cacaca;
}

input[type='checkbox'] {
	display: none;
}
/* input[type='checkbox'] + label {
	cursor: pointer;
	display: inline-block;
	background: url('/images/icon/ic_checkbox.png');
	width: 22px;
	height: 22px;
	position: relative;
	top: 5px;
	margin-right: 0px;
}
input[type='check']:checked + label::after {
	cursor: pointer;
	display: inline-block;
	background: url('/images/icon/ic_checked.png');
	width: 22px;
	height: 22px;
} */
.column-1 {
	width: 100%;
}
.column-2 {
	width: 50%;
}
.column-3 {
	width: 33.3333%;
}
.column-4 {
	width: 25%;
}
.column-5 {
	width: 20%;
}
.column-6 {
	width: 14.285714%;
}

.blind {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}
.test {
	border: 1px solid #000;
}

.wid10 {
	width: 10% !important;
}
.wid20 {
	width: 20% !important;
}
.wid30 {
	width: 30% !important;
}
.wid40 {
	width: 40% !important;
}
.wid50 {
	width: 50% !important;
}
.wid60 {
	width: 60% !important;
}
.wid70 {
	width: 70% !important;
}
.wid80 {
	width: 80% !important;
}
.wid90 {
	width: 90% !important;
}
