/**
* Template Name: Frandeer - v1.0.0
* License: frandear
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote,
pre,
code,
address,
ul,
ol,
li,
menu,
nav,
section,
article,
aside,
dl,
dt,
dd,
table,
thead,
tbody,
tfoot,
label,
caption,
th,
td,
form,
fieldset,
legend,
hr,
input,
button,
textarea,
object,
figure,
figcaption {
  margin: 0;
  padding: 0;
  border: 0 none;
}
body {
  width: 100%;
  background: #fff;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  word-break: break-all;
  max-width: 2560px;
  min-width: 280px;
  height: 100%;
}
body,
input,
select,
textarea,
button {
  border: none;
  font-size: 15px;
  font-family: "Noto Sans KR", "Malgun Gothic", "Dotum", "Gulim", "Tahoma",
    "Verdana", sans-serif;
  color: #777;
  font-weight: 400;
  letter-spacing: -0.8px;
}
input {
  font-family: "Noto Sans KR", "Malgun Gothic", "Dotum", "Gulim", "Tahoma",
    "Verdana", sans-serif;
}
header,
h1 {
  font-size: 100%;
}
html,
body {
  height: 100%;
}
main,
header,
section,
nav,
footer,
aside,
article,
figure {
  display: block;
}
div,
p,
span,
li,
table td {
  word-break: keep-all;
}
caption,
legend {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
}
img {
  border: none;
  vertical-align: top; /*width:100%;*/
}
select,
input {
  vertical-align: middle;
}
hr {
  display: none;
  border: 0 none;
}
ol,
ul,
ul li {
  list-style: none;
}
address,
cite,
code,
em {
  font-style: normal;
  font-weight: normal;
}
label {
  cursor: pointer;
}
button {
  border: 0;
  outline: 0;
  cursor: pointer;
}
textarea:focus,
button:focus,
input:focus {
  outline: none;
}

/* webfont */
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* clear */
.clear {
  clear: both;
} /* 정렬 초기화 */

/* link */
a {
  color: #555;
  text-decoration: none;
} /*링크 기본*/
a:link,
a:visited {
  text-decoration: none;
}
/* a:hover, a:active, a:focus {text-decoration:underline} */

/* table */
table {
  width: 100%;
  border-collapse: collapse;
} /*테이블 기본*/
table,
th,
td {
  border: 0px;
  border-spacing: 0;
  border-style: none;
}

/* float */
.fl {
  float: left;
} /* Flot 왼쪽정렬*/
.fr {
  float: right;
} /* Flot 오른쪽정렬*/

/* text-align */
.txtr {
  text-align: right !important;
} /*텍스트 오른쪽정렬*/
.txtl {
  text-align: left !important;
} /*텍스트 왼쪽정렬*/
.txtc {
  text-align: center !important;
} /*텍스트 가운데정렬*/

/* hidden */
.hidden,
.hide,
.blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
} /*폰트, 타이틀 감추기 */
