@charset "utf-8";
/* 로그인 */
.login-area {max-width:470px; 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 .input {display:block; width:100%; height:54px; font-size:16px; }
.login-content .links {display:flex; justify-content:space-between; margin-top:16px; font-size:15px; color:#505050; font-weight:500; line-height:1.5em;}
.login-content .links a:hover {text-decoration:underline;}
.login-content .links .bar {display:inline-block; vertical-align:middle; margin:-.2em 10px 0; width:1px; height:10px; background:#ddd;}
.login-content .btn-pack {display:block; width:100%; margin-top:10px; }
.login-content .btn-pack.focus {margin-top:30px;}
.login-content .btn-pack.xlarge {font-weight:500;}

.sns-login {text-align:center; margin-top:60px;}
.sns-login .tit {position:relative; color:#484848; font-size:15px; font-weight:600; line-height:1.3em; margin-bottom:40px;}
.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:last-child { margin-bottom: 0; }
.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 .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 #121212; font-size:16px; line-height:1.5em;}
.join-form table th {padding:10px 15px; border:1px solid #ddd; background:#f4f4f4; font-weight:700; color:#333; height: 80px; }
.join-form table td {padding:10px 20px; border:1px solid #ddd; color:#505050;}
.join-form table td .btn-pack { height: 60px; line-height: 58px; font-weight: 600; }
.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 { height: 60px; }
.join-form input [readonly] {background-color:#fff; color:#505050;}
.join-form .help-text {display:inline-block; margin-left:10px; color:#767676;}
.join-form + .buttons {margin-top:80px; margin-bottom: 0; }
.join-form .belong { display: flex; gap: 5px; max-width: 460px; }
.join-form .belong select { width: calc(100%/3); }
.join-form .belong input { flex : 1 1 auto; min-width: 0; width: 1%; }
.join-form .item-fx { display: flex; gap: 10px 30px; flex-wrap: wrap; }

/* 가입완료 */
.join-complete {text-align:center;}
.join-complete .tit {color:var(--color-primary); font-size:28px; font-weight:700; line-height:1.4em; margin-bottom:30px;}
.join-complete .txt {color:#333; font-size:18px; 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:470px; 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:left; 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:100%; margin:0 0 40px; padding:50px; color:#666; font-size:16px; line-height:1.5em; background:#f9f9f9; border:1px solid #e5e5e5; border-radius:10px;}
.member-leave .form .group {display:flex; align-items:center; margin-bottom:20px;}
.member-leave .form .group:last-child {margin-bottom:0;}
.member-leave .form .group .label-tt {width:90px; color:#222; font-weight:700;}
.member-leave .form .group .text-id,
.member-leave .form .group .input {flex:1 1 auto; min-width:0; width:1%;} 

/* 마이페이지 */
.mypage-contain { max-width: 1660px; }
.mypage { display: flex; }
.mypage .mp-profile { max-width: 430px; width: 100%; }
.mypage .mp-profile .head { text-align: right; padding: 20px 25px; background: linear-gradient(90deg, #F7B22A 0%, #EA8700 61.06%); }
.mypage .mp-profile .info { position: relative; background: #fff; border: 1px solid #ddd; padding: 66px 10px 30px; border-top: none; }
.profile-thumb { width: 80px; margin: 0 auto 18px; position: absolute; left: 0; right: 0; top: -30px; }
.profile-thumb>div { padding-bottom: 100%; position: relative; display: block; overflow: hidden; border-radius: 100%; }
.profile-thumb>div img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: cover;}
.profile-thumb>div::after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; border-radius: 80px; border: 1px solid #ddd;}
.mypage .mp-profile .info .name { font-size: var(--font-size24); font-weight: 600; line-height: 1.5em; color: #121212; text-align: center; }
.mypage .mp-profile .info ul { margin: 30px 0;}
.mypage .mp-profile .info ul li { border-bottom: 1px solid #ddd; padding: 15px 0; line-height: 1.66em; display: flex; }
.mypage .mp-profile .info ul li .tt { width: 94px; padding-left: 10px; color: #121212; }
.mypage .mp-profile .info ul li .txt { flex: 1 1 auto; min-width: 0; width: 1%; }
.mypage .mp-profile .info ul li:last-child { border: none; padding-bottom: 0; }
.mypage .mp-profile .info .btns { display: flex; justify-content: center; gap: 10px; }
.mypage .mp-profile .info .btns a { width: 100px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid #ddd; color: #878787; font-weight: 600; line-height: 2em; }
.mypage .mp-profile .info .btns a.active { border-color: var(--color-primary); background: var(--color-primary); color: #fff; }
.mypage .contents { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 100px; }
.mypage-tit { font-size: var(--font-size32); font-weight: 600; line-height: 1.2em; color: #121212; margin-bottom: 40px; }
.mypage-tit span { font-size: 16px; color: #878787; line-height: 1.2em; font-weight: 300; display: inline-block; padding-left: 20px; }
.mypage-tit span strong { color: #121212; font-weight: 600; }
.mypage-titbox { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.mypage-titbox .mypage-tit { margin-bottom: 0; }
.mypage-titbox a { display: flex; gap: 15px; align-items: center; color: #121212; font-weight: 600; line-height: 1em; }
.mypage-apply-list { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 100px; }
.mypage-apply-list .item { width: calc(100%/2 - 10px); }
.mypage-apply-list .item a { display: block; padding: 40px; border: 1px solid #ddd; }
.mypage-apply-list .item .status { display: inline-block; padding: 8px 12px; font-size: 14px; line-height: 1em; font-weight: 300; border: 1px solid var(--color-primary); color: var(--color-primary); border-radius: 20px; background: rgba(234, 135, 0, 0.03); }
.mypage-apply-list .item .status.complete { border-color: #ddd; background: #f3f3f3; color: #878787; }
.mypage-apply-list .item .tt { margin: 20px 0; color: #121212; font-size: var(--font-size22); font-weight: 600; line-height: 1.3em; }
.mypage-apply-list .item .date { position: relative; padding-left: 26px; font-size: 14px; line-height: 1.2em; color: #878787; font-weight: 400; }
.mypage-apply-list .item .date::before { content: ""; position: absolute; left: 0; top: 0; width: 16px; height: 16px; background: url(../images/member/date-icon.png) center no-repeat; background-size: contain; }
.mypage-board { display: flex; gap: 50px; flex-wrap: wrap;}
.mypage-board>div { width: calc(100%/2 - 25px); }
.mypage-board ul li a { padding: 24px 10px; display: flex; border-bottom: 1px solid #ddd; color: #121212; font-weight: 400; line-height: 1.2em; }
.mypage-board ul li .tt { color: #121212; padding-right: 15px; flex: 1 1 auto; min-width: 0; width: 1%; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; line-height: 1.4em; }
.mypage-board ul li .date { color: #878787; font-size: 14px; line-height: 1.4em; }