


/* ///// PAGE DESIGN ///// */


	/*************************************************************************************************************
	* Footer CSS **********************************************************************************************
	**************************************************************************************************************/

	.footer {
		background : linear-gradient(#3e4246, #282c30);
		color: #a9a9a9;
	}


	/*************************************************************************************************************
	* login_v PAGE **********************************************************************************************
	**************************************************************************************************************/
	.login_box {
		position: relative;
		height:511px;
		width:450px;
		margin:auto;
		position:fixed;
		border-radius:8px;
		overflow:hidden;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
	}
	.input-box .logo {
		height:145px;
		margin:auto;
		text-align:center;
		margin-bottom:-15px;
	}
	.input-box .logo img {
		width: 220px;
		opacity: 0.8;
	}
	.input-box.login_2 .logo {
		margin-bottom:43px;
	}
	.input-box.login_2 .logo img {
		width: 220px;
	}
	.login_box .input-group {
		width: 100%;
		position:relative;
		margin-bottom:10px;
	}
	.input-box.login .input-group input {
		font-size: 14px;
		margin-bottom:15px;
		height:55px;
		padding-left:40px;
	}
	.login_box .input-box	{
		position:relative;
		top: 0;
		transition:all ease 0.5s;
	}
	.input-box form {
		background-color: rgba( 255, 255, 255, 0.9 );
		padding:28px 20px;
	} 
	.input-box.login_2{
		position:relative;
		top:0;
		transition:all ease 0.5s;
	}
	.input-box.login_2 form{
		background-color: #ededed;
		padding:72px 20px 35px 20px;
		border-top: 3px solid #036999;
		text-align: center;
	}
	#input-box.joinbtn {
		position:relative;
		display:block;
		text-align:center;
		font-size: 22px;
		padding:15px 10px;
		text-decoration:none;
		text-transform:uppercase;
		background-color: #036999;
		color:#ffffff;
		cursor: pointer;
	}
	.input-box.moveup{
		top:-87.5%;
	}
	.input-box.login_2.moveup{
		top: -87.5%;
	}


	@media (max-width : 767px) {
		.login_box {
			width: 85%;
		}
		.input-box form {
			background-color: #ededed;
		}
		.input-box.login .logo img {
			width: 150px;
			padding-top: 20px;
		}
	}



	/*************************************************************************************************************
	* JOIN_v PAGE **********************************************************************************************
	**************************************************************************************************************/
	.input-box.join { padding : 15px 100px; }
	.input-box.join .row:first-child .col-xs-12 {
		font-size: 45px;
		text-align: center;
	}
	.join_small_text {
		padding-top: 10px;
		font-size: 11px;
		color : #a9a9a9;
	}
	@media (max-width : 767px) {
		.input-box.join { padding: 15px 10px; }
	}



	/*************************************************************************************************************
	* Header PAGE ***********************************************************************************************
	**************************************************************************************************************/

	  /* NAV PC/Mobile VIEW CSS */
	  @media (max-width : 767px) {
	    .navbar_pc_wrap { display: none; }
	  }
	  @media (min-width : 767px) {
	    .navbar_mobile_wrap { display: none; }
	  }

		/* PC Dropdown menu */
		#cssmenu {
			position: relative;
			z-index: 2;
		}
		#cssmenu,
		#cssmenu ul,
		#cssmenu ul li,
		#cssmenu ul li a {
		  margin: 0;
		  padding: 0;
		  border: 0;
		  color: #FFFFFF;
		  list-style: none;
		  line-height: 1;
		  display: block;
		  position: relative;
		  -webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
		}
		#cssmenu:after,
		#cssmenu > ul:after {
		  content: ".";
		  display: block;
		  clear: both;
		  visibility: hidden;
		  line-height: 0;
		  height: 0;
		}
	  #cssmenu ul {
	    text-align: center;
	  }
	  #cssmenu ul li {
	    display: inline-block;
	  }
		#cssmenu > ul > li > a {
		  padding: 18px;
		  font-size: 14px;
		  letter-spacing: 1px;
		  text-decoration: none;
		  color: #FFFFFF!important;
		  font-weight: 600;
		  text-transform: uppercase;
		}
		#cssmenu > ul > li:hover > a {
		  color: #ffffff!important;
		  background: #72B842;  
		}
		#cssmenu > ul > li.has-sub > a {
		  padding-right: 30px;
		}
		#cssmenu > ul > li.has-sub > a:after {
		  position: absolute;
		  top: 25px;
		  right: 11px;
		  width: 8px;
		  height: 2px;
		  display: block;
		  background: #FFFFFF;
		  content: '';
		}
		#cssmenu > ul > li.has-sub > a:before {
		  position: absolute;
		  top: 22px;
		  right: 14px;
		  display: block;
		  width: 2px;
		  height: 8px;
		  background: #FFFFFF;
		  content: '';
		  -webkit-transition: all .25s ease;
		  -moz-transition: all .25s ease;
		  -ms-transition: all .25s ease;
		  -o-transition: all .25s ease;
		  transition: all .25s ease;
		}
		#cssmenu > ul > li.has-sub:hover > a:before {
		  top: 23px;
		  height: 0;
		}
		#cssmenu ul ul {
		  position: absolute;
		  left: -9999px;
		  box-shadow: 0px 8px 8px grey;
		}
		#cssmenu ul ul li {
		  height: 0;
		  -webkit-transition: all .25s ease;
		  -moz-transition: all .25s ease;
		  -ms-transition: all .25s ease;
		  -o-transition: all .25s ease;
		  transition: all .25s ease;
		}
		#cssmenu li:hover > ul {
		  left: auto;
		}
		#cssmenu li:hover > ul > li {
		  height: 35px;
		}
		#cssmenu ul ul li a {
			text-align: left;
		  border-bottom:#CCCCCC 1px solid;
		  padding: 11px 15px;
		  width: 170px;
		  font-size: 14px;
		  text-decoration: none;
			color: #ffffff!important;
		  background: #14191E;
		}
		#cssmenu ul ul li:last-child > a,
		#cssmenu ul ul li.last-item > a {
		  border-bottom: 0;
		}
		#cssmenu ul ul li:hover > a,
		#cssmenu ul ul li a:hover {
		  color: #ffffff!important;
		  background: #72B842;
		}
		#cssmenu ul ul li.has-sub > a:after {
		  position: absolute;
		  top: 16px;
		  right: 11px;
		  width: 8px;
		  height: 2px;
		  display: block;
		  background: #dddddd;
		  content: '';
		}
		#cssmenu ul ul li.has-sub > a:before {
		  position: absolute;
		  top: 13px;
		  right: 14px;
		  display: block;
		  width: 2px;
		  height: 8px;
		  background: #dddddd;
		  content: '';
		  -webkit-transition: all .25s ease;
		  -moz-transition: all .25s ease;
		  -ms-transition: all .25s ease;
		  -o-transition: all .25s ease;
		  transition: all .25s ease;
		}
		#cssmenu ul ul > li.has-sub:hover > a:before {
		  top: 17px;
		  height: 0;
		}



    /* PC Header CSS */

      /* TOP */
      .navbar_pc_wrap .nav_top {
        width: 100%;
        padding : 15px 0px;
        background: linear-gradient(#3e4246, #282c30);
      }
      .navbar_pc_wrap .nav_top .row > div:nth-child(2) {
        color : #a9a9a9;
        border-bottom: 1px solid #5a5a5a;
        padding-left: 30px;
      }
      .navbar_pc_wrap .nav_top .row > div:nth-child(2) i {
        position: absolute;
        left: 0px;
        bottom: 3px;
        font-size: 20px;
      }
      .navbar_pc_wrap .nav_top .row > div:nth-child(3) i {
        font-size: 21px;
        margin-left: 40px;
        color : #ddd;
        position: relative;
        bottom: -3px;
        transition: 0.3s;
      }
      .navbar_pc_wrap .nav_top .row > div:nth-child(3) a:hover > i {
        transition: 0.3s;
      }

      /* MID */
      .navbar_pc_wrap .nav_mid { background-color: #14191e; }


      /* Bottom */
	    .navbar_pc_wrap .nav_bottom { 
	      color: #fff;
	      padding : 10px 0px;
	    }
      .navbar_pc_wrap .nav_bottom span {
        font-size: 14px;
        color: #FFFFFF;
      }
      .navbar_pc_wrap .nav_bottom .row {
        position: relative;
        top: 5px;
      }
      .navbar_pc_wrap .nav_bottom .col-xs-7 {
        text-align: center;
        padding-top: 3px;
      }
      .navbar_pc_wrap .nav_bottom .col-xs-7 a {
        margin : 0px 30px;
      }
      .navbar_pc_wrap .nav_bottom a:hover b {
        text-shadow: 1px 1px 1px #333;
      }
      .navbar_pc_wrap .nav_bottom .col-xs-7 a i {
        font-size: 14px;
        position: relative;
        right: 6px;
        color: #f7c958;
      }
      .navbar_pc_wrap .nav_bottom [href="/mypage/profile"] img {
        width: 30px;
        position: relative;
        top: -1px;
      }
      .navbar_pc_wrap .nav_bottom .row > div:last-child {
        position: relative;
        bottom: 5px;
        text-align: right;
      }
      .navbar_pc_wrap .nav_bottom .row > div:last-child .bt {
        margin-left: 15px;
        letter-spacing: 1px;
        color : #FFF;
      }
      .navbar_pc_wrap .nav_bottom .row > div:last-child img {
        position: relative;
        right: 3px;
        bottom: 1px;
			}

		/* Mobile Header CSS */

	    /* Mobile - TOP */
	    .navbar_mobile_wrap .nav_top td {
	      text-align: center;
	      background-color: #ededed;
	      padding: 10px 0px;
	    }

	    /* Mobile - MID */
	    .navbar_mobile_wrap .nav_mid {
/*	      background-image: url('/asset/main/img/background/bg_m_header.jpg');*/
	      background-size: cover;
	      background-repeat: no-repeat;
	      background-position: center;
	      margin-top: 0px;
	    }
	    .navbar_mobile_wrap .nav_mid td {
	      font-size: 11px;
	      text-align: center;
	      padding: 13px 3px;
	      color: #fff;
	    }
/*	    .navbar_mobile_wrap .nav_mid td > p:nth-child(2) {
	      text-shadow: 0 0 7px #0f8be0, 0 0 10px #0f8be0, 0 0 21px #0f8be0, 0 0 42px #0fa,
	      0 0 82px #0fa, 0 0 92px #0fa, 0 0 102px #0fa, 0 0 151px #0fa;
	    }*/
	    .navbar_mobile_wrap .nav_mid img {
	      width: 18px;
	      margin-right: 5px;
	      position: relative;
	      top: -1px;
	    }
      .bt.m-nav {
        padding: 15px 0px 20px;
        font-size: 18px;
        border-radius: 18px;
        width: 200px;
      }
      .bt.m-nav i:nth-child(1) {
        position: relative;
        top: 5px;
        right: 5px;
        color: #f2df3a;
        font-size: 28px;
      }
      .bt.m-nav i:nth-child(2) {
        position: relative;
        top: -25px;
        right: 52px;
        font-size: 20px;
      }
      .bt.m-nav:active i:nth-child(2) {
      	transition: 0.3s;
      	opacity: 0.1;
      }

      /* Mobile - BOTTOM */
      .navbar_mobile_wrap .nav_bottom .fa-bullhorn {
        position: relative;
        top: 0px;
        font-size: 18px;
      }
      .navbar_mobile_wrap .nav_bottom {
        width: 100%;
        font-size: 11px;
        padding : 8px 0px;
        background: linear-gradient(#3e4246, #282c30);
      }
      .nav_bottom .side-btn {
        text-align: center;
        padding: 0px;
      }
      .nav_bottom td { 
        text-align: center; 
      }
      .nav_bottom .side-btn img {
        width: 30px;
      }
      .nav_bottom .side-btn:active img,
      .nav_bottom .side-btn:active p {
        transition: 0.2s;
        transform: scale(0.90);
      }
      #m-nav-menu {
        margin-top: 10px;
        padding-bottom: 5px;
      }
      #m-nav-menu a {
        padding: 15px 0px;
        margin-right: -1px;
        margin-bottom: -1px;
        border : 2px groove #555555;
        text-align: center;
        color : #EDEDED;
        font-size: 12px;
      }
		  #m-nav-menu a:active,#m-nav-menu a:hover {
		    background-color: #212121;
		    color: #f7c958;
		  }
      .navbar_mobile_wrap .nav_bottom marquee {
        color : #a9a9a9;
        letter-spacing: 1px;
      }


      /* Mobile SIDE NAV - top */
      .mm-spn li:before,.mm-spn li:after { display: none!important; }
      .sidenav-top {
        padding : 5px 0px 0px 0px;
      }      
      .sidenav-top [class^="col-xs-"] {
        text-align: center;
      }
      .sidenav-top .col-xs-6 img {
        position: relative;
        top: -1px;
      }
      .sidenav-top .col-xs-12 {
        font-size: 24px;
        padding: 25px 0px 20px 0px;
      }
      .sidenav-top .col-xs-12 p {
        margin-bottom: 20px;
      }
      .sidenav-top .col-xs-4 {
        font-size: 16px;
        padding : 15px 0px;
        border-right: 1px solid #269dd3;
        border-top: 1px solid #269dd3;
      }
      .sidenav-top .col-xs-4 i {
        position: relative;
        right: 5px;
      }

      /* Mobile SIDE NAV - bottom */
      .sidenav-bottom {
        background-color: #000;
        padding: 5px 3px;
      }
      .sidenav-bottom img {
        width: 100%;
      }
      .hr-custom.sidnav { 
      	margin-top: 50px; 
      	margin-bottom: 0px; 
      }
      .hr-custom.sidnav:after {
      	padding: 0 2rem;
      	font-size: 14px;
      }



	/*************************************************************************************************************
	* MAIN_V CSS ***********************************************************************************************
	**************************************************************************************************************/
    

    /* Mobile Main_m_v CSS */
	  .contents_wrap.main_m {
	    margin-top: 0px;
	    background-color: #FFF;
	  }
    .ts-tab.main_m .nav-tabs li {
      width: 25%;
    }
    .ts-tab.main_m .tab-content {
      padding: 20px 0px 0px 0px;
      font-size: 11px;
      min-height: 100px;
    }
    .ts-tab.main_m .tab-content .col-xs-3 {
      text-align: center;
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 30px;
    }
    .ts-tab.main_m .tab-content .col-xs-3 img {
      width: 60px;
      margin-bottom: 5px;
      transition: 0.1s;
    }
    .ts-tab.main_m .tab-content .col-xs-3:active img {
      transition: 0.1s;
      filter: sepia(100%);
    }
    .ts-tab.main_m .col-xs-3 div {
      position: absolute;
      color: #036999;
      top: 0px;
      right: 10px;
      font-size: 10px;
    }
    .hr-custom.main_m:after {
      background-color: #fff;
    }



	/*************************************************************************************************************
	* CHARGE_V CSS ***********************************************************************************************
	**************************************************************************************************************/

		.bt.bank {
			margin-top: 10px;
			margin-bottom: 10px;
		}
		.bt.bank.bankinfo {
			background-color: transparent!important;
			padding-left: 0px;
			padding-right: 0px;
			color : #555;
			box-shadow: none;
			cursor: default;
			font-size: 18px;
			margin-top: 20px;
			margin-bottom: 20px;
		}
		.charge-box {
			width: 50%;
			margin : 0 auto;
			text-align: center;
			padding-bottom: 15px;
		}
		.charge-box > div:first-child {
			font-size: 14px;
			text-align: left;
			color: #999;
			line-height: 30px;
			padding: 15px 5px;
			border-bottom: 1px solid #eee;
			margin-bottom: 25px;
		}
		.charge-box > div:first-child > p {
			font-size: 18px;
			color: #555;
			margin-bottom: 8px;
		}
		.contents.charge .col-lg-6:nth-child(1) > table th,
		.contents.charge .col-lg-6:nth-child(1) > :nth-child(1) td { /* Result table */
			font-size: 16px;
			text-align: center;
			width: 33%;
		}
		.contents.charge .col-lg-6:nth-child(1) table > tbody > tr:first-child > td {
			background-color: #ededed;
			padding : 15px 3px;
		}

		.contents.charge .col-lg-6:nth-child(2) table > caption {
			font-size: 16px;
			padding-top: 0px;
		}
		.contents.charge .col-lg-6:nth-child(2) table > tbody > tr:last-child > td {
			border-bottom: 1px solid #ddd;
		}
		.charge-canclebox {
			text-align: center;
			margin-bottom: 30px;
		}
		.charge-canclebox p {
			margin-top: 15px;
			font-size: 16px;
		}
		#charge-money {
			margin-bottom: 15px;
		}
		.input-box.charge #charge-money input {
			text-align: center;
			padding-left: 0px;
			font-size: 22px;
		}
		.charge_badge {
			font-size: 14px;
			margin-top: 10px;
			color : #999;
		}
		.charge_badge .badge {
			font-size: 14px;
			padding: 5px 8px;
			background-color: var(--color-sil-1);
			color: #FFF;
			margin-bottom: 3px;
		}
		.charge-btn-img {
			width: 100%;
			border-radius: 5px;
			border : 3px solid #269dd3;
			box-shadow: 3px 3px 10px black;
			margin: 10px 0px;
			cursor: pointer;
		}
		.charge-btn-img:hover {
			filter: sepia(50%);
			box-shadow: 0 0 5px black;
		}
		.chex-banner img {
			width: 100%;
			border-radius: 5px;
		}
		@media (max-width : 767px) {
			.charge-box { width: 100%; }
			.charge-box > div:first-child { font-size: 12px; }
			.contents.charge .col-lg-6.col-xs-12 {
				padding-left: 0px;
				padding-right: 0px;
			}
			.contents.charge .col-lg-6:nth-child(1) > table th,
			.contents.charge .col-lg-6:nth-child(1) > :nth-child(1) td { font-size: 14px; width: auto; }
			.charge-canclebox p {font-size: 11px;}
			.contents.charge .col-lg-6:nth-child(2) table {
				margin-top: 30px;
			}
			.bt.full.size-3.bank span {
				font-size: 16px;
			}
		}


	/*************************************************************************************************************
	* MODAL CSS ***********************************************************************************************
	**************************************************************************************************************/

	/* header_v 쪽지 모달 */
	#modal-letter img { width: 300px; }

	@media(max-width : 767px) {
		#modal-letter img { width: 100%; }
		#modal-letter .modal-dialog { width: 90%;}
	}





	/*************************************************************************************************************
	* gb-01 CSS ***********************************************************************************************
	**************************************************************************************************************/

  #m-smenu {
    padding : 3px 8px;
  }
  #m-smenu td { 
    text-align:center;
    border : 3px groove #EDEDED;
    padding : 12px 0px;
  }
  #m-smenu td:hover {
    background-color: var(--color-sil-2);
    color : var(--color-sil-3);
  }
  #m-smenu td > i {
    font-size: 16px;
    position: relative;
    top: 2px;
    right: 2px;
  }
  .modal.mcasino .modal-dialog {
    width: 70%;
  }
  .modal.mcasino .container {
    width: 100%!important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .modal.mcasino .modal-body,
  .modal.mcasino .modal-content {
    padding: 0px;
    background-color: transparent;
    border-radius: 10px;
  }
  .modal.mcasino .contents {
    padding-top: 0px;
  }
  .modal.mcasino .contents_wrap {
    margin-top: 0px;
  }
  .modal.mcasino .panel {
    margin-bottom: 5px;
    border : 0px;
    border-radius: 0px;
  }
  .modal.mcasino .modal-header {
    background-image :linear-gradient(darkgrey, whitesmoke);
    flex-wrap : wrap;
    display: flex;
    align-items : flex-start;
    justify-content : space-between;
    padding : 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .modal.mcasino .modal-close-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 12px;
    right: 12px;
    background-color : rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    border : none;
  }
  .modal.mcasino .modal-banner {
    width: 100%;
    height: auto;
    background-image: url('/asset/design/casino-01-gb/img/background/banner-bg.jpg');
    background-size: cover;
    background-position: top center;
    border-radius: 15px 15px 0 0;
    padding : 100px 0 0;
    text-align: center;
  }
  .modal-banner .modal-logo {
    width: 250px;
    display: inline-block;
    margin : 0 0 5px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 1.0));
    position: relative;
    top: 20px;
  }
  .modal.mcasino .modal-icon,
  .modal.mcasino .modal-title {
    width: 150px;
    height: 120px;
    background-size: 100% 100%;
    color : var(--color-sil-4);
    font-size: 36px;
    margin : 0 auto;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1), 0 0 15px rgba(255, 255, 255, 0.5);
  }
  .modal.mcasino .modal-title {
    margin : 0 auto;
    margin-bottom: -45px;
  }
  .modal-title .title-panel {
    margin : 5px 0 0;
    text-align: center;
  }
  .modal-title .title {
    width: 100%;
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
  }
  .modal-title .sub {
    width: 100%;
    display: inline-block;
    color : #7b7a74;
    font-size: 10px;
    letter-spacing: 5px;
    vertical-align: top;
    position: relative;
    top: -10px;
  }
  .modal-close-btn:before,
  .modal-close-btn:after {
    width: 2px;
    height: calc(100% - 20px);
    background-color : black;
    left: 0;
    right: 0;
    top: 0;
    bottom : 0;
    margin : auto;
    transform: rotate(45deg);
    transition: 0.5s;
  }
  .modal-close-btn:after {
    transform: rotate(-45deg);
  }
  .modal-head-panel {
    width: 100%;
    min-height: 34px;
    position: relative;
    margin : 30px auto 0px;
    padding : 0px;
    color : #000;
  }
  .modal.mcasino .panel-heading {
    display: none;
  }
  .modal.letter .modal-dialog {
    top: 30%;
  }
  .modal.letter .modal-body {
    font-size: 24px;
    padding-top: 50px;
  }
  .modal.letter .modal-body i {
    font-size: 38px;
    color : var(--color-sil-1);
  }
  .m-letter-btn {
    width: 40%;
    margin-left: 10px;
    margin-right: 10px;
  }
  #modal-letter .modal-dialog {
  	margin : 0 auto;
  }
  .review {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
  }
  .modal.casino-list .panel {
    margin-top: -1px;
  }
  .modal.casino-list .modal-head-panel {
    margin : 3px auto 15px;
  }
  .modal.casino-list .thumbnail {
    border-radius: 10px;
    border : 3px groove #ededed;
    background-color: #5b6467;
    background-image: linear-gradient(130deg, #ededed 10%, darkgrey 80%);
    transition: 0.2s;
  }
  .modal.casino-list .thumbnail img {
    border-radius: 3px;
    width: 100%;
  }
  .modal.casino-list .thumbnail .caption {
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 6px;
    color : #000;
  }
  .modal.casino-list .thumbnail .review {
    font-size: 14px;
    color: #000;
  }
  .modal.casino-list .thumbnail:hover {
    filter: sepia(50%);
    transition: 0.2s;
  }
  .modal.casino-list .title {
    text-align: center;
    font-size: 24px;
    margin : 15px 0px 15px;
    text-transform: uppercase;
  }
  .modal.casino-list .title img {
    height: 40px;
    position: relative;
    top: -3px;
    right: 5px;
  }
  .img-thumb {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .modal.mcasino .modal-footer {
    padding : 20px 0px 0px 0px;
    background-color: white;
    text-align: center;
  }
  .modal.mcasino .modal-footer .footer.fixed.add {
    bottom: 0;
  }
  .modal.mcasino .modal-footer .bt-close {
    margin-bottom: 15px;
    width: 150px;
    padding : 15px 0px!important;
  }
  .layer_popup_close {background:#000;color:#fff;text-align:center;padding:3px 0;font-size:85%;}
  .popup_box_admin {
  	width: 600px;
  	z-index: 101;
  }
  .pop-title-top,
  .pop-title-bottom {
  	width: 100%;
  	color: white;
  	font-size: 18px;
  	text-align: center;
  	padding: 15px 0px;
  }
  .pop-title-bottom {
  	background-color: var(--color-sil-4);
  	border-bottom-left-radius: 10px;
  	border-bottom-right-radius: 10px;
  	cursor: pointer;
  	padding : 25px 0px;
  }
  .pop-title-bottom > div {
  	background : linear-gradient(#3e4246, #282c30);
  	font-size: 18px;
  	width: 90%;
  	padding: 18px 0px;
  }
  .pop-title-bottom > div:hover,
  .popup_box_admin .pop-close:hover {
  	filter: sepia(50%);
  }
  .pop-title-top {
  	background-color: var(--color-sil-4);
  	border-top-left-radius: 10px;
  	border-top-right-radius: 10px;
  	padding : 38px 0px;
  }
  .popup_box_admin .pop-close {
  	position: absolute;
  	right: 30px;
  	top: 0px;
  	font-size: 50px;
  	padding: 0px;
  	background-color: transparent;
  	border: 0px;
  	color: #c8c8c8;
  }
  .popup_box_admin img {
  	width: 100%!important;
  	height: auto!important;
  }


  /* Login Design */
  #joinModal {
  	top : 10%;
  }
	#joinModal .modal-content {
		border-radius: 30px;
	}
	#joinModal .modal-body {
		text-align: center;
		font-size: 24px;
		padding: 35px 80px 50px;
	}
	#joinModal .modal-body i,
	.modal.join .modal-header {
		font-size: 36px;
		margin : 20px 15px;
	}
	#joinModal .modal-body h4 {
		margin-bottom: 25px;
	}
  .modal.join {
    overflow: hidden;
  }
  .modal.join .modal-dialog {
    top: 10%;
  }
  .modal.join .modal-header {
    text-align: center;
    padding: 15px 0px;
  }
  .modal.join .modal-header p {
    color : var(--color-sil-1);
  }
  .modal.join table td {
    font-size: 16px;
    padding: 5px;
    border: 1px solid #EDEDED;
  }
  .modal.join tbody td:first-child {
    background-color: var(--color-sil-1);
    color: #FFF;
    width: 20%;
    text-align: center;
  }
  .modal.join table td:last-child {
    width: 25%;
    font-size: 12px;
  }
  .modal.join table td:last-child div {
    padding: 8px 0px;
    width: 100%;
  }
  .join-phone input {
    display: inline-block;
    width: 30%;
  }
  .modal.join tfoot td {
    text-align: center;
  }



  /* Board Design */
	.table_a.boardlist th {
		text-align: center;
		padding-bottom: 10px;
	}
	.table_a.boardlist td {
		font-size: 18px;
		padding : 18px 0px;
	}
	.table_a.boardlist tbody > tr:nth-child(odd) > td {
		background-color: #FBFBFB;
	}
	.table_a.boardlist .betting {
		margin-left: 10px;
	}
	.boardlist.mcasino tbody > tr:hover td,
	.boardlist.mcasino tbody > tr:hover {
		filter: grayscale(50%);
		background-color: #EDEDED;
		font-weight: bold;
		transition: 0.1;
	}
	.panel-body.board {
		min-height: 55vh;
	}
	.level_icon {
		width: 30px;
	}

	.modal.mcasino .modal-body.modal-board-in {
		overflow-x: hidden;
		overflow-y: scroll;
		height: 640px;
		min-height: 65vh;
		padding: 0 20%;
		border-radius: 0px;
	}
	.mcasino .jumbotron {
		background-color: transparent!important;
		margin-bottom: 0px;
	}
	.modal.board .modal-footer {
		background-color: whitesmoke;
		text-align: center;
		border-top: 1px solid #EDEDED;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
  .mcasino.board .modal-dialog {
    width: 90%;
  }
  .mcasino.board .footer.add {
    bottom: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .mcasino.board .modal-body {
    background-color: white;
    text-align: center;
  }
  .mcasino.board .bt-close {
    margin : 30px auto;
    width: 50%;
  }
	.board-in-title {
		text-align: center;
	}
	.board-in-title span {
		display: block;
	}
	.board-in-title .title {
		font-size: 24px;
	}
	.board-in-title .sub {
		float: right;
		margin-right: 20px;
		margin-bottom: 12px;
	}



	/* CS Desgin */
  #m-cs.modal.mcasino .panel {
    margin-bottom: 0px;
  }
  #m-cs .cs_custom {
    margin-bottom: 0px;
  }