/**reset css**/
@charset utf-8;
@import url(/css/NotoSansKR.css);
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family: 'noto-r', sans-serif;
	background:#fff;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
hr {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: normal;
	font-size: 18px;
	font-family: 'noto-m'
}

a {
    color: #121212;
    text-decoration: none;
	outline:none;
    letter-spacing: -0.6px;
}


button{
	outline:none;
}


li {
    list-style: none;
}

fieldset, img {
    border: 0;
}

img {
    vertical-align: bottom;
    text-align: center;
    max-width: 100%;
}

input[type=button]{
    cursor: pointer;
    outline: none;
    background-color: #fff;
}
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

table, tr, th, td{
	border-collapse:collapse;
}
table, th, td{
	border-spacing: 0;
    font-weight: normal;
}
.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
#wrap{width:100%;}

#header_wrap{
	width:100%;
	overflow:hidden;
}

#content_wrap{
	width:100%;
	position:relative;
	overflow:hidden;
}/*min-height:1400px;*/

/*GRID SYSTEM*/
[class*="col-"] {
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.col-right {
    float: right;
}

.col-fit {
    padding: 0;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}
