@charset "utf-8";


  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300&display=swap');


/*font-family: 'Noto Sans KR', sans-serif;
 */


 @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@300;400;500;600;700&display=swap');
/*font-family: 'Noto Serif KR', serif;
 */


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  font-size: 0.625em;
}

body{
  line-height: 1;
  font-family: 'Noto Serif KR', serif;
}

a{
  color: #333;
  text-decoration: none;
}

li{
  list-style: none;
}


button{
  outline: none;
  border: none;
  background-color: transparent;
}

/* ------- */

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.ir_pm{
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden;
}

.screen_out{
  position: absolute;
  top: -9999em;
  left: -9999em;
}

