@charset "utf-8";

/*----------------------------
overwrite
----------------------------*/

/*----------------------------
cmpClose
----------------------------*/
.cmpClose {
	position: fixed;
	width: 100%;
	height: 100vh;
}
.cmpClose > .closeTxt {
	position: absolute;
	z-index: 7;
	font-size: 2.285rem;
	font-weight: bold;
	margin: auto;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(51,51,51,0.3);
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
}
.cmpClose > .closeTxt > span {
	position: absolute;
	top: 25%;
	color: #fff;
}

/*----------------------------
parts
----------------------------*/

/*----------------------------
layout
----------------------------*/
.joinBlk {
	position: relative;
}

.joinBlk .btnWrap .btn01 {
	position: absolute;
	width: 37%;
	top: 44.5%;
	left: 10.9%;
}

.joinBlk .btnWrap .btn02 {
	position: absolute;
	width: 37%;
	top: 44.5%;
	left: 51.4%;
}