@charset "UTF-8";
/*!
* Start Bootstrap - SB Admin v7.0.7 (https://startbootstrap.com/template/sb-admin)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin/blob/master/LICENSE)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

html, body {
    height: 100%;
}

body {
    background-color: #0A0A0A;
}

main {
    flex: 1;
    min-height: 100vh;
}

.custom-navbar {
    background-color: #1B1B1B;
}

.custom-nav {
    display: flex;
    align-items: center;
}

.custom-nav-icon {
    padding-left: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 76px;
}

.logo {
    width: 31px;
    height: 46px;
}

.title {
    padding-bottom: 2px;
    color: #FAF9F4;
    font-family: "Pretendard Variable";
    font-size: 28px;
    font-style: normal;
    font-weight: 200;
}

img.bg {
    z-index: -1000;
    position: absolute;
    width: 30%;
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
}

#applicantMainTitle {
    color: #FFF;
    text-align: center;
    font-family: "Pretendard Variable";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* 오른쪽 고정 */
.right-fixed {
    position: fixed;
    right: 40px;
    top: 35%;
    transform: translateY(-50%);
    z-index: 1000;
}

/* 원형 버튼 공통 */
.circle-btn {
    width: 120px;
    height: 120px;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;

    /* 부드러운 애니메이션 */
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);

    border: 2px solid rgba(244, 245, 239, 0.1);
    box-shadow: 0 0 15px rgba(244, 245, 239, 0.3);
}


/* 이미지 */
.circle-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.circle-btn img[src$=".svg"] {
    object-fit: contain;
    transform: scale(1.5);
}

/* 가운데 텍스트 */
.circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    color: #FFF;
    text-align: center;
    font-family: "Pretendard Variable";
    font-size: 12px;
    font-style: normal;
    font-weight: 250;
    line-height: 120%;
    display: flex;
    width: 99px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
}

.boldTxt {
    color: #FFF;
    font-family: "Pretendard Variable";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

#gigDate {
    color: #FFF;
    text-align: center;
    font-family: "Pretendard Variable";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

/* Hover 효과 */
.circle-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

#studentNoDiv {
    width: 300px;
    height: 48px;
}

.rounded-btn {
    border-radius: 15px;
    height: 48px;
}

.btn-confirm {
    background: #B81200;
    width: 140px;

    color: #FFF;
    text-align: center;
    font-family: "Pretendard Variable";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-confirm:hover {
    background-color: #840000;
    color: #FFF;
}

.btn-cancle {
    background: #F3F3F3;
    width: 140px;

    color: #595959;
    text-align: center;
    font-family: "Pretendard Variable";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.btn-cancle:hover {
    background-color: #a5a5a5;
    color: #595959;
}

#studentNoInput::placeholder {
    font-size: 0.90rem;
}