
/* div로 만든 셀렉트 영역 스타일 */
.select{
    position: relative;
    padding: 0px 10px 0 10px;
    height: 38px !important;
    width: 100%;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-style: solid;
    background-color: rgb(251, 250, 250);
    /* background: transparent;  배경 투명하게 */ 
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;

    font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 2.143;
    text-align: left;
}

.select > div {
    position: absolute;
    width: 93.5%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

/* 옵션 영역 스타일 */
.select ul{
    position: absolute;
    top: 30px;
    left: -1;
    width: 100%;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-style: solid;
    background-color: rgb(251, 250, 250);
    cursor: pointer;

}
.select ul li{
    padding: 10px;
    text-align: right;
}
.select ul li:hover{
    background-color: rgb(218, 214, 205);
}
/* 셀렉트 - 글자 */
.select span.selected-option {
    margin-right: 20px;
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: 600;
}
.hide{
    display: none;
}
.show{
    display: block;
}



.informationBoxList {
    text-align: center;
}
/* REC 그래프 박스 */
.contentBoxBottom > .informationBoxList >.recGraphBox {
    width: 1000px;
    margin: 0 auto;
}
.contentBoxBottom > .informationBoxList >.recGraphBox {}

.contentBoxBottom > .informationBoxList >.recGraphBox > div {
    display: flex;
}
.contentBoxBottom > .informationBoxList >.recGraphBox > div:first-child {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 20px;
}
.contentBoxBottom > .informationBoxList >.recGraphBox > div:first-child > div:nth-child(1) {
    display: flex;
    align-items: center;
}
.contentBoxBottom > .informationBoxList >.recGraphBox > div:first-child > div:nth-child(1) > span {
    display: inline-block;
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    text-align: left;
}
#select01 {
    width: 100px;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
}
#select01 > div {
    width: 83%;
}

#select01 ul li {
    text-align: left;
}
.contentBoxBottom > .informationBoxList >.recGraphBox > div:first-child  button {
    border-radius: 40px;
    border-width: 1px;
    border-color: rgba(25, 138, 105, 0.25);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    min-width: 59px;
    width: auto;
    padding: 0 5px;
    height: 39px;
    font-size: 16px;
    font-family: "SUIT";;
    color: rgb(51, 51, 51);
}
.contentBoxBottom > .informationBoxList >.recGraphBox > div:first-child > div:last-child > button.on {
    background-color: rgba(25, 138, 105, 0.25);
    font-weight: 600;
    color: rgb(25, 138, 105);
}
.contentBoxBottom > .informationBoxList >.recGraphBox > div:first-child > div:last-child > button:nth-child(2) {
    margin: 0 5px;
}
.contentBoxBottom > .informationBoxList >.recGraphBox > div:first-child > div:last-child > button:nth-child(3) {

}


/****** 그래프 박스 ******/
.contentBoxBottom > .informationBoxList >.recGraphBox > div:last-child {
    /* justify-content: space-between; */
    flex-wrap: wrap;
    height: 360px;
    padding-top: 40px;
}
/* 그래프 라벨 이미지 */
.recGraphBox > div:last-child > div:nth-child(1) > div:first-child {
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
}
.recGraphBox > div:last-child > div:nth-child(1) > div:first-child  > div {
    height: 13px;
    font-size: 13px;
    line-height: 13px;
    margin-right: 20px;
}
.recGraphBox > div:last-child > div:nth-child(1) > div:first-child img {
    height: 12px;
    width: 25px;
}
/* 그래프 박스 */
.recGraphBox > div:last-child > div:nth-child(1) > div:last-child {
    height: 340px;
    max-height: 340px;
    max-width: 700px;
}
.recGraphBox > div:last-child > div:nth-child(1) > div:last-child > .chartJS {
    width: 100%;
    height: 100%;
}



