/* 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;
}


/* =========================================
   COMMON
========================================= */

#login .login {
    width: 100%;
}

#login fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

#login legend {
    display: none;
}


/* =========================================
   MEMBER / NONMEMBER TAB
========================================= */

#login .tab {
    display: flex;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

#login .tab a {
    position: relative;
    display: flex;
    width: 50%;
    height: 50px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #fff;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

#login .tab a.act {
    color: #111;
    font-weight: 600;
}

#login .tab a.act:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #111;
}


/* =========================================
   MEMBER
========================================= */

#login .member {
    width: 100%;
}


/* =========================================
   LOGIN INPUT
========================================= */

#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;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

#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;
}


/* TOUCH */

#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;
}


/* =========================================
   NONMEMBER
========================================= */

#login .nonmember {
    display: none;
    width: 100%;
    margin-top: 0;
}

#login .nonmember fieldset {
    margin: 0;
    padding: 0;
}


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

#login .nonmember-title {
    width: 100%;
    margin-bottom: 20px;
}

#login .nonmember-title h3 {
    margin: 0 0 8px;
    padding: 0;
    color: #222;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

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


/* =========================================
   NONMEMBER / 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;
}


/* =========================================
   INQUIRY ORDER
========================================= */

#inquiryOrder {
    display: none;
}


/* =========================================
   INQUIRY ORDER LAYER
========================================= */

#inquiryOrder .layer {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 20px;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    box-sizing: border-box;
}

#inquiryOrder .layer-pop {
    position: relative;
    width: 100%;
    max-width: 420px;
    padding: 25px 20px 20px;
    background: #fff;
    box-sizing: border-box;
}


/* =========================================
   INQUIRY ORDER TITLE
========================================= */

#inquiryOrder .layer-pop > h3 {
    margin: 0;
    padding: 0 40px 18px 0;
    color: #222;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
}

#inquiryOrder .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #222;
}


/* =========================================
   INQUIRY ORDER TEXT
========================================= */

#inquiryOrder .txt {
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid #e5e5e5;
    color: #666;
    font-size: 12px;
    line-height: 1.7;
    word-break: keep-all;
}

#inquiryOrder .txt strong {
    color: #111;
    font-weight: 600;
}


/* =========================================
   INQUIRY ORDER FORM
========================================= */

#inquiryOrder .frm {
    width: 100%;
    margin: 22px 0 0;
}

#inquiryOrder .frm dt,
#inquiryOrder .frm dd {
    float: none;
    width: 100%;
}

#inquiryOrder .frm dt {
    margin: 15px 0 7px;
    color: #222;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0;
}

#inquiryOrder .frm dd {
    margin: 0;
}

#inquiryOrder .frm input[type="text"] {
    display: block;
    width: 100% !important;
    height: 50px;
    margin: 0 0 8px;
    padding: 0 14px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    color: #222;
    font-size: 14px;
    font-family: "Noto Sans KR", sans-serif;
    line-height: 50px;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
}

#inquiryOrder .frm input[type="text"]:focus {
    border-color: #222;
}


/* =========================================
   INQUIRY ORDER BUTTON
========================================= */

#inquiryOrder .btns {
    display: flex;
    width: 100%;
    gap: 10px;
    margin: 25px 0 0;
}

#inquiryOrder .btns a {
    display: flex;
    width: 50%;
    height: 50px;
    margin: 0;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
}


/* ÁÖ¹®Á¶È¸ */

#inquiryOrder .btn_Grey {
    border: 1px solid #111;
    background: #111;
    color: #fff;
}


/* ´Ý±â */

#inquiryOrder .btn_Black {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
}


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

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

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

