.aiText { /* background: #EFEFEF; */ border: 1px solid #D5D5D5; } .aiText-top { width: 100%; height: 62%; background-color: rgb(255, 255, 255); padding: 27px; box-sizing: border-box; font-size: 16px; color: #1D1D1D; /* border: 1px solid #D5D5D5; */ } .aiText-top-text { width: 100%; /* height: 77%; */ height: 77%; /* background: pink; */ font-weight: 400; font-size: 16px; color: #1D1D1D; overflow-y: auto; text-indent: 32px; text-align: justify; /* background-color: pink; */ } .aiText-top-notext { width: 100%; height: 100%; /* background-color: pink; */ display: flex; align-items: center; justify-content: center; } .aiNotext { width: 382px; height: 303px; font-size: 14px; color: #99A5B7; position: relative; margin-top: 50px; } .aiNotext-text { position: absolute; left: 134px; bottom: 66px; } .aiText-top-btn { margin-top: 20px; } .aiText-bot { /* margin-top: 42px; */ width: 100%; height: 31.5%; background-color: rgb(255, 255, 255); padding: 21px 27px 21px 27px; box-sizing: border-box; font-size: 16px; } .aiText-bot-text{ height: 75%; width: 100%; /* background-color: pink; */ overflow-y: auto; text-indent: 32px; text-align: justify; }