@charset "utf-8";

html {
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    background: #333;
    height: 100%;
}
main {
    /*padding-top: 50px;*/
    height: 100%;
    width: 100%;
}
/*.bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}*/

.container-recruit #content {
    margin: 0 auto;
    width: 80%;
    height: 500px;
    /*background: #eee;*/
}
.container-recruit .animation-scenes {
    position: relative;
    color: #FFF;
}
.container-recruit .align-right {
    text-align: right;
}
.container-recruit .left-con {
    /* width: 49%; */
    /* width: 380px; */
    /* margin: 0 auto; */
    /* float: left; */
    height: 100px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.container-recruit .right-con {
    width: 49%;
    width: 200px;
    /* float: right; */
    margin: 0 auto;
    margin-top: 30px;
    font-size: 11px;
    right: 50%;
    margin-right: -350px;
    /* opacity: 1 !important; */
}
.container-recruit .left-con .animation-scenes {
    height: 10px;
    min-height: 10px;
    line-height: 10px;
}
.container-recruit .right-con .animation-scenes {
    height: 10px;
    min-height: 10px;
    line-height: 10px;
}
.container-recruit p.animation-text {
    margin: 0;
}
.container-recruit .right-con .animation-text {
    margin: 5px 0;
    /*opacity: .6;*/
}

.container-recruit #content.text-content-wrap {
    position: relative;
    margin-top: 100px;
}

.container-recruit section.main-content-head {
    position: relative;
    color: #014370;
    background: #FFF;
    width: 210px;
    height: 55px;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    /* line-height: 47px; */
    /* width: 50%; */
    left: -350px;
    margin-left: 50%;
    padding: 5px 20px;
    margin-top: 200px;
    margin: 0 auto;
    left: unset;
}

.container-recruit .main-content-sub-title p {
    font-size: 12px;
    opacity: 0.7;
    color: #FFF;
    margin: 0;
}

.container-recruit section.main-content-sub-head {
    position: relative;
    margin-top: 63px;
    font-style: italic;
}
.container-recruit section.main-content-sub-bottom {
    position: relative;
    margin-top: 20px;
    font-style: italic;
}

.container-recruit .animation-scenes.main-content-title{
    height: 100%;
}
.container-recruit .main-content-title {
    height: 100%;
}
.container-recruit .animation-scenes .main-content-title p.animation-text {
    margin: 0;
    line-height: initial;
    margin-top: 11px;
    color: #333;
}

#content_text_wrap {
    transform: rotate( 90deg );
    font-size: 20px;
    top: 70px;
    position: absolute;
    left: -130px;
    margin-top: 45px;
    float: left;
    border-left: 2px solid #FFF;
    padding-left: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 50px;
    height: 40px;
    /* display: table; */
    /* vertical-align: middle; */
    text-align: left;
    width: 200px;
    font-weight: bold;
}
#content_text {
    transition-duration: 0.1s;
    text-align: left;
}
#content_text.active {
    transform: scale(.95,.95);
}
#switch_view_menu ul {
    list-style: none;
}
#switch_view_menu ul li{
    opacity: 0.8;
    font-size: 13px;
    line-height: 35px;
    letter-spacing: 1px;
}
#switch_view_menu ul li:hover {
    opacity: 1;
    cursor: pointer;
}
div#switch_view_menu {
    margin: 0 auto;
    position: absolute;
    display: inline-block;
    width: 170px;
    left: 50%;
    margin-left: -430px;
    margin-top: 100px;
    z-index: 5;
}
.container-recruit .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
@keyframes transIn{
    0%{
        opacity: 0;
        transform: scale(1,0);
    }
    100%{
        opacity: 1;
        transform: scale(1,1);
    }
}
.content-bg {
    width: 100%;
    top: 200px;
    /*bottom: 200px;*/
    height: 400px;
    position: absolute;
    background: rgba(0,0,0,.3);
    transition-duration: .5s;
    animation-duration: .7s;
    animation-name: transIn;
}
.content-bg div {
    width: 800px;
    /* width: 100%; */
    left: 50%;
    top: 50px;
    margin-left: -400px;
    /* bottom: 200px; */
    height: 300px;
    position: relative;
    background: rgba(0,0,0,.3);
    display: block;
    transition-duration: .7s;
    animation-duration: 1s;
    animation-name: transIn;
}
.recruit-copy {
    height: 150px;
    width: 40px;
    line-height: 40px;
    letter-spacing: 2px;
    top: 50px;
    left: 50%;
    position: relative;
    margin-left: -350px !important;
    font-size: 22px;
}
.recruit-copy p{
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.container-recruit .right-con {

}
.container-recruit .right-con p.title {
    color: #FFF;
    font-size: 16px;
    opacity: 1;
    margin-top: 40px;
}
