
	* {box-sizing: border-box;}
	/*  팝업 */
	#allBg { background: rgb(0 0 0 / 69%); left: 0;top: 0;width: 100%;height: 100%;display: none;z-index: 9000;position: fixed;}
	#allBg .result{position: fixed ; width: 500px;  height:max-content; top: 50%; left: 50%; transform: translate( -50% , -50%) ;background-color: white; z-index: 999;  border-radius: 5px; padding: 50px ; }
	#allBg .result .inner {font-size: 1.5rem; text-align: center; line-height: 40px;}
	#allBg .result span{ font-size:20px;}
	#allBg .result .paging span{margin: 0}
	#allBg .result a{ color: #000}
	#allBg .result .close {cursor:pointer; position:absolute; padding: 10px; font-size:1.2rem; top: 10px; left: calc(100% - 40px);}

	p {font-size: 20px; margin-top: 10px;margin-bottom: 15px;}

	.eventBox {max-width: 900px; margin: 0 auto;border-radius: 20px;overflow: hidden;box-shadow: 0 0px 10px 4px #ddd;position: relative; }
	
	#allBg .result .round_text {text-align: center; font-weight: bold; font-size: 22px; color: black;}
	#allBg .result .round_text + .round_text {margin-top: 10px; } 
	#allBg .result .round_text span {background: #c80000; color: #fff; padding: 0 10px; }
	#allBg .result a.close {display: block; width: 25px; height: 25px; background: url(/images/main/close_btn.svg) no-repeat 0 0;}

	


	/**************************************************************************************************************************/

	.marble_area {width: 900px; margin: 50px auto 100px auto; background: url(/images/event/2602/marble/event_bg.png) no-repeat 0 0; overflow: hidden; padding-bottom: 100px;    box-shadow: 0 0px 10px 4px #ddd; border-radius: 1rem; box-sizing: border-box; }
	.marble_area img {max-width: 100%; }
	.marble_content {padding-top: 661px;}
	.marble_content .marble_inner { width: 815px; margin: 0 auto;  margin-bottom: 62px; }
	.inner_box {width: 815px; height: 805px; background: url(/images/event/2602/marble/board_table.png) no-repeat center;  margin: 0 auto; padding: 30px 0; }
	.event_box {position: relative; width: 733px;  margin: 0 auto;}
	.event_box table {width: 100%; height: 100%; }
	.event_box table td {position: relative; padding: 0; box-sizing: border-box; }
	.event_box table td.i_box { border: none; position: relative;}

	.dice_box {text-align: center;}

	.top_img01 {padding: 38px 0 80px 0; margin: 0 -22px;}
	.top_img02 {text-align: center; margin-bottom: 60px; }

	.race_box {text-align: center; color: #000; margin-bottom: 44px; }
	.race_box .tit {font-size: 69px; display: flex; align-items: center; justify-content: center; font-weight: 600; margin-bottom: 20px; gap: 30px;  }
	.race_box .tit em {font-size: 24px; font-weight: 400;}
	.race_box .tit span {font-size: 69px; font-weight: 600;}

	.round_count {all: inherit; margin-bottom : 10px;}
	
	.race_box .txt {font-size: 23px;}

	.square {width: 100%; position: relative;}
	.square::after {content: ""; display: block; padding-bottom: 100%;}
	.square .inner {position: absolute; width: 100%; height: 100%; }

	.marble_table { border-collapse: separate;}
	.my_icon { position: absolute; width: 164px; height: 164px; transform: translate(0%, 0%); }
	.icon_square { position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
	.icon_square::after {content: ""; display: block; padding-bottom: 100%;}
	.icon_square .inner { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
	.icon_square .inner img { max-width: 100%; max-height: 100%; }

	.dice_container {position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); text-align: center;}
	.controls {display: none; }
	.dice-container {display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
	.dice {position: relative; width: 100px; height: 100px; margin-bottom: 40px; display: flex; justify-content: center; align-items: center; }
	.dice svg {position: absolute; top: 0; left: 0;}
	.dice-number {font-size: 40px; z-index: 1;}

	.dice.dark .dice-number {color: #a9a9a9;}
	@keyframes roll {
		0% { transform: rotate(0deg); }
		25% { transform: rotate(720deg); }
		50% { transform: rotate(1440deg); }
		75% { transform: rotate(2160deg); }
		100% { transform: rotate(2880deg); }
	}
	.rolling {animation: roll 1s infinite;}
	.dice_button {border: none; width: 298px; height: 67px; background: url(/images/event/2602/marble/play_button.png) no-repeat center; cursor: pointer; font-size: 0; background-size: cover;}
	.img {width: 90%; position: absolute; left: 50%; bottom: 40px; transform: translateX(-50%);}
	.img img {width: 100%;}


	/*경품리스트*/
	.prize_box {max-width: 697px; margin: 0 auto; padding: 45px 0 50px 0; background: rgb(141 194 225 / 50%); }
	.prize_box .prize_tit {display: flex; align-items: center; justify-content: center; width: 100%; margin-bottom: 20px; }
	.prize_box .prize_tit span {display: block; font-weight: 600; font-size: 29px; color: #000; border-bottom: solid 2px #000; }
	.prize_list {width: 545px; margin: 0 auto;}
	.prize_list li { display: flex; align-items: center; gap: 20px; position: relative;  -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px;}
	.prize_list li.cp .item {filter: blur(0);}
	.prize_list li.cp::before { content: ''; display: block; position: absolute; top: 50%; left: 120px; transform: translateY(-50%); width: 85px; height: 83px; z-index: 100; background: url(/images/event/2602/marble/cp_stamp.png) no-repeat center; background-size: 100%; }
	.prize_list li a { display: block; background: #e10317; font-size: 20px; font-weight: 600; color: #fff; padding: 15px 15px 10px 15px; height: 100%; border-radius: 10px; }
	.prize_list li .item { position: relative; display: flex; align-items: center; justify-content: space-between; background: #f5f6f8; border: solid 1px #e30322; padding: 24px 43px; flex: 1; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px; filter: blur(3px); gap: 60px;}
	.prize_list li + li { margin-top: 20px; }
	.prize_list li .prize_num {text-align: center;  min-width: 42px; text-align: center;  -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px; overflow: hidden; padding:0; margin: 0; }
	.prize_list li .prize_num span {display: block; font-size: 14px; color: #fff; background: #c80000; padding: 5px 0 2px 0;}
	.prize_list li .prize_num em { display: block; font-size: 14px; color: #263240; font-weight: 600; background: #ebe0d6; line-height: 27px; }
	.prize_list li .prize_img { border-radius: 100px; overflow: hidden; height: 101px; width: 101px; display: flex; align-items: center; justify-content: center; }
	.prize_list li .prize_img img { max-width: 100%; }
	.prize_list li:nth-child(2) .prize_img img {max-width: 80%;}
	.prize_list li:nth-child(3) .prize_img img {max-width: 80%;}
	.prize_list li:nth-child(4) .prize_img img {max-width: 80%;}
	.prize_list li .prize_txt { font-size: 24px; color: #700000; font-weight: 600; flex: 1; }
	.prize_list li .prize_txt span { display: block; font-size: 17px; color: #7d7d7d; font-weight: 400; margin-bottom: 8px; }

	@keyframes scaleEffect {
		0% { transform: scale(1); }
		50% { transform: scale(0.8); }
		100% { transform: scale(1); }
	}

	.img-scale {
		animation: scaleEffect 0.4s ease-in-out;
	}

	/* 이동 확인창 */
	.move_confirm {width: 85px; border: #8c0000; background: #8c0000; padding: 10px; border-radius:10px; color: #fff; cursor: pointer;}
	.confirm_btn {text-align: center;margin-top: 20px;}
