@import url(head.css);
body{
    background-color: #f0eeed;
}
.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_text p{
    font-weight: 300;
} 
.content_left{
    margin-bottom: 36px;
}
.content_left img{
    width: 100%;
}
.content_down_img_w{
    width: 80%;
}

.content_down{
    border-radius:30px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.content_dark{
    background-color: #47626F;
}
.content_down .content_down_wrap:nth-child(2){
    border-right: 1px solid #ccc;
}
.about_person{
    margin-bottom:35px;
    font-family: 'DIN Next LT Pro';
}

.about_person_last{
    margin-bottom: 100px;
}
.content_right h2:nth-child(2){
    margin-bottom:35px;
    font-weight: 300;
    margin-top:8px;
}
.about_person_text{
    margin-top:16px;
}
.about_person_text h2{
    font-weight: 300;
}
.about_person_text p{
     font-weight: 300;
}
.about_person_text p:nth-child(2){
    margin-top: 24px;
    margin-bottom: 12px;
}
.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 p{
    color: #fff;
    font-family:'DIN Next LT Pro';

}


.footer{
    position: absolute;
    // top: -46px;
    z-index: 99;
    font-size: 12px;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    // margin: 0 38%;

    // bottom:0;
}
.foot_tit{
    position: initial;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer a{
    color: #838080;
}
@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;
    }
}