/* 輪播廣告 */
#AD .container-fluid{
    position:relative;
    margin:0;
    padding:0;
}

.owl-carousel{
    margin-top:-165px;
}

.owl_btn_left, .owl_btn_right{
    position:absolute;
    cursor: pointer;
    opacity: .8;
    top:50%;
    z-index:9;
}

.owl_btn_left img, .owl_btn_right img{
    width:50%;
}

.owl_btn_left{
    left:30px;
}

.owl_btn_right{
    right:0;
}

/* 招募對象 */
#index1{
    background-color:#fff597;
}

#index1 .container-fluid{
    margin:0;
    padding:0;
}

#index1 .recruit-wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    text-align:center;
}

.recruit-img, .recruit-group{
    width:50%;
}

.recruit-group img, .work-items-title img{
    display:block;
    margin:0 auto 50px auto;
}

.recruit-group-photo{
    display:none !important;
}

/* 工作項目 */
.work-item-wrap{
    text-align:center;
    padding:100px 100px 50px 100px;
}

.work-item-wrap p{
    margin-bottom: 30px;
}

.work-items{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
    margin-bottom: 50px;
}

.work-items-xs{
    display:none;
}

.work-items a:hover img{
    opacity: .5;
}

@media screen and (max-width:1439px){
    /* 工作項目 */
    .work-item-wrap{
        padding:100px 50px;
    }
}

 @media screen and (max-width:1200px){
     /* 廣告 */
	.owl-carousel{
		margin-top:-165px;
	}
}

@media screen and (max-width:1024px){
	/* 工作項目 */
	.work-item-wrap {
		padding:100px 0 50px 0;
	}

	.work-items a{
		width:23%;
	}

	.work-items img{
		display:block;
		margin:0 auto;
	}
}

@media screen and (max-width:991px){
	/* 廣告 */
	.owl-carousel{
		margin-top:0;
	}

	/* 工作項目 */
	.work-item-wrap {
		padding:50px 15px 50px 15px;
	}

	.work-items a{
		width:45%;
	}

	.work-items img{
		display:block;
		margin:0 auto;
	}	
}

@media screen and (max-width:767px){
    /* navbar */
    .coverflow{
        width:100%;
        padding:0;
    }

    .logo{
        float:right;
        margin-right: -15px;
    }

    .navbar-inverse .navbar-toggle{
        float:left;
    }

	/* 招募對象 */
	.recruit-img{
		display:none;
	}
	
	.recruit-group{
		width:100%;
		margin-top: 50px;
	}

	.recruit-group-photo{
        display:block !important;
		margin:0 0 30px 0 !important;
		padding:0 15px;
	}

	/* 工作項器 */
	.work-item-wrap{
		padding:50px 0;
	}

	.work-items{
		display:none;
	}

	.work-items-xs{
		display:flex;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:576px){
    /* 招募對象 */
    .recruit-group{
        margin-bottom: 30px;
    }

    .recruit-group img, .work-items-title img{
        margin-bottom: 30px;
    }
}

@media screen and (max-width:424px){
	/* 輪播廣告 */
	.owl_btn_left img, .owl_btn_right img {
		width:30%;
	}

	.owl_btn_left{
		left:10px;		
	}

	.owl_btn_right img{
        float:right;
		margin-right: 10px;
	}
}

