@charset "utf-8";
/* SIR 지운아빠 */

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 버튼 */
.mbskin a.btn01 {}
.mbskin a.btn01:focus, .mbskin .btn01:hover {}
.mbskin a.btn02 {}
.mbskin a.btn02:focus, .mbskin .btn02:hover {}

.mbskin .btn_submit {
	height: 48px;
}
.mbskin .btn_submit1{
	overflow:hidden;
}
.mbskin button.btn_submit {}
.mbskin fieldset .btn_submit {}
.mbskin .btn_cancel {
	color: #fff;
	height: 48px;
	line-height: 48px;
	padding-top: 0px;
	}
.mbskin button.btn_cancel {}
.mbskin .btn_cancel:focus, .mbskin .btn_cancel:hover {}
.mbskin a.btn_frmline, .mbskin button.btn_frmline {} /* 우편번호검색버튼 등 */
.mbskin button.btn_frmline {}
.mbskin .win_btn {} /* 새창용 */
.mbskin .win_btn button {}
.mbskin .win_btn input {}
.mbskin .win_btn a {}
.mbskin .win_btn a:focus, .mbskin .win_btn a:hover {}
/* 게시판용 버튼 */
.mbskin a.btn_b01 {}
.mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {}
.mbskin a.btn_b02 {}
.mbskin a.btn_b02:focus, .mbskin .btn_b02:hover {}
.mbskin a.btn_admin {} /* 관리자 전용 버튼 */
.mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {}

/* 기본테이블 */
.mbskin .tbl_head01 {}
.mbskin .tbl_head01 caption {}
.mbskin .tbl_head01 thead th {}
.mbskin .tbl_head01 thead a {}
.mbskin .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.mbskin .tbl_head01 tfoot th {}
.mbskin .tbl_head01 tfoot td {}
.mbskin .tbl_head01 tbody th {}
.mbskin .tbl_head01 td {}
.mbskin .tbl_head01 a {}
.mbskin td.empty_table {}

/* 폼 테이블 */
.mbskin table {}
.mbskin caption {}
.mbskin .frm_info {}
.mbskin .frm_file {}

.mbskin .tbl_frm01 {}
.mbskin .tbl_frm01 th { white-space:nowrap; min-width:120px; width:150px; }
.mbskin .tbl_frm01 td {}
.mbskin .tbl_frm01 textarea, .mb_skin tbl_frm01 .frm_input {}
.mbskin .tbl_frm01 textarea {}
/*
.mbskin .tbl_frm01 #captcha {}
.mbskin .tbl_frm01 #captcha input {}
*/
.mbskin .tbl_frm01 a {}

/* 필수입력 */
.mbskin .required, .mbskin textarea.required {}

/* 테이블 항목별 정의 */
.mbskin .td_board {}
.mbskin .td_chk {}
.mbskin .td_date {}
.mbskin .td_datetime {}
.mbskin .td_group {}
.mbskin .td_mb_id {}
.mbskin .td_mng {}
.mbskin .td_name {}
.mbskin .td_nick {}
.mbskin .td_num {}
.mbskin .td_numbig {}

.mbskin .txt_active {}
.mbskin .txt_expired {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 회원가입 약관 */
#fregister section {margin:0 0 5px;padding:20px 0; font-size: 16px;}
#fregister h2 {margin:0 0 10px;text-align:center}
#fregister textarea {
	display:block;
	margin-bottom:10px;
	padding:5px;
	width:100%;
	height:130px;
	border:1px solid #e9e9e9;
	background:#FDFDFD;
	font-size: 16px;
	font-family: 'NanumBarunGothic';
	border-radius: 4px;
	}
#fregister .fregister_agree {padding:10px 0 0;text-align:left; font-size: 16px;}
#fregister .fregister_agree label {display:inline-block;margin-right:5px; cursor:pointer; }
#fregister p {color:#e8180c;text-align:center; font-size: 18px;}
#fregister .btn_confirm {/*margin-bottom:20px*/}

