.active-banner{
	max-width: 1200px;
	text-align: center;
	font-size: 0px;
}
.active-banner img{
	width: 100%;
}
.active-icon{
	display: inline-block;
}
.category-item div{
	display: inline-block;
	vertical-align: middle;
	font-size: 110%;
}
.active-side{
	display: inline-block;
	vertical-align: top;
	padding: 0 65px 0 65px;
}
.back-button{
	position: fixed;
	bottom: -2px;
	right: 0;
	z-index: 1;
}
.back-button a{
	text-decoration: none;
	color: #000;
}
.search-keyword > div ,
.search-keyword > input{
	display: inline-block;
}
.search-area > div{
	display: inline-block;
}
.search-date > div{
	display: inline-block;
}
.search-category > div{
	display: inline-block;
}
.active-search{
	cursor: pointer;
	/*border-bottom: 1px solid #000;*/
}
.active-search > div{
	/*text-align: center;*/
	margin-left: 18px;
	margin-bottom: 5px;
	font-size: 130%;
}
.bordercolor{
	border:3px solid #58b6b3;
}
.active-item{
	/*border: 1px solid #000;*/
	background: #fff;
	width: 830px;
	margin: 15px 0 15px 0;
	padding: 15px;
}
.active-item:hover{
	border:3px solid #58b6b3;
}
.active-item div div{
	display: inline-block;
	vertical-align: middle;
}
.active-title-img{
	text-align: center;
}
.active-title-img img{
	margin-top: -11px;
}
.border{
	/*height: 10px;*/
}
.left{
	margin-left: 16px;
}
.active-category{
	line-height: 0;
	padding: 10px 0 10px 0;
}
.active-list{
	display: inline-block;
}
.change-list{
	padding: 40px 0 60px 0;
	text-align: center;
}
.change-list div{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	/*margin-left: 5px;*/
}
.first-list,
.last-list{
	width: 55px;
    height: 23px;
}
.first-text,
.last-text{
	margin: 4px 0 0 15px;
}
.last-text{
	transform: rotate(180deg);
}
.textcolor{
	color:#58b6b3;
}
.item-list{
	width: 26px;
	height: 23px;
	margin-left:10px;
}
.item-list:hover,
.item-list:active{
	color:#58b6b3;
}
.active-list-no{
	display: inline-block;
	margin: 100px 0 0 100px;
}
.active-list-no img{
	width: 100%;
}
.search-text > div:before,
.category-text > div:before{
	content: "";
    position: relative;
    /*left: -20px;*/
    margin-right: 20px;
    border-left: 2px solid #000;
    height: 21px;
    top: -1px;

}
.search-text > div:after,
.category-text > div:after{
	content: "";
    position: relative;
    left: 20px;
    /*margin-right: 20px;*/
    border-left: 2px solid #000;
    height: 21px;
    top: 1px;
}
.search-text{
	font-weight: bold;
}
.category-text{
	/*text-align: center;*/
	margin-left: 22px;
	margin-top: 55px;
	font-weight: bold;
	font-size: 130%;
}
.shadow{
	opacity: 0.4;
}
.border-hover{
	border: 3px solid #58B6B3;
}
.radius-btn{
    border: 1px solid #ccc;
    border-radius: 50px;
    background: linear-gradient(to bottom, #ffffff 21%,#58b6b3 100%);
    color: #116f88;
    padding: 3px 0 3px 0;
}
.radius-btn2{
    border: 1px solid #ccc;
    border-radius: 50px;
    background: linear-gradient(to bottom, #ffffff 21%,#58b6b3 100%);
    color: #116f88;
    padding: 3px 0 3px 0;
}
.changecolor:hover path{
	fill: #116f88;
}
.category-item{
	cursor: pointer;
	padding-top: 3px;
}
/*search*/
.search-title{
	text-align: center;
	margin-top: -13px;
	margin-bottom: 50px;
}
.search-close{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 55px;
}
.search-close img{
	width: 80%;
}
.search-img{
	vertical-align: middle;
	margin-top: -4px;
}
.search-item{
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	/*border: 1px solid #000;*/
	background: #fff;
	z-index: 11;
	transform: translate(-50%,-50%);
	padding: 0 50px 50px 50px ;
	width: 40%;
}
.search{
	text-align: right;
	margin-top: 30px;
}
.m-search{
	display: none;
	text-align: right;
	cursor: pointer;
}
#Category,
#Area{
	width: 65%;
	height: 36px;
	font-size:100%;
}
#keyword{
	width: 64.5%;
	height: 30px;
	border-top: 2px solid #000;
	font-size:100%;
}
#StartDate,
#EndDate{
	width: 30.5%;
	height: 30px;
	font-size:110%;
}
.text-right{
	margin-right: 50px;
}
.text-right2{
	margin-right: 33px;
}
.search-line{
	margin: 10px 0 10px 0;
	width: 90%;
}
.date-text{
	display: block !important;
	/*width: 74%;*/
	/*max-width: 622px;*/
    /*margin: 0 auto;*/
    margin-left: 112px;
    padding-top: 10px;
}
/*------*/
@media only screen and (max-width: 1164px){
	.active-search{
		display: none;
	}
	.active-category{
		display: block;
	}
	.active-list{
		display: block;
	}
	.active-item{
		margin: 15px auto;
	}
	.category-item{
		display: inline-block;
	}
	.border{
		border-bottom: 0px;
	}
	.active-side{
		display: block;
		max-width: 860px;
    	margin: 0 auto;
	}
	.m-search{
		display: block;
	}
	.item-line{
		display: none;
	}
	.left{
		margin-left: 7px;
	}
	.radius-btn,
	.radius-btn2{
		padding-right: 10px;
	}
	.active-list-no{
		display: block;
		max-width: 598px;
		margin:100px auto;
	}
}
@media only screen and (max-width: 1150px){
	.search-item{
		width: 50%;
	}
}
@media only screen and (max-width: 926px){
	.active-side{
		padding: 0;
	}
	.search-item{
		width: 57%;
	}
}

@media only screen and (max-width: 880px){
	.active-item{
		width: 96%;
	}
}
@media only screen and (max-width: 752px){
	.active-item{
		width: 90%;
	}
}
@media only screen and (max-width: 667px){
	.search-item{
		width: 85%;
	}
}
@media only screen and (max-width: 452px){
	.search-keyword > div ,
	.search-keyword > input{
		display: block;
	}
	.search-area > div{
		display: block;
	}
	.search-date > div{
		display: block;
	}
	.search-category > div{
		display: block;
	}
	#keyword{
		width: 80%;
	}
	#Category, #Area{
		width: 82%;
	}
	#StartDate, #EndDate{
		width: 36.5%;
	}
	.date-text{
		margin-left: 0px;
	}
}
@media only screen and (max-width: 400px){
	.first-list{
		margin-bottom:10px;
	}
	.last-list{
		margin-top:10px;
	}
	.item-list{
		margin-top:10px;
	}
	.change-list{
		max-width: 215px;
    		margin: 0 auto;	
	}
}
