
#mainSection {width:100%; height:auto; position:relative; background:#f5f7f8; padding-bottom:50px; font-size:12px; }

/* 회원가입 */
#mainSection #joinArea {width:1080px; min-height:auto; margin:0 auto; position:relative; padding-top:8px; }
#mainSection #joinArea .join { width:1080px; background:url('/new/img/member/bg_join.jpg') right bottom no-repeat;; background-color:#fff; min-height:auto; padding-bottom:50px; }
#mainSection #joinArea .tit {text-align:center; padding-top:80px;}
#mainSection #joinArea .tit h3 {font-size:38px; font-family: 'NotoSansKR-Regular-Hestia'; font-weight:500}
#mainSection #joinArea .guide {font-size:16px; text-align:center; padding-top:30px; color:#555; }
#mainSection #joinArea .list {padding-top:50px; overflow:hidden; width:800px; margin:0 auto;}
#mainSection #joinArea .list ul {margin:0 auto; width:800px;}
#mainSection #joinArea .list li {width:260px;  border-bottom:2px solid #ddd; border-left:2px solid #ddd; height:220px; float:left; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box; padding:28px; background:url('/new/img/member/btn_join_ico.jpg') 110px 70px  no-repeat; background-color:#fff; font-size:40px;  font-family:'NotoSansKR-Light-Hestia'; }
#mainSection #joinArea .list li:hover {background:url('/new/img/member/btn_join_ico_o.jpg') 110px 70px  no-repeat; background-color:#f5f7f8}
#mainSection #joinArea .list .top {border-top:2px solid #ddd;}
#mainSection #joinArea .list .end {border-right:2px solid #ddd;}
#mainSection #joinArea .list li span {color:#006cb8}
#mainSection #joinArea .list li p {line-height:20px; font-size:13px; color:#555}
#mainSection #joinArea .list h5 {font-size:13px; line-height:20px; color:#555}

#mainSection #joinArea .list textarea {width:100%; height:300px; padding:10px; border:1px solid #ddd; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box; color:#555; margin-bottom:10px}
