@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Noto+Sans+KR:wght@500&family=Pacifico&family=Patua+One&family=Righteous&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,700&display=swap');
@font-face {
    font-family: 'GongGothicMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{font-family: 'GongGothicMedium', 'Noto Sans KR', 'MalgunGothic', sans-serif;
font-size:12px;
background-color:#fff;
color:#222;
overflow-x:hidden;

}

/* 하이퍼링크 서식 */
a{
    color:#222;
    text-decoration:none;
  }
 h6, .none{display:none; }
