/* 메인 컨턴츠 */
#mainComtents > .contentBox > div {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
#mainComtents > .contentBox > div > div {
    font-size: 18px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    max-width: 137px;
    width: 14%;
    height: 60px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

    padding: 10px 25px;
    letter-spacing: -1.5;
    border: 0px solid rgb(0, 0, 0);
    margin-right: -10px;
    margin-top: 20px;
}
#mainComtents > .contentBox > div > div > p> span {
    font-weight: 600;
}
#mainComtents > .contentBox > div > div:nth-child(1) {
    background-color: rgba(160, 195, 76, 0.9);
}
#mainComtents > .contentBox > div > div:nth-child(2) {
    background-color: rgba(141, 187, 80, 0.9);
}
#mainComtents > .contentBox > div > div:nth-child(3) {
    background-color: rgba(124, 181, 89, 0.9);
}
#mainComtents > .contentBox > div > div:nth-child(4) {
    background-color: rgba(102, 170, 89, 0.9);
}
#mainComtents > .contentBox > div > div:nth-child(5) {
    background-color: rgba(75, 159, 94, 0.9);
}
#mainComtents > .contentBox > div > div:nth-child(6) {
    background-color: rgba(51, 149, 99, 0.9);
}
#mainComtents > .contentBox > div > div:nth-child(7) {
    background-color: rgba(25, 138, 105, 0.9);
}
#mainComtents > .contentBox > div > div:nth-child(7) {
    margin-right: 0;
}


/* 사업부지 검토*/
/* 그래프 */
.contentBoxBottom {
    height: 100% !important;
    /* margin-bottom: 120px;  */
}


/* 스탭 리스트 */
.stepBox {
    width: 100%;
    height: 100%;
}
.stepBox > .stepBox-listBox  {
    display: flex;
    position: relative;
}

.stepBox > .stepBox-listBox > .clrBox > .box {
    border-width: 0px;
    border-color: rgb(0, 11, 15);
    border-style: solid;
    border-radius: 32px;
    background-color: rgb(197, 226, 217);
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 32px;
    display: flex;
    align-items: center;
    padding-left: 40px;

    font-size: 16px;
    color: rgb(25, 138, 105);
    line-height: 1.875;
    -moz-transform: matrix( 1,0,0,1.00028829186379,0,0);
    -webkit-transform: matrix( 1,0,0,1.00028829186379,0,0);
    -ms-transform: matrix( 1,0,0,1.00028829186379,0,0);
}
.stepBox > .stepBox-listBox > .clrBox >  .clr {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: rgb(25, 138, 105);
    border-radius: 50%;
    left: 0;
    top: 0;
}
.stepBox > .stepBox-listBox > .clrBox >  .clr > .clr_clr01 {
    width: 8px;
    height: 8px;
    background-color: rgb(255,255,255);
    border-radius: 50%;
}

/* 리스트 */
/* .stepBox-listBox-contentBox */
.stepBox > .stepBox-listBox >.stepBox-listBox-contentBox {
    width: 79%;
    padding-left: 130px;
    border-left: 1px solid rgb(221, 221, 221);
    padding-top: 2px;
    padding-bottom: 100px;
    margin-left: 16px;
}

.stepBox > .stepBox-listBox >.stepBox-listBox-contentBox > div,
.stepBox > .stepBox-listBox >.stepBox-listBox-contentBox > h3 {
    margin-bottom: 30px;
}

.stepBox > .stepBox-listBox >.stepBox-listBox-contentBox > h3 {
    font-size: 32px;
    color: rgb(0, 11, 15);
    line-height: 0.937;
    font-weight: 500;
    -moz-transform: matrix( 1,0,0,1.00028829186379,0,0);
    -webkit-transform: matrix( 1,0,0,1.00028829186379,0,0);
    -ms-transform: matrix( 1,0,0,1.00028829186379,0,0);

}
.stepBox > .stepBox-listBox >.stepBox-listBox-contentBox > div.text-list {
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 1.556;
    -moz-transform: matrix( 1,0,0,1.00028829186379,0,0);
    -webkit-transform: matrix( 1,0,0,1.00028829186379,0,0);
    -ms-transform: matrix( 1,0,0,1.00028829186379,0,0);
    font-weight: 400;
}


