#round_banner {
	height: 135px;
	z-index: 999;
}

#round_banner .roulette_btn {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.3;
	border-radius: 71.7px;
	height: 100%;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
#round_banner .roulette_btn > img {width:100%;}
#round_banner .roulette_btn:nth-child(1) {
	width: 135px;
	background: #A8C8F9;
	z-index: 1;
	text-align: center;
	color: #fff;
	box-shadow: 4px 4px 4px #eee;
	text-shadow: 1px 1px 3px #777;
	cursor: pointer;
}

#round_banner .roulette_btn:nth-child(2) {
	width: 71.7px;
	height: 300px;
	background: rgba(255, 255, 255, .7);
	border: 3px solid #eee;
	transform-origin: 50% 0%;
	transform: scale(0);
	transition: .3s;
	z-index: 0;
	text-indent: 0px;
	text-align: center;
}

#round_banner .roulette_btn:nth-child(1):hover+.roulette_btn:nth-child(2) {
	transform: scale(1);
}

#round_banner #show_roulette {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

	background: rgba(0, 0, 0, .9);
	transform: scale(0);
	transition: .3s;
	z-index: 1;
}

#round_banner #title {
	color: #fff;
	font-size: 16px;
	line-height: 33px;
	width: 100%;
	text-align: center;
	padding-top: 50px;
}

#round_banner #title a {color:gold;}

#round_banner #title:first-line {
	font-weight: bold;
	font-size: 40px;
}

#round_banner #count::before {
	content: '나의 응모기회 :';
	margin-right: 7px;
}

#round_banner #count {
	width: 100%;
	height: 50px;
	background: #e89f32;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}

#round_banner #roulette {
	text-align: center;
	position: relative;
	margin-top: 50px;
}

#round_banner #roulette::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 70px solid #d6000f;
	border-right: 20px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 20px solid transparent;
	border-radius: 20px;
}

#round_banner #start {
	color: gold;
	border: 0px solid gold;
	padding: 3px 0;
	font-size: 20px;
	font-weight: bold;
	width: 200px;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%) translateY(-70%);
	cursor: pointer;
	z-index: 1;
}

#round_banner #description {
	margin-left: 50%;
	transform: translateX(-50%);
	width: 500px;
}

#round_banner #description li {
	color: #fff;
	font-size: 16px;
	line-height: 21px;
}

#round_banner #description li::first-letter {
	color: #d6000f;
}

#round_banner #description>div {
	height: 50px;
	width: 100%;
	background: gold;
	color: #000;
	border: 1px solid #fff;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}

#round_banner #close {
	position: absolute;
	right: 50px;
	top: 115px;
	width: 50px;
	height: 50px;
	background: #fff;
	color: #000;
	border: 3px solid #000;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
}

#round_banner #roulette>img {
	width: 100%;
	max-width: 522px;
}

#name_input {
	height: 18px;
	vertical-align: bottom;
}

.name_submit {
	height: 24px;
}

/*#round_banner {position: fixed; left: 30px; bottom: 70px; height: 71.7px; z-index: 3;}#round_banner .roulette_btn {position: absolute; left: 0; top: 0; line-height: 1.3; border-radius: 71.7px; height: 100%; font-size: 14px; display: flex; justify-content: center; align-items: center; overflow: hidden;}#round_banner .roulette_btn:nth-child(1) {width: 71.7px; background: #A8C8F9; z-index: 1; text-align: center; color: #fff; box-shadow: 4px 4px 4px #eee; text-shadow: 1px 1px 3px #777; cursor: pointer;}#round_banner .roulette_btn:nth-child(2) {width: 300px; background: rgba(255,255,255,.7); border: 3px solid #eee; transform-origin: 0 50%; transform: scale(0); transition: .3s; z-index: 0; text-indent: 71.7px; text-align: left;}#round_banner .roulette_btn:nth-child(1):hover +.roulette_btn:nth-child(2) {transform: scale(1);}#round_banner #show_roulette {position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,.9); transform: scale(0); transition: .3s; z-index: 1;}#round_banner #title {color: #fff; font-size: 16px; line-height: 33px; width: 100%; text-align: center; padding-top: 50px;}#round_banner #title:first-line {font-weight: bold; font-size: 40px;}#round_banner #count::before {content: '나의 응모기회 :'; margin-right: 7px;}#round_banner #count {width: 100%; height: 50px; background: #e89f32; color: #000; display: flex; justify-content: center; align-items: center; font-size: 18px;}#round_banner #roulette {text-align: center; position: relative; margin-top: 50px;}#round_banner #roulette::after {content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-top: 70px solid #d6000f; border-right: 20px solid transparent; border-bottom: 0px solid transparent; border-left: 20px solid transparent; border-radius: 20px;}#round_banner #start {color: gold; border: 5px solid gold; padding: 10px 0; background: #000; font-size: 20px; font-weight: bold; width: 200px; position: absolute; top: 0; left: 50%; transform: translateX(-50%) translateY(-70%); cursor: pointer; z-index: 1;}#round_banner #description {margin-left: 50%; transform: translateX(-50%); width: 500px;}#round_banner #description li {color: #fff; font-size: 16px; line-height: 21px;}#round_banner #description li::first-letter {color: #d6000f;}#round_banner #description >div {height: 50px; width: 100%; background: gold; color: #000; border: 1px solid #fff; font-size: 20px; display: flex; justify-content: center; align-items: center; margin: 20px 0;}#round_banner #close {position: absolute; right: 50px; top: 50px; width: 50px; height: 50px; background: #fff; color: #000; border: 3px solid #000; border-radius: 50px; display: flex; justify-content: center; align-items: center; font-size: 14px; font-weight: 900; cursor: pointer;}#round_banner #roulette >img {width: 100%; max-width: 622px;} */