/*---CSS RESET---*/

*{margin: 0;padding: 0;font-family: inherit;font-size: inherit;font-weight: inherit;font-style: inherit;color: inherit;text-decoration: inherit;}

body{font-family: 'NanumSquare', sans-serif !important;font-size:17px;font-weight:400;font-style: normal;text-decoration: none;color: #FFF;background-color: #222;overflow-x: hidden;}
li{list-style: none;}
table{border-spacing: 0;border-collapse: collapse;}
input, select, textarea, button{box-sizing: border-box;}
button{background: none;border: none;cursor: pointer;outline: none;}

.k_eng{font-family: 'Roboto', sans-serif;}

@media screen and (min-width:761px){

    br.br_m{display: none;}
}
@media screen and (max-width:760px){

    br.br_d{display: none;}
}


