@charset "utf-8";
/* *******************************************************
 * filename : member.css
 * description : 로그인,회원가입,회원정보 수정등 회원메뉴에 관련된  CSS
 * date : 2020-02-21
******************************************************** */

/* ******************   공통  ********************** */
.member-wrapper {
    margin: 0px auto;
}

/* 공통 :: 상단 진행과정 바 */
.join-process-bar-con > ol {
    overflow: hidden;
    display: flex;
    margin-bottom: 7rem;
    text-align: center;
}
.join-process-bar-con > ol > li {
    width: 50%;
    background-color: #f2f2f2;
    color: #555;
}
.join-process-bar-con > ol > li dl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 1.8rem;
    letter-spacing: -0.65px;
}
.join-process-bar-con > ol > li dl dt {
    font-weight: 700;
    margin-right: 0.7em;
    opacity: 0.2;
}
.join-process-bar-con > ol > li.current {
    background-color: var(--sub-color1);
    color: #fff;
}

/* 공통 :: 회원폼 레이아웃 */
.member-con-inner {
    max-width: 800px;
    margin: 0px auto;
}
.member-search-con-inner {
    padding: 75px 0;
    border: 1px solid #ddd;
    border-top: 0;
}
.member-form-con {
    width: 96%;
    max-width: 480px;
    margin: 0px auto;
} /* 가로값 설정 */

