@charset "utf-8";

#company {
    width: 100%;
}

#company > ul {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

#company > ul > li {
    color: #fff;
    margin-bottom: 30px;
}
#company > ul > li:last-child {
    margin: 0;
}

#company > ul > li > img {
    display: block;
}

.box1 {
    width: 280px;
    height: 310px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
}

.company1 {
    position: absolute;
    right: 18px;
    top: 25px;
}

.company1 > li {
    float: none;
    margin-bottom: 10px;

}

.company1 > li:nth-child(1) {
    font: 14px 'Noto Sans Kr';
    font-weight: 700;
}
.company1 > li:nth-child(2) {
    font: 13px 'Noto Sans Kr';
    font-weight: 300;
}


.box2 {
    width: 280px;
    height: 310px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 340px;
    right: 0;
}
.company2 {
    position: absolute;
    top: 65px;
    left: 20px;
}
.company2 > li {
    margin-bottom: 10px;
}
.company2 > li:nth-child(1) {
    font: 14px 'Noto Sans Kr';
    font-weight: 700;
}
.company2 > li:nth-child(2) {
    font: 13px 'Noto Sans Kr';
    font-weight: 300;
}

.box3 {
    width: 280px;
    height: 310px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 680px;
    left: 0;
    text-align: right;
}

.company3 {
    position: absolute;
    right: 18px;
    top: 80px;
}

.company3 > li {
    float: none;
    margin-bottom: 10px;
}

.company3 > li:nth-child(1) {
    font: 14px 'Noto Sans Kr';
    font-weight: 700;
}
.company3 > li:nth-child(2) {
    font: 13px 'Noto Sans Kr';
    font-weight: 300;
    line-height: 20px;
}



