* {
    margin: 0;
    padding: 0;
}

.CompanyHistory-wrap {
    margin-top: 60px;
}

.CompanyHistory-wrap h1 {
    color: #0035a8;
    text-align: center;
}

.history_wrap {
    position: relative;
    width: 100%;
    max-width: 66vw;
    margin: 2vw auto;
    margin-top: 7vw;
    overflow-y: auto;
}

.history_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #999;
}

.history_wrap .item {
    clear: both;
    padding-top: 2vw;
    height: 25vw;
}

.history_wrap .item:first-child {
    padding-top: 0;
}

.history_wrap .item .cont,
.history_wrap .item .image {
    width: 50%;
    box-sizing: border-box;
}

.history_wrap .item .image img {
    max-width: 26vw;
    max-height: 30vw;
    height: auto;
}

.history_wrap .item .cont {
    float: right;
    position: relative;
    padding-left: 5%;
    z-index: 6;
}

/* 짝수 순서 내용 */
.history_wrap .item:nth-child(even) .cont {
    float: left;
    padding-left: 0;
    padding-right: 5%;
}

.history_wrap .item .cont strong {
    display: block;
    margin-bottom: 1vw;
    font-size: 2.5vw;
    color: #0035a8;
}

.history_wrap .item .cont strong::before {
    content: '';
    position: absolute;
    top: 3vh;
    left: 0;
    display: block;
    width: 2vw;
    height: 1px;
    background: #999;
}

.history_wrap .item:nth-child(even) .cont strong::before {
    left: auto;
    right: 0;
}

.history_wrap .item .cont dl {
    margin-top: 0.6vw;
    font-size: 0;
}

.history_wrap .item .cont dl:first-child {
    margin-top: 0;
}

.history_wrap .item .cont dt,
.history_wrap .item .cont dd {
    display: inline-block;
    vertical-align: top;
    font-size: 0.9vw;
}
.history_wrap .item .cont dt {
    width: 30%;
    font-weight: 600;
    color: #999;
}
.history_wrap .item .cont dd {
    width: 70%;
    word-break: keep-all;
}

.history_wrap .item .image {
    float: left;
    padding-right: 5%;
}

/* 짝수 순서 이미지 */
.history_wrap .item:nth-child(even) .image {
    float: right;
    padding-left: 5%;
    padding-right: 0;
}

.history_wrap .item .image img {
    width: 100%;
    border-radius: 1vw;
}
