/* 로그인 */
.login {width: 100%;}

.loginForm {width: 800px; height: 460px; margin: auto; padding: 80px 200px; border: 1px solid #f15922;}
.loginForm .loginTit {width: 100%; padding-bottom: 35px;}
.loginForm .loginTit p {font-size: 30px; text-align: center; font-weight: 400; letter-spacing: -0.025em;}
.loginForm .loginTit span {display: block; font-size: 18px; text-align: center; font-weight: 300; letter-spacing: -0.025em;}

.loginForm .login_form_box {width:400px; margin: auto; position:relative; padding-right: 130px;}
.loginForm .login_form_box .lfInput {width: 100%; position:relative; margin-bottom: 10px;}
.loginForm .login_form_box .lfInput input {width:100%; height:46px; border:1px solid #ccc; padding:0px 12px; font-size:18px; color:#231714; font-weight:300; letter-spacing:-0.025em;}
.loginForm .login_form_box .lfInput input[type=password] {letter-spacing:10px;}
.loginForm .login_form_box .lfInput input::placeholder {font-size:18px; color:#aaa; font-weight:300; letter-spacing:-0.025em;}
.loginForm .login_form_box .lfInput input::placeholder {font-size:18px; color:#aaa; font-weight:300; letter-spacing:-0.025em!important;}
.loginForm .login_form_box .lfInput input::-moz-placeholder {font-size:18px; color:#aaa; font-weight:300; letter-spacing:-0.025em!important;}
.loginForm .login_form_box .lfInput input:-ms-input-placeholder {font-size:18px; color:#aaa; font-weight:300; letter-spacing:-0.025em!important;}
.loginForm .login_form_box .lfInput input::-webkit-input-placeholder {font-size:18px; color:#aaa; font-weight:300; letter-spacing:-0.025em!important;}


.loginForm .login_form_box .lfInput p {font-size:18px; color:#333; font-weight:400; position:absolute; top:0; left:0; line-height:42px;}

.loginForm .login_form_box input[type=submit] {width:120px; height:102px; position:absolute; top:0; right:0; background: #f15922; border: 0; outline: none; font-size: 24px; color: #fff; text-align: center; cursor: pointer;}
.loginForm .login_form_box input[type=submit]:hover {background: #fa6631; transition: 0.3s all;}


.loginForm .findBox {width:400px; overflow: hidden; margin: auto; padding-top:20px; padding-bottom:40px;}
.loginForm .findBox div {width:33.33%; float:left; text-align: center; font-size:16px; color:#888; font-weight:300; border-left:1px solid #ccc; line-height:16px; cursor: pointer; transition:all 0.3s;}
.loginForm .findBox div:hover {color:#f15922;}
.loginForm .findBox a div {border-left:0; color:#231714; font-weight:400;}
.loginForm .findBox a div:hover {color:#318e5a;}


.findPop {width:100%; height:100%; position:fixed; top:0; left:0; z-index:9999; display:none;}
.findPop .fpBox {width:100%; height:100%; position:relative;}
.findPop .fpBox .fpBgBox {width:100%; height:100%; background:rgba(0,0,0,0.3);}
.findPop .fpBox .fpContBox {width:500px; background-color:#fff; position:absolute; top:50%; left:50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.findPop .fpBox .fpContBox .fp_c_tit {width:100%; position:relative; padding:15px 20px; border-bottom:1px solid #e0e0e0;}
.findPop .fpBox .fpContBox .fp_c_tit p {font-size:20px; color:#231714; font-weight:400; letter-spacing:-0.025em;}
.findPop .fpBox .fpContBox .fp_c_tit img {width:16px; position:absolute; top:19px; right:15px; cursor: pointer;}


.findPop .fpBox .fpContBox .fp_c_form {width:100%; padding:25px 20px;}
.findPop .fpBox .fpContBox .fp_c_form .fp_c_input_box {width:100%; position:relative; padding-left:100px; padding-bottom:12px;}
.findPop .fpBox .fpContBox .fp_c_form .fp_c_input_box p {font-size:17px; color:#231714; font-weight:400; position:absolute; top:0; left:0; line-height:40px;}
.findPop .fpBox .fpContBox .fp_c_form .fp_c_input_box input {width:100%; height:40px; border:1px solid #ccc; padding:0px 12px; font-size:18px; color:#231714; font-weight:300; letter-spacing:-0.025em;}
.findPop .fpBox .fpContBox .fp_c_form .fp_c_input_box ul {width:100%; overflow: hidden;}
.findPop .fpBox .fpContBox .fp_c_form .fp_c_input_box ul li {width:106px; float:left;}
.findPop .fpBox .fpContBox .fp_c_form .fp_c_input_box ul li:nth-child(2n) {width:21px; text-align: center; font-size:17px; color:#231714; font-weight:300; line-height:40px;}
.findPop .fpBox .fpContBox .fp_c_form input[type=submit] {display: block; width:120px; height:38px; margin: auto; background-color:#231714; font-size:18px; color:#fff; font-weight:300; margin-top:12px; cursor: pointer; transition:all 0.3s; text-align: center; outline: none; border: 0;}  
.findPop .fpBox .fpContBox .fp_c_form input[type=submit]:hover {background-color:#392824;}
/* 로그인 END */



/* 회원가입 */
.type {position: relative; width: 100%;}
.type .box01 {width: 100%; padding: 0 50px;}
.type .box01 ul {width: 100%;}
.type .box01 ul li {position: relative; float: left; width: 48%; height: 400px; border: 2px solid #ccc; box-sizing: border-box;}
.type .box01 ul li:first-child {background: url('../img/member/type01.jpg') center no-repeat;}
.type .box01 ul li:last-child {float: right; background: url('../img/member/type02.jpg') center no-repeat;}
.type .box01 ul li:hover {border: 2px solid #f15922; transition: 0.3s all;}
.type .box01 ul li.on {border: 2px solid #f15922;}

.type .box01 ul li .imgBox {width: 100%; z-index: -1;}
.type .box01 ul li .txtBox {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center;}
.type .box01 ul li .txtBox label {font-size: 20px; color: #fff; font-weight: 500; letter-spacing: -0.025em; cursor: pointer;}
.type .box01 ul li .txtBox label input[type='radio'] {appearance: auto; width: 20px; height: 20px;}

.type .box01 ul li.on .txtBox label {color: #f15922;}


.type .box02 {position: relative; width: 100%; padding: 30px 60px;}
.type .box02 ul {width: 100%;}
.type .box02 ul li {float: left; width: 518px; -ms-border-radius: 15px; -o-border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; box-shadow: 6px 5px 10px 2px rgb(0 0 0 / 20%); overflow: hidden; transition: 0.3s all;}
.type .box02 ul li:last-child {float: right;}

.type .box02 ul li .imgBox {position: relative; width: 100%; padding-top: 46.6%; z-index: 1;}
.type .box02 ul li .imgBox:before {position: absolute; top: 0; left: 0; content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 2; opacity: 0; transition: 0.3s all;}
.type .box02 ul li .imgBox img {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: auto; height: auto; max-width: 100%; max-height: 100%;}

.type .box02 ul li .txtBox {position: relative; width: 100%; height: 60px; padding: 0 30px; background-color: #f15922;}
.type .box02 ul li .txtBox p {font-size: 20px; color: #fff; font-weight: 400; letter-spacing: -0.025em; line-height: 60px;}
.type .box02 ul li .txtBox div {position: absolute; top: 50%; transform: translateY(-50%); right: 30px; content: ''; width: 21px; height: 21px; border-radius: 50%; background: url('../img/member/arrow.png') center no-repeat; transition: 0.3s all;}


.type .box02 ul li:hover {box-shadow: 6px 5px 8px 2px rgb(0 0 0 / 30%);}
.type .box02 ul li:hover .imgBox:before {opacity: 1;}
.type .box02 ul li:hover .txtBox {background-color: #fa6631;}
.type .box02 ul li:hover .txtBox div {background: url('../img/member/arrow_on.png') center no-repeat;}



.agree {position: relative; width: 100%;}

.agree .box01 {width: 100%;}
.agree .box01 + .box01 {margin-top: 50px;}
.agree .box01 > h2 {padding-bottom: 8px; border-bottom: 2px solid #333; font-size: 18px; color: #333; font-weight: 400; letter-spacing: -0.025em;}
.agree .box01 .txtBox {width: 100%; height: 400px; padding: 15px; border: 1px solid #ccc; margin-top: 30px; overflow-y: scroll; resize: vertical;}
.agree .box01 .txtBox h2 {padding-bottom: 20px; font-size: 18px; color: #f15922; font-weight: 500; letter-spacing: -0.025em;}
.agree .box01 .txtBox h3 {padding-bottom: 10px; font-size: 14px; color: #333; font-weight: 500; letter-spacing: -0.025em; text-decoration: underline; margin-top: 30px;}
.agree .box01 .txtBox h3:nth-of-type(1) {margin-top: 0;}
.agree .box01 .txtBox h4 {padding-bottom: 20px; font-size: 18px; color: #f15922; font-weight: 500; letter-spacing: -0.025em; margin-top: 30px;}
.agree .box01 .txtBox p {font-size: 14px; color: #333; letter-spacing: -0.025em;}
.agree .box01 .txtBox p + p {margin-top: 15px;}
.agree .box01 .txtBox span {display: block; padding-left: 10px; font-size: 14px; color: #555; letter-spacing: -0.025em;}
.agree .box01 .txtBox span + span {margin-top: 5px;}
.agree .box01 .txtBox em {display: block; padding-left: 15px; font-size: 14px; color: #888; letter-spacing: -0.025em;}
.agree .box01 .inputBox {width: 100%; text-align: right; margin-top: 20px;}
.agree .box01 .inputBox span {display: inline-block; font-size: 16px; color: #f15922; font-weight: 400; letter-spacing: -0.025em;}
.agree .box01 .inputBox label {margin-left: 20px; cursor: pointer;}
.agree .box01 .inputBox label input {appearance: auto; width: 15px; height: 15px; vertical-align: -2px; margin-right: 5px;}


.agree_tab {width: 100%; border-collapse: collapse; table-layout: fixed; border: 1px solid #ccc; margin: 10px 0 30px;}
.agree_tab thead tr {border-bottom: 1px solid #e0e0e0;}
.agree_tab thead tr th {padding: 8px 0; background-color: #f8f8f8; font-size: 14px; color: #333; font-weight: 400; letter-spacing: -0.025em; text-align: center;}
.agree_tab thead tr th + th {border-left: 1px solid #ccc;}

.agree_tab tbody tr {border-bottom: 1px solid #e0e0e0;}
.agree_tab tbody tr:last-child {border-bottom: 0;}
.agree_tab tbody tr td {padding: 8px 5px; font-size: 14px; color: #555; font-weight: 400; letter-spacing: -0.025em; line-height: 1.5; text-align: center;}
.agree_tab tbody tr td + td {border-left: 1px solid #ccc;}


.join {position: relative; width: 100%;}
.join > .box {width: 100%;}
.join > .box + .box {margin-top: 50px;}
.join > .box > h2 {position: relative; padding-bottom: 8px; border-bottom: 2px solid #333; font-size: 18px; color: #333; font-weight: 400; letter-spacing: -0.025em; margin-bottom: 20px;}


.join > .box ul {width: 100%; overflow: hidden;}
.join > .box ul li {position: relative; float: left; width: 560px; overflow: hidden;}
.join > .box ul li h3 {padding-bottom: 5px; font-size: 14px; color: #333; font-weight: 400; letter-spacing: -0.025em;}

.join > .box ul li input.join_input {float: left; width: 560px; height: 35px; padding: 0 10px; border: 1px solid #ccc; outline: none; font-size: 14px; color: #555; font-weight: 400; letter-spacing: -0.025em;}
.join > .box ul li input.join_input[type='password'] {letter-spacing: 10px;}
.join > .box ul li input.join_input::placeholder {font-size:14px; color:#aaa; font-weight:300; letter-spacing:-0.025em;}
.join > .box ul li input.join_input::placeholder {font-size:14px; color:#aaa; font-weight:300; letter-spacing:-0.025em!important;}
.join > .box ul li input.join_input::-moz-placeholder {font-size:14px; color:#aaa; font-weight:300; letter-spacing:-0.025em!important;}
.join > .box ul li input.join_input:-ms-input-placeholder {font-size:14px; color:#aaa; font-weight:300; letter-spacing:-0.025em!important;}
.join > .box ul li input.join_input::-webkit-input-placeholder {font-size:14px; color:#aaa; font-weight:300; letter-spacing:-0.025em!important;}
.join > .box ul li .join_input + .join_input {margin-top: 5px;}


.join .box01 ul {width: 100%; overflow: hidden;}
.join .box01 ul li {position: relative; float: left; width: 560px; overflow: hidden;}
.join .box01 ul li:first-child {float: left!important; width: 100%;}
.join .box01 ul li:nth-child(odd) {float: right;}
.join .box01 ul li + li {margin-top: 19px;}

.join .box01 ul li input[type='file'] {position: absolute; top: 26px; left: 448px; width: 112px; height: 35px; z-index: 999; opacity: 0; filter: alpha(opacity=0); -ms-filter: alpha(opacity=0); cursor: pointer;}
.join .box01 ul li .join_input.id {padding-right: 122px;}
.join .box01 ul li .join_input.file {padding-right: 122px;}
.join .box01 ul li .join_input.addr {width: 442px;}
.join .box01 ul li .join_input.addr2 {margin-top: 5px;}

.join .box01 ul li .id_overlap_check {position: absolute; top: 26px; left: 448px; width: 112px; height: 35px; font-size: 14px; color: #f15922; font-weight: 500; letter-spacing: -0.025em; line-height: 35px; text-align: center; z-index: 99;}
.join .box01 ul li .btn_search_file {position: absolute; top: 26px; left: 448px; width: 112px; height: 35px; font-size: 14px; color: #f15922; font-weight: 500; letter-spacing: -0.025em; line-height: 35px; text-align: center; z-index: 99;}

.join .box01 ul li .zip_code {float: right; width: 112px; height: 35px; background: #fff; border: 1px solid #f15922; font-size: 14px; color: #f15922; font-weight: 400; letter-spacing: -0.025em; line-height: 33px; text-align: center;}
.join .box01 ul li .zip_code:hover {background: #f15922; color: #fff; transition: 0.3s all;}


.join .box02 ul li:nth-child(2n) {float: right;}
.join .box02 ul li:nth-child(n+3) {margin-top: 19px;}


.join .box03 h2 label {position: absolute; top: 50%; transform: translateY(-50%); right: 0; font-size: 14px; color: #333; font-weight: 400; letter-spacing: -0.025em;}
.join .box03 h2 label input[type='checkbox'] {appearance: auto; width: 14px; height: 14px; vertical-align: -2px; margin-right: 5px;}
.join .box03 ul + ul {margin-top: 15px;}
.join .box03 ul li {float: left; width: 30%;}
.join .box03 ul li + li {margin-left: 59px;}
.join .box03 ul li input.join_input {width: 100%;}


.join .box04 h2 label {position: absolute; top: 50%; transform: translateY(-50%); left: 600px; margin-top: -5px; font-size: 16px; color: #333; font-weight: 400; letter-spacing: -0.025em;}
.join .box04 h2 label + label {margin-left: 60px;}
.join .box04 h2 label input[type='radio'] {appearance: auto; width: 14px; height: 15px; margin-right: 8px; vertical-align: -1px;}

.join .box04 .txtBox {width: 100%; padding: 15px; background: #f8f8f8; border: 1px solid #ccc;}
.join .box04 .txtBox p {font-size: 14px; color: #555; font-weight: 400; letter-spacing: -0.025em;}
.join .box04 .txtBox p span {display: block; padding-left: 10px; font-size: 14px; color: #333; font-weight: 400; letter-spacing: -0.025em;}


.join .box05 {padding-bottom: 40px; border-bottom: 1px solid #333;}
.join .box05 ul li:first-child {float: left; width: 100%;}
.join .box05 ul li:nth-child(n+2) {margin-top: 19px;}
.join .box05 ul li:nth-child(odd) {float: right;}


.join_ok {position: relative; width: 100%;}
.join_ok .box01 {width: 100%;}
.join_ok .box01 .txtBox {width: 800px; padding: 100px 30px 30px; background: url('../img/member/join_ok2.png') top 30px center no-repeat; border: 1px solid #ccc; margin: 0 auto;}
.join_ok .box01 .txtBox h2 {font-size: 40px; color: #333; font-weight: 400; letter-spacing: -0.025em; text-align: center;}
.join_ok .box01 .txtBox h2 b {color: #f15922; font-weight: 500;}
.join_ok .box01 .txtBox p {font-size: 20px; color: #333; font-weight: 400; letter-spacing: -0.025em; text-align: center; margin-top: 15px;}


.member_step {width: 100%; text-align: center; margin-bottom: 40px;}
.member_step ul {display: inline-block;}
.member_step ul li {display: inline-block; vertical-align: top;}
.member_step ul li div {position: relative; display: inline-block; width: 180px; height: 34px;}
.member_step ul li div:after {position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; content: ''; width: 170px; height: 1px; background: #ccc; margin: 0 auto;}

.member_step ul li p {font-size: 18px; color: #bcbcbc; font-weight: 400; letter-spacing: -0.025em; margin-top: 5px;}
.member_step ul li p.on {color: #f15922;}


.member_btn_box {width: 100%; text-align: center; margin-top: 50px;}
.member_btn_box div {display: inline-block; width: 495px; height: 60px; background: #f15922; border-radius: 10px; font-size: 18px; color: #fff; font-weight: 400; letter-spacing: -0.025em; line-height: 60px; text-align: center; box-shadow: 5px 4px 7px rgb(0 0 0 / 30%);}

.member_btn_box div:hover {background: #fa6631; transition: 0.3s all;}
/* 회원가입  END */