
@import url(https://db.onlinewebfonts.com/c/127984ac535ca158ad9724f752ade6a6?family=Book+Antiqua+Bold);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');
@import url(https://db.onlinewebfonts.com/c/7200c6dd8ac604abe09f5159e53a40c0?family=Mark+Pro);
@import url(https://db.onlinewebfonts.com/c/01d273202731e44f0f1187f3afcaf156?family=Mark+Pro+Bold);
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

*{  text-decoration: none;
    color: #333;
    margin: 0;
    padding: 0;
    font-family: 'NanumSquare', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif,;
}
ul,ol,li{
    list-style: none;
}
img{
    display: block;
    border: 0;
}

html {
  width: 100% !important;
}
body{
  width: 100%;
  height: 100%;
  position: relative;
    
}
body>.wrap{
  margin: 0 auto;
  width: 100%; 
  margin: 0 auto;
  
}
section{
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
/* header{width: 100%; position: fixed; top: 0; left: 0; z-index: 99;} */

h1,h3{font-family: 'Mark Bold';}


.linkBox{width: 200px; height: 200px; z-index: 22; background-color: #000; padding: 28px; box-sizing: border-box; }
.linkBox p{color: #fff; font-size: 18px;  font-weight: 900; margin-bottom: 15px;}

@media screen and (max-width: 1024px) {
  .linkBox{width: 120px; height: 120px; z-index: 22; background-color: #000; padding: 18px; box-sizing: border-box;}
  .linkBox p{color: #fff; font-size: 14px;  font-weight: 900; margin-bottom: 10px;}
  
}

.line{border-top: 1px solid #D6D6D6; width: 100%;}

/* hide Class */
.hideActive{display: none;}



