#wrap { 
    min-height: 2150px;
}
/* 메인 컨턴츠 */
#mainComtents {
    min-height: 1600px;
    position: relative;
    padding-bottom: 180px;
}
.textColor {
    color: rgb(58, 58, 58);
}
#mainComtents > .vectorBg {
    position: absolute;
    margin-left: 110px;
    left: 0;
    top: 65%;
    transform: translateY(-50%);
    z-index: -10;
}

#mainComtents > .contentBoxBottom {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 0 100px; */
}

@media (max-width: 1700px) {
    #mainComtents > .contentBoxBottom {
        justify-content: center;
        /* align-items: center; */
    }
}
/* 왼쪽 이미지 및 타이틀 */ 
#mainComtents > .contentBoxBottom > .leftBox {
    width: 42%;
    text-align: left;
    min-width: 370px;
}
#mainComtents > .contentBoxBottom > .leftBox > div:nth-child(1) {
    font-size: 40px;
    font-weight: 600;
}
#mainComtents > .contentBoxBottom > .leftBox > div:nth-child(2) {
    font-size: 18px;
    margin-bottom: 140px;
    font-weight: 400;
}

/* 오른쪽 연도별 기록 */
#mainComtents > .contentBoxBottom > .rightBox {
    width: 58%;
    height: 100%;
}
@media (max-width: 1700px) {
    #mainComtents > .contentBoxBottom > .rightBox {
        min-width: 530px;
    }
}
#mainComtents > .contentBoxBottom > .rightBox > .rightBox-listBox  {
    display: flex;
    position: relative;
}
/* 년도 */
#mainComtents > .contentBoxBottom > .rightBox > .rightBox-listBox > .year {
    font-size: 32px;
    color: rgb(58,58,58);
    font-weight: 600;
    margin-right: 25px;
    width: 80px;
    min-width: 80px;
    text-align: left;
    padding: 0;
}
#mainComtents > .contentBoxBottom > .rightBox > .rightBox-listBox > .year.on {
    color: rgb(25,138,105);
}

#mainComtents > .contentBoxBottom > .rightBox > .rightBox-listBox > .year > div{
    line-height: 1.3;
    /* height: 35px; */
    margin-top: -8.5px;
    font-weight: 600;
}
#mainComtents > .contentBoxBottom > .rightBox > .rightBox-listBox > .clr {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: rgb(58,58,58);
    border-radius: 50%;
    left: 93px;
    top: 0;

}
#mainComtents > .contentBoxBottom > .rightBox > .rightBox-listBox > .clr.on {
    background-color: rgb(25, 138, 105);
}
#mainComtents > .contentBoxBottom > .rightBox > .rightBox-listBox > .clr > .clr01 {
    width: 7px;
    height: 7px;
    background-color: rgb(255,255,255);
    border-radius: 50%;

}
/* 리스트 */
#mainComtents > .contentBoxBottom >  .rightBox  > .rightBox-listBox >.rightBox-listBox-contentBox {
    width: 80%;
    padding-left: 30px;
    border-left: 1px solid rgb(138,138,138);
    padding-top: 2px;
}


#mainComtents > .contentBoxBottom >  .rightBox  > .rightBox-listBox >.rightBox-listBox-contentBox > div {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}
#mainComtents > .contentBoxBottom >  .rightBox  > .rightBox-listBox >.rightBox-listBox-contentBox > div > b {
    position: absolute;
    font-weight: 600;
    left: 0;
    /* margin-right: 5px; */
}
#mainComtents > .contentBoxBottom >  .rightBox  > .rightBox-listBox >.rightBox-listBox-contentBox > div > ul{
    margin-left: 8px;
}

#mainComtents > .contentBoxBottom >  .rightBox  > .rightBox-listBox >.rightBox-listBox-contentBox > div > ul > li {
    position: relative;
    padding-left: 13px;
}
#mainComtents > .contentBoxBottom >  .rightBox  > .rightBox-listBox >.rightBox-listBox-contentBox > div > ul > li > b {
    position: absolute;
    left: 0;
    font-weight: 500;
}   