@charset "utf-8";
:root {
	--silde-width: 300vw;
}
/*230118(s) 튜토리얼_가이드_버튼추가*/
.btn_1{
	position: absolute; top: 85%; left: 94%;
	z-index: 2;
}
.help_btn{
    text-align: right; 
    display:flex;
    align-items: center; justify-content:center;
    gap: 20px;
}
.help_btn .guide_icon_big img{
    width: 80px; height: 80px;
	cursor: pointer;
}
.help_text{
	position: absolute; top:-50%; right: 80%;
    text-align: right; 
    display:flex;
    align-items: center; justify-content:center;
    gap: 20px;
}
.help_text .balloon{
	position: relative;
	margin: 50px;
	width: 260px; height: 60px;
	background: #000;opacity: 0.5;
	border-radius: 10px;
}
.help_text .balloon::after{
	content: "";
	border-top: 16px solid #000;
	border-left: 0px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 0px solid transparent;
	position: absolute;
	top: 15px;
	right:-15px;
}
.help_text p{
    padding: 10px;
    font-family: 'PreRegular', sans-serif;
    font-size: 16px;
    color:#fff;
}
.btn_2{
	position: absolute; top: 10%; left: 94%;
    z-index: 2;
}
.help_btn2{
    text-align: right; 
    display:flex;
    align-items: center; justify-content:center;
    gap: 20px;
}
.help_btn2 .edit_icon_big img{
    width: 80px; height: 80px;
	cursor: pointer;
}
.help_text2{
	position: absolute; top:-50%; right: 80%;
    text-align: right; 
    display:flex;
    align-items: center; justify-content:center;
    gap: 20px;
}
.help_text2 .balloon{
	position: relative;
	margin: 50px;
	width: 190px; height: 40px;
	background: #000;opacity: 0.5;
	border-radius: 10px;
}
.help_text2 .balloon::after{
	content: "";
	border-top: 16px solid #000;
	border-left: 0px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 0px solid transparent;
	position: absolute;
	top: 10px;
	right:-15px;
}
.help_text2 p{
    padding: 10px;
    font-family: 'PreRegular', sans-serif;
    font-size: 16px;
    color:#fff;
}
/*230118(e) 튜토리얼_가이드_버튼추가*/
/*221226(s) 튜토리얼_가이드*/
.guide_title{
    width: 100%; height: 0%;
    position: absolute;
    top: -17%; left:0%;
    text-align: center;
}
.guide_title h2{
    font-family: 'Prebold', sans-serif;
    color: #fff;
    font-size: 30px;
}
.guide_title_sub{
    width: 60%; height: 0%;
    position: absolute;
    top: -9%; left: 20%;
    text-align: center;
}
.guide_title_sub h3{
    font-family: 'PreRegular', sans-serif;
    color: #fff;
    font-size: 20px;
}
.guide_bg{
	width:100%; height: 100%;
	position: fixed;
	left:0;
	top:0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.6);
	display: none;
}
.guide_wrap{
	width: 800px;
	height: 700px;
	position: fixed;
	left:50%;
	top:75%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	color:#fff;
}
.slidelist_wrap{
	width: 400px; height: 300px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	transition: all;
}
.slidelist{
	position: absolute;
	top:0;
	left:0;
	width : var(--silde-width);
	height: 300px;
	transform: translateX(0vw);
}
.slide_content{
	width: 100vw;
	float: left;
}
.left-button{
	position: absolute;
	top:150px; left:100px;
	transform: translate(0, -50%);
	display: inline-block;
	width:40px; height: 40px;
	line-height: 40px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
}
.right-button{
	position: absolute;
	top:150px; right:100px;
	transform: translate(0, -50%);
	display: inline-block;
	width:40px; height: 40px;
	line-height: 40px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
}
.bullets{
	margin-top:20px;
	text-align: center;
}
.bullet-button{
	display: inline-block;
	width: 10px; height: 10px;
	border-radius: 50%;
	border:1px solid #fff;
	box-sizing: border-box;
	margin:0 4px;
}
.bullet-button.on{
	background-color: #fff;
}
.popup_x {
	text-align: center;
    background: none;
}
.popup_x button{
    font-family: 'PreRegular', sans-serif;
    line-height: 50px;
    margin-left: 20px;
    background: none;
    color: #fff;
}
/*221226(e) 튜토리얼_가이드*/

.style-guide {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	color: #fff;
}