body {
	background-color: #0a0a0a;
	color: #FFFFFF;
	font-family: 'KoPub Dotum';
	size: 14px;
}

body:has(.bonus-quiz-hint){
	background-color: #ffffff;
}

body:has(.bonus-quiz-choice){
	background-color: #163e64;
}

.event-title img {
	max-width: 100%;
}

.event-list {
	margin-top: 1rem;
}

.event-item {
	background-color: #232323;
	margin-top: 1rem;
}

.event-item-name {
	font-weight: 700;
}
.event-item-name i {
	margin-right: 0.5rem;
}
.event-item-date {
	text-align: center;
}
.event-item-date span:nth-child(1) {
	margin-right: 0.5rem;
}
.event-item-target {
	text-align: center;
}
.event-item-target span:nth-child(1) {
	margin-right: 0.5rem;
}
.event-item-body {
	padding: 1rem;
}
.event-item-contents {
	border-top: solid 1px #7F7F7F;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 1rem;
}

.free-gift-list, .event-result {
	border-top: solid 1px #7F7F7F;
	margin-top: 1rem;
	padding: 1rem;
}
.free-gift-rank {
	margin-bottom: 0.5rem;
}
.free-gift-rank span:nth-child(1) {
	margin-right: 0.5rem;
}
.free-gift-thumnail {
	text-align: center;
	margin-bottom: 0.5rem;
}
.free-gift-thumnail img{
	max-width: 70%;
	-o-object-fit: contain;
	object-fit: contain;
}
.free-gift-name {
	text-align: center;
	margin-bottom: 0.5rem;
}

.event-item .event-action {
	padding: 1rem;
}

.event-banner {
	width: 100%;
	height: 80px;
	-o-object-fit: fill;
	object-fit: fill;
}

.input-group .input-group-text {
	display: inline-block;
	width: 120px;
	text-align: center;
}

.text-yellow, .sttus-C003 {
	color: #FFFF00 !important;
}

.quiz-sttus {
	margin-top: 1rem;
	height: 72px;
}

.quiz-sttus > div {
	height: 72px;
	vertical-align: middle;
}

.quiz-total-score {
	color: #FFFF00;
	font-weight: 700;
	font-size: 2rem;
	text-align: right;
}

.quiz-hourglass {
	font-size: 2rem;
	width: 24px;
}

.quiz-total-time {
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
	border: solid 1px #232323;
	margin-left: 0.5rem;
	padding: 0.5rem 1rem;
	border-radius: 0.5rem;
	background-color: #FFFFFF;
	color: #000000;
	width: calc(100% - 24px);
}

.quiz-item {
	margin-top: 1.5rem;
	padding: 1rem;
	background-color: #232323;
	min-height: 230px;
}

.quiz-item-score {
	font-weight: 700;
	font-size: 1.5rem;
	text-align: right;
	margin-bottom: 1.5rem;
}

.quiz-item-text {
	margin: 1rem 0;
	font-size: 1.5rem;
}

.quiz-choice {
	margin-top: 1.5rem;
}

.ox-quiz {
	display: flex;
	height: 150px;
}

.ox-quiz .btn {
	width: 50%;
	font-size: 6rem;
	line-height: 6rem;
	padding-bottom: 20px;
	margin: 0 1rem;
}

.btn.btn-light:hover, .btn.btn-light:focus-visible {
	color: #000;
	background-color: #f8f9fa;
	border-color: #000;
	outline: 0;
	box-shadow: none;
}

.btn.btn-outline-light:hover, .btn.btn-outline-light:focus-visible {
	color: #f8f9fa;
	background-color: #000;
	border-color: #f8f9fa;
	outline: 0;
	box-shadow: none;
}

.quiz-choice .right-answer {
	outline: solid 0.5rem #FFFF00;
}

.answer-result-o {
	position: relative;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.7;
}

.answer-result-o:before {
	position: absolute;
	content: ' ';
	width: 200px;
	height: 200px;
	left: 50%;
	transform: translate(-50%, 0%);
	border: solid 1rem #FFFF00;
	border-radius: 50%;
	top: -110px;
}

.answer-result-x {
	position: relative;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.7;
}

.answer-result-x:before, .answer-result-x:after {
	position: absolute;
	content: ' ';
	height: 200px;
	left: calc(50% - 0.5rem);
	width: 1rem;
	background-color: #FFFF00;
	top: -110px;
}

.answer-result-x:before {
	transform: rotate(45deg)
}

.answer-result-x:after {
	transform: rotate(-45deg)
}

.bonus-quiz-head {
	margin-top: 1.5rem;
	color: #163e64;
	background-color: #FFFFFF;
}

.bonus-quiz-title {
	font-size: 4rem;
	text-align: center;
}

.bonus-quiz-current {
	font-size: 2rem;
	text-align: center;
}

.bonus-quiz-text {
	margin-top: 1.5rem;
	padding: 3rem 1rem;
	background-color: #163e64;
	font-size: 1.5rem;
}

.bonus-quiz-choice .quiz-total-time {
	color: #163e64;
}

.bonus-quiz-choice .quiz-item {
	color: #163e64;
	background-color: #FFFFFF;
}

.lg-text {
	font-size: 2rem;
}

.bonus-quiz-btn {
	margin-top: 1.5rem;
}

.btn-col-1, .btn-col-2 {
	display: flex;
	height: 100px;
}

.bonus-quiz-btn .btn, .bonus-quiz-btn .btn, .result-quiz-btn .btn {
	font-size: 2rem;
	line-height: 2.5rem;
	padding-bottom: 12px;
	margin: 0 1rem;
}

.btn-col-1 .btn {
	width: 100%;
}

.btn-col-2 .btn {
	width: 50%;
}
.quiz-result-table th {
	background-color: #232323;
}
.quiz-result-table td {
	background-color: #0a0a0a;
}
.quiz-result-table th, .quiz-result-table td {
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

.btn-outline-007ba7 {
	color: #163e64;
	background-color: #FFFFFF;
	border: solid 0.2rem #163e64;
}

.btn-outline-007ba7.disabled, .btn-outline-007ba7:disabled {
	color: #163e64;
	background-color: #FFFFFF;
	border: solid 0.2rem #163e64;
}

.btn.btn-outline-007ba7:hover, .btn.btn-outline-007ba7:focus-visible {
	color: #163e64;
	background-color: #FFFFFF;
	border: solid 0.2rem #163e64;
	outline: 0;
	box-shadow: none;
}

.btn-007ba7 {
	color: #FFFFFF;
	background-color: #163e64;
	border: solid 0.2rem #FFFFFF;
}

.btn-007ba7.disabled, .btn-007ba7:disabled {
	color: #FFFFFF;
	background-color: #163e64;
	border: solid 0.2rem #FFFFFF;
}

.btn.btn-007ba7:hover, .btn.btn-007ba7:focus-visible {
	color: #FFFFFF;
	background-color: #163e64;
	border: solid 0.2rem #FFFFFF;
	outline: 0;
	box-shadow: none;
}
.explanation h3 {
	font-size: 1.25rem;
}
.explanation h4 {
	font-size: 1.1rem;
}
.explanation .joinCondition_box {
	font-size: 1rem;
	overflow-y: scroll;
	height: 220px;
	color: #0a0a0a;
	background-color: #FFFFFF;
}