@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width:767px) {
	.responsive #bo_list .float-left.float-md-none {
		margin-right:1.0rem;
	}
	.responsive #bo_list .na-title {
		margin-bottom:0.14rem;
	}
}

/* 게시판 읽기 */
#bo_v_title {
	font-size:23px;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:-1px;
}
#bo_v_con {
	min-height:200px; 
	word-break:break-all;
	overflow:hidden
}
@media all and (max-width:575px) {
	.responsive #bo_v_title {
		font-size:20px;
		line-height:1.5;
	}
	.responsive #bo_v_con { 
		min-height:140px; 
	}
}

#bo_v_con img {
	max-width:100%;
	height:auto
}
#bo_v_img {
	width:100%;
	text-align:center;
	overflow:hidden;
	zoom:1;
}
#bo_v_img:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}
#bo_v_img a.view_image {
	display:block;
}
#bo_v_img img {
	margin-bottom:1.0rem;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon { 
	margin:-5px auto; 
}
#bo_v_sns_icon img { 
	width:40px; 
	border-radius:50%; 
	margin:5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
	top:0;
	left:-16px;
}
.by-writer { 
	background:#fbefef !important;
	border-top:1px solid #f6cece !important;
}
.cmt-content {
	word-break:break-all;
	overflow:hidden
}
.cmt-content img {
	max-width:100%;
	height:auto
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul { 
	list-style: none; 
	margin: 0; 
}
.cmt-btn ul > li { 
	float: left; 
	font-size:12px;
	padding: 0 10px; 
}
.cmt-btn ul > li::before { 
	float: left; 
	color:#ccc; 
	content: "|"; 
	margin-left:-12px;
}
.cmt-btn ul > li:last-child { 
	padding-right:0;
}
.cmt-btn ul > li:first-child::before, 
.cmt-btn ul > li.no-bar::before { 
	content: ""; 
	margin-left:0; 
}
.cmt-btn ul > li > a { 
	float:left;
	color:#888;
	white-space:nowrap;	
}

/* 게시판 댓글 : 쓰기폼 */
#fviewcomment #wr_content { 
	resize:none; 
}
@media all and (max-width:575px) {
	.responsive .cmt-box {
		border-right:0 !important;
	}
	.responsive #bo_vc_w .cmt-box {
		border-left:0 !important;
		border-radius:0 !important;
	}
	.responsive #bo_vc_login {
		border-left:0 !important;
		border-right:0 !important;
		border-radius:0 !important;
	}
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {	
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
	background:#ccc;
	border-radius:3px;
}
#bo_vc_opt ol:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_opt ol li { 
	float:left;
	margin:0; 
}
#bo_vc_send_sns ul { 
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
}
#bo_vc_send_sns ul:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_send_sns ul li {	
	float:left;
	margin:0 1.0rem 0 0;
}
#bo_vc_send_sns input {	
	margin:0 0 0 0.5rem;
}

/* 게시판 쓰기 */
#bo_w .list-group-item {
	padding-left:0;
	padding-right:0;
	border-left:0;
	border-right:0;
}
#bo_w #wr_content { 
	margin-bottom:1.0rem !important;
}
@media all and (max-width:575px) {
	#bo_w .list-group-item {
		padding-left:1.0rem;
		padding-right:1.0rem;
	}
	.responsive #bo_w #wr_content {
		max-height:160px !important;
	}
}

