/*fixed area*/
.fixed_area{
	position: fixed;
	display: none;
	z-index: 10;
	top: 45%;
	right: 1%;
	text-align: center;
}
.goToTop_btn{
	position: relative;
	display: block;
	z-index: 2;
	margin: 0 auto 0 auto;
	width: 5vw;
	height: 5vw;
	background: url('../img/gototop_btn.png') center center no-repeat;
	background-size: contain;
}
.goToTop_btn:hover{
	transition: .3s;
	transform: scale(1.1,1.1);
	cursor: pointer;
}
.register_now_btn{
	position: relative;
	display: block;
	z-index: 2;
	margin: 15% auto 0 auto;
    width: 3.3vw;
    height: 5.3vw;
	background: url('../img/register_now_btn.png') center center no-repeat;
	background-size: contain;
}
.register_now_btn:hover{
	transition: .3s;
	transform: scale(1.1,1.1);
	cursor: pointer;
}
/* .share_line_btn{
	position: relative;
	display: block;
	z-index: 2;
	margin: 15% auto 0 auto;
	width: 2.3vw;
	height: 2.3vw;
	background: url('../img/share_line_btn.png') center center no-repeat;
	background-size: contain;
}
.share_line_btn:hover{
	transition: .3s;
	transform: scale(1.1,1.1);
	cursor: pointer;
}
.share_ig_btn{
	position: relative;
	display: block;
	z-index: 2;
	margin: 15% auto 0 auto;
	width: 2.3vw;
	height: 2.3vw;
	background: url('../img/share_ig_btn.png') center center no-repeat;
	background-size: contain;
}
.share_ig_btn:hover{
	transition: .3s;
	transform: scale(1.1,1.1);
	cursor: pointer;
} */

@media screen and (max-width:1024px){
	.fixed_area{
		top: 75%;
	}
    .goToTop_btn{
        width: 15vw;
        height: 15vw;
    }
    .register_now_btn{
		width: 11.3vw;
		height: 17vw;
    }
    /* .share_line_btn{
        width: 7.3vw;
        height: 7.3vw;
    }
    .share_ig_btn{
        width: 7.3vw;
        height: 7.3vw;
    } */
}