
/* RE100 이란? */
.contentBoxBottom > .informationBoxList > .informationBox001 > div:nth-child(1) {
    width: 40%;
}
.contentBoxBottom > .informationBoxList > .informationBox001 > div:nth-child(1) > img {
    width: 100%;
    height: 100%;
}

.contentBoxBottom > .informationBoxList > .informationBox001 > div:nth-child(2) {
    width: 51%;
    padding: 2% 0% 2% 5%;
    min-width: 670px;
}
.contentBoxBottom > .informationBoxList > .informationBox001 > div:nth-child(2) > div:nth-child(1) {
    font-size: 32px;
    color: rgb(25, 138, 105);
    font-weight: 600;
    line-height: 0.938;
    text-align: left;
}
.contentBoxBottom > .informationBoxList > .informationBox001 > div:nth-child(2) > div:nth-child(2) {
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: 400;
    line-height: 1.667;
    text-align: left;
}
.contentBoxBottom > .informationBoxList > .informationBox001 > div:nth-child(2) > div:nth-child(2) >p > span {
    font-weight: 600;
}



/* 원 리스트 K-RE100 이행수단 */
.contentBoxBottom > .informationBoxList > .informationBox02 {
    flex-direction: column;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(1) {
    text-align: center;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(1) > h4 {
    font-size: 32px;
    color: rgb(25, 138, 105);
    font-weight: 600;
    line-height: 0.813;
}
/*  하단 원 리스트 */
.contentBoxBottom > .informationBoxList > .circleList > div.circleList-box > div{
    height: 220px;
    width: 220px;
    text-align: center;
    position: relative;
    margin: 10px 10px 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    border-style: dashed 2px;
}
.contentBoxBottom > .informationBoxList > .circleList > div.circleList-box > div > img.bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.contentBoxBottom > .informationBoxList > .circleList > div.circleList-box > div > div {
    width: 61px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.contentBoxBottom > .informationBoxList > .circleList > div.circleList-box > 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 > h4 {
    font-size: 24px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}
/* 텍스트 */
.contentBoxBottom > .informationBoxList > .informationBox03 > div:nth-child(2){
    text-align: center;
}
.contentBoxBottom > .informationBoxList > .informationBox03 > div:nth-child(2) >p:first-child{
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 1.444;
}
.contentBoxBottom > .informationBoxList > .informationBox03 > div:nth-child(2) > p:last-child {
    font-size: 16px;
    font-family: "Gulim";
    color: rgb(153, 153, 153);
    line-height: 1.625;

}

/* 하단 원 리스트 */
.contentBoxBottom > .informationBoxList > .informationBox03 > div.listBox{
    display: flex;
    justify-content: space-between;
    position: relative;
    min-width: 1000px;
}
.contentBoxBottom > .informationBoxList > .informationBox03 > div.listBox > .imgBox {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    width: 83%;
    height: 1.25;
}
.contentBoxBottom > .informationBoxList > .informationBox03 > div.listBox > .imgBox > img {
    width: 100%;
    height: 100%;
}
.contentBoxBottom > .informationBoxList > .informationBox03 > div.listBox > div {
    position: relative;
}
.contentBoxBottom > .informationBoxList > .informationBox03 > div.listBox > div:not(.imgBox) {
    min-width: 200px;
    max-width: 210;
}
.contentBoxBottom > .informationBoxList > .informationBox03 > div.listBox > div > .circleBox {
    display: flex;
    justify-content: center;
}
.contentBoxBottom > .informationBoxList > .informationBox03 > div.listBox > div > .circleBox > .circle{
    border-width: 0px;
    border-radius: 50%;
    background-color: rgb(51, 51, 51);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentBoxBottom > .informationBoxList > .informationBox03 > div.listBox > div >  .circleBox > .circle > span {
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-align: center;
}

.contentBoxBottom > .informationBoxList > .informationBox03 > div.listBox > div > div:nth-child(2) > p:nth-child(1) {
    font-size: 18px;
    color: rgb(25, 138, 105);
    font-weight: 600;
    line-height: 1.333;
    text-align: center;
}
.contentBoxBottom > .informationBoxList > .informationBox03 > div.listBox > div > div:nth-child(2) > p:nth-child(2){
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.25;
    text-align: center;
    margin: 10px 0 5px 0;
}
.contentBoxBottom > .informationBoxList > .informationBox03 > div.listBox > div > div:nth-child(2) > p:nth-child(2) ~ p{
    font-size: 14px;
    color: rgb(118, 118, 118);
    line-height: 1.429;
    text-align: center;
}