@charset "UTF-8";

/*구조*/
div.mainQuickLink{}
div.mainQuickLink div.bx-wrapper{}
div.mainQuickLink div.bx-wrapper div.bx-viewport{}
div.mainQuickLink div.bx-wrapper div.bx-viewport ul{}
div.mainQuickLink div.bx-wrapper div.bx-viewport ul li{}
div.mainQuickLink div.bx-wrapper div.bx-viewport ul li div._inner{}
div.mainQuickLink div.bx-wrapper div.bx-viewport ul li div._inner img{}

.mainQuickLink{position: relative;}

/*slide*/
.mainQuickLink .bx-wrapper {margin: 0 auto;position: relative;}
.mainQuickLink .bx-wrapper .bx-viewport {}
.mainQuickLink .bx-wrapper .bx-viewport ul li{overflow:hidden;}
.mainQuickLink .bx-wrapper .bx-viewport ul li ._inner{display: block;}
.mainQuickLink .bx-wrapper .bx-viewport ul li ._inner img{display: block;width: 100%;}
.mainQuickLink .bx-wrapper .bx-viewport ul li ._inner:hover{border-top:5px solid #16203a;}

/*마지막놈 안짤리게 하고싶으면...정확하지는 않음
	@media only screen and (max-width:860px){
	.mainQuickLink .bx-wrapper .bx-viewport ul li{height:auto !important;width:267px !important;}
	}
	@media only screen and (max-width:460px){
	.mainQuickLink .bx-wrapper .bx-viewport ul li{height:auto !important;width:215px !important;}
	}
*/

/*controls*/
.mainQuickLink .bx-wrapper .bx-controls{text-align: center;}
.mainQuickLink .bx-wrapper .bx-controls .bx-pager{display:none;position: absolute;bottom: -20px;left: 0;overflow: hidden;height: 20px;width: 100%;text-align: center;}
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-auto{display:none;position: absolute;bottom: 0;right: 15px;overflow: hidden;}
.mainQuickLink .bx-wrapper .bx-controls .bx-pager .bx-pager-item a,
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item,
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item a{float: left;}

/*pager*/
.mainQuickLink .bx-wrapper .bx-controls .bx-pager .bx-pager-item{display: inline-block;*zoom: 1;display: _inline;width: 11px;height: 11px;margin: 0 1px;}
.mainQuickLink .bx-wrapper .bx-controls .bx-pager .bx-pager-item a{width: 11px;height: 11px;overflow: hidden;background-color: #ccc;text-indent: -5000px;border-radius: 5px;}
.mainQuickLink .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active{background-color: #009df5;}

/*direction*/
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-direction .bx-next{position:absolute;top:0px;width:48px;height:80px;z-index:2;}
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{left:0px;background-image: url("../images/arrow_L_01.png");}
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover{background-color: rgba( 0, 0, 0, 0.5 );}
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-direction .bx-next{right:0;background-image: url("../images/arrow_R_03.png");}
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover{background-color: rgba( 0, 0, 0, 0.5 );}
		@media only screen and (max-width:860px){
		.mainQuickLink .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
		.mainQuickLink .bx-wrapper .bx-controls .bx-controls-direction .bx-next{width:34px;height:80px;}
		}
		@media only screen and (max-width:460px){
		.mainQuickLink .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
		.mainQuickLink .bx-wrapper .bx-controls .bx-controls-direction .bx-next{width:30px;height:70px;}
		}

/*controls auto*/
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .active{display: none;}
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start,
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop{width: 15px;height: 15px;overflow: hidden;}
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start{background-position: 30px 0;}
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start:hover{	background-position: 30px -15px;}
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop{	background-position: 45px 0;}
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop:hover{background-position: 45px -15px;}

/*background-image*/
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start,
.mainQuickLink .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop{background-position:center;background-repeat:no-repeat;text-indent: -5000px;}
		@media only screen and (max-width:860px){
		.mainQuickLink .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
		.mainQuickLink .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
		.mainQuickLink .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start,
		.mainQuickLink .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop{background-size:50%;}
		}