/* 스텝 01 */
.stepBox > .stepBox-listBox:nth-child(1) >.stepBox-listBox-contentBox > div:last-child {
    font-size: 18px;
    color: rgb(25, 138, 105);
    font-weight: 600;
    line-height: 1.667;
}
/* 스텝02 */
.stepBox > .stepBox-listBox:nth-child(2) >.stepBox-listBox-contentBox > div:last-child {
    background-color: rgb(245, 245, 245);
    width: 100%;
    height: auto;
    min-height: 500px;
    padding: 20px;
    margin-bottom: 0;
}
.stepBox > .stepBox-listBox:nth-child(2) >.stepBox-listBox-contentBox > div:last-child > div {
    width: 100%;
    /* height: 100%; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.stepBox > .stepBox-listBox:nth-child(2) >.stepBox-listBox-contentBox > div:last-child > div > div {
    text-align: center;
    margin-top: 10px;
    min-height: 250px;
    height: auto;
    max-width: 320px;
}
.stepBox > .stepBox-listBox:nth-child(2) >.stepBox-listBox-contentBox > div:last-child > div > div > p {
    font-size: 18px;
    color: rgb(51, 51, 51);
    margin-top: 10px;
    font-weight: 500;
}

/* 스텝03*/
.stepBox > .stepBox-listBox:nth-child(3) >.stepBox-listBox-contentBox > div:last-child {
    display: flex;
    min-width: 820px;
    /* justify-content: space-between; */
}
.stepBox > .stepBox-listBox:nth-child(3) >.stepBox-listBox-contentBox > div:last-child > div {
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 409px;
    height: 176px;
    padding: 45px 45px 0 50px;   
}
.stepBox > .stepBox-listBox:nth-child(3) >.stepBox-listBox-contentBox > div:last-child > div > div {
    width: 100%;
    height: 100%;
    position: relative;
}
.stepBox > .stepBox-listBox:nth-child(3) >.stepBox-listBox-contentBox > div:last-child > div > div > div.icon {
    position: absolute;
    right: 0;
    top: 0;
}
.stepBox > .stepBox-listBox:nth-child(3) >.stepBox-listBox-contentBox > div:last-child > div > div > h4{
    font-size: 18px;
    color: rgb(221, 221, 221);
    line-height: 1.667;
}
.stepBox > .stepBox-listBox:nth-child(3) >.stepBox-listBox-contentBox > div:last-child > div > div > p:nth-child(3) {
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    line-height: 1.667;
}
.stepBox > .stepBox-listBox:nth-child(3) >.stepBox-listBox-contentBox > div:last-child > div > div > p:nth-child(4) {
    font-size: 16px;
    color: rgb(118, 118, 118);
    line-height: 1.875;
    letter-spacing: -0.5;
}
.stepBox > .stepBox-listBox:nth-child(3) >.stepBox-listBox-contentBox > div:last-child > div > div > div:last-child {
    font-size: 18px;
    color: rgb(25, 138, 105);
    font-weight: 600;
    /* line-height: 1.667; */
}
.stepBox > .stepBox-listBox:nth-child(3) >.stepBox-listBox-contentBox > div:last-child > div > div > div:last-child.icon02 {
    color: rgb(51, 51, 51);
    display: flex;
    align-items: center;
}
.stepBox > .stepBox-listBox:nth-child(3) >.stepBox-listBox-contentBox > div:last-child > div > div > div:last-child.icon02 > p:last-child {
    font-size: 30px;
    color: rgb(25, 138, 105);
    margin-left: 10px;
}
/* 스텝04 */
.stepBox > .stepBox-listBox:nth-child(4) >.stepBox-listBox-contentBox > div:last-child {
    font-size: 18px;
    color: rgb(25, 138, 105);
    font-weight: 600;
    line-height: 1.667;
}

/* 박스리스트 */
.stepBox > .stepBox-listBox:nth-child(6) >.stepBox-listBox-contentBox > div {
    display: flex;
    position: relative;
}
.stepBox > .stepBox-listBox:nth-child(6) >.stepBox-listBox-contentBox > div > div {
    width: 24%;
    min-height: 259px;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 

    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    padding: 0 3px 3px 3px;
}

.stepBox > .stepBox-listBox:nth-child(6) >.stepBox-listBox-contentBox > div > div:not(div:first-child):not(div:first-child){
    margin-left: -1px;
}
.stepBox > .stepBox-listBox:nth-child(6) >.stepBox-listBox-contentBox > div > div > div:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    color: rgb(25, 138, 105);
    font-weight: 600;
    line-height: 1.5;
}
.stepBox > .stepBox-listBox:nth-child(6) >.stepBox-listBox-contentBox > div > div > div:nth-child(3) {
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    text-align: center;

}

.stepBox > .stepBox-listBox:nth-child(6) >.stepBox-listBox-contentBox > div > div:not(div:nth-child(2)) > div:last-child{
    position: absolute;
    right: -20;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.stepBox > .stepBox-listBox:nth-child(6) >.stepBox-listBox-contentBox > div > div:nth-child(2) > div:nth-child(4){
    position: absolute;
    right: -20;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.stepBox > .stepBox-listBox:nth-child(6) >.stepBox-listBox-contentBox > div > div:nth-child(2) > div.vertically {
    position: absolute;
    right: -1.5;
    top: 51%;
    z-index: 5;
}
.stepBox > .stepBox-listBox:nth-child(6) >.stepBox-listBox-contentBox > div:last-child {
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 97.6%;
    padding: 1%;
    height: 99px;
    align-items: center;
    justify-content: center;
    z-index: 6;
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    margin-bottom: 0;
}
span.pointSpantag {
    width: 4;
    height: 4;
    margin: 4px;
}
/* 스텝07 */
.stepBox > .stepBox-listBox:nth-child(7) >.stepBox-listBox-contentBox > div:last-child {
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(245, 245, 245);
    width: 91%;
    padding: 3% 4% 1% 4%;
    min-height: 159px;
    height: auto;
    /* padding: 30px 40px 0 40px; */
}
.stepBox > .stepBox-listBox:nth-child(7) >.stepBox-listBox-contentBox > div:last-child > div > h4,
.stepBox > .stepBox-listBox:nth-child(7) >.stepBox-listBox-contentBox > div:last-child > div > p {
    margin-bottom: 20px;
}
.stepBox > .stepBox-listBox:nth-child(7) >.stepBox-listBox-contentBox > div:last-child > div > h4 {
    font-size: 20px;
    font-family: "SUIT";
    color: rgb(51, 51, 51);
    font-weight: 600;
    line-height: 1.2;
}
.stepBox > .stepBox-listBox:nth-child(7) >.stepBox-listBox-contentBox > div:last-child > div > p > span {
    margin-left: 5px;
    font-size: 18px;
    font-weight: 500;
    color: rgb(51, 51, 51);
}

