html, body {
	overflow: auto; /* 스크롤 가능 */
	width:100%;
	height: 100%;
}
body::-webkit-scrollbar {
	width: 0; /* Chrome, Safari */
	height: 0;
}
body{
	font-family: -apple-system, BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', sans-serif;
	margin:0; padding:0;
	-ms-overflow-style: none;  /* IE, Edge */
	scrollbar-width: none;  /* Firefox */
}
ul, dl, dd{
	list-style: none;
	padding: 0;
	margin: 0;
}
#rst_tb{width:100%; border-collapse: collapse;}
#rst_tb th, #rst_tb td {
	border: 1px solid #d6d6d6;
	text-align: center;
	color:#333;
	font-weight:normal;
	/*height:51px;*/
	height:46px;
	font-size: 15px;
}		
#rst_tb th{
	background: #f2f2f7;
}			
.rst_val {
	display: inline-block;
    width: 30px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
}	
.ptn_view_div{
	overflow-x:scroll;
}
.ptn_view_div > div{
	display:none;
}
.ptn_view_div .select{
	display:block;
}
.ptn_info_div > div{
	display:none;
}
.ptn_info_div .select{
	display:block;
}		
.info{
	width:100%;
	height:52px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	box-sizing: border-box;
}
.info ul{
	padding: 12px 15px 0;
}
.info ul li{
	float:left;
	font-size:12px;
}
.info .info_odd .rst_ball, 
.info .info_pong .rst_ball{
	margin-right:5px;
}
.info .info_even .rst_ball,
.info .info_even2 .rst_ball, 
.info .info_even3 .rst_ball,  
.info .info_break .rst_ball{
	margin:0 5px 0 15px;
}
.info .info_break, 
.info .info_pong{
	float:right;
}
.ptn_view_div .inner{
	position: relative;
	white-space: nowrap;
	background: url(/img/bg_cell.png) repeat;
	padding-bottom:68px;
}
.ptn_view_div dl{
	vertical-align:top;
	display: inline-block;
}
.ptn_view_div dt, 
.ptn_view_div dd{
	font-size: 12px;
	text-align: center;
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ptn_view_div .rst_ball, 
.info .rst_ball{
	display: inline-block;
	text-align: center;
	width: 27px;
	height: 27px;
	line-height: 27px;
	font-size: 9px;
	font-weight: normal;
	border-radius: 16px;
	color: #fff;
}
.ptn_view_div .dot{
	position: absolute;
	width: 11px;
	height: 11px;
	font-size: 8px;
	line-height: 10px;
	font-weight: bold;
	font-style: normal;
	background: #000;
	color: #fff;
	border-radius: 50%;
}
.ptn_view_div .dot_left{
	margin: -20px 0 0 -20px;
}
.ptn_view_div .dot_right{
	margin: -20px -20px 0 0;
}
.info .rst_ball{
	font-size:12px;
}
.ptn_view_div .length{
	position: absolute;
	bottom: 34px;
}
.ptn_view_div .times{
	position: absolute;
	bottom: 0;
}

/* 삭제예정
.red{
	background: linear-gradient(203deg, hsl(0, 100%, 50%), hsl(0, 96%, 41%) 91%);
}
.green{
	background: linear-gradient(203deg, hsl(147, 100%, 27%), hsl(147, 100%, 24%) 91%);                    
}
.black{	
	background: linear-gradient(45deg, #414141, #6a6a6a);
}
.yellow{
	background: linear-gradient(180deg, #ffce4d, #b58200) #ffce4d;
}
*/
.yellow{
	background: #ffb400;
    background: -webkit-linear-gradient(45deg, #ffb400, #f0cc77);
    background: linear-gradient(45deg, #ffb400, #f0cc77);
}

.green{
	background: #56ab2f;
    background: -webkit-linear-gradient(45deg, #56ab2f, #a8e063);
    background: linear-gradient(45deg, #56ab2f, #a8e063);
}
.red{
    background: #f12711;
    background: -webkit-linear-gradient(45deg, #f12711, #f37669);
    background: linear-gradient(45deg, #f12711, #f37669);
}
.blue{
    background: #2193b0;
    background: -webkit-linear-gradient(45deg, #2193b0, #6dd5ed);
    background: linear-gradient(45deg, #2193b0, #6dd5ed);
}

.ptn_tab{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	border-top: 1px solid #606060;
	border-left: 1px solid #606060;
	box-sizing: border-box;
}
.ptn_tab li{
	color:#fff;
	background: #7b7b7b;
	width: 25%;
	text-align: center;
	height: 51px;
	line-height: 51px;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
	cursor:pointer;
}
.ptn_tab .select{
	background-color: #fff;
	color: #333;
}
.ptn_blue{
	background: #4083d8;
}
.ptn_blue2{
	background: #204080;
}
.ptn_red{
	background: #d43434;
}
.ptn_red2{
	background: #902424;
}
.ptn_green{
	background: green;                    
}
.ptn_pupple{
	background: #af28c7;
}
.ptn_black{
	background: #393e46;                    
}
.font_blue{
	color: #4083d8;
}
.font_blue2{
	color: #204080;
}
.font_red{
	color: #d43434;
}
.font_red2{
	color: #902424;
}
.font_green{
	color: green;                    
}
@media screen and (max-width: 768px) {
	.info {
		height: 80px;
	}
	.info ul li {
		margin-bottom: 5px;
	}
	.info .info_break, 
	.info .info_pong {
		float: left;
	}
	.info .info_even2 .rst_ball,
	.info .info_break .rst_ball {
		margin: 0 5px 0 0px;
	}
	.info .info_even3 .rst_ball,
	.info .info_pong .rst_ball {
		margin: 0 5px 0 15px;
	}
}