@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
html,
body {
	width: 100%;
	font-size: 15px;
	line-height: 1.6em;
	background-color: #fff;
	margin: 0 auto;
}

body {
	font-size: 15px;
	font-family: 'Noto Sans KR', 'Malgun Gothic', 'Pretendard', sans-serif;
	color: #444;
}
h1,h2{
	font-size: 14px;
	font-family: NotoKrM;
	letter-spacing: -0.07em;
	color: #fff;
	margin:0;
	padding:0;
}
@media all and (max-width:767px) {

	html,
	body {
		font-size: 13px;
		line-height: 1.4em;
	}
}

select,
input,
textarea,
button {
	font-size: 15px;
	font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
	vertical-align: middle;
	color: #444;
	outline: none;
	background: transparent;
	box-sizing: border-box;
	border: none;
}
button {cursor: pointer;}
a {
	outline: none;
	color: #444;
	text-decoration: none;
}

input[type="text"],
input[type="password"] {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}


input {
	padding: 0;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}

th {
	font-size: 1.0em;
}

img,
fieldset {
	border: 0px;
}

img {
	max-width: 100%;
	vertical-align: top;
}

ol,
ul {
	list-style: none;
}

hr {
	border: 0;
	height: 1px;
	background: #ddd;
}

label {
	cursor: pointer;
}

legend,
caption {
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

em {
	font-style: normal;
}

ins {
	text-decoration: none;
}

/* inline block */
.inline_wrap {
	font-size: 0;
}
.inline_wrap > li {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	box-sizing: border-box;
}
 
/* display layout */
.col02 > li {
	width: 50%;
}
.col03 > li {
	width: 33.333%;
}
.col04 > li {
	width: 25%;
}

.ellip {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
  }
  
.ellip2 {
overflow: hidden;
text-overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
