@charset "utf-8";
/* CSS Document */
@import url(head2.css);
@import url(head.css);
@import url(footer.css);
@import url("style1.css");
input[type="button"], input[type="submit"],input[type="reset"],textarea,select{
  cursor: pointer;
  font-family: "微軟正黑體", Arial;
}

html {
  font-size: 62.5% !important;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 58% !important;
  }
}

@media screen and (max-width: 980px) {
  html {
    font-size: 54% !important;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 52% !important;
  }
}

body {
	background-image: url(../images/bg_pic.png);
	margin: 0;
	padding: 0;
	-webkit-appearance: none !important;
	outline: none !important;
	overflow-x: hidden;
	font-family: "微軟正黑體", Arial;
	background-repeat: repeat;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 980px) {
  .pc {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}
@media screen and (max-width: 980px) {
  .mobile {
    display: block !important;
  }
}

h1, h2, h3, h4, h5, h6, ul, ol, li, form {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-weight: normal;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
	text-decoration: none;
}

/*--------------------------------------*/
#main {
  width: 100%;
}

#main.space {
	margin-top:80px;
}

@media screen and (max-width: 980px) {
  #main {
    padding-top: 50px;
	min-height:calc(100vh - 114px);
	overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #main {
    padding-top: 50px;
	min-height:calc(100vh - 94px);
  }
  #main.space {
	margin-top:0px;
}
}

/*--------------------------------------*/
#twopart .leftpart .caretype4 .maintext div img {
	height: auto;
	width: 100%;
}
#twopart .rightpart.notitle .searchjob {
    position: relative;
    width: 90%;
    top: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}



#twopart .leftpart h1 img {
	position: absolute;
	height: auto;
	width: 50px;
	left: 5px;
	bottom: 0px;
}
#gotop {
	position: fixed;
	height: 30px;
	width: 30px;
	right: 10px;
	bottom: 50px;
	z-index: 400;
	display: none;
}
#gotop.stay {

	display:block;
	
}
#gotop a {
	background-color: #005CA9;
	background-repeat: repeat;
	background-position: center center;
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../images/up.png);	
	background-size:cover;
	display:block;
	font-size:0px;
	
	
}

#main .rightpart .rights {
	background-color: #F5F5F5;
}
#main .rightpart .rights.fix {
	background-color: #F5F5F5;
}
.joblist .list ul li div div a {
	color: #005CA9;
}
@media screen and (max-width: 980px) {
	
#main section .area2 .sq .rightpart{
	height:auto;
}	
	
}

@media screen and (max-width: 480px) {
	
#main section .area2 .sq .rightpart{
	height:none;
}	
#twopart .rightpart .ad {
    display: none;
}
}.mtype6 .code {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fq ul li .ans ul li a {
	color: #898989;
}
.maintext .area .sq .type #fq {
	width: 94%!important;
	padding-bottom:60px;
	margin-left:auto;
	margin-right:auto;
	min-height:450px;
}




.rights.fixed{
    position: fixed;
    top: 70px;
	z-index:500;
	width:20.16%;
	max-width:294px;
}


.rights.fixed2 {
    position: absolute;
	 top:unset;
    bottom: 0;
	max-width:294px;
	
}





.sidebar .fix.fixed {
	position: fixed;
    top: 70px;
	z-index:500;
	width:20.16%;
	max-width:291px;
}


.sidebar .fix.fixed2 {
    position: absolute;
	 top:unset;
    bottom: 0;
	max-width:291px;
}












@media screen and (max-width: 980px) {
.rights.fixed{
    display:none;
}


.sidebar .fix.fixed {
	position:relative;
    top: 70px;
	z-index:500;
	width:100%;
	max-width:unset;
}


.sidebar .fix.fixed2 {
   position:relative;
	 top:unset;
    bottom: 0;
	max-width:unset;
}

}


.allarea {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 300;
	left: 0px;
	top: 0px;
}


/*-------------11/23-----------------*/

.full_screen {
	height: 60vh;
	width: 100%;
	position:relative;
	overflow: hidden;
}


.full_screen .maskx{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	z-index:100;
	display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.full_screen .maskx>.ued{
	color: #ffde00;
	font-size: 3.6rem;
	position: relative;
	font-weight: bold;
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
	cursor: pointer;
}

.full_screen .maskx>.ued.show{

	transform:scale(1);
	opacity:1;
	 -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.full_screen .maskx>div>div:first-child{
	font-weight: 900;
	font-size: 2.8rem;
	color: #fff;
	margin-bottom: 30px;
}


.full_screen .maskx>.ued>div.g{
	position:relative;
}

.full_screen .maskx>.ued>div.g:after{
	width:76px;
	position:absolute;
	left:50%;
	bottom:-14px;
	height:1px;
	background-color:#fff;
	margin-left:-38px;
	content:"";
}


#video-content {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    min-height: 100%;
    min-width: 100%;
	position:absolute;
    top: 50%;
    left: 50%;
    height: auto;
    z-index: -100;
}
section#roadline {
    background-color: #fff;
}

.butplay {
	width: 81px;
	height: 57px;
	background-color: #e7141a;
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45% auto;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	cursor: pointer;	
}

.butplay a{
	display:block;
	font-size:0;
	width:100%;
	height:100%;
}

.butplay:hover {
	transform:scale(1.04);
	    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}
#jumper.stay2 .closex {
    font-size: 0px;
    line-height: 0px;
    color: #FFF;
    background-color: #005ba9;
    padding: 5px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: calc(50% - 180px);
    right: calc(50% - 310px);
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    z-index: 7001;
}
@media screen and (max-width: 640px) {
#jumper.stay2 .closex {
    font-size: 0px;
    line-height: 0px;
    color: #FFF;
    background-color: #005ba9;
    padding: 5px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: calc(50vh - 32vw);
    right: 0;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    z-index: 7001;
}	
}

.full_screen iframe {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    min-height: 100%;
    min-width: 100%;
	position:absolute;
    top: 30%;
    left: 50%;
    height: auto;
    z-index: -100;
}
#main .full_screen .youtube {
    position: relative;
    padding-top: 75%;
    width: 100%;
}
@media screen and (max-width: 1080px) {
	
.full_screen iframe {
    top: 50%;
    left: 50%;
}
#main .full_screen .youtube {
    padding-top: 70%;
}
.full_screen {
    height: auto;
}
}
#picslide .x .note {
	font-size: 1.4rem;
    line-height: 140%;
    color: #FFF;
    background-color: rgba(0,0,0,0.6);
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    position: absolute;
    text-align: left;
    z-index: 20;
    bottom: 0px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}