:root {
	color-scheme: light only;
	--bs-pwidth: 100%;
	--bs-cwidth: 470px;
	--bs-mcwidth: 430px;
	--bs-width: 320px;
	--bs-hcolor: #3e3e3e;
	--bs-scolor: #ffd9b4;
	--bs-ecolor: #44ffff;
	--bs-wcolor: #ffffff;
	--bs-gcolor: #5f6267;
	--bs-tcolor: #006835;
	--bs-bcolor: #4488ff;
	--bs-zcolor: #2ac278;
	--bs-grcolor: #777777;
}

.coupon img {
	width: calc(var(--bs-width) - 40px);
	animation: float 4s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-4px);
	}
	100% {
		transform: translatey(0px);
	}
}

.body-wrap {
	overflow-x: hidden;
	background: var(--bs-scolor);
	background: linear-gradient(180deg, var(--bs-scolor) 60%, var(--bs-wcolor) 100%);
}

.container-wrap {
	position: relative;
	max-width: var(--bs-pwidth);
	margin: 0 auto;
	text-align: center;
	padding: 60px 0;
}

.container-wrap section.first * {
	color: var(--bs-hcolor);
	text-shadow: 0 0 1px rgba(0, 0, 0, .06);
}

.container-wrap .playio_logo {
	width: 30px;
	height: 20px;
	margin: 0 auto 11px;
	background-image: url("img/logo.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 30px auto;
}

.container-wrap .stext_small {
	font-size: 12px;
	line-height: 1.4;
}

.container-wrap .stext_small strong {
	display: block;
}

.container-wrap .characters_wrap {
	position: relative;
	width: var(--bs-pwidth);
	max-width: var(--bs-width);
	height: 332px;
	margin: 0 auto 80px;
}

.container-wrap .characters01 {
	position: absolute;
	left: -13px;
	top: 0;
	width: var(--bs-pwidth);
	height: 184px;
	z-index: 1;
	background-image: url("img/pray_fila_20_1.png");
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: auto 184px;
}

.container-wrap .characters02 {
	position: absolute;
	right: -13px;
	top: -10px;
	width: var(--bs-pwidth);
	height: 204px;
	z-index: 2;
	background-image: url("img/yio_fila.png");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: auto 204px;
}

.container-wrap .fila_title {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 330px;
	height: 185px;
	margin-left: -165px;
	z-index: 3;
	background-image: url("img/fila_title.png");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 100% auto;
}

.container-wrap .event_schedule {
	position: relative;
	font-size: 20px;
}

.container-wrap .event_schedule .event_label {
	width: 110px;
	height: 31px;
	margin: 0 auto 5px;
	color: var(--bs-wcolor);
	font-size: 16px;
	font-weight: 500;
	line-height: 31px;
	letter-spacing: -.03em;
	overflow: hidden;
	background-color: var(--bs-tcolor);
	border-radius: 16px;
}

.container-wrap .event_text {
	font-size: 14px;
	line-height: 1.7;
	font-weight: 500;
	margin-top: 25px;
}

.container-wrap .fila_wrap {
	position: relative;
	width: var(--bs-pwidth);
	height: 270px;
	z-index: 1;
	margin-bottom: 40px;
	background-image: url("img/fila.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 260px auto;
}

.container-wrap .fila_wrap .triangle {
	position: absolute;
	left: 0;
	bottom: -25px;
	width: 72px;
	height: 111px;
	z-index: 2;
	background-image: url("img/tennis_racket_ball_bumpppppp_3.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 72px auto;
}

.container-wrap .fila_wrap .circle {
	position: absolute;
	right: 0;
	bottom: -125px;
	width: 97px;
	height: 197px;
	z-index: 2;
	background-image: url("img/fila_ball_5_bumpppp_1.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 97px auto;
}

.container-wrap .participate_left_text,
.container-wrap .participate_right_text {
	max-width: var(--bs-width);
	position: relative;
	font-size: 14px;
	line-height: 1.7;
	margin: 15px auto 0;
	text-align: left;
	padding: 0 0 52px;
}

.container-wrap .participate_left_text em,
.container-wrap .participate_right_text em {
	position: relative;
	top: 1px;
	font-size: 15px;
	font-weight: 500;
}

.container-wrap .participate_left_text .participate_title,
.container-wrap .participate_right_text .participate_title {
	position: relative;
	color: var(--bs-tcolor);
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	font-family: 'NexonLv1Gothic';
	margin-bottom: 20px;
}

.container-wrap .participate_right_text .participate_title {
	text-align: right;
}

.container-wrap .participate_left_text .participate_title div,
.container-wrap .participate_right_text .participate_title div {
	position: absolute;
	left: 99px;
	top: 16px;
	width: 125px;
	height: 63px;
	overflow: hidden;
}

.container-wrap .participate_right_text .participate_title div {
	left: auto;
	right: 99px;
}

.container-wrap .participate_left_text .participate_title div span,
.container-wrap .participate_right_text .participate_title div span {
	display: block;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 125px;
	height: 63px;
	border: 1px solid var(--bs-tcolor);
	border-top-right-radius: 26px;
}

.container-wrap .participate_right_text .participate_title div span {
	right: auto;
	left: 2px;
	border-top-left-radius: 26px;
	border-top-right-radius: 0;
}

.container-wrap .winner_wrap {
	position: relative;
}

.container-wrap .winner_wrap .star {
	position: absolute;
	left: 0;
	top: -90px;
	width: 156px;
	height: 244px;
	z-index: 2;
	background-image: url("img/tennis_racket_ball_bumpppppp_2.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 156px auto;
}

.container-wrap .winner_wrap .ani_characters {
	position: relative;
	z-index: 2;
	width: 243px;
	height: 243px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: -30px;
	background-image: url("img/anim-fila-buddy.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 243px auto;
}

.container-wrap .winner_wrap h6 {
	color: var(--bs-tcolor);
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	font-family: 'NexonLv1Gothic';
	margin: 5px 0;
}

.container-wrap .winner_wrap p {
	color: var(--bs-hcolor);
	font-size: 12px;
}

.container-wrap .club_wrap {
	position: relative;
	padding: 50px 0 30px;
}

.container-wrap .club_wrap .light {
	position: absolute;
	left: 50%;
	top: 18px;
	width: 32px;
	height: 41px;
	z-index: 2;
	margin-left: 45px;
	background-image: url("img/gem_3_type_source_2_2.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 32px auto;
}

.container-wrap .club_wrap h6 {
	position: relative;
	color: var(--bs-tcolor);
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	margin: 20px 0 8px;
}

.container-wrap .club_wrap h6::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
	width: 36px;
	height: 1px;
	margin-left: -18px;
	background-color: var(--bs-tcolor);
}

.container-wrap .club_wrap p {
	color: var(--bs-hcolor);
	font-size: 12px;
}

.container-wrap .club_store {
	width: var(--bs-pwidth);
	max-width: var(--bs-width);
	margin: 0 auto;
}

.container-wrap .club_store img {
	border-radius: 14px;
}

.container-wrap .club_store .m_img {
	margin-bottom: 36px;
}

.container-wrap .club_store .row {
	margin-right: -5px;
	margin-left: -5px;
}

.container-wrap .club_store .row>[class*="col-"] {
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	margin-bottom: 20px;
}

.container-wrap .club_store .row img {
	position: relative;
	z-index: 2;
}

.container-wrap .club_store .row span {
	position: absolute;
	bottom: 10px;
	left: 18px;
	z-index: 3;
	color: var(--bs-tcolor);
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
}

.container-wrap .club_store .more {
	width: 155px;
	height: 155px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	background-image: url("img/more.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 155px auto;
}

.club_wrap_mask {
	position: relative;
}

.club_wrap_mask .rectangle {
	position: absolute;
	right: 0;
	top: -300px;
	width: 355px;
	height: 621px;
	z-index: 1;
	background-image: url("img/tennis_racket_3_4.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 355px auto;
}


.quiz_m_wrap {
	max-width: var(--bs-width);
	margin: 0 auto;
	position: relative;
	margin-top: 65px;
}

.quiz_m_wrap .quiz_characters {
	position: absolute;
	z-index: 3;
	left: 14px;
	top: -16px;
	width: 116px;
	height: 85px;
	background-image: url("img/quiz_fila.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 116px auto;
}

.quiz_wrap {
	position: relative;
	z-index: 2;
	max-width: var(--bs-width);
	margin: 20px auto;
	background-color: var(--bs-wcolor);
	border-radius: 12px;
}

.quiz_wrap .quiz_head {
	text-align: left;
	color: var(--bs-wcolor) !important;
	font-size: 18px;
	line-height: 1.4;
	padding: 14px 10px 12px 150px;
	background-color: var(--bs-tcolor);
	background: linear-gradient(90deg, var(--bs-tcolor) 0%, var(--bs-zcolor) 100%);
	border-radius: 12px;
	overflow: hidden;
}

.quiz_wrap .quiz_head strong {
	font-weight: 500;
	color: var(--bs-wcolor) !important;
}

.quiz_wrap .quiz_body {
	padding: 20px;
	text-align: left;
}

.quiz_wrap .quiz_body h6 {
	color: var(--bs-tcolor);
	font-size: 20px;
	font-weight: 500;
	padding: 5px 0 10px;
}

.quiz_wrap .quiz_body p {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -.02em;
	margin: 10px 0;
}

.quiz_wrap .quiz_soon {
	padding-top: 80px;
	padding-bottom: 60px;
}

.quiz_wrap .quiz_state h4 {
	width:244px;
	height:88px;
	color:#fff;
	font-size:30px;
	font-weight: 700;
	text-align:center;
	line-height:90px;
	letter-spacing: -.03em;
	background-color:#2a2b30;
	border-radius: 36px;
	overflow: hidden;
	margin:0 auto;
}

.quiz_wrap .quiz_state p {
	color:#2a2b30;
	font-size:15px;
	font-weight: 400;
	text-align:center;
	letter-spacing: -.02em;
	margin:8px 0;
}

.timer {
	color: black !important;
	letter-spacing: 2px;
	font-size: 18px;
}

.quiz_wrap .quiz_soon h4 {
	width: 244px;
	height: 88px;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	line-height: 90px;
	letter-spacing: -.03em;
	background-color: #2a2b30;
	border-radius: 36px;
	overflow: hidden;
	margin: 0 auto;
}

.quiz_wrap .quiz_state p {
	color:#2a2b30;
	font-size:15px;
	font-weight: 400;
	text-align:center;
	letter-spacing: -.02em;
	margin:8px 0;
}

.quiz_wrap .quiz_body .quiz_hint {
	color: #777;
	font-size: 12px;
	margin: 4px 0;
}

.quiz_wrap .quiz_body .quiz_hint span {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 45px;
	height: 18px;
	color: var(--bs-wcolor);
	font-size: 10px;
	line-height: 17px;
	padding: 1px 0;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
	margin-right: 5px;
	overflow: hidden;
	background-color: var(--bs-bcolor);
}

.quiz_wrap .quiz_body .quiz_hint a,
.quiz_wrap .quiz_body .quiz_hint a:hover {
	color: var(--bs-grcolor);
}

.btn_participate {
	display: block;
	width: var(--bs-pwidth);
	max-width: var(--bs-width);
	height: 50px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 52px;
	font-weight: 500;
	padding: 0 45px;
	border: 0;
	background-color: #ccc;
	border-radius: 12px;
	overflow: hidden;
}

.btn_participate.active {
	color: var(--bs-wcolor) !important;
	background-color: var(--bs-bcolor);
}


.quiz_block_wrap .quiz_characters {
	top: 12px;
	left: 20px;
	width: 83px;
	height: 47px;
	background-image: url("img/rblx_stock.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 83px auto;
}

.quiz_block_wrap .quiz_wrap {
	background-color: var(--bs-gcolor);
}

.quiz_block_wrap .quiz_wrap .quiz_head {
	padding: 14px 25px 10px 118px;
	background-color: var(--bs-hcolor);
	background: linear-gradient(90deg, var(--bs-hcolor) 0%, var(--bs-hcolor) 100%);
}

.quiz_block_wrap .quiz_wrap .quiz_body h6 {
	color: var(--bs-wcolor);
}

.quiz_block_wrap .quiz_wrap .quiz_body p {
	position: relative;
	color: var(--bs-wcolor);
	font-weight: 400;
	margin: 5px 0 20px;
	padding-left: 18px;
}

.quiz_block_wrap .quiz_wrap .quiz_body p::before {
	position: absolute;
	top: 10px;
	left: 8px;
	width: 3px;
	height: 3px;
	background-color: #fff;
	border-radius: 50%;
	content: "";
}

.quiz_block_wrap .quiz_wrap .quiz_body .quiz_hint {
	color: #ffd500;
}


.container-wrap .guideline_wrap {
	position: relative;
	width: var(--bs-width);
	color: var(--bs-hcolor);
	font-size: 12px;
	text-align: left;
	margin: 10px auto;
	padding: 10px 0;
}

.container-wrap .guideline_wrap h5 {
	color: var(--bs-hcolor);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 40px;
	margin-bottom: 0;
}

.container-wrap .guideline_wrap h5:first-child {
	margin-bottom: 10px;
}

.container-wrap .guideline_wrap h6 {
	color: var(--bs-hcolor);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 20px;
	margin-bottom: 5px;
	letter-spacing: -.025em;
}

.container-wrap .guideline_wrap p {
	position: relative;
	color: var(--bs-hcolor);
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px;
	padding-left: 19px;
	letter-spacing: -.035em;
}

.container-wrap .guideline_wrap p::before {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 3px;
	height: 3px;
	background-color: var(--bs-hcolor);
	border-radius: 50%;
	content: "";
}

.control_participate {
	color: var(--bs-hcolor) !important;
	font-size: 15px;
	width: var(--bs-pwidth);
	max-width: var(--bs-width);
	height: 50px;
	line-height: 52px;
	border: 0;
	border-radius: 12px;
	margin-bottom: 20px;
	padding: 0 20px;
	overflow: hidden;
}

.modal-dialog {
	max-width: 300px;
	border-radius: 26px;
	overflow: hidden;
}

.modal-dialog .modal-content {
	border-radius: 26px;
	overflow: hidden;
}

.modal-dialog .modal-head {
	height: 122px;
	background-image: url("img/answerPopup.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% auto;
}

.wrongPopup .modal-dialog .modal-head {
	background-image: url("img/wrongPopup.png");
}

.afterPopup .modal-dialog .modal-head {
	background-image: url("img/afterPopup.png");
}

.modal-dialog .modal-body {
	padding: 25px 20px;
	letter-spacing: -.025em;
}

.modal-dialog .modal-body h4 {
	font-size: 28px;
	color: var(--bs-hcolor);
	font-weight: 500;
	line-height: 1.2;
}

.modal-dialog .modal-body p {
	color: #777;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.modal-backdrop.show {
	opacity: 0.7;
}

section.first .rectangle1,
section.first .ellipse1,
.container-wrap .fila_wrap .ellipse,
.container-wrap .fila_wrap .triangle2,
.quiz_block_wrap .polygon,
.quiz_m_wrap .circle,
.quiz_block_wrap .star {
	position: absolute;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

section.first .rectangle1 {
	left: 0;
	top: -70px;
	width: 182px;
	height: 280px;
	background-image: url("img/tennis_racket_ball_bumpppppp_1.png");
	background-size: 182px auto;
}

section.first .ellipse1 {
	right: 0;
	top: 343px;
	width: 63px;
	height: 127px;
	background-image: url("img/fila_ball_5_bumpppp_2.png");
	background-size: 63px auto;
}

.ellipse {
	left: -390px;
	bottom: -40px;
	width: 88px;
	height: 136px;
	z-index: 2;
	background-image: url("img/ellipse2.png");
	background-size: 88px auto;
}

.container-wrap .fila_wrap .triangle2 {
	right: -660px;
	bottom: -100px;
	width: 206px;
	height: 189px;
	z-index: 2;
	background-image: url("img/triangle2.png");
	background-size: 206px auto;
}

.quiz_block_wrap .polygon {
	left: -460px;
	top: 42%;
	width: 206px;
	height: 190px;
	background-image: url("img/polygon.png");
	background-size: 206px auto;
}

.quiz_m_wrap .circle {
	left: -720px;
	top: -50px;
	width: 280px;
	height: 280px;
	background-image: url("img/circle2.png");
	background-size: 280px auto;
}

.quiz_block_wrap .star {
	right: -740px;
	top: -280px;
	width: 366px;
	height: 476px;
	background-image: url("img/star2.png");
	background-size: 366px auto;
}


@media(max-width:767.98px) {
	.modal-dialog {
		margin: 0 auto;
	}
}