/* List */
.list-body .list-box { position:relative; background:#fff; overflow: hidden; }
.list-body .list-front { position:relative; }
.list-body .list-box:hover,
.list-body .list-box.active { overflow:hidden; }
.list-body .list-box:hover .list-front,
.list-body .list-box.active .list-front { /*margin:-2px;*/ overflow:hidden; }
.list-body .list-chk { position:absolute; left:15px; top:12px; z-index:2; }
.list-body .list-text .div-title-underline-thin { margin:0px 0px 2px; padding:0px 0px 2px; padding-right:1px; letter-spacing:-1px; }

.list-body .list-img { position:relative; min-height: 200px; }
.list-body .list-img .list-thumb-game { position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); filter: drop-shadow(2px 2px 1px #000); opacity:.7; width: 100%; height: 100%; background-repeat: no-repeat; background-position: 50%; background-size: 40%}
.list-body .list-img .list-thumb { position:relative; overflow:hidden; max-height:360px; }
.list-body .list-img .list-thumb .wr-img { transition: all .2s; width:100%; height:auto; min-height: 200px; }
.list-body .list-img:hover .list-thumb .wr-img { transition: all .2s; transform: rotate(10deg) scale(1.2); }
.list-body .list-img .thumb-icon { position:absolute; left:0; top:0; width:100%; height:100%; }
.list-body .list-img .thumb-icon .wr-fa { position:absolute; left:0; top:50%; width:100%; text-align:center; font-size:50px; margin-top:-25px; }
.list-body .list-img .wr-date { position:absolute; right:15px; bottom:12px; font-size:16px; color: rgba(255,255,255,0.8); text-shadow: 1px 1px 1px #000; z-index:2; letter-spacing:-1px; }
.list-body .list-text { position:relative; padding: 5px 10px 10px 10px; }
.list-body .list-desc { line-height:20px; overflow:hidden; text-align:center; }
.list-body .list-desc strong { display:block; font-size:16px; font-weight:normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.list-body .list-info { position: absolute; top: -30px; background: #fff; padding: 5px 15px; left: 0; border-radius: 0 10px 0 0; z-index:4; }
.list-body .list-info .pull-right i { margin-left:10px; margin-right:2px; }
.list-body .list-info .wr-mb { display:inline-block; width:34px; height:34px; border-radius:50%; background:#eee; color:#fff; margin-right:4px; vertical-align:middle; }
.list-body .list-info .wr-mb img { width:34px; height:34px; border-radius:50%; }
.list-body .list-info .wr-mb i { width:34px; height:34px; line-height:34px; text-align:center; font-size:20px; border-radius:50%; }

/* Photo */
.list-body.is-photo .list-info,
.list-body.is-photo .list-info.pull-left,
.list-body.is-photo .list-info.pull-right { line-height: 34px; }
.list-body.is-photo .list-text { padding:15px 15px 10px; }

/* Hover Border */
.color-body.list-body .list-box:hover,
.color-body.list-body .list-box.active { border-color: rgb(233, 27, 35); }

.red-body.list-body .list-box:hover,
.red-body.list-body .list-box.active { border-color: rgb(233, 27, 35); }

.darkred-body.list-body .list-box:hover,
.darkred-body.list-body .list-box.active { border-color: rgb(170, 60, 63); }

.crimson-body.list-body .list-box:hover,
.crimson-body.list-body .list-box.active { border-color: rgb(220, 20, 60); }

.orangered-body.list-body .list-box:hover,
.orangered-body.list-body .list-box.active { border-color: orangered; }

.orange-body.list-body .list-box:hover,
.orange-body.list-body .list-box.active { border-color: rgb(240, 150, 20); }

.green-body.list-body .list-box:hover,
.green-body.list-body .list-box.active { border-color: rgb(140, 195, 70); }

.lightgreen-body.list-body .list-box:hover,
.lightgreen-body.list-body .list-box.active { border-color: rgb(160, 200, 80); }

.deepblue-body.list-body .list-box:hover,
.deepblue-body.list-body .list-box.active { border-color: rgb(0, 125, 180); }

.skyblue-body.list-body .list-box:hover,
.skyblue-body.list-body .list-box.active { border-color: rgb(100, 195, 245); }

.blue-body.list-body .list-box:hover,
.blue-body.list-body .list-box.active { border-color: rgb(52, 152, 219); }

.navy-body.list-body .list-box:hover,
.navy-body.list-body .list-box.active { border-color: rgb(50, 60, 70); }

.violet-body.list-body .list-box:hover,
.violet-body.list-body .list-box.active { border-color: rgb(85, 60, 125); }

.yellow-body.list-body .list-box:hover,
.yellow-body.list-body .list-box.active { border-color: rgb(241, 196, 15); }

.darkgray-body.list-body .list-box:hover,
.darkgray-body.list-body .list-box.active { border-color: #666; }

.gray-body.list-body .list-box:hover,
.gray-body.list-body .list-box.active { border-color: #888; }

.lightgray-body.list-body .list-box:hover,
.lightgray-body.list-body .list-box.active { border-color: #ddd; }

.black-body.list-body .list-box:hover,
.black-body.list-body .list-box.active { border-color: #333; }

.white-body.list-body .list-box:hover,
.white-body.list-body .list-box.active { border-width:1px; border-color: #fff; }
.white-body.list-body .list-box:hover .list-front,
.white-body.list-body .list-box.active .list-front { margin:0px; }

/* Style */
.box-body.list-body .list-img { margin: 10px 10px 0px; }

.round-body.list-body .list-img { margin: 10px 10px 0px; border-radius:15px; }
.round-body.list-body .list-img .wr-img,
.round-body.list-body .list-img .thumb-icon{ border-radius:15px; }
.round-body.list-body .shadow-line { margin:0px 15px; }

.line-body.list-body .list-box { border-left:0; border-top:0; border-right:0; }
.line-body.list-body .list-box:hover .list-front,
.line-body.list-body .list-box.active .list-front { margin:0px 0px -2px; }
.line-body.list-body .list-text { padding-left:10px !important; padding-right:10px !important; }

.line-round-body.list-body .list-box { border-left:0; border-top:0; border-right:0; }
.line-round-body.list-body .list-box:hover .list-front,
.line-round-body.list-body .list-box.active .list-front { margin:0px 0px -2px; }
.line-round-body.list-body .list-img { border-radius:15px; }
.line-round-body.list-body .list-img .wr-img,
.line-round-body.list-body .list-img .thumb-icon{ border-radius:15px; }
.line-round-body.list-body .shadow-line { margin:0px 15px; }
.line-round-body.list-body .list-text { padding-left:10px !important; padding-right:10px !important; }

.list-body .list-row { width:calc(33.33% - 10px); max-width:calc(33.33% - 10px); } 
.list-body .list-row .img-wrap { padding-bottom:56.25% !important; }
		.list-body { overflow:hidden; margin-bottom:-15px; gap:10px 15px; }
		@media (max-width: 767px) { 
			.list-body { gap:10px; }
		}
		@media (max-width: 480px) { 
			.list-body { gap:0px; }
		}
.list-body .list-col { margin:0px; }
							@media (max-width: 1199px) { 
		.responsive .list-body .list-row { width:calc(33.33% - 10px); max-width:calc(33.33% - 10px); } 
	}
					@media (max-width: 991px) { 
		.responsive .list-body .list-row { width:calc(33.33% - 10px); max-width:calc(33.33% - 10px); } 
	}
					@media (max-width: 767px) { 
		.responsive .list-body .list-row { width:calc(50% - 5px); max-width:calc(50% - 5px); } 
	}
					@media (max-width: 480px) { 
		.responsive .list-body .list-row { width:100%; max-width:100%; } 
	}

/* Game Style */
@media all and (min-width:769px) {
	/* GAME SLOT */
	.slot_game {
		margin: 0 auto;
		width: 400px;
		height: 200px;
		background-repeat: no-repeat;
		background-size: cover;
		border-radius: 50px;
	}
	.slot_game[title='playngo'] {
		width: 400px !important;
		height: 600px !important;
	}
	.slot_game[title='pragmatic'] {
		width: 400px !important;
		height: 225px !important;
		border-radius: 0px !important;
	}
	.slot_game[title='relax'] {
		width: 400px !important;
		height: 400px !important;
	}
	.slot_game[title='habanero'] {
		width: 400px !important;
		height: 250px !important;
	}
	.slot_game[title='cq9'] {
		width: 400px !important;
		height: 250px !important;
	}
	.slot_game[title='bigtime'] {
		width: 400px !important;
		height: 280px !important;
	}
	.slot_game[title='pgsoft'] {
		width: 400px !important;
		height: 400px !important;
	}
	.gamestart_img {
		display: block;
		width:250px !important;
		height:110px !important;
		margin:0 auto;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-image: url('/img/slotimg/gamestart.png');
	}
}

@media all and (max-width:768px) {
	/* GAME SLOT */
	.slot_game {
		margin: 0 auto;
		width: 250px;
		height: 125px;
		background-repeat: no-repeat;
		background-size: cover;
		border-radius: 50px;
	}
	.slot_game[title='playngo'] {
		width: 250px !important;
		height: 375px !important;
	}
	.slot_game[title='pragmatic'] {
		width: 250px !important;
		height: 140px !important;
		border-radius: 0px !important;
	}
	.slot_game[title='relax'] {
		width: 250px !important;
		height: 250px !important;
	}
	.slot_game[title='habanero'] {
		width: 250px !important;
		height: 155px !important;
	}
	.slot_game[title='cq9'] {
		width: 250px !important;
		height: 155px !important;
	}
	.slot_game[title='bigtime'] {
		width: 250px !important;
		height: 175px !important;
	}
	.slot_game[title='pgsoft'] {
		width: 250px !important;
		height: 250px !important;
	}
	.gamestart_img {
		display: block;
		width:180px !important;
		height:80px !important;
		margin:0 auto;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-image: url('/img/slotimg/gamestart.png');
	}
}

@-webkit-keyframes hoverJiggle2 {
	0% {
		-webkit-transform: rotate(0deg) scaleX(1.5) scaleY(1.1); }
	4% {
		-webkit-transform: rotate(14.185deg) scaleX(1.689) scaleY(1.454); }
	8% {
		-webkit-transform: rotate(6.244deg) scaleX(1.038) scaleY(1.147); }
	12% {
		-webkit-transform: rotate(-3.986deg) scaleX(0.737) scaleY(0.858); }
	16% {
		-webkit-transform: rotate(-4.509deg) scaleX(0.871) scaleY(0.874); }
	20% {
		-webkit-transform: rotate(0.59deg) scaleX(1.082) scaleY(1.03); }
	24% {
		-webkit-transform: rotate(1.943deg) scaleX(1.073) scaleY(1.058); }
	28% {
		-webkit-transform: rotate(0.568deg) scaleX(0.994) scaleY(1.012); }
	32% {
		-webkit-transform: rotate(-0.705deg) scaleX(0.967) scaleY(0.978); }
	36% {
		-webkit-transform: rotate(-0.411deg) scaleX(0.993) scaleY(0.99); }
	40% {
		-webkit-transform: rotate(0.14deg) scaleX(1.012) scaleY(1.006); }
	44% {
		-webkit-transform: scaleX(1.006); }
	48% {
		-webkit-transform: rotate(0.001deg) scaleX(0.997) scaleY(0.999); }
	52% {
		-webkit-transform: scaleY(0.997); }
	56% {
		-webkit-transform: scaleX(1) scaleY(0.999); }
	60% {
		-webkit-transform: scaleX(1.002) scaleY(1.001); }
	68% {
		-webkit-transform: scaleX(0.999); }
	100% {
		-webkit-transform: rotate(0deg) scaleX(1) scaleY(1); } 
}
@keyframes hoverJiggle2 {
	0% {
		transform: rotate(0deg) scaleX(1.5) scaleY(1.1); }
	4% {
		transform: rotate(14.185deg) scaleX(1.689) scaleY(1.454); }
	8% {
		transform: rotate(6.244deg) scaleX(1.038) scaleY(1.147); }
	12% {
		transform: rotate(-3.986deg) scaleX(0.737) scaleY(0.858); }
	16% {
		transform: rotate(-4.509deg) scaleX(0.871) scaleY(0.874); }
	20% {
		transform: rotate(0.59deg) scaleX(1.082) scaleY(1.03); }
	24% {
		transform: rotate(1.943deg) scaleX(1.073) scaleY(1.058); }
	28% {
		transform: rotate(0.568deg) scaleX(0.994) scaleY(1.012); }
	32% {
		transform: rotate(-0.705deg) scaleX(0.967) scaleY(0.978); }
	36% {
		transform: rotate(-0.411deg) scaleX(0.993) scaleY(0.99); }
	40% {
		transform: rotate(0.14deg) scaleX(1.012) scaleY(1.006); }
	44% {
		transform: scaleX(1.006); }
	48% {
		transform: rotate(0.001deg) scaleX(0.997) scaleY(0.999); }
	52% {
		transform: scaleY(0.997); }
	56% {
		transform: scaleX(1) scaleY(0.999); }
	60% {
		transform: scaleX(1.002) scaleY(1.001); }
	68% {
		transform: scaleX(0.999); }
	100% {
		transform: rotate(0deg) scaleX(1) scaleY(1); } 
}
@-webkit-keyframes buzz {
	78% {
		-webkit-transform: translateX(0px) rotate(0deg) scale(1);
		transform: translateX(0px) rotate(0deg) scale(1);
	}
	80% {
		-webkit-transform: translateX(0px) rotate(0deg) scale(1);
		transform: translateX(0px) rotate(0deg) scale(1);
	}
	82% {
		-webkit-transform: translateX(3px) rotate(2deg) scale(1.2);
		transform: translateX(3px) rotate(2deg) scale(1.2);
	}
	84% {
		-webkit-transform: translateX(-3px) rotate(-2deg) scale(1);
		transform: translateX(-3px) rotate(-2deg) scale(1);
	}
	86% {
		-webkit-transform: translateX(3px) rotate(2deg) scale(1.2);
		transform: translateX(3px) rotate(2deg) scale(1.2);
	}
	88% {
		-webkit-transform: translateX(-3px) rotate(-2deg) scale(1);
		transform: translateX(-3px) rotate(-2deg) scale(1);
	}
	90% {
		-webkit-transform: translateX(3px) rotate(2deg) scale(1.2);
		transform: translateX(3px) rotate(2deg) scale(1.2);
	}
	92% {
		-webkit-transform: translateX(-3px) rotate(-2deg) scale(1);
		transform: translateX(-3px) rotate(-2deg) scale(1);
	}
	94% {
		-webkit-transform: translateX(3px) rotate(2deg) scale(1.2);
		transform: translateX(3px) rotate(2deg) scale(1.2);
	}
	96% {
		-webkit-transform: translateX(-3px) rotate(-2deg) scale(1);
		transform: translateX(-3px) rotate(-2deg) scale(1);
	}
	98% {
		-webkit-transform: translateX(3px) rotate(2deg) scale(1.2);
		transform: translateX(3px) rotate(2deg) scale(1.2);
	}
	100% {
		-webkit-transform: translateX(0px) rotate(0deg) scale(1);
		transform: translateX(0px) rotate(0deg) scale(1);
	}
}
@keyframes buzz {
	78% {
		-webkit-transform: translateX(0px) rotate(0deg) scale(1);
		transform: translateX(0px) rotate(0deg) scale(1);
	}
	80% {
		-webkit-transform: translateX(0px) rotate(0deg) scale(1);
		transform: translateX(0px) rotate(0deg) scale(1);
	}
	82% {
		-webkit-transform: translateX(3px) rotate(2deg) scale(1.2);
		transform: translateX(3px) rotate(2deg) scale(1.2);
	}
	84% {
		-webkit-transform: translateX(-3px) rotate(-2deg) scale(1);
		transform: translateX(-3px) rotate(-2deg) scale(1);
	}
	86% {
		-webkit-transform: translateX(3px) rotate(2deg) scale(1.2);
		transform: translateX(3px) rotate(2deg) scale(1.2);
	}
	88% {
		-webkit-transform: translateX(-3px) rotate(-2deg) scale(1);
		transform: translateX(-3px) rotate(-2deg) scale(1);
	}
	90% {
		-webkit-transform: translateX(3px) rotate(2deg) scale(1.2);
		transform: translateX(3px) rotate(2deg) scale(1.2);
	}
	92% {
		-webkit-transform: translateX(-3px) rotate(-2deg) scale(1);
		transform: translateX(-3px) rotate(-2deg) scale(1);
	}
	94% {
		-webkit-transform: translateX(3px) rotate(2deg) scale(1.2);
		transform: translateX(3px) rotate(2deg) scale(1.2);
	}
	96% {
		-webkit-transform: translateX(-3px) rotate(-2deg) scale(1);
		transform: translateX(-3px) rotate(-2deg) scale(1);
	}
	98% {
		-webkit-transform: translateX(3px) rotate(2deg) scale(1.2);
		transform: translateX(3px) rotate(2deg) scale(1.2);
	}
	100% {
		-webkit-transform: translateX(0px) rotate(0deg) scale(1);
		transform: translateX(0px) rotate(0deg) scale(1);
	}
}
.gamestart_img {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-animation-name: buzz;
	animation-name: buzz;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.gamestart_img:hover {
	-webkit-animation-name: hoverJiggle2;
	animation-name: hoverJiggle2;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.list-body .list-img { position:relative; min-height: 200px; }
.list-body .list-img .list-thumb-game { position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); filter: drop-shadow(2px 2px 1px #000); opacity:.7; width: 100%; height: 100%; background-repeat: no-repeat; background-position: 50%; background-size: 40%}
.list-body .list-img .list-thumb { position:relative; overflow:hidden; max-height:360px; }
.list-body .list-img .list-thumb .wr-img { transition: all .2s; width:100%; height:auto; min-height: 200px; }
.list-body .list-img:hover .list-thumb .wr-img { transition: all .2s; transform: scale(1.05); }
.list-body .list-img .thumb-icon { position:absolute; left:0; top:0; width:100%; height:100%; }
.list-body .list-img .thumb-icon .wr-fa { position:absolute; left:0; top:50%; width:100%; text-align:center; font-size:50px; margin-top:-25px; }
.list-body .list-img .wr-date { position:absolute; right:15px; bottom:12px; font-size:16px; color: rgba(255,255,255,0.8); text-shadow: 1px 1px 1px #000; z-index:2; letter-spacing:-1px; }
.button-overlay {
    width: 100%;
    height: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    position: absolute;
    cursor: pointer;
	z-index: 2;
}
.button-overlay:hover {
    /* outline: 1px solid #ff4181 !important; */
}
.button-overlay .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    opacity: 0;
    background: url('../../img/company.png') left top no-repeat rgba(16, 16, 16, 0.72);
    z-index: 3;
}
.button-overlay:hover .overlay {
    opacity: 1;
}
.button-overlay .overlay .tbl {
	position: relative;
    width: 100%;
    height: 100%;
}
.button-overlay .overlay .center {
	display: block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
	position: relative;
}
.button-overlay .overlay .center .button-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.button-overlay .overlay button {
    width: 80px;
    height: 80px;
    background-color: transparent;
    border: none;
    color: #fff;
    position: relative;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}
.button-overlay .overlay button img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    animation: play_anim 2s linear infinite;
}
.button-overlay .overlay .title {
    min-width: 130px;
    height: 45px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #f2a62c;
    background: #f2a62c;
    background: -moz-linear-gradient(top, #f2a62c 0%, #ffa61a 100%);
    background: -webkit-linear-gradient(top, #f2a62c 0%, #ffa61a 100%);
    background: linear-gradient(to bottom, #f2a62c 0%, #ffa61a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2a62c', endColorstr='#ffa61a', GradientType=0);
    margin: auto;
    display: table;
}
.button-overlay .overlay .title:hover {
  color: #ffffff;
  border: 1px solid #f48b38;
  background: #863c00;
  background: -moz-linear-gradient(top,  #863c00 0%, #221308 100%);
  background: -webkit-linear-gradient(top,  #863c00 0%,#221308 100%);
  background: linear-gradient(to bottom, #863c00 0%,#221308 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#863c00', endColorstr='#221308',GradientType=0 );
}
.button-overlay .overlay .title p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    font-family: NotoSansKr-Regular;
    /* text-shadow: 0px 0px 20px #eb8aec; */
}
@keyframes play_anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 아이폰 */
@media all and (max-width:479px) {
	.list-body .list-info { top: -25px; }
	.list-body .list-info > div.font-14 { font-size: 11px; }
	.list-body .list-desc strong { font-size:12px; }
	.button-overlay .overlay .title { min-width: 80px; height: 35px; }
}