th.scope {
	min-width: 68px;
	max-width: 100px;
	overflow: hidden;
}
th.button {
	min-width: 108px;
	max-width: 120px;
	overflow: hidden;
}
td.schools {
	font-size: 14px;
	font-family: serif;
}
th.img {
	min-width: 100px;
	max-width: 200px;
	overflow: hidden;
}
td.scope {
	min-width: 68px;
	max-width: 100px;
	overflow: hidden;
}
td.img {
	min-width: 100px;
	max-width: 200px;
	overflow: hidden;
}
img.products {
	width: 100%;
	min-width: 100px;
	max-width: 200px;
}

.btn:active, .btn:focus {
	box-shadow: none;
}

.project-wrap {
	margin-bottom: 30px;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 0.2);
	-moz-box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 0.2);
	box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 0.2);
	border-radius: 8px;
    overflow: hidden;
}
.project-wrap .img {
	display: block;
	width: 100%;
	height: 188px;
	position: relative;
	z-index: 1;
	/*background-size: contain;
    background-position: center;
    background-repeat: no-repeat;*/
    overflow: hidden;
}
/*.project-wrap .img:hover {
	background-size: cover;
}*/
.project-wrap .goto-info {
	color: initial;
    text-decoration: none;
}
.project-wrap .img img {
	object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.project-wrap:hover .img img {
	transform: scale(1.1);
}


.btn-camp-info {
	opacity: 0;
    color: #fff;
    text-align: center;
    z-index: 999;
    background: rgba(0,0,0,.6);
    border: 1px solid #fff;
    padding: .5rem 2rem;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.project-wrap .goto-info:hover .btn-camp-info  {
	opacity: 1;
}

.project-wrap .img .camp-category {
    position: relative;
    bottom: 22px;
    background: rgb(255 255 255 / 70%);
}
.project-wrap .img .camp-category .camp-category-label {
	clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    background: #fccd56;
    padding: 0 15px;
}
/*.project-wrap .img .price {
	position: absolute;
	bottom: -8px;
	left: 20px;
	display: inline-block;
	background: #4986fc;
	color: #fff;
	padding: 2px 10px;
	font-size: 16px;
	font-weight: 500;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.project-wrap .img .price:after,
.project-wrap .img .price:before {
	position: absolute;
	bottom: 0;
	content: "";
}
.project-wrap .img .price:after {
	right: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #0456f4 transparent transparent transparent;
}
.project-wrap .img .price:before {
	width: 0;
	left: -8px;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 0;
	border-color: transparent #0456f4 transparent transparent;
}*/



.project-wrap.hotel .img {
	height: 320px;
}
.project-wrap .text {
	width: 100%;
	position: relative;
	border-top: none;
}
.project-wrap .text h2 {
	font-size: 22px;
    font-weight: 600;
    color: #333;
    height: 55px;
    overflow: hidden;
}



.project-wrap .text .days {
	font-size: 12px;
	color: #4986fc;
	text-transform: uppercase;
	font-weight: 700;
}
.project-wrap .text h3.price {
	font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #4c8677;
	text-align: right;
	letter-spacing: 1px;
}
.project-wrap .text h3.price span {
	font-size: 14px;
    font-weight: 500;
}

.soldout-soon-section .project-wrap .text h3.price {
    color: #e7ab3c;
}



.project-wrap .text h3 a {
	color: #000000;
}
.project-wrap .text ul {
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.project-wrap .text ul li {
	display: inline-block;
	color: #b3b3b3;
	font-weight: 600;
}
.project-wrap .text ul li span {
	color: #4986fc;
	margin-right: 10px;
	font-size: 20px;
	line-height: 1;
}
.project-wrap .text ul li.price {
	color: #4986fc;
}


#camp_query .project-wrap .text ol.camp-detail {
	padding-left: 5px;
	height: 170px;
}
#camp_query .project-wrap .text ol.camp-detail li {
	margin: 3px 0;
    color: #666;
}


.project-wrap-footer {
	color: #666;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.project-wrap-footer .btn-fav-heart {
    color: #666;
}
.project-wrap-footer .btn-fav-heart:hover .fa-heart-o:before {
    content: "\f004";
    color: #E91E63;
}
.project-wrap-footer .btn-views {
	padding: 0.375rem 0.75rem;
}


.project-wrap-footer  .btn-cart-add {
    color: #4c8677;
    font-weight: 700;
}
.project-wrap-footer  .btn-cart-add:hover {
    color: #c1d2af;
}


/*
.btn-filter {
	font-size: 15px;
    color: #4c8677;
}
.btn-filter:hover {
	color: #c1d2af;
}
*/
#course-items .important-notice, #course-items .important-notice p {
	font-size:14px;
	font-weight: normal;
	color: #333;
	margin-bottom: 0;
}


@media only screen and (max-width: 768px) {
	#camp_query .project-wrap .text ol.camp-detail {
		padding-left: 5px;
		height: auto;
	}
}
