@charset "UTF-8";


input[type=range] {
    width: 100%;
}
.customizing input[type=range] {
    -webkit-appearance: none;
}
.customizing  input[type=range]:focus {
    outline: none;
}
/*webkit (Chrome)의 경우*/
.customizing input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #3D4F9C;
}
.customizing input[type=range]::-webkit-slider-thumb {
    border: 1px solid #3D4F9C;
    height: 15px;
    width: 10px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px; /*chrome의 경우 margin-top값을 부여해야합니다.*/
}
.customizing input[type=range]:focus::-webkit-slider-runnable-track {
    background: #2497E3; /*네모버튼에 포커스를 줬을때 뒤에 라인(ㅡ)의 효과*/
}
/*Firefox의 경우*/
.customizing input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #3D4F9C;
}
.customizing input[type=range]::-moz-range-thumb {
    border: 1px solid #3D4F9C;
    height: 15px;
    width: 10px;
    background: #ffffff;
    cursor: pointer;
}
/*IE의 경우*/
.customizing input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
.customizing input[type=range]::-ms-fill-lower {
    background: #2497E3;
}
.customizing input[type=range]::-ms-fill-upper {
    background: #2497E3;
}
.customizing input[type=range]::-ms-thumb {
    margin-top: 1px;
    border: 1px solid #2497E3;
    height: 15px;
    width: 10px;
    background: #ffffff;
    cursor: pointer;
}
.customizing input[type=range]:focus::-ms-fill-lower {
    background: #2497E3;/*네모버튼에 포커스를 줬을때 뒤에 라인(ㅡ)의 효과*/
}
.customizing input[type=range]:focus::-ms-fill-upper {
    background: #2497E3; /*네모버튼에 포커스를 줬을때 뒤에 라인(ㅡ)의 효과*/
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  background: #E7EDF8;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #3D4F9C;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

.top_new{
	border-top: none;
}
.board-form .pu {
	margin-top: 20px;
	margin-bottom: 15px;
}
.admin-board tr th .sj {
	margin: 8px 0 0;
}
.admin-board tr th .sjj {
	margin: 8px 0 0;
}
/* .bot_t { */
/* 	/*margin: 5px; */ */
/*     padding: 4px; */
/*     color: white; */
/*     background: #E7EDF8; */
/*     border: 1px solid #E7EDF8; */
/*     border-radius: 5px; */
/*     text-align: center; */
/*     cursor: pointer; */
/*     padding-left: 15px; */
/*     padding-right: 15px; */
/*     margin: 4px 2px; */
/*     margin-left: 5px; */
/* } */
/* .bot_t:hover { */
/* 	background: white; */
/*     color: #3A4B93; */
/*     border: 1px solid #E7EDF8; */
/*     font-weight: bold; */
/*     transition: all 0.3s; */
/*     margin-left: 7px; */
/* } */

.ok_sign {
	
}
.x_ok {
	margin: 2px 5px;
    padding: 2px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.ok_sign_table {
	margin: 10px 20px 20px 20px;
	border-collapse: collapse;
	border: #ccc 1px solid;
}
.ok_sign_table tr {
	border: #ccc 0px solid;
	text-align: center;
}
.ok_sign_table tr td {
	height: 35px;
	border: #ccc 1px solid;
	text-align: left;
	padding: 2px 8px;
	color: #42474b;
}
.ok_sign_table tr th {
	height: 35px;
	border: #ccc 1px solid;
	text-align: center;
	background: #eee;
	color: #42474b;
	font-weight: 400;
	font-size: 14px;
}
.ok_sign_table td pre {
	word-wrap: break-word;
	padding: 10px 0;
}
.ok_m {
	margin: 20px 20px 0 20px;
	font-size: 16px;
	font-weight: 550;
}
.ok_sign_3 tbody tr {
	height: 500px;
}

#totalDash tr:nth-child(4n) td {
  background-color: #f3f3f3;
}
#totalDash tr:nth-child(4n + 3) td{
  background-color: #f3f3f3;
}
#totalDash_11 tr:nth-child(4n) td {
  background-color: #f3f3f3;
}
#totalDash_11 tr:nth-child(4n + 3) td{
  background-color: #f3f3f3;
}
#totalDash_28 tr:nth-child(4n) td {
  background-color: #f3f3f3;
}
#totalDash_28 tr:nth-child(4n + 3) td{
  background-color: #f3f3f3;
}
#totalDash_41 tr:nth-child(4n) td {
  background-color: #f3f3f3;
}
#totalDash_41 tr:nth-child(4n + 3) td{
  background-color: #f3f3f3;
}