.office-box {
    padding: 0px 0px 50px;
}
.office-num {
    display: inline-block;
    position: relative;
    color: #6AB2E2;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 40px;
}
.office-num::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: #5DA8F6;
}
.office-title {
    font-family: "Pretendard", sans-serif;
    margin: 0;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -2px;
    color: #000;
}
.office-box.white .office-num {
    color: #fff;
}
.office-box.white .office-num::after {
    background: #fff;
}
.office-box.white .office-title {
    color: #fff;
}

.img-desc {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    z-index: 20;
    text-align: right;
}

.img-box {
    position: relative;
    overflow: hidden;
}
.img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.imgTit .bg {
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 100%;
    left: 0;
    margin-left: 0;
    object-fit: cover;
    object-position: center;
}
.img-box-desc {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 10;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}
.house .imgTit .txtWrap {
    z-index: 10;
}