@import url(head.css);
body {
    background-color: #f3f3f3;
}

body,
button,
input,
select,
textarea {
    font-family: 'DIN Next LT Pro';
}

.btn {
    border-radius: 10px;
    padding: 6px 20px;
    font-family: 'DIN Next LT Pro';
}

.career-tit {
    overflow: hidden;
    clear: both;
}

.career-from {
    line-height: 34px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.career-from .col-md-9,
.career-from .col-md-11 {
    padding-left: 0;
}

.career-from input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 38px;
    padding-left: 4px;
    outline-style: none;
}
.career-from input[type=file] {
	display: none;
}

.form-control {
    display: inline-block;
    height: 38px;
}

label {
    color: #979797;
}

button:first-child {
    float: left;
} 

button:last-child {
    float: right;
}

.btn_upload {
	width: 100%
}
.career-text p {
    width: 70%;
    margin-bottom: 30px;
}

.career-text h5 {
    font-weight: 700;
    color: #727171;
    line-height: 26px;
}

.career-text:last-child {
    margin-bottom: 0;
}

.career-tit h5 {
    float: left;
    color: #000;
    font-weight: 700;
    margin-bottom: 12px;
}

.career-tit button {
    float: right;
    font-weight: 700;
}

.header {
    position: initial;
}

.content {
    width: 96%;
    margin: 0 2%;
    margin-top: 40px;
}

.content_wrap {
    width: 100%;
}

.content_wrap h1 {
    margin-bottom: 30px;
    font-family: 'DIN Next LT Pro';
    font-weight: 300;
}

.content_wrap h6 {
    font-family: 'DIN Next LT Pro';
    font-weight: 300;
}

.content_left {
    margin-bottom: 36px;
}

.content_left img {
    width: 100%;
}

.content_down_img_w {
    width: 80%;
}

.content_right {
    width: 70%;
    margin: 0 15%;
}

.content_right p {
    font-family: 'DIN Next LT Pro';
}

.content_down { 
    border-radius: 30px;
    margin-top: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.content_dark {
    background-color: #47626F;
}

.content_down .content_down_wrap:nth-child(2) {
    border-right: 1px solid #ccc;
}

.content_down img {
    width: 100%;
}

.content_down .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.content_down .col-md-6 {
    padding-right: 0;
    padding-left: 6px;
}

.content_down_wrap h4 { 
    font-family: 'DIN Next LT Pro';
    margin-bottom: 10px;
}

.content_down_wrap p {
    color: #fff;
    font-family: 'DIN Next LT Pro';
}

// .contetn_d_text {
//     width: 94%;
// }

.footer {
    position: absolute;
    z-index: 99;
    font-size: 12px;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
}

.foot_tit {
    position: initial;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer a {
    color: #838080;
}

@media (min-width: 1251px) {
    .career-from .col-md-1 {
        padding-right: 0;
        width: 12.333333%;
    }
    .career-from .col-md-11 {
        width: 87.666667%;
    }
}

@media (min-width: 992px) and (max-width:1250px) {
    .col-md-3 {
        width: 30%;
    }
    .col-md-9 {
        width: 70%;
    }
    .col-md-1 {
        width: 15%;
    }
    .col-md-11 {
        width: 85%;
    }
}

@media (max-width: 767px) {
    .content_right {
        width: 96%;
        margin: 0 2%;
    }
    .content_left {
        margin-bottom: 0;
    }
    .content_wrap h1 {
        margin-bottom: 20px;
    }
    .content_right p {
        margin-bottom: 10px;
    }
    .content_right h6 {
        text-align: left;
    }
    .career-from .col-md-9,
    .career-from .col-md-11 {
        padding-left: 15px;
    }
}
