@charset "utf-8";

/*----------------------------
overwrite
----------------------------*/

/*----------------------------
cmpClose
----------------------------*/
.cmpClose {
	position: fixed;
	width: 100%;
	height: 100vh;
}
@media print {
	.cmpClose {
		position: relative;
		width: auto;
	}
}
.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;
}
.cmpClose > .closeTxt > span {
	top: auto;
	color: #fff;
}

/*----------------------------
parts
----------------------------*/

/*----------------------------
layout
----------------------------*/
.joinBlk .btnWrap .btn01 {
	width: auto;
	left: 24.6%;
}

.joinBlk .btnWrap .btn02 {
	width: auto;
	left: 51%;
}