/* reset.css */
@charset "UTF-8";

  /*font*/
@font-face {
    font-family: NanumSquare;
    src: url(https://ssl.pstatic.net/static/kin/fonts/NanumSquareR.woff2) format("woff2")
}
@font-face {
  font-family: 'iropke-batang'; 
  src: url("../css/font/IropkeBatangM.eot") format("eot"),
  url("../css/font/IropkeBatangM.woff") format("woff")
}

@font-face {
  font-family: 'GowunDodum-Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunDodum-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GowunBatang-Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=WindSong:wght@400;500&display=swap');

.wind { font-family: 'WindSong', cursive;}
.ir {   font-family: 'iropke-batang'; }
.GB {  font-family: 'GowunDodum-Regular';}
.GR {  font-family: 'GowunBatang-Bold';}
html,body{
  margin: 0; padding: 0; width: 100%; height: 100%;
  background-color: #fff ;
  color: #868078; 
  outline: none;
}

* {
  outline: none !important;
  font-family: 'iropke-batang'; 
}

h1,h2,h3,h4,h5,h6,div,p,pre,img,ul,ol,li,dl,dt,dd,button,blockquote,video,audio{margin: 0; padding: 0; border: 0; outline:0;}

ul,ol,li{list-style: none;}

button{border-radius:0; cursor:pointer;background-color: transparent;}

header,nav,aside,article,section,footer,main,figure,figcaption,video{display: block; margin: 0; padding: 0; border:0; outline: 0;}


ul,ol,li{list-style:none;}
  a{color:inherit; text-decoration:none;}
  /*a:hover{color:#58a;} */
  /* button:focus,a:focus{position: relative;z-index: 800; outline: 0.0625rem dotted rgba(150,150,150,0.3); outline-offset: 0.1rem;} */

  abbr{text-decoration: none; text-transform: uppercase;}
  address{font-style: normal;}

