@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);


/* ========== ground ========== */
.cpn-ground-01 {
	padding-bottom: 30px;
}

@media only screen and (max-width: 640px) {
.cpn-ground-01 {
	padding-bottom: 16px;}
}


/* ========== heading ========== */
.cpn-heading2-01 {
	margin: -30px -54px 15px -54px !important;
}

@media only screen and (max-width: 640px) {
	.cpn-heading2-01 {
		margin: -16px -10px 10px -10px !important;
	}
}


/* ========== cpn-noticeBlock-01 ========== */
.cpn-noticeBlock-01 {
	margin-top: -30px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media only screen and (max-width:640px){
	.cpn-noticeBlock-01 {
		margin-top: -16px !important;
	}
}
