@charset "utf-8";





.member h3 {font-size:20px; font-weight:600; margin:0 0 15px 0 !important; padding:0; text-align:left;}
.member h3 span {display:block; font-weight:normal;}

@media all and (max-width:860px){
.member h3 {font-size:1.1rem; margin:0 0 10px 0 !important;}
}




/***************** 공통 하단 가이트 - 개인정보처리방침 / 이용약관 *****************/
.guide {}
.guide .con_text {}
.guide .con_text ul {}
.guide .con_text ul li {margin-bottom: 30px;}
.guide .con_text ul li:last-child {margin-bottom: 0;}
.guide .con_text ul li strong {font-weight: 800;}
.guide .con_text ul li p {line-height: 30px;}
.guide .con_text ul li p.p-left-20 {padding-left: 20px;}
.guide .con_text ul li p.p-left-40 {padding-left: 40px;}
.guide .con_text ul li p.p-left-60 {padding-left: 60px;}

/* 공통 뎁스 */
.guide .con_text .depth {margin-top: 15px;}
.guide .con_text .depth strong {font-weight: 600;}
.guide .con_text .depth li {margin-top: 15px; padding-left: 15px;}
.guide .con_text .depth li > .mark {display: inline-block; margin-left: -15px; margin-right: 3px;}
.guide .con_text .depth li > .tit {display: inline;}

/*ul margin 조절*/
.guide .con_text .depth_lim {margin-top: 5px;}

/*ul 내 li margin 조절*/
.guide .con_text .lim li {margin-top: 5px;}


@media all and (max-width:860px){
.guide .full {padding: 40px 20px;}
.guide .con_text .top {margin-bottom: 40px;}
.guide .con_text ol > li {margin-top: 40px;}
.guide .con_text ol > li > div.tit {font-size: 15px;}
}

@media all and (max-width:460px){
.guide .full {padding: 30px 15px;}
}





/***************** 로그인 화면 *****************/
.member .login_box {margin:20px auto 0; max-width:420px; overflow:hidden; padding:60px; background: #fff; border: 1px solid #dbdbdb;}
.member .login_box ul {text-align:left;}
.member .login_box ul li:first-child {margin-top:0}
.member .login_box ul li {margin-top:10px;}
.member .login_box ul li input { width: 100%;}
.member .login_box .btn_login {display:block; margin-top:20px;}
.member .login_box .btn_login input {height:54px;color:#fff;background:#333; display:inline-block; width:100%; font-weight:600; border:0; -webkit-border-radius:0; cursor: pointer;}

.member .more_btn {clear:both; overflow:hidden; margin-top: 20px; text-align:center;}
.member .more_btn span {display:inline-block; clear:both; padding-right: 15px; margin-right: 15px; position: relative;}
.member .more_btn span::after {content: ''; display: block; width: 1px; height: 10px; background: #dbdbdb; position: absolute; right: 0px; top: 8px;}
.member .more_btn span:last-of-type {margin-right: 0; padding-right: 0;}
.member .more_btn span:last-of-type::after {content: none;}
.member .more_btn a {display:inline-block; font-size:0.95rem;}

@media all and (max-width:568px){
.member .login_box {max-width: 100%; padding: 60px 0;}
.member .login_box .btn_login input {height: 50px;}
.member .login_box .checkbox_style {padding: 0 0 0 3px;}
}





/***************** 아이디/비밀번호 찾기 *****************/
.find {margin:0 auto; max-width:800px; overflow:hidden;}
.find .form_wrap .form_table input {width: 100%;}
.find .form_wrap .form_table .email {overflow: hidden;}
.find .form_wrap .form_table .email input {float: left; width: calc( 100% - 245px );}
.find .form_wrap .form_table .cont.email select {float: left; width: 240px; margin: 0 0 0 3px;}
@media all and (max-width:1300px) {
.form_wrap .form_table .cont.email br {display: none;}
}
@media all and (max-width:860px) {
.find .form_wrap .form_table .email input {width: 100%;}
.find .form_wrap .form_table .cont.email select {width: 100%; margin: 5px 0 0 0;}
}









/***************** 회원가입 - 약관동의 *****************/
.member .agree .con {height:310px; margin:0; overflow-y:auto; background:#f9f9f9; border:1px solid #dbdbdb; box-sizing:border-box;}
.member .agree .con .con_text {padding:20px;}
.member .agree .guide .con_text ol > li > div.tit {font-size: 17px;}
.member .agree .join_check {display: block; margin-top: 20px; padding: 0; text-align: center;}

@media all and (max-width:860px){
.member .agree .con .con_text  {padding:15px;}
}





/***************** 회원가입 완료 화면 *****************/
.join_result_wrap {width: 100%; max-width:800px; margin:0 auto; text-align:center; background:#f5f5f5; padding:60px; box-sizing: border-box;}
.join_result_wrap .result_txt {}
.join_result_wrap .result_txt .tit {font-size: 1.2rem; font-weight: 500;}

@media all and (max-width:860px){
.join_result_wrap {padding: 40px 20px;}
}



/***************** 아이디찾기 화면 *****************/
.id_result_wrap {width: 100%; max-width:800px; margin:0 auto; text-align:center; background:#f5f5f5; padding:60px; box-sizing: border-box;}
.id_result_wrap .result_txt {}
.id_result_wrap .result_txt .tit {font-size: 1.2rem; font-weight: 500;}
.id_result_wrap .item-wrap {display:inline-block; margin: 20px 0 0 0; line-height: 40px; padding: 0 40px; background: #fff;}
.id_result_wrap .item-wrap dl {overflow: hidden;}
.id_result_wrap .item-wrap dl dt {display: inline-block; font-weight: 600;}
.id_result_wrap .item-wrap dl dd {display: inline-block;}
.id_result_wrap .item-wrap dl dd::before {content: ''; display: inline-block; width: 1px; height: 12px; background: #a5a5a5; margin: 0 20px;}

@media all and (max-width:860px){
.id_result_wrap {padding: 40px 20px;}
.id_result_wrap .item-wrap {width: 100%; padding: 0;}
}
