.wpAdvQuiz_answerCorrect {
    background: #66CDAA !important; /* 포인트 민트색 배경 */
    font-weight: bold !important;
    color: #FFFFFF !important; /* 민트 배경에 흰색 글씨로 가독성 향상 */
}

.wpAdvQuiz_answerCorrect label {
    font-weight: bold !important;
    color: #FFFFFF !important; /* 민트 배경에 흰색 글씨 */
}

.wpAdvQuiz_answerIncorrect {
    background: #FFEBEE !important; /* 연한 빨강 배경 (오답) */
    font-weight: bold !important;
    color: #C62828 !important; /* 어두운 빨강 텍스트 (오답) */
}

.wpAdvQuiz_answerIncorrect label { /* 오답 레이블에도 적용 */
    font-weight: bold !important;
    color: #C62828 !important; /* 어두운 빨강 텍스트 (오답) */
}

.wpAdvQuiz_content {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.wpAdvQuiz_content h2 {
    margin-bottom: 10px !important;
}

* + html .wpAdvQuiz_button, * + html .wpAdvQuiz_button:hover {
    padding: 3px 0 !important;
}

.wpAdvQuiz_button, .wpAdvQuiz_button:hover {
    margin: 0 !important;
    padding: 5px 10px !important;
    background: #66CDAA !important; /* 포인트 민트색 배경 */
    border-radius: 11px !important;
    color: #FFFFFF !important; /* 민트 배경에 흰색 글씨 */
    font-weight: bold !important;
    border: 1px solid #5CB89C !important; /* 약간 어두운 민트색 테두리 */
    box-shadow: none !important; /* 그림자 제거 */
    text-shadow: none !important;
    filter: none !important;
    float: none;
}

.wpAdvQuiz_question_page {
    margin-bottom: 10px !important;
}

.wpAdvQuiz_question_page span {
    font-weight: bold !important;
}

.wpAdvQuiz_questionListItem:last-child, .wpAdvQuiz_questionListItemLastChildIE {
    padding: 3px !important;
    margin-bottom: 0 !important;
}

.wpAdvQuiz_questionListItem {
    padding: 3px !important;
    margin-bottom: 5px !important;
    background-image: none !important;
    margin-left: 0 !important;
    list-style: none !important;
    border: 0 !important;
}

.wpAdvQuiz_questionListItem > table {
    border-collapse: collapse !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    border: none !important;
    text-align: left !important;
}

.wpAdvQuiz_questionListItem > table .alt {
    background: inherit !important;
}

.wpAdvQuiz_questionListItem > table td {
    text-align: left !important;
}

.wpAdvQuiz_list, .wpAdvQuiz_listItem, .wpAdvQuiz_questionList, .wpAdvQuiz_sortStringList, .wpAdvQuiz_sortStringList, .wpAdvQuiz_maxtrixSortCriterion, .wpAdvQuiz_resultsList, .wpAdvQuiz_catOverview ol {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wpAdvQuiz_list {
    border: 0 !important;
}

.wpAdvQuiz_questionList {
    margin-bottom: 10px !important;
    background: #FFFFFF !important; /* 흰색 배경 */
    border: 1px solid #DDDDDD !important; /* 연한 회색 테두리 */
    padding: 5px !important;
    list-style: none !important;
}

.wpAdvQuiz_listItem {
    position: relative !important;
    border: 0 !important;
    background-image: none !important;
}

.wpAdvQuiz_response {
    background: #E6F7F4 !important; /* 연한 민트색 배경 */
    border: 1px solid #B2DFDB !important; /* 연한 민트색 테두리 */
    padding: 5px !important;
    margin-bottom: 15px !important;
    box-shadow: none !important; /* 그림자 제거 */
}

.wpAdvQuiz_response span {
    font-weight: bold !important;
}

.wpAdvQuiz_sort {
    width: 25px !important;
}

.wpAdvQuiz_results h3 {
    margin-bottom: 10px !important;
}

.wpAdvQuiz_sort_correct_answer {
    font-weight: bold !important;
    margin-right: 5px !important;
    display: none !important;
}

.wpAdvQuiz_sortable, .wpAdvQuiz_sortStringItem {
    padding: 5px !important;
    border: 1px solid #DDDDDD !important; /* 연한 회색 테두리 */
    box-shadow: none; /* 그림자 제거 */
    background-color: #FFFFFF !important; /* 흰색 배경 */
    cursor: move;
}

.wpAdvQuiz_time_limit .time {
    font-weight: bold !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.wpAdvQuiz_time_limit .wpAdvQuiz_progress {
    height: 10px !important;
    background-color: #66CDAA !important; /* 포인트 민트색 */
    margin-bottom: 5px !important;
}

.wpAdvQuiz_time_limit_expired { /* 시간 초과 등 부정적 메시지 */
    font-weight: bold !important;
    font-size: 15px !important;
    text-align: center !important;
    color: #C62828 !important; /* 어두운 빨강 텍스트 */
}

.wpAdvQuiz_question_text {
    margin-bottom: 10px !important;
}

.wpAdvQuiz_tipp > div {
    padding: 10px !important;
    background-color: #E6F7F4 !important; /* 연한 민트색 배경 */
    border: 1px dotted #B2DFDB !important; /* 연한 민트색 점선 테두리 */
    border-radius: 10px !important;
    position: absolute !important;
    bottom: 5px !important;
    left: 5px !important;
    right: 5px !important;
    box-shadow: none !important; /* 그림자 제거 */
    z-index: 99999 !important;
}

.wpAdvQuiz_matrixSortString, .wpAdvQuiz_matrixSortString > h3 {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}

.wpAdvQuiz_matrixSortString {
    background: #F8F9FA !important; /* 매우 밝은 회색 배경 */
    border: 1px solid #DDDDDD !important; /* 연한 회색 테두리 */
    padding: 5px !important;
}

.wpAdvQuiz_sortStringList {
    padding: 10px !important;
    border: 0 !important;
}

.wpAdvQuiz_sortStringList > li {
    float: left !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

.wpAdvQuiz_sortStringItem {
    margin: 0 !important;
    background-image: none !important;
    list-style: none !important;
}

.wpAdvQuiz_maxtrixSortCriterion {
    padding: 5px !important;
}

.wpAdvQuiz_placehold {
    background-color: #E0F7FA !important; /* 매우 연한 민트색 배경 */
    list-style: none !important;
    background-image: none !important;
    padding: 5px !important;
    height: 30px !important;
    min-width: 50px !important;
    margin: 0 !important;
}

.wpAdvQuiz_maxtrixSortText {
    padding: 5px !important;
}

.wpAdvQuiz_mextrixTr > td {
    border: 1px solid #DDDDDD !important; /* 연한 회색 테두리 */
    padding: 5px !important;
    vertical-align: middle !important;
}

.wpAdvQuiz_points {
    font-weight: bold !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}

.wpAdvQuiz_cloze input[type="text"] {
    background: transparent;
    border: 0 !important;
    border-bottom: 1px solid #333333 !important; /* 어두운 회색 밑줄 */
    height: 18px !important;
    margin: 0 !important;
    padding: 0 4px 0 4px !important;
    color: black !important;
    border-radius: 0 !important;
    box-shadow: 0 0 !important;
}

.wpAdvQuiz_cloze input:focus {
    outline: none !important;
    border-bottom-color: #66CDAA !important; /* 포커스 시 민트색 밑줄 */
}

.wpAdvQuiz_questionListItem input, .wpAdvQuiz_questionListItem label {
    margin: 0 !important;
    font-weight: normal;
    display: inline;
}

.wpAdvQuiz_questionListItem label {
    float: none;
}

.wpAdvQuiz_questionListItem input {
    float: none !important;
    display: inline !important;
}

.wpAdvQuiz_resultsList {
    border: 0 !important;
}

.wpAdvQuiz_resultsList > li {
    background-image: none !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
    border: 0 !important;
}

.wpAdvQuiz_lock, .wpAdvQuiz_prerequisite, .wpAdvQuiz_startOnlyRegisteredUser, .wpAdvQuiz_loadQuiz {
    border: 1px dotted #DDDDDD !important; /* 연한 회색 점선 테두리 */
    background-color: #F8F9FA !important; /* 매우 밝은 회색 배경 */
}

.wpAdvQuiz_lock p, .wpAdvQuiz_prerequisite p, .wpAdvQuiz_startOnlyRegisteredUser p, .wpAdvQuiz_loadQuiz p {
    margin: 20px !important;
    font-weight: bold !important;
}

.wpAdvQuiz_toplistTable {
    width: 100% !important;
    border: 1px solid #DDDDDD !important; /* 연한 회색 테두리 */
    border-collapse: collapse !important;
    margin: 0 !important;
}

.wpAdvQuiz_toplistTable caption {
    caption-side: top !important;
    text-align: right !important;
    padding-bottom: 2px !important;
    color: gray !important;
    margin: 0 !important;
    font-size: 11px !important;
}

.wpAdvQuiz_toplistTable thead tr {
    background: #F0F0F0 !important; /* 밝은 회색 배경 */
    padding: 5px !important;
    color: #333333 !important;
    font-weight: bold !important;
}

.wpAdvQuiz_toplistTable tbody td:FIRST-CHILD {
    font-weight: bold !important;
}

.wpAdvQuiz_toplistTable td, .wpAdvQuiz_toplistTable th {
    padding: 5px !important;
    text-align: center !important;
    border: 0 !important;
}

.wpAdvQuiz_toplistTable th {
    background: #F0F0F0 !important; /* 밝은 회색 배경 */
}

.wpAdvQuiz_toplistTrOdd {
    background-color: #FFFFFF !important; /* 흰색 배경 (짝수 행은 테이블 기본 배경 또는 F8F9FA 등과 대비) */
}

.wpAdvQuiz_addToplist {
    margin-top: 10px !important;
    background-color: #F8F9FA !important; /* 매우 밝은 회색 배경 */
    padding: 10px !important;
    border: 1px solid #DDDDDD !important; /* 연한 회색 테두리 */
}

.wpAdvQuiz_addToplistMessage {
    border: 1px solid #CCCCCC !important; /* 회색 테두리 */
    background-color: #F0F0F0 !important; /* 밝은 회색 배경 */
    margin-bottom: 5px !important;
    border-radius: 5px !important;
    padding: 5px !important;
    font-weight: bold !important;
    color: #555555 !important; /* 중간 회색 텍스트 */
}

.wpAdvQuiz_resultTable {
    margin: 15px auto !important;
    width: 400px !important;
    border: 1px solid #DDDDDD !important; /* 연한 회색 테두리 */
    padding: 15px !important;
    font-weight: bold !important;
    background-color: #FFFFFF; /* 흰색 배경 */
}

.wpAdvQuiz_resultTable table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 0 !important;
    border: 0 !important;
    text-align: left !important;
}

.wpAdvQuiz_resultTable table td {
    text-align: left !important;
}

.wpAdvQuiz_resultTable .alt {
    background: inherit !important;
}

.wpAdvQuiz_resultName {
    width: 100px !important;
    border-right: 1px solid #CCCCCC !important; /* 회색 테두리 */
    padding: 10px 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
}

.wpAdvQuiz_resultValue {
    padding: 0 !important;
    border: 0 !important;
}

.wpAdvQuiz_resultValue div {
    color: black !important;
    text-align: right !important;
    box-shadow: none !important; /* 그림자 제거 */
    display: inline-block !important;
    height: 18px !important;
    zoom: 1 !important;
    *display: inline !important;
    margin-right: 3px !important;
    vertical-align: middle !important;
}

.wpAdvQuiz_addBox label {
    display: inline !important;
}

.wpAdvQuiz_addBox input[type="text"] {
    margin: 0 !important;
}

.wpAdvQuiz_reviewQuestion {
    max-height: 100px;
    overflow: hidden;
    border: 1px solid #DDDDDD; /* 연한 회색 테두리 */
    background-color: #F8F9FA; /* 매우 밝은 회색 배경 */
    position: relative;
}

.wpAdvQuiz_box {
    border: 1px solid #DDDDDD; /* 연한 회색 테두리 */
    background-color: #F8F9FA; /* 매우 밝은 회색 배경 */
}

.wpAdvQuiz_checkPage h3 {
    margin: 10px 0 10px 0;
}

.wpAdvQuiz_reviewQuestion ol, .wpAdvQuiz_checkPage ol {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 5px 12px 0 5px !important;
    zoom: 1 !important;
    position: relative !important;
    border: 0 !important;
}

.wpAdvQuiz_reviewQuestion ol:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wpAdvQuiz_reviewQuestionTarget {
    font-weight: bold;
    border-color: #66CDAA !important; /* 포인트 민트색 테두리 */
    box-shadow: none; /* 그림자 제거 */
}

.wpAdvQuiz_reviewQuestion li, .wpAdvQuiz_checkPage li {
    float: left !important;
    margin: 0 5px 5px 0 !important;
    border: 1px solid #DDDDDD; /* 연한 회색 테두리 */
    padding: 5px 0 5px 0 !important;
    width: 30px !important;
    text-align: center !important;
    background-color: white;
    cursor: pointer !important;
    list-style-type: none !important;
    background-image: none !important;
}

.wpAdvQuiz_reviewQuestion div { /* 스크롤 핸들 등으로 추정 */
    position: absolute;
    right: 0;
    background-color: #CCCCCC; /* 회색 */
    top: 0;
    height: 20px;
    width: 10px;
    border: 0;
    border-radius: 10px;
    cursor: move;
}

.wpAdvQuiz_reviewLegend {
    padding: 5px !important;
    margin-bottom: 8px !important;
}

.wpAdvQuiz_reviewLegend ol {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.wpAdvQuiz_reviewLegend li {
    float: left !important;
    padding-right: 5px !important;
    list-style-type: none !important;
    margin: 0 !important;
    border: 0 !important;
    background-image: none !important;
}

.wpAdvQuiz_reviewColor {
    height: 10px !important;
    width: 10px !important;
    display: inline-block !important;
    margin-right: 2px !important;
}

.wpAdvQuiz_button2 { /* 보조 버튼 */
    border: 1px solid #CCCCCC !important; /* 회색 테두리 */
    background: #EEEEEE !important; /* 밝은 회색 배경 */
    color: #333333 !important; /* 어두운 회색 텍스트 */
    border-radius: 4px !important;
    padding: 3px 5px !important;
    box-shadow: none !important; /* 그림자 제거 */
    text-shadow: none !important;
    filter: none !important;
    margin: 0 !important;
    font-weight: normal !important;
}

.wpAdvQuiz_button2:hover {
    background: #DDDDDD !important; /* 호버 시 약간 더 어두운 회색 */
}

.wpAdvQuiz_reviewDiv {
    margin: 20px 0 20px 0 !important;
}

.wpAdvQuiz_header {
    margin: 0 !important;
}

.wpAdvQuiz_catOverview {
    margin-top: 10px;
    margin-bottom: 20px;
}

.wpAdvQuiz_catOverview li {
    list-style: none !important;
    padding: 0 !important;
    clear: left !important;
    border-bottom: 1px dashed #CCCCCC; /* 회색 점선 */
    height: 1.05em !important;
    margin: 10px 0 0 0 !important;
    position: relative !important;
}

.wpAdvQuiz_catOverview span {
    background: #fff !important; /* 흰색 배경 */
    padding: 0 3px 0 0 !important;
    float: left !important;
    position: absolute !important;
    text-decoration: none !important;
}

span.wpAdvQuiz_catName {

}

span.wpAdvQuiz_catPercent {
    font-weight: bold !important;
    padding-left: 5px !important;
    color: #333333 !important; /* 어두운 회색 텍스트 */
    right: 0 !important;
}

.wpAdvQuiz_forms {
    margin: 20px 0 20px 0 !important;
}

.wpAdvQuiz_required {
    color: #FF0000 !important; /* 빨간색 (필수 항목) - 유지 */
    font-weight: bold !important;
}

.wpAdvQuiz_invalidate { /* 유효하지 않은 입력 필드 등 (부정) */
    border: 1px solid #FFBABA !important; /* 연한 빨강 테두리 (경고) */
    background: #FFEEEE !important; /* 연한 빨강 배경 (경고) */
    padding: 4px !important;
    margin: 4px 0 4px 0 !important;
    display: none; /* 기본 숨김, 필요시 JS로 표시 */
    color: #C62828 !important; /* 어두운 빨강 텍스트 추가 */
}

.wpAdvQuiz_forms table {
    width: auto !important;
    border-collapse: separate !important;
    border-spacing: 2px !important;
    border: 0;
    text-align: left !important;
}

.wpAdvQuiz_forms table .alt {
    background: inherit !important;
}

.wpAdvQuiz_forms table td {
    text-align: left !important;
}

.wpAdvQuiz_forms td {
    vertical-align: top !important;
    padding: 0 0 8px 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: none !important;
}

.wpAdvQuiz_forms input, .wpAdvQuiz_forms textarea, .wpAdvQuiz_forms label, .wpAdvQuiz_forms select {
    margin: 0 !important;
    float: none !important;
    display: inline !important;
}

.wpAdvQuiz_forms select {
    width: auto !important;
}

.wpAdvQuiz_resultForm {
    display: none;
}

.wpAdvQuiz_quiz input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

.wpAdvQuiz_quiz input[type="radio"] {
    -webkit-appearance: radio;
}