#companyWrap {
    background: url(../images/company_main.jpg)no-repeat center;
    background-size: cover;
}

#companyWrap {
    margin: 100px auto 30px auto;
    max-width: 1200px;
    height: 100%;
    color: #fff;
    padding: 10px 0;
}

.mainWrap {
    max-width: 1200px;
    margin: auto;
}

#companyWrap h2 {
    color: #fff;
    text-align: center;
    font-size: 2em;
    line-height: 80px;
    box-sizing: border-box;
    display: block;
    border-bottom: 2px solid #fff;
    margin-bottom: 50px;
}

.mapWrap {
    margin: auto;
    max-width: 1000px;
}

.contentImgWrap {
    margin: auto;
}

.contentImgWrap>img {
    position: absolute;
    left: 50%;
    margin-left: -56px;
    margin-top: 100px;
}

.about_logo {
    width: 113px;
    height: 205px;
    margin-bottom: 100px;
}

.about_us {
    text-align: center;
    margin-top: 450px;
    margin-bottom: 150px;
    font-size: 1.3em;
}

.about_us>h3 {
    line-height: 4.0em;
}

.mapWrap>h3 {
    line-height: 4.0em;
}


/*미디어쿼리*/

@media screen and (min-width:980px) {
    .mapWrap {
        overflow: hidden;
        color: #fff;
        max-width: 100%;
        height: auto;
    }
    .mapWrap a {
        color: #fff;
    }
    .mapWrap>h3 {
        text-align: center;
        font-size: 2.0em;
    }
    .seoulMap {
        width: 100%;
        margin-bottom: 5%;
        overflow: hidden;
    }
    .seoulMap>div {
        padding-left: 2%;
        width: 48% !important;
        float: left;
    }
    .addressText>h4 {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    .boldText {
        font-size: 1.3em;
        font-weight: bold;
    }
    .addressText {
        padding-left: 5%;
        font-size: 1.3em;
        text-align: left;
        float: right;
        width: 40%;
    }
    .addressText>p {
        margin-bottom: 20px;
    }
    .busanMap {
        width: 100%;
        overflow: hidden;
    }
    .busanMap>div {
        padding-left: 2%;
        width: 48% !important;
        float: left;
    }
}


/*테블릿 PC - width : 960px 이상 999px 이하*/

@media screen and (min-width:840px) and (max-width:979px) {
    .mapWrap {
        overflow: hidden;
        color: #fff;
        max-width: 100%;
        height: auto;
    }
    .mapWrap a {
        color: #fff;
    }
    .mapWrap>h3 {
        text-align: center;
        font-size: 2.0em;
    }
    .seoulMap {
        width: 100%;
        margin-bottom: 5%;
        overflow: hidden;
    }
    .seoulMap>div {
        padding-left: 2%;
        width: 48% !important;
        float: left;
    }
    .addressText>h4 {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    .boldText {
        font-size: 1.3em;
        font-weight: bold;
    }
    .addressText {
        padding-left: 5%;
        font-size: 1.3em;
        text-align: left;
        float: right;
        width: 40%;
    }
    .addressText>p {
        margin-bottom: 20px;
    }
    .busanMap {
        width: 100%;
        overflow: hidden;
    }
    .busanMap>div {
        padding-left: 2%;
        width: 48% !important;
        float: left;
    }
}

@media screen and (min-width:600px) and (max-width:839px) {
    .mapWrap {
        overflow: hidden;
        color: #fff;
        max-width: 100%;
        height: auto;
    }
    .mapWrap a {
        color: #fff;
    }
    .mapWrap>h3 {
        text-align: center;
        font-size: 2.0em;
    }
    .seoulMap {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 15px 0px;
    }
    .seoulMap>div {
        width: 90% !important;
        margin: auto;
    }
    .addressText>h4 {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    .boldText {
        font-size: 1.3em;
        font-weight: bold;
    }
    .addressText {
        width: 90%;
        margin: auto;
        padding: 15px 0;
    }
    .addressText>p {
        margin-bottom: 20px;
    }
    .busanMap {
        width: 100%;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 15px 0px;
    }
    .busanMap>div {
        width: 90% !important;
        margin: auto;
    }
}


/*mobile - width :639px 이하 */

@media screen and (max-width:599px) {
    #companyWrap h2 {
        font-size: 20px;
        line-height: 40px;
    }
    .contentImgWrap>img {
        position: absolute;
        left: 50%;
        margin-left: -50px;
        margin-top: 40px;
    }
    .about_logo {
        width: 100px;
        height: 180px;
        margin-bottom: 40px;
    }
    .about_us {
        margin-top: 340px;
        margin-bottom: 80px;
        font-size: 13px;
    }
    .mapWrap {
        overflow: hidden;
        color: #fff;
        max-width: 100%;
        height: auto;
    }
    .mapWrap a {
        color: #fff;
    }
    .mapWrap>h3 {
        text-align: center;
        font-size: 20px;
    }
    .seoulMap {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 15px 0px;
    }
    .seoulMap>div {
        width: 90% !important;
        margin: auto;
    }
    .addressText>h4 {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    .boldText {
        font-size: 1.3em;
        font-weight: bold;
    }
    .addressText {
        width: 90%;
        margin: auto;
        padding: 15px 0;
    }
    .addressText>p {
        margin-bottom: 20px;
    }
    .busanMap {
        width: 100%;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 15px 0px;
    }
    .busanMap>div {
        width: 90% !important;
        margin: auto;
    }
}