html,
body {
	background: #ecedf0;
	width: 100%;
}

.body-sign {
	display: table;
	height: 100vh;
	margin: 0 auto;
	max-width: 500px;
	padding: 0 15px;
	width: 100%;
	position: relative;
    z-index: 50;
}

.body-sign .center-sign {
	display: table-cell;
	padding-top: 20px;
	vertical-align: middle;
}

.body-sign input.form-control, .input-search input.form-control {
	font-size: 1.2rem;
	padding-right: 36px;
}

.body-sign textarea.form-control, .input-search textarea.form-control {
    font-size: 1.2rem;
    padding-right: 36px;
	height : 100px;
}


.body-sign .panel-sign .panel-body {
	background: #FFF;
	border-top: 5px solid #2d323a;
	border-radius: 0px 5px 5px 5px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	padding: 33px 33px 15px;
}

.body-sign .panel-sign .panel-title-sign .title {
	background-color: #2d323a;
	border-radius: 5px 5px 0 0;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 13px 19px 13px 15px;
	vertical-align: bottom;
	margin-bottom: -3px !important;
}

.body-member .body-sign .panel-sign .panel-body {
	background: linear-gradient(#fff,rgba(255, 255, 255, 0.9));
	font-size: 14px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.body-sign .line-thru::after {
	border-bottom: 1px solid #DADADA;
	content: "";
	display: block;
	left: 10%;
	position: absolute;
	top: 47%;
	width: 81%;
	z-index: 1;
}

.body-sign .line-thru::before {
	background-color: #FFF;
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	margin: -5px 0 0 -20px;
	top: 50%;
	width: 40px;
	z-index: 2;
}

.body-sign .line-thru {
	display: block;
	font-size: 1.2rem;
	position: relative;
}

body .btn-facebook, body .btn-facebook:focus {
	background: #3B5998;
	border: 1px solid #37538D;
}

body .btn-twitter, body .btn-twitter:focus {
	background: #55ACEE;
	border: 1px solid #47A5ED;
}

body .btn-facebook, body .btn-facebook:active, body .btn-facebook:hover, body .btn-facebook:focus, body .btn-twitter, body .btn-twitter:active, body .btn-twitter:hover, body .btn-twitter:focus, body .btn-gplus, body .btn-gplus:active, body .btn-gplus:hover, body .btn-gplus:focus {
	color: #fff;
	font-weight: 300;
	padding-left: 30px;
	padding-right: 30px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}

.mr-xs {
	margin-right: 5px !important;
}

.ml-xs {
	margin-left: 5px !important;
}

.mb-md {
	margin-bottom: 15px !important;
}


.body-sign .display-hidden {
	display: none;
}


/* 로그인 ---------------------------------------------------------------------------*/
.body-member{

	background: url('./img/img-slider-5.jpg') center center;
	
	/*background: #ECEDF0;*/
	background-size: cover;
	overflow-y: hidden;
}
.body-member .bg_pt{
	background: url(./img/bbs_bg_pt.png);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.8;
}
.body-member .text-white {
	color : #fff;
}
.body-member a {
    color: #939393 !important;
	text-decoration: none;
}
.body-member a:link, a:visited {
	color: #5bc0de;
}

.body-member a:hover, a:focus, .btn-link:hover, .btn-link:focus {
	color: #fff;
}

.body-member .clearfix {
	margin-bottom:5px;
}


/* 패스워드 찾기 ---------------------------------------------------------------------------*/
.body-member.passwd .passwd-submit {
	width : 120px;
}

.body-member.passwd .panel.captcha-panel .panel-body {
	border-radius: 5px;
	padding : 15px;
	border-top : none;
}

/*자동등록방지 ---------------------------------------------------------------------------*/
.password_lost .alert {
	padding: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	border:none;
}
.password_lost .form-group .alert-default::before{
	content: '자동등록방지';
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    z-index: 50;
	display: inline-block;
	background-color: rgba(120, 126, 128, 0.6);
	border-radius: 4px;
	color: #fff;
	padding: 0px 4px;
}
.password_lost #captcha_key{
	position: relative;
	height:65px; 
	padding:35px 12px 10px 12px;
	border-radius: 0px 0px 4px 4px;
	top: -1px;
	margin-bottom: 15px;
}
.password_lost .form-group>.col-sm-12:first-child{
	width:100%;
	padding-right: 15px !important;
}
.password_lost .form-group>.col-sm-12:nth-child(2){
	width:100%;
	padding-left: 15px !important;
	margin-top: 0px;
}
.password_lost .form-group>.col-sm-12:nth-child(2)::before{
	content: '자동등록방지 입력';
    position: absolute;
    top: 5px;
	left: 20px;
    font-size: 12px;
    z-index: 50;
	display: inline-block;
	background-color: rgba(120, 126, 128, 0.6);
	border-radius: 4px;
	color: #fff;
	padding: 0px 4px;
}
.password_lost .form-group .alert{
	margin-bottom: 0px;
}
.password_lost .form-group .alert-default{
	position: relative;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	height: 80px;
	padding: 20px 5px 5px 5px;
	overflow: hidden;
	border-radius: 4px 4px 0px 0px;
}
.password_lost .captcha-refresh {
	padding: 0px;
	bottom: 0px;
    right: 0px;
}
.password_lost .btn-group button {
	padding: 2px 5px;
	border-radius: 3px;
	background-color: rgba(120, 126, 128, 0.6);
}
.password_lost .btn-group button>i {
	margin: 0px;
	color: #fff;
	font-size: 13px;
    font-weight: 200;
}
.password_lost .alert-captcha .captcha-input {
	top: 0px;
	font-size: 13px;
	font-weight: 500;
}
.password_lost .form-group .alert-default img{
	height: 90%;
}

/* 회원가입 ---------------------------------------------------------------------------*/
.body-member .alert.alert-default {
    background-color: rgba(255, 255, 255, 0.34);
    border-color: #cccccc;
    color: #737373;
}
.body-member .text-danger {
    color: #e55d58 !important;
}
.body-member .text-info {
    color: rgb(106, 106, 106) !important;
}
.body-member .hr-long {
	width: 80%;
	margin: 50px auto 10px;
}

.body-member .hr-title {
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 16px;
	text-align: center;
	height: 10px;
	line-height: 20px;
	margin: 10px 0;
	height: auto;
	color: #bbbbbb;
}

.body-member .input-group-icon .input-group-addon.progress-input-group-addon span.icon-lg.icon{
	padding: 17px 14px;
}
.body-member .progress{
	width : 50px;
}

.float-right {
	float: right !important;
}

.body-member hr {
	display: block;
	border-top: 1px solid rgba(159, 159, 159, 0.5);
	height: 0px;
}

.body-member hr.tall {
	margin: 5px 0;
}

.body-member .alert-none.alert {
	background-color: rgba(255, 255, 255, 0.34);
    border-color: rgba(159, 159, 159, 0.5);
}

.body-member input[type=checkbox], input[type=radio] {
	margin-top: -2px;
}

.body-member .margin-none{
	margin-bottom : 5px;
}

.body-member .fileupload-preview {
	padding: 6px 12px;
	color: #bdbdbd;
	font-size: 1.2rem;
}

.body-member .input-group-addon {
	font-size: 14px;
}

.body-member .required {
	top: 0px;
}

/*비밀글 - 패스워드 ---------------------------------------------------------------------------*/
.alert-danger {
    color: #c4514f;
    background-color: rgba(255, 255, 255, 0.34);
	border-color: rgba(159, 159, 159, 0.5);
}
/* 비밀번호 재확인 ---------------------------------------------------------------------------*/
.body-member h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0px
}

