@charset "utf-8";

:root {
    --member-font-basic: "Pretendard";
    --member-font-num: "SUIT";
    --member-font-serif: "Nanum Myeongjo", serif;
    --member-color-basic: #000;
    --member-color-main: #D79A2B;
    --member-color-login-btn: #000;
    --member-color-join-list-on: #D79A2B;
    --member-radius-btn: 5px;
    --member-radius-input: 0;
}

.member-wrap {
    width: 1200px;
    margin: auto;
    padding: 150px 0;
}

/*checkbox*/
.member-wrap input[type="checkbox"] {
    display: none;
}

.member-wrap input[type=checkbox] + label {
    cursor: pointer;
    background: url('/pc/images/ic_check.svg') left center no-repeat;
    background-size: 22px 22px;
    height: 22px;
    padding-left: 32px;
    display: flex;
    align-items: center;
}

.member-wrap input[type=checkbox]:checked + label {
    background: url('/pc/images/ic_check_on.svg') left center no-repeat;
    background-size: 22px 22px;
}

/*login*/
.join-common-box {
    margin-top: 60px;
    width: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #CBCBCB;
    display: flex;
    align-items: center;
    padding: 25px 0;
    position: relative;
}

.join-common-box.idpw {
    align-items: stretch;
}

.join-common-box em {
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}

.login-box {
    flex: 1;
    flex-basis: 600px;
    position: relative;
}

.login-box::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #CBCBCB;
}

.login-box ul {
    width: 370px;
    margin: auto;
}

.login-box ul li h3 {
    text-align: center;
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
    font-weight: 600;
}

.login-box ul li p {
    text-align: center;
    color: #707070;
    font-size: 14px;
    padding-bottom: 35px;
}

.login-box ul li input[type="text"], .login-box ul li input[type="password"] {
    width: 100%;
    height: 48px;
    border: 1px solid #cbcbcb;
    font-size: 16px;
    background-color: #fff;
    margin-bottom: 16px;
}

.login-box ul li input::placeholder {
    color: #CBCBCB;
    font-size: 16px;
}

.login-box ul li a {
    border-radius: var(--member-radius-btn);
    background-color: var(--member-color-login-btn);
    width: 100%;
    display: block;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 16px;
}

.login-box ul li input[type=checkbox] + label {
    float: right;
}

.search-id-result {
    font-size: 16px;
    text-align: center;
}

.login-join-box {
    flex: 1;
    flex-basis: 600px;
    display: flex;
    gap: 0 20px;
    justify-content: center;
}

.login-join-box a {
    flex-basis: 240px;
    text-align: center;
}

.login-join-box a figure {
    padding-bottom: 18px;
}

.login-join-box a h3 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.login-join-box a p {
    font-size: 14px;
    color: #707070;
}

.login-box.pw::after {
    display: none;
}

/*idpw찾기*/
.login-box ul li button {
    border-radius: var(--member-radius-btn);
    background-color: var(--member-color-login-btn);
    width: 100%;
    display: block;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 16px;
}

.login-box ul li .btn-send-cord {
    border-radius: var(--member-radius-btn);
    background-color: #ECECEC;
    width: 100%;
    display: block;
    line-height: 48px;
    font-size: 18px;
    color: #707070;
    text-align: center;
    font-weight: 500;
    margin-bottom: 16px;
}

.login-box ul li .phone-certified {
    width: 100%;
    border: 1px solid #CBCBCB;
    background-color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.login-box ul li .phone-certified li {
    flex-grow: 1;
}

.login-box ul li .phone-certified input.num[type=text] {
    border: 0;
    text-align: left;
    margin-bottom: 0;
}

.login-box ul li .phone-certified .certified-time {
    flex-shrink: 1;
    color: #acacac;
    line-height: 48px;
    text-align: center;
    font-weight: 300;
}

/*popup*/
.pop-member-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 110;
    width: 440px;
    min-height: 260px;
    max-height: 440px;
    overflow-y: auto;
    background-color: #fff;
    border-bottom: 1px solid #CBCBCB;
    padding: 40px 30px 30px;
    border-radius: 15px;
}

.member-popup {
    text-align: center;
}

.member-popup-text {
    min-height: 80px;
    margin-bottom: 37px;
    line-height: 1.5em;
}

/*join*/
.join-step-area {
    display: flex;
}

.join-step-area li {
    flex: 1;
    position: relative;
    padding: 0 20px;
    line-height: 48px;
    border-bottom: 1px solid #CBCBCB;
    color: #CBCBCB;
    font-size: 18px;
    font-weight: 400;
}

.join-step-area li.on {
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #000;
}

.join-step-area li::after {
    content: '';
    background: url('/pc/images/ic_join_next.svg') center center no-repeat;
    position: absolute;
    right: 18px;
    top: 50%;
    background-size: 8px 12px;
    width: 6px;
    height: 12px;
    display: block;
    transform: translateY(-50%);
    filter: invert(0.7);
}

.join-step-area li.on::after {
    filter: invert(0);
}

.join-step-area li:last-child::after {
    display: none;
}

