/*
 *작성자 : 이병욱*
 *2016-02-29 최초작성일*
 *회원가입 관련된 부분만 들어갑니다.*
*/
@import url(../fonts/font.css);

body { font-family : 'Noto Sans KR', malgun Gothic, 맑은고딕, dotum, 돋움, sans-serif; min-width:320px; position:static; width:auto;}
li { list-style: none; }
#member_bg { position: absolute; width: 100%; height: 100%; padding: 0 0 50px; overflow-x:hidden;  background:url(/assets/common/images/user/login_bg.jpg) no-repeat 50% 50% / cover; }
/*#member_bg > div { position: absolute; width: 100%; height: 100%; background:rgba(0,0,0,0.4); background-size: cover;  }*/
.listNone { width: 100%; padding: 50px 0; text-align: center; }
.tableNone { padding: 50px 0!important; text-align: center; }

.member_box { position:relative; max-width:400px; margin: 100px auto 0 auto; }
.member_box .member_header {}
.member_box .member_body {  }
.member_box .member_footer { padding: 10px 0 0; color:#eee; text-align: center; }
.member_box .btn { padding: 10px 15px; font-size: 15px; }

/*로그인*/
.member_logo { font-size: 32px; line-height: 40px; font-weight: bold; color: #fff; text-align: center; }
.member_logo A { font-size: 32px; font-weight: bold; color: #fff; text-decoration: none; }
.member_logo A img { height: 70px; }



/*회원가입*/
.member_content { position: relative;}
.agreement{ margin: 10px 0; }
.agreement_box { overflow-y: scroll; width: 100%; height: 120px; background: #e5e5e5; border:solid 1px #ddd; padding:10px; }


/*회원가입 경로*/
.member_course { position:relative;  max-width: 500px; margin:20px auto; }
.member_course ul { width: 100%; display: table; background-color: rgba(204,212,217,0.95); border-radius: 4px; padding: 0; }
.member_course li { width:33.3%; text-align: center; float:left; display: block; padding:22px 0; border-left: dashed 1px #a4aaae; }
.member_course li h5 { font-size: 16px; color: #666; margin:0; }
.member_course li h5 span { font-size: 13px;  }
.member_course li i { font-size: 21px; margin-bottom: 5px; color:#777; vertical-align: middle; font-variant: 600; }
.member_course li:first-child { border-left: 0; }
.member_course li.active { text-align: center; background: #4b555d;   }
.member_course li.active h5 { font-size: 16px; margin:0;  color: #fff; }
.member_course li.active h5 span {  color: #ddd;}
.member_course li.active i { color: #fff;}
.member_course li.left { border-top-left-radius: 4px; border-bottom-left-radius: 4px;  }
.member_course li.right { border-top-right-radius: 4px; border-bottom-right-radius: 4px;  }

/*회원가입 폼*/
.member-panel { position:relative; max-width: 400px; background-color: rgba(255,255,255,0.95); margin:20px auto 0 auto; border-radius:3px; }
.member-panel .panel-body { padding:25px 20px; }
.member-panel .line { margin: 12px 0; border-bottom: dashed 1px #d5d5d5; }
.member-panel .form-group { margin:8px 0 0; position: relative; }
.member-panel .form-group label { text-align: left; padding:12px 0 0 5px; }
.member-panel .form-group > div { margin:0 0 0; position: relative; }
.member-panel .form-group .form-control { height:40px; padding-left: 10px; }
.member-panel .form-group > div > i { position: absolute; top:13px; left:20px; color: #bbb; }

/*이미지마크*/
.mark-img { position: relative; display: inline-block; }
.mark-img img { width: 100px; height: 100px; border:solid 1px #ddd; border-radius: 50%; -webkit-border-radius:  50%; -moz-border-radius:  50%; }
.mark-img .upload {
	background:url(/assets/common/images/user/upload_btn.png) no-repeat ;
	border-radius: 50%; -webkit-border-radius:  50%; -moz-border-radius:  50%;
	width: 25px; height: 25px; position: absolute; top:10px; right:-5px; box-shadow: 0 1px 3px #bbb;

}


.myPanel { position: relative; max-width: 500px; margin: 0 auto;}

.myPanel .form-horizontal.form-bordered .form-group .control-label { padding: 22px 10px 10px; border:0; text-align: left; font-size: 13px;  }
.myPanel .form-horizontal.form-bordered .form-group > div { border-left:0; }
.myPanel .form-horizontal.form-bordered.formWrite .form-group:last-child {
    border-bottom: solid 1px #eee; ;
}



.dash_line { width: 100%; display: inline-block; border:dashed 1px #ddd; height:1px;}
.divider {
    position: relative;
    overflow: hidden;
    margin: 35px 0;
    color: #E5E5E5;
    width: 100%;
}
.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 8px;
    left: 30px;
    height: 0;
    border-top: 1px solid #ddd;
}
.divider.divider-center { text-align: center; }
.divider.divider-center:before {
    left: -50% !important;
    right: 0;
    margin-left: -20px;
}

.divider.divider-center:after {
    left: 50% !important;
    right: 0;
    margin-left: 20px;
}


/* 후원신청내역 */
.goodsPanel { position: relative; background: #fff;  max-width:800px; margin: 0 auto;  border-radius: 0; }
.goodsPanel .panel-heading { text-align: center;}
.goodsPanel .panel-heading	.goodsTitle {
	display: inline-block;
	margin:20px 0 0;
	padding: 8px 10px;
	border-bottom: solid 2px #ddd;
	font-family:'NanumSquareR';
	font-size: 22px;
	font-weight: bold;
	color:#111;
}
.goodsPanel .panel-body	{ padding: 30px; }
.goodsPanel .panel-body	.title {
	width: 100%;
	display: inline-block;
	padding: 12px 0 6px; margin: 10px 0 0px;
	font-family:'NanumSquareR';
	font-size: 18px; color:#333;
	font-weight: bold;
}
.goodsPanel .panel-body .form-group	{ margin:0 0 20px; padding: 0 0 18px; border-bottom:dashed 1px #ddd; }
.goodsPanel .panel-body	.control-label {
    padding-top: 10px;
    margin-bottom: 0;
    text-align: left;
	font-size: 14px;
	color: #777;
}
.goodsPanel .panel-body	.form-control {  height: 40px; }
.goodsPanel .panel-body .priceText { background: #fafafa; padding: 15px; border:solid 2px #f5f5f5; font-family:'NanumSquareR'; font-size: 14px; color: #777; }
.goodsPanel .panel-body .priceText strong { font-size: 15px; }
.goodsPanel .panel-body .priceText p { margin:5px 0 0; }
.goodsPanel .panel-body .lineArea { width: 100%; height: 1px; border-bottom: solid 1px #ddd; display: inline-block; margin: 10px 0 20px; }
.goodsPanel .panel-body .agreement {  width: 100%; display: inline-block; margin: 0 0 20px; border: solid 1px #eee; }
.goodsPanel .panel-body .agreement label {  float: right; padding: 10px 10px 10px 0; }
.goodsPanel .panel-body .agreement .agreement_box { background: #fafafa; max-height: 300px; padding: 20px; border-bottom: solid 2px #eee;  font-size: 14px; overflow-y: scroll; }
.goodstable { width: 100%; border-collapse: collapse; border-top: solid 2px #ccc; }
.goodstable th { background: #fafafa; padding: 15px 12px; border-bottom: dashed 1px #ddd;}
.goodstable td { border-bottom: dashed 1px #ddd; padding: 15px 12px; }


.sponsorTotal { width: 100%; background: #fff; display: inline-block; margin:0; padding: 15px; border: solid 1px #ddd; }
.sponsorTotal > div { padding: 10px 0; text-align: center; }
.sponsorTotal .total { margin: 0; color: #333; font-size: 20px; font-weight: bold; }
.sponsorTotal .total span { color: #333; font-size: 16px; font-weight: normal; }
.sponsorTotal .txt { color: #777; font-size: 15px; }