.member_confirm .alert ul {
    padding: 0;
    margin: 7px 0 0 0px;
}

/* sweet-alert */
.sweet-alert h2 {
	color: #575757;
	font-size: 20px;
	font-weight: 800;
	margin: 10px 0;
	padding: 0;
	line-height: 25px;
}

.sweet-alert p {
	color: #d2322d;
	font-size: 13px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.sweet-alert button {
	color: white;
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 4px;
	border-radius: 5px;
	padding: 8px 20px;
	margin: 20px 5px 0 5px;
	cursor: pointer;
}
/* sweet-alert */


/*쪽지보내기 시작 -------------------------------------------------------------*/

/*쪽지보내기 - common*/
html {
	background-color: #fff;
}
textarea, select, input[type="text"], input[type="url"], input[type="search"], input[type="tel"], input[type="email"],input[type="password"]{
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea:focus,select:focus, input[type="text"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="email"]:focus,input[type="password"]:focus {
	border: 1px solid #ccc !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}
select{
	padding: 0;
}
.btn-basic{
	border-color: #cacaca #b8b8b8 #9d9d9d !important;
    background-color: rgba(248, 248, 248, 0.4) !important;
    color: #868686 !important;
    background: linear-gradient(#fff,rgba(248, 248, 248, 0.4));
}
.btn-basic-dark{
	border-color: #838383 #777777 #525252 !important;
    background-color: rgba(62, 62, 62, 0.4) !important;
    color: #ffffff !important;
    background: linear-gradient(#8d8d8d,rgba(38, 38, 38, 0.4));
}
.required {
	top: 0;
	color: #777;
	font-size: 13px;
	font-weight: 500;
}
/*쪽지보내기 - Subtitle 서브타이틀*/
.member_open .contents-wrp {
	margin-top: -1px;
    border: 1px solid #eee;
	border-radius: 0px 5px 5px 5px;
}
.member_open .title_wrp {
    background-color: rgba(238,238,238,0.2);
    border: 1px solid rgba(238,238,238,0.5);
	border-radius: 5px;
}
.member_open .title_wrp h4{
	color:#3b3b3b;
	font-size: 2rem !important;
}
@media only screen and (max-width: 496px) {
	.member_open #board_tap_wrp .board_tap ul>li>a {
		padding: 3px 12px;
	}
}
/*쪽지보내기 - 테이블*/
.member_open{
	font-family: "Nanum Barun Gothic","Open Sans", sans-serif !important;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 15px 5px 15px 5px;
}
.member_open table {
	font-size: 12px;
	line-height: 1.5rem;
}
.member_open table th{
	color: #383f48;
    border: 1px solid #e1e1e1;
    background-color: #f2f4f6;
    text-align: center;
    padding: 1rem;
	word-break: keep-all;
}
.member_open table td{
    padding: 1rem;
	border: 1px solid #e1e1e1;
	word-break: keep-all;
}
.member_open table td p{
   	line-height: 1.5rem;
}
.member_open table a{
	color: #777;
	text-decoration: none;
}
.member_open .security_wrp{
	background-color: rgba(247, 247, 247, 0.8);
}
.member_open .con_security{
	border-radius: 5px;
	overflow:hidden;
	border: 1px solid #eee;
	position: relative;
}
.member_open button{
	position: absolute;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 3px;
}
.member_open .security_listen{
	right: 3px;
}
.member_open .security_return{
	right: 40px;
}
@media only screen and (max-width:496px){
	.member_open button{
	    padding: 2px 4px;
	}
	.member_open .security_return{
		right: 28px;
	}
	.member_open table th.listcheck{
		max-width: 10px !important;
	}
}
/*쪽지보내기 - Tab*/
.member_open #board_tap_wrp .board_tap ul>li {
    float: left;
    margin-left: -1px;
}
.member_open #board_tap_wrp .board_tap ul>li>a {
	color: #848484;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 15px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
}
.member_open #board_tap_wrp .board_tap ul>li>a:hover,
.member_open #board_tap_wrp .board_tap ul>li>a:focus{
	color: #848484;
	background-color: #f2f4f6;
}
.member_open #board_tap_wrp .board_tap ul>li>.active:hover,
.member_open #board_tap_wrp .board_tap ul>li>.active{
	color: #fff;
	border-color: #343434;
	background-color: #383f48;
}
@media only screen and (max-width: 496px) {
	.member_open .title_wrp h2{
		font-size: 2rem !important;
	}
	.member_open #board_tap_wrp .board_tap ul>li>a {
		padding: 3px 12px;
	}
}
/*쪽지보내기 - board_btn*/
.member_open .btn_right{
    float: right;
}
.member_open .btn_left{
    float: left;
}
.member_open .btn{
	padding: 2px 7px;
}
/*쪽지보내기 - pagination*/
.member_open .board_pagin_wrp {
	padding-top: 15px
}
.member_open .pagination > .active > a {
    color: #ffffff;
    background-color: #5d5d5d !important;
    border-color: #343434;
}
.member_open .pagination > li > a, .member_open .pagination > li > span, .member_open .pagination > li > a:hover, .member_open .pagination > li > span:hover, .member_open .pagination > li > a:focus, .member_open .pagination > li > span:focus {
    color: #848484;
}
.member_open .pagination>li>a, .pagination>li>span {
	font-size: 12px;
    padding: 0px 8px;
    line-height: inherit;
}
@media only screen and (max-width: 496px) {
	.member_open .board_pagin_wrp {
		padding-top: 0px
	}
	.member_open .pagination>li>a, .pagination>li>span {
    	padding: 5px 10px;
	}
}

