/*---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: 'Noto Sans KR', sans-serif;font-size:16px;font-weight:400;font-style: normal;text-decoration: none;color: #1c1c1c;}
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;}

@media screen and (min-width:721px){

    br.br_m{display: none;}/*br 모바일에서만 줄내림*/
}
@media screen and (max-width:720px){

    br.br_d{display: none;}/*br 데스크탑에서만 줄내림*/
}
