@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');

* {
    font-family: 'Noto Sans KR', sans-serif;
}

.intro-all-body {
    margin-top: 80px !important;
}

.intro-section {
    height: 450px;
    margin: 12rem 0 12rem;
}

.intro-text-lg {
    display: block;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 2rem;
}

.intro-text {
    font-size: 16px;
    font-weight: bold;
}

.intro-img {
    height: 450px !important;
    width: 100%;
    object-fit: cover;
}

.info-section {
    min-height: 850px;
    margin: 0 auto;
    padding-bottom: 4rem;
    padding-top: 4rem;
    background-color:#F6F6F6;
}

.info-title {
    font-size: 24px;
    font-weight: bold;
}

.info-row {
    min-height: 80px;
    margin-bottom: 5px;
}

.info-text {
    margin-bottom: 10px;
}

.info-text-addr {
    display: block;
}

.info-text-memo {
    display: block;
    color:  darkgray;
    font-size: 13px;
}

.info-name {
    font-weight: bold;
}

.info-name i {
    color: darkgray;
}

.info-time-memo {
    color: darkgray;
    font-size: 13px;
}

.overlay {
    width: 150px;
    font-size: 12px;
    text-align: center;
}

.map-btn {
    color: white;
    font-size: 12px !important;
    border-radius: 0 !important;

}

.info-map-title {
    font-size: 14px;
    font-weight: bold;
}