@font-face {
  font-family: 'NanumSquareNeo-Variable';
  src: url('/fonts/NanumSquare100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareNeo-Variable';
  src: url('/fonts/NanumSquare300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareNeo-Variable';
  src: url('/fonts/NanumSquare500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareNeo-Variable';
  src: url('/fonts/NanumSquare700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@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;
}

@font-face {
  font-family: 'InkLipquid';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



* { margin: 0; padding: 0; box-sizing: border-box; word-break:break-all; position: relative; font-family: '"Noto Sans KR", sans-serif'; letter-spacing: -1px; outline: none !important;}
*:focus { outline: none; }
*::selection { background-color: #000; color: #FFF; }
html, body { width: 100%; min-width: 1200px; height: 100%; float: left; color: #121212; font-size: 14px; }
#wrap { width: 100%; height: 100%; float: left; }

a { color: inherit; text-decoration: none; }
img { vertical-align: middle; }
ul, li { list-style: none; }
button { border: 0; cursor: pointer; }
table { table-layout: fixed; border-collapse: separate; border-spacing: 0; }
tspan { letter-spacing: -0.5px !important; }
label { cursor: pointer; }
label > .on { display: none; color: #3366CC; }
label > .off { display: inline-block; color: #CCC; }
input[type="checkbox"], input[type="radio"] { display: none; }
input[type="checkbox"]:checked + label > .on { display: inline-block; }
input[type="checkbox"]:checked + label > .off { display: none; }

.absolute { position:absolute; }
.fixed { position:fixed; }

.bb-tooltip { table-layout : auto; }

input[type="file"] { display: none; }

.common_box{
    width: 100%;
    float:left;
    min-width:1200px;
}

.common_box > div{
    width: 1200px;
    margin: 0 auto;
}

.common_box > div > div{
    width: 100%;
    float: left;
}

