@charset "UTF-8";
/* CSS Document */
/*=================================================================================

* Reset

=================================================================================*/
html {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -0.035em;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
fieldset, img {
	border: 0 none;
}
dl, ul, ol, menu, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, select, textarea, button {
	vertical-align: middle;
}
input::-ms-clear {
	display: none;
}
input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}
input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
input[type="text"], input[type="password"], input[type="search"], select {
	border: 1px solid #e1e1e1;
	height: 40px;
	line-height: 40px;
	background: #fff;
	text-indent: 6px;
	outline: none;
}
select {
	min-width: 120px;
	line-height: normal !important;
	font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'dotum', sans-serif !important;
}
input[type="password"] {
	font-family: 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'dotum', sans-serif;
}
input:focus {
	border-color: #989898;
	outline: 0;
	border-width: 1px;
}
button {
	border: 0 none;
	border-radius: 0;
	background-color: transparent;
	cursor: pointer;
}
body {
	word-wrap: break-word;
	word-break: keep-all;
}
body, th, td, input, select, textarea, button {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'dotum', sans-serif;
	color: #121212;
	box-sizing: border-box;
}
a {
	color: #121212;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	box-sizing: border-box;
}
a.line {
	color: #E16004;
}
address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: 400;
}
table {
	border-collapse: collapse !important;
}
html[data-useragent*=mac] body * {
	font-family: 'Apple SD Gothic NEO', helvetica, sans-serif !important
}
::-moz-selection {
	background: #21E1E1;
	color: #fff;
}
::selection {
	background: #21E1E1;
	color: #fff;
}
strong, b {
	font-weight: 700;
}
h1, h2, h3, h4, h5 {
	font-weight: 600;
}
figure {
	margin: 0;
}
hr {
	margin: 10px 0;
	border: 0;
	height: 1px;
	background-color: #e1e1e1;
}
textarea {
	width: 100%;
	height: 115px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	resize: none;
	padding: 12px;
}
::placeholder {
	color: #ccc;
	font-weight: 400;
}
input::-webkit-input-placeholder {
	color: #ccc;
	font-weight: 400;
}
input::-moz-placeholder {
	color: #ccc;
	font-weight: 400;
}
input:-ms-input-placeholder {
	color: #ccc;
	font-weight: 400;
}
input:-moz-placeholder {
	color: #ccc;
	font-weight: 400;
}
input::placeholder {
	color: #ccc;
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-perspective: 1;
}
.cf:after {
	display: block;
	clear: both;
	content: '';
}

.hide_txt {
	display: inline-block !important;
	overflow: hidden !important;
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1px;
	line-height: 0;
	clip: rect(1px 1px 1px 1px)
}
/*=================================================================================

* Login

=================================================================================*/
.login_wrap {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	visibility: visible;
	background: #6529dc;
	background: linear-gradient(to bottom right, #6110D6, #842FFF);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.login_wrap:before {
	display: block;
	clear: both;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 340px;
	background: #6020BA;
	z-index: 0;
}
.login_header {
	margin-bottom: 90px;
}
.login_header .logo_img {}
.login_header h1 {
	margin-bottom: 40px;
	font-size: 54px;
	color: #fff;
}
.login_header .text01 {
	font-size: 24px;
	color: #fff;
	font-weight: 300;
}
.login_contents {
	position: relative;
	width: 540px;
	background: #fff;
	margin-bottom: 120px;
	padding: 38px 60px;
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
	z-index: 1;
}
.login_contents form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}
.login_contents .login_input {
	margin-right: 10px;
}
.login_contents .input {
	position: relative;
	margin: 0 0 10px 0;
	font-size: 16px;
}
.login_contents .input input[type="password"], .login_contents .input input[type="text"] {
	width: 260px;
	height: 46px;
	line-height: 46px;
	padding: 0 0 0 12px;
	outline: none;
	font-size: 18px;
	background: #fff;
	transition: background-color 160ms;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}
.login_centents .input input::placeholder {
	color: #ccc;
	font-weight: 400;
	font-size: 18px;
}
.login_contents .options {
	text-align: left;
}
.container-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.container-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom checkbox */
.container-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #fff;
	border: 1.5px solid #e1e1e1;
}
/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
	border: 1.5px solid #6110D6;
}
/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #6110D6;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.login_contents .button {
	display: block;
	width: 150px;
	height: 102px;
	border-radius: 8px;
	border: none;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	background: linear-gradient(to bottom right, #6110D6, #842FFF);
	-webkit-appearance: none;
	cursor: pointer;
}
.login_foot {
	position: relative;
	z-index: 1;
}
.login_foot .copyright {
	color: #fff;
	font-weight: 300;
	font-size: 13px;
}