.section7 {
  background: #fff;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;

  @media screen and (max-width: 810px) {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 160px;
  }
}

.postscript-reg-btn {
    padding: 8px 20px;
    border: 0;
    border-radius: 8px;
    font-size: 1.2em;
    background-color: #2bbff3;
    color: #fff;
    cursor: pointer;
	box-shadow: 0px 12px 16px 0px #b7e9fa;
}

.postscript-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
	margin: 20px 0;
}

.ps-item {
    position: relative;
    color: #21272a;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
	text-align:left;
}

.img-box { display:flex; margin-bottom:0; }
.img-box li { margin:10px 5px 0 0; width:50px; height:50px; border:1px solid #eee; overflow:hidden; }
.img-box img { width:100%; }

.ps-w50 { width:65%; }
.ps-w20 { width:20%; color:#ccc; }

.ps-w10 { width:5%; }
.ps-w10 img { width:100%; }

.pagination-box { margin:20px 0; }

.btn-good-bad { display:flex; justify-content: center; margin:10px 0; }
.btn-good-bad-box { display:inline-block; padding:10px 15px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); border-radius:30px; width:49%; margin: 0 5px; color:#999; font-size:1.1em; cursor:pointer; }
.btn-good-bad-box img { width:22px; vertical-align: bottom; }

@media screen and (max-width: 810px) {
	.ps-item { font-size: 14px; }
}

a.bbsPage:link { padding:5px 8px; border:1px solid #eee; font:11px 'tahoma'; font-weight:bold; color:#999; text-decoration:none; }
a.bbsPage:visited { padding:5px 8px; border:1px solid #eee; font:11px 'tahoma'; font-weight:bold; color:#999; text-decoration:none; }
a.bbsPage:hover { padding:5px 8px; background-color:#ff3300; font:11px 'tahoma'; font-weight:bold; color:#fff; text-decoration:none; }
a.bbsPage:active { padding:5px 8px; border:1px solid #eee;font:11px 'tahoma'; font-weight:bold; color:#999; text-decoration:none; }

a.bbsPageSel:link { padding:5px 8px; background-color:#ff3300; font:11px 'tahoma'; font-weight:bold; color:#fff; text-decoration:none; }
a.bbsPageSel:visited { padding:5px 8px; background-color:#ff3300; font:11px 'tahoma'; font-weight:bold; color:#fff; text-decoration:none; }
a.bbsPageSel:hover { padding:5px 8px; background-color:#ff3300; font:11px 'tahoma'; font-weight:bold; color:#fff; text-decoration:none; }
a.bbsPageSel:active { padding:5px 8px; background-color:#ff3300; font:11px 'tahoma'; font-weight:bold; color:#fff; text-decoration:none; }

a.bbsPageArr:link { font:12px '돋움'; text-decoration:none; color:#666; }
a.bbsPageArr:visited { font:12px '돋움'; text-decoration:none; color:#666; }
a.bbsPageArr:hover { font:12px '돋움'; text-decoration:none; color:#ff3300; }
a.bbsPageArr:active { font:12px '돋움'; text-decoration:none; color:#666; }