:root {
	--blue-color2: #6098ff;
}

/* 초기화 */
html,
body {
	/* padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	word-break: keep-all; */
	font-family: "Noto Sans KR", sans-serif;
	/* overflow: hidden; */
}

.overflow_hidden {
	overflow: hidden;
}
/* 기본레이아웃 */

.tutorial_dim {
	background-color: rgba(0 0 0 / 50%);
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 90;
}
.tutorial_popup {
	width: 1200px;
	height: 885px;
	border-radius: 20px;
	background-color: #fff;
    overflow: hidden;

}
@media screen and (max-width: 1200px) {
	.tutorial_popup {
		width: 960px;
		height: 885px;
	}
}
@media screen and (max-width: 960px) {
	.tutorial_popup {
        transform: scale(0.8);
	}
}
@media screen and (max-width: 780px) {
	.tutorial_popup {
        transform: scale(0.6);
	}
}
@media screen and (max-width: 580px) {
	.tutorial_popup {
        transform: scale(0.4);
	}
}
.tutorial_popup_title {
	background-color: var(--blue-color2);
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	height: 50px;
    display: grid;
    grid-template-columns: auto 150px 50px;
    justify-items: center;
    align-items: center;
    padding: 0 20px;
}
.tutorial_popup_title.nonetoday{
    grid-template-columns: auto 50px;
}
.tutorial_popup_title.nonetoday .tutorial_btn_exittoday{
    display: none;
}

.tutorial_popup_title .tutorial_btn_exittoday,
.tutorial_popup_title .tutorial_btn_exit
{
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #FFF;
    border-radius: 10px;
}
.tutorial_popup_title .tutorial_btn_exittoday {
    height: 30px;
    width: 112px;
}
.tutorial_popup_title .tutorial_btn_exit
{
    height: 30px;
    width: 50px;
}



.tutorial_popup_content {
	width: 100%;
	height: calc(100% - 50px);
	background-color: #6b7280;
	overflow: hidden;
}
.tutorial_page_box {
	transition: transform 1s;
	height: 100%;
	display: grid;
	grid-template-columns: repeat(7, 1200px);
}
@media screen and (max-width: 1200px) {
	.tutorial_page_box {
		grid-template-columns: repeat(7, 960px);
	}
}

.tutorial_page {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.tutorial_page .tutorial_contentBox {
	width: 100%;
	height: 100%;
	position: relative;
}
.tutorial_page .tutorial_contentBox > div {
	position: absolute;
	width: 100%;
	height: 100%;
}
.tutorial_page .tutorial_contentBox .tutorial_direction {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}
.tutorial_page .tutorial_contentBox .tutorial_direction .masgtext{
    background-color: rgba(0, 0, 0, 0.35);
    padding: 20px;
    border-radius: 20px;
}



.tutorial_page .tutorial_contentBox .tutorial_direction .tutorial_direction_sub {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
    margin: 0px;
}

.masgbox {
	padding: 0;
	border: 2px solid #bdbdbd;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.masgbox .masgbox_text {
	text-align: center;
	padding: 1em 2.5em;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.3;
	background: #fff;
	color: #212529;
}
.masgbox .masgbox_confirm {
	font-size: 1rem;
	font-weight: 900;
	padding: 1em 2em;
	background: var(--blue-color2);
	color: #fff;
}
.page1 .masgbox .masgbox_confirm,
.page2 .masgbox .masgbox_confirm,
.page3 .masgbox .masgbox_confirm,
.page7 .masgbox .masgbox_confirm,
.tutorial_btn_exit,
.tutorial_btn_exittoday {
    cursor: pointer;
}




.tutorial_page .img_orign,
.tutorial_page .img_orign2,
.tutorial_page .img_dim {
	background-size: cover;
	background-position-y: top;
}
@media screen and (max-width: 1200px) {
	.tutorial_page .img_orign,
	.tutorial_page .img_orign2,
	.tutorial_page .img_dim {
		background-size: contain;
	}
}
/* page1 셋팅 */
.tutorial_page.page1 .img_orign {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-image: url("/_api/voca_tutorial/src/images/page1_orign.jpg");
}
.tutorial_page.page1 .img_dim {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-image: url("/_api/voca_tutorial/src/images/page1_dim.jpg");
}
#lottieArrow1 {
    width: 25%;
    height: 30%;
    top: 220px;
    right: 147px;
    transform: rotateX(180deg) rotateZ(29deg);
}
@media screen and (max-width: 1200px) {
	#lottieArrow1 {
		right: 20px;
		transform: rotateX(180deg) rotateZ(53deg);
	}
}
#lottieClick1 {
	width: 30%;
	height: 30%;
	top: 117px;
	right: -10%;
}
@media screen and (max-width: 1200px) {
	#lottieClick1 {
		top: 70px;
	}
}
.tutorial_page.page1 .tutorial_btn_next {
	background-color: rgba(255, 0, 0, 0);
	border-radius: 10px;
    width: 178px;
    height: 93px;
    right: 0;
	top: 206px;
	cursor: pointer;
}
@media screen and (max-width: 1200px) {
	.tutorial_page.page1 .tutorial_btn_next {
        width: 141px;
        height: 74px;
		right: 0;
		top: 165px;
	}
}

