@charset "UTF-8";

/* font */
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

html, body, th, td, input, select, textarea, button {
    font-family: "Pretendard", sans-serif;
    font-size: 15px;
}
.form-select, .form-control, .btn {
    font-size: 15px;
}

/* tab 커스텀 */
.tab {
    margin-bottom: 0;
}
.tab .nav-tabs .nav-link {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}
.tab .nav-tabs .nav-link.active {
    border-width: 1px 1px 0 1px;
    border-color: #ededf5;
    border-bottom: 1px solid #fff;
}
.tab .tab-content {
    border-width: 1px;
    border-style: solid;
    border-color: #ededf5;
}

/* 라디오 버튼 커스텀 */
input[type=radio].btn-check:checked+.btn.btn-secondary {
    background-color: #000000;
    border-color: #000000;
}

/* 접수 모달 커스텀 */
#modal_receipt .modal-xl {
    --bs-modal-width: 1200px;
}
#appraisal_info .btn-secondary {
    width: 112px;
}