.join-agree-box {
    border-top: 1px solid #707070;
    width: 100%;
    margin: 50px 0;
}

.join-agree-box ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.join-agree-box ul li {
    position: relative;
    width: 100%;
    min-height: 70px;
    padding: 23px 20px;
    border-bottom: 1px solid #CBCBCB;
}

.join-agree-box ul li .agree-check {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.join-agree-box ul li .agree-check li {
    width: auto;
    min-height: initial;
    padding: 0;
    border-bottom: none;
}

.join-agree-box ul li .agree-check li .toggle-area {
    cursor: pointer;
}

.join-agree-box ul li .agree-check li .toggle-area.toggle img {
    transform: rotate(180deg);
}

.join-agree-box ul li input[type=checkbox] + label {
    font-size: 20px;
    color: #707070;
    font-weight: 500;
}

.join-agree-box ul li input[type=checkbox]:checked + label {
    color: var(--member-color-main);
}

.join-agree-box ul li h4 {
    padding: 16px 20px 0 32px;
    color: #707070;
}

.agree-inner {
    height: 210px;
    width: 100%;
    margin-top: 36px;
    background-color: #f8f8f8;
    padding: 20px;
    overflow-y: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75em;
    display: none;
}

.agree-inner span {
    font-weight: 600;
    display: block;
}

.agree-tbl {
    width: 100%;
    border-top: 1px solid #707070;
    padding: 5px 0;
}

.agree-tbl th {
    background-color: #f8f8f8;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #cbcbcb;
    font-weight: 500;
    padding: 15px 0;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

.agree-tbl td {
    padding: 8px;
    height: 40px;
    border-bottom: 1px solid #CBCBCB;
    text-align: center;
    vertical-align: middle;
    word-break: keep-all;
    background-color: #fff;
}

.certified-box {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #CBCBCB;
    width: 100%;
    margin: 50px 0;
    padding: 44px 0 40px;
    text-align: center;
}

.certified-box h2 {
    padding: 18px 0 16px;
    font-size: 18px;
    font-weight: 600;
}
.certified-box h4 {
    padding-bottom: 45px;
    font-size: 14px;
    color: #707070;
}

.certified-box .btn-certified {
    width: 100px;
    line-height: 34px;
    color: #fff;
    background-color: var(--member-color-basic);
    border-radius: var(--member-radius-btn);
}

.certified-text {
    background-color: #F8F8F8;
    padding: 20px;
    line-height: 28px;
    color: #424242;
    margin-bottom: 50px;
}

.certified-text span {
    font-size: 14px;
    padding-left: 15px;
    display: block;
}

/*정보입력*/
.member-info-box {
    margin: 60px 0;
    width: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #CBCBCB;
    padding: 25px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.member-info-box dl {
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
}

.member-info-box dl dt {
    flex-basis: 130px;
    line-height: 48px;
}

.member-info-box dl dd {
    flex-basis: 370px;
    min-height: 48px;
}

.member-info-box dl dd input[type="text"], .member-info-box dl dd input[type="password"] {
    border: 1px solid #CBCBCB;
    line-height: 48px;
    padding: 0 16px;
    border-radius: var(--member-radius-input);
}

.member-info-box dl dd input[type="text"]::placeholder, .member-info-box dl dd input[type="password"]::placeholder {
    color: #CBCBCB;
    font-weight: 400;
}

.input-disable {
    width: 100%;
    border: 1px solid #CBCBCB;
    line-height: 48px;
    padding: 0 16px;
    border-radius: var(--member-radius-input);
}

.member-info-box .enter-id {
    display: flex;
    gap: 0 10px;
}

.member-info-box .enter-id input {
    flex: 1;
}

.member-info-box .enter-id .btn-overlap {
    flex-basis: 100px;
    border-radius: var(--member-radius-btn);
    background-color: var(--member-color-basic);
    color: #fff;
    font-size: 18px;
}

.member-info-box .desc {
    font-size: 14px;
    color: #707070;
    font-weight: 500;
    padding-top: 10px;
    line-height: 1.4em;
}

.join-radio {
    font-size: 16px;
    display: flex;
    gap: 0 10px;
    align-items: center;
}

.join-radio input[type=radio] {
    display: none;
}

.join-radio input[type=radio] + label {
    background: url('/pc/images/ic_radio.svg') center left no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    padding: 2px 0 2px 25px;
    cursor: pointer;
    font-size: 14px;
    color: #707070;
}

.join-radio input[type=radio]:checked + label {
    background: url('/pc/images/ic_radio_on.svg') center left no-repeat;
    background-size: 20px 20px;
}

.member-info-box .phone{
    width: 100%;
}
.member-info-box .phone .desc{
    padding-bottom: 10px;
}
.member-info-box .birth{
    display: flex;
    gap: 0 20px;
    align-items: center;
}
.member-info-box .birth .input-disable{
    flex-basis: 200px;
}

.member-info-box .area{
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}
.member-info-box .area select{
    border: 1px solid #CBCBCB;
    flex: 1;
    height: 48px;
    padding: 0 16px;
}