/* 메인 컨턴츠 */
.contentBoxBottom > .informationBoxList {
    height: 100%
}

/* 상단 리스트 */
.contentBoxBottom > .informationBoxList > .informationBox01 {
    height: 280px;
    width: 100%;
    justify-content: left;
    position: relative;
    margin-bottom: 230px;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(1) {
    text-align: left;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(1) > img {
    width: 100%;
    height: 100%;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(2)  {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1% 50px;
    right: 0;
    bottom: -40px;
    max-width: 650px;
    width: 86.2%;
    min-height: 174;
    height: auto;
    border: 0px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.1);
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(2) > h2 {
    font-size: 32px;
    color: rgb(25, 138, 105);
    font-weight: 600;
    line-height: 0.937;
    text-align: left;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(2) > p {
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 1.667;
    text-align: left;
    letter-spacing: -0.5;
}

/* 중간 리스트 */

.contentBoxBottom > .informationBoxList > .informationBox02 > div > div{
    height: 220px;
    width: 220px;
    text-align: center;
    position: relative;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div > div > img.bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div > div > div {
    width: 61px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div > div > p {
    margin-top: 20px;
    font-size: 20px;
    color: rgb(0, 11, 15);
    font-weight: 600;
    line-height: 1.5;
    z-index: 5;
}
/* 하단 리스트 */
.contentBoxBottom > .informationBoxList > .informationBox03 {
    border: 0px solid rgb(0, 0, 0);
    background-color: rgb(245, 245, 245);
    width: 93.9%;
    min-height: 520px;
    height: auto;

    justify-content: space-between;
    padding: 45px 40px 0 40px;
}
.contentBoxBottom > .informationBoxList > .informationBox03 >  div {
    max-width: 390;
}

.contentBoxBottom > .informationBoxList > .informationBox03 >div > div:last-child {
    padding: 30px 20px;
}

.contentBoxBottom > .informationBoxList > .informationBox03 >div > div:last-child > ul > li {
    position: relative;
}
.contentBoxBottom > .informationBoxList > .informationBox03 >div > div:last-child > ul > li.title {
    margin-bottom: 20px;
    font-size: 24px;
    color: rgb(0, 11, 15);
    font-weight: 600;
    line-height: 1.25;
}
.contentBoxBottom > .informationBoxList > .informationBox03 >div > div:last-child > ul > li:not(.title) {
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    color: rgb(58, 58, 58);
    line-height: 1.444;
}
.contentBoxBottom > .informationBoxList > .informationBox03 >div > div:last-child > ul > li:not(.title):before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 9px;
    width: 8px;
    height: 8px;
    background: url("/imgs/web/common/clrPoint.png") no-repeat;
    background-size: cover;
}
.contentBoxBottom > .informationBoxList > .informationBox03 >div > div:last-child > ul > li:not(.title) > span {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: url("/imgs/web/common/clrPoint.png") no-repeat;
    background-size: contain;
    margin-bottom: 5px;
}