.a_btn-default:active,
.a_btn-default.active,
.open > .dropdown-toggle.a_btn-default {
    background-image: none;
}

.a_btn-default.disabled,
.a_btn-default[disabled],
fieldset[disabled] .a_btn-default,
.a_btn-default.disabled:hover,
.a_btn-default[disabled]:hover,
fieldset[disabled] .a_btn-default:hover,
.a_btn-default.disabled:focus,
.a_btn-default[disabled]:focus,
fieldset[disabled] .a_btn-default:focus,
.a_btn-default.disabled.focus,
.a_btn-default[disabled].focus,
fieldset[disabled] .a_btn-default.focus,
.a_btn-default.disabled:active,
.a_btn-default[disabled]:active,
fieldset[disabled] .a_btn-default:active,
.a_btn-default.disabled.active,
.a_btn-default[disabled].active,
fieldset[disabled] .a_btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.a_btn-default .badge {
    color: #fff;
    background-color: #222;
}

.a_btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Nanum Gothic','Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}
.a_btn-active {border-radius: 300px;   background-color: #666; color:#fff;}
.a_btn-xl {
    padding: 15px 30px;
}


.btn-ans {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color:#fff;
}
.btn-ans:focus,
.btn-ans:active:focus,
.btn-ans.active:focus,
.btn-ans.focus,
.btn-ans:active.focus,
.btn-ans.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-ans:hover,
.btn-ans:focus,
.btn-ans.focus {
  color: #333;
  text-decoration: none;
}
.btn-ans {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.ans{float:left;height:28px;}
.ans_no {width:25px;float:left;height:28px;}
.ans_no a{font-size: 12px; text-decoration:none; color:#}
.ans_no a:hover, a:active, a:focus { text-decoration:none;color:#202020 }



.outline_btn {
  border: 1px solid #ccc;
  background-color: white;
  color: black;
  padding: 14px 28px;
  cursor: pointer;
}


a.top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  background-color: #333;
  border: 2px solid #ffffff;
  border-radius: 13px;
  color: #ffffff;
  text-decoration: none;
}

a.top:hover, .backToTop:focus, .backToTop:active {
  color: #ffffff;
}

.copy {color:#fff}
.copy a{ text-decoration:none; color:#fff}
.copy a:hover, a:active, a:focus {text-decoration:none; color:#fff }


/*
	1~10번 fbc400
	11~20번 69c8f2
	21번~30번 ff7272
	31번~40번 aaaaaa
	41번~45번 b0d840
*/

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 12px;
    height: 12px;
    padding: 3px;
    
    text-align: center;
    
    font: 14px Arial, sans-serif;
    color: #fff;

}

 .no1 {
    background: #fbc400;
    border: 2px solid #fbc400;
}


 .no2 {
    background: #69c8f2;
    border: 2px solid #69c8f2;
    color: #fff;
}

 .no3 {
    background: #ff7272;
    border: 2px solid #ff7272;
}

 .no4 {
    background: #aaaaaa;
    border: 2px solid #aaaaaa;
}

.no5 {
    background: #b0d840;
    border: 2px solid #b0d840;
}

