@charset "utf-8";

/* 로그인 */
.login-area {max-width:500px; margin:0 auto;}
.login-tab {text-align:center; border-bottom:4px solid var(--color-primary); margin-bottom:50px;}
.login-tab ul {display:flex; padding:0 2px;}
.login-tab ul li {flex:1; border:4px solid #dfdfdf; border-bottom:0; margin:0 -2px; border-radius:10px 10px 0 0;}
.login-tab ul li a {display:block; color:#333; font-size:18px; font-weight:500; line-height:60px;}
.login-tab ul li.active {position:relative; z-index:2; border-color:var(--color-primary);}
.login-tab ul li.active:after {content:""; position:absolute; left:0; right:0; bottom:-4px; height:4px; background:#fff;}
.login-tab ul li.active a {color:var(--color-primary); font-weight:700;}
.login-content .group {margin-bottom:8px;}
.login-content .group p.label {font-weight:500; color:#242424; margin-bottom:5px;}

.login-content .group .input {display:block; width:100%; height:60px; font-size:16px; border-radius:7px;}
.login-content .links {display:flex; justify-content:space-between; margin-top:14px; font-size:14px; color:#505050; font-weight:500; line-height:1.5em;}
.login-content .links a {color:#686868;}
.login-content .links a:hover {text-decoration:underline;}
.login-content .links .bar {display:inline-block; vertical-align:middle; margin:-.2em 12px 0; width:1px; height:16px; background:#ddd;}
.login-content .btn-pack {display:block; width:100%;}
.login-content .btn-pack.dark {margin-top:var(--space-60);}
.login-content .btn-pack.xlarge {font-weight:500;}
.login-content .or-bar {padding:var(--space-30) 0; text-align:center;position:relative;}
.login-content .or-bar:after {position:absolute; content:''; top:50%; left:0; right:0; z-index:-1; background-color:#ddd; height:1px;}
.login-content .or-bar span {font-size:var(--font-size-18); padding:0 var(--space-20); font-weight:500; background-color:#fff; color:#c4c4c4;}

.sns-login {text-align:center; margin-top:50px;}
.sns-login .tit {position:relative; color:#333; font-size:15px; font-weight:400; line-height:1.3em; margin-bottom:35px;}
.sns-login .tit:before {content:""; position:absolute; top:50%; left:0; margin-top:-1px; width:100%; height:1px; background:#ddd;}
.sns-login .tit span {display:inline-block; position:relative; padding:0 30px; background:#fff;}
.sns-login a {margin:0 12px;}

/* 약관동의 */
.agree-wrap {max-width:680px; margin:0 auto 50px;}
.agree-wrap .group {margin-top:40px;}
.agree-wrap .group:first-child {margin-top:0;}
.agree-wrap .agree-tit {color:#333; font-size:20px; font-weight:600; line-height:1.3em;}
.agree-wrap .agree-tit .checkbox label:before {margin-top:-.02em; width:24px; height:24px; background:#fff url("../images/member/checkbox.png") 50% 50% no-repeat; border:2px solid #ccc; border-radius:100%;}
.agree-wrap .agree-tit .checkbox input:checked + label:before {background-color:var(--color-primary); border-color:var(--color-primary); background-image:url("/images/member/checkbox_on.png");}
.agree-wrap .agree-box {position:relative; max-height:175px; margin-top:17px; padding:16px 20px; border:1px solid #ddd; overflow:auto;}
.agree-wrap .agree-box .terms-wrap {color:#767676; font-size:14px;}
.agree-wrap .agree-box .terms-wrap .sec {margin-bottom:20px;}
.agree-wrap .agree-box .terms-wrap .sec h3 {color:#767676; font-size:14px; font-weight:400; margin-bottom:0;}
.agree-wrap .agree-box .terms-wrap .sec strong {font-weight:400;}

.terms-wrap {font-weight:400; color:#666; line-height:1.75em;}
.terms-wrap .sec {margin-bottom:40px;}
.terms-wrap .sec h3 {color:#222; font-size:1.1em; font-weight:700; margin-bottom:7px;}
.terms-wrap .sec p {margin-bottom:1em;}
.terms-wrap .sec strong {font-weight:700;}
.terms-wrap .sec ol li {padding-left:1em; text-indent:-1em;}
.terms-wrap .sec ol li ol li {padding-left:1.35em; text-indent:-1.35em;}
.terms-wrap .policy-contact {display:flex; padding:20px 0; background:#fafafa; border:1px solid #e5e5e5; margin-bottom:1em;}
.terms-wrap .policy-contact dl {flex:1; padding:0 20px; border-left:1px solid #e5e5e5;}
.terms-wrap .policy-contact dl:first-child {border-left:0;}
.terms-wrap .policy-contact dt {font-weight:500; color:#333; margin-bottom:12px;}

/* 회원가입 */
.join-form .required {color:#fd8239;}
.join-form .join-form-txt {color:#505050; font-weight:400; line-height:1.4em; margin-bottom:12px;}
.join-form table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:2px solid #868686; font-size:16px; line-height:1.5em;}
.join-form table th {padding:12px 15px; border:1px solid #ddd; background:#fafafa; font-weight:700; color:#333;}
.join-form table td {padding:12px 20px; border:1px solid #ddd; color:#505050;}
.join-form tr th:first-child,
.join-form tr td:first-child {border-left:0;}
.join-form tr th:last-child,
.join-form tr td:last-child {border-right:0;}
.join-form input[readonly] {background-color:#fff; color:#505050;}
.join-form .help-text {display:inline-block; margin-left:10px; color:#767676;}
.wid500-btn {margin:0;}
.wid500-btn .btn-pack.xxlarge {min-width:500px;}

.join-form .flex {padding:0 var(--space-20); gap:var(--space-25) 0; margin:0 -20px; display:flex; flex-wrap:wrap;}
.join-form dl {padding:0 20px; width:50%;}
.join-form dl.wide {width:100%;}
.join-form dl .input {height:60px; border-radius:6px;}
.join-form dl dt {margin-bottom:7px; font-weight:500; color:#242424; letter-spacing:-.03em; line-height:1.4em;}
.join-form dl dd .help-text {margin-top:7px; font-size:var(--font-size-14); letter-spacing:-.03em; line-height:1.4em; color:#454545;}
.join-form dl dd input[readonly] {background-color:#f8f8f8;}
.join-form .leave {margin:var(--space-70) 0 var(--space-80); padding-right:var(--space-20); text-align:right;}
.join-form .leave a {border-bottom:1px solid #242424; color:#242424;}
.join-form dl dd .btn-pack {height:60px; line-height:58px;}

.join-form-agree {margin-top:var(--space-100);}
.join-form-agree .agree-area {margin-bottom:var(--space-80)}
.join-form-agree .agree-tit {margin-bottom:12px; line-height:1em; color:#242424;}
.join-form-agree .agree-tit:first-child {margin-bottom:20px; font-size:var(--font-size-18); font-weight:600;}
.join-form-agree .agree-tit:last-child {margin-bottom:0;}
.join-form-agree .checkbox label:before {width:22px; height:22px; margin-top:0; border-radius:3px;}

.radio-wrap {height:var(--space-70); font-size:var(--font-size-14); align-items:center; display:flex; flex-wrap:wrap; gap:0 var(--space-20); font-weight:500;}

/* 가입완료 */
.join-complete {margin-top:var(--space-70); text-align:center;}
.join-complete .tit {color:#242424; font-size:var(--font-size-24); font-weight:500; line-height:1.4em; margin:15px 0;}
.join-complete .txt {margin-bottom:var(--space-80); color:#878787; line-height:1.8em;}
.join-complete .icon {width:180px; height:180px; background:var(--color-primary) url("../images/member/complete.png") 50% 50% no-repeat; border-radius:100%; margin:36px auto 45px;}
.join-complete .buttons {margin:0;}

/* 게정찾기 */
.find-area {max-width:500px; margin:0 auto;}
.find-tab {text-align:center; border-bottom:4px solid var(--color-primary); margin-bottom:50px;}
.find-tab ul {display:flex; padding:0 2px;}
.find-tab ul li {flex:1; border:4px solid #dfdfdf; border-bottom:0; margin:0 -2px; border-radius:10px 10px 0 0;}
.find-tab ul li a {display:block; color:#333; font-size:18px; font-weight:500; line-height:60px;}
.find-tab ul li.active {position:relative; z-index:2; border-color:var(--color-primary);}
.find-tab ul li.active:after {content:""; position:absolute; left:0; right:0; bottom:-4px; height:4px; background:#fff;}
.find-tab ul li.active a {color:var(--color-primary); font-weight:700;}
.find-content .group {margin-bottom:8px;}
.find-content .group .input {display:block; width:100%; height:54px; font-size:16px;}
.find-content .btn-pack {display:block; width:100%; margin-top:10px;}
.find-content .btn-pack.focus {margin-top:30px;}
.find-content .btn-pack.xlarge {font-weight:500;}
.find-result {text-align:center; padding:34px 42px; color:#505050; font-size:18px; font-weight:400; line-height:1.75em; background:#fafafa; border-top:2px solid var(--color-primary); border-bottom:1px solid #ddd;}
.find-result h4 {font-size:22px; font-weight:700; line-height:1.4em; margin-bottom:20px;}
.find-result p:first-child {margin-bottom:10px;}
.find-result .name {color:var(--color-primary); font-size:30px; font-weight:700; line-height:1.5em;}

/* 회원탈퇴 */
.member-leave .txt {text-align:center; color:#505050; line-height:1.7em; margin-bottom:40px;}
.member-leave .txt .tit {color:#333; font-size:20px; line-height:1.5em; margin-bottom:15px;}
.member-leave .form {max-width:500px; margin:0 auto var(--space-60); color:#242424; line-height:1.5em;}
.member-leave .form .group {margin-bottom:var(--space-25);}
.member-leave .form .group:last-child {margin-bottom:0;}
.member-leave .form .group .label-tt {margin-bottom:7px; color:#242424; font-weight:600; display:block;}
.member-leave .form .group .input {height:60px; border-radius:6px; width:100%;}

.mem-title {margin-bottom:var(--space-25); border-bottom:1px solid #242424;}
.mem-title h2 {padding-bottom:15px; font-size:var(--font-size-22); font-weight:600; color:#242424; letter-spacing:-.03em;}

.internship ol {padding:0 var(--space-20) var(--space-50);}
.internship li {margin-bottom:10px; line-height:1.4em;}
.internship li:last-child {margin-bottom:0;}

/* 사인패드 */
.signform {margin-top:var(--space-70); text-align:center;}
.signform .today {margin-bottom:var(--space-30);}
.signform .today .date {margin-bottom:15px; font-size:var(--font-size-20); font-weight:600; color:#242424; letter-spacing:-.03em; line-height:1.5em;}

.canvasbx {position:relative; width:100%;}
.canvasbx .pad {border:1px solid #ddd; border-radius:20px;}
.canvasbx p {position:absolute; content:''; top:50%; left:50%; width:100%; color:#999; transform:translate(-50%, -50%); line-height:0;
-ms-user-select:none;
-moz-user-select:-moz-none;
-webkit-user-select:none;
-khtml-user-select:none;
user-select:none;}
.sigWrapper.current {border:none;}
.sigPad {max-width:350px; width:auto; margin:0 auto;}

.radiobtn-menu .radiobox {margin: 0; font-weight: 500; text-align: center;}
.radiobtn-menu ul li label {height:40px; padding: 0 15px; display:flex; align-items:center; justify-content:center; border-radius:5px;}
.radiobtn-menu ul li label:before {display:none;}
.radiobtn-menu ul li input + label {background-color: #f4f4f4; cursor:pointer;}
.radiobtn-menu ul li input:checked + label {color:#fff; background-color:var(--color-primary);}