@charset "utf-8";

/* common content */
header{ background: #fff; color: var(--black); }
header .gnb .text-secondary{ color: var(--primary); }
.sub{ margin-top: var(--header-height); min-height:300px; padding: 70rem 0; }
.sub_title{ margin-bottom: 3.75em;}
.sub_title h2{ text-align:center; font-size:var(--fs35); }
#content:has(.join_area) .sub_title{ display: none; } /* 멤버 페이지는 각 페이지가 타이틀을 가진 경우가 많아서 공통 서브 타이틀 숨기기 */