/* 공통 :: 회원폼 상단 타이틀 */
.member-form-tit-box {
    text-align: center;
    margin-bottom: 65px;
}
.member-tab-list-con + .member-form-tit-box {
    padding-top: 50px;
}
.member-form-tit-box .member-form-tit {
    font-size: 5rem;
    font-weight: 600;
    letter-spacing: -0.075em;
    color: #000;
}
.member-form-tit-box .member-form-tit + p {
    color: #999;
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: -0.075em;
    margin-top: 1.9em;
}
.member-form-tit-box .member-form-tit + p b {
    font-weight: 500;
    color: #000;
    text-decoration: underline;
}
.member-form-con-txt {
    padding-bottom: 40px;
    text-align: center;
    letter-spacing: -1px;
}
.member-form-con-txt strong {
    display: block;
    font-size: 24px;
    color: #333;
    font-weight: 500;
}
.member-form-con-txt b {
    font-weight: 600;
    color: #000;
}
.member-form-con-txt p {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}
.member-form-con-txt p:before {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #ccc;
    margin: 20px auto;
}
.form-tit {
    display: block;
    color: #464646;
    font-size: 20px;
    letter-spacing: -0.3px;
    font-weight: 500;
    margin-bottom: 15px;
}
.member-form-list li {
    position: relative;
    margin-top: 10px;
}
.member-form-list li:first-child {
    margin-top: 0;
}
.member-form-list li label {
    line-height: 30px;
    color: #222;
    font-size: 13px;
    letter-spacing: -0.5px;
}
.member-form-list li .member-input {
    height: 6rem;
    width: 100%;
    background: none;
    border: 1px solid #d2d1d0;
    background-color: #fff;
    padding: 0px 20px;
    color: #999;
    font-size: 16px;
    letter-spacing: -1.13px;
    border-radius: 5px;
    box-sizing: border-box;
}
.member-form-list li .member-input:focus {
    color: #333;
    border-color: #111;
    outline: none;
}
/* 인증번호 버튼 추가 */
.member-form-list li .member-input.certifi-input {
    padding-right: 120px;
}
.member-form-list li .member-certifi-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 80px;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
    color: #fff;
    border-radius: 5px;
    background-color: var(--sub-color1);
}
/*  */
.form-input-box {
    float: left;
    width: 80%;
}
.form-input {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background: none;
    border: 0px;
    color: #707070;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #ddd;
    letter-spacing: -0.3px;
    font-weight: 400;
    height: 50px;
    text-indent: 10px;
    color: #aaa;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.form-select {
    width: 30%;
    background: none;
    border: 0px;
    color: #707070;
    font-size: 15px;
    border: 1px solid #ddd;
    letter-spacing: -0.3px;
    font-weight: 400;
    height: 50px;
    color: #aaa;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.form-input:focus,
.form-select:focus {
    color: #333;
    border-color: #000;
    z-index: 1;
}

/* 공통 :: 회원관련 ::  탭 */
.member-tab-list-con {
    margin-bottom: 40px;
}
.member-tab-list-con ul {
    display: flex;
}
.member-tab-list-con ul li {
    width: 50%;
    height: 80px;
    border-bottom: 1px solid var(--sub-color1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.member-tab-list-con ul li.selected {
    border: 1px solid var(--sub-color1);
    border-bottom: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.member-tab-list-con ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: var(--sub-color1);
    letter-spacing: -0.75px;
    font-weight: 700;
}

/* 공통 :: 회원가입 필수입력 */
.essential-txt {
    color: #464646;
    font-size: 14px;
    letter-spacing: -0.3px;
    text-align: right;
    margin-bottom: 15px;
}
.essential-icon {
    color: #cf0505;
    margin: 0 3px 0 0;
    vertical-align: middle;
}

/* 공통 :: 버튼 */
.member-controls.cm-btn-controls {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.member-controls.cm-btn-controls button,
.member-controls.cm-btn-controls a {
    width: calc(50% - 1rem);
    height: 8rem;
    font-size: 1.8rem;
    border-radius: 5px;
    letter-spacing: -0.075em;
}
.member-controls.cm-btn-controls .long {
    width: 100%;
    margin: 0;
    margin-top: 1rem;
}
.cm-btn-long-controls.member-controls.cm-btn-controls button,
.cm-btn-long-controls.member-controls.cm-btn-controls a {
    width: 100%;
}
@media all and (max-width: 800px) {
    .member-form-tit-box .member-form-tit {
        font-size: 3rem;
    }
}
/* ******************   LOGIN  ********************** */
/* LOGIN :: 아이콘로그인 */
.form-list-icon {
    text-align: left;
    margin-bottom: 20px;
}
.form-list-icon > li {
    margin-top: 10px;
}
.form-list-icon > li:first-child {
    margin-top: 0;
}
.form-list-icon > li .login-input {
    height: 60px;
    width: 100%;
    background: none;
    border: 1px solid #d2d1d0;
    background-color: #fff;
    padding: 0px 20px;
    color: #999;
    font-size: 16px;
    letter-spacing: -1.13px;
    border-radius: 5px;
    box-sizing: border-box;
}
.form-list-icon > li i + .login-input {
    width: calc(100% - 50px);
}
.form-list-icon > li .login-input:focus {
    color: #333;
    border-color: #111;
    outline: none;
}
.form-list-icon > li i {
    vertical-align: middle;
    color: #888;
    width: 35px;
}
/*  LOGIN :: 아이디저장 및 하단영역 */
.id-save-btn {
    text-align: right;
    color: #333;
    font-size: 15px;
    letter-spacing: -0.3px;
    margin-top: 30px;
}
.id-save-btn input[type="checkbox"] {
    vertical-align: middle;
    position: absolute;
    left: -9999px;
    display: none;
}
.id-save-btn label {
    display: inline-block;
    position: relative;
    padding-left: 1.33em;
    color: #333;
    font-size: 1em;
    letter-spacing: -0.3px;
    line-height: 15px;
}
.id-save-btn label::before {
    font-family: "xeicon";
    content: "\ea0e";
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 1.2em;
    color: #ccc;
}
.id-save-btn input[type="checkbox"]:checked + label::before {
    color: var(--sub-color1);
    content: "\e92e";
}
.form-box-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.form-box-list a {
    color: #999;
    font-size: 15px;
    letter-spacing: -1.13px;
}
.form-box-list a:first-child {
    margin-left: -10px;
}
.form-box-list a:before {
    display: inline-block;
    content: "";
    background-color: #000;
    width: 1px;
    height: 15px;
    vertical-align: middle;
    margin: -2px 20px 0 20px;
    opacity: 0.1;
}
.form-box-list a:first-child:before {
    display: none;
}
.form-box-list a:hover {
    color: #000;
}

/* ******************   LOGIN ::  SNS 로그인  ********************** */
/* LOGIN :: SNS LOGIN (Short Ver) */
.member-form-short-sns-con {
    margin-top: 50px;
    border-top: 1px solid #ddd;
    padding-top: 45px;
}
.member-form-short-sns-con .short-sns-tit {
    float: left;
    color: #333;
    font-size: 17px;
    letter-spacing: -1.28px;
    font-weight: 600;
    line-height: 45px;
}
.short-sns-list-con {
    float: right;
}
.short-sns-list-con li {
    float: left;
    margin-left: 17px;
}
.short-sns-list-con li button {
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s;
}
.short-sns-list-con li button i {
    font-size: 18px;
}
.short-sns-list-con.gray-ver li button {
    background-color: #f2f2f2 !important;
    color: #333;
}
.short-sns-list-con.gray-ver li button:hover {
    background-color: #ccc !important;
}
/* LOGIN :: SNS LOGIN (Long Ver) */
.member-con-inner-sns {
    position: relative;
    overflow: hidden;
}
.member-con-inner-sns:before {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 50%;
    width: 1px;
    background-color: #eee;
    content: "";
}
.member-con-inner-sns .member-con-inner {
    padding: 60px 30px;
}
.member-con-inner-sns .member-form-con {
    float: left;
    width: 50%;
    max-width: none;
    -webkit-box-sizing: border-box;
    padding-left: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.member-con-inner-sns .member-form-con:first-child {
    padding-left: 0;
    padding-right: 30px;
}
.member-con-inner-sns .member-form-sub-txt {
    font-size: 13px;
    line-height: 20px;
    color: #333;
}
.member-con-inner-sns .member-form-con .sns-login-list li {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.member-con-inner-sns .member-form-con .sns-login-list li:first-child {
    padding-top: 0;
}
.member-con-inner-sns .member-form-con .sns-login-list li a,
.member-con-inner-sns .member-form-con .sns-login-list li button {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #888;
    color: #fff;
    font-size: 16px;
    text-align: left;
    text-indent: 70px;
}
.member-con-inner-sns .member-form-con .sns-login-list .sns-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 50px;
}
.member-con-inner-sns .member-form-con .sns-login-list .sns-icon i {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
}

/* ******************   LOGIN ::  SHOP 로그인  ********************** */
/* LOGIN :: SHOP LOGIN ( 가로Ver ) */
.member-con-inner-shop {
    overflow: hidden;
    padding: 75px 40px;
    border: 1px solid #ddd;
}
.member-con-inner-shop .member-form-con {
    display: inline-block;
    vertical-align: middle;
    width: 44%;
    padding-left: 20px;
} /* 오른쪽영역 */
.member-con-inner-shop .member-form-con:first-child {
    width: 51.5%;
    border-right: 1px solid #ddd;
    padding-right: 20px;
    padding-left: 0;
} /* 왼쪽영역 */
.member-con-inner-shop .member-form-con .cm-btn-controls {
    padding-top: 10px;
}
.member-con-inner-shop .member-form-nonmember {
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-top: 25px;
}
.member-con-inner-shop .member-form-nonmember-con {
    position: relative;
    float: left;
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
}
.member-con-inner-shop .member-form-nonmember-con:first-child {
    padding-left: 0;
}
.member-con-inner-shop .member-form-nonmember-con:last-child {
    padding-right: 0;
}
.member-con-inner-shop .member-form-nonmember-con:last-child:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -1px;
    background-color: #ddd;
}
.member-con-inner-shop .member-form-sub-txt {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    word-break: keep-all;
}

/* LOGIN :: SHOP LOGIN 2 ( 세로 Ver ) */
.nonmember-service-con {
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding: 15px 0;
}
.nonmember-service-con:first-child {
    margin-top: 30px;
}
.nonmember-service-con > p {
    float: left;
    width: 200px;
    font-size: 15px;
    line-height: 20px;
    color: #444;
    font-weight: 300;
    letter-spacing: -0.3px;
    word-break: keep-all;
}
.nonmember-service-buttons {
    float: right;
    width: calc(100% - 220px);
    text-align: right;
}
.nonmember-service-buttons a {
    display: inline-block;
    width: 45%;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #333;
    color: #fff;
    background-color: #333;
    font-size: 14px;
    letter-spacing: -0.3px;
}
.nonmember-service-buttons .non-member-btn {
    background-color: #fff;
    color: #333;
}
.nonmember-service-buttons a.nonmember-buy-btn {
    width: 94%;
    margin-left: 0;
}

/* ******************  아이디, 비번 찾기  ********************** */
/* -------- 아이디 찾기 -------- */
/* 아이디 찾기 :: 결과 */
.id-check-inner .customer-id {
    color: #969696;
    font-size: 18px;
    padding: 50px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    text-align: center;
    font-weight: 300;
    letter-spacing: -1px;
}
.id-check-inner .customer-id strong {
    color: #343434;
    font-weight: 500;
}

/* ******************  JOIN  ********************** */
/* -------- JOIN 01 -------- */
.join-step-con {
    padding-bottom: 50px;
}
.join-step-con .join-tit {
    color: #222;
    font-size: 20px;
    letter-spacing: -0.75px;
    font-weight: 500;
    padding-bottom: 15px;
}
.join-agreement-con {
    border: 1px solid #ddd;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.agree-txt {
    display: flex;
    align-items: center;
    padding-top: 8px;
    font-size: 15px;
    letter-spacing: -0.3px;
    color: #333;
}
.join-agreements-con {
    border: 0px solid #ddd;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* -------- JOIN 02 / MODIFY -------- */
.join-form-con {
    position: relative;
}
/* JOIN :: 기본 */
/*.join-form-tbl{width:100%;}
.join-form-tbl th,.join-form-tbl td{padding:10px 15px; border-bottom:1px solid #ddd;}
.join-form-tbl th{text-align:left; color:#333; font-weight:400; font-size:15px; letter-spacing:-0.5px;line-height:20px; word-break:keep-all;}
.join-form-tbl .input-basic,
.join-form-tbl .select-basic{
	height:38px; border:0px; width:50%; max-width:300px; background-color:#fff; border:1px solid #d2d2d2; font-size:14px; vertical-align:middle;
}
.join-form-tbl .input-basic{text-indent:10px;}
.join-form-tbl .width100{max-width:none;}
.join-form-tbl .input-basic:focus{border-color:#333;}
.join-form-tbl .select-basic{height:38px;}
.join-form-tbl .join-sub-btn{display:inline-block; min-width:114px; padding:0 10px; height:38px; border:1px solid #464646; vertical-align:middle; text-align:center; color:#464646; font-size:14px; font-weight:400; margin-left:10px;}
.join-form-tbl .join-sub-btn:hover{background-color:#464646; color:#fff;}
.join-form-tbl .join-sub-txt{display:inline-block; margin-left:10px; color:#828282; font-weight:400; font-size:11px; font-family:"돋움",dotum,sans-serif; letter-spacing:-0.5px;}
.join-form-tbl .join-sub-txt2{display:block; margin-top:10px; color:#828282; font-weight:400; font-size:11px; font-family:"돋움",dotum,sans-serif; letter-spacing:-0.5px;}
.join-form-tbl .font-ok{color:#0095ff; font-weight:400;}
.join-form-tbl .font-caution{color:#ff3800; font-weight:400;}
.join-form-tbl .hypen{display:inline-block; vertical-align:middle;width:12px; margin:0 5px; text-align:center;}
.join-form-tbl fieldset{padding:8px 0;}
.join-form-tbl .email-input, .join-form-tbl .birth-input, .join-form-tbl .address-input, .join-form-tbl .tel-input{padding:0;} 
.join-form-tbl label,.join-form-tbl input[type="checkbox"],.join-form-tbl input[type="radio"]{vertical-align:bottom;}
.join-form-tbl .read-only-data{padding:10px 0; font-size:15px; color:#333;}
.join-form-tbl .id-input{padding:0;}
.birth-input .select-basic, .tel-input .input-basic, .tel-input .select-basic{max-width:100px}
.birth-input br{display:none;}
.email-input .input-basic, 
.email-input .select-basic{width:30%; max-width:150px; margin-bottom:3px;}
.address-input .input-basic{margin-top:6px;}
.address-input .input-basic:first-child{margin-top:0;}*/

.join-form-tbl {
    width: 100%;
    font-size: 16px;
    border-top: 1px solid #333;
}
.join-form-tbl th,
.join-form-tbl td {
    height: 40px;
    padding: 15px 0;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #ddd;
}
.join-form-tbl th {
    color: #000;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
}
.join-form-tbl td {
    color: #444;
    font-size: 0.875em;
    padding: 15px;
}
.join-form-tbl .input-basic,
.join-form-tbl .select-basic,
.join-form-tbl .write-textarea {
    height: 42px;
    width: 100%;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    font-size: 1em;
    color: #444;
    text-indent: 1em;
    vertical-align: middle;
    box-sizing: border-box;
}
.join-form-tbl .input-basic:focus,
.join-form-tbl .select-basic:focus,
.join-form-tbl .write-textarea:focus {
    border: 1px solid #333;
    background-color: #fff;
    outline: none;
}
.join-form-tbl .write-textarea {
    height: 200px;
    resize: none;
    text-indent: 0;
    padding: 10px;
}
.join-form-tbl td input[type="file"] {
    height: auto;
    padding: 10px 0;
    border: 0;
    text-indent: 0;
}
.join-form-tbl td input[readonly] {
    cursor: default;
    color: #999;
}
.join-form-tbl td input[readonly].white {
    color: #bbb;
    background-color: #fff;
    border: 1px solid #bbb;
}

/* 게시판 :: 쓰기,문의폼 :: 기타 */
.join-form-tbl .form-with-txt-box {
    display: flex;
    align-items: center;
}
.join-form-tbl .cm-form-fieldset-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 380px;
    flex-wrap: wrap;
    flex: 1;
}
.join-form-tbl td .join-sub-txt,
.join-form-tbl td .join-sub-txt2 {
    color: #666;
    letter-spacing: -0.02em;
}
.join-form-tbl td .join-sub-txt {
    margin-left: 10px;
}
.join-form-tbl td .join-sub-txt2 {
    display: block;
    margin-top: 10px;
}
.join-form-tbl .font-ok {
    color: #0095ff;
    font-weight: 400;
}
.join-form-tbl .font-caution {
    color: #ff3800;
    font-weight: 400;
}
.join-form-tbl .hypen {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    text-align: center;
}
.join-form-tbl .with-sub-btn-input {
    width: calc(100% - 116px) !important;
}
.join-form-tbl .join-sub-btn {
    float: left;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    padding: 0 10px;
    height: 40px;
    margin-left: 5px;
    border: 1px solid #645c54;
    vertical-align: middle;
    text-align: center;
    color: #645c54;
    font-size: 13px;
    letter-spacing: -0.5px;
    font-weight: 400;
}
.join-form-tbl .join-sub-btn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    padding: 0 10px;
    height: 40px;
    margin-left: 5px;
    border: 1px solid #645c54;
    vertical-align: middle;
    text-align: center;
    color: #645c54;
    font-size: 13px;
    letter-spacing: -0.5px;
    font-weight: 400;
}
.join-form-tbl .join-sub-btn:hover {
    background-color: #645c54;
    color: #fff;
}
.join-form-tbl .join-sub-btn2:hover {
    background-color: #645c54;
    color: #fff;
}
.join-form-tbl .join-sub-btn + .input-basic {
    clear: both;
}
.join-form-tbl .join-sub-btn2 + .input-basic {
    clear: both;
}
.phone-fieldset .input-basic,
.phone-fieldset .select-basic {
    width: calc(33.33% - 20px) !important;
}
.email-fieldset .input-basic,
.email-fieldset .select-basic {
    width: calc(33.33% - 13px) !important;
}
.address-fieldset .input-basic {
    display: block;
    margin-top: 6px;
}
.address-fieldset .input-basic:first-child {
    margin-top: 0;
}
.cardnum-fieldset .input-basic {
    width: calc(25% - 20px) !important;
}

.join-form-tbl .phone-fieldset,
.join-form-tbl .email-fieldset,
.join-form-tbl .cardnum-fieldset {
    max-width: 410px;
}
.join-form-tbl .cm-form-fieldset-box:not(.address-fieldset) .join-sub-btn {
    float: none;
    position: absolute;
    left: 100%;
}
.join-form-tbl .cm-form-fieldset-box:not(.address-fieldset) .join-sub-btn2 {
    float: none;
    position: absolute;
    left: 100%;
}

@media all and (max-width: 800px) {
    /* 게시판 :: 쓰기, 문의폼 :: 개인정보취급방침 */
    .bbs-inquiry-agree-con .agree-tit {
        font-size: 18px;
    }
    .inquiry-agreement-con {
        height: 150px;
        padding: 15px;
    }

    /* 게시판 :: 쓰기, 문의폼 :: 작성영역 */
    .join-form-tbl {
        font-size: 14px;
    }
    .join-form-tbl tr {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
    }
    .join-form-tbl th,
    .join-form-tbl td {
        display: block;
        padding: 0;
        height: auto;
        width: 100% !important;
        border-bottom: 0;
        text-indent: 0;
    }
    .join-form-tbl th {
        font-weight: 600;
    }
    .join-form-tbl td {
        padding-top: 10px;
        font-size: 1em;
    }
    .join-form-tbl td .write-textarea {
        height: 120px;
    }
    .join-form-tbl td .join-sub-txt,
    .join-form-tbl td .join-sub-txt2 {
        display: block;
        margin-left: 0;
        margin-top: 10px;
        font-size: 12px;
    }

    /* 게시판 :: 쓰기, 문의폼 :: 기타 */
    .join-form-tbl .form-with-txt-box {
        display: block;
    }
    .join-form-tbl .hypen {
        width: 12px;
    }
    .phone-fieldset .input-basic,
    .phone-fieldset .select-basic {
        width: calc(33.33% - 12px) !important;
    }
    .email-fieldset .input-basic {
        width: calc(50% - 12px) !important;
    }
    .email-fieldset .select-basic {
        margin-top: 5px;
        width: 100% !important;
    }
    .join-form-tbl .form-with-txt-box .join-sub-btn,
    .join-form-tbl .cm-form-fieldset-box:not(.address-fieldset) .join-sub-btn {
        width: 100%;
        position: static;
        margin-left: 0;
        margin-top: 5px;
    }
    .join-form-tbl .form-with-txt-box .join-sub-btn2,
    .join-form-tbl .cm-form-fieldset-box:not(.address-fieldset) .join-sub-btn2 {
        width: 100%;
        position: static;
        margin-left: 0;
        margin-top: 5px;
    }
    .join-form-tbl .with-sub-btn-input {
        width: calc(100% - 90px) !important;
    }
}

/* -------- JOIN FINISH  -------- */
/* JOIN FINISH :: 01 */
.join-finish-con {
    width: 90%;
    margin: 0px auto;
    max-width: 570px;
}
.join-finish-icon {
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    background-color: #ccc;
    color: #fff;
    margin: 30px auto;
    -webkit-border-radius: 100em;
    -moz-border-radius: 100em;
    -o-border-radius: 100em;
    border-radius: 100em;
}
.join-finish-icon i {
    margin-top: 24px;
    font-size: 70px;
}
.join-finish-txt {
    text-align: center;
    line-height: 1.6em;
    font-size: 18px;
    color: #333;
}
.join-finish-txt strong {
    font-weight: 600;
}
/* JOIN FINISH :: 02 */
.join-finish-tit-con {
    height: 80px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    letter-spacing: -0.3px;
    margin-bottom: 40px;
}
.join-finish-tit {
    font-weight: 400;
    color: #5e5e5e;
    font-size: 24px;
}
.join-finish-tit strong {
    color: #333;
    font-weight: 600;
}
.join-finish-sub-tit {
    padding-top: 10px;
    color: #9b9b9b;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.join-finish-sub-tit b {
    color: #000;
    font-weight: 500;
}
.join-finish-member-info {
    overflow: hidden;
    padding: 0 2% 20px 2%;
}
.join-finish-member-info .member-info-left-icon {
    float: left;
    width: 30%;
    max-width: 178px;
}
.join-finish-member-info .member-info-left-icon i {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 110px;
    font-size: 70px;
    vertical-align: top;
    text-align: center;
    background-color: #8c98aa;
    color: #fff;
}
.member-info-right-con {
    float: left;
    width: 70%;
    padding-top: 8px;
}
.member-info-right-con dl {
    overflow: hidden;
}
.member-info-right-con dl dt,
.member-info-right-con dl dd {
    float: left;
    letter-spacing: -0.3px;
    padding: 10px 0;
}
.member-info-right-con dl dt {
    width: 30%;
    color: #686767;
    font-size: 15px;
}
.member-info-right-con dl dt i {
    font-size: 16px;
    color: #ccc;
    margin-right: 3px;
}
.member-info-right-con dl dd {
    width: 70%;
    color: #838383;
    font-size: 14px;
}
.member-info-right-con dl .member-divine {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    background-color: #6b6b6b;
    margin-left: 5px;
    margin-top: -3px;
}

/* ******************   공통  ********************** */
@media all and (max-width: 1220px) {
    /* 공통 :: 상단 진행과정 바 */
    .join-process-bar-con > ol > li dl {
        width: 100px;
        padding-left: 10px;
    }
    .join-process-bar-con > ol > li dl dt {
        font-size: 12px;
    }
    .join-process-bar-con > ol > li dl dd {
        font-size: 13px;
    }
}
@media all and (max-width: 800px) {
    /* 공통 :: 상단 진행과정 바 */
    .join-process-bar-con > ol > li {
        display: block;
        float: left; /* width:33.33%; */
        padding-left: 0;
        background-size: 8px auto;
    }
    .join-process-bar-con > ol > li .process-icon {
        float: none;
        display: block;
        width: 40px;
        height: 40px;
        margin: 0px auto;
    }
    .join-process-bar-con > ol > li .process-icon i {
        font-size: 18px;
        line-height: 40px;
    }
    .join-process-bar-con > ol > li dl {
        float: none;
        width: auto;
        padding-left: 0;
        text-align: center;
    }
    .join-process-bar-con > ol > li dl dt,
    .join-process-bar-con > ol > li dl dd {
        height: auto;
    }
    .join-process-bar-con > ol > li dl dd {
        padding-top: 3px;
    }

    /* 공통 :: 회원폼레이아웃 */
    .member-con-inner {
        padding: 30px 0;
    }
    .member-form-con {
        padding: 30px 0;
    }
    .member-form-con:last-child {
        padding-top: 0;
    }
    .member-form-con-txt {
        padding-bottom: 30px;
    }
    .member-form-con-txt strong {
        font-size: 20px;
        font-weight: bold;
        word-break: keep-all;
        line-height: 24px;
    }
    .member-form-con-txt p {
        width: 80%;
        margin: 0px auto;
        font-size: 11px;
        line-height: 16px;
        word-break: keep-all;
    }
    .member-form-con-txt p:before {
        width: 20px;
        height: 1px;
        margin: 15px auto;
    }
    .form-tit {
        text-align: center;
        margin-bottom: 25px;
    }
    .form-input {
        font-size: 13px;
        height: 40px;
    }

    /* 공통 :: 회원관련 ::  탭 */
    .member-tab-list-con ul li a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .member-tab-list-con ul li.selected a {
        height: 41px;
    }
}

@media all and (max-width: 480px) {
    /* 공통 :: 회원폼레이아웃 */
    .member-form-con {
        width: auto;
    }
}

/* ******************   LOGIN  ********************** */
@media all and (max-width: 800px) {
    /* LOGIN :: 아이콘로그인 */
    .form-list-icon {
        margin-bottom: 15px;
    }
    .form-list-icon > li {
        margin-top: 5px;
    }
    .form-list-icon > li .login-input {
        height: 6rem;
    }
    .form-list-icon > li i {
        width: 25px;
        font-size: 20px;
    }
    /*  LOGIN :: 아이디저장 및 하단영역 */
    .id-save-btn {
        font-size: 12px;
        margin-top: 0px;
    }
    .id-save-btn input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }
    .id-save-btn + .cm-btn-controls {
        padding-top: 15px;
    }
    .form-box-list {
        height: 44px;
        line-height: 44px;
    }
    .form-box-list a {
        font-size: 13px;
    }
    .form-box-list a:before {
        margin: -2px 10px 0 10px;
    }
}

/* ******************   LOGIN ::  SNS  ********************** */
@media all and (max-width: 1220px) {
    .member-con-inner-shop,
    .member-con-inner-sns {
        padding: 25px;
    }
    /* LOGIN :: SNS LOGIN */
    .member-con-inner-sns .member-form-con {
        padding-left: 15px;
    }
    .member-con-inner-sns .member-form-con:first-child {
        padding-right: 15px;
    }
}
@media all and (max-width: 800px) {
    .member-con-inner-sns .member-con-inner {
        padding: 35px 20px;
    }
    .member-con-inner-sns:before {
        display: none;
    }
    .member-con-inner-shop,
    .member-con-inner-sns {
        padding: 40px 0px;
    }
    /* LOGIN :: SNS LOGIN (Short Ver) */
    .member-form-short-sns-con {
        margin-top: 25px;
        padding-top: 0px;
        border-top: 0;
    }
    .member-form-short-sns-con .short-sns-tit {
        float: none;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
        text-align: center;
    }
    .short-sns-list-con {
        float: none;
        text-align: center;
    }
    .short-sns-list-con li {
        float: none;
        display: inline-block;
        margin-left: 5px;
    }
    .short-sns-list-con li button {
        width: 38px;
        height: 38px;
    }
    /* LOGIN :: SNS LOGIN (Long Ver) */
    .member-con-inner-sns .member-form-con,
    .member-con-inner-sns .member-form-con:first-child {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
        max-width: 480px;
        margin: 0px auto;
    }
    .member-con-inner-sns .member-form-con:first-child {
        border-right: 0;
        padding-bottom: 50px;
    }
    .member-con-inner-sns .member-form-con .sns-login-list li {
        padding-top: 5px;
    }
    .member-con-inner-sns .member-form-con .sns-login-list li a,
    .member-con-inner-sns .member-form-con .sns-login-list li button {
        height: 40px;
        text-indent: 50px;
        font-size: 14px;
    }
    .member-con-inner-sns .member-form-con .sns-login-list .sns-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .member-con-inner-sns .member-form-con .sns-login-list .sns-icon i {
        line-height: 40px;
    }
}

/* ******************   LOGIN ::  SHOP 로그인  ********************** */
@media all and (max-width: 1220px) {
    /* LOGIN :: SHOP LOGIN ( 가로Ver ) */
    .member-con-inner-shop .member-form-con,
    .member-con-inner-shop .member-form-con:first-child {
        display: block;
        width: auto;
        padding: 20px;
    }
    .member-con-inner-shop .member-form-con:first-child {
        border-right: 0;
        padding-bottom: 30px;
    }
}
@media all and (max-width: 800px) {
    /* LOGIN :: SHOP LOGIN ( 가로Ver ) */
    .nonmember-form-con {
        text-align: center;
    }
    .nonmember-form-con .form-tit {
        margin-bottom: 15px;
    }
    .nonmember-form-con .cm-btn-controls button,
    .nonmember-form-con .cm-btn-controls a {
        min-width: none;
        width: 100%;
        margin: 0;
    }
    .member-con-inner-shop .member-form-nonmember {
        border-top: 0;
        margin-top: 20px;
        padding-top: 0;
    }
    .member-con-inner-shop .member-form-nonmember-con {
        float: none;
        width: 100%;
        padding: 20px 0;
        border-top: 1px solid #ddd;
    }
    .member-con-inner-shop .member-form-nonmember-con:last-child:before {
        display: none;
    }

    /* LOGIN :: SHOP LOGIN 2 ( 세로Ver ) */
    .nonmember-service-con {
        text-align: center;
    }
    .nonmember-service-con:first-child {
        margin-top: 0;
    }
    .nonmember-service-con > p,
    .nonmember-service-buttons {
        float: none;
        width: auto;
    }
    .nonmember-service-con > p {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .nonmember-service-con > p br {
        display: none;
    }
    .nonmember-service-buttons {
        margin: 0 -1%;
    }
    .nonmember-service-buttons a {
        float: left;
        width: 48%;
        margin: 0 1%;
        box-sizing: border-box;
        font-size: 13px;
    }
    .nonmember-service-buttons a.nonmember-buy-btn {
        float: none;
        display: block;
        width: auto;
        margin: 0 1%;
    }
}
/* ******************  아이디, 비번 찾기  ********************** */
@media all and (max-width: 800px) {
    /* 아이디 찾기 :: 결과 */
    .id-check-inner .customer-id {
        font-size: 15px;
        padding: 30px 0;
        line-height: 24px;
    }
}

/* ******************  JOIN 02 / MODIFY  ********************** */
@media all and (max-width: 800px) {
    /* JOIN 01 */
    .join-step-con {
        padding-bottom: 30px;
    }
    .join-step-con .join-tit {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .join-agreement-con {
        height: 150px;
        padding: 15px;
    }
    /* JOIN 02 */
    .essential-txt {
        font-size: 11px;
        top: -20px;
        font-weight: 300;
    }
    .join-form-tbl th,
    .join-form-tbl td {
        padding: 5px;
        padding-right: 0;
    }
    .join-form-tbl th {
        width: 30%;
        font-size: 13px;
    }
    .join-form-tbl td {
        width: 70%;
    }
    .join-form-tbl .input-basic,
    .join-form-tbl .select-basic {
        width: 100%;
        height: 34px;
        font-size: 13px;
        text-indent: 4px;
        max-width: none;
    }
    .join-form-tbl .select-basic {
        height: 34px;
    }
    .join-form-tbl .join-sub-btn {
        min-width: auto;
        float: none;
        width: 80px;
        height: 34px;
        margin-left: 5px;
        font-size: 12px;
        padding: 0;
        box-sizing: border-box;
    }
    .join-form-tbl .join-sub-btn2 {
        min-width: auto;
        float: none;
        width: 80px;
        height: 34px;
        margin-left: 5px;
        font-size: 12px;
        padding: 0;
        box-sizing: border-box;
    }
    .join-form-tbl .join-sub-txt,
    .join-form-tbl .join-sub-txt2 {
        display: block;
        margin-left: 0;
        margin-top: 5px;
        word-break: keep-all;
        line-height: 15px;
    }

    /* JOIN 02::기타 */
    .ios-os .join-form-tbl fieldset {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .id-input .input-basic,
    .address-input .input-basic:first-of-type {
        float: left;
        width: calc(100% - 85px) !important;
    }
    .birth-input .select-basic {
        width: calc(33.33% - 30px) !important;
    }
    .birth-input .select-basic:first-child {
        width: calc(33.33% - 4px) !important;
    }
    .tel-input .select-basic {
        width: calc(33.33% - 14px) !important;
    }
    .tel-input .input-basic {
        width: calc(33.33% - 15px) !important;
    }
    .email-input .input-basic {
        width: calc(50% - 11px) !important;
    }
    .email-input .select-basic {
        width: 100% !important;
        margin-top: 5px;
    }
    .address-input .input-basic {
        margin-top: 3px;
    }
    .join-form-tbl .hypen {
        margin: 0 2px;
    }
}
@media all and (max-width: 359px) {
    .join-form-tbl .join-sub-btn {
        font-size: 11px;
    }
    .join-form-tbl .join-sub-btn2 {
        font-size: 11px;
    }
}

/* ******************  JOIN FINISH ********************** */
@media all and (max-width: 800px) {
    /* JOIN FINISH :: 01 */
    .join-finish-icon {
        width: 80px;
        height: 80px;
    }
    .join-finish-icon i {
        font-size: 45px;
        line-height: 30px;
    }
    .join-finish-txt {
        font-size: 14px;
        line-height: 1.3em;
        word-break: keep-all;
    }
    /* JOIN FINISH :: 02 */
    .join-finish-tit-con {
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .join-finish-tit {
        font-size: 18px;
        line-height: 20px;
        word-break: keep-all;
    }
    .join-finish-sub-tit {
        font-size: 12px;
        word-break: keep-all;
    }
    .join-finish-member-info {
        padding: 15px;
    }
    .join-finish-member-info .member-info-left-icon {
        display: none;
    }
    .member-info-right-con dl {
        margin-bottom: 15px;
    }
    .member-info-right-con dl dt,
    .member-info-right-con dl dd {
        float: none;
        width: auto;
        padding: 0;
    }
    .member-info-right-con dl dt {
        font-size: 13px;
        padding-bottom: 7px;
    }
    .member-info-right-con dl dt i {
        margin-top: -2px;
        vertical-align: middle;
    }
    .member-info-right-con dl dd {
        font-size: 15px;
        color: #222;
        line-height: 1.5;
        font-weight: 500;
        padding-left: 22px;
    }
}
