/* ==========================================================================
    HR FancyBox
========================================================================== */
.myClose{
	width: 30px;
    height: 30px;
    background: #FFF;
	/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.myClose:after{
	/* Rotate */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
	font-family: "icomoon";
	content: "\e3f6";
	color: #00a1e1;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	display: block;
}
/* ==========================================================================
    HR Content
========================================================================== */

#content .head,
#content .body{
	position: relative;
	display: block;
	float: none;
}
#content > .body .title > h3{
	font-size: 28px;
    letter-spacing: 2px;
    font-weight: lighter;
    margin-top: 12px;
} 

/*=== Content Body ===*/

#content > .body > .welfare,
#content > .body > .hr-bank{
	position: relative;
	display: block;
	float: left;
}

/*=== Content Body Welfare ===*/

/*#content > .body > .welfare > .title,
#content > .body > .hr-bank > .title{
	border-left: solid 4px #00a1e1;
    padding-left: 18px;
}*/
#content > .body > .welfare > .title{
	margin-bottom: 46px;
}
#content > .body > .welfare > .list > .list-item{
	float: left;
	margin-right: 46px;
	margin-bottom: 55px;
}
#content > .body > .welfare > .list > .list-item:nth-child(3n){
	margin-right: 0px;
}
#content > .body > .welfare > .list > .list-item > .pic-aria > .pic {
	width: 369px;
	height: 229px;
}
#content > .body > .welfare > .list > .list-item > .pic-aria > .pic > img{
	position: relative;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    height: 100%;
}
#content > .body > .welfare > .list > .list-item > .down{
	padding: 21px 0;
}
#content > .body > .welfare > .list > .list-item > .down > .left,
#content > .body > .welfare > .list > .list-item > .down > .right{
	position: relative;
	float: left;
	display: inline-block;
}
#content > .body > .welfare > .list > .list-item > .down > .left{
	height: 110px;
	width: 121px;
	/*margin-right: 32px;*/
}
#content > .body > .welfare > .list > .list-item > .down > .left > .pic{
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-mos-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
}
#content > .body > .welfare > .list > .list-item > .down > .left > .pic > img{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-mos-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#content > .body > .welfare > .list > .list-item > .down > .left > .pic > p{
	font-size: 18px;
	color: #00a1e1;
	margin-top: 10px;
	text-align: center;
}
#content > .body > .welfare > .list > .list-item > .down > .right{
	height: 110px;
	border-left: solid 1px #d7dfdc;
}
#content > .body > .welfare > .list > .list-item > .down > .right > ul{
	margin-left: 35px;
	margin-bottom: 0;
    position: relative;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-mos-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

}
#content > .body > .welfare > .list > .list-item > .down > .right > ul > li,
#content > .body > .welfare > .list > .list-item > .down > .right > ul > li > a{
	line-height: 26px;
	font-size: 16px;
	color: #565962;
	font-family: "微軟正黑體";
}
#content > .body > .welfare > .list > .list-item > .down > .right > ul > li > a.fancybox-media:after{
	font-family: "icomoon";
	content: "\f547";
    color: #00a1e1;
    padding-left: 5px;
}
/*=== Content Body HR-Bank ===*/

#content > .body > .hr-bank{
	margin-top: 17px;
	margin-bottom: 80px;
}
/*#content > .body > .hr-bank > .title{
	margin-top: 32px;
}*/
#content > .body > .hr-bank > p{
	margin-top: 33px;
	margin-bottom: 37px;
	font-size: 16px;
	color: #565962;
}
#content > .body > .hr-bank > .info{
	border: solid 2px #00a1e1;
	position: relative;
	display: block;
	float: left;
	height: 236px;
	width: 578px;
}
#content > .body > .hr-bank > .info > p{
	font-size: 16px;
	margin-bottom: 38px;
}
#content > .body > .hr-bank > .info > .content{
	position: relative;
	display: block;
	float: left;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-mos-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
#content > .body > .hr-bank > .info > .content > h4{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 28px;
    margin-top: 0px;
    color: #565962;
}
#content > .body > .hr-bank > .info > .content > .person,
#content > .body > .hr-bank > .info > .content > .fax{
	font-size: 16px;
	margin-bottom: 1px;
	font-family: "微軟正黑體";
	color: #565962;
}
#content > .body > .hr-bank > .info > .content > .person span,
#content > .body > .hr-bank > .info > .content > .fax span{
	color: #565962;
}

#content > .body > .hr-bank > .info > .content > .btn{
	display: block;
	background: #00a1e1;
	color: #FFF;	
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-mos-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 0;
	width: 225px;
	height: 52px;
	margin-top: 13px;
	font-size: 16px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#content > .body > .hr-bank > .info > .content > .btn:hover{
	background: #565962;
}

@media screen and (max-width: 1407px){

	#content > .body > .welfare{
		width: 100%;
	}
	#content .head,
	#content #LeftBorderTitle,
	.list,
	#content > .body > .hr-bank{
	    width: 1200px;
	    position: relative;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#content .head,
	#content .welfare #LeftBorderTitle,
	#content > .body > .hr-bank{
		margin-left: 10px;
	}
	#content .hr-bank #LeftBorderTitle{
		margin-left: 0;
	}
	.list{
		float: left;
	}
	#content > .body > .welfare > .list > .list-item{
		width: 33.333333333334%;
		margin-right: 0;
		padding: 10px;
	}
	#content > .body > .welfare > .list > .list-item > .pic-aria > .pic {
	    width: 100%;
	    height: auto;
	}
	#content > .body > .welfare > .list > .list-item > .pic-aria > .pic > img{
	    max-height: 230px;
	}

}