/* page2 셋팅 */
.tutorial_page.page2 .img_orign {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-image: url("/_api/voca_tutorial/src/images/page2_orign.jpg");
}
.tutorial_page.page2 .img_dim {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-image: url("/_api/voca_tutorial/src/images/page2_dim.jpg");
}
.tutorial_page.page2 .step2.tutorial_direction {
	left: 15%;
}
#lottieArrow2 {
	width: 25%;
	height: 30%;
	top: 264px;
	left: 345px;
	transform: rotateX(180deg) rotateZ(171deg);
}
@media screen and (max-width: 1200px) {
	#lottieArrow2 {
		left: 273px;
		top: 251px;
		transform: rotateX(180deg) rotateZ(139deg);
	}
}
#lottieClick2 {
	width: 30%;
	height: 30%;
	top: 257px;
	left: 4%;
}
@media screen and (max-width: 1200px) {
	#lottieClick2 {
		top: 187px;
	}
}

.tutorial_page.page2 .tutorial_btn_next {
	background-color: rgba(255, 0, 0, 0);
	border-radius: 10px;
	width: 227px;
	height: 46px;
	left: 123px;
	top: 356px;
	cursor: pointer;
	z-index: 99;
}
@media screen and (max-width: 1200px) {
	.tutorial_page.page2 .tutorial_btn_next {
		width: 182px;
		height: 37px;
		left: 98px;
		top: 285px;
	}
}
/* page3 셋팅 */
.tutorial_page.page3 .img_orign {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-image: url("/_api/voca_tutorial/src/images/page3_orign.jpg");

}
.tutorial_page.page3 .img_dim {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-image: url("/_api/voca_tutorial/src/images/page3_dim.jpg");

}
.tutorial_page.page3 .tutorial_direction {
	top: 12%;
}
#lottieArrow3 {
	width: 25%;
	height: 30%;
	top: 169px;
	left: 473px;
	transform: rotateX(180deg) rotateZ(78deg);
}
@media screen and (max-width: 1200px) {
	#lottieArrow3 {
		left: 350px;
		width: 30%;
	}
}
#lottieClick3 {
	width: 30%;
	height: 30%;
	top: 11px;
	left: 41%;
}
@media screen and (max-width: 1200px) {
	#lottieClick3 {
		top: -14px;
	}
}