/* 회원가입 입력 */
#fregisterform textarea {height:50px}

#fregisterform #msg_certify {margin:5px 0 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center}

#fregisterform .frm_address {margin:5px 0 0}
#fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle}
#fregisterform #mb_addr_jibeon {display:block;margin:5px 0 0}

/* 회원가입 완료 */
#reg_result {padding:50px 0 0}
#reg_result #result_email {margin:20px 0;padding:10px 50px;border-top:1px solid #e9e9e9;border-bottom:1px solid #dde4e9;background:#fff;line-height:2em}
#reg_result #result_email span {display:inline-block;width:150px}
#reg_result #result_email strong {color:#e8180c;font-size:1.2em}
#reg_result #result_coupon {margin:20px 0;padding:10px 50px;border-top:1px solid #e9e9e9;border-bottom:1px solid #dde4e9;background:#fff;line-height:2em}
#reg_result #result_coupon strong {color:#ff3061;font-weight:normal}
#reg_result p {line-height:1.8em}
#reg_result .btn_confirm {margin:30px 0}

/* 아이디/비밀번호 찾기 */
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
#find_info #info_fs {
	margin:0 20px 9px;
	padding:0;background:#fff;
}
#find_info #info_fs .frm_input {width:70%}
#find_info p {margin:0 0 15px;    line-height: 22px;}
#find_info #captcha {
;
}

/* 로그인 */
#mb_login {
	margin:0 auto;
	padding: 34px 0;
}
#mb_login h1 {margin:0 0 20px;font-size:1.3em}
#mb_login h2 {margin:0}
#mb_login p {padding:10px 0;line-height:1.5em}
#mb_login #login_fs {
	position:relative;
	margin:0 auto;
	width: 420px;
	border: 1px solid #dedede;
	background:#fff;
	opacity:0.85;
	height: 100%;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	}
#mb_login #login_fs legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}

#mb_login #login_fs .login_id {position:absolute;top:26px;left:95px}
#mb_login #login_fs .login_pw {position:absolute;top:52px;left:95px}
#mb_login #login_fs .frm_input {
	display:block;
	margin:0 auto;
	width:300px;
	height: 48px;
	margin-top: 9px;
	background: none !important;
	padding-left: 12px;
	font-size: 14px;
	}
#mb_login #login_fs .btn_submit {
	width:300px;
	height:48px;
	margin: 0 auto;
	display: block;
	margin-top: 14px;
}
#mb_login #login_info {margin:0 0 30px;padding:20px;border:1px solid #cfded8;background:#f5f6fa}
#mb_login #login_info div {text-align:right}

#mb_login_notmb {position:relative;margin:0 0 20px;padding:20px;border:1px solid #cfded8;background:#fff}
#mb_login_notmb #guest_privacy {margin:0 0 10px;padding:10px;height:150px;border:1px solid #e9e9e9;overflow:auto}
#mb_login_notmb .btn_confirm {padding:10px 0 0}

#mb_login_od {position:relative;margin:0;padding:20px 20px 20px 95px;border:1px solid #cfded8;border-bottom:0;background:#fff}
#mb_login_od legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#mb_login_od label {letter-spacing:-0.1em}
#mb_login_od .od_id {position:absolute;top:26px;left:95px}
#mb_login_od .od_pwd {position:absolute;top:52px;left:95px}
#mb_login_od .frm_input {display:block;margin:0 0 5px 80px}
#mb_login_od .btn_submit {position:absolute;top:20px;left:335px;width:52px;height:49px}
#mb_login_odinfo {margin:0 0 30px;padding:20px;border:1px solid #cfded8;background:#f5f6fa}
#mb_login_odinfo div {text-align:right}

