@charset "utf-8";

.mbskin h3 {font-weight:bold; font-size:12pt; margin:0; padding:0; padding-bottom:12px;}

/* 로그인 */
#mb_login {padding:50px 0;}

.ms-confirm {
	position:relative;
	margin:0 auto;
	width:20em;
}

.ms-confirm h1 {
	position:relative;
	margin:0 0 10px;
	font-size:1.3em;
	text-align:center;
	font-weight: 700;
}

/*
.ms-confirm h1:before {
	content: '\f13e';
	position: absolute;
	top: 0.1em;
	left: 34%;
	font-size: 1em;
	text-indent: 0;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}
*/

@media screen and (max-width: 768px) {
	
	#mb_login {
		padding:20px 0;
	}
}

.ms-lbl-wrap {
	position:relative;
	*margin-bottom:0.5em;
	margin-bottom: 5px;
}

/* 이전 버전 */
/*
.ms-lbl-wrap input {
	border:1px solid #ccc;
	color:#555;
}

.ms-box-inp {
	border-radius:0 !important;
	width: 100%;
    height: 3.2em !important;
    line-height: 3.2em;
    border: 0;
}

.ms-confirm-button {
	display:block;
	width:100%;
	height:3em !important;
	line-height:3em !important;
	text-align:center;
	border:1px solid #59c3e1;
	color:#59c3e1 !important;
	margin-bottom:0.5em;
	transition:background 0.3s;
}

.ms-confirm-button:hover {
	border:1px solid #59c3e1;
	color:#59c3e1;
	background:#eafaff;
	transform:background 0.3s;
}

.ms-confirm-submit {
	display:block;
	width:100%;
	height:3em !important;
	line-height:3em !important;
	text-align:center;
	background:#59c3e1 !important;
	border:1px solid #59c3e1 !important;
	box-shadow:none !important;
	border-radius:0 !important;
	font-weight:400 !important;
	color:#fff !important;
	padding:0 !important;
	margin-bottom:0.5em;
}

.ms-confirm-submit:hover {
	background: #32b8de !important;
}
*/

#mb_login_mb .btn {
	font-size: inherit;
}

#mb_login_mb .btn-default {
	color: #59c3e1;
	border: 1px solid #59c3e1;
	background-color: #fff;
}

#mb_login_mb .btn-default:hover {
	background-color: #eafaff !important;
}


/* 회원가입 약관동의 */
#fregister {padding: 0; /* margin:0 auto; max-width:900px; */}

#fregister > p:first-child {
	margin-bottom:30px;
	color:red;
	font-weight:bold;
}

.btn_confirm {
	text-align:center;
	padding:0.5em;
}

#fregister_term {margin-bottom:40px;}
#fregister_term > textarea {
	height:14em;
	border-radius:0;
	background:#f9fafa;
	font-size:9pt;
}

#fregister_private {margin-bottom:30px;}
#fregister_private table {margin:0;}
#fregister_private table thead tr th {padding:0.75em; background:#f9fafa;}
#fregister_private table thead tr:first-child th {text-align:center;}
#fregister_private table tbody tr td {background:#fff; font-size:9pt;}
#fregister_private table tbody tr:first-child td {border-top:0;}

#fregister_private table thead tr th,
#fregister_private table tbody tr td {
	border:1px solid #dbe0e2;
	text-align:left;
}

.fregister_agree {position:relative; margin-top:5px;}
.fregister_agree > label {font-size:9pt; margin:0; vertical-align:middle;}
.fregister_agree > input[type=checkbox] {margin:0; vertical-align:middle;}

.btn_confirm .btn_submit {font-size:9pt;}

/* 회원가입 정보입력 & 수정 폼 */
.table {
	width: 100%;
	border-top: 1px solid #dde1e3;
}

#register {padding: 0; /* margin:0 auto; max-width:900px; */}

#register label {
	vertical-align:middle;
	font-size: 9pt;
}

#register label, #register table {margin:0;}
#register table caption {margin-top: 5px;}
#register table tbody tr {border-bottom:1px solid #dde1e3;}
#register table tbody tr:first-child {border-top:0;}
#register table:first-child tbody tr:first-child {border-top:1px solid #dde1e3;}

#fregisterform table tr th {
	width:20%;
	text-align:center;
	background:#f9fafa;
	border:0;
	border-right:1px solid #dde1e3;
	vertical-align: middle;
	color:#7f888f;
}

#fregisterform table tr td {
	width:80%;
	background:#fff;
	border:0;
}

@media screen and (max-width: 768px) {

	#fregisterform table tr th {width:30%;}
	#fregisterform table tr td {width:70%;}

}

#fregisterform table tr td .frm_info {
	display:block;
	margin-top:0.5em;
	font-size: 9pt;
	color: #a1a1a1;
	line-height: 1.65;
}

#fregisterform .frm_input {
	max-width:12em;
	margin-bottom:0;
}

#fregisterform #reg_mb_email {max-width:20em;}
#register .btn_confirm {margin-top:2em;}

#register .btn_confirm .btn_cancel {font-size:0.95em;}
#register .btn_confirm .btn_cancel:hover {
	background-color: #eafaff;
	color:#59c3e1;
	border:2px solid #59c3e1;
}

#fregisterform .frm_input_file {
	display:block;
	max-width:15em;
}

