@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 800px) {
	
	.responsive-formdiv { margin: 50px 2px 0; }
	.formdiv-wrap .input-box { margin: 1px; min-width: 80px; }
	.prtcont-thead .thead-div { flex: 30%; }
	.prtcont-tbody .tbody-div { flex: 30%; }
	.prtcont-tbody { border-bottom: 1px #ffa200 solid; }

	.formdiv-wrap .ib50 { flex-basis: 40%; }
	
	.sub-userinfo .tabarea .tabareabutton { width: 80px; }
	
	.ccui-cont .ccui-tbody .ccui-div { flex: 100%; padding-left: 140px; }
	.ccui-cont .ccui-tbody .ccui-div cc { width: 130px; }

	.subsubtabarea .tabareabutton { width: 18%; }
	
}

@media screen and (max-width: 640px) {
	
	::-webkit-scrollbar { display: none; }
	
	.slide-menu-button { position: absolute; left: 16px; top: 20px;	width: 30px; height: 30px; background: url(../images/icon-sidemenu.png) center center no-repeat; z-index: 80; display: inline-block; }
	
	.container { width: inherit; padding: 10px 0 0; }
	
	.wrapper { overflow: visible; z-index: 999; display: block;	}
	.wrapper nav {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 320px;
		height: 100%;
		margin: 0 0 0 -350px;
		-moz-transition: all 200ms ease-in;
		-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
		overflow-y: auto;
		z-index: 999;
		box-shadow: rgba(0, 0, 0, 1) 0 10px 20px;
		padding-top: 0;
	}
	.wrapper nav .slide_menu { position: relative; width: 320px; height: 100%; padding: 0; margin: 0; background: #151515;	overflow-y: auto; }
	.wrapper nav .slide_menu .slide_inliner { margin: 10px 0 0;	padding: 0; }
	.wrapper nav .slide_menu .slide_inliner .superman { position: absolute; top: 20px; left: 20px; cursor: pointer; }
	.wrapper nav .slide_menu .slide_inliner .superman img { width: 100px; }

	.wrapper nav .slide_menu .slide_inliner .userinfo { margin: 50px 10px 0; }

	.wrapper label { display: block; text-align: center; position: absolute; top: 12px; left: 12px;	z-index: 800;
		-moz-transition: all 200ms ease-in;
		-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
	}
	.wrapper label .topmenu { width: 30px; height: 30px; cursor: pointer; }
	.wrapper label .menu_closebutton { width: 24px;	height: 24px; background: url(../images/close-b.png) center center no-repeat; cursor: pointer;	position: relative;	right: -270px; top: 2px; }
	.wrapper input[type='checkbox'] { display: none; }
	.wrapper [type='checkbox']:checked ~ nav { margin: 0; }
	.wrapper input[type='checkbox']:checked ~ label { z-index: 700;	display: none; }
	
	header { height: 70px; }
	
	.hdr-top { width: inherit; height: 70px; background: #050505; }
	.hdr-top .superman { top: 20px; margin-left: -130px; }
	.hdr-top .superman img { width: 120px; }
	
	.ht-loginwrap { right: 10px; top: 0px; }
	.ht-loginwrap .button-login { width: 70px; margin: 14px 5px 0; }
	.ht-loginwrap .button-register { width: 70px; margin: 14px 0 0; }
	
	.ht-loginwrap-login { top: 10px; }
	.ht-loginwrap-login .userinfo-dd { margin: 0px 10px 0 0; }
	.ht-loginwrap-login .button-cgr { display: none; }
	.ht-loginwrap-login .button-wtr { display: none; }
	
	.ht-loginwrap-login .ui-wrap { display: none; }
	
	.news-wrap { display: none; }
	.menu-wrap { display: none; }
	
	.main-bnr { height: 150px; margin: 15px 10px 0; border-radius: 15px; }
	.main-bnr h1 { font-size: 30px; padding: 20px 0 0; }
	.main-bnr h2 { font-size: 11px; }
	.main-bnr h3 { font-size: 30px; }
	.main-bnr h4 { font-size: 12px; }
	
	.menu-bnr { width: auto; }
	.menu-bnr .bnrbutton { flex: 40%; height: 190px; }
	.menu-bnr .bnrbutton .buttonnametxt { font-size: 20px; left: 10px; bottom: 70px; }
	.menu-bnr .bnrbutton .subnametxt { font-size: 10px; left: 10px; bottom: 55px; }
	
	.menu-bnr .bnrbutton .playbutton { padding: 8px 10px 10px; font-size: 14px; }
	
	.mainbbs-wrap { margin: 20px 0 0; }
	.mainbbs-wrap .bbs-div { display: block; width: auto; margin: 0; padding: 0 10px 0; }
	.mainbbs-wrap .bbs-div .divtitle { font-size: 18px; }
	.mainbbs-wrap .bbs-div ul li { height: 40px; line-height: 39px; }
	.mainbbs-wrap .bbs-div ul li a { font-size: 12px; }
	.mainbbs-wrap .bbs-div ul li label { top: 19px; left: 15px; }

	/* .menu-bnr .bnr1 { flex: 100%; height: 240px; background-size: cover; } */
	
	.ftr-wrap { display: block; margin: 100px 0 0; text-align: center; padding: 0 10px 40px; }
	.ftr-wrap img { width: 100%; }
	.ftr-wrap .copyright { color: #888; font-size: 12px; margin: 50px 0 0; display: block; letter-spacing: 0; }
	
	.ht-loginwrap-login-ms { display: block; position: relative; clear: both; text-align: right; margin: 60px 10px 10px; }
	.ht-loginwrap-login-ms .userinfo-dd { display: inline-block; color: #eee; font-weight: bold; margin: 0; padding: 0; }
	.ht-loginwrap-login-ms .userinfo-dd .username { display: block; font-size: 11px; }
	.ht-loginwrap-login-ms .userinfo-dd .dd-cash { display: block; font-size: 16px; color: #30a3de; letter-spacing: 0; }
	.ht-loginwrap-login-ms .userinfo-dd .dd-cash span { font-size: 11px; }
	.ht-loginwrap-login-ms .userinfo-dd .dd-point { display: block; font-size: 12px; color: #30de65; letter-spacing: 0; }
	.ht-loginwrap-login-ms .userinfo-dd .dd-point span { font-size: 11px; }
	.ht-loginwrap-login-ms .msb-div { display: block; clear: both; text-align: center; margin: 0; }
	.ht-loginwrap-login-ms .msb-div .button-cgr { display: inline-block; width: 47.111%;; height: 40px; border-radius: 8px; cursor: pointer; text-align: center; line-height: 38px; background: #f9b208; color: #222; font-size: 14px; font-weight: bold; margin: 10px 4px 0 0; }
	.ht-loginwrap-login-ms .msb-div .button-wtr { display: inline-block; width: 47.111%; height: 38px; border-radius: 8px; cursor: pointer; text-align: center; line-height: 38px; border: 1px #f9b208 solid; color: #f9b208; font-size: 14px; font-weight: bold; margin: 10px 0 0; }
	.ht-loginwrap-login-ms .ui-wrap { display: inline-block; margin: 10px 0 0 5px; vertical-align: top; }
	.ht-loginwrap-login-ms .ui-wrap .ui-button1 { display: inline-block; width: 26px; height: 26px; background: url("../images/ui1.png") center center no-repeat; position: relative; cursor: pointer; margin: 0 4px 0; }
	.ht-loginwrap-login-ms .ui-wrap .ui-button2 { display: inline-block; width: 26px; height: 26px; background: url("../images/ui2.png") center center no-repeat; position: relative; cursor: pointer; margin: 0 4px 0; }
	.ht-loginwrap-login-ms .ui-wrap .newico { position: absolute; top: -2px; right: -10px; }
	.ht-loginwrap-login-ms .ui-wrap .ui-button3 { display: inline-block; width: 26px; height: 26px; background: url("../images/ui3.png") center center no-repeat; position: relative; cursor: pointer; margin: 0 0 0 4px; }
	.ht-loginwrap-login-ms .ui-wrap .ui-button4 { display: inline-block; width: 26px; height: 26px; background: url("../images/ui4.png") center center no-repeat; position: relative; cursor: pointer; margin: 0 0 0 4px; }
	
	.slide-menu-wrap { display: block; margin: 0 10px 0; clear: both; text-align: left; }
	.slide-menu-wrap .smw-button { display: inline-block; width: 31.002%; height: 30px; border-radius: 8px; cursor: pointer; text-align: center; line-height: 29px; border: 1px #999 solid; color: #aaa; font-size: 12px; font-weight: bold; margin: 0 1px 3px; }
	
	.slide-cont-wrapper { position: relative; padding: 0 20px 50px; margin: 0; display: block; }
	.slide-cont-wrapper .scw-name { display: block; margin: 20px 0 0; text-align: left; font-weight: bold; font-size: 12px; color: #aaa; cursor: pointer; position: relative; transition: all 150ms ease-in-out; }
	.slide-cont-wrapper .scw-name:hover { color: #fff; }
	.slide-cont-wrapper .scw-name span { margin: 0 0 0 20px; }
	.slide-cont-wrapper .scw-name .countpp { display: inline-block; padding: 1px 7px 2px; background: #ff004e; font-size: 12px; color: #fff; border-radius: 10px; top: -3px; right: 10px; position: absolute; letter-spacing: 0; }
	.slide-cont-wrapper .subname { display: block; margin: 30px 0 20px; text-align: left; font-weight: bold; font-size: 11px; color: #666; }
	
	
	.pppwdw { width: 320px; top: 30px; margin-left: -160px; }
	.ppw { width: 100%; margin-left: -50%; top: 0; }
	.pp-wrapper { padding: 30px 20px 50px; }
	.pp-wrapper .pp-close { right: 10px; }
	.login-input-wrap { display: block; margin: 30px 10px 0; }
	.button-position { display: block; margin: 10px 10px 0; text-align: center; }
	.inputstyle .dup-button { width: 50px; }
	
	.content-wrap { width: inherit; }
	
	.cont-side { display: none; float: inherit; }
	
	.cont-content { display: block; float: inherit; padding: 0; width: inherit; }
	
	.pagename { font-size: 11px; padding: 10px 10px 10px; margin: 0 0 10px; text-align: right;}
	.pagename .nametxt { font-size: 15px; }
	
	.tab-outer { white-space: nowrap; overflow-y: hidden; overflow-x: scroll; -webkit-overflow-scrolling: touch; }
	.tab-wrapper { width:100%; }
	.tab-area .tab-button { width: 80px; }
	.tab-outer2 { white-space: nowrap; overflow-y: hidden; overflow-x: scroll; -webkit-overflow-scrolling: touch; padding: 10px 0 2px; }
	.tab-wrapper2 { width:100%; }
	.tab-area2 { margin: 0; }
	.tab-area2 .tab-button { padding: 0 10px 0 30px; }
	.tab-area2 .tab-button-on { padding: 0 10px 0 30px; }
	
	.gl-titlename { border-radius: 0; }
	.gl-bb-wrap { padding: 10px 0; border-radius: 0; }
	.glg-wrap { padding: 50px 0 0 40px; }
	.glg-wrap .glg-data { width: inherit; }
	.glg-wrap-rst { padding: 50px 0 0 40px; }
	.ttable { padding: 0 0 0 40px; }
	.odds-list .ol-wrap .oi-wrap { width: 26.999%; }
	.glg-item { border-radius: 0; }
	.glg-on { border: 0; }
	
	.glg-wrap .odds-list .ol-wrap label { margin-right: 4px; }
	
	.glg-wrap-rst .odds-list .ol-wrap label { margin-right: 4px; }
	.glg-wrap-rst .odds-list .ol-wrap .score-label { margin-right: 4px; }
	.glg-wrap-rst .glg-data { width: inherit; }
	
	.glg-wrap-rst .odds-list .ol-wrap .oi-wrap { width: 24.777%; }
	
	.betcart-name { display: block; text-align: left; padding: 13px 10px 0; color: #38bcff; font-size: 20px; position: relative; }
	.betcart-name .crt-close { position: absolute; top: 14px; right: 15px; color: #38bcff; font-size: 14px; cursor: pointer; }
	
	.rst-1 { width: 20px; border-radius: 4px; }
	.rst-2 { width: 20px; border-radius: 4px; }
	.rst-3 { width: 20px; border-radius: 4px; }
	.rst-4 { width: 20px; border-radius: 4px; }
	.rst-ww { width: 20px; border-radius: 4px; }
	.rst-mm { width: 20px; border-radius: 4px; }
	
	.rst-div td { font-size:12px; }
	.rst-div td:last-child { padding-right: 0; }
	
	.betslip { display: none; }
	.betslip-ms { display: block; margin: 12px 0 0; }
	
	.time-reaming { font-size: 30px; }
	.time-reaming .labelname { top: 10px; right: 100px; ;font-size: 16px; }
	.time-reaming .labelname span { font-size: 11px; top: -2px; }
	.time-reaming .labeldata { top: 14px; }
	
	.gbs-wn2 { width:48%; }
	.gbs-wn4 { width:45%; }
	.gbs-wn3 { width:28.666%; }
	.gbs-wn6 { width:28.666%; }
	.gbs-wn10 { width:16.444%; }
	
	.bwa-liner .input-box-position { display:block; margin:0 0 0 60px; position:relative; }
	.bwa-liner .input-box-position label { display:inline-block; color:#a8a493; font-size:14px; position:absolute; top:12px; left:-50px; text-align:left; }
	
	.game-button-style { margin: 0 0 5px; }

	.button-position-layout { display: block; width: auto; vertical-align: top; margin: 0 10px 0; position: relative; }

	.button-position-layout2 { display: block; width: auto; vertical-align: top; margin: 0 10px 0; position: relative; }
	.gbs2-wn4 { width:22%; }
	
	.cont-button-position { text-align: center; }
	.cont-button { padding: 13px 0; border-radius: 6px; font-size: 12px; width: 100px; }
	
	.lds-wrap { position: fixed; right: 20px; bottom: 20px; z-index: 50; display: inline-block; }
	.lds-ripple { display: inline-block; position: relative; width: 60px; height: 60px; }
	.lds-ripple div { position: absolute; border: 10px solid #00b4ff; opacity: 1; border-radius: 50%; animation: lds-ripple 1.3s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
	.lds-ripple div:nth-child(2) { animation-delay: -0.5s; }
	@keyframes lds-ripple 
	{
		0% { top: 34px; left: 34px; width: 0; height: 0; opacity: 0; }
		4.9% { top: 34px; left: 34px; width: 0; height: 0; opacity: 0.3; }
		5% { top: 34px; left: 34px; width: 0; height: 0; opacity: 1; }
		100% { top: 0px; left: 0px; width: 58px; height: 58px; opacity: 0.1; }
	}
	
	.lds-uci { position: absolute; width: 50px; height: 50px; background: url("../images/usericon-cart.png") center center no-repeat; top: 15px; left: 15px; display: inline-block; cursor: pointer; }
	.lds-uci .counting { position: absolute; display: inline-block; padding: 1px 5px 3px; background: #ff004e; font-size: 11px; color: #fff; border-radius: 20px; left: -10px; top: -5px; }
	
	
	.cart-on { position: fixed; left: 0; bottom: 0; background: #000; z-index: 80; width: 100%; box-shadow: rgba(0, 0, 0, 1) 0 1px 20px; }
	.cart-off { display: none; }
	
	.table-div thead th { padding: 10px 0; font-size: 12px; }
	.table-div tbody tr { font-size:12px; }
	.table-div td { padding: 15px 3px; }
	.table-div .divdate { font-size:12px; text-align: left; }
	.table-div .divwriter { font-size:12px; text-align: left; }
	.table-div .admin-div { font-size: 12px; }
	.table-div .event-div { font-size: 12px; }
	.table-div .notice { padding: 2px 8px 3px; }
	.table-div .event { padding: 2px 8px 3px; }
	
	.board-view { padding: 10px 0 0; }
	.board-view .view-title { padding: 0 10px 10px; font-size: 16px; }
	
	.mgr-pp-wrap { top: 0; display: block; border: 1px #222 solid; border-radius: 0; width: auto; padding: 5px; }
	.mgr-pp-wrap .pp-close { top: 5px; right: 10px; }
	.mgr-pp-wrap .mgr-content { padding: 15px 5px; }
	.mgr-pp-wrap .mgr-content .caution-wrap { padding: 10px 0; }
	.mgr-pp-wrap .mgr-content .caution-wrap span { font-size:12px; }
	.mgr-pp-wrap .mgr-content .caution-wrap p { font-size: 12px; }
	.mgr-input-wrap .min-slt-wrap .ms-button { width:30.666%; height:40px; line-height: 39px; font-size:14px; margin: 0 1px 4px; }
	
	.other-tt-div { margin:10px 0 0; }
	.other-tt-div h4 { padding:20px 5px 0; margin:0 0 10px; }
	.other-tt-div th { font-size:11px; }
	.other-tt-div td { font-size:11px; }

	.ftr-wrap { padding: 0 10px 10px; }
	
	.cc-list-box .cc-button { padding: 5px 5px 5px 30px; width: 22.222%; }
	
	.item-button { width: 29.111%; }
	.item-button .item-img { height: 102px; }
	
	.tab-position .evt-button { margin: 0 1px 0; font-size: 13px; }
	.tab-position .per20 { width: 22%; }
	
	.gc-cont { margin: 0 0 0 90px; min-height: 200px; max-height: 200px; }
	.category-area { width: 90px; height: 200px; left: -90px; }
	.category-area .ctgy-wrap { margin: 0 4px 0; }
	.category-area .ctgy-txt { padding: 10px 0; text-align: center; }
	.category-area .ctgy-wrap .ctgy-button { padding: 7px 0;font-size: 11px; border-radius: 10px; margin: 0 0 3px; }
	
	.gcp-content { float: inherit; width: 100%; }
	
	.gcp-wrap { margin: 0 5px 10px; border-radius: 0; }
	.gcp-wrap .gcp-tabarea .gcptab-button { width: 16.4333%; }
	.gcp-wrap .gcp-tabarea .per50 { width: 49.8222%; }
	
	.mvw { display: block; }
	.mvw-none { display: none; }
	
	.bbtt-button .odd-wrap:nth-child(1) { flex-basis: 62%; }
	.bbtt-button .odd-wrap:nth-child(2) { flex-basis: 38%; }
	.bbtt-layout .sg-button .sg-item .lft { letter-spacing: -0.10em; }
	
	.bbtt-layout .sg-button { font-size: 11px; }
	.bbtt-layout .sg-button .sg-item .clr-odd { margin: 0 3px 0 3px; }
	
	.rst-div td .td-button  { color: #fc0; font-size: 11px; padding: 3px 4px 4px; border-radius: 4px; border: 1px #fc0 solid; cursor: pointer; float: right; }
	.rst-div td .td-button:hover  { background: #312700; }
	
	/* 1023 */
	.bc-list-wrap { display: none; }
	.bc-button-wrap { position: fixed; right: 10px; bottom: 80px; z-index: 50; display: inline-block; }
	.bc-button-wrap .bc-view { display: inline-block; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; background: url("../images/bcview.png"); }
	.view-type { display: block; position: fixed; left: 0; bottom: 0; background: #111; z-index: 200; }
	.view-type .mylist-wrap { height: 600px; overflow-y: scroll; }
	
	.bc-list-wrap-m { display: none; width: 100%; }
	.bc-list-wrap-m .wrapname { display: block; padding: 12px; color: #aaa; font-size: 14px; text-align: center; border-bottom: 1px #333 solid; }
	.bc-list-wrap-m .btm-button { display: block; padding: 12px; color: #aaa; font-size: 14px; text-align: center; cursor: pointer; background: #222; border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; }
	.bc-list-wrap-m .btm-button span { font-weight: bold; }
		
	/* 1102 */


	.ht-login-fx { display: block; width: inherit; right: 10px; top: 5px; }
	.ui-data .dt-name { text-align: right; width: inherit; float: none; }
	.ui-data .dt-btn { display: none; }
	.ui-data .dt-btn22 { display: none; }
	.ui-stats { display: block; margin: 0; padding: 0; background: #transparent; }
	.ui-stats .sts-line { height: auto; }
	.ui-stats .sts-line .main-currency { width: 100%; float: left; color: #fff; text-align: left; }
	.ui-stats .sts-line .main-currency .crrcy-label { font-size: 16px; display: block; position: relative; text-align: right; padding: 0 10px 0 0; }
	.ui-stats .sts-line .main-currency .crrcy-label span { display: none; }
	.ui-stats .sts-line .sub-currency { display: none; }
	
	
	
	
	.m-ht-login-fx { display: block; position: relative; letter-spacing: 0; margin: 55px 0 0; }

	.m-ht-login-fx .msb-div { display: block; clear: both; text-align: center; margin: 0; }
	.m-ht-login-fx .msb-div .button-cgr { display: inline-block; width: 47.111%;; height: 40px; border-radius: 8px; cursor: pointer; text-align: center; line-height: 38px; background: #f9b208; color: #222; font-size: 14px; font-weight: bold; margin: 10px 4px 0 0; }
	.m-ht-login-fx .msb-div .button-wtr { display: inline-block; width: 47.111%; height: 38px; border-radius: 8px; cursor: pointer; text-align: center; line-height: 38px; border: 1px #f9b208 solid; color: #f9b208; font-size: 14px; font-weight: bold; margin: 10px 0 0; }

	.m-ui-data { display: block; padding: 0 10px 0; }
	.m-ui-data:after { content:"."; visibility:hidden; display:block; height:0; clear:both; }
	.m-ui-data .dt-name { text-align: left; vertical-align: top; font-size: 14px; color: #fff; line-height: 1; width: 40%; float: left; }
	.m-ui-data .dt-name span { color: #999; font-size: 10px; }
	.m-ui-data .dt-btn { width: 100%; float: left; }
	.m-ui-data .dt-btn .btn11 { display: inline-block; width: 31.555%; height: 30px; line-height: 30px;border: 1px #30a3de solid; background: #30a3de; color: #000; text-align: center; cursor: pointer; border-radius: 10px; font-size: 14px; float: left; }
	.m-ui-data .dt-btn .btn22 { display: inline-block; width: 31.555%; height: 30px; line-height: 30px; border: 1px #ffae00 solid; color: #ffae00; text-align: center; cursor: pointer; border-radius: 10px; font-size: 14px; margin: 0 4px 0; float: left; }
	.m-ui-data .dt-btn .btn33 { display: inline-block; width: 31.555%; height: 30px; line-height: 30px; border: 1px #00ff5a solid; color: #00ff5a; text-align: center; cursor: pointer; border-radius: 10px; font-size: 14px; float: left; }
	.m-ui-data .dt-btn22 { width: 60%; float: left; height: 40px; }
	.m-ui-data .dt-btn22 .ggui11 { width: 30px; height: 30px; background: url("../images/ui1.png") center center no-repeat; cursor: pointer; float: left; position: relative; margin: 0 0 0 10px; }
	.m-ui-data .dt-btn22 .ggui22 { width: 30px; height: 30px; background: url("../images/ui2.png") center center no-repeat; cursor: pointer; float: left; position: relative; margin: 0 0 0 13px; }
	.m-ui-data .dt-btn22 .ggui33 { width: 30px; height: 30px; background: url("../images/ui3.png") center center no-repeat; cursor: pointer; float: left; position: relative; margin: 0 0 0 13px; }
	.m-ui-data .dt-btn22 .ggui44 { width: 30px; height: 30px; background: url("../images/ui4.png") center center no-repeat; cursor: pointer; float: left; position: relative; margin: 0 0 0 13px; }
	.m-ui-data .dt-btn22 .ggui22 .newico { position: absolute; bottom: -7px; left: -7px; }

	.m-ui-stats { display: block; margin: 10px 5px 10px; background: #090909; border-radius: 10px; padding: 5px 10px; }
	.m-ui-stats .sts-line { display: block; height: 30px; margin: 2px 0 0; padding: 0 0 0 10px; }
	.m-ui-stats .sts-line .main-currency { display: block; color: #fff; text-align: left; }
	.m-ui-stats .sts-line .main-currency .crrcy-label { font-size: 16px; display: block; position: relative; text-align: right; padding: 0; }
	.m-ui-stats .sts-line .main-currency .crrcy-label span { font-size: 10px; color: #aaa; position: absolute; top: 3px; left: 5px; padding: 2px 5px; border-radius: 10px; border: 1px #999 solid; }
	.m-ui-stats .sts-line .sub-currency { width: 33.333%; float: left; line-height: 1; }
	.m-ui-stats .sts-line .sub-currency .scrrcy-name { font-size: 10px; display: block; color: #aaa; text-decoration: underline; }
	.m-ui-stats .sts-line .sub-currency .clr-g { color: #31ff7f; font-size: 14px; display: block; }
	.m-ui-stats .sts-line .sub-currency .clr-y { color: #ffc000; font-size: 14px; display: block; }
	.m-ui-stats .sts-line .sub-currency .clr-r { color: #e36767; font-size: 14px; display: block; }
	.m-ui-stats .sts-line .sub-currency .clr-p { color: #78ff00; font-size: 14px; display: block; }
	.m-ui-stats .sts-line .sub-currency .clr-o { color: #ff7200; font-size: 14px; display: block; }
	.m-ui-stats .sts-line .sub-currency .clr-b { color: #00d2ff; font-size: 14px; display: block; }
	
	.slt-div .slt-style { display: inline-block; width: 30%; }
	.slt-div .slttxt { padding: 0 4px 0; }

	.slide-menu-wrap .smw-button { position: relative; }
	.slide-menu-wrap .smw-button  .alrt { position: absolute; display: inline-block; border-radius: 15px; background-color: #EF4649; padding: 2px 7px 3px; color: #fff; bottom: 1px; right: 1px; font-size: 11px; line-height: 1.2; }

	.hdr-top .sns-div { top: 75px; right: 5px; z-index: 10; border-radius: 10px; }
	.hdr-top .sns-div .sns-cont { padding: 5px 10px 5px 40px; background: url("../images/telegramicon.png") top 10px left 10px no-repeat; background-size: 15%; }
	.hdr-top .sns-div .sns-cont h5 { font-size: 11px; }
	.hdr-top .sns-div .sns-cont h4 { font-size: 16px; }

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}






