@charset "utf-8";
/* ============================================================ */
/* event */
/* ============================================================ */
.contents._event_ {
	padding-top: 0;
}

.event-inner {
	background: url("../../img/service/bg_maker.png"), linear-gradient(270deg, #005C9F 0%, #00A7EA 100%);
	background-size: 100%;
	padding: 90px 0 120px;
	background-repeat: no-repeat;
}


/* ============================================================ */
/* news */
/* ============================================================ */
.contents._news_ {
	background: url("../../img/news/bg_news.png"), linear-gradient(90deg, #001B25 0%, rgba(0, 38, 53, 0) 100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
}