table.tb_pattern tbody td span {
    display: inline-block;
    width: 33px;
    height: 33px;
	background: none;
    border: 1px solid #ddd;
    border-radius: 50%;
    line-height: 31px;
    font-style: normal;
}
table.tb_pattern tbody td span.oe_1 {
    background: linear-gradient(#004775, #319ade);
    border: 1px solid #319ade;
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    box-shadow: 0 1px 5px #000;
}
table.tb_pattern tbody td span.oe_2 {
    background: linear-gradient(#6f0d00, #e74d39);
    border: 1px solid #e74d39;
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    box-shadow: 0 1px 5px #000;
}

table.tb_pattern tbody td span.uover_1 {
	border-color: #0076f4;
	color : #0076f4;
	font-family: ¸¼Àº °íµñ;
    font-weight: 600;
}
table.tb_pattern tbody td span.uover_2 {
    border-color: #e74d39;
    color: #e74d39;
	font-family: ¸¼Àº °íµñ;
    font-weight: 600;
}
table.tb_pattern tbody td span.smb_1 {
	background: linear-gradient(#004775, #319ade);
    border: 1px solid #319ade;
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    box-shadow: 0 1px 5px #000;
}
table.tb_pattern tbody td span.smb_2 {
    background: linear-gradient(#00492d, #2bd500);
    border: 1px solid #c2ff00;
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    box-shadow: 0 1px 5px #000;
}
table.tb_pattern tbody td span.smb_4 {
    background: linear-gradient(#6f0d00, #e74d39);
    border: 1px solid #e74d39;
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    box-shadow: 0 1px 5px #000;
}

table.tb_pattern tbody td span.oe_2:before, table.tb_pattern tbody td span.oe_1:before, table.tb_pattern tbody td span.smb_1:before, table.tb_pattern tbody td span.smb_2:before, table.tb_pattern tbody td span.smb_4:before{
    content: '';
    display: block;
    background: linear-gradient(135deg, #fff8, #fff0);
    width: 27px;
    height: 27px;
    border-radius: 50%;
    position: absolute;
    margin-left: 2px;
    margin-top: 2px;
}


table.tb_pattern._first tbody tr:first-child td {
	position:relative;
	border-bottom:1px solid #e8a91b;
}

table.tb_pattern._first tbody tr:first-child td::after {
	position:absolute; top:-1px; left:0; right:0;
	content:'';
	width:100%; height:1px;
	background:#e8a91b;
	overflow:hidden;
}

table.tb_pattern._first tbody tr:first-child td:first-child {
	border-left:1px solid #e8a91b;
}

table.tb_pattern._first tbody tr:first-child td:last-child {
	border-right:1px solid #e8a91b;
}
