
.carousel-notice {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
} 

.carousel-notice .ctrls {
	color: #acffc6;
	background-color: #004015;
	height: 40px;
	width: 40px;
	padding-top: 8px;
	border-radius: 50%;
	font-size: 18pt;
	position: absolute;
	top: 50%;
	z-index: 2;

	cursor: pointer;
	transition: .3s;
}

.carousel-notice .ctrls:nth-child(2) {
	padding-left: 8px;
	left: 10px;
}
.carousel-notice .ctrls:nth-child(2):hover {
	padding-left: 6px;
}
.carousel-notice .ctrls:nth-child(2):active {
	left: 7px;
}

.carousel-notice .ctrls:nth-child(3) {
	padding-left: 7px;
	right: 10px;
}
.carousel-notice .ctrls:nth-child(3):hover {
	padding-left: 9px;
}
.carousel-notice .ctrls:nth-child(3):active {
	right: 7px;
}

/* .carousel-camp {
	width: 400%;
	transition: ease-in-out .9s;
	margin-left: -100%;
} */

.carousel-camp article {
	width: 25%;
	float: left;
	height: 300px;
	overflow: hidden;
	border-radius: 5px;
}

.carousel-camp article .text-block {
	padding: 40px 5% 5px;
	position: absolute;
	width: 100%;
	z-index: 1;
	bottom: 0;
	
	background: rgba(133, 127, 55, 0.404);
	background: linear-gradient(#857f3700 10%, #857f379d 90%);
	background: -webkit-linear-gradient(#857f3700 10%, #857f379d 90%); 
	background: -moz-linear-gradient(#857f3700 10%, #857f379d 90%); 
	background: -o-linear-gradient(#857f3700 10%, #857f379d 90%);
}

.carousel-camp article:hover .text-block {		
	background: rgba(133, 127, 55, 0.712);
	background: linear-gradient(#857f3700 10%, #857f37ce 90%);
	background: -webkit-linear-gradient(#857f3700 10%, #857f37ce 90%); 
	background: -moz-linear-gradient(#857f3700 10%, #857f37ce 90%); 
	background: -o-linear-gradient(#857f3700 10%, #857f37ce 90%);
}

.carousel-camp article img {
	width: 150%;
	top: 0;
	transition: .7s;
	border-radius: 5px;
}

.carousel-camp article:hover img {
	width: 120%;
}

.carousel-camp article h1 {
	font-size: 16pt;
	margin-bottom: 10px;
	color: #fff;
	text-shadow: 0 0 5px #333;
	transition: .5s;
}

.carousel-camp article:hover h1 {
	color: #fff;
	text-shadow: 0 0 5px #333;
}

.carousel-camp article p {
	font-weight: 500;
	font-size: 10pt;
}

.carousel-camp article .date {
	float: left;
	padding: 3px;
	width: 110px;
	color: #fff;
	text-shadow: 0 0 5px #333;
	transition: .5s;
}

.carousel-camp article:hover .date {
	color: #fff;
}

.carousel-camp article .num {
	font: normal 16pt 'cormorant-b';
}

.carousel-camp article .category {
	float: right;
	background: #eba300;
	border-radius: 2px;
	text-align: center;
	padding: 1px 5px;
	min-width: 50px;
}

.carousel-camp article .category:hover {
	background: orangered;
}

.carousel-camp article .category a {
	color: #fff;
	transition: .3s;
	font: normal 10pt 'cormorant';
	text-transform: uppercase;
}

.carousel-camp article .category:hover a {
	background: none;
	color: #fff;
}



/*  */
.recents-list-notice article {
	overflow: auto;
	margin-bottom: 15px;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 5px;
	padding: 5px 5px 0;
}

.recents-list-notice .image {
	display: block;
	height: 100px;
	margin-bottom: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.recents-list-notice .image img {
	width: 105%;
	border-radius: 5px;
	transition: .3s;
}

.recents-list-notice article:hover img {
	width: 100%;
}



.recents-list-notice article h1 {
	font-size: 14pt;
	margin-bottom: 10px;
	color: #333;
	transition: .5s;
}

.recents-list-notice article:hover h1 {
	color: #004015;
}

.recents-list-notice article p {
	font-weight: 500;
	font-size: 10pt;
}

.recents-list-notice article .date {
	float: left;
	padding: 3px;
	width: 110px;
	color: #333;
	transition: .5s;
}

.recents-list-notice article:hover .date {
	color: #004015;
}

.recents-list-notice article .num {
	font: normal 16pt 'cormorant-b';
}

.recents-list-notice article .category {
	float: right;
	background: #eba300;
	border-radius: 2px;
	text-align: center;
	padding: 1px 5px;
	min-width: 50px;
}

.recents-list-notice article .category:hover {
	background: orangered;
}

.recents-list-notice article .category a {
	color: #fff;
	transition: .3s;
	font: normal 10pt 'cormorant';
	text-transform: uppercase;
}

.recents-list-notice article .category:hover a {
	background: none;
	color: #fff;
}


/*  */
.meta-data {
    font-family: 'cormorant-b';
    text-align: right;
    clear: both;

	border-top: 1px solid #ccc;
	padding-top: 30px;
	margin-top: -30px;
}

.meta-data .size {
    font-size: 28pt;
    margin-bottom: 5px;
}

.meta-data .views {
    font-size: 18pt;
    color: #666;
}

.meta-data form {
	margin-top: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.meta-data .ctrls i {
	color: #acffc6;
	background-color: #004015;
	height: 40px;
	width: 40px;
	padding-top: 8px;
	padding-right: 8px;
	border-radius: 50%;
	font-size: 18pt;

	cursor: pointer;
	transition: .3s;
}

.meta-data .ctrls i:first-child {
	margin-right: 15px;
}

.meta-data .ctrls i:first-child:hover {
	padding-right: 10px;
	color: #fff;
}
.meta-data .ctrls i:first-child:active {
	transform: translateX(-3px);
}


.meta-data .ctrls i:last-child {
	transform: translateX(-3px);
}
.meta-data .ctrls i:last-child:hover {
	padding-left: 10px;
}
.meta-data .ctrls i:last-child:active {
	transform: translateX(0);
}



.res-search .pemphase,
.res-search .default-list {
	margin-top: -40px;
	margin-bottom: 50px;
}

.res-search .default-list {
	background-color: #f1f1f1;
	padding: 30px;
}

.res-search .default-list a:hover {
	text-decoration: underline;
}

.res-search .default-list span {
	font-size: 0.8em;
	color: #666;
}





.categories li a {
	display: block;
	border: 1px solid #004015;
	border-radius: 3px;
	padding: 15px;
	font-size: 14pt;
	transition: .3s;
}

.categories .number {
	font: normal 16pt 'cormorant-b';
	float: right;
}

.categories li:hover::before {
    color: #004015;
}

.categories li:hover a {
	color: #fff;
	background: #004015;
	font-weight: bold;
}

.category {
    text-align: center;
}

.category h2 {
    display: none;
}

.category li {
    display: inline-block;
    margin: 0 10px;
}

.category li::before {
    content: '#';
    font: normal 18pt 'cormorant-b';
    color: #009230;
}

.category li:hover::before {
    color: #004015;
}

.category li:hover a {
    text-decoration: underline;
}


/*    bambam    */
.bambam {
	margin-top: -50px;
}

.bambam .pemphase {
	text-align: right;
	margin-right: 20px;
}

.notice article {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 5px;

	position: relative;
    margin-bottom: 15px;
}

.notice article .text-block {
	padding: 40px 5% 5px;
	position: absolute;
	width: 100%;
	z-index: 1;
	bottom: 0;
	
	background: rgba(133, 127, 55, 0.404);
	background: linear-gradient(#857f3700 10%, #857f379d 90%);
	background: -webkit-linear-gradient(#857f3700 10%, #857f379d 90%); 
	background: -moz-linear-gradient(#857f3700 10%, #857f379d 90%); 
	background: -o-linear-gradient(#857f3700 10%, #857f379d 90%);
}

.notice article:hover .text-block {		
	background: rgba(133, 127, 55, 0.712);
	background: linear-gradient(#857f3700 10%, #857f37ce 90%);
	background: -webkit-linear-gradient(#857f3700 10%, #857f37ce 90%); 
	background: -moz-linear-gradient(#857f3700 10%, #857f37ce 90%); 
	background: -o-linear-gradient(#857f3700 10%, #857f37ce 90%);
}

.notice article img {
	width: 150%;
	top: 0;
	transition: .7s;
}

.notice article:hover img {
	width: 120%;
}

.notice article h1 {
	font-size: 16pt;
	margin-bottom: 10px;
	color: #fff;
	text-shadow: 0 0 5px #333;
	transition: .5s;
}

.notice article:hover h1 {
	color: #fff;
	text-shadow: 0 0 5px #333;
}

.notice article p {
	font-weight: 500;
	font-size: 10pt;
}

.notice article .date {
	float: left;
	padding: 3px;
	width: 110px;
	color: #fff;
	text-shadow: 0 0 5px #333;
	transition: .5s;
}

.notice article:hover .date {
	color: #fff;
}

.notice article .num {
	font: normal 16pt 'cormorant-b';
}

.notice article .category {
	float: right;
	background: #eba300;
	border-radius: 2px;
	text-align: center;
	padding: 1px 5px;
	min-width: 50px;
}

.notice article .category:hover {
	background: orangered;
}

.notice article .category a {
	color: #fff;
	transition: .3s;
	font: normal 10pt 'cormorant';
	text-transform: uppercase;
}

.notice article .category:hover a {
	background: none;
	color: #fff;
}

.notice button {
	background: #ff6228;
	border: none;
	color: #fff;

	padding: 15px;
	font: 300 16pt 'merri';
	border-radius: 0 30px 30px;
	margin-top: 20px;

	cursor: pointer;
	transition: .5s;
}

.notice button:hover {
	background: orangered;
}

.title > h1 {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
}


/*   notice-content   */
.notice-content {
    clear: both;
    padding-top: 0;
    text-align: justify;
}

.notice-content .notice-image {
    margin-bottom: 15px;
}

.notice-content .meta-data {
    background: #004015;
    padding: 10px;
	margin-top: -8px;
    border-radius: 0 0 10px 10px;
    transition: .3s;
}

.notice-content .meta-data .views {
    color: #fff;
    font: normal 24pt 'cormorant-b';
}

.notice-content .meta-data .views span {
    font: normal 16pt 'cormorant';
}

.notice-content .meta-data .category {
    text-align: right;
    border-bottom: 1px dashed #21c558;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.notice-content .meta-data li {
    margin: 0;
    margin-left: 15px;
}

.notice-content .meta-data li::before {
    color: #acffc6;
}

.notice-content .meta-data a {
    color: #fff;
    font: normal 14pt 'cormorant';

}

.notice-content .meta-data p {
    color: #21c558;
    font: 300 10pt 'merri';
    margin-bottom: 5px;
}

.notice-content .notice-image figure,
.notice-content .notice-image img {
    width: 100%;
	border-radius: 10px 10px 0 0;
}

main .statist {
    border-top: none;
    padding-top: 0;
}

main .div-btn {
    margin-bottom: 100px;
}

main .div-btn + h1 {
    padding-top: 100px;
}






@media(min-width: 350px) {
	.recents-list-notice .image {
		width: 40%;
		height: 100px;
		overflow: hidden;
		float: left;
	}

	.recents-list-notice .text-block {
		width: 60%;
		float: left;
		padding: 10px 0 0 10px;
	}
}






@media(min-width: 600px) {

    main .content form select {
        font-size: 12pt;
		width: 20%;
    }

	main .content form input {
		width: 70%;
	}

	.meta-data {
		overflow: auto;
	}

	#phrase {
		width: 54%;
	}

	.meta-data  form.local-search {
		width: 65%;
		float: left;
	}
	
	.meta-data .ctrls {
		padding-top: 30px;
		width: 30%;
		float: right;
	}

	.notice article,
	.service-shortdescription .services li {
		width: 48.7%;
		display: inline-block;
		vertical-align: top;
		margin-right: 2%;
	}

	.notice article:nth-child(2n),
	.service-shortdescription .services li:nth-child(2n) {
		margin-right: 0;
	}

	.notice-content .meta-data {
		padding: 30px;
	}
}





@media(min-width: 618px) {

    .notice-content .meta-data a {
        font-size: 16pt;
    }
}





@media(min-width: 650px) {

	.carousel-camp article {
		height: 400px;
	}
}





@media(min-width: 800px) {
	.recents-list-notice article {
		width: 47.5%;
		display: inline-block;
	}

	.recents-list-notice article:nth-child(2n-1) {
		margin-right: 2%;
	}

    main .content form {
        width: 70%;
		float: left;
    }

	.categories li {
		display: inline-block;
		vertical-align: top;
		width: 48.5%;
		margin: 5px 0.5%;
	}

	.categories li a {
		padding: 25px 15px;
	}

	.notice-content .notice-image {
		overflow: hidden;
		background-color: #004015;
		border-radius: 10px;
	}

	.notice-content .notice-image figure {
		width: 60%;
		float: left;
		border-radius: 10px 0 0 10px;
	}

	.notice-content .notice-image img {
		border-radius: 10px 0 0 10px;
		margin-bottom: -10px;
	}

	.notice-content .notice-image .meta-data {
		width: 40%;
		float: left;
		clear: none;
		padding-top: 20px;
		padding-bottom: 40px;
		margin-top: 0;	
		border-radius: 0 10px 10px 0;	
		border-top: none;
	}
}





@media(min-width: 940px) {

	.recents-gp {
		overflow: hidden;
	}

	.carousel-notice {
		width: 60%;
		float: left;
	}

	.recents-list-notice {
		width: 37%;
		float: right;
	}

	.recents-list-notice article {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	
	.recents-list-notice .image {
		height: 100px;
	}
}






@media(min-width: 1015px) {
	
	main .content form select {
		width: 15%;
    }
	
	main .content form input {
		width: 75%;
	}
}






@media(min-width: 1150px) {
	.categories li {
		display: inline-block;
		width: 32%;
	}
    
    .notice-content .notice-image .meta-data {
		padding-top: 50px;
    }
    
    .notice-content .notice-image .category {
		padding-bottom: 20px;
		margin-bottom: 20px;
    }

	.notice article {
		width: 32%;
		margin-right: 0;
	}

    .notice article:nth-child(2n),
    .notice article:last-child {
		margin-right: 0;
	}

	.notice article:nth-child(3n+2),
	.notice .notices-block article:nth-child(3n+2) {
		margin-left: 1%;
		margin-right: 1%;
    }
}