@charset "utf-8";

/* 네비 버튼 */
.basic-banner .owl-nav {
	position:absolute;
	right:0;
	top:-3.75rem;
	z-index:1;
}
.basic-banner .owl-nav button {
	width:2.5rem;
	padding:0 !important;
	margin:0 !important;
	border:1px solid #ddd !important;
	background:#fff !important;
	color:#ccc !important;
}
.basic-banner .owl-nav button.owl-prev {
	border-right:0 !important;
}
.btn-bb {
    background: #00306E;
    color: #fff !important;
    border: 0px !important;
    border-radius: 0px !important;
    text-align: center;
    width: 49%;
    margin-bottom: 2px;
}
.btn-bk {
    background: #474748;
    color: #fff !important;
    border: 0px !important;
    border-radius: 0px !important;
    text-align: center;
    width: 48%;
    margin-bottom: 2px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
	border-radius: 4px;
	    
}