/*프로젝트 컨텐츠-캠핑장*/

.pjt-content .camp01{background: #e07037; padding: 30px; box-sizing: border-box;}
.pjt-content .camp01 .box{border: 1px dashed #fff; padding: 10% 0; text-align: center; color: #fff}
.pjt-content .bord{border: 5px solid #e07037; box-sizing: border-box; padding: 15px}

.pjt-content .camp02{background: #e07037; padding: 30px; box-sizing: border-box; color: #fff; }
.pjt-content .camp02 h3{text-align: left !important; margin-bottom: 20px}
.pjt-content .camp02 .cry-img{position: absolute; right: 20px; bottom: -20px}
.pjt-content .camp02 .cry-img img{max-width: 177px; }

.pjt-content .point-tit{text-align: center; position: relative;}
.pjt-content .point-tit .abs-img{position: absolute; left: 0}
.pjt-content .point-tit h3{background: #e07037; color: #fff; margin-bottom: 10px}

.pjt-content .season{position: relative;}
.pjt-content .abs-tit{position: absolute; padding:20px; background: #e07037; box-sizing: border-box; width: 250px; height: 212px; top: 50%; margin-top: -106px; left: 50%; margin-left: -125px}
.pjt-content .abs-tit h3{color: #fff; margin: 25px 0 }
.pjt-content .abs-tit .bar-w{width: 100%; height: 2px; background: #fff; float: left;}

.pjt-content .coming .abs-coming{position: absolute; text-align: center; top: 50%; left: 50%; margin-left: -165px; margin-top: -86px; width: 330px; }
.pjt-content .coming .abs-coming img{max-width: 87px}

@media only screen and (max-width:990px) {
	.pjt-content .camp02 .cry-img img{max-width: 130px; }
}

@media only screen and (max-width:700px) {
	.pjt-content .point-tit .abs-img{display: none;}
	}
@media only screen and (max-width:600px) {
	.pjt-content .coming .abs-coming{margin-top: -64px}
	.pjt-content .coming .abs-coming img{max-width: 50px}
	.pjt-content .abs-tit{width: 180px; margin-left: -90px; }
	.pjt-content .camp02 .cry-img{position: absolute; right: 20px; bottom:auto; top: -70px; margin-top: 30px}
}
@media only screen and (max-width:420px) {
	.pjt-content .abs-tit{width: 160px; margin-left: -80px; padding: 15px; height: 150px; margin-top: -75px }
	.pjt-content .abs-tit h3{margin: 5px 0; font-weight: normal; line-height: 27px}
	.pjt-content .camp02 .cry-img{display: none;}

}