@font-face {
  font-family: "icon-v4";
  src: url(/fonts/icon-v4.eot?10fd9d60e6f0920d0de26ae7e30795d3);
  src: url(/fonts/icon-v4.eot?10fd9d60e6f0920d0de26ae7e30795d3) format("embedded-opentype"), url(/fonts/icon-v4.woff2?4b6f1f769d354715ab420ad82ae9ab56) format("woff2"), url(/fonts/icon-v4.woff?ba1d3c28abcc223b37965e98173e621d) format("woff"), url(/fonts/icon-v4.ttf?1920156dc3cef86259255ecad8533e33) format("truetype"), url(/fonts/icon-v4.svg?afc8db042a8676b859c25a5905c7a259) format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #282828;
  font-family: "Lucida Grande Unicode", "Apple SD Gothic Neo", "Nanumgothic", "Malgun Gothic", "dotum", sans-serif;
  color: #FFF;
  font-size: 16px;
  overflow: hidden;
  position: absolute;
}

a {
  text-decoration: none;
  color: #00ffff;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #ff0000;
}

#app {
  width: 100%;
  height: 100%;
}

#app .alert-mobile {
  background: #fcf8e3;
  color: #966b21;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 5px 0 20px;
  text-align: center;
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  box-sizing: content-box;
  /* Animation */
}

#app .alert-mobile [class^=icon-]:before,
#app .alert-mobile [class*=" icon-"]:before {
  margin: 0 2px 0 0;
}

#app .alert-mobile p {
  line-height: 1.6;
  margin-bottom: 10px;
}

#app .alert-mobile .btn {
  border-radius: 4px;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.1);
  background: transparent \9;
  border: 0;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 0;
  outline: none;
  text-align: center;
  vertical-align: baseline;
  color: #fff;
}

#app .alert-mobile .btn:hover,
#app .alert-mobile .btn:focus {
  background: transparent \9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000, endColorstr=#20000000);
  background: rgba(0, 0, 0, 0.4);
}

#app .alert-mobile .btn.btn-stretch {
  padding: 0 10px;
}

#app .alert-mobile .btn.btn-success {
  background: #3498db;
}

#app .alert-mobile.bounce-effect {
  animation: bounce 800ms ease-out;
}

#app #kollus-player-launcher {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#app #kollus-player-launcher .message {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

#app #kollus-player-launcher .message p {
  display: table-cell;
  vertical-align: middle;
}

#app #kollus-player-launcher #container {
  width: 100%;
  height: 100%;
}

#app #kollus-player-launcher #container #placeholder {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

#app #kollus-player-launcher #container #wrapper {
  display: table-cell;
  vertical-align: middle;
}

