@charset "utf-8";
/**
 * content.css
 * Each Subpage Body Contents
 * 20210616 | @m | 최초 등록
 * 20210618 | @m | 요구반영. 결함개선. 고도화.
 * 20210721 | @heo | 
 * 20210722 | @m | Monthly Report 스타일 )) lib2.css
 */


/* All Device ◆◆◆◆◆◆◆◆◆◆ */


/* ◇◆ StyleName. YYYYMMDD. @Who	 ◇◆ */


/* 20210721 .heo. join_agree */
.agreement_box {
	width: 92%;
	max-width: 1250px;
	margin: auto;
}
.agreement_box .cont {
		border: 1px solid #e0e0e0;
		height: 400px;
		padding: 20px;
		overflow-y: scroll;
}
.agreement_box .agreement_chk {
	width: 100%;
	text-align: center;
	padding: 20px; 
}


.wrapjoin {
	max-width: 450px;
	margin: auto;
	text-align: center;
}
.wrapjoin .tit1   {
	font-size: 2.75em;
	color:#111;
	font-weight: 600;
	margin-bottom: 10px;
}
.wrapjoin .thanks {
	font-size: 1.25em;
	line-height:1.25;
	color: #888;
	margin-bottom: 30px;
}


/* ◇◆ */

