@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;
}

.home-top {
    margin-top: 80px;
    display: flex;
    height: 650px;
    min-width: 1920px;
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
    text-align: center;
    align-items: center;
    position: relative;
}

.home-top-cover {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    position: absolute;
}

.home-top-wrapper {
    z-index: 1;
    display: block;
    margin: 0 auto;
}

.home-top-info {
    color: white;
    font-weight: bold;
    font-size: 2.5rem;
}

.more {
    text-decoration: none;
    color: white;
    border: 1px solid white;
}

.more:hover {
    color: black;
    background-color: white;
}


.menu-section {
    width: 1080px;
    height: 600px;
    margin: 5rem auto 0 auto;
    text-align: center;
}

.section-title {
    font-size: 30px;
    font-weight: bold;
}

.menu-img {
    display: block;
    width: 200px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.menu-name {
    display: block;
}

.menu-price {
    display: block;
    font-weight: bold;
}

.menu-btn-wrapper, .gall-btn-wrapper {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    width: 150px;
    padding: 0.5rem 0.5rem;
}

.menu-more-btn, .gall-more-btn {
    text-decoration: none;
    font-weight: bold;
    border: none;
    border-radius: 20px;
    transition: all 0.5s;
    overflow: hidden;
}

.menu-more-btn:hover, .gall-more-btn:hover {
    color: #fff;
}

.menu-more-btn:before, .gall-more-btn:before {
    content: "";
    z-index: -1;
    position: absolute;
    transition: all 1s;
}

.menu-more-btn:before, .gall-more-btn:before {
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}

.menu-more-btn:hover:before, .gall-more-btn:hover:before {
    width: 200%;
}


.detail-section {
    display: flex;
    height: 650px;
    min-width: 1080px;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.detail-cover {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    position: absolute;
}

.detail-wrapper {
    z-index: 1;
    padding: 0 50px;
    width: 100%;
    min-width: 1080px;
    max-height: 100%;
}

.detail-text-area {
    display: block;
    margin-right: 20px;
    max-width: 45%;
}

.detail-title {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
}

.detail-text {
    display: block;
    color: white;
    font-size: 20px;
    width: 100%;
}

.detail-card {
    border: none;
    background: white;
    border-radius: 20px;
    height: 350px;
    width: 220px;
    margin: 10px;
    text-align: center;
    padding: 30px;
    transition: all 0.3s ease-out;
}

.detail-card:hover {
    transform: translateY(-30px);
}


.detail-card-title {
    font-weight: bold;
    display: block;
    padding-bottom: 1.5rem;
    font-size: 18px;
}

.detail-card-content {
    height: 150px;
    display: flex;
    align-items: center;
}

.detail-card-text {
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: #4C4C4C;
    width: 100%;

}

.detail-card-button {
    text-decoration: none;
    color: #212529;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0.5rem;
    border: none;
    border-radius: 20px;
    background-color: white;
    box-shadow: 1px 1px 10px 1px #E7E7E7;
    transition: box-shadow 0.1s linear;
}

.detail-card-button:hover {

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 6px 4px rgba(0, 0, 0, 0.2);

}


.detail-addr {
    display: block;
    margin-bottom: 10px;
}

.detail-addr-memo {
    display: block;
    font-size: 12px;
    color: gray;
    font-weight: normal;
}

.detail-biz-day {
    display: block;
    font-weight: bold;
}

.detail-biz-time {
    display: block;
    margin-bottom: 5px;
}

.detail-biz-memo {
    color: gray;
}

.ico-link {
    font-size: 36px;
}

.ico-naver {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/img/naver.ico);
    background-size: cover;
    margin: 9px 0;
}

.ico-naver-blog {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/img/naver-blog.png);
    background-size: cover;
    margin: 9px 0;
}

.ico-ig {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/img/ig.png);
    background-size: cover;
    margin: 9px 0;
}

.ico-smartstore {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/img/smartstore.png);
    background-size: cover;
    margin: 9px 0;
}

.ico-kakao {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/img/kakao-ico.png);
    background-size: cover;
    margin: 9px 0;
}

.ico-spacecloud {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/img/spacecloud.jpg);
    background-size: cover;
    margin: 9px 0;
}

.ico-spacecloud + .detail-btn-text {
    font-size: 12px;
}

.ico-moram {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/img/moram.png);
    background-size: cover;
    margin: 9px 0;
    border-radius: 5px;
}

.ico-talktalk {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/img/talktalk.jpg);
    background-size: cover;
    margin: 9px 0;
    border-radius: 5px;
}

.ico-youtube{
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/img/ytb.png);
    margin: 9px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ico-tqcamping {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/img/tqcamping.png);
    background-size: cover;
    margin: 9px 0;
    border-radius: 5px;
}

.ico-band {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/img/band.png);
    background-size: cover;
    margin: 9px 0;
    border-radius: 5px;
}

.ico-cafe {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/img/cafe.png);
    background-size: cover;
    margin: 9px 0;
    border-radius: 5px;
}

.ico-idus {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/img/idus.jpg);
    background-size: cover;
    margin: 9px 0;
    border-radius: 5px;
}

.ico-camfit {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/img/camfit.png);
    background-size: cover;
    margin: 9px 0;
    border-radius: 5px;
}

.ico-catchtable {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/img/catchtable.png);
    background-size: cover;
    margin: 9px 0;
    border-radius: 5px;
}

.ico-interpark-ticket {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/img/interpark-ticket.jpg);
    background-size: cover;
    margin: 9px 0;
    border-radius: 5px;
}
.ico-baemin {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/img/baemin.png);
    background-size: cover;
    margin: 9px 0;
}



.detail-btn-text {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: bold;
    font-size: 0.875rem;
}


.gallery-section {
    width: 1080px;
    height: 650px;
    margin: 5rem auto;
    text-align: center;
}

.gallery-section-contents {
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
}

.img-wrapper {
    width: 220px;
    overflow: hidden;
    margin: 15px 15px;
}

.gallery-img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
    transition: all 0.2s linear;
}


.img-wrapper:hover .gallery-img {
    transform: scale(1.2);
}


.tail-section {
    height: 600px;
    min-width: 1080px;
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #EAEAEA;
}

.tail-title {
    font-size: 24px;
    font-weight: bold;
}

.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;
}

.board-img {
    width: 100%;
    object-fit: cover;
    height: 52%;
}

.board-list {
    list-style: none;
    padding: 0;
}

.board-list a {
    text-decoration: none;
    color: inherit;
}
.board-list li{
    padding-left: 10px;
    padding-right: 10px;
}
.board-list li:hover{
    background-color: #EDEDED;

}


.board-list li:not(:nth-child(4)) {
    border-bottom: 1px solid lightgray;
}

.board-list li .board_list_span{
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}