
h2{
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    width: 80%;
    margin: 0 10% 30px 10%;

}

h2:first-line{
    color: #e58426;
    font-weight: bold;
    background-color: #fff;
}
h2:before {
    position: absolute;
    z-index:-1;
    content: '';
    left:0px; 
    right:0px;
    top: 50%;
    border: 1px solid #e58426;
}
/*************************** organization 시작 ******************/
.organization div {
    display: flex;
    width: 70%;
    margin: 20px 15%;
    justify-content: center;
    align-items: center;
}
.mobile {
    display: none;
}
.full {
    display: block;
    width: 60%;
    margin: 0 20%;   
}
@media only screen and (max-width: 1200px){
    .full {
        display: none;
    }
    .mobile {
        display: unset;
        width: 100%;
    }
}
/************************* organization 끝 **************************/

/************************* 추진 조직가치 시작 *****************************/
.value {
    position: relative;
}
.value> p{
    position: absolute;
    top: 60%;
    left: 40%;
    width: 20%;
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
}
.value .corp{
    font-size: 0.8rem;
}
.top {
    width: 80%;
    margin: 0 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.value img{
    width: 50%;
}
.value >div>div>div >p {
    width: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
}
.bottom {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 10%;
}
.bottom div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 761px){
    .value >p {
        position: relative;
        width: 80%;
        left: 10%;
        margin-top: 20px;
    }
    .bottom {
        flex-direction: column;
    }
}

/************************* 추진 조직가치 끝 *****************************/
/************************* CI 소개 시작 *************************/
.intro_wrap{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.intro_wrap>img{
    max-width: 300px;
}
.intro_wrap > .text_wrap{
    width: 40%;
    margin-left: 20px;
}
.color_identity{
    width: 80%;
    display: grid;
    grid-template-columns: max-content max-content ;
    
}
.text_wrap > h3{
    font-size: 1.2rem;
}
.text_wrap > p {
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1.5rem;
}
.color_identity > img {
    margin: 5px 0;
    width: 50%;
}
.color_identity > p {
    align-self: center;
    font-size: 1.1rem;
}
@media only screen and (max-width: 581px){
    .intro_wrap{
        width: 80%;
        margin: 0 10%;
        flex-direction: column;
    }
    .intro_wrap .text_wrap {
        width: 100%;
    }
}
/************************* CI 소개 끝 *************************/
/************************* 채용방법 시작 *****************************/
.employment {
    padding: 30px 0;
}
.employ_wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.employ_wrap > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.employ_wrap > div p {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
}
.employ_wrap img {
    max-width: 100px;
}

.employ_wrap > span {
    font-size: 2rem;
    text-align: center;
}
.employment > p{
    margin-left: 8%;
    margin-top: 30px;
    font-size: 1rem;
}
.employment > p > a{
    color: #32434e;
    text-decoration: underline;
}

@media only screen and (max-width: 600px){
    .employ_wrap {
        flex-direction: column;
    }
    
}
/************************* 채용방법 끝 *****************************/
/* .darker_footer {
    background: #e58426;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */