@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;900&display=swap');
@font-face {
    font-family: 'Cafe24Oneprettynight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Oneprettynight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 
font-family: 'Noto Sans KR', sans-serif;
font-family: 'Cafe24Oneprettynight';
*/

#hd_pop, 
.sound_only{
    display: none;
}

h1, p, span{
    word-break: keep-all;
}

a{
    text-decoration: none;
}

img{
    max-width: 100%;
}

figure{
    margin-bottom: 0;
}

html, body{
    font-family: 'Cafe24Oneprettynight' !important;
    font-size: 1.3rem !important;
    background: #fffdf8;
}

.container-fluid{
    max-width: 1920px;
}

.gnb{
    padding: 20px 0;
}

.navbar,
.gnb{
    font-size: 30px;
    border-bottom: 1px solid #ccc;
}

.navbar-expand-lg .navbar-nav .nav-link{
    margin-left: 20px;
}

.content-intro,
.content-price{
    margin-top: 100px;
    margin-bottom: 100px;
}

.titlebox1{
    /* padding-left: 5%; */
    text-align: center;
}

.title1{
    font-size: 3.5rem;
    margin-bottom: 3rem;
    font-weight: bold;
}

.text1{
    font-size: 1.8rem;
    line-height: 3rem;
}

.text1 p{
    margin-bottom: 0;
}

.content-product img{
    max-width: 100%;
    border-radius: 5px;
}

.card-title{
    margin-bottom: 20px;
    font-weight: bold;
}

.mapbox{
    width: 100% !important;
}

.root_daum_roughmap .wrap_map{
    height: 500px !important;
}

.contact-box{
    margin-top: 20px;
}

.contact-row{
    margin-bottom: 20px;
}

.content-price p{
    margin-bottom: 0;
}

#ft{
    border-top: 1px solid #ccc;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
}

#ft a{
    color: #333;
    text-decoration: none;
}

.ft-tel{
    font-weight: bold;
}

#gotokakao,
#top_btn{
	width: 50px;
    height: 50px;
    position: fixed;
	text-align: center;
    border-radius: 100%;
	display: block;
}

#top_btn{
    right: 70px;
    bottom: 15px;
    background: #333;
    border: none;
    color: #fff;
}

#gotokakao{
	right: 15px;
    bottom: 15px;
}

.modal-dialog {
    max-width: 900px;
}

.store_link_box{
    margin-top: 50px;
}

@media (max-width: 1199.98px) {
    html, body{
        font-size: 1rem !important;
    }

    .gnb img{
        width: 250px;
    }

    .content-intro, .content-price {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
    .modal-dialog {
        max-width: 500px;
    }
}


@media (max-width: 575.98px) {
    .modal-dialog {
        max-width: 400px;
        margin: auto;
    }

    html, body{
        /* font-size: 0.8rem !important; */
    }

    .modal-dialog{
        max-width: 350px;
    }

    .gnb img{
        width: 200px;
    }

    .content-intro, .content-price {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .title1{
        font-size: 2rem;
    }

    .text1 {
        font-size: 1rem;
        line-height: 2rem;
    }

    .root_daum_roughmap .wrap_map{
        height: 270px !important;
    }

    #ft {
        border-top: 1px solid #ccc;
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }


}