/* 쪽지 */
#memo_view_contents {margin:0 auto 20px;width:90%}
#memo_view_contents h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#memo_view_ul {margin:0;padding:0 0 10px;border-bottom:1px solid #eee;list-style:none}
.memo_view_li {position:relative;padding:5px 0}
.memo_view_subj {display:inline-block;width:65px}
#memo_view p {padding:10px 0;min-height:150px;height:auto !important;height:150px;background:#fff;line-height:1.8em}

#memo_write textarea {height:100px}

/* 스크랩 */
#scrap_do table {margin:0 0 10px;width:100%}
#scrap_do textarea {height:100px}

/* 회원 비밀번호 확인 */

#mb_confirm h1 {
	margin:0 0 20px;
	font-size:2rem;
	text-align: center;
	padding-top: 2rem;
}

#mb_confirm p {padding:20px 20px 0 20px; background:#fff; text-align: center; line-height: 18px;}
#mb_confirm p strong {display:block}
#mb_confirm fieldset {padding:30px 0;text-align:center}
#mb_confirm fieldset .frm_input {background-color:#fff !important; height: 48px !important; width: 300px;
margin-top: 20px;
}
#mb_confirm label {letter-spacing:-0.1em}
#mb_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}
#mb_confirm .btn_submit{
	width: 300px;
	margin-top: 8px;
}
/* 비밀글 비밀번호 확인 */
#pw_confirm {margin:0px auto; }
#pw_confirm h1 {margin:0 0 20px;font-size:1.3em}
#pw_confirm p {padding:20px;border:1px solid #dde4e9;border-bottom:0;background:#fff}
#pw_confirm p strong {display:block}
#pw_confirm fieldset {margin:0 0 30px; text-align:center}
#pw_confirm fieldset .frm_input {background-color:#fff !important;
	margin-bottom: 8px;
    width: 300px;
    height: 48px !important;
	overflow: hidden;

}
#pw_confirm label {letter-spacing:-0.1em}
#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}

/* 폼메일 */
#formmail #subject {width:386px}
#formmail textarea {height:100px}

/* 자기소개 */
#profile table {margin-bottom:0}
#profile section {margin:0 auto 20px;padding:20px;width:86%}

#profile h2 {margin:0}

#pw_confirm .btn_submit {
 width: 300px;
}
/* 게시판경우는 다르지만 포인트컬러 한곳에서 처리 */

/* 기본색상 */
#mb_login #login_fs .btn_submit, .mbskin .btn_submit, .mbskin .btn_cancel, .resultMainBtn_div > a{
	background: #564B44 !important;
	color: #fff !important;
	font-size: 18px;

	font-family: NanumBarunGothic;
	border-radius: 4px !important;
}
/* 호버색상 */
#mb_login #login_fs .btn_submit:hover, .mbskin .btn_submit:hover, .mbskin .btn_cancel:hover, .resultMainBtn_div > a:hover{
	background: #483D35 !important;
}

/* 보더컬러 */


/* 백그라운드 이미지 */


#basic_v0_div{
	width: 960px;
	background: #fff;
	margin: 0 auto;
}
/* 로고이미지 */
#login_fs > img , .regResultWrap_div img{
	display: block;
	margin: 0 auto;
	padding-top: 70px;
}

#login_fs > strong{
	text-align: center;
	display: block;
	font-size: 16px !important;
	margin-top: 15px;
	margin-bottom: 22px;
}
#login_fs h2{
	text-align: center;
	  padding-top: 15px;
	    font-size: 35px;
}

.mbskin a.btn02{
	background-color: #FFF;
	border: 0px;
	color: #666;
}
.mbskin a.btn01{
	background-color: #FFF;
	border: 0px;
	color: #666;
}
.loginBottomText_div{
	display: block;
	text-align: center;
	color: #666;
	margin-top: 6px;
}
.loginBottomText_div > a{
	font-size: 14px;
}

.mbskin{
	padding:50px 0px 150px 0px;
	height:100%;
}
#memberskinwrap {
}
.regConfirm_1_div > input{
	width: 300px;
}
.regConfirm_2_div > input, .mbskin .btn_cancel{
	width: 150px;
}
.mbskin .tbl_frm01 th{
	background: none;
	border-right: 0px;
	border-bottom: 1px solid #E9E9E9;
}
tbody{
	font-size: 16px;
}

