h3 {font-size: 35px; font-weight: 500; color: #333;}
h4 {font-size: 30px; font-weight: 500; color: #333;}
h5 {font-size: 24px; font-weight: 500; color: #333;}
p {font-size: 22px; color: #787878;}
main ul li {list-style: disc;color: #787878; font-size: 20px}

table th, table td{padding: 20px 18px; white-space: pre-line; border: 1px solid #d9d9d9; font-size: 20px; font-weight: 500;line-height: 1.2;}
table th {border-top: 2px solid #787878; border-bottom: 1px solid #d9d9d9;}
table td {text-align: center; border-bottom: 1px solid #d9d9d9;}
table tr th:first-child, 
table tr td:first-child {border-left: 0;}
table tr th:last-child,
table tr td:last-child {border-right: 0;}

.top-banner-container { position: relative; background: url('/kanazawa/images/top-banner.png') no-repeat center / cover; width: 100%; height: 420px;}
.top-banner-wrap {position: absolute; top:34%; left:10%}
.top-banner-wrap p:nth-child(2) {border-bottom: 1px solid #fff; display:inline-block; padding-bottom:15px}
.top-banner-wrap p:nth-child(2) img {vertical-align: baseline; margin-right:10px}
.top-banner-wrap p:last-child {margin-top: 5px; font-size: 32px;}

main {max-width: 1140px!important;}
main .flex img {width: 100%; display: block;}

.popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup {
    background: #fff;
    width: 90%;
    max-width: 620px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.popup-img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}

.image-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 15px 0;
    text-align: center;
}

/* 제목 */
.popup-content h4 {
    font-size: 20px; 
    font-weight: 700;
    margin-bottom: 14px;
}

/* 본문 */
.popup-content {
    padding: 20px;
}

.popup-content p {
    font-size: 15px; 
    line-height: 1.5;
    color: #000;
}

/* 리스트 */
.popup-list {
    margin-top: 10px;
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.5;
    color: #333; 
}

.popup-list li {
    margin-bottom: 6px;
}

/* 하단 체크박스 영역 */
.popup-bottom {
    font-size: 15px; 
    padding: 15px 20px;
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-bottom button {
    padding: 6px 14px;
    border: none;
    background: #333;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}
