/* 메인 컨턴츠 */
/* 박스리스트 */
#mainComtents > .contentBox > div > div {
    width: 210;
    height: 210;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 

    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: rgb(221, 221, 221);
    border-style: solid;
    background-color: rgb(255, 255, 255);
}
#mainComtents > .contentBox > div > div:not(div:last-child):not(div:first-child){
    border-right-width: 0.5px;
    border-left-width: 0.5px;
}
#mainComtents > .contentBox > div > div:last-child {
    border-left-width: 0.5px;
    border-right-width: 1px;
}
#mainComtents > .contentBox > div > div:first-child {
    border-left-width:1px;
    border-right-width: 0.5px;
}

#mainComtents > .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;
}
#mainComtents > .contentBox > div > div > div:nth-child(3) {
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    line-height: 1.333;
}

#mainComtents > .contentBox > div > div > div:last-child{
    position: absolute;
    right: -20;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
@media (max-width:1301px) {
    #mainComtents > .contentBox > div > div > div:last-child{
        right: 5;
    }
}

/* 공장지붕 설명 */
/* 상단 리스트 */
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(2) > p {
    letter-spacing: -0.9;
}

/* 원 리스트 */
.contentBoxBottom > .informationBoxList > .informationBox02 {
    flex-direction: column;
}

/* 화살표  */
.description {
    display: none;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div.arrowBox {
    position: relative;
    width: 98%;
    padding-right: 2%;
    min-height: 70px;
    height: auto;
    display: flex;
    justify-content: center;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div > .arrow {
    text-align: center;
    max-width: 220;
    min-width: 220;
    padding: 0 2%;
    width: auto;
    /* min-height: 70px; */
    height: auto;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div > .arrow:nth-child(even){
    padding-left: 0;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div > .arrow > div:first-child {
    margin-bottom: 10px;
    height: auto;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div > .arrow >.arrowText {
    font-size: 20px;
    color: rgb(51, 51, 51);
    line-height: 1.5;
    height: auto;
}

/* 원 */
.contentBoxBottom > .informationBoxList > .informationBox02 > div.ellipseBox  {
    margin-left: 60px;
    position: relative;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div > .ellipse {
    position: relative;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 50%;

    opacity: 0.902;
    width: 260px;
    height: 191px;
    text-align: center;
    padding-top: 70px;
}


.contentBoxBottom > .informationBoxList > .informationBox02 > div > .ellipse {
    color: #ffffff;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div > .ellipse.elc01 {
    background-color: rgb(160, 195, 76);
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div > .ellipse.elc02{
    left: -30px;
    background-color: rgb(124, 181, 89);
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div > .ellipse.elc03{
    left: -60px;
    background-color: rgb(86, 166, 101);
}

.contentBoxBottom > .informationBoxList > .informationBox02 > div > .ellipse > .elc-title{
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1.458;
}

.contentBoxBottom > .informationBoxList > .informationBox02 > div > .ellipse > .elc-subTitle{
    font-size: 16px;
    font-family: "SUIT";
    color: rgba(255, 255, 255, 0.749);
    line-height: 1.25;
    padding: 0 60px;
}