/* 그래프 오른쪽 수치 박스 */
.recGraphBox > div:last-child > div:nth-child(2) {
    text-align: left;
    /* padding-left: 40px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0 20px 40px;
}
.recGraphBox > div:last-child > div:nth-child(2) > div {
    height: 75px;
}
.recGraphBox > div:last-child > div:nth-child(2) > div > div:nth-child(1) {
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 1.667;
}
.recGraphBox > div:last-child > div:nth-child(2) > div > div:nth-child(1) > span {
    font-size: 16px;
    color: rgb(153, 153, 153);
    line-height: 1.875;
}
.recGraphBox > div:last-child > div:nth-child(2) > div > div:nth-child(2) {
    font-size: 36px;
    color: rgb(51, 51, 51);
    font-weight: 600;
}

.recGraphBox > div:last-child > div:nth-child(2) > div > div:nth-child(2) > span:not(span:first-child) {
    font-size: 16px;
    font-weight: 400;
}
.recGraphBox > div:last-child > div:nth-child(2) > div > div:nth-child(2) > span:nth-child(2){
    padding-right: 5px;
}
.recGraphBox > div:last-child > div:nth-child(2) > div > div:nth-child(2) > span.plus {
    color: rgb(226, 2, 2);
}
.recGraphBox > div:last-child > div:nth-child(2) > div > div:nth-child(2) > span.minus {
    color: rgb(21, 106, 255);
}

/* 수익계산 박스 */
.contentBoxBottom > .informationBoxList > .perInfoBox {
    padding: 30px 70px;
    width: 860px;
    background-color: rgb(245, 245, 245);
    height: 310px;
    margin: 100px auto 0;
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div {
    width: 100%;
    height: 100%;
    position: relative;
}

.contentBoxBottom > .informationBoxList > .perInfoBox > div > h4{
    font-size: 24px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}

.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox > .input {
    display: flex;
    width: 80%;
    
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox > .input > div > div.title {
    font-size: 18px;
    color: rgb(51, 51, 51);
    text-align: left;
    font-weight: 400;
    margin-bottom: 5px;
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox > .input > div > div.title> span {
    font-size: 16px;
    font-family: "SUIT";
    color: rgb(153, 153, 153);
    text-align: left;
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox > .input  .textBox {
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 250px;
    height: 40px;
    display: flex;
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox > .input  .textBox > input {
    border: none;
    height: 100%;
    width: 82%;
    text-align: right;
    font-size: 18px;
    color: rgb(153, 153, 153);
}
input::placeholder {
    color: rgb(153, 153, 153);
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox > .input  .textBox > input[type=text]:focus {
    box-shadow: none;
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox > .input  .textBox > span {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    text-align: left;
    padding: 0 5px;
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox > .input  .textBox > select {
    border: none;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    color: rgb(51, 51, 51);
}



.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox > .btnBox {
    display: flex;
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox > .btnBox > button {
    font-size: 14px;
    line-height: 2.142;
    text-align: center;
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox > .btnBox > .reset {
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 110px;
    height: 40px;
    color: rgb(118, 118, 118);
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox > .btnBox > .action {
    border-width: 0px;
    border-color: rgb(221, 221, 221);
    border-style: solid;
    background-color: rgb(25, 138, 105);
    color: rgb(255, 255, 255);
    width: 110px;
    height: 40px;
}

/* 중간 회색 라인 */
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .line {
    width: 100%;
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .line > img {
    width: 100%;
}


.contentBoxBottom > .informationBoxList > .perInfoBox > div > .valueBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
}

.contentBoxBottom > .informationBoxList > .perInfoBox > div > .valueBox > div:first-child  {
    display: flex;
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .valueBox > div:first-child > div{
    font-size: 16px;
    color: rgb(153, 153, 153);
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .valueBox > div:first-child > div > span {
    color: rgb(51, 51, 51);
    font-weight: 400;
}

.contentBoxBottom > .informationBoxList > .perInfoBox > div > .valueBox > div:last-child {
    font-size: 26px;
    color: rgb(51, 51, 51);
    font-weight: 600;
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .valueBox > div:last-child > span:last-child {
    font-weight: 400;
    font-size: 26px;
}


