@charset "UTF-8";

.full_view{margin-top:60px;display:flex;justify-content:center;}
.full_view a{width:182px;height:50px;font-size:18px;color:#FFF;background:url(/sites/ko/images/common/btn_bg.png) no-repeat right bottom;display:flex;align-items:center;justify-content:center;transition:0.1s;}
.full_view a:hover{background:#7c0019;}
@media all and (max-width:768px){
	.full_view{margin-top:30px;}
	.full_view a{width:130px;height:40px;font-size:16px;}
}