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

* {
  margin: 0;
  padding: 0;
  outline: none;
}

*:focus {outline: none;}

html {font-size: 10px}

body {
    color: #333;
    font-size: 10px;
    font-family: "Noto Sans KR", sans-serif;
    /*font-family: "Nanum Gothic", sans-serif;*/
}

img {
    border: 0;
    vertical-align: top;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 10px;
}

a {
    text-decoration: none;
    color: #333;
}

button {
    border:none;
    background-color: transparent;
    cursor: pointer;
}

input {
    vertical-align: middle;
}

input[type="submit"],
input[type="checkbox"],
label {
  cursor: pointer;
}

address {
	font-style: normal;
}

.hidden {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999em;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.clfix:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    display: block;
    white-space: nowrap;
    /*display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    white-space: inherit;
    height: 4.8em;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.bgrn {background-repeat: no-repeat;}
.bgpc {background-position: center;}

.fnt-ngo {font-family: "Nanum Gothic", sans-serif;}
.fnt-noto {font-family: "Noto Sans KR", sans-serif;}
.fnt-arial {font-family: "arial", sans-serif;;}
