@charset "UTF-8";

.ticket_login *,
.ticket_dash * {
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

.ticket_login {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    padding: 0 15px;
}

.ticket_login .ticket_title {
    margin-bottom: 30px;
    text-align: center;
}

.ticket_login .ticket_title h2 {
    line-height: 1.2;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #222222;
}

.ticket_login .ticket_sub {
    margin-bottom: 80px;
    text-align: center;
    font-size: 24px;
    color: #666666;
}


.ticket_login .ticket_login_box {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.ticket_login .ticket_login_box .lablel_tit {
    font-size: 18px;
    font-weight: 400;
    color: #5d5d5d;
}

.ticket_login .input_flex {
    position: relative;
    display: flex;
    gap: 0 10px;
    width: 100%;
    margin-top: 15px;
}

.ticket_login .input_box {
    position: relative;
    width: calc(100% - 140px);
}

.ticket_login .input_flex input {
    width: 100%;
    padding: 0 20px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    line-height: 55px;
    font-size: 16px;
    color: #222;
}

.ticket_login .input_flex input::placeholder {
    color: #999999;
}

.ticket_login .input_flex button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 57px;
    border: 1px solid #f79427;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    background: #f79427;
}

.ticket_login .input_flex button.notlogin {
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    color: #5d5d5d  ;
}

/* step2 */

.ticket_login .input_flex input.verification_code:focus {
    border-color:#222222;
}

.ticket_login .timer_box {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #ff6868;
    transform: translateY(-50%);
}

.ticket_login .verification_info {
    margin-top: 15px;
}

.ticket_login .notarrive {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.ticket_login .notarrive button {
    border: none;
    line-height: 1;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    background: transparent;
    transform: translateY(-1px);
}

.ticket_login .code_text {
    position: relative;
    margin-top: 12px;
    padding-left: 10px;
    font-size: 14px;
    color: #ff6868;
}

.ticket_login .code_text::before {
    position: absolute;
    content: '*';
    top: 50%;
    left: 0;
    font-size: 14px;
    transform: translateY(-50%);
    color: #ff6868;
}

@media (max-width:991px) {
    .ticket_login .ticket_title {
        margin-bottom: 25px;
    }
    .ticket_login .ticket_title h2 {
        font-size: 25px;
    }

    .ticket_login .ticket_sub {
        margin-bottom: 50px;
        line-height: 1.31;
        font-size: 16px;
    }

    .ticket_login .ticket_login_box .lablel_tit {
        font-size: 13px;
    }

    .ticket_login .input_flex {
        flex-direction: column;
        gap: 10px 0;
    }

    .ticket_login .input_box {
        width: 100%;
    }


    .ticket_login .input_flex input {
        padding: 0 16px;
        border-radius: 3px;
        line-height: 38px;
        font-size: 13px;
    }

    .ticket_login .input_flex button {
        width: 100%;
        height: 38px;
        border-radius: 3px;
        font-size: 13px;
    }

    .ticket_login .timer_box {
        font-size: 13px;
    }

    .ticket_login .notarrive {
        font-size: 12px;
    }

    .ticket_login .code_text {
        margin-top: 6px;
        line-height: 1.41;
        font-size: 12px;
    }

    .ticket_login .code_text::before {
        top: 1px;
        font-size: 12px;
        transform: none;
    }
}


/* 대시보드  */

.dash_head .dash_head_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dash_head .dash_head_title {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.dash_head .dash_user {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 14px;
}

.dash_head .dash_user_email {
    font-size: 24px;
    color: #666666;
}

.dash_head .dash_user_logout {
    display: inline-flex;
    padding: 0 25px;
    border-radius: 50px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    background-color: #222222;
}

.dash_head .dash_period {
    margin-top: 50px;
}

.dash_head .dash_period_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 45px;
    padding: 36px 0;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.dash_head .dash_period_label {
    font-size: 20px;
    font-weight: 700;
    color: #666666;
}

.dash_head .dash_period_value {
    font-size: 20px;
    color: #666666;
}

.dash_body .dash_license {
    margin-top: 60px;
}


.dash_body .dash_license_title {
    font-size: 30px;    
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #222222;
}

.dash_body .dash_license_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 40px;
    margin-top: 40px;
}



.dash_body .dash_license_item {
    flex: 1;
    width: 100%;
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.dash_body .dash_license_head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 10px;
}

.dash_body .dash_license_step {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
}

.dash_body .dash_license_status {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 5px;
}

.dash_body .dash_tag {
    padding: 0 10px;
    border-radius: 50px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
}

.dash_body .dash_tag.pending {
    color: #999999;
    background: #e6e6e6;
}

.dash_body .dash_tag.refuse {
    color: #fff;
    background: #ff6868;
}

.dash_body .dash_tag.approval {
    color: #fff;
    background: #88da5b;
}

.dash_body .dash_tag.waiting {
    border: 1px solid #f79427;
    color: #f79427;
    background: #fff;
}

.dash_body .dash_tag.completed {
    border: 1px solid #88da5b;
    color: #88da5b;
    background: #fff;
}

.dash_body .dash_license_desc {
    margin-top: 25px;
    line-height: 1.56;
    font-size: 18px;
    color: #666;
}

.dash_body .dash_license_action {
    width: 100%;
    margin-top: 35px;
}

.dash_body .dash_license_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}


.dash_body .dash_license_btn.pre-btn {
    background: #222222;
}

.dash_body .dash_license_btn.main-btn {
    background: #f79427;
}

.dash_foot {
    margin-top: 60px;
}

.dash_foot .dash_payment_title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #222222;
}

