/*
Recruit Segment
*/

@charset "utf-8";

/*
introduction section
*/
.person{
    margin: 10px 0;
    height:350px;
    border-radius: 0.2em;
    box-shadow:rgb(220, 220, 220) 1px 1px 20px 5px;
    -webkit-box-shadow:rgb(220, 220, 220) 1px 1px 20px 5px;
    -moz-box-shadow:rgb(220, 220, 220) 1px 1px 20px 5px;
    cursor: pointer;
}
.person:hover {
    opacity:0.8;
}
.phrase {
    padding: 20px 10px;
    background: rgba(255, 0, 0, 0.7);
}
.phrase h4 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000000;
    text-align: center;
}
.namecard {
    padding: 10px;
    background:rgba(51, 51, 51, 0.7);
}
.nc-right {
    position: absolute;
    bottom: 0;
    right: 0;
}
.nc-left {
    position: absolute;
    bottom: 0;
    left: 0;
}
.namecard h4 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    color: #FFFFFF;
    font-weight: bold;
}
.namecard small {
    color: #F5F5F5;
}
.namecard small p {
    padding-left: 15px;
}
.p1 {
    background: transparent url('../images/Recruit/introduction/1/1.jpg');
    background-position: center center;
    background-size: cover;
}
.p2 {
    background: transparent url('../images/Recruit/introduction/2/1.jpg');
    background-size: cover;
}
.p3 {
    background: transparent url('../images/Recruit/introduction/3/1.jpg');
    background-position: top center;
    background-size: cover;
}
.p4 {
    background: transparent url('../images/Recruit/introduction/4/1.jpg');
    background-position: top center;
    background-size: cover;
}
.p5 {
    background: transparent url('../images/Recruit/introduction/5/1.jpg');
    background-position: top center;
    background-size: cover;
}

/*
personal introduction section
*/

.person-panel {
    margin: 10px 0;
    height:350px;
    border-radius: 0.2em;
    box-shadow:rgb(220, 220, 220) 1px 1px 20px 5px;
    -webkit-box-shadow:rgb(220, 220, 220) 1px 1px 20px 5px;
    -moz-box-shadow:rgb(220, 220, 220) 1px 1px 20px 5px;
}

.page-header h2 {
    margin: 0;
}

blockquote {
    /*min-height: 405px;*/
    min-height: 205px;
    font-size: 1.1em;
    line-height: 2em;
}

blockquote.scroll {
    max-height: 405px;
    overflow-x: hidden;
    box-shadow:rgba(227, 228, 230, 0.65098) 0px 0px 10px 0px inset;
    -webkit-box-shadow:rgba(227, 228, 230, 0.65098) 0px 0px 10px 0px inset;
    -moz-box-shadow:rgba(227, 228, 230, 0.65098) 0px 0px 10px 0px inset;
}

.table th,
.table td {
    background: rgba(255,255,255,0.6);
    padding: 30px 10px !important;
    vertical-align: middle !important;
    line-height: 2em !important;
    border-top: 0 !important;
    border-bottom: 1px solid #DCDCDC !important;
}

.confirm th,
.confirm td{
    padding: 10px !important;
}

.confirm td h4 {
    line-height: 1.8em;
}

ul.step {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
}

ul.step li {
    float: left;
    margin-right: 20px;
    display: inline;
}

ul.step li h2 {
    margin: 0;
    font-size:1.5em;
}

ul.step li h2 .label{
    font-weight: normal;
    padding: 10px 15px;
}

ul.step li h2 .glyphicon{
    vertical-align: middle;
}

label h4 {
    font-size: 1.15em;
}

.form-group h4 {
    margin: 0;
    text-align: left;
}
