/*
 *작성자 : 이병욱*
 *2016-02-29 최초작성일*
 *회원가입 관련된 부분만 들어갑니다.*
*/

.pace-progress { top: 0; }
#member_bg { position: absolute; width: 100%; height: 100%; overflow-x:hidden;  }
/*#member_bg > div { position: absolute; width: 100%; height: 100%; background:rgba(0,0,0,0.4); background-size: cover;  }*/
.form-horizontal.form-bordered .form-group > div { border-left:0; }
.table-responsive .table { margin: 0; }

.member_box { position:relative; max-width:768px; margin:30px auto 0 auto; }
.member_box .member_header {}
.member_box .member_body { margin:0px 10px; }
.member_box .member_footer { padding: 10px 0; font-size: 11px; color:#333; text-align: center; }

/*로그인*/
.member_logo { font-size: 32px;  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 {
  width:100px;
}
.member-title {
  font-size:18px;
}
.login-panel { position:relative; max-width: 450px; background-color: rgba(255,255,255,0.95); margin:20px auto 0 auto; }
.login-panel .panel-body { padding:15px 10px; }

.find-info {
  border-top:1px solid #ddd;
  padding:10px 0;
  margin-top:5px;
  text-align:center;
}
.find-info > a {
  display:inline-block;
  font-size:12px;
  line-height:13px;
  color:#797979;
}
.find-info > .bar {
  display:inline-block;
  width:1px;
  height:13px;
  line-height:13px;
  background:#ddd;
  position:relative;
  top:2px;
  margin:0 2px;
}
/*회원가입*/
.member_content { position: relative;}
.agreement { margin: 10px 0; }
.agreement .agreement_box { overflow-y: scroll; width: 100%; height: 120px; background: #eee; border:solid 1px #ddd; padding:10px; }
.agreement .control-label { width: 100%;  border:solid 1px #ddd; padding:10px; }


/*회원가입 경로*/
.member_course { position:relative;  max-width: 450px; margin:20px auto 0 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 {  }
.member_course li.right { }

/*회원가입 폼*/
.member-panel { position:relative; max-width: 450px; 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 -10px 10px; padding-bottom: 10px; border-bottom: dashed 1px #ccc; }
.member-panel .form-group > div { margin:0 0 0; position: relative; }
.member-panel .form-group .form-control { padding-left: 10px; height: 35px;}
.member-panel .form-group .btn { height: 35px; line-height: 35px; padding: 0 10px;}
.member-panel .form-group > div > i { position: absolute; top:13px; left:20px; color: #bbb; }

.login-buttons { width: 100%; display: inline-block; margin: 0; padding: 0; }
.login-buttons .btn {
  padding:12px 0;
  font-size:16px;
}
.login-buttons li { list-style: none; float: left; width: 33.3%; padding: 5px 8px; }
.login-buttons li a.btn {  padding: 12px 0; }
.login-buttons li a.btn i {  font-size: 1.8rem; }
.member-panel .textBox {
    margin: 0 0 15px;
    padding: 15px 0;
    border-top: dashed 1px #ccc; border-bottom: dashed 1px #ccc;
    text-align: center; line-height: 1.4;
    font-size: 13px;
}
.member-panel .textBox i { font-size: 5rem; }
.member-panel .textBox h4 { font-size: 15px; }
.member-panel .textBox p { font-size: 13px; }


/*이미지마크*/
.mark-img { position: relative; display: inline-block; }
.mark-img img { border:solid 1px #ddd; border-radius: 50%; -webkit-border-radius:  50%; -moz-border-radius:  50%; }
.mark-img .upload {
	background:url(/assets/common/img/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;

}

/*설문 답안*/
.toolviewul { margin: 0; padding: 0; }
.toolviewul li { float: left; padding: 0 0 0 15px; line-height: 1.4; list-style: none; }
.toolviewul li .txt { line-height: 1.4; font-size: 14px; }
.toolviewul li:first-child { padding: 0 0 0 0; }



.dash_line { border:dashed 1px #ddd; height:1px;}
.divider {
    position: relative;
    overflow: hidden;
    margin: 25px 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;
}

/* 체크박스 */
.ck-box input[type='checkbox'] {
  position:absolute;
  width:24px;
  height:24px;
  margin:0;
  opacity:0;
}
.ck-box label {
  display:inline-block;
  position:relative;
  padding-left:28px;
  line-height:22px;
  font-size:14px;
}
.ck-box label::before {
  content:'';
  display:inline-block;
  position:absolute;
  top:0;
  left:0;
  width:22px;
  height:22px;
  background:#fff;
  border:1px solid #ccc;
  border-radius:100%;
}
.ck-box label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 9px;
  width: 5px;
  -webkit-transform: translate(8px,5px) rotate(45deg);
  transform: translate(8px,5px) rotate(45deg);
  border: solid #cacaca;
  border-width: 0 1px 1px 0;
}
.ck-box input[type='checkbox']:checked + label:before {
  background:#348fe2;
  border-color:#348fe2;
}
.ck-box input[type='checkbox']:checked + label:after {
  color:#fff;
  border-color:#fff;
}

@media (min-width: 768px) {
  .navbar-ul {
	  position:absolute; top:0; right:10px;
  }
}

@media (max-width: 767px) {
	.sidebar-bg {  }
	.page-sidebar-toggled .sidebar-bg {
	    position: absolute;
		width: 100%; height: 100%;
	    background: #2d353c;
	    left: 0;
		right: 0;
		bottom: 0; top:0;
		opacity: 0.7;
	    animation: fadeIn .2s;
	    -webkit-animation: fadeIn .2s;
	}

	.navbar-ul { position:absolute; top:0; right:0; }
	.navbar-nav > li > a { line-height: 20px; padding: 15px 15px; }

	.navbar-header {
	    background: #333438;
	    width: 100%;
	    height: 50px;
	    padding: 0;
	    margin: 0;
	    text-align: center;
	}
	.container-fluid>.navbar-header{ margin: 0; }
	.navbar-header .navbar-toggle, .navbar-header .search-toggle {
	    position: absolute;
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	    text-align: center;
	    color: #999;
	    font-size: 18px;
		display: inline-block;
		cursor:pointer;
	}
	.navbar-header .navbar-toggle { margin: 0; border-radius: 0; border:0; border-right: solid 1px #777; left: 0; }
	.navbar-header .navbar-toggle .icon-bar+.icon-bar { margin-top: 5px; }
	.navbar-header .navbar-toggle .icon-bar { width: 26px; }
	.navbar-header .navbar-brand { width: auto; margin: 0; display: inline-block; float: none; padding:10px 0 0; font-size: 24px; color: #fff!important; line-height: 50px; }

  .pace-progress { top:0px; }
  .pace .pace-activity { top:15px; }
  .page-header-fixed { padding-top:54px;}

  .map { top:0px !important; }

  .member-panel .login-buttons li { list-style: none; float: left; width: 50%; padding: 5px 8px; }
}
