img {
	max-width: 100% !important;
}

a {
	cursor: pointer !important;
}

.btn {
	padding: 5px 15px !important;
}

.btn-black {
	background-color: #222;
	color: #fff;
}

.width-100 {
	width: 100% !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

.bold {
	font-weight: bold !important;
}

.strong {
	font-weight: bold !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.text-red {
	color: #f00 !important;
}


/* main */
.row .like i.icon-heart {
  width: 29px;
  height: 24px;
  margin-right: 10px;
  background: url(../image/sub/icon/icon-heart.png);
}
.row .like i.icon-heart-o {
  width: 29px;
  height: 24px;
  margin-right: 10px;
  background: url(../image/main/icon/icon_heart.png) no-repeat;
}

/* review */
.campaign-list__inner .like i.icon-heart {
  width: 29px;
  height: 24px;
  background: url(../image/sub/icon/icon-heart.png);
}
.campaign-list__inner .like i.icon-heart-o {
  width: 29px;
  height: 24px;
  background: url(../image/main/icon/icon_heart.png);
}

.campaign-list__inner > div .like{
	margin: 10px 30px;
}

.ui-datepicker-title select{
	line-height: unset !important;
	height: unset !important;
}

@media screen and (max-width:750px) {
	.row .like i.icon-heart {width:1.8rem !important;height:1.5rem !important;margin-right:1rem;background-size:contain !important;}
	.row .like i.icon-heart-o {width:1.8rem !important;height:1.5rem !important;margin-right:1rem;background-size:contain !important;}
	
	.campaign-list__inner .like i.icon-heart {width:2.9rem !important;height:2.4rem !important;margin-right:1rem;background-size:contain !important;}
	.campaign-list__inner .like i.icon-heart-o {width:2.9rem !important;height:2.4rem !important;margin-right:1rem;background-size:contain !important;}
	.campaign-list__inner > div .like{margin: 10px 1.5rem}
	
	.form select.w_480{
		height: 6rem !important;
		font-size: 1.6rem !important;
		line-height: 1.8rem !important;
		padding-left: 5px !important;
	}
	.ui-datepicker-title select{
		line-height: unset !important;
		height: 4rem !important;
	}
}

@media screen and (max-width:500px) {
	.form select.w_480{
		width: calc(100% - 125px) !important;
	}
}
	
@media screen and (max-width:375px) {
	.form input.w_480, .form select.w_480 {width: calc(100% - 115px) !important;border-radius:0.7rem !important}
}



#progressWinOveray{display: none; width:100%; height:100%; z-index:99; position:fixed; left:0; top:0; background: rgba(0, 0, 0, 0.5 );}
#progressWin{width:554px;position:absolute;top:180px;left:720px;background-color: #fff; border:1px solid #D9D9D9; box-shadow: 0px 3px 10px rgba(0,0,0,0.1); padding-bottom: 30px; text-align: center;}
#progressWin>h2{width: calc(100% - 35px);background-color: #fff; border-bottom: 1px solid #D9D9D9;font-family:IBMPlexSansBold;font-weight: normal;padding-left:35px;padding-bottom: 16px;padding-top: 16px; margin-bottom: 30px;}

/* #progressWin .progress-bar { width: 0%; height: 50px; background: #00ADEC; }
#progressWin .count { width: 100%; text-align: center; font-weight: 100; font-size: 3em; color: #00ADEC; } */

.swal2-title.custom-title{
	font-size: 1.6em;
}

.swal2-html-container.custom-html{
	text-align: left;
}