.tutorial_page.page3 .tutorial_btn_next {
    background-color: rgba(255, 0, 0, 0);
	border-radius: 63px;
	width: 130px;
	height: 36px;
	left: 578px;
	top: 116px;
	cursor: pointer;
	z-index: 99;
}
@media screen and (max-width: 1200px) {
	.tutorial_page.page3 .tutorial_btn_next {
		width: 101px;
		height: 29px;
		left: 464px;
		top: 93px;
	}
}
/* page4 셋팅 */
.tutorial_page.page4 .img_orign {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-image: url("/_api/voca_tutorial/src/images/page4_orign.jpg");

}
.tutorial_page.page4 .img_orign2 {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-image: url("/_api/voca_tutorial/src/images/page4_orign2.jpg");

}
.tutorial_page.page4 .img_zoomthumb {
	width: 222px;
	height: 125px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.tutorial_page.page4 .img_click_dot,
.tutorial_page.page4 .img_hand1 {
	opacity: 0%;
}
.tutorial_page.page4 .img_click_dot img,
.tutorial_page.page4 .img_hand1 img {
	width: 10%;
	position: absolute;
	left: 60px;
	bottom: 0px;
}
.tutorial_page.page4 .drag_line {
	border-top: solid #75ec6f 10px;
	height: 0%;
	transform: rotate(324deg);
	bottom: 0;
	left: 0;
	transform-origin: left;
	opacity: 0%;
}
@media screen and (max-width: 1200px) {
	.tutorial_page.page4 .drag_line {
		transform: rotate(316deg);
	}
}

.tutorial_page.page4 .img_dim {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-image: url("/_api/voca_tutorial/src/images/page4_dim.jpg");
}

#lottieArrow4 {
	width: 30%;
	height: 30%;
	top: 71px;
	right: 103px;
	transform: rotateX(180deg) rotateZ(40deg);
}
@media screen and (max-width: 1200px) {
	#lottieArrow4 {
        right: 53px;
        top: 95px;
        transform: rotateX(180deg) rotateZ(57deg);
	}
}
#lottieClick4 {
	width: 30%;
	height: 30%;
	top: -100px;
	right: -65px;
}
@media screen and (max-width: 1200px) {
	#lottieClick4 {
		right: -50px;
	}
}

.tutorial_page.page4 .tutorial_btn_minimize {
	background-color: rgba(255, 0, 0, 0);
	border-radius: 10px;
	width: 55px;
	height: 43px;
	right: 89px;
	top: 3px;
	cursor: pointer;
	z-index: 99;
}
@media screen and (max-width: 1200px) {
	.tutorial_page.page4 .tutorial_btn_minimize {
		width: 45px;
		height: 35px;
		right: 71px;
		top: 3px;
	}
}


.tutorial_page.page4 .tutorial_btn_next {
	background-color: rgba(255, 0, 0, 0);
    border-radius: 10px;
    width: 301px;
    height: 56px;
    left: 450px;
    top: 427px;
    cursor: pointer;
    z-index: 99;
}
@media screen and (max-width: 1200px) {
	.tutorial_page.page4 .tutorial_btn_next {
        width: 301px;
        height: 57px;
        left: 329px;
        top: 427px;
	}
}


/* page5 셋팅 */
.tutorial_page.page5 .img_orign {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-image: url("/_api/voca_tutorial/src/images/page4_orign.jpg");

}
.tutorial_page.page5 .img_orign2 {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-image: url("/_api/voca_tutorial/src/images/page4_orign2.jpg");

}
.tutorial_page.page5 .img_zoomthumb {
	width: 222px;
	height: 125px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.tutorial_page.page5 .img_click_dot,
.tutorial_page.page5 .img_hand1 {
	opacity: 0%;
}
.tutorial_page.page5 .img_click_dot img,
.tutorial_page.page5 .img_hand1 img {
	width: 10%;
	position: absolute;
	left: 60px;
	bottom: 0px;
}
.tutorial_page.page5 .drag_line {
	border-top: solid #75ec6f 10px;
	height: 0%;
	transform: rotate(324deg);
	bottom: 0;
	left: 0;
	transform-origin: left;
	opacity: 0%;
}
@media screen and (max-width: 1200px) {
	.tutorial_page.page5 .drag_line {
		transform: rotate(316deg);
	}
}
.tutorial_page.page5 .img_dim {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-image: url("/_api/voca_tutorial/src/images/page4_dim.jpg");

}

#lottieArrow5 {
	width: 30%;
	height: 30%;
	top: 71px;
	right: 103px;
	transform: rotateX(180deg) rotateZ(40deg);
}
@media screen and (max-width: 1200px) {
	#lottieArrow5 {
        right: 53px;
        top: 95px;
        transform: rotateX(180deg) rotateZ(57deg);
	}
}
#lottieClick5 {
	width: 30%;
	height: 30%;
	top: -100px;
	right: -65px;
}
@media screen and (max-width: 1200px) {
	#lottieClick5 {
		right: -50px;
	}
}