@media screen and (max-width: 1199px){

	#content .head,
	#content #LeftBorderTitle,
	.list,
	#content > .body > .hr-bank{
	    width: 100%;
	    position: relative;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#content .list{
		float: left;
		width: 100%;
	}
	#content > .body > .welfare > .list > .list-item {
		display: block;
	    margin: 0 20px;
	    margin-bottom: 25px;

		width: 33.333333333333334%;
		margin: 0 0 25px 0;
	}
	#content > .body > .welfare > .list > .list-item > .up,
	#content > .body > .welfare > .list > .list-item > .down{
		float: left;
	    position: relative;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    -mos-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	    width: 100%;
	    padding: 10px;
	}
	#content > .body > .welfare > .list > .list-item > .pic-aria > .pic{
		width: 100%;
		height: auto;
	}
	#content > .body > .welfare > .list > .list-item > .pic-aria > .pic > img{
		width: auto;
		height: 180px;
		position: relative;
		left: 50%;
	    -webkit-transform: translateX(-50%);
	    -mos-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	}
	/*#content > .body > .welfare > .list > .list-item > .down > .left{
		margin-right: 15px;
	}*/
	#content > .body > .welfare > .list > .list-item > .down > .right > ul{
		margin-left: 15px;
	}
	#content > .body > .welfare > .list > .list-item > .down > .right > ul > li, 
	#content > .body > .welfare > .list > .list-item > .down > .right > ul > li > a{
		font-size: 14px;
	}
	#content > .body > .welfare > .list > .list-item > .down > .left{
		width: 35%;
	}
	#content > .body > .welfare > .list > .list-item > .down > .right{
		width: 65%;
	}

	#content > .body > .hr-bank > .info{
		width: 470px;
	}
	#content > .body > .hr-bank{
		width: 100%;
	}
}

@media screen and (max-width: 991px){
	#content > .body > .welfare > .list > .list-item{
		height: 400px;
	}
	#content > .body > .welfare,
	#content > .body > .hr-bank{
		width: 100%;
	}
	#content > .body > .welfare > .list > .list-item > .up, 
	#content > .body > .welfare > .list > .list-item > .down{
		width: 90%;
	}
	#content .list{
		width: 100%;
		position: relative;
		left: 50%;
	    -webkit-transform: translateX(-50%);
	    -mos-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	}
	#content > .body > .welfare > .list > .list-item{
		width: 50%;
	    margin: 0;
	}
	/*#content > .body > .welfare > .list > .list-item > .down > .left{
		margin-right: 15px;
	}*/
	#content > .body > .welfare > .list > .list-item > .pic-aria > .pic > img{
		width: 100%;
		height: auto;
	}
	#content > .body > .welfare > .list > .list-item > .down > .right > ul{
		margin-left: 15px;
	}
	#content > .body > .welfare > .list > .list-item > .down > .right > ul > li, 
	#content > .body > .welfare > .list > .list-item > .down > .right > ul > li > a{
		font-size: 16px;
	}
	#content > .body > .hr-bank > .info{
		width: 470px;
		left: 50%;
    	-webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 767px){
	#content > .body > .welfare > .list > .list-item{
		height: 390px;
	}
	#content > .body > .welfare > .list > .list-item > .up, 
	#content > .body > .welfare > .list > .list-item > .down {
	    width: 100%;
	}
	#content > .body > .hr-bank > p{
		text-align: center;
	}
	#content > .body > .hr-bank > .info{
		width: 430px;
		left: 50%;
    	-webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#content > .body > .welfare > .list > .list-item > .down > .right {
	    height: auto;
	    min-height: 110px;
	}
	#content > .body > .welfare > .list > .list-item > .down > .right > ul{
	    top: 0%;
	    -webkit-transform: translateY(0%);
	    -mos-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	    -o-transform: translateY(0%);
	    transform: translateY(0%);
	}

	
}

@media screen and (max-width: 599px){
	#content > .body > .welfare > .list > .list-item{
		height: 340px;
	}
	#content > .body > .welfare > .list > .list-item > .up, 
	#content > .body > .welfare > .list > .list-item > .down{
		padding: 10px 0;
	}
	#content > .body > .welfare > .list > .list-item > .down > .left > .pic{
		width: 100%;
	}
	#content > .body > .welfare > .list > .list-item > .down > .left > .pic > img{
		width: 50%;
	}
	#content > .body > .welfare > .list > .list-item > .down > .left > .pic > p,
	#content > .body > .welfare > .list > .list-item > .down > .right > ul > li, 
	#content > .body > .welfare > .list > .list-item > .down > .right > ul > li > a{
		font-size: 14px;
	}
}

@media screen and (max-width: 479px){
	#content .list{
		width: 100%;
	}
	#content > .body > .welfare > .list > .list-item{
		
		width: 320px;
		height: auto;
		left: 50%;
    	-webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#content > .body > .welfare > .list > .list-item > .pic-aria > .pic {
	    width: 100%;
	    max-width: 340px;
	    height: auto;
	}
	/*#content > .body > .welfare > .list > .list-item > .down > .left {
	    margin-right: 20px;
	}*/
	#content > .body > .welfare > .list > .list-item > .down > .right{
		max-width: 185px;
	}

	#content > .body > .welfare > .list > .list-item > .down > .right > ul{
		margin-left: 20px;
	}
	#content > .body > .welfare > .list > .list-item > .down > .right > ul > li, 
	#content > .body > .welfare > .list > .list-item > .down > .right > ul > li > a{
		font-size: 14px;
	}
	#content > .body > .hr-bank > .info{
		width: 90%;
	}
	#content > .body > .hr-bank > .info > .content > .btn{
		font-size: 14px;
	}
}