#fregisterform .reg_mb_icon_img {
	vertical-align:middle;
	margin-right:0.5em;
}

#reg_result_wrap {
	text-align: center;
}

#reg_result {
	display: inline-block;
	max-width: 900px;
	padding-top: 5em;
	text-align: left;
}

#reg_result .btn_confirm {margin-top:2em;}

#captcha {
	position:relative;
	display:inline-block;
	width:12em;
	margin-top:1em;
}

#captcha_mp3, #captcha_reload {
	background-position:center;
	background-size:100% !important;
	text-indent:-9999px;
	border:none;
	box-shadow:none;
	border-radius:0;
	width:2.5em;
	height:2.5em;
	padding:0;
	vertical-align:top;
	outline:none;
}

#captcha_mp3 {
	position:absolute;
	top:-0.4em;
	right:0.1em;
}

#captcha_reload {
	position:absolute;
	top:2.2em;
	right:0.1em;
}


#captcha_info {display:none !important;}

/* 회원정보찾기 */
#find_info {padding:0 1em;}
#info_fs {margin-bottom:1em;}
#info_fs > p:first-child {margin-bottom:2em;}
#find_info #captcha_info {display:block; margin:1em 0 2em 0;}
.win_btn {
	text-align:center;
	padding:2em 0;
}

.win_btn a {
    border-radius: 0.375em;
    border: 0;
    border: 2px solid #59c3e1;
    color: #59c3e1;
    cursor: pointer;
    display: inline-block;
    font-size: 9pt;
    font-weight: 700;
    height: 3em;
    letter-spacing: 0.075em;
    line-height: 2.75em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.win_btn input[type=submit],
.win_btn button {font-size:9pt;}

/* 회원 비밀번호 확인, 글 수정 비밀번호 확인 */
#mb_confirm,
#pw_confirm {
	padding:0 0 2em 0;
	margin:0 auto;
	max-width:900px;
	text-align:center;
	font-size:11pt;
}

#fmemberconfirm, #fboardpassword {
	margin:1em 0 2em 0;
}

#confirm_mb_password,
#password_wr_password {
	display:inline-block;
	width:12em;
	/*
	height:2.4em;
	padding:0 0.5em;
	margin:0 auto;
	vertical-align:top;
	*/
}

#mb_confirm #btn_submit,
#pw_confirm #btn_submit {
	margin: 0 0 0 0.3em;
}

#pw_confirm p span {
	display:block;
	margin-top:0.5em;
	font-size:11pt;
}

/* 사이드바 새창 (쪽지함 등) */
.new_win {*padding:1em;}

#win_title {
	margin:0;
	padding:0.7em 0;
}

.win_ul {
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:0;
	background:#f9f9f9;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.win_ul li {
	float:left;
	margin:0.6em 0;
	padding:0 1em;
	border-right:1px solid #ddd;
}

.win_ul li:last-child {border-right:0;}

.win_ul li a {color:#555;}

.tbl_frm01 table {margin-top:1em;}

.tbl_frm01 table label {
	margin:0;
	font-size:100%;
}

.tbl_frm01 table th {
	background:#f9fafa;
	text-align:center;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	vertical-align:middle;
	padding:0 1em;
	width:20%;
	border-right:1px solid #eaeaea;
}

.tbl_frm01 table td {
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	padding:1em;
}

.tbl_frm01 table td .frm_input {
	display:block;
	margin-bottom:0.5em;
}


.tbl_head01 table {margin:1em 0 0 0;}

.tbl_head01 table th {
	text-align:center;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	padding:0.5em 0;
	background:#f9fafa;
}

.tbl_head01 table td {
	text-align:center;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	padding:0.75em;
}

.win_desc {
	padding:1em;
	margin-bottom:1em;
}

.memo_del {color:#222;}

#memo_view_contents {padding:1em;}

#memo_view_ul {
	overflow:hidden;
	list-style:none;
	padding:1em 0;
	margin:0;
	border-bottom:1px solid #eaeaea;
}

.memo_view_li strong {margin-left:0.5em;}

#memo_view_contents p {padding:1em;}

#profile table th {width:30%;}
#profile table td {text-align:left;}
#profile section {padding:2em;}


/* 회원 사이드 뷰 */
.sv_wrap {
	display:inline-block;
	position:relative;
	font-weight:normal;
}

.sv_wrap .sv {
	z-index:1000;
	display:none;
	margin:0.5em 0 0;
	border:1px solid #283646;
}

.sv_wrap .sv a {
	display:inline-block;
	margin:0;
	padding:0.3em;
	width:7em;
	border-bottom:1px solid #283646;
	background:#111;
	color:#fff !important;
	font-size:9pt;
	text-align:left;
}

.sv_wrap a:focus,
.sv_wrap a:hover,
.sv_wrap a:active {text-decoration:none}

.sv_wrap a img {vertical-align:middle;}

.sv_on {
	display:block !important;
	position:absolute;
	top:1em;
	left:2em;
	width:auto;
	height:auto;
}

.sv_nojs .sv {display:block;}

#captcha_reload {background:url('./img/captcha_reload.png') no-repeat;}
#captcha_mp3 {background:url('./img/captcha_mp3.png') no-repeat;}

/*etc*/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    /*padding: 6px 12px;*/
    font-size: 14px;
    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;
}
/*etc*/