/* header */
.headerR .inner .goBtn{
	background: linear-gradient(45deg, #00c0fa, #015eea);
}

/* quickR */
.quickR button{
	background: linear-gradient(45deg, #00c0fa, #015eea);
}

/* visual */
.visual{
	background-image: url(/landing/img/work/visualBg.jpg);
}

/* sucCase */
.sucCase .txtBox{
	background-color: #3c7795;
}

.sucCase .mySwiper .swiper-scrollbar-drag{
	background: #35789b;
}

/* cheerBox - 섹션 전체 배경 및 레이아웃 */
.cheerBox {
    /* 배경 이미지가 없을 경우를 대비해 시안의 딥블루 그라데이션을 베이스로 깔아줍니다 */
    background-image: url(../img/work/cheerBg.png);
} 

.cheerBox .rightBox ul li {
    background: linear-gradient(145deg, #19445b 0%, #19445b 50%, #154864 50%, #154864 100%);
}

.cheerBox .rightBox ul li:hover {
    background: linear-gradient(135deg, #185272 0%, #185272 100%);
    border-color: rgba(255, 255, 255, 0.25);
}

/* contactBox - 섹션 전체 레이아웃 */
.contactBox {
    background-image: url(../img/work/contactBoxBg.jpg);
}

.contactBox ul li a{
	background: #0e4665;
}

/* formCon */
.formCon{
	background: url(../img/work/formBg.jpg) no-repeat center / cover;
}

#footer{
	background: #2d7aa2;
}



/* -----------------------------------------
   반응형 모바일
----------------------------------------- */
@media screen and (max-width: 768px) {






}