﻿/* Layout definitions */
/* New Color System */
/* Ink: Alpha + Omega */
/* Ink-ui: Alpha + Omega */
/* Deco: Alpha + Omega */
/* Point */
/* Calm */
/* Safe */
/* Warn */
/* Stone: Alpha + Omega */
/* Stone: Beta */
/* Stone-ui: Alpha + Omega */
.dfx .common {
  /* Color System */
  /* Old Color System */
  /* Mixins */
  /* https://webdesign.tutsplus.com/tutorials/making-gradients-easier-with-less-mixins--cms-24072 */
}
.dfx .roles .box {
  position: relative;
  display: block;
  float: left;
  margin: auto;
}
.dfx .roles .box:after {
  content: '';
  display: table;
  width: 100%;
}
.dfx .roles .navtoggle > li > .cover {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.dfx .roles .navtoggle > li > .cover.active {
  visibility: visible;
  opacity: 1;
}
.dfx .roles .navtoggle > li > ul {
  visibility: hidden;
  display: block;
  overflow: hidden;
  opacity: 0;
  position: fixed;
}
.dfx .roles .navtoggle > li > ul.active {
  visibility: visible;
}
.dfx .roles .accordion > li > ul {
  display: block;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
}
.dfx .roles .accordion > li > ul.active {
  opacity: 1;
  max-height: 300px;
}
.m {
  /* Color System */
  /* Old Color System */
  /* Mixins */
  /* https://webdesign.tutsplus.com/tutorials/making-gradients-easier-with-less-mixins--cms-24072 */
}
.r .box {
  position: relative;
  display: block;
  float: left;
  margin: auto;
}
.r .box:after {
  content: '';
  display: table;
  width: 100%;
}
.r .navtoggle > li > .cover {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.r .navtoggle > li > .cover.active {
  visibility: visible;
  opacity: 1;
}
.r .navtoggle > li > ul {
  visibility: hidden;
  display: block;
  overflow: hidden;
  opacity: 0;
  position: fixed;
}
.r .navtoggle > li > ul.active {
  visibility: visible;
}
.r .accordion > li > ul {
  display: block;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
}
.r .accordion > li > ul.active {
  opacity: 1;
  max-height: 300px;
}
* {
  padding: 0px;
  margin: 0px;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  padding: 0px;
  margin: 0px;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
button,
input,
select {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
option {
  color: black !important;
}
button:focus,
input:focus,
textarea:focus {
  outline: none;
}
br {
  font-family: verdana, sans-serif;
}
input[type="password"],
textarea {
  font-family: '맑은 고딕', sans-serif !important;
}
br.hr {
  display: table;
  clear: both;
  width: 100%;
  height: 1px;
}
.none {
  display: none !important;
}
.c {
  /* Common Mixin */
}
/* Common Mixin */
body {
  font-family: "맑은 고딕";
  font-size: 12px;
  color: #cddadd;
  background-image: url("/refer/images/honor/bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #021523;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
}
*::-webkit-scrollbar-track {
  background-color: #1c1c1c;
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.layer {
  position: relative !important;
}
.layer-0 {
  position: relative !important;
}
.layer-1 {
  position: relative !important;
}
/* Layout */
.contents-area.name-index .contents-container .contents-menu {
  display: none !important;
}
@media screen and (max-width:640px) {
  .contents-area.dir-user,
  .contents-area.dir-betting,
  .contents-area.dir-community {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .contents-area.dir-user,
  .contents-area.dir-betting,
  .contents-area.dir-community {
    width: 100%;
    min-width: 1280px;
  }
}
.contents-area.dir-user:after,
.contents-area.dir-betting:after,
.contents-area.dir-community:after {
  content: "";
  display: table;
  width: 100%;
}
.contents-area.dir-user .contents-container:after,
.contents-area.dir-betting .contents-container:after,
.contents-area.dir-community .contents-container:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (max-width:640px) {
  .contents-area.dir-user .contents-container,
  .contents-area.dir-betting .contents-container,
  .contents-area.dir-community .contents-container {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .contents-area.dir-user .contents-container,
  .contents-area.dir-betting .contents-container,
  .contents-area.dir-community .contents-container {
    width: 1280px;
    margin: 0px auto;
  }
}
.contents-area.dir-user .contents-container:after,
.contents-area.dir-betting .contents-container:after,
.contents-area.dir-community .contents-container:after {
  content: "";
  display: table;
  width: 100%;
}
.contents-area.dir-user .contents-container .contents,
.contents-area.dir-betting .contents-container .contents,
.contents-area.dir-community .contents-container .contents {
  display: block;
  float: left;
  min-height: 1000px;
  padding: 5px;
  padding-top: 0px;
}
.contents-area.dir-user .contents-container .contents:after,
.contents-area.dir-betting .contents-container .contents:after,
.contents-area.dir-community .contents-container .contents:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (min-width:640px) {
  .contents-area.dir-user .contents-container .contents,
  .contents-area.dir-betting .contents-container .contents,
  .contents-area.dir-community .contents-container .contents {
    width: 970px;
  }
}
@media screen and (max-width:640px) {
  .contents-area.dir-user .contents-container .contents,
  .contents-area.dir-betting .contents-container .contents,
  .contents-area.dir-community .contents-container .contents {
    width: 100%;
  }
}
.contents-area.dir-user .contents-container .contents-menu,
.contents-area.dir-betting .contents-container .contents-menu,
.contents-area.dir-community .contents-container .contents-menu {
  display: block;
  float: right;
  padding: 5px;
  padding-top: 0px;
}
.contents-area.dir-user .contents-container .contents-menu:after,
.contents-area.dir-betting .contents-container .contents-menu:after,
.contents-area.dir-community .contents-container .contents-menu:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (min-width:640px) {
  .contents-area.dir-user .contents-container .contents-menu,
  .contents-area.dir-betting .contents-container .contents-menu,
  .contents-area.dir-community .contents-container .contents-menu {
    width: 288px;
  }
}
@media screen and (max-width:640px) {
  .contents-area.dir-user .contents-container .contents-menu,
  .contents-area.dir-betting .contents-container .contents-menu,
  .contents-area.dir-community .contents-container .contents-menu {
    width: 100%;
  }
}
/* Theme */
/* Layout */
.banner-area:after {
  content: "";
  display: table;
  width: 100%;
}
.banner-container:after {
  content: "";
  display: table;
  width: 100%;
}
.bannercaption-area:after {
  content: "";
  display: table;
  width: 100%;
}
.bannercaption-container:after {
  content: "";
  display: table;
  width: 100%;
}
.bannercaption:after {
  content: "";
  display: table;
  width: 100%;
}
.bannertab-area:after {
  content: "";
  display: table;
  width: 100%;
}
.bannertab-container:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (min-width:640px) {
  .bannertab:after {
    content: "";
    display: table;
    width: 100%;
  }
  .bannertab > li > button {
    display: none;
  }
  .bannertab > li > ul > li {
    display: block;
    float: left;
  }
  .bannertab > li > ul > li:after {
    content: "";
    display: table;
    width: 100%;
  }
  .bannertab > li > ul > li > a {
    display: block;
    padding: 7px 14px;
  }
}
@media screen and (max-width:640px) {
  .bannertab {
    cursor: pointer;
    display: inline-block;
  }
  .bannertab * {
    list-style: none;
  }
  .bannertab > li {
    display: block;
    float: left;
  }
  .bannertab > li > a,
  .bannertab > li > button {
    display: block;
  }
  .bannertab > li > ul {
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    max-height: 0px;
    opacity: 0;
  }
  .bannertab > li > ul.active {
    display: block;
    max-height: 1000px;
    visibility: visible;
    -webkit-transition: 0.25s ease-in;
    -moz-transition: 0.25s ease-in;
    -ms-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    opacity: 1;
  }
  .bannertab > li > ul > li > a {
    display: block;
    padding: 5px 15px;
  }
  .bannertab > li > button {
    padding: 5px 10px;
  }
  .bannertab > li > button:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 0.75em;
    padding-left: 5px;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: middle;
  }
  .bannertab > li > button:focus:after {
    content: "\f077";
  }
  .bannertab > li > ul > li > a {
    min-width: 150px;
    padding: 10px;
  }
}
/* Usage */
.banner-area.name-index {
  display: none !important;
}
/* Layout */
.banner-area {
  margin-bottom: 10px;
}
@media screen and (max-width:640px) {
  .banner-area {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .banner-area {
    width: 100%;
    min-width: 1280px;
  }
}
.banner-area .banner-container:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (max-width:640px) {
  .banner-area .banner-container {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .banner-area .banner-container {
    width: 1280px;
    margin: 0px auto;
  }
}
@media screen and (max-width:640px) {
  .banner-area .banner-container .bannercaption-area {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .banner-area .banner-container .bannercaption-area {
    width: 100%;
    min-width: 1280px;
  }
}
.banner-area .banner-container .bannercaption-area .bannercaption-container:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (max-width:640px) {
  .banner-area .banner-container .bannercaption-area .bannercaption-container {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .banner-area .banner-container .bannercaption-area .bannercaption-container {
    width: 1280px;
    margin: 0px auto;
  }
}
@media screen and (max-width:640px) {
  .banner-area .banner-container .bannertab-area {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .banner-area .banner-container .bannertab-area {
    width: 100%;
    min-width: 1280px;
  }
}
.banner-area .banner-container .bannertab-area .bannertab-container:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (max-width:640px) {
  .banner-area .banner-container .bannertab-area .bannertab-container {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .banner-area .banner-container .bannertab-area .bannertab-container {
    width: 1280px;
    margin: 0px auto;
  }
}
/* Theme */
.banner-area {
  color: white;
  background-image: url('/refer/images/honor/banner-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.bannercaption-container {
  position: relative;
}
.bannercaption {
  padding: 15px;
  color: #0d5580;
}
.bannercaption > h1 {
  float: left;
  clear: both;
  font-weight: 400;
  text-align: right;
  font-size: 2.5em;
  line-height: 1.5em;
  color: #cddadd;
}
.bannercaption > hr {
  display: none !important;
}
.bannercaption > h2 {
  float: left;
  clear: both;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
  text-align: right;
}
.bannercaption > p {
  display: none;
  float: right;
  clear: both;
  text-align: right;
  line-height: 1.5em;
}
.bannercaption > p:before {
  content: "Sports, Live games and more from Category.";
}
.bannercaption > a {
  display: none;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 250px;
  padding: 20px;
  font-size: 15px;
  text-align: left;
  line-height: 1em;
  background: url('/refer/images/honor/button-bg.png');
  background-position: center center;
  background-size: 100% auto;
  color: #cddadd;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
  opacity: .8;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: white;
}
.bannercaption > a:hover {
  opacity: 1;
}
.bannercaption > a:before {
  content: "CHARGE";
}
.banner-area.name-index .bannercaption-area {
  border-bottom: 0px;
}
.banner-area.name-index .bannercaption-area .bannercaption-container {
  min-height: 601px;
}
.banner-area.name-index .bannercaption-area .bannercaption-container .bannercaption {
  padding-top: 250px;
}
.banner-area.name-index .bannercaption-area .bannercaption-container .bannercaption > h1 {
  font-size: 3.5em;
  line-height: 1em;
}
@media screen and (max-width:640px) {
  .banner-area.name-index .bannercaption-area .bannercaption-container .bannercaption > h1 {
    max-width: 375px;
  }
}
.banner-area.name-index .bannercaption-area .bannercaption-container .bannercaption > h1:before {
  content: "Cherry에 오신 것을 환영합니다!";
}
.banner-area.name-index .bannercaption-area .bannercaption-container .bannercaption > h2 {
  font-size: 2.5em;
  line-height: 1.5em;
}
.banner-area.name-index .bannercaption-area .bannercaption-container .bannercaption > h2:before {
  content: "Enjoy Premium services @Cherry";
}
.banner-area.name-index .bannercaption-area .bannercaption-container .bannercaption > p {
  font-size: 1.3em;
  line-height: 1.25em;
}
.banner-area.name-index .bannercaption-area .bannercaption-container .bannercaption > a {
  bottom: 30px;
}
.banner-area.name-index .bannercaption-area .bannercaption-container .bannercaption > a:before {
  content: "GO BET";
}
.bannertab-area {
  padding: 15px;
}
@media screen and (min-width:640px) {
  .bannertab > li > ul > li > a {
    margin-right: 5px;
    color: #0d5580;
    border: 2px solid #0d5580;
    -webkit-border-radius: 100px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100px;
    -moz-background-clip: padding;
    border-radius: 100px;
    background-clip: padding-box;
    font-weight: bold;
  }
  .bannertab > li > ul > li > a:hover,
  .bannertab > li > ul > li > a.hover,
  .bannertab > li > ul > li > a:active,
  .bannertab > li > ul > li > a.active,
  .bannertab > li > ul > li > a.selected {
    border: 2px solid transparent;
    background-color: #0d5580;
    color: #ffffff;
  }
}
@media screen and (max-width:640px) {
  .bannertab > li > button {
    color: #ffffff;
    border: 2px solid transparent;
    background-color: #0d5580;
    -webkit-border-radius: 100px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100px;
    -moz-background-clip: padding;
    border-radius: 100px;
    background-clip: padding-box;
    padding: 7px 14px;
  }
  .bannertab > li > ul {
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
    background-color: rgba(28, 28, 28, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    background-image: 8121991;
    background-image: -webkit-radial-gradient(55px 55px,cover, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 150%);
    background-image: -moz-radial-gradient(55px 55px,cover, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 150%);
    background-image: -o-radial-gradient(55px 55px,cover, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 150%);
    background-image: radial-gradient(farthest-corner at 55px 55px, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 150%);
    background-color: rgba(87, 87, 87, 0.9);
  }
  .bannertab > li > ul > li > a.selected {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMjU1LCAyNTUsIDI1NSkiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
    background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
    background-repeat: no-repeat;
  }
}
@media screen and (max-width:640px) {
  .infocart-wrap {
    visibility: hidden;
    max-height: 0px;
    max-width: 0px;
    overflow: hidden;
  }
}
.infocart-wrap .infocart .quickmenu-wrap {
  display: block;
}
.infocart-wrap .infocart .quickmenu-wrap:after {
  content: "";
  display: table;
  width: 100%;
}
.infocart-wrap .infocart .quickmenu-wrap .quickmenu {
  display: block;
}
.infocart-wrap .infocart .quickmenu-wrap .quickmenu:after {
  content: "";
  display: table;
  width: 100%;
}
.infocart-wrap .infocart .quickmenu-wrap .quickmenu > li {
  display: block;
  float: left;
  width: 50%;
}
.infocart-wrap .infocart .quickmenu-wrap .quickmenu > li > .item {
  display: inline-block;
  width: 100%;
}
.infocart-wrap .infocart .quickmenu-wrap .quickmenu > li > .item .item-icon {
  display: inline-block;
  vertical-align: middle;
}
.infocart-wrap .infocart .quickmenu-wrap .quickmenu > li > .item .item-icon {
  display: inline-block;
  vertical-align: middle;
}
/* Usage */
.infocart-wrap .infocart .quickmenu-wrap {
  display: none !important;
}
/* Theme */
.infocart-wrap .infocart .userinfo-wrap {
  border: 1px solid rgba(13, 85, 128, 0.5);
  -webkit-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 16px;
  -moz-background-clip: padding;
  border-radius: 16px;
  background-clip: padding-box;
  background-color: rgba(28, 28, 28, 0.95);
  background-image: url(http://localhost:3000/privatefiles/less/honor/<?php echo $_ref_images ?>/navtoggle-bg-2.png);
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  margin-bottom: 13px;
}
.infocart-wrap .infocart .userinfo-wrap .userinfo-meta {
  padding: 13px;
  color: #0d5580;
}
.infocart-wrap .infocart .userinfo-wrap .userinfo-meta > h1 {
  font-size: 1em;
  display: inline-block;
}
.infocart-wrap .infocart .userinfo-wrap .userinfo-meta > h1:before {
  content: "Welcome!";
}
.infocart-wrap .infocart .userinfo-wrap .userinfo > .item-nickname {
  margin-bottom: 10px;
  padding: 0px 10px;
  padding-top: 12px;
  display: block;
  font-size: 1.25em;
}
.infocart-wrap .infocart .userinfo-wrap .userinfo > .item-nickname > strong {
  color: #0d5580;
  font-size: 1.25em;
  font-weight: 400;
}
.infocart-wrap .infocart .userinfo-wrap .userinfo > .item-money {
  padding: 0px 10px;
  display: block;
}
.infocart-wrap .infocart .userinfo-wrap .userinfo > .item-money > strong {
  font-weight: 400;
  color: #0d5580;
}
.infocart-wrap .infocart .userinfo-wrap .userinfo > .item-point {
  padding: 0px 10px;
  padding-bottom: 15px;
  display: block;
}
.infocart-wrap .infocart .userinfo-wrap .userinfo > .item-point > strong {
  font-weight: 400;
  color: #0d5580;
}
.infocart-wrap .infocart .userinfo-wrap .userinfo > .item-btns {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px;
  text-align: right;
}
.infocart-wrap .infocart .userinfo-wrap .userinfo > .item-btns > [class*="item-"] {
  display: inline-block;
  padding: 2.5px 7.5px;
  /* Button */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #cddadd;
  border: 0px;
  background-color: #2e3442;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.infocart-wrap .infocart .userinfo-wrap .userinfo > .item-btns > [class*="item-"]:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #25282f;
  border: 0px;
  background-color: #0c4c73;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.infocart-wrap .infocart .userinfo-wrap .userinfo > .item-btns > [class*="item-"]:active,
.infocart-wrap .infocart .userinfo-wrap .userinfo > .item-btns > [class*="item-"]:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #25282f;
  border: 0px;
  background-color: #0c4c73;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(12, 76, 115, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(12, 76, 115, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(12, 76, 115, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.infocart-wrap .infocart .userinfo-wrap .userinfo > .item-btns > .item-logout {
  /* Button */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #25282f;
  border: 0px;
  background-color: #0d5580;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.infocart-wrap .infocart .userinfo-wrap .userinfo > .item-btns > .item-logout:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #25282f;
  border: 0px;
  background-color: #0c4c73;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.infocart-wrap .infocart .userinfo-wrap .userinfo > .item-btns > .item-logout:active,
.infocart-wrap .infocart .userinfo-wrap .userinfo > .item-btns > .item-logout:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #25282f;
  border: 0px;
  background-color: #0c4c73;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(12, 76, 115, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(12, 76, 115, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(12, 76, 115, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.infocart-wrap .infocart .livebanner-wrap {
  border: 1px solid rgba(13, 85, 128, 0.5);
  -webkit-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 16px;
  -moz-background-clip: padding;
  border-radius: 16px;
  background-clip: padding-box;
  background-color: rgba(28, 28, 28, 0.95);
  background-image: url(http://localhost:3000/privatefiles/less/honor/<?php echo $_ref_images ?>/navtoggle-bg-2.png);
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
}
.infocart-wrap .infocart .livebanner-wrap .livebanner-meta {
  padding: 13px;
  color: #0d5580;
}
.infocart-wrap .infocart .livebanner-wrap .livebanner-meta > h1 {
  font-size: 1em;
}
.infocart-wrap .infocart .livebanner-wrap .livebanner-meta > h1:before {
  content: "미니 게임 추천";
}
.infocart-wrap .infocart .livebanner-wrap .livebanner {
  padding-bottom: 2px;
}
.infocart-wrap .infocart .livebanner-wrap .livebanner > li > .item {
  display: block;
  height: 35px;
  margin: 5px;
  padding-right: 10px;
  background-position: left center;
  background-size: auto 200%;
  background-repeat: no-repeat;
  text-align: right;
  font-size: 1em;
  /* Button */
  background-color: #0d5580;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  color: white;
  font-weight: bold;
  border: 2px solid rgba(13, 85, 128, 0.5);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.infocart-wrap .infocart .livebanner-wrap .livebanner > li > .item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.infocart-wrap .infocart .livebanner-wrap .livebanner > li > .item:hover {
  background-color: transparent;
  color: #0d5580;
  border: 2px solid #0d5580;
}
.bettingcart-wrap:after {
  content: "";
  display: table;
  width: 100%;
}
.bettingcart-wrap #bettingcart-toggle {
  display: none;
}
.bettingcart-wrap .bettingcart-title {
  padding: 5px;
}
.bettingcart-wrap .bettingcart-title:after {
  content: "";
  display: table;
  width: 100%;
}
.bettingcart-wrap .bettingcart-title .item-title {
  padding: 10px;
  display: block;
  float: left;
  padding: 5px;
}
.bettingcart-wrap .bettingcart {
  display: block;
  overflow: hidden;
  padding: 5px;
}
.bettingcart-wrap .bettingcart .item {
  display: block;
  padding: 5px;
  margin-top: 2.5px;
  font-size: 0.9em;
}
.bettingcart-wrap .bettingcart .item:after {
  content: "";
  display: table;
  width: 100%;
}
.bettingcart-wrap .bettingcart .item .item-teamname {
  display: block;
  float: left;
  width: 80%;
}
.bettingcart-wrap .bettingcart .item .item-info {
  display: block;
  float: left;
  width: 20%;
}
.bettingcart-wrap .bettingcart .item .item-teamname .item-home {
  display: block;
}
.bettingcart-wrap .bettingcart .item .item-teamname .item-away {
  display: block;
}
.bettingcart-wrap .bettingcart .item .item-info {
  text-align: right;
}
.bettingcart-wrap .bettingcart .item .item-info > .item-x {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.bettingcart-wrap .bettingcart .item .item-info > .item-div {
  display: block;
  text-align: right;
}
.bettingcart-wrap .bettingcart-info:after {
  content: "";
  display: table;
  width: 100%;
}
.bettingcart-wrap .bettingcart-info p {
  display: block;
  padding: 5px;
}
.bettingcart-wrap .bettingcart-info p:after {
  content: "";
  display: table;
  width: 100%;
}
.bettingcart-wrap .bettingcart-info p > label {
  display: block;
  float: left;
  width: 50%;
  padding: 2.5px;
}
.bettingcart-wrap .bettingcart-info p > span {
  display: block;
  float: left;
  width: 50%;
  text-align: right;
  padding: 2.5px;
}
.bettingcart-wrap .bettingcart-info p > input {
  display: block;
  float: left;
  width: 50%;
  text-align: right;
  padding: 2.5px;
}
.bettingcart-wrap .bettingcart-moneybtn {
  display: block;
  padding: 2.5px;
}
.bettingcart-wrap .bettingcart-moneybtn:after {
  content: "";
  display: table;
  width: 100%;
}
.bettingcart-wrap .bettingcart-moneybtn li {
  display: block;
  float: left;
  padding: 2.5px;
}
.bettingcart-wrap .bettingcart-moneybtn li > a {
  display: inline-block;
  width: 100%;
  padding: 5px;
  text-align: center;
}
.bettingcart-wrap .bettingcart-button {
  padding: 5px;
}
.bettingcart-wrap .bettingcart-button:after {
  content: "";
  display: table;
  width: 100%;
}
.bettingcart-wrap .bettingcart-button .item-betting {
  display: block;
  width: 100%;
  padding: 15px;
  border: none;
  font-size: 1.25em;
  text-align: center;
}
.bettingcart-wrap .bettingcart-button .item-betting:before {
  content: 'BETTING NOW';
}
.cart {
  display: block;
  z-index: 1;
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  -o-transition: top 1s;
  transition: top 1s;
  backface-visibility: hidden;
}
@media screen and (max-width:640px) {
  .cart .bettingcart-wrap {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
}
.cart .bettingcart-info p {
  clear: both;
}
.cart .bettingcart-moneybtn > li {
  width: 33.33333333%;
}
@media screen and (max-width:640px) {
  .cart .bettingcart-accordion {
    max-height: 0px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 0;
    padding: 0px;
    overflow: hidden;
  }
  .cart .bettingcart-info .item-group-beta .item-min-wrap {
    display: none !important;
  }
  .cart .bettingcart-info .item-group-beta .item-onefoldermax-wrap {
    display: none !important;
  }
  .cart .bettingcart-info .item-group-beta .item-max-wrap {
    display: none !important;
  }
  .cart .bettingcart-info .item-group-beta .item-hitgoldmax-wrap {
    display: none !important;
  }
  .cart .bettingcart .item .item-teamname .item-home {
    float: left;
    padding: 2.5px;
  }
  .cart .bettingcart .item .item-teamname .item-away {
    float: left;
    padding: 2.5px;
    display: none !important;
  }
  .cart .bettingcart .item .item-info > .item-x {
    float: right;
    margin-left: 5px;
  }
  .cart .bettingcart .item .item-info > .item-div {
    float: right;
    padding: 2.5px;
  }
  .cart #bettingcart-toggle:checked ~ .bettingcart-accordion {
    max-height: 1000px;
    opacity: 1;
  }
}
.livebettingcart-wrap .bettingcart-wrap .bettingcart-title .item-toggle {
  display: none;
}
.livebettingcart-wrap .bettingcart .item .item-teamname > .item-home {
  float: left;
  padding: 2.5px;
}
.livebettingcart-wrap .bettingcart .item .item-teamname > .item-away {
  float: left;
  padding: 2.5px;
}
.livebettingcart-wrap .bettingcart .item .item-info > .item-x {
  float: right;
  margin-left: 5px;
}
.livebettingcart-wrap .bettingcart .item .item-info > .item-div {
  float: right;
  padding: 2.5px;
}
.livebettingcart-wrap .bettingcart-info p {
  display: block;
  float: left;
  clear: none;
}
@media screen and (min-width:640px) {
  .livebettingcart-wrap .bettingcart-info p {
    width: 25%;
  }
}
@media screen and (max-width:640px) {
  .livebettingcart-wrap .bettingcart-info p {
    width: 50%;
  }
}
.livebettingcart-wrap .bettingcart-info p > label {
  text-align: right;
  padding-right: 10px;
}
.livebettingcart-wrap .bettingcart-info .item-min-wrap,
.livebettingcart-wrap .bettingcart-info .item-onefoldermax-wrap,
.livebettingcart-wrap .bettingcart-info .item-max-wrap,
.livebettingcart-wrap .bettingcart-info .item-hitgoldmax-wrap {
  display: none;
}
.livebettingcart-wrap .bettingcart-moneybtn > li {
  width: 16.66666667%;
}
@media screen and (min-width:640px) {
  .livebettingcart-wrap .bettingcart-button .item-betting {
    width: 30%;
    float: right;
  }
}
/* 포스기 */
.livepos .bettingcart-button .item-betting:before {
  content: '이용 완료';
}
@media screen and (max-width:640px) {
  .bettingcart-wrap {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #2a2d30;
    color: #5dc8ff;
  }
}
.bettingcart-wrap .bettingcart .item {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #1c1c1c;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
}
.bettingcart-wrap .bettingcart .item .item-info > .item-x {
  font-size: 0px;
}
.bettingcart-wrap .bettingcart .item .item-info > .item-x:before {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  content: "\f057";
  font-size: 18px;
  font-family: FontAwesome;
  color: #999999;
  line-height: 1;
}
.bettingcart-wrap .bettingcart .item .item-info > .item-x:hover:before {
  color: #5dc8ff;
}
.bettingcart-wrap .bettingcart-info p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
.bettingcart-wrap .bettingcart-info .item-group-alpha > p > span,
.bettingcart-wrap .bettingcart-info .item-group-alpha > p > input {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #383e44;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  color: rgba(255, 0, 0, 0.8);
  font-weight: bold;
}
.bettingcart-wrap .bettingcart-info .item-group-alpha > p > span:hover,
.bettingcart-wrap .bettingcart-info .item-group-alpha > p > input:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.bettingcart-wrap .bettingcart-info .item-group-alpha > p > span:active,
.bettingcart-wrap .bettingcart-info .item-group-alpha > p > input:active {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.bettingcart-wrap .bettingcart-info .item-group-beta {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 2px 0px -1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 2px 0px -1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 2px 0px -1px rgba(255, 255, 255, 0.1);
}
.bettingcart-wrap .bettingcart-info .item-group-beta > p > label {
  color: #bfbfbf;
}
.bettingcart-wrap .bettingcart-info .item-group-beta > p > span,
.bettingcart-wrap .bettingcart-info .item-group-beta > p > input {
  color: #e7743c;
}
.bettingcart-wrap .bettingcart-moneybtn li > a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #383e44;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.bettingcart-wrap .bettingcart-moneybtn li > a:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
  border: 0px;
  background-color: #54b4e6;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.bettingcart-wrap .bettingcart-moneybtn li > a:active,
.bettingcart-wrap .bettingcart-moneybtn li > a:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
  border: 0px;
  background-color: #54b4e6;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(84, 180, 230, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(84, 180, 230, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(84, 180, 230, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(84, 180, 230, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(84, 180, 230, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(84, 180, 230, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.bettingcart-wrap .bettingcart-moneybtn li > a.item-reset,
.bettingcart-wrap .bettingcart-moneybtn li > a.item-max {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #383e44;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.bettingcart-wrap .bettingcart-moneybtn li > a.item-reset:hover,
.bettingcart-wrap .bettingcart-moneybtn li > a.item-max:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
  border: 0px;
  background-color: #54b4e6;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.bettingcart-wrap .bettingcart-moneybtn li > a.item-reset:active,
.bettingcart-wrap .bettingcart-moneybtn li > a.item-max:active,
.bettingcart-wrap .bettingcart-moneybtn li > a.item-reset:focus,
.bettingcart-wrap .bettingcart-moneybtn li > a.item-max:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
  border: 0px;
  background-color: #54b4e6;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(84, 180, 230, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(84, 180, 230, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(84, 180, 230, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(84, 180, 230, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(84, 180, 230, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(84, 180, 230, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.bettingcart-wrap .bettingcart-button .item-betting {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMSwgMjgsIDY0KSIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(1, 28, 64, 0.75));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(1, 28, 64, 0.75));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(1, 28, 64, 0.75));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(1, 28, 64, 0.75));
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #dfe3e6;
  border: 0px;
  background-color: #0d5580;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.bettingcart-wrap .bettingcart-button .item-betting:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #dfe3e6;
  border: 0px;
  background-color: #0c4c73;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
}
.bettingcart-wrap .bettingcart-button .item-betting:active,
.bettingcart-wrap .bettingcart-button .item-betting.active,
.bettingcart-wrap .bettingcart-button .item-betting:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #dfe3e6;
  border: 0px;
  background-color: #0c4c73;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
}
.cart {
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  -o-transition: top 1s;
  transition: top 1s;
  /* Pin Layout */
  /* Pin Theme */
}
.cart .bettingcart-wrap {
  background-color: rgba(28, 28, 28, 0.95);
  background-image: url(http://localhost:3000/privatefiles/less/honor/<?php echo $_ref_images ?>/navtoggle-bg-2.png);
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  border: 2px solid rgba(13, 85, 128, 0.5);
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.cart .bettingcart-title {
  color: #0d5580;
}
@media screen and (min-width:640px) {
  .cart .bettingcart-wrap {
    margin-top: 43px;
    padding: 0px;
  }
}
.cart .bettingcart-title .item-title {
  padding: 10px;
}
.cart .bettingcart-title .item-toggle {
  display: block;
  float: right;
}
.cart .bettingcart-title .item-toggle > .item-toggle-pin {
  display: block;
}
.cart .bettingcart-title > .item-toggle {
  width: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.cart .bettingcart-title > .item-toggle > .item-toggle-pin {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid rgba(13, 85, 128, 0.5);
  text-align: center;
}
.cart .bettingcart-title > .item-toggle > .item-toggle-pin:before {
  display: inline-block;
  content: "\f08d";
  font-family: FontAwesome;
  font-size: 20px;
  padding: 10px;
}
.cart #bettingcart-toggle:checked ~ .bettingcart-title .item-toggle .item-toggle-pin {
  background-color: #5dc8ff;
  color: #ffffff;
}
.livebettingcart-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}
.livebettingcart-wrap .bettingcart-wrap {
  background-color: rgba(28, 28, 28, 0.95);
  background-image: url(http://localhost:3000/privatefiles/less/honor/<?php echo $_ref_images ?>/navtoggle-bg-2.png);
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  border: 2px solid rgba(13, 85, 128, 0.5);
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.livebettingcart-wrap .bettingcart-title {
  color: #ffffff;
}
.livebettingcart-wrap .bettingcart-button .item-betting {
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.paging-wrap {
  display: block;
  padding: 20px;
  text-align: center;
}
.paging-wrap > ul {
  display: inline-block;
}
.paging-wrap > ul > li {
  display: block;
  float: left;
}
.paging-wrap > ul > li > a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 5px;
}
.paging-wrap > ul {
  background-color: #212226;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4M2I0MSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMzMsIDM0LCAzOCkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(45deg, rgba(33, 34, 38, 0), #383b41);
  background-image: -moz-linear-gradient(45deg, rgba(33, 34, 38, 0), #383b41);
  background-image: -o-linear-gradient(45deg, rgba(33, 34, 38, 0), #383b41);
  background-image: linear-gradient(45deg, rgba(33, 34, 38, 0), #383b41);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.paging-wrap > ul > li > a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.paging-wrap > ul > li > a:hover {
  background-color: rgba(13, 85, 128, 0.1);
}
.paging-wrap > ul > li > a:active,
.paging-wrap > ul > li > a.active {
  background-color: rgba(13, 85, 128, 0.3);
  color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(13, 85, 128, 0.5);
  -moz-box-shadow: 0px 0px 10px 2px rgba(13, 85, 128, 0.5);
  box-shadow: 0px 0px 10px 2px rgba(13, 85, 128, 0.5);
}
.icon-level-1,
.icon-level-2,
.icon-level-3,
.icon-level-4,
.icon-level-5,
.icon-level-6 {
  display: inline-block;
  margin-right: 5px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.icon-level-lg-1,
.icon-level-lg-2,
.icon-level-lg-3,
.icon-level-lg-4,
.icon-level-lg-5,
.icon-level-lg-6 {
  display: inline-block;
  width: 55px;
  height: 55px;
  vertical-align: middle;
}
.icon-level-1,
.icon-level-2,
.icon-level-3,
.icon-level-4,
.icon-level-5,
.icon-level-6 {
  background-size: cover;
  background-position: center center;
}
.icon-level-1 {
  background-image: url('/refer/images/honor/icon-level-1.png');
}
.icon-level-2 {
  background-image: url('/refer/images/honor/icon-level-2.png');
}
.icon-level-3 {
  background-image: url('/refer/images/honor/icon-level-3.png');
}
.icon-level-4 {
  background-image: url('/refer/images/honor/icon-level-4.png');
}
.icon-level-5 {
  background-image: url('/refer/images/honor/icon-level-5.png');
}
.icon-level-6 {
  background-image: url('/refer/images/honor/icon-level-6.png');
}
.icon-level-lg-1,
.icon-level-lg-2,
.icon-level-lg-3,
.icon-level-lg-4,
.icon-level-lg-5,
.icon-level-lg-6 {
  background-size: cover;
  background-position: center center;
  margin-right: 5px;
}
.icon-level-lg-1 {
  background-image: url('/refer/images/honor/icon-level-lg-1.png');
}
.icon-level-lg-2 {
  background-image: url('/refer/images/honor/icon-level-lg-2.png');
}
.icon-level-lg-3 {
  background-image: url('/refer/images/honor/icon-level-lg-3.png');
}
.icon-level-lg-4 {
  background-image: url('/refer/images/honor/icon-level-lg-4.png');
}
.icon-level-lg-5 {
  background-image: url('/refer/images/honor/icon-level-lg-5.png');
}
.icon-level-lg-6 {
  background-image: url('/refer/images/honor/icon-level-lg-6.png');
}
/* Layout */
.loading-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  visibility: visible;
}
.loading-area.complete {
  opacity: 0;
  visibility: hidden;
}
/* Usage */
.loading-area {
  display: none;
}
/* Theme */
.loading-area {
  background-color: #212226;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.loading {
  position: relative;
  height: 100px;
  width: 100px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  top: 50%;
  margin: 0px auto;
  margin-top: -50px;
}
.loading .loading-graph {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-color: transparent #0d5580 transparent #0d5580;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
/* Layout */
.bg-area {
  position: absolute;
}
.bg-area .bg.type-default {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.bg-area .bg.type-default > .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-area .bg.type-default > .wrap > li {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-area .bg.type-default > .next {
  position: absolute;
  right: 0px;
}
.bg-area .bg.type-default > .prev {
  position: absolute;
  left: 0px;
}
.bg-area .bg.type-default > .nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.bg-area .bg.type-default > .nav > li {
  display: inline-block;
}
.bg-area .bg.type-default .wrap li {
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
  backface-visibility: hidden;
}
.bg-area .bg.type-defaultstatic {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.bg-area .bg.type-defaultstatic > .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-area .bg.type-defaultstatic > .wrap > li {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-area .bg.type-defaultstatic > .next {
  position: absolute;
  right: 0px;
}
.bg-area .bg.type-defaultstatic > .prev {
  position: absolute;
  left: 0px;
}
.bg-area .bg.type-defaultstatic > .nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.bg-area .bg.type-defaultstatic > .nav > li {
  display: inline-block;
}
.bg-area .bg.type-defaultstatic .wrap li {
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
  backface-visibility: hidden;
}
.bg-area .bg.type-sportscarousel {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.bg-area .bg.type-sportscarousel > .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-area .bg.type-sportscarousel > .wrap > li {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-area .bg.type-sportscarousel > .next {
  position: absolute;
  right: 0px;
}
.bg-area .bg.type-sportscarousel > .prev {
  position: absolute;
  left: 0px;
}
.bg-area .bg.type-sportscarousel > .nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.bg-area .bg.type-sportscarousel > .nav > li {
  display: inline-block;
}
.bg-area .bg.type-sportscarousel .wrap li {
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
  backface-visibility: hidden;
}
.bg-area .bg.type-defaulttimer {
  display: none;
}
/* Layout */
@media screen and (max-width:640px) {
  .bg-area .bg.type-defaultstatic .wrap li {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .bg-area .bg.type-defaultstatic .wrap li {
    width: 100%;
    min-width: 1280px;
  }
}
/* Theme */
/* Layout */
.bg-area {
  position: absolute;
}
.bg-area .bg.type-user {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.bg-area .bg.type-user > .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-area .bg.type-user > .wrap > li {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-area .bg.type-user > .next {
  position: absolute;
  right: 0px;
}
.bg-area .bg.type-user > .prev {
  position: absolute;
  left: 0px;
}
.bg-area .bg.type-user > .nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.bg-area .bg.type-user > .nav > li {
  display: inline-block;
}
.bg-area .bg.type-user .wrap li {
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transition: opacity 3s;
  -moz-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s;
  backface-visibility: hidden;
}
.bg-area .bg.type-userstatic {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.bg-area .bg.type-userstatic > .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-area .bg.type-userstatic > .wrap > li {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-area .bg.type-userstatic > .next {
  position: absolute;
  right: 0px;
}
.bg-area .bg.type-userstatic > .prev {
  position: absolute;
  left: 0px;
}
.bg-area .bg.type-userstatic > .nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.bg-area .bg.type-userstatic > .nav > li {
  display: inline-block;
}
.bg-area .bg.type-userstatic .wrap li {
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transition: opacity 3s;
  -moz-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s;
  backface-visibility: hidden;
}
.bg-area .bg.type-uservideo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.bg-area .bg.type-uservideo .uservideo {
  position: relative;
  width: 100%;
  height: 100%;
}
.bg-area .bg.type-uservideo .uservideo #uservideo-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-area .bg.type-uservideo #uservideo-video {
  display: none;
}
.bg-area .bg.type-usertimer {
  display: none;
}
/* Usage */
.bg.type-user {
  display: none !important;
}
/* Theme */
.bg-area .bg.type-user .wrap li {
  opacity: 0;
  background-size: cover;
}
.bg-area .bg.type-user .wrap li.active {
  opacity: 1;
}
.bg-area .bg.type-user .wrap li:nth-child(1) {
  background-image: url('/refer/images/honor/bg-1.png');
}
.bg-area .bg.type-user .wrap li:nth-child(2) {
  background-image: url('/refer/images/honor/bg-2.png');
}
.bg-area .bg.type-user .wrap li:nth-child(3) {
  background-image: url('/refer/images/honor/bg-3.png');
}
@media screen and (max-width:640px) {
  .bg-area .bg.type-userstatic {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .bg-area .bg.type-userstatic {
    width: 100%;
    min-width: 1280px;
  }
}
.bg-area .bg.type-userstatic .wrap li {
  background-image: url('/refer/images/honor/bg-2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-wide {
  display: block;
  width: 100%;
  background-color: #000e1b;
  background-image: url('/refer/images/honor/nav-bg.png');
  position: relative;
  z-index: 3000;
  background-size: auto 105px;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width:640px) {
  .nav-wide {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .nav-wide {
    width: 100%;
    min-width: 1280px;
  }
}
.nav-container {
  display: block;
  position: relative;
}
.nav-container:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (max-width:640px) {
  .nav-container {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .nav-container {
    width: 1280px;
    margin: 0px auto;
  }
}
@media screen and (min-width:640px) {
  .nav-container {
    width: 1100px;
  }
}
@media screen and (max-width:640px) {
  .nav-container {
    width: 100%;
  }
}
.navnotice-area {
  /*
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 30px;
	display: block;
	background-color: #091f36;
	@media @pc {
		margin-top: 90px;
	}
	@media @mobile {
		margin-top: 120px;
	}
	*/
  display: block;
  width: 100%;
  height: 30px;
  background-color: #091f36;
}
.navnotice-container {
  display: block;
  padding-top: 5px;
}
.navnotice-green {
  display: block;
  float: left;
  color: #00af74;
  font-weight: 600;
  font-size: 12px;
}
.navnotice {
  position: absolute;
  display: block;
  margin-left: 70px;
  float: left;
}
.navlogo-container {
  position: relative;
  display: block;
  float: left;
}
@media screen and (min-width:640px) {
  .navlogo-container {
    height: 90px;
    width: 250px;
  }
}
@media screen and (max-width:640px) {
  .navlogo-container {
    height: 120px;
    width: 100%;
    padding-top: 30px;
  }
}
.nav-logo {
  position: relative;
  background-image: url('/refer/images/honor/logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
@media screen and (min-width:640px) {
  .nav-logo {
    background-size: 100% auto;
    height: 90px;
  }
}
@media screen and (max-width:640px) {
  .nav-logo {
    height: 90px;
    background-size: auto 80%;
  }
}
.navinfo-container {
  display: block;
  height: 30px;
  padding-top: 5px;
}
@media screen and (min-width:640px) {
  .navinfo-container {
    width: 800px;
    float: right;
  }
}
@media screen and (max-width:640px) {
  .navinfo-container {
    width: 100%;
    position: absolute;
    top: 0;
  }
}
.navinfo > li {
  display: block;
  float: left;
  padding-left: 10px;
}
.navinfo > li > a {
  border-radius: 5px;
  background-color: white;
  font-weight: 600;
  color: #333;
}
.navtopbutton {
  display: block;
  float: right;
  color: red;
  font-weight: 600;
  padding-right: 10px;
}
@media screen and (max-width:640px) {
  .navtopbutton {
    
  }
}
@media screen and (max-width:640px) {
  .messages {
    display: none;
  }
}
.navgnb-container {
  display: block;
  padding: 2.5px;
}
@media screen and (min-width:640px) {
  .navgnb-container {
    margin-right: -5px;
    width: 810px;
    float: right;
  }
}
@media screen and (max-width:640px) {
  .navgnb-container {
	  float: right;
    width: 100%;
  }
}
.navgnb-button-container {
  float: left;
  display: block;
  width: 33.33%;
  padding: 2.5px;
}
.navgnb-button {
  text-align: center;
  padding-top: 7.5px;
  width: 100%;
  height: 30px;
  display: block;
  background-image: url('/refer/images/honor/navgnb-button.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
/* Layout */
.messagenew-area {
  z-index: 5000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width:640px) {
  .messagenew-area {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .messagenew-area {
    width: 100%;
    min-width: 1280px;
  }
}
.messagenew-area.active {
  visibility: visible;
  opacity: 1;
}
.messagenew-area .messagenew {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
  width: 300px;
  height: 200px;
}
.messagenew-area .messagenew .messagenew-meta {
  padding: 10px;
}
.messagenew-area .messagenew .messagenew-contents {
  padding: 30px;
  text-align: center;
}
.messagenew-area .messagenew .messagenew-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 10px;
}
.messagenew-area .messagenew .messagenew-footer .item-btn-confirm {
  display: inline-block;
  padding: 10px 30px;
}
/* Theme */
.messagenew-area {
  background-color: rgba(22, 22, 22, 0.8);
  color: #ffffff;
}
.messagenew-area .messagenew {
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
  background-color: rgba(28, 28, 28, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  background-image: 8121991;
  background-image: -webkit-radial-gradient(55px 55px,cover, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 150%);
  background-image: -moz-radial-gradient(55px 55px,cover, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 150%);
  background-image: -o-radial-gradient(55px 55px,cover, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 150%);
  background-image: radial-gradient(farthest-corner at 55px 55px, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 150%);
  background-color: rgba(87, 87, 87, 0.9);
}
.messagenew-area .messagenew .messagenew-meta {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMjU1LCAyNTUsIDI1NSkiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(to top left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  background-image: -moz-linear-gradient(to top left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  background-image: -o-linear-gradient(to top left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  background-image: linear-gradient(to top to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  background-repeat: no-repeat;
}
.messagenew-area .messagenew .messagenew-footer {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigxMywgODUsIDEyOCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDEzLCA4NSwgMTI4KSIgc3RvcC1vcGFjaXR5PSIwLjMiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(to bottom right, rgba(13, 85, 128, 0), rgba(13, 85, 128, 0.3));
  background-image: -moz-linear-gradient(to bottom right, rgba(13, 85, 128, 0), rgba(13, 85, 128, 0.3));
  background-image: -o-linear-gradient(to bottom right, rgba(13, 85, 128, 0), rgba(13, 85, 128, 0.3));
  background-image: linear-gradient(to bottom to left, rgba(13, 85, 128, 0), rgba(13, 85, 128, 0.3));
  background-repeat: no-repeat;
}
.messagenew-area .messagenew .messagenew-footer .item-btn-confirm {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(191, 191, 191, 0.25);
  background-color: rgba(191, 191, 191, 0.05);
  color: rgba(191, 191, 191, 0.7);
}
.messagenew-area .messagenew .messagenew-footer .item-btn-confirm:hover {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(13, 85, 128, 0.25);
  background-color: rgba(13, 85, 128, 0.05);
  color: rgba(13, 85, 128, 0.7);
}
.messagenew-area .messagenew .messagenew-footer .item-btn-confirm:active,
.messagenew-area .messagenew .messagenew-footer .item-btn-confirm:focus {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(13, 85, 128, 0.25);
  background-color: rgba(13, 85, 128, 0.05);
  color: rgba(13, 85, 128, 0.7);
}
/* Layout */
@media screen and (max-width:640px) {
  .popup-area {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .popup-area {
    width: 100%;
    min-width: 1280px;
  }
}
.popup-area .popup-container {
  position: relative;
}
.popup-area .popup-container:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (max-width:640px) {
  .popup-area .popup-container {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .popup-area .popup-container {
    width: 1280px;
    margin: 0px auto;
  }
}
.popup-area .popup-container .popup-wrap {
  -webkit-transition: opacity 2s, visibility 2s, background-color 2s;
  -moz-transition: opacity 2s, visibility 2s, background-color 2s;
  -o-transition: opacity 2s, visibility 2s, background-color 2s;
  transition: opacity 2s, visibility 2s, background-color 2s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 3000;
  border: 2px solid transparent;
}
@media screen and (max-width:640px) {
  .popup-area .popup-container .popup-wrap {
    width: 100% !important;
    top: 0px !important;
    left: 0px !important;
  }
}
.popup-area .popup-container .popup-wrap.active {
  opacity: 1;
  visibility: visible;
}
.popup-area .popup-container .popup-wrap.drag {
  cursor: move;
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.popup-area .popup-container .popup-wrap .popup {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  position: relative;
  width: 100%;
  height: 100%;
}
.popup-area .popup-container .popup-wrap .popup .popup-title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  padding: 10px;
}
.popup-area .popup-container .popup-wrap .popup .popup-title .item-title {
  cursor: pointer;
  display: block;
  float: left;
  font-size: 1em;
}
.popup-area .popup-container .popup-wrap .popup .popup-title .item-close {
  cursor: pointer;
  display: block;
  float: right;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 0.75em;
  font-family: verdana;
}
.popup-area .popup-container .popup-wrap .popup .popup-contents {
  position: absolute;
  top: 40px;
  bottom: 20px;
  left: 0px;
  right: 0px;
  padding: 10px;
  overflow: auto;
}
.popup-area .popup-container .popup-wrap .popup .popup-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 20px;
  padding: 0px 5px;
  font-size: 0.9em;
}
.popup-area .popup-container .popup-wrap.type-bettinglist {
  position: fixed;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
}
@media screen and (max-width:640px) {
  .popup-area .popup-container .popup-wrap.type-bettinglist {
    width: 90% !important;
    left: 5% !important;
    top: 25% !important;
  }
}
.popup-area .popup-container .popup-wrap.type-bettinglist .popup .popup-title {
  height: 40px;
}
.popup-area .popup-container .popup-wrap.type-bettinglist .popup .popup-contents {
  top: 40px;
  bottom: 50px;
  overflow: auto;
}
.popup-area .popup-container .popup-wrap.type-bettinglist .popup .popup-footer {
  height: 50px;
  text-align: right;
  padding: 10px;
}
.popup-area .popup-container .popup-wrap.type-bettinglist .popup .popup-footer .item-confirm {
  padding: 5px 10px;
  font-size: 1.5em;
}
/* Theme */
.popup-area .popup-container .popup-wrap {
  /* Overlapping */
}
.popup-area .popup-container .popup-wrap .popup {
  background-color: rgba(37, 40, 47, 0.95);
  background-image: url('/refer/images/honor/navtoggle-bg-2.png');
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  border: 2px solid rgba(13, 85, 128, 0.5);
  -webkit-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 16px;
  -moz-background-clip: padding;
  border-radius: 16px;
  background-clip: padding-box;
  color: white;
}
.popup-area .popup-container .popup-wrap .popup .popup-title .item-title {
  padding: 3px;
}
.popup-area .popup-container .popup-wrap .popup .popup-title .item-close {
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  padding: 2px 0px;
  border: 1px solid #0d5580;
  color: #0d5580;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.popup-area .popup-container .popup-wrap .popup .popup-title .item-close:hover {
  background-color: #0d5580;
  border: 1px solid transparent;
  color: #ffffff;
}
.popup-area .popup-container .popup-wrap .popup .popup-footer .item-confirm {
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  font-weight: bold;
  border: 2px solid #0d5580;
  color: #0d5580;
}
.popup-area .popup-container .popup-wrap.type-bettinglist {
  /* Overlapping */
  top: 25% !important;
}
.index-wide {
  background-image: url('/refer/images/honor/index-container-bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  display: block;
}
@media screen and (max-width:640px) {
  .index-wide {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .index-wide {
    width: 100%;
    min-width: 1280px;
  }
}
@media screen and (min-width:640px) {
  .index-wide {
    height: 300px;
  }
}
@media screen and (max-width:640px) {
  .index-wide {
    height: 600px;
  }
}
.index-container {
  display: block;
}
.index-container:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (max-width:640px) {
  .index-container {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .index-container {
    width: 1280px;
    margin: 0px auto;
  }
}
@media screen and (min-width:640px) {
  .index-container {
    height: 300px;
    width: 1000px;
  }
}
@media screen and (max-width:640px) {
  .index-container {
    height: 600px;
    width: 100%;
  }
}
.index-pannel {
  background-image: url('/refer/images/honor/index-pannel-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 30%;
  height: 300px;
  float: right;
  padding: 7.5px;
}
@media screen and (max-width:640px) {
  .index-pannel {
    width: 100%;
  }
}
.index-pannel-buttons-wrapper {
  background-image: url('/refer/images/honor/index-pannel-buttons-wrapper.png');
  background-size: 100% 100%;
  background-position: center center;
  display: block;
  width: 33.33%;
  height: 93px;
  padding: 2.5px;
  float: left;
}
.button {
  display: block;
  text-align: center;
  padding-top: 65px;
  font-size: 1rem;
  font-family: '윤고딕310';
  font-weight: 600;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.button.type-1 {
  background-image: url('/refer/images/honor/button-type-1.png');
}
.button.type-2 {
  background-image: url('/refer/images/honor/button-type-2.png');
}
.button.type-3 {
  background-image: url('/refer/images/honor/button-type-3.png');
}
.button.type-4 {
  background-image: url('/refer/images/honor/button-type-4.png');
}
.button.type-5 {
  background-image: url('/refer/images/honor/button-type-5.png');
}
.button.type-6 {
  background-image: url('/refer/images/honor/button-type-6.png');
}
.button.type-7 {
  background-image: url('/refer/images/honor/button-type-7.png');
}
.button.type-8 {
  background-image: url('/refer/images/honor/button-type-8.png');
}
.button.type-9 {
  background-image: url('/refer/images/honor/button-type-9.png');
}
.slide {
  height: 300px;
  display: block;
}
@media screen and (min-width:640px) {
  .slide {
    width: 700px;
    float: left;
  }
}
@media screen and (max-width:640px) {
  .slide {
    width: 100%;
  }
}
.slide ul {
  position: relative;
  height: 100%;
}
.slide li {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  animation: fade 20s infinite;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width:640px) {
  .slide li {
    background-size: cover;
  }
}
.slide li:nth-child(1) {
  background-image: url('/refer/images/honor/bannertransition1.png');
  animation-delay: 0s;
}
.slide li:nth-child(2) {
  background-image: url('/refer/images/honor/bannertransition2.png');
  animation-delay: 5s;
}
.slide li:nth-child(3) {
  background-image: url('/refer/images/honor/bannertransition3.png');
  animation-delay: 10s;
}
.slide li:nth-child(4) {
  background-image: url('/refer/images/honor/bannertransition4.png');
  animation-delay: 15s;
}
/* 100 / 8 = 12.5 */
@keyframes fade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.quikmenu-wide {
  width: 100%;
  position: relative;
  display: block;
  background-color: #1d1d1d;
}
@media screen and (max-width:640px) {
  .quikmenu-wide {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .quikmenu-wide {
    width: 100%;
    min-width: 1280px;
  }
}
.quikmenu-container {
  position: relative;
}
.quikmenu-container:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (max-width:640px) {
  .quikmenu-container {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .quikmenu-container {
    width: 1280px;
    margin: 0px auto;
  }
}
@media screen and (min-width:640px) {
  .quikmenu-container {
    width: 1000px;
  }
}
@media screen and (max-width:640px) {
  .quikmenu-container {
    width: 100%;
  }
}
.quikmenu-button {
  line-height: 10px;
  text-align: center;
  border: 1px solid #121212;
  float: left;
  display: block;
  background-size: 100% 100%;
  background-position: center center;
  background-image: url('/refer/images/honor/quikmenu-button-bg.png');
}

.quikmenu-button .item-img{
	background-size:contain !important;
	background-position:50% !important;
}

@media screen and (min-width:640px) {
  .quikmenu-button {
    font-size: 8px !important;
    padding-top: 110px;
    width: 20%;
    height: 150px;
  }
}
@media screen and (max-width:640px) {
  .quikmenu-button {
    font-size: 8px !important;
    padding-top: 25px;
    width: 33.33%;
    height: 75px;
  }
}
.livebtns-area {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width:640px) {
  .livebtns-area {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .livebtns-area {
    width: 100%;
    min-width: 1280px;
  }
}
@media screen and (min-width:640px) {
  .livebtns-area {
    height: 300px;
  }
}
@media screen and (max-width:640px) {
  .livebtns-area {
    height: 900px;
  }
}
.livebtns-container {
  display: block;
  position: relative;
  height: 100%;
}
.livebtns-container:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (max-width:640px) {
  .livebtns-container {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .livebtns-container {
    width: 1280px;
    margin: 0px auto;
  }
}
@media screen and (min-width:640px) {
  .livebtns-container {
    width: 1000px;
  }
}
@media screen and (max-width:640px) {
  .livebtns-container {
    width: 100%;
  }
}
@media screen and (min-width:640px) {
  .moneystuff {
    float: left;
    height: 300px;
    width: 19%;
    display: block;
    padding: 2.5px;
  }
}
@media screen and (max-width:640px) {
  .moneystuff {
    display: none;
  }
}
.moneystuff-container {
  display: block;
  padding: 2.5px;
  height: 33.33%;
  width: 100%;
}
.bettingmoneydeposit {
  background-image: url('/refer/images/honor/bettingmoneydeposit.png');
  background-size: 100% 100%;
  background-position: center center;
  font-size: 16px;
  font-weight: 600;
  font-family: '윤고딕310';
  padding-top: 30px;
  padding-left: 60px;
  text-align: left;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 1;
}
.bettingmoneydeposit > span {
  font-size: 10px;
}
.bettingmoneywithdraw {
  background-image: url('/refer/images/honor/bettingmoneywithdraw.png');
  background-size: 100% 100%;
  background-position: center center;
  font-size: 16px;
  font-weight: 600;
  font-family: '윤고딕310';
  padding-top: 30px;
  padding-left: 60px;
  text-align: left;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 1;
}
.bettingmoneywithdraw > span {
  font-size: 10px;
}
.pointchange {
  background-image: url('/refer/images/honor/pointchange.png');
  background-size: 100% 100%;
  background-position: center center;
  font-size: 16px;
  font-weight: 600;
  font-family: '윤고딕310';
  padding-top: 30px;
  padding-left: 60px;
  text-align: left;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 1;
}
.pointchange > span {
  font-size: 10px;
}
.informationstuff {
  display: block;
  float: left;
  padding: 2.5px;
}
@media screen and (min-width:640px) {
  .informationstuff {
    width: 27%;
    height: 100%;
  }
}
@media screen and (max-width:640px) {
  .informationstuff {
    width: 100%;
    height: 33.33%;
  }
}
.breakdown-container {
  display: block;
  padding: 2.5px;
  width: 100%;
  height: 66.66%;
}
.breakdown {
  background-image: url('/refer/images/honor/breakdown-container-bg.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.breakdown-list-container {
  display: block;
  padding: 20px 20px;
  width: 100%;
  height: 100%;
}
.breakdown-list {
  font-weight: 600;
  font-family: '윤고딕310';
  display: block;
  font-size: 0.7rem;
  padding-top: 5px;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background-image: url('/refer/images/honor/breakdown-list-bg.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
}
.service-container {
  display: block;
  padding: 2.5px;
  width: 100%;
  height: 33.33%;
}
.service {
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #072133;
  border: 1px solid #333;
  border-radius: 5px;
}
.service-tittle {
  display: block;
  float: left;
  width: 100%;
  height: 16px;
  font-family: '윤고딕310';
  font-size: 0.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.service-tittle > span {
  display: block;
  float: right;
  font-size: 0.2rem;
  text-align: right;
  padding-top: 5px;
}
.telegram {
  display: block;
  width: 100%;
  height: 70px;
  padding-left: 35px;
  padding-top: 30px;
  background-image: url('/refer/images/honor/telegram-icon.png');
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
.telegram-tittle {
  display: block;
  width: 100%;
  font-family: '윤고딕310';
  font-size: 0.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.telegram-text {
  display: block;
  width: 100%;
  font-family: '윤고딕310';
  font-size: 0.6rem;
}
.bankingsinfo {
  display: block;
  float: left;
  padding: 2.5px;
}
@media screen and (min-width:640px) {
  .bankingsinfo {
    width: 54%;
    height: 100%;
  }
}
@media screen and (max-width:640px) {
  .bankingsinfo {
    width: 100%;
    height: 66.66%;
  }
}
.bankingsinfo-container {
  display: block;
  float: left;
  padding: 2.5px;
}
@media screen and (min-width:640px) {
  .bankingsinfo-container {
    width: 50%;
    height: 100%;
  }
}
@media screen and (max-width:640px) {
  .bankingsinfo-container {
    width: 100%;
    height: 50%;
  }
}
.thisweekstop-container {
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #010c12;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.thisweekstop-tittle {
  display: block;
  width: 100%;
  height: 28px;
  font-size: 12px;
  font-family: '윤고딕310';
  font-weight: 600;
  padding-top: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.thisweekstop-list-wrapper {
  display: block;
  width: 100%;
  height: 250px;
}
.thisweekstop-list {
  display: block;
  width: 100%;
  height: 10%;
}
.depositwithdrawlive-container {
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #010c12;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.depositwithdrawlive-tittle {
  display: block;
  width: 100%;
  height: 28px;
  font-size: 12px;
  font-family: '윤고딕310';
  font-weight: 600;
  padding-top: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.depositwithdrawlive-list-wrapper {
  display: block;
  width: 100%;
  height: 250px;
}
.depositwithdrawlive-list {
  display: block;
  width: 100%;
  height: 25px;
}
.ranking {
  text-align: center;
  display: block;
  float: left;
  width: 25px;
  height: 100%;
}
.ranking > div {
  padding-top: 4px;
}
.depositdate {
  display: block;
  float: left;
  width: 100px;
  height: 100%;
  font-size: 0.7rem;
  font-family: '윤고딕310';
  font-weight: 600;
  color: rgba(255, 255, 255, 0.25);
}
.depositdate > div {
  padding-top: 4px;
}
.amount {
  display: block;
  float: left;
  width: 75px;
  height: 100%;
  font-size: 0.7rem;
  font-family: '윤고딕310';
  font-weight: 600;
  color: red;
}
.amount > div {
  padding-top: 4px;
}
.usernickname {
  display: block;
  float: left;
  width: 50px;
  height: 100%;
  font-size: 0.7rem;
  font-family: '윤고딕310';
  font-weight: 600;
}
.usernickname > div {
  padding-top: 4px;
}
.number {
  display: block;
  width: 100%;
  height: 10%;
  background-image: url('/refer/images/honor/number-bg.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.depositwithdraw {
  text-align: center;
  display: block;
  float: left;
  width: 25px;
  height: 100%;
}
.depositwithdraw > div {
  padding-top: 4px;
}
.deposit {
  display: block;
  width: 100%;
  height: 10%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/refer/images/honor/deposit.png');
}
.withdraw {
  display: block;
  width: 100%;
  height: 10%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/refer/images/honor/withdraw.png');
}
.sportstab-wrap {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.sportstab-wrap:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (min-width:640px) {
  .sportstab-wrap {
    font-size: 12px;
  }
}
@media screen and (max-width:640px) {
  .sportstab-wrap {
    font-size: 10px;
  }
}
.sportstab-wrap ul {
  display: block;
}
.sportstab-wrap ul li {
  display: block;
  float: left;
}
.sportstab-wrap ul li a {
  display: block;
  padding: 5px 20px;
  margin-right: 2.5px;
  margin-bottom: 2.5px;
}
@media screen and (max-width:640px) {
  .sportstab-wrap ul li a {
    padding: 5px;
  }
}
.sportstab-wrap ul li a {
  margin-right: 5px;
  font-family: 맑은 고딕;
  font-weight: bold;
  color: #0d5580;
  border: 2px solid #0d5580;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
}
.sportstab-wrap ul li a:hover,
.sportstab-wrap ul li a.hover,
.sportstab-wrap ul li a:active,
.sportstab-wrap ul li a.active,
.sportstab-wrap ul li a.selected {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #0d5580;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
}
.sportslist-wrap {
  cursor: default;
}
@media screen and (min-width:640px) {
  .sportslist-wrap {
    font-size: 12px;
  }
}
@media screen and (max-width:640px) {
  .sportslist-wrap {
    font-size: 10px;
  }
}
.sportslist-wrap .sportslist {
  margin-bottom: 10px;
}
.sportslist-wrap .sportslist:after {
  content: "";
  display: table;
  width: 100%;
}
.sportslist-wrap .sportslist .sports-meta,
.sportslist-wrap .sportslist .sports-data {
  display: block;
  width: 100%;
  clear: both;
}
.sportslist-wrap .sportslist .sports-meta:after,
.sportslist-wrap .sportslist .sports-data:after {
  content: "";
  display: table;
  width: 100%;
}
.sportslist-wrap .sportslist .sports-meta .item-info,
.sportslist-wrap .sportslist .sports-data .item-info {
  text-align: center;
}
.sportslist-wrap .sportslist .sports-meta .item-info > span,
.sportslist-wrap .sportslist .sports-data .item-info > span {
  width: 99%;
  display: inline-block;
}
.sportslist-wrap .sportslist .sports-meta .item-league,
.sportslist-wrap .sportslist .sports-data .item-league {
  text-align: center;
}
.sportslist-wrap .sportslist .sports-meta .item-left .item-team,
.sportslist-wrap .sportslist .sports-data .item-left .item-team {
  display: block;
  float: left;
  width: 75%;
  height: 100%;
}
.sportslist-wrap .sportslist .sports-meta .item-left .item-team:before,
.sportslist-wrap .sportslist .sports-data .item-left .item-team:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sportslist-wrap .sportslist .sports-meta .item-left .item-team > span,
.sportslist-wrap .sportslist .sports-data .item-left .item-team > span {
  width: 99%;
  display: inline-block;
}
.sportslist-wrap .sportslist .sports-meta .item-left .item-div,
.sportslist-wrap .sportslist .sports-data .item-left .item-div {
  display: block;
  float: right;
  height: 100%;
}
.sportslist-wrap .sportslist .sports-meta .item-left .item-div:after,
.sportslist-wrap .sportslist .sports-data .item-left .item-div:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sportslist-wrap .sportslist .sports-meta .item-center,
.sportslist-wrap .sportslist .sports-data .item-center {
  text-align: center;
}
.sportslist-wrap .sportslist .sports-meta .item-league,
.sportslist-wrap .sportslist .sports-data .item-league {
  text-align: center;
}
.sportslist-wrap .sportslist .sports-meta .item-right .item-team,
.sportslist-wrap .sportslist .sports-data .item-right .item-team {
  display: block;
  float: right;
  width: 75%;
  height: 100%;
  text-align: right;
}
.sportslist-wrap .sportslist .sports-meta .item-right .item-team:after,
.sportslist-wrap .sportslist .sports-data .item-right .item-team:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sportslist-wrap .sportslist .sports-meta .item-right .item-team > span,
.sportslist-wrap .sportslist .sports-data .item-right .item-team > span {
  width: 99%;
  display: inline-block;
}
.sportslist-wrap .sportslist .sports-meta .item-right .item-div,
.sportslist-wrap .sportslist .sports-data .item-right .item-div {
  display: block;
  float: left;
  height: 100%;
}
.sportslist-wrap .sportslist .sports-meta .item-right .item-div:before,
.sportslist-wrap .sportslist .sports-data .item-right .item-div:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sportslist-wrap .sportslist .sports-meta .item-result,
.sportslist-wrap .sportslist .sports-data .item-result {
  text-align: center;
}
.sportslist-wrap .sportslist .sports-meta .item-status,
.sportslist-wrap .sportslist .sports-data .item-status {
  text-align: center;
}
.sportslist-wrap .sportslist .sports-meta .item-more,
.sportslist-wrap .sportslist .sports-data .item-more {
  text-align: center;
}
.sportslist-wrap .sportslist .sports-meta [class*="item-"] {
  text-align: center;
}
.sportslist-wrap .sportslist .sports-data.type-handicap .item-center {
  color: #1990ff !important;
}
.sportslist-wrap .sportslist .sports-data.type-overunder .item-left > .item-div:before {
  display: inline-block;
  content: "\f062";
  font-family: FontAwesome;
  padding-right: 3.5px;
  color: #ef3445 !important;
  vertical-align: middle;
}
.sportslist-wrap .sportslist .sports-data.type-overunder .item-center {
  color: #ef3445 !important;
}
.sportslist-wrap .sportslist .sports-data.type-overunder .item-right > .item-div:after {
  display: inline-block;
  content: "\f063";
  font-family: FontAwesome;
  padding-left: 3.5px;
  color: #3088c9 !important;
  vertical-align: middle;
}
.sportslist-wrap .sportslist .sports-league {
  padding: 10px;
}
.sportslist-wrap .sportslist .sports-desc {
  clear: both;
  padding: 10px;
}
.sportslist-wrap .sportslist .sports-desc:after {
  content: "";
  display: table;
  width: 100%;
}
.sportslist-wrap .sportslist .sports-desc > [class*='item-'] {
  display: inline-block;
  padding: 3.5px 0px;
  padding-right: 5px;
}
.sportslist-wrap .sportslist .sports-desc .item-result {
  display: block;
}
.sportslist-wrap .sportslist .sports-desc .item-btn {
  display: block;
  float: right;
  padding: 2.5px 5px;
  margin-left: 2.5px;
}
.sportslist-wrap .sportslist-bonus {
  margin-bottom: 10px;
  padding: 10px;
}
.sportslist-wrap .sportslist-bonus:after {
  content: "";
  display: table;
  width: 100%;
}
.sportslist-wrap .sportslist-bonus > h1 {
  font-weight: 400;
  font-size: 1.25em;
}
.sportslist-wrap .sportslist-bonus > p {
  margin-top: 5px;
  margin-bottom: 10px;
}
.sportslist-wrap .sportslist-bonus > ul:after {
  content: "";
  display: table;
  width: 100%;
}
.sportslist-wrap .sportslist-bonus > ul > li {
  display: block;
  float: left;
  margin-top: 2.5px;
  margin-right: 2.5px;
  padding: 5px 10px;
}
.sportslist-wrap .sportslist-bonus > ul > li > .item-desc,
.sportslist-wrap .sportslist-bonus > ul > li > .item-div {
  display: inline-block;
  margin: 2.5px;
}
/* Layout */
.sportslist-wrap .sportslist .sports-meta > [class*='item-'],
.sportslist-wrap .sportslist .sports-data > [class*='item-'] {
  display: block;
  float: left;
  margin: .1%;
  padding: 5px;
  height: 36px;
  overflow: hidden;
}
@media screen and (max-width:640px) {
  .sportslist-wrap .sportslist .sports-meta > [class*='item-'],
  .sportslist-wrap .sportslist .sports-data > [class*='item-'] {
    margin: 0.2%;
  }
}
.sportslist-wrap .sportslist .sports-meta > [class*='item-']:after,
.sportslist-wrap .sportslist .sports-data > [class*='item-']:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sportslist-wrap .sportslist .sports-meta > [class*='item-'].item-center,
.sportslist-wrap .sportslist .sports-data > [class*='item-'].item-center {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* Layout : .sportslist-wrap.type-betting */
@media screen and (min-width:640px) {
  .sportslist-wrap.type-betting .sportslist .sports-meta .item-info,
  .sportslist-wrap.type-betting .sportslist .sports-data .item-info {
    width: 9.8%;
  }
  .sportslist-wrap.type-betting .sportslist .sports-meta .item-league,
  .sportslist-wrap.type-betting .sportslist .sports-data .item-league {
    display: none;
  }
  .sportslist-wrap.type-betting .sportslist .sports-meta .item-left,
  .sportslist-wrap.type-betting .sportslist .sports-data .item-left {
    width: 39.8%;
  }
  .sportslist-wrap.type-betting .sportslist .sports-meta .item-center,
  .sportslist-wrap.type-betting .sportslist .sports-data .item-center {
    width: 9.8%;
  }
  .sportslist-wrap.type-betting .sportslist .sports-meta .item-right,
  .sportslist-wrap.type-betting .sportslist .sports-data .item-right {
    width: 39.8%;
  }
  .sportslist-wrap.type-betting .sportslist .sports-meta .item-result,
  .sportslist-wrap.type-betting .sportslist .sports-data .item-result {
    display: none;
  }
  .sportslist-wrap.type-betting .sportslist .sports-meta .item-status,
  .sportslist-wrap.type-betting .sportslist .sports-data .item-status {
    display: none;
  }
  .sportslist-wrap.type-betting .sportslist .sports-meta .item-more,
  .sportslist-wrap.type-betting .sportslist .sports-data .item-more {
    display: none;
  }
}
@media screen and (max-width:640px) {
  .sportslist-wrap.type-betting .sportslist .sports-meta .item-info,
  .sportslist-wrap.type-betting .sportslist .sports-data .item-info {
    width: 9.6%;
  }
  .sportslist-wrap.type-betting .sportslist .sports-meta .item-league,
  .sportslist-wrap.type-betting .sportslist .sports-data .item-league {
    display: none;
  }
  .sportslist-wrap.type-betting .sportslist .sports-meta .item-left,
  .sportslist-wrap.type-betting .sportslist .sports-data .item-left {
    width: 40.85%;
  }
  .sportslist-wrap.type-betting .sportslist .sports-meta .item-center,
  .sportslist-wrap.type-betting .sportslist .sports-data .item-center {
    width: 7.1%;
  }
  .sportslist-wrap.type-betting .sportslist .sports-meta .item-right,
  .sportslist-wrap.type-betting .sportslist .sports-data .item-right {
    width: 40.85%;
  }
  .sportslist-wrap.type-betting .sportslist .sports-meta .item-result,
  .sportslist-wrap.type-betting .sportslist .sports-data .item-result {
    display: none;
  }
  .sportslist-wrap.type-betting .sportslist .sports-meta .item-status,
  .sportslist-wrap.type-betting .sportslist .sports-data .item-status {
    display: none;
  }
  .sportslist-wrap.type-betting .sportslist .sports-meta .item-more,
  .sportslist-wrap.type-betting .sportslist .sports-data .item-more {
    display: none;
  }
}
/* Layout : .sportslist-wrap.type-multibetting */
@media screen and (min-width:640px) {
  .sportslist-wrap.type-multibetting .sportslist .sports-meta .item-info,
  .sportslist-wrap.type-multibetting .sportslist .sports-data .item-info {
    width: 9.8%;
  }
  .sportslist-wrap.type-multibetting .sportslist .sports-meta .item-league,
  .sportslist-wrap.type-multibetting .sportslist .sports-data .item-league {
    display: none;
  }
  .sportslist-wrap.type-multibetting .sportslist .sports-meta .item-left,
  .sportslist-wrap.type-multibetting .sportslist .sports-data .item-left {
    width: 37.3%;
  }
  .sportslist-wrap.type-multibetting .sportslist .sports-meta .item-center,
  .sportslist-wrap.type-multibetting .sportslist .sports-data .item-center {
    width: 9.8%;
  }
  .sportslist-wrap.type-multibetting .sportslist .sports-meta .item-right,
  .sportslist-wrap.type-multibetting .sportslist .sports-data .item-right {
    width: 37.3%;
  }
  .sportslist-wrap.type-multibetting .sportslist .sports-meta .item-result,
  .sportslist-wrap.type-multibetting .sportslist .sports-data .item-result {
    display: none;
  }
  .sportslist-wrap.type-multibetting .sportslist .sports-meta .item-status,
  .sportslist-wrap.type-multibetting .sportslist .sports-data .item-status {
    display: none;
  }
  .sportslist-wrap.type-multibetting .sportslist .sports-meta .item-more,
  .sportslist-wrap.type-multibetting .sportslist .sports-data .item-more {
    width: 4.8%;
  }
}
@media screen and (max-width:640px) {
  .sportslist-wrap.type-multibetting .sportslist .sports-meta .item-info,
  .sportslist-wrap.type-multibetting .sportslist .sports-data .item-info {
    width: 9.6%;
  }
  .sportslist-wrap.type-multibetting .sportslist .sports-meta .item-league,
  .sportslist-wrap.type-multibetting .sportslist .sports-data .item-league {
    display: none;
  }
  .sportslist-wrap.type-multibetting .sportslist .sports-meta .item-left,
  .sportslist-wrap.type-multibetting .sportslist .sports-data .item-left {
    width: 37.1%;
  }
  .sportslist-wrap.type-multibetting .sportslist .sports-meta .item-center,
  .sportslist-wrap.type-multibetting .sportslist .sports-data .item-center {
    width: 7.1%;
  }
  .sportslist-wrap.type-multibetting .sportslist .sports-meta .item-right,
  .sportslist-wrap.type-multibetting .sportslist .sports-data .item-right {
    width: 37.1%;
  }
  .sportslist-wrap.type-multibetting .sportslist .sports-meta .item-result,
  .sportslist-wrap.type-multibetting .sportslist .sports-data .item-result {
    display: none;
  }
  .sportslist-wrap.type-multibetting .sportslist .sports-meta .item-status,
  .sportslist-wrap.type-multibetting .sportslist .sports-data .item-status {
    display: none;
  }
  .sportslist-wrap.type-multibetting .sportslist .sports-meta .item-more,
  .sportslist-wrap.type-multibetting .sportslist .sports-data .item-more {
    width: 7.1%;
  }
}
.sportslist-wrap.type-multibetting .sportslist .sports-data.kind-hidden {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  max-height: 0px;
  overflow: hidden;
}
.sportslist-wrap.type-multibetting .sportslist .sports-data.kind-hidden .item-info {
  visibility: hidden;
}
.sportslist-wrap.type-multibetting .sportslist .sports-data.kind-hidden .item-more {
  visibility: hidden;
}
.sportslist-wrap.type-multibetting .sportslist .sports-data.kind-hidden.active {
  max-height: 50px;
}
/* Layout : .sportslist-wrap.type-list */
@media screen and (min-width:640px) {
  .sportslist-wrap.type-list .sportslist .sports-meta .item-info,
  .sportslist-wrap.type-list .sportslist .sports-data .item-info {
    width: 9.8%;
  }
  .sportslist-wrap.type-list .sportslist .sports-meta .item-league,
  .sportslist-wrap.type-list .sportslist .sports-data .item-league {
    display: none;
  }
  .sportslist-wrap.type-list .sportslist .sports-meta .item-left,
  .sportslist-wrap.type-list .sportslist .sports-data .item-left {
    width: 29.8%;
  }
  .sportslist-wrap.type-list .sportslist .sports-meta .item-center,
  .sportslist-wrap.type-list .sportslist .sports-data .item-center {
    width: 9.8%;
  }
  .sportslist-wrap.type-list .sportslist .sports-meta .item-right,
  .sportslist-wrap.type-list .sportslist .sports-data .item-right {
    width: 29.8%;
  }
  .sportslist-wrap.type-list .sportslist .sports-meta .item-result,
  .sportslist-wrap.type-list .sportslist .sports-data .item-result {
    width: 9.8%;
  }
  .sportslist-wrap.type-list .sportslist .sports-meta .item-status,
  .sportslist-wrap.type-list .sportslist .sports-data .item-status {
    width: 9.8%;
  }
  .sportslist-wrap.type-list .sportslist .sports-meta .item-more,
  .sportslist-wrap.type-list .sportslist .sports-data .item-more {
    display: none;
  }
}
@media screen and (max-width:640px) {
  .sportslist-wrap.type-list .sportslist .sports-meta .item-info,
  .sportslist-wrap.type-list .sportslist .sports-data .item-info {
    width: 9.6%;
  }
  .sportslist-wrap.type-list .sportslist .sports-meta .item-league,
  .sportslist-wrap.type-list .sportslist .sports-data .item-league {
    display: none;
  }
  .sportslist-wrap.type-list .sportslist .sports-meta .item-left,
  .sportslist-wrap.type-list .sportslist .sports-data .item-left {
    width: 40.85%;
  }
  .sportslist-wrap.type-list .sportslist .sports-meta .item-center,
  .sportslist-wrap.type-list .sportslist .sports-data .item-center {
    width: 7.1%;
  }
  .sportslist-wrap.type-list .sportslist .sports-meta .item-right,
  .sportslist-wrap.type-list .sportslist .sports-data .item-right {
    width: 40.85%;
  }
  .sportslist-wrap.type-list .sportslist .sports-meta .item-more,
  .sportslist-wrap.type-list .sportslist .sports-data .item-more {
    display: none;
  }
}
@media screen and (max-width:640px) {
  .sportslist-wrap.type-list .sportslist .sports-meta .item-result {
    display: none;
  }
  .sportslist-wrap.type-list .sportslist .sports-meta .item-status {
    display: none;
  }
}
@media screen and (max-width:640px) {
  .sportslist-wrap.type-list .sportslist .sports-data .item-result,
  .sportslist-wrap.type-list .sportslist .sports-data .item-status {
    float: right;
    margin-bottom: 10px;
    height: 25px;
  }
  .sportslist-wrap.type-list .sportslist .sports-data .item-result {
    opacity: 0.75;
  }
  .sportslist-wrap.type-list .sportslist .sports-data .item-result:before {
    content: "경기결과";
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
  }
  .sportslist-wrap.type-list .sportslist .sports-data .item-status {
    opacity: 0.75;
  }
  .sportslist-wrap.type-list .sportslist .sports-data .item-status:before {
    content: "상태";
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
  }
}
/* Layout : .sportslist-wrap.type-result */
@media screen and (min-width:640px) {
  .sportslist-wrap.type-result .sportslist .sports-meta .item-info,
  .sportslist-wrap.type-result .sportslist .sports-data .item-info {
    width: 9.8%;
  }
  .sportslist-wrap.type-result .sportslist .sports-meta .item-left,
  .sportslist-wrap.type-result .sportslist .sports-data .item-left {
    width: 22.3%;
  }
  .sportslist-wrap.type-result .sportslist .sports-meta .item-center,
  .sportslist-wrap.type-result .sportslist .sports-data .item-center {
    width: 4.8%;
  }
  .sportslist-wrap.type-result .sportslist .sports-meta .item-right,
  .sportslist-wrap.type-result .sportslist .sports-data .item-right {
    width: 22.3%;
  }
  .sportslist-wrap.type-result .sportslist .sports-meta .item-league,
  .sportslist-wrap.type-result .sportslist .sports-data .item-league {
    width: 19.8%;
  }
  .sportslist-wrap.type-result .sportslist .sports-meta .item-result,
  .sportslist-wrap.type-result .sportslist .sports-data .item-result {
    width: 9.8%;
  }
  .sportslist-wrap.type-result .sportslist .sports-meta .item-status,
  .sportslist-wrap.type-result .sportslist .sports-data .item-status {
    width: 9.8%;
  }
  .sportslist-wrap.type-result .sportslist .sports-meta .item-more,
  .sportslist-wrap.type-result .sportslist .sports-data .item-more {
    display: none;
  }
}
@media screen and (max-width:640px) {
  .sportslist-wrap.type-result .sportslist .sports-meta .item-info,
  .sportslist-wrap.type-result .sportslist .sports-data .item-info {
    width: 9.6%;
  }
  .sportslist-wrap.type-result .sportslist .sports-meta .item-left,
  .sportslist-wrap.type-result .sportslist .sports-data .item-left {
    width: 40.85%;
  }
  .sportslist-wrap.type-result .sportslist .sports-meta .item-center,
  .sportslist-wrap.type-result .sportslist .sports-data .item-center {
    width: 7.1%;
  }
  .sportslist-wrap.type-result .sportslist .sports-meta .item-right,
  .sportslist-wrap.type-result .sportslist .sports-data .item-right {
    width: 40.85%;
  }
  .sportslist-wrap.type-result .sportslist .sports-meta .item-more,
  .sportslist-wrap.type-result .sportslist .sports-data .item-more {
    display: none;
  }
}
@media screen and (max-width:640px) {
  .sportslist-wrap.type-result .sportslist .sports-meta .item-league {
    display: none;
  }
  .sportslist-wrap.type-result .sportslist .sports-meta .item-result {
    display: none;
  }
  .sportslist-wrap.type-result .sportslist .sports-meta .item-status {
    display: none;
  }
}
@media screen and (max-width:640px) {
  .sportslist-wrap.type-result .sportslist .sports-data .item-league,
  .sportslist-wrap.type-result .sportslist .sports-data .item-result,
  .sportslist-wrap.type-result .sportslist .sports-data .item-status {
    float: right;
    margin-bottom: 10px;
    height: 25px;
  }
  .sportslist-wrap.type-result .sportslist .sports-data .item-league {
    opacity: 0.75;
  }
  .sportslist-wrap.type-result .sportslist .sports-data .item-league:before {
    content: "리그명";
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
  }
  .sportslist-wrap.type-result .sportslist .sports-data .item-result {
    opacity: 0.75;
  }
  .sportslist-wrap.type-result .sportslist .sports-data .item-result:before {
    content: "경기결과";
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
  }
  .sportslist-wrap.type-result .sportslist .sports-data .item-status {
    opacity: 0.75;
  }
  .sportslist-wrap.type-result .sportslist .sports-data .item-status:before {
    content: "상태";
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
  }
}
/* Theme */
.sportslist-wrap {
  font-family: "Godo";
  font-weight: 300;
}
.sportslist-wrap .sportslist {
  margin-bottom: 0;
}
.sportslist-wrap .sports-league {
  color: #9dc0ca;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #000000;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}
.sportslist-wrap .sports-meta {
  color: #0d5580;
  background-color: #000000;
  border: 1px solid #333;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
}
.sportslist-wrap .sports-meta .item-info,
.sportslist-wrap .sports-meta .item-left,
.sportslist-wrap .sports-meta .item-center {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.sportslist-wrap .sports-data {
  border: 1px solid rgba(255, 255, 255, 0.2);
  /* 베팅 아이템들에 대하여 */
}
.sportslist-wrap .sports-data .item-info {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.sportslist-wrap .sports-data .item-left,
.sportslist-wrap .sports-data .item-center,
.sportslist-wrap .sports-data .item-right {
  background-color: #000000;
  border: 1px solid #333;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  color: white;
  /* 베팅 아이템들에 대하여 : 호버 */
  /* 베팅 아이템들에 대하여 : 액티브 */
}
@media screen and (min-width:640px) {
  .sportslist-wrap .sports-data .item-left.enabled:hover,
  .sportslist-wrap .sports-data .item-center.enabled:hover,
  .sportslist-wrap .sports-data .item-right.enabled:hover {
    color: #cddadd;
    background-color: rgba(205, 218, 221, 0.1);
    border: 2px solid #cddadd;
  }
}
.sportslist-wrap .sports-data .item-left.active,
.sportslist-wrap .sports-data .item-center.active,
.sportslist-wrap .sports-data .item-right.active {
  color: black;
  background-color: #cddadd;
  border: 0px solid transparent;
}
.sportslist-wrap .sports-data .item-more {
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  border: 2px solid #0d5580;
  color: #0d5580;
}
@media screen and (max-width:640px) {
  .sportslist-wrap .sports-data .item-league,
  .sportslist-wrap .sports-data .item-status,
  .sportslist-wrap .sports-data .item-result {
    border: none;
    box-shadow: none;
  }
  .sportslist-wrap .sports-data .item-league:before,
  .sportslist-wrap .sports-data .item-status:before,
  .sportslist-wrap .sports-data .item-result:before {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.sportslist-wrap .sports-data.kind-opener .item-more:before {
  content: "+";
}
.sportslist-wrap .sports-data.kind-opener.active .item-more {
  background-color: #0d5580;
  color: #ffffff;
  border: 2px solid transparent;
}
.sportslist-wrap .sports-data.kind-opener.active .item-more:before {
  content: "-";
}
.sportslist-wrap .sports-data.kind-hidden {
  /* 베팅 아이템들에 대하여 */
  -webkit-transition: opacity 0.1s, 1s;
  -moz-transition: opacity 0.1s, 1s;
  -o-transition: opacity 0.1s, 1s;
  transition: opacity 0.1s, 1s;
  opacity: 0;
}
.sportslist-wrap .sports-data.kind-hidden .item-left,
.sportslist-wrap .sports-data.kind-hidden .item-center,
.sportslist-wrap .sports-data.kind-hidden .item-right {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  color: #cddadd;
  background-color: transparent;
  border: 2px solid rgba(205, 218, 221, 0.5);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /* 베팅 아이템들에 대하여 : 액티브 */
}
.sportslist-wrap .sports-data.kind-hidden .item-left.active,
.sportslist-wrap .sports-data.kind-hidden .item-center.active,
.sportslist-wrap .sports-data.kind-hidden .item-right.active {
  color: #ffffff;
  background-color: #cddadd;
  border: 0px solid transparent;
}
.sportslist-wrap .sports-data.kind-hidden.active {
  opacity: 1;
}
.sportslist-wrap .sports-desc .item-btn {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(93, 200, 255, 0.25);
  background-color: rgba(93, 200, 255, 0.05);
  color: rgba(93, 200, 255, 0.7);
}
.sportslist-wrap .sports-desc .item-btn:hover {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(93, 200, 255, 0.5);
  background-color: rgba(93, 200, 255, 0.1);
  color: rgba(93, 200, 255, 0.7);
}
.sportslist-wrap .sports-desc .item-btn:active {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(93, 200, 255, 0.7);
  background-color: rgba(93, 200, 255, 0.3);
  color: rgba(93, 200, 255, 0.9);
}
.sportslist-wrap .sportslist-bonus {
  background-color: #0d0d0d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
}
.sportslist-wrap .sportslist-bonus > h1:before {
  content: "※";
  display: inline-block;
  margin-right: 5px;
}
.sportslist-wrap .sportslist-bonus > p {
  opacity: 0.5;
}
.sportslist-wrap .sportslist-bonus > ul > li {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(191, 191, 191, 0.25);
  background-color: rgba(191, 191, 191, 0.05);
  color: rgba(191, 191, 191, 0.7);
}
.sportslist-wrap .sportslist-bonus > ul > li:hover {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(13, 85, 128, 0.5);
  background-color: rgba(13, 85, 128, 0.1);
  color: rgba(191, 191, 191, 0.7);
}
.sportslist-wrap .sportslist-bonus > ul > li > .item-div {
  color: #0d5580;
}
.live-wrap {
  margin: 0px auto;
}
.live2 {
  -webkit-border-radius: 13px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 13px;
  -moz-background-clip: padding;
  border-radius: 13px;
  background-clip: padding-box;
  background-image: url("/refer/images/common/live2/type2/bg.jpg");
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0 2.5px 7.5px #000000;
  -moz-box-shadow: 0 2.5px 7.5px #000000;
  box-shadow: 0 2.5px 7.5px #000000;
}
.live2-title {
  position: relative;
  margin-top: -50px;
  height: 100px;
  background-image: url("/refer/images/common/live2/type2/title-bg.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.live2-title .elem-icon {
  font-size: 30px;
}
.live2-btns-title {
  font-size: 1.25em;
  font-weight: 700;
}
.live2-btn {
  display: block;
  padding: 10px 0;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #914514;
  background-image: url("/refer/images/common/live2/type2/btn-bg.png");
  background-size: 100% 100%;
  color: white;
  font-weight: 700;
  border: 3px solid transparent;
  text-shadow: 0 1px 0 black, 0 2.5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.33), inset 0 -5px 0 1px rgba(0, 0, 0, 0.5), 0 2.5px 7.5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.33), inset 0 -5px 0 1px rgba(0, 0, 0, 0.5), 0 2.5px 7.5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.33), inset 0 -5px 0 1px rgba(0, 0, 0, 0.5), 0 2.5px 7.5px 0 rgba(0, 0, 0, 0.5);
}
.live2-btn .item-icon-blue {
  color: #24b3f9;
}
.live2-btn .item-icon-red {
  color: #f16872;
}
.live2-btn .item-icon-yellow {
  color: #e9df5c;
}
.live2-btn:hover {
  opacity: 0.5;
}
.live2-btn.active {
  opacity: 0.75;
  border: 3px solid yellow;
}
.live2-btn.style-2 {
  background-color: #263763;
}
.live2-btn.style-3 {
  background-color: #b52a87;
}
.live2-info {
  padding: 10px 0;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  text-shadow: 0 1px 0 black, 0 2.5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.33), inset 0 0 0 1px rgba(0, 0, 0, 0.33), 0 2.5px 7.5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.33), inset 0 0 0 1px rgba(0, 0, 0, 0.33), 0 2.5px 7.5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.33), inset 0 0 0 1px rgba(0, 0, 0, 0.33), 0 2.5px 7.5px 0 rgba(0, 0, 0, 0.5);
  color: white;
  padding: 15px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyODE3OTciIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2MjRhZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #281797, #3624ad);
  background-image: -moz-linear-gradient(top, #281797, #3624ad);
  background-image: -o-linear-gradient(top, #281797, #3624ad);
  background-image: linear-gradient(to bottom, #281797, #3624ad);
}
.live2-info-meta {
  opacity: 0.75;
}
.live2-info-data {
  font-weight: 700;
  font-size: 16px;
}
.live2-title {
  display: none !important;
}
.live2-title-logo {
  position: relative;
  height: 90%;
  top: -20px;
  background-image: url("/refer/images/common/live2/type2/title-logo-powerball.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.live2-title-subtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(126, 56, 46, 0.75);
  font-size: 2.33em;
  font-weight: 700;
  padding-bottom: 20px;
}
.live2-wrapper {
  background-image: url("/refer/images/common/live2/type2/bg-1.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-color: #2c3749;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  border: 1px solid #16202f;
  -webkit-box-shadow: 0 2.5px 7.5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2.5px 7.5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2.5px 7.5px 0 rgba(0, 0, 0, 0.5);
}
.live2-meta-secs {
  background-image: url("/refer/images/common/live2/type2/meta-secs.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 0 1px 0 #19508e, 0 2.5px 5px #19508e;
}
.live2-meta {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1));
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.live2-btns {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #3a4757;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2.5px 7.5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2.5px 7.5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2.5px 7.5px 0 rgba(0, 0, 0, 0.5);
}
.live2-moneybtn {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3ZDdkN2QiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVkNWQ1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #7d7d7d, #5d5d5d);
  background-image: -moz-linear-gradient(top, #7d7d7d, #5d5d5d);
  background-image: -o-linear-gradient(top, #7d7d7d, #5d5d5d);
  background-image: linear-gradient(to bottom, #7d7d7d, #5d5d5d);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.33), 0 2.5px 7.5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.33), 0 2.5px 7.5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.33), 0 2.5px 7.5px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: 0;
  font-weight: 700;
  color: white;
  font-size: 1.5em;
}
.live2-moneybtn.style-2 {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwNDk1ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2NGRjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #0495e8, #064dcb);
  background-image: -moz-linear-gradient(top, #0495e8, #064dcb);
  background-image: -o-linear-gradient(top, #0495e8, #064dcb);
  background-image: linear-gradient(to bottom, #0495e8, #064dcb);
}
.live2-moneybtn.style-3 {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5YWQ0NjMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0YmMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #9ad463, #34bc1c);
  background-image: -moz-linear-gradient(top, #9ad463, #34bc1c);
  background-image: -o-linear-gradient(top, #9ad463, #34bc1c);
  background-image: linear-gradient(to bottom, #9ad463, #34bc1c);
}
.live2-moneybtn:hover {
  opacity: 0.75;
}
.live2-input {
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyODJiMzQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmMzIzYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #282b34, #2f323c);
  background-image: -moz-linear-gradient(top, #282b34, #2f323c);
  background-image: -o-linear-gradient(top, #282b34, #2f323c);
  background-image: linear-gradient(to bottom, #282b34, #2f323c);
  padding: 10px;
  border: 0;
  font-size: 1.5em;
  font-weight: 700;
  color: white;
}
.live2-history {
  width: 100%;
  border-collapse: collapse;
  cell-spacing: 0;
  text-align: center;
}
.live2-history thead td {
  padding: 5px;
  background-color: #271696;
  color: white;
}
.live2-history tbody td {
  padding: 5px;
  color: white;
  border-bottom: 1px solid #271696;
}
.live2-bettingcart .item {
  display: block;
  padding: 5px;
  background-color: #271696;
  color: white;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.live2-bettingcart .item:after {
  content: "";
  display: table;
  width: 100%;
}
.live2-bettingcart .item .item-teamname {
  display: block;
  float: left;
}
.live2-bettingcart .item .item-info {
  display: block;
  float: right;
  text-align: right;
}
.live2-bettingcart .item .item-home {
  display: block;
}
.live2-bettingcart .item .item-away {
  display: block;
}
.live2-bettingcart .item .item-x {
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  background-color: white;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  color: #944716;
  font-weight: 700;
}
.live2-bettingcart .item .item-div {
  display: block;
}
.livepos .bettingcart-button .item-betting:before {
  content: "배팅" !important;
}
.livelist-wrap {
  width: 100%;
  padding: 2.5px;
}
@media screen and (min-width:640px) {
  .livelist-wrap {
    font-size: 12px;
  }
}
@media screen and (max-width:640px) {
  .livelist-wrap {
    font-size: 10px;
  }
}
.livelist-wrap .livelist {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.livelist-wrap .livelist .livelist-data > .item-del > a {
  display: inline-block;
  padding: 2.5px 5px;
}
.livelist-wrap .livelist .item-type {
  width: 15%;
}
.livelist-wrap .livelist .item-ocnt {
  width: 12%;
}
.livelist-wrap .livelist .item-time {
  width: 7%;
}
.livelist-wrap .livelist .item-type {
  width: 7%;
}
.livelist-wrap .livelist .item-betting {
  width: 7%;
}
.livelist-wrap .livelist .item-div {
  width: 5%;
}
.livelist-wrap .livelist .item-betmoney {
  width: 8%;
}
.livelist-wrap .livelist .item-hitgold {
  width: 7%;
}
.livelist-wrap .livelist .item-result {
  width: 5%;
}
.livelist-wrap .livelist .item-del {
  width: 8%;
}
.livelist-wrap {
  /* Overlapping */
  padding: 0px;
  /* Theme */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #2a2d30;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.livelist-wrap .livelist .livelist-meta {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #383e44;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
}
.livelist-wrap .livelist .livelist-meta > [class*="item-"] {
  padding: 13px 0px;
}
.livelist-wrap .livelist .livelist-data {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.livelist-wrap .livelist .livelist-data > [class*="item-"] {
  padding: 5px;
}
.livelist-wrap .livelist .livelist-data > .item-del .item-btn-cancel,
.livelist-wrap .livelist .livelist-data > .item-del .item-btn-del {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #232526;
  border: 0px;
  background-color: #0d5580;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.livelist-wrap .livelist .livelist-data > .item-del .item-btn-cancel:hover,
.livelist-wrap .livelist .livelist-data > .item-del .item-btn-del:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #232526;
  border: 0px;
  background-color: #0c4c73;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.livelist-wrap .livelist .livelist-data > .item-del .item-btn-cancel:active,
.livelist-wrap .livelist .livelist-data > .item-del .item-btn-del:active,
.livelist-wrap .livelist .livelist-data > .item-del .item-btn-cancel:focus,
.livelist-wrap .livelist .livelist-data > .item-del .item-btn-del:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #232526;
  border: 0px;
  background-color: #0c4c73;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(12, 76, 115, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(12, 76, 115, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(12, 76, 115, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
/* Livescreen : Visual */
.live-wrap .livebtns-meta .item-kind {
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  color: #ffffff;
}
.live-wrap .livebtns-meta .item-date {
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  color: #ffffff;
}
.live-wrap .livebtns-meta .item-ocnt {
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  color: #ffffff;
}
.live-wrap .livebtns-meta .item-remain {
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  color: #ffffff;
}
.live-wrap .livebtns-wrap {
  background-color: rgba(28, 28, 28, 0.95);
  background-image: url('/refer/images/honor/navtoggle-bg-2.png');
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  border: 2px solid rgba(13, 85, 128, 0.5);
  -webkit-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 16px;
  -moz-background-clip: padding;
  border-radius: 16px;
  background-clip: padding-box;
}
.live-wrap .livebtns-wrap > li {
  /* title */
}
.live-wrap .livebtns-wrap > li > p {
  padding: 5px;
  font-weight: 500;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.live-wrap .livebtns-wrap > li > .item-btn {
  color: white;
  /*background-image: url('/refer/images/honor/livebtns-bg.png');
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;*/
}
.live-wrap .livebtns-wrap > li > .item-btn:hover,
.live-wrap .livebtns-wrap > li > .item-btn.active {
  /*background-image: url('/refer/images/honor/livebtns-bg-active.png');*/
  background-color: #B58151;
}
.live-wrap .livebtns-wrap > li > .item-cover {
  background-color: rgba(0, 0, 0, 0.5);
  color: transparent;
  font-size: 0;
  -webkit-border-radius: 14px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 14px;
  -moz-background-clip: padding;
  border-radius: 14px;
  background-clip: padding-box;
}
.live-wrap .livebtns-wrap > li > .item-cover:before {
  content: "\f00d";
  font-family: FontAwesome;
  color: white;
  font-size: 40px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.livenotice {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
}
.livenotice:after {
  content: "";
  display: table;
  width: 100%;
}
.livenotice > h1 {
  font-weight: 400;
  font-size: 1.25em;
}
.livenotice > p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.livenotice {
  display: none !important;
}
/* Layout */
.loginform-wrap,
.authform-wrap,
.joinform-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width:640px) {
  .loginform-wrap,
  .authform-wrap,
  .joinform-wrap {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .loginform-wrap,
  .authform-wrap,
  .joinform-wrap {
    width: 100%;
    min-width: 1280px;
  }
}
.loginform-container,
.authform-container,
.joinform-container {
  padding: 40px;
}
.loginform-meta,
.authform-meta,
.joinform-meta {
  width: 100%;
  height: 70px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.loginform,
.authform,
.joinform {
  padding: 2.5px 0px;
}
.loginform li,
.authform li,
.joinform li {
  padding: 0 3px;
  margin-top:8px;
  border:1px solid #fff;
  border-radius:5px;
  height: 48px;
  line-height: 48px;
}
.loginform li:after,
.authform li:after,
.joinform li:after {
  content: "";
  display: table;
  width: 100%;
}
.loginform label,
.authform label,
.joinform label {
  display: block;
  float: left;
  width: 32%;
  text-align:center;
}
.loginform input[type="text"],
.authform input[type="text"],
.joinform input[type="text"],
.loginform select,
.authform select,
.joinform select,
.loginform input[type="password"],
.authform input[type="password"],
.joinform input[type="password"] {
  display: block;
  float: left;
  padding: 10px;
}
@media screen and (min-width:640px) {

.loginform input[type="text"],
.authform input[type="text"],
.joinform input[type="text"],
.loginform input[type="password"],
.authform input[type="password"],
.joinform input[type="password"] {
  width: calc( 100% - 100px );
  width: -moz-calc( 100% - 100px );
  width: -webkit-calc( 100% - 100px );
  width: -o-calc( 100% - 100px );
}
.loginform .item-bank,
.authform .item-bank,
.joinform .item-bank {
  width: calc( 100% - 100px );
  width: -moz-calc( 100% - 100px );
  width: -webkit-calc( 100% - 100px );
  width: -o-calc( 100% - 100px );
}
}
.loginform-btns,
.authform-btns,
.joinform-btns {
  text-align: center;
  padding: 20px 0px;
}
.loginform-btns .item-btn-join,
.authform-btns .item-btn-join,
.joinform-btns .item-btn-join {
  display: inline-block;
  margin-left: 5px;
}
.loginform-btns .item-btn-submit,
.authform-btns .item-btn-submit,
.joinform-btns .item-btn-submit {
  display: inline-block;
  width:50%;
  height:46px;
}
.loginform-footer,
.authform-footer,
.joinform-footer {
  font-size: 0.8em;
  padding: 20px 0px;
}
/* Layout */
.loginform-container,
.authform-container,
.joinform-container {
  /*@media screen and (min-width:1700px) {
			right: 50%;
			margin-right: -850px;
		}*/
  margin-top: 84px;
}
@media screen and (min-width:640px) {
  .loginform-container,
  .authform-container,
  .joinform-container {
    width: 400px;
    margin:100px auto 0 auto;
  }
}
.loginform-meta,
.authform-meta,
.joinform-meta {
  margin-bottom: 10px;
  height: 140px;
}
.loginform label { color:#fff !important;
  
}
.loginform [class*="item-"] {
  width: 68% !important;
}



@media screen and (min-width:640px) {
.loginform .item-phone-1,
.authform .item-phone-1,
.joinform .item-phone-1,
.loginform .item-phone-2,
.authform .item-phone-2,
.joinform .item-phone-2,
.loginform .item-phone-3,
.authform .item-phone-3,
.joinform .item-phone-3 {
  width: calc( ( 100% - 100px - 8px ) / 3 ) !important;
}
}
.loginform .item-phone-2,
.authform .item-phone-2,
.joinform .item-phone-2,
.loginform .item-phone-3,
.authform .item-phone-3,
.joinform .item-phone-3 {
  margin-left: 4px;
}
.loginform-footer,
.authform-footer,
.joinform-footer {
  text-align: center;
  color:#eee !important;
}
/* Theme */
@media screen and (min-width:640px) {
  .loginform-wrap,
  .authform-wrap,
  .joinform-wrap {
    background-repeat: no-repeat;
    background-position: calc( 50% - 200px ) center;
  }
}
@media screen and (max-width:640px) {
  .loginform-wrap,
  .authform-wrap,
  .joinform-wrap {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
  }
}
.loginform-container,
.authform-container,
.joinform-container {
}
.loginform-meta,
.authform-meta,
.joinform-meta {
  background-image: url('/refer/images/honor/logo.png');
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.loginform [class*="item-"],
.authform [class*="item-"],
.joinform [class*="item-"] {
  font-family: 'YDIYGO310';
  padding:0 10px !important;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 5px;
  background-clip: padding-box;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  height: 40px;
  line-height: 40px;
  margin-top: 3px;
}

.loginform label,
.authform label,
.joinform label {
  color: #fff;
}
.loginform-btns .item-btn-join,
.authform-btns .item-btn-join,
.joinform-btns .item-btn-join {
  font-family: 'YDIYGO310';
  font-size: 1.2em;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  background-color: #000080;
  width:48%;
  height:46px;line-height:46px;

}
.loginform-btns .item-btn-submit,
.authform-btns .item-btn-submit,
.joinform-btns .item-btn-submit {
  font-family: 'YDIYGO310';
  font-size: 1.2em;
  background-color: #00ffff;
  border:0;
  color: black;
  border-radius: 5px;
  background-clip: padding-box;
  font-weight: bold;
}
.loginform-footer,
.authform-footer,
.joinform-footer {
  color: #157aad;
}
#put-id-vdtstr {
  color: #157aad;
  line-height: 2.5em;
  text-align: right;
  background-boxor: rgba(13, 85, 128, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(13, 85, 128, 0)), to(rgba(13, 85, 128, 0.15)));
  background-image: -webkit-linear-gradient(left, rgba(13, 85, 128, 0), rgba(13, 85, 128, 0.15));
  background-image: -moz-linear-gradient(left, rgba(13, 85, 128, 0), rgba(13, 85, 128, 0.15));
  background-image: -ms-linear-gradient(left, rgba(13, 85, 128, 0), rgba(13, 85, 128, 0.15));
  background-image: -o-linear-gradient(left, rgba(13, 85, 128, 0), rgba(13, 85, 128, 0.15));
  padding-right: 10px;
  -webkit-border-radius: 23.5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 23.5px;
  -moz-background-clip: padding;
  border-radius: 23.5px;
  background-clip: padding-box;
}
#put-nickname-vdtstr {
  color: #157aad;
  line-height: 2.5em;
  text-align: right;
  background-boxor: rgba(13, 85, 128, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(13, 85, 128, 0)), to(rgba(13, 85, 128, 0.15)));
  background-image: -webkit-linear-gradient(left, rgba(13, 85, 128, 0), rgba(13, 85, 128, 0.15));
  background-image: -moz-linear-gradient(left, rgba(13, 85, 128, 0), rgba(13, 85, 128, 0.15));
  background-image: -ms-linear-gradient(left, rgba(13, 85, 128, 0), rgba(13, 85, 128, 0.15));
  background-image: -o-linear-gradient(left, rgba(13, 85, 128, 0), rgba(13, 85, 128, 0.15));
  padding-right: 10px;
  -webkit-border-radius: 23.5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 23.5px;
  -moz-background-clip: padding;
  border-radius: 23.5px;
  background-clip: padding-box;
}
.modify-wrap .item {
  display: block;
  margin-bottom: 10px;
}
.modify-wrap .item:after {
  content: "";
  display: table;
  width: 100%;
}
.modify-wrap .item .item-step {
  display: block;
  float: left;
  text-align: center;
  padding: 15px 20px;
  border-radius: 100px;
  margin: 10px;
}
.modify-wrap .item .item-title {
  display: block;
  float: left;
  padding: 20px;
}
.modify-wrap .item .item-form {
  clear: both;
  padding: 10px;
  font-size: 1.25em;
}
.modify-wrap .item .item-form > li {
  margin-bottom: 3px;
}
.modify-wrap .item .item-form > li > label {
  display: block;
  float: left;
  padding: 10px 0px;
  padding-right: 15px;
  text-align: right;
}
@media screen and (min-width:640px) {
  .modify-wrap .item .item-form > li > label {
    width: 15%;
  }
}
@media screen and (max-width:640px) {
  .modify-wrap .item .item-form > li > label {
    width: 30%;
  }
}
.modify-wrap .item .item-form > li > [class*="item"] {
  padding: 10px;
}
@media screen and (min-width:640px) {
  .modify-wrap .item .item-form > li > [class*="item"] {
    width: 85%;
  }
}
@media screen and (max-width:640px) {
  .modify-wrap .item .item-form > li > [class*="item"] {
    width: 70%;
  }
}
.modify-wrap .item .item-form > li > .item-phone-1,
.modify-wrap .item .item-form > li > .item-phone-2,
.modify-wrap .item .item-form > li > .item-phone-3 {
  width: 20%;
  max-width: 100px;
}
@media screen and (min-width:640px) {
  .modify-wrap .item .item-form > li > .item-bank {
    max-width: 310px;
  }
}
.modify-wrap .item .item-form > li #put-id-vdtstr,
.modify-wrap .item .item-form > li #put-nickname-vdtstr {
  line-height: 2em;
  text-align: right;
}
.modify-wrap .item {
  /* Overlapping */
  padding: 13px;
  border: 1px solid rgba(13, 85, 128, 0.5);
  -webkit-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 16px;
  -moz-background-clip: padding;
  border-radius: 16px;
  background-clip: padding-box;
  background-color: rgba(28, 28, 28, 0.95);
  background-image: url('/refer/images/honor/navtoggle-bg-2.png');
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
}
.modify-wrap .item .item-step {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #cccccc;
  border: 0px;
  background-color: #5dc8ff;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.modify-wrap .item .item-form > li > [class*="item"] {
  vertical-align: middle;
  height: 42px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #383e44;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.modify-wrap .item .item-form > li > [class*="item"]:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.modify-wrap .item .item-form > li > [class*="item"]:active,
.modify-wrap .item .item-form > li > [class*="item"]:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.modify-wrap .item .item-form > li #put-id-vdtstr,
.modify-wrap .item .item-form > li #put-nickname-vdtstr {
  line-height: 2.5em;
  text-align: right;
  padding-right: 10px;
  background-boxor: rgba(93, 200, 255, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(93, 200, 255, 0)), to(rgba(93, 200, 255, 0.5)));
  background-image: -webkit-linear-gradient(left, rgba(93, 200, 255, 0), rgba(93, 200, 255, 0.5));
  background-image: -moz-linear-gradient(left, rgba(93, 200, 255, 0), rgba(93, 200, 255, 0.5));
  background-image: -ms-linear-gradient(left, rgba(93, 200, 255, 0), rgba(93, 200, 255, 0.5));
  background-image: -o-linear-gradient(left, rgba(93, 200, 255, 0), rgba(93, 200, 255, 0.5));
  color: #333333;
}
.recommendlist-wrap:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (min-width:640px) {
  .recommendlist-wrap {
    font-size: 12px;
  }
}
@media screen and (max-width:640px) {
  .recommendlist-wrap {
    font-size: 10px;
  }
}
.recommendlist-search:after {
  content: "";
  display: table;
  width: 100%;
}
.recommendlist-search .item-from-wrap {
  display: inline-block;
  vertical-align: middle;
}
.recommendlist-search .item-from-wrap .item-from {
  padding: 5px;
}
.recommendlist-search .item-and-wrap {
  display: inline-block;
  vertical-align: middle;
}
.recommendlist-search .item-to-wrap {
  display: inline-block;
  vertical-align: middle;
}
.recommendlist-search .item-to-wrap .item-to {
  padding: 5px;
}
.recommendlist-search .item-search-wrap {
  display: inline-block;
  vertical-align: middle;
}
.recommendlist-search .item-search-wrap .item-search {
  padding: 6px 10px;
}
.recommendlist {
  width: 100%;
  padding: 2.5px;
  border-collapse: collapse;
  border-spacing: 0px;
}
.recommendlist .recommendlist-meta > [class*="item-"] {
  padding: 10px;
  text-align: center;
}
.recommendlist .recommendlist-data > [class*="item-"] {
  padding: 10px;
}
.recommendlist-wrap {
  padding: 2.5px;
  /* Theme */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #5dc8ff;
  border: 0px;
  background-color: #2a2d30;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.recommendlist-wrap .recommendlist-search {
  margin-bottom: 10px;
}
.recommendlist-wrap .recommendlist-search .item-from-wrap {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(191, 191, 191, 0.25);
  background-color: rgba(191, 191, 191, 0.05);
  color: rgba(191, 191, 191, 0.7);
}
.recommendlist-wrap .recommendlist-search .item-from-wrap:before {
  content: "\f073";
  display: inline-block;
  vertical-align: middle;
  font-family: "FontAwesome";
  font-size: 1.25em;
  padding: 0px 10px;
}
.recommendlist-wrap .recommendlist-search .item-from-wrap .item-from {
  background-color: transparent;
  border: 1px solid transparent;
}
.recommendlist-wrap .recommendlist-search .item-from-wrap .item-from:hover {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(191, 191, 191, 0.5);
  background-color: rgba(191, 191, 191, 0.1);
  color: rgba(191, 191, 191, 0.7);
}
.recommendlist-wrap .recommendlist-search .item-from-wrap .item-from:active,
.recommendlist-wrap .recommendlist-search .item-from-wrap .item-from:focus {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(191, 191, 191, 0.7);
  background-color: rgba(191, 191, 191, 0.3);
  color: rgba(191, 191, 191, 0.9);
}
.recommendlist-wrap .recommendlist-search .item-and-wrap {
  color: #bfbfbf;
}
.recommendlist-wrap .recommendlist-search .item-and-wrap:before {
  content: "\f141";
  display: inline-block;
  vertical-align: middle;
  font-family: "FontAwesome";
  font-size: 1.5em;
  padding: 0px 10px;
}
.recommendlist-wrap .recommendlist-search .item-to-wrap {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(191, 191, 191, 0.25);
  background-color: rgba(191, 191, 191, 0.05);
  color: rgba(191, 191, 191, 0.7);
}
.recommendlist-wrap .recommendlist-search .item-to-wrap:before {
  content: "\f073";
  display: inline-block;
  vertical-align: middle;
  font-family: "FontAwesome";
  font-size: 1.25em;
  padding: 0px 10px;
}
.recommendlist-wrap .recommendlist-search .item-to-wrap .item-to {
  background-color: transparent;
  border: 1px solid transparent;
}
.recommendlist-wrap .recommendlist-search .item-to-wrap .item-to:hover {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(191, 191, 191, 0.5);
  background-color: rgba(191, 191, 191, 0.1);
  color: rgba(191, 191, 191, 0.7);
}
.recommendlist-wrap .recommendlist-search .item-to-wrap .item-to:active,
.recommendlist-wrap .recommendlist-search .item-to-wrap .item-to:focus {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(191, 191, 191, 0.7);
  background-color: rgba(191, 191, 191, 0.3);
  color: rgba(191, 191, 191, 0.9);
}
.recommendlist-wrap .recommendlist-search .item-search-wrap .item-search {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(93, 200, 255, 0.25);
  background-color: rgba(93, 200, 255, 0.05);
  color: rgba(93, 200, 255, 0.7);
}
.recommendlist-wrap .recommendlist-search .item-search-wrap .item-search:hover {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(93, 200, 255, 0.5);
  background-color: rgba(93, 200, 255, 0.1);
  color: rgba(93, 200, 255, 0.7);
}
.recommendlist-wrap .recommendlist-search .item-search-wrap .item-search:active {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(93, 200, 255, 0.7);
  background-color: rgba(93, 200, 255, 0.3);
  color: rgba(93, 200, 255, 0.9);
}
.recommendlist-wrap .recommendlist .recommendlist-meta > [class*="item-"] {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid #ffffff;
}
.recommendlist-wrap .recommendlist .recommendlist-meta .item-betting,
.recommendlist-wrap .recommendlist .recommendlist-meta .item-lose {
  display: none;
}
.recommendlist-wrap .recommendlist .recommendlist-data > [class*="item-"] {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.recommendlist-wrap .recommendlist .recommendlist-data .item-betting,
.recommendlist-wrap .recommendlist .recommendlist-data .item-lose {
  display: none;
}
/* Layout */
.moneylist-wrap {
  font-family: sans-serif;
}
.moneylist-wrap .moneylist {
  display: table;
  width: 100%;
}
.moneylist-wrap .moneylist li {
  display: table-row;
}
.moneylist-wrap .moneylist li > span {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}
.moneylist-wrap .moneylist li .item-no {
  width: 30px;
}
.moneylist-wrap .moneylist li .item-kind {
  width: 100px;
}
.moneylist-wrap .moneylist li .item-money {
  text-align: center;
}
.moneylist-wrap .moneylist li .item-reqdate {
  width: 100px;
  text-align: center;
}
.moneylist-wrap .moneylist li .item-servdate {
  width: 100px;
  text-align: center;
}
.moneylist-wrap .moneylist li .item-status {
  width: 60px;
  text-align: center;
}
/* Usage */
/* Theme */
.moneylist-wrap .moneylist {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #2a2d30;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
}
.moneylist-wrap .moneylist .moneylist-meta {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #383e44;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
}
.moneylist-wrap .moneylist .moneylist-data {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/* Layout */
.moneyform-wrap > .moneyform > .item {
  display: block;
  margin-bottom: 10px;
}
.moneyform-wrap > .moneyform > .item:after {
  content: "";
  display: table;
  width: 100%;
}
.moneyform-wrap > .moneyform > .item .item-step {
  display: block;
  float: left;
  text-align: center;
  padding: 15px 20px;
  border-radius: 100px;
  margin: 10px;
}
.moneyform-wrap > .moneyform > .item .item-title {
  display: block;
  float: left;
  padding: 20px;
}
.moneyform-wrap > .moneyform > .item .item-form {
  clear: both;
  padding: 10px;
}
.moneyform-wrap > .moneyform > .item .item-form .item-mymoney,
.moneyform-wrap > .moneyform > .item .item-form .item-moneyamount,
.moneyform-wrap > .moneyform > .item .item-form .item-password {
  width: 100%;
  padding: 10px;
  font-size: 1.5em;
  margin-top: 20px;
}
.moneyform-wrap > .moneyform > .item .item-form .item-checkmyacc {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
}
.moneyform-wrap > .moneyform > .item .item-form .item-moneyamount {
  margin-bottom: 2.5px;
}
.moneyform-wrap > .moneyform > .item .item-form .item-money {
  display: inline-block;
  width: 100px;
  padding: 10px;
  margin: 2px 0px;
  border: none;
}
@media screen and (max-width:640px) {
  .moneyform-wrap > .moneyform > .item .item-form .item-money {
    width: 20%;
    padding: 5px;
  }
}
.banktable {
  padding: 10px;
}
.banktable .banktable-meta {
  padding: 5px;
  font-size: 1.5em;
}
.banktable .banktable-data:after {
  content: "";
  display: table;
  width: 100%;
}
.banktable .banktable-data .item {
  margin: 0.25%;
  height: 50px;
}
@media screen and (min-width:640px) {
  .banktable .banktable-data .item {
    width: 32.83333333%;
    float: left;
  }
}
.banktable .banktable-data .item .item-logo {
  float: left;
  width: 148px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: transparent;
}
.banktable .banktable-data .item.type-kb .item-logo {
  background-image: url('/refer/images/common/banktable/kb.png');
}
.banktable .banktable-data .item.type-woori .item-logo {
  background-image: url('/refer/images/common/banktable/woori.png');
}
.banktable .banktable-data .item.type-shinhan .item-logo {
  background-image: url('/refer/images/common/banktable/shinhan.png');
}
.banktable .banktable-data .item.type-hana .item-logo {
  background-image: url('/refer/images/common/banktable/hana.png');
}
.banktable .banktable-data .item.type-sc .item-logo {
  background-image: url('/refer/images/common/banktable/sc.png');
}
.banktable .banktable-data .item.type-citi .item-logo {
  background-image: url('/refer/images/common/banktable/citi.png');
}
.banktable .banktable-data .item.type-keb .item-logo {
  background-image: url('/refer/images/common/banktable/keb.png');
}
.banktable .banktable-data .item.type-dgb .item-logo {
  background-image: url('/refer/images/common/banktable/dgb.png');
}
.banktable .banktable-data .item.type-bs .item-logo {
  background-image: url('/refer/images/common/banktable/bs.png');
}
.banktable .banktable-data .item.type-kj .item-logo {
  background-image: url('/refer/images/common/banktable/kj.png');
}
.banktable .banktable-data .item.type-kn .item-logo {
  background-image: url('/refer/images/common/banktable/kn.png');
}
.banktable .banktable-data .item.type-nh .item-logo {
  background-image: url('/refer/images/common/banktable/nh.png');
}
.banktable .banktable-data .item.type-sh .item-logo {
  background-image: url('/refer/images/common/banktable/sh.png');
}
.banktable .banktable-data .item.type-ibk .item-logo {
  background-image: url('/refer/images/common/banktable/ibk.png');
}
.banktable .banktable-data .item.type-cu .item-logo {
  background-image: url('/refer/images/common/banktable/cu.png');
}
.banktable .banktable-data .item.type-everrich .item-logo {
  background-image: url('/refer/images/common/banktable/everrich.png');
}
.banktable .banktable-data .item.type-mg .item-logo {
  background-image: url('/refer/images/common/banktable/mg.png');
}
.banktable .banktable-data .item.type-sangho .item-logo {
  background-image: url('/refer/images/common/banktable/sangho.png');
}
.banktable .banktable-data .item.type-jeonbook .item-logo {
  background-image: url('/refer/images/common/banktable/jeonbook.png');
}
.banktable .banktable-data .item.type-jeju .item-logo {
  background-image: url('/refer/images/common/banktable/jeju.png');
}
.banktable .banktable-data .item.type-mirae .item-logo {
  background-image: url('/refer/images/common/banktable/mirae.png');
}
.banktable .banktable-data .item.type-samsung .item-logo {
  background-image: url('/refer/images/common/banktable/samsung.png');
}
.banktable .banktable-data .item.type-hyundai .item-logo {
  background-image: url('/refer/images/common/banktable/hyundai.png');
}
.banktable .banktable-data .item.type-sk .item-logo {
  background-image: url('/refer/images/common/banktable/sk.png');
}
.banktable .banktable-data .item .item-num {
  float: left;
  margin-left: 6px;
  padding: 6px;
}
.bankinfo {
  padding: 10px;
}
.bankinfo .banktable-meta {
  padding: 5px;
  font-size: 1.5em;
}
.bankinfo .item {
  margin: 0.25%;
}
/* Theme */
.moneyform-wrap .item {
  /* Overlapping */
  padding: 13px;
  border: 1px solid rgba(13, 85, 128, 0.5);
  -webkit-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 16px;
  -moz-background-clip: padding;
  border-radius: 16px;
  background-clip: padding-box;
  background-color: rgba(28, 28, 28, 0.95);
  background-image: url('/refer/images/honor/navtoggle-bg-2.png');
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
}
.moneyform-wrap .item .item-step {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #dfe3e6;
  border: 0px;
  background-color: #0d5580;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.moneyform-wrap .item .item-form .item-checkmyacc {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #383e44;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.moneyform-wrap .item .item-form .item-checkmyacc:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.moneyform-wrap .item .item-form .item-checkmyacc:active,
.moneyform-wrap .item .item-form .item-checkmyacc:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.moneyform-wrap .item .item-form .item-mymoney {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #383e44;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.moneyform-wrap .item .item-form .item-mymoney:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.moneyform-wrap .item .item-form .item-mymoney:active,
.moneyform-wrap .item .item-form .item-mymoney:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.moneyform-wrap .item .item-form .item-moneyamount {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #383e44;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.moneyform-wrap .item .item-form .item-moneyamount:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.moneyform-wrap .item .item-form .item-moneyamount:active,
.moneyform-wrap .item .item-form .item-moneyamount:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.moneyform-wrap .item .item-form .item-password {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
  border: 0px;
  background-color: #1c1c1c;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  color: white !important;
}
.moneyform-wrap .item .item-form .item-password:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
  border: 0px;
  background-color: #191919;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.moneyform-wrap .item .item-form .item-password:active,
.moneyform-wrap .item .item-form .item-password:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
  border: 0px;
  background-color: #191919;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(25, 25, 25, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(25, 25, 25, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(25, 25, 25, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(25, 25, 25, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(25, 25, 25, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(25, 25, 25, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.moneyform-wrap .item .item-form .item-money {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #383e44;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.moneyform-wrap .item .item-form .item-money:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.moneyform-wrap .item .item-form .item-money:active,
.moneyform-wrap .item .item-form .item-money:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
/* Layout */
.boardbtns-wrap {
  display: block;
  width: 100%;
  text-align: right;
  margin: 2.5px 0px;
}
.boardbtns-wrap ul {
  display: block;
}
.boardbtns-wrap ul:after {
  content: "";
  display: table;
  width: 100%;
}
.boardbtns-wrap ul li {
  display: block;
  float: right;
}
.boardbtns-wrap ul li:after {
  content: "";
  display: table;
  width: 100%;
}
.boardbtns-wrap ul li [class*="item-"] {
  display: block;
  float: left;
  padding: 5px 10px;
  margin-left: 2.5px;
}
/* Usage */
/* Theme */
.boardbtns-wrap ul li .item-write {
  border: 1px solid transparent;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  background-color: #0d5580;
  color: #ffffff;
}
.boardbtns-wrap ul li .item-write:hover {
  border: 1px solid #0d5580;
  color: #0d5580;
  background-color: transparent;
}
.boardbtns-wrap ul li .item-seldel,
.boardbtns-wrap ul li .item-register,
.boardbtns-wrap ul li .item-del,
.boardbtns-wrap ul li .item-submit,
.boardbtns-wrap ul li .item-list {
  border: 1px solid #0d5580;
  color: #0d5580;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
}
.boardbtns-wrap ul li .item-seldel:hover,
.boardbtns-wrap ul li .item-register:hover,
.boardbtns-wrap ul li .item-del:hover,
.boardbtns-wrap ul li .item-submit:hover,
.boardbtns-wrap ul li .item-list:hover {
  border: 1px solid transparent;
  background-color: #0d5580;
  color: #ffffff;
}
/* Layout */
.boardlist-wrap {
  font-family: sans-serif;
}
.boardlist-wrap .boardlist > .boardlist-notice > .item-wdate,
.boardlist-wrap .boardlist > .boardlist-notice > .item-info {
  font-size: 0px !important;
  color: transparent !important;
}
.boardlist-wrap .boardlist > .boardlist-notice > .item-wdate > *,
.boardlist-wrap .boardlist > .boardlist-notice > .item-info > * {
  display: none;
}
@media screen and (min-width:640px) {
  .boardlist-wrap .boardlist {
    display: table;
    width: 100%;
    padding: 2.5px;
  }
  .boardlist-wrap .boardlist > li {
    display: table-row;
    height: 20px;
  }
  .boardlist-wrap .boardlist > li > span {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    overflow: hidden;
    height: 20px;
  }
  .boardlist-wrap .boardlist > li > .item-no {
    width: 70px;
    text-align: center;
  }
  .boardlist-wrap .boardlist > li > hr {
    display: none;
  }
  .boardlist-wrap .boardlist > li > .item-wdate {
    text-align: center;
    width: 200px;
  }
  .boardlist-wrap .boardlist > li > .item-wdate > span {
    display: block;
  }
  .boardlist-wrap .boardlist > li > .item-check {
    text-align: center;
    width: 30px;
  }
  .boardlist-wrap .boardlist > li > .item-info {
    width: 150px;
    text-align: center;
  }
  .boardlist-wrap .boardlist > li > .item-status {
    width: 60px;
    text-align: center;
  }
  .boardlist-wrap .boardlist > .boardlist-meta [class*="item-"] {
    text-align: center;
  }
  .boardlist-wrap .boardlist > .boardlist-data:hover {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (min-width:640px) and screen and (max-width:640px) {
  .boardlist-wrap .boardlist > li > .item-wdate {
    width: 100px;
  }
}
@media screen and (max-width:640px) {
  .boardlist-wrap .boardlist {
    display: block;
    width: 100%;
    padding: 2.5px;
  }
  .boardlist-wrap .boardlist > .boardlist-meta {
    display: none;
  }
  .boardlist-wrap .boardlist > .boardlist-data {
    margin-bottom: 5px;
  }
  .boardlist-wrap .boardlist > li:after {
    content: "";
    display: table;
    width: 100%;
  }
  .boardlist-wrap .boardlist > li > hr {
    clear: both;
  }
  .boardlist-wrap .boardlist > li > .item-no {
    display: block;
    float: left;
    padding: 8px;
  }
  .boardlist-wrap .boardlist > li > .item-no > span {
    display: inline-block;
  }
  .boardlist-wrap .boardlist > li > .item-title {
    display: block;
    float: left;
    padding: 10px;
  }
  .boardlist-wrap .boardlist > li > .item-wdate {
    display: block;
    clear: both;
    float: left;
    padding: 10px;
  }
  .boardlist-wrap .boardlist > li > .item-info {
    display: block;
    float: left;
    padding: 10px;
  }
  .boardlist-wrap .boardlist > li > .item-status {
    display: block;
    float: right;
    padding: 10px;
  }
  .boardlist-wrap .boardlist > li > .messageview-container {
    clear: both;
  }
  .boardlist-wrap .boardlist > .boardlist-notice > hr,
  .boardlist-wrap .boardlist > .boardlist-notice > .item-wdate,
  .boardlist-wrap .boardlist > .boardlist-notice > .item-info {
    display: none;
  }
}
.boardlist-wrap.type-message .boardlist .boardlist-data .item-del .item-btn,
.boardlist-wrap.type-message .boardlist .boardlist-meta .item-del .item-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
}
@media screen and (min-width:640px) {
  .boardlist-wrap.type-message .boardlist {
    display: block !important;
  }
  .boardlist-wrap.type-message .boardlist:after {
    content: "";
    display: table;
    width: 100%;
  }
  .boardlist-wrap.type-message .boardlist .boardlist-meta {
    display: block !important;
    width: 100%;
    height: auto;
  }
  .boardlist-wrap.type-message .boardlist .boardlist-data {
    display: block !important;
    width: 100%;
    height: auto;
  }
  .boardlist-wrap.type-message .boardlist .boardlist-data:after,
  .boardlist-wrap.type-message .boardlist .boardlist-meta:after {
    content: "";
    display: table;
    width: 100%;
  }
  .boardlist-wrap.type-message .boardlist .boardlist-data > span,
  .boardlist-wrap.type-message .boardlist .boardlist-meta > span {
    display: block !important;
    float: left;
    height: 40px;
    overflow: hidden;
  }
  .boardlist-wrap.type-message .boardlist .boardlist-data .item-no,
  .boardlist-wrap.type-message .boardlist .boardlist-meta .item-no {
    width: 10% !important;
    padding-right: 0px;
  }
  .boardlist-wrap.type-message .boardlist .boardlist-data .item-title,
  .boardlist-wrap.type-message .boardlist .boardlist-meta .item-title {
    width: 42% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .boardlist-wrap.type-message .boardlist .boardlist-data .item-wdate,
  .boardlist-wrap.type-message .boardlist .boardlist-meta .item-wdate {
    width: 25% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .boardlist-wrap.type-message .boardlist .boardlist-data .item-info,
  .boardlist-wrap.type-message .boardlist .boardlist-meta .item-info {
    width: 10% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .boardlist-wrap.type-message .boardlist .boardlist-data .item-status,
  .boardlist-wrap.type-message .boardlist .boardlist-meta .item-status {
    width: 10% !important;
    padding-left: 0px;
  }
  .boardlist-wrap.type-message .boardlist .boardlist-data .item-del,
  .boardlist-wrap.type-message .boardlist .boardlist-meta .item-del {
    width: 3% !important;
    padding-left: 0px;
    text-align: right;
    vertical-align: middle;
  }
  .boardlist-wrap.type-message .boardlist .boardlist-data .messageview-container,
  .boardlist-wrap.type-message .boardlist .boardlist-meta .messageview-container {
    display: block;
    float: left;
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width:640px) {
  .boardlist-wrap.type-message .boardlist > li .messageview-container {
    display: block;
    float: left;
    width: 100%;
    padding: 15px;
  }
  .boardlist-wrap.type-message .boardlist > li .item-del {
    float: right;
    padding: 10px;
  }
}
.boardsearch-wrap {
  display: block;
  padding: 20px;
  text-align: center;
}
.boardsearch-wrap ul {
  display: inline-block;
  padding: 2.5px;
}
.boardsearch-wrap ul:after {
  content: "";
  display: table;
  width: 100%;
}
.boardsearch-wrap ul li {
  display: block;
  float: left;
}
.boardsearch-wrap ul li label {
  display: block;
  padding: 5px;
  vertical-align: middle;
  margin-left: 2.5px;
}
.boardsearch-wrap ul li input[type="text"] {
  padding: 5px;
  vertical-align: middle;
  margin-left: 2.5px;
}
.boardsearch-wrap ul li input[type="button"],
.boardsearch-wrap ul li input[type="submit"],
.boardsearch-wrap ul li button {
  padding: 5px 10px;
  vertical-align: middle;
  margin-left: 2.5px;
}
/* Usage */
/* Theme */
.boardlist-wrap .boardlist > li > .item-title > a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.boardlist-wrap .boardlist > li > .item-title > a:hover {
  text-decoration: underline;
}
.boardlist-wrap .boardlist .messageview-container {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #2a2d30;
  border: 0px;
  background-color: #b9bfc6;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.boardlist-wrap .boardlist .item-del > .item-btn {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(93, 200, 255, 0.25);
  background-color: rgba(93, 200, 255, 0.05);
  color: rgba(93, 200, 255, 0.7);
}
.boardlist-wrap .boardlist .item-del > .item-btn:hover {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(93, 200, 255, 0.5);
  background-color: rgba(93, 200, 255, 0.1);
  color: rgba(93, 200, 255, 0.7);
}
.boardlist-wrap .boardlist .item-del > .item-btn:active {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(93, 200, 255, 0.7);
  background-color: rgba(93, 200, 255, 0.3);
  color: rgba(93, 200, 255, 0.9);
}
.boardlist-wrap .boardlist .item-del > .item-btn:before {
  content: "X";
  display: inline-block;
  font-size: 10px;
}
.boardlist-wrap .boardlist > .boardlist-data > .item-title > .icon-board-bettinglist {
  margin: 0px 5px;
  padding: 2px 4px;
  display: inline-block;
  font-size: 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #0c4c73;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  color: white;
}
.boardlist-wrap .boardlist > .boardlist-data > .item-title > .icon-board-bettinglist:before {
  content: "베팅내역";
}
@media screen and (min-width:640px) {
  .boardlist-wrap .boardlist {
    /* Overlapping */
    padding: 0px;
    /* Theme */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
    border: 0px;
    background-color: #383e44;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  }
  .boardlist-wrap .boardlist > .boardlist-meta {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
    border: 0px;
    background-color: #2a2d30;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  }
  .boardlist-wrap .boardlist > .boardlist-meta > [class*="item-"] {
    padding: 13px 0px;
  }
  .boardlist-wrap .boardlist > .boardlist-data > [class*="item-"] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .boardlist-wrap .boardlist > .boardlist-data:last-child > [class*="item-"] {
    border-bottom: 0px;
  }
  .boardlist-wrap .boardlist > .boardlist-notice {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
    border: 0px;
    background-color: #454f59;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    font-weight: 700;
  }
}
@media screen and (max-width:640px) {
  .boardlist-wrap .boardlist > li > .item-no > span {
    padding: 2px 5px;
    min-width: 35px;
    text-align: center;
    /* Theme */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #2a2d30;
    border: 0px;
    background-color: #7dd3ff;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
  }
  .boardlist-wrap .boardlist > li > hr {
    border: none;
    height: 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    opacity: .5;
  }
  .boardlist-wrap .boardlist > li > .item-title {
    padding: 8px;
    font-size: 1.25em;
    font-weight: 400;
  }
  .boardlist-wrap .boardlist > .boardlist-data {
    padding: 7.5px;
    /* Theme */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
    border: 0px;
    background-color: #383e44;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
  }
  .boardlist-wrap .boardlist > .boardlist-notice {
    /* Theme */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
    border: 0px;
    background-color: #3e4750;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(62, 71, 80, 0.5);
    -moz-box-shadow: 0px 0px 0px 2px rgba(62, 71, 80, 0.5);
    box-shadow: 0px 0px 0px 2px rgba(62, 71, 80, 0.5);
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
  }
}
.boardsearch-wrap ul {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #cddadd;
  border: 0px;
  background-color: #25282f;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
}
.boardsearch-wrap ul li input[type="text"] {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #cddadd;
  border: 0px;
  background-color: #384156;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.boardsearch-wrap ul li input[type="text"]:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #cddadd;
  border: 0px;
  background-color: #323a4d;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.boardsearch-wrap ul li input[type="text"]:active,
.boardsearch-wrap ul li input[type="text"]:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #cddadd;
  border: 0px;
  background-color: #323a4d;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(50, 58, 77, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(50, 58, 77, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(50, 58, 77, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 58, 77, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 58, 77, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 58, 77, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.boardsearch-wrap ul li input[type="button"],
.boardsearch-wrap ul li input[type="submit"],
.boardsearch-wrap ul li button {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #cddadd;
  border: 0px;
  background-color: #0d5580;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.boardsearch-wrap ul li input[type="button"]:hover,
.boardsearch-wrap ul li input[type="submit"]:hover,
.boardsearch-wrap ul li button:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #cddadd;
  border: 0px;
  background-color: #0c4c73;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
}
.boardsearch-wrap ul li input[type="button"]:active,
.boardsearch-wrap ul li input[type="submit"]:active,
.boardsearch-wrap ul li button:active,
.boardsearch-wrap ul li input[type="button"]:focus,
.boardsearch-wrap ul li input[type="submit"]:focus,
.boardsearch-wrap ul li button:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #cddadd;
  border: 0px;
  background-color: #0c4c73;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 76, 115, 0.5);
}
/* Layout */
.boardview-wrap .boardview-meta {
  display: block;
  width: 100%;
  margin-bottom: 2.5px;
}
.boardview-wrap .boardview-meta li {
  display: block;
  float: left;
}
.boardview-wrap .boardview-meta .item-title {
  width: 100%;
  padding: 10px;
  font-size: 1.75em;
}
.boardview-wrap .boardview-meta .item-title:before {
  content: '제목';
  display: inline-block;
  font-weight: strong;
  padding-right: 5px;
  margin-right: 5px;
  font-size: 0.5em;
}
.boardview-wrap .boardview-meta .item-author,
.boardview-wrap .boardview-meta .item-wdate,
.boardview-wrap .boardview-meta .item-view,
.boardview-wrap .boardview-meta .item-comments {
  padding: 10px;
}
.boardview-wrap .boardview-meta .item-author:before,
.boardview-wrap .boardview-meta .item-wdate:before,
.boardview-wrap .boardview-meta .item-view:before,
.boardview-wrap .boardview-meta .item-comments:before {
  display: inline-block;
  font-weight: strong;
  padding-right: 5px;
  margin-right: 5px;
}
.boardview-wrap .boardview-meta .item-author {
  padding: 10px;
}
.boardview-wrap .boardview-meta .item-author:before {
  content: '작성자';
}
.boardview-wrap .boardview-meta .item-wdate {
  padding: 10px;
}
.boardview-wrap .boardview-meta .item-wdate:before {
  content: '작성일';
}
.boardview-wrap .boardview-meta .item-view {
  padding: 10px;
}
.boardview-wrap .boardview-meta .item-view:before {
  content: '조회수';
}
.boardview-wrap .boardview-meta .item-comments {
  padding: 10px;
}
.boardview-wrap .boardview-meta .item-comments:before {
  content: '댓글수';
}
.boardview-wrap .boardview-meta:after {
  content: "";
  display: table;
  width: 100%;
}
.boardview-wrap .boardview-data {
  display: block;
  width: 100%;
  margin-bottom: 2.5px;
  padding: 20px;
}
.boardview-wrap .boardview-comments {
  display: block;
  width: 100%;
  margin-bottom: 2.5px;
  padding: 10px;
}
.boardview-wrap .boardview-comments li {
  display: block;
  width: 100%;
}
.boardview-wrap .boardview-comments .item-data .item-author,
.boardview-wrap .boardview-comments .item-create .item-author {
  display: block;
  float: left;
  width: 120px;
  padding: 10px;
  text-overflow: ellipsis;
}
.boardview-wrap .boardview-comments .item-data .item-contents,
.boardview-wrap .boardview-comments .item-create .item-contents {
  display: block;
  float: left;
  width: calc( 100% - 220px );
  width: -moz-calc( 100% - 220px );
  width: -webkit-calc( 100% - 220px );
  width: -o-calc( 100% - 220px );
  padding: 10px;
  padding-right: 1.5px;
  padding-left: 0px;
}
.boardview-wrap .boardview-comments .item-data .item-btns,
.boardview-wrap .boardview-comments .item-create .item-btns {
  display: block;
  float: left;
  width: 100px;
  padding: 10px;
  padding-left: 1.5px;
  padding-right: 0px;
  text-align: right;
}
.boardview-wrap .boardview-comments .item-data:after,
.boardview-wrap .boardview-comments .item-create:after {
  content: "";
  display: table;
  width: 100%;
}
.boardview-wrap .boardview-comments .item-data .item-btns .item-btns-del {
  display: inline-block;
  width: 15px;
  height: 15px;
  padding-top: 2px;
  text-align: center;
  font-size: 0.7em;
  font-family: arial;
}
.boardview-wrap .boardview-comments .item-data .item-btns .item-btns-del:before {
  cursor: pointer;
  content: 'X';
  display: inline-block;
}
.boardview-wrap .boardview-comments .item-data .item-btns .item-writedate {
  font-size: .9em;
  padding-top: 5px;
}
.boardview-wrap .boardview-comments .item-create .item-comment {
  width: 100%;
  resize: none;
  font-family: inherit;
  padding: 10px;
  height: 50px;
}
.boardview-wrap .boardview-comments .item-create .item-submit {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 10px;
  text-align: center;
}
/* Usage */
/* Theme */
.boardview-wrap .boardview-meta {
  /* Overlapping */
  margin-bottom: 5px;
  border: 1px solid rgba(13, 85, 128, 0.5);
  -webkit-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 16px;
  -moz-background-clip: padding;
  border-radius: 16px;
  background-clip: padding-box;
  background-color: rgba(28, 28, 28, 0.95);
  background-image: url(http://localhost:3000/privatefiles/less/honor/<?php echo $_ref_images ?>/navtoggle-bg-2.png);
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
}
.boardview-wrap .boardview-meta .item-title {
  border-bottom: 1px solid rgba(56, 62, 68, 0.5);
  color: #ffffff;
}
.boardview-wrap .boardview-meta .item-title:before {
  border-right: 1px solid rgba(56, 62, 68, 0.5);
}
.boardview-wrap .boardview-meta .item-author:before,
.boardview-wrap .boardview-meta .item-wdate:before,
.boardview-wrap .boardview-meta .item-view:before,
.boardview-wrap .boardview-meta .item-comments:before {
  border-right: 1px solid rgba(153, 153, 153, 0.5);
}
.boardview-wrap .boardview-data {
  /* Overlapping */
  margin-top: 5px;
  margin-bottom: 5px;
  border: 2px solid #0d5580;
  -webkit-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 16px;
  -moz-background-clip: padding;
  border-radius: 16px;
  background-clip: padding-box;
  background-color: rgba(28, 28, 28, 0.95);
  background-image: url('/refer/images/honor/navtoggle-bg-2.png');
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
}
.boardview-wrap .boardview-comments {
  /* Overlapping */
  padding: 0px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  /* Theme */
  border: 1px solid rgba(13, 85, 128, 0.5);
  -webkit-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 16px;
  -moz-background-clip: padding;
  border-radius: 16px;
  background-clip: padding-box;
  background-color: rgba(28, 28, 28, 0.95);
  background-image: url('http://localhost:3000/privatefiles/less/honor/refer/images/honor/navtoggle-bg-2.png');
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.9);
}
.boardview-wrap .boardview-comments li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.boardview-wrap .boardview-comments li:last-child {
  border-bottom: 0px;
}
.boardview-wrap .boardview-comments .item-data .item-btns .item-btns-del {
  font-size: 0px;
}
.boardview-wrap .boardview-comments .item-data .item-btns .item-btns-del:before {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  content: "\f057";
  font-size: 18px;
  font-family: FontAwesome;
  color: #999999;
  line-height: 1;
}
.boardview-wrap .boardview-comments .item-data .item-btns .item-btns-del:hover:before {
  color: #5dc8ff;
}
.boardview-wrap .boardview-comments .item-create .item-comment {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #383e44;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.boardview-wrap .boardview-comments .item-create .item-comment:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.boardview-wrap .boardview-comments .item-create .item-comment:active,
.boardview-wrap .boardview-comments .item-create .item-comment:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.boardview-wrap .boardview-comments .item-create .item-submit {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #2a2d30;
  border: 0px;
  background-color: #5dc8ff;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.boardview-wrap .boardview-comments .item-create .item-submit:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #2a2d30;
  border: 0px;
  background-color: #54b4e6;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.boardview-wrap .boardview-comments .item-create .item-submit:active,
.boardview-wrap .boardview-comments .item-create .item-submit:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #2a2d30;
  border: 0px;
  background-color: #54b4e6;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(84, 180, 230, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(84, 180, 230, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(84, 180, 230, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(84, 180, 230, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(84, 180, 230, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(84, 180, 230, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
/* Layout */
.boardform-wrap {
  width: 100%;
}
.boardform-wrap ul {
  display: block;
  width: 100%;
  padding: 2.5px 3px;
}
.boardform-wrap ul:after {
  content: "";
  display: table;
  width: 100%;
}
.boardform-wrap ul li {
  display: block;
  width: 100%;
  padding: 1.25px 0px;
}
.boardform-wrap ul li:after {
  content: "";
  display: table;
  width: 100%;
}
.boardform-wrap ul li label {
  display: block;
  float: left;
  width: 100px;
}
.boardform-wrap ul li .item-subject,
.boardform-wrap ul li .item-contents {
  width: calc( 100% - 100px );
  width: -moz-calc( 100% - 100px );
  width: -webkit-calc( 100% - 100px );
  width: -o-calc( 100% - 100px );
  display: block;
  float: left;
}
.boardform-wrap ul li label,
.boardform-wrap ul li .item-subject,
.boardform-wrap ul li .item-bettinglist,
.boardform-wrap ul li .item-contents {
  padding: 10px;
}
.boardform-wrap ul li .item-subject {
  font-size: 1.75em;
}
.boardform-wrap ul li .item-contents {
  height: 400px;
  font-family: inherit;
  fontsize: 12px;
  resize: none;
}
/* Usage */
/* Theme */
.boardform-wrap {
  width: 100%;
}
.boardform-wrap ul {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #2a2d30;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.boardform-wrap ul li .item-subject {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #383e44;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.boardform-wrap ul li .item-subject:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.boardform-wrap ul li .item-subject:active,
.boardform-wrap ul li .item-subject:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.boardform-wrap ul li .item-bettinglist {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #383e44;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.boardform-wrap ul li .item-bettinglist:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.boardform-wrap ul li .item-bettinglist:active,
.boardform-wrap ul li .item-bettinglist:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.boardform-wrap ul li .item-contents {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #383e44;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.boardform-wrap ul li .item-contents:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.boardform-wrap ul li .item-contents:active,
.boardform-wrap ul li .item-contents:focus {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border: 0px;
  background-color: #32383e;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(50, 56, 62, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 2px rgba(50, 56, 62, 0.5), inset 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
/* Layout */
.bottom-area {
  margin-top: 75px;
}
@media screen and (max-width:640px) {
  .bottom-area {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .bottom-area {
    width: 100%;
    min-width: 1280px;
  }
}
/* Theme */
.bottom-area:after {
  content: "";
  display: table;
  width: 100%;
}
/* Usage */
.bottom-a-area {
  display: block;
}
/* Layout */
@media screen and (max-width:640px) {
  .bottom-a-area {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .bottom-a-area {
    width: 100%;
    min-width: 1280px;
  }
}
.bottom-a-area .bottom-a-container {
  width: 100%;
  max-width: 1700px;
  padding: 22px 7px;
}
.bottom-a-area .bottom-a-container:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (max-width:640px) {
  .bottom-a-area .bottom-a-container {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .bottom-a-area .bottom-a-container {
    width: 1280px;
    margin: 0px auto;
  }
}
.bottom-a-area .bottom-a-container .bottom-a-lang {
  float: right;
  clear: both;
}
.bottom-a-area .bottom-a-container .bottom-a-lang:after {
  content: "";
  display: table;
  width: 100%;
}
.bottom-a-area .bottom-a-container .bottom-a-logo {
  float: right;
  clear: both;
}
.bottom-a-area .bottom-a-container .bottom-a-logo:after {
  content: "";
  display: table;
  width: 100%;
}
.bottom-a-area .bottom-a-container .bottom-a-copyright {
  float: right;
  clear: both;
}
.bottom-a-area .bottom-a-container .bottom-a-copyright:after {
  content: "";
  display: table;
  width: 100%;
}
.bottom-a-area .bottom-a-container .bottom-a-card {
  float: right;
  clear: both;
}
.bottom-a-area .bottom-a-container .bottom-a-card:after {
  content: "";
  display: table;
  width: 100%;
}
/* Theme */
.bottom-a-area {
  background-color: rgba(0, 0, 0, 0.5);
}
.bottom-a-area .bottom-a-container {
  color: #0d5580;
}
.bottom-a-area .bottom-a-container .bottom-a-lang {
  margin: 3.5px 0px;
  padding: 5px 10px;
  padding-left: 37px;
  background-image: url('/refer/images/honor/icon-kor.gif');
  background-repeat: no-repeat;
  background-position: 10px center;
  border: 1px solid rgba(13, 85, 128, 0.5);
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  opacity: .5;
}
.bottom-a-area .bottom-a-container .bottom-a-lang:after {
  content: "한국/한국어";
}
.bottom-a-area .bottom-a-container .bottom-a-logo {
  width: 240px;
  height: 81px;
  margin: 7px 0px;
  background-image: url('/refer/images/honor/logo.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% auto;
}
.bottom-a-area .bottom-a-container .bottom-a-copyright {
  margin: 3.5px 0px;
  font-size: 0px;
}
.bottom-a-area .bottom-a-container .bottom-a-copyright:before {
  content: '©2016 Alyak Copyright All Rights Reserved.';
  font-size: 10px;
}
.bottom-a-area .bottom-a-container .bottom-a-card {
  margin: 3.5px 0px;
  opacity: .5;
}
.bottom-a-area .bottom-a-container .bottom-a-card:after {
  content: "\f1f0  \f1f1  \f1f2  \f1f3  \f1f4  \f1f5";
  font-family: FontAwesome;
  font-size: 3em;
}
@media screen and (max-width:640px) {
  .bottomcard-area {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .bottomcard-area {
    width: 100%;
    min-width: 1280px;
  }
}
.bottomcard-area .bottomcard-container:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (max-width:640px) {
  .bottomcard-area .bottomcard-container {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .bottomcard-area .bottomcard-container {
    width: 1280px;
    margin: 0px auto;
  }
}
.bottomcard-area .bottomcard-container .bottomcard {
  display: block;
  width: 100%;
  text-align: center;
}
.bottomcard-area .bottomcard-container .bottomcard li {
  display: inline-block;
  margin: 7px 6px 3px;
}
.bottomcard-area .bottomcard-container .bottomcard li img {
  display: block;
}
/* Usage */
/* Theme */
.bottomcard-area {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0.6);
}
.bottomcard-area .bottomcard-container .bottomcard li img {
  opacity: .5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.bottomcard-area .bottomcard-container .bottomcard li img:hover {
  opacity: 1;
}
@media screen and (max-width:640px) {
  .bottomcontact-area {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .bottomcontact-area {
    width: 100%;
    min-width: 1280px;
  }
}
.bottomcontact-area:after {
  content: "";
  display: table;
  width: 100%;
}
.bottomcontact-area .bottomcontact-container:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (max-width:640px) {
  .bottomcontact-area .bottomcontact-container {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .bottomcontact-area .bottomcontact-container {
    width: 1280px;
    margin: 0px auto;
  }
}
.bottomcontact-area .bottomcontact-container:after {
  content: "";
  display: table;
  width: 100%;
}
.bottomcontact-area .bottomcontact-container .bottomcontact:after {
  content: "";
  display: table;
  width: 100%;
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items:after {
  content: "";
  display: table;
  width: 100%;
}
/* Usage */
.bottomcontact-area {
  display: none !important;
}
/* Theme */
.bottomcontact-area .bottomcontact-container {
  padding: 15px;
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-caption {
  display: block;
  margin: 2px 0px;
  height: 40px;
  font-size: 1.25em;
  color: rgba(13, 85, 128, 0.5);
}
@media screen and (min-width:640px) {
  .bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-caption {
    float: left;
  }
}
@media screen and (max-width:640px) {
  .bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-caption {
    text-align: center;
  }
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-caption:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-caption:before {
  content: "24시 고객센터로 문의주세요.";
  display: inline-block;
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items {
  display: block;
}
@media screen and (min-width:640px) {
  .bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items {
    float: right;
  }
}
@media screen and (max-width:640px) {
  .bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items {
    text-align: center;
    padding: 0px 30px;
  }
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items > [class*="item-"] {
  display: inline-block;
  margin: 2px 0px;
  padding: 0px 15px;
  height: 40px;
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items > [class*="item-"]:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items .item-kakao {
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid rgba(13, 85, 128, 0.2);
  background-color: rgba(13, 85, 128, 0.025);
  color: #0d5580;
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items .item-kakao [class*="icon-contact-"] {
  margin-right: 7.5px;
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items .item-kakao .item-id:before {
  content: "카카오톡 : ";
  color: #bfbfbf;
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items .item-wechat {
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid rgba(13, 85, 128, 0.2);
  background-color: rgba(13, 85, 128, 0.025);
  color: #0d5580;
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items .item-wechat [class*="icon-contact-"] {
  margin-right: 7.5px;
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items .item-wechat .item-id:before {
  content: "위챗 : ";
  color: #bfbfbf;
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items .item-skype {
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid rgba(13, 85, 128, 0.2);
  background-color: rgba(13, 85, 128, 0.025);
  color: #0d5580;
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items .item-skype [class*="icon-contact-"] {
  margin-right: 7.5px;
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items .item-skype .item-id:before {
  content: "스카이프 : ";
  color: #bfbfbf;
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items .item-telegram {
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid rgba(13, 85, 128, 0.2);
  background-color: rgba(13, 85, 128, 0.025);
  color: #0d5580;
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items .item-telegram [class*="icon-contact-"] {
  margin-right: 7.5px;
}
.bottomcontact-area .bottomcontact-container .bottomcontact .bottomcontact-items .item-telegram .item-id:before {
  content: "텔레그램 : ";
  color: #bfbfbf;
}
@media screen and (max-width:640px) {
  .bottomdefault-area {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .bottomdefault-area {
    width: 100%;
    min-width: 1280px;
  }
}
.bottomdefault-area .bottomdefault-container:after {
  content: "";
  display: table;
  width: 100%;
}
@media screen and (max-width:640px) {
  .bottomdefault-area .bottomdefault-container {
    width: 100%;
    min-width: 450px;
  }
}
@media screen and (min-width:640px) {
  .bottomdefault-area .bottomdefault-container {
    width: 1280px;
    margin: 0px auto;
  }
}
/* Usage */
.bottomdefault-area {
  display: none;
}
/* Layout */
.bottomdefault-area .bottomdefault-container {
  width: 100%;
  max-width: 1700px;
}
/* Theme */
.bottomdefault-area {
  background-color: rgba(0, 0, 0, 0.4);
}
.bottomdefault-area:after {
  content: "";
  display: table;
  width: 100%;
}
.bottomdefault-area .bottomdefault-container {
  padding: 20px;
}
.bottomdefault-area .bottomdefault-container:after {
  content: "";
  display: table;
  width: 100%;
}
.bottomdefault-area .bottomdefault-container .bottomdefault-logo {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  display: block;
  float: left;
  width: 200px;
  height: 100px;
  background-image: url('/refer/images/honor/footer-logo.png');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  opacity: .5;
}
@media screen and (max-width:640px) {
  .bottomdefault-area .bottomdefault-container .bottomdefault-logo {
    background-size: auto 100%;
  }
}
.bottomdefault-area .bottomdefault-container .bottomdefault-logo:hover {
  opacity: 1;
}
@media screen and (max-width:640px) {
  .bottomdefault-area .bottomdefault-container .bottomdefault-logo {
    background-position: center center;
    width: 100%;
  }
}
.bottomdefault-area .bottomdefault-container .bottomdefault-sponsored {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  display: block;
  float: right;
  width: 318px;
  height: 80px;
  background-image: url('/refer/images/honor/bottom-sponsored.png');
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .5;
}
.bottomdefault-area .bottomdefault-container .bottomdefault-sponsored:hover {
  opacity: 1;
}
@media screen and (max-width:640px) {
  .bottomdefault-area .bottomdefault-container .bottomdefault-sponsored {
    width: 100%;
    background-size: 75%;
    background-position: center center;
  }
}
.bottomdefault-area .bottomdefault-container .bottomdefault-copyright {
  padding-left: 10px;
  display: block;
  clear: left;
  float: left;
  font-size: 0.9em;
  color: rgba(205, 218, 221, 0.25);
}
@media screen and (max-width:640px) {
  .bottomdefault-area .bottomdefault-container .bottomdefault-copyright {
    width: 100%;
    text-align: center;
  }
}

.live-wrap.type-ladder .livegraph{
	display:none;
}


.gamebuttongroup-outer {
  padding: 10px;
}
.gamebuttongroup-outer .gamebuttongroup {
  border-radius: 12px;
  overflow: hidden;
}
.gamebuttongroup {
  padding: 0;
  background-color: #111e2c;
}
.gamebuttongroup-title {
  font-size: 18px;
  font-weight: 400;
  background-color: #333;
  color: #eee;
  line-height: 1.2;
  padding: 10px 20px;
  padding-top: 30px;
  background-image: url("/refer/images/buffalo/banner-area-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}
.gamebuttongroup-title strong {
  color: #0783ff;
}
.gamebuttongroup-title .item-logo {
  content: "";
  display: inline-block;
  width: 130px;
  height: 30px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}
.gamebuttongroup-content {
  text-align: center;
  padding: 20px;
}
.gamebuttongroup-content:after {
  content: "";
  display: table;
  width: 100%;
}
.gamebuttongroup-desc {
  padding: 20px;
  color: #ccc;
  font-size: 1.1em;
  text-align: center;
  background-color: rgba(17, 17, 17, 0.2);
}
.gamebuttongroup-money {
  padding: 20px;
  color: #ccc;
  font-size: 1.2em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDEyLCAzNSwgNjYpIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyOCwgODEsIDE1MikiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(45deg, rgba(12, 35, 66, 0), rgba(28, 81, 152, 0.2));
  background-image: -moz-linear-gradient(45deg, rgba(12, 35, 66, 0), rgba(28, 81, 152, 0.2));
  background-image: -o-linear-gradient(45deg, rgba(12, 35, 66, 0), rgba(28, 81, 152, 0.2));
  background-image: linear-gradient(45deg, rgba(12, 35, 66, 0), rgba(28, 81, 152, 0.2));
  text-align: right;
  border-top: 2px solid #102e58;
  border-bottom: 2px solid #08182c;
}
.gamebuttongroup-money strong {
  color: #205cae;
  font-size: 1.2em;
}
.gamebutton {
  transition: transform ease 0.15s;
  display: inline-block;
  position: relative;
  width: 150px;
  height: 200px;
  border-radius: 2px;
  overflow: hidden;
  border-top: 3px solid rgba(255, 255, 255, 0.25);
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  background-color: #0f1924;
  padding: 7px;
  background-image: linear-gradient(-45deg, rgba(238, 238, 238, 0) 10%, rgba(238, 238, 238, 0.2) 100%);
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.5), 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  color: #eee;
}
@media screen and (max-width:640px) {
  .gamebutton {
    height: 200px;
  }
}
.gamebutton .item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.gamebutton .item-icon {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.gamebutton .item-title {
  position: absolute;
  top: 20px;
  left: 10px;
  right: 10px;
  text-align: center;
  font-size: 18px;
  color: white;
  font-weight: 700;
  text-shadow: 0 2px 4px black;
}
.gamebutton .item-play {
  transition: background-color ease 0.25s;
  position: absolute;
  margin: 0 auto;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100px;
  padding: 5px;
  border-radius: 2px;
  background-color: #90C027;
  
  
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2.5px 5px 0 #000000;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2.5px 5px 0 #000000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2.5px 5px 0 #000000;
}
.gamebutton .item-play i {
  margin-right: 10px;
}
.gamebutton:hover {
  z-index: 1;
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.5), 0 25px 15px 0 rgba(0, 0, 0, 0.5);
}
.gamebutton:hover .item-play {
  background-color: #3e81dc;
}
.gamebutton.type-live .item-icon {
  top: 60px;
  left: 20px;
  right: 20px;
  bottom: 40px;
}
.gamebutton.type-casino .item-icon {
  top: 60px;
  left: 35px;
  width: 80px;
  height: 80px;
}
.gamebutton.type-casino:nth-child(6n + 1) {
  background-color: #0a1a0f;
}
.gamebutton.type-casino:nth-child(6n + 2) {
  background-color: #110e0a;
}
.gamebutton.type-casino:nth-child(6n + 3) {
  background-color: #0a1414;
}
.gamebutton.type-casino:nth-child(6n + 4) {
  background-color: #0b0a14;
}
.gamebutton.type-casino:nth-child(6n + 5) {
  background-color: #140a13;
}
.gamebutton.type-casino:nth-child(6n + 6) {
  background-color: #140a0a;
}



@media screen and (max-width:640px) {
	.live-wrap .livebtns-wrap>li>.item-btn:after {width: 50px;height: 20px;line-height: 20px;left: inherit;bottom: -7px;right:0}

}

.live-wrap .livebtns-wrap > li > .item-btn{
	box-shadow:none !important;
	color:#fff !important;
	
}

.live-wrap .livebtns-wrap > li > .item-btn .js-lteamhtml{
	background-color:transparent !important;
	border:0 !important;
	font-size:13px;
	width:50px !important;
}

.live-wrap .livebtns-wrap > li > .item-btn .js-lteamhtml:before{display:none !important;}


.live-wrap .livebtns-wrap > li > .item-btn{
	background-color : #383E44;
	font-weight:bold;
	border-radius:10px;
}


.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-2-1 .js-lteamhtml{
	color:#106DE1 !important;
}
.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-4-1 .js-lteamhtml{
	color:#106DE1 !important;
}
.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-4-2 .js-lteamhtml{
	color:#106DE1 !important;
}
.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-3-1 .js-lteamhtml{
	color:#106DE1 !important;
}


.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-3-2 .js-lteamhtml{
	color:#be28e4 !important;
}


.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-2-3 .js-lteamhtml{
	color:#E42828 !important;
}
.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-3-3 .js-lteamhtml{
	color:#E42828 !important;
}
.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-4-3 .js-lteamhtml{
	color:#E42828 !important;
}
.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-4-4 .js-lteamhtml{
	color:#E42828 !important;
}




.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-2-1{
	color:#106DE1 !important;
}
.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-4-1{
	color:#106DE1 !important;
}
.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-4-2{
	color:#106DE1 !important;
}
.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-3-1{
	color:#106DE1 !important;
}

.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-3-2{
	color:#be28e4 !important;
}


.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-2-3{
	color:#E42828 !important;
}
.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-3-3{
	color:#E42828 !important;
}
.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-4-3{
	color:#E42828 !important;
}
.live-wrap .livebtns-wrap > li > .item-btn.icongroup-common-4-4{
	color:#E42828 !important;
}

.live-wrap .livebtns-wrap>li{padding-top:0 !important;; padding-bottom:0 !important;}
.live-wrap .livebtns-wrap > li > p{font-size:14px; width:70%; margin-top:5px; margin-bottom:5px !important; color:#fff !important}



.live2{width:100%;margin-top:15px;padding:7.5px}.live2:after{content:"";display:table;width:100%}.live2-wrapper{padding:7.5px}.live2-wrapper:after{content:"";display:table;width:100%}.live2-section{position:relative;padding:7.5px}.live2-section:after{content:"";display:table;width:100%}.live2-meta{position:relative;max-width:500px;margin:0 auto;padding:7.5px;padding-left:200px}.live2-meta-secs{vertical-align:middle;position:absolute;top:7.5px;left:7.5px;right:7.5px;bottom:7.5px;width:180px;font-size:40px;text-align:center;font-weight:700;line-height:1}.live2-meta-secs:before{content:"";display:inline-block;height:100%;vertical-align:middle}.live2-meta-desc{padding:7.5px;font-size:13px;line-height:1.2}.live2-infos{clear:both}.live2-infos:after{content:"";display:table;width:100%}.live2-boxes{padding:5px}.live2-boxes:after{content:"";display:table;width:100%}.live2-box{padding:5px}.live2-box:after{content:"";display:table;width:100%}.live2-btn{text-align:center;height:78px}.live2-btn:before{content:"";display:inline-block;height:100%;vertical-align:middle}.live2-btn .item-icon{display:block;font-size:18px}.live2-btn .item-odds{display:block;font-size:15px}.live2-btn-inner{display:inline-block;vertical-align:middle}.live2-cover{transition:visibillity .5s ease, opacity .5s ease;z-index:1;position:absolute;top:7.5px;bottom:7.5px;left:7.5px;right:7.5px;background-color:fade(black, 50%);color:white;text-align:center;border-radius:5px;visibility:hidden;opacity:0}.live2-cover:before{content:"";display:inline-block;height:100%;vertical-align:middle}.live2-cover.active{visibility:visible;opacity:1}.live2{border-radius:13px;background-image:url("/refer/images/common/live2/type2/bg.jpg");background-size:cover;background-position:center center;box-shadow:0 2.5px 7.5px fade(black, 100%)}.live2-title{position:relative;margin-top:-50px;height:100px;background-image:url("/refer/images/common/live2/type2/title-bg.png");background-size:auto 100%;background-repeat:no-repeat;background-position:center center}.live2-title .elem-icon{font-size:30px}.live2-btns-title{font-size:1.25em;font-weight:700}.live2-btn{display:block;padding:10px 0;border-radius:5px;background-color:#914514;background-image:url("/refer/images/common/live2/type2/btn-bg.png");background-size:100% 100%;color:white;font-weight:700;border:3px solid transparent;text-shadow:0 1px 0 black,0 2.5px 5px fade(black, 50%);box-shadow:inset 0 2px 0 0 fade(white, 33%),inset 0 -5px 0 1px fade(black, 50%),0 2.5px 7.5px 0 fade(black, 50%)}.live2-btn .item-icon-blue{color:#24b3f9}.live2-btn .item-icon-red{color:#f16872}.live2-btn .item-icon-yellow{color:#e9df5c}.live2-btn:hover{opacity:0.5}.live2-btn.active{opacity:0.75;border:3px solid yellow}.live2-btn.style-2{background-color:#263763}.live2-btn.style-3{background-color:#b52a87}.live2-info{padding:10px 0;border-radius:5px;text-shadow:0 1px 0 black,0 2.5px 5px fade(black, 50%);box-shadow:inset 0 2px 0 0 fade(white, 33%),inset 0 0 0 1px fade(black, 33%),0 2.5px 7.5px 0 fade(black, 50%);color:white;padding:15px;background-image:linear-gradient(to bottom, #281797, #3624ad)}.live2-info-meta{opacity:0.75}.live2-info-data{font-weight:700;font-size:16px}.live2-title{display:none !important}.live2-title-logo{position:relative;height:90%;top:-20px;background-image:url("/refer/images/common/live2/type2/title-logo-powerball.png");background-size:auto 100%;background-repeat:no-repeat;background-position:center center}.live2-title-subtitle{position:absolute;bottom:0;left:0;right:0;text-align:center;color:fade(#7e382e, 75%);font-size:2.33em;font-weight:700;padding-bottom:20px}.live2-wrapper{background-image:url("/refer/images/common/live2/type2/bg-1.png");background-repeat:no-repeat;background-position:center top;background-size:100%;background-color:#2c3749;background-clip:border-box;border-radius:10px;border:1px solid #16202f;box-shadow:0 2.5px 7.5px 0 fade(black, 50%)}.live2-meta-secs{background-image:url("/refer/images/common/live2/type2/meta-secs.png");background-size:100% 100%;background-repeat:no-repeat;color:white;font-size:30px;font-weight:700;text-shadow:0 1px 0 #19508e, 0 2.5px 5px #19508e}.live2-meta{background-size:100% 100%;background-repeat:no-repeat;background-image:linear-gradient(to bottom, fade(black, 20%), fade(white, 10%));border-radius:5px}.live2-btns{border-radius:5px;background-color:#3a4757;box-shadow:0 0 0 1px fade(black, 10%),0 2.5px 7.5px 0 fade(black, 50%)}.live2-moneybtn{display:block;width:100%;padding:10px 0;text-align:center;background-image:linear-gradient(to bottom, #7d7d7d, #5d5d5d);box-shadow:0 0 0 1px fade(black, 33%),0 2.5px 7.5px 0 fade(black, 50%);border-radius:5px;border:0;font-weight:700;color:white;font-size:1.5em}.live2-moneybtn.style-2{background-image:linear-gradient(to bottom, #0495e8, #064dcb)}.live2-moneybtn.style-3{background-image:linear-gradient(to bottom, #9ad463, #34bc1c)}.live2-moneybtn:hover{opacity:0.75}.live2-input{display:block;width:100%;border-radius:5px;background-image:linear-gradient(to bottom, #282b34, #2f323c);padding:10px;border:0;font-size:1.5em;font-weight:700;color:white}.live2-history{width:100%;border-collapse:collapse;cell-spacing:0;text-align:center}.live2-history thead td{padding:5px;background-color:#271696;color:white}.live2-history tbody td{padding:5px;color:white;border-bottom:1px solid #271696}.live2-bettingcart .item{display:block;padding:5px;background-color:#271696;color:white;border-radius:4px}.live2-bettingcart .item:after{content:"";display:table;width:100%}.live2-bettingcart .item .item-teamname{display:block;float:left}.live2-bettingcart .item .item-info{display:block;float:right;text-align:right}.live2-bettingcart .item .item-home{display:block}.live2-bettingcart .item .item-away{display:block}.live2-bettingcart .item .item-x{display:inline-block;width:15px;height:15px;text-align:center;background-color:white;border-radius:100px;color:#944716;font-weight:700}.live2-bettingcart .item .item-div{display:block}.livepos .bettingcart-button .item-betting:before{content:"배팅" !important}.livepos-toptools-left{display:block;float:none;width:100%;height:100px;margin-right:30px}.livepos-toptools-right{display:block;float:none}.livepos-toptools-btn{display:block;float:left;width:33.3%;margin-bottom:20px;-webkit-border-radius:5px;-webkit-background-clip:padding-box;-moz-border-radius:5px;-moz-background-clip:padding;border-radius:5px;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);box-shadow:0 5px 10px 0 rgba(0,0,0,0.5);text-align:center;padding:23px 0;color:white;font-size:20px;font-weight:700;background-color:#4323dd;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);background-image:linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0))}


.live-wrap .livebtns-wrap>li {width: 100%;min-height:inherit !important }
.live-wrap .livebtns-wrap>li>.item-btn {width:44%;height:54px;padding:0;line-height: 54px;}


.live-wrap .livebtns-wrap>li>.item-btn .item-div {display:inline-block;font-size: 16px;}

.live-wrap .livebtns-wrap>li>.item-btn:after {width:40px;height:20px;line-height:20px;left:inherit;bottom:17px; font-size:9px;}

.live-wrap .livebtns-wrap>li.bettingcount3>.item-btn {width:28.9%;}
.live-wrap .livebtns-wrap>li.bettingcount4>.item-btn {width:21.3%;}





.top-middle{position:relative;z-index:1}.top-middle-container{padding:0.5em 1em}.top-middle-container:after{content:"";display:table;width:100%}@media screen and (max-width: 639px){.top-middle-container{width:100%;min-width:450px}}@media screen and (min-width: 640px){.top-middle-container{width:100%; margin:0 auto}}.top-middle-left{float:left}.top-middle-right{float:right}.top-middle-right:after{content:"";display:table;width:100%}@media screen and (max-width: 639px){.top-middle-right{width:100%}}@media screen and (min-width: 640px){.top-middle-right{width:100%}}.top-middle-menu{position:relative;margin:-1px}.top-middle-menu:after{content:"";display:table;width:100%}.top-middle-menu>li{display:block;float:left;width:calc( 25% - 2px);margin:1px}.top-middle-menu>li>a{display:block;text-align:center;font-weight:900;padding:0.5em}.top-middle-menu>li>ul{display:none;overflow:hidden;position:absolute;min-width:250px;background-color:#464646;border:1px solid #595959;border-radius:0.33em;color:#fcfcfc;box-shadow:0 0 0 1px rgba(0,0,0,0.2),0 2px 4px 0 rgba(0,0,0,0.33);background-image:linear-gradient(to bottom, #595959, #333);font-size:1rem}.top-middle-menu>li>ul a{display:block;padding:0.5em 2em}.top-middle-menu>li>ul a:hover{background-color:#2c2c2c}.top-middle-menu>li:hover>ul{display:block}@media screen and (max-width: 639px){.top-middle-menu>li:nth-child(4n+3)>ul,.top-middle-menu>li:nth-child(4n)>ul{right:0}}@media screen and (min-width: 640px){.top-middle-menu>li:nth-child(4n)>ul{right:0}}



.infocart .livebanner>li>.item.type-ntryeospbfive{background-size:contain !important;}

@media screen and (max-width:640px) {
  .loginform [class*="item-"],
  .authform [class*="item-"],
  .joinform [class*="item-"] {
    background-color: rgba(28, 28, 28, 0.7);width: 64%;
  }
}

@media screen and (max-width:640px) {
.item-phone-1,
.item-phone-2,
.item-phone-3 {
  width: 70px !important;
}
.item-phone-2,
.item-phone-3 {
  margin-left: 5px;
}
}