/*
    Theme Name: HUBFUND
    Theme URI: HUBFUND
    Author: HUBFUND
    Author URI: HUBFUND
    Description: HUBFUND
    Version: 1.0.0
*/


* {
    font-family: 'Noto Sans KR', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body, div, span, p, strong, input, button, 
ul, li, i, h1, h2, h3, h4, h5, h6, a, form,
table, caption, tbody, tfoot, thead, tr, th, td, img,
footer, header, textarea {
    margin:0;
    padding:0;
    line-height: 1;
    box-sizing: border-box;
}

html, body {
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    background-color: #ffffff;
}

img {
    width:100%;
}

a {
    text-decoration: none;
    display: block;
}

li {
    list-style: none;
}

button {
    outline: none;
    border: none;
}

input {
    outline: none;
}


.container {
    max-width: 1210px;
    width: 100%;
    margin:0 auto;
    padding:0 20px;
}