@charset "utf-8";

/* 공통 */
.member .btnForm {height:60px; border:1px solid transparent; background-color:#0076e4; color:#fff; font-size:18px; font-weight:600; line-height:58px; cursor:pointer; transition:all .3s ease-in-out;}
.member .btnForm:hover {border:1px solid #222; background-color:#fff; color:#222; transition:all .3s ease-in-out;}

.member input,
.member .btnForm {border-radius:28px;}

.member .notTxt {line-height:1.3;}

.inputChk {display:flex; align-items:baseline; line-height:1.3;}

/* 로그인, 비밀번호찾기 공통 */
.memBox {width:550px; margin:0 auto;}
.memBox .inputBox {display:flex; flex-wrap:wrap; gap:10px 0; margin-top:20px;}
.memBox .btnForm {width:100%; margin-top:10px;}

.memBox .bottomLink {margin-top:30px; border-top:1px solid #E1E1E1;}
.memBox .bottomLink ul {display:flex; align-items:center; justify-content:flex-end; gap:0 2px; margin-top:24px;}
.memBox .bottomLink ul li {position:relative;}
.memBox .bottomLink ul a {color:#676767;}
.memBox .bottomLink ul a:hover {text-decoration:underline;}
.memBox .bottomLink ul li:not(:last-child)::after {content:''; display:inline-block; vertical-align:middle; width:4px; height:4px; margin:0 10px; border-radius:50%; background-color:#aaa;}


/* 비밀번호 찾기 */
.findPW .notTxt {margin-bottom:60px;}


/* 회원가입, 회원정보수정, 회원탈퇴 */
.tbRegi th {width:20%; text-align:left;}
.tbRegi .note {color:#676767; line-height:1.3;}

.formBox .agreeBox {width:100%; height:200px; border:1px solid #ccc; border-radius:20px; padding:20px; }
.formBox .agreeBox .text {overflow-x:hidden; overflow-y:scroll; width:100%; height:100%; line-height:1.5;}

.formBox .btnBox {display:flex; align-items:center; justify-content:center; gap:0 10px; margin-top:50px;}
.formBox .btnBox.btn_1 button {min-width:180px; padding:0 20px;}
.formBox .btnBox.btn_multi .btnForm {display:inline-block; width:110px; height:54px; line-height:54px;}
.formBox .btnBox.btn_multi .btnWhite {color:#222;}



/* 반응형 */
@media all and (max-width:1024px){
    /* 회원가입, 회원정보수정, 회원탈퇴 */
    .tbRegi th,
    .tbRegi td {width:100% !important; display:block;}
}

@media all and (max-width:640px){
    /* 로그인, 비밀번호찾기 공통 */
    .memBox {width:100%; padding:0 24px;}
}