.app_info .app_box span{
    color: #FEC84B;
}
.detail_box .app_info .title {
	background:url('/img/app/ect/cashbee/title_bg.png')100% 100% no-repeat;
}
.detail_box .app_info .app_box {
	border:1px solid #FEC84B;
	border-top:5px solid #FEC84B;
}
.detail_box .app_info .app_box hr {
	border-top:4px solid #FEC84B;
}
.detail_box .app_info.AS h5{
    background: #FEC84B;
}

/*모달창*/
.modal {
	display: none;
	z-index: 500;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
}

.modal button {
	position: absolute;
	top: 3rem;
	right: 3rem;
	background: transparent;
	border: 0;
	color: #ffffff;
	font-size: 3rem;
}

.modalBox {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* background-color: #ffffff; */
	width: 50%;
	height: 37%;
	text-align: center;
}
.modalBox img {
	width: 100%;
}