@charset "UTF-8";

html, body {
     position: relative;
}

.spot_list{
	clear : both;
	border-bottom : 1px solid #cccccc;
	padding-left:4px;
	height:38px;
	text-align: right;
	font-weight:bold;
}

.spot_list li{
	display : inline-block;
	vertical-align: middle;
	position: relative;
	padding-left:17px;
	margin-left : 13px;
}

.spot_list li.home{
	display: inline-block;
	vertical-align: middle;
	padding-left:0;
	margin-left:0;
	height:20px;
}

.spot_list li + li:before{
	content:"";
	display:block;
	position:absolute;
	width:5px;
	height:10px;
	left:0;
	top: 50%;
	margin-top:-5px;
	background: url('/images/background/spr_common.png') -53px -28px no-repeat;
	
}

#title{
	position : relative;
	margin-bottom : 15px;
}

#title h3 {
	padding : 2px 60px 15px 0px;
	font-size : 30px;
	color: #222222;
	font-weight:800;
	border-bottom: 2px solid #333333;
	margin-bottom:10px;
}

.searchBox{ 
	width : calc(100% - 10px);
	height: 100px;
	border-radius: 25px;
	background-color:#FFFBF5;
	box-shadow:5px 5px 5px 5px #e9ecef;
	padding-top:10px;
	padding-left:20px;
}
.searchBox table{
	float: left;
}
.searchBox .searchTB_cctv1{
	width: calc(100% - 350px);
}
.searchBox .searchTB_cctv2{
	/* width: calc(100% - 645px); */
}
.searchBox .searchTB_cctv3{
	width: calc(100% - 240px);
}

.searchBox table>tbody>tr:first-child>td{
	height:10px;
	font-weight:bold;
	color : #00388e;
}
.searchBox table>tbody>tr:nth-child(2)>td>input{
	width:200px;
	height:40px;
	float:left;
	border-radius: 15px;
	border : 1px solid #666666;
	padding-left:20px;
	font-weight:bold;
}

.searchBox table>tbody>tr:nth-child(2)>td>input:focus
{
	outline: none !important; border-color: #41a6f9; box-shadow: 0 0 10px #41a6f9;
}
.searchBox table>tbody>tr:nth-child(2)>td>input:hover
{
	outline: none !important; border-color: #41a6f9; box-shadow: 0 0 10px #41a6f9;
}
.searchBox table>tbody>tr:nth-child(2)>td>select{
	width:250px;
	height:40px;
	padding-left:20px;
	font-weight:bold;
}

.searchBox table>tbody>tr:nth-child(2)>td>select:focus{
	outline: none !important; border-color: #41a6f9; box-shadow: 0 0 10px #41a6f9;
}
.searchBox table>tbody>tr:nth-child(2)>td>select:hover{
	outline: none !important; border-color: #41a6f9; box-shadow: 0 0 10px #41a6f9;
}

.searchDIV{
	width : 200px;
	height: 100%;
	float : right;
	padding : 10px;
}

.searchDIV .searchBtn{
	width: 100px;
	height : 57px;
	border : 0;
	border-radius : 30px;
	background-color:white;
	float : right;
	margin-right:40px;
	cursor: pointer;
	box-shadow: 5px 5px 5px #e9ecef;
}

.searchDIV .searchBtn:hover{
	outline: none !important; border-color: #41a6f9; box-shadow: 0 0 10px #41a6f9;
}

.searchDIV .searchBtn img{
	width : 30px;
	height: 30px;
}
.searchDIV .searchBtn:active{
	margin-left:5px;
	margin-top : 5px;
	box-shadow: none;
}

select{
	-webkit-appearance:none; 
	-moz-appearance:none; 
	appearance:none;
	background:url('/images/icon/icon_selectbox.png') no-repeat 97% 50%/15px auto;
	background-color:white;
	border-radius: 15px;
}


/* 조회 결과 LIST */
.searchList{
  border: 1px #a39485 solid;
  font-size: .9em;
  box-shadow: 0 2px 5px rgba(0,0,0,.25);
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
  margin-top:20px;
}

