/* BASIC css start */
#contentWrapper .page-hd {width: 500px; margin: 0 auto}
#contentWrapper .page-hd h2 {
	font-family: 'Noto Serif KR', serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 28px;
	margin-top: 80px;
}

#contentWrapper .pageTop { 
	width: 500px; 
	margin: auto;
	margin-bottom: 50px;
	padding: 90px 65px;
	overflow: hidden; 
	background-color: #fff; 
	box-sizing: border-box; 
	border: 1px solid #e1e1e1; 
	border-top: 1px solid #444;
}
#contentWrapper .pageTop .join-tit {margin-bottom: 15px;}
#contentWrapper .pageTop .join-tit h3 {font-size: 18px;    text-align: center;}
#contentWrapper .pageTop .join-tit p {font-size: 14px; font-weight: 200;}

#contentWrapper .pageTop a {margin-bottom: 15px; display: block;}
a.join_bn {
    background: #fff;
    border: 1px solid #aaaaaa;
    box-sizing: border-box;
    color: #443f40;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: revert;
    width: 370px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

#contentWrapper .pageBottom {text-align: center; width: 100%; background-color: #f7f7f7;}
/* BASIC css end */

