@charset "utf-8";

html {
  height:100% !important;
}
* {
   box-sizing: border-box;
}

.clear {
  clear:both;
}
input::placeholder {
  color: #fff;
  vertical-align: middle;
}
body{
	position: relative;
  background: #111111;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Selectable */

  #selectable .ui-selecting { background: #FECA40; }
  #selectable .ui-selected { background: #F39814; color: white; }
  #selectable { }
  #selectable li {  }

/* LOADDING */

#fakeLoader {
  position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  background: url("../images/common/st_load.gif") center center rgba( 0, 0, 0, 0.7 ) no-repeat;
	z-index: 99;
}
.fakeLoader_img {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
	z-index: 100;
}

/* layout */

.st_left_line {
	position: absolute !important;
  height: 100%;
  width: 280px !important;
  left: 0 !important;
  top: 70px !important;
  float: left;
  z-index: 10;
}
.st_center_line {
  position: absolute !important;
  width: 100% !important;
  min-width: 700px;
  margin: 0 auto !important;
  left: 0px !important;
  z-index: 8;
}
.st_right_line {
	position: absolute !important;
  height: 100%;
  width: 280px !important;
  top: 70px !important;
  right: 0px !important;
  margin: 0 auto !important;
  z-index: 10;
}

/* INB */

.st_inb {
	position: relative;
  width: 100%;
  text-align: center;
  height: 70px;
  margin: 0 auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #126e51;
  background: url("../images/common/t_bar_bg2.png") center center repeat-x;
}
.st_logo {
  margin-left: 270px;
  width: 240px;
  height: 68px;
  background: url("../images/common/t_logo.png") center 7px #000 no-repeat;
  background-size: 97%;
  z-index: 999;
  cursor: pointer;
}
.st_logo a{
  display: inline-block;
  width: 240px;
  height: 68px;
}
.st_inb_r {
	position: relative;
  width: 100%;
}
.st_times {
  position: absolute;
  top: -28px;
  left: 10px;
  width: 250px;
  padding: 5px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  z-index: 999;
}
.m_btn_01 {
	position: absolute;
  right: 60px;
  top: 20px;
  padding: 3px;
  background: #000;
  border-radius: 2px;
  z-index: 999999999;
}
.st_btns {
  position: absolute;
  right: 10px;
  top: 58px;
	z-index: 999;
}

.st_btns ul {
  float: right;
}

.st_btns ul li {
  display: inline-block;
  width: 75px !important;
  height: 29px;
	vertical-align: middle;
  line-height: 26px;
  text-align: center;
  font-size: 0.74rem;
}


.st_btns ul li.wt90 {
  width: 60px;
}

/* NAV */

.st_nav_bg {

}
.st_nav2 {
  position: absolute;
  top: 36px;
  right: 290px;
}

.st_nav2 ul li{
  display: inline-block;
  padding: 0 10px;
  font-family: 'Godo';
  font-style: normal;
  font-size: 0.92rem;
  color: #fff;
  text-align: center;
  height: 31px;
  line-height: 31px;
  cursor: pointer;
}
.st_nav2 ul li:hover{
  color: var(--primary);
}
.st_nav {
  position: absolute;
  top: 37px;
  right: 280px;
}