/*쪽지보내기 - Userbox*/
.member_open #userbox {
    display: inline-block;
    position: relative;
}
.member_open .divider {
    display: block;
}
.member_open #userbox>a {
    color: #777;
	text-decoration: none;
}
.member_open .userbox.open > a {
    position: relative;
    z-index: 60;
    color: #777;
    text-decoration: none;
}
.member_open .userbox.open ul li a {
    color: #777;
    font-size: 1.2rem;
    text-decoration: none;
	font-weight: 400 !important;
}
.member_open .adm.userbox .dropdown-menu {
    padding: 28px 10px 0;
}
.member_open .userbox .dropdown-menu {
    z-index: 50;
    margin: -30px -10px;
}

/*자동등록방지*/
#security_area .alert-default.alert-captcha{
	background-color: transparent;
	border: 0px;
	margin: 0;
	padding: 0;
}
#security_area .form-group .alert-default::before{
	content: '자동등록방지';
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    z-index: 50;
	display: inline-block;
	background-color: rgba(120, 126, 128, 0.6);
	border-radius: 4px;
	color: #fff;
	padding: 4px;
}
#security_area #captcha_key{
	height:100%; 
	padding: 40px 45px 15px 45px;
	height: 67px;
	position: relative;
}
#security_area .form-group>.col-sm-12:first-child{
	padding-right: 0px !important;
	width: 60%;
}
#security_area .form-group>.col-sm-12:nth-child(2){
	padding-left: 5px !important;
	width: 40%;
	text-align: center;
}
#security_area .form-group>.col-sm-12:nth-child(2)::before{
	content: '자동등록방지 입력';
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 12px;
    z-index: 50;
	display: inline-block;
	background-color: rgba(120, 126, 128, 0.6);
	border-radius: 4px;
	color: #fff;
	padding: 4px;
}
#security_area .form-group .alert{
	margin-bottom: 0px;
}
#security_area .form-group .alert-default{
	padding: 5px;
	position: relative;
	border: 1px solid #ccc;
	height: 67px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
