
/* 調整搜尋的顏色 */
a.btn_y_72x30 {color: #fff !important; }

.header{
    height: 225px !important; 
    background-color: #edf5f9;
    position: relative;
    background-image:url("../images/bg_texture.png");
    background-repeat:repeat-x; 
    -webkit-background-size:cover;
    background-size:cover;
    background-position: 30% center;
    background-position: 20% center;
}

.header img{
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    margin-left:-206px;
}

/* 打字機的區塊 */
#typewriter{
    width: 16em;
    height: 35px;
    line-height:35px;
    position: absolute;
    left: 49%;
    top: 70%;
    transform: translate(-50%,-50%);
    margin-left: -268px;
    z-index: 10;
    font-size: 26px;
    font-family: "微軟正黑體";
    font-weight: bold;
    overflow: hidden;
}

.line_ani{
    border-right: 1px solid #f00;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
}

.typewriterAni {
    animation: typewriter 2s steps(17) 1s 1 normal both,
    blinkTextCursor 500ms steps(17) 7 both; 
}

 @keyframes typewriter {
    from {
        width:0;
    }
    to {
        width:16em;
    }
}

@keyframes blinkTextCursor {
    from {
        border-right-color: #000;
    }
    to {
        border-right-color: transparent;
    }
}

 
/* MENU的DIV */
.top5 {
    background-color: #fff !important;
    border:1px solid #d9d9d9;
    font-size:0;
}

.top5 ul{
    width:100%;
    height: 128px;
    margin:0;
    padding:0;
}

.top5 li{
    width:20% !important;
    height:100%;
    cursor:pointer;
    padding-top:15px;
    box-sizing:border-box;
}

/* 調整hover */
.top5 li .hoverAni:hover{
    animation-name:floating;
    -webkit-animation-name:floating;
    animation-duration:.5s;
    -webkit-animation-duration:.5s;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
}


/* 點擊後底色變灰色 由JQ去抓*/
.clickBg{background-color:#f1f1f1;}


.focusup{
    width: 700px !important; 
    height: 335px !important;
    border:1px solid #d9d9d9;
}
.bg_autobiography,.bg_test,.bg_graduation,.bg_resume,.bg_line{
    width:100%; 
    height:100%;
    display: block; 
    -webkit-background-size:cover;
    background-size:cover;
}
.bg_autobiography{
    background-image:url("../images/bg_autobiography.jpg"); 
}

.bg_test{
    background-image:url("../images/bg_test.jpg"); 
}

.bg_graduation{
    background-image:url("../images/bg_graduation.jpg"); 
}

.bg_resume{
    background-image:url("../images/bg_resume.jpg"); 
}

.bg_line{
    background-image:url("../images/bg_line.jpg"); 
}

/* 右邊自定義的區塊 */
.r_sidebar{
    width: 255px;
    height: 633px;
    float: left;
    margin-top: -152px;
    margin-left:20px;
    position: relative;
}

.topBlock{
    width:100%;
    height:30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:space-around;
    align-items:center;
    position: absolute;
    z-index:10;
}

.topBlock>.l_post,.topBlock>.r_seniority{
    width: 100%;
    height: 30px;
    border: 1px solid #bfbfbf;
    border-radius: 8px;
    color: #696969;
    font-size: 14px;
    font-family:"微軟正黑體";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    background-image:url("../images/icon_dropdown.png");
    background-repeat:no-repeat;
    background-position: 230px 11px;
}

.topBlock>.l_post{
    padding-left:13px;
}

.topBlock>.r_seniority{
    padding-left:10px;
}


.downBlock{
    width:100%;
    height:596px;
    top:40px;
    position: absolute;
    z-index:10;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction:column;
    justify-content:space-between;
}

.downBlock>h4{
    margin:0;
    padding:0;
    line-height:20px;
    font-family:"微軟正黑體";
    text-align: center;
}

.downBlock>h5{
    margin:0;
    padding:0;
    text-align:right;
    line-height:10px;
    font-family:"微軟正黑體";
}



.tableStyle { 
  width:100%;
  font-family:"微軟正黑體";
  font-size:14px; 
  text-align:center;
  border-collapse:collapse;
  background-color:#f6f4e8;
} 
.tableStyle td { 
  border:1px solid #c2c2c2;
  padding:5px;
} 

.tableStyle .title{
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #e3e3e3 0%, #d1d1d1 100%);
    background: -webkit-linear-gradient(top, #e3e3e3 0%,#d1d1d1 100%);
    background: linear-gradient(to bottom, #e3e3e3 0%,#d1d1d1 100%);
    font-size:16px;
}

    