.tutorial_page.page5 .tutorial_btn_minimize {
	background-color: rgba(255, 0, 0, 0);
	border-radius: 10px;
	width: 55px;
	height: 43px;
	right: 89px;
	top: 3px;
	cursor: pointer;
	z-index: 99;
}
@media screen and (max-width: 1200px) {
	.tutorial_page.page5 .tutorial_btn_minimize {
		width: 45px;
		height: 35px;
		right: 71px;
		top: 3px;
	}
}

.tutorial_page.page5 .tutorial_btn_next {
	background-color: rgba(255, 0, 0, 0);
    border-radius: 10px;
    width: 301px;
    height: 56px;
    left: 450px;
    top: 427px;
    cursor: pointer;
    z-index: 99;
}
@media screen and (max-width: 1200px) {
	.tutorial_page.page5 .tutorial_btn_next {
        width: 301px;
        height: 57px;
        left: 329px;
        top: 427px;
	}
}


/* page6 셋팅 */
.tutorial_page.page6 .img_orign {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-image: url("/_api/voca_tutorial/src/images/page6_orign.jpg");
}

.tutorial_page.page6 .img_dim {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-image: url("/_api/voca_tutorial/src/images/page6_dim.jpg");

}
.tutorial_page.page6 .img_zoomthumb {
	width: 222px;
	height: 125px;
	position: absolute;
	right: 0;
	top: 0;
}

.tutorial_page.page6 .tutorial_direction {
	top: 29%;
}
@media screen and (max-width: 1200px) {
	.tutorial_page.page6 .tutorial_direction {
		top: 20%;
	}
}
.tutorial_page.page6 .tutorial_btn_next {
	background-color: rgba(255, 0, 0, 0);
	border-radius: 10px;
	width: 739px;
	height: 195px;
	right: 105px;
	top: 223px;
	cursor: pointer;
}
@media screen and (max-width: 1200px) {
	.tutorial_page.page6 .tutorial_btn_next {
		width: 592px;
		height: 157px;
		right: 84px;
		top: 178px;
	}
}
#lottieArrow6 {
	width: 30%;
	height: 30%;
	top: 340px;
	right: 305px;
	transform: rotateX(180deg) rotateZ(90deg);
}
@media screen and (max-width: 1200px) {
	#lottieArrow6 {
		top: 283px;
	}
}
#lottieClick6 {
	width: 30%;
	height: 30%;
	top: 124px;
	right: 334px;
}
@media screen and (max-width: 1200px) {
	#lottieClick6 {
		top: 72px;
	}
}
/* page7 셋팅 */
.tutorial_page.page7 .img_orign {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-image: url("/_api/voca_tutorial/src/images/page7_orign.jpg");
}

.tutorial_page.page7 .img_dim {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-image: url("/_api/voca_tutorial/src/images/page7_dim.jpg");
}

.tutorial_page.page7 .tutorial_direction {
}
#lottieArrow7 {
	width: 30%;
	height: 30%;
	top: 146px;
	right: 111px;
	transform: rotateX(180deg) rotateZ(45deg);
}
@media screen and (max-width: 1200px) {
	#lottieArrow7 {
		top: 118px;
		transform: rotateX(180deg) rotateZ(57deg);
	}
}

/* 맨 아래로 */
.none {
	display: none !important;
}

.hidden {
	visibility: hidden !important;
}
.shadow {
	box-shadow: 0px 0px 20px rgba(0 0 0 / 100%);
}
