@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900|Raleway:200,300,400,500,600,700,900&display=swap');
/*font-family: 'Noto Sans KR', sans-serif;--한글
font-family: 'Raleway', sans-serif;--영문*/

@font-face {
    font-family: 'GangwonEduPowerExtraBoldA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #666;
    font-family: 'Noto Sans KR', sans-serif;
    font-size:17px;
}

li {
    list-style: none
}

a {
    text-decoration: none
}

img {
    border: none;
    display: block;
}