.mbskin .frm_input{
	height: 38px !important;
}
#mb_login .frm_input{
	height: 48px !important;
}
.frm_input, #captcha #captcha_key{
	padding-left: 10px;
	display: inline-block;

	font-size: 14px;
	color: #555;
	background-color: #fff !important;
	background-image: none !important;
	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, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.frm_input:focus, #captcha #captcha_key:focus{
	border-color:#564B44;
	outline:0;
	/*
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
	*/
}
.tbl_wrap caption{
	font-size: 18px;
}
#captcha #captcha_img{
	float: left;
	height: 43px !important;
}
#captcha #captcha_key{
	line-height: 43px !important;
	width: 100px !important;
	height: 43px !important;
}
#reg_result{
	width: 420px;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	height: 620px;
	padding: 0 20px 0px 20px;
	border: 1px solid #dedede;
	border-radius: 4px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
	background: #fff;
}
#reg_result h2{
	font-size: 35px;
	padding-top: 60px;
	margin-bottom: 15px;
}
.resultMainBtn_div > a{
	line-height: 48px;
	height: 48px;
	width: 300px;
	padding-top: 0px !important;
}

.regResultWrap_div{
	max-width: 2560px;
	height: 960px;
	padding: 34px 0px;
}
.mb_confirmWrap_div{
	position: relative;
    margin: 0 auto;
    width: 420px;
    border: 1px solid #dedede;
    background: #fff;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}
.mb_confirmWrap_div > img{
    display: block;
    margin: 0 auto;
    padding-top: 70px;
}


.jakaWrap_div h4{
	color: #00c7e1;
	font-size :20px;
}

#find_info > div{
    position: relative;
    margin: 0 auto;
    width: 420px;
    border: 1px solid #dedede;
    background: #fff;
    height: 628px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}
#find_info > div > img{
	display: block;
    margin: 0 auto;
    padding-top: 70px;
}

.new_win #win_title{
    text-align: center;
	padding: 60px 20px 15px 20px;
    font-size: 35px;
	border-bottom: 0px;
	margin: 0 0 0px !important;
}
#find_info #info_fs .frm_input{
    display: block;
    margin: 0 auto 5px auto;
    width: 100%;
    padding-left: 12px;
    font-size: 14px;
}
#find_info p{
	text-align: center;
}
.mbskin .win_btn input, .mbskin .win_btn button{
	width: 150px;
	height: 48px;
	font-family: NanumBarunGothic;
	font-weight: normal;
	border-radius: 5px;
}
#find_info #captcha #captcha_key{
	width: 185px !important;
	height:62px !important;

}
#pw_confirm{
	width : 100%;
}
#pw_confirm > div{
	position: relative;
    margin: 0 auto;
    width: 420px;
    border: 1px solid #dedede;
    background: #fff;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	padding-bottom:30px;
}

#pw_confirm > div > img{
    display: block;
    margin: 0 auto;
    padding-top: 70px;
}
#pw_confirm h1{
    text-align: center;
    padding-top: 15px;
    font-size: 35px;

}
#pw_confirm p{
	border: 0px;
	text-align: center;
	line-height: 18px;
}
*{
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.tbl_frm01 table{
	    border-top: 2px solid #564B44;
}
.new_win #win_title{
	border-top: 0px !important;
}


.login_social{width:300px; margin:20px auto; overflow:hidden; }
.login_social > ul { list-style-type:none; padding:0px; margin:0px; }
.login_social > ul > li{width:300px; height:50px; margin-bottom:3px;}
.login_social > ul > li > a{display:block; width:100%; height:100%; line-height:50px; text-align:center; font-size:15px;}

.policy {
	line-height:1.5em;
	font-size:0.75em !important;
}