body {
  background: #894a26;  /* 기존 흐린 하늘색 */
  font-family: "Pretendard", Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.container {
    max-width: 500px;
    background: #e3f3ff;
    margin: 30px auto 0 auto;
    border-radius: 16px;
    padding: 32px 20px 16px 20px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.header {
    text-align: center;
    margin-bottom: 32px;
}
.tag {
    background: #1e6dab;
    color: #fff;
    display: inline-block;
    padding: 2px 18px;
    border-radius: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}
h1 {
    font-size: 1.8em;
    color: #209ad6;
    margin-bottom: 8px;
    font-weight: 900;
    line-height: 1.3;
}
.highlight {
    color: #a05f18;
}
.flexbox {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}
.box {
    background: #f9fafb;
    flex: 1;
    border: 2px solid #104182;
    border-radius: 12px;
    padding: 16px 12px;
}
.box h2 { margin-top: 0; font-size: 1em; }
.box ul { padding-left: 20px; }
.emph { color: #d13f1c; font-weight: 600; }
.point { color: #ff8000; font-weight: 600; }
.main-info {
    margin: 20px 0 16px 0;
    padding: 14px 12px;
    background: #e4eef7;
    border-radius: 12px;
    font-size: 1em;
}
.main-info ul {
    padding-left: 20px;
}
.main-info .alert {
    color: #d13f1c;
    font-weight: 600;
    margin-top: 8px;
}
.committee {
    margin: 6px 0 26px 0;
    padding-top: 6px;
    font-size: 1em;
    text-align: center;
    color: #3460a6;
    font-weight: 700;
}

.committee-box {
  background-color: #2d4e91;       /* 진한 파란색 */
  color: #ffffff;                  /* 흰색 텍스트 */
  padding: 14px 20px;              /* 안쪽 여백 */
  border-radius: 14px;             /* 둥근 모서리 */
  font-weight: 600;
  text-align: center;
  margin: 28px auto;
  max-width: 435px;                /* 너비 제한 (선택) */
  font-size: 1.05em;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05); /* 부드러운 그림자 (선택사항) */
}

.cta {
    text-align: center;
    margin-bottom: 18px;
}
.btn {
    background: #184374;
    color: #fff !important;
    padding: 18px 0;
    display: inline-block;
    width: 250px;
    font-size: 1.18em;
    border: none;
    border-radius: 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}
.btn:hover {
    background: #1d588a;
}
.contact {
    color: #555;
    font-size: 0.95em;
    padding-bottom: 4px;
    text-align: center;
    margin-top: 16px;
}
@media (max-width:600px) {
    .container { padding: 7vw 2vw 2vw 2vw; }
    .flexbox {
        flex-direction: column;
        gap: 10px;
    }
}

.people-icon {
    width: 230px;
    margin-bottom: 0px;
}
.v-icon {
    width: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
.apt-img-wrap {
    text-align: center;
    margin: 24px 0 10px 0;
}
.apt-icon {
    width: 115px;
}

.bold-underline {
    border-bottom: 3px solid #10a4c7; /* 예시 색상 및 두께 */
    padding-bottom: 2px;
}

.custom-list {
  list-style: none;        /* 기본 점 제거 */
  padding-left: 0;         /* 기본 들여쓰기 제거 */
  margin: 0;
}
.custom-list li {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.6;
}
.v-icon {
  width: 16px;
  vertical-align: middle;
  margin-right: 6px;
}