@charset "utf-8";

/*-----------------------------------------------------------
for beginner
-----------------------------------------------------------*/

.beginner01-img-box:before {
	content:"";
	position: absolute;
	top: auto;
	right: auto;
	bottom: -10px;
	left: -20%;
	margin: auto;
	width: 90%;
	height: 40%;
	background: url(/system_panel/uploads/images/decoration-bg01) no-repeat center center;
	background-size: cover;
	z-index: -1;
}

/*-----------------------------------------------------------
staff
-----------------------------------------------------------*/

.staff-message-in:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
  	max-width: 300px;
    width: 30%;
    height: 54.64%;
    background: url(/system_panel/uploads/images/top-recruit-line-left.svg) no-repeat left top;
    background-size: contain;
    filter: brightness(2);
    z-index: 1;
}

.staff-message-in:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
  	max-width: 300px;
    width: 30%;
    height: 54.64%;
    background: url(/system_panel/uploads/images/top-recruit-line-right.svg) no-repeat right bottom;
    background-size: contain;
    filter: brightness(2);
    z-index: 1;
}


.staff-message-in .title-decoration01:after {
    background: #fff !important;
}