/**************************************************
	font
**************************************************/
@font-face {
  font-family: "NanumSquare";
  font-weight: 400;
  src: local("NanumSquareR"),
    url("/font/NanumSquareR.eot") format("embedded-opentype"),
    url("/font/NanumSquareR.woff") format("woff"),
    url("/font/NanumSquareR.ttf") format("truetype");
}
@font-face {
  font-family: "NanumSquare";
  font-weight: 600;
  src: local("NanumSquareB"),
    url("/font/NanumSquareB.eot") format("embedded-opentype"),
    url("/font/NanumSquareB.woff") format("woff"),
    url("/font/NanumSquareB.ttf") format("truetype");
}
@font-face {
  font-family: "NanumSquare";
  font-weight: 800;
  src: local("NanumSquareEB"),
    url("/font/NanumSquareEB.eot") format("embedded-opentype"),
    url("/font/NanumSquareEB.woff") format("woff"),
    url("/font/NanumSquareEB.ttf") format("truetype");
}
@font-face {
  font-family: "NanumSquare";
  font-weight: 300;
  src: local("NanumSquareL"),
    url("/font/NanumSquareL.eot") format("embedded-opentype"),
    url("/font/NanumSquareL.woff") format("woff"),
    url("/font/NanumSquareL.ttf") format("truetype");
}
/**************************************************
	Reset
**************************************************/
html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  position: relative;
  word-break: keep-all;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
button {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  font-weight: 300;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
fieldset,
iframe {
  border: 0 none;
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.soundOnly {
  overflow: hidden;
  position: absolute;
  top: -9999em;
  height: 0;
  line-height: 1px;
}
.skip {
  display: block;
  left: -9999em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: -200;
}
.skip:hover,
.skip:focus,
.skip:active {
  background-color: #000;
  color: #fff;
  left: 0;
  margin-left: 0px;
  padding: 10px 0 10px 0;
  position: absolute;
  top: 0px;
  z-index: 100;
}

.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.fn {
  float: none !important;
}
.cb {
  clear: both !important;
}
.ac {
  text-align: center !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.vt {
  vertical-align: top !important;
}
.vm {
  vertical-align: middle !important;
}
.vb {
  vertical-align: bottom !important;
}
.oh {
  overflow: hidden !important;
}
.cp {
  cursor: pointer !important;
}
.di {
  display: inline !important;
}
.dib {
  display: inline-block;
  display: -moz-inline-box;
}
.dn {
  display: none !important;
}
.db {
  display: block !important;
}
.vv {
  visibility: visible !important;
}
.vh {
  visibility: hidden !important;
}
.bbn {
  border-bottom: none !important;
}
.brn {
  border-right: none !important;
}
.bln {
  border-left: none !important;
}
/*.btn{border-top:none !important}*/
.bn,
.bn td,
.bn th {
  border: none !important;
}
.bgn,
.bgn td,
.bgn th {
  background: none !important;
}
.fb {
  font-weight: bold !important;
}
.fn {
  font-weight: normal !important;
}
.fixed {
  table-layout: fixed;
}
.pr {
  position: relative !important;
}
.tc {
  text-align: center !important;
}
.move {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/**************************************************
	Drag Effect
**************************************************/
::selection {
  background: #f15929;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: #ad0303;
  color: #ffffff;
  text-shadow: none;
}
::-webkit-selection {
  background: #ad0303;
  color: #ffffff;
  text-shadow: none;
}
::-o-selection {
  background: #ad0303;
  color: #ffffff;
  text-shadow: none;
}
