/*
기본 CSS를 작성합니다
기본으로 작성되는 CSS는 1199px보다 큰 화면에서 작동 됩니다.
*/

section {
    width: 100%;
    margin: 0 auto;
}

.hero-section {
    width: 100%;
    max-width: 98rem;
    height: 55rem;
    margin: 8rem auto 0;
    transition: all 0.3s ease;
}

.hero-content {
    width: 100%;
    height: 100%;
    padding: 3rem 5rem;
}

.title-wrapper {
    width: 100%;
    text-align: center;
    padding: 0 3rem;
    margin: 1rem 0;
}

.breadcrumb li, .breadcrumb li a {
    font-family: "Noto Sans KR", sans-serif;
    color: #999;
    white-space: nowrap;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #999;
}

.breadcrumb-item.active {
    color: var(--brand-color);
}

.title-wrapper span {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-color);
}

.intro-wrapper {
    height: 85%;
    width: 100%;
    margin: auto;
    padding: 4rem 0 7rem 0;
    border-bottom: 1px solid #C8C8C8;

}

.thumb-wrapper {
    height: 100%;
    padding: 0 0.75rem;
    text-align: center;
}

.thumb-img {
    max-height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin: 0 auto;
}

.intro-text-wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 2rem;
}

.intro-about {
    display: block;
    padding: 1rem 0;
    font-size: 1.5rem;
    color: var(--brand-color);
}

.intro-title {
    display: block;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 1rem;
}

.intro-desc {
    display: block;
    font-family: "Noto Sans KR", sans-serif;
    color: #555;
    line-height: 1.8rem; /* 180% */
    z-index: 2;
    position: inherit;
    overflow: hidden;
}

.intro-back-text {
    font-size: 8rem;
    color: rgba(0, 0, 0, 0.1);
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    height: 10rem;
    z-index: -999;
}


.info-section {
    width: 100%;
    max-width: 98rem;
    height: 60rem;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.info-content {
    width: 100%;
    height: 100%;
    padding: 3rem 5rem;
    margin: 0;
}

.detail-wrapper {
    padding: 0 5rem;
}

.detail-title {
    display: block;
    margin-bottom: 2.5rem;
    font-weight: bold;
    color: var(--brand-color);
    font-size: 1.125rem;
}

.info-title {
    display: block;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 2.5rem;
    font-weight: bold;
    font-size: 1.875rem;
}

.time-info-area {
    margin-bottom: 2.5rem;
    height: 20rem;

}

.time-wrapper {
    border-bottom: 1px solid #c8c8c8;
    padding: 1rem;
    align-items: center;
    height: 5rem;
}

.time-wrapper div {
    width: 50%;
    text-align: end;
}

.time-day {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: bold;
    color: var(--brand-color);
}

.time-time {
    font-family: "Noto Sans KR", sans-serif;
    color: #555;
}

.time-memo {
    font-family: "Noto Sans KR", sans-serif;
    color: #8c8c8c;
}

.detail-info-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.detail-info {
    margin-bottom: 1.5rem;
    padding-right: 1.5rem;
}

.detail-info-title {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.detail-info-content {
    display: block;
    font-family: "Noto Sans KR", sans-serif;
}

.sns-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    width: 200px;
}

.sns-link i {
    display: block;
    width: 3rem;
    height: 3rem;
}

.ico-link {
    background-image: url(/img/ico-link.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.ico-kakao {
    background-image: url(/img/kakao-ico.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.ico-ig {
    background-image: url(/img/ig.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.ico-nblog {
    background-image: url(/img/naver-blog.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.ico-smartstore {
    background-image: url(/img/smartstore.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.ico-ntalk {
    background-image: url(/img/talktalk.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.map-wrapper {
    height: 100%;
}

.map-title-wrapper {
    display: none;
}

#map {
    height: 100%;
}

.overlay {
    width: 10rem;
    font-size: 12px;
    text-align: center;
    border-color: var(--brand-color);
}

.info-map-title {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1rem;
    font-weight: bold;
}

.map-btn {
    font-family: "Noto Sans KR", sans-serif;
    color: white;
    background-color: var(--brand-color);
    border-color: var(--brand-color);
    font-size: 14px;
    border-radius: 0 !important;
}

.map-btn:hover {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
    filter: brightness(0.8);
    color: white;
}


/*테스크탑 (가로 해상도가 1200px 보다 작은 화면에 적용)*/
@media (max-width: 1199px) {

    .hero-content {
        padding: 1rem 3rem 3rem;
    }

    .intro-text-wrapper {
        padding-left: 1rem;
    }

    .intro-title {
        font-size: 1.5rem;
    }

    .intro-desc {
        line-height: 1.6rem;
    }

    .intro-back-text {
        font-size: 6.5rem;
        bottom: 4rem;
        height: 8rem;
    }


    .info-content {
        padding: 3rem;
    }

    .detail-wrapper {
        padding-left: 0;
        padding-right: 1.5rem;
    }

    .map-wrapper {
        padding: 0;
    }

}

/*태블릿 디바이스 (가로 해상도가 992px 보다 작은 화면에 적용)*/
@media (max-width: 991px) {

    .hero-section {
        height: 95rem;
    }

    .hero-content {
        padding: 1rem 1rem 3rem;
        height: 100%;
    }

    .intro-wrapper {
        padding: 2rem 0;
        height: auto;
    }

    .thumb-wrapper {
        padding: 0 2rem 1rem;
        display: block;
        height: auto;
    }

    .thumb-img {
        width: 100%;
    }


    .intro-text-wrapper {
        display: block;
        height: auto;
        padding: 1rem 2rem;
    }

    .intro-about {
        padding: 0 0 1rem 0;

    }

    .intro-back-text {
        right: 1rem;
    }

    .info-section {
        height: 90rem
    }

    .detail-wrapper {
        height: 60%;
        padding: 0;
    }

    .detail-title-wrapper {
        display: none;
    }

    .map-wrapper {
        height: 40%;
    }

    .map-title-wrapper {
        display: block;
    }

    #map {
        height: 70%;
    }

}

/*가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용)*/
@media (max-width: 767px) {
    .hero-section {
        height: 80rem;
    }

    .info-content {
        padding: 2rem 3rem 3rem;
    }

    .intro-back-text {
        bottom: 0;
    }


}

/*세로모드 모바일 디바이스 (가로 해상도가 576px 보다 작은 화면에 적용)*/
@media (max-width: 575px) {
    .hero-section {
        height: 70rem;
        margin-top: 6rem;
    }

    .title-wrapper {
        padding: 0;
        margin: 0 auto;
    }

    .thumb-wrapper {
        padding: 1rem 0.5rem;
    }

    .intro-text-wrapper {
        padding: 1rem 0.5rem;
    }

    .intro-title {
        font-size: 1.5rem;
    }

    .info-section {
        height: 110rem;
    }

    .info-content {
        padding: 3rem 1rem;
        height: 100%;
    }

    .detail-title {
        margin-bottom: 1rem;
    }

    .info-title {
        font-size: 1.5rem;
    }

    .time-wrapper div {
        width: 65%;
    }

    .detail-info-wrapper {
        grid-template-columns: 1fr;
    }
}

