@charset "utf-8";

* {margin: 0;padding: 0;box-sizing: border-box;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
	display: none;
}
html {
	height: 100%;
}
html, body {
	font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.02em;
	color: #000000;
	word-break: keep-all;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	outline: none;
	color: #000000;
}
a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
}
/*
u, i {
	font-style: normal;
	text-decoration: none;
}
*/
img {
	width: 100%;
	perspective: 1;
	-ms-perspective: 1;
	-o-perspective: 1;
	-webkit-perspective: 1;
	-moz-perspective: 1;
	vertical-align: top;
}
input, label, select, button, textarea {
	display: inline-block;
	vertical-align: middle;
	font: inherit;
	white-space: normal;
	background: none;
	border: 0;
	opacity: 1;
}
input:focus,
textarea:focus,
select:focus {
	outline: 0;
}
input[type=text]::-ms-clear {
  display: none;
}
button {
	width: 100%;
	padding: 0 12px;
	cursor: pointer;
	outline: transparent;
	line-height: 1;
	vertical-align: top;
}
input[type=text],
input[type=password],
input[type=date],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
select,
textarea {
	width: 100%;
	height: 40px;
	padding: 0 12px;
	background-color: #FFFFFF;
	border: 1px solid #CFCFD0;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
	border-color: #B60005;
}
input[type=text][disabled],
input[type=password][disabled],
input[type=date][disabled],
input[type=email][disabled],
input[type=number][disabled],
input[type=search][disabled],
input[type=tel][disabled],
select[disabled],
textarea[disabled] {
	color: #7D7D7D;
	background-color: #E7E7E7;
	border-color: #CFCFD0;
	cursor: default;
}
input[type=text][readonly],
input[type=password][readonly],
input[type=date][readonly],
input[type=email][readonly],
input[type=number][readonly],
input[type=search][readonly],
input[type=tel][readonly],
select[readonly]
textarea[readonly] {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #CFCFD0;
	cursor: default;
	/*
	color: #7D7D7D;
	background-color: #E7E7E7;
	cursor: default;
	*/
}
input[type=file] {
	width: 100%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("/images/ico_expand_open_pc.svg");
	background-repeat: no-repeat;
	background-position: right 12px center;
}
textarea {
	width: 100%;
	height: 200px;
	padding: 12px;
	resize: none;
}
input::placeholder {
	color: #C1C1C2;
	font-weight: 400;
}
input::-webkit-input-placeholder {
	color: #C1C1C2;
	font-weight: 400;
}
input:-ms-input-placeholder {
	color: #C1C1C2;
	font-weight: 400;
}
textarea::placeholder {
	color: #C1C1C2;
	font-weight: 400;
}
textarea::-webkit-input-placeholder {
	color: #C1C1C2;
	font-weight: 400;
}
textarea:-ms-input-placeholder {
	color: #C1C1C2;
	font-weight: 400;
}
input[type=radio],
input[type=checkbox] {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	opacity: 0;
	outline: 0;
	border: 0;
	z-index: 20;
	cursor: pointer;
}

hr {margin: 60px 0;border: 1px solid #E7E7E7;}

@media screen and (max-width: 319px){
  html {
    font-size: 8.75px;
  }
}

@media screen and (min-width: 320px){
  html {
    font-size: 8.75px;
  }
}

@media screen and (min-width: 767px){
  html {
    font-size: 10px;
  }
}

.slick-slider,
.slick-slider * {outline: none;}


@media (max-width: 1024px) {/* pad */
}
@media (max-width: 767px) {/* mobile */
	input[type=text], input[type=password], input[type=date], input[type=email], input[type=number], input[type=search], input[type=tel], select, textarea {height: 32px;}
	textarea {height: 180px;}
	hr {margin: 30px 0;}
}
