.con_warp { width: calc(100% - 40px); height: calc(100% - 40px); background-color: #fff; font-size: 14px; margin: 20px; .title1 { font-size: 18px; font-weight: 600; color: #191919; } .title2 { font-size: 14px; font-weight: 600; color: #333333; margin: 20px 0 30px 0; } .flex { display: flex; align-items: center; margin-bottom: 20px; div:nth-child(1) { width: 80px; text-align: right; margin-right: 16px; } } }