@import url('./common.css'); main { width: 100%; background-color: #F7F7F7; padding-bottom: 90px; margin-top: 110px; } .title { color: #666; margin-bottom: 26px; padding-top: 26px; } .info { width: 100%; background-color: #fff; padding: 50px 100px; } .info .notice_title { font-size: 30px; } .info .notice_author { display: flex; align-items: center; justify-content: center; font-size: 16px; color: #666; margin-top: 24px; margin-bottom: 55px; } .info .notice_author p { margin-right: 20px; } .notice_info p{ margin-bottom: 16px; font-size: 16px; } .notice_info p:last-child{ margin-bottom: 0; } .notice_info p img{ width: 100%; } .back { text-align: center; margin-top: 20px; } .back button { width: 120px; height: 40px; line-height: 40px; text-align: center; margin: 0 auto; background-color: #fff; border: 1px solid #D4AA68; cursor: pointer; color: #D4AA68; font-size: 18px; }