/**************************************************************
								Banner 按鈕箭頭設定
**************************************************************/
/*按鈕箭頭*/
.owl-nav>button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0!important;
    background: #fff!important;
    border: 1px solid #fff!important;
    height: 48px;
    width: 48px;
    border-radius: 45px!important;
     visibility: hidden; 
     opacity: 0; 
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	outline: none
}
.owl-nav .owl-prev {
    left: 2%;
}
.owl-nav .owl-next {
    right: 2%;
}
/*滑過按鈕箭頭*/
.owl-carousel:hover .owl-nav button {
    visibility: visible;
    opacity: 1;
}
.owl-nav>button:hover {
    background: 0 0!important;
    color: #fff;
}
/*箭頭*/
button.owl-next span, button.owl-prev span {
	font-size: 2em;
	font-family: serif;
	line-height: .8em;
}
/*隱藏點點*/
.owl-dots {
	position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
	visibility: hidden; 
    opacity: 0; 
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
/*滑過點點*/
.owl-carousel:hover .owl-dots {
    visibility: visible;
    opacity: 1;
}
/*圖片*/
.owl-carousel .owl-item img {
    border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}

/**************************************************************
										  首頁四色按鈕
**************************************************************/
.index_btn{
	padding: 15px 5px;
}
.index_btn a{
	float: left;
    width: 25%;
	padding:10px;
}
.index_btn a img{
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	border-radius: 4px;
}
.index_btn a img:hover{
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}

/**************************************************************
				廣告專區
**************************************************************/
.banner {
    padding-left: 15px;
    padding-right: 15px;
}
/*標題*/
.maintitle {
    border-bottom: solid 1px #ccc;
    position: relative;
	margin: 0 10px 15px 10px;
}
.maintitle h3 {
	font-weight: bold;
	font-size: 22px;
}
.maintitle:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #005097;
    height: 2px;
    width: 60px;
}

.job{
	padding:20px 0;
}
.job ul {
	float: left;
    width: 100%;
}
.job ul li{
	float: left;
	width: 33.333%;
	padding:10px;
}
.job ul li a{
	background-color: #fff;
    color: #333;
    display: block;
    border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	position: relative;
}
.job ul li a .pic{
	overflow: hidden;
	background-color: #FFF;
	text-align:center;
	border-radius: 10px;
	height: 220px;
	line-height: 220px;
}
.job ul li a .pic img{
	max-height:220px;
	-o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
/*滑過*/
.job ul li a:hover .pic img{
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.job ul li a .txt{
	padding: 15px 20px;
	background: #F8F8F8;
	position:relative;
    /*height: 50px;
	border-radius: 0 0 10px 10px;*/
	border-radius: 10px;
}
.job ul li a .txt .title{
    font-size: 18px;
	font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	-o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.job ul li a .txt .title.club{
    font-size: 15px;
	font-weight: normal;
}
.job ul li a:hover .txt .title{
	color:#FF9800;
}

/*VIP 職業名錄*/
.job.vip ul li{
	width: 33.333%;
}
.job.vip ul li a .pic{
	height: 220px;
	line-height: 220px;
	border-radius: 10px 10px 0 0;
}
.job.vip ul li a .pic img{
	max-height:220px;
}

/*職業名錄*/
.job.normal ul li{
	width: 25%;
}
.job.normal ul li a .pic{
	height: 160px;
	line-height: 160px;
	/*border-radius: 10px 10px 0 0;*/
}
.job.normal ul li a .pic img{
	max-height:160px;
}

/*類別*/
.job ul li a .txt .title .class {
    font-size: 13px;
    font-weight: bold;
    color: #f70;
    border: solid 1px #f70;
    border-radius: 6px;
    padding: 2px 5px 4px;
	margin-right: 5px;
}

/*VIP標示*/
.job ul li a .vip_class {
    position: absolute;
    top: 10px;
    left: -4px;
    background: rgb(250 167 49 / 80%);
	font-size: 13px;
    color: #FFF;
    padding: 0 13px 0 10px;
    z-index: 1;
    /* border-radius: 4px; */
    line-height: 1.9em;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 90% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 90% 50%, 100% 100%, 0% 100%);
}

@media (max-width:991px){
.banner{padding-top: 80px;}
.item_height{
	height: 77px;
}
/*首頁按鈕*/
.index_btn a{width: 50%; padding:5px;}
}
@media (max-width:767px){
.job ul li,
.job.vip ul li,
.job.normal ul li {
    width: 100%;
}
.job ul li a .pic,
.job.vip ul li a .pic,
.job.normal ul li a .pic{
	height: 220px;
	line-height: 220px;
}
.job ul li a .pic img,
.job.vip ul li a .pic img,
.job.normal ul li a .pic img{
	max-height:220px;
}
}