.st_nav ul li{
  display: inline-block;
  text-align: center;
  margin-right: -3px;
  height: 31px;
  cursor: pointer;
}
.st_nav ul li:nth-child(1){
  width: 110px;
  text-align: center;
  background: url("../images/common/t_menu_01.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_nav ul li:nth-child(1):hover {
  background: url("../images/common/t_menu_01_ov.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_nav ul li:nth-child(2){
  width:0;
  text-align: center;
}
.st_nav ul li:nth-child(2):hover {

}
.st_nav ul li:nth-child(3){
  width: 114px;
  text-align: center;
  background: url("../images/common/t_menu_03.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_nav ul li:nth-child(3):hover {
  background: url("../images/common/t_menu_03_ov.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_nav ul li:nth-child(4){
  width: 116px;
  text-align: center;
  background: url("../images/common/t_menu_04.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_nav ul li:nth-child(4):hover {
  background: url("../images/common/t_menu_04_ov.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_nav ul li:nth-child(5){
  width: 75px;
  text-align: center;
  background: url("../images/common/t_menu_05.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_nav ul li:nth-child(5):hover {
  background: url("../images/common/t_menu_05_ov.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_nav ul li:nth-child(6){
  width: 76px;
  text-align: center;
  background: url("../images/common/t_menu_06.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_nav ul li:nth-child(6):hover {
  background: url("../images/common/t_menu_06_ov.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_nav ul li:nth-child(7){
  width: 68px;
  text-align: center;
  background: url("../images/common/t_menu_07.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_nav ul li:nth-child(7):hover {
  background: url("../images/common/t_menu_07_ov.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_nav ul li:nth-child(8){
  width: 77px;
  text-align: center;
  background: url("../images/common/t_menu_08.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_nav ul li:nth-child(8):hover {
  background: url("../images/common/t_menu_08_ov.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_nav ul li:nth-child(9){
  width: 67px;
  text-align: center;
  background: url("../images/common/t_menu_10.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_nav ul li:nth-child(9):hover {
  background: url("../images/common/t_menu_10_ov.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_nav ul li:nth-child(10){
  width: 78px;
  text-align: center;
  background: url("../images/common/t_menu_10.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_nav ul li:nth-child(10):hover {
  background: url("../images/common/t_menu_10_ov.png") center center no-repeat;
  background-size: 100% 100%;
}
.nav_menu2 ul li a{
  width: 25%;
  height: 43px;
  line-height: 42px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  font-family: 'Godo';
  font-style: normal;
  float: left;
}
.nav_menu2 ul li a:hover {
  font-family: 'Godo';
  font-style: normal;
  background: linear-gradient(to bottom, #5d0000 1%,#eb0202 100%);
  float: left;
}
.ts_menu {
  padding: 10px 0 0 0;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}
.ts_menu ul li {
  display: inline-block;
  width: 10%;
  height: 25px;
  color: #fff;
  /* padding-left: 19px; */
  line-height: 25px;
  font-size: 0.68rem;
  text-align: center;
  background: url("../images/common/m_tab_off.png") center center no-repeat;
  background-size: 100% 100%;
}
.ts_menu ul li:hover {
  background: url("../images/common/m_tab_on.png") center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.ts_menu2 {
  position: absolute;
  top: 10px;
  width: 400px;
  right: 265px;
  text-align: center;
  margin: 0 auto;
  z-index: 999;
}
.ts_menu2 ul li {
  display: inline-block;
  width: 12%;
  margin-right: 2px;
  padding: 3px 0;
}
.ts_menu2 ul li a{
  color: #de26ee;
  font-family: 'Godo';
  font-style: normal;
  font-weight: 600;
  font-size: 0.72rem;
}
.ts_menu2 ul li a:hover {
  color: #fff !important;
}

.ts_menu2_1 {
  position: absolute;
  top: 8px;
  right: 290px;
  text-align: center;
  margin: 0 auto;
  z-index: 999;
}
.ts_menu2_1 ul li {
  display: inline-block;
  margin-right: 2px;
  padding: 3px 4px;
}
.ts_menu2_1 ul li a{
  color: var(--primary);
  font-weight: 600;
  font-size: 0.72rem;
}
.ts_menu2_1 ul li a:hover {
  color: #fff !important;
}
.ts_menu3 {
  position: absolute;
  top: 4px;
  right: 70px;
  text-align: right;
  margin: 0 auto;
  z-index: 999;
}
.ts_menu3 ul li {
  display: inline-block;
  width: 70px;
  padding: 3px 0;
  text-align: center;
}

.ts_menu3 ul li a{
  color: #ffcc00;
  font-family: 'Godo';
  font-style: normal;
  font-weight: 500;
  font-size: 0.78rem;
}
.ts_menu3 ul li a:hover {
  color: #fff !important;
}
.tl_btn {
  position: absolute;
  left: 26px;
  top: 5px;
  z-index: 99999;
}
.tr_btn {
  position: absolute;
  right: 5px;
  top: 9px;
  z-index: 99999;
}
.tr_btn button{
	width: 60px;
  height: 26px;
  line-height: 20px;
  color: #000;
  font-size: 0.74rem;
  font-family: 'Godo', sans-serif;
  text-align: center;
  border-radius: 2px;
  background: #ffcc00;
}
.tr_btn button:hover {
	color: #000;
	background: #fff;
  border: 2px solid #0e3a4f;
}
.tr_btn2 {
  position: absolute;
  top: 43px;
  text-align: center;
  right: 18px;
}
.tr_btn2 ul li{
  width: 50%;
  text-align: left;
  font-size: 0.84rem;
  padding: 6px 2px 6px 20px;
  line-height: 7px;
  float: left;
}
.tr_btn2 ul li:nth-child(1){
  color: #01b2ff;
  background: url("../images/common/t_ico_01.png") left center no-repeat;
}
.tr_btn2 ul li:nth-child(2){
  color: #ffe600;
  background: url("../images/common/t_ico_02.png") left center no-repeat;
}
/* MAIN */

.st_mcont {
  width: 100%;
  height: 480px;
  background: url("../images/common/m_cont_bg.png") center center no-repeat;
  background-size: 100% 100%;
}
.st_movie_area {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 610px;
  height: 430px;
  background: url("../images/common/m_movie_area.png") center center no-repeat;
}
.st_movie_z {
  position: absolute;
  top: 30px;
  right: 47px;
  width: 515px;
  height: 358px;
  background: #333;
}
.mc_login {
	width: 100%;
  height: 140px;
  padding: 5px 2px 0 2px;
}
.mc_login_bg{
	width: 100%;
	height: 134px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(255, 226, 228, 0.07);
}
.mc_login_bg2{
	width: 100%;
  height: 129px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: url("../images/common/m_login_img1-1.png") right center no-repeat;
  background-size: 100% 100%;
}
.mc_login_l {
	display: inline-block;
	width: 30%;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.07);
	float: left;
}
.mc_nick {
	width: 140px;
  height: 100%;
  color: #fff;
  padding: 5px 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  text-align: center;
  float: left;
}
.mc_nick span {
	font-size: 0.8rem;
  line-height: 18px;
}
.mc_nick_bg {
	height: 81px;
	width: 81px;
	margin-left: 32px;
	text-align: center;
  background: url("../images/common/mc_nick_bg.png") center center no-repeat;
}
.mc_nick_bg img {
	width: 60px;
  height: 55px;
  margin-top: 14px;
}
.mc_mem {
	height: 100%;
  margin-left: 140px;
}
.mc_mem ul li {
	height: 32px;
  line-height: 32px;
  font-size: 0.76rem;
  color: #fff;
  width: 100%;
  padding: 0 10px 0 18px;
  background: url("../images/common/bl_01.png")6px 12px no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.mc_login_r {
	display: inline-block;
	width: 70%;
	height: 100%;
	float: left;
	border-radius: 0 10px 10px 0;
  background: url("../images/common/m_login_img1.png") right top #fafafa no-repeat;
}
.mc_login_r2 {
	display: inline-block;
	width: 70%;
	height: 100%;
	float: left;
	border-radius: 0 10px 10px 0;
  background: url("../images/common/m_login_img2.png") right top #030905 no-repeat;
}
.mc_cont {
	width: 100%;
  padding: 3px 10px;
  height: 310px;
}
.mc_cont_l {
	display: inline-block;
	width: 250px;
	height: 100%;
  padding-top: 10px;
	text-align: center;
	float: left;
}
.mc_cont_l  ul li {
	width: 100%;
	height: 64px;
  margin-bottom: 5px;
}
.mc_cont_l  ul li:nth-child(1) {
	width: 244px;
	height: 64px;
	cursor: pointer;
  background: url("../images/common/mm_icon_01.png") left top no-repeat;
}
.mc_cont_l  ul li:nth-child(1):hover {
  background: url("../images/common/mm_icon_01_ov.png") left top no-repeat;
}
.mc_cont_l  ul li:nth-child(2){
	width: 244px;
	height: 64px;
	cursor: pointer;
  background: url("../images/common/mm_icon_02.png") left top no-repeat;
}
.mc_cont_l  ul li:nth-child(2):hover {
  background: url("../images/common/mm_icon_02_ov.png") left top no-repeat;
}
.mc_cont_l  ul li:nth-child(3){
	width: 244px;
	height: 64px;
	cursor: pointer;
  background: url("../images/common/mm_icon_03.png") left top no-repeat;
}
.mc_cont_l  ul li:nth-child(3):hover {
  background: url("../images/common/mm_icon_03_ov.png") left top no-repeat;
}
.mc_cont_l  ul li:nth-child(4){
	width: 244px;
	height: 64px;
	cursor: pointer;
  background: url("../images/common/mm_icon_04.png") left top no-repeat;
}
.mc_cont_l  ul li:nth-child(4):hover {
  background: url("../images/common/mm_icon_04_ov.png") left top no-repeat;
}
.mc_cont_c {
	display: inline-block;
  height: 100%;
  padding: 0 6px;
  text-align: center;
  float: left;
}
.mc_cont_r {
	display: inline-block;
	height: 100%;
  padding-top: 10px;
	text-align: center;
	float: right;
}
.mc_cont_r  ul li {
	width: 100%;
	height: 64px;
  margin-bottom: 5px;
}
.mc_cont_r  ul li:nth-child(1) {
	width: 25%;
	height: 64px;
	cursor: pointer;
  background: url("../images/common/mm_icon_05.png") left top no-repeat;
  background-size: 100%;
}
.mc_cont_r ul li:nth-child(1):hover {
  background: url("../images/common/mm_icon_05_ov.png") left top no-repeat;
  background-size: 100%;
}
.mc_cont_r ul li:nth-child(2){
	width: 25%;
	height: 64px;
	cursor: pointer;
  background: url("../images/common/mm_icon_06.png") left top no-repeat;
  background-size: 100%;
}
.mc_cont_r  ul li:nth-child(2):hover {
  background: url("../images/common/mm_icon_06_ov.png") left top no-repeat;
  background-size: 100%;
}
.mc_cont_r  ul li:nth-child(3){
	width: 25%;
	height: 64px;
	cursor: pointer;
  background: url("../images/common/mm_icon_07.png") left top no-repeat;
  background-size: 100%;
}
.mc_cont_r  ul li:nth-child(3):hover {
  background: url("../images/common/mm_icon_07_ov.png") left top no-repeat;
  background-size: 100%;
}
.mc_cont_r  ul li:nth-child(4){
	width: 25%;
	height: 64px;
	cursor: pointer;
  background: url("../images/common/mm_icon_08_ov.png") left top no-repeat;
  background-size: 100% 100%;
}
.mc_cont_r  ul li:nth-child(4):hover {
  background: url("../images/common/mm_icon_08_ov.png") left top no-repeat;
  background-size: 100% 100%;
}

.m_b_bg {
  width: 100%;
  height: 315px;
  margin: 0 auto;
  background: url("../images/common/mm_b_bg.png") center bottom no-repeat;
  background-size: 100% 100%;
}
.m_b_bg2 {
  width: 100%;
  height: 110px;
  margin: 0 auto;
  background: url("../images/common/mm_b_bg2.png") center bottom no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.m_b_banner {
	width: 99%;
	height: 130px;
	margin: 0 auto;
	padding: 20px 10px;
	border-radius: 10px;
	background: url("../images/common/mm_b_icon.png") center center #000 no-repeat;
  background-size: 100% 100%;
}
.mc_r_btn {
	padding: 6px;
  width: 40%;
  margin-left: 20px;
}
.mc_r_btn ul li {
	width: 33.3%;
  text-align: center;
  margin-top: 19px;
  float: left;
}
.mc_r_btn button {
	width: 80px;
  height: 30px;
  line-height: 28px;
  font-size: 0.84rem;
  border-radius: 15px;
  font-family: 'Godo', sans-serif;
  border: 2px solid #aee120;
  background: #82c31a;
}
.mc_r_btn button:hover {
  background: #eaff00;
}
.m_visual {
	position: relative;
  width: 100%;
  min-height: 400px;
  margin-bottom: 10px;
  background: url("../images/common/m_visual.png") center center no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
}
.m_tit {

}
.pm_ico {
	display: inline-block;
	width: 100%;
  text-align: center;
}
.pm_ico ul li {
  display: inline-block;
  width: 24.3%;
  height: 125px;
  margin: 2px 2px;
  border: 1px solid #585858;
  cursor: pointer;
}
.pm_ico  ul li:nth-child(1) {
  background: url("../images/common/pm_ico01.png") left top no-repeat;
  background-size: 100% 100%;
}
.pm_ico  ul li:nth-child(1):hover {
  background: url("../images/common/pm_ico01_ov.png") left top no-repeat;
  background-size: 100% 100%;
}
.pm_ico  ul li:nth-child(2) {
  background: url("../images/common/pm_ico05.png") left top no-repeat;
  background-size: 100% 100%;
}
.pm_ico  ul li:nth-child(2):hover {
  background: url("../images/common/pm_ico05_ov.png") left top no-repeat;
  background-size: 100% 100%;
}
.pm_ico  ul li:nth-child(3) {
  background: url("../images/common/pm_ico07.png") left top no-repeat;
  background-size: 100% 100%;
}
.pm_ico  ul li:nth-child(3):hover {
  background: url("../images/common/pm_ico07_ov.png") left top no-repeat;
  background-size: 100% 100%;
}
.pm_ico  ul li:nth-child(4) {
  background: url("../images/common/pm_ico06.png") left top no-repeat;
  background-size: 100% 100%;
}
.pm_ico  ul li:nth-child(4):hover {
  background: url("../images/common/pm_ico06_ov.png") left top no-repeat;
  background-size: 100% 100%;
}
.pm_ico  ul li:nth-child(5) {
  background: url("../images/common/pm_ico02.png") left top no-repeat;
  background-size: 100% 100%;
}
.pm_ico  ul li:nth-child(5):hover {
  background: url("../images/common/pm_ico02_ov.png") left top no-repeat;
  background-size: 100% 100%;
}
.pm_ico  ul li:nth-child(6) {
  background: url("../images/common/pm_ico03.png") left top no-repeat;
  background-size: 100% 100%;
}
.pm_ico  ul li:nth-child(6):hover {
  background: url("../images/common/pm_ico03_ov.png") left top no-repeat;
  background-size: 100% 100%;
}
.pm_ico  ul li:nth-child(7) {
  background: url("../images/common/pm_ico04.png") left top no-repeat;
  background-size: 100% 100%;
}
.pm_ico  ul li:nth-child(7):hover {
  background: url("../images/common/pm_ico04_ov.png") left top no-repeat;
  background-size: 100% 100%;
}
.pm_ico  ul li:nth-child(8) {
  background: url("../images/common/pm_ico08.png") left top no-repeat;
  background-size: 100% 100%;
}
.pm_ico  ul li:nth-child(8):hover {
  background: url("../images/common/pm_ico08_ov.png") left top no-repeat;
  background-size: 100% 100%;
}
.st_mbox{
  position: relative;
  width: 25%;
  height: 250px;
  border-radius: 10px;
  min-height: 270px;
  height: 270px;
  float: left;
  background: #000;
}

.st_mbox .inner{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 57%;
	margin-top: -30px;
	z-index: 100;
	text-align: center;
}
.st_mbox .inner h3{
  color: #fa6200;
  font-weight: 700;
  line-height: 11px;
  font-size: 2.3rem;
  margin-bottom: 9px;
  /*	background: rgba( 0, 0, 0, 0.5 );  */
}
.st_mbox .item-hover .inner{
	top: 30%;
  cursor: pointer;
}
.st_mbox .item-hover img{
	position:absolute; top:-30px;
}
.width-full2 {
  width: 100% !important;
	height: 270px;
	min-height: 270px;
	opacity: 0.5;
}
.p-20 {
  padding: 20px !important;
}
.position-absolute {
  position: absolute;
}
.f-s-30 {
  font-size: 30px !important;
}
.st_mbox_tit1 {
	position: absolute;
	top: 5%;
	color: #fff;
	font-size: 1rem;
  font-weight: 600;
  padding: 0 10px;
}
.st_mbox_tit2 {
	position: absolute;
	top: 5%;
	color: #fff;
	font-size: 1rem;
  padding: 0 10px;
}
.st_mbox_tit3 {
	position: absolute;
	top: 5%;
	color: #fff;
	font-size: 1rem;
  padding: 0 10px;
}
.st_mbox_tit4 {
	position: absolute;
	top: 5%;
	color: #fff;
	font-size: 1rem;
  padding: 0 10px;
}
.st_mbox_txt1 {
	line-height: 19px;
  font-size: 1rem;
  padding: 7px 10px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
  /* background: rgba( 0, 0, 0, 0.3 ); */
}

.btn_ip2 {
	width: 10%;
  height: 29px;
  line-height: 27px;
  padding: 5px 10px;
  font-size: 0.8rem;
  border: none;
  border-radius: 6px;
  color: #fff;
  background: #fa6200;
  text-align: center;
  cursor: pointer;
}
.btn_ip2:hover {
	color: #fa6200 !important;
	background:#fff;
  cursor: pointer;
}
.alpha-50 {
  filter: alpha(opacity=50);
  opacity: 0.50;
  -moz-opacity: 0.50;
}
.m_img {
  width: 100%;
  height: 270px;
	margin-bottom: 10px;
}
.m_img_ko{

}
.m_img_ko p{
	text-align: center;
	color: #fff;
	font-size: 1rem;
}
.m_img_ko_txt {
	display: inline-block;
	width: 25%;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 1rem;
}
.m_img_area {
	display: inline-block;
	width: 25%;
	height: 230px;
	float: left;
}

.m_img_area span {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 0.93rem;
}

.m_img_area1 {
	width: 25%;
  min-height: 230px;
  background: url("../images/common/m_img_01.png") left top no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
  float: left;
}

.m_img_area2 {
	width: 25%;
  min-height: 230px;
  background: url("../images/common/m_img_02.png") left top no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
  float: left;
}
.m_img_area3 {
	width: 25%;
  min-height: 230px;
  background: url("../images/common/m_img_03.png") left top no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
  float: left;
}
.m_img_area4 {
	width: 25%;
  min-height: 230px;
  background: url("../images/common/m_img_04.png") left top no-repeat;
  background-position: 0% 0%;
  background-size: cover;
  float: left;
}

.m_img1:hover {
	width: 100%;
  min-height: 190px;
  background: url("../images/common/m_img_01_ov.png") left top no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
}
.m_img2 {
	width: 100%;
  min-height: 190px;
  background: url("../images/common/m_img_02.png") left top no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
  float: left;
}
.m_img2:hover {
	width: 100%;
  min-height: 190px;
  background: url("../images/common/m_img_02_ov.png") left top no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
}
.m_img3 {
	width: 100%;
  min-height: 190px;
  background: url("../images/common/m_img_03.png") left top no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
  float: left;
}
.m_img3:hover {
	width: 100%;
  min-height: 190px;
  background: url("../images/common/m_img_03_ov.png") left top no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
}
.m_img4 {
	width: 100%;
  min-height: 190px;
  background: url("../images/common/m_img_04.png") left top no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
  float: left;
}
.m_img4:hover {
	width: 100%;
  min-height: 190px;
  background: url("../images/common/m_img_04_ov.png") left top no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
}
.m_banner {
  margin: 5px 0;
  border-radius: 10px;
  vertical-align: middle;
  text-align: center;
}
.mb_banner {
  height: 90px;
  text-align: center;
  padding: 5px 10px;
}
.mb_banner img {
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 9px 10px;
  }

/*  메인 동영상 부분  0417 추가 */
.m_video_n2 {
  position: relative;
  height: 460px;
  overflow: hidden;
  background: url('../images/common/m_movie.jpg')left top no-repeat;
  background-size: 100% 100%;
}
.m_banner ul li {
  width: 11%;
  float: left;
  text-align: center;
  margin: 24px 0 0 0;
}
.m_video_n {
  position: relative;
  padding-bottom: 70.27%;
  height: 0;
  overflow: hidden;
}
.m_video_n iframe,
.m_video_n video,
.m_video_n object,
.m_video_n embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mb_pad {
  margin-bottom: 130px !important;
}
/* CONTAINER */

.st_container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* CONTAINER LEFT */




/* CONTAINER LEFT T BTN */

.st_tbtn {
  width: 269px;
  height: 107px;
  font-size: 0.68rem;
  background: #292929;
  border: 1px solid #6a6a6a;
}
.st_tbtn ul {
  width: 100%;
  margin: 0 auto;
}
.st_tbtn ul li {
	width: 33.3%;
  text-align: center;
  line-height: 35px;
  font-size: 0.8rem;
  color: #fff;
  float: left;
}
.st_tbtn ul li a{
  color: #fff;
  text-align: center;
}
.st_tbtn ul li:hover{
  color: #fff;
  text-align: center;
  background: #5d880b;
}
.b_t2 {
  border-top: 1px solid #1b1b1b;
}
.b_r2 {
  border-right: 1px solid #1b1b1b;
}
.b_b2 {
  border-bottom: 1px solid #1b1b1b;
}
.l_bg1 {
	background: #5d880b;
}
.l_menu {
  background: #292929;
}
.l_menu ul {
  border: 1px solid #414141;
}
.l_menu ul li:nth-child(1),.l_menu ul li:nth-child(2),.l_menu ul li:nth-child(3),.l_menu ul li:nth-child(4),.l_menu ul li:nth-child(5) {
  background: #000;
}

.l_mem {
  height: 130px;
  background: #292929;
  border: 1px solid #414141;
  margin-bottom: 5px;
}
.l_mem_man {
  width: 88px;
  height: 130px;
  margin: 0 auto;
  text-align: center;
  padding-top: 27px;
  border-right: 1px solid #414141;
  float: left;
}
.l_mem_man img{
  width: 70px !important;
}
.l_mem_info {
  width: 170px;
  height: 125px;
  padding: 8px 5px 5px 10px;
  text-align: left;
  float: left;
}
.l_mem_info ul li {
  color: #fff;
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 22px;
  background: url("../images/common/bl_01.png")left 8px no-repeat;
  padding-left: 11px;
}
.l_mem_info ul li span{
  color: #6effd1;
  font-weight: 600;
}
.l_tit {
  width: 100%;
  height: 41px;
  border: 1px solid #414141;
  background: url("../images/common/l_tit_01.png")left top no-repeat;
  background-size: 100% 100%;
}
/* CONTAINER LEFT LIST */

.st_list_bg {
	width: 100%;
  height: auto;
  margin: 0 auto 44px auto;
}
.st_list_bg2 {
	width: 100%;
}

/* CONTAINER LEFT SEARCH */

.st_list_search {
  height: 33px;
  padding: 0px 5px 0 8px;
  margin: 0 auto;
}

/* CONTAINER LEFT TOP */

.st_list_top {
  height: 30px;
  padding: 3px 5px;
  line-height: 20px;
}
.st_list_top span{
  color: #ffbb03;
  font-size: 0.7rem;
  text-align: left;
  line-height: 23px;
  float: right;
}
.st_list_sy {
}
.st_list_sy ul li:nth-child(odd){
  width: 30%;
  text-align: left;
  float: left;
}
.st_list_sy ul li:nth-child(even){
  width: 70%;
  color: #fa8100;
  float: right;
  text-align: right;
}
/* CONTAINER RIGHT */


/* CONTAINER RIGHT MEMEBR */
.st_member {
  height: 180px;
  margin: 10px 10px 0 10px;
	background: #000;
}
.st_member2 {
  height: 120px;
  margin: 0 auto 5px 0;
  background: url("../images/common/l_bg_01.png")left top repeat;
}
.st_man {
  width: 67px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  padding-top: 19px;
  border-right: 1px solid #252525;
  float: left;
}
.st_info {
  width: 170px;
  height: 100px;
  padding: 5px 5px 5px 10px;
  float: left;
}
.st_info ul li {
  color: #fff;
  font-size: 0.74rem;
  line-height: 22px;
  background: url("../images/common/bl_01.png")left 8px no-repeat;
  padding-left: 11px;
}
.st_info ul li span{
  color: #c062c2;
}
.st_info2 {
  width: 100%;
  padding: 8px 17px;
  float: left;
}
.st_info2_tit {
  height: 41px;
  width: 100%;
  padding: 4px 0 0 20px;
  background: url("../images/common/r_tit_01.png")left top no-repeat;
  background-size: 100% 100%;
}

.st_info2_tit .r_btn {
	position: absolute;
  top: 8px;
  right: 7px;
}
.t_btn_r {
	border-radius: 2px;
  background-color: #338111;
  color: #fff;
  font-size: 0.66rem !important;
  width: 50px !important;
  height: 21px !important;
  line-height: 21px !important;
  text-align: center;
  cursor: pointer;
}
.t_btn_r:hover {
  background-color: #fff;
  color: #fff;
  text-align: center;
  /* padding-top: 4px; */
  cursor: pointer;
}
.st_info2 ul{
  width: 68%;
  color: #fff;
  font-size: 0.74rem;
  line-height: 22px;
  padding-left: 4px;
  float: left;
}

.st_info2 ul li {
  color: #fff;
  font-size: 0.74rem;
  line-height: 22px;
}

.st_info2 ul li span{
  color: #fa8100;
}

.st_info2 .r_area{
  display: inline-block;
  width: 32%;
}
.st_r_btns {
	width: 100%;
  /* height: 38px; */
  margin: 0 auto;
  text-align: center;
  padding-top: 5px;
  border-top: 1px solid #252525;
  float: left;
}
.st_r_btns ul li {
  display: inline-block;
  width: 30%;
  height: 29px;
  line-height: 28px;
  text-align: center;
  font-size: 1em;
	margin-right: -2px;
}
.st_r_btns2 {
  width: 100%;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  float: left;
}
.st_r_btns2 ul li {
  display: inline-block;
  text-align: center;
  font-size: 0.74rem;
  margin-right: 2px;
}
.st_r_btns3 {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 3px 0;
  border-top: 1px solid #000;
  text-align: center;
  float: left;
}
.st_r_btns3 ul li {
  display: inline-block;
  text-align: center;
  font-size: 0.74rem;
  margin-right: 2px;
}
.st_btn_login {
  padding: 18px 11px;
  margin: 7px 0 0 5px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  float: right;
}
/* CONTAINER RIGHT CART */
.st_r_mem {

}

.st_r_mem img{
  width: 100%;

}
.st_r_mem_tit {
  height: 41px;
  cursor: pointer;
}
.st_r_mem_cont {
  cursor: pointer;
}
.st_cart {
  /* width: 100%; */
  margin: 0 auto;
  border: 1px solid #414141;
  background: #292929;
}

.st_cart_tit {
	height: 41px;
  width: 100%;
  padding: 4px 0 0 20px;
  background: url("../images/common/r_tit_02.png")left top no-repeat;
  background-size: 100% 100%;
}

/* CONTAINER RIGHT CART MONEY */

.st_cart_money {
	font-size: 0.74rem;
  color: #fff;
  font-weight: 600;
  padding: 0 11px 0 10px;
  margin: 12px 0;
  vertical-align: middle;
}
.st_money_btn {
  text-align: center;
  padding: 5px 0 0 0;
}
.st_money_btn ul li {
	display: inline-block;
  width: 30%;
  height: 26px;
  line-height: 25px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}
.st_money_btn ul li:hover {
  color: #fa8100;
  cursor: pointer;
}

/* CONTAINER RIGHT CART INFO */

.st_cart_cash{
  height: 43px;
  text-align: center;
  padding: 0 0 6px 0;
  margin: 0 15px 3px 15px;
}
.st_cart_cash ul{
  text-align: center;
}
.st_cart_cash ul li{
  color: #fff;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 20px;
}
.st_cart_cash ul li span{
  font-weight: 600;
  color: #6effd1;
}
.st_cart_cash ul li:nth-child(odd){
  width: 30%;
  text-align: left;
  float: left;
}
.st_cart_cash ul li:nth-child(even){
  width: 70%;
  float: right;
  text-align: right;
}
.st_cart_cash2{
	text-align: center;
  padding: 5px 0 6px 0;
  margin: 3px 17px;
  border-top: 1px solid #434343;
  box-sizing: border-box;
}
.st_cart_cash2 ul{
  text-align: center;
}
.st_cart_cash2 ul li{
  color: #fff;
  font-weight: 600;
  font-size: 0.74rem;
  line-height: 20px;
}
.st_cart_cash2 ul li span{
  font-weight: 600;
  color: #6effd1;
}
.st_cart_cash2 ul li:nth-child(odd){
  width: 30%;
  text-align: left;
  float: left;
}
.st_cart_cash2 ul li:nth-child(even){
  width: 70%;
  float: right;
  text-align: right;
}

/* CONTAINER RIGHT CART SEL LIST */

#betList {
	padding-bottom: 1px;
}
.st_cart_bg {
	width: 96%;
	margin: 1px auto 2px auto;
	padding: 0px 5px;
	border-radius: 2px;
	background: #000;
	background-size: 100%;
}
.st_cart_bg ul{
  padding: 2px 5px;
}
.st_cart_bg ul li:nth-child(odd){
  color: #fff;
  font-size: 0.74rem;
  text-align: left;
  line-height: 19px;
  width: 80%;
  float: left;
}
.st_cart_bg ul li:nth-child(even){
  color: #fff;
  font-size: 0.74rem;
  width: 20%;
  line-height: 19px;
  text-align: right;
  float: left;
}
.st_cart_btn {
	width: 100%;
  margin: 0 0 8px 0;
}

/* CONTAINER RIGHT BANNER */

.st_rbanner .img_area {
  width: 56px;
}
.st_rbanner1 {
  height: 50px;
  margin: 10px 10px 5px 10px;
  border-radius: 10px;
  background: #222222;
}
.st_rbanner1 .tx1 {
  color: #fff;
  font-size: 1.4em;
  line-height: 47px
}
.st_rbanner2 {
  height: 50px;
  margin: 10px 10px 5px 10px;
  border-radius: 10px;
  background: #222222;
}
.st_rbanner2 .tx2 {
  color: #00aaff;
	font-size: 1.2rem;
  font-weight: 600;
  line-height: 47px
}
.st_rbanner3 {
  height: 50px;
  margin: 10px 10px 5px 10px;
  border-radius: 10px;
  background: #222222;
}
.st_rbanner3 .tx3 {
	color: #fdc734;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 47px;
}
.st_rbanner4 {
  height: 170px;
  margin: 5px auto;
  background: url("../images/common/wmr_banner.png") left top no-repeat;
  background-size: 100% 100%;
  }

/* CONTAINER CENTER NOTICE */

.st_notice {
  position: fixed;
  top: 3px;
  left: 515px;
  width: 20%;
  height: 30px;
  padding: 0 10px 3px 30px;
  margin: 0 auto 6px auto;
  line-height: 32px;
  z-index: 9999;
  background: url("../images/common/blt_no.png") 5px center #222 no-repeat;
}
.st_notice span{
  color: #fff;
  font-size: 0.74rem;
  line-height: 22px;
}
.st_cont_bg {
  width: 100%;
  margin: 0 auto 5px auto;
  background: rgba( 23, 23, 23, 0.5 );
}
.st_cont_bg2 {
  width: 100%;
  margin: 0 auto 5px auto;
  background: rgba(34, 16, 41, 0.7);
}
.st_tit_bg {
  width: 100%;
  height: 70px;
  color: var(--primary);
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -1px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 65px;
  padding-left: 15px;
  margin: 10px auto 5px auto;
  border-bottom: 1px solid #126e51;
  background: url("../images/common/m_tit_bg.png") left top #282828 no-repeat;
  background-size: 100% 100%;
}
.st_b_cont_bg {
  /* width: 99%; */
  /*background: rgba( 48, 48, 48, 0.5 ); */
/* add */
  /* padding: 0; */
  /* margin: 10px auto 0 auto; */
  /* height: 62px; */
}

/* CONTAINER CENTER ETC */

.st_con_left{
  display: block;
  width: 100%;
}
.st_con_right {
  display: block;
  width: 100%;
}
.st_con_right2 {
  display: block;
  width: 100%;
}
.st_con_total{
  width: 100%;
}
.st_con_style1-1 {
  display: block;
	width: 99.7%;
  margin-right: 5px;
	padding-bottom: 10px;
  float: left;
}
.st_con_style1-2 {
  display: block;
	width: 100%;
	padding-bottom: 10px;
  float: left;
	/*border: 8px solid transparent;
  -moz-border-image: -moz-linear-gradient(top left, #535353 0%, #949393 100%);
  -webkit-border-image: -webkit-linear-gradient(top left, #535353 0%, #949393 100%);
  border-image: linear-gradient(to bottom right, #535353 0%, #949393 100%);
  border-image-slice: 1; */
}
.st_con_style2-1 {
  display: block;
  width: 100%;
	padding-bottom: 10px;
}
.st_con_style2-2 {
  display: none;
}

/* CONTAINER CENTER */

.st_contt_tit {
  width: 99%;
  margin: 0 auto;
  padding: 12px 15px;
  height: 35px;
  color: #fff;
  font-size: 0.8rem;
  border-top: 1px solid #126e51;
  background: #414141;
}
.st_contt_tit ul li {
  line-height: 10px;
  text-align: center;
  float:left;
}
.st_contt_tit ul li:nth-child(1) {
  width: 7%;
}
.st_contt_tit ul li:nth-child(2) {
  width: 93%;
}
.st_contt_tit2 {
  width: 99%;
  margin: 0 auto;
  padding: 12px 15px;
  height: 35px;
  line-height: 10px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #000;
  font-size: 1.4em;
  letter-spacing: 1px;
  background: #c04914;
}
.st_contt_tit3 {
  width: 99%;
  margin: 0 auto;
  padding: 12px 10px;
  height: 35px;
  color: #fff;
  border-bottom: 1px solid #000;
  font-size: 0.74rem;
  background: #c04914;
}
.st_contt_tit3 ul li {
  line-height: 10px;
  text-align: center;
  font-family: 'Noto Sans KR', sans-serif;
  float:left;
}
.st_contt_tit3 ul li:nth-child(1) {
  width: 7%;
}
.st_contt_tit3 ul li:nth-child(2) {
  width: 65%;
}
.st_contt_tit3 ul li:nth-child(3) {
  width: 15%;
}
.st_contt_tit3 ul li:nth-child(4) {
  width: 13%;
}
.st_contt_tit3_sub {
	width: 100%;
  margin: 0 auto;
  color: #fff;
  overflow: hidden;
  line-height: 39px;
}
.st_contt_tit3_sub ul li {
	padding: 0 8px;
  font-family: 'Noto Sans KR', sans-serif;
  text-align: center;
  float:left;
}
.st_contt_tit3_sub ul li:nth-child(1) {
  width: 10%;
	border-right: 1px solid #000;
}
.st_contt_tit3_sub ul li:nth-child(2) {
  width: 52%;
  text-align: left;
	border-right: 1px solid #000;
}
.st_contt_tit3_sub ul li:nth-child(3) {
  width: 20%;
	border-right: 1px solid #000;
}
.st_contt_tit3_sub ul li:nth-child(4) {
  width: 15%;
}
.accordion-heading .accordion-toggle.no{
	height: 39px !important;
  font-size: 0.7rem;
  line-height: 39px;
	border-bottom: none !important;
}
.st_cont_list1 {
  border-right: 1px solid #000;
  line-height: 36px;
  text-align: center;
  float:left;
  width: 10%;
}
.st_cont_list2 {
  text-align: left;
  line-height: 36px;
  margin-left: 10px;
  color: #fff;
  font-weight: 600;
  float: left;
  width: 88%;
}
.st_result_tit {
  width: 99%;
  margin: 0 auto;
  padding: 9px 15px;
  height: 35px;
  /* line-height: 35px; */
  color: #fff;
  font-size: 0.88rem;
  border-top: 1px solid #126e51;
  background: #414141;
}
.st_result_tit ul li {
  line-height: 10px;
  text-align: center;
  float:left;
}
.st_result_tit ul li:nth-child(1) {
  width: 100%;
}
.st_result_list1 {
  border-right: 1px solid #000;
  line-height: 36px;
  text-align: center;
  float:left;
  width: 13%;
}
.st_result_list2 {
  border-right: 1px solid #000;
  text-align: center;
  line-height: 36px;
  float:left;
  width: 20%;
}
.st_result_list3 {
  border-right: 1px solid #000;
  line-height: 36px;
  text-align: left;
  float:left;
  width: 26%;
}
.st_result_list4 {
  border-right: 1px solid #000;
  text-align: center;
  line-height: 36px;
  float:left;
  width: 5%;
}

.st_result_list5 {
  border-right: 1px solid #000;
  text-align: center;
  line-height: 36px;
  float:left;
  width: 26%;
}

.st_result_list6 {
  text-align: center;
  line-height: 36px;
  margin: 0 auto;
  float:left;
  width: 10%;
}
.st_b_tit {
  width: 99%;
  height: 40px;
  padding: 0 15px;
  margin: 20px auto 0 auto;
  line-height: 40px;
  color: #35c89a;
  font-size: 1rem;
}
.st_b_tit2 {
  position: absolute;
  top: 97px;
  height: 40px;
  padding: 0 15px;
  margin: 0 auto 0 auto;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 0.8rem;
}
.st_b_tit3 {
	width: 99%;
  height: 40px;
  padding: 0 5px 0 5px;
  margin-top: 5px;
  /* margin: 0 auto; */
  line-height: 40px;
  color: #fff;
  font-size: 0.94rem;
  z-index: 999;
}
.st_b_tit4 {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  line-height: 75px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 600;
  border-top: 3px solid var(--primary);
  background: #333333;
}
.st_b_tit5 {
  width: 100%;
  height: 40px;
  padding: 0 0 0 10px;
  line-height: 40px;
  color: #fff;
  font-size: 0.7rem;
  background: rgba( 0, 0, 0, 0.3 );
}
.st_b_tit6 {
	width: 100%;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  font-size: 0.7rem;
  background: #595959;
  background: -moz-linear-gradient(top, #595959 0%, #070707 100%);
  background: -webkit-linear-gradient(top, #595959 0%,#070707 100%);
  background: linear-gradient(to bottom, #595959 0%,#070707 100%);
  border-bottom: 1px solid #333;
}
.st_money_btn2 {
  width: 100%;
  padding: 5px 0 0 0;
}
.st_money_btn2 ul li {
  display: inline-block;
  width: 10%;
  height: 27px;
  line-height: 25px;
  text-align: center;
	font-weight: 600;
  font-size: 0.84rem;
  color: #fff;
  margin-bottom: 3px;
}
.st_money_btn2 ul li:hover {
  color: #fa8100;
  cursor: pointer;
}
.st_b_result {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto 0px auto;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 0.8rem;
  border-top: 1px solid #000;
  background: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}
.game_bottom {
  width: 100%;
  padding: 5px;
  margin: 0 auto;
  border: 5px solid #3d9e80;
}
.st_game_area {
  width: 100%;
  margin: 0 auto;
}
.st_game_area2 {
	width: 100%;
  margin: 0 auto -1px auto;
  text-align: center;
  padding: 3px 0;
  /* border: 1px solid #666; */
}
.st_game_area2 img{

}
.st_game_area3 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: rgba( 2, 2, 3, 0.8 );
	float: right;
}
.st_game_area4 {
	width: 100%;
  margin: 0 auto -1px auto;
  text-align: center;
  /* padding: 10px 0; */
  padding: 0;
  /* border: 1px solid #666; */
}
.st_game_area4 img{
	width: 100%;
  height: 100%;
}

.st_game_area .bed {
  font-size: 0.75rem;
  color: #ffe900;
}

.st_game_area .selectable.on .bed {
  color: #000 !important;
}

.st_game_tbtn {
  position: absolute;
  display: inline-block;
  top: 29px;
  right: 11px;
  margin: 8px 0 0 10px;
	z-index: 999;
}
.st_game_leg {
	width: 54%;
  display: inline-block;
  padding: 0px 5px;
  color: var(--primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.84rem;
  font-weight: 600;
}
.st_game_ico {
	padding: 2px;
  border-radius: 3px;
  margin-left: -4px;
}
.st_game_time {
  width: 100px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 600;
  text-align: center;
  margin: 5px 0px 0 0;
  border-radius: 2px;
  float: left;
  background: #626262;
}
.st_game_time2 {
  width: 150px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 600;
  text-align: center;
  margin: 7px 5px 0 0;
  border-radius: 2px;
  float: left;
  background: #ffcc01;
}
/* black mask */

.st_mask_area{
  position: relative;
}
#mask {
  position:absolute;
  width: inherit !important;
  height: inherit !important;
  display:none;
  left: 0;
  top: 0;
  z-index: 9999999;
}

.layerDiv{
  display: none;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  height: inherit !important;
  left: 0px;
  top: 0px;
  background: url("../images/common/cblwl-hayhm.svg") center center rgba( 0, 0, 0, 0.8 ) no-repeat;
  z-index: 10000;
}

.openMask {
  display: inline-block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 10px 0 0 40%;
  font-size: 0.7rem;
  border: 1px solid #666;
}

/* FOOTER */

.st_memo_com {
  position: fixed;
  width: 230px;
  bottom: 56px;
  right: 20px;
  border: 1px solid #777;
  text-align: center;
  background: rgba( 0, 0, 0, 0.9 );
  z-index: 9999;
}

.st_memo_com span{
  color: #ebbc1b;
  font-size: 0.7rem;
  line-height: 20px;
  text-align: center;
}

.st_memo_close {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 228px;
  right: 249px;
  color: #fff;
  border: 1px solid #777;
  cursor: pointer;
  text-align: center;
  background: rgba( 0, 0, 0, 0.9 );
  z-index: 9999;
}
.st_footer {
	/*position: absolute;*/
  bottom: 0;
  width: 100%;
  height: 50px;
  font-size: 0.74rem;
  margin: 0 auto;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: #101010;
  z-index: 99;
}

/* ROULETTE GAME */

.roulette_bg {
  width: 880px;
  height: 560px;
  margin: 0 auto;
  background: url("../images/common/_roulette/background.png") no-repeat;
}

.roulette_r {
  position: relative;
  width: 350px;
  height: 100%;
  margin: 0 auto;
  float: left;
}

.roulette_r_pay {
  position: absolute;
  top: 185px;
  left: 162px;
  width: 112px;
}

.roulette_r_pay ul li {
  color: #fff;
  height: 49px;
  font-size: 1em;
  line-height: 31px;
  text-align: center;
  margin: 4px 0 0 0;
}

.roulette_l {
  width: 530px;
  height: 100%;
  margin: 0 auto;
  float: left;
  background: url("../images/common/_roulette/board.png") center center no-repeat;
}

.roulette_l .ru_bg {
  width: 460px;
  height: 464px;
  background: url("../images/common/_roulette/ru_bg.png");
  margin: 50px auto 0 auto;
  cursor: pointer;
  z-index: 195;
}

.roulette_l .start {
  margin: -339px auto 0 auto;
  width: 140px;
  height: 176px;
  background: url("../images/common/_roulette/start.png");
  cursor: pointer;
  z-index: 194;
}

/* MINI GAME */

.g_zone {
  width: auto;
  height: auto;
  margin: 10px auto 0 auto;
  text-align: center;
  overflow: hidden;
}
.g_notice {
  text-align: center;
}
.g_tabs_60 {
	width: 60px;
	text-align: center;
}
.g_tabs_110 {
	width: 110px !important;
	text-align: center;
}
.g_tabs_120 {
	width: 120px !important;
	text-align: center;
}
.g_tabs_130 {
	width: 130px !important;
	text-align: center;
}
.g_tabs_140 {
	width: 140px !important;
	text-align: center;
}
.g_tabs_160 {
	width: 160px !important;
	text-align: center;
}
.g_tabs_170 {
	width: 170px;
	text-align: center;
}
.g_tabs_250 {
	width: 250px;
	text-align: center;
}
.g_tabs_350 {
	width: 350px;
	text-align: center;
}
.g_tabs_350 {
	width: 350px;
	text-align: center;
}
.g_tabs {
  width: 99%;
  margin: 0 auto;
}
.g_tabs ul{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0px 0 10px 0;
}
.g_tabs ul li{
  position: relative;
  display: inline-block;
  color: #fff;
  /*width: 15% !important;*/
  font-size: 0.96rem;
  padding: 10px 0;
  text-align: center;
  line-height: 20px;
  margin: 0 5px 0 auto;
}
.g_tabs_sub {
  width: 99%;
  margin: 0 auto;
}
.g_tabs_sub ul{
  position: relative;
  left: -50%;
  height: 100%;
  margin: 0 auto;
  padding: 10px 0;
  float: right;
}
.g_tabs_sub ul li{
  position: relative;
  left: 50%;
  width: 120px;
  color: #fff;
  font-size: 0.8rem;
  padding: 5px 0;
  text-align: center;
  line-height: 20px;
  margin: 0 5px 0 auto;
  float: left;
}
.g_tabs2 {
  width: 99%;
  margin: 0 auto;
	height: auto;
}
.g_tabs2 ul{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}
.g_tabs2 ul li{
  /* position: relative; */
  /* left: 50%; */
  display: inline-block;
  width: 11.6%;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  padding: 6px 5px;
  line-height: 23px;
  border-radius: 10px;
  margin: 0 1px 5px 2px;
  /* float: left; */
}
.g_tabs2-1 {
  width: 99%;
  margin: 0 auto;
	height: auto;
}
.g_tabs2-1 ul{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  /* padding: 10px 0; */
  /* float: right; */
}
.g_tabs2-1 ul li{
  position: relative;
  display: inline-block;
  width: 15%;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  padding: 4px 5px;
  line-height: 30px;
  margin: 0 1px 0 auto;
}
.g_tabs2-2 {
  width: 99%;
  margin: 0 auto 10px 0;
  height: auto;
}
.g_tabs2-2 ul{
  position: relative;
  display: inline-block;
  /* left: -50%; */
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  /* padding: 10px 0; */
  /* float: right; */
}
.g_tabs2-2 ul li{
  position: relative;
  display: inline-block;
  /* left: 50%; */
  width: 10%;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  padding: 5px 5px;
  line-height: 20px;
  text-align: center;
  margin: 0 1px 0 auto;
  /* float: left; */
}
.g_tabs3 {
  width: 99%;
  margin: 0 auto;
}
.g_tabs3 ul{
  position: relative;
  left: -50%;
  height: 100%;
  margin: 0 auto;
   /* padding: 10px 0; */
  float: right;
}
.g_tabs3 ul li {
	position: relative;
  left: 50%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  /* padding: 10px 0px; */
  height: 36px;
  line-height: 35px;
  margin: 0 5px 0 auto;
  float: left;
}
/* new sports tabs */
.g_tabs_spo {
  width: 100%;
  height: 70px;
  color: #ffcc00;
  font-family: 'Godo';
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -1px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 65px;
  padding-left: 15px;
  margin: 0 auto 5px auto;
  border-bottom: 1px solid #126e51;
  background: url("../images/common/m_tit_bg.png") left top #282828 no-repeat;
  background-size: 100% 100%;
}
.g_tabs_spo ul{
  position: relative;
  height: 100%;
  text-align: center;
}
.g_tabs_spo ul li {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  height: 30px;
  line-height: 31px;
  border-radius: 2px;
  margin: 4px 1px 0 auto;
}
.g_tabs_spo_tit {
  position: absolute;
  top: 15px;
  left: 13px;
  color: var(--primary);
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -1px;
  padding-left: 15px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 70px;
}
.bt_g_tabs3_pl {
	padding-left: 4px;
  margin-bottom: 10px;
}
.g_tabs4 {
  width: 99%;
  margin: 0 auto;
}
.g_tabs4 ul{
  position: relative;
  left: -50%;
  height: 100%;
  margin: 0 auto;
   /* padding: 10px 0; */
  float: right;
}
.g_tabs4 ul li {
  position: relative;
  left: 50%;
  color: #fff;
  font-size: 1.4em;
  line-height: 20px;
  margin: 0 1px 0 auto;
  float: left;
}
.g_tabs_sports {
  width: 99%;
  margin: 0 auto 10px 0;
  padding-left: 165px;
	height: auto;
}
.g_tabs_sports ul{
  position: relative;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.g_tabs_sports ul li {
	display: inline-block;
  width: 85px;
	height: 30px;
}

/* new bet_list tabs */
.g_tabs_bet {
  width: 100%;
  height: 70px;
  color: #ffcc00;
  font-family: 'Godo';
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -1px;
  font-size: 1.6rem;
  font-weight: 600;
  /* line-height: 65px; */
  padding: 0 15px;
  margin: 0 auto 5px auto;
  border-bottom: 1px solid #126e51;
  background: url("../images/common/m_tit_bg.png") left top #282828 no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-y: scroll;
}
.g_tabs_bet ul{
  /* position: absolute; */
  /* top: 28px; */
  /* right: 10px; */
  /* margin: 0 auto; */
  /* float: right; */
  cursor: pointer;
  gap: 5px;
}
.g_tabs_bet ul li {
  position: relative;
  color: #fff;
  width: 77px;
  font-size: 0.9rem;
  text-align: center;
  margin: 6px 1px 0 auto;
  float: left;
  height: 28px;
  line-height: 28px;
}
.g_tabs_bet_tit {
  /* position: absolute; */
  /* top: 15px; */
  /* left: 0px; */
  color: var(--primary);
  font-family: 'Open Sans', sans-serif;
  /* letter-spacing: -1px; */
  /* padding-left: 15px; */
  font-size: 1.6rem;
  font-weight: 600;
  /* line-height: 65px; */
}

.tabs_bet_tit {
	width: 100%;
  height: 63px;
  line-height: 37px;
  padding: 10px 30px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 10px auto 0 auto;
  background: url("../images/common/mini_tit_01.png") repeat-x;
}
.g_m_tit {
	width: 100%;
  height: 63px;
  line-height: 37px;
  padding: 10px 30px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 10px auto 0 auto;
  background: url("../images/common/mini_tit_01.png") repeat-x;
}
.g_m_tit_bg1 {
  display: inline-block;
  width: 35px;
  height: 87px;
  background: #000;
  float: left;
}
.g_m_tit_bg2 {
  height: 87px;
  background: #000;
  float: left;
}
.g_m_tit_bg3 {
  display: inline-block;
  width: 16px;
  height: 87px;
  background: #000;
  float: left;
}
.g_time {
  width: 130px;
  height: 42px;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 40px;
  margin-top: 0px;
  padding: 1px 0 0 14px;
  border-radius: 2px;
  background: url("../images/common/_game/time_bg.png") no-repeat;
  background-size: 100% 100%;
}
.g_cont_bg_area {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding: 5px 0;
  margin: 0 auto;
  overflow: hidden;
}
.g_cont_bg {
  height: auto;
  border-radius: 10px;
  padding: 0 0 15px 8px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.3);
  float: left;
}
.g_cont_bg ul {
  position: relative;
  left: -50%;
  margin: 0 2px;
}
.g_cont_bg ul li {
  position: relative;
  left: 50%;
  height: 120px;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 10px;
  border-top: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
  border-bottom: 3px solid var(--primary);
  line-height: 24px;
  text-align: center;
  padding: 4px;
  margin: 0 1px 0 auto;
  background: url("../images/common/r_btn_bg03.png") left top no-repeat;
  background-size: 100% 100%;
  float: left;
}
.g_cont_bg ul li:hover {
  background: url("../images/common/r_btn_bg03_ov.png")center center repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.g_icon_bg_n {
  height: 93px;
  width: 95px;
  line-height: 20px;
  padding: 12px 0 0 0;
  color: #fff;
  border-radius: 95px;
  border: 1px solid #323232;
  font-weight: 600;
  margin: 7px auto 0 auto;
  background: url("../images/common/_game/g_game_bg2.png") no-repeat;
  background-size: cover;
}
.g_icon_bg_n .txt_st1{
  font-size: 0.77rem;
  font-weight: 600;
}
.g_icon_bg_n .txt_st2{
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: -0.8px;
}
.g_icon_bg_n2 {
	height: 93px;
  width: 95px;
  line-height: 20px;
  padding: 12px 0 0 0;
  color: #fff;
	border-radius: 95px;
	border: 1px solid #323232;
  font-weight: 600;
  margin: 7px auto 0 auto;
  background: url("../images/common/_game/g_game_bg2.png") no-repeat;
  background-size: cover;
}
.g_icon_bg_n2 .txt_st1{
  font-size: 0.77rem;
  font-weight: 600;
}
.g_icon_bg_n2 .txt_st2{
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: -0.8px;
}
.g_icon_bg {
  height: 93px;
  width: 95px;
  padding: 22px 3px 0 0;
  color: #fff;
  font-weight: 600;
  margin: 10px auto 0 auto;
  border-radius: 95px;
  border: 1px solid #323232;
  background: url("../images/common/_game/g_game_bg2.png") no-repeat;
  background-size: cover;
}
.g_icon_bg span{
  font-size: 1.7em;
  font-weight: 600;
  letter-spacing: -0.8px;
}
.g_icon_bg2 {
  height: 95px;
  width: 95px;
  border-radius: 95px;
  padding: 20px 3px 0 3px;
  color: #fff;
  font-weight: 600;
  margin: 10px auto 0 auto;
	border: 1px solid #323232;
  background: #000;
   /* background: url("../images/common/_game/g_game_bg2.png") repeat; */
}
.g_icon_bg3 {
	height: 95px;
  width: 95px;
  border-radius: 95px;
  padding: 15px 3px 0 3px;
  color: #fff;
  font-weight: 600;
  margin: 6px auto 0 auto;
	border: 1px solid #323232;
  background: #000;
  /* background: url("../images/common/_game/g_game_bg2.png") repeat; */
}
.g_icon_bg4 {
	height: 95px;
  width: 95px;
  border-radius: 95px;
  padding: 25px 3px 0 0;
  color: #fff;
  font-weight: 600;
  margin: 6px auto 0 auto;
  border: 1px solid #323232;
  background: #000;
  /* background: url("../images/common/_game/g_game_bg2.png") repeat; */
}
.g_icon_bg5 {
  height: 93px;
  width: 95px;
  border-radius: 10px;
  padding: 15px 3px 0 0;
  color: #fff;
  font-weight: 600;
  font-size: 0.7rem;
  margin: 10px auto 0 auto;
  background: url("../images/common/_game/g_game_bg2.png") repeat;
}
.g_icon_bg6 {
  height: 93px;
  width: 95px;
  border-radius: 10px;
  padding: 34px 3px 0 0;
  letter-spacing: -1px;
  font-size: 1.5em;
  font-weight: 600;
  margin: 10px auto 0 auto;
  background: url("../images/common/_game/g_game_bg2.png") repeat;
}

.g_cont_tit {
  font-size: 1.4em;
  padding: 5px 0;
  line-height: 33px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.iframe_st1 {
  overflow:hidden;
  margin-top: -67px;
}
.iframe_st2 {
  overflow:hidden;
}
/* MEMBER JOIN */

.st_join_img {
  color: #fff;
  font-size: 1em;
  text-align: center;
  margin: 0 0 20px 11px;
}

.t_img_01_on {
  width: 33%;
  height: 93px;
  background: url("../images/common/join_01.png") left top #000  no-repeat;
  float: left;
}

.t_img_01_off {
  width: 33%;
  height: 93px;
  background: url("../images/common/join_01_off.png") left top #000 no-repeat;
  float: left;
}

.t_img_02_on {
  width: 33%;
  height: 93px;
  background: url("../images/common/join_02.png") left top #000 no-repeat;
  float: left;
}

.t_img_02_off {
  width: 33%;
  height: 93px;
  background: url("../images/common/join_02_off.png") left top #000 no-repeat;
  float: left;
}

.t_img_03_on {
  width: 33%;
  height: 93px;
  background: url("../images/common/join_03.png") left top #000  no-repeat;
  float: left;
}

.t_img_03_off {
  width: 33%;
  height: 93px;
  background: url("../images/common/join_03_off.png") left top #000  no-repeat;
  float: left;
}

/* TREE MENU */

.treeview .list-group-item {
	cursor: pointer;
}

.treeview span.indent {
	margin-left: 10px;
	margin-right: 10px;
}

.treeview span.icon {
	width: 12px;
	margin-right: 5px;
}

.treeview .node-disabled {
	color: silver;
	cursor: not-allowed;
}
.menu .menu2:before {
	content: '';
  position: absolute;
  left: 2px;
  top: 50%;
	width: 9px;
	height: 9px;
  margin-top: -5px;
  margin-left: -7px;
  background: url("../images/common/bl_02.png") left top no-repeat;
}
.menu > ul > li:before {
	content: '';
  position: absolute;
  left: 2px;
  /* top: 50%; */
  width: 9px;
  height: 9px;
  margin-top: 12px;
  margin-left: 8px;
  background: url("../images/common/bl_02.png") left top no-repeat;
}
.menu {
  width: 100%;
  padding: 8px 5px;
  color: #fff;
  font-size: 0.8rem;
  line-height: 10px;
  margin: 0 auto;
  border: 2px solid #000;
}
.menu ul {
  margin-top: 7px;
  border-top: 2px solid #656565;
  width: 100%;
}
.menu ul li {
  line-height: 30px;
  border-left: 1px solid #656565;
  font-size: 0.9em !important;
  margin-top: -1px;
}

.menu2 {
	position: relative;
  line-height: 28px !important;
  /* height: 22px !important; */
  color: #fff;
  margin-left: 2px !important;
  background: #3d3d3ee0;
}
.t_bl1 {
	position: absolute;
	top: 2px;
	left:5px;
	width: 9px;
	height: 9px;
  background: url("../images/common/bl_02.png") left top no-repeat;
}
.menu ul li:nth-child(1) a span{
  line-height: 11px;
  margin-right: -30px;
  color: #fff;
}
.menu2 a span{
  /* line-height: 15px; */
  color: #fff;
  /* margin-right: -26px; */
  /* clear: both; */
}
.menu2 ul {
  margin-top: 0px !important;
  border-bottom: 1px solid #656565;
  border-right: 1px solid #656565;
}
.menu2 ul li {
  cursor: pointer;
  line-height: 19px;
  padding: 1px 0 1px 28px;
  border: none !important;
  background: url("../images/common/bl_03.png") 14px center #000 no-repeat !important;
  font-size: 0.78rem !important;
}
.menu2 ul li:nth-child(1) a span{
  margin-right: 0;
  line-height: 3px;
  color: #fff;
  float: right;
}
.menu2 ul li a span{
  margin-right: 0 !important;
  line-height: 3px !important;
  color: #fff;
  float: right;
}
.menu2 ul li span{
  line-height: 1px;
  width: 29px;
  clear: both;
}
.menu a {
   display: block !important;
}
.menu2 ul li a {
   display: block !important;
   color: #fff;
}
.menu2 a {
   color: #fff;
}
.menu2 a:hover {
   color: var(--primary);
}
.etc {
  height: 30px;
  color: #9d7815;
  font-size: 0.74rem;
  line-height: 28px;
  padding: 0 10px;
  border-top: 2px solid #1e1e1e;
  border-left: 2px solid #1e1e1e;
  background: #000;
}

.txt_line1 {
	display: inline-block;
  /*width: 197px;*/
  height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
 }
 .txt_cut {
	 overflow: hidden !important;
   text-overflow: ellipsis !important;
   white-space: nowrap !important;
   width: 70%;
   float: left;
 }
 .txt_cut2 {
	 width: 90%;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap;
 }
.txt_rcut1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txt_rcut2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 공통 */

.ico_1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/common/ico_01.png") left center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  border: none !important;
}

.ico_2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/common/ico_02.png") left center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  border: none !important;
}

.game_img1 {
  display: inline-block;
  width: 100%;
  height: 500px;
  background: url("../images/common/_game/game_img01.png") left center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  border: none !important;
}

.ico_st1 {
  display: inline-block;
  height: 28px;
  width: 28px;
  padding: 2px;
  text-align: center;
  border-radius: 2px;
  background: #fff;
  border: none !important;
}

.ioc_heart {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/_game/ic_heart.png") center center no-repeat;
  background-size: 80% 80%;
  vertical-align: middle;
}

.ioc_clover {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/_game/ic_clover.png") center center no-repeat;
  background-size: 80% 80%;
  vertical-align: middle;
}

.ioc_dia {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/_game/ic_dia.png") 3px center no-repeat;
  background-size: 80% 80%;
  vertical-align: middle;
}

.ioc_space {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/_game/ic_space.png") 3px 1px no-repeat;
  background-size: 80% 80%;
  vertical-align: middle;
}

.input_st1 {
  width: 125px;
  color: #fdc93a;
  text-align: right;
  float: right;
  background: #000;
  border: 1px solid #000;
  padding: 2px;
  margin-right: 2px;
}

.input_st2 {
  width: 220px;
  color: #fff;
  height: 26px !important;
  line-height: 26px !important;
  padding: 2px !important;
  font-size: 0.7rem;
  text-align: left;
  background: #000;
  border: 1px solid #000;
  padding: 3px;
}
.input_st2-l {
  width: 83%;
  color: #fff;
  height: 26px !important;
  line-height: 20px !important;
  padding: 2px !important;
  font-size: 0.7rem;
  text-align: left;
  background: #000;
  border: 1px solid #000;
  padding: 3px;
}
.input_st3 {
  width: 50%;
  color: #fff;
  font-size: 0.7rem;
	height: 26px !important;
	line-height: 26px !important;
  padding: 2px !important;
  text-align: left;
  background: #000;
  border: 1px solid #000;
  padding: 3px;
}

.input_st4 {
  width: 60%;
  color: #fff;
  height: 60px;
  font-size: 1.3rem;
  text-align: center;
  padding: 2px;
  background: #000;
  margin: 20px;
  border: 1px solid #000;
  padding: 3px;
}

/*
.input_st5 {
  width: 70%;
  color: #fff;
  font-size: 1em;
  text-align: left;
  padding: 2px 5px;
  background: #000;
  border: 1px solid #000;
}
*/

.input_st5 {
  width: 70% !important;
  color: #fff !important;
  font-size: 1em !important;
  text-align: left !important;
  padding: 2px 5px !important;
	height: 26px !important;
	line-height: 26px !important;
  background: #000 !important;
  border: 1px solid #000 !important;
}

.input_st5_1 {
  width: 230px !important;
  color: #fff !important;
  font-size: 1em !important;
  text-align: left !important;
	height: 26px !important;
	line-height: 26px !important;
  padding: 2px 5px !important;
  background: #000 !important;
  border: 1px solid #000 !important;
}

.input_st6 {
  width: 50%;
  color: #fff;
  font-size: 1em;
  text-align: left;
  padding: 2px 5px;
  background: #000;
  border: 1px solid #000;
}

.input_st7 {
  width: 100%;
  color: #fff;
  font-size: 0.8em;
  text-align: left;
  padding: 1px 5px;
  background: #000;
  border: 1px solid #000;
}

.input_st8 {
  width: 100% !important;
  color: #fff !important;
  height: 23px !important;
  font-size: 0.7rem !important;
  text-align: left !important;
  padding: 1px 5px !important;
  background: #000 !important;
  border: 1px solid #000 !important;
}

.input_st10 {
  width: 100%;
  color: #fff;
  height: 23px;
  font-size: 0.7rem;
  text-align: left;
  padding: 1px 5px;
  background: #000;
  border: 1px solid #000;
}

.input_st11 {
	width: 70% !important;
  height: 26px !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  text-align: left !important;
  padding: 0px 15px !important;
  background: #333 !important;
  border: 1px solid #000 !important;
}

.input_st12 {
  width: 90%;
  color: #fff;
  height: 23px;
  font-size: 0.7rem;
  text-align: left;
  padding: 1px 5px;
	border-radius: 3px;
  background: #000;
  border: 1px solid #000;
}

.input_st13 {
  width: 90%;
  color: #fff;
  font-size: 0.7rem;
  text-align: left;
  padding: 1px 5px;
  background: #000;
	border-radius: 3px;
  border: 1px solid #000;
}
.input_st14 {
  width: 100% !important;
  color: #00ffcc !important;
  height: 23px !important;
  font-size: 0.74rem !important;
  text-align: left !important;
  padding: 1px 5px !important;
  background: #000 !important;
  border: none !important;
}
.input_st15 {
  width: 58%;
  color: #fff;
  text-align: right;
  float: right;
  background: #000;
  border: none !important;
  padding: 2px 5px;
}

.input_st16 {
  width: 54%;
  color: #a9a5a3 !important;
  height: 26px !important;
  line-height: 26px !important;
  padding: 2px !important;
  font-size: 0.74rem;
  text-align: left;
  background: #424242;
  border: 1px solid #000;
}
.dot_line1 {
  /*  height: 2px;
   background: url("../images/common/dot_01.png") repeat-x;
	 border: 1px solid #252525;*/
}

.width_10 {
  width: 9.9%;
}

.width_16 {
  width: 16.4%;
}

.width_20 {
  width: 19.73% !important;
}
.width_25_m {
  width: 24.4%;
}
.width_25 {
  width: 24.3%;
}
.width_25_u {
  width: 24.55%;
}
.width_30 {
  width: 29.7%;
}

.width_333 {
  width: 33%;
}

.width_33 {
  width: 32.6%;
}

.width_49 {
  width: 49%;
}

.width_50 {
  width: 49.7%;
}

.width_70 {
  width: 69.7%;
}

.width_98 {
  width: 99%;
  margin: 0 auto;
}

.width_100 {
  width: 99.7%;
}

.f_right {
  float: right;
}

.f_left {
  float: left;
}
.f_w6 {
  font-weight: 600;
}
.txt_ac {
  text-align: center !important;
}
.txt_ar {
  text-align: right !important;
}
.txt_al {
  text-align: left !important;
}

.txt_left {
  text-align: left !important;
}

.txt_right {
  text-align: right !important;
}

.txt_vert {
  vertical-align: text-top;
}
.txt_co1 {
  color: #fa8100 !important;
}
.txt_co2 {
  color: #ffcc00 !important;
}
.txt_co3 {
  color: var(--primary) !important;
}
.txt_co4 {
  color: #4fa60b !important;
}
.txt_co5 {
  color: #ffcc00 !important;
}
.txt_co6 {
  color: #ffcc00 !important;
}
.txt_co7 {
  color: #ffcc00 !important;
}
.txt_co8 {
  color: #0072ff !important;
}
.txt_co9 {
  color: #ff0000 !important;
}
.txt_co10 {
  color: #129100 !important;
}
.txt_co12 {
  color: #289ae3 !important;
}
.txt_co13 {
  color: #00d2ff !important;
}
.txt_co14 {
  color: #009cff !important;
}
.txt_co15 {
  color: #000 !important;
}
.txt_co16 {
  color: #fff !important;
}
.txt_co17 {
  color: #f6ff00 !important;
}
.txt_co18 {
  color: #fafafa !important;
}
.txt_co19 {
  color: #c062c2 !important;
}
.txt_co20 {
  color: #ffe400 !important;
}
.txt_co28 {
  color: #ffcc00 !important;
}
.txt_co29 {
  color: #fff !important;
}
.txt_co71 {
  color: #fff000 !important;
}
.txt_co72 {
  color: #c0ff00 !important;
}
.txt_co73 {
  color: var(--primary) !important;
}
.txt_size {
  font-size: 0.8rem !important;
}

.txt_size1 {
  font-size: 1rem !important;
}

.txt_size2 {
  font-size: 1.1rem !important;
}
.txt_size22 {
  font-size: 0.56rem !important;
}
.txt_size3 {
  font-size: 2rem !important;
}
.txt_size51 {
  font-size: 3.6rem !important;
}
.txt_size44 {
  font-size: 0.9rem !important;
}
.txt_size45 {
  font-size: 0.86rem !important;
}
.txt_size46 {
  font-size: 8rem !important;
}
.txt_size47 {
  font-size: 1rem !important;
}
.txt_size48 {
  font-size: 1.3rem !important;
}
.st_att_no {
  height: 100px;
  text-align: right;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  float: right;
  padding-right: 10px;
}

.st_btn_area {
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 1em;
}

.st_btn_area2 {
  padding: 0 10px;
  color: #fff;
  font-size: 1em;
}
.st_btn_area3 {
	display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1em;
}
.bt_gr_area33 {
  width: 40px;
  float: right;
  font-size: 0.7rem;
  padding: 3px 0;
  border-radius: 0px;
  text-align: center;
  border: none;
  background: #fa6200;
  color: #fff !important;
}


.st_mard {
  margin: 0 auto;
  text-align: center;
}
.st_ma5 {
  margin: 5px !important;
}

.st_marl1 {
  margin-left: 1px !important;
}

.st_marl2 {
  margin-left: 2px !important;
}

.st_marl3 {
  margin-left: 3px !important;
}

.st_marl5 {
  margin-left: 5px !important;
}
.st_marl6 {
  margin-left: 6px;
}
.st_marl7 {
  margin-left: 7px;
}
.st_marl8 {
  margin-left: 8px;
}
.st_marl9 {
  margin-left: 9px;
}
.st_marl10 {
  margin-left: 10px;
}
.st_marr2 {
  margin-right: 2px;
}
.st_marr3 {
  margin-right: 3px;
}
.st_marr4 {
  margin-right: 4px;
}
.st_marr5 {
  margin-right: 5px !important;
}
.st_marr6 {
  margin-right: 6px;
}
.st_marr7 {
  margin-right: 7px;
}
.st_marr8 {
  margin-right: 8px;
}
.st_marr9 {
  margin-right: 9px;
}
.st_marr10 {
  margin-right: 10px  !important;
}
.st_marr15 {
  margin-right: 15px;
}
.st_marr20 {
  margin-right: 20px;
}
.st_mart-3 {
  margin-top: -3px;
}
.st_mart1 {
  margin-top: 1px !important;
}
.st_mart2 {
  margin-top: 2px !important;
}
.st_mart3 {
  margin-top: 3px !important;
}
.st_mart4 {
  margin-top: 4px !important;
}
.st_mart5 {
  margin-top: 5px !important;
}
.st_mart6 {
  margin-top: 6px !important;
}
.st_mart7 {
  margin-top: 7px !important;
}
.st_mart8 {
  margin-top: 8px !important;
}
.st_mart9 {
  margin-top: 9px !important;
}
.st_mart10 {
  margin-top: 10px !important;
}
.st_mart11 {
  margin-top: 11px !important;
}
.st_mart15 {
  margin-top: 15px !important;
}
.st_mart20 {
  margin-top: 20px !important;
}
.st_marb1 {
  margin-bottom: 1px;
}
.st_marb2 {
  margin-bottom: 2px;
}
.st_marb5 {
  margin-bottom: 5px;
}
.st_marb7 {
  margin-bottom: 7px;
}
.st_marb10 {
  margin-bottom: 10px !important;
}
.st_martb10 {
  margin: 10px auto 10px auto !important;
}
.st_marlr3 {
  margin: 0 3px;
}
.st_marlr10 {
  margin: 0 5px 0 10px;
}
.st_marlr15 {
  margin: 0 5px 0 15px;
}
.st_marlr18 {
  margin: 0 5px 0 18px;
}
.st_marlr25 {
  margin: 0 5px 0 25px;
}
.st_marlr1018 {
  margin: 0 10px 0 18px;
}
.st_martr10 {
  margin: 10px 10px 0 0;
}
.st_mart1r5 {
  margin: 1px 5px;
}
.st_pad10 {
  padding: 10px;
}
.st_padlr5 {
  padding: 0 5px;
}
.st_padlr10 {
  padding: 0 10px;
}
.st_padr5 {
  padding-right: 5px;
}
.st_padt2 {
  padding-top: 2px;
}
.st_padt3 {
  padding-top: 3px;
}
.st_padt5 {
  padding-top: 5px;
}
.st_padt10 {
  padding-top: 10px;
}
.st_padt15 {
  padding-top: 15px;
}
.st_padr10 {
  padding-right: 10px !important;
}
.st_padl5 {
  padding-left: 5px !important;
}
.st_padl10 {
  padding-left: 10px !important;
}
.st_padb5 {
  padding-bottom: 5px !important;
}
.st_padb10 {
  padding-bottom: 10px !important;
}
.st_hi40 {
  height: 40px;
}
.st_hi50 {
  height: 50px;
}
.st_hi60 {
  height: 60px;
}
.st_hi70 {
  height: 70px;
}
.st_wid_85 {
  width: 85%;
  padding: 5px 0 0 0;
  float: left;
}
.st_wid_15 {
  width: 15%;
  float: left;
}

/* GALLERY */

.st_gallery {
  width: 99%;
  padding: 5px;
  margin: 0 auto 0 13px;
}

.st_gallery_img {
  width: 32.7%;
  text-align: center;
  margin: 5px 4px 5px 0;
  border: 1px solid #666;
  float: left;
}

.st_gallery_img.end {
  width: 20%;
  text-align: center;
  margin-right: none;
  border: 1px solid #666;
  float: left;
}

.st_img {
  padding: 5px;
  text-align: center;
}

.st_txt {
  width: 100%;
  padding: 3px 5px;
  color: #fff;
  line-height: 30px;
  font-size: 0.9rem;
  text-align: center;
  border-top: 1px solid #666;
}

/* BBS WRITE */

.st_bbs_write {
  display: none;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  font-size: 0.7rem;
  color: #fff;
  line-height: 24px;
  background: #393939;
}

.st_textarea {
  padding: 10px;
  font-size: 0.7rem;
  color: #fff;
}

.st_textarea2 {
  padding: 5px 10px;
  font-size: 0.7rem;
  color: #fff;
}

.st_wmar {
  margin: 10px auto 2px 39%;
}

.st_bbs_view {
  padding: 10px;

}


/* input file type */
.input-file {
  display: inline-block;
}
.input-file [type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0 none;
}
.input-file .file-label {
  display: inline-block;
  min-width: 53px;
  height: 27px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 1em;
  background-color: #333;
  color: #fff;
  margin-top: 6px;
  text-align: center;
}
.input-file .file-name {
  width: 300px;
  height: 27px;
  line-height: 26px;
  text-indent: 5px;
  background: #000;
  border: 1px solid #000;
}

/* 접근성 탭 포커스 스타일 */

.file-focus {
  outline: 1px dotted #d2310e;
}


/* TABLE 2 */

table.st1 {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #000;
}
table.st1 * {
  position: relative;
}

.last {
  border-right: none;
}

table.st1 tbody th {
  height: 35px;
  color: #fff;
  background: rgba( 0, 0, 0, 0.3 );
  padding: 0 10px;
  text-align: left;
}

table.st1 thead th {
  text-align: center;
}

tabl.st1 tbody tr {
  height: 35px;
  border-top: 1px solid #000!important;
}
table.st1 tbody td {
   border-right: 1px solid #000;
}

table.st1 tbody tr:last-child {
  border: 0;
}
table.st1 td {
  padding: 2px 10px;
  text-align: left;
  font-weight: normal;
}

.st1 tbody tr:nth-child(even) {
  background: rgba( 18, 18, 18, 0.5 );
}

.st1 tbody tr:nth-child(odd) {
  background: rgba( 255, 255, 255, 0.6 );
}

.st1 tbody tr {
  font-size: 0.74rem;
  color: #fff;
  line-height: 24px;
}

.st1 tbody tr:hover {
  background: rgba( 30, 30, 30, 0.5 );
  cursor: pointer;
}

/* TABLE 3 */

table.st2 {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #000;
}
table.st2 * {
  position: relative;
}

.last {
  border-right: none;
}

table.st2 td, table.st2 th {

}
table.st2 th {
  height: 35px;
  color: #fff;
  background: rgba( 0, 0, 0, 0.3 );
  padding: 0 10px;
  text-align: left;
}
tabl.st2 tbody tr {
  height: 35px;
  border-top: 1px solid #000!important;
}
table.st2 tbody td {
   border-right: 1px solid #000;
}

table.st2 tbody tr:last-child {
  border: 0;
}
table.st2 td {
  padding: 0 10px;
  text-align: left;
  font-weight: normal;
}

.st2 tbody tr {
  font-size: 0.74rem;
  color: #fff;
  line-height: 24px;
  background: rgba( 18, 18, 18, 0.5 );
}

.st2 tbody tr:hover {
  background: rgba( 30, 30, 30, 0.5 );
  cursor: pointer;
}

/* TABLE 4 */

table.st3 {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #000;
}
table.st3 * {
  position: relative;
}

.last {
  border-right: none;
}

table.st3 td, table.st1 th {

}

table.st3 tbody th {
  height: 35px;
  color: #fff;
  background: rgba( 0, 0, 0, 0.3 );
  padding: 0 10px;
  text-align: left;
}

table.st3 thead th {
  text-align: center;
}

tabl.st3 tbody tr {
  height: 35px;
  border-top: 1px solid #000!important;
}
table.st3 tbody td {
	height: 36px;
	font-size: 0.74rem;
	border-right: 1px solid #000;
  background: #2b2b2b;
}

table.st3 tbody tr:last-child {
  border: 0;
}
table.st3 td {
  padding: 0 10px;
  text-align: center;
  font-weight: 600;
}

.st3 tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.4);
}

.st3 tbody tr:nth-child(odd) {
	background: none;
	border-top: 1px solid #000;
}

.st3 tbody tr {
  font-size: 0.74rem;
  color: #fff;
  line-height: 24px;
}

.st3 tbody tr:hover {
  background: rgba( 30, 30, 30, 0.5 );
  cursor: pointer;
}

/* TABLE 5 */

table.st4 {
  display: block;
  overflow-x: auto;
  width: 99%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #000;
}
table.st4 * {
  position: relative;
}

.last {
  border-right: none;
}

table.st4 td, table.st1 th {

}

table.st4 tbody th {
  height: 35px;
  color: #fff;
  background: rgba( 0, 0, 0, 0.3 );
  padding: 0 10px;
  text-align: center;
}

table.st4 thead th {
  text-align: center;
}

tabl.st4 tbody tr {
  height: 35px;
  border-top: 1px solid #000!important;
}
table.st4 tbody td {
   border-right: 1px solid #000;
}

table.st4 tbody tr:last-child {
  border: 0;
}
table.st4 td {
  padding: 0 10px;
  text-align: center;
  font-weight: normal;
}

.st4 tbody tr:nth-child(even) {
  background: rgba( 18, 18, 18, 0.5 );
}

.st4 tbody tr:nth-child(odd) {
  background: rgba( 255, 255, 255, 0.6 );
}

.st4 tbody tr {
  font-size: 0.74rem;
  color: #fff;
  line-height: 24px;
}

.style1{
   padding: 3px 8px;
   background: #333;
   color: #fff;
}

.style2{
   padding: 3px 8px;
   background: #333;
   color: #ffb900;
}

.style3{
   padding: 3px 8px;
   background: #333;
   color: #00d2ff;
}

.f_st1{
   padding: 3px;
   border-radius: 10px;
   background: #ff0000;
   color: #fff;
}

.f_st2{
   padding: 3px;
   border-radius: 10px;
   background: #85ec46;
   color: #fff;
}

.f_st3{
   padding: 3px;
   border-radius: 10px;
   background: #0324eb;
   color: #fff;
}

.f_st4{
   padding: 3px;
   border-radius: 10px;
   background: #ff0000;
   color: #fff;
}

.f_st5{
   padding: 3px;
   border-radius: 10px;
   background: #85ec46;
   color: #fff;
}

/* TABLE 6 */

table.st6 {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #000;
}
table.st6 * {
  position: relative;
}

.last {
  border-right: none;
}

table.st6 td, table.st2 th {

}
table.st6 th {
  height: 35px;
  color: #fff;
  background: rgba( 0, 0, 0, 0.3 );
  padding: 0 10px;
  text-align: left;
}
tabl.st6 tbody tr {
  height: 35px;
  border-top: 1px solid #000!important;
}
table.st6 tbody td {

}

table.st6 tbody tr:last-child {
  border: 0;
}
table.st6 td {
  padding: 4px 10px;
  font-size: 0.74rem;
  font-weight: 600;
}

.st6 tbody tr {
  font-size: 0.9rem;
  color: #fff;
  line-height: 24px;
  background: #2b2b2b;
}

.st6 tbody tr:hover {
  cursor: pointer;
}

/* TABLE 7 */

table.st7 {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 3px auto;
  position: relative;
  border-bottom: 1px solid #000;
}

table.st7.st_on {
  border: 2px solid #fecb18;
}

table.st7 * {
  position: relative;
}

.last {
  border-right: none;
}


table.st7 tbody th {
  height: 35px;
  color: #fff;
  background: rgba( 0, 0, 0, 0.3 );
  padding: 0 10px;
  text-align: left;
}

table.st7 thead th {
  text-align: center;
}

tabl.st7 tbody tr {
  height: 35px;
  border-top: 1px solid #000!important;
}
table.st7 tbody td {
   border-right: 1px solid #000;
}

table.st7 tbody tr:last-child {
  border: 0;
}
table.st7 td {
  text-align: left;
  font-weight: normal;
}

.st7 tbody tr:nth-child(even) {
  background: rgba( 18, 18, 18, 0.5 );
}

.st7 tbody tr:nth-child(odd) {
  background: rgba( 255, 255, 255, 0.6 );
}

.st7 tbody tr {
  font-size: 0.74rem;
  color: #fff;
  line-height: 24px;
}

.st7 tbody tr:hover {
  background: rgba( 30, 30, 30, 0.5 );
  cursor: pointer;
}

/* TABLE 8 */

table.st8 {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table.st8 * {
  position: relative;
}

.last {
  border-right: none;
}

table.st8 td, table.st8 th {

}

table.st8 tbody th {
  height: 35px;
  color: #fff;
  padding: 0 5px;
  text-align: left;
}

table.st8 thead th {
  text-align: center;
}

table.st8 tbody td {
   border-right: 1px solid #000;
}

table.st8 tbody tr {
  border: none !important;
}

table.st8 tbody tr:last-child {
  border: none;
}

table.st8 td {
  padding: 1px 5px;
  text-align: center;
  font-weight: 600;
}

.st8 tbody tr {
  font-size: 0.74rem;
  color: #fff;
  line-height: 24px;
}

/* TABLE 9 */

table.st9 {
  display: block;
  table-layout:fixed;
  overflow: scroll;
  height: 213px;
  width: 99%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #000;
  background: #000;
}

table.st9 * {
  position: relative;
}

.last {
  border-right: none;
}

table.st9 td, table.st9 th {

}

table.st9 tbody th {
  height: 35px;
  color: #fff;
  background: rgba( 0, 0, 0, 0.3 );
  padding: 0 5px;
  text-align: center;
}

table.st9 thead th {
  text-align: center;
}

tabl.st9 tbody tr {
  height: 18px;
  border-top: 1px solid #000!important;
}
table.st9 tbody td {
   border-right: 1px solid #000;
}

table.st9 tbody tr:last-child {
  border: 0;
}
table.st9 td {
  padding: 0 1px;
  text-align: center;
  font-weight: normal;
}

.st9 tbody tr:nth-child(even) {
  background: rgba( 18, 18, 18, 0.5 );
}

.st9 tbody tr:nth-child(odd) {
  background: rgba( 255, 255, 255, 0.6 );
}

.st9 tbody tr {
  height: 20px;
  font-size: 0.74rem;
  color: #fff;
  line-height: 18px;
}

/* TABLE 21 */

table.st21 {
  overflow: hidden;
  width: 85%;
  font-size: 0.74rem !important;
  margin: 10px auto 0 auto;
  position: relative;
  border-bottom: 1px solid #000;
}
table.st21 * {
  position: relative;
}
.last {
  border-right: none;
}
table.st21 tbody th {
  height: 35px;
  color: #fff;
  background: rgba( 0, 0, 0, 0.3 );
  padding: 0 10px;
  text-align: left;
}
table.st21 thead th {
  text-align: center;
}
table.st21 tbody tr {
  height: 35px;
  border-top: 1px solid #000 !important;
}
table.st21 tbody td {
 border-right: 1px solid #000;
}
table.st21 tbody tr:last-child {
  border: 0;
}
table.st21 td {
  padding: 2px 10px;
  text-align: center;
  font-weight: 600;
  background: #2b2b2b;
}
.st21 tbody tr:nth-child(even) {

}
.st21 tbody tr:nth-child(odd) {
  background: #2b2b2b;
}
.st21 tbody tr {
  font-size: 0.74rem;
  color: #fff;
  line-height: 24px;
  border-top: 1px solid #000 !important;
}
.st21 tbody tr {
  height: 35px;
  border-top: 1px solid #000 !important;
}
table.st21 tbody td {
 border-right: 1px solid #000;
}

table.st21 tbody tr:last-child {
  border: 0;
}
table.st21 td {
  padding: 2px 10px;
  text-align: center;
  font-weight: 600;
  background: #2b2b2b;
}
.st21 tbody tr:nth-child(even) {

}
.st21 tbody tr:nth-child(odd) {
  background: #2b2b2b;
}
.st21 tbody tr {
  font-size: 0.74rem;
  color: #fff;
  line-height: 24px;
  border-top: 1px solid #000 !important;
}

/* REAL TIME */

.img_size1 {
  height: 30px;
  width: 30px;
  vertical-align: top;
}

.no_st1 {
	display: inline-block;
  height: 30px;
  width: 50px;
  color: #000;
  font-weight: 600;
  line-height: 30px;
  border-radius: 10px;
  font-size: 1.6em;
  text-align: center;
  background: var(--primary);
}

.no_st2 {
  display: inline-block;
  height: 30px;
  width: 50px;
  color: #fff;
  line-height: 30px;
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
}

.no_st3 {
  position: absolute !important;
  display: inline-block;
  top: 4px;
  right: 75px;
  color: #a1f100;
  font-size: 2.4em;
  font-weight: 600;
  text-align: center;
}
.no_st4 {
	position: absolute;
  right: 38%;
  top: 5px;
  color: #f24b00;
  font-size: 2.4em;
  font-weight: 600;
  text-align: center;
}
.notime_st {
	position: absolute !important;
  display: inline-block;
  top: -31px;
  right: 17%;
  color: #fff;
  font-size: 1em;
  text-align: center;
}

/*  축구 */
.st_real_l-6046 {
  width: 74%;
  padding: 5px 0;
  margin-right: 1px;
  border-bottom: 1px solid #000;
  float: left;
	background: url("../images/common/st_real_bg1.png")center center no-repeat;
	background-size: 100%;
}
/*  농구 */
.st_real_l-48242 {
  width: 74%;
  padding: 5px 0;
  margin-right: 1px;
  border-bottom: 1px solid #000;
  float: left;
	background: url("../images/common/st_real_bg2.png")center center no-repeat;
	background-size: 100%;
}
/*  배구 */
.st_real_l-154830 {
  width: 74%;
  padding: 5px 0;
  margin-right: 1px;
  border-bottom: 1px solid #000;
  float: left;
	background: url("../images/common/st_real_bg3.png")center center no-repeat;
	background-size: 100%;
}
/*  야구 */
.st_real_l-154914 {
  width: 74%;
  padding: 5px 0;
  margin-right: 1px;
  border-bottom: 1px solid #000;
  float: left;
	background: url("../images/common/st_real_bg4.png")center center no-repeat;
	background-size: 100%;
}
/*  하키 */
.st_real_l-35232 {
  width: 74%;
  padding: 5px 0;
  margin-right: 1px;
  border-bottom: 1px solid #000;
  float: left;
	background: url("../images/common/st_real_bg5.png")center center no-repeat;
	background-size: 100%;
}

/*  미식축구 */
.st_real_l-131506 {
  width: 74%;
  padding: 5px 0;
  margin-right: 1px;
  border-bottom: 1px solid #000;
  float: left;
  background: url("../images/common/st_real_bg6.png")center center no-repeat;
  background-size: 100%;
}

/*  E-스포츠 */
.st_real_l-687890 {
  width: 74%;
  padding: 5px 0;
  margin-right: 1px;
  border-bottom: 1px solid #000;
  float: left;
  background: url("../images/common/st_real_bg7.png")center center no-repeat;
  background-size: 100%;
}


.st_real_l-1 ul li, .st_real_l-2 ul li, .st_real_l-3 ul li, .st_real_l-4 ul li, .st_real_l-5 ul li {
	vertical-align: middle;
  display: inline-block;
  height: 30px;
  width: 19%;
  text-align: center;
}

.st_real_l2 {
  width: 75%;
	height: 45px;
  margin-right: 1px;
  float: left;
}

.st_real_l2 ul li {
  display: inline-block;
  padding: 0 5px;
  height: 34px;
  width: 49.3%;
	font-size: 0.7rem !important;
  line-height: 34px !important;
  text-align: left;
  border-radius: 2px;
	 background: #333333;
}

.st_real_l2 ul li.end {

}
.st_real_l3 {
  width: 100%;
  margin-right: 1px;
	background: rgba(255, 255, 255, 0.4);
  float: left;
}

.st_real_l3 ul li {
  display: inline-block;
  padding: 0 5px;
  height: 34px;
  width: 32.6%;
  line-height: 34px;
  text-align: center;
}

.st_real_l3 ul li.end {
  border-right: none !important;
}
.st_real_l4 {
  width: 100%;
  margin-right: 1px;
  background: rgba( 0, 0, 0, 0.3 );
  float: left;
}
.st_real_l4 ul{
  border-bottom: 1px solid #000;
}
.st_real_l4 ul li {
  display: inline-block;
  padding: 0 5px;
  height: 34px;
  width: 32.8%;
  line-height: 34px;
  text-align: center;
}
.st_real_l4 ul.end {
  border-bottom: none !important;
}
.st_real_r {
  position: absolute !important;
  top: 1px !important;
  right: 2px;
  width: 25%;
  padding: 2px;
  border: 1px solid #666;
  border-radius: 2px;
  float: right;
}
.st_real_r ul li {
  text-align: center;
	font-size: 0.8rem !important;
}
.st_real_r ul li span{
  display: inline-block;
  width: 100%;
  height: 24px;
  font-weight: 600;
  font-size: 0.65rem !important;
  color: #000;
  text-align: center;
  border-radius: 10px;
  background: var(--primary);
}
/*  리스트 스타일 1 */

.list_st1 ul{
  border-top: 3px solid var(--primary);
}
.list_st1 ul li {
  width: 100%;
  font-size: 0.74rem;
  color: #fff;
  margin: -1px 0 1px 0;
}
.list_st1 ul li > div {
  line-height: 30px;
  margin-bottom: 2px;
}
.list_st1 ul li:nth-child(1) {
 	margin-top: 0px !important;
}
.list_st1 .tr {
  padding: 0px 2px;
  overflow: hidden;
  color: #ffcc00;
  height: 36px;
  line-height: 40px;
  font-size: 0.68rem;
  margin: 0px;
}
.list_st1 .tr2 {
	padding: 3px 2px 3px 20px;
	margin: 0;
	line-height: 18px;
	background: url("../images/common/_game/bl_03.png")3px 5px no-repeat;
}
.list_st1 .last {
  border-right: none;
}
.list_st1 .ts_no {
  border-right: none !important;
  padding: 0px !important;
  font-size: 0.8em !important;
  text-align: left !important;
}

/*  리스트 스타일 2 */

.list_st2 {
	line-height: 30px;
}
.list_st2 ul {
  border-top: 3px solid var(--primary);
}
.list_st2 ul li {
  font-size: 0.74rem;
  color: #fff;
  line-height: 8px;
  margin: 1px auto;
  position: relative;
}

.list_st2 ul li:nth-child(1) {
	margin-top:  0px !important;
}

.list_st2 ul li > div {
  line-height: 30px;
  margin-bottom: 2px;
}
.list_st2 .tr {
  display: block;
  height: 30px;
  color: var(--primary);
  line-height: 31px;
  padding: 0px 5px;
  font-size: 0.76rem;
}
.list_st2 .tr2 {
	padding: 3px 2px 3px 20px;
	margin: 0;
	line-height: 18px;
	background: url("../images/common/_game/bl_03.png")3px 5px no-repeat;
}
.list_st2 .last {
  border-right: none;
}

/*  리스트 스타일 3 */

.list_st3 ul li {
  font-size: 0.74rem;
  color: #fff;
  font-weight: 600;
  line-height: 24px;
  margin: 1px auto;
  position: relative;
}
.list_st3 ul li > div {
  padding: 5px 5px;
  border-radius: 2px;
}
.list_st3 .tr {
	display: block;
	height: 34px;
	padding: 0px 2px;
	background: rgba( 0, 0, 0, 0.5 );
}
.list_st3.st_on {
	border: 2px solid #fecb18;
}

/*  리스트 스타일 4 */

.list_st4{

}
.list_st4 ul li {
font-size: 0.74rem;
	color: #fff;
  font-weight: 600;
	line-height: 32px;
	margin: 0 auto;
	position: relative;
}
.list_st4 ul li:nth-child(1) {
 	margin-top: 40px !important;
}
.list_st4 ul li > div {
  line-height: 30px;
  margin-bottom: 2px;
}
/*
.list_st4 ul li > div:nth-child(1):hover {
   background: none !important;
}
.list_st4 ul li > div:hover.no_bg {
   background: none !important;
}
.list_st4 ul li > div:hover {
  cursor: pointer;
	background: rgb(247,180,0);
  background: -moz-linear-gradient(top, rgba(247,180,0,1) 0%, rgba(102,71,16,1) 67%, rgba(150,107,10,1) 100%);
  background: -webkit-linear-gradient(top, rgba(247,180,0,1) 0%,rgba(102,71,16,1) 67%,rgba(150,107,10,1) 100%);
  background: linear-gradient(to bottom, rgba(247,180,0,1) 0%,rgba(102,71,16,1) 67%,rgba(150,107,10,1) 100%);
}
*/
.list_st4 .tr {
	padding: 0px 0px;
	height: 26px;
  line-height: 26px;
}
.list_flex {
	display: flex;
}
.list_st4.st_on {
  border: 2px solid #fecb18;
}

/*  리스트 스타일 5 */

.list_st5{
}
.list_st5 ul li {
	display: flex;
  font-size: 0.74rem;
  color: #fff;
  font-weight: 600;
  line-height: 9px;
  margin: 0 auto;
  position: relative;
}
.list_st5 ul li:nth-child(1) {

}

.list_st5 ul li > div {
	padding: 2px 5px;
  margin: 0 1px 2px 0 !important;
  line-height: 30px;
	background: #333333;
}
.list_st5 ul li > div:hover.no_bg {
   background: none !important;
}

.list_st5 .tr {
  padding: 0px 2px;
  background: rgba( 0, 0, 0, 0.7 ) !important;
}
.list_st5 .tr2 {
	padding: 3px 2px 3px 20px;
	margin: 0;
  color: var(--primary);
	line-height: 18px;
	background: url("../images/common/_game/bl_03.png")3px 5px #202020 no-repeat;
}
.list_st5.st_on {
  border: 2px solid var(--primary);
}

/*  리스트 스타일 6 */

.list_st6 {
	width: 50%;
	line-height: 30px;
  background: linear-gradient(to bottom, #919191 0%,#dddddd 74%,#dddddd 74%,#919191 100%);
	float: left;
}
.list_st6 ul li {
  font-size: 0.74rem;
  color: #fff;
  font-weight: 600;
  line-height: 32px;
  border-bottom: 1px solid #000 !important;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(to bottom, #919191 0%,#dddddd 74%,#dddddd 74%,#919191 100%);
}

.list_st6 ul li:nth-child(1) {
 	margin-top: 0px !important;
}

.list_st6 ul li > div {
	padding: 2px 5px;
  line-height: 30px;
  background: linear-gradient(to bottom, #919191 0%,#dddddd 74%,#dddddd 74%,#919191 100%);
}
.list_st6 .tr {
  padding: 3px 2px;
  background: rgba( 0, 0, 0, 0.7 );
}
.list_st6 .last {
  border-right: none;
}

/*  리스트 가로폭 */

.tb98 {
	width: 99%;
	margin: 0 auto;
}
.st_wd75 {
  display: inline-block;
  width: 75% !important;
}
.st_wd73 {
  display: inline-block;
  width: 73% !important;
}
.st_wd72 {
  display: inline-block;
  width: 72% !important;
}
.st_wd70 {
  display: inline-block;
  width: 70% !important;
}
.st_wd55 {
  display: inline-block;
  width: 55% !important;
}
.st_wd50 {
	margin-right: -4px;
  display: inline-block;
  width: 50% !important;
}
.st_wd49 {
	margin-right: -4px;
  display: inline-block;
  width: 49.6% !important;
}
.st_wd45 {
  display: inline-block;
  width: 45% !important;
}
.st_wd44 {
	margin-right: -3px;
	margin-left: -4px;
	padding: 0 10px;
	display: inline-block;
	width: 45.3% !important;
}
.st_wd43 {
  display: inline-block;
  width: 43% !important;
}
.st_wd42 {
  display: inline-block;
  width: 42% !important;
}
.st_wd40 {
  display: inline-block;
  width: 40% !important;
}
.st_wd38 {
  display: inline-block;
  width: 38.3% !important;
}
.st_wd37 {
  display: inline-block;
  width: 37% !important;
}
.st_wd36 {
  display: inline-block;
  width: 36% !important;
}
.st_wd33 {
  display: inline-block;
  width: 32.8% !important;
}
.st_wd32 {
  display: inline-block;
  width: 32.9% !important;
}
.st_wd30 {
  display: inline-block;
  width: 30% !important;
}
.st_wd29 {
  display: inline-block;
  width: 28.6% !important;
}
.st_wd27 {
  display: inline-block;
  width: 27% !important;
}
.st_wd26 {
  display: inline-block;
  width: 26% !important;
}
.st_wd25 {
  display: inline-block;
  width: 25% !important;
}
.st_wd24 {
  display: inline-block;
  width: 24% !important;
}
.st_wd20 {
  display: inline-block;
  width: 20% !important;
}
.st_wd18 {
  display: inline-block;
  width: 18% !important;
}
.st_wd16 {
  display: inline-block;
  width: 16% !important;
}
.st_wd15 {
  display: inline-block;
  width: 15% !important;
}
.st_wd14 {
  display: inline-block;
  width: 14% !important;
}
.st_wd13 {
  display: inline-block;
  width: 13% !important;
}
.st_wd12 {
  display: inline-block;
  width: 12% !important;
}
.st_wd11 {
  display: inline-block;
  width: 11% !important;
}
.st_wd10 {
  display: inline-block;
  width: 10% !important;
}
.st_wd9 {
  display: inline-block;
  width: 9% !important;
}
.st_wd8 {
  display: inline-block;
  width: 8% !important;
}
.st_wd7 {
  display: inline-block;
  width: 7% !important;
}
.st_wd5 {
  display: inline-block;
  width: 5% !important;
}
.st_wd6 {
  display: inline-block;
  width: 6% !important;
}
.st_wd4 {
  display: inline-block;
  width: 4%;
}
.b_r1 {
  border-right : 1px solid #587829 !important;
}
.b_r {
  border-right: 1px solid #000;
}
.b_l {
  border-left: 1px solid #000;
}

.b_l2 {
  border-left: 1px solid #1b1b1b;
}
.b_b2 {
  border-bottom: 1px solid #1b1b1b;
}
.b_r2 {
  border-right: 1px solid #1b1b1b;
}
.bt_gr_area66 {
  width: 40px;
  color: #fa8100;
  font-size: 1em;
  padding: 2px 0;
  border-radius: 2px;
  text-align: center;
  background: none;
  border: none;
}
.back_no {
	background: none !important;
}

/*  2019.03.08 추가 리스트 가로폭 */

.st_mart4 {
  margin-top: 4px;
}

.st_wd50_l {
	padding: 4px 5px;
  display: inline-block;
  width: 49.87% !important;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}

.st_wd50_l2 {
	padding: 4px 5px;
  display: inline-block;
  width: 50% !important;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}
.st_wd50_l2_re {
	margin-right: -3px;
  padding: 4px 5px;
  display: inline-block;
  width: 49.7% !important;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}
.st_wd49_l {
	padding: 4px 5px;
  display: inline-block;
  width: 49.4% !important;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}
.st_wd49_l2 {
  display: inline-block;
  width: 49.7% !important;
  background: #333333;
  border-radius: 2px;
  margin-right: -2px;
}
.st_wd49_l2 .bet_pick {
  padding: 4px 5px;
  border-radius: 2px;
}
.st_wd45_l {
	padding: 4px 5px;
  display: inline-block;
  width: 45% !important;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}

.st_wd44_l {
	padding: 4px 5px;
	display: inline-block;
	width: 45.6% !important;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}

.st_wd44_l2 {
	padding: 4px 5px;
	display: inline-block;
	width: 44.6% !important;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}
.st_wd44_l3 {
	padding: 4px 5px;
	display: inline-block;
	width: 44.8% !important;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}
.st_wd33_l {
	padding: 4px 5px;
  display: inline-block;
  width: 33.1% !important;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}
.st_wd33_l2 {
  display: inline-block;
	margin-right: -2px;
  width: 33% !important;
  background: #333333;
  border-radius: 2px;
}
.st_wd33_l2 .bet_pick {
  padding: 4px 5px;
  border-radius: 2px;
}
.st_wd33_l3 {
	padding: 4px 5px;
  display: inline-block;
  margin-right: -3px;
  width: 33.55% !important;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}
.st_wd33_l4 {
	padding: 4px 5px;
  display: inline-block;
  margin-right: -3px;
  width: 33.55% !important;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}
.st_wd33_l5{
	padding: 4px 5px;
  display: inline-block;
	margin-right: -3px;
  width: 33.78% !important;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}
.st_wd30_l {
	padding: 4px 5px;
  display: inline-block;
  width: 31% !important;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}
.st_wd15_l {
	padding: 4px 5px;
  display: inline-block;
  width: 15%;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}
.st_wd11_l {
	padding: 4px 5px;
  display: inline-block;
  width: 11%;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}
.st_wd10_l {
	padding: 4px 5px;
  display: inline-block;
  width: 9.6%;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}
.st_wd7_l {
	padding: 4px 5px;
  display: inline-block;
  width: 7%;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}
.st_wd5_l {
	padding: 4px 5px;
  display: inline-block;
  width: 5%;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}
.st_wd100_l {
	padding: 4px 5px;
	display: inline-block;
	width: 100% !important;
  background: #333333;
  border-radius: 2px;
  margin-right: 1px;
}
/*  2019.03.13 추가 */

.st_w38 {
	width: 38px;
}
.st_w40 {
	width: 40px;
}
.st_w60 {
	width: 60px;
}
.st_wd5_l2 {
	padding: 4px 5px;
  display: inline-block;
  width: 4.84%;
  background: linear-gradient(to bottom, #919191 0%,#dddddd 74%,#dddddd 74%,#919191 100%);
}
.st_wd7_l2 {
	padding: 4px 5px;
  display: inline-block;
  width: 6.8%;
  background: linear-gradient(to bottom, #919191 0%,#dddddd 74%,#dddddd 74%,#919191 100%);
}
.st_r_btns2 ul li.wt120 {
  width: 120px !important;
}
.st_r_btns2 ul li.wt160 {
  width: 160px !important;
}
.st_pad20 {
	padding: 20px;
}
.st_b1{
	border: 1px solid #333 !important;
}
/* 비회원문의 */
#popup_wrap {
	width: 560px;
	height: auto;
	border: solid 1px #35c89a;
	position:fixed;
	top: 50%;
	left: 50%;
	border-radius: 15px;
	margin:-250px 0 0 -250px;
	z-index:9999999;
	display:none;
	background: url("../images/common/popup_bg1.jpg") center top no-repeat;
}
#mask_p {
	width:100%;
	height:100%;
	position:fixed;
	background:rgba(0,0,0,0.8) repeat;
	top:0;
	left:0;
	z-index:999;
	display:none;
}
.popup_logo {
	display: inline-block;
  width: 220px;
  height: 84px;
  background: url("../images/common/t_logo.png") center top no-repeat;
  z-index: 999;
}
.popup-cont01 {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.popup-cont01 button {
	width: 138px;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  border: none;
  font-size: 0.86rem;
  font-weight: 600;
}
.pop_st1 {
	width: 100%;
	padding: 0 20px 10px 20px;
	margin-bottom: 10px;
}
.pop_st1 ul li {
	font-size: 0.7rem;
  line-height: 32px;
  color: #fff;
  border-top: 1px solid #2a2a2a;
}
/*.pop_st1 ul li:nth-child(odd) {
	display: inline-block;
	width: 20%;
	text-align: right;
	float: left;
}
.pop_st1 ul li:nth-child(even) {
	display: inline-block;
	width: 80%;
	text-align: left;
	padding-left: 10px;
	float: left;
} */
/* TABLE 10 */

table.st10 {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #000;
}
table.st10 * {
  position: relative;
}

.last {
  border-right: none;
}

table.st10 td, table.st10 th {

}

table.st10 tbody th {
  height: 35px;
  color: #fff;
  background: rgba( 0, 0, 0, 0.3 );
  padding: 0 10px;
  text-align: left;
}

table.st10 thead th {
  text-align: center;
}
table.st10 tbody tr {
  border-top: 1px solid #000!important;
  background: #4e4e4e;
}
table.st10 tbody td {
	height: 50px;
  font-size: 0.74rem;
  font-weight: 600;
 	border-right: 1px solid #000;
}

table.st10 tbody tr:last-child {
  border: 0;
}
table.st10 td {
  padding: 0 1px;
  text-align: center;
  font-weight: normal;
}

.st10 tbody tr:nth-child(even) {

}

.st10 tbody tr:nth-child(odd) {

}

.st10 tbody tr {
  font-size: 0.7rem;
  color: #fff;
  line-height: 24px;
}

.st10 tbody tr:hover {
  cursor: pointer;
}

/* TABLE 11 */

table.st11 {
  overflow: hidden;
  width: 99%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #000;
}
table.st11 * {
  position: relative;
}

.last {
  border-right: none;
}

table.st11 td, table.st11 th {

}

table.st11 tbody th {
  height: 35px;
  color: #fff;
  background: rgba( 0, 0, 0, 0.3 );
  padding: 0 10px;
  text-align: left;
}

table.st11 thead th {
  text-align: center;
}

table.st11 tbody tr {
  height: 50px;
  border-top: 1px solid #000!important;
  background: #4e4e4e;
}
table.st11 tbody td {
	height: 50px;
  font-size: 0.74rem;
  font-weight: 600;
 	border-right: 1px solid #000;
}

table.st11 tbody tr:last-child {
  border: 0;
}
table.st11 td {
  padding: 0 10px;
  text-align: center;
  font-weight: normal;
}

.st11 tbody tr:nth-child(even) {

}

.st11 tbody tr:nth-child(odd) {

}

.st11 tbody tr {
  font-size: 0.7rem;
  color: #fff;
  line-height: 24px;
}

.st11 tbody tr:hover {
  cursor: pointer;
}

/* TABLE 12 */

table.st12 {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
table.st12 * {
  position: relative;
}
.last {
  border-right: none;
}
table.st12 td, table.st12 th {
}
table.st12 tbody th {
  color: #fff;
  text-align: center;
}
table.st12 thead th {
  text-align: center;
}
table.st12 tbody td {
   border-right: 1px solid #000;
}
table.st12 tbody tr {
  border: none !important;
}
table.st12 tbody tr:last-child {
  border: none;
}
table.st12 td {
  text-align: center;
  font-weight: normal;
}
.st12 tbody tr {
  font-size: 0.7em;
  color: #fff;
  line-height: 24px;
}
/* TABLE 13 */

table.st13 {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #000;

}
table.st13 * {
  position: relative;
}

.last {
  border-right: none;
}

table.st13 td, table.st12 th {

}

table.st13 tbody th {
  color: #fff;
  text-align: center;
}

table.st13 thead th {
  text-align: center;
}

table.st13 tbody td {
	padding: 5px 10px;
  border-right: 1px solid #000;
}

table.st13 tbody tr {
  border: none !important;
  background: #2b2b2b;
}

table.st13 tbody tr:last-child {
  border: none;
}

table.st13 td {
  text-align: center;
  font-weight: 600;
}

.st13 tbody tr {
  font-size: 0.74rem;
  color: #fff;
  line-height: 24px;
}
/* TABLE 14 */

table.st14 {
  overflow: hidden;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
table.st14 * {
  position: relative;
}
.last {
  border-right: none;
}
table.st14 td, table.st14 th {
}
table.st14 tbody th {
  color: #fff;
  text-align: center;
}
table.st14 thead th {
  text-align: center;
}
table.st14 tbody td {
   border-right: 1px solid #000;
}
table.st14 tbody tr {
  border: none !important;
}
table.st14 tbody tr:last-child {
  border: none;
}
table.st14 td {
  text-align: center;
  font-weight: normal;
}
.st14 tbody tr {
  font-size: 0.7rem;
  color: #fff;
  line-height: 24px;
}

/*  2019.03.14 추가 */

.logo_ani {
	position: relative;
	text-align: center;
  margin: 10px auto 10px auto;
}
.logo_ani img:hover {
	opacity: 0.25;
}
.logo_ani canvas {
	text-align: center;
}

@media (max-width: 1800px) {
	.m_video_area {
		position:relative;
		height: 410px !important;
	}
	.m_video_view {
		background: #000;
	  height: 400px !important;
	  width: auto;
	}
}
.m_video_area {
	position:relative;
	height: 550px;
}
.m_video_view {
	max-height: 550px;
	height:100%;
	width: 100%;
}
.m_video {
	position:absolute;
	width: 100%;
	top: 5px
}
.m_video_logo {
	position: absolute;
  top: 50%;
  left: 50%;
  width: 420px;
  height: 130px;
  margin-top: -50px;
  margin-left: -217px;
}
.m_video_txt_area {
	position: absolute;
	bottom: 5%;
  right: 1%;
  padding: 0 60px;
  margin-top: -20px;
  margin-left: -245px;
  text-align: center;
  line-height: 36px;
}
.m_video_txt1 {
	font-size: 55px;
  margin: 0 auto;
  font-weight: 600;
	color: #fad711;
	font-family: 'Anton', sans-serif;
	font-family: 'Righteous', cursive;
	font-family: 'Patua One', cursive;
	text-align: center;
}
.m_video_txt2 {
	font-size: 45px;
  margin: 0 auto;
  font-weight: 500;
	color: #fff;
	font-family: 'Anton', sans-serif;
	font-family: 'Righteous', cursive;
	font-family: 'Patua One', cursive;
	background: rgba(0,0,0,0.8);
	text-align: center;
}
.m_video_txt3 {
	font-size: 30px;
  margin: 0 auto;
  font-weight: 400;
	color: #fff;
	font-family: 'Anton', sans-serif;
	font-family: 'Righteous', cursive;
	font-family: 'Patua One', cursive;
	background: rgba(0,0,0,0.5);
	text-align: center;
}

.betting_cart_bgno {
  background: none !important;
}

.betting_cart_tit {
  position: relative;
	display: block;
	width: 99%;
  margin: 0 auto;
  padding: 2px 5px;
  background: #282828;
}
.bet_sel1{
	position: absolute;
	top: 15px;
	left: 10px;
}
.bet_sel2 {
	position: absolute;
	top: 10px;
	right: 3px;
}
.bet_list_tit1 {
	text-align: left;
	line-height: 18px;
}
.betting_cart_btn3 {
	display: block;
	padding: 1px 0 0 0;
  font-size: 1em;
  margin: 0 auto 5px auto;
  border-top: 1px solid #5d5405;
  background: #282828;
}
.betting_cart_btn3 ul  {
	display: block;
	padding: 3px 2px;
}
.betting_cart_btn3 ul li {
  line-height: 22px;
}
.betting_cart_btn4 {
	display: block;
  width: 99%;
  padding: 2px 3px;
  color: #fff;
  font-size: 0.7rem;
  margin: 0 auto 5px auto;
  border: 1px solid #5d5405;
  background: #282828;
}
.betting_cart_btn4 ul  {
	display: block;
	padding: 2px 2px;
}
.betting_cart_btn4 ul li {
  line-height: 22px;
}
.betting_cart_btn5 {
	display: block;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  border: none !important;
}
.betting_cart_btn5 ul  {
	display: block;
}
.betting_cart_btn5 ul li {
  line-height: 22px;
}
.betting_cart_25 {
	width: 25%;
	float: left;
}
.betting_cart_40 {
	width: 40%;
	float: left;
}
.betting_cart_50 {
	width: 50%;
	float: left;
}
.st_marl20 {
  margin-left: 20px !important;
}
.st_marl25 {
  margin-left: 25px !important;
}
.st_marl30 {
  margin-left: 30px !important;
}
.st_marl17p {
  margin-left: 17% !important;
}
.st_marl70 {
  margin-left: 70px !important;
}
.st_marl100 {
  margin-left: 100px !important;
}
/*  글쓰기 댓글 */

.w_co_list {
	margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.2);
}

.w_co_list_sub   {

}

.w_co_list_sub  >  div {
	padding: 5px 0 5px 5px;
  line-height: 22px;
  border-bottom: 1px solid #000;
	float: left;
}

.w_co_list ul {
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	overflow: auto;
}

.w_co_list ul li{
	float: left;
	padding: 5px 0 5px 5px;
  line-height: 22px;
  border-bottom: 1px solid #000;
	overflow: hidden;
}


.st_h60 {
	height: 60px;
	line-height: 20px !important;
}
.st_h31 {
	height: 30px;
	line-height: 30px !important;
}

.line_h12 {
	line-height: 12px !important;
}
.line_h60 {
	line-height: 60px !important;
}
.st_textarea3 {
  padding: 2px 10px !important;
  font-size: 1.1em !important;
  color: #fff !important;
}
.st_textarea4 {
  padding: 2px 10px;
  font-size: 0.7rem;
	height: 100px;
  color: #fff;
}
.st_h30 {
	height: 30px !important;
  line-height: 19px !important;
}
.st_h28 {
	height: 30px !important;
  line-height: 22px !important;
}
.st_h24 {
	height: 24px !important;
  line-height: 18px !important;
}

/* btns */

.mbt_105 {
	display: inline-block;
  width: 105px;
  text-align: center;
  font-size: 0.8rem !important;
  color: #fff;
  height: 30px;
  line-height: 23px;
  font-weight: 600;
  padding: 3px 2px;
}
.mbt_100 {
  display: inline-block;
  width: 100px;
  text-align: center;
  font-size: 0.74rem !important;
  color: #fff;
  height: 30px;
  line-height: 21px;
  padding: 3px 2px;
  border: 1px solid #6a6a6a;
}
.mbt_90 {
  display: inline-block;
  width: 90px;
  text-align: center;
  font-size: 0.74rem !important;
  color: #fff;
  height: 30px;
  line-height: 21px;
  padding: 3px 2px;
  border: 1px solid #6a6a6a;
}
.mbt_80 {
  display: inline-block;
  width: 80px;
  text-align: center;
  font-size: 0.74rem !important;
  color: #fff;
  height: 30px;
  line-height: 21px;
  padding: 3px 2px;
  border: 1px solid #6a6a6a;
}
.mbt_70 {
  display: inline-block;
  width: 70px;
  text-align: center;
  font-size: 0.74rem !important;
  color: #fff;
  height: 30px;
  line-height: 21px;
  padding: 3px 2px;
  border: 1px solid #6a6a6a;
}
.mbt_60 {
  display: inline-block;
  width: 60px;
  text-align: center;
  font-size: 0.74rem !important;
  color: #fff;
  height: 30px;
  line-height: 21px;
  padding: 3px 2px;
  border:1px solid #000;
}

.mbt_50 {
	display: inline-block;
  width: 50px;
  text-align: center;
  font-size: 0.74rem !important;
  color: #fff;
  height: 30px;
  line-height: 21px;
  padding: 3px 2px;
  border: 1px solid #6a6a6a;
}
.mbt_40 {
  display: inline-block;
  width: 40px;
  text-align: center;
  font-size: 0.74rem !important;
  color: #fff;
  height: 30px;
  line-height: 21px;
  padding: 3px 2px;
  border: 1px solid #6a6a6a;
}
.mbt_gray {
  border: 1px solid #1e1e1e;
  background: rgb(75,75,75);
  background: -moz-linear-gradient(top, rgba(75,75,75,1) 0%, rgba(30,30,30,1) 100%);
  background: -webkit-linear-gradient(top, rgba(75,75,75,1) 0%,rgba(30,30,30,1) 100%);
  background: linear-gradient(to bottom, rgba(75,75,75,1) 0%,rgba(30,30,30,1) 100%);
}
.mbt_gray:hover {
  border: 1px solid #6a6a6a;
  background: rgb(247,180,0);
  background: -moz-linear-gradient(top, rgba(247,180,0,1) 0%, rgba(102,71,16,1) 67%, rgba(150,107,10,1) 100%);
  background: -webkit-linear-gradient(top, rgba(247,180,0,1) 0%,rgba(102,71,16,1) 67%,rgba(150,107,10,1) 100%);
  background: linear-gradient(to bottom, rgba(247,180,0,1) 0%,rgba(102,71,16,1) 67%,rgba(150,107,10,1) 100%);
}

.t_btn1 {
  border-radius: 2px;
  background-color: #6a6a6a;
  color: #fff;
  width: 75px !important;
  height: 21px !important;
	line-height: 21px !important;
  text-align: center;
  /* padding-top: 4px; */
  cursor: pointer;
}
.t_btn1:hover {
  border-radius: 2px;
  background-color: #fff;
  color: #fff;
  width: 75px !important;
  height: 21px !important;
	line-height: 21px !important;
  text-align: center;
  /* padding-top: 4px; */
  cursor: pointer;
}

.t_btn2 {
  border-radius: 2px;
  background-color: #559e2d;
  color: #fff;
  width: 75px !important;
  height: 21px !important;
	line-height: 21px !important;
  text-align: center;
  /* padding-top: 4px; */
  cursor: pointer;
}
.t_btn2:hover {
  border-radius: 2px;
  background-color: #fff;
  color: #fff;
  width: 75px !important;
  height: 21px !important;
	line-height: 21px !important;
  text-align: center;
  /* padding-top: 4px; */
  cursor: pointer;
}
.t_btn3 {
  border-radius: 2px;
  background-color: #fff;
  color: #fff;
  border: 1px solid #fff;
  color: #fff;
  width: 75px !important;
  height: 21px !important;
	line-height: 21px !important;
  text-align: center;
  /* padding-top: 4px; */
  cursor: pointer;
}
.t_btn3:hover {
  border-radius: 2px;
  background-color: #fff;
  color: #fff;
  width: 75px !important;
  height: 21px !important;
	line-height: 21px !important;
  text-align: center;
  /* padding-top: 4px; */
  cursor: pointer;
}

/*  2019.03.15 추가 */

.bt_130-t {
	display: inline-block;
  width: 134px;
  text-align: center;
  font-size: 0.7rem;
  color: #fff;
  height: 35px;
  line-height: 30px;
  padding: 3px 5px;
  margin-top: 5px;
  margin-right: -6px;
  margin: 0 -6px 0 5px;
}

/*  2019.03.18 추가 */

.width_100p {
	width: 100px;
}
.width_120p {
	width: 120px;
}
.width_130p {
	width: 130px;
}
.g_st1 {
	padding: 0  9%;
}
.g_st2 {
	padding: 0 10%;
}

.st_board_tit {
  width: 99%;
  margin: 0 auto;
  padding: 10px 10px;
  height: 35px;
  color: #fff;
  font-size: 0.74rem;
  border-top: 1px solid #126e51;
  background: #414141;
}

.st_board_tit ul li {
  line-height: 10px;
  text-align: center;
  font-family: 'Noto Sans KR', sans-serif;
  float:left;
}

.st_board_tit ul li:nth-child(1) {
  width: 7%;
}
.st_board_tit ul li:nth-child(2) {
  width: 73%;
}
.st_board_tit ul li:nth-child(3) {
  width: 10%;
}
.st_board_tit ul li:nth-child(4) {
  width: 10%;
}

.st_board_tit_sub {
	width: 100%;
  margin: 0 auto;
  color: #fff;
  overflow: hidden;
  line-height: 36px;
}

.st_board_tit_sub ul li {
	padding: 0 8px;
  font-family: 'Noto Sans KR', sans-serif;
	font-size: 0.74rem;
  text-align: center;
  float:left;
}

.st_board_tit_sub ul li:nth-child(1) {
  width: 10%;
	border-right: 1px solid #000;
}
.st_board_tit_sub ul li:nth-child(2) {
  width: 65%;
  text-align: left;
	border-right: 1px solid #000;
}
.st_board_tit_sub ul li:nth-child(3) {
  width: 14%;
	border-right: 1px solid #000;
}
.st_board_tit_sub ul li:nth-child(4) {
  width: 11%;
}

.st_board_tit_sub ul li:nth-child(odd){

}
.st_board_tit_sub ul li:nth-child(even){
	background: none;
}

/*  리스트 스타일 7 */

.list_st7 {
	position: relative;
  margin: 0 0 7px 0;
}

.hr1 {
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fe8900;
	font-size: 0.7rem;
  background: #595959;
  background: -moz-linear-gradient(top, #595959 0%, #070707 100%);
  background: -webkit-linear-gradient(top, #595959 0%,#070707 100%);
  background: linear-gradient(to bottom, #595959 0%,#070707 100%)
}
.list_gline {
	text-align: center;
	color: #f96107;
	font-size: 0.8rem;
	padding: 5px 0;
}

.list_st7 .flex {
  display: flex;
}

.list_st7 ul li {
	font-size: 0.74rem;
  font-weight: 600;
	color: #fff;
	line-height: 24px;
	margin: 0 auto;
	position: relative;
}
.list_st7 ul li > div {
  padding: 3px 5px;
}
.list_st7 .tr {
	height: 30px;
  line-height: 21px;
  border-top: 2px solid var(--primary);
}
.list_st7.st_on {
	border: 4px solid var(--primary);
}

.st_real_lock {
	position: absolute;
  top: 70px;
  width: 74%;
  height: 33%;
  text-align: center;
  padding: 18px 0 0 0;
  background: rgba( 45, 45, 45, 0.8 );
  z-index: 9999999;
}

.st_real_l2-3 {
  width: 75%;
	height: 45px;
  margin-right: 1px;
  float: left;
}

.st_real_l2-3 ul div {
  display: inline-block;
  height: 34px;
  width: 38.6%;
  margin-right: 2px;
  font-size: 0.7rem;
  line-height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #333333;
  float: left;
}

.st_real_l2-3 ul div.vs_info {
  display: inline-block;
  height: 34px;
  width: 20%;
  margin-right: 2px;
  font-size: 0.7rem;
  line-height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #333333;
  float: left;
}


.st_real_l2-3 ul li.end {

}

.st_real_l3-3 {
  width: 75%;
	height: 45px;
  margin-right: 1px;
  float: left;
}

.st_real_l3-3 ul div {
  display: inline-block;
  height: 34px;
  width: 100%;
  margin-right: 2px;
  font-size: 0.7rem;
  line-height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #333333;
  float: left;
}

.st_page_b {
	border: 1px solid red;
	height: 100px;
}

/*  2019.04.12 추가 */

@media (min-width: 1200px)  {
	.st_wd50_l {
	  padding: 4px 5px;
	  display: inline-block;
	  width: 49.67% !important;
    background: #333333;
    border-radius: 2px;
    margin-right: 1px;
	}
  
	.st_wd5_l2 {
	  padding: 4px 5px;
	  display: inline-block;
	  width: 5.36%;
    background: #333333;
    border-radius: 2px;
    margin-right: 1px;
	}

}
/*  메인 슬라이드 */

.nm_slides {
  margin: 0;
  padding-bottom: 75%;
  max-width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
}
.nm_slides iframe,
.nm_slides object,
.nm_slides embed {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ds_f {
	display: flex;
}
.ds_f2 {
	display: inline-block;
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.live_no_game {
  height: 150px;
  font-weight: 600;
  font-size: 0.84rem;
  color: #fff;
  line-height: 143px;
  text-align: center;
  background: url("../images/common/live_no_game.png")center center no-repeat;
  background-size: 100%;
}
/*  라이브카지노 */
.lc_banner_area {
  display: inline-block;
  text-align: center;
  width: 100%;
  /* height: 740px; */
  background: url("../images/common/lc_back.png") left top #000 no-repeat;
  background-size: 100% 100%;
}
.lc_banner_area ul {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 200px;
}
.lc_banner_area ul li {
  width: 31%;
  height: 205px;
  margin: 10px;
  cursor: pointer;
}
.lc_banner_area ul li:nth-child(1) {
  display: inline-block;
  background: url("../images/common/lc_game_08.png") left top no-repeat;
  background-size: 100% 100%;
}
.lc_banner_area ul li:nth-child(2) {
  display: inline-block;
  background: url("../images/common/lc_game_07.png") left top no-repeat;
  background-size: 100% 100%;
}
.lc_banner_area ul li:nth-child(3) {
  display: inline-block;
  background: url("../images/common/lc_game_09.png") left top no-repeat;
  background-size: 100% 100%;
}
.lc_banner_area ul li:nth-child(4) {
  display: inline-block;
  background: url("../images/common/lc_game_10.png") left top no-repeat;
  background-size: 100% 100%;
}
.lc_banner_area ul li:nth-child(5) {
  display: inline-block;
  background: url("../images/common/lc_game_03.png") left top no-repeat;
  background-size: 100% 100%;
}
.lc_banner_area ul li:nth-child(6) {
  display: inline-block;
  background: url("../images/common/lc_game_06.png") left top no-repeat;
  background-size: 100% 100%;
}
.ca_banner_area {
	margin: 10px auto;
  text-align: center;
  border-radius: 2px;
}
.ca_banner_01 {
	display: inline-block;
	padding-top: 26.5%;
  width: 49.5%;
  background: url("../images/common/ca_btn_01.png") left top no-repeat;
  background-size: 100%;
}
.ca_banner_02 {
	display: inline-block;
	padding-top: 26.5%;
  width: 49.5%;
  background: url("../images/common/ca_btn_02.png") left top no-repeat;
  background-size: 100%;
}
.ca_banner_03 {
	display: inline-block;
	padding-top: 14.977%;
  width: 19.3%;
  background: url("../images/common/ca_btn_03.png") left top no-repeat;
  background-size: 100%;
}
.ca_banner_04 {
	display: inline-block;
	padding-top: 14.977%;
  width: 19.3%;
  background: url("../images/common/ca_btn_04.png") left top no-repeat;
  background-size: 100%;
}
.ca_banner_05 {
	display: inline-block;
	padding-top: 14.977%;
  width: 19.3%;
  background: url("../images/common/ca_btn_05.png") left top no-repeat;
  background-size: 100%;
}

/*   게임팝업 */

#game_info {
	position: absolute;
	display: none;
  top: 50%;
  left: 50%;
  margin: -145px 0 0 -160px;
  width: 320px;
  height: 140px;
  border-radius: 2px;
  border: 2px solid var(--primary);
  background: url("../images/common/pop_bg.png") center no-repeat;
  z-index: 20000;
}
#game_info ul li {
	padding-top: 20%;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 0.88rem;
}
#game_info .close {
	position: absolute;
  left: 40%;
  top: 70%;
  width: 61px;
  font-size: 0.8rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
  border-radius: 2px;
  background: #fff !important;
  opacity: 1;
}
#game_info .close a{
  color: #000;
}
/*  입출금 상단 이미지 */
.momey_tit_01 {
  width: 100%;
  margin: 0  auto 10px auto;
	padding-bottom: 10px;
	text-align: center;
  background: url("../images/common/money_img_bg1.png") left top no-repeat;
}
.momey_tit_02 {
  width: 100%;
  margin: 0  auto 10px auto;
	padding-bottom: 10px;
	text-align: center;
  background: url("../images/common/money_img_bg1.png") left top no-repeat;
}
.r_sec {
  position: absolute;
  top: 12px;
  left: 110px;
}
/* 골드템샵 */

.gold_btn1 {
  padding: 2px 5px;
  color: #fff;
  font-weight: 600;
  border-radius: 2px;
  background: url("../images/common/bt_gray_bg.png") no-repeat top center;
  background-size: 100% 100%;
}
.gold_btn1:hover {
  background: url("../images/common/bt_gray_bg_ov.png") no-repeat top center;
  background-size: 100% 100%;
}
.gold_st1 {
  width: 100%;
  padding: 15px 30px;
  font-size: 0.88rem;
  color: #fff;
  font-weight: 600;
  line-height: 24px;
  border-radius: 10px;
  border: 1px solid #126e51;
  background: url("../images/common/l_bg_01.png")left top repeat;
}

#gold_pop {
  position: fixed;
  top: 30%;
  right: 30%;
  /* padding: 10px; */
  width: 700px;
  border-radius: 2px;
  border: 3px solid var(--primary);
  padding: 20px 10px;
  z-index: 1000;
  background: #000;
  display: none;
}
#gold_pop .close {
  position: absolute;
  top: 0px;
  right: -31px;
  height: 30px;
  width: 30px;
  padding: 5px 9px;
  font-size: 1rem;
  border-radius: 2px;
  background: #ffcc00;
  opacity: 1;
}
.gp_st1 {
  font-size: 0.84rem;
  text-align: center;
  color: #fff;
}
.gp_st2 {
  font-size: 0.74rem;
  color: #fff;
}
.gp_cart {
  border-radius: 2px;
  background: #190c02;
}
.gp_bg1 {
  color: #fff !important;
  font-weight: 600;
  font-size: 0.9rem;
  background: #000 !important;
}
/* TABLE 15 */

table.st15 {
	background: #fff;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #000;

}
table.st15 * {
  position: relative;
}

.last {
  border-right: none;
}

table.st15 td, table.st15 th {

}

table.st15 tbody th {
  color: #fff;
  text-align: center;
}

table.st15 thead th {
  text-align: center;
  font-weight: 600;
}

table.st15 tbody td {
	padding: 5px 10px;
  color: #fff !important;
  border-right: 1px solid #000;
}

table.st15 tbody tr {
  border: none !important;
  color: #fff;
  background: #2b2b2b;
}

table.st15 tbody tr:last-child {
  border: none;
}

table.st15 td {
  text-align: center;
  font-weight: normal;
}

.st15 tbody tr {
  font-size: 0.84rem;
  color: #fff;
  line-height: 24px;
}

/* 팝업 회원정보  */

.p_mem {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  z-index: 999;
}
.p_mem:target {
  opacity:1;
  pointer-events: auto;
}
.p_mem > div {
  position: absolute;
  top: 70px;
  right: 290px;
  width: 290px;
  height: 176px;
  /* color: #000; */
  /* padding: 5px; */
  border: 1px solid #126e51;
  background: url("../images/common/l_bg_01.png")left top repeat;
  overflow: auto;
}
.p_mem_close {
  opacity: 1;
  filter: alpha(opacity=20);
}
.pp_close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 60px;
  height: 25px;
  line-height: 23px;
  font-size: 0.74rem;
  text-align: center;
}

/* 메인 슬라이드 */

.slider {
  width: 100%;
  height: 458px;
}
.slider-img {
  width: 100%;
  height: 458px;
  background: url("../images/common/wm-main.png") left top no-repeat;
  background-size: 100% 100%;
}
.nm_img_01 {
	position: relative;
	width: 100%;
}
.nm_img_01_in {
	padding-top: 35.977%;
	width: 100%;
  background: url("../images/common/m_banner_01.gif") left top no-repeat;
  background-size: 100% 100%;
}
.nm_img_02 {
	position: relative;
	width: 100%;
}
.nm_img_02_in {
	padding-top: 35.977%;
	width: 100%;
  background: url("../images/common/m_banner_02.gif") left top no-repeat;
  background-size: 100% 100%;
}
.nm_img_03 {
  position: relative;
	width: 100%;
}
.nm_img_03_in {
	padding-top: 35.977%;
	width: 100%;
  background: url("../images/common/m_banner_03.gif") left top no-repeat;
  background-size: 100% 100%;
}
.nm_img_04 {
  position: relative;
	width: 100%;
}
.nm_img_04_in {
	padding-top: 35.977%;
	width: 100%;
  background: url("../images/common/m_banner_04.png") left top no-repeat;
  background-size: 100% 100%;
}

.bet-list {
  opacity: 1;
  visibility: visible;
  position: fixed;
  overflow: auto;
  transition: all 0.3s ease 0s;
  height: 100%;
  width: min(1430px, 100% - 568px);
  text-align: left;
  padding-bottom: 270px;
}

@media (max-width:1200px) {
	.st_center_line {
		min-width: 340px;
	}
  table.st10 tbody td {
    font-size: 0.8em;
  }
  .bet-list {
    width: 100%;
    position: relative;
  }
}

/* BUTTON BBS AREA */
.bbs_btn_area {
    display: block;
    text-align: center;
}


.bbs_btn_area2 {
    display: block;
    text-align: center;
    padding: 0 0 0 0;
}

.bbs_btn_area3 {
    display: block;
    text-align: center;
    padding: 0 0 10px 0;
}

/* BUTTON BG */

.bt_off {
    border: none;
  color: #fff !important;
  font-weight: 600;
  background: url("../images/common/bt_gray_bg_ov.png") center center no-repeat;
  background-size: 100% 100%;
}

.bt_off:hover {
  border: none;
  color: #fff !important;
  font-weight: 600;
  background: url("../images/common/bt_gray_bg.png") center center no-repeat;
  background-size: 100% 100%;
}

.bt_off.act {
  border: none;
  color: #fff !important;
  font-weight: 600;
  background: url("../images/common/bt_gray_bg.png") center center no-repeat;
  background-size: 100% 100%;
}

.bt_on {
  color: #fff !important;
  font-weight: 600;
  background: url("../images/common/bt_gray_bg.png") center center no-repeat;
  background-size: 100% 100%;
}
.bt_gray {
  color: #fff !important;
  border-radius: 4px;
  background: url("../images/common/bt_gray_bg.png") no-repeat top center;
  background-size: 100% 100%;
}
.bt_gray:hover {
  border: none;
  color: #fff !important;
  border-radius: 4px;
  background: url("../images/common/bt_gray_bg.png") no-repeat top center;
  background-size: 100% 100%;
}
.bt_gray.act {
  border: none;
  color: #fff !important;
  border-radius: 4px;
  background: url("../images/common/bt_gray_bg_ov.png") no-repeat top center;
  background-size: 100% 100%;
}
.bt_none1 {
  border: none;
  color: #fff !important;
  background-size: 100% 100%;
}
.bt_none2 {
  border: none;
  color: #fff !important;
  background-size: 100% 100%;
  border-radius: 5px;
}
.bt_none3 {
  border: none;
  color: #00ffe4 !important;
  background-size: 100% 100%;
  border-radius: 5px;
}
.bt_none4 {
  border: none;
  color: rgb(254 15 15) !important;
  background-size: 100% 100%;
  border-radius: 5px;
}
.bt_none5 {
  border: none;
  color: rgb(19, 228, 11) !important;
  background-size: 100% 100%;
  border-radius: 5px;
}
.bt_none6 {
  border: none;
  color: #fff000 !important;
  background-size: 100% 100%;
  border-radius: 5px;
}

/*
낙첨 4498ff
적특 363636
취소 784a02
당첨 fa6200
*/

.bt_green {
    border: 1px solid #1e1e1e;
    background: rgb(100,224,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(100,224,0,1) 0%, rgba(30,56,0,1) 87%, rgba(54,117,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(100,224,0,1) 0%,rgba(30,56,0,1) 87%,rgba(54,117,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(100,224,0,1) 0%,rgba(30,56,0,1) 87%,rgba(54,117,0,1) 100%);
}

.bt_gold {
    border: 1px solid #1e1e1e;
    background: rgb(247,180,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247,180,0,1) 0%, rgba(82,53,0,1) 87%, rgba(147,103,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247,180,0,1) 0%,rgba(82,53,0,1) 87%,rgba(147,103,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247,180,0,1) 0%,rgba(82,53,0,1) 87%,rgba(147,103,0,1) 100%);
}

.bt_gold2 {
    border:1px solid #000;
    background: rgb(247,180,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247,180,0,1) 0%, rgba(102,71,16,1) 67%, rgba(150,107,10,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247,180,0,1) 0%,rgba(102,71,16,1) 67%,rgba(150,107,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247,180,0,1) 0%,rgba(102,71,16,1) 67%,rgba(150,107,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bt_gold2:hover {
    border: 1px solid #1e1e1e;
    background: rgb(75,75,75); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(75,75,75,1) 0%, rgba(30,30,30,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(75,75,75,1) 0%,rgba(30,30,30,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(75,75,75,1) 0%,rgba(30,30,30,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.bt_blue {
    border: 1px solid #1e1e1e;
    background: rgb(0,188,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,188,242,1) 0%, rgba(0,53,93,1) 87%, rgba(0,102,147,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,188,242,1) 0%,rgba(0,53,93,1) 87%,rgba(0,102,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,188,242,1) 0%,rgba(0,53,93,1) 87%,rgba(0,102,147,1) 100%);
}
.bt_login {
  position: absolute;
  top: 44px;
  right: 10px;
  width: 65px;
  color: #000;
  text-align: center;
  background: url("../images/common/r_btn.png") left top no-repeat;
  background-size: 100% 100%;
}

.bt_login:hover {
  color: #000;
  text-align: center;
  background: url("../images/common/r_btn_ov.png") left top no-repeat;
  background-size: 100% 100%;
}
.btn_money {
    color: #000 !important;
    text-align: center;
    cursor: pointer;
    background: url("../images/common/r_btn_bg01.png") left top no-repeat;
    background-size: 100% 100%;
}
.btn_money:hover {
    color: #fff !important;
    background: url("../images/common/r_btn_bg01_ov.png") left top no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.btn_ip button{
  width: 80px;
    height: 30px;
    line-height: 30px;
  font-size: 0.86rem;
    font-weight: 600;
    border: none;
    border-radius: 2px;
    color: #000;
    background: #fa6200;
    text-align: center;
    cursor: pointer;
  background: url("../images/common/bt_gray_bg.png") center center no-repeat;
    background-size: cover;
}
.btn_ip button:hover {
  background: url("../images/common/bt_gray_bg_ov.png") center center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.btn_cul button{
  width: 80px;
    height: 30px;
    line-height: 30px;
  font-size: 0.86rem;
    font-weight: 600;
    border: none;
    border-radius: 2px;
    color: #000;
    text-align: center;
    cursor: pointer;
  background: url("../images/common/bt_gray_bg.png") center center no-repeat;
    background-size: cover;
}
.btn_cul button:hover {
  background: url("../images/common/bt_gray_bg_ov.png") center center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.btn_log button{
  width: 240px;
    height: 30px;
    line-height: 30px;
    font-size: 0.86rem;
    font-weight: 600;
    border: none;
    border-radius: 2px;
    color: #000;
    text-align: center;
    cursor: pointer;
  background: url("../images/common/bt_gray_bg.png") center center no-repeat;
    background-size: cover;
}
.btn_log button:hover {
  background: url("../images/common/bt_gray_bg_ov.png") center center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.btn_log2 button{
  width: 240px;
    height: 30px;
    line-height: 30px;
  font-size: 0.86rem;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    color: #fff;
    background: #fa6200;
    text-align: center;
    cursor: pointer;
  background: url("../images/common/bt_gray_bg.png") center center no-repeat;
    background-size: cover;
}
.btn_log2 button:hover {
  background: url("../images/common/bt_gray_bg_ov.png") center center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.btn_log3 button{
  width: 115px;
  height: 32px;
  line-height: 32px;
  font-size: 0.8rem;
  font-weight: 600;
  border: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: url("../images/common/bt_gray_bg.png") center center no-repeat;
  background-size: 100% 100%;
}
.btn_log3 button:hover {
  color: #fff;
  background: url("../images/common/bt_gray_bg_ov.png") center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.btn_bet_n {
  width: 48%;
  color: #000;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  font-size: 0.85rem;
  height: 31px;
  background: url("../images/common/r_btn_bg01.png") left top no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.btn_bet_n:hover {
  color:#fff;
  background: url("../images/common/r_btn_bg01_ov.png") left top no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.btn_bet_n2 {
  width: 96%;
  color: #000;
  margin: 0 0 10px 5px;
  text-align: center;
  line-height: 28px;
  font-weight: 600;
  font-size: 0.85rem;
  height: 31px;
  background: url("../images/common/r_btn_bg02.png") left top no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.btn_bet_n2:hover {
  color:#fff;
  background: url("../images/common/r_btn_bg01_ov.png") left top no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.btn_bet_n3 {
  color: #000;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  font-size: 0.84rem;
  border-radius: 10px;
  background: url("../images/common/r_btn_bg01.png") left top no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.btn_bet_n3:hover {
  color:#000;
  background: url("../images/common/r_btn_bg01_ov.png") left top no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.btn_green_n {
    width: 70px;
    color: #000;
    background: #ffcc00;
    text-align: center;
    line-height: 19px;
    padding: 5px;
    height: 26px;
    border-radius: 3px;
    cursor: pointer;
}
.btn_green_n:hover {
  color: #ffcc00;
  background:#335548;
  cursor: pointer;
}
.st_game_tbtn .st_button1 {
  color: #fff;
  font-weight: 600;
    width: 75px;
    height: 25px;
    font-size: 0.73rem;
    text-align: center;
    background: url("../images/common/bt_gray_bg_ov.png") center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.st_game_tbtn .st_button1:hover {
  color: #FFF;
  font-weight: 600;
  width: 75px;
  height: 25px;
  font-size: 0.73rem;
  text-align: center;
  background: url("../images/common/bt_gray_bg.png") center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.st_game_tbtn .st_button1.act {
  color: #fff;
  width: 75px;
  height: 25px;
  font-size: 0.73rem;
  text-align: center;
  background: url("../images/common/bt_gray_bg.png") center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.st_game_tbtn .st_button2 {
  color: #fff;
  font-weight: 600;
  width: 75px;
  height: 25px;
  font-size: 0.73rem;
  text-align: center;
  background: url("../images/common/bt_gray_bg_ov.png") center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.st_game_tbtn .st_button2:hover {
    color: #fff;
    width: 75px;
    height: 25px;
    font-size: 0.73rem;
    text-align: center;
    background: url("../images/common/bt_gray_bg.png") center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.st_game_tbtn .st_button2.act {
    color: #fff;
    width: 75px;
    height: 25px;
    font-size: 0.73rem;
    text-align: center;
    background: url("../images/common/bt_gray_bg.png") center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

/* BUTTON ST */

.bt_g_tabs {
    width: 99.99%;
    color: #fff;
    font-size: 0.74rem;
    line-height: 18px;
    float: left;
    margin-bottom: 3px;
    cursor: pointer;
}
.bt_g_tabs ul li {
  width: 33%;
  padding: 10px 10px 6px 10px;
  color: #fff;
  margin: 0 1.5px 5px 0;
  font-size: 0.8rem;
  /* line-height: 13px; */
  float: left;
  cursor: pointer;
  border-radius: 5px;
  background: url("../images/common/tc_tab_bg.png") no-repeat top center;
  background-size: 100% 100%;
}
.bt_g_tabs ul li:hover {
    color: #fff !important;
    cursor: pointer;
    border-radius: 5px;
    background: url("../images/common/tc_tab_bg_ov.png") no-repeat top center;
    background-size: 100% 100%;
}
.bt_g_tabs2 {
    width: 99.99%;
    color: #fff;
    font-size: 0.9rem;
    line-height: 18px;
    float: left;
    margin-bottom: 5px;
    cursor: pointer;
}

.bt_g_tabs2 ul li {
    width: 33.3%;
    padding: 10px 5px;
    color: #fff;
    font-size: 1.4em;
    line-height: 16px;
    float: left;
    cursor: pointer;
    border: 1px solid #1e1e1e;
    background: rgb(75,75,75); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(75,75,75,1) 0%, rgba(30,30,30,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(75,75,75,1) 0%,rgba(30,30,30,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(75,75,75,1) 0%,rgba(30,30,30,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bt_g_tabs2 ul li:hover {
    border:1px solid #000;
    background: rgb(247,180,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247,180,0,1) 0%, rgba(102,71,16,1) 67%, rgba(150,107,10,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247,180,0,1) 0%,rgba(102,71,16,1) 67%,rgba(150,107,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247,180,0,1) 0%,rgba(102,71,16,1) 67%,rgba(150,107,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bt_g_tabs3 {
    width: 98%;
    color: #fff;
    font-size: 0.9rem;
    line-height: 18px;
    float: left;
    margin-bottom: 10px;
    cursor: pointer;
}

.bt_g_tabs3 ul li {
    width: 33.3%;
    padding: 10px 5px;
    color: #fff;
    font-size: 1.2em;
    line-height: 18px;
    float: left;
    cursor: pointer;
    border: 1px solid #1e1e1e;
    background: rgb(75,75,75); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(75,75,75,1) 0%, rgba(30,30,30,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(75,75,75,1) 0%,rgba(30,30,30,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(75,75,75,1) 0%,rgba(30,30,30,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bt_gr_area {
  width: 45px;
  color: #fff;
  float: right;
  font-size: 0.76rem;
  font-weight: 600;
  text-align: center;
  border-radius: 7px;
  background: #04221f;
}

.bt_gr_area2 {
    width: 50px;
    color: #fecb17;
    float: right;
    font-size: 0.9rem;
    padding: 3px 0;
    border-radius: 12px;
    text-align: center;
    background: #494949;
    border: none;
}

.bt_gr_area3 {
    width: 50px;
    color: #fecb17;
    float: right;
    font-size: 0.9rem;
    padding: 3px 0;
    border-radius: 12px;
    text-align: center;
    background: #093c11;
    border: none;
}

.bt_gr_area4 {
    width: 30px;
    color: #fecb17;
    float: right;
    font-size: 0.7rem;
    padding: 2px 0;
    text-align: center;
    background: #000;
    border: none;
}

.bt_gr_area5 {
    width: 60px;
    color: #000;
    float: right;
    font-size: 0.9rem;
    padding: 3px 0;
    border-radius: 12px;
    text-align: center;
    background: #666;
    border: none;
}

.bt_gr_area6 {
    width: 40px;
    color: #fecb17;
    float: right;
    font-size: 0.9rem;
    padding: 3px 0;
    border-radius: 5px;
    text-align: center;
    background: #3c3c3c;
    border: none;
}

.bt_gr_area66 {
    width: 40px;
    color: #fecb17;
    font-size: 0.9rem;
    padding: 2px 0;
    border-radius: 5px;
    text-align: center;
    background: #3c3c3c;
    border: none;
}

.bt_250 {
  display: inline-block;
    width: 250px;
    margin: 0 auto;
    height: 53px;
    text-align: center;
    color: #fff;
    line-height: 44px;
    padding: 3px 5px;
    border: none;
    background: url("../images/common/bt_gray_bg.png") center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.bt_250:hover {
  display: inline-block;
    width: 250px;
    margin: 0 auto;
    height: 53px;
    text-align: center;
    color: #fff;
    line-height: 44px;
    padding: 3px 5px;
    border: none;
    background: url("../images/common/bt_gray_bg_ov.png") center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.bt_250_txt a{
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
}

.bt_250_txt a:hover{
    font-weight: 600;
    color: #fff;
}

.bt_230 {
    display: inline-block;
    width: 230px;
    margin: 0 auto;
    height: 35px;
    text-align: center;
    line-height: 26px;
    padding: 3px 5px;
    border:1px solid #000;
    background: rgb(247,180,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247,180,0,1) 0%, rgba(102,71,16,1) 67%, rgba(150,107,10,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247,180,0,1) 0%,rgba(102,71,16,1) 67%,rgba(150,107,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247,180,0,1) 0%,rgba(102,71,16,1) 67%,rgba(150,107,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bt_85 {
    display: inline-block;
    width: 85px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    height: 30px;
    line-height: 23px;
    padding: 3px 5px;
    cursor: pointer;
}

.bt_100 {
    display: inline-block;
    width: 100px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    height: 30px;
    line-height: 23px;
    padding: 3px 5px;
    cursor: pointer;
}

.bt_110 {
    display: inline-block;
    width: 110px;
    text-align: center;
    font-size: 0.8rem;
    color: #fff;
    height: 30px;
    line-height: 22px;
    padding: 3px 5px;
}

.bt_120 {
    display: inline-block;
    width: 120px;
    text-align: center;
    font-size: 0.8rem;
    color: #fff !important;
    height: 30px;
    line-height: 22px;
    padding: 3px 5px;
}
.bt_120-2 {
    display: inline-block;
    text-align: center;
    font-size: 0.8rem;
    color: #fff !important;
    height: 30px;
    line-height: 22px;
    padding: 3px 5px;
}
.bt_130 {
    display: inline-block;
    width: 130px;
    text-align: center;
    font-size: 0.7rem;
    color: #fff !important;
    height: 30px;
    line-height: 22px;
    padding: 3px 5px;
}

.bt_140 {
    display: inline-block;
    width: 140px;
    text-align: center;
    font-size: 0.7rem;
    color: #fff !important;
    height: 30px;
    line-height: 22px;
    padding: 3px 5px;
}

.bt_150 {
    display: inline-block;
    width: 150px;
    text-align: center;
  font-size: 0.8rem;
    font-weight: 600;
    color: #fff !important;
    height: 30px;
    line-height: 23px;
    padding: 3px 5px;
}

.bt_185 {
    display: inline-block;
    width: 184px;
    text-align: center;
    font-size: 0.74rem;
    color: #fecb17;
}

.bt_182 {
    display: inline-block;
    width: 49%;
    text-align: center;
    font-size: 0.74rem;
    color: #fecb17;
}

.bt_180_area {
    margin: 0 auto;
    text-align: center;
}

.bt_180 {
    display: inline-block;
    width: 180px;
    height: 40px;
    text-align: center;
    font-size: 1.6em;
    line-height: 30px;
    color: #fecb17;
    margin: 15px auto 0 auto;
    padding: 3px 5px;
}

.bt_160 {
    display: inline-block;
    width: 160px;
    height: 40px;
    text-align: center;
    font-size: 1.6em;
    line-height: 30px;
    color: #fff;
    margin: 15px auto 0 auto;
    padding: 3px 5px;
}

.bt_180 a:hover {
    color: #fecb17;
}

.bt_120_txt {
    text-align: center;
    color: #fff;
  font-size: 0.8rem;
    font-weight: 600;
}

.bt_120_txt a:hover {
    color: #fff;
  font-size: 0.8rem;
    font-weight: 600;
}

.bt_110 {
    display: inline-block;
    width: 110px;
    text-align: center;
    font-size: 0.7em;
    color: #fff;
    height: 30px;
    line-height: 21px;
    padding: 3px 5px;
    border:1px solid #000;
}


.bt_110_txt2 {
    text-align: center;
    font-size: 0.9rem;
    color: #4fa60b;
}
.bt_110_txt {
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
}
.bt_110_txt a:hover {
    color: #ebbc1b;
}
.bt_110_txt2 {
    text-align: center;
    font-size: 0.9rem;
    color: #4fa60b;
}
.bt_118 {
    display: inline-block;
    width: 118px;
    text-align: center;
    height: 30px;
    border:1px solid #000;
}
.bt_80 {
    display: inline-block;
    width: 80px;
    text-align: center;
    font-size: 0.7em;
    color: #fff;
    height: 30px;
    line-height: 21px;
    padding: 3px 5px;
}
.bt_70 {
    display: inline-block;
    width: 70px;
    text-align: center;
    font-size: 0.7em;
    color: #fff;
    height: 30px;
    line-height: 21px;
    padding: 3px 5px;
}
.bt_60 {
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 0.7rem;
    color: #000 !important;
    height: 22px;
    line-height: 15px;
    padding: 3px 5px;
    background: url("../images/common/r_btn_bg01_ov.png") left top no-repeat;
    background-size: 100% 100%;
}
.bt_60-2 {
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 0.7rem;
    color: #000 !important;
    height: 22px;
    line-height: 15px;
    padding: 3px 5px;
    background: url("../images/common/r_btn_bg01_ov.png") left top no-repeat;
    background-size: 100% 100%;
}
.bt_50 {
    display: inline-block;
    text-align: center;
    font-size: 0.7rem;
    color: #000 !important;
    width: 50px;
    padding: 0 3px;
    background: url("../images/common/r_btn_bg01_ov.png") left top no-repeat;
    background-size: 100% 100%;
}
.bt_45 {
  display: inline-block;
    width: 45px;
    text-align: center;
    font-size: 0.7rem;
    color: #000 !important;
    line-height: 21px;
    padding: 3px 5px;
    background: url("../images/common/r_btn_bg01_ov.png") left top no-repeat;
    background-size: 100% 100%;
}
.bt_45_none {
  display: inline-block;
    width: 45px;
    text-align: center;
    font-size: 0.8rem;
    line-height: 24px;
    padding: 3px 5px;
    border: solid 1px;
}
.bt_40 {
    display: inline-block;
    width: 40px;
    text-align: center;
    color: #fff !important;
    height: 30px;
    line-height: 28px;
  background: #000;
}
.bt_33 {
  display: inline-block;
    width: 33px;
    text-align: center;
    font-size: 0.7rem;
    color: #fff;
    height: 24px;
    line-height: 20px;
    padding: 2px 1px;
    background-color: #6a6a6a;
}
.bt_33_none {
  display: inline-block;
    width: 33px;
    text-align: center;
    font-size: 0.7rem;
    color: #fff;
    height: 24px;
    line-height: 20px;
    padding: 2px 1px;
}
.bt_33-2 {
  display: inline-block;
    width: 33px;
    text-align: center;
    font-size: 0.7rem;
    color: #fff;
    height: 24px;
    line-height: 20px;
    padding: 2px 1px;
    background-color: #ff0000;
}
.bt_30 {
    display: inline-block;
    text-align: center;
    font-size: 0.7rem;
    width: 30px;
    padding: 0 2px;
}
.bt_0_none {
  display: inline-block;
    text-align: center;
    font-size: 0.7rem;
    color: #fff;
    height: 24px;
    line-height: 20px;
    padding: 2px 1px;
}
/*  리스트 on over */

@media (max-width:1200px) {
    .bt_45_none {
        display: inline-block;
        text-align: center;
        font-size: 0.8em;
        line-height: 9px;
        padding: 3px 5px;
        border: solid 1px;
        width: 32px;
    }
}

.loader {
    background: url("../images/common/st_load.gif") no-repeat center center;
  /*background:  url(/pc/_img/st_load.gif) 50% 50% no-repeat rgb(0,0,1,0.5); */
  width: 250px;
  height: 50px;
  position: fixed;
  z-index: 1000000;
  left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  display:block;
}
#loader {
    top: 0px;
    left: 0px;
  width: 100%;
  height: 100%;
    position: fixed;
    display: table;
    background: none !important;
    z-index: 9999;
    text-align: center;
}
.loader2 {
    background: none;
    width: 300px;
    height: 70px;
  position: fixed;
  z-index: 1000000;
  left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  display:block;
}
.loader2 i{
    vertical-align: middle;
    text-align: center;
    display: table-cell;
  color: #fff;
  opacity: 0.8;
    font-size: 10rem;
}
#st_site {
  position: relative;
  width: 100%;
  height: 100%;
/*  min-height:920px; */
    margin: 0 auto;
}
#topPage {
  /* position: fixed; */
  width: 100%;
  /* padding: 0 318px 0 289px !important; */
  margin: 0 auto;
  z-index: 1055;
  opacity: 1;
}
#centerPage{
  height:100%;
  width: 100%;
  text-align: left;
}
#leftPage{
  position: absolute;
  width:100%;
  top: 0px;
}
#rightPage{
  position: absolute;
  width:100%;
  top: 0px;
 }
#footPage{
  float:bottom;
}
.st_header {
  width: 100%;
  height: 70px;
  margin: 0 auto;
}
  /*
.st_left_line {
 position: absolute;
  position: relative !important;
    height: 100%;
    width: 280px;
    left: 0;
    top: 133px;
    margin: 0 auto;
    z-index: 10;
  float:left;
} */

.st_left {
    position: absolute;
    width: 289px;
  /*
  height: 850px;
  max-height:850px;
  */
  /*border:1px red solid;*/
    left: 0;
    margin: 0 auto;
    z-index: 300;
}

.st_center {
  position: relative !important;
  min-width: 700px;
  height: 100%;
  width: 100%;
  /* padding: 0 3px 3px 3px; */
  margin: 0 auto;
  z-index: 10;
  background: #1e1e1e;
}

.st_right {
    position: relative !important;
    width: 316px;
  /*
  height: 850px;
  max-height:850px;
  */
  /*border:1px red solid;*/
    right: 0;
    top: 0;
    margin: 0 auto;
}

.sst_left .team-name-home {
  width: 69%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.sst_left .team-name-away {
  width: 69%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 0 0px 0 !important;
  z-index: 2;
  height:100%;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow-y: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}
.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-element.scroll-x.scroll-scrolly_visible {
display:none !important;
}
.scroll-element.scroll-y.scroll-scrolly_visible {
display:none !important;
}


/*************** SIMPLE INNER SCROLLBAR LEFT ***************/

.scrollbar-left > .scroll-element,
.scrollbar-left > .scroll-element div
{
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
   overflow: hidden !important;
}

.scrollbar-left > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-left > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-left > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-left > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-left.scroll-content.scroll-scrolly_visible {
 overflow: hidden;
 /*min-height:900px;*/
}
/*************** SIMPLE INNER SCROLLBAR CENTER ***************/
.scrollbar-center > .scroll-element,
.scrollbar-center > .scroll-element div
{
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
   overflow: hidden !important;
}

.scrollbar-center > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-center > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-center > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-center > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-center.scroll-content.scroll-scrolly_visible {
 overflow-x: hidden !important;
 overflow-y: auto;
}


/*************** SIMPLE INNER SCROLLBAR RIGHT ***************/
.scrollbar-right > .scroll-element,
.scrollbar-right > .scroll-element div
{
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
   overflow: hidden !important;
}

.scrollbar-right > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-right > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-right > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-right > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-right > .scroll-element .scroll-element_outer {
  overflow: hidden !important;
}

.scrollbar-right.scroll-content.scroll-scrolly_visible {
 overflow-x: hidden;
}

.sst_left {
    position: relative;
  width: 50%;
    padding-right: 10px !important;
  overflow-x: hidden;
  overflow-y: hidden;
    bottom: 3px !important;
    float: left;
  background-color: black;
}

.sst_right {
    position: relative;
    width: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
    bottom: 3px !important;
    float: left;
  background-color: black;
}

/*************** SIMPLE INNER SCROLLBAR LEFT ***************/

.left-scrollbar > .scroll-element,
.left-scrollbar > .scroll-element div
{
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
   overflow: hidden !important;
}

.left-scrollbar > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.left-scrollbar > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.left-scrollbar > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.left-scrollbar > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.left-scrollbar.scroll-content.scroll-scrolly_visible {
 overflow: hidden;
}




/*************** SIMPLE INNER SCROLLBAR LEFT ***************/

.right-scrollbar > .scroll-element,
.right-scrollbar > .scroll-element div
{
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
   overflow: hidden !important;
}

.right-scrollbar > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.right-scrollbar > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.right-scrollbar > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.right-scrollbar > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.right-scrollbar.scroll-content.scroll-scrolly_visible {
 overflow: hidden;
}


.width_98_ {
    width: 99%;
    margin: 0 auto;
  /*
  height:620px;
  */
}


/*  由ъ뒪   on over */

.selectable.on {
  background: var(--primary) !important;
  color: #000 !important;
}
.selectable.on span.txt_co5{
    color: #000 !important;
}
.selectable.on span.txt_co7{
    color: #000 !important;
}

.selectable:hover {
  cursor:pointer;
  background: var(--primary);
  color: #000 !important;
}

.selectable_none {
  background: #1d1d1d !important;
  color: #484848 !important;
}

.selectable_none.on {
  background: #fa6200;
    color: #fff !important;
}


.selectable:hover .txt_co3 {color:red !important;}
.selectable.on .txt_co3 {color:red !important;}
/*
.selectable.on {
  background: #ffb400;
    color: #000;
}
.g_cont_bg ul li.selectable.on {
    background: url('/pc/_img/_game/g_game_bg_ov.png') repeat-x;
    cursor: pointer;
}

*/

.bt_game_more {
  width: 40px;
  height: 24px;
  margin-top: 5px;
  float: right;
  font-weight: 600;
  font-size: 0.76rem;
  padding: 0 0;
  background: #626262;
  color: #fff !important;
  border-radius: 15px;
  border: none;
  line-height: normal;
}
.bt_game_more.act {
  text-align: center;
  border: none;
  color: #000 !important;
  background: var(--primary);
}

.st_cart_bg .lis { display: block;text-overflow:ellipsis;overflow: hidden;white-space: nowrap; }

.league_bg {
  background: rgba( 0, 0, 0, 0.3 );
}
.st9_ {
  width: 100%;
  display: block;
  table-layout: fixed;
  overflow: scroll;
  height: 195px;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #000;
}
._style1{
  margin: 0 1px;
  background: #333;
  color: #0072ff;
  font-weight: 600;
  float: left;
}

._style2{
   margin: 0 1px;
   background: #333;
   color: #ff0000;
   font-weight: 600;
  float: left;
}

._style3{
   margin: 0 1px;
   background: #333;
   color: #00d2ff;
   font-weight: 600;
  float: left;
}

._style4{
  margin: 0 1px;
  background: #333;
  color: #85ec46;
  font-weight: 600;
  float: left;
}

._style5{
  margin: 0 1px;
  background: #333;
  color: #ff8400;
  font-weight: 600;
  float: left;
}

._style6{
  margin: 0 1px;
  background: #333;
  color: #fff;
  font-weight: 600;
  float: left;
}

._style7{
  margin: 0 1px;
  background: #333;
  color: #ff8400;
  font-weight: 600;
  float: left;
}

._style8{
  margin: 0 1px;
  background: #333;
  color: #c062c2;
  font-weight: 600;
  float: left;
}


._f_st1{
  padding: 2px;
  font-size: 0.9em;
  letter-spacing: -0.5px;
  border-radius: 5px;
  background: #0324eb;
  color: #fff;
}

._f_st2{
  padding: 1.5px;
  font-size: 0.9em;
  letter-spacing: -0.5px;
  border-radius: 5px;
  background: #ff0000;
  color: #fff;
}

._f_st3{
  padding: 2px;
  font-size: 0.9em;
  letter-spacing: -0.5px;
  border-radius: 5px;
  background: #00d2ff;
  color: #000;
}

._f_st4{
  padding: 2px;
  font-size: 0.9em;
  letter-spacing: -0.5px;
  border-radius: 5px;
  background: #85ec46;
  color: #000;
}

._f_st5{
  padding: 2px;
  font-size: 0.9em;
  letter-spacing: -0.5px;
  border-radius: 5px;
  background: #ff8400;
  color: #000;
}

._f_st6{
  padding: 2px;
  font-size: 0.9em;
  letter-spacing: -0.5px;
  border-radius: 5px;
  background: #fff;
  color: #000;
}

._f_st7{
  padding: 2px;
  font-size: 0.9em;
  letter-spacing: -0.5px;
  border-radius: 5px;
  background: #ff0000;
  color: #000;
}

._f_st8{
  padding: 2px;
  font-size: 0.9em;
  letter-spacing: -0.5px;
  border-radius: 5px;
  background: #1c7110;
  color: #000;
}

._f_st9{
  padding: 2px;
  font-size: 0.9em;
  letter-spacing: -0.5px;
  border-radius: 5px;
  background: #c062c2;
  color: #000;
}

.st_cont_bg { padding: 5px 0 50px 0 !important;  background: #000 !important;}
._st_cont_bg {padding-bottom:50px !important;}

._en {ime-mode:disabled;}
._kr {ime-mode: active;}


._width_100 {
    width: 99.7%;
  padding-bottom:100px;
}
._center{text-align:center !important}


._st_bbs_write {
    width: 99%;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    font-size: 1.2em;
    line-height: 24px;
}


.bt_gr_area5.act { color: #fecb17 !important; background: #093c11 !important;}

.st_b_cont_bg {}
._h10 {height:10px !important;}
._h20 {height:20px !important;}
._h30 {height:30px !important;}
._h50 {height:50px !important;}
._h77 {height:77px !important;}
._h100 {height:100px !important;}
._h137 {height:137px !important;}
._h150 {height:150px !important;}
._h300 {height:300px !important;}
._h900 {height:900px !important;}
._h1000 {height:1000px !important;}
._h1200 {height:1200px !important;}

/*  앹뾽 덉씠   */

.hd_pops {
  z-index:100000;
  position: absolute;
    color: #fff;
    font-size: 0.74rem;
    text-align: center;
  border:1px solid #585858;
  background:#323232;
  /*float:left !important;*/
}
.hd_pops img{max-width:100%;}
.hd_pops_con { font-size: 0.84rem !important; padding: 5px;}
.hd_pops_footer {padding: 0; line-height: 30px;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {margin-right:5px;padding:1px 10px;font-size: 0.8rem;border:0;background:#393939;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}

/*   앹뾽濡쒓렇   */
.pop_bg {
  position: absolute;
  top: 50%;
  left:50%;
  margin: -145px 0 0 -140px;
  width: 320px;
  height: 140px;
  border-radius: 5px;
  border: 1px solid #000;
    background: url("../images/common/pop_login_bg.png") center no-repeat;
  z-index: 20000;
}
.pop_login {
  width: 100%;
  height: 100%;
  border: 1px solid #35c89a;
  border-radius: 10px;
  background: url("../images/common/pop_login_bg2.png") center no-repeat;
}
.pop_cont {
  padding: 50px 10px 0 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 0.84rem;
}
.pop_btn {
  padding-top: 20px;
}
.pop_btn button {
  padding: 5px 10px;
  width: 100px;
  font-size: 0.76rem;
  border-radius: 5px;
  color: #000;
  background: #35c89a;
}
.pop_back {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0px;
  top: 0px;
  background: rgba( 0, 0, 0, 0.7 );
  z-index: 18000;
}

._limit {text-overflow:ellipsis;overflow: hidden;white-space: nowrap;}
._w180{width:140px}


/* 移댁     덉씠   留덉뒪   */
#casino_mask {position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.9);z-index:300000;display:none;}
.casino_layer {position:absolute;top:100px;left:50%;width:1173px;height:748px;background:#131313;margin-left:-586px;z-index:500000;display:none;}
.casino_layer h3 {line-height:59px;text-align:center;font-size:18px;font-weight:500;color:#b6b6b6;}
.casino_layer .close {position:absolute;top:20px;right:20px;cursor:pointer;}
.casino_layer .game_area {width:1155px;margin:0 auto;}

.imabutton:before {content:"\274c"}
.imabutton{float:right;background-color:#c0392b;border:1px solid #c0392b;color:#ffffff !important;display:inline-block;font-family:sans-serif;font-size:16px;line-height:44px;text-align:center;text-decoration:none;width:50px;-webkit-text-size-adjust:none;mso-hide:all;border-radius:10px}

.span-badge {
    float: right;
    margin-right:10px;
    margin-top:5px;
    color:white;
}

.mb-live-right {
  display: none;
}

.inplay-sched>table>thead>tr>th {
  background: #333333;
  padding: 10px 10px;
  text-align: left;
  font-size: 14px;
  color: white;
}

.inplay-sched>table>tbody>tr>.date-time {
  padding-left: 4px;
  border-right: 1px solid #313131;
  border-bottom: 1px solid #313131;
}

.inplay-sched>table>tbody>tr>td {
  /* border-right: solid 1px grey; */
}

.inplay-sched>table>tbody>tr>.game-info {
  display: flex;
  flex-flow: column;
  padding: 5px;
  border-bottom: 1px solid #313131;
}

.inplay-sched>table>tbody>tr>.game-info>.location-info {
  font-size: 13px;
  color: grey;
  text-align: left;
  padding-bottom: 3px;
}

.inplay-sched>table>tbody>tr>.game-info>.team-info {
  font-size: 14px;
  color: #d7d7d7;
  text-align: left;
  padding-left: 20px;
}

.inplay-sched>table>tbody>tr>.game-info>.team-info>.team-vs {
  color: #77118b;
}

.inplay-sched>table>tbody>tr>.game-info>.team-info>img {
  width: 16px;
  height: 16px;
  padding-right: 2px;
}
.inplay-sched>table>tbody>tr>.game-info>.team-info>img[src=""] {
  display:none
}
.inplay-sched>table>tbody>tr>.game-info>.team-info>img[src="default"] {
  content:url(../images/common/default.png)
}

@media (max-width:1200px) {
  .selectable:hover {
    cursor:pointer;
    background: #333333;
    color: #ffffff !important;
  }
  
  .pc-live-right {
    display: none;
  }

  .mb-live-right {
    display: block;
  }

  .sst_left {
    width: 100%;
  }

  .sst_right {
    width: 98%;
      margin-left: 1.4vw;
    background: #1a2b39c7;
  }

  .sst_right .bet_pick  {
    background: #1e3a70
  }

  .st_center {
    min-width: 340px;
  }
  .st_center_line {
    min-width: 340px;
  }
  
}
