.join-profile-wrap {
    margin-top: 50px
}

.join-profile-wrap .join-title {
    text-align: center
}

.join-profile-wrap .join-title span {
    font-size: 24px;
    font-weight: bold;
    padding: 0 30px;
    color: #68512f;
    border-left: 5px solid #68512f;
    border-right: 5px solid #68512f
}

.join-profile-wrap .join-profile {
    margin-top: 40px;
    text-align: center;
    line-height: 28px
}

.idealist {
    padding-top: 0px;
    padding-bottom: 50px;
}

.idealist .item {
    background: #f6f6f6;
    border: 1px solid #ccc;
    text-align: left;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}
.idealist .item:hover {
    transform:translate3d(0,-2px,0);
    -webkit-transform:translate3d(0,-2px,0);
    -moz-transform:translate3d(0,-2px,0);
    box-shadow:0 15px 20px rgba(0,0,0,.1);
    -webkit-box-shadow:0 15px 20px rgba(0,0,0,.1);
    -moz-box-shadow:0 15px 20px rgba(0,0,0,.1)
}

.idealist .item dt img {
    max-width: 100%;
    -moz-border-radius:8px 8px 0 0;
    -webkit-border-radius:8px 8px 0 0;
    border-radius:8px 8px 0 0;
}

.idealist .item dd {
    padding: 20px 10px;
    line-height: 25px;
    height: 150px
}

.idealist .item dd h4 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 16px
}

.msg-form { background:#fff;  padding:50px 60px;  margin-bottom:50px; margin-top: 30px; box-shadow:0 0 10px rgba(0,0,0,0.3) }
a.btn-more-lg {  display:inline-block;  background:#68512f;  padding:19px 40px 19px 50px;  text-decoration:none  }
    a.btn-more-lg>em {  color:#fff;  text-decoration:none;  padding-right:20px;  font-size:18px;  background:url("../img/arrow.png") no-repeat right  }
    a.btn-more-lg:hover { background:#7e5b28  }
    .btn-join { text-align: right;}

@media (max-width: 992px) {
    .join-profile-wrap {
        margin-top: 10px
    }

    .join-profile-wrap .join-title span {
        font-size: 18px;
        font-weight: bold;
        padding: 0 20px;
        color: #68512f;
        border-left: 5px solid #68512f;
        border-right: 5px solid #68512f
    }

    .join-profile-wrap .join-profile {
        margin-top: 10px;
        text-align: center;
        line-height: 28px;
    }


    .idealist .item {
        background: #f6f6f6;
        border: 1px solid #ccc;
        text-align: left;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        border-radius:8px;
        margin-bottom: 20px;
    }

    .msg-form { background:#fff;  padding:20px 15px; text-align: left;  margin-bottom:50px; margin-top: 30px; box-shadow:0 0 10px rgba(0,0,0,0.3) }
    a.btn-more-lg {  display:inline-block;  background:#68512f;  padding:19px 40px 19px 50px;  text-decoration:none  }
    a.btn-more-lg>em {  color:#fff;  text-decoration:none;  padding-right:20px;  font-size:18px;  background:url("../img/arrow.png") no-repeat right  }
    a.btn-more-lg:hover { background:#7e5b28  }
    .btn-join { text-align: center;}

    .msg-form .control-label { margin-bottom: 5px;}
    .msg-form input { margin-bottom: 5px;}
    .msg-form select { margin-bottom: 5px;}

}

@media (min-width: 993px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1366px) {

}

@media (min-width: 1920px) {

}