@charset "utf-8";

/* ==============================
 * 공통
================================= */
input[type=text], input[type=password], input[type=button], input[type=submit], button, textarea {-webkit-appearance:none}
#member-box {}

/* ==============================
 * 회원관련
================================= */
/** -- 박스디자인1 */
.boxDesign1 {margin:0 auto;box-sizing:border-box;position:relative}
.boxDesign1:before,
.boxDesign1:after {content:"";display:block;position:absolute;left:0;top:0;background:#002752}
.boxDesign1:before {width:4px;height:150px}
.boxDesign1:after {width:100%;height:4px}
@media all and (max-width:599px) {
	.boxDesign1:before,
	.boxDesign1:after {left:auto;right:0}
	.boxDesign1:before {height:50px}
}
@media all and (max-width:499px) {
	.boxDesign1:before {height:30px}
}

/** -- 로그인 */
.login_wrap {max-width:1000px;padding:57px 105px 60px 495px}
.login_wrap .login-msg {position:absolute;width:495px;height:100%;line-height:1;left:0;top:0;text-align:center}
.login_wrap .login-msg:before {content:"";display:inline-block;width:0;height:100%;vertical-align:middle}
.login_wrap .login-msg .txtBox {display:inline-block;vertical-align:middle;line-height:1}
.login_wrap .login-msg .txtBox:before {content:"";display:block;width:115px;height:95px;margin:0 auto 28px;background:url(/resources/_Img/Member/member_spr.png) no-repeat}
.login_wrap .login-msg .txtBox .txt {display:block;text-align:center}
.login_wrap .login-msg .txtBox .txt span {display:block;line-height:1.2}
.login_wrap .login-msg .txtBox .txt .e1 {font-family:address-sans-pro, sans-serif;color:#333;font-size:2.222em;font-weight:600}
.login_wrap .login-msg .txtBox .txt .k1 {color:#848484;letter-spacing:-.05em;margin:18px 0 0}
.login_wrap .login-frm {display:block}
.login_wrap .login-frm .form {display:block}
.login_wrap .login-frm .form li {display:block;box-sizing:border-box;position:relative;padding:5px 10px 5px 40px;margin:0 0 5px 0;background:#f7f7f7}
.login_wrap .login-frm .form li:last-child {margin:0}
.login_wrap .login-frm .form li label {display:block;position:absolute;width:20px;height:20px;left:17px;top:50%;transform:translateY(-50%);font-size:0;background:url(/resources/_Img/Member/member_spr.png) no-repeat}
.login_wrap .login-frm .form li input {display:block;width:100%;height:50px;line-height:50px;border:0;padding:0 11px;margin:0;box-sizing:border-box;background:transparent;font-size:.889em;color:#333}
.login_wrap .login-frm .form li input::placeholder {color:#888;letter-spacing:-.025em}
.login_wrap .login-frm .form li.id label {background-position:-209px 0}
.login_wrap .login-frm .form li.pw label {background-position:-239px 0}
.login_wrap .login-frm .guide {display:block;margin:10px 0 0;line-height:1.2;box-sizing:border-box;padding:15px;border:1px solid #ddd;border-radius:3px}
.login_wrap .login-frm .guide span {display:inline;font-size:1em;letter-spacing:-.05em;line-height:1.2;color:#333;box-shadow:0 1px 0 #fff inset, 0 -12px 0 #eaeaea inset}
.login_wrap .login-frm .util {position:relative;margin:7px 0 0}
.login_wrap .login-frm .util .chks {display:inline-block}
.login_wrap .login-frm .util .chks label {font-size:.889em}
.login_wrap .login-frm .util .join {display:block;position:absolute;line-height:1;font-size:14px;letter-spacing:-.05em;padding:8px 0;right:0;top:3px;transition:all .3s ease}
.login_wrap .login-frm .util .join:after {content:"";display:block;position:absolute;width:100%;height:1px;left:0;bottom:0;background:#8b8b8b;transition:all .3s ease}
.login_wrap .login-frm .util .join:focus,
.login_wrap .login-frm .util .join:hover {color:#0061ba}
.login_wrap .login-frm .util .join:focus:after,
.login_wrap .login-frm .util .join:hover:after {background:#0061ba}
.login_wrap .login-frm .link {margin:28px 0 0}
.login_wrap .login-frm .link > * {display:block;width:100%;margin:0 0 8px;box-sizing:border-box;text-align:center;line-height:1;position:relative;max-width:none}
.login_wrap .login-frm .link > *:after {content:"";display:block;position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(0, 0, 0, .2);opacity:0;transition:all .3s ease}
.login_wrap .login-frm .link > *:last-child {margin:0}
.login_wrap .login-frm .link > * span {display:inline-block;position:relative;z-index:1}
.login_wrap .login-frm .link > *:focus:after,
.login_wrap .login-frm .link > *:hover:after {opacity:1}
.login_wrap .login-frm .link > * > span {font-size:18px}
.login_wrap .login-frm .link .btn-login {border:1px solid #0061ba;background:#0061ba;color:#fff;height:60px;line-height:60px}
.login_wrap .login-frm .link .btn-search {border:1px solid #ccc;background:#fff;color:#444;height:60px;line-height:60px}

.login_wrap .btn-login {width:100%;border:1px solid #0061ba;background:#0061ba;color:#fff;font-weight:700;height:60px;line-height:60px;border-radius: 60px;margin-top:15px}


@media all and (max-width:1099px) {
	.login_wrap {padding:50px 50px 50px 450px}
	.login_wrap .login-msg {width:450px}
}
@media all and (max-width:999px) {
	.login_wrap .login-frm .link > * > span {font-size:17px}
}
@media all and (max-width:899px) {
	.login_wrap {padding:30px 30px 30px 400px}
	.login_wrap .login-msg {width:400px}
}
@media all and (max-width:799px) {
	.login_wrap {padding:20px 0 20px 260px}
	.login_wrap .login-msg {width:260px}
}
@media all and (max-width:768px) {
	.login_wrap .login-frm .util .join {top:-3px}
	.login_wrap .login-frm .util .chks label {padding-top:3px}
	.login_wrap .login-frm .link > * > span {font-size:16px}
}
@media all and (max-width:599px) {
	.login_wrap {padding:10px 0 20px}
	.login_wrap .login-msg {position:relative;left:auto;top:auto;width:auto;margin:0 0 20px;text-align:left}
	.login_wrap .login-msg .txtBox {display:block;box-sizing:border-box;position:relative;padding:0 0 0 100px}
	.login_wrap .login-msg .txtBox:before {width:80px;height:66px;margin:0;background-size:224px auto;position:absolute;left:0;top:0}
	.login_wrap .login-msg .txtBox .txt {text-align:left}
	.login_wrap .login-msg .txtBox .txt .k1 {margin:5px 0 0}
	.login_wrap .login-frm .form li label {left:15px}
	.login_wrap .login-frm .form li input {height:40px;line-height:40px}
	.login_wrap .login-frm .link .btn-login {height:50px;line-height:50px;font-size:1em}
	.login_wrap .login-frm .link .btn-search {height:50px;line-height:50px;font-size:1em}
}
@media all and (max-width:499px) {
	.login_wrap .login-msg .txtBox:before {width:56px;height:46px;background-size:157px auto;top:-3px}
	.login_wrap .login-msg .txtBox {padding:0 0 0 65px}
	.login_wrap .login-msg .txtBox .txt span {line-height:1}
	.login_wrap .login-msg .txtBox .txt .e1 {font-size:1.5em}
	.login_wrap .login-frm .util .chks label {padding-top:4px}
	.login_wrap .login-frm .link {margin:15px 0 0}
	.login_wrap .login-frm .link > * > span {font-size:15px}
}

/** -- 비밀번호 변경 */
.pwChange-wrap {padding:77px 0 75px;border-bottom:2px solid #e7e7e7}
.pwChange-wrap .pwChange-msg {position:absolute;left:122px;top:60px;line-height:1;text-align:left;width:640px}
.pwChange-wrap .pwChange-msg .txtBox {line-height:1}
.pwChange-wrap .pwChange-msg .txtBox:before {content:"";display:block;width:100px;height:100px;margin:0 0 34px -13px;background:url(/resources/_Img/Member/member_spr.png) no-repeat 0 -281px}
.pwChange-wrap .pwChange-msg .txtBox .tit {font-size:1.333em;font-weight:500;line-height:1.2;color:#000}
.pwChange-wrap .pwChange-msg .txtBox .txt1 {font-size:0.944em;line-height:1.7647;margin:22px 0 0}
.pwChange-wrap .pwChange-msg .txtBox .txt2 {margin:15px 0 0}
.pwChange-wrap .pwChange-msg .txtBox .txt2 strong {font-weight:500}
.pwChange-wrap .pwChange-frm {width:520px;margin:0 40px 0 auto}
.pwChange-wrap .pwChange-frm .form {display:block;padding:0 100px 0 0;box-sizing:border-box}
.pwChange-wrap .pwChange-frm .form li {display:block;margin:0 0 5px}
.pwChange-wrap .pwChange-frm .form li:last-child {margin:0}
.pwChange-wrap .pwChange-frm .form li input {display:block;width:100%;border:0;box-sizing:border-box;padding:0 18px;margin:0;height:55px;line-height:55px;background:#f7f7f7;font-size:16px !important;color:#444 !important}
.pwChange-wrap .pwChange-frm .form li input::placeholder {color:#888}
.pwChange-wrap .pwChange-frm .gmsg {padding:10px 0 0}
.pwChange-wrap .pwChange-frm .gmsg p {font-size:.889em;line-height:1.3;margin:0 0 5px}
.pwChange-wrap .pwChange-frm .gmsg p:last-child {margin:0}
.pwChange-wrap .pwChange-frm .util {display:block;padding:0 100px 0 0;box-sizing:border-box;overflow:hidden;margin:24px 0 0}
.pwChange-wrap .pwChange-frm .util > * {display:block;width:49%;min-width:0;max-width:none;margin:0 2% 0 0;float:left}
.pwChange-wrap .pwChange-frm .util > *:last-child {margin:0}
@media all and (max-width:1399px) {
	.pwChange-wrap .pwChange-msg {left:50px;width:600px}
	.pwChange-wrap .pwChange-frm {width:440px;margin:0 70px 0 auto}
	.pwChange-wrap .pwChange-frm .form {padding:0}
	.pwChange-wrap .pwChange-frm .util {padding:0}
}
@media all and (max-width:1199px) {
	.pwChange-wrap .pwChange-msg {width:500px}
	.pwChange-wrap .pwChange-msg .txtBox:before {margin:0 0 20px -13px}
	.pwChange-wrap .pwChange-msg .txtBox .txt1 br {display:none}
	.pwChange-wrap .pwChange-msg .txtBox .txt2 {margin:10px 0 0}
	.pwChange-wrap .pwChange-frm {width:400px;margin:0 40px 0 auto}
}
@media all and (max-width:1099px) {
	.pwChange-wrap .pwChange-msg {left:30px;width:420px}
	.pwChange-wrap .pwChange-frm {width:340px}
}
@media all and (max-width:899px) {
	.pwChange-wrap {padding:40px 0 40px}
	.pwChange-wrap .pwChange-msg {position:relative;width:auto;left:auto;top:auto;text-align:center;transform:none;box-sizing:border-box;padding:0 30px}
	.pwChange-wrap .pwChange-msg .txtBox:before {display:inline-block;margin:0;vertical-align:middle;width:50px;height:50px;background-size:160px auto;background-position:0 -140px}
	.pwChange-wrap .pwChange-msg .txtBox .tit {display:inline-block;margin:0;vertical-align:middle}
	.pwChange-wrap .pwChange-msg .txtBox .txt2 .info-ex01 {display:inline-block}
	.pwChange-wrap .pwChange-frm {width:auto;margin:20px 0 0}
}
@media all and (max-width:699px) {
	.pwChange-wrap {padding:20px 0}
	.pwChange-wrap .pwChange-frm .util {margin:15px 0 0}
}
@media all and (max-width:599px) {
	.pwChange-wrap .pwChange-msg {text-align:left;padding:0 20px 0 0}
	.pwChange-wrap .pwChange-msg .txtBox:before {margin:0 0 0 -5px}
	.pwChange-wrap .pwChange-msg .txtBox .txt1 {margin:10px 0 0}
}
@media all and (max-width:499px) {
	.pwChange-wrap .pwChange-msg {padding:0}
}

/** -- 회원탈퇴 */
.leave-wrap {padding:86px 0 44px;border-bottom:2px solid #e7e7e7}
.leave-wrap .leave-msg {position:absolute;left:122px;top:80px;line-height:1;text-align:left;margin:4px 0 0;width:500px}
.leave-wrap .leave-msg .txtBox {line-height:1}
.leave-wrap .leave-msg .txtBox:before {content:"";display:block;width:100px;height:100px;margin:0 0 28px -13px;background:url(/resources/_Img/Member/member_spr.png) no-repeat -110px -281px}
.leave-wrap .leave-msg .txtBox .tit {font-size:1.333em;font-weight:500;line-height:1.2;color:#000}
.leave-wrap .leave-msg .txtBox .txt1 {font-size:0.944em;line-height:1.7647;margin:21px 0 0}
.leave-wrap .leave-msg .txtBox .txt2 {margin:15px 0 0}
.leave-wrap .leave-msg .txtBox .txt2 strong {font-weight:500}
.leave-wrap .leave-frm {width:662px;margin:0 44px 0 auto}
.leave-wrap .leave-frm .form {display:block;padding:0;box-sizing:border-box}
.leave-wrap .leave-frm .form li {display:block;margin:0 0 15px}
.leave-wrap .leave-frm .form li:last-child {margin:0}
.leave-wrap .leave-frm .form li input,
.leave-wrap .leave-frm .form li textarea {display:block;width:100%;border:0;box-sizing:border-box;margin:0;background:#f7f7f7;font-size:16px !important;color:#444 !important}
.leave-wrap .leave-frm .form li input {height:55px;line-height:55px;padding:0 18px}
.leave-wrap .leave-frm .form li input::placeholder {color:#888}
.leave-wrap .leave-frm .form li textarea {padding:18px;height:213px;resize:none}
.leave-wrap .leave-frm .form dl {display:block;box-sizing:border-box;position:relative;padding:0 0 0 142px}
.leave-wrap .leave-frm .form dl dt {position:absolute;font-size:.944em;left:0;font-weight:500;color:#333;line-height:1.2}
.leave-wrap .leave-frm .form dl dt label {}
.leave-wrap .leave-frm .form dl dt label .nec {display:inline-block;line-height:1;font-size:0;vertical-align:middle}
.leave-wrap .leave-frm .form dl dt label .nec:after {content:"*";display:inline-block;line-height:1;font-size:24px;color:#2396b7;vertical-align:middle;margin:-6px 0 0 5px;width:10px;height:10px}
.leave-wrap .leave-frm .form dl dd {font-size:.889em;box-sizing:border-box;position:relative}
.leave-wrap .leave-frm .form dl.hasTxt dt {top:13px}
.leave-wrap .leave-frm .form dl.hasTxt dd {padding:0 0 0 21px;line-height:45px;height:45px}
.leave-wrap .leave-frm .form dl.hasTxt dd:before {content:"";display:block;position:absolute;width:1px;height:15px;background:#acacac;left:0;top:50%;transform:translateY(-50%)}
.leave-wrap .leave-frm .form dl.hasInp dt {top:17px}
.leave-wrap .leave-frm .form dl.hasInp dd {min-height:45px}
.leave-wrap .leave-frm .util {display:block;padding:0 0 0 142px;box-sizing:border-box;overflow:hidden;margin:30px 0 0}
.leave-wrap .leave-frm .util a {display:block;width:49%;min-width:0;max-width:none;margin:0 2% 0 0;float:left}
.leave-wrap .leave-frm .util a:last-child {margin:0}
@media all and (max-width:1399px) {
	.leave-wrap .leave-msg {left:50px;width:500px}
	.leave-wrap .leave-frm {width:600px}
}
@media all and (max-width:1299px) {
	.leave-wrap .leave-msg {width:600px}
	.leave-wrap .leave-frm {width:500px;margin:0 20px 0 auto}
	.leave-wrap .leave-frm .form dl {padding:0 0 0 100px}
	.leave-wrap .leave-frm .util {padding:0 0 0 100px}
}
@media all and (max-width:1199px) {
	.leave-wrap .leave-msg {width:500px}
	.leave-wrap .leave-msg .txtBox .txt1 br {display:none}
	.leave-wrap .leave-msg .txtBox .txt2 {margin:10px 0 0}
}
@media all and (max-width:1099px) {
	.leave-wrap .leave-msg {left:30px;width:400px}
	.leave-wrap .leave-frm {width:400px}
}
@media all and (max-width:999px) {
	.leave-wrap .leave-frm .form dl dt label .nec:after {margin:-8px 0 0 5px}
}
@media all and (max-width:899px) {
	.leave-wrap {padding:40px 0 40px}
	.leave-wrap .leave-msg {position:relative;width:auto;left:auto;top:auto;text-align:center;transform:none;box-sizing:border-box;padding:0 30px}
	.leave-wrap .leave-msg .txtBox:before {display:inline-block;margin:0;vertical-align:middle;width:50px;height:50px;background-size:160px auto;background-position:-55px -140px}
	.leave-wrap .leave-msg .txtBox .tit {display:inline-block;margin:0;vertical-align:middle}
	.leave-wrap .leave-msg .txtBox .txt2 .info-ex01 {display:inline-block}
	.leave-wrap .leave-frm {width:auto;margin:20px 0 0}
	.leave-wrap .leave-frm .form dl.hasTxt dt {top:1px}
	.leave-wrap .leave-frm .form dl.hasTxt dd {height:20px;line-height:20px}
}
@media all and (max-width:699px) {
	.leave-wrap {padding:20px 0}
	.leave-wrap .leave-frm .util {margin:15px 0 0}
}
@media all and (max-width:599px) {
	.leave-wrap .leave-msg {text-align:left;padding:0 20px 0 0}
	.leave-wrap .leave-msg .txtBox:before {margin:0 0 0 -5px}
	.leave-wrap .leave-msg .txtBox .txt1 {margin:10px 0 0}
}
@media all and (max-width:499px) {
	.leave-wrap .leave-msg {padding:0}
	.leave-wrap .leave-frm .form dl.hasTxt {padding:0 0 0 60px}
	.leave-wrap .leave-frm .form dl.hasTxt dt {}
	.leave-wrap .leave-frm .form dl.hasInp {padding:0}
	.leave-wrap .leave-frm .form dl.hasInp dt {position:relative;left:auto;top:auto;margin:0 0 10px}
	.leave-wrap .leave-frm .util {padding:0}
}

/** -- 회원가입 플로우 */
.member-step {width:100%;overflow:hidden;position:relative;box-sizing:border-box;padding:0 51px}
.member-step:after {content:"";display:block;position:absolute;width:100%;height:100%;left:0;top:0;box-sizing:border-box;border:4px solid #ececec;z-index:-1}
.member-step li {display:block;position:relative;float:left;width:22.7272%;margin:0 3.0304% 0 0;box-sizing:border-box;padding:48px 0  34px}
.member-step li .sMsgWr {border-bottom:2px solid #f2f2f2;padding:0 0 28px;box-sizing:border-box;position:relative}
.member-step li .sMsgWr span {display:block;line-height:1.2;box-sizing:border-box}
.member-step li .sMsgWr .sNum {font-family:address-sans-pro, sans-serif;letter-spacing:.05em;font-size:15px}
.member-step li .sMsgWr .sTit {font-size:1.278em;letter-spacing:-.05em;color:#333;margin:2px 0 0 -2px}
.member-step li .sMsgWr .sArr {display:block;position:absolute;width:36px;height:36px;border-radius:50%;background:#ccc;right:1px;top:12px}
.member-step li .sMsgWr .sArr:after {content:"";display:block;position:absolute;width:9px;height:9px;border:solid;border-width:2px 2px 0 0;border-color:#fff #fff transparent transparent;top:0;right:0;bottom:0;left:0;margin:auto 15px auto auto;transform:rotate(45deg)}
.member-step li.active {}
.member-step li.active:before {content:"";display:block;position:absolute;width:0;height:0;border:solid;border-width:14px 12px 0;border-color:#0061ba transparent transparent transparent;left:4px;top:0}
.member-step li.active .sMsgWr {border-color:#7d8388}
.member-step li.active .sMsgWr .sArr {background:#7d8388}
.member-step li:last-child {margin:0}
.member-step li:last-child .sMsgWr .sArr:after {width:14px;height:6px;transform:rotate(135deg);margin:12px 10px auto auto}
.member-step li:last-child.active .sMsgWr .sArr {background:#002752}
@media all and (max-width:999px) {
	.member-step {padding:0 30px}
	.member-step li {padding:40px 0 30px}
	.member-step li .sMsgWr {padding:0 0 10px}
	.member-step li .sMsgWr .sTit {font-size:1.111em;margin:0 0 0 -2px}
	.member-step li .sMsgWr .sArr {width:25px;height:25px;right:10px;top:17px}
	.member-step li .sMsgWr .sArr:after {width:6px;height:6px;margin:auto 10px auto auto}
	.member-step li.active:before {left:0}
	.member-step li:last-child .sMsgWr .sArr:after {width:10px;height:4px;margin:8px 7px auto auto}
}
@media all and (max-width:899px) {
	.member-step {padding:0 20px}
	.member-step li {padding:25px 0 20px;width:24%;margin:0 1.3333% 0 0}
	.member-step li.active:before {border-width:10px 8px 0}
}
@media all and (max-width:699px) {
	.member-step {padding:0}
	.member-step:after {display:none}
	.member-step li {padding:0;width:49%;margin:0 2% 15px 0}
	.member-step li:nth-last-child(-n+2) {margin-bottom:0}
	.member-step li:nth-child(2n),
	.member-step li:last-child {margin-right:0}
	.member-step li.active:before {display:none}
	.member-step li.active .sMsgWr span {color:#0061ba}
}
@media all and (max-width:399px) {
	.member-step li {width:100%;margin:0 0 15px}
	.member-step li .sMsgWr .sArr {right:0;top:16px}
	.member-step li:nth-last-child(-n+2) {margin-bottom:15px}
	.member-step li:nth-child(2n),
	.member-step li:last-child {margin-right:0}
	.member-step li:last-child {margin-bottom:0}
	.member-step li:not(:last-child) .sMsgWr .sArr {transform:rotate(90deg)}
}

/** -- 약관동의 */
.agree-cont .agrTit {float:left}
.agree-cont .agrNec {float:right;color:#ed3b3b;margin-top:15px}
.agree-cont .agrPkgWr {background:#f7f7f7;box-sizing:border-box;padding:45px 49px 49px;clear:both}
.agree-cont .agrPkgWr .agrBox {}
.agree-cont .agrPkgWr .agrBox .agrTxt {height:280px;overflow-y:auto}
.agree-cont .agrPkgWr .agrBox .agrTxt > *:last-child {margin:0}
.agree-cont .agrPkgWr .agrBox .agrTxt .agrsTit1 {display:block;line-height:1.2;font-size:1.278em;color:#002752;font-weight:500;margin:0 0 11px}
.agree-cont .agrPkgWr .agrBox .agrTxt .agrsTxt1 {font-size:.944em;margin:0 0 10px}
.agree-cont .agrPkgWr .agrBox .agrTxt .agrsLst1 {margin:0 0 10px}
.agree-cont .agrPkgWr .agrBox .agrTxt .agrsLst1 li {padding-left:160px}
.agree-cont .agrPkgWr .agrBox .agrTxt .agrsLst1 li .tit {width:120px}
.agree-cont .agrPkgWr .agrChk {display:block;box-sizing:border-box;position:relative;background:#fff;text-align:center;margin:49px 0 0;padding:29px 20px 31px}
.agree-cont .agrAllWr {box-sizing:border-box;border:5px solid #ddd;margin:20px 0 0;text-align:center;padding:20px}
.agree-cont.singlePg .agrPkgWr {background:none;padding:0}
.agree-cont.singlePg .agrPkgWr .agrBox {}
.agree-cont.singlePg .agrPkgWr .agrBox .agrTxt {height:auto;overflow-y:hidden}
@media all and (max-width:1099px) {
	.agree-cont .agrPkgWr {padding:30px}
	.agree-cont .agrPkgWr .agrBox .agrTxt .agrsTit1 {font-size:1.111em}
	.agree-cont .agrPkgWr .agrChk {margin:30px 0 0}
}
@media all and (max-width:799px) {
	.agree-cont .agrPkgWr {padding:20px}
	.agree-cont .agrPkgWr .agrChk {margin:20px 0 0;padding:15px 10px}
}
@media all and (max-width:699px) {
	.agree-cont .agrPkgWr .agrBox .agrTxt .agrsLst1 li {padding-left:15px}
	.agree-cont .agrPkgWr .agrBox .agrTxt .agrsLst1 li .tit {position:relative;left:auto;top:auto}
	.agree-cont .agrPkgWr .agrChk {padding:10px 10px 7px}
	.agree-cont .agrAllWr {padding:10px}
}

/** -- 아이디/비밀번호 찾기 */
.accfind-wrap {box-sizing:border-box;position:relative}
.accfind-wrap:after {content:"";display:block;position:absolute;width:100%;height:100%;left:0;top:0;box-sizing:border-box;border:2px solid #ddd;z-index:-1}
.accfind-wrap .find-box {display:flex;flex-flow:row;flex-wrap:wrap}
.accfind-wrap .find-box .find-inbox {display:inline-block;width:50%;box-sizing:border-box;position:relative;padding:69px 59px 61px}
.accfind-wrap .find-box .find-inbox.id {border-right:1px solid #e7e7e7}
.accfind-wrap .find-box .find-inbox.pw {}
.accfind-wrap .find-box .find-inbox > div {}
.accfind-wrap .find-box .find-inbox .find-top {position:relative;box-sizing:border-box;padding:0 80px 0 0}
.accfind-wrap .find-box .find-inbox .find-top:after {content:"";display:block;position:absolute;width:74px;height:74px;right:0;top:-8px;background:url(/resources/_Img/Member/member_spr.png) no-repeat}
.accfind-wrap .find-box .find-inbox .find-top span {display:block}
.accfind-wrap .find-box .find-inbox .find-top .sTit {font-size:1.278em;color:#000;font-weight:500;line-height:1.2}
.accfind-wrap .find-box .find-inbox .find-top .sTxt {font-size:0.944em;letter-spacing:-.05em;line-height:1.647;margin:10px 0 0;height:56px}
.accfind-wrap .find-box .find-inbox .find-lst {margin:30px 0 0;height:155px}
.accfind-wrap .find-box .find-inbox .find-lst li {display:block;box-sizing:border-box;position:relative;padding:0 0 0 142px;margin:0 0 10px}
.accfind-wrap .find-box .find-inbox .find-lst li:last-child {margin:0}
.accfind-wrap .find-box .find-inbox .find-lst label {display:block;position:absolute;font-size:.944em;font-weight:333;font-weight:500;left:0;top:50%;transform:translateY(-50%)}
.accfind-wrap .find-box .find-inbox .find-lst input {display:block;width:100%;box-sizing:border-box;border:1px solid #c2c4c6;background:#fff;height:45px;line-height:45px;margin:0;padding:0 15px}
.accfind-wrap .find-box .find-inbox .find-btn {text-align:right;margin:30px 0 0}
.accfind-wrap .find-box .find-inbox .find-id .find-top:after {background-position:-125px 0}
.accfind-wrap .find-box .find-inbox .find-pw .find-top:after {background-position:-125px -84px}
@media all and (max-width:1399px) {
	.accfind-wrap .find-box .find-inbox .find-top {padding:0 100px 0 0}
}
@media all and (max-width:1199px) {
	.accfind-wrap .find-box .find-inbox {padding:40px}
	.accfind-wrap .find-box .find-inbox .find-lst li {padding:0 0 0 100px}
}
@media all and (max-width:999px) {
	.accfind-wrap .find-box .find-inbox {padding:30px}
	.accfind-wrap .find-box .find-inbox .find-top {padding:0 60px 0 0}
	.accfind-wrap .find-box .find-inbox .find-top:after {width:52px;height:52px;top:-8px;background-size:224px auto}
	.accfind-wrap .find-box .find-inbox .find-top .sTxt {line-height:1.4;height:68px}
	.accfind-wrap .find-box .find-inbox .find-lst {margin:15px 0 0}
	.accfind-wrap .find-box .find-inbox .find-btn {margin:15px 0 0}
	.accfind-wrap .find-box .find-inbox .find-id .find-top:after {background-position:-87px 0}
	.accfind-wrap .find-box .find-inbox .find-pw .find-top:after {background-position:-87px -59px}
}
@media all and (max-width:799px) {
	.accfind-wrap .find-box .find-inbox .find-lst li {padding:0 0 0 60px}
	.accfind-wrap .find-box .find-inbox .find-btn {box-sizing:border-box;padding:0 0 0 60px}
	.accfind-wrap .find-box .find-inbox .find-btn a {display:block;width:100%;max-width:none}
}
@media all and (max-width:699px) {
	.accfind-wrap .find-box .find-inbox {width:100%}
	.accfind-wrap .find-box .find-inbox.id {border-right:0;border-bottom:1px solid #e7e7e7}
	.accfind-wrap .find-box .find-inbox .find-top .sTxt {height:auto}
	.accfind-wrap .find-box .find-inbox .find-lst {height:auto}
}
@media all and (max-width:599px) {
	.accfind-wrap .find-box .find-inbox {padding:20px}
	.accfind-wrap .find-box .find-inbox .find-lst li {margin:0 0 5px}
	.accfind-wrap .find-box .find-inbox .find-btn {padding:0;margin:10px 0 0}
}
@media all and (max-width:399px) {
	.accfind-wrap .find-box .find-inbox .find-top {padding:70px 0 0}
	.accfind-wrap .find-box .find-inbox .find-top:after {right:50%;top:0;transform:translateX(50%)}
}

/** -- 본인인증 */
.auth-wr {}
.auth-wr .rolePkg {box-sizing:border-box;position:relative;padding:43px 0 0 400px}
.auth-wr .rolePkg.pt0 {padding-top:0}
.auth-wr .roleH {position:absolute;width:400px;box-sizing:border-box;padding:0 20px 0 0;left:0;top:0}
.auth-wr .roleH:before {content:"";display:block;width:46px;height:56px;margin:0 0 29px 1px;background:url(/resources/_Img/Member/member_spr.png) no-repeat 0 -105px}
.auth-wr .roleH .sTit {display:block;line-height:1.2;font-size:1.278em;font-weight:500;color:#0061ba}
.auth-wr .roleH .sTxt {display:block;line-height:1.2;font-size:.944em;margin:9px 0 18px}
.auth-wr .roleB {box-sizing:border-box;background:#f7f7f7;padding:30px}
@media all and (max-width:1199px) {
	.auth-wr .rolePkg {padding:40px 0 0 300px}
	.auth-wr .roleH {width:300px;padding:0 20px 0 0}
	.auth-wr .roleB {padding:20px}
}
@media all and (max-width:999px) {
	.auth-wr .rolePkg {padding:0 0 0 250px}
	.auth-wr .roleH {width:250px;top:auto;bottom:0}
	.auth-wr .roleH .authBtn {display:block;width:100%;min-width:0;max-width:none}
}
@media all and (max-width:799px) {
	.auth-wr .rolePkg {padding:0}
	.auth-wr .roleH {position:relative;width:250px;bottom:auto;left:auto;margin:0 auto;text-align:center;padding:0}
	.auth-wr .roleH:before {display:inline-block;margin:0 0 15px}
	.auth-wr .roleB {margin:20px 0 0}
}
@media all and (max-width:499px) {
	.auth-wr .roleH {width:100%}
	.auth-wr .roleB {padding:15px}
}
@media all and (max-width:399px) {
	.auth-wr .roleB {padding:10px}
}

/** -- 회원구분( 일반회원, 기업회원 ) */
.memType {text-align:center;overflow:hidden}
.memType .rdos2 {display:inline-block;margin:0 3px;vertical-align:top}
.memType .rdos2 input {display:block;position:absolute;width:0;height:0;overflow:hidden;top:-9999em;left:-9999em;text-indent:-9999em;font-size:0;line-height:0;opacity:0;visibility:hidden}
.memType .rdos2 input + label {display:block;box-sizing:border-box;position:relative;border:1px solid #ccc;background:#fff;line-height:1;padding:18px 33px 22px;cursor:pointer;transition:all .3s ease}
.memType .rdos2 input + label:focus,
.memType .rdos2 input + label:hover {border-color:#0463bb}
.memType .rdos2 input + label span {display:inline-block;box-sizing:border-box;position:relative;padding:0 0 0 37px;font-size:.889em;letter-spacing:0;line-height:1;font-weight:500}
.memType .rdos2 input + label span:before {content:"";display:block;position:absolute;width:26px;height:26px;left:0;top:-4px;background:url(/resources/_Img/Member/member_spr.png) no-repeat}
.memType .rdos2 input:checked + label {border-color:#0463bb;background:#0463bb;color:#fff}
.memType .rdos2.Normal input + label span:before {background-position:-209px -30px}
.memType .rdos2.Corpor input + label span:before {background-position:-245px -30px}
.memType .rdos2.Normal input:checked + label span:before {background-position:-209px -66px}
.memType .rdos2.Corpor input:checked + label span:before {background-position:-245px -66px}
@media all and (max-width:999px) {
	.memType {margin:0 0 30px}
}
@media all and (max-width:699px) {
	.memType .rdos2 {display:block;margin:0;width:49%;margin:0 2% 0 0;float:left}
	.memType .rdos2:last-child {margin:0}
}

/** -- 회원가입완료 / 비밀번호 확인 / 회원탈퇴 공통 */
.memMsg {box-sizing:border-box;border:2px solid #ddd;padding:64px 20px 60px}
.memMsg .pkg {text-align:center}
.memMsg .msgBpx {text-align: center; }
.memMsg .msgBpx:before {content:"";display:block;width:100px;height:100px;margin:0 auto 15px;background:url(/resources/_Img/Member/member_spr.png) no-repeat}
.memMsg .msgBpx > * {display:block;line-height:1.3}
.memMsg .msgBpx .pTit {font-size:1.389em;color:#333;font-weight:500;letter-spacing:-.05em}
.memMsg .msgBpx .pTxt {font-size:0.944em;color:#444;letter-spacing:-.025em;margin:21px 0 0}
.memMsg .inpBox {width:100%;max-width:400px;margin:30px auto 0;box-sizing:border-box;position:relative;}/*padding:0 94px 0 0*/
.memMsg .inpBox input[type="password"] {display:block;width:100%;box-sizing:border-box;padding:0 15px;margin:0;height:45px;line-height:45px;border:1px solid #c2c4c6;min-width:0}
.memMsg .inpBox input[type="button"] {display:block;position:absolute;width:89px;right:0;top:0}

.memMsg .inpBox input[type="password"] + button{margin: 20px auto 0 auto; display:block; }

.memMsg .inpBox .sp-btn {}

/** ---- 회원가입 완료 */
.memMsg.complete .msgBpx:before {background-position:0 -171px}

/** ---- 회원정보 재확인 */
.memMsg.confirm .msgBpx:before {background-position:-220px -171px}

@media all and (max-width:599px) {
	.memMsg {padding:40px 20px}
	.memMsg .msgBpx:before {width:70px;height:70px;background-size:224px auto}
	.memMsg.complete .msgBpx:before {background-position:0 -120px}
	.memMsg.leave .msgBpx:before {background-position:-77px -120px}
	.memMsg.confirm .msgBpx:before {background-position:-154px -120px}
}
@media all and (max-width:499px) {
	.memMsg {padding:30px 20px 20px}
	.memMsg .msgBpx .pTit {font-size:1.222em}
}
@media all and (max-width:399px) {
	.memMsg .inpBox {width:100%;max-width:none;margin:20px 0 0;padding:0}
	.memMsg .inpBox input[type="button"] {position:relative;width:100%;right:auto;top:auto;margin:5px 0 0}
}

/** ---- 회원가입폼 */
.frmPkg-wr .frmBox.hasName .form {max-width:100%}
.frmPkg-wr .frmBox.hasId .form {max-width:500px;padding:0 95px 0 0}
.frmPkg-wr .frmBox.hasId .form .user_id {display:block;width:100%}
.frmPkg-wr .frmBox.hasId .form .user_idChk {display:block;position:absolute;width:90px;right:0;top:0}
.frmPkg-wr .frmBox.hasId .msg {display:inline-block;vertical-align:middle;margin:0 0 0 10px}
.frmPkg-wr .frmBox.hasPw1 .form {max-width:500px}
.frmPkg-wr .frmBox.hasPw1 .form .user_pw1 {display:block;width:100%}
.frmPkg-wr .frmBox.hasPw1 .msg {display:inline-block;vertical-align:middle;margin:0 0 0 10px}
.frmPkg-wr .frmBox.hasPw1 .msgPwChk1 {font-size:.944em}
.frmPkg-wr .frmBox.hasPw1 .msgPwChk1.show {margin:5px 0 0}
.frmPkg-wr .frmBox.hasPw1 .msgPwChk2 {font-size:.944em}
.frmPkg-wr .frmBox.hasPw1 .msgPwChk2.show {margin:5px 0 0}
.frmPkg-wr .frmBox.hasAddr .form {width:100%}
.frmPkg-wr .frmBox.hasAddr .form .addr1,
.frmPkg-wr .frmBox.hasAddr .form .addr2 {box-sizing:border-box;position:relative;line-height:0}
.frmPkg-wr .frmBox.hasAddr .form .addr1 {max-width:500px;padding:0 95px 0 0}
.frmPkg-wr .frmBox.hasAddr .form .addr1 .zipcode {display:block;width:100%}
.frmPkg-wr .frmBox.hasAddr .form .addr1 .zipcodeFind {display:block;position:absolute;width:90px;right:0;top:0}
.frmPkg-wr .frmBox.hasAddr .form .addr2 {margin:5px 0 0;padding:0 0 0 505px;width:100%}
.frmPkg-wr .frmBox.hasAddr .form .addr2 .address1 {display:block;position:absolute;width:500px;left:0;top:0}
.frmPkg-wr .frmBox.hasAddr .form .addr2 .address2 {display:block;width:100%}
.frmPkg-wr .frmBox.hasTel .form {max-width:500px;overflow:hidden}
.frmPkg-wr .frmBox.hasTel .form .tel {width:30%;float:left}
.frmPkg-wr .frmBox.hasTel .form .lnk.lnkTel {width:5%;float:left;text-align:center}
.frmPkg-wr .frmBox.hasEmail .form {display:inline-block;max-width:500px;overflow:hidden;vertical-align:middle}
.frmPkg-wr .frmBox.hasEmail .form .email1,
.frmPkg-wr .frmBox.hasEmail .form .email2 {width:30%;float:left}
.frmPkg-wr .frmBox.hasEmail .form .email3 {width:30%;float:right}
.frmPkg-wr .frmBox.hasEmail .form .lnk.lnkEmail {width:5%;float:left;text-align:center}
.frmPkg-wr .frmBox.hasEmail .msg {display:inline-block;vertical-align:middle;margin:0 0 0 10px;clear:both}
.frmPkg-wr .frmBox.hasCorpo .form {width:100%;max-width:500px}
.frmPkg-wr .frmBox.hasCorpo .form .cop_name {display:block;width:100%}
.frmPkg-wr .frmBox.hasBizno .form {width:100%;max-width:500px}
.frmPkg-wr .frmBox.hasBizno .form .biz_no {display:block;width:100%}
.frmPkg-wr .frmBox.hasCond .form {width:100%;max-width:500px}
.frmPkg-wr .frmBox.hasCond .form .cond_str {display:block;width:100%}
.frmPkg-wr .frmBox.hasSect .form {width:100%;max-width:500px}
.frmPkg-wr .frmBox.hasSect .form .sect_str {display:block;width:100%}
.frmPkg-wr .frmBox.hasCeo .form {width:100%;max-width:500px}
.frmPkg-wr .frmBox.hasCeo .form .ceo_str {display:block;width:100%}
.frmPkg-wr .frmBox.hasType .form {width:100%;max-width:500px}
.frmPkg-wr .frmBox.hasType .form .type_str {display:block;width:100%}
.frmPkg-wr .frmBox.hasInp1 .form {width:100%;max-width:500px}
.frmPkg-wr .frmBox.hasInp1 .form .inp1_str {display:block;width:100%}
.frmPkg-wr .frmBox.hasInp1 .form.hasNum {padding:0 40px 0 0}
.frmPkg-wr .frmBox.hasInp1 .form.hasNum .personNum {display:block;position:absolute;width:40px;text-align:right;height:45px;line-height:45px;right:0;top:0}
.frmPkg-wr .frmBox.hasInp2 .form {width:100%}
.frmPkg-wr .frmBox.hasInp2 .form .inp2_str {display:block;width:100%}
.frmPkg-wr .frmBox.hasAtta .form {width:100%;padding:0}
.frmPkg-wr .frmBox.hasAtta .form .atta_str {display:block;width:100%}
.frmPkg-wr .frmBox.hasAtta .form .atta_down {display:block;position:absolute;right:0;top:0;width:95px}
.frmPkg-wr .frmBox.hasBtn1 .form {width:100%}
.frmPkg-wr .frmBox.hasBtn1 .form .downBtn1 {display:inline-block;vertical-align:middle}
.frmPkg-wr .frmBox.hasBtn1 .form .downBtn1:before {height:45px}
.frmPkg-wr .frmBox.hasBtn1 .form .downMsg1 {display:inline-block;vertical-align:middle;margin:0 0 0 10px}
@media all and (max-width:1440px) {
	.frmPkg-wr .frmBox.hasPw1 .msg {display:block;margin:5px 0 0}
}
@media all and (max-width:1229px) {
	.frmPkg-wr .frmBox.hasId .msg {display:block;margin:5px 0 0}
	.frmPkg-wr .frmBox.hasEmail .msg {display:block;margin:5px 0 0}
}
@media all and (max-width:999px) {
	.frmPkg-wr .frmBox.hasAddr .form .addr2 {max-width:500px;padding:0}
	.frmPkg-wr .frmBox.hasAddr .form .addr2 .address1 {position:relative;width:100%;left:auto;top:auto;margin:0 0 5px}
}
@media all and (max-width:767px) {
	.frmPkg-wr .frmBox.hasBtn1 .form .downMsg1 {display:block;margin:0}
}
@media all and (max-width:640px) {
	.frmPkg-wr .frmBox.hasBtn1 .form .downBtn1 {display:block;width:100%;max-width:none}
}
@media all and (max-width:499px) {
	.frmPkg-wr .frmBox.hasTel .form .tel {width:28%}
	.frmPkg-wr .frmBox.hasTel .form .lnk.lnkTel {width:8%}
	.frmPkg-wr .frmBox.hasEmail .form .email1,
	.frmPkg-wr .frmBox.hasEmail .form .email2 {width:46%}
	.frmPkg-wr .frmBox.hasEmail .form .email3 {width:100%}
	.frmPkg-wr .frmBox.hasEmail .form .lnk.lnkEmail {width:8%;margin:5px 0 0}
}

/*임시 로그인 260518*/
.login-box-wr {position:relative;}
.login-box-wr:after {}
.login_wrap {width:calc(100% - 160px);margin:0 auto; border-radius: 20px; background:#f8f8f8; padding: 85px 80px;}
.login_wrap .loginCont {box-sizing:border-box;}
.login_wrap .loginTxt {color:#4F5C57;text-align:center; margin-bottom: 27px; }
.login_wrap .loginCont label {padding-left:8px;vertical-align:middle;}
.login_wrap .loginTitle {}
.login_wrap .loginTitle {display:block;  font-family: 'NexonLv1Gothic'; font-weight: 700; font-size: 45px; color:#005231;text-align:center;}
.login_wrap .login-tit p {}
.login_wrap .loginForm_wrap {max-width:500px;margin:0 auto 20px}
.login_wrap .loginCont .frm-wrap {position:relative;width:100%;margin:0 0 26px}
.login_wrap .loginCont .frm-wrap .frm-box {max-width:500px;margin:0 auto 20px}
.login_wrap .loginCont .frm-wrap .frm {}
.login_wrap .loginCont .loginInput_wrap .loginRow {position:relative;display:block;margin-bottom:10px;}
.login_wrap .loginCont .loginInput_wrap .loginRow .loginLabel {width:1px;height:1px;overflow:hidden;position:absolute;top:-9999em;left:-9999em;display:block;text-indent:-9999em;font-size:0px;line-height:0;}
.login_wrap .loginCont .loginInput_wrap .loginRow:last-child {margin-bottom:22px}
.login_wrap .loginCont .loginInput_wrap .loginRow input.text {border:0;width:100%;height:60px;line-height:60px;background:#fff;font-size:0.944em;color:#8C9D99;padding:0 22px 0 54px;margin:0;box-sizing:border-box; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1) }
.login_wrap .loginCont .loginInput_wrap .loginRow .loginInput {border:0;width:100%;height:60px;line-height:60px;background:#fff;font-size:0.944em;color:#8C9D99;padding:0 22px 0 54px;margin:0;box-sizing:border-box; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1) }
.login_wrap .loginCont .loginInput_wrap .loginRow input.text::-webkit-input-placeholder {color:#767676}
.login_wrap .loginCont .loginInput_wrap .loginRow input.text:-moz-placeholder {color:#767676}
.login_wrap .loginCont .loginInput_wrap .loginRow input.text::-moz-placeholder {color:#767676}
.login_wrap .loginCont .loginInput_wrap .loginRow input.text:-ms-input-placeholder {color:#767676}

.login_wrap .loginCont .loginInput_wrap .loginRow.frm-id:before,
.login_wrap .loginCont .loginInput_wrap .loginRow.frm-pw:before{content:''; display:block; width:30px; height: 30px; background-repeat: no-repeat; background-size: contain;position: absolute; top:50%; left: 15px; transform: translateY(-50%);}
.login_wrap .loginCont .loginInput_wrap .loginRow.frm-id:before{background-image:url(/_Img/Member/ico-pep-g.png)}
.login_wrap .loginCont .loginInput_wrap .loginRow.frm-pw:before{background-image:url(/_Img/Member/ico-rock.png)}

.loginFooter .frm +.chks{margin-top: -10px; }

.loginForm_wrap .loginFooter {display:block;text-align:center;position:relative ; width: 100%; max-width: 500px; display:flex; flex-direction: row; justify-content:flex-end; align-items:center; margin: 20px auto 0; gap: 25px; }
.login_wrap .loginCont .member-link li {position: relative;}
.login_wrap .loginCont .member-link li:not(:last-child):after{content:''; display: block; width:1px; height: 12px; background: #d9d9d9; position: absolute; top:50%; right:-14px; transform: translateY(-50%)}
.loginForm_wrap .loginFooter .loginLinks a{color:#487462; font-weight: 600; }
.loginForm_wrap .loginFooter a {display:block;cursor:pointer}
/* .login_wrap .loginCont .member-link li a span {display:block;position:relative;font-size:0.889em;box-sizing:border-box;transition:all .3s ease} */

.login_wrap .loginCont .btnLogin {font-size:1em;display:block;position:relative;width:100%;height:60px;border:0;cursor:pointer;background:linear-gradient(45deg,#05AD66 ,#1889D9);margin-top:22px; border-radius: 25rem; color: #fff;}
.login_wrap .loginCont .btnLogin span {display:inline-block;position:relative;line-height:1;font-size:0.944em;font-weight:500;color:#fff;z-index:2}
.login_wrap .loginCont .member-saveid {display:none}


/* 아이디/비번찾기 */
.mem-find-wr {}
.mem-find-wr .box{padding: 0 0 26px 22px;}
.mem-find-wr ul, .mem-find-wr li {list-style:none;}
.find-box {position:relative;display:flex; flex-direction: row; gap: 40px;}
/*.find-box:before {content:"";display:block;position:absolute;width:2000px;height:100%;background:#eee;left:50%;top:0;margin:0 0 0 -1000px;z-index:-1}
.find-box:after {content:"";display:block;clear:both}*/
.find-box .info-ex02 {display:block;width:100%;float:left;margin-bottom:27px}
.find-box > div {position:relative;width:calc(50% - 20px);padding:44px clamp(40px,4vw,75px); min-height:480px;background:#F8F8F8;border-radius: 20px; ;box-sizing:border-box}
.idpw-search-type {margin:10px 0 30px}
.idpw-search-type .rdos {line-height:1.7;margin:0 20px 0 0}

.find-box > div form{height: 100%; position:relative; }
.find-box h4 {margin:0 0 6px; font-size: 29px;}
.find-box .msg {font-size:0.941em;line-height:1.5;color:#444; margin-bottom: 20px; }
.find-box .msg span {display:block;}
.find-box .find-cont-wr {position:absolute; bottom: 0; width: 100%; }
.find-box .find-id .find-cont-wr{margin-bottom: 30px; }
.find-box .find-cont-wr .find-cont-inwr {}
.find-box .find-cont {display:block;padding:1px 0 0}
.find-box .find-cont li {margin-bottom: 10px; }
.find-box .find-cont label {display:inline-block;width:80px;font-size:14px;font-weight:bold;color:#333;}
.find-box input.text {display:block;height:55px;background:#fff; border-radius: 10px; padding:0 15px;width:100%;box-sizing:border-box;margin:0 ; box-shadow: 0 0 10px rgba(0,0,0,0.1); border:0; }
.find-box button {display:block;width:100%;height:60px;line-height:60px;text-align:center; border-radius: 25rem;background: linear-gradient(45deg,#05AD66,#1889D9); margin-top: 20px;  }

/*아이디,비번 찾기 결과*/
.mem-find-rst {}
.mem-find-rst ul, .mem-find-rst li {list-style:none;}
.mem-find-rst .rst-txt {font-size:15px;text-align:center;padding:15px;margin-bottom:15px;background:#f5f5f5;border-radius: 20px;display:flex; flex-direction:row; column-gap: 6px; ; align-items:center; justify-content:center; height:100px; column-gap:6px; flex-wrap: wrap; line-height: 1.2; align-content:center;  row-gap: 4px; word-break: break-all; }
.mem-find-rst .rst-txt:has(+.c-list02){margin-bottom: 4px; }
.mem-find-rst .rst-txt +.c-list02{margin-bottom: 10px;}
.mem-find-rst .rst-txt +.c-list02 .cred{padding-left:0; }
.mem-find-rst .rst-info{padding:15px;text-align:center;font-size:12px;margin-bottom:15px;background:#eaeaea;}
.mem-find-rst .rst-btns {text-align:center;}
.mem-find-rst .rst-btns button{width: 50%; max-width: 120px; height: 46px; }
.mem-find-rst .rst-btns .bp-btn{}
.mem-find-rst .rst-btns .bg-btn{}

.mem-find-rst .ans-box {border-top:1px solid #DDD;padding-top:1.5em;margin-top:1em;}

/* 회원가입 - 단계 */
.m-join {padding-top:5px;}
.m-process {margin-bottom:30px;}
.m-process ol {display:flex; flex-direction: row; align-items: center;padding:0 clamp(10px,2vw ,36px); width: auto; background: #f8f8f8; border-radius: 30rem; gap: 60px; }
.stepNav_wrap .stepNav .step-item {display:block;position:relative;width:33%;  }
.stepNav_wrap .stepNav .step-item:last-child {margin:0}

.stepNav_wrap .stepNav .step-item:not(:last-child):before,
.stepNav_wrap .stepNav .step-item:not(:last-child):after {content:"";display:block;position:absolute; right:-40px; width: 10px; height: 3px; background:#999;  border-radius: 25rem;}
.stepNav_wrap .stepNav .step-item:not(:last-child):before{ top: calc(50% - 3px);transform: translateY(-50%) rotate(45deg)}
.stepNav_wrap .stepNav .step-item:not(:last-child):after{top: calc(50% + 3px);transform: translateY(-50%) rotate(-45deg)}

.stepNav_wrap .stepNav .step-item p {box-sizing:border-box;display:flex; flex-direction: row; justify-content:center; align-items:center; font-family:"NexonLv1Gothic"; gap: 12px; padding: 20px 0;border-radius: 25rem;}
.stepNav_wrap .stepNav .step-item p span {}
.stepNav_wrap .stepNav .step-item p span.step {width:31px; height: 31px; background: #F2F2F2; border-radius: 50%; font-size: 14px; display:flex; justify-content:center; align-items: center; }
.stepNav_wrap .stepNav .step-item p span.text {font-size: 20px; font-weight: 700; color:#999999; }
.stepNav_wrap .stepNav .step-item.over p { background: linear-gradient(135deg,#05AD66, #1889D9); }
.stepNav_wrap .stepNav .step-item.over p span.step{background:#fff; color:#06AC6B  }
.stepNav_wrap .stepNav .step-item.over p span.text{color:#fff;}
.stepNav_wrap .stepNav .step-item.over:not(:last-child):before,
.stepNav_wrap .stepNav .step-item.over:not(:last-child):after{background:#05AD66;}
.stepNav_wrap .stepNav .step-item:has( ~ li.over) p span.step{background:#888;color:#888; position:relative; }
.stepNav_wrap .stepNav .step-item:has( ~ li.over) p span.step:before{content:''; display:block; width:3px; height: 6px; background:#fff; border-radius: 2px; position: absolute; top:50%; left:50%; transform:translate(calc(-50% - 3px) , calc(-50% + 0.5px)) rotate(-45deg) ; }
.stepNav_wrap .stepNav .step-item:has( ~ li.over) p span.step:after{content:''; display:block; width:3px; height: 10px; background:#fff; border-radius: 2px; position: absolute; top:50%; left:50%; transform: translate(calc(-50% + 2px) , -50%) rotate(45deg); }






/* 회원가입 - 약관동의 */
.m-agree-notice{border-radius: 20px; background: linear-gradient(45deg,#05AD66,#1889D9);width: calc(100% - 6px); height: calc(100% - 6px);display:flex; justify-content:center; align-items:center; padding: 3px; margin-bottom: 70px; }
.m-agree-notice ul{background: #fff; border-radius: 17px; padding:50px 70px; display:flex; flex-direction: row; gap: 30px; align-items: center; font-weight: 400;color:#000; letter-spacing: 0.015rem; }

.m-agree {position:relative;overflow:hidden;}
.m-agree .m-agree-box {background: #f8f8f8; color: #000; border-radius: 20px; height: 200px;padding: 32px 20px 32px 0 }
.m-agree .m-agree-box article{padding:0 50px;overflow-y: auto ; height: 100%;}
.m-agree .m-agree-box article::-webkit-scrollbar{background: #d9d9d9; width: 8px; border-radius: 35rem; }
.m-agree .m-agree-box article::-webkit-scrollbar-thumb{background: #0051AD; border-radius: 35rem;}
.m-agree .m-agree-box *{word-break: normal}

.m-agree .agree-wr{display:flex; flex-direction: row; gap: 30px; align-items: center; margin-top:24px; justify-content: flex-end; }
.m-agree .agree-wr .chks input[type="checkbox"] + label:before,
.m-agree-conf .chks input[type="checkbox"] + label:before{border-radius: 50%; background: #fff; }
.m-agree .agree-wr .chks input[type="checkbox"]:checked + label:before,
.m-agree-conf .chks input[type="checkbox"]:checked + label:before{background: #004591}
.m-agree .agree-wr .chks input[type="checkbox"] + label:after,
.m-agree-conf .chks input[type="checkbox"] + label:after{width: 8px; }

.m-agree label {color:#333}
.m-agree-conf{display:flex; flex-direction: row; align-items:center; justify-content:space-between; border-top:dashed 1px #d9d9d9; margin-top: 32px;  }
.m-agree-all{}


.m-agree span.cred {font-size:13px;font-weight:bold;float:right;}
.m-agree .redAlert {padding:30px}
.m-agree .m-agree-chkcont {position:relative}
.m-agree .m-agree-chkcont .condition {display:block;position:absolute;right:0;top:8px}






/*동의거부 안내*/
.m-agree-deny {display:block;position:relative;border:1px solid #DDD;border-top:1px solid #415ad9;padding:2.5em}
.m-agree-deny .info-tit {font-size:22px;font-weight:bold;display:block;margin-bottom:0.5em;letter-spacing:-1px;color:#333;}


/*회원가입 - 회원가입폼*/
.m-frm-wr {}
.m-frm-wr ul, .m-frm-wr li {list-style:none;}

.join-frm-tit {position:relative;}
.join-frm-tit:after {content:"";display:block;clear:both;}
.join-frm-tit h3 {margin-bottom:0; }
.join-frm-tit .nec-msg {position:relative;float:right;margin:8px 0 0}
.join-frm-tit .nec-msg .nec {position:relative;padding:0 0 0 15px}
.join-frm-tit .nec-msg .nec:before {content:"*";font-weight:bold;color:#415ad9;font-size:20px;display:inline-block;vertical-align:middle;line-height:1;margin-right:5px;/*content:"";display:block;position:absolute;width:9px;height:9px;left:0;top:7px*/}


.m-form {margin-top:20px;clear:both;width:100%;border:1px solid #ddd; border-radius:20px; overflow: hidden; }

.m-form ul{display:flex; flex-wrap: wrap; }
.m-form ul .c-tit01{width: 100%; }
.m-form li {position:relative;border-top:1px solid #ddd;overflow:hidden;box-sizing:border-box;width: 100%;display:flex; flex-direction: row; align-items: center; }
.m-form li:first-child {border-top:0;}
.m-form li .plbl,
.m-form li .ptxt {display:block;padding:9px 0 7px;min-height:27px;line-height:24px;}
/* .m-form li .plbl {position:absolute;width:200px;color:#666;padding:18px 0 0 21px;font-weight:400;left:0;top:0;box-sizing:border-box; height: 100%; background: #f5f5f5;} */
.m-form li .plbl {width:calc(200px - 50px);color:#666;font-weight:600;height: 100%; background: #f5f5f5;display:flex; align-items:center; padding: 0 20px 0 30px}
.m-form li .plbl .lbl {position:relative;}
.m-form li .plbl .lbl.required:after {content:"*";font-weight:bold;color:#FF2121;font-size:20px;display:inline-block;vertical-align:middle;line-height:1;/*text-indent:-9999px;display:inline-block;vertical-align:middle;width:9px;height:9px;overflow:hidden;margin:-4px 0 0 4px;background:red;*/}
.m-form li .ptxt {background:#fff;padding:10px 24px;box-sizing:border-box;width: calc(100% - 200px)}
.m-form li .ptxt * {vertical-align:middle}
.m-form li .ptxt .info-ex{font-size: 16px; padding-left:0; color:#666; }
.m-form li .ptxt .info-ex:before{display:none; }
.m-form li .ptxt .chks {line-height:1.7}
.m-form li .ptxt label {margin:0 3px;vertical-align:middle;}
.m-form li .ptxt .info-ex02 {display:block;}
.m-form li input.text {display:inline-block;padding:0 10px;box-sizing:border-box;height:50px;background:#F8F9FB;width: calc(100% - 200px); max-width: 580px; border:0; border-radius: 10px;  }
.m-form li input.text.readonly {background:none;}

.m-form li .ptxt .pw-info-str {text-align:left;padding:0;line-height:1}
.m-form li .ptxt .pw-info-str * {display:inline-block;vertical-align:middle;line-height:1;margin:-3px 0 0;font-weight:400 !important}

/*.m-form li select {box-sizing:border-box;height:36px;min-width:60px;border:0;background-color:#f3f3f3;font-size:0.882em}
 .m-form li button {height:36px;line-height:34px;background:#fff;border:1px solid #aaa;color:#666;font-size:0.824em;margin:0 0 0 5px;padding:0 17px} */

.m-form li select{color:#666; font-weight:400; height: 100%; background: #f5f5f5 url(/_Img/Member/ico-selarr3.png) no-repeat right 8px center;border:0; border-radius: 10px; min-height: 50px;}
.m-form li button{background: #0051ad; border-radius: 10px; color:#fff; height: 50px; line-height: 50px; padding:0 10px; width: 100%; max-width: 100px; margin-left: 10px; font-size: 13px;}
.m-form li button:after {display:none}
.m-form li .zipcode {display:block;padding-bottom:3px;}
/* .m-form li .iaddr2  {margin-left:3px;} */
.m-form li textarea.textarea {background:#f8f8f8;border-style:solid;border-width:1px;border-color:#cbcbcb #e4e4e4 #e4e4e4 #cbcbcb;min-height:100px;}
.m-form li .sel-birth-type {display:inline-block;vertical-align:middle;height:36px;}
.m-form li .sel-birth-type .rdos {vertical-align:top;line-height:1.7;margin:1px 10px 0 0}


.m-form li.fld-user_name input.text{width:100% ; max-width: 300px; }
.m-form li.fld-mb_birth .ptxt select{width:30%; max-width: 85px;  }
.m-form li.fld-mb_birth .sel-birth-type{margin-left: 12px;}
.m-form li.fld-mb_mobile .ptxt *,
.m-form li.fld-mb_bz_tel .ptxt *{width: 30%; max-width: 90px; }

.m-form li.fld-mb_email .ptxt input.text{max-width: 240px; } 
.m-form li.fld-mb_email .ptxt select.sel{width: 100%; max-width: 150px; }
.m-form li.fld-mb_email_ok .check{}

.m-form li.fld-mb_email_ok input[type="checkbox"] {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.m-form li.fld-mb_email_ok input[type="checkbox"] + label {display:inline-block;vertical-align:middle;position:relative;padding:5px 0 5px 27px;cursor:pointer;user-select:none;line-height:1.2;margin-right:5px;font-size:.944em;text-align:left;transition:all .3s ease; color: #747474;}
.m-form li.fld-mb_email_ok input[type="checkbox"] + label:before,
.m-form li.fld-mb_email_ok input[type="checkbox"] + label:after {content:'';display:block;position:absolute;box-sizing:border-box;transition:all .3s ease}
.m-form li.fld-mb_email_ok input[type="checkbox"] + label:before {width:18px;height:18px;left:0;top:5px;margin:0;background:transparent;border:1px solid #b8b8b8;border-radius:50%}
.m-form li.fld-mb_email_ok input[type="checkbox"] + label:after {width:8px;height:5px;left:5px;top:11px;border:solid;border-width:0 0 2px 2px;border-color:transparent transparent #b8b8b8 #b8b8b8;transform:rotate(-45deg);opacity:.5}
.m-form li.fld-mb_email_ok input[type="checkbox"] + label:focus,
.m-form li.fld-mb_email_ok input[type="checkbox"] + label:hover {color:#004591}
.m-form li.fld-mb_email_ok input[type="checkbox"] + label:focus:before,
.m-form li.fld-mb_email_ok input[type="checkbox"] + label:hover:before {border-color:#004591}
.m-form li.fld-mb_email_ok input[type="checkbox"]:checked + label {color:#004591;font-weight: 700;}
.m-form li.fld-mb_email_ok input[type="checkbox"]:checked + label:before {border-color:#004591;background:#004591}
.m-form li.fld-mb_email_ok input[type="checkbox"]:checked + label:after {border-color:transparent transparent #fff #fff;opacity:1}
.m-form li.fld-mb_email_ok input[type="checkbox"]:focus + label {outline:rgb(59, 153, 252) auto 5px}

.m-form li .zipcode input{max-width: 160px; }
.m-form li.fld-mb_addr .ptxt span.iaddr1,
.m-form li.fld-mb_addr .ptxt span.iaddr2,
.m-form li.fld-mb_addr .ptxt span.iaddr1 input.text,
.m-form li.fld-mb_addr .ptxt span.iaddr2 input.text,
.m-form li.fld-mb_bz_addr .ptxt span.iaddr1,
.m-form li.fld-mb_bz_addr .ptxt span.iaddr2,
.m-form li.fld-mb_bz_addr .ptxt span.iaddr1 input.text,
.m-form li.fld-mb_bz_addr .ptxt span.iaddr2 input.text{width: 100%;display:block;  max-width: unset; }
.m-form li.fld-mb_addr .ptxt span.iaddr2,
.m-form li.fld-mb_bz_addr .ptxt span.iaddr2{margin-top: 5px; }

.m-form .form-list{width: 100%; display:flex; flex-direction: column; }
.m-form-btn-wrap{display:flex; flex-direction: row; justify-content: flex-end; gap:4px;}


.c-tit01:has( +.discount_txt){margin-bottom: 10px;}
.discount_txt{font-size: 17px; color:#666;padding: 18px 40px; background: #f8f8f8; border-radius: 10px; display:flex;flex-direction:row; justify-content:space-between; align-items:center;  }
.discount_txt button{background:#fff; border:1px solid #666; padding: 6px 12px; border-radius: 6px;margin-left: 12px; display:inline-flex; align-items:center;}
.d-upload-form{border:0; border-radius:0;overflow:unset; margin-top:0; }
.d-upload-form ul{display:flex; flex-direction: row;gap: 2px 8px; font-size: 15px; color:#666;width:calc(100% - 130px);  padding:24px 0 24px 130px;}
.d-upload-form ul li{border-top:0; width:auto; flex-direction: row}
.d-upload-form ul li span{font-weight: 600; color:#222;}
.d-upload-form ul li.info-ex03{margin-top: 0; font-weight: 600; font-size: 16px; }
.d-upload-form .is-file-sfrm{width: calc(100% - 2px);max-width: unset;display:flex;flex-direction: row; border: 1px solid #ddd; border-radius: 8px;  align-items:center; overflow:unset; position:relative; }
.d-upload-form .is-file-sfrm .is-fbtn{height: 50px; padding: 2px 32px 0 32px; line-height: unset; font-size: 15px; background:#333; position: absolute; top: -62px;left:0; border-radius: 10px;}
.d-upload-form .is-file-sfrm .is-fnm{max-width: unset; width: 100%; height:50px; line-height:50px; vertical-align: unset; font-size: 16px;padding: 0 12px; }

.disc_info_pop .layerpop-wr{width: calc(100% - 60px); max-width: 500px; top:50%; left:50%; transform:translate(-50%, -50%)}
.disc_info_pop .layerpop-wr .pop-cont{padding:26px }
.disc_info_pop .layerpop-wr .pop-cont ul{counter-reset: circle 0;}
.disc_info_pop .layerpop-wr .pop-cont li{line-height: 1.4;font-size: 16px; position:relative; padding-left:20px;}
.disc_info_pop .layerpop-wr .pop-cont li:not(:last-child){margin-bottom: 8px; }
.disc_info_pop .layerpop-wr .pop-cont li:before{counter-increment: circle 1;content: counter(circle);font-size: 12px;color:#fff; position:absolute; top:3px; left:4px; font-weight:600; font-family:'NexonLv1Gothic'; z-index:1; }
.disc_info_pop .layerpop-wr .pop-cont li:after{content:''; display:block; width: 16px; height:16px; border-radius: 50%; background:#188ad6; position: absolute; top:2px; left:0; }


.m-form li.fld-user_id #chkr_user_id,
.m-form li.fld-user_pw #user_pw_str{margin-left: 4px; font-size: 15px; }

/* 가입완료 */
.m-join-result .result-box {position: relative; display: flex;flex-direction: row; align-items:center; justify-content:space-between ;width: calc(100% - 120px); border-radius: 20px; background:#f8f8f8; padding:80px;padding-right: 40px;}
.m-join-result .result-box:before{content:''; display:block; width: 230px; height: 230px; background:url(/_Img/Member/join_success.png) no-repeat;background-size: contain;  }
.m-join-result .result-tit{width:calc(100% - 300px)}
.m-join-result .result-tit .tit {font-size: 26px; font-weight: 700; font-family: 'NexonLv1Gothic'; color:#0067D5;  }
.m-join-result .result-tit .txt {color: #666; font-size: 20px; }
.m-join-result .result-info{border:1px solid #ddd; border-radius: 20px; overflow: hidden; margin-top: 24px;}
.m-join-result .result-info dl{display:flex; flex-direction: row; align-items: stretch; justify-content: flex-start; }
.m-join-result .result-info dl:not(:last-child){border-bottom: 1px solid #ddd; }
.m-join-result .result-info dt{background:#f5f5f5; width: 25%; min-width: 100px;padding:8px 24px; font-weight: 600;  }
.m-join-result .result-info dd{background: #fff; width: 75%;padding:8px 0 8px 20px}
.m-join-result .result-btns {display: flex; flex-direction: row; justify-content:center; align-items: center; gap:4px;margin-top: 40px; }

/*마이페이지-비밀번호 확인*/
.m-chkpw-wr {}

/*마이페이지-비밀번호 변경*/
.m-chngpw-wr {}
.m-chngpw-wr .chngpw-frm ul, .m-chngpw-wr .chngpw-frm li {list-style:none;}
.m-chngpw-wr .chngpw-frm {max-width:500px;margin-left:auto;margin-right:auto;}
.m-chngpw-wr li .text {border-top-width:0px;width:100%;max-width:100%;}
.m-chngpw-wr li:first-child .text {border-top-width:1px;}
.m-chngpw-wr button {width:100%;margin-top:1em;}

.m-chngpw-wr .m-err-msg {text-align:center;font-size:15px;margin:15px 0;}
.m-chngpw-info {margin:0 auto;box-sizing:border-box;margin-top:30px;}
.m-chngpw-info .info-box02:before{background: #fff; content:"!"; display: flex; flex-direction: column; align-items: center; justify-content:center; font-weight:700; }

/*회원탈퇴*/
.m-leave-wr {}
.m-leave-wr .leave-cont {padding:0;box-sizing:border-box;max-width:500px;margin-left:auto;margin-right:auto;text-align:left;}

.m-leave-wr .leave-cont .leave-tit-msg {text-align:center;margin-bottom:1em;}
.m-leave-wr .leave-cont .leave-tit-msg span {display:block;line-height:1.412em}
.m-leave-wr .leave-cont .leave-tit-msg span {display:block;line-height:1.412em}
.leave-msg-box {display:block;background:#fff;padding:20px;margin-bottom:15px;}

.m-leave-wr .leave-cont .leave-frm {margin-top:30px;}
.m-leave-wr .leave-cont .leave-frm ul {}
.m-leave-wr .leave-cont .leave-frm ul li {display:block;border-bottom:0}
.m-leave-wr .leave-cont .leave-frm ul li:last-child {border-bottom:1px solid #ccc}
.m-leave-wr .leave-cont .leave-frm input.text,
.m-leave-wr .leave-cont .leave-frm textarea {display:block;border:0;width:100%;height:53px;line-height:60px;background:#fff;font-size:0.941em;color:#333;padding:0 17px;margin:0 0 10px;border: none;box-sizing:border-box;resize:none}
.m-leave-wr .leave-cont .leave-frm textarea {height:100px;line-height:1.5;padding:10px 17px;border:1px solid transparent}
.m-leave-wr .leave-cont .leave-frm input.text::-webkit-input-placeholder {color:#888}
.m-leave-wr .leave-cont .leave-frm input.text:-moz-placeholder {color:#888}
.m-leave-wr .leave-cont .leave-frm input.text::-moz-placeholder {color:#888}
.m-leave-wr .leave-cont .leave-frm input.text:-ms-input-placeholder {color:#888}
.m-leave-wr .mbtn-wrap {margin-top:1em;}
.m-leave-wr .mbtn-wrap button {display:block;width:100%}


@media all and (max-width:1399px){
	.m-form li.fld-user_name, 
	.m-form li.fld-mb_birth{width: 100%; }
	.m-form li.fld-user_name input.text{width: calc(100% - 200px) }
}

@media all and (max-width:1200px){
	.m-process ol{padding:0; gap: 30px; }
	.stepNav_wrap .stepNav .step-item:not(:last-child):before, .stepNav_wrap .stepNav .step-item:not(:last-child):after{right: -22px; }
	.stepNav_wrap .stepNav .step-item p span.text{font-size: 17px; }

	.find-box{gap:20px; }
	.find-box > div{width: calc(50% - 10px)}

	.m-join-result .result-box{padding:60px;width: calc(100% - 100px);  }
	.m-join-result .result-box:before{width: 22%; height: auto ; aspect-ratio: 1/1; }
	.m-join-result .result-tit{width: calc(80% - 60px); }

}



@media all and (max-width:999px){
	
	.login_wrap .loginCont .loginInput_wrap .loginRow {margin-bottom:10px}
	.login_wrap .loginCont .loginInput_wrap .loginRow input.text {height:55px;line-height:55px}


	.m-agree-notice ul{padding:	50px clamp(40px,7vw,70px)}

	.find-box h4{font-size: 23px; }
	.find-box > div{padding-left: 30px; padding-right: 30px; }
	.find-box .msg span{display:inline; }

	.m-form li input.text{width: calc(100% - 120px)}

	.m-join-result .result-box{padding: 30px;padding-left:46px; width: calc(100% - 76px) }
	.m-join-result .result-tit .tit{font-size: 22px; }
	.m-join-result .result-tit .txt{font-size: 16px; }
	.m-join-result .result-info dl{font-size: 15px; }
}


@media all and (max-width:768px){
	.m-form li .ptxt .info-ex{font-size: 13px; }
	.m-form li input.text,
	.m-form li.fld-user_name input.text{width: 100%; height: 40px; }
	.m-form li input.text:has(+button){width:calc(100% - 120px)}
	.m-form li button{height: 40px; line-height: 40px; }
	.m-form li select{min-height: 40px; }
	.m-form li.fld-mb_birth .ptxt select{max-width: unset; width:calc(33% - 20px); }
	.m-form li.fld-mb_birth .sel-birth-type{margin-left:0; margin-top: 4px;}
	.m-form li.fld-mb_mobile .ptxt *,
	.m-form li.fld-mb_bz_tel .ptxt *{max-width: unset; width: calc(33% - 10px)}
	.m-form li.fld-mb_email .ptxt input:nth-of-type(1){width: calc(100% - 28px); max-width: unset; }
	.m-form li.fld-mb_email .ptxt input:nth-of-type(2),
	.m-form li.fld-mb_email .ptxt select.sel{width:calc(50% - 4px); max-width: unset; }
	.m-form li.fld-mb_email .ptxt button{margin-left:0; margin-top: 8px; }


	.discount_txt{line-height: 1.4; font-size: 15px; }
	.discount_txt button{margin-left:0;margin-top:4px; display:block;  }


}

@media all and (max-width:599px){
	.login_wrap .login-tit .tit{font-size: 35px; }
	.login_wrap{width: calc(100% - 80px); padding: 55px 40px 40px }

	.stepNav_wrap .stepNav{gap: 20px; padding: 6px;}
	.stepNav_wrap .stepNav .step-item:not(:last-child):before, 
	.stepNav_wrap .stepNav .step-item:not(:last-child):after{right: -10px; width: 6px; height: 2px; }
	.stepNav_wrap .stepNav .step-item:not(:last-child):before{top:calc(50% - 2px)}
	.stepNav_wrap .stepNav .step-item:not(:last-child):after{top: calc(50% + 2px)}
	.stepNav_wrap .stepNav .step-item p{gap:0; flex-direction: column;  padding: 8px; align-items: center; ; }
	.stepNav_wrap .stepNav .step-item p span.text{font-weight: 400; font-size: 15px; }
	.stepNav_wrap .stepNav .step-item p span.step{display:none;}
	.stepNav_wrap .stepNav .step-item.over p span.text{font-weight:600}
	.stepNav_wrap .stepNav .step-item.over p span.step{color:#fff;background: unset; }
	






	.m-agree-notice ul{flex-direction: column; align-items: flex-start; gap:6px; padding: 30px 36px; }
	.m-agree-notice ul li.img_box{width: 36px;}
	.m-agree-notice ul li.img_box img{width: 100%; display:block; }
	.m-agree .m-agree-box article{padding: 0 30px;}
	.m-agree .agree-wr{gap: 12px; }

	.m-agree-conf{flex-direction: column;padding-top:30px; }
	.mbtn-wrap{margin: 20px 0 ; }

	.find-box{flex-direction: column; }
	.find-box > div{width: 100%; min-height: unset; }
	.find-box .find-cont-wr{position: unset; margin-bottom: 0!important; }

	.m-form li{flex-direction: column;align-items: flex-start;  }
	.m-form li .plbl{width: calc(100% - 50px); padding: 8px 20px 8px 30px; height: auto; }
	.m-form li .ptxt{width: 100%; }
	.m-form li .ptxt .info-ex{margin-top:4px }
	.m-form li select{min-height:unset; height: 40px;; }

	.m-form-btn-wrap{justify-content:center; }



	.m-join-result .result-box{flex-direction: column; justify-content: center;padding: 50px 30px 30px }
	.m-join-result .result-box:before{width: 150px; }
	.m-join-result .result-tit{width:100%;margin-top: 18px; }
	.m-join-result .result-info{margin-top: 8px; }
	.m-join-result .result-tit .txt{font-size: 15px; }
	.m-join-result .result-info dt{min-width: 60px; }
	.m-join-result .result-btns{margin-top: 20px;}

	.discount_txt{flex-direction: column; align-items: flex-start; row-gap: 4px;}
}

@media all and (max-width:425px){
	.m-agree-notice ul{padding: 30px 24px; }

	.m-join-result .result-info dl{flex-direction: column; }
	.m-join-result .result-info dl *{width: 100%; }

	.d-upload-form ul{padding-top: 12px; padding-bottom: 12px; flex-direction:column; }
}

