/*-------------cnt-buy-------------*/
#cnt-buy{
	width:100%;
	height:100%;
	position:relative;
}
#cnt-buy .btn-buy a{
	display:block;
	color:#eee;
	background:#040000;
	text-align:center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#cnt-buy .btn-back a{
	display:block;
	color:#eee;
	background:#555;
	text-align:center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#cnt-buy .btn-buy a .text{
	position:relative;
	display: inline-block;
	padding-left:15px;
}
#cnt-buy .btn-back a .text{
	position:relative;
	display: inline-block;
	padding-left:10px;
}
#cnt-buy .btn-buy a .text::before{
	position: absolute;
	top: 46px;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 0;
	width: 20px;
	height: 20px;
	background:url(../../img/icn_mail.svg) no-repeat center center;
	background-size:20px;
}
#cnt-buy .btn-back a .text::before{
	position: absolute;
	top: 49px;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 3px;
	width: 15px;
	height: 15px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
#cnt-buy .btn-buy a .text p,
#cnt-buy .btn-back a .text p{
	font-size:1em;
	padding:40px 20px;
}
#cnt-buy .btn-buy a:hover,
#cnt-buy .btn-back a:hover{
	color:#d6ccb6;
	text-decoration:none;
	background-color:rgba(143,106,38,1);
}