@charset "utf-8";
/* CSS Document */

/*=================================================================================

* Reset

=================================================================================*/
html {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.025em;
}
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;
	/*	-webkit-backface-visibility: initial;
 -moz-backface-visibility: initial;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);*/
}
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;
	outline: none;
	border: none;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="date"] {
	height: 50px;
	text-indent: 6px;
	border-radius: 3px;
	color: #555555;
	border: 1px solid #ececec;
	line-height: 1.2;
	display: block;
	background: transparent;
	padding: 0 5px;
}
select {
	height: 50px;
	text-indent: 6px;
	border-radius: 3px;
	color: #555555;
	border: 1px solid #ececec;
	line-height: 1.2;
	display: block;
	background: transparent;
	padding: 0 5px;
}
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:'Barlow', 'Noto Sans SC', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'dotum', sans-serif;
	color: #383838;
}
a {
	color: #383838;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.2s ease-in;
}
a:focus, a:active, a:visited {
	outline: none;
	border: 0;
}
a:hover, a.line {
	text-decoration: none;
	color: #6cb3cd;
}
address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: 300;
}
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: 600;
}
h1, h2, h3, h4, h5 {
	font-weight: 600;
}
figure {
	margin: 0;
}
hr {
	margin: 10px 0;
	border: 0;
	height: 1px;
	background-color: #e1e1e1;
}
br {
	font-family: dotum, sans-serif;
}
textarea {
	width: 100%;
	height: 115px;
	overflow-y: auto;
	resize: none;
	padding: 12px 5px;
	color: #000;
	text-indent: 6px;
	border-radius: 3px;
	border: 1px solid #ececec;
	line-height: 1.2;
	display: block;
	background: transparent;
}
article {
	width: 100%;
	display: block;
}
/* placeholder 스타일 지정 */ ::placeholder {
	color: #ccc;
	opacity: 1;
	font-size: 14px;
}
input::placeholder {
	color: #ccc;
	opacity: 1; /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
	font-size: 14px;
}
input::-webkit-input-placeholder {
	color: #ccc;
	font-size: 14px;
}
/* IE */
input:-ms-input-placeholder {
	color: #ccc;
	font-size: 14px;
}
textarea:-ms-input-placeholder {
	color: #ccc;
	font-size: 14px;
}
/* Firefox */
input:-mos-input-placeholder {
	color: #ccc;
	font-size: 14px;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-perspective: 1;
}
video::-webkit-media-controls {
	display: none;
}
.skip {
	display: none;
}
.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)
}
.cf:after {
	display: block;
	clear: both;
	content: '';
}