/*!
 * cm_gallery 위젯 스킨 색상
 * 오랜지 #fa6900(오랜지)  -  #f38630(연오랜지)  -  #e0e4cc(라임)  -  #69d2e7 ( 하늘색 )
 */
a {
	
}

a:hover {
	color: #fa6900;
}

a:active {
	color: #fa6900;
}


.cbp-slider-next, .cbp-slider-prev,
.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight
{
	background-color:#fa6900 ;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap,
.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-button .cbp-filter-counter
{
	background-color:#69d2e7;
}

.cbp-l-grid-projects-more:hover{
	background-color:#fa6900 !important;
	border-color:#fa6900 !important;
}

.cbp-nav-pagination-active{
	background-color:#fa6900 !important;
}

.cbp-pagination-active:after{
	background-color:#fa6900 !important;
	
}