#security_area .captcha-refresh {
	padding: 0px;
	bottom: 0px;
    right: 0px;
}
#security_area .btn-group button {
	padding: 2px 5px;
	border-radius: 3px;
	background-color: rgba(120, 126, 128, 0.6);
	border:0px;
}
#security_area .btn-group button>i {
	margin: 0px;
	color: #fff;
	font-size: 13px;
    font-weight: 200;
}
@media (min-width: 768px){
	#security_area .alert-captcha .captcha-input {
		top: 0px;
		font-size: 13px;
   	 	font-weight: 500;
	}
}
@media screen and (max-width:992px){
	#security_area .form-group>.col-sm-12:first-child{
		width:100%;
		padding-right: 15px !important;
	}
	#security_area .form-group>.col-sm-12:nth-child(2){
		width:100%;
		padding-left: 15px !important;
		margin-top: 0px;
	}
	#security_area .form-group>.col-sm-12:nth-child(2)::before{
		top: 5px;
		left: 20px;
	}
	#security_area .form-group .alert-default{
		height: 80px;
		padding: 20px 5px 5px 5px;
		overflow: hidden;
		border-radius: 4px 4px 0px 0px;
	}
	#security_area #captcha_key{
		height:65px; 
		padding:35px 12px 10px 12px;
		border-radius: 0px 0px 4px 4px;
		top: -1px;
	}
}
@media screen and (max-width:496px){
	#security_area .form-group .alert-default img{
		height: 90%;
	}
}

/*프로필*/
#profile .contents-wrp {
    border-radius: 5px !important;
}
#profile ul{
	list-style: none;
}
#profile ul li{
	border-bottom: 1px dashed #eee;
	line-height: 33px !important;
}
#profile table thead td {
    border: none;
}
#profile .profile_title{
	font-weight: 600;
	color: #4f6a84;
}
#profile .user_hi{
	border: 1px solid rgba(238, 238, 238, 0.7);
    padding: 2rem;
    background-color: rgba(238, 238, 238, 0.15);
    margin-bottom: 5px;
}
/*받은쪽지함, 보낸쪽지함 / 받은쪽지함, 보낸쪽지함 보기*/
#mailbox table th,
#mailbox table td {
    border-right: 0px;
	border-left: 0px;
}
#mailbox .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(249, 249, 249, 0.5);
}
#mailbox .table-striped>tbody>tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.77);
}
/*이메일*/
#formmail .contents-wrp {
    border-radius: 5px !important;
}
#formmail label {
	font-weight: 700;
    margin-bottom: 0px; 
    line-height: 18px;
    vertical-align: text-bottom;
	margin: 0 10px 0 2px;
}

/*스크랩*/
#scrap .contents-wrp {
    border-radius: 5px !important;
}
#scrap table th,
#scrap table td {
    border-right: 0px;
	border-left: 0px;
}
#scrap .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(249, 249, 249, 0.5);
}
#scrap .table-striped>tbody>tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.77);
}