
/***** 09 멤버쉽 *****/

/* 회원가입*/
.membership_tab {float:left; width:100%; height:48px; margin-bottom:40px;}
.membership_tab li {width:25%; float:left; margin-right:0px;}
.membership_tab li a {height:30px; background:#ffffff; border:1px solid #e1e1e1; display:inline-block; min-width:100%; padding:8px 0px 6px 0px; text-align:center; font-size:16px; color:#555555; font-weight:bold; cursor:text;}
.membership_tab li a.on {border:1px solid #333333; background:#333333; color:#ffffff; }

/* 로그인*/
.login_wrap {float:left; width:100%; border-top:1px solid #e5e5e5; }
.login {float:left; width:440px; padding:50px 0px 0px 0px; display:block; position:relative;}
.login .input_wrap { float:left; width:320px; margin:0px 0px 0px 0px;}

.login .btn_wrap { float:right; width:110px; margin:0px 0px 0px 10px;}
.login .btn_wrap .login_btn { height:106px; border:1px solid #0071EB; background:#0071EB; color:#ffffff; padding:4px 30px 8px 30px; cursor:pointer; border-radius:2px; font-size:16px; font-weight:bold; margin-left:0px; }

.login .membership_btn {float:left; width:440px; margin-bottom:0px; display:block;}
.login .membership_btn ul {list-style-position:inside;list-style-type:none;}
.login .membership_btn li {float:left; margin:0px 0px 0px 0px; padding-right:12px; font-size:12px; color:#777777;}

.login_banner {float:left; width:440px; padding:50px 0px 0px 138px; display:block; position:relative;}

.login_input{height:38px; width:320px; padding:5px 0px 3px 0px; margin-bottom:10px; color:#555555; background:#ffffff; border:1px solid #e1e1e1; text-indent:12px;}
.login_input::-moz-placeholder {  color:#999; opacity:1;}
.login_input::-webkit-input-placeholder { color:#999; }
.login_input:-ms-input-placeholder { color:#999; }

/* 아이디 비번 찾기 */
.find_info {margin:auto; width:100%; border-top:1px solid #e1e1e1;}
.find_info .img {float:left; width:100%; text-align:center; margin:40px 0px 24px 0px;}
.find_info .text {float:left; width:100%; text-align:center; margin-bottom:10px; font-size:22px; font-weight:bold; letter-spacing:-1px; }
.find_info .desc {float:left; width:100%; text-align:center; margin-bottom:30px; }
.find_info_input {height:32px; width:100%; padding:2px 0px 6px 0px; color:#555555; background:#ffffff; border:1px solid #e1e1e1; text-indent:12px; letter-spacing:0.2px;}

/* 비밀번호 변경 */
.pw_change { margin:auto; width:510px; clear:both;}
.pw_change .img {float:left; width:100%; text-align:center;}
.pw_change .text { float:left; margin-bottom:20px; padding:30px 0px 10px 0px; width:100%; text-align:center; display:block; }
.pw_change .input {float:left; margin:0px 0px 30px 0px; width:100%; display:block; }
.pw_change .input .tit_wrap { float:left; width:23%; height:32px; margin:5px 0px 5px 0px; padding:8px 0px 2px 0px; font-weight:bold; text-align:left; }
.pw_change .input .input_wrap { float:right; width:76.2%; margin:5px 0px 5px 0px;}

.membership_textarea {width:1172px; border:1px solid #e1e1e1; padding:14px; margin:0px 0px 0px 0px;}
.popup_textarea {width:95%; border:1px solid #e1e1e1; padding:14px; margin:0px 0px 0px 0px;}
