



@media screen and (max-width: 640px) {
	
	.mhw { width: 100%; height: 173px; position: fixed; top: 0; left: 0; box-shadow: rgba(0, 0, 0, 0.5) 0 0px 20px; transition: top 0.2s ease-in-out; }
	.menu-var { background: #111; border-bottom: 1px #333 solid; width: 100%; height: 53px; z-index: 99; position: fixed; top: 0; left: 0; }
	.menu-var .toplogo { position: absolute; top: 15px; left: 15px; cursor: pointer; display: inline-block; }
	.menu-var .toplogo img { width: 120px; }
	
	::-webkit-scrollbar { display: none; }
	#menu-toggle:checked + .menu-icon { left: 0; }
	
	.slide-open { position: absolute; top: 0; right: 0; width: 53px; height: 53px; cursor:pointer; }
	
	.burgur { right: 20px; top: 25px; position: absolute; width: 20px; height: 2px; background: #fff; border-radius: 5px; }
	.burgur .top-line { width: 20px; height: 2px; background-color: #fff; bottom: -5px; content: ''; position: absolute; right: 0; -webkit-transition:  -webkit-transform .3s; transition: transform .3s; border-radius: 5px; }
	.burgur .bot-line { width: 20px; height: 2px; background-color: #fff; top: -5px; content: ''; position: absolute; right: 0; -webkit-transition:  -webkit-transform .3s; transition: transform .3s; border-radius: 5px; }
	  
	.burgur.on { width: 0; }
	.burgur.on .bot-line { -webkit-transform: translateY(5px) rotate(135deg); transform: translateY(5px) rotate(135deg); }
	.burgur.on .top-line { -webkit-transform: translateY(-5px) rotate(-135deg); transform: translateY(-5px) rotate(-135deg); }
	
	.cont-container { position: relative; margin: 0 auto; width: 100%; padding: 50px 0 0; }
	/* contents */
	.sub-contents { position: relative; display: block; padding: 0; margin: 0; height: 100%; }
	.content-container { position: relative; z-index: 0; padding: 0 ; margin: 0 auto; transition: all 300ms ease-in-out; }
	/* -- Slideout Sidebar -- */
	.slideout-sidebar { position: fixed; top: 0; left: -360px; bottom: 0; z-index: 900; width: 320px; height: 100%; min-height: 100%; padding: 0; transition: all 300ms ease-in-out; overflow-x: hidden; -webkit-overflow-scrolling: touch; box-shadow: rgba(0, 0, 0, 0.5) 0 0px 20px; }
	.slideout-sidebar::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera*/ }
	.slide-wrap { box-shadow: rgba(0, 0, 0, 0.5) 0 0px 20px; overflow-y: scroll; padding: 0; }
	
	.side-logo { padding: 10px 0; }
	.side-logo img { width: 140px; }

	#menu-toggle { display: none; }
	#menu-icon { position: absolute; top: 0px; right: 0px; z-index: 1; transition: all 300ms ease-in-out; width: 40px; height: 40px; display: inline-block; }
	#menu-toggle:checked ~ .slideout-sidebar { left: 0px; }
	#menu-toggle:checked + .menu-icon { left: 360px; }
	#menu-toggle:checked ~ .content-container { padding-left: 0; }
	
	header { height: 70px; }
	
	.news-div { width: 100%; display: block; height: 40px; top: 0; left: 0; }
	.news-div .newslabel { top: 7px; left: 7px; }
	.news-div .newslabel img { width: 24px; }
	.news-div .news-cont { padding: 0 0 0 38px; font-size: 14px; height: 40px; line-height: 40px; }
	
	.ht-loginwrap { top: 38px; right: 0; clear: both; text-align: center; width: 100%; }
	.ht-loginwrap .button-login { width: 160px; height: 28px; line-height: 28px; margin: 0 3px 0; }
	.ht-loginwrap .button-register { width: 160px; height: 28px; line-height: 28px; margin: 0 3px 0; }
	
	.content-wrap { padding: 50px 0 0; }
	
	.mhw { width: 100%; height: 173px; position: fixed; top: 0; left: 0; box-shadow: rgba(0, 0, 0, 0.5) 0 0px 20px; transition: top 0.2s ease-in-out; }
	.menu_scroll {position:fixed; top:0; left:0; right:0; -webkit-transition:all .3s ease-in-out 0s; transition:all .3s ease-in-out 0s; z-index: 99; }
	.menu_scroll.menu_down {top:-173px; z-index: 9;}
	
	.mobile-top-info { display: block; background: #000; padding-top: 53px; }
	.motopinfo { display: flex; flex-wrap: wrap; padding: 8px 5px 0; justify-content: flex-start; }
	.motopinfo div { display: flex; padding: 0 5px 5px; align-items: center; color: #fff; letter-spacing: 0; }
	.motopinfo i { padding: 0 5px 0 0; position: relative; top: -1px; }
	.motopinfo i img { width: 18px; }
	.motopinfo span { color: #c5a773; font-weight: bold; }
	.motopinfo div button { color: #fff; justify-content: flex-end; border: 1px #222 solid; border-radius: 5px; padding: 5px 0; width: 80px; margin: 0 0 0 4px; }
	.motopmenu { display: flex; flex-wrap: nowrap; padding: 0 10px 0; background: linear-gradient(#222, #333); }
	.motopmenu div { display: flex; flex: 25%; height: 40px; align-items: center; justify-content: center; border-right: 1px #111 solid; }
	.motopmenu div:last-child { border-right: 0; }
	.motopmenu div button { color: #fff; font-size: 12px; }
	.mobile-top-info .news-div { position: relative; width: 100%; height: 40px; top: 0; left: 0; }
	.mobile-top-info .news-div .newslabel { display: inline-block; position: absolute; top: 10px; left: 5px; }
	.mobile-top-info .news-div .news-cont { padding: 0 0 0 35px; font-size: 14px; color: #fff; display: block; height: 42px; line-height: 42px; }
	
	.main-bnr-div .bnrdiv { width: auto; height: 200px; }
	.main-bnr-div .bnrdiv i { top: 40px; left: 10px; }
	.main-bnr-div .bnrdiv i img { width: 40%; }
	.main-bnr-div .bnrdiv .txt { font-size: 12px; top: 75px; left: 15px; }
	.main-bnr-div .bnrdiv .buttondiv { bottom: 50px;  left: 15px; }
	.main-bnr-div .bnrdiv .buttondiv button { padding: 15px 30px; font-size: 14px; }
	.main-bnr-div .bbg1 { background: url("../images/visual_entity_sports.png") center right -100px no-repeat; background-size: cover; }
	.main-bnr-div .bbg2 { background: url("../images/visual_entity_casino.png") center right -100px no-repeat; background-size: cover; }
	.main-bnr-div .bbg3 { background: url("../images/visual_entity_slot.png") center right -100px no-repeat; background-size: cover; }
	.main-bnr-div .bbg4 { background: url("../images/visual_entity_minigame4.png") center right -100px no-repeat; background-size: cover; }
	.main-bnr-div .bbg5 { background: url("../images/visual_entity_board.png") center right -100px no-repeat; background-size: cover; }
	
	.container-contents { padding: 0; }
	
	.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%; min-width: 1000px; }
	.tab-area .tab-button { width: 140px; }
	
	.downcont { display: block; position: fixed; top: inherit; right: inherit; left: 0; bottom: 0; width: 100%; min-height: inherit; z-index: 999; }
	.downcont > .btnom { margin: 0; padding: 12px 0; }

	.btnom { position: relative; background: #fff; display: block; width: 100%; color: #000; position: relative; transition: all .4s ease; cursor: pointer; text-align: center; font-size: 16px; padding: 10px 0; border-top-left-radius: 10px; border-top-right-radius: 10px; }
	.btnom:hover { box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2); }
	.downcont.modal-open .modalp { top: 10%; }
	.btnom .count { margin: 0 0 0 10px; background: #f00; color: #fff; font-size: 14px; padding: 1px 7px 2px; border-radius: 20px; }
	
	.modalp { width: 100%; height: 100%; margin: 0; padding: 0; transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1); top: 100%; position: fixed; left: 0; }
	.modalp .body { padding: 0; }
	
	.bs-wrap { overflow-y: scroll; height: 85%; }
	.bs-wrap .bs-top .fixed-pp label { top: 1px; right: 0px; display: block; }
	.bs-wrap .bs-top .fixed-pp label:after { content: ''; position: absolute; top: 2px; left: 3px; width: 21px; height: 21px; background: #eee; border-radius: 90px; transition: 0.3s; display: block; }
	.bs-wrap .bs-top .fixed-pp input:checked + label { background: #fea100; display: block; }
	.bs-wrap .bs-top .fixed-pp input:checked + label:after { left: calc(100% - 3px); transform: translateX(-100%); display: block; }
	.bs-wrap .bs-top .fixed-pp label:active:after {width: 30px; display: block; }
	
	.right-bnr-wrap { display: none; }
	
	.rst-stats { flex-wrap: wrap; }
	.rst-stats .statsdiv { padding: 0 5px; }
	.rst-stats .statsdiv:nth-child(1) { flex-basis: 3%; }
	.rst-stats .statsdiv:nth-child(2) { flex-basis: 20%; }
	.rst-stats .statsdiv:nth-child(3) { flex-basis: 30%; }
	.rst-stats .statsdiv:nth-child(4) { flex-basis: 15%; }
	.rst-stats .statsdiv:nth-child(5) { flex-basis: 25%; }
	.rst-stats .statsdiv:nth-child(6) { flex-basis: 40%; }
	.rst-stats .statsdiv:nth-child(7) { flex-basis: 60%; }
	.rst-stats .statsdiv label { font-size: 11px; }
	.rst-stats .statsdiv .statscont { font-size: 12px; }
	.rst-stats .statsdiv .curclr { color: #ffa200; font-size: 16px; }
	
	.main-contents .contents { height: auto; }
	.lsbt-wrap { flex-direction: column; }
	
	.team-versus-info { padding: 15px; margin: 5px; }
	.team-versus-info div img { width: 80%; }
	.team-versus-info label { font-size: 14px; }
	
	.lsbt-content { overflow-y: inherit; height: auto; }
	.lsbt-right { overflow-y: inherit; height: auto; }
	
	.sg-item .sg-txt { padding: 0 2px; }
	
	.tab-position .evt-button { margin: 0 1px 0; font-size: 13px; }
	.tab-position .per20 { width: 22%; }
	
	.gcp-content { float: inherit; width: 100%; }
	
	.gcp-wrap { margin: 0 0 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; }
	
	.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; }
	
	.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; }
	
	.slt-bgame-tab { padding: 3px; }
	.slt-bgame-tab .bgame-tab { width: 50%; }
	
	.slt-selected-list { margin: 10px 0 0; padding: 5px; }
	.list-layout .list-item { flex-basis: 33.333333%; padding: 3px; }

	.list-figure .figure-img img { object-fit: cover; width: 100%; height: 125px; }
	
	.gamebutton-area { margin: 0; }
	
	.bdg-wrap { padding: 20px 0; flex-wrap: wrap; }
	.bdg-wrap .btn-item { height: 200px; max-width: auto; margin: 5px; }
	.bdg-wrap .btn-item:nth-child(1) { flex-basis: 100%; }
	.bdg-wrap .btn-item:nth-child(2) { flex-basis: 100%; }
	.bdg-wrap .btn-item:nth-child(3) { flex-basis: 100%; }
	
	.time-reaming { padding: 10px 5px; font-size: 30px; font-weight: bold; }
	.time-reaming .labelname { top: 14px; right: 86px; font-size: 16px; }
	.time-reaming .labelname span { font-size: 11px; top: 0; }
	.time-reaming .labeldata { font-size: 16px; top: 20px; }
	.gb-area-line .line-wrap { flex-basis: 100%; padding: 0; }
	.gb-area-line .line-wrap .namelabel { font-size: 14px; }
	
	.history-bbs { position: relative; top: inherit; left: inherit; width: auto; }
	
	.minigame-tab { margin: 10px 0 0; }
	.mgame-tab2 { margin: 0; flex-wrap: wrap; }
	.mgame-tab2 div { flex: 33.333%; }
	.mgame-tab2 div button { font-size: 14px; padding: 7px 0; }
	
	.board-type-div { width: 100%; }
	.board-type-div h3 { font-size: 20px; padding: 10px 0; }
	.board-type-div ul li { padding: 10px 15px 25px; }
	.board-contents .cont-title { font-size: 20px; }
	.board-contents .sub-cont { font-size: 12px; }
	.board-contents .sub-cont div { margin: 0 15px 0 0; }
	.board-contents .sub-cont div i img { width: 13px; }
	
	.board-view-div .cont-title { font-size: 20px; padding: 0 10px; }
	.board-view-div .sub-cont { font-size: 12px; padding: 10px 10px 20px; }
	.board-view-div .sub-cont div { margin: 0 15px 0 0; }
	.board-view-div .sub-cont div i img { width: 13px; }
	.board-view-div .view-cont { padding: 30px 15px; }
	.board-view-div .view-cont p { font-size: 14px; }
	
	.reply-cont { margin: 10px 0 0; border-radius: 0; padding: 10px; }
	.reply-cont .sub-cont { padding: 0; }
	.reply-cont .textarea-cont { padding: 10px 0 0; }
	.reply-cont .textarea-cont textarea { height: 70px; font-size: 14px; }
	
	.reply-info { margin: 0; }
	.reply-info .view-cont { padding: 0 10px 20px; }
	
	.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; }
	
	.pagenav .paging { font-size:11px; }
	.pagenav .paging .prev { padding:6px 10px; }
	.pagenav .paging .next { padding:6px 10px; }
	.pagenav .paging .pagelist { padding:6px 10px; }
	.pagenav .paging .pagelist_on { padding:6px 10px; }
	
	.pp-wrap { padding: 0; }
	.pp-wrap h5 { padding: 10px; }
	.cuation-wrap { margin: 10px 10px 0; }
	.cuation-wrap .cc-cont { padding: 20px 0 0; font-size: 12px; }
	.wallet-input { margin: 20px 10px 0; }
	
	.qq-button { width: 80px; font-size: 12px; right: 10px; top: 10px; bottom: inherit; }
	
	.att-wrap .att-button { width: 32.111%; margin: 0 2px 5px 0; padding: 12px 0; font-size: 12px; }
	
	.acc-wrap .button-area .buttons { width: 50%;font-size: 16px; }
	.ttb-div table thead th { font-size: 12px; }
	
	.cmw-div { display: block; margin: 20px 0 0; }
	.cmw-div h1 { padding: 0 10px 0; }
	.cmw-div h2 { padding: 0 10px 0; }
	
	.stamp { margin:5px; padding: 20px 0 0; }
	.stamp h3 { padding:10px; font-size:20px; }

	.calendar-scdr { margin:10px 0 0; }
	.calendar-scdr .prev-button { width:80px; }
	.calendar-scdr .scdr-info { display:inline-block; padding:0 20px 0; font-size:15px; color:#fff; text-align:center; line-height:34px; }
	.calendar-scdr .next-button { width:80px; }

	.weeks-line { font-size:11px; letter-spacing:-0.07em; }
	.weeks-line label { width:13.222%; }
	.weeks-line label span { opacity:0.4; }

	.stamp-wrapper { border-radius:3px; }
	.stamplist-wrapper ul li { width:14.222%; height:65px; }

	.scdr-number { position:absolute; width:18px; height:18px; top:1px; left:1px; background:#252525; text-align:center; color:#aaa; font-size:11px; line-height:18px; border-radius:3px; }
	.scdr-number-def { position:absolute; width:18px; height:18px; top:1px; left:1px; background:#111; text-align:center; color:#aaa; font-size:11px; line-height:18px; border-radius:3px; }
	.stamp-on { position:absolute; width:24px; height:16px; top:1px; left:22px; background:#111; border:1px #00a2ff solid; text-align:center; color:#00a2ff; font-size:11px; line-height:16px; border-radius:3px; }
	.stamp-def { position:absolute; width:24px; height:16px; top:1px; left:22px; background:#111; border:1px #222 solid; text-align:center; color:#222; font-size:11px; line-height:16px; border-radius:3px; }

	.defult_button-def { position:relative; padding:10px 40px; background:#000; border-radius:10px; font-size:14px; font-weight:500; text-align:center; color:#555; margin:0 5px 0; display:inline-block; border-bottom: 3px #111 solid; }

	.stamp-icon-def { width:48px; height:48px; }
	.stamp-icon-on { width:48px; height:48px; }
	
	/* 룰렛 */
	.rlt-ppp {  width: 360px; min-height: 500px; padding: 0; margin: 0 auto; }
	.rlt-ppp .pp-close { position: absolute; top: 10px; right: 10px; cursor: pointer; }
	.rlt-ppp .pp-titlename { display: block; text-align: left; font-size: 12px; color: #a8a493; padding: 10px 10px 0; }
	.rlt-ppp .mgr-content { display: block; padding: 10px; }
	.rlt-ppp .mgr-content h3 { display: block; text-align: left; font-size: 20px; color: #fd486e; padding: 0 0 15px; border-bottom: 1px #2e2d36 solid; letter-spacing: 0; }
	
	.roulette_section { width: 360px; height: 646px; position: relative; background: url("../images/bicwheel-mbg.png") top center no-repeat; }
	.roulette_game_bg { height: 646px; overflow: inherit; }
	
	#roulette_spin { left: 60px; top: 356px; }
	#niddle_pin { left: 155px; top: 195px; }
	.wheel-base { zoom: 0.57; }
	
	.m-size img { width: 80%; }
	.m-size2 img { width: 30px; }
	
	#start_btn { top: 299px; left: 50%; margin-left: -40px; width:80px; height:80px; background:url(../images/spin_button_n.png); background-size: 100% 100%; }
	.start-btn-bg { top: 299px; left: 50%; margin-left: -40px; width:80px; height:80px; background:url(../images/spin_button_o.png); background-size: 100% 100%; }
	
	.rlt-alrt { position: absolute; width: 340px; left: 50%; margin-left: -170px; border: 1px #d288fb solid; }
	.rlt-alrt .alrt-txt { font-size: 18px; }
	.rlt-alrt .alrt-txt2 { font-size: 16px; }
	
	.wheel-manual { right: 0; top: 500px; width: 100%; }
	.wheel-manual .main-tt { font-size: 14px; }
	.wheel-manual .sub-tt { font-size: 12px; margin: 5px 0 0; }
	.wheel-manual .btm-tt { font-size: 11px; margin: 5px 0 0; }

	.gold_v { background: url("../images/gold_bicwheel-mbg.png") top center no-repeat; }
	.gold_v .roulette_game_bg { height: 646px; overflow: inherit; }
	.gold_v #start_btn { background:url(../images/gold_spin_button_n.png); background-size: 100% 100%; }
	.gold_v .start-btn-bg { background:url(../images/gold_spin_button_o.png); background-size: 100% 100%; }
	.gold_v .wheel-base { background: url("../images/gold_rl_img3.png") center center no-repeat; }
	.gold_v .wheel-manual .main-tt { color: #FF4245; }
	
	.main-bnr-div .bbg-position { background-position: top right -150px; height: 150px; }
	.main-bnr-div .txt-position i { left: 50%; margin-left: -170px; }
	.main-bnr-div .txt-position i img { width: 40%; }
	.main-bnr-div .txt-position .txt { left: 50%; margin-left: -165px; }
	
	.item-bgame-tab { padding: 10px 0 0; margin: 0 auto; max-width: auto; }
	.item-bgame-tab .bgame-tab { width: 50%; }
	
	.btn,
	.btn2 {
		width: 120px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	  }
	
	.slt-selected-list { margin: 10px 0 0; padding: 5px; }
	.list-layout .list-item { flex-basis: 33.333333%; padding: 3px; }

	.list-figure .figure-img img { object-fit: cover; width: 100%; height: 125px; }
	
	
	
	
	
	
	
	
	
	
	
}