@charset "UTF-8";
/* 모의고사 식별번호 관리 화면 */
.right-box__head.column {
flex-direction: column;
padding-bottom: 50px;
}
.examcode__desc {
display: flex;
flex-direction: column;
width: 100%;
padding: 20px;
margin-top: 20px;
background-color: var(--bg-gray);
border-radius: 5px;
color: var(--gray002);
overflow: auto;
font-size: 1rem;
line-height: 1.5;
font-weight: normal;
}
.examcode__desc > .bold {
font-weight: bold;
}
.examcode__desc > .accent {
color: var(--warning);
font-weight: bold;
}
.examcode__desc > ul > li {
list-style: inside;
padding-left: 1rem;
}
.examcode_list__tabs {
width: 100%;
display: flex;
gap: 12px;
}
.examcode_list__tabs > .tab__button {
min-width: 140px;
width: auto;
font-size: 16px;
border-radius: 30px;
padding: 10px 26px;
display: inline-block;
text-align: center;
white-space: nowrap;
text-decoration: none;
font-weight: 700;
color: var(--secondary);
background-color: var(--bg-gray);
}
.examcode_list__tabs > .tab__button.is-active {
color: var(--white);
background-color: var(--primary);
font-weight: 600;
}
.examcode_list__control {
margin-top: 3rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.examcode_list__control > .filter {
display: flex;
align-items: center;
margin-top: 20px;
width: 100%;
gap: 0.5rem;
}
input#available {
background-color: var(--bg-gray);
width: 1rem;
height: 1rem;
display: inline-block;
margin: 0;
appearance: none;
border: 1px solid var(--gray001);
border-radius: 5px;
}
input#available:checked {
background-image: url(/assets/images/img-single/ico-check-white-20.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
background-origin: content-box;
padding: 2px;
border: none;
background-color: var(--primary);
}
.examcode_list__control .btn {
width: 200px;
font-size: 1rem;
font-weight: 400;
}
.examcode_list__control button:nth-child(2) {
margin-right: 1rem;
}
.examcode_list__table {
margin-top: 1.5rem;
display: grid;
grid-template-columns: 1fr 2fr 2fr 1.5fr;
grid-auto-rows: minmax(48px, auto);
border-top: 3px solid var(--color-base-black);
width: 100%;
color: var(--secondary);
}
.examcode_list__table > .head {
display: contents;
}
.examcode_list__table > .head > p {
height: 48px;
color: var(--secondary);
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 120%;
letter-spacing: 0.09px;
border-bottom: 1px solid var(--black);
display: inline-flex;
justify-content: center;
align-items: center;
text-align: center;
}
.examcode_list__table > .body {
display: contents;
}
.examcode_list__table > .body > .row {
display: contents;
}
.examcode_list__table > .body > .row.hide > .cell {
display: none;
}
.examcode_list__table > .body > .row.dim > .cell {
background-color: #F3F3F3;
}
.examcode_list__table > .body > .row > .cell {
display: inline-flex;
justify-content: center;
align-items: center;
border-bottom: 1px solid var(--gray001);
}
.examcode_list__table > .body > .row > .cell > .exam-btn {
border: 1px solid var(--color-base-black);
padding: 2px 1rem;
text-decoration: none;
color: inherit;
white-space: nowrap;
font-size: 13px;
display: inline-flex;
justify-content: center;
}
.examcode_list__table .notice.empty-list {
grid-column: span 4;
border-bottom: 1px solid var(--gray001);
padding: 40px 0;
}
.pagination > .indicators > .indicator {
width: 32px;
height: 32px;
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
cursor: pointer;
}
.pagination > .indicators > .indicator.current {
color: #fff;
font-weight: 400;
border-radius: 4px;
background: #00a9a9;
}
.hide {
display: none;
}
/* 등록 모달 */
.exam-code-register-modal {
padding-bottom: 30px;
}
.exam-code-register-container {
width: 400px;
height: 100%;
margin: 0px 30px 30px 30px;
}
.exam-code-register-container p{
text-align: center;
padding-bottom: 1rem;
font-size: 16px;
}
#exam-code-error-message {
padding-top: 0.5rem;
padding-left: 0.5rem;
font-size: 0.875rem;
color: var(--warning);
}
.exam-code-register-btns.modal__btns {
justify-content: center;
}
.exam-code-register-btns.modal__btns .btn:first-child {
max-width: 50%;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
background: var(--secondary);
text-align: center;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 120%;
letter-spacing: 0.09px;
color: var(--white);
border: none;
}
/* exam-code-list modal css */
.exam-code-list__description {
text-align: center;
line-height: 2rem;
margin-bottom: 1rem;
font-size: 16px;
color: var(--secondary);
}
.exam-code-list__table-wrap {
max-height: 340px;
overflow-y: auto;
border-top: 2px solid var(--color-base-black);
}
.exam-code-list__table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
.exam-code-list__table th,
.exam-code-list__table td {
padding: 12px 8px;
text-align: center;
border-bottom: 1px solid var(--gray001);
font-size: 14px;
word-break: break-word;
}
.exam-code-list__table thead th {
font-weight: 600;
font-size: 16px;
background-color: #fff;
position: sticky;
top: 0;
z-index: 1;
}
.exam-code-list__table th:nth-child(1),
.exam-code-list__table td:nth-child(1) {
width: 48px;
}
.exam-code-list__table th:nth-child(3),
.exam-code-list__table td:nth-child(3) {
width: 150px;
}
.exam-code-list__table th:nth-child(4),
.exam-code-list__table td:nth-child(4) {
width: 60px;
}
.exam-code-list__table tbody td {
font-size: 16px;
}
.exam-code-list__checkbox {
width: 16px;
height: 16px;
cursor: pointer;
}
#exam-code-list-all {
width: 16px;
height: 16px;
cursor: pointer;
}
.exam-code-list__table .notice.empty-list {
padding: 40px 0;
text-align: center;
}
.exam-code-list__control {
display: flex;
justify-content: center;
gap: 1rem;
margin-top: 24px;
}
.exam-code-list__control .btn {
min-width: 120px;
}
.exam-code-list__table-wrap .notice{
padding: 5rem;
}