@charset "utf-8";
/* CSS Document */


@media screen and (max-width: 600px) {
	
	::-webkit-scrollbar { display: none; }
	
	.wrap {  overflow-x: hidden; }
	
	.wrapper { overflow: visible; }
	.wrapper nav {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		margin: 0 -100% 0 0 ;
		-moz-transition: all 200ms ease-in;
		-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
		box-shadow: rgba(0, 0, 0, 0.5) 0 0px 20px;
		padding-top: 0;
		 z-index: 999;
	}

	.wrapper label { display: inline-block; text-align: center; position: absolute; top: 16px; right: 11%;
		-moz-transition: all 200ms ease-in;
		-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
	}
	.wrapper nav label { width: 24px; height: 24px; background-image: url("../images/uicon.png"); background-position: center center; background-repeat: no-repeat; background-size: cover; cursor: pointer; position: relative; }
	.wrapper input[type='checkbox'] { display: none; }
	.wrapper [type='checkbox']:checked ~ nav { margin: 0; }
	.wrapper input[type='checkbox']:checked ~ label { z-index: 10;	display: none; }
	.wrapper input[type='checkbox']:checked ~ nav label { right: -15px; background-image: url("../images/closex.png"); }
	
	section { padding: 100px 0 0; }
	
	.nav-userinfo { display: none; }
	.carousel img { width: 100%; }
	
	/* 0826 */
	.csnora-bgame-tab { padding: 0 5px 0; }
	.csnora-bgame-tab .bgame-tab { width: 50%; padding: 5px; }
	.csnora-bgame-tab .bgame-tab .logo-position { margin-left: -45%; bottom: 15px; padding: 5px 10px; border-radius: 10px; width: 90%; }
	/* 0826 */
	
	.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; }
	
	.bbtt-button .odd-wrap:nth-child(1) { flex-basis: 58%; }
	.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; }
	
	.bbs-list .view-list-div .view-tab { width: 100%; }
	
	.footer-wrapper { padding: 0 15px 0; }
	.footer-wrapper img { width: 100%; }
	.footer-wrapper .copyrights { font-size: 11px; }
	
	.nav-userinfo-login { max-width: auto; font-size: 14px; justify-content: flex-start; align-items: flex-start; flex-direction: column; padding: 30px 20px 0; }
	.nav-userinfo-login .navui { padding: 15px; border-bottom: 1px #333 solid; width: 100%; font-size: 14px; }
	.nav-userinfo-login .navui .count { top: 15px; right: 10px; }
	
	.sns-bnr-div .bnr-cont { padding: 10px 10px 10px 20px; margin: 0; }
	.sns-bnr-div .bnr-cont .hlabel { top: 24px; left: 115px; font-size: 15px; }
	.sns-bnr-div .bnr-cont h5 { top: 44px; left: 115px; font-size: 18px; color: #fff; font-weight: bold; }
	
	.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; }
	
	.container-contents { padding: 0; }
	
	.downcont { display: block; position: fixed; top: inherit; right: inherit; left: 0; bottom: 0; width: 100%; min-height: inherit; z-index: 1; }
	.downcont > .btnom { margin: 0; padding: 12px 0; }

	.btnom { position: relative; background: #3289db; display: block; width: 100%; color: #fff; 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; }
	
	.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; }
	
	
}

@media screen and (max-width: 460px) {
    .pagename {
        visibility: hidden;
    }
}




