@charset "UTF-8";
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('../css/font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

header {
    width: 100%;
    /* background-color: #fff; */
    padding: 3rem 0;
}

.logo {
    margin-top: 10px;
    text-align: center;
}
.logo > a > img {
    width: 200px;
}


.content {
    width: 100%;
    max-width: 562px;
    margin: 0 auto;
    text-align: center;
}

.content_wrap {
    width: 95%;
}

.login_box {
    border: 1px solid #c6c6c6;
    border-radius: 15px;
    margin-bottom: 20px;
}
.login_box_inner {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 1rem;
}
.id_pw_wrap .input_row:first-child {
    border-radius: 8px 8px 0 0;
    box-shadow: none;
}

.id_pw_wrap .input_row:last-child {
    border-radius: 0 0 8px 8px;
}
#id_line {
    border-bottom: transparent;
}

.input_row {
    position: relative;
    border: 1px solid #dadada;
    text-align: left;
    box-shadow: 0 2px 6px 0 rgba(68, 68, 68, 0.08);
}
.icon_id {
    background-image: url(../images/login_img/person_icon.png);
    width: 26px;
    height: 26px;
    position: absolute;
    left: 20px;
    margin-top: -14px;
}
.icon_pw {
    background-image: url(../images/login_img/pw_icon.png);
    width: 26px;
    height: 26px;
    position: absolute;
    left: 20px;
    margin-top: -15px;
}
.input_row {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 18px 25px 17px;
    box-sizing: border-box;
}
.icon_cell {
    display: table-cell;
    width: 28px;
    vertical-align: middle;
}
.input_text {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #222;
    box-sizing: border-box;
    z-index: 4;
}

.blind {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

.input_row.on {
    border: 1px solid #e01820;
    z-index: 1;
    border-bottom: 1px solid #e01820 !important;
}

.btn-Align {
    margin-top: 20px;
}

.block {
    display: block;
}

.login_btn {
    width: 100%;
    text-align: center;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 0;
    margin-bottom: 8px;
}
/* .join_btn {
    font-size: 20px;
    display: block;
    margin-top: 10px;
    padding: 11px 0;
    border: 1px solid #e01820;
    box-shadow: 0 2px 4px 0 rgba(199, 3, 3, 0.12);
    background: #fff;
    border-radius: 8px;
    color: #e01820;
} */

.login_fnc {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}
.frm_check {
    position: relative;
}
.frm_check input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.frm_check input + label {
    padding-left: 1.8rem;
    font-size: 0.91rem;
}
label {
    cursor: pointer;
}
.frm_check input + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.2rem;
    height: 1.3rem;
    background: url(../images/login_img/frmcheck_gray.svg) no-repeat center #ffffff;
    background-size: 0.7rem 0.7rem;
    border: .1rem solid #ccc;
    border-radius: 0.2rem;
    transform: translateY(-50%);
    box-sizing: border-box;
}
.frm_check input:checked:not(:disabled) + label::after {
    background: url(../images/login_img/frmcheck_white.svg) no-repeat center #e01820;
    background-size: 0.7rem 0.7rem;
    border-color: #e01820;
}
.find_fnc button {
    color: #555555;
}

.find_fnc span {
    display: inline-block;
    width: 0.1rem;
    height: 0.8rem;
    background: #e5e5e5;
    margin: 0px 0.7rem;
}
input[type='checkbox']:checked {
    accent-color: transparent;
    outline: 1px solid transparent;
}
.kakao_btn {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    padding: 11px 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 4px 0 rgba(199, 3, 3, 0.12);
    background: #fee800;
    border-radius: 8px;
    color: #452427;
}
.naver_btn {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    padding: 11px 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 4px 0 rgba(199, 3, 3, 0.12);
    background: #03c75a;
    border-radius: 8px;
    color: #ffffff;
}
.kakao_btn img {
    margin-right: 10px;
}
.naver_btn img {
    margin-right: 11px;
}
.find_wrap {
    padding: 20px 0 35px;
    text-align: center;
}
.find_wrap li {
    position: relative;
    display: inline-block;
}
.find_txt {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #888;
}
.find_wrap li + li {
    padding-left: 28px;
}

.find_wrap li + li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 12px;
    width: 1px;
    height: 12px;
    border-radius: 0.5px;
    background-color: #dadada;
}

.point_banner_box {
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 50px;
    cursor: pointer;
}

.point_banner_box img{
    width: 100%;
}



/* ??? */
@media only screen and (max-width: 767.99px) {
    header {
        padding: 1.5rem 0;
    }
    .logo{
        width: 140px;
        margin: 0 auto;
    }

    .logo > a > img {
        width: 100%;
    }

    .login_box_inner {
        width: 95%;
        padding: 1.2rem 0rem;
    }

    .btn-Align span {
        font-size: 16px;
    }
    .find_wrap {
        padding: 20px 0 20px;
    }

    .find_txt {
        font-size: 16px;
    }
    .input_text {
        font-size: 13px;
    }
    

}

@media only screen and (max-width: 450px) {
   
    .find_fnc span {
        display: inline-block;
        width: 0.1rem;
        height: 0.8rem;
        background: #e5e5e5;
        margin: 0px 0.4rem;
    }
    .frm_check input + label {
        padding-left: 1.6rem;
    font-size: 0.9rem;
    }
    

}

@media only screen and (max-width: 380px) {
    .find_fnc button{
        font-size: 11.3px;
    }
    .find_fnc span {
        display: inline-block;
        width: 0.1rem;
        height: 0.8rem;
        background: #e5e5e5;
        margin: 0px 0.4rem;
    }
    .frm_check input + label {
        padding-left: 1.6rem;
        font-size: 0.8rem;
    }

    .login_fnc{flex-direction: column;}
    .sv_id{align-self: flex-start;}
    

}
