.companyLocationWrap{
    /* padding-top:  210px; */
    width: 100%;
}

.locationWrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 160px;
    position: relative;
}
.locationText{
    width: 1280px;
    /* background-color: aquamarine; */
    /* padding-bottom: 66px; */
    position: relative;
    display: flex;
    justify-content: space-between;
}

.locationText::after{
    content: "";
    display: inline-block;
        background: url(../img/company_location/01.png);

    background-size: contain;
    background-repeat: no-repeat;
    width: 562px;
    height: 320px;
    margin-left: 23px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0px;

}

/* .seoul::after{
    background: url(../img/company_location/01.png);
} */
.busan::after{
        background: url(../img/company_location/02.png);
    
    background-size: contain;
    background-repeat: no-repeat;
}
.gwangju::after{
    background: url(../img/company_location/03.png);
    
    background-size: contain;
    background-repeat: no-repeat;
}
.locationText > div > p:first-child{
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
    color:#1D1D1F;
}
.locationText > div  > p:nth-child(2){
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    padding: 67px 0 34px 0;
    color:#303030;

}
.locationText > div  > div > p{
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    color:#1D1D1F;

}
.locationText > div  > div > p:nth-child(2){
    padding: 16px 0 16px 0;
}



.locationWrap > div:last-child > a > img{
    width: 1280px;
    height: auto;
    padding-top: 66px;
}
/* .seoulMsap{
    width: 100%;
    height: 373px ;
    background: url(../img/company_location/seoul.png) no-repeat;
} */
.busanMap{
    width: 100%;
    height: 373px ;
    background: url(../img/company_location/busan.png) no-repeat;
}
.gwangjuMap{
    width: 100%;
    height: 373px ;
    background: url(../img/company_location/gwangju.png) no-repeat;
}
#mapwrap{
    padding-top: 66px;
}
#map, #map02,#map03 {
    width: 1280px;
    height: 373px;
    
}



/* 반응형------------------------------------------------ */


#pagewrap.mobile .companyLocationWrap{
    width: 90%;
    position: static;
    /* background-color: aqua; */
}
#pagewrap.mobile .locationWrap{
    width: 100%;
    /* background-color: rgb(25, 39, 39); */
}

#pagewrap.mobile .locationText{
    width: 100%;
    /* background-color: rgb(142, 123, 226); */

}
#pagewrap.mobile .locationText>div{
    width: 100%;
    position: absolute;
    /* background-color: rgb(140, 226, 123); */
}
#pagewrap.mobile .locationText::after,
#pagewrap.mobile .busan::after,
#pagewrap.mobile .gwangju::after{
    position: relative;
    margin-left: 0;
    margin-bottom:80px;
    top: 800px;
    width: 100%;
    height: 500px;
    background-size: cover;

}

#pagewrap.mobile .locationText > div > p:first-child{
    font-size: 70px;
    line-height: 70px;
}
#pagewrap.mobile .locationText > div > p:nth-child(2){
    font-size: 70px;
    line-height: 90px;
    padding: 80px 0;
}

#pagewrap.mobile .locationText > div > div > p{
    font-size: 70px;
    line-height: 90px;
}

#pagewrap.mobile .locationText > div > div > p:nth-child(2){
    padding: 32px 0;
}

#pagewrap.mobile #mapwrap{
    padding-top: 800px;
    width: 100%;
}
#pagewrap.mobile #map,
#pagewrap.mobile #map02,
#pagewrap.mobile #map03{
        width: 100%;
}

#pagewrap.mobile .locationWrap > div:last-child > a > img{
    width: 100%;
}