./*--index-info--*/
.index-info{
	position:relative;
	border-top:#00a29a solid 6px;
	border-bottom:#00a29a solid 6px;
}
.index-bg{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.index-bg .carousel-item{
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.index-info .container{
	position:relative;
	z-index:10;
}
.film-toggler{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}
.film-toggler:before,.film-toggler:after{
	display:block;
	transform:translate(-50%,-50%);
	position:absolute;
	left:50%;
	top:50%;
	opacity:0;
	transition:all .2s ease-in-out .2s;
}
.film-toggler:before{
	content:'';
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
}
.film-toggler:after{
	content:'\f144';
	display:block;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	font-size:42px;
	color:#fff;
}
.film-toggler:hover:before,.film-toggler:hover:after{
	opacity:1;
}
.film-toggler span{
	visibility:hidden;
}
.index-info-list .item-cont{
	display:block;
	padding:.25rem;
	height:3.5rem;
	border-radius:0 1.75rem 1.75rem 0;
	color:#fff;
	box-shadow:rgba(0,0,0,.35) 0 3px 3px;
	position:relative;
}
.index-info-list .item+.item .item-cont{
	margin-top:15px;
}
.index-info-list .item-cont:hover{
	box-shadow:rgba(0,0,0,.5) 0 1px 3px;
}
.index-info-list .item-cont span{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	padding-left:1rem;
	padding-right:4rem;
	width:100%;
	transform:translateY(-50%);
	position:absolute;
	left:0;
	top:50%;
}
.index-info-list .item-cont small{
	display:block;
	padding:4px;
	width:3.5rem;
	height:3.5rem;
	position: absolute;
	top:0;
	right:0;
}
.index-info-list .item-cont small img{
	width:100%;
	transition:all .2s ease-in-out .2s;
}
.index-info-list .item-cont:hover small img{
	transform:rotate(25deg);
}
.index-info-list .sec01 .item-cont{
	background:#6aaf2d;
}
.index-info-list .sec02 .item-cont{
	background:#00a688;
}
.index-info-list .sec03 .item-cont{
	background:#33aaf9;
}
.index-info-list .sec04 .item-cont{
	background:#a651bb;
}
.index-info-list .sec05 .item-cont{
	background:#fb931d;
}
.index-info-list .sec06 .item-cont{
	background:#079197;
}
@media screen and (max-width: 991.98px){
	.index-info-list .item-cont{
		border-radius:1.75rem;
		text-align:center;
	}
	.index-info-list .item-cont span{
		padding-left:4rem;
	}
	.index-info-list .item-cont small{
		right:auto;
		left:0;
	}
	.index-info-list .item+.item .item-cont{
		margin-top:0;
	}
	.index-info-list .item-cont{
		margin-bottom:15px;
	}
}

/*--index-main--*/
.index-main{
	margin-top:40px;
}
.main-info{
	margin-top:50px;
	background:#fff;
}
.index-main .first-section > .main-info:not(:first-child){
	margin-top:0;
}
@media screen and (min-width: 992px){
	.index-main .first-section > .main-info:first-child{
		border-radius:6px 6px 0 0;
	}
	.index-main .first-section > .main-info:nth-child(2){
		border-radius:0 0 0 6px;
	}
	.index-main .first-section > .main-info:nth-child(3){
		border-radius:0 0 6px 0;
	}
}
@media screen and (max-width: 991.98px){
	.index-main .first-section > .main-info:first-child{
		border-radius:6px 6px 0 0;
	}
	.index-main .first-section > .main-info:nth-child(3){
		padding-top:90px;
		border-radius:0 0 6px 6px;
	}
}
.index-main .second-section > .main-info{
	border-radius:6px;
}

div[class*=col-].main-info .the-title{
	margin-left:-15px;
	margin-right:-15px;
}
.main-info .headline-wrap{
	padding-top:28px;
	padding-bottom:28px;
}
.main-info .headline{
	padding-top:30px;
	padding-bottom:5px;
	min-height:70px;
	line-height:35px;
	line-height:22px;
	white-space:nowrap;
}
.main-info .headline strong{
	margin-top:-30px;
	margin-bottom:-5px;
	padding:0 8px;
	font-weight:bold;
	font-size:50px;
	color:#f05242;
	line-height:75px;
}
.main-info form[name=formnow]{
	display:inline-block;
	margin-bottom:0;
	margin-block-end:0;
}
.main-info form[name=formnow] input{
	display:inline-block;
	width:120px;
	height:70px;
	text-align:right;
	border:none;
	background:transparent;
	font-weight:bold;
	font-size:50px;
	color:#f05242;
	pointer-events:none;
}
.info-link{
	display:flex;
	margin-bottom:-19px;
	padding-top:24px;
	height:62px;
	line-height:38px;
}
.goto-btn{
	display:block;
	width:calc(50% - 8px);
	text-align:center;
	background:#a651bb;
	color:#fff;
	border-radius:19px;
	z-index:10;
	position:relative;
}
.goto-btn+.goto-btn{
	margin-left:16px;
}
.goto-btn:hover{
	color:#fff;
	background:#f05242; 
}
.map-box{
	padding:3px;
	height:220px;
	position: relative;
	background:#fff;
	border-radius:6px 6px 0 0;
}
.map-box img{
	width:100%;
	height:220px;
	object-fit:cover;
	object-position:center center;
	pointer-events:none;
}
.map-detail{
	display:block;
	background:#fff;
	padding:9px 11px;
	width:268px;
	height:56px;
	border:rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	border-radius:2px;
	position: absolute;
	left:10px;
	top:10px;
}
.map-detail span{
	display:block;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#414141;
}
.map-detail small{
	display:inline-block;
	font-size:12px;
}
.map-box iframe{
	width:calc(100% - 6px);
	height:calc(100% - 6px);
	position: absolute;
	left:3px;
	top:3px;
	border-radius:4px;
}
.map-text{
	height:60px;
	line-height:30px;
	background:#fff;
	border-radius:0 0 6px 6px;
	position: relative;
}
.map-text span{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	padding:0 0.5rem;
	width:100%;
	left:0;
	top:50%;
	position:absolute;
	transform:translateY(-50%);
}
.info-divide{
	height:78px;
}
.fb-iframe{
	overflow:hidden;
}
.authorities{
	padding-bottom:38px;
}
@media screen and (max-width: 991.98px){
	div[class*=col-].fb-iframe{
		padding:0;
	}
}
@media (max-width: 575.98px){
	.main-info form[name=formnow] input{
		font-size:42px!important;;
	}
	.main-info .headline strong{
		font-size:42px;
	}
}