@charset "UTF-8";

#UgcCreativeReviewArea table th,
#UgcCreativeReviewArea table td {
	border: none !important;
}


.add-calendar-list {
	display: flex;
}
.add-calendar-list .add-calendar {
	margin: 0 15px;
	flex: 1;
}
.add-calendar-list .add-calendar .add-calendar-title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.add-calendar-list .add-calendar table tr th,
.add-calendar-list .add-calendar table tr td {
	padding: 5px 0px;
	text-align: center;
	font-weight: bold;
}
.add-calendar-list .add-calendar table tr th {
	background: #f0f0f0;
	border: solid 1px #dcdcdc;
	font-size: 16px;
	color: #333333;
}
.add-calendar-list .add-calendar table tr td {
	background: #ffffff;
	font-size: 14px;
}
.add-calendar-list .add-calendar table tr .holiday {
	color: #FF0004;
}
.add-calendar-list .add-calendar table tr .saturday {
	color: #3f6dff;
}
.add-calendar-list .add-calendar table td a {
	text-decoration: none;
	color: #333333;
	transition: .3s;
}
.add-calendar-list .add-calendar table td a:hover {
	opacity: 0.5;
}

.p-fixBtnWrap {
	display: none !important;
}



@media (max-width: 640px){

.add-calendar-list {
	display: block;
}
.add-calendar-list .add-calendar {
	margin: 0 0 30px;
}

}



#UgcCreativeReviewArea .swiper-slide {
	height: auto;
}
#UgcCreativeReviewArea .UgcCreativeReview-reviews-display_more {
	margin-top: 15px;
}
.swal2-container .swiper-button-prev:after,
.swal2-container .swiper-button-next:after {
	border: none;
	transform: initial;
}
.swal2-container .swiper-button-prev:after {
	left: initial;
}
.swal2-container .swiper-button-next:after {
	right: initial;
}

#UgcCreativeReviewArea .UgcCreativeReview-formClose {
	margin-top: 90px !important;
}
#UgcCreativeReviewArea .UgcCreativeReview-popupContent {
	margin-top: 90px !important;
}
.content-close-button {
	margin-top: 90px !important;
}
body > div.swal2-container.swal2-center.swal2-noanimation {
	margin-top: 90px !important;
}



@media (max-width: 960px){

#UgcCreativeReviewArea .UgcCreativeReview-formClose {
	margin-top: 70px !important;
}
#UgcCreativeReviewArea .UgcCreativeReview-popupContent {
	margin-top: 70px !important;
}
.content-close-button {
	margin-top: 70px !important;
}
body > div.swal2-container.swal2-center.swal2-noanimation {
	margin-top: 70px !important;
}

}


@media (max-width: 480px) {

#UgcCreativeReviewArea {
	width: 85% !important;
}

}
