.deposit-beforehand{ height: 100vh; background-color: #f3f3f3; display: flex; flex-direction: column; .deposit-beforehand-card{ width: 702px; background: #ffffff; border-radius: 20px; margin: 30px auto; padding: 30px; box-sizing: border-box; } .deposit-beforehand-balance{ display: flex;flex-direction: column;align-items: center; } .deposit-beforehand-balance-title{ font-size: 28px; font-weight: 400; color: #000000; margin-bottom: 35px; } .deposit-beforehand-balance-price{ font-size: 40px; font-weight: 700; color: #000000; margin-bottom: 70px; } .deposit-beforehand-balance-button{ width: 276px; height: 74px; background: #007aff; border-radius: 38px; display: flex;align-items: center;justify-content: center; color: white; margin-bottom: 10px; } .deposit-beforehand-info-title{ display: flex;justify-content: space-between; margin-bottom: 50px; } .deposit-beforehand-info-title-left{ font-size: 28px; font-weight: 700; color: #000000; } .deposit-beforehand-info-title-copy{ font-size: 24px; font-weight: 400; color: #007aff; } .deposit-beforehand-info-list{ display: flex;align-items: center; line-height: 60px; } .deposit-beforehand-info-list-left{ width: 160px; font-size: 24px; font-weight: 400; color: #3c3c3c; border-right: 1px solid #dddddd; margin-right: 25px; } .deposit-beforehand-info-list-right{ font-size: 26px; font-weight: 400; color: #000000; } .deposit-beforehand-particulars{ display: flex;align-items: center;justify-content: space-between; } .deposit-beforehand-particulars-left{ font-size: 28px; font-weight: 700; color: #000000; } .deposit-beforehand-particulars-right{ font-size: 24px; font-weight: 400; color: #ababab; } .deposit-beforehand-particulars-right text{ font-size: 28px; } }