.dash_foot .dash_payment_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 20px;
    margin-top: 60px;
}

.dash_foot .dash_payment_item {
    width: 100%;
    flex: 1;
    padding: 23px 0;
    border-radius: 4px;
    text-align: center;
    background: #f7f7f7;
}

.dash_foot .dash_payment_label {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #666666;
}

.dash_foot .dash_payment_value {
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #666666;
}

@media (max-width:991px) {
    .dash_head .dash_head_top {
        flex-direction: column;
    }

    .dash_head .dash_head_title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .dash_head .dash_user_email {
        font-size: 16px;
    }

    .dash_head .dash_user_logout {
        padding: 0 13px;
        line-height: 25px;
        font-size: 13px;
    }

    .dash_head .dash_period {
        margin-top: 40px;
    }

    .dash_head .dash_period_list {
        flex-direction: column;
        gap: 10px 0;
        padding: 18px 0;
    }

    .dash_head .dash_period_label {
        font-size: 15px;
    }

    .dash_head .dash_period_value {
        font-size: 15px;
    }

    .dash_body .dash_license {
        margin-top: 40px;
    }

    .dash_body .dash_license_title {
        font-size: 20px;
    }

    .dash_body .dash_license_list {
        flex-direction: column;
        gap: 15px 0;
        margin-top: 20px;
    }

    .dash_body .dash_license_item {
        padding: 15px;
    }

    .dash_body .dash_license_step {
        font-size: 17px;
    }

    .dash_body .dash_tag {
        padding: 0 10px;
        line-height: 20px;
        font-size: 11px;
    }

    .dash_foot .dash_payment_title {
        font-size: 17px;
    }

    .dash_body .dash_license_desc {
        font-size: 14px;
    }

    .dash_body .dash_license_btn {
        height: 40px;
        border-radius: 2px;
        font-size: 13px;
    }

    .dash_foot {
        margin-top: 40px;
    }

    .dash_foot .dash_payment_list {
        flex-direction: column;
        gap: 10px 0;
        margin-top: 30px;
    }

    .dash_foot .dash_payment_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
    }

    .dash_foot .dash_payment_label {
        margin-bottom: 0;
        font-size: 14px;
    }

    .dash_foot .dash_payment_value {
        font-size: 13px;
    }
}