/* title mask */

.complete_bg .complete-comment {
	background: url(../img/bubble3.png) no-repeat center center / contain;
	transform: rotateY(180deg);
	position: absolute;
	width: 305px;
	height: 208px;
	top: 739px;
	left: 1416px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.complete_bg .complete-comment p {
	transform: rotateY(180deg);
	font-family: 'GangwonEduSaeeum';
	font-size: 40px;
	text-align: center;
}

.contents_txt .magnifire_btn {
	display: inline-block;
	position: relative;
}
.contents_txt .magnifire_btn img {
	position: absolute;
	top: -68px;
	left: -2px;

	width: 54px;
	height: 66px;
}

.contents_txt .magnifire_btn img:nth-child(2) {
	animation: sparkle 2s infinite;
}

@keyframes sparkle {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0;
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.class_6.unit2 .cha {
	background: url(../img/cha_unit01.png) no-repeat center;
}

.class_6.unit2 .cha.on {
	background: url(../img/cha_unit01_on.png) no-repeat center;
}

/* action 페이지 배경 */

.class_6.unit2 .action_page {
	background: url(../img/action_page01_class6_unit02_bg.png) no-repeat center;
}
.class_6.unit2 .action_page.action_page02 {
	background: url(../img/action_page02_class6_unit02_bg.png) no-repeat center;
}
/* 번호 */
.class_6.unit2 #drag1 .contents_txt_wrap .contents_txt.contents_txt01::before {
	content: '1';
}
.class_6.unit2 #drag1 .contents_txt_wrap .contents_txt.contents_txt02::before {
	content: '2';
}
.class_6.unit2 #drag2 .contents_txt_wrap .contents_txt.contents_txt03::before {
	content: '3';
}

/* 드래그 영역 */

.class_6.unit2 #drag1 .drag_area {
	margin-top: 64px;
}
.class_6.unit2 #drag2 .drag_area {
	margin-top: 270px;
}

.inspection_txt {
	word-break: keep-all;
}
.inspection_btn.lines {
	top: 110px !important;
}

.starting_title.on > span {
	/* text-indent: -40px; */
	/* color: #3b1a01; */
	top: 51%;
	left: 51%;
}
.title_mask {
	top: 368px;
	width: 812px;
	left: 574px;
}
