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

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

html {font-size: 10px}

body {
    min-width: 1300px;
    color: #333;
    font-size: 10px;
    font-family: Arial, sans-serif;
}

/*
body {
    color: #333;
    font-size: 10px;
    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;
}

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;
    /*display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    line-height: 1.6em;
    height: 4.8em;*/
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

#wrap {
    width: 100%;
}

.safe-box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
