/* sub.php CSS 파일 */

/* 서브페이지에 삽입될 수 있는 html 태그들 기본 스타일 설정 */
/* .sub-body h1,
.sub-body h2,
.sub-body p,
.sub-body ul,
.sub-body ol {
  line-height: 1.4;
}

.sub-body h1 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.sub-body h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.sub-body h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.sub-body p {
  font-size: 18px;
} */

.sub-body ul,
.sub-body ol {
}

.sub-body ul li,
.sub-body ol li {
  list-style-type: disc;
  list-style-position: inside;
}

.sub-body table {
  margin: 30px 0;
}

.sub-body th,
.sub-body td {
  border: 1px solid #aaa;
  padding: 10px 15px;
}

.sub-body th {
  background-color: #edf2f9;
}

.sub-body tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.sub-page {
  padding-top: 80px;
}

.sub-page * {
  line-height: 1.4;
}

.sub-page section {
  padding: 60px 0;
}

.sub-section-header {
  margin-bottom: 30px;
}

.sub-section-header__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.sub-section-header__subtitle {
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.highlight {
  color: var(--primary-color);
}

/* form */
.sub-page .form__input-sex:checked + .form__sex-label {
  /* color: #0093b4; */
}

.sub-body {
  margin: 20px 0 50px;
}

/* sub-sc1 -------------------------------- */
.sub-sc1__page-title-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.sub-sc1__page-title {
  font-size: 38px;
}

.sub-sc1 .sub-section-header {
  flex-shrink: 0;
  flex-basis: 300px;
  font-size: 30px;
  margin-bottom: 0;
}

.sub-sc1__img-wrap {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 50px;
}

.sub-sc1__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}

.sub-sc1__content-wrap {
  display: flex;
  gap: 100px;
}

/* sub-sc2, sub-sc3 -------------------------------- */
.sub-sc2__card-container {
  display: flex;
  gap: 25px;
}

.sub-sc2__card-item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sub-sc2__title-wrap {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
  background-color: #c6f0e9;
  border-radius: 12px;
}

.sub-sc2__desc-wrap {
  height: 100%;
  padding: 25px;
  background-color: #fafafa;
  border-radius: 15px;
}

/* sub-sc3 -------------------------------- */
.sub-sc3__container {
  display: flex;
  gap: 100px;
}

.sub-sc3 .sub-section-header {
  flex-basis: 300px;
  flex-shrink: 0;
  margin-bottom: 0;
}

.sub-sc3__content-item {
  padding: 35px;
  background-color: #fafafa;
  border-radius: 20px;
  margin-bottom: 25px;
}

.sub-sc3__content-item:last-child {
  margin-bottom: 0;
}

.sub-sc3__content-title-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.sub-sc3__content-title {
  font-size: 22px;
  font-weight: 600;
}

.sub-sc3__content-index {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-color);
}

.sub-sc3__desc-wrap {
  padding-top: 20px;
}

/* sub-sc4, sub-sc5 공통 css -------------------------------- */
.sub-sc4__container,
.sub-sc5__container {
  display: flex;
  gap: 100px;
}

.sub-sc4__img-wrap,
.sub-sc5__img-wrap {
  flex-basis: 350px;
  flex-shrink: 0;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.sub-sc4__img-wrap img,
.sub-sc5__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* sub-sc4 -------------------------------- */

.sub-sc4__content-item {
  margin-bottom: 15px;
}

/* sub-sc5 -------------------------------- */
.sub-sc5__content-title {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.sub-sc5__text-wrap {
  margin-bottom: 20px;
}

/* sub-sc6 -------------------------------- */
.sub-sc6__desc-wrap {
  padding-left: 40px;
  border-left: 5px solid var(--primary-color);
}

/* sub-sc7 -------------------------------- */

/* sub-sc8 -------------------------------- */
