@charset "utf-8";
/* CSS Document */

.detail_content a {
	text-decoration: underline!important;
	color: blue!important;
}

.link_btns{
	padding: .9rem 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width:100%;
}
.link_btns div{
	height: 3.2rem;
	width: 33.33%;
	line-height: 3.2rem;
}
.link_btns .border_have{
	border-right: 1px solid #dbdbdb;
}
.link_btns div a{
	font-size: 1.7rem;
	color: #21adfc;
	display: flex;
	align-items: center;
	justify-content: center;
}
.link_btns div a img{
	width: 2rem;
	margin-right: .4rem;
}