/* BASIC css start */
.current-page-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;  /* 글씨 볼드 처리 */
    color: #222;
    padding-top: 120px;  /* 위쪽 여백만 유지 */
    padding-bottom: 0;  /* 아래쪽 여백 삭제 */
    margin-bottom: 0;   /* 리스트와의 간격도 삭제 */
}

.current-page-title h1 {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
}
/* BASIC css end */

