.contents .cont_form .conts + .btn_area {
	justify-content: center;
}
.contents .cont_form .conts + .btn_area > * {
	height: 48px;
	line-height: 48px;
}

.detail_box img {
	width: 100%;
}

@media screen and (max-width: 1500px){
}
@media screen and (max-width: 1280px){
}
@media screen and (max-width: 1024px){
	.contents .cont_form .conts + .btn_area > * {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
}