@charset "utf-8";
/* 
XET CSS v2.0.2 -2021-01-22 for supported in all modern browsers 
ie11.0, chrome 29.0, safari 10, firefox 22.0, opera 48 
By xetemplate(https:xetemplate.com)
*/

/* ------------------------------------------------------------------------------------------------------------------ */
/* reset
/* ------------------------------------------------------------------------------------------------------------------ */
html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}

html, 
body { 
	font-size: 14px;
	line-height: 1.5;
	background: #ffffff; 
	color: #353535;	
  	text-rendering: optimizeLegibility;  	
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none; 
	-moz-text-size-adjust: none; 
	-ms-text-size-adjust: none;
	text-size-adjust: 100%; 	
}

html, 
body, 
table, 
th, 
td, 
button, 
input,
textarea { 
	font-size: 14px;
	font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', '돋움', Dotum, 'Lucida Sans', 'Trebuchet MS', Arial, Tahoma, sans-serif; word-break: keep-all; 
}

html,
body,
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre
fieldset,
legend,
textarea,
form
 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  line-height: 1.2;
  margin-bottom: 10px;
}

svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img {
	border:0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #1b1b1b;
  cursor: pointer;
  text-decoration: none;
}
a:visited, 
a:hover, 
a:active, 
a:focus { 
	text-decoration:none; 
}
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
:focus { outline: 0; }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ababab;
}

fieldset {
	border: 0;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

embed,
object,
video {
	max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}
