/* BASIC css start */
/* =========================================
   2026 TAVALON MOBILE
   È¸¿ø ·Î±×ÀÎ
========================================= */

.login {
    width: 100%;
    padding: 0 5% 70px;
    box-sizing: border-box;
    color: #222;
    font-family: "Noto Sans KR", sans-serif;
}


/* =========================================
   TITLE
========================================= */

.login .h_title {
    padding: 15px 0 15px;
    text-align: left;
}

.login .h_title h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: #111;
}


/* =========================================
   LOGIN FORM
========================================= */

.login .member {
    width: 100%;
}


/* ÀÔ·ÂÃ¢ */

.login .loginInput {
    width: 100%;
}

.login .loginInput input {
    display: block;
    width: 100% !important;
    height: 54px;
    margin: 0 0 10px;
    padding: 0 16px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    color: #222;
    font-size: 14px;
    font-family: "Noto Sans KR", sans-serif;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
}

.login .loginInput input::placeholder {
    color: #aaa;
}

.login .loginInput input:focus {
    border-color: #222;
}


/* =========================================
   LOGIN CHECK
========================================= */

.login .loginCheck {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
    margin-top: 14px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.login .loginCheck label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    white-space: nowrap;
}

.login .loginCheck input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #111;
}


/* =========================================
   LOGIN BUTTON
========================================= */

.login .loginMiddle {
    width: 100%;
    margin-top: 30px;
}

.login .loginMiddle a {
    display: flex;
    width: 100%;
    height: 54px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}


/* ·Î±×ÀÎ */

.login .loginMiddle .btn_Red {
    border: 1px solid #111;
    background: #111;
    color: #fff;
}


/* ¾ÆÀÌµð / ºñ¹Ð¹øÈ£ Ã£±â */

.login .loginMiddle .btn_White {
    margin-top: 10px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
}


/* ÅÍÄ¡ */

.login .loginMiddle .btn_Red:active {
    background: #333;
    border-color: #333;
}

.login .loginMiddle .btn_White:active {
    background: #f7f7f7;
}

/* =========================================
   SNS LOGIN
========================================= */

.login .sns-login {
    width: 100%;
    margin-top: 45px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
}


/* SNS TITLE */

.login .sns-title {
    position: relative;
    margin-bottom: 22px;
    text-align: center;
}

.login .sns-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.login .sns-title span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 15px;
    background: #fff;
    color: #777;
    font-size: 12px;
    font-weight: 400;
}


/* SNS LIST */

.login .sns-login ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.login .sns-login li {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}

.login .sns-login li:last-child {
    margin-bottom: 0;
}


/* SNS BUTTON */

.login .sns-login li a {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #333 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 52px !important;
    text-align: center !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}


/* ¸ÞÀÌÅ©¼¥ ±âº» SNS ¾ÆÀÌÄÜ ¿µ¿ª Á¦°Å */

.login .sns-login li a > span:first-child {
    display: none !important;
    position: static !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
}


/* ±âº» °¡»ó ¾ÆÀÌÄÜÀÌ ÀÖÀ» °æ¿ì Á¦°Å */

.login .sns-login li a:before,
.login .sns-login li a:after {
    display: none !important;
    content: none !important;
}


/* SNS Á¾·ùº° ±âÁ¸ ¹è°æ ÃÊ±âÈ­ */

.login .sns-login .facebook a,
.login .sns-login .naver a,
.login .sns-login .kakaotalk a,
.login .sns-login .apple a {
    padding-left: 0 !important;
    background-image: none !important;
    background-color: #fff !important;
}


/* TOUCH */

.login .sns-login li a:active {
    background: #f7f7f7 !important;
}


/* =========================================
   JOIN
========================================= */

.login .loginBottom {
    width: 100%;
    margin-top: 45px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    box-sizing: border-box;
}

.login .loginBottom h4 {
    margin: 0 0 10px;
    padding: 0;
    color: #222;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

.login .loginBottom p {
    margin: 0 0 25px;
    padding: 0;
    color: #777;
    font-size: 12px;
    line-height: 1.7;
    word-break: keep-all;
}


/* È¸¿ø°¡ÀÔ ¹öÆ° */

.login .loginBottom .btn_Black {
    display: flex;
    width: 100%;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid #111;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
}

.login .loginBottom .btn_Black:active {
    background: #f7f7f7;
}


/* =========================================
   ETC
========================================= */

.login input,
.login button,
.login select,
.login textarea {
    font-family: "Noto Sans KR", sans-serif;
}

.login a {
    -webkit-tap-highlight-color: transparent;
}
/* BASIC css end */