/* 조회 결과 LIST */
.searchList th{
  text-align: center;
}

.searchList td{
  border-bottom: 1px solid rgba(0,0,0,.1);
  background: #fff;
  text-align: center;
}

.searchList td a{
 color: #73685d;
}

.searchList thead{
  font-weight: bold;
  color: #fff;
  background: #73685d;
}

.searchList th,.searchList td{
  padding: 1em .5em;
  vertical-align: middle;
}
.searchList tr:hover td{
	background-color:#feffef;
	/* color: white; */
	font-weight:bold
}


/* paging 처리 */

/************paging***********************/
.paging-wrap {
	position: relative;
	clear: both;
	text-align: center;
	margin-bottom: 130px;
	padding-top: 51px;
}

.paging-wrap::after {
	content: '';
	clear: both;
	display: block;
}

div.paging {
	padding: 0;
	margin: 0;
	display: inline-block;
}

div.paging a {
	font-size: 13px;
	transition: all .25s;
}

div.paging a,div.paging strong {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 25px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	font-weight: 300;
	color: #727272;
	border: 1px solid #e8e8e8;
	margin: 0px 3px;
}

.pgArw {
	border: 0px !important;
}

div.paging a:not (.pgArw ):hover {
	background-color: #9b9b9b;
	border-color: transparent;
	color: #fff;
}

div.paging .on {
	background-color: #656565;
	border-color: transparent;
	font-weight: 400;
	color: #fff;
}

div.paging .on:hover {
	background-color: #484848;
}

div.paging .direction.prev:before {
	content: url(../img/icon/page_prev.gif);
}

div.paging .direction.next:before {
	content: url(../img/icon/page_next.gif);
}

div.paging .direction.prev {
	margin-right: 4px;
	width: 20px;
	height: 20px;
	color: #ffffff;
	border: 0px;
	background-color: transparent;
	overflow: hidden;
}

div.paging .direction.next {
	margin-left: 4px;
	width: 20px;
	color: #ffffff;
	border: 0px;
	background-color: transparent;
	overflow: hidden;
}

div.paging .direction.first:before {
	content: url(../img/icon/page_prev10.gif);
}

div.paging .direction.last:before {
	content: url(../img/icon/page_next10.gif);
}

div.paging .direction.first {
	margin-right: 4px;
	width: 20px;
	height: 20px;
	color: #ffffff;
	border: 0px;
	background-color: transparent;
	overflow: hidden;
}

div.paging .direction.last {
	margin-left: 4px;
	width: 20px;
	color: #ffffff;
	border: 0px;
	background-color: transparent;
	overflow: hidden;
}



/* thumnail 테이블  cctv_dashboard*/

.thumnailTB {
	border-spacing: 15px;
 	border-collapse: separate;
 	margin-top:20px;
}

.thumnailTB td {
	width : 310px;
	height : 336px;
}

.thumnailTB td>div:first-child {
	width: 100%;
	height : calc(100% - 120px);
	border-radius : 15px;
	overflow:hidden;
}
.thumnailTB td>div>img {
	width:100%;
    height:100%;
    object-fit:cover;
    cursor:pointer;
}
.thumnailTB td>div>img:hover {
	
}
.thumnailTB td>div:nth-child(2) {
	width: 100%;
	height : 40px;
	text-align:center;
	padding-top : 8px;
	background-color : #00388e;
	color : white;
	font-weight:bold;
	border-radius : 15px;
	margin-top : 6px;
	opacity : 0.8;
}
.thumnailTB td>div:nth-child(3) {
	width: 100%;
	height : 66px;
	text-align:center;
	padding-top : 5px;
	border-radius : 15px;
	box-shadow : 5px 5px 5px 5px #e9ecef;
	font-size : 14px;
}
.thumnailTB td>div:nth-child(3)>div{
	margin-top:5px;
}

#loading{
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	position : fixed;
	display : block;
	background : #ededed;
	opacity : 0.7;
	z-index : 99;
	text-align : center;
}

#loading > #loading_bar {
	position: absolute;
	top : 50%;
	left : 50%;
	z-index : 100;
	transform : translate(-50%,-50%);
}