/*
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css?family=Cairo:700');
*/

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

html {font-size: 10px}
/*
body {
    color: #333;
    font-size: 10px;
    font-family: 'Nanum Gothic', sans-serif;
}
*/

body {
    color: #333;
    font-size: 15px;
    font-family: 'Noto Sans KR', 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;
}

.table table {font-family: 'Malgun Gothic', sans-serif; width:100%; border-top:2px solid #111; border-collapse: collapse; text-align:center;}
    .table tr {border-bottom:1px solid #e5e5e5;}
        .table th {padding:12px 10px; border-right:1px solid #e5e5e5; color:#333;}
        .table td {padding:12px 10px; border-right:1px solid #e5e5e5;}
        .table td:last-child {border-right:0px;}
        .table th:last-child {border-right:0px;}
        .table-th-l {border-bottom:1